.why-viallies {
  padding: 63px 0;
  background: #F4F9FF;
}

.values {
  margin-bottom: 86px;
  margin-top: 48px;
}

.partners {
  padding-top: 92px;
  padding-bottom: 92px;
  padding-right: auto;
  padding-left: auto;
  background: #F4F9FF;
}

.partners__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 25px;
  filter: grayscale(100%);
}

@media screen and (max-width: 1240px) {
  .partners__logos {
    margin-bottom: 20px;
  }
}

.divided-section {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.divided-section__card {
  max-width: 252px;
}

@media screen and (max-width: 1240px) {
  .divided-section__card {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
  .divided-section__card {
    max-width: 220px;
  }
}

@media screen and (max-width: 480px) {
  .divided-section__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: initial;
  }
}

.divided-section__icon {
  width: 40px;
  height: 40px;
}

.divided-section__title {
  padding: 20px 0;
  font-family: "Bai Jamjuree";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 133.4%;
  color: #0A1236;
}

.divided-section__text {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.15px;
  color: #879EB7;
}

.footer {
  padding-top: 70px;
  padding-bottom: 63px;
  background: #0A1236;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1240px) {
  .footer__bottom {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

.footer__bottom-text {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.17px;
  color: #D0D9E3;
}

.footer__bottom-text--inline {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 1240px) {
  .footer__bottom-text--inline {
    justify-content: center;
  }
}

@media screen and (max-width: 1240px) {
  .footer__bottom-text {
    margin-bottom: 8px;
  }

  .footer__bottom-text:last-child {
    margin-bottom: 0;
  }
}

.footer__divider {
  height: 1px;
  margin-top: 100px;
  margin-bottom: 40px;
  background: rgb(218, 232, 254);
  background: linear-gradient(90deg, rgba(218, 232, 254, 0) 0%, rgba(218, 232, 254, 0.2) 50%, rgba(218, 232, 254, 0) 100%);
}

.footer__logo-slogan {
  flex: 3;
}

@media screen and (max-width: 1240px) {
  .footer__logo-slogan {
    margin-bottom: 32px;
  }
}

.footer__slogan {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.17px;
  color: #879EB7;
  margin-top: 30px;
}

.footer__top {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1240px) {
  .footer__top {
    flex-direction: column;
  }
}

.footer__column {
  display: flex;
  flex-direction: column;
  flex: 2.25;
}

.footer__column--small {
  flex: 1;
}

@media screen and (max-width: 1240px) {
  .footer__column {
    margin-bottom: 32px;
  }

  .footer__column:last-child {
    margin-bottom: 0;
  }
}

.footer__column-header {
  font-family: "Bai Jamjuree";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.15px;
  color: #fff;
}

.footer__column-item {
  margin-top: 22px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.17px;
  color: #879EB7;
  text-decoration: none;
  cursor: pointer;
}

.footer__column-item--divider {
  padding: 0 4px;
}

.footer__column-item--high-contrast {
  color: #D0D9E3;
}

.footer__column-item--no-margin {
  margin-top: 0px;
}

.footer__bottom-link {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.17px;
  color: #D0D9E3;
  text-decoration: none;
}

.footer__bottom-link--divider {
  padding: 0 4px;
}

.footer__links-group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  cursor: pointer;
}

.heading-1 {
  font-family: "Bai Jamjuree", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 123.5%;
  letter-spacing: 0.25px;
  text-align: center;
  color: #0A1236;
}

.heading-2 {
  font-family: "Bai Jamjuree", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #0A1236;
}

.text {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.15px;
  color: #415A78;
}

.text--error {
  color: red;
}

a {
  all: unset;
}

.button {
  background: none;
  border: none;
  border-radius: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.button__text {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.15px;
  color: #0A1236;
}

.button__text--uppercase {
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  color: #fff;
}

.button__text--secondary {
  color: #FFA14B;
}

.button__icon {
  margin-left: 12px;
}

.button__icon--light {
  color: #fff;
}

.button--primary {
  border-radius: 4px;
  background: #FFA14B;
  padding: 6px 16px;
}

.button--secondary {
  padding: 6px 10px;
}

.button--elevated {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
}

.button--stretch {
  justify-content: center;
  padding: 8px 55px;
}

.button-accent-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.spacer {
  width: 20px;
}

.spacer--medium {
  width: 30px;
}

.spacer--big {
  width: 60px;
}

.vertical-spacer {
  height: 20px;
}

.vertical-spacer--medium {
  height: 30px;
}

.vertical-spacer--50 {
  height: 50px;
}

.vertical-spacer--big {
  height: 60px;
}

.header {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.header__logo {
  height: 50px;
  width: auto;
}

.header__navigation {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1240px) {
  .header__navigation {
    display: none;
  }
}

@media screen and (max-width: 1240px) {
  .header {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .burger-menu {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .burger-menu {
    display: none;
  }
}

@media screen and (max-width: 1240px) {
  .burger-menu {
    display: initial;
  }
}

.burger-menu__icon {
  cursor: pointer;
}

.burger-menu__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 320px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: -1px 1px 9px 1px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: -1px 1px 9px 1px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: -1px 1px 9px 1px rgba(0, 0, 0, 0.44);
  padding: 30px;
  z-index: 999;
  height: 100%;
}

@media screen and (max-width: 480px) {
  .burger-menu__wrapper {
    width: 100%;
    left: 0;
    padding: 0;
  }
}

.burger-menu__wrapper--hidden {
  display: none;
}

.burger-menu__buttons-wrapper {
  display: flex;
  justify-content: space-between;
  justify-self: baseline;
  position: absolute;
  bottom: 90px;
  right: 30px;
  left: 30px;
}

@media screen and (max-width: 480px) {
  .burger-menu__buttons-wrapper {
    bottom: 30px;
  }
}

.burger-menu__close-icon {
  align-self: flex-end;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .burger-menu__close-icon {
    padding: 30px 30px 0px 30px;
  }
}

.burger-menu__list {
  padding-top: 30px;
  flex: 1;
}

@media screen and (max-width: 480px) {
  .burger-menu__list {
    padding: 0 30px;
  }
}

.burger-menu__list li {
  list-style-type: none;
  cursor: pointer;
}

.burger-menu__list-item {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: #0A1236;
  padding: 8px 0;
}

.dropdown {
  border: 1px solid #D0D9E3;
  border-radius: 4px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  color: #879EB7;
  display: flex;
  justify-content: center;
  align-items: stretch;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 12px;
  padding-right: 36px;
}

.dropdown-wrapper {
  position: relative;
}

.dropdown-wrapper::after {
  content: "\e5c5";
  color: rgba(0, 0, 0, 0.54);
  position: absolute;
  font-size: 24;
  top: 8px;
  pointer-events: none;
  right: 12px;
}

.top-banner {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.top-banner__left {
  flex: 1;
}

.top-banner__right {
  flex: 1;
  margin: auto;
}

.top-banner__buttons {
  display: flex;
}

.top-banner__title {
  font-family: "Bai Jamjuree";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 116.7%;
  color: #0A1236;
}

.top-banner__text {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.15px;
  color: #415A78;
}

@media screen and (max-width: 1240px) {
  .top-banner__image {
    max-width: 100%;
    margin-top: 50px;
  }
}

@media screen and (max-width: 1240px) {
  .top-banner {
    flex-direction: column;
  }
}

.how-it-works {
  padding: 50px 0;
}

.image-section {
  display: flex;
  justify-content: space-between;
}

.image-section__header {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.image-section__title {
  font-family: "Bai Jamjuree";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 133.4%;
  color: #0A1236;
}

.image-section__header-icon {
  margin-right: 10px;
}

.image-section__image {
  flex: 1;
  max-width: 550px;
  height: auto;
}

.image-section__spacer--small {
  width: 100px;
}

.image-section__spacer--big {
  width: 170px;
}

.image-section__content {
  flex: 1;
}

@media screen and (max-width: 1240px) {
  .image-section {
    flex-direction: column;
  }
}

@media screen and (max-width: 1240px) {
  .image-section--reverse {
    flex-direction: column-reverse;
  }
}

.image-section--reverse .image-section__image {
  margin-bottom: 40px;
}

input {
  color: #415A78;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
}

input ::-moz-placeholder {
  color: #879EB7;
}

input :-ms-input-placeholder {
  color: #879EB7;
}

input ::placeholder {
  color: #879EB7;
}

.invalid-input {
  border-color: red !important;
}

.invalid-input::after {
  content: "This field is required";
  color: red;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1200px;
  }
}

@media screen and (max-width: 1440px) {
  .container {
    max-width: 1200px;
  }
}

@media screen and (max-width: 1240px) {
  .container {
    max-width: 900px;
  }
}

@media screen and (max-width: 960px) {
  .container {
    max-width: 550px;
  }
}

@media screen and (max-width: 600px) {
  .container {
    max-width: 450px;
  }
}

@media screen and (max-width: 480px) {
  .container {
    max-width: 320px;
  }
}

@media screen and (max-width: 320px) {
  .container {
    max-width: 300px;
  }
}

.about-us {
  padding-top: 50px;
}

.about-us__wrapper {
  display: flex;
}

@media screen and (max-width: 1240px) {
  .about-us__wrapper {
    flex-direction: column;
    margin-top: 40px;
  }
}

.about-us__content {
  flex: 1;
  margin: auto 0;
  padding-right: 100px;
}

@media screen and (max-width: 1240px) {
  .about-us__content {
    padding-right: 0;
  }
}

.about-us__title {
  font-family: "Bai Jamjuree";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 133.4%;
  color: #0A1236;
  margin-bottom: 40px;
}

@media screen and (max-width: 1240px) {
  .about-us img {
    max-width: 100%;
    margin-top: 30px;
  }
}

.faq {
  padding: 64px 0;
  margin: 18px 0;
}

.faq__wrapper {
  display: flex;
}

@media screen and (max-width: 1240px) {
  .faq__wrapper {
    flex-direction: column;
  }
}

.faq__info {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  align-self: center;
}

@media screen and (max-width: 1240px) {
  .faq__info {
    margin-bottom: 40px;
  }
}

.faq__spacer {
  flex: 1;
}

@media screen and (max-width: 1240px) {
  .faq__spacer {
    display: none;
  }
}

.faq__questions {
  flex: 2;
}

.faq__question {
  border-bottom: 2px solid #D0D9E3;
  cursor: pointer;
}

.faq__question-card {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}

.faq__question-text {
  font-family: "Bai Jamjuree";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.15px;
  color: #0A1236;
}

.faq__answer {
  padding-bottom: 45px;
}

.faq__answer--hidden {
  display: none;
}

.faq__icon--hidden {
  display: none;
}

.subscribe__wrapper {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1240px) {
  .subscribe__wrapper {
    flex-direction: column;
    justify-content: center;
  }
}

.subscribe__form {
  margin-right: 50px;
}

@media screen and (max-width: 1240px) {
  .subscribe__form {
    margin: 0 auto;
  }
}

.subscribe__form-bg {
  background-color: #EAF3FF;
  padding: 70px 30px;
  border-radius: 15px 93px 15px 15px;
}

.subscribe__title {
  font-family: "Bai Jamjuree";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 133.4%;
  color: #0A1236;
  margin-bottom: 18px;
}

.subscribe__row {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1240px) {
  .subscribe__row {
    flex-direction: column;
    justify-content: stretch;
  }
}

.subscribe__row .button {
  justify-content: center;
}

.subscribe__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #D0D9E3;
  border-radius: 4px;
  padding: 8px 12px;
  flex: 1;
  margin-right: 20px;
}

@media screen and (max-width: 1240px) {
  .subscribe__input {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1240px) {
  .subscribe__input {
    margin-right: 0;
  }
}

.subscribe__image {
  padding-top: 80px;
  padding-bottom: 100px;
  flex: 1;
}

@media screen and (max-width: 1240px) {
  .subscribe__image {
    padding-top: 40px;
  }

  .subscribe__image img {
    max-width: 100%;
  }
}

.who-we-serve {
  background-color: #F4F9FF;
  padding-top: 60px;
  padding-bottom: 80px;
}

.who-we-serve__form {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

@media screen and (max-width: 1240px) {
  .who-we-serve__form {
    padding: 20px;
  }
}

.who-we-serve__wrapper {
  display: flex;
  margin-top: 24px;
}

@media screen and (max-width: 1240px) {
  .who-we-serve__wrapper {
    flex-direction: column;
  }
}

.who-we-serve__inputs {
  flex: 1;
}

.who-we-serve__action {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-self: flex-end;
}

@media screen and (max-width: 1240px) {
  .who-we-serve__action {
    margin-top: 20px;
  }
}

.who-we-serve__icon {
  margin-bottom: 10px;
  width: 80px;
  height: auto;
}

.who-we-serve__inputs {
  display: flex;
}

@media screen and (max-width: 1240px) {
  .who-we-serve__inputs {
    flex-direction: column;
  }
}

.who-we-serve__big-input {
  display: flex;
}

@media screen and (max-width: 1240px) {
  .who-we-serve__big-input {
    height: 130px;
  }
}

.who-we-serve__rows {
  flex: 1;
}

@media screen and (max-width: 1240px) {
  .who-we-serve__rows .vertical-spacer {
    height: 0;
  }
}

.who-we-serve__rows input {
  margin-bottom: 20px;
}

.who-we-serve__row-3 {
  display: grid;
  grid-template-columns: auto auto auto;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media screen and (max-width: 1240px) {
  .who-we-serve__row-3 {
    display: flex;
    flex-direction: column;
  }
}

.who-we-serve__row-2 {
  display: grid;
  grid-template-columns: auto auto;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media screen and (max-width: 1240px) {
  .who-we-serve__row-2 {
    display: flex;
    flex-direction: column;
  }
}

.who-we-serve input {
  padding: 16px 12px;
  border: 1px solid #D0D9E3;
  border-radius: 4px;
  align-items: flex-start;
}

.who-we-serve textarea {
  padding: 16px 12px;
  border: 1px solid #D0D9E3;
  border-radius: 4px;
  align-items: flex-start;
}

.who-we-serve input::-moz-placeholder {
  align-self: flex-start;
  letter-spacing: 0.15px;
  color: #879EB7;
}

.who-we-serve textarea::-moz-placeholder {
  align-self: flex-start;
  letter-spacing: 0.15px;
  color: #879EB7;
}

.who-we-serve input:-ms-input-placeholder {
  align-self: flex-start;
  letter-spacing: 0.15px;
  color: #879EB7;
}

.who-we-serve textarea:-ms-input-placeholder {
  align-self: flex-start;
  letter-spacing: 0.15px;
  color: #879EB7;
}

.who-we-serve input::placeholder {
  align-self: flex-start;
  letter-spacing: 0.15px;
  color: #879EB7;
}

.who-we-serve textarea::placeholder {
  align-self: flex-start;
  letter-spacing: 0.15px;
  color: #879EB7;
}

* {
  margin: 0;
  padding: 0;
}

.privacy_policy {


  h3 {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 24px;
  }

  p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.zammad-form {
  .js-thankyou {
        font-family: "Bai Jamjuree", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 123.5%;
    letter-spacing: 0.25px;
    text-align: center;
    color: #0A1236;
    padding-bottom: 20px;
  }

  h2 {
    font-family: "Bai Jamjuree", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 123.5%;
    letter-spacing: 0.25px;
    text-align: center;
    color: #0A1236;
    padding-bottom: 20px;
  }
}

.zammad-form-group {
  label {
    display: block;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #0A1236;
    padding-top: 2px;
    padding-bottom: 4px;
  }

  #zammad-form-name-inline {
    color: #415A78;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;
  }

  input {
    color: #415A78;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;

    padding: 16px 12px;
    border: 1px solid #D0D9E3;
    border-radius: 4px;
    align-items: flex-start;
  }

  textarea {
    color: #415A78;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;

    padding: 16px 12px;
    border: 1px solid #D0D9E3;
    border-radius: 4px;
    align-items: flex-start;
  }

  input ::-moz-placeholder {
    color: #879EB7;
  }

  input :-ms-input-placeholder {
    color: #879EB7;
  }

  input ::placeholder {
    color: #879EB7;
  }

   button {
    background: none;
    border: none;
    border-radius: none;
    display: flex;
    align-items: center;
    cursor: pointer;

    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.46px;
    text-transform: uppercase;
    color: #fff;

    font-family: "Manrope";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.15px;
    color: #0A1236;

    border-radius: 4px;
    background: #FFA14B;
    padding: 6px 16px;

    color: white;

    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
  }
}

.btn {
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.46px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-family: "Manrope";
    font-style: normal;
    border-radius: 4px;
    background: #FFA14B;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
    justify-content: center;
    padding: 8px 55px;
    border: none;
    cursor: pointer;
}

/*# sourceMappingURL=style.css.map */