/**
 * Stylesheet used to update to the new design as well as Bootstrap 5
 */

@font-face {
    font-family: "Circular Std";
    src: url("../fonts/CircularStd-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: "Circular Std";
    src: url("../fonts/CircularStd-Book.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: "Circular Std";
    src: url("../fonts/CircularStd-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: block
}

:root {
	--bs-body-color: #788295;
	--bs-primary: #4185F4;
	--bs-primary-rgb: 65, 133, 244;
  --bs-secondary-rgb: 120, 130, 149;
}

body {
	font-family: 'Circular Std';
	font-weight: 400;
	font-size: 12px;
    position: relative;
    min-height: 100vh;
    background: #fff url(../images/background-decoration.svg) no-repeat 10% 105%;
}

body main {
  padding-bottom: 242px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body main {
    padding-bottom: 200px;
  }
}

/*@media (max-width: 575.98px) {
  body.overlay-bg {
    background: none;
  }
}*/

body.overlay-bg main {
  padding-bottom: 130px;
}

body.non-zero-step .trustpilot-container {
display: none;
}

form .micro-step:not(.current) {
  display: none;
}

/*@media (max-width: 575.98px) {
  body.overlay-bg main {
    padding-bottom: 25px;
  }
}*/

@media (min-width: 768px) {
  body {
    background-position: 10% 110%;
  }
}

@media (min-width: 992px) {
  body {
    background-position: bottom right;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body {
    background-position: 10% 105%;
  }
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Circular Std';
	font-weight: 500;
	color: #2D3946;
}

fieldset legend {
	display: inline-flex;
	align-items: center;
	font-weight: 500;
	line-height: 1.25;
	font-size: 1.125rem;
      background: #F3F5F7;
      border-radius: 4px;
    padding: 10px 14px;
}

.fa.fa-question-circle {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.fa.fa-question-circle:before {
  top: -1px;
}

h1,
.h1 {
  font-size: 1.75rem;
}

h2,
.h2 {
  font-size: 1.5rem;
}

h3,
.h3 {
  font-size: 1.125rem;
}

h4,
.h4 {
  font-size: 0.9375rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.75rem;
}

.fs-5 {
	font-size: 1rem!important;
}

a,
.btn-link {
	text-decoration: none;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
}

.form-control-file {
	display: block;
	width: 100%;
}

.btn {
	font-size: 14px;
}

.steps-container,
.steps-container > .row  > *,
.steps-container > .row > * .steps-list-step.col {
	padding-left: 12px;
	padding-right: 12px;
}

.steps-container > .row,
.steps-container > .row > * .steps-list {
	margin-left: -12px;
	margin-right: -12px;
}

.btn-primary {
	text-transform: uppercase;
	font-weight: 500;
	line-height: 18px;
	padding: 0.75rem 1.25rem;
}

.btn-group.grouped:hover .btn-primary {
    background-color: #5e97f6!important;
    border-color: #5e97f6!important;
}

.btn-group.grouped:hover .btn-primary.dropdown-toggle-split {
    background-color: #4185F4!important;
    border-color: #4185F4!important;
}

.dropdown-toggle-split {
	padding-left: 16px;
	padding-right: 16px;
}

.dropdown-toggle:after {
  content: url("../images/angle-right.svg");
  border: none;
  vertical-align: middle;
}

.dropdown-toggle-split.btn-primary {
	background-color: #5D9AFF!important;
    border-color: #5D9AFF!important;
}

.btn.secure:before {
  content: url("../images/lock.svg");
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.form-check {
	padding-left: 2.166667em
}

form label {
	font-weight: 500;
	line-height: 15px;
}

.form-check-label {
	font-weight: 400;
}

.form-control::placeholder {
  color: #98A6BE;
  opacity: 1;
}

#country_chosen .chosen-single {
	display: flex;
	align-items: center;
}

#country_chosen .chosen-single .usa-flag {
	margin-top: 0;
	margin-left: 0;
}

.chosen-container-multi .chosen-choices, .chosen-container-multi.chosen-container-active .chosen-choices {
	 padding: 0;
	 background-image: none;
	 border-bottom: none;
}
 .chosen-container-multi .chosen-choices li.search-choice, .chosen-container-multi.chosen-container-active .chosen-choices li.search-choice {
	 background-image: none;
	 margin: 0;
	 margin-right: 5px;
	 box-shadow: none;
}
 .chosen-container-multi .chosen-choices li.search-field input[type=text], .chosen-container-multi.chosen-container-active .chosen-choices li.search-field input[type=text] {
	 color: inherit;
	 height: auto;
}

.chosen-container-multi .chosen-choices, .chosen-container-multi.chosen-container-active .chosen-choices {
	padding: 0;
    border-color: #CDD5E3;
    background-color: #fff;
    background-image: none;
    border-bottom: none;
    box-shadow: none;
}

.form-control, .form-select, .chosen-container-multi .chosen-choices {
	border-top: none;
    border-right: none;
    border-left: none;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text], .chosen-container-multi.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: inherit!important;
    height: auto;
    font-weight: 500;
    }

@media (min-width: 768px) {
	.fieldset-card.row > [class*="col"] .switch-field {
	display: flex;
	justify-content: flex-end;
}
}

.fieldset-card {
  padding-left: 14px;
  padding-right: 14px;
}

.switch-field {
	display: inline-flex;
	flex-wrap: nowrap;
}


.switch-field-wrapper {
	border-bottom: 1px solid #EBEFF6!important;
	padding-bottom: 1rem;
}

.switch-field-wrapper > .row {
	align-items: center;
}

.switch-field label {
	padding: 11px 22px;
    border: 1px solid #EBEFF6;
    border-radius: 8px!important;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #788295!important;
}

.switch-field label:nth-of-type(odd) {
	border-top-right-radius: 0!important;
	border-bottom-right-radius: 0!important;
}

.switch-field label:nth-of-type(even) {
	border-top-left-radius: 0!important;
	border-bottom-left-radius: 0!important;
	border-left-width: 0!important;
}

.form-control {
	display: block;
    width: 100%;
    padding: 8px 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.214;
    color: #788295;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #CDD5E3;
    appearance: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.chosen-container-single.form-select .chosen-single {
	 display: inline;
	 overflow: visible;
	 padding: 0;
	 height: auto;
	 border: none;
	 border-radius: 0;
	 background-color: transparent;
	 background: none;
	 box-shadow: none;
	 color: inherit;
	 line-height: inherit;
}
 .chosen-container-single.form-select .chosen-single div {
	 display: none;
}


.form-select {
    display: block;
    width: 100%;
    padding: 8px 0 8px 0;
    -moz-padding-start: -3px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.214;
    color: #788295;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 16px 12px;
    border: 1px solid #CDD5E3;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

.chosen-container-single .chosen-single div {
display: none;
}

.form-control:focus {
    color: #788295;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-text-fill-color: #788295;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  transition: background-color 5000s ease-in-out 0s;
}

.form-check .form-check-label {
	font-size: 14px;
	line-height: 25px;
}

.form-check .form-check-input {
	margin-left: -2.166667em;
}

.form-check-input {
	width: 1.666667em;
    height: 1.666667em;
}

.steps-list {
  counter-reset: steps-list-counter;
  scroll-margin: 25px;
}

.steps-list .steps-list-step {
  counter-increment: steps-list-counter;
  position: relative;
}

.steps-list .steps-list-step:before {
  content: counter(steps-list-counter);
  color: #4185F4;
  display: block;
  margin-bottom: 7px;
}

.steps-list.steps-list-icons {
  background-image: url('data:image/svg+xml,<svg width="100%25" height="2" viewBox="0 0 694 2" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="6.55671e-08" y1="1.25" x2="694" y2="1.25006" stroke="%23EBEFF6" stroke-width="1.5" stroke-dasharray="12 12"/></svg>');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 19px;
}

.steps-list.steps-list-icons .steps-list-step {
  font-weight: 500;
}

.steps-list.steps-list-icons .steps-list-step .visually-hidden {
  display: block;
  margin-top: 13px;
}

.steps-list.steps-list-icons .steps-list-step.steps-list-step-active:before {
  color: #fff;
  background-color: #3269FF;
  border-color: #3269FF;
  box-shadow: 0px 4px 12px rgba(65, 133, 244, 0.25);
}

.steps-list.steps-list-icons .steps-list-step:before {
  background-color: #EBEFF6;
  border: 1px solid #EBEFF6;
  color: #AABAD6;
  font-weight: 500;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 38px;
  height: 38px;
  max-width: 38px;
  max-height: 38px;
  padding: 6px;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-clip: content-box;
}

.ui-datepicker {
	font-size: 1rem;
}

.btn-link.btn-link-underlined:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #4185F4;
    margin-top: 3px;
}

.btn-link.btn-link-underlined {
	text-decoration: none;
}

.steps-list.steps-list-icons .steps-list-step:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 38px;
  height: 38px;
  background-color: #fff;
  transform: translateX(-50%);
  z-index: 1;
}

.steps-list.steps-list-icons .steps-list-step:first-child:after {
  width: calc(50% + 19px);
  left: 0;
  transform: none;
}

.steps-list.steps-list-icons .steps-list-step:last-child:before {
  content: url('data:image/svg+xml;utf8,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.7648 1.78163L10.4048 0.421665C10.3141 0.330912 10.167 0.330501 10.0757 0.420763L4.14154 6.29168L1.96482 4.11496C1.87371 4.02385 1.72597 4.02385 1.63483 4.11496L0.234836 5.51496C0.143727 5.60607 0.143727 5.7538 0.234836 5.84494L3.96815 9.57826C4.01374 9.62382 4.07346 9.64662 4.13315 9.64662C4.19284 9.64662 4.25258 9.62382 4.29814 9.57826L11.7648 2.11162C11.8559 2.02048 11.8559 1.87274 11.7648 1.78163Z" fill="%23ffffff"/></svg>');
}

.steps-list.steps-list-icons .steps-list-step:last-child:after {
  width: calc(50% + 19px);
  left: auto;
  right: 0;
  transform: none;
}

.steps-list.steps-list-icons .steps-list-step.steps-list-step-active:last-child:before {
	box-shadow: 0px 4px 12px rgb(73 191 85 / 25%);
    border-color: #49BF55;
    background-color: #49BF55;
}

.steps-list.steps-list-image-icons .steps-list-step:not(:last-child):after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: 45px;
  left: 100%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='5' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='5' fill='none' stroke='%23D0E2FF' stroke-width='3' stroke-dasharray='12' stroke-dashoffset='10' stroke-linecap='butt'/%3e%3c/svg%3e");
  z-index: -1;
}

.footer-col {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FFFFFF;
  box-shadow: 0px -8px 12px rgba(152, 166, 190, 0.05);
}

.text-black,
fieldset legend,
.steps-list.steps-list-icons .steps-list-step.steps-list-step-active {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.inputDnD .form-control-file-selected:before,.inputDnD .form-control-file:before {
    content: attr(data-title);
    top: .5em;
    width: 100%;
    line-height: 2em;
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    overflow: hidden;
    text-align: center;
    left: 0;
}

.inputDnD .form-control-file {
    height: 164px;
    color: #4285f4;
    font-weight: 500;
    line-height: 17px;
    font-size: 14px;
    min-height: 6em;
    outline: 0;
    visibility: hidden;
    cursor: pointer;
}
.inputDnD .form-control-file:before {
    height: 134px;
    /*border: 1px dashed #4185F4;*/
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='12' ry='12' stroke='%234185F4' stroke-width='2' stroke-dasharray='11%2c 11%2c 11' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 12px;
    background-color: #F2F6FE;
    padding-top: 75px;
    position: absolute;
    visibility: visible;
}
.inputDnD .form-control-file:after {
    content: '';
    position: absolute;
    background: url(/images/upload-icon.svg);
    height: 40px;
    width: 52px;
    z-index: 999;
    visibility: visible;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-size: 52px 40px;
    top: 25%;
}

#form-step-6 .inputDnD {
	border-bottom: 1px solid #EBEFF6;
}

#form-step-6 #drag > *:not(:last-child) .inputDnD {
	margin-bottom: 15px;
}

.inputDnD ul.files-uploaded {
	margin-top: 0!important;
	margin-bottom: 0!important;
}

.input-group .input-group-prepend {
    position: absolute;
    width: 20px;
    /*top: 50%;
    left: 0;
    transform: translateY(-50%);*/
    text-align: left;
}

.input-group .input-group-prepend ~ input {
    padding-left: 15px;
 }

.input-group .help-block {
    width: 100%;
}

.form-check .help-block {
  margin-left: -2.166667em;
}

.pricing-header p {
  font-size: 14px;
}

.steps-list-step {
  font-size: 13px;
}

.tooltip.img-tooltip .tooltip-inner {
  max-width: 300px;
}

.tooltip.img-tooltip .tooltip-inner img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  fieldset .switch-field-wrapper:last-of-type {
    border-bottom: none!important;
  }

  .footer-col {
    margin-top: 0 !important;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

@media (max-width: 991.98px) {
  .non-zero-step .footer-col {
    margin-top: 0 !important;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

@media (min-width: 768px) {
  body:not(.non-zero-step) .footer-col {
    position: relative;
    background: transparent;
    box-shadow: none;
  }
}

@media (min-width: 992px) {
	.visually-not-hidden-lg {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin-top: 1rem !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

	.footer-col {
		position: relative;
		background: transparent;
		box-shadow: none;
	}
}


form select {
  border-top: none!important;
  border-right: none!important;
  border-left: none!important;
  border-radius: 0!important;
  border-bottom-color: #CDD5E3!important;
      line-height: 1.214!important;
    padding-top: 8px!important;
    padding-bottom: 8px!important;
    font-size: 0.875rem!important;
}

.ld-over:before,
.ld-over-inverse:before {
  border-radius:  6px;
}

.btn-primary {
  border-color:  #4285f4!important;
}

.btn-primary:disabled {
  border-color: #4285f4!important
}

.btn-group .btn:disabled ~ .dropdown-toggle-split {
  opacity: 0.65;
  pointer-events: none;
}

.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
  margin-left:  0!important;
}

[class^="ld-over"]:before {
  border-radius:  6px;
}

#secondOwner {
  margin-top: var(--bs-gutter-y);
}

span.d-block.text-primary.fs-5 + span.d-block {
  margin-top: 9px;
  color: #040921!important;
}

.text-primary {
  color: #5178F6!important;
}