/* Note: This code needs organization and cleanup due to time constraints* *Fouad Osama */

@import url(style-font.css);
@import url(header.css);

#wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* p {
  text-align: center;
} */

nav {
  cursor: default;
}

#tabTitle {
  font-family: "Aeonik Pro", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.5vw + 0.5rem, 22px);
  line-height: 130%;
  letter-spacing: 0;
  color: #ffffff;
  width: 100%;
  justify-self: center;
}

#tabPara {
  font-family: "Aeonik Pro", sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.2vw + 0.4rem, 18px);
  line-height: 130%;
  letter-spacing: 0;
  color: #a0a0a0;
  width: 100%;
  justify-self: center;
}


.deployContent {
  font-family: "Aeonik Pro", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #333333;
}



.grade {
  font-family: "Aeonik Pro", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #585858;
}

section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 24px 0;
  height: fit-content;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  border: none;
}

section {
  display: flex;
  align-items: center;
  gap: 14px;
  background-color: #ffffff;
  color: #333333;
}

section.no-min {
  min-height: 0;
}

#scrollSection {
  padding-top: 60px;
  min-height: unset;
}

section:first-of-type {
  top: -2vh;
  justify-content: center;
  padding-bottom: calc(100px - 2vh);
  min-height: calc(100vh - 80px) !important;
}

.anchor-link {
  position: absolute;
  top: -40px;
}

section.black {
  background-color: #181818;
  color: #ffffff;
  z-index: 1;
}

.bigger-title {
  font-size: 91px !important;
  text-wrap: unset;
}

#circles {
  width: 48vw;
}

h1 {
  letter-spacing: -2%;
  font-family: "Aeonik Pro", sans-serif;
  font-weight: 400 !important;
  line-height: 108%;
  text-align: center;
  max-width: 1633px;
  width: 100%;
}

.RuningContent {
  font-size: clamp(20px, 4vw + 1rem, 64px);
  letter-spacing: -0.02em;
  text-wrap: balance;
  font-family: "Aeonik Pro", sans-serif;
  font-weight: 400 !important;
  line-height: 1.08;
  text-align: center;
  max-width: 1633px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}


h2 {
  font-family: "Aeonik Pro", sans-serif;
}

h6 {
  font-family: "Aeonik Pro", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #7e7e7e;
  font-size: clamp(12px, 1vw + 0.5rem, 20px);
}


.white-text {
  color: #ffffff !important;
}

.h1-81 {
  font-size: 81px;
}

.video {
  width: 100vw;
  height: auto;
}

.star {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  background-image: url(images/star.svg);
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: center;
  mix-blend-mode: lighten;
  transition: all 1000ms linear 0s;
}

.content {
  position: relative;

  padding-top: 60px;
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: fit-content;
  max-height: 90vh;
  overflow: auto;
}

.mobile-only {
  display: none;
}

.mobile-only {
  display: flex;
  transition: box-shadow 0.3s ease;
}

.mobile-only:hover {
  box-shadow: 0px 1px 1px 0px #0f172a14, 0px 1px 1px 0px #f8fafc14 inset;
}

.desktop-only {
  display: flex;
}

#scrollAnim {
  padding-bottom: 0;
}

#scrollAnim+section {
  padding-top: 0;
}

#stickyScroll {
  background-image: url(images/scroll-image_01-min.png);
  background-repeat: no-repeat;
  background-position: 90% 20%;
  background-size: 40%;
  overflow: hidden !important;
  transition: background-image 500ms linear 0s;
  font-family: "Aeonik Pro", sans-serif;
}

h3 {
  font-size: 18px;
  font-family: "Aeonik Pro", sans-serif;

  font-weight: 500;
  line-height: 1.3;
  text-align: left !important;
  cursor: pointer;
}

.collapse h3 {
  position: relative;
  color: #555555;
}

.collapse:hover {
  background-color: #ffffff14;
  color: #ffffff !important;
}

.collapse:hover h3,
.collapse:hover {
  color: #ffffff !important;
  transition: background-color 0.3s ease-in-out;
}

.tab:hover {
  background-color: #ffffff14;
  transition: background-color 300ms ease-in-out;
  color: #ffffff;
}

.collapse.selected h3 {
  color: #ffffff !important;
  transition: background-color 0.3s ease-in-out;
}

.collapse.selected .sub {
  color: #929292 !important;
  transition: background-color 0.3s ease-in-out;
}

.collapse.selected .collapse-content {
  color: #929292 !important;
  transition: background-color 0.3s ease-in-out;
}

.collapse:hover h3,
.collapse:hover,
.collapse:hover .sub {
  color: #ffffff !important;
}

.collapse .sub {
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
  text-align: left;

}

.collapse-content {
  color: #555555;
  max-width: 420px;
  margin-top: 12px;
  line-height: 1.2;
  font-weight: 300;
  display: block;
}

.collapse {
  padding: 14px 24px 14px 40px;
  max-height: unset;
  color: #555555;
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  transition: background-color 0.3s ease-in-out;
}

.collapse h3::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 22px;
  left: -24px;
  background-image: url('data:image/svg+xml, <svg width="11" height="22" viewBox="0 0 11 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.2411 10.807L0 21.0225L3.79151 10.8113L0.0136179 0.54715L10.2411 10.807Z" fill="%23555555"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: none;
  transition: background-image 0.3s ease;
}

.collapse.selected h3::before {
  background-image: url('data:image/svg+xml, <svg width="11" height="22" viewBox="0 0 11 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.2411 10.807L0 21.0225L3.79151 10.8113L0.0136179 0.54715L10.2411 10.807Z" fill="%23ffffff"/></svg>');
}

