@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 {
  overflow-x: hidden;
}
body main section.contact-us {
  background-color: #ffffff;
  padding: 80px 0;
}
body main section.contact-us .card {
  border: solid 1px #F5C779;
  border-radius: 16px;
}
body main section.contact-us .card .card-body {
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
body main section.contact-us .card .card-body ul li a {
  color: #333333;
  font-size: 24px;
  text-decoration: none;
  padding: 4px 0;
  transition: all 0.2s ease;
}
body main section.contact-us .card .card-body ul li a img {
  height: 24px;
  width: 24px;
}
body main section.contact-us .card .card-body ul li a:hover {
  color: #F5C779;
}
body main section.contact-us .card .card-body .list_social {
  gap: 12px;
  margin: 0;
  padding: 0;
}
body main section.contact-us .card .card-body .list_social li a {
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  padding: 9px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
body main section.contact-us .card .card-body .list_social li a img {
  height: 30px;
  width: 30px;
  transition: all 0.4s ease-in-out;
}
body main section.contact-us .card .card-body .list_social li a:after {
  content: "";
  background-color: #04012F;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
body main section.contact-us .card .card-body .list_social li a:hover {
  background-color: #04012F;
}
body main section.contact-us .card .card-body .list_social li a:hover:after {
  height: 0;
  width: 0;
}
body main section.contact-us .card .card-body .card-text {
  font-size: 20px;
}
body main section.contact-us .card .card-body .form-wrapper {
  width: 100%;
}
body main section.contact-us .card .card-body .form-wrapper form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body main section.contact-us .card .card-body .form-wrapper form .field_wrapper {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
  max-width: calc(50% - 4px);
}
body main section.contact-us .card .card-body .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 .card .card-body .form-wrapper form .field_wrapper input,
body main section.contact-us .card .card-body .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 .card .card-body .form-wrapper form .field_wrapper input::placeholder,
body main section.contact-us .card .card-body .form-wrapper form .field_wrapper textarea::placeholder {
  color: transparent;
}
body main section.contact-us .card .card-body .form-wrapper form .field_wrapper input::-webkit-inner-spin-button,
body main section.contact-us .card .card-body .form-wrapper form .field_wrapper textarea::-webkit-inner-spin-button {
  appearance: none;
}
body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(input:placeholder-shown) label, body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(textarea:placeholder-shown) label {
  color: #333333;
  font-size: 20px;
  top: 10px;
}
body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(input:placeholder-shown) input,
body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(input:placeholder-shown) textarea, body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(textarea:placeholder-shown) input,
body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(textarea:placeholder-shown) textarea {
  background-color: #F4F4F4;
  border: solid 1px #F4F4F4;
}
body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(input:hover) label, body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(input:focus) label, body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(textarea:hover) label, body main section.contact-us .card .card-body .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 .card .card-body .form-wrapper form .field_wrapper:has(input:hover) input,
body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(input:hover) textarea, body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(input:focus) input,
body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(input:focus) textarea, body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(textarea:hover) input,
body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(textarea:hover) textarea, body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(textarea:focus) input,
body main section.contact-us .card .card-body .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 .card .card-body .form-wrapper form .field_wrapper:has(textarea), body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(.form-check), body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(#full_name) {
  max-width: 100%;
}
body main section.contact-us .card .card-body .form-wrapper form .form-check {
  padding-left: 32px;
  margin: 0;
  min-height: unset;
}
body main section.contact-us .card .card-body .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 .card .card-body .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 .card .card-body .form-wrapper form .form-check label {
  line-height: 24px;
  cursor: pointer;
  display: block;
}
body main section.contact-us .card .card-body .form-wrapper form .invalid {
  border: solid 1px red !important;
}
body main section.map {
  background: rgb(242, 242, 240);
  background: -moz-linear-gradient(320deg, rgb(242, 242, 240) 0%, rgb(255, 255, 255) 50%, rgb(242, 242, 240) 100%);
  background: -webkit-linear-gradient(320deg, rgb(242, 242, 240) 0%, rgb(255, 255, 255) 50%, rgb(242, 242, 240) 100%);
  background: linear-gradient(320deg, rgb(242, 242, 240) 0%, rgb(255, 255, 255) 50%, rgb(242, 242, 240) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f0",endColorstr="#f2f2f0",GradientType=1);
  padding: 80px 0;
}
body main section.map .map_wrapper {
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 2px 2px 16px -6px rgba(0, 0, 0, 0.1);
}
body main section.map .map_wrapper iframe {
  height: 600px;
  width: 100%;
}

@media (max-width: 1780px) {
  body main section.contact-us .card .card-body ul li a {
    font-size: 20px;
  }
  body main section.contact-us .card .card-body ul li a img {
    height: 20px;
    width: 20px;
  }
  body main section.contact-us .card .card-body .list_social li a img {
    height: 24px;
    width: 24px;
  }
  body main section.map .map_wrapper iframe {
    height: 500px;
  }
}
@media (max-width: 1580px) {
  body main section.contact-us .card .card-body {
    padding: 20px 30px;
  }
  body main section.contact-us .card .card-body ul li a {
    font-size: 18px;
  }
  body main section.contact-us .card .card-body ul li a img {
    height: 18px;
    width: 18px;
  }
  body main section.contact-us .card .card-body .card-text {
    font-size: 16px;
  }
  body main section.contact-us .card .card-body .form-wrapper .f-32 {
    font-size: 24px;
  }
  body main section.contact-us .card .card-body .form-wrapper form .field_wrapper label {
    font-size: 12px;
    top: 2px;
  }
  body main section.contact-us .card .card-body .form-wrapper form .field_wrapper input,
  body main section.contact-us .card .card-body .form-wrapper form .field_wrapper textarea {
    font-size: 18px;
  }
  body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(input:placeholder-shown) label, body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(textarea:placeholder-shown) label {
    font-size: 18px;
    top: 11px;
  }
  body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(input:hover) label, body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(input:focus) label, body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(textarea:hover) label, body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(textarea:focus) label {
    font-size: 12px;
    top: 2px;
  }
}
@media (max-width: 1380px) {
  body main section.contact-us .card .card-body {
    padding: 20px 28px;
  }
  body main section.contact-us .card .card-body ul li a {
    font-size: 16px;
  }
  body main section.contact-us .card .card-body .list_social {
    gap: 8px;
  }
  body main section.contact-us .card .card-body .list_social li a {
    padding: 6px;
  }
  body main section.contact-us .card .card-body .list_social li a img {
    height: 20px;
    width: 20px;
  }
  body main section.contact-us .card .card-body .card-text {
    font-size: 14px;
  }
  body main section.map .map_wrapper iframe {
    height: 400px;
  }
}
@media (max-width: 1180px) {
  body main section.contact-us .card .card-body ul li a img {
    height: 16px;
    width: 16px;
  }
  body main section.contact-us .card .card-body .list_social {
    gap: 8px;
  }
  body main section.map .map_wrapper iframe {
    height: 300px;
  }
}
@media (max-width: 992px) {
  body main section.contact-us {
    padding: 60px 0;
  }
  body main section.contact-us .card .card-body {
    padding: 20px;
  }
  body main section.map {
    padding: 60px 0;
  }
  body main section.map .map_wrapper iframe {
    height: 300px;
  }
}
@media (max-width: 767px) {
  body main section.contact-us {
    padding: 40px 0;
  }
  body main section.contact-us .card .card-body {
    padding: 16px;
  }
  body main section.contact-us .card .card-body .form-wrapper form .field_wrapper {
    max-width: 100%;
  }
  body main section.contact-us .card .card-body .form-wrapper form .field_wrapper label {
    font-size: 12px;
    top: 2px;
    left: 15px;
  }
  body main section.contact-us .card .card-body .form-wrapper form .field_wrapper input,
  body main section.contact-us .card .card-body .form-wrapper form .field_wrapper textarea {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 15px 2px;
  }
  body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(input:placeholder-shown) label, body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(textarea:placeholder-shown) label {
    font-size: 16px;
    top: 10px;
  }
  body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(input:hover) label, body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(input:focus) label, body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(textarea:hover) label, body main section.contact-us .card .card-body .form-wrapper form .field_wrapper:has(textarea:focus) label {
    font-size: 12px;
    top: 2px;
  }
  body main section.contact-us .card .card-body .form-wrapper form .form-check input {
    height: 20px;
    width: 20px;
  }
  body main section.contact-us .card .card-body .form-wrapper form .form-check input:checked {
    background-size: 14px;
  }
  body main section.contact-us .card .card-body .form-wrapper form .form-check label {
    font-size: 14px;
    line-height: 20px;
  }
  body main section.map {
    padding: 40px 0;
  }
}

/*# sourceMappingURL=contact-us.css.map */
