.banner-section {
  position: relative;
  z-index: 9;
  color: #fff;
}
.banner-section .without-video {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner-section .without-video .intro_head {
  margin-bottom: 20px;
}
.banner-section .without-video .intro_head span.ih {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #BABABA 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  letter-spacing: -1px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .banner-section .without-video .intro_head {
    font-size: 34px;
    line-height: 52px;
  }
}
@media (max-width: 400px) {
  .banner-section .without-video .intro_head {
    font-size: 32px;
    line-height: 46px;
  }
}
@media (min-width: 1200px) {
  .banner-section .without-video .intro_head {
    font-size: 44px;
  }
}
.banner-section .without-video .intro_head .gradient-text {
  letter-spacing: -1px;
}
.banner-section .without-video .bnr_hero::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 2px);
  z-index: 2;
  background: rgba(3, 9, 34, 0.5882352941);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(100.2px);
  backdrop-filter: blur(100.2px);
}
.banner-section .c__btn {
  margin-top: 40px;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.banner-section .c__btn .summarise {
  cursor: pointer;
}
.banner-section .c__btn .summarise > span {
  color: #fff;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.banner-section .c__btn .with-transparency {
  position: relative;
  display: inline-flex;
  gap: 15px;
  align-items: center;
  padding: 15px 30px;
  border-radius: 45px;
}
.banner-section .c__btn .with-transparency:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-image-source: linear-gradient(91.27deg, #70E7CC 0.72%, #008CFF 25.99%, #6E40F1 70.44%, #DF4ACA 99.48%);
  border-radius: inherit;
  --m: conic-gradient(#000 0 0);
  -webkit-mask: var(--m) content-box, var(--m);
  -webkit-mask-composite: xor;
          mask: var(--m) content-box exclude, var(--m);
  pointer-events: none;
}
@supports (background: linear-gradient(in lch, red 0 0)) {
  .banner-section .c__btn .with-transparency:before {
    background: linear-gradient(91.5deg, #3FDB9F 0.84%, #E51CFF 51.5%, #008CFF 100%);
  }
}

.hero-wrap {
  position: relative;
  z-index: 9;
  background: radial-gradient(1200px 700px at 20% -10%, rgba(0, 186, 255, 0.18) 0%, rgba(0, 186, 255, 0) 60%), radial-gradient(900px 600px at 95% 0%, rgba(0, 255, 170, 0.14) 0%, rgba(0, 255, 170, 0) 55%), linear-gradient(180deg, var(--hero-bg-from) 0%, var(--hero-bg-mid) 45%, var(--hero-bg-to) 100%);
  color: #e9eef6;
  padding: 50px 0;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .hero-wrap {
    padding-bottom: 0px !important;
  }
}

.hero-title {
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.hero-lead {
  font-size: 18px !important;
  line-height: 29px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 40px;
}

.btn-gradient-outline {
  --border-grad-1: #3FDB9F;
  --border-grad-2: #E51CFF;
  --border-grad-3: #008CFF;
  border-radius: 999px;
  padding: 0.75rem 1.25rem;
  font-weight: 600;
  color: #0f172a;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) padding-box, linear-gradient(91.5deg, var(--border-grad-1), var(--border-grad-2), var(--border-grad-3)) border-box;
  border: 2px solid transparent;
  /* reveals border-box gradient */
  transition: color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  -webkit-backdrop-filter: saturate(110%);
          backdrop-filter: saturate(110%);
}

.btn-gradient-outline:hover {
  color: #0ea5e9;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) padding-box, linear-gradient(91.5deg, #FF6B6B, #FFD93D, #6BCB77) border-box;
  /* hover gradient */
  box-shadow: 0 8px 24px rgba(0, 136, 255, 0.15);
}

span.intro_subhead {
  font-size: 20px;
}

.bnr_hero .appi_intro {
  padding: 20px;
  padding-top: 150px;
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 20px;
  align-items: center;
}
@media (min-width: 1100px) {
  .bnr_hero .appi_intro {
    height: auto;
  }
}
@media (max-width: 992px) {
  .bnr_hero .appi_intro {
    padding-top: 90px;
  }
}
.bnr_hero .appi_intro .appi_intro__in {
  z-index: 99;
  position: relative;
  padding: 150px 0;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .bnr_hero .appi_intro .appi_intro__in {
    padding: 80px 20px;
    padding-top: 100px;
  }
}

body.bg-body {
  background: radial-gradient(1200px 600px at 10% 0%, #0e3748 0%, #0a1a24 40%, #08131a 100%);
  min-height: 100vh;
}

.contact-card {
  margin-bottom: 40px;
  position: relative;
  z-index: 9;
  border: none;
  box-shadow: none !important;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 20px;
  overflow: hidden;
}
.contact-card .cc-wrapper {
  background: radial-gradient(47.93% 47.93% at 50% 50%, rgba(15, 15, 15, 0.41) 0%, rgba(15, 15, 15, 0.41) 100%);
}
.contact-card::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-card iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
.contact-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.25rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.sysit_intro_video {
  position: absolute;
  left: 0;
  top: -20%;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -o-object-position: center;
     object-position: center;
}

.map-wrap {
  min-height: 360px;
  background: #0b1a22;
}
.map-wrap img {
  display: block;
}

.form-control-dark::-moz-placeholder {
  opacity: 0.7;
}

.form-control-dark::placeholder {
  opacity: 0.7;
}

.form-control-underline {
  background: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.form-control-underline::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
  opacity: 0.7;
}
.form-control-underline::placeholder {
  color: rgba(255, 255, 255, 0.65);
  opacity: 0.7;
}
.form-control-underline:focus {
  box-shadow: none;
  border-bottom-color: #ffffff;
}

.btn-social {
  --size: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  border-radius: 50rem;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.btn-social:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.btn-social i {
  font-size: 1.1rem;
  line-height: 1;
}

.office-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #eaf2f6;
}
.office-card h6 {
  color: #fff;
  font-weight: 600;
}
.office-card a {
  color: #c9e3ff;
  text-decoration: none;
}
.office-card a:hover {
  text-decoration: underline;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.65) !important;
}

@media (max-width: 480px) {
  .btn.btn-light {
    width: 100%;
  }
}
.form-select.form-control-dark {
  background-color: rgba(15, 23, 42, 0.7) !important;
  border: 1px solid #473C4B;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.form-control-dark {
  background-color: rgba(15, 23, 42, 0.7) !important;
  border: 1px solid #473C4B;
  border-radius: 0.5rem;
  color: #fff !important;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.form-control-dark::-moz-placeholder {
  color: #e2e8f0;
  opacity: 0.5;
}
.form-control-dark::placeholder {
  color: #e2e8f0;
  opacity: 0.5;
}
.form-control-dark:focus {
  border-color: #7D3AA4;
  box-shadow: none;
  outline: 0;
}

.sep {
  padding: 0 5px;
  display: inline-block;
}

.btn-purple {
  border: 1px solid #a855f7;
  min-width: 200px;
  padding: 10px 20px;
  background-color: #a855f7;
}
.btn-purple:hover {
  background-color: #a855f7;
}

.min-h-180 {
  min-height: 180px;
}

.btn-gen-email {
  border: 1px solid #473C4B !important;
  color: #fff;
  padding: 10px 20px;
  border-radius: 45px;
  min-width: 200px;
}

.btn-primary.sub-btn {
  border: 0;
  font-weight: 600;
  border-radius: 45px !important;
  background: linear-gradient(94.4deg, #4574ED 23.99%, #1045CD 95.95%);
  font-size: 16px;
  padding: 5px 40px !important;
}

.cf-left-wrap h2 {
  font-size: 30px;
  font-weight: 600;
  background: linear-gradient(112.39deg, #F9FAFB 28.18%, #9CA3AF 102.05%), linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.5rem;
}
.cf-left-wrap p {
  font-size: 18px;
  margin-bottom: 1.5rem;
  color: #cbd5e1;
  opacity: 0.7;
}
.cf-left-wrap .contact-list {
  display: flex;
  gap: 15px;
  justify-content: center;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .cf-left-wrap .contact-list {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.cf-left-wrap .contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0.7;
  font-size: 0.95rem;
  padding-bottom: 10px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .cf-left-wrap .contact-list li {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.cf-left-wrap .contact-list li .icon {
  margin-right: 0.75rem;
  font-size: 1.2rem;
  color: #8b5cf6;
}
.cf-left-wrap .contact-list li a {
  color: #fff;
  text-decoration: none;
}
.cf-left-wrap .contact-list li a:hover {
  text-decoration: underline;
}

.grad-text--hd {
  position: relative;
  background: linear-gradient(180deg, #BF85FC 20.19%, #6BA1FB 85.58%), linear-gradient(90deg, rgba(189, 133, 252, 0) 0%, rgba(107, 161, 251, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block !important;
  margin-right: 12px;
  font-weight: 500;
}

.select {
  color: rgba(255, 255, 255, 0.5) !important;
}

.select.has-value {
  color: #ffffff !important;
}/*# sourceMappingURL=contact.css.map */