.collapse:hover:not(.selected) h3::before {
  background-image: url('data:image/svg+xml, <svg width="11" height="22" viewBox="0 0 11 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.2411 10.807L0 21.0225L3.79151 10.8113L0.0136179 0.54715L10.2411 10.807Z" fill="%23ffffff"/></svg>');
}

h1,
h3,
h6 {
  margin: 0;
  padding: 0;
  text-align: center;
}

h1 {
  margin-bottom: -10px;
}

.center {
  text-align: center;
}

.full-width {
  width: 85vw;
}

.full-grow {
  flex-grow: 1;
  max-width: unset;
}

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


.bigger-h1 {
  font-size: 110px;
  line-height: 0.95;
}

.bigger-h2 {
  font-size: 54px;
  line-height: 1.2;
  font-weight: 400;
}

img.full-width {
  z-index: 2;
  width: calc(100vw - 60px) !important;
  max-width: calc(100vw - 60px) !important;
}


.px-185-30 {
  box-sizing: border-box;
  padding-left: 138px;
  width: 100%;
  max-width: 100vw;
}

.first {
  min-height: 0 !important;
}

.sec {
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 120px !important;
}

.mt-1 {
  margin-top: 0.5em;
}

.mt-2 {
  margin-top: 1.8em;
}

.pt-1 {
  padding-top: 0;
  margin-top: -50px;
}

#circles {
  padding-bottom: 120px;
}

.move-beyond {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background: linear-gradient(0deg, #4d80e6 0%, #ffffff 100%);
  background-color: transparent;
  isolation: unset;
  min-height: 80vh;
  /* padding: 0 !important; */
  padding-bottom: 194px !important;
  justify-content: center;
  align-items: center;
}

/* .move-beyond h1 {
  width: 85vw;
  font-size: 82px !important;
  margin-bottom: 8px ! IMPORTANT;
} */


.primary-button {
  border: none;
  outline: none;
  color: #555320;
  background-color: #fffb68;
  padding: 14px 26px;
  border-radius: 14px;
  font-size: 16px;
  font-family: "Aeonik Pro", sans-serif;
  font-weight: 500;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transition: background-color 300ms linear 0s, color 300ms linear 0s,
    opacity 300ms linear 0s;
  width: 161px;
  height: 52px;



}

a {
  position: relative;
  cursor: pointer;
  transition: filter 200ms linear 0s;
}

button:hover {
  background-color: #3d3d3d;
  color: #fffb68;
}

button:active {
  background-color: #333333;
  color: #fffb68;
}

button:focus-visible {
  box-shadow: 0 0 0 3px #555320;
}

button:active {
  transform: scale(0.99);
}

a:hover {
  filter: brightness(200%);
}

a:focus-visible {
  outline: none;
}

a:focus-visible::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -8px;
  top: -8px;
  box-shadow: 0 0 0 3px #555320;
  border-radius: 12px;
  padding: 8px;
}

.tabs-wrapper {
  display: flex;
  gap: 10px;
  user-select: none;
  margin-bottom: 41.38px;
  justify-content: center;

}


body #wrapper {
  pointer-events: auto !important;
}

body:has(.popup.hide) #wrapper {
  pointer-events: auto !important;
}


.star {
  pointer-events: none !important;
}


.primary-button {
  position: relative;
  z-index: 1;
  pointer-events: auto !important;
}



.primary-button {
  position: relative;
  z-index: 1;
}

.tab {
  font-family: "Aeonik Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  background-color: transparent;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid #474747;
}

.no-margin {
  margin: 0;
}

section.black.no-min-mobile {
  padding: 0;
  min-height: unset;
}

.grid::after {
  content: "";
  position: absolute;
  width: 100vw;
  aspect-ratio: 1 / 1;
  bottom: -1vw;
  left: 0;
  background-image: url(images/grid-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 1;
  mix-blend-mode: multiply;
  pointer-events: none;
}


.grid-image {
  width: 50%;
  height: auto;
}

.size {
  width: 1080px !important;
}

.black h6 {
  color: #d9d9d9;
}

#runningText {
  min-height: unset;
  user-select: none;
  --spacing: 1.8ch;
  margin-top: 24px;
  margin-bottom: 24px;
}

#runningText .RuningContent {
  color: #d1d1d1;
  position: relative;
}

#runningText .mask {
  position: absolute;
  height: 2.75ch;
  top: 0;
  left: 0;
  mix-blend-mode: color-burn;
  background-color: #333333;
}

#runningText #mask-2 {
  top: calc(var(--spacing) * 1);
}

#runningText #mask-3 {
  top: calc(var(--spacing) * 2);
}

#runningText #mask-4 {
  top: calc(var(--spacing) * 3);
}

#runningText #mask-5 {
  top: calc(var(--spacing) * 4);
}

#runningText #mask-6 {
  top: calc(var(--spacing) * 5);
}

#runningText #mask-7 {
  top: calc(var(--spacing) * 6);
}

#runningText #mask-8 {
  top: calc(var(--spacing) * 7);
}

#runningText #mask-9 {
  top: calc(var(--spacing) * 8);
}

#runningText #mask-10 {
  top: calc(var(--spacing) * 9);
}

#runningText #mask-11 {
  top: calc(var(--spacing) * 10);
}

#runningText #mask-12 {
  top: calc(var(--spacing) * 11);
}

.primary-button {
  padding: clamp(4px, 2vw, 12px) clamp(8px, 4vw, 24px);
  font-size: clamp(12px, 2vw, 14px);
}



.all-caps {
  font-family: "Aeonik Pro", sans-serif;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: -2px;
  line-height: 0.93;
  font-size: clamp(32px, 4vw, 120px) !important;
}

