.sur {
  position: relative;
  overflow: hidden;
  background: var(--blue);
  color: var(--white);
  background-image: url("../../images/asset-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sur-question {
  height: 100%;
  visibility: visible;
  transition: all 0.3s ease;
}

.sur-question.pre-active {
  opacity: 0;
  visibility: hidden;
}

.sur-question.active {
  height: 0;
  display: none;
}

.sur-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  max-width: 31rem;
  height: 100%;
  visibility: visible;
  transition: all 0.3s ease;
}

.sur-box h3 {
  font-size: 3.375rem;
  margin-bottom: 2.5rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .sur-box h3 {
    font-size: 4rem;
    margin-bottom: 3.875rem;
  }
}

.sur-box p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.1;
}

.sur-box-btn {
  margin-top: 1.875rem;
}

.sur-box-btn button {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: .875rem;
  font-weight: 600;
  padding: 1.4375rem 4.7rem;
  color: var(--blue);
  background: var(--white);
  border-radius: 99px;
  transition: all 0.3s ease-in-out;
}

.sur-box-btn button:hover {
  color: var(--blue);
  background: var(--yellow);
}

.sur-box.pre-active {
  opacity: 0;
  visibility: hidden;
}

.sur-box.active {
  height: 0;
  display: none;
}

@media (max-width: 991.98px) {
  .sur-p {
    padding: 0 !important;
  }
}

.sur-img {
  height: 60vh;
  min-height: 34.375rem;
  width: 105%;
  left: -1rem;
  position: relative;
  padding-top: 1.23149394347%;
}

@media (min-width: 992px) {
  .sur-img {
    width: auto;
    left: 0;
    height: 100vh;
    min-height: 46.875rem;
    margin-right: -10vw;
  }
}

@media (min-width: 1200px) {
  .sur-img {
    margin-right: -15vw;
  }
}

@media (min-width: 1400px) {
  .sur-img {
    margin-right: -20vw;
  }
}

.sur-img img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .sur-img img {
    float: right;
    position: absolute;
    width: 100%;
    height: 100%;
  }
}

.sur-img img.imgstart {
  opacity: 1;
}

.sur-img img.imgstart.active {
  opacity: 0;
}

.sur-img-ran {
  opacity: 0;
}

.sur-img-ran.active {
  opacity: 1;
}

.sur-form {
  opacity: 0;
  visibility: none;
  height: 0;
  display: none;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .sur-form {
    padding-right: 2.5rem;
  }
}

.sur-form.pre-active {
  height: 100%;
}

.sur-form.active {
  opacity: 1;
  visibility: visible;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sur-form .cf7mls-btns {
  display: -ms-flexbox;
  display: flex;
}

.sur-form .cf7mls_btn, .sur-form .cf7mls_back {
  margin-top: 3.125rem !important;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: .875rem;
  font-weight: 600;
  padding: 1.4375rem 4.7rem !important;
  color: var(--blue);
  background: var(--white);
  border-radius: 99px;
  transition: all 0.3s ease-in-out;
}

.sur-form .cf7mls_btn:hover, .sur-form .cf7mls_back:hover {
  color: var(--blue);
  background: var(--yellow);
  opacity: 1 !important;
}

.sur-form .cf7mls_back {
  display: none;
}

.sur-form .wpcf7-form h4 {
  font-size: 2.625rem;
  margin-bottom: 2.5rem;
  line-height: 1;
  max-width: 38rem;
}

@media (min-width: 992px) {
  .sur-form .wpcf7-form h4 {
    font-size: 3.5rem;
    margin-bottom: 2.625rem;
  }
}

.sur-form .wpcf7-form label {
  font-size: 1.875rem;
}

.sur-form .wpcf7-form label .wpcf7-form-control-wrap {
  display: block;
}

.sur-form .wpcf7-form label .wpcf7-form-control-wrap input[type=email], .sur-form .wpcf7-form label .wpcf7-form-control-wrap input[type=text] {
  margin-top: 1.5rem;
  background: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
  color: var(--white);
  font-size: 1.875rem;
  border-bottom: 1px solid var(--white);
  border-radius: 0;
  font-weight: 600;
}

.sur-form .wpcf7-form label .wpcf7-form-control-wrap input[type=email]::-webkit-input-placeholder, .sur-form .wpcf7-form label .wpcf7-form-control-wrap input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.28);
  text-transform: uppercase;
}

