@font-face {
  font-family: "Basier";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/basiercircle-regular-webfont.woff2?b1f5ae121621d8ff56519825e21c2185) format("woff2"), url(/fonts/basiercircle-regular-webfont.woff?efa7ad5fa2be7cd380e38bf894bcfe6f) format("woff");
}

@font-face {
  font-family: "Basier";
  font-weight: 600;
  font-style: normal;
  src: url(/fonts/basiercircle-semibold-webfont.woff2?a9742b50323d7079f8cfdb80fe7d13f0) format("woff2"), url(/fonts/basiercircle-semibold-webfont.woff?cb4a1a8e0123149206ce71f3e85dd318) format("woff");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

fieldset {
  border: none;
}

button,
input,
select,
textarea {
  font-size: inherit;
}

body {
  font-size: 16px;
  line-height: 24px;
  font-family: "Basier", sans-serif;
}

#ct-form {
  overflow: hidden;
}

#ct-form #ct-form-main-body {
  width: 400%;
  position: relative;
}

#ct-form #ct-form-main-body .ct-form-slide {
  width: 25%;
  float: left;
  min-height: 1px;
}

#ct-form #ct-form-main-body .ct-form-slide-container {
  display: none;
  padding: 0 30px;
}

@media (max-width: 600px) {
  #ct-form #ct-form-main-body .ct-form-slide-container {
    padding: 0 15px;
  }
}

#ct-form #ct-form-main-body .ct-form-slide-active .ct-form-slide-container {
  display: block;
}

#ct-form fieldset .ct-form-fs-title {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  margin: 15px 0;
}

#ct-form fieldset .ct-form-fs-title .price_move {
  color: #3184F9;
}