.move-beyond .all-caps {
  font-family: "Aeonik Pro", sans-serif;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: -2px;
  line-height: 0.93;
  font-size: clamp(32px, 6vw, 120px) !important;
}

.subtitle {
  font-family: "Aeonik Pro", sans-serif;
  font-weight: 400;
  text-align: center;

  font-size: clamp(16px, 2.5vw, 28px);
  line-height: 1.4;
}

#tabImage,
#tabImageMobile {
  /* width: 100%; */
  max-width: 1010px;
  width: 84vw;
  /* max-width: 1000px; */
  height: auto;
  border-radius: 20px;
  border-width: 1px;
  margin-bottom: 14px;
}

#tabImageMobile {
  display: none;
}

.subtitle.tab-p {
  font-size: 16px;
  margin-top: 10.37px;
}

.tab.active {
  color: #ff9900;
  pointer-events: none;
  border-color: transparent;
  background: linear-gradient(#131219, #131219) padding-box,
    linear-gradient(var(--angle), #fff, #f90, #995c00) border-box;
  animation: 3s rotate linear infinite;
}

.tab-content {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
  place-items: center;
}

.tab-content.fade-out {
  opacity: 0;
}

.tab-content.fade-in {
  opacity: 1;
}

.flex {
  display: flex;
  position: relative;
}

.column {
  flex-direction: column;
  gap: 16px;
}

.wrap {
  flex-wrap: wrap;
}

.flex.wrap .flex:has(input[type="checkbox"]) {
  width: 27%;
  white-space: pre;
  gap: 8px;
  align-items: center;
}

.flex.wrap:has(input[type="checkbox"]) {
  gap: 20px;
}

.textInput {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  font-weight: 400;
  font-family: "Aeonik Pro", sans-serif;
  color: #333333;
  outline-offset: 0;
  transition: outline-offset 150ms ease-in-out 0s;
}

.textInput::placeholder {
  color: #64748b;
}

.textInput:focus {
  outline-offset: 2px;
  outline: 2px solid #131219;
}

.textInput+p {
  display: none;
  color: red;
  font-size: 14px;
  margin-top: -14px !important;
}

.textInput.error {
  border-color: red;
}

.textInput.error+p {
  display: block;
}

.flock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  z-index: -1;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 100vw;
  width: 700px;
  max-width: 70vw;
  transform: translate(-50%, -50%);
  border-radius: 24px;
  display: flex;
  padding: 48px;
  flex-direction: column;
  gap: 24px;
  max-height: calc(100vh - 24px);
  background-color: white;
  color: #333333;
  isolation: isolate;
  z-index: 100;
  accent-color: #020617;
  box-shadow: 0 0 0 8000px #828282a6;
  animation: fadeIn 150ms ease-in-out;
}

.popup form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.popup.hide {
  animation-name: fadeOut;
}

.popup.loaded {
  animation-delay: -200ms;
}

.popup h1 {
  font-size: 44px;
  text-wrap: normal;
}

.popup h4 {
  font-size: 14px;
  margin: 0;
  font-weight: 600;
  font-family: "Aeonik Pro", sans-serif;
}

.popup p {
  margin: 0;
}

.footnote {
  font-size: 12px;
  font-weight: 400;
  font-family: "Aeonik Pro", sans-serif;
}

.footnote a {
  color: #333333;
}

.no-click {
  overflow: hidden;
}

.no-click h1 {
  pointer-events: none;
}

.no-click p {
  font-size: 28px !important;
}

button.no-click {
  pointer-events: none;
}

#spinner {
  display: none;
  width: 16px;
  height: 16px;
}

div:has(button.no-click)+#spinner {
  display: block;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -30%) scale(0.9);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -30%) scale(0.9);
  }
}

.close-button {
  position: absolute;
  top: calc(50% + 32px);
  right: calc(50% + 32px);
  transform: translate(50vw, -50vh);
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #171717;
  background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">  <path fill-rule="evenodd" clip-rule="evenodd" d="M6.96976 6.9678C7.37474 6.56282 8.03136 6.56282 8.43635 6.9678L15.9993 14.5308L23.5624 6.9678C23.9673 6.56282 24.624 6.56282 25.0289 6.9678C25.4339 7.37279 25.4339 8.02941 25.0289 8.4344L17.4659 15.9974L25.0289 23.5604C25.4339 23.9654 25.4339 24.622 25.0289 25.027C24.624 25.432 23.9673 25.432 23.5624 25.027L15.9993 17.464L8.43635 25.027C8.03136 25.432 7.37474 25.432 6.96976 25.027C6.56477 24.622 6.56477 23.9654 6.96976 23.5604L14.5328 15.9974L6.96976 8.4344C6.56477 8.02941 6.56477 7.37279 6.96976 6.9678Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.close-button:hover {
  transform: translate(50vw, -50vh);
}

.hide {
  opacity: 0;
  pointer-events: none;
}

.mobile-image {
  width: 100%;
  height: auto;
  display: none;
}

body #wrapper {
  pointer-events: none;
}

body:has(.popup.hide) #wrapper {
  pointer-events: all;
}

#formFooter {
  display: none;
  align-items: center;
  gap: 4px;
}

.cards-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  /* gap: 132px; */
  margin-bottom: 180px;
}

.cards {
  --cardWidth: 20.15vw;
  display: flex;
  gap: 16px;
  row-gap: 90px;
  flex-wrap: wrap;
}

.person-card {
  width: var(--cardWidth);
  z-index: 2;
}

.person-card img {
  margin-bottom: 22px;
  width: var(--cardWidth);
  height: var(--cardWidth);
  border-radius: 8px;
}