.sur-form .wpcf7-form label .wpcf7-form-control-wrap input[type=email]:-ms-input-placeholder, .sur-form .wpcf7-form label .wpcf7-form-control-wrap input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.28);
  text-transform: uppercase;
}

.sur-form .wpcf7-form label .wpcf7-form-control-wrap input[type=email]::-moz-placeholder, .sur-form .wpcf7-form label .wpcf7-form-control-wrap input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.28);
  text-transform: uppercase;
}

.sur-form .wpcf7-form label .wpcf7-form-control-wrap input[type=email]:-moz-placeholder, .sur-form .wpcf7-form label .wpcf7-form-control-wrap input[type=text]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.28);
  text-transform: uppercase;
}

.sur-form .wpcf7-form .thankyou {
  display: block;
}

.sur-form .wpcf7-form .thankyou .wpcf7-submit {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: .875rem;
  font-weight: 600;
  padding: 1.4375rem 4.7rem !important;
  color: var(--blue);
  background: var(--white);
  border-radius: 99px;
  transition: all 0.3s ease-in-out;
  float: left;
}

.sur-form .wpcf7-form .thankyou .wpcf7-submit:hover {
  color: var(--blue);
  background: var(--yellow);
  opacity: 1 !important;
}

.sur-form .wpcf7-form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  margin-right: 1rem;
}

.sur-form .wpcf7-form .wpcf7-radio .wpcf7-list-item:last-of-type {
  margin-right: 0;
}

.sur-form .wpcf7-form .wpcf7-radio .wpcf7-list-item label {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
}

.sur-form .wpcf7-form .wpcf7-radio .wpcf7-list-item label input {
  position: absolute;
  left: -9999px;
}

.sur-form .wpcf7-form .wpcf7-radio .wpcf7-list-item label input:checked + span {
  background-color: var(--yellow);
}

.sur-form .wpcf7-form .wpcf7-radio .wpcf7-list-item label input:checked + span:before {
  box-shadow: var(--yellow);
}

.sur-form .wpcf7-form .wpcf7-radio .wpcf7-list-item label span.wpcf7-list-item-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: .75rem 2rem 0.75rem 1rem;
  border: 1px solid var(--yellow);
  border-radius: 99em;
  transition: all 0.3s ease;
  font-size: 1.25rem;
  font-weight: 600;
}

.sur-form .wpcf7-form .wpcf7-radio .wpcf7-list-item label span.wpcf7-list-item-label:hover {
  background-color: var(--white);
  color: var(--blue);
  border-color: var(--white);
}

.sur-form .wpcf7-form .wpcf7-radio .wpcf7-list-item label span.wpcf7-list-item-label:before {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: .625rem;
  border: 1px solid var(--white);
  transition: all 0.3s ease;
  box-shadow: var(--white);
}

.sur-form .wpcf7-form .wpcf7-radio .wpcf7-list-item:nth-of-type(1) label span::after {
  content: 'A';
  color: var(--blue);
  font-weight: 800;
  position: absolute;
  top: .625rem;
  left: 1.625rem;
}

.sur-form .wpcf7-form .wpcf7-radio .wpcf7-list-item:nth-of-type(2) label span::after {
  content: 'B';
  color: var(--blue);
  font-weight: 800;
  position: absolute;
  top: .69rem;
  left: 1.625rem;
}

.sur-form .wpcf7-form .wpcf7-radio .wpcf7-list-item:nth-of-type(3) label span::after {
  content: 'C';
  color: var(--blue);
  font-weight: 800;
  position: absolute;
  top: .6875rem;
  left: 1.625rem;
}