#ct-form fieldset .ct-form-fs-title .highlighted-text {
  color: #3184F9;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field:not(.ct-form-field-align-top) {
  -mox-box-align: center;
  align-items: center;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-label {
  width: 220px;
  padding-right: 10px;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-label label {
  color: #272727;
  font-weight: 600;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-label .ct-mandatory {
  color: #ff5f2d;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .input-instructions {
  padding-left: 220px;
  width: 100%;
  font-weight: 400 !important;
  margin-top: 10px;
  font-size: 14px !important;
}

@media (max-width: 600px) {
  #ct-form fieldset .ct-form-fs-content .ct-form-field .input-instructions {
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 10px;
  }
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element {
  width: calc( 100% - 220px );
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element input[type=text],
#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element input[type=email] {
  width: 100%;
  height: 55px;
  border: 1px solid #C4C4C4;
  font-size: inherit;
  padding: 15px;
  border-radius: 10px;
  font-family: inherit;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element input[type=text].ct-error,
#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element input[type=email].ct-error {
  border-color: red;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element input[type=text].ct-intl-input,
#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element input[type=email].ct-intl-input {
  padding-left: 52px;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element select {
  width: 100%;
  height: 55px;
  border: 1px solid #C4C4C4;
  font-size: inherit;
  padding: 15px;
  border-radius: 10px;
  font-family: inherit;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element select.ct-error {
  border-color: red;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element textarea {
  height: 110px;
  resize: vertical;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #C4C4C4;
  font-size: inherit;
  font-family: inherit;
  width: 100%;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element textarea.ct-error {
  border-color: red;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element.ct-checkbox-element {
  display: flex;
  flex-wrap: wrap;
  -mox-box-align: center;
  align-items: center;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element.ct-checkbox-element label {
  width: 16px;
  height: 16px;
  border: 2px solid #3184F9;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element.ct-checkbox-element label input {
  display: none;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element.ct-checkbox-element label input:checked + span {
  opacity: 1;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element.ct-checkbox-element label span {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc( 100% - 4px );
  height: calc( 100% - 4px );
  opacity: 0;
  background: #3184F9;
  border-radius: 2px;
  transition: opacity 0.2s;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element.ct-volcal-element {
  display: flex;
  flex-wrap: wrap;
  -mox-box-align: center;
  align-items: center;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element.ct-volcal-element input {
  width: 100px;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element.ct-volcal-element input + div {
  cursor: pointer;
  padding-left: 15px;
  text-decoration: underline;
  color: #3184F9;
  font-size: 14px;
  line-height: 19px;
  width: calc( 100% - 100px );
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element.ct-radio-element {
  display: flex;
  flex-wrap: wrap;
  -mox-box-align: center;
  align-items: center;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element.ct-radio-element label {
  display: flex;
  flex-wrap: wrap;
  -mox-box-align: center;
  align-items: center;
  margin-right: 40px;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element.ct-radio-element label .ct-radio-element-input {
  width: 16px;
  height: 16px;
  border: 2px solid #000;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element.ct-radio-element label .ct-radio-element-input input {
  display: none;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element.ct-radio-element label .ct-radio-element-input input:checked + span {
  opacity: 1;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element.ct-radio-element label .ct-radio-element-input span {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc( 100% - 4px );
  height: calc( 100% - 4px );
  opacity: 0;
  background: #3184F9;
  border-radius: 100%;
  transition: opacity 0.2s;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element.ct-radio-element label .ct-radio-element-label {
  color: #272727;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element .ct-modal-link {
  margin-left: 12px;
  display: inline-block;
  cursor: pointer;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element .ct-modal-link .ct-info-icon {
  display: block;
  width: 16px;
  height: 16px;
}

#ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element .iti {
  display: block;
}

@media (max-width: 600px) {
  #ct-form fieldset .ct-form-fs-title {
    margin-bottom: 10px;
  }

  #ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-label {
    width: 100%;
    padding-right: 0;
    margin-bottom: 5px;
  }

  #ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-label label {
    font-size: 14px;
  }

  #ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element {
    width: 100%;
  }

  #ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element input[type=text],
  #ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element input[type=email] {
    height: 48px;
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  #ct-form fieldset .ct-form-fs-content .ct-form-field .ct-form-field-element.ct-radio-element label {
    width: 100%;
    margin: 0;
  }
}

.ct-form-header {
  padding: 30px 30px 0;
}

.ct-form-header-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 15px;
}

.ct-form-header-steps {
  display: flex;
  flex-wrap: wrap;
  -mox-box-align: center;
  align-items: center;
}

.ct-form-header-steps-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 15px;
}

.ct-form-header-steps-list:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  border: 2px dashed #E3E4E5;
}

.ct-form-header-steps-list .ct-step {
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #3184F9;
  background: #B6D4FF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -mox-box-align: center;
  align-items: center;
  margin-right: 35px;
  font-weight: bold;
}

.ct-form-header-steps-list .ct-step:last-child {
  margin-right: 20px;
}

.ct-form-header-steps-list .ct-step-icon {
  display: none;
  width: 16px;
  height: 12px;
  fill: #fff;
}

.ct-form-header-steps-list .ct-step-active {
  color: #fff;
  background: #3184F9;
}

.ct-form-header-steps-list .ct-step-done {
  background: #1B8F35;
}

.ct-form-header-steps-list .ct-step-done .ct-step-number {
  display: none;
}

.ct-form-header-steps-list .ct-step-done .ct-step-icon {
  display: block;
}

.ct-form-header-steps-quote {
  padding-left: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #3184F9;
}

.ct-form-header-steps-quote svg {
  fill: #3184F9;
  width: 16px;
  height: 12px;
}

.ct-form-header-steps-quote-done {
  color: #1B8F35;
}

.ct-form-header-steps-quote-done svg {
  fill: #1B8F35;
}

@media (max-width: 600px) {
  .ct-form-header-steps-list:after {
    content: none;
  }

  .ct-form-header-steps-list .ct-step {
    margin-right: 20px;
  }

  .ct-form-header-steps-quote {
    padding-left: 0;
  }
}

.ct-form-header-text {
  color: #A9A9A9;
  line-height: 16px;
  font-size: 12px;
}

@media (max-width: 600px) {
  .ct-form-header {
    padding: 15px 15px 0;
  }
}

.ct-form-footer {
  padding-top: 15px;
  border-top: 1px solid #E3E4E5;
}

.ct-form-footer-actions {
  margin-bottom: 15px;
  display: flex;
  -font-box-pack: justify;
  justify-content: space-between;
}

.ct-form-slide-1 .ct-form-footer-actions::before {
  content: "";
  width: 1px;
}

.ct-form-footer-actions .ct-button-prev {
  color: #3184F9;
  background: #fff;
  border: 1px solid #3184F9;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: none;
  font-weight: 600;
  font-family: "Basier", sans-serif;
  padding: 15px 30px;
  display: flex;
  flex-wrap: wrap;
  -mox-box-align: center;
  align-items: center;
}

.ct-form-footer-actions .ct-button-prev svg {
  width: 11px;
  height: 9px;
  margin-right: 8px;
  fill: #3184F9;
}

.ct-form-footer-actions .ct-button-next,
.ct-form-footer-actions .ct-button-send {
  background: #3184F9;
  border-radius: 10px;
  color: #fff;
  border: none;
  box-shadow: none;
  cursor: pointer;
  padding: 15px 75px;
  font-weight: 600;
  font-family: "Basier", sans-serif;
  display: flex;
  flex-wrap: wrap;
  -mox-box-align: center;
  align-items: center;
}

.ct-form-footer-actions .ct-button-next svg,
.ct-form-footer-actions .ct-button-send svg {
  margin-left: 8px;
  width: 11px;
  height: 9px;
  fill: #fff;
}

.ct-form-footer-actions .ct-button-send {
  background: #1B8F35;
  color: #fff;
}

@media (max-width: 600px) {
  .ct-form-slide-1 .ct-form-footer-actions .ct-button-next,
  .ct-form-slide-1 .ct-form-footer-actions .ct-button-send {
    width: 100%;
    justify-content: center;
    padding: 15px 0;
  }

  .ct-form-footer-actions .ct-button-next,
  .ct-form-footer-actions .ct-button-send {
    justify-content: center;
    flex-grow: 1;
    padding: 15px 0;
  }

  .ct-form-footer-actions .ct-button-prev {
    width: 56px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -mox-box-align: center;
    align-items: center;
    margin-right: 10px;
  }

  .ct-form-footer-actions .ct-button-prev-text {
    display: none;
  }

  .ct-form-footer-actions .ct-button-prev svg {
    margin: 0;
  }
}

.ct-form-footer-other a {
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  color: #A9A9A9;
}

#ct-thank-you {
  padding: 20px 30px 15px;
}

#ct-thank-you > svg {
  width: 75px;
  height: 75px;
  fill: #272727;
  margin-bottom: 15px;
}

#ct-thank-you h2 {
  font-size: 32px;
  line-height: 1;
  color: #272727;
  font-weight: 600;
  margin-bottom: 5px;
}

#ct-thank-you p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #272727;
}

body .ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

body .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
  clear: both;
}

body .ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

body .ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

body .ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-image: url(/images/ui-icons_444444_256x240.png?f27e6ab4519a9324edd36791643fe467);
}

body .ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

body .ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

body .ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  left: 2px;
}

body .ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

body .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  right: 2px;
}

body .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

body .ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
  left: 1px;
}

body .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
  right: 1px;
}

body .ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

body .ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

body .ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

body .ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
  width: 45%;
}