.person-card .spici {
  font-family: "Aeonik Pro", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 121%;
  letter-spacing: 0%;
  color: #333333;
  justify-self: left;
}

.person-card .exExperience {
  font-family: "Aeonik Pro", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 121%;
  letter-spacing: 0%;
  color: #7e7e7e;
  text-align: -webkit-left;
}

.person-card p:last-of-type {
  color: #7e7e7e;
}

.v-center {
  align-items: center;
}

.cardtitle {
  position: absolute;
  transition: opacity 300ms linear 0s;
}

.headtitle {
  height: fit-content;
  max-width: 50vw;
}

.headimage {
  width: 300px;
  height: 300px;
  transform: translateX(-50px);
}

.cardtitle {
  justify-content: space-between;
}

#headnum {
  font-size: 42px;
  text-align: center;
  margin-top: 320px;
  color: #333333;
  font-family: "Aeonik Pro", sans-serif;
}

#headnum span {
  color: #7e7e7e;
}

.person-card .leadersDe {
  margin-left: 16px;
  margin-right: 16px;
}

.person-card .name {
  margin-bottom: 2px !important;
}

.person-card .spici {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

.person-card .name {
  margin: 0;
  font-family: "Aeonik Pro", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #333333;
  justify-self: left;
}

.person-card .spici {
  font-family: "Aeonik Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 121%;
  letter-spacing: 0%;
  color: #333333;
  justify-self: left;
}

.person-card .exExperience {
  font-family: "Aeonik Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 121%;
  letter-spacing: 0%;
  color: #7e7e7e;
  text-align: -webkit-left;
}

.person-card .exExperience {
  margin: 0 !important;
}

@keyframes rotate {
  to {
    --angle: 360deg;
  }
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.mobile-only {
  display: none;
}


.grid-container {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  max-width: 1632px;
  width: 100%;
  margin: 0 auto;
  gap: 64px;
  margin-top: 48px;
  margin-bottom: 119px;
}

.grid-item {
  width: 780px;
  box-sizing: border-box;
}

.grid-item.text-content {
  display: flex;
  flex-direction: column;
}

.grid-item.image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  width: 780px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.image-grid .grid-image {
  background-color: #ffffff;
}

.grid-image {
  width: 100%;
  height: auto;
  min-width: 358px;
  object-fit: contain;
}


.grid-image {
  width: 50%;
  height: auto;
}

.whoWeAre h1 {
  font-weight: 400 !important;
  font-size: clamp(28px, 4vw, 70px) !important;
  font-family: "Aeonik Pro", sans-serif;
  line-height: 1.09 !important;
  letter-spacing: 0% !important;
  text-transform: uppercase !important;
  color: #333333 !important;
}

.whoWeAre h2 {
  font-weight: 400 !important;
  font-size: clamp(22px, 3vw, 44px) !important;
  font-family: "Aeonik Pro", sans-serif;
  color: #333333 !important;
  line-height: 1.21 !important;
  letter-spacing: 0% !important;
}

.cards-wrapper h6 nobr {
  margin-right: 107px;
}

.mobile-only .subtitle,
.black .subtitle {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  /* width: 343px; */
  color: #A0A0A0;
  margin: 0 !important;
}



.move-beyond .subtitle {
  font-family: "Aeonik Pro", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw + 0.5rem, 28px);
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: #333333;
  margin: 0 auto 16px auto;
  width: 100%;

  box-sizing: border-box;
}

.move-beyond .subtitle,
.no-click p {
  width: 50vw;
}

.no-min .subtitle,
.black .subtitle {
  width: 36vw;

}

@media only screen and (max-width: 600px) {
  .mobile-only {
    display: block !important;
  }

  details.mobile-only summary {
    list-style: none;
    position: fixed;
    top: 1rem;
    right: .5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1001;
    rotate: 90deg;

  }

  details.mobile-only summary::-webkit-details-marker {
    display: none;
  }

  details.mobile-only summary img.menu-icon {
    width: 40px;
    height: 40px;
    transition: opacity 0.2s ease;
  }

  .mobile-menu .primary-button {

    width: 104px;
    height: 40px;

    gap: 10px;
    border-radius: 8px;

  }

  details.mobile-only>.mobile-menu {
    display: none;
  }

  details.mobile-only[open] {
    position: fixed;
    inset: 0;
    height: 100vh;
    background: #EEEEEE;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    z-index: 1000;
    overflow: hidden;
  }

  /* Show and style the menu */
  details.mobile-only[open]>.mobile-menu {
    display: flex;
    flex-direction: column;
    height: -webkit-fill-available;
    background: #EEEEEE;

    flex: 1;
    overflow-y: auto;
    margin-top: 12px;
    justify-self: anchor-center;
  }

  details.mobile-only[open] .mobile-menu>a {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0.5rem auto;
    padding: 1rem 0;
    text-align: center;
    font-family: "Aeonik Pro", sans-serif;
    font-size: 1.125rem;
    color: #333;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease;
  }

  details.mobile-only[open] .mobile-menu>a:hover {
    background-color: #f0f0f0;
  }

  details.mobile-only[open] .mobile-menu .social {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: auto;
    padding: 3rem;
  }

  details.mobile-only[open] .mobile-menu .social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5 ! IMPORTANT;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    margin-bottom: 18px;
  }

  details.mobile-only[open] .mobile-menu .social a:hover {
    background: #e0e0e0;
  }

  details.mobile-only[open] .mobile-menu .social .icon {
    width: 1.5rem;
    height: 1.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }


  details.mobile-only summary img.menu-icon {
    width: 40px;
    height: 40px;
    transition: opacity 0.2s;
  }



  /* Social/Footer styles as above */
  .footer-bar {
    margin-top: 100px;
    /* margin-bottom: 0; */
  }

  .footer-social {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px;
  }

  .footer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    width: 48px;
    height: 48px;
    font-size: 1.7rem;
    color: #222b38;
    text-decoration: none;
    border: none;
    box-shadow: 0 1px 4px rgba(70, 70, 80, 0.04);
    transition: box-shadow 0.15s, background 0.15s;
  }

  .footer-icon:hover {
    background: #f0f0f0;
    box-shadow: 0 4px 12px rgba(60, 60, 60, 0.07);
  }

  .footer-divider {
    border: none;
    border-top: 2px solid #7c8598;
    width: 90%;
    margin: 0 auto 18px auto;
    opacity: 0.65;
  }

  .footer-copy {
    color: #9a9a9a;
    font-size: 17px;
    font-family: "Aeonik Pro", sans-serif;
    margin-top: 7px;
    margin-bottom: 0;
    font-weight: 400;
  }



  .mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
    margin-left: -59px;
    margin-top: -10px;
    width: 264px;
    justify-content: space-between;

  }

  .primary-button {
    width: 92px;
    height: 40px;
  }

  .menu-logo {
    height: 24px;
    width: 96px;
    border-radius: 6px;
    background: transparent;
  }



  /* a-header .primary-button {
    margin-left: 40px;

  } */

  .menu-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #232323;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    /* pushes it right */

    transition: background 0.15s;
  }

  .close-menu-btn {
    margin-left: auto;
  }

  /* ... Footer bar and rest of your CSS ... */


  .close-menu-btn:hover {
    background: #3a3a3a;
  }



  .grid-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .grid-item {
    width: 100%;
  }

  .grid-item.image-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
  }

  .grid-image {
    width: 100%;
    max-width: none;
    height: auto;
    object-fit: contain;
    display: block;
  }



  .video {
    width: 85vw;
    height: auto;
  }

  .mobile-only h6 {
    font-weight: 400;
    font-size: 12px;
    /* width: 343px; */
    color: #D9D9D9;

  }

  .mobile-only h1,
  .black h1 {
    font-weight: 400 !important;
    font-size: 28px !important;
    text-align: center !important;
    width: 1280px;
    color: #FFFFFF;
    margin-bottom: 8px;

  }

  .mobile-only .subtitle,
  .black .subtitle {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    /* width: 343px; */
    color: #A0A0A0;
    margin: 0 !important;
  }


  /* .deployContent {
    font-weight: 400;
    font-size: 28px;
    width: 343px;
  } */

  .grid h6 {
    font-weight: 400;
    font-size: 12px;
    color: #7E7E7E;
    /* width: 343px; */
  }

  /* #tabTitle {
    font-weight: 400;
    font-size: 18px;
    width: 100%;
    margin-bottom: 14px;

  } */

  /* #tabPara {
    font-weight: 400;
    font-size: 16px;
    justify-self: center;
  } */

  #runningText {
    font-weight: 400;
    font-size: 28px;
    align-content: center;
    justify-self: center;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;

  }

  /* .no-click .all-caps {
    font-family: "Aeonik Pro", sans-serif;
    font-weight: 500;
    font-size: 120px;
    line-height: 100%;
    letter-spacing: -4%;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 16px;
    width: 1460px;

  } */




  section {
    padding: 50px 16px;
  }

  #techSection h2 {
    font-weight: 400;
    font-size: 24px;
    /* width: 343px; */
    /* margin-top: 0; */

  }

  .person-card .exExperience {
    font-weight: 400;
    font-size: 16px;

  }

  .sec {

    margin-bottom: 0 !important;
  }

  /* #scrollSection {
    padding-top: 30px;
    min-height: unset;
  } */

  section {
    min-height: 0 !important;
  }

  #techSection h6,
  #scrollSection h6,
  .black h6 {
    font-weight: 500;
    font-size: 16px;
    /* width: 343px; */
  }

  .cards-wrapper h6 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -3%;
    text-transform: uppercase;
    color: #7E7E7E;
    width: 178px;


  }

  /* .all-caps {
    font-weight: 500 !important;
    font-size: 32px !important;
    text-transform: uppercase;


  } */

  .person-card .spici {
    font-weight: 400;
    font-size: 14px;
  }

  .person-card .name {
    font-weight: 700;
    font-size: 16px;
  }

  #techAnimation {
    width: 287px !important;
    height: 201px !important;
    margin-bottom: 46px;

  }

  .techSection {
    padding-top: 16px !important;
  }

  .move-beyond {
    padding-top: 100px !important;
    padding-bottom: 200px !important;
    min-height: 50vh;
    background-position: top center;
    border-top: 10px solid #ffffff;
    height: 732px;
  }

  /* .move-beyond .all-caps {
    font-size: 32px !important;
  }

  .move-beyond .subtitle {
    font-size: 16px !important;
  } */

  /* .move-beyond h1 {
    font-size: 40px !important;
    width: 100vw;
    max-width: 100vw;
    margin-bottom: 0 !important;
  } */

  /* .no-click p {
    font-weight: 400 !important;
    font-size: 16px !important;

    text-align: center; */
  /* width: 343px !important; */

  /* } */

  /* .no-click .all-caps {
    font-family: "Aeonik Pro", sans-serif;
    font-weight: 500;
    font-size: 120px;
    line-height: 100%;
    letter-spacing: -4%;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 16px;
    width: 1460px;
  } */

  h1 {
    /* font-size: 32px; */
    max-width: 80vw;
  }

  .move-beyond .subtitle,
  .no-click p {
    width: 70vw !important;
  }

  .no-min .subtitle,
  .black .subtitle {
    width: 60vw !important;

  }

  .content {
    gap: 16px;
    height: fit-content;
    max-height: unset;
    overflow: hidden;
    padding-bottom: 0 !important;
    width: 100vw !important;

  }

  .collapse {
    position: relative;
    top: 0 !important;
    padding-bottom: 0 !important;

  }

  button {
    font-size: 14px;
  }

  .h1-81 {
    font-size: 32px;
  }

  .size {
    width: unset !important;
  }

  .grid::after {
    aspect-ratio: 1 / 2;
    bottom: 0;
  }

  .grid h6 {
    margin-top: 0;
  }

  .grid .flex {
    flex-direction: column;
  }

  .grid-image {
    width: 100%;
  }



  .bigger-h2,
  .biger-h2 {
    font-size: clamp(20px, 3.33vw, 64px);
    line-height: 1.2;
  }

  .bigger-title {
    font-size: clamp(24px, 4.74vw, 91px);
    line-height: 1.1;
  }


  img.full-width {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
  }

  .px-185-30 {
    padding: 20px;
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
  }

  .px-185 .full-width {
    width: 100%;
    max-width: 100%;
  }

  .px-185 {
    padding: 20px;
    width: 100vw;
    max-width: 100vw;
    padding-bottom: 30px;
  }

  .grid h2 {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0%;
    /* width: 343px; */
    color: #333333;

  }

  .px-185 h1.full-width {

    font-size: 28px !important;
    line-height: 109.00000000000001%;
    letter-spacing: 0%;
    text-transform: uppercase;
    /* width: 343px; */
    color: #333333;

  }

  #circles {
    transform: translateX(20px);
    width: calc(100vw - 40px);
  }

  .bigger-h2 {
    font-size: 30px;
  }

  .popup {
    width: 100%;
    max-width: unset;
    height: 100%;
    max-height: unset;
    transform: none;
    top: 0;
    left: 0;
    margin: 0;
    box-sizing: border-box;
    border-radius: 0;
    padding: 24px;
    overflow: auto;
  }

  .tab {
    font-size: 14px;
  }

  .close-button {
    top: 0;
    right: 0;
    transform: scale(0.75);
    filter: invert(100%);
    background-color: transparent;
  }

  .close-button:hover {
    filter: invert(100%);
    transform: scale(0.75);
  }

  .popup h1 {
    font-size: 28px;
  }

  .popup h1 br {
    display: none;
  }

  .popup p {
    font-size: 14px;
  }

  .popup h4,
  .flex.wrap .flex:has(input[type="checkbox"]) {
    font-size: 12px;
    width: unset;
  }

  #tabImage {
    display: none;
  }

  #tabImageMobile {
    display: block;
  }

  .flock {
    height: 100%;
    width: auto;
  }

  .no-min-mobile {
    min-height: unset;
  }

  #useCases {
    width: 100vw;
    height: auto;
  }

  .no-click h1,
  .no-click p {
    pointer-events: all;
  }

  #stickyScroll {
    background-image: none !important;
  }

  .mobile-image {
    display: block;
    /* width: 343px; */
    height: 343px;
    padding-left: 0;
    margin-left: -44px;
    place-self: center;
    padding: 5px;

  }

  .mobile-only {
    display: flex;

    justify-items: center;
    padding: 10px;
  }

  .desktop-only {
    display: none;
  }

  .no-click .bigger-p {
    font-size: 16px !important;
  }


  .cards-wrapper {
    gap: 24px;
  }

  .cards {
    --cardWidth: 90vw;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 40px;
  }

  .bigger-h1 {
    font-size: 40px;
    line-height: 0.95;
  }

  .cardtitle {
    opacity: 1 !important;
    position: relative;
    flex-direction: column-reverse;
    align-items: flex-start;
    width: 100% !important;
    max-width: unset !important;
    padding: 0 !important;
  }

  .headimage {
    width: 80px;
    height: 80px;
    transform: unset;
  }

  .headtitle {
    max-width: unset;
    width: 100%;
    font-size: 26px;
  }

  section {
    padding: 16px !important;
  }

  #headnum {
    display: none;
  }

  .tab-content {
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
    place-items: center;
  }

  .tab-content.fade-out {
    opacity: 0;
  }

  .tab-content.fade-in {
    opacity: 1;
  }

  .collapse-content {
    display: block;
  }

  .collapse {
    cursor: pointer;
    width: 335px !important;

  }

  .collapse.selected .collapse-content {
    transition: background-color 0.3s ease-in-out;
    color: #929292;

  }

  .deployContent {
    font-size: 26px;
  }

  .primary-button {
    width: 92px;
    height: 40px;
    font-size: 12px;
    padding: 8px 10px;
    border-radius: 8px;

  }

  .homeButtonNav,
  .companyButtonNav,
  .termsButtonNav,
  .privacyButtonNav,
  .dropdownButtonNav {
    right: 0;
    margin-left: auto;
  }

}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  .mobile-only h6 {
    font-weight: 400;
    font-size: 12px;
    color: #D9D9D9;
  }

  .deployContent {
    font-size: 34px;
  }

  .video {
    width: 85vw;
    height: auto;
  }

  .mobile-only h1,
  .black h1 {
    font-weight: 400;
    font-size: 31.6px !important;
    text-align: center;
    width: 1300px;
    color: #FFFFFF;
  }

  .grid-item.image-grid {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0 24px;
  }

  .mobile-only .subtitle,
  .black .subtitle {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    /* width: 343px; */
    color: #A0A0A0;
    margin: 0 !important;
  }

  .grid-container {
    width: 85vw;
    height: auto;
  }

  #techAnimation {
    width: 60% !important;
  }

  .collapse {
    cursor: pointer;
    width: 340px !important;
  }

  .primary-button {
    width: 110px;
    height: 42px;
    font-size: 13px;
    padding: 9px 14px;
    border-radius: 9px;
  }

  .no-click p {
    font-size: 17px !important;
  }


  .cards-wrapper h6 nobr {
    margin-right: 1px;
  }

  .px-185-30 {
    padding-left: 93px;

  }


}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .cards-wrapper h6 nobr {
    margin-right: 5px;
  }

  .px-185-30 {
    padding-left: 23px;

  }

  .mobile-only h6 {
    font-weight: 400;
    font-size: 12px;
    /* width: 343px; */
    color: #D9D9D9;
  }

  .deployContent {
    font-size: 42px;
  }

  .mobile-only h1,
  .black h1 {
    font-weight: 400;
    font-size: 35.2px !important;
    text-align: center;
    width: 1300px;
    color: #FFFFFF;
  }

  .cards-wrapper h6 nobr {
    margin-right: 28px;
  }

  .video {
    width: 85vw;
    height: auto;
  }

  .no-click p {
    font-size: 18px !important;
  }

  .move-beyond .subtitle,
  .no-click p {
    width: 65vw !important;
  }

  .mobile-only .subtitle,
  .black .subtitle {
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    /* width: 343px; */
    color: #A0A0A0;
    margin: 0 !important;
  }

  .grid-container {
    width: 85vw;
    height: auto;
  }

  .grid-item.image-grid {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0 24px;
  }

  #techAnimation {
    width: 75% !important;
  }


  .primary-button {
    width: 125px;
    height: 44px;
    font-size: 13.5px;
    padding: 10px 16px;
    border-radius: 10px;
  }

}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  #techAnimation {
    width: 80% !important;
  }

  .deployContent {
    font-size: 48px;
  }

  .grid-item.image-grid {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0 28px;
  }

  .mobile-only h6 {
    font-weight: 400;
    font-size: 12px;
    color: #D9D9D9;
  }

  .video {
    width: 85vw;
    height: auto;
  }

  .mobile-only h1,
  .black h1 {
    font-weight: 400;
    font-size: 38.8px !important;
    text-align: center;
    width: 1340px;
    color: #FFFFFF;
  }

  .no-click p {
    font-size: 19px !important;
  }

  .mobile-only .subtitle,
  .black .subtitle {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #A0A0A0;
    margin: 0 !important;
  }

  .grid-container {
    width: 85vw;
    height: auto;
  }

  .move-beyond .subtitle,
  .no-click p {
    width: 55vw !important;
  }

  .primary-button {
    width: 135px;
    height: 45px;
    font-size: 14px;
    padding: 11px 18px;
    border-radius: 11px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1350px) {

  .move-beyond .subtitle,
  .no-click p {
    width: 60vw !important;
  }

  .mobile-only h6 {
    font-weight: 400;
    font-size: 12px;
    /* width: 343px; */
    color: #D9D9D9;
  }

  .deployContent {
    font-size: 50px;
  }

  .mobile-only h1,
  .black h1 {
    font-weight: 400;
    font-size: 42.4px !important;
    text-align: center;
    width: 1360px;
    color: #FFFFFF;
  }

  .video {
    width: 85vw;
    height: auto;
  }

  .no-click p {
    font-size: 20px !important;
  }

  .mobile-only .subtitle,
  .black .subtitle {
    font-weight: 400;
    font-size: 19px;
    text-align: center;
    /* width: 343px; */
    color: #A0A0A0;
    margin: 0 !important;
  }

  .grid-item.image-grid {
    width: 600px;
  }

  .grid-container {
    width: 85vw;
    height: auto;
  }

  .primary-button {
    width: 143px;
    height: 46px;
    font-size: 14.5px;
    padding: 12px 20px;
    border-radius: 12px;
  }
}

