@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../../fonts/proxima_nova/ProximaNova-Regular.eot");
  src: url("../../fonts/proxima_nova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/proxima_nova/ProximaNova-Regular.woff2") format("woff2"), url("../../fonts/proxima_nova/ProximaNova-Regular.woff") format("woff"), url("../../fonts/proxima_nova/ProximaNova-Regular.ttf") format("truetype"), url("../../fonts/proxima_nova/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body main section.contact-us-footer .content_wrapper {
  padding: 100px 0;
}
body main section.contact-us-footer img.w-100 {
  height: auto;
}
body main section.contact-us-footer .form-wrapper {
  background-color: #ffffff;
  color: #333333;
  border-radius: 20px;
  padding: 24px 32px;
  box-shadow: 0 6px 10px -10px rgba(0, 0, 0, 0.2);
}
body main section.contact-us-footer .form-wrapper form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body main section.contact-us-footer .form-wrapper form .field_wrapper {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
  max-width: calc(50% - 4px);
}
body main section.contact-us-footer .form-wrapper form .field_wrapper label {
  color: rgba(51, 51, 51, 0.6);
  font-size: 12px;
  margin: 0;
  position: absolute;
  top: 2px;
  left: 20px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  user-select: none;
}
body main section.contact-us-footer .form-wrapper form .field_wrapper input,
body main section.contact-us-footer .form-wrapper form .field_wrapper textarea {
  background-color: rgba(51, 51, 51, 0.05);
  color: #333333;
  font-size: 20px;
  line-height: 26px;
  border: solid 1px #F4F4F4;
  border-radius: 0;
  padding: 16px 18px 6px;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}
