@font-face {
  font-family: Product Sans;
  src: url('../fonts/Product-Sans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --product-sans: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.page-wrapper {
  background-image: url('../images/Site-Background.JPG');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.navbar {
  z-index: 9999;
  background-color: #2a274940;
  border: .3px solid #0ff;
  border-radius: 28px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 485px;
  height: 3.71vw;
  display: flex;
}

.navbar-wrapper {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: 4% 0% auto;
}

.logo-wrapper {
  width: 5.403vw;
}

.nav-container {
  flex-flow: row;
  max-width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
}

.nav-content-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo {
  height: 80px;
}

.logo.cover {
  height: 48px;
}

.nav-link {
  color: #fff;
  letter-spacing: -.02em;
  font-family: Product Sans, Arial, sans-serif;
  text-decoration: none;
}

.nav-link:focus {
  color: #fff;
}

.hero-section {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.container {
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.circle-bg-div {
  z-index: 0;
  background-image: url('../images/Sphere-1.png');
  background-position: 50%;
  background-size: cover;
  width: 49.516vw;
  height: 49.516vw;
  position: absolute;
  inset: 0% auto auto 4rem;
}

.hero-heading-wrapper {
  z-index: 5555;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 6rem;
  display: flex;
  position: relative;
}

.hero-heading-wrapper.no-padding {
  width: 65vw;
  margin-top: 4rem;
}

.hero-heading {
  color: #bcdef6;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Product Sans, Arial, sans-serif;
  font-size: 6.667vw;
  font-weight: 400;
  line-height: 5.242vw;
}

.center-align-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.center-align-div.up-padding {
  margin-top: 6.25rem;
}

.center-align-div.space {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
}

.hero-video-div {
  background-image: linear-gradient(#0a081c, #0a081c);
  justify-content: center;
  align-items: center;
  height: 73.065vw;
  display: flex;
}

.hero-video {
  z-index: 555;
  border: 5px solid #1c6c71;
  border-radius: 47px;
  width: 85.242vw;
  height: 53.463vw;
  display: block;
}

.right-circle-div {
  z-index: 444;
  background-image: url('../images/Sphere-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 200px;
  width: 49.516vw;
  height: 49.516vw;
  position: absolute;
  inset: 80% 0% auto auto;
}

.gradiant-circle {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-image: radial-gradient(circle closest-side, #1c2149, #070515);
  border-radius: 100px;
  width: 118px;
  height: 118px;
  position: absolute;
  inset: 40% 5% auto auto;
}

.gradiant-circle._2 {
  top: 146%;
}

.hero-button-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-button {
  color: #fff;
  text-align: center;
  letter-spacing: .33em;
  text-transform: uppercase;
  background-color: #4a5b6900;
  background-image: linear-gradient(#1b183e, #0a081c);
  border: 1px solid #0ff;
  border-radius: 150px;
  align-self: center;
  width: 352px;
  padding: 10px 0;
  font-family: Product Sans, Arial, sans-serif;
  font-size: 20px;
  line-height: 64px;
  text-decoration: none;
}

.hero-button:hover {
  background-image: linear-gradient(#241d4b00, #322c6c);
}

.section {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.section.footer {
  padding-bottom: 1rem;
  overflow: hidden;
}

.section.up-padding {
  padding-top: 2rem;
}

.section-left-circle {
  background-image: radial-gradient(circle farthest-side, #322c6c, #241d4b00);
  width: 79.839vw;
  height: 79.839vw;
  position: absolute;
  inset: 137% auto auto -35%;
}

.center-logo-wrapper {
  width: 16.21vw;
  height: 3.871vw;
}

.section-heading-div {
  width: 100%;
}

.ziz-zag-grid-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#161335, #0a081c);
  border: 1px solid #156262;
  border-radius: 58px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 45vw;
  height: 798.171px;
  padding: 50px;
  display: flex;
}

.ziz-zag-grid-div._2 {
  z-index: 5555;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  height: 820px;
  margin-top: -170px;
  position: relative;
}

.ziz-zag-grid-div._3 {
  z-index: 5555;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  height: 798.171px;
  margin-top: -160px;
  position: relative;
}

.zigzag-wrapper {
  padding-top: 6.25rem;
}

.heading-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: center;
  width: 100%;
  display: flex;
}

.icon-wrapper {
  width: 2.093vw;
  height: 2.526vw;
}

.icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.heading {
  color: #bcdef6;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Product Sans, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.image-div {
  background-image: url('../images/BG.JPG');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #181439;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 366.872px;
  padding: 40px;
  display: flex;
}

.image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image.cover {
  object-fit: cover;
  border-radius: 35px;
}

.paragraph-wrapper {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph-wrapper.grid {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  height: 5vh;
}

.paragraph {
  color: #bcdef6;
  letter-spacing: -.04em;
  margin-bottom: 0;
  font-family: Product Sans, Arial, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.paragraph.small {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}

.paragraph.bio {
  font-size: 14px;
  line-height: 24px;
}

.section-right-circle {
  background-image: radial-gradient(circle farthest-side, #322c6c, #241d4b00);
  width: 79.839vw;
  height: 79.839vw;
  position: absolute;
  inset: 213% -44% auto auto;
}

.right-align-div {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.zigzag-center-circle {
  background-image: radial-gradient(circle closest-side, #322c6c, #241d4b00);
  width: 42vw;
  height: 46vw;
  position: absolute;
  inset: 411% 0% 0% 28%;
}

.section-left-circle-bottom {
  background-image: radial-gradient(circle farthest-side, #322c6c, #241d4b00);
  width: 60vw;
  height: 60vw;
  position: absolute;
  inset: 555% auto auto -19%;
}

.section-heading {
  color: #bcdef6;
  text-transform: capitalize;
  margin-top: 0;
  font-family: Product Sans, Arial, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
}

.section-heading.center {
  text-align: center;
  text-transform: capitalize;
}

.team-grid-wrapper {
  z-index: 5555;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#161335, #0a081c);
  border: 1px solid #156262;
  border-radius: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 265px;
  margin-top: 6.25rem;
  padding: 30px;
  display: grid;
  position: relative;
}

.team-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 20vw;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  display: flex;
}

.team-heading {
  color: #bcdef6;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Product Sans, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.team-member-grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6.25rem;
  display: grid;
}

.member-div {
  border: 1px solid #156262;
  border-radius: 35px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 23vw;
  height: 38vw;
  margin-bottom: 4rem;
  padding: 0;
  display: flex;
}

.member-image-div {
  border-radius: 35px;
  width: 100%;
  height: 22vw;
}

.name-heading {
  color: #fff;
  font-family: Product Sans, Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 43px;
}

.details-wrapper {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 25px;
  display: flex;
}

.designation {
  color: #bcdef6;
  margin-top: 20px;
  font-family: Product Sans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.bio-button {
  color: #0a081c;
  text-align: center;
  letter-spacing: .33em;
  background-color: #bcdef6;
  border-radius: 57.5px;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 2.496vw;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Product Sans, Arial, sans-serif;
  font-size: 16px;
  line-height: 35px;
  text-decoration: none;
  display: flex;
}

.bio-button:hover {
  color: #bcdef6;
  background-color: #322c6c;
}

.bio-button.form {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 8.696vw;
  height: 3vw;
}

.get-in-touch-div {
  width: 1037px;
}

.sub-heading {
  color: #fff;
  text-align: center;
  letter-spacing: .33em;
  text-transform: uppercase;
  font-family: Product Sans, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 64px;
}

.sub-heading.hero {
  line-height: 26px;
}

.get-in-touch-form {
  width: 51.53vw;
}

.field-label, .field-label-2 {
  display: none;
}

.text-field {
  color: #bcdef6;
  text-align: center;
  letter-spacing: .33em;
  -webkit-text-stroke-color: #fff0;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px #000;
  border-top: 0 solid #000;
  border-bottom: 1px solid #1c6c71;
  height: 8vh;
  font-family: Product Sans, Arial, sans-serif;
  line-height: 64px;
}

.text-field:active {
  border-top-width: 0;
  border-left-style: solid;
  border-left-width: 0;
  border-right-style: solid;
  border-right-width: 0;
}

.text-field:focus {
  border-left-style: solid;
  border-left-width: 0;
  border-right-style: solid;
  border-right-width: 0;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
}

.text-field::placeholder {
  color: #fff;
  text-align: center;
  letter-spacing: .33em;
  text-transform: uppercase;
  font-family: Product Sans, Arial, sans-serif;
  line-height: 64px;
}

.text-field.message {
  height: 20vh;
  overflow: hidden;
}

.zigzag-center-circle-bottom {
  background-image: radial-gradient(circle closest-side, #322c6c, #241d4b00);
  width: 42vw;
  height: 46vw;
  position: absolute;
  top: 6405.85px;
  left: 28.986vw;
}

.footer-bottom-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  margin-top: 7rem;
  display: flex;
}

.footer-logo-div {
  width: 23vw;
}

.footer-logo-wrapper {
  width: 15vw;
}

.privacy-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #b5e1ff;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Product Sans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 19px;
  display: flex;
}

.div-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  display: flex;
}

.social-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 24vw;
  display: flex;
}

.logo-icons {
  width: 32.0301px;
  height: 31.95px;
}

.privacy-heading-div {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  margin-top: 20px;
  display: flex;
}

.contact-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 24vw;
  display: flex;
}

.number-div {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  align-self: flex-end;
  display: flex;
}

.copyright-text {
  color: #bcdef6;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Product Sans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 19px;
}

.div-block-2 {
  align-self: flex-end;
  margin-top: 20px;
}

.copyright-link {
  text-decoration: none;
}

.footer-circle {
  background-image: radial-gradient(circle farthest-side, #322c6c, #241d4b00);
  width: 40vw;
  height: 40vw;
  overflow: visible;
}

.mobile-navbar, .mobile-menu {
  display: none;
}

.section-center-heading {
  color: #bcdef6;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Product Sans, Arial, sans-serif;
  font-size: 4.516vw;
  font-weight: 400;
  line-height: 5.242vw;
}

.link-block {
  -webkit-text-decoration: underline #bcdef6;
  text-decoration: underline #bcdef6;
}

.link-block-2 {
  text-decoration-color: #bcdef6;
}

.copyright-text-no-anim, .copyright-text-copy {
  color: #bcdef6;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Product Sans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 19px;
}

.nav-menu {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-gradient {
  background-image: radial-gradient(circle farthest-side, #322c6c, #241d4b00);
  width: 60vw;
  height: 60vw;
  display: none;
  position: absolute;
  top: auto;
  left: 0%;
  right: 0%;
}

.success-message {
  background-color: #ddd0;
  background-image: linear-gradient(#161335, #0a081c);
}

.error-message {
  background-color: #ffdede00;
  background-image: linear-gradient(#161335, #0a081c);
}

.sub-heading-wrapper {
  width: 40vw;
}

.sub-heading-wrapper.hero {
  width: 100%;
  margin-top: 20px;
}

.pop-up-div {
  background-image: linear-gradient(#156262, #181439);
  border: 1px solid #156262;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 23vw;
  height: 38vw;
  padding: 18px;
  display: none;
  position: absolute;
}

.pop-up-div._1, .pop-up-div._2 {
  display: none;
}

.cross {
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 3% 8% auto auto;
}

.cross._1 {
  cursor: pointer;
}

.hero-sub-heading {
  color: #bcdef6;
  text-align: center;
  font-family: Product Sans, Arial, sans-serif;
  font-weight: 400;
}

.code-embed {
  border-radius: 47px;
  padding: 50px;
  display: none;
}

@media screen and (min-width: 1920px) {
  .navbar {
    width: 50vw;
  }

  .nav-container {
    width: 100%;
  }

  .nav-content-wrapper {
    justify-content: space-around;
    align-items: center;
  }

  .logo {
    width: 100%;
    height: 110px;
  }

  .logo.cover {
    height: auto;
  }

  .nav-link {
    font-size: 22px;
    line-height: 30px;
  }

  .ziz-zag-grid-div {
    position: relative;
  }

  .image-div {
    width: 40vw;
    padding-left: 40px;
  }

  .paragraph.small {
    font-size: 22px;
    line-height: 23px;
  }

  .team-member-grid {
    position: relative;
  }

  .member-div {
    height: 34vw;
  }

  .designation {
    font-size: 20px;
  }

  .nav-menu, .nav-menu-2 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    height: 8vw;
  }

  .navbar-wrapper {
    display: none;
  }

  .logo-wrapper {
    width: 9vw;
    height: 10vw;
  }

  .nav-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 100%;
    height: 8vw;
    display: block;
  }

  .nav-content-wrapper {
    justify-content: space-between;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 400;
    display: flex;
  }

  .hero-section {
    padding-top: 6.25rem;
    padding-bottom: 4rem;
  }

  .hero-heading-wrapper {
    margin-top: 2rem;
  }

  .center-align-div.up-padding {
    margin-top: 4rem;
  }

  .right-circle-div {
    top: 82%;
    right: -25%;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .ziz-zag-grid-div {
    width: 70vw;
    height: 80vw;
  }

  .ziz-zag-grid-div._2 {
    height: 80vw;
    margin-top: 100px;
  }

  .ziz-zag-grid-div._3 {
    margin-top: 100px;
  }

  .icon-wrapper {
    width: 5vw;
    height: 4vw;
  }

  .image-div {
    width: 57vw;
    height: 36vw;
    padding-left: 40px;
  }

  .section-heading, .section-heading.center {
    font-size: 48px;
    line-height: 56px;
  }

  .team-grid-wrapper {
    grid-template-columns: 1fr 1fr;
    height: auto;
    margin-top: 4rem;
  }

  .team-div {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    width: 42vw;
  }

  .team-member-grid {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    grid-template-columns: 1fr 1fr;
    margin-top: 4rem;
  }

  .member-div {
    width: 40vw;
    height: 59vw;
    margin-bottom: 2rem;
  }

  .member-image-div {
    height: 31vw;
  }

  .bio-button {
    width: 10vw;
    height: 4vw;
  }

  .bio-button.form {
    width: 12vw;
  }

  .get-in-touch-div {
    width: auto;
  }

  .footer-bottom-div {
    grid-column-gap: 43px;
    grid-row-gap: 43px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 4rem;
  }

  .footer-logo-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .contact-div {
    width: auto;
  }

  .mobile-nav-wrapper {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .mobile-navbar {
    z-index: 99999;
    background-color: #2a274940;
    border: .3px solid #0ff;
    border-radius: 28px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 8vw;
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
    position: fixed;
    inset: 2% 0% auto;
  }

  .mobile-navbar.show {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-logo-wrapper {
    width: 8vw;
  }

  .mobile-nav-container {
    width: 100%;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .lottie-menu {
    cursor: pointer;
    width: 3.4rem;
    height: 3rem;
    margin-top: 5px;
  }

  .mobile-menu {
    z-index: 9999;
    background-image: linear-gradient(#1b183e, #0a081c);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .mobile-nav-link {
    text-decoration: none;
  }

  .mobile-nav-wrpper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: fixed;
  }

  .nav-menu-3 {
    background-color: #161335;
    background-image: linear-gradient(#322c6c, #241d4b00);
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar-wrapper {
    display: none;
  }

  .logo-wrapper {
    width: 4rem;
    height: 4rem;
  }

  .nav-container {
    margin-left: 0;
    margin-right: 0;
  }

  .logo {
    width: 100%;
    height: 100%;
  }

  .hero-section {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .center-align-div.up-padding {
    margin-top: 2rem;
  }

  .gradiant-circle._2 {
    width: 80px;
    height: 80px;
    top: 120%;
  }

  .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section.footer {
    padding-top: 2rem;
  }

  .center-logo-wrapper {
    object-fit: cover;
    width: auto;
    height: auto;
  }

  .ziz-zag-grid-div {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 90vw;
    height: 100vw;
    padding: 44px;
  }

  .ziz-zag-grid-div._2 {
    height: 100vw;
    margin-top: 60px;
  }

  .ziz-zag-grid-div._3 {
    margin-top: 60px;
  }

  .zigzag-wrapper {
    padding-top: 4rem;
  }

  .image-div {
    width: 75vw;
    height: 40vw;
  }

  .section-heading {
    margin-top: 0;
  }

  .section-heading.center {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 48px;
  }

  .team-member-grid {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    margin-top: 2rem;
  }

  .member-div {
    width: 40vw;
    height: 75vw;
    margin-bottom: 0;
  }

  .member-image-div {
    height: 40vw;
  }

  .name-heading {
    font-size: 32px;
    line-height: 30px;
  }

  .details-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .bio-button {
    width: 11vw;
    height: 6vw;
  }

  .bio-button.form {
    width: 15vw;
  }

  .get-in-touch-form {
    width: 100%;
  }

  .lottie-menu {
    width: 2.7rem;
    height: 2.7rem;
    margin-top: 0;
  }

  .sub-heading-wrapper {
    width: 67vw;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    overflow: hidden;
  }

  .navbar {
    align-items: center;
    width: 100%;
    height: 8vw;
  }

  .navbar-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: none;
    overflow: visible;
  }

  .logo-wrapper {
    width: 19vw;
  }

  .nav-container {
    width: 100%;
    height: 14vw;
  }

  .nav-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .logo {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .hero-section {
    padding-top: 8rem;
    overflow: visible;
  }

  .container {
    width: 100vw;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .circle-bg-div {
    width: 30vw;
    height: 30vw;
    top: 3%;
    overflow: visible;
  }

  .hero-heading-wrapper {
    width: 100%;
  }

  .hero-heading {
    font-size: 6vw;
    line-height: 7vw;
  }

  .center-align-div {
    margin-top: 0;
    margin-bottom: 3rem;
    padding-top: 0;
  }

  .center-align-div.no-padding {
    margin-bottom: 0;
  }

  .hero-video-div {
    width: 100%;
    height: 100vw;
    margin-top: 3rem;
    margin-bottom: 4rem;
  }

  .hero-video {
    width: 100%;
  }

  .right-circle-div {
    width: 15vw;
    height: 15vw;
    top: 91%;
    right: 6%;
    overflow: visible;
  }

  .gradiant-circle {
    width: 60px;
    height: 60px;
  }

  .gradiant-circle._2 {
    width: 30px;
    height: 30px;
    top: 177%;
    right: 3%;
    overflow: hidden;
  }

  .hero-button-div {
    margin-top: 3rem;
  }

  .hero-button {
    width: 225px;
    font-size: 16px;
    line-height: 56px;
  }

  .section.footer {
    display: flex;
    overflow: visible;
  }

  .section-left-circle {
    width: 30vw;
    height: 30vw;
    left: 0%;
  }

  .center-logo-wrapper {
    width: auto;
    height: auto;
  }

  .ziz-zag-grid-div {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    width: 100%;
    height: 65vh;
    padding: 26px;
  }

  .ziz-zag-grid-div._2 {
    height: 75vh;
    margin-top: 40px;
  }

  .ziz-zag-grid-div._3 {
    height: 65vh;
    margin-top: 40px;
  }

  .zigzag-wrapper {
    padding-top: 2rem;
  }

  .heading-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .icon-wrapper {
    width: 10vw;
    height: 7vw;
  }

  .heading {
    font-size: 24px;
    line-height: 30px;
  }

  .image-div {
    width: 100%;
    height: 48vw;
    padding: 26px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 24px;
  }

  .section-right-circle {
    width: 20vw;
    height: 20vw;
    top: 234%;
    right: 0%;
  }

  .zigzag-center-circle {
    width: 20vw;
    height: 20vw;
    top: 340%;
    left: 39%;
  }

  .section-left-circle-bottom {
    width: 25vw;
    height: 25vw;
    left: 0%;
  }

  .section-heading, .section-heading.center {
    font-size: 28px;
    line-height: 36px;
  }

  .team-grid-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .team-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: 100%;
    padding: 11px;
  }

  .team-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .team-member-grid {
    grid-template-columns: 1fr;
  }

  .member-div {
    z-index: 5555;
    width: 100%;
    height: 65vh;
    margin-bottom: 0;
    position: relative;
  }

  .member-image-div {
    height: 40vh;
  }

  .designation {
    margin-top: 10px;
  }

  .button-wrapper {
    margin-top: 20px;
  }

  .bio-button {
    width: 20vw;
    height: 9vw;
  }

  .bio-button.form {
    width: 26vw;
    height: 10vw;
  }

  .get-in-touch-div {
    width: 100%;
  }

  .get-in-touch-form {
    width: 100%;
    margin-top: 2rem;
  }

  .text-field {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-logo-wrapper {
    width: 40vw;
  }

  .number-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .copyright-text {
    font-size: 16px;
  }

  .mobile-nav-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    display: flex;
    position: fixed;
  }

  .mobile-navbar {
    background-color: #2a274900;
    border-style: none;
    width: 100vw;
    height: 11vw;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mobile-navbar.show {
    height: 13vw;
  }

  .lottie-menu {
    width: 2.6rem;
  }

  .mobile-menu {
    display: none;
  }

  .section-center-heading {
    font-size: 6vw;
    line-height: 7vw;
  }

  .copyright-text-no-anim, .copyright-text-copy {
    font-size: 16px;
  }

  .footer-gradient {
    width: 25vw;
    height: 25vw;
    left: 0%;
  }

  .nav-menu-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    height: 70vh;
    margin-top: 10px;
  }

  .nav-link-wrapper {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 0;
    display: flex;
  }

  .sub-heading-wrapper, .sub-heading-wrapper.hero {
    width: 100%;
  }

  .pop-up-div._1 {
    width: 100%;
    height: 65vh;
    display: none;
  }

  .pop-up-div._2, .pop-up-div._3, .pop-up-div._4 {
    width: 100%;
    height: 65vh;
  }

  .cross._1, .cross._2, .cross._3, .cross._4 {
    width: 1rem;
    height: 1rem;
  }

  .hero-sub-heading {
    font-size: 16px;
    line-height: 24px;
  }
}

#w-node-e692e1e7-7ecf-5ea6-e6af-ac15d50262ba-65534201, #w-node-_34bd2ded-96c2-51a2-49fe-feea90f50bc1-65534201, #w-node-_380ae068-054c-ce84-9edd-a8bef09a69e6-65534201 {
  justify-self: center;
}


@font-face {
  font-family: 'Product Sans';
  src: url('../fonts/Product-Sans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}