@media only screen and (min-width: 1351px) and (max-width: 1450px) {

  .move-beyond .subtitle,
  .no-click p {
    width: 65vw !important;
  }

  .mobile-only h6 {
    font-weight: 400;
    font-size: 12px;
    /* width: 343px; */
    color: #D9D9D9;
  }

  .deployContent {
    font-size: 52px;
  }

  .grid-item.image-grid {
    width: 700px;
  }

  .mobile-only h1,
  .black h1 {
    font-weight: 400;
    font-size: 46px !important;
    text-align: center;
    width: 1400px;
    color: #FFFFFF;
  }

  .video {
    width: 85vw;
    height: auto;
  }

  .no-click p {
    font-size: 21px !important;
  }

  .mobile-only .subtitle,
  .black .subtitle {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    /* width: 343px; */
    color: #A0A0A0;
    margin: 0 !important;
  }

  .grid-container {
    width: 85vw;
    height: auto;
  }

  .primary-button {
    width: 148px;
    height: 48px;
    font-size: 15px;
    padding: 13px 22px;
    border-radius: 13px;
  }
}

@media only screen and (min-width: 1451px) and (max-width: 1520px) {

  .move-beyond .subtitle,
  .no-click p {
    width: 55vw !important;
  }

  .mobile-only h6 {
    font-weight: 400;
    font-size: 12px;
    /* width: 343px; */
    color: #D9D9D9;
  }

  .deployContent {
    font-size: 54px;
  }

  .no-click p {
    font-size: 22px !important;
  }

  .mobile-only h1,
  .black h1 {
    font-weight: 400;
    font-size: 49.6px !important;
    text-align: center;
    width: 1400px;
    color: #FFFFFF;
  }

  .full-width {
    width: 85vw;
  }

  .video {
    width: 85vw;
    height: auto;
  }

  .mobile-only .subtitle,
  .black .subtitle {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    /* width: 343px; */
    color: #A0A0A0;
    margin: 0 !important;
  }

  .grid-container {
    width: 85vw;
    height: auto;
  }

  .primary-button {
    width: 152px;
    height: 49px;
    font-size: 15.2px;
    padding: 13px 24px;
    border-radius: 13.5px;
  }
}

