.contact-us-form {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
  flex-flow: column;

}

.contact-us-form .t--- {
  width: 100%;
}

.cufs--top-image {
  display: block;
  margin: 0 auto;
}

.cufs--text {
  padding-right: 28px;
  width: 75%;
  display: flex;
  flex-flow: wrap;
  overflow: hidden;
}

.cufs--text .content-_ {
  padding: 40px 70px 60px;
}

.cufs--text .content-_ h3 {
  color: #0A4580;
}

.fs-__tcx {
  width: 100%;
  position: relative;
}

.cufs--sub {
  text-transform: uppercase;
  color: #fff;
  background-color: #2578cb;
  display: inline-block;
  padding: 4px 10px;
  font-size: 13px;
  letter-spacing: 0.7px;
}

.cufs--title {
  display: block;
  width: 100%;
  margin-top: 48px;
  padding: 0 20px;
}

.cufs--title > * {
  line-height: 112%;
}

.cufs--content {
  display: flex;
  justify-content: space-between;
  line-height: 150%;
  flex-flow: wrap;
  position: relative;
  margin-bottom: 30px;
}

.cufs--content:after {
  content: '';
  width: 107px;
  height: 2px;
  background-color: #0A4580;
  margin-top: 37px;
}


.cufs--content > div {
  width: 49%;
  margin-bottom: 15px;
}

.cufs--content a {
  color: #23CDF5;
  text-decoration: none;
}

.cufs--content p {
  width: 100%;
}

.cufs--list ul {
  list-style: none;
  padding-left: 60px;
}

.cufs--list ul li {
  position: relative;
  padding: 2px 0;
}

.cufs--list ul li:before {
  content: '';
  width: 16px;
  height: 17px;
  display: block;
  background-image: url(https://www.mymee.com/hubfs/mymee-theme-files/ch-blue.png);
  left: -31px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 6px;
}

{# ----------- #}

.cufs--form {
  width: 60%;
  margin: 30px auto 0;
  font-family: 'Inter-Light', sans-serif;
}

.cufs--form .hdr-- {
  padding: 0;
  text-align: center;
  font-family: 'Slabo 13px', sans-serif;
}

.cufs--form .hdr-- > * {
  margin: 0;
  color: #2578CB;
  font-size: 34px;
}

.cufs--form .hdr-- + p {
  margin: 0;
  color: #000000;
  font-size: 15px;
  padding: 0 20px;
  text-align: center;
  letter-spacing: 0.7px;
}


.cufs--form p {
  font-size: 16px;
}

.cufs--form form {
  padding: 40px 60px 40px;
}


.cufs--form input,
.cufs--form input[type="text"],
.cufs--form input[type="tel"],
.cufs--form input[type="email"],
.cufs--form textarea,
.cufs--form select {
  border-radius: 0;
  background-color: #fff;
  padding: 14px 10px;
  border: 1px solid #0A4580
}

.cufs--form .hs-form-field {
  margin-bottom: 20px;
}

.cufs--form .form-title {
  display: none;
}

.cufs--form input[type=submit] {
  margin: 20px auto 0;
  display: block;
  width: 50%;
  padding: 15px 45px;
  font-size: 14px;
  background-color: #ACCFEF;
  border: 2px solid #ACCFEF;
  color: #0A4580;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.cufs--form input[type=submit]:hover {
  background-color: #ACCFEF;
  border: 2px solid #ACCFEF;
  color: #0A4580;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

@media (max-width: 1200px) {
  .contact-us-form {
    /*     padding-left: 20px !important;
    padding-right: 20px !important; */
  }
}

@media (max-width: 1100px) {
  .contact-us-form {
    padding: 30px 20px 70px !important;
    flex-flow: column;
  }

  .contact-us-form:before {
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }

  .contact-us-form > div {
    width: 80%;
    margin-bottom: 0;
    padding-top: 30px;
  }

  .cufs--content {
    flex-flow: column;
  }

  .cufs--content>div {
    width: 100%;
    margin-bottom: 15px;
  }

  .contact-us-form > div:last-of-type {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    margin-bottom: 0;
  }

  .contact-us-form .cufs--text {
    padding: 0 30px 0;
    margin: 0;
  }

  .cufs--text .content-_ {
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .fs-__tcx:before {
    width: 128% !important;
    left: 34%  !important;
  }

  .fs-__tcx {
    padding-left: 0 !important;
  }

  .cufs--text .content-_ {
    padding: 30px 0;
  }

  .cufs--form form {
    padding: 40px 0;
  }
}

@media (max-width: 540px) {
  .cufs--title>* {
    font-size: 47px !important;
  }

  .contact-us-form>div {
    width: 100%;
  }

  .cufs--form input[type=submit] {
    width: 100%;
  }

  .cufs--form .hdr--+p {
    padding: 0;
  }

  .contact-us-form .t--- > * {
    font-size: 40px !important;
  }

  .cufs--form .hdr-->* {
    font-size: 28px;
  }
}
