<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.contact-banner::before {
  background: linear-gradient(180deg, rgba(236, 244, 252, 0.9215686275) 46%, rgba(236, 244, 252, 0) 176%);
}
@media only screen and (max-width: 675px) {
  .banner.contact-banner::before {
    background: linear-gradient(180deg, rgba(236, 244, 252, 0.84) 46%, rgba(236, 244, 252, 0) 176%);
  }
}
.banner.contact-banner .bg {
  height: 100vh;
}
@media only screen and (max-width: 675px) {
  .banner.contact-banner .bg {
    height: 830px;
  }
}
.banner.contact-banner .bg img, .banner.contact-banner .bg video {
  mix-blend-mode: luminosity;
}
.banner.contact-banner .banner-wrapper {
  top: var(--headerheight);
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1536px) {
  .banner.contact-banner .banner-wrapper {
    display: block;
  }
}
.banner.contact-banner .content {
  padding-top: 3rem;
}
@media only screen and (max-width: 1536px) {
  .banner.contact-banner .content {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.contact-banner .content {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.contact-banner .content {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 1536px) {
  .banner.contact-banner .content h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 520px) {
  .banner.contact-banner .content h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1536px) {
  .banner.contact-banner .content h6 {
    font-size: 16px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 520px) {
  .banner.contact-banner .content h6 {
    font-size: 14px;
  }
}
.banner.contact-banner .mn-cont {
  max-width: 706px;
  padding: 0 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.banner.contact-banner .form {
  --item: 2;
  --textareaheight: var(--inputsize);
  --gaplr: 34px;
  --gaptb: 30px;
  margin-top: 2rem;
}
@media only screen and (max-width: 1440px) and (max-height: 650px) {
  .banner.contact-banner .form {
    --gaptb: 20px;
    --inputsize: 40px;
    margin-top: 22px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.contact-banner .form {
    --item: 1;
    --gaptb: 20px;
    --textareaheight: 100px;
  }
}
.banner.contact-banner .contact-card {
  background: var(--gradient-e);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 15px;
  padding: 25px 25px 35px;
  margin-top: 54px;
  position: relative;
}
@media only screen and (max-width: 1440px) and (max-height: 650px) {
  .banner.contact-banner .contact-card {
    margin-top: 30px;
    padding: 18px 22px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.contact-banner .contact-card {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.contact-banner .contact-card {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 345px) {
  .banner.contact-banner .contact-card {
    padding: 18px 18px 25px;
  }
}
.banner.contact-banner .contact-card h6 {
  color: var(--primary-a);
  font-weight: 600;
  margin-bottom: 22px;
}
@media only screen and (max-width: 1440px) and (max-height: 650px) {
  .banner.contact-banner .contact-card h6 {
    margin-bottom: 10px;
  }
}
.banner.contact-banner .contact-card p {
  color: var(--text);
  margin-bottom: 28px;
}
@media only screen and (max-width: 1440px) and (max-height: 650px) {
  .banner.contact-banner .contact-card p {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.contact-banner .contact-card p {
    font-size: 14px;
  }
}
.banner.contact-banner .contact-card .btm-flex {
  display: flex;
  gap: 1rem;
}
.banner.contact-banner .contact-card .btm-flex .get-dir {
  color: var(--primary-a);
  font-size: 14px;
  font-weight: 500;
}
.banner.contact-banner .contact-card .btm-flex .get-dir:hover {
  color: var(--secondary);
}
.banner.contact-banner .contact-card .btm-flex .get-dir svg, .banner.contact-banner .contact-card .btm-flex .get-dir img {
  width: 16px;
  height: auto;
}
.banner.contact-banner .contact-card .btm-flex .get-dir path[stroke], .banner.contact-banner .contact-card .btm-flex .get-dir path[fill=none] {
  stroke: currentColor;
}
.banner.contact-banner .contact-card .btm-flex .get-dir path[fill] {
  fill: currentColor;
}
.banner.contact-banner .contact-card .btm-flex .social-icons {
  flex: 1;
  text-align: right;
}/*# sourceMappingURL=contact.css.map */</pre></body></html>