@media only screen and (min-width: 1521px) and (max-width: 1620px) {

  .move-beyond .subtitle,
  .no-click p {
    width: 60vw !important;
  }

  .mobile-only h6 {
    font-weight: 400;
    font-size: 12px;
    /* width: 343px; */
    color: #D9D9D9;
  }

  .deployContent {
    font-size: 57px;
  }

  .video {
    width: 85vw;
    height: auto;
  }

  .mobile-only h1,
  .black h1 {
    font-weight: 400;
    font-size: 53.2px !important;
    text-align: center;
    width: 1420px;
    color: #FFFFFF;
  }

  .no-click p {
    font-size: 23px !important;
  }

  .mobile-only .subtitle,
  .black .subtitle {
    font-weight: 400;
    font-size: 21px;
    text-align: center;
    /* width: 343px; */
    color: #A0A0A0;
    margin: 0 !important;
  }

  .full-width {
    width: 85vw;
  }

  .grid-container {
    width: 85vw;
    height: auto;
  }

  .primary-button {
    width: 156px;
    height: 50px;
    font-size: 15.4px;
    padding: 14px 25px;
    border-radius: 13.8px;
  }
}

@media only screen and (min-width: 1621px) and (max-width: 1720px) {

  .move-beyond .subtitle,
  .no-click p {
    width: 56vw !important;
  }

  .mobile-only h6 {
    font-weight: 400;
    font-size: 12px;
    /* width: 343px; */
    color: #D9D9D9;
  }

  .mobile-only h1,
  .black h1 {
    font-weight: 400;
    font-size: 56.8px !important;
    text-align: center;
    width: 1460px;
    color: #FFFFFF;
  }

  .no-click p {
    font-size: 24px !important;
  }

  .deployContent {
    font-size: 60px;
  }

  .video {
    width: 85vw;
    height: auto;
  }

  .mobile-only .subtitle,
  .black .subtitle {
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    /* width: 343px; */
    color: #A0A0A0;
    margin: 0 !important;
  }

  .grid-container {
    width: 85vw;
    height: auto;
  }

  .primary-button {
    width: 159px;
    height: 51px;
    font-size: 15.7px;
    padding: 14px 26px;
    border-radius: 14px;
  }

}