body main section.contact-us-footer .form-wrapper form .field_wrapper input::placeholder,
body main section.contact-us-footer .form-wrapper form .field_wrapper textarea::placeholder {
  color: transparent;
}
body main section.contact-us-footer .form-wrapper form .field_wrapper input::-webkit-inner-spin-button,
body main section.contact-us-footer .form-wrapper form .field_wrapper textarea::-webkit-inner-spin-button {
  appearance: none;
}
body main section.contact-us-footer .form-wrapper form .field_wrapper:has(input:placeholder-shown) label, body main section.contact-us-footer .form-wrapper form .field_wrapper:has(textarea:placeholder-shown) label {
  color: #333333;
  font-size: 20px;
  top: 10px;
}
body main section.contact-us-footer .form-wrapper form .field_wrapper:has(input:placeholder-shown) input,
body main section.contact-us-footer .form-wrapper form .field_wrapper:has(input:placeholder-shown) textarea, body main section.contact-us-footer .form-wrapper form .field_wrapper:has(textarea:placeholder-shown) input,
body main section.contact-us-footer .form-wrapper form .field_wrapper:has(textarea:placeholder-shown) textarea {
  background-color: #F4F4F4;
  border: solid 1px #F4F4F4;
}
body main section.contact-us-footer .form-wrapper form .field_wrapper:has(input:hover) label, body main section.contact-us-footer .form-wrapper form .field_wrapper:has(input:focus) label, body main section.contact-us-footer .form-wrapper form .field_wrapper:has(textarea:hover) label, body main section.contact-us-footer .form-wrapper form .field_wrapper:has(textarea:focus) label {
  color: rgba(51, 51, 51, 0.6);
  font-size: 12px;
  top: 2px;
  transform: translate(0, 0);
}
body main section.contact-us-footer .form-wrapper form .field_wrapper:has(input:hover) input,
body main section.contact-us-footer .form-wrapper form .field_wrapper:has(input:hover) textarea, body main section.contact-us-footer .form-wrapper form .field_wrapper:has(input:focus) input,
body main section.contact-us-footer .form-wrapper form .field_wrapper:has(input:focus) textarea, body main section.contact-us-footer .form-wrapper form .field_wrapper:has(textarea:hover) input,
body main section.contact-us-footer .form-wrapper form .field_wrapper:has(textarea:hover) textarea, body main section.contact-us-footer .form-wrapper form .field_wrapper:has(textarea:focus) input,
body main section.contact-us-footer .form-wrapper form .field_wrapper:has(textarea:focus) textarea {
  background-color: rgba(51, 51, 51, 0.05);
  border: solid 1px rgba(51, 51, 51, 0.05);
}
body main section.contact-us-footer .form-wrapper form .field_wrapper:has(textarea), body main section.contact-us-footer .form-wrapper form .field_wrapper:has(.form-check), body main section.contact-us-footer .form-wrapper form .field_wrapper:has(#full_name) {
  max-width: 100%;
}
body main section.contact-us-footer .form-wrapper form .field_wrapper:has(input[type=number]) label {
  left: 60px;
}
body main section.contact-us-footer .form-wrapper form .field_wrapper:has(input[type=number]) input {
  padding: 16px 18px 6px 58px;
}
body main section.contact-us-footer .form-wrapper form .field_wrapper:has(input[type=number]):before {
  content: "";
  background: url("../../img/webp/country_flag.webp") no-repeat center center/100% 100%;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(5px, -50%);
}
body main section.contact-us-footer .form-wrapper form .form-check {
  padding-left: 32px;
  margin: 0;
  min-height: unset;
}
body main section.contact-us-footer .form-wrapper form .form-check input {
  height: 24px;
  width: 24px;
  border-radius: 4px;
  border: solid 1px rgba(51, 51, 51, 0.4);
  margin: 0 0 0 -32px;
  box-shadow: none !important;
  background-color: transparent !important;
  cursor: pointer;
}
body main section.contact-us-footer .form-wrapper form .form-check input:checked {
  border-color: #F5C779;
  background: url("../../img/webp/check.webp") no-repeat center center/18px;
}
body main section.contact-us-footer .form-wrapper form .form-check label {
  line-height: 24px;
  cursor: pointer;
  display: block;
}
body main section.contact-us-footer .form-wrapper form .invalid {
  border: solid 1px red !important;
}
body main section.contact-us-footer img.obj {
  object-position: center;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 1580px) {
  body main section.contact-us-footer .form-wrapper {
    padding: 20px 30px;
  }
  body main section.contact-us-footer .form-wrapper .f-32 {
    font-size: 24px;
  }
  body main section.contact-us-footer .form-wrapper form .field_wrapper label {
    font-size: 12px;
    top: 2px;
  }
  body main section.contact-us-footer .form-wrapper form .field_wrapper input,
  body main section.contact-us-footer .form-wrapper form .field_wrapper textarea {
    font-size: 18px;
  }
  body main section.contact-us-footer .form-wrapper form .field_wrapper:has(input:placeholder-shown) label, body main section.contact-us-footer .form-wrapper form .field_wrapper:has(textarea:placeholder-shown) label {
    font-size: 18px;
    top: 11px;
  }
  body main section.contact-us-footer .form-wrapper form .field_wrapper:has(input:hover) label, body main section.contact-us-footer .form-wrapper form .field_wrapper:has(input:focus) label, body main section.contact-us-footer .form-wrapper form .field_wrapper:has(textarea:hover) label, body main section.contact-us-footer .form-wrapper form .field_wrapper:has(textarea:focus) label {
    font-size: 12px;
    top: 2px;
  }
}
@media (max-width: 992px) {
  body main section.contact-us-footer {
    padding: 60px 0;
  }
  body main section.contact-us-footer .content_wrapper {
    padding: 0;
  }
  body main section.contact-us-footer .form-wrapper {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  body main section.contact-us-footer {
    padding: 40px 0;
  }
  body main section.contact-us-footer .form-wrapper {
    padding: 16px;
  }
  body main section.contact-us-footer .form-wrapper form .field_wrapper {
    max-width: 100%;
  }
  body main section.contact-us-footer .form-wrapper form .field_wrapper label {
    font-size: 12px;
    top: 2px;
    left: 15px;
  }
  body main section.contact-us-footer .form-wrapper form .field_wrapper input,
  body main section.contact-us-footer .form-wrapper form .field_wrapper textarea {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 15px 2px;
  }
  body main section.contact-us-footer .form-wrapper form .field_wrapper:has(input:placeholder-shown) label, body main section.contact-us-footer .form-wrapper form .field_wrapper:has(textarea:placeholder-shown) label {
    font-size: 16px;
    top: 10px;
  }
  body main section.contact-us-footer .form-wrapper form .field_wrapper:has(input:hover) label, body main section.contact-us-footer .form-wrapper form .field_wrapper:has(input:focus) label, body main section.contact-us-footer .form-wrapper form .field_wrapper:has(textarea:hover) label, body main section.contact-us-footer .form-wrapper form .field_wrapper:has(textarea:focus) label {
    font-size: 12px;
    top: 2px;
  }
  body main section.contact-us-footer .form-wrapper form .field_wrapper:has(input[type=number]) label {
    left: 55px;
  }
  body main section.contact-us-footer .form-wrapper form .field_wrapper:has(input[type=number]) input {
    padding: 16px 15px 2px 55px;
  }
  body main section.contact-us-footer .form-wrapper form .form-check input {
    height: 20px;
    width: 20px;
  }
  body main section.contact-us-footer .form-wrapper form .form-check input:checked {
    background-size: 14px;
  }
  body main section.contact-us-footer .form-wrapper form .form-check label {
    font-size: 14px;
    line-height: 20px;
  }
}

/*# sourceMappingURL=contact_footer.css.map */
