<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.page-template-page-contact-us .header__wrapper {
  position: sticky !important;
  padding: 20px 0px !important;
}

body.page-template-page-contact-us section#contact-us-container {
  padding: 60px 4vw;
  background: #EAEFFB;
}

section#contact-us-container .contact-wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0px auto;
}

section#contact-us-container .contact-wrapper h1 {
  margin: 0px auto 26px;
  color: #000;
  font-family: Inter;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  text-align: center;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 48px;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper&gt;* {
  flex-basis: calc((100% - 48px) / 2);
}

section#contact-us-container .contact-wrapper .contact-form-wrapper .contact-information {
  padding: 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 30px;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper .contact-information .block-title {
  display: flex;
  align-items: center;
  column-gap: 16px;
  color: #1F2730;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper .contact-information .block-content {
  color: rgba(0, 0, 0, 0.7);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  display: flex;
  flex-direction: column;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper .contact-information .contact-item.block-sales a,
section#contact-us-container .contact-wrapper .contact-form-wrapper .contact-information .contact-item.block-support a {
  color: #0081F9;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 10px;
  width: fit-content;
  transition: all .25s ease-in-out;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper .contact-information .contact-item.block-sales a:hover,
section#contact-us-container .contact-wrapper .contact-form-wrapper .contact-information .contact-item.block-support a:hover {
  text-decoration: underline;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper .contact-information .contact-item.block-phone a {
  color: #666;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  width: fit-content;
  transition: all .25s ease-in-out;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper .contact-information .contact-item.block-phone a:hover {
  color: #0081F9;
  text-decoration: underline;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper .contact-information .contact-item.block-address .block-content span {
  color: #8F8F8F;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper form .form-heading {
  display: flex;
  flex-direction: column;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #FFF;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper form .form-heading .form-title {
  color: #1F2730;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 12px;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper form .form-heading .form-description {
  color: #1F2730;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper form .form-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 10px;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper form .form-fields&gt;* {
  flex-basis: 100%;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper form .form-fields&gt;*:nth-child(2),
section#contact-us-container .contact-wrapper .contact-form-wrapper form .form-fields&gt;*:nth-child(3) {
  flex-basis: calc((100% - 8px) / 2);
}

section#contact-us-container .contact-wrapper .contact-form-wrapper form .form-fields .form-field {
  display: flex;
  flex-direction: column;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper form .form-fields .form-field .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper form .form-fields .form-field .input-wrapper .input-icon {
  padding-right: 10px;
  border-right: 1px solid #DCDCDC;
  position: absolute;
  left: 15px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 14px;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper form .form-fields .form-field .input-wrapper textarea,
section#contact-us-container .contact-wrapper .contact-form-wrapper form .form-fields .form-field .input-wrapper input {
  padding-left: 60px;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper form .form-fields .form-field select {
  padding: 14px 24px;
  height: 53px;
  border: 1px solid #DCDCDC;
  border-radius: 16px;
  background: #FFF;
  /* color: rgba(86, 86, 86, 0.79); */
  color: #1F2730;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-appearance: none;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper form .form-fields .form-field.option-field {
  position: relative;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper form .form-fields .form-field.option-field::after {
  width: 24px;
  height: 24px;
  right: 16px;
  bottom: 15px;
  position: absolute;
  content: '';
  background-image: url(/wp-content/themes/languex2/assets/images/small-down-black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper form .form-fields .form-field label {
  color: #565656;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper form .form-fields .form-field textarea,
section#contact-us-container .contact-wrapper .contact-form-wrapper form .form-fields .form-field input {
  padding: 16px 24px;
  border-radius: 16px;
  /* border: 1px solid #E2EDFC; */
  background: #FFF;
  color: #1F2730;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  box-sizing: border-box;
  border: 1px solid #DCDCDC;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper form .form-fields .form-field textarea {
  height: 210px;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper form .form-fields .form-field textarea::placeholder,
section#contact-us-container .contact-wrapper .contact-form-wrapper form .form-fields .form-field input::placeholder {
  color: #898989;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper form button[type="submit"] {
  margin-top: 16px;
  padding: 16px;
  border-radius: 100px;
  background: #2F80ED;
  border: 1px solid #2F80ED;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  width: 100%;
  box-sizing: border-box;
  transition: all .25s ease-in-out;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper form button[type="submit"]:hover {
  background-color: #FFF;
  color: #2F80ED;
}

section#contact-us-container .contact-wrapper .contact-form-wrapper form button[type="submit"].sending {
  pointer-events: none;
  opacity: 0.5;
}

@media (max-width: 1024px) {
  section#contact-us-container .contact-wrapper .contact-form-wrapper {
    row-gap: 32px;
    flex-wrap: nowrap;
  }

  section#contact-us-container .contact-wrapper .contact-form-wrapper&gt;* {
    flex-basis: calc((100% - 32px) / 2);
  }

  section#contact-us-container .contact-wrapper .contact-form-wrapper form .form-fields&gt;*:nth-child(2),
  section#contact-us-container .contact-wrapper .contact-form-wrapper form .form-fields&gt;*:nth-child(3) {
    flex-basis: 100%;
  }
}

@media (max-width: 768px) {
  body.page-template-page-contact-us .header__wrapper {
    background-color: #FFF;
  }

  body.page-template-page-contact-us section#contact-us-container {
    padding: 60px 4vw;
  }

  section#contact-us-container .contact-wrapper {
    max-width: 540px;
  }

  section#contact-us-container .contact-wrapper .contact-form-wrapper {
    flex-direction: column-reverse;
    row-gap: 48px;
  }

  section#contact-us-container .contact-wrapper .contact-form-wrapper&gt;* {
    flex-basis: 100%;
  }

  section#contact-us-container .contact-wrapper h1 {
    font-size: 40px;
  }

  section#contact-us-container .contact-wrapper .contact-form-wrapper form .form-fields .form-field textarea {
    height: 120px;
  }

  section#contact-us-container .contact-wrapper .contact-form-wrapper .contact-information {
    border-radius: 18px;
    background: #FFF;
  }
}



.contact-cta-wrapper {
  padding: 36px 48px;
  margin-top: 24px;
  box-sizing: border-box;
  border-radius: 20px 20px 0px 20px;
  background: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 50px;
}

.contact-cta-wrapper .cta-left-section {
  max-width: 430px;
  flex: 1;
}

.contact-cta-wrapper .cta-right-section {
  width: 245px;
}

.contact-cta-wrapper .cta-right-section a {
  padding: 20px 32px;
  border-radius: 133.333px;
  background: #2F80ED;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 21.333px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  box-sizing: border-box;
  border: 1px solid #2F80ED;
  transition: all .25s ease-in-out;
}

.contact-cta-wrapper .cta-right-section a:hover {
  background-color: #FFF;
  color: #2F80ED;
}

.contact-cta-wrapper .cta-left-section h2 {
  color: #000;
  font-family: Lato;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-transform: capitalize;
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  .contact-cta-wrapper .cta-left-section h2 {
    text-align: center;
    font-size: 32px;
  }

  .contact-cta-wrapper {
    column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .contact-cta-wrapper {
    padding: 32px;
    flex-direction: column;
    row-gap: 20px;
  }

  .contact-cta-wrapper .cta-left-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-cta-wrapper .cta-right-section a {
    padding: 16px 20px;
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  body.page-template-page-contact-us .footer {
    padding-top: 70px !important;
  }
}</pre></body></html>