@media only screen and (min-width: 1721px) and (max-width: 1849px) {

  .move-beyond .subtitle,
  .no-click p {
    width: 60vw !important;
  }

  .no-min .subtitle,
  .black .subtitle {
    width: 25vw;

  }

  .mobile-only h6 {
    font-weight: 400;
    font-size: 12px;
    /* width: 343px; */
    color: #D9D9D9;
  }

  .deployContent {
    font-size: 62px;
  }

  .no-click p {
    font-size: 25px !important;
  }

  .mobile-only h1,
  .black h1 {
    font-weight: 400;
    font-size: 60.4px !important;
    text-align: center;
    width: 1460px;
    color: #FFFFFF;
  }

  .video {
    width: 85vw;
    height: auto;
  }


  .grid-container {
    width: 85vw;
    height: auto;
  }

  .mobile-only .subtitle,
  .black .subtitle {
    font-weight: 400;
    font-size: 23px;
    text-align: center;
    /* width: 343px; */
    color: #A0A0A0;
    margin: 0 !important;
  }

  .primary-button {
    width: 161px;
    height: 52px;
    font-size: 16px;
    padding: 14px 26px;
    border-radius: 14px;
  }
}

.no-click p {
  font-size: 28px;
}

@media (max-width: 600px) {
  #stickyScroll {
    background: none !important;
    height: auto !important;
    padding: 2rem 1rem;
  }

  #stickyScroll .mobile-image {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 1rem auto;
  }

}