body .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  width: 45%;
}

body .ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

body .ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

body .ui-datepicker td {
  border: 0;
  padding: 1px;
}

body .ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

body .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

body .ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

body .ui-widget input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

body .ui-widget select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

body .ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

body .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

body .ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

body .ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

body .ui-widget-content a {
  color: #333333;
}

body .ui-widget-content .ui-state-default {
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  border-radius: 10px;
  padding: 3px 6px;
  border: none;
  font-size: 16px;
}

body .ui-widget-content .ui-state-hover {
  background: #B6D4FF;
  font-weight: normal;
  color: #3184F9;
}

body .ui-widget-content .ui-state-active {
  background: #3184F9;
  color: #fff;
}

body .ui-widget-content .ui-state-focus {
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

body .ui-widget-content .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

body .ui-widget-content .ui-icon {
  background-image: url(/images/ui-icons_444444_256x240.png?f27e6ab4519a9324edd36791643fe467);
}

body .ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

body .ui-widget-header a {
  color: #333333;
}

body .ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

body .ui-widget-header .ui-state-hover {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

body .ui-widget-header .ui-state-focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

body .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

body .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

body .ui-widget-header .ui-icon {
  background-image: url(/images/ui-icons_444444_256x240.png?f27e6ab4519a9324edd36791643fe467);
}

body .ui-button {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

body .ui-button:hover {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

body .ui-button:hover .ui-icon {
  background-image: url(/images/ui-icons_555555_256x240.png?7ebc30a7cc31ae4b9bd72e0f7a713ef8);
}

body .ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

body .ui-button:focus .ui-icon {
  background-image: url(/images/ui-icons_555555_256x240.png?7ebc30a7cc31ae4b9bd72e0f7a713ef8);
}

html body .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

html body .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

body .ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

body .ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

body .ui-corner-all {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

body .ui-corner-top {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

body .ui-corner-left {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

body .ui-corner-tl {
  border-top-left-radius: 3px;
}

body .ui-corner-right {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

body .ui-corner-tr {
  border-top-right-radius: 3px;
}

body .ui-corner-bottom {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

body .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

body .ui-corner-br {
  border-bottom-right-radius: 3px;
}

#ct-modals {
  font-size: 16px;
  line-height: 24px;
  font-family: "Basier", sans-serif;
}

#ct-modals .ct-modal-wrapper {
  display: none;
}

#ct-modals .ct-modal-wrapper .ct-modal-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 500;
}

#ct-modals .ct-modal-wrapper .ct-modal {
  background: #fff;
  border-radius: 10px;
  max-width: 800px;
  max-height: 90%;
  top: 50%;
  left: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  padding: 30px;
  z-index: 505;
  overflow-y: auto;
}

@media (max-width: 900px) {
  #ct-modals .ct-modal-wrapper .ct-modal {
    width: 80%;
  }
}

