:root {
  --black: #000;
  --white: white;
  --gold: #ecd996;
  --red\<deleted\|variable-662c16c1-7d2a-ba4d-aad1-47703d3eab3e\>: #ffc636;
  --border: 8px;
  --black\<deleted\|variable-8e7a7f6e\>: black;
  --trans: rgba(255, 255, 255, 0);
  --purple\<deleted\|variable-635b5f10-579d-ecd8-193a-473f778d04a6\>: #8f67c3;
  --lg\<deleted\|variable-8da68abd-7bae-3392-df41-fe0439d19dd8\>: #7fae21;
  --darkbrown\<deleted\|variable-2caa9d95-1c59-65d1-091b-e8145e812f40\>: #404040;
  --cream\<deleted\|variable-7b8b5b84-9e5c-3f3e-b1a5-9889a08a88ab\>: whitesmoke;
  --grey: #262626;
  --sad: #999;
  --textgray: #404040;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

.sector {
  color: var(--black);
  padding: 60px 24px;
  overflow: hidden;
}

.sector.hero {
  background-color: var(--black);
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  max-height: 1024px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.sector.dark {
  color: var(--white);
  background-image: url('../images/BG.png');
  background-position: 50%;
  background-size: cover;
}

.sector.dark.video {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.sector.darker {
  background-color: var(--black);
  color: var(--white);
}

.sector.v {
  height: 100vh;
}

.body {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.contain {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  width: 100%;
  max-width: 1190px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._50-50 {
  display: flex;
}

.stretch {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 60%;
  padding-right: 40px;
  display: flex;
}

.stretch.cen {
  justify-content: center;
  align-items: flex-start;
  width: 56%;
}

.hero-head {
  color: var(--gold);
  font-size: 44px;
  line-height: 1.2;
}

.subhead {
  margin-bottom: 10px;
  margin-right: 24px;
  padding-left: 24px;
  font-size: 20px;
  font-weight: 500;
}

.anime {
  border: 1px solid var(--red\<deleted\|variable-662c16c1-7d2a-ba4d-aad1-47703d3eab3e\>);
  border-radius: var(--border);
  color: var(--black\<deleted\|variable-8e7a7f6e\>);
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  min-width: 440px;
  padding: 24px;
  font-size: 23px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.abs {
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.coloraza {
  background-image: linear-gradient(90deg, rgba(236, 217, 150, .2), var(--red\<deleted\|variable-662c16c1-7d2a-ba4d-aad1-47703d3eab3e\>) 19%, var(--red\<deleted\|variable-662c16c1-7d2a-ba4d-aad1-47703d3eab3e\>) 81%, rgba(236, 217, 150, .5));
  border-radius: 8px;
  width: 50%;
  height: 3px;
}

.text-block {
  z-index: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  position: relative;
}

.gloss {
  background-image: linear-gradient(0deg, var(--trans), var(--white) 35%, var(--white) 65%, var(--trans));
  filter: blur(16px);
  width: 44px;
  height: 100vw;
  min-height: 100vh;
  position: absolute;
  transform: rotate(12deg);
}

.head {
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
}

.head.inline {
  border-bottom: 4px solid var(--gold);
  text-align: left;
  align-self: flex-start;
}

.grad_wrap {
  border-radius: 20px;
  height: 100%;
  padding: 1.6px 2px 1.6px 1.6px;
  position: relative;
  overflow: hidden;
}

.para {
  margin-top: -10px;
  margin-bottom: -10px;
  font-size: 18px;
}

.headwrap {
  flex-flow: column;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.headline {
  background-image: linear-gradient(90deg, var(--trans), var(--purple\<deleted\|variable-635b5f10-579d-ecd8-193a-473f778d04a6\>) 50%, var(--trans));
  width: 440px;
  height: 4px;
  margin-top: 10px;
}

.iconic {
  border-radius: var(--border);
  background-color: var(--red\<deleted\|variable-662c16c1-7d2a-ba4d-aad1-47703d3eab3e\>);
  box-shadow: 0 4px 4px 0 var(--purple\<deleted\|variable-635b5f10-579d-ecd8-193a-473f778d04a6\>);
  width: 60px;
  padding: 8px;
}

.timage-wrap {
  background-color: rgba(255, 255, 255, .4);
  border-radius: 10px;
  align-items: center;
  width: 47%;
  display: flex;
}

.timeline-contents-2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border-radius: var(--border);
  background-color: var(--red\<deleted\|variable-662c16c1-7d2a-ba4d-aad1-47703d3eab3e\>);
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  width: 47%;
  padding: 20px;
  transition: border-color .2s cubic-bezier(.785, .135, .15, .86);
  display: flex;
}

.timeline-contents-2:hover {
  border-color: #aaa;
}

.left {
  width: 56%;
}

.left.pad {
  padding-left: 24px;
}

.h-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
}

.h-flex.maxxed {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.right {
  width: 44%;
  position: relative;
}

.image-6 {
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.society {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  margin-top: auto;
  padding-top: 8px;
  display: flex;
}

.social {
  border: 1px solid var(--gold);
  border-radius: var(--border);
  background-image: linear-gradient(135deg, var(--gold), white 56%);
  color: var(--black);
  width: 100%;
  padding: 18px 44px 18px 18px;
  text-decoration: none;
}

.social.space {
  opacity: 0;
  pointer-events: none;
}

.social-icon {
  width: 40px;
  margin-bottom: 4px;
}

.text-block-2 {
  font-family: Sora, sans-serif;
  font-size: 14px;
}

.bol {
  font-size: 20px;
  font-weight: 600;
}

.dropdown {
  word-break: keep-all;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.dropdown:hover {
  box-shadow: 1px 1px 0 0 var(--lg\<deleted\|variable-8da68abd-7bae-3392-df41-fe0439d19dd8\>);
}

.dropdown-toggle-2 {
  white-space: pre-wrap;
  word-break: keep-all;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.visible-content {
  background-image: linear-gradient(90deg, var(--black\<deleted\|variable-8e7a7f6e\>), var(--darkbrown\<deleted\|variable-2caa9d95-1c59-65d1-091b-e8145e812f40\>));
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.faq-q {
  letter-spacing: .5px;
  font-family: Sora, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}

.icon-2 {
  margin: 0;
  font-size: 24px;
  position: static;
}

.invisible-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--cream\<deleted\|variable-7b8b5b84-9e5c-3f3e-b1a5-9889a08a88ab\>);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0 20px;
  display: flex;
  overflow: hidden;
}

.faq-a {
  letter-spacing: .5px;
  word-break: keep-all;
  padding: 20px 0;
  font-size: 18px;
  line-height: 1.5;
}

.drops {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  width: 64%;
  padding-right: 20px;
  position: relative;
}

.desc-icon {
  border: 1px solid gray;
  border-radius: 10px;
  width: 36px;
}

.cta-sectoid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--border);
  background-color: var(--grey);
  color: var(--white);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  padding: 16px;
  display: flex;
}

.whity {
  color: #c7c7c7;
}

.ct-img {
  aspect-ratio: 16 / 9;
  border-radius: var(--border);
  filter: hue-rotate(134deg);
  object-fit: cover;
  width: 100%;
}

.text-block-29 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.text-block-29.noline {
  white-space: nowrap;
}

.txt-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.divisor {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), gray 50%, rgba(255, 255, 255, 0));
  align-self: stretch;
  height: 1px;
}

.getter {
  letter-spacing: .5px;
  font-size: 16px;
  line-height: 1.5;
}

.image-33 {
  width: 24px;
}

.descrip {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #404040;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px;
  display: flex;
}

.get {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.item-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.item-2.bot {
  margin-left: 0;
}

.timage-wrap-2 {
  background-color: rgba(255, 255, 255, 0);
  align-items: flex-start;
  width: 45%;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.timeline-contents-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  width: 45%;
  margin-bottom: 20px;
  padding: 20px;
  transition: border-color .2s cubic-bezier(.785, .135, .15, .86);
  display: flex;
}

.bonhead {
  margin-top: 16px;
  margin-bottom: 8px;
}

.trailer {
  background-image: url('../images/close-up-microphone-speech-offic.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 24px;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.ab {
  z-index: 2;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play-cta {
  z-index: 5;
  border-radius: 100px;
  width: 100px;
  position: relative;
}

.cta-anime {
  position: relative;
}

.annie {
  background-color: var(--red\<deleted\|variable-662c16c1-7d2a-ba4d-aad1-47703d3eab3e\>);
  border-radius: 100px;
  width: 50px;
  height: 50px;
}

.peace {
  background-color: var(--red\<deleted\|variable-662c16c1-7d2a-ba4d-aad1-47703d3eab3e\>);
  border-radius: 100px;
  width: 50%;
  height: 50%;
  position: absolute;
}

.bp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--border);
  background-color: var(--grey);
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding: 20px 24px;
  transition: all .1s;
  display: flex;
  transform: translate(-1px, -1px);
}

.bp:hover {
  transform: scale(1.05)translate(-1px, -1px);
}

.bullets {
  pointer-events: none;
  font-size: 20px;
}

.vf20 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.ic {
  box-shadow: 0 2px 5px 0 var(--gold);
  border-radius: 100%;
  width: 60px;
}

.colo {
  transition: all .2s;
  transform: rotate(-.5deg);
}

.colo:hover {
  padding-bottom: 0;
  padding-right: 0;
}

.about-cont {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border-radius: var(--border);
  flex-flow: column;
  height: 100%;
  display: flex;
}

.nav {
  border-bottom: 1px solid var(--gold);
  background-color: var(--black);
  width: 100vw;
  padding: 16px 24px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.naive {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo {
  width: 200px;
  margin-left: -16px;
}

.lap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.navlinks {
  color: var(--white);
  text-decoration: none;
}

.navlinks:hover {
  color: var(--gold);
  text-decoration: underline;
}

.ham {
  width: 36px;
  padding: 8px;
  display: none;
}

.cta-sector {
  border-radius: 16px;
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.image-34 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 100%;
  width: 360px;
}

.seatea-aye {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--grey);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding: 36px;
  display: flex;
}

.button {
  color: var(--gold);
  border-radius: 60px;
  align-self: stretch;
  margin-right: 5vw;
  padding: 1px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.button:hover {
  transform: scale(.9);
}

.button.no-marge {
  margin-right: 0;
}

.cta {
  z-index: 1;
  text-align: center;
  letter-spacing: 1px;
  background-color: #1a1a1a;
  border-radius: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 32px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  transition: all .2s;
  position: relative;
}

.cta:hover {
  background-color: var(--gold);
  color: var(--black);
}

.cta.insect {
  font-size: 22px;
}

.image-35 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 24px;
  width: 50%;
}

.special {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shadow-wrap {
  margin-top: -20px;
  margin-bottom: -20px;
  margin-right: -40px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 60px;
  position: relative;
}

.minhead {
  font-size: 22px;
  font-weight: 500;
}

.grad {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 20%, var(--gold));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.back-gloss {
  aspect-ratio: 3 / 2;
  filter: blur(50px);
  background-color: rgba(236, 217, 150, .18);
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.back-gloss.hero {
  aspect-ratio: 1;
}

.igloss {
  filter: blur(20px);
  pointer-events: none;
  background-color: rgba(236, 217, 150, .24);
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.item {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #080808;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 24px;
  display: flex;
  position: relative;
}

.item.hero {
  padding: 24px;
}

.iglosswrap {
  background-color: rgba(236, 217, 150, .1);
  border: 1px solid #000;
  border-radius: 8px;
  width: 88px;
  height: 88px;
  padding: 12px;
  position: relative;
}

.texts {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.image {
  z-index: 1;
  aspect-ratio: 1;
  border-radius: 8px;
  position: relative;
}

.para-2 {
  font-size: 18px;
}

.module_uwrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--border);
  background-color: var(--grey);
  box-shadow: 0 0 2px 1px var(--sad);
  justify-content: flex-start;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.chev {
  margin-left: 0;
  margin-right: 0;
  font-size: 24px;
  position: static;
  transform: rotate(-90deg);
}

.text-block-32 {
  border: 1px solid var(--sad);
  border-radius: var(--border);
  color: var(--sad);
  white-space: nowrap;
  margin-left: auto;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 800;
}

.about_wrap {
  border-radius: var(--border);
  flex-flow: column;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.uhhh {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--black);
  color: var(--white);
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.irap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.desig {
  color: #ccc;
  font-size: 18px;
}

.name {
  letter-spacing: .5px;
  font-family: Sora, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.who-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.oh {
  perspective: 2000px;
  padding: 6px;
  position: relative;
}

.whowho {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--border);
  box-shadow: 0 -1px 6px 0 var(--sad);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.who_icon {
  background-color: var(--gold);
  border-radius: 100%;
  height: 56px;
  padding: 8px;
}

.who-txtwrap {
  flex-flow: column;
  flex: 1;
  margin-top: 4px;
  font-family: Sora, sans-serif;
  display: flex;
}

.whoooooo {
  justify-content: flex-start;
  align-items: center;
  height: 56px;
  line-height: 1.3;
  display: flex;
}

.whopara {
  color: var(--textgray);
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.abi {
  background-image: url('../images/IMG_9575-1.jpg');
  background-position: 0 24%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  min-height: 440px;
}

.hero-head-copy {
  font-size: 30px;
  line-height: 1.3;
}

.subhead-copy {
  color: #bfbfbf;
  font-size: 18px;
  font-weight: 500;
}

.descrip-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divvy {
  background-image: linear-gradient(90deg, #fff, #000 50%, #fff);
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.lotate {
  background-image: linear-gradient(180deg, var(--gold), var(--gold) 50%, var(--trans) 51%);
  width: 50px;
  height: 100vw;
}

.ab2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cont {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.hi {
  aspect-ratio: 1 / 1.1;
  background-image: linear-gradient(90deg, black, var(--trans) 44%), url('../images/Image4.webp');
  background-position: 0 0, 50% 75%;
  background-size: auto, cover;
  border-radius: 0 24px 24px 0;
  width: 50%;
  overflow: hidden;
}

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

.image-37 {
  aspect-ratio: 2 / 3;
  width: 44px;
}

.lottie-animation {
  aspect-ratio: 1;
  width: 44px;
}

.image-38 {
  border-radius: var(--border);
  background-color: var(--gold);
  width: 44px;
  padding: 10px;
}

.dropdown-toggle-3 {
  padding: 0;
}

.dropdown-2 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .main-wrapper {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .sector {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .sector.hero {
    max-height: none;
  }

  .contain {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .contain.hero {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  ._50-50 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .stretch.cen {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .hero-head {
    font-size: 40px;
  }

  .subhead {
    margin-right: 0;
    padding-left: 0;
  }

  .head {
    font-size: 30px;
  }

  .para {
    font-size: 16px;
  }

  .left.pad {
    padding-left: 0;
  }

  .h-flex {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .visible-content {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .faq-q {
    font-family: Exo, sans-serif;
  }

  .faq-a {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .main-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .cta-sectoid {
    order: -1;
  }

  .descrip {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    justify-content: center;
    align-items: center;
  }

  .item-2 {
    margin-left: 0;
  }

  .bp {
    padding: 10px 16px;
  }

  .bullets {
    font-size: 16px;
  }

  .ic {
    width: 44px;
  }

  .logo {
    margin-left: -8px;
  }

  .image-34 {
    display: none;
  }

  .seatea-aye {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .button {
    align-self: center;
    width: 44vw;
    margin-right: 0;
  }

  .cta {
    font-size: 20px;
  }

  .image-35 {
    width: 100%;
  }

  .minhead {
    font-size: 18px;
  }

  .back-gloss.hero {
    aspect-ratio: 16 / 9;
  }

  .item {
    padding: 12px;
  }

  .para-2, .desig {
    font-size: 16px;
  }

  .name {
    font-size: 24px;
  }

  .whoooooo {
    font-size: 20px;
  }

  .whopara {
    font-size: 15px;
  }

  .hi {
    background-image: linear-gradient(180deg, black, var(--trans) 20%), url('../images/Image4.webp');
    background-position: 0 0, 50% 75%;
    background-size: auto, cover;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sector {
    overflow: hidden;
  }

  .hero-head {
    font-size: 36px;
  }

  .left, .left.pad {
    width: 100%;
  }

  .h-flex {
    flex-flow: column;
  }

  .h-flex.maxxed {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .right {
    width: 100%;
  }

  .faq-q {
    font-size: 18px;
  }

  .faq-a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .main-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .nav {
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo {
    width: 169px;
  }

  .lap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .navtxt {
    font-size: 14px;
  }

  .seatea-aye {
    padding: 20px;
  }

  .special {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .minhead {
    font-size: 16px;
  }

  .iglosswrap {
    width: 64px;
    height: 64px;
  }

  .module_uwrap {
    padding: 14px;
  }

  .chev {
    font-size: 20px;
  }

  .modead {
    font-size: 16px;
  }

  .who-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .whowho {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding: 14px;
  }

  .who_icon {
    height: 44px;
  }

  .hero-head-copy {
    font-size: 26px;
  }
}

@media screen and (max-width: 479px) {
  .sector {
    padding: 24px 12px;
  }

  .sector.hero {
    padding-top: 40px;
  }

  .sector.dark.video {
    height: auto;
  }

  .stretch.cen {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-head {
    font-size: 24px;
    line-height: 1.3;
  }

  .subhead {
    font-size: 18px;
  }

  .gloss {
    width: 20px;
  }

  .head {
    font-size: 24px;
  }

  .timeline-contents-2 {
    width: 100%;
    margin-top: -10%;
  }

  .h-flex.maxxed {
    width: 100%;
  }

  .society {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .social {
    padding: 10px 30px 10px 10px;
  }

  .social-icon {
    width: 30px;
  }

  .bol {
    font-size: 16px;
  }

  .visible-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 14px 10px;
  }

  .faq-q {
    font-family: Exo, sans-serif;
    font-size: 16px;
  }

  .icon-2 {
    font-size: 16px;
  }

  .invisible-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-a {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }

  .main-wrapper {
    width: 100%;
  }

  .txt-block {
    text-align: left;
  }

  .getter {
    font-size: 15px;
  }

  .descrip {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px;
  }

  .item-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .timage-wrap-2 {
    width: 100%;
  }

  .timeline-contents-3 {
    width: 100%;
    margin-top: -10%;
    padding-top: 0;
  }

  .timeline-contents-3:hover {
    border-color: rgba(88, 161, 255, 0);
  }

  .trailer {
    flex: 1;
  }

  .bullets {
    font-size: 14px;
  }

  .about-cont {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .nav {
    z-index: 999;
    padding: 8px;
    position: fixed;
  }

  .lap {
    z-index: 999;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: var(--border);
    background-color: var(--gold);
    border: 1px solid #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    padding: 12px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 10px;
  }

  .navtxt {
    color: var(--black);
    font-size: 16px;
  }

  .navtxt:hover {
    color: var(--grey);
  }

  .seatea-aye {
    padding: 10px;
  }

  .button {
    width: 100%;
  }

  .cta {
    font-size: 18px;
  }

  .shadow-wrap.hero {
    margin-right: 0;
    padding-right: 0;
  }

  .back-gloss.hero {
    aspect-ratio: 1;
  }

  .item.hero {
    padding: 13px;
  }

  .para-2 {
    font-size: 14px;
  }

  .module_uwrap {
    padding: 11px;
  }

  .uhhh {
    padding: 10px;
  }

  .who-grid {
    grid-template-columns: 1fr;
  }

  .whoooooo {
    height: auto;
  }

  .whopara {
    margin-top: 8px;
  }

  .hero-head-copy {
    font-size: 24px;
    font-weight: 500;
  }

  .subhead-copy {
    font-size: 16px;
  }

  .descrip-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
  }

  .image-38 {
    width: 36px;
    display: block;
  }

  .dropdown-2 {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }
}

#w-node-b0a49058-345b-b7d7-6214-41d7ac8efd9a-b8b4b176, #w-node-_873f857c-df38-10dc-fda7-77a403db4fd9-b8b4b176, #w-node-edce11f0-966b-ebec-b554-532df7d98a37-b8b4b176, #w-node-dad562be-f936-4ba6-7511-883b6e00289d-b8b4b176, #w-node-c5f84d45-2bb0-a27a-e51c-f3fe66c8379d-b8b4b176, #w-node-_8aab76b9-6d85-2485-30fb-570a88334a04-b8b4b176 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Bold.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Neurialgrotesk';
  src: url('../fonts/Fontspring-DEMO-neurialgrotesk-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Neurialgrotesk';
  src: url('../fonts/Fontspring-DEMO-neurialgrotesk-bold.otf') format('opentype'), url('../fonts/Fontspring-DEMO-neurialgrotesk-extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Neurialgrotesk';
  src: url('../fonts/Fontspring-DEMO-neurialgrotesk-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}