section>* {
  box-sizing: border-box;
  width: 100%;
  max-width: 1633px;

}

@media (max-width: 1600px) {
  section>* {
    max-width: 1440px;
  }
}

@media (max-width: 1400px) {
  section>* {
    max-width: 1280px;
  }
}

@media (max-width: 1200px) {
  section>* {
    max-width: 1024px;
  }
}

@media (max-width: 1024px) {
  section>* {
    max-width: 768px;
  }
}

@media (max-width: 768px) {
  section>* {
    max-width: 600px;
  }
}

@media (max-width: 600px) {
  section>* {
    max-width: 550px;

  }
}

@media (max-width: 350px) {
  section>* {
    max-width: 300px;

  }
}


@media (min-width: 601px) and (max-width: 1025px) {
  #stickyScroll {
    background-image: none !important;
    overflow: hidden !important;
    height: 100%;
    max-height: 260vw;
    width: 700px;
  }

  .mobile-image {
    display: block;
  }

  #stickyScroll .collapse {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 600px !important;

  }

  #stickyScroll .collapse h3,
  #stickyScroll .collapse .collapse-content {
    order: 0;
  }

  #stickyScroll .collapse .mobile-image {
    order: 1;
  }
}

.mobile-only h1,
.black h1 {
  font-weight: 400;
  font-size: 64px;
  text-align: center;
  width: 1633px;
  color: #FFFFFF;
}