.sur-form .wpcf7-form .wpcf7-ranger {
  position: relative;
}

.sur-form .wpcf7-form .wpcf7-ranger .ranger-middle {
  position: relative;
  display: block;
  width: 100%;
}

.sur-form .wpcf7-form .wpcf7-ranger .ranger-middle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 2.25rem;
  background: var(--white);
  z-index: 1;
}

.sur-form .wpcf7-form .wpcf7-ranger .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.sur-form .wpcf7-form .wpcf7-ranger .wpcf7-form-control-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 2.25rem;
  background: var(--white);
  z-index: 1;
}

.sur-form .wpcf7-form .wpcf7-ranger .wpcf7-form-control-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 2.25rem;
  background: var(--white);
  z-index: 1;
}

.sur-form .wpcf7-form .wpcf7-ranger .wpcf7-form-control-wrap input {
  width: 100%;
  appearance: none;
  background: none;
  padding: 0;
  outline: none;
  border: none;
  background: var(--white);
  width: 100%;
  height: 1px;
  z-index: 2;
  position: relative;
}

.sur-form .wpcf7-form .wpcf7-ranger .wpcf7-form-control-wrap input::-webkit-slider-thumb {
  appearance: none;
  cursor: grab;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../../../images/tooth.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: var(--blue);
}

.sur-form .wpcf7-form .wpcf7-ranger .wpcf7-form-control-wrap input::-moz-range-thumb {
  appearance: none;
  cursor: grab;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../../../images/tooth.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: var(--blue);
}

.sur-form .wpcf7-form .wpcf7-ranger-label {
  margin-top: 1.5625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 4.0625rem;
}

.sur-form .wpcf7-form .wpcf7-ranger-label span {
  font-size: 1.25rem;
  font-weight: 600;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  flex-grow: 1;
  text-align: center;
}

.sur-form .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1rem;
  color: var(--yellow);
  margin-top: 1rem;
  margin-left: 1rem;
}

.sur-form .wpcf7-form .wpcf7-response-output {
  display: block;
  font-size: 1.25rem;
  color: var(--yellow);
  margin-top: 1rem;
  margin-left: 1rem;
  border: 1px solid var(--white);
  padding: 1rem 0.5rem;
  border-radius: 5px;
}

.sur-form .wpcf7-form .wpcf7-response-output svg {
  fill: var(--yellow);
  margin-top: .4375rem;
}

.sur-result {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.sur-result h4 {
  display: inline-block;
  font-size: 2.25rem;
  font-weight: 600;
  text-transform: uppercase;
  background: var(--yellow);
  padding: 1.0625rem 3.6875rem;
  border-radius: 2.25rem;
  margin-bottom: 1.5rem;
}

.sur-result-box {
  background: var(--white);
  color: var(--blue);
  padding: 2.5rem;
  border-radius: 10.25rem;
}

@media (min-width: 992px) {
  .sur-result-box {
    padding: 5.25rem 8.375rem;
  }
}

.sur-result-box p {
  font-size: 2.25rem;
  font-weight: 600;
}

.sur-result-box p:last-of-type {
  margin-bottom: 0;
}

.sur-result-box-item {
  opacity: 0;
  display: none;
}

.sur-result-box-item.active {
  opacity: 1;
  display: block;
}

.sur-result-btn {
  margin-top: 3.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.5rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.sur-result-btn-block {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: .875rem;
  font-weight: 700;
  padding: 1.125rem 2.25rem;
  color: var(--blue);
  background: var(--white);
  border-radius: 99px;
  transition: all 0.3s ease-in;
}

.sur-result-btn-block:hover {
  color: var(--blue);
  background: var(--yellow);
}

.sur-result-btn button {
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: var(--white);
  font-weight: 600;
  position: relative;
}

.sur-result-btn button::before {
  content: '';
  background: var(--white);
  width: 90%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.sur-result.pre-active {
  height: 100%;
}

.sur-result.active {
  opacity: 1;
  visibility: visible;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
