.s-contato-hero__container, .s-faq-form__container, .c-form__container {
  max-width: 1246px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .s-contato-hero__container, .s-faq-form__container, .c-form__container {
    padding: 0px 2.4rem;
  }
}

.c-form__privacy-icon, .c-form__submit, .c-form__modal-icon, .c-form__modal-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-form {
  width: 100%;
}
.c-form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8rem;
  width: 100%;
  padding-bottom: 5.6rem;
  margin-bottom: 5.6rem;
  border-bottom: 1px solid rgba(148, 154, 169, 0.5);
  padding: 0;
  padding-bottom: 8rem;
}
@media (max-width: 1024px) {
  .c-form__container {
    gap: 5.6rem;
  }
}
@media (max-width: 768px) {
  .c-form__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2rem;
    padding: 0;
    padding-bottom: 14.2rem;
    position: relative;
    margin-bottom: 4rem;
  }
}
.c-form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 47.1rem;
}
@media (max-width: 768px) {
  .c-form__content {
    min-height: auto;
    gap: 3.2rem;
  }
}
.c-form__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.c-form__title {
  font-size: 3.6rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #ffffff;
  max-width: 46rem;
}
@media (max-width: 768px) {
  .c-form__title {
    font-size: 2.4rem;
  }
}
.c-form__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #ffffff;
  max-width: 46rem;
  opacity: 0.9;
}
.c-form__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .c-form__privacy {
    position: absolute;
    left: 0;
    bottom: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.c-form__privacy-icon {
  color: #ffffff;
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-form__privacy-icon svg {
  width: 2.4rem;
  height: 2.4rem;
}
.c-form__privacy-text {
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  font-family: "Manrope", sans-serif;
  color: #ffffff;
  opacity: 0.85;
  max-width: 36.5rem;
}
.c-form__form-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 59.2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .c-form__form-wrap {
    max-width: 100%;
  }
}
.c-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.c-form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  margin-bottom: 3.2rem;
}
.c-form__field {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
.c-form__label {
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  font-family: "Manrope", sans-serif;
  color: #ffffff;
  opacity: 0.75;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-form__input {
  width: 100%;
  height: 4.8rem;
  padding: 1.2rem 2.2rem;
  border-radius: 0.6rem;
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  font-family: "Manrope", sans-serif;
  -webkit-transition: border-color 0.25s ease, background-color 0.25s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.c-form__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.c-form__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.c-form__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.c-form__input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.c-form__input:focus {
  outline: none;
  border-color: #62d4a3;
  background-color: transparent;
}
.c-form__input:not(:-moz-placeholder):valid {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.1);
}
.c-form__input:not(:-ms-input-placeholder):valid {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.1);
}
.c-form__input:not(:placeholder-shown):valid {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.1);
}
.c-form__input--textarea {
  height: 12.4rem;
  resize: none;
  padding-top: 1.4rem;
}
.c-form__submit {
  text-align: center;
  gap: 1.6rem;
  text-decoration: none;
  border: 1px solid;
  border-radius: 60rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 4.8rem;
  padding: 0 2.4rem;
  background-color: #81ddb5;
  border-color: #81ddb5;
  color: #213258;
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  line-height: 140%;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
.c-form__submit:hover {
  background-color: #62d4a3;
  border-color: #62d4a3;
}
.c-form__submit:focus-visible {
  outline: 2px solid #62d4a3;
  outline-offset: 3px;
}
@media (max-width: 768px) {
  .c-form__submit {
    width: 100%;
  }
}
.c-form__modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0;
  padding: 2.4rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.c-form__modal.is-open {
  opacity: 1;
  visibility: visible;
}
.c-form__modal-box {
  background-color: #526078;
  border-radius: 1.6rem;
  padding: 4.8rem;
  width: 100%;
  max-width: 59.2rem;
  min-height: 59.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.8rem;
  text-align: center;
}
@media (max-width: 600px) {
  .c-form__modal-box {
    padding: 3.2rem 2.4rem;
    min-height: 0;
    gap: 3.2rem;
  }
}
.c-form__modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
  width: 100%;
  max-width: 30.5rem;
}
.c-form__modal-icon {
  width: 4.8rem;
  height: 4.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-form__modal-icon svg {
  width: 100%;
  height: 100%;
}
.c-form__modal-icon--success {
  color: #4eaa82;
}
.c-form__modal-icon--error {
  color: #ff7d5f;
}
.c-form__modal-title {
  font-size: 2.8rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-weight: 700;
  color: #ffffff;
}
.c-form__modal-description {
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #ffffff;
}
.c-form__modal-button {
  text-align: center;
  gap: 1.6rem;
  text-decoration: none;
  border: 1px solid;
  border-radius: 60rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 6.4rem;
  padding: 0 4.8rem;
  background-color: #81ddb5;
  border-color: #81ddb5;
  color: #353a49;
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  line-height: 140%;
  font-weight: 700;
  cursor: pointer;
}
.c-form__modal-button:hover {
  background-color: #62d4a3;
  border-color: #62d4a3;
}
.c-form__modal-button:focus-visible {
  outline: 2px solid #62d4a3;
  outline-offset: 3px;
}
@media (max-width: 600px) {
  .c-form__modal-button {
    width: 100%;
  }
}

.s-contato-hero {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c566f), color-stop(73%, #5d758b));
  background: linear-gradient(180deg, #4c566f 0%, #5d758b 73%);
  overflow: hidden;
}
.s-contato-hero__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
  padding-top: 15.2rem;
  padding-bottom: 8rem;
  min-height: 38.8rem;
}
.s-contato-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.8rem;
  max-width: 59.6rem;
  position: relative;
  z-index: 2;
}
.s-contato-hero__line {
  display: block;
  width: 3.2rem;
  height: 0.3rem;
  background-color: #FED77F;
  border-radius: 0.2rem;
  margin-bottom: 0.6rem;
}
.s-contato-hero__title {
  font-size: 4.6rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #ffffff;
}
.s-contato-hero__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.6rem;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s-contato-hero__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.8rem;
  padding: 1.8rem;
  border: 1px solid #949aa9;
  border-radius: 60rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-contato-hero__contact:hover {
  border-color: #FED77F;
}
.s-contato-hero__contact:hover span {
  color: #FED77F;
}
.s-contato-hero__contact img {
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-contato-hero__contact span {
  font-size: 1.4rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
}
.s-contato-hero__contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.8rem;
  text-decoration: none;
}
.s-contato-hero__contact-link img {
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-contato-hero__contact-link span {
  font-size: 1.4rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
}
.s-contato-hero__composition {
  position: absolute;
  right: -11.2rem;
  bottom: 0;
  width: 75rem;
  height: 30.1rem;
  pointer-events: none;
}
@media (max-width: 1100px) {
  .s-contato-hero__composition {
    width: 50rem;
  }
}
@media (max-width: 900px) {
  .s-contato-hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 12rem;
    padding-bottom: 9.5rem;
    min-height: auto;
  }
  .s-contato-hero__composition {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 25rem;
    margin-top: 4rem;
  }
  .s-contato-hero__composition-image {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .s-contato-hero__title {
    font-size: 3.6rem;
  }
  .s-contato-hero__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  .s-contato-hero__contact {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .s-contato-hero__container {
    padding-top: 10rem;
    padding-bottom: 9.5rem;
  }
  .s-contato-hero__title {
    font-size: 3.2rem;
  }
  .s-contato-hero__composition {
    display: none;
  }
}

.s-faq-form {
  position: relative;
  background-color: #f6f7f8;
  padding: 4.7rem 0 14.7rem;
}
.s-faq-form__bg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
  height: 100%;
  overflow: hidden;
}
.s-faq-form__bg img {
  width: 100%;
  height: auto;
}
.s-faq-form__container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 6rem;
}
.s-faq-form__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
  max-width: 58rem;
}
.s-faq-form__title {
  font-size: 2.4rem;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  line-height: 150%;
  font-weight: 600;
  color: #0f1116;
}
.s-faq-form__accordion {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
.s-faq-form__item {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.8rem;
  padding: 2.4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.s-faq-form__item.active .s-faq-form__item-toggle::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 0;
}
.s-faq-form__item.active .s-faq-form__item-text {
  opacity: 1;
}
.s-faq-form__item-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  padding: 0;
}
.s-faq-form__item-header:focus-visible {
  outline: 2px solid #7598e4;
  outline-offset: 4px;
}
.s-faq-form__item-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.6rem;
}
.s-faq-form__item-icon-ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
  width: 2.4rem;
  height: 2.4rem;
}
.s-faq-form__item-title {
  font-size: 1.8rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  line-height: 140%;
  font-weight: 600;
  color: #2e3443;
}
.s-faq-form__item-toggle {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-faq-form__item-toggle::before, .s-faq-form__item-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #7598e4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-faq-form__item-toggle::before {
  width: 1.4rem;
  height: 2px;
}
.s-faq-form__item-toggle::after {
  width: 2px;
  height: 1.4rem;
}
.s-faq-form__item-content {
  height: 0;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.s-faq-form__item-text {
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  color: #4c566f;
  margin-top: 1.6rem;
  opacity: 0;
}
.s-faq-form__form-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 58rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
  padding: 4rem;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-top: -9.5rem;
}
.s-faq-form__form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.6rem;
  font-size: 1.8rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  line-height: 140%;
  font-weight: 600;
  color: #213258;
  margin-bottom: 2.8rem;
}
.s-faq-form__form-header span {
  display: grid;
  place-items: center;
}
.s-faq-form__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.s-faq-form__fields {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
.s-faq-form__field {
  width: 100%;
  position: relative;
}
.s-faq-form__field--success .s-faq-form__input {
  background-color: #f6f7f8;
}
.s-faq-form__field--active .s-faq-form__input {
  border-color: #62d4a3;
  background-color: #ffffff;
}
.s-faq-form__input {
  width: 100%;
  height: 5.4rem;
  padding: 0 2rem;
  background-color: #f6f7f8;
  border: 1px solid transparent;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  color: #2e3443;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-faq-form__input::-webkit-input-placeholder {
  color: #949aa9;
}
.s-faq-form__input::-moz-placeholder {
  color: #949aa9;
}
.s-faq-form__input:-ms-input-placeholder {
  color: #949aa9;
}
.s-faq-form__input::-ms-input-placeholder {
  color: #949aa9;
}
.s-faq-form__input::placeholder {
  color: #949aa9;
}
.s-faq-form__input:focus {
  outline: none;
  border-color: #62d4a3;
  background-color: #ffffff;
}
.s-faq-form__input--textarea {
  height: 14rem;
  padding: 1.6rem 2rem;
  resize: none;
}
.s-faq-form__check-icon {
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
}
.s-faq-form__submit {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 1.6rem 4rem;
  background-color: #62d4a3;
  color: #0f1116;
  border: none;
  border-radius: 60rem;
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  line-height: 140%;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-faq-form__submit:hover {
  background-color: #4eaa82;
  color: #ffffff;
}
@media (max-width: 900px) {
  .s-faq-form__bg {
    display: none;
  }
  .s-faq-form__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .s-faq-form__content, .s-faq-form__form-wrap {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .s-faq-form {
    padding-bottom: 6.4rem;
  }
  .s-faq-form__form-wrap {
    padding: 2.4rem;
  }
}

.s-clientes {
  position: relative;
  background: linear-gradient(-3deg, #dce5f8 54%, rgba(220, 229, 248, 0) 126%);
  padding: 4rem 0;
  overflow: hidden;
}
.s-clientes__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.8rem;
  width: 100%;
}
.s-clientes__title {
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  line-height: 140%;
  font-weight: 700;
  color: #70788c;
  text-align: center;
  padding: 0 2rem;
}
.s-clientes__marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 4.4rem;
}
.s-clientes__marquee::before, .s-clientes__marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 15rem;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.s-clientes__marquee::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#dce5f8), to(transparent));
  background: linear-gradient(to right, #dce5f8, transparent);
}
.s-clientes__marquee::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#dce5f8), to(transparent));
  background: linear-gradient(to left, #dce5f8, transparent);
}
.s-clientes__track {
  display: inline-block;
  white-space: nowrap;
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
}
.s-clientes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 6.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  margin-right: 6.4rem;
  padding: 0;
}
.s-clientes__item {
  display: inline-block;
}
.s-clientes__item img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: luminosity;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-clientes__item img:hover {
  mix-blend-mode: normal;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.s-clientes__mock-box {
  width: 14rem;
  height: 4.4rem;
  background-color: #b7bbc5;
  border-radius: 0.4rem;
  opacity: 0.5;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 900px) {
  .s-clientes {
    padding: 4rem 0;
  }
  .s-clientes__title {
    max-width: 26.9rem;
  }
  .s-clientes__marquee::before, .s-clientes__marquee::after {
    width: 5rem;
  }
}