
.gs-page{
  background:#eae7e0;
  min-height:100vh;
}

.gs-s1{
  padding:48px 0;
  font-family:"Montserrat", sans-serif;
}
.gs-s1 h1,
.gs-s1 h2,
.gs-s1 h3,
.gs-s1 h4,
.gs-s1 h5,
.gs-s1 h6,
.gs-s1 p,
.gs-s1 a,
.gs-s1 li,
.gs-s1 span{
  font-family:"Montserrat", sans-serif;
}

.gs-s1__container{
  max-width:1200px;
}

.gs-s1__card{
  border-radius:28px;
  overflow:hidden;
  background-color:#f6f1e7;
  background-image:url("../fullyellowbg.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}

.gs-s1__left{
  height:100%;
  padding:34px 52px 44px 44px;
  background:transparent;
}

.gs-s1__intro{
  margin:0 0 14px;
  font-size:26px;
  font-weight:600;
  font-style:italic;
  color:#1f2328;
  letter-spacing:-0.01em; margin-top: 24px;
}

.gs-s1__title{
  margin:0 0 16px;
  font-size:34px;
  font-weight:600;
  letter-spacing:-0.02em;
  line-height:1.18;
  color:#1f2328;
}

.gs-s1__sub{
  margin:0 0 18px;
  max-width:52ch;
  color:#5b616a;
  line-height:1.6;
  font-size:15px; margin-bottom: 32px;
}

.gs-s1__proof{
  display:flex;
  align-items:center;
  gap:14px;
  margin:0 0 18px;
}
.gs-s1__avatars{ display:flex; align-items:center; }
.gs-s1__avatar{
  width:44px; height:44px;
  border-radius:999px;
  border:2px solid rgba(255,255,255,.95);
  object-fit:cover;
  box-shadow:0 10px 18px rgba(0,0,0,.12);
}
.gs-s1__avatar + .gs-s1__avatar{ margin-left:-12px; }

.gs-s1__proofBig{
  font-weight:500;
  letter-spacing:.03em;
  font-size:18px;
  color:#1f2328;
}
.gs-s1__proofSmall{
  font-size:14px;
  color:#5b616a;
}

.gs-s1__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 20px;
  border-radius:999px;
  text-decoration:none; min-width: 340px;
  text-transform:uppercase;
  letter-spacing:.08em; margin-top: 22px;
  font-weight:600;
  font-size:16px;
  color:#1c1c1c;
  background:linear-gradient(180deg,#f6c85b,#f3b43e);
  border:0px solid rgba(0,0,0,.06);
  box-shadow:0 16px 30px rgba(243,180,62,.28);
  transition:transform .12s ease, box-shadow .12s ease, filter .12s ease;
}
.gs-s1__btn:hover{
  transform:translateY(-1px);
  box-shadow:0 20px 38px rgba(243,180,62,.36);
  filter:saturate(1.05);
}

.gs-s1__checks {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 28px;
  row-gap: 10px;
  justify-content: start;
}

.gs-s1__checks li:nth-child(3) {
  grid-column: 1 / -1;
  justify-self: start;
}

.gs-s1__checks li:nth-child(3) {
  grid-column: 1 / -1;
  justify-self: center;
}

.gs-s1__checkItem{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:700;
  font-size:12px;
  letter-spacing:.05em;
  text-transform:uppercase;
  color:#1f2328;
}
.gs-s1__checkIcon{
  width:18px; height:18px;
  border-radius:999px;
  position:relative;
}
.gs-s1__checkIcon::after{
  content:"";
  position:absolute;
  left:6px; top:0px;
  width:8px; height:14px;
  border-right:3px solid #22c55e;
  border-bottom:3px solid #22c55e;
  transform:rotate(40deg);
}

.gs-s1__right {
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
}

.gs-s1__rightImg {
    width: 473px;
    height: 676px;
    object-fit: cover;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
    display: block;
}

.gs-s1__card {
  position: relative;
}

.gs-s1__play {
  position: absolute;
  right: 68px;
  bottom: 48px;
  z-index: 20;
  display: block;
}

.gs-s1__play img {
  width: 511px;
  height: auto;
  display: block;
}

.gs-s1__play:hover {
  transform: scale(1.03);
  transition: transform 0.2s ease;
}

@media (max-width: 991.98px){
  .gs-s1__left{ padding:34px 22px 28px; }
  .gs-s1__right{ justify-content:center; padding:18px; }
  .gs-s1__rightImg{ width:100%; height:auto; max-width:473px; border-top-left-radius:26px; border-bottom-left-radius:26px; }
}
.gs-s1__card {
  position: relative;
}

.gs-s1__ribbon {
  position: absolute;
  left: 0;
  bottom: 33px;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 10;
}

.gs-s2 {
  padding: 18px 0 42px;
  font-family: "Montserrat", sans-serif;
}

.gs-s2__container {
  max-width: 1200px;
}

.gs-s2__ticker {
  width: 100%;
  height: 126px;
  border-radius: 12px;
  background: #1c363d;
  overflow: hidden;
  position: relative;
}

.gs-s2__viewport {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gs-s2__track {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 56px;
  padding: 0 56px;
  will-change: transform;
  animation: gs-s2-marquee var(--gs-s2-duration, 28s) linear infinite;
}

.gs-s2__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.gs-s2__item img {
  display: block;
  max-height: 64px;
  width: auto;
  height: auto;
  filter: brightness(1.05);
}

.gs-s2__ticker:hover .gs-s2__track {
  animation-play-state: paused;
}

@keyframes gs-s2-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}


.gs-s3{
  padding: 28px 0 54px;
  font-family: "Montserrat", sans-serif;
}

.gs-s3__container{
  max-width: 1200px;
}

.gs-s3__slider{
  width: 100%;
  max-width: 1200px;
  height: 549px;
  margin: 0 auto;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #0b1b22;
}

.gs-s3__stage{
  position: relative;
  width: 100%;
  height: 100%;
}

.gs-s3__slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease;
}

.gs-s3__slide.is-active{
  opacity: 1;
  pointer-events: auto;
}

.gs-s3__slide img{
  width: 1200px;
  height: 549px;
  object-fit: cover;
  display: block;
  max-width: 100%;
}

.gs-s3__dots{
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 5;
}

.gs-s3__dots {
  display: none !important;
}

.gs-s3__dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,0.85);
  cursor: pointer;
  padding: 0;
  line-height: 0;
}

.gs-s3__dot.is-active{
  background: #f6c85b;
}

.gs-s3__arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.45);
  background: rgba(0,0,0,0.35);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.gs-s3__arrow--prev{ left: 28px; }
.gs-s3__arrow--next{ right: 28px; }

.gs-s3__arrow:hover{
  background: rgba(0,0,0,0.5);
}

@media (max-width: 991.98px){
  .gs-s3__slider{
    height: auto;
  }
  .gs-s3__slide{
    position: relative;
    opacity: 1;
    pointer-events: auto;
    display: none;
  }
  .gs-s3__slide.is-active{
    display: block;
  }
  .gs-s3__slide img{
    width: 100%;
    height: auto;
  }
}

.gs-s4 {
  padding: 80px 0 90px;
  background: #eae7e0;
  font-family: "Montserrat", sans-serif;
}

.gs-s4__container {
  max-width: 1200px;
  margin: 0 auto;
}

.gs-s4__heading {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 70px;
  color: #3b3b3b;
}

.gs-s4__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
  align-items: start;
}

.gs-s4__number {
  font-size: 44px;
  font-weight: 600;
  color: #1f3d44;
  margin-bottom: 14px;
  line-height: 1.05;
  white-space: nowrap;
}

.gs-s4__label {
  font-size: 17px;
  font-weight: 500;
  color: #444;
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  .gs-s4__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
  }

  .gs-s4__number {
    font-size: 48px;
  }

  .gs-s4__heading {
    font-size: 38px;
  }
}

@media (max-width: 575.98px) {
  .gs-s4__grid {
    grid-template-columns: 1fr;
  }

  .gs-s4__number {
    font-size: 42px;
  }

  .gs-s4__label {
    font-size: 18px;
  }
}

.gs-s5 {
  padding: 60px 0;
  background: #eae7e0;
  font-family: "Montserrat", sans-serif;
}

.gs-s5__container {
  max-width: 1200px;
  margin: 0 auto;
}

.gs-s5__card {
  width: 100%;
  height: 676px;
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background-image: url("../brainbg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gs-s5__content {
  position: absolute;
  top: 53px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  height: auto;
  display: block;
}

.gs-s5__cta {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.gs-s5__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  background: linear-gradient(180deg,#f6c85b,#f3b43e);
  border: 1px solid rgba(0,0,0,.06);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  color: #1c1c1c;
  transition: all .15s ease;
  min-width: 340px;
}

.gs-s5__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(243,180,62,.45);
}

.gs-s5__checks {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  column-gap: 32px;
  row-gap: 10px;
}

.gs-s5__checks li:nth-child(3) {
  grid-column: 1 / -1;
  justify-self: center;
}

.gs-s5__checkItem {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #ffffff;
}

.gs-s5__checkIcon {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  position: relative;
}

.gs-s5__checkIcon::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #22c55e;
  border-bottom: 2px solid #22c55e;
  transform: rotate(40deg);	
}

.ondemand{
  padding: 48px 0;
  font-family: "Montserrat", sans-serif;
}

.ondemand__wrap{
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  background-image: url("../brainwavesphone.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 44px 44px 34px;
}

.ondemand__wrap::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0, 0, 0, 0.18);
  pointer-events:none;
}

.ondemand__wrap > *{
  position: relative;
  z-index: 1;
}

.ondemand__grid{
  display: grid;
  grid-template-columns: 360px 1fr;
  column-gap: 48px;
  align-items: center;
}

.ondemand__phoneCol{
  align-self: stretch;
  display: flex;
  align-items: end;
  justify-content: center;
}

.ondemand__phone{
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
  filter: drop-shadow(0 22px 42px rgba(0,0,0,.35));
}

.ondemand__content{
  text-align: center;
  color: #fff;
}

.ondemand__header{
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 34px;
  color: #fff;
}

.ondemand__title{
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.02em;
}

.ondemand__sub{
  margin: 0 auto;
  max-width: 80ch;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,.92);
}

.ondemand__cards{
  display: grid;
  grid-template-columns: repeat(3, 200px);
  gap: 26px;
  justify-content: center;
  align-items: start;
}

.ondemand__card{
  width: 180px;
  text-decoration: none;
  position: relative;
  border-radius: 18px;
  outline: none;
}

.ondemand__card:focus-visible{
  box-shadow: 0 0 0 3px rgba(255,255,255,.65);
  border-radius: 18px;
}

.ondemand__badge{
  position: absolute;
  top: -22px;
  right: -32px;
  width: 72px;
  height: auto;
  z-index: 3;
  pointer-events: none;
}

.ondemand__cardInner{
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
  transform: translateZ(0);
  transition: transform .18s ease, box-shadow .18s ease;
}

.ondemand__cardInner::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
}

.ondemand__cardTitle{
  position: absolute;
  left: 16px;
  bottom: 54px;
  font-weight: 800;
  font-size: 26px;
  letter-spacing: -0.02em;
  color: #fff;
  z-index: 2;
  text-shadow: 0 10px 28px rgba(0,0,0,.35);
}

.ondemand__play{
  position: absolute;
  left: 40%;
  bottom: 4%;
  transform: translateX(-30%);
  z-index: 2;
  transition: transform .18s ease, filter .18s ease;
}

.ondemand__play img{
  width: 200px;
  height: auto;
  display: block;
}

.ondemand__card:hover .ondemand__play{
  transform: translateX(-30%) translateY(-3px) scale(1.04);
  filter: brightness(1.05);
}

.ondemand__card:hover .ondemand__cardInner{
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 22px 46px rgba(0,0,0,.34);
}

.ondemand__cta{
  margin-top: 36px;
  text-align: center;
}

.ondemand__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  min-width: 360px;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 600;
  font-size: 16px;
  color: #111;
  background: linear-gradient(180deg, #f6c85b, #f3b43e);
  transition: transform .15s ease, box-shadow .15s ease;
}

.ondemand__btn:hover{
  transform: translateY(-2px);
}

.ondemand__checks{
  list-style: none;
  padding: 0;
  margin: 26px auto 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  column-gap: 26px;
  row-gap: 10px;
}

.ondemand__checkItem{
  display: inline-flex;
  align-items: center;
  gap: 10px;
font-weight: 600;
    font-size: 12px;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: rgba(255,255,255,.92);
  white-space: nowrap;
}

.ondemand__checkItem--full{
  grid-column: 1 / -1;
  justify-self: center;
}

.ondemand__checkIcon{
  width: 18px;
  height: 18px;
  border-radius: 999px;
  position: relative;
}

.ondemand__checkIcon::after{
  content:"";
  position:absolute;
  left: 6px;
  top: 0px;
  width: 8px;
  height: 14px;
  border-right: 3px solid #22c55e;
  border-bottom: 3px solid #22c55e;
  transform: rotate(40deg);
}

@media (max-width: 1199.98px){
  .ondemand__wrap{
    padding: 36px 28px 30px;
  }
  .ondemand__grid{
    grid-template-columns: 320px 1fr;
    column-gap: 28px;
  }
  .ondemand__title{
    font-size: 36px;
  }
  .ondemand__cards{
    grid-template-columns: repeat(3, 220px);
    gap: 18px;
  }
  .ondemand__card{
    width: 220px;
  }
  .ondemand__cardTitle{
    font-size: 24px;
  }
  .ondemand__play img{
    width: 180px;
  }
}

@media (max-width: 991.98px){
  .ondemand{
    padding: 28px 0;
  }
  .ondemand__wrap{
    margin: 0 16px;
    padding: 28px 18px 22px;
  }
  .ondemand__grid{
    grid-template-columns: 1fr;
    row-gap: 18px;
    align-items: start;
  }
  .ondemand__phoneCol{
    order: 2;
  }
  .ondemand__phone{
    max-width: 320px;
  }
  .ondemand__title{
    font-size: 28px;
    line-height: 1.15;
  }
  .ondemand__sub{
    font-size: 14px;
    margin-bottom: 18px;
  }
  .ondemand__cards{
    grid-template-columns: repeat(2, 180px);
    gap: 34px;
    justify-content: center;
  }
  .ondemand__card{
    width: 180px;
  }
  .ondemand__cardInner{
    min-height: 152px;
  }
  .ondemand__badge{
    width: 62px;
    top: -20px;
    right: -24px;
  }
  .ondemand__cardTitle{
    left: 14px;
    bottom: 52px;
    font-size: 20px;
  }
  .ondemand__play{
    left: 50%;
    bottom: 4%;
    transform: translateX(-50%);
  }
  .ondemand__play img{
    width: 160px;
    height: auto;
  }
  .ondemand__btn{
    min-width: auto;
    width: 100%;
    max-width: 420px;
  }
  .ondemand__checkItem{
    white-space: normal;
    font-size: 11px;
    letter-spacing: .06em;
  }
.ondemand__card:hover .ondemand__play{
  transform: translateX(-50%) translateY(-3px) scale(1.04);
  filter: brightness(1.05);
}	
}

@media (max-width: 420px){
  .ondemand__cards{
    grid-template-columns: 1fr;
  }
  .ondemand__card{
    width: min(240px, 88vw);
  }
  .ondemand__play img{
    width: min(190px, 70vw);
  }
}

.videoModal{
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.videoModal.active{
  display: block;
}

.videoModal__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.75);
}

.videoModal__content{
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 5vh auto;
  z-index: 2;
}

.videoModal__iframeWrap{
  position: relative;
  padding-top: 56.25%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,.45);
}

.videoModal__iframeWrap iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.videoModal__close{
  position: absolute;      /* attach to modal content */
  top: -18px;              /* slightly above video */
  right: -18px;            /* slightly outside corner */
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(0,0,0,.65);
  backdrop-filter: blur(6px);
  border: none;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: background .2s ease, transform .2s ease;
}

.videoModal__close:hover{
  background: rgba(0,0,0,.85);
  transform: scale(1.08);
}


.gs-s7{
  padding: 70px 0;
  background: #eae7e0;
  font-family: "Montserrat", sans-serif;
}

.gs-s7__container{
  max-width: 1200px;
  margin: 0 auto;
  height: 462px;
  background-image: url("../bg_blueclouds.png");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 70px;
}

.gs-s7__heading{
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
}

.gs-s7__subhead{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 18px;
}

.gs-s7__stepTitle{
  font-size: 44px;
  font-weight: 600;
  color: #2f2f2f;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.gs-s7__text{
  font-size: 16px;
  line-height: 1.55;
  max-width: 460px;
}

.gs-s7__right{
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.gs-s7__phone{
  width: 280px;
  height: auto;
  margin-top: 32px;
  filter: drop-shadow(0 25px 40px rgba(0,0,0,.25));
}

.gs-s8{
  padding: 28px 0;
  background: #eae7e0;
  font-family: "Montserrat", sans-serif;
}

.gs-s8__container{
  max-width: 1200px;
  margin: 0 auto;
  height: 339px;
  position: relative;
  background-image: url("../section8bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 28px;
  overflow: hidden;
}

.gs-s8__tag{
  position: absolute;
  top: 0;
  z-index: 5;
  height: 44px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  background: #0aa8ff;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 16px;
  border-top-left-radius: 28px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 14px;
}

.bldlv {font-weight: 400 !important;}
.bldlvsub {font-weight: 600 !important;}

.gs-s8__tag--looks{
  left: 0;
  border-top-left-radius: 28px;
}

.gs-s8__tag--feels{
  left: 236px;
}

.gs-s8__copy{
  position: absolute;
  top: 62px;
  left: 610px;
  width: 500px;
  color: #2f2f2f;
}

.gs-s8__step{
  font-size: 44px;
  font-weight: 600;
  margin: 0 0 14px;
  color: #2f2f2f;
  letter-spacing: -0.01em;
}

.gs-s8__lead{
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 20px;
}

.gs-s8__list{
  margin: 0;
  padding-left: 28px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
}

.gs-s8__list li{
  margin: 6px 0;
}

.gs-s9{
  padding: 44px 0;
  background: #eae7e0;
  font-family: "Montserrat", sans-serif;
}

.gs-s9__container{
  max-width: 1200px;
  margin: 0 auto;
  height: 677px;
  position: relative;
  background-image: url("../section9bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 28px;
  overflow: hidden;
  display: flex;
}

.gs-s9__left{
  width: 58%;
  padding: 70px 60px 50px 62px;
  color: #2f2f2f;
}

.gs-s9__step{
  font-size: 44px;
  font-weight: 600;
  margin: 0 0 14px;
  color: #2f2f2f;
}

.gs-s9__sub{
  margin: 0 0 22px;
  font-size: 18px;
  font-weight: 600;
  color: #2f2f2f;
}

.gs-s9__plan{
  width: 100%;
  max-width: 650px;
  border-radius: 22px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.65);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.gs-s9__cell{
  padding: 22px 26px;
  font-size: 18px;
  line-height: 1.35;
  color: #2f2f2f;
}

.gs-s9__rowA{ background: rgba(209, 237, 226, 0.92); }
.gs-s9__rowB{ background: rgba(255, 255, 255, 0.92); }

.gs-s9__cell:nth-child(odd){
  border-right: 2px solid rgba(255,255,255,.85);
}

.gs-s9__cell:nth-child(1),
.gs-s9__cell:nth-child(2),
.gs-s9__cell:nth-child(3),
.gs-s9__cell:nth-child(4){
  border-bottom: 2px solid rgba(255,255,255,.85);
}

.gs-s9__bottom{
  margin: 34px 0 0;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  color: #2f2f2f;
}

.gs-s9__right{
  width: 42%;
}

.gs-s10{
  padding: 44px 0;
  background: #eae7e0;
  font-family: "Montserrat", sans-serif;
}

.gs-s10__container{
  width: 1200px;
  height: 677px;
  margin: 0 auto;
  position: relative;
  background-image: url("../stresstestsectionbg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 28px;
  overflow: hidden;
}

.gs-s10__copy{
  position: absolute;
  top: 86px;
  left: 510px;
  width: 520px;
  color: #2f2f2f;
}

.gs-s10__kicker{
  margin: 0 0 6px;
  font-size: 28px;
  font-weight: 600;
  color: #2f2f2f;
}

.gs-s10__title{
  margin: 0 0 16px;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.gs-s10__headline{
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
}

.gs-s10__body{
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.6;
  max-width: 48ch;
}

.gs-s10__label{
  margin: 10px 0 8px;
  font-size: 14px;
  font-weight: 700;
}

.bldlvl {font-weight: 600}

.gs-s10__bullets{
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.7;
}

.gs-s10__bullets li{
  margin: 2px 0;
  font-weight: 700;
}

.gs-s10__cta{
  margin-top: 28px;
  width: 360px;
}

.gs-s10__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  padding: 14px 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #f6c85b, #f3b43e);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .12em;
  padding: 10px 20px;
  text-decoration: none;
  color: #1c1c1c;
  transition: transform .15s ease, box-shadow .15s ease;
}

.gs-s10__btn:hover{
  transform: translateY(-2px);
}

.gs-s10__checks{
  list-style: none;
  padding: 0;
  margin: 16px auto 0;
  width: 360px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 26px;
  row-gap: 10px;
  justify-items: center;
}

.gs-s10__checks li:nth-child(3){
  grid-column: 1 / -1;
  justify-self: center;
}

.gs-s10__checkItem{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #2f2f2f;
  white-space: nowrap;
}

.gs-s10__checkIcon{
  width: 18px;
  height: 18px;
  border-radius: 999px;
  position: relative;
}

.gs-s10__checkIcon::after{
    content: "";
    position: absolute;
    left: 6px;
    top: 0px;
    width: 8px;
    height: 14px;
    border-right: 3px solid #22c55e;
    border-bottom: 3px solid #22c55e;
    transform: rotate(40deg);
}


.gs-s10__ribbon{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  pointer-events: none;
}

.gs-s10__ribbonImg{
  display: block;
  width: 210px;
  height: auto;
}

.gs-plan{
  padding: 70px 0 60px;
  background: #eae7e0;
  font-family: "Montserrat", sans-serif;
}

.gs-plan__container{
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.gs-plan__title{
  font-size: 44px;
  font-weight: 500;
  margin: 0 0 10px;
  color: #2f2f2f;
}

.gs-plan__subtitle{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  margin: 0 0 18px;
  color: #2f2f2f;
}

.gs-plan__switchWrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gs-plan__radio{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.gs-plan__toggle{
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  width: 392px;
  height: 54px;
  padding: 6px;
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 2px 6px rgba(0,0,0,.06);
  margin: 14px 0 40px;
  overflow: visible; margin-bottom: 115px;
}

.gs-plan__radio{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.gs-plan__pill{
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #2f2f2f;
  cursor: pointer;
  user-select: none;
}

.gs-plan__pillBg{
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(50% + 12px);
  height: calc(100% + 12px);
  border-radius: 999px;
  background: linear-gradient(180deg,#2ca6df,#1d87c7);
  transition: all .25s ease;
  z-index: 1;
}

#billing-annual:checked ~ .gs-plan__pillBg{
  transform: translateX(100%);
}

#billing-monthly:checked + label{
  color: #ffffff;
}

#billing-annual:checked + label + input + label{
  color: #ffffff;
}

#billing-annual:checked ~ .gs-plan__toggle .gs-plan__pillBg{
  transform: translateX(100%);
}

#billing-monthly:checked ~ .gs-plan__toggle label[for="billing-monthly"]{ color:#fff; }
#billing-annual:checked  ~ .gs-plan__toggle label[for="billing-annual"]{  color:#fff; margin-right: -34px;}

#billing-monthly:checked ~ .gs-plan__toggle label[for="billing-annual"],
#billing-annual:checked  ~ .gs-plan__toggle label[for="billing-monthly"]{
  color:#2f2f2f;
}

.performancepriming {font-weight: 600 !important;}

.gs-plan__grid{
  display: none;
  width: 100%;
  justify-content: center;
  gap: 54px;
  flex-wrap: nowrap;
}

#billing-monthly:checked ~ .gs-plan__grid--monthly{ display: flex; }
#billing-annual:checked  ~ .gs-plan__grid--annual{  display: flex; }

.gs-plan__card{
  width: 270px;
  border-radius: 26px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0,0,0,.16);
  text-align: center;
  position: relative;
}

.gs-plan__top{
  padding: 32px 18px 16px;
  background: #ffffff;
  position: relative;
}

.gs-plan__phones{
  width: 245px;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.35));
}

.gs-plan__phones2{
  width: 320px;
  padding-top: 6px;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.35));
}

.gs-plan__name{
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 6px 0 6px;
  color:#111;
}

.gs-plan__name--small{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.sleepsuiteplan1 {margin-bottom: 19px;}
.performanceprimingplan2 {margin-bottom: 6px}

.gs-plan__desc{
  font-size: 14px;
  margin: 0;
  color: #444;
}

.gs-plan__retail,
.gs-plan__standard {
  font-size: 14px;
  color: #8a8a8a;
  margin-bottom: 6px;
}

.gs-plan__strike {
  text-decoration: line-through;
  color: #a0a0a0;
}

.gs-plan__priceNote {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
}

.gs-plan__price {
  font-size: 48px;
  font-weight: 800;
  margin: 10px 0 20px;
  color: #2a2a2a;
}


.gs-plan__desc--strong{
  font-weight: 700; font-size: 18px;
}

.gs-plan__priceBlock{
  background: #eeeeee;
  padding: 18px 18px 22px;
}

.gs-plan__oldPrice{
  font-size: 16px;
  font-weight: 700;
  color: #8a8a8a;
  text-decoration: line-through;
  margin-bottom: 4px;
}

.gs-plan__price{
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #222;
  margin-bottom: 6px;
}

.gs-plan__priceNote{
  font-size: 12px;
  color: #444;
  line-height: 1.4;
  margin-bottom: 16px;
}

.gs-plan__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 34px;
  border-radius: 999px;
  background: #f2c15b;
  color: #1c1c1c;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: 0 12px 22px rgba(242,193,91,.30);
}

.gs-plan__includesTitle{
  padding: 16px 18px 10px;
  font-weight: 800;
  color: #333;
  font-size: 14px;
  text-align: left;
  background: #fff;
}

.gs-plan__includes{
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  background: #fff;
}

.gs-plan__includes li{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  border-top: 1px solid #f0f0f0;
  font-size: 13px;
  font-weight: 700;
  color: #2f2f2f;
}

.gs-plan__includes li.is-no{
  color: rgba(47,47,47,.35);
}

.gs-plan__includes li::before{
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 999px;
  flex: 0 0 18px;
}

.gs-plan__includes li.is-yes{
  position: relative;
}


.gs-plan__includes li.is-yes::after{
  content: "";
  position: absolute;
  left: 28px; 
  width: 8px;
  height: 14px;
  border-right: 3px solid #22c55e;
  border-bottom: 3px solid #22c55e;
  transform: rotate(40deg);
}


.gs-plan__includes li.is-no{
  position: relative;
}

.gs-plan__includes li.is-no::after{
  content: "×";
  position: absolute;
  left: 23px;
  font-size: 27px;
  line-height: 27px;
  font-weight: 700;
  color: rgba(0,0,0,.35);
  top: 50%;
  transform: translateY(-50%);
}


ul.gs-plan__includes {
  margin-bottom: 42px;
}

.gs-plan__card{
  position: relative;
  overflow: visible;
  padding-top: 90px;
}

.gs-plan__card::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 100%;
  height: 34px;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  z-index: 1;
  pointer-events: none;
  opacity: .85;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,.85));
}

.gs-plan__card::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14px;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  z-index: 2;
  pointer-events: none;
  box-shadow: 0 -6px 18px rgba(0,0,0,.08);
}

.gs-plan__card--sleep::after{
  background: linear-gradient(to bottom, #7fd0f4, #4ab5e2);
}

.gs-plan__card--prime::after{
  background: linear-gradient(to bottom, #3fb3eb, #168fd0);
}

.gs-plan__card--edge::after{
  background: linear-gradient(to bottom, #0d8ed6, #006fb5);
}

.gs-plan__footnote{
  margin: 34px 0 0;
  font-size: 13px;
  color: #2f2f2f;
}

.gs-plan__phonesWrap{
  position: absolute;
  top: -164px;
  left: 50%;
  transform: translateX(-50%);
  width: 330px;
  text-align: center;
  pointer-events: none;
}

.gs-plan__card--edge .gs-plan__phones{
  width: 268px;
  transform: rotate(2deg);
}

.gs-plan__badge{
  z-index: 4;
}

.xosialxlgo {margin-top: 11px}
.nucalmlgo {height: 48px;}

@media (max-width: 991.98px){
.xosialxlgo {height: 42px}	
.nucalmlgo {height: 34px;}	
}

@media (max-width: 352.98px){
.xosialxlgo {height: 30px}	
.nucalmlgo {height: 24px;}	
}

.gs-plan{
  padding: 70px 0 60px;
  background: #eae7e0;
  font-family: "Montserrat", sans-serif;
}

.gs-plan__container{
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.gs-plan__title{
  font-size: 44px;
  font-weight: 500;
  margin: 0 0 10px;
  color: #2f2f2f;
}

.gs-plan__subtitle{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  margin: 0 0 18px;
  color: #2f2f2f;
}

.gs-plan__switchWrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gs-plan__radio{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.gs-plan__toggle{
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  width: 392px;
  height: 54px;
  padding: 6px;
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 2px 6px rgba(0,0,0,.06);
  margin: 14px 0 115px;
}

.gs-plan__pill{
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #2f2f2f;
  cursor: pointer;
  user-select: none;
}

.gs-plan__pillBg{
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(50% + 12px);
  height: calc(100% + 12px);
  border-radius: 999px;
  background: linear-gradient(180deg,#2ca6df,#1d87c7);
  transition: all .25s ease;
  z-index: 1;
}

#billing-annual:checked ~ .gs-plan__toggle .gs-plan__pillBg{
  transform: translateX(100%);
}

#billing-monthly:checked ~ .gs-plan__toggle label[for="billing-monthly"]{ color:#fff; }
#billing-annual:checked  ~ .gs-plan__toggle label[for="billing-annual"]{  color:#fff; }

#billing-monthly:checked ~ .gs-plan__toggle label[for="billing-annual"],
#billing-annual:checked  ~ .gs-plan__toggle label[for="billing-monthly"]{
  color:#2f2f2f;
}

.performancepriming {font-weight: 600 !important;}

.gs-plan__carousel{
  display: none;
  width: 100%;
  position: relative;
}

#billing-monthly:checked ~ .gs-plan__toggle ~ .gs-plan__carousel--monthly{ display: block; }
#billing-annual:checked  ~ .gs-plan__toggle ~ .gs-plan__carousel--annual { display: block; }

.gs-plan__carousel .gs-plan__grid{
  display: flex;
  justify-content: center;
  gap: 54px;
  flex-wrap: nowrap;
}

.gs-plan__navBtn{ display: none; }

.gs-plan__card{
  width: 270px;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0,0,0,.16);
  text-align: center;
  position: relative;
  padding-top: 90px;
}

.gs-plan__top{
  padding: 32px 18px 16px;
  background: #ffffff;
  position: relative;
}

.gs-plan__phones{
  width: 245px;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.35));
}

.gs-plan__phones2{
  width: 320px;
  padding-top: 6px;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.35));
}

.gs-plan__name{
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 6px 0;
  color:#111;
}

.gs-plan__name--small{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.12;
}

.gs-plan__desc{
  font-size: 14px;
  margin: 0;
  color: #444;
}

.gs-plan__desc--strong{
  font-weight: 700;
  font-size: 18px;
}

.gs-plan__priceBlock{
  background: #eeeeee;
  padding: 18px 18px 22px;
}

.gs-plan__oldPrice{
  font-size: 16px;
  font-weight: 700;
  color: #8a8a8a;
  text-decoration: line-through;
  margin-bottom: 4px;
}

.gs-plan__price{
  font-size: 40px;
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
}

.gs-plan__priceNote{
  font-size: 12px;
  color: #444;
  line-height: 1.4;
  margin-bottom: 16px;
}

.gs-plan__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 34px;
  border-radius: 999px;
  background: #f2c15b;
  color: #1c1c1c;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: 0 12px 22px rgba(242,193,91,.30);
}

@media (max-width: 991.98px){

  .gs-plan__phonesWrap{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 330px;
    text-align: center;
    pointer-events: none;
  }

  .gs-plan__viewport{
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .gs-plan__carousel .gs-plan__card{
    overflow: visible;
  }

  .gs-plan__carousel .gs-plan__grid{
    justify-content: flex-start;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 0 58px;
  }

  .gs-plan__carousel .gs-plan__grid::-webkit-scrollbar{
    display: none;
  }

  .gs-plan__carousel .gs-plan__card{
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: center;
  }

  .gs-plan__navBtn{
    display: grid;
    place-items: center;
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 10px;
    background: rgba(0,0,0,.75);
    color: #fff;
    font-size: 26px;
    line-height: 21px;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 14px 34px rgba(0,0,0,.25);
  }

  .gs-plan__navBtn--prev{ left: 10px; }
  .gs-plan__navBtn--next{ right: 10px; }

  .gs-plan__carousel{
    padding-top: 190px;
    margin-top: -190px;
  }

  .gs-plan__viewport{
    overflow: hidden;
    width: 100%;
  }

  .gs-plan__carousel .gs-plan__card{
    overflow: visible;
  }

  .gs-plan__card{
    padding-top: 21px;
  }

  .gs-plan__phonesWrap{
    position: inherit !important;
  }

  .gs-plan__top{
    padding: 12px 18px 16px;
    background: #ffffff;
    position: relative;
  }

  .gs-plan__top.sleepsuiteplan1{ margin-bottom: 38px !important; }
  .gs-plan__top.performanceprimingplan2{ margin-bottom: 29px !important; }

}

.sleepsuite {margin-top: 1px;}

.sectionfaqs__container{
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}

.sectionfaqs__row{
  --bs-gutter-x: 22px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2px;
  padding-right: 2px;
}

.sectionfaqs{
  background: #173844;
  border-radius: 28px;
  margin: 24px;
  padding: 56px 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}

.sectionfaqs__title{
  color: #ffffff;
  font-weight: 600;
  letter-spacing: .4px;
  font-size: clamp(25px, 2.5vw, 40px);
}

.sectionfaqs__stack{
  display: grid;
  gap: 18px;
}

.sectionfaqs__item{
  background: rgba(11, 27, 34, .65);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
}

.sectionfaqs__summary{
  list-style: none;
  cursor: pointer;
  color: #ffffff;
  font-weight: 400;
  padding: 18px 56px 18px 22px;
  position: relative;
  outline: none;
  user-select: none;
  font-size: 16px;
  line-height: 1.25;
}

.sectionfaqs__summary::-webkit-details-marker{
  display:none;
}

.sectionfaqs__summary::marker{
  content:"";
}

.sectionfaqs__summary::after{
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  border-radius: 999px;
  background: #f3f5f4;
  box-shadow: 0 3px 6px rgba(0,0,0,.18);
  z-index: 1;
}

.sectionfaqs__summary::before{
  content: "";
  position: absolute;
  top: 50%;
  right: calc(18px + 9.5px);
  transform: translate(50%, calc(-50% + 1px));
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #1a2f35;
  z-index: 2;
  pointer-events: none;
  transition: transform .2s ease;
}

.sectionfaqs__item[open] .sectionfaqs__summary::before{
  transform: translate(50%, calc(-50% + 1px)) rotate(180deg); margin-top: -1px;
}

.sectionfaqs__content{
  padding: 0 22px 18px 22px;
  color: rgba(255,255,255,.85);
  font-size: 16px;
}

.sectionfaqs__content p{
  margin-top: 10px;
}

.sectionfaqs__item:hover{
  border-color: rgba(255,255,255,.14);
}

@media (max-width: 576px){
  .sectionfaqs{
    margin: 14px;
    border-radius: 22px;
  }
}

.sectionbtm{
  padding: 10px 20px 60px 20px;
  text-align: center;
}

.sectionbtm__container{
  max-width: 1200px;
  margin: 0 auto;
}

.sectionbtm__title{
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 24px;
}

.sectionbtm__text{
  font-size: 16px;
  color: #4a4a4a;
  max-width: 850px;
  margin: 0 auto 18px auto;
  line-height: 1.6;
}

.sectionbtm__btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px 11px 20px;
    border-radius: 999px;
    text-decoration: none;
    min-width: 300px;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-top: 22px;
    font-weight: 600;
    font-size: 16px;
    color: #1c1c1c;
    background: linear-gradient(180deg, #f6c85b, #f3b43e);
    border: 0px solid rgba(0, 0, 0, .06);
}

.sectionbtm__btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,.15);
}

.sectionbtm__features{
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 600;
  color: #2f2f2f;
  letter-spacing: 1px;
}

.sectionbtm__features span{
  display: flex;
  align-items: center;
  gap: 6px;
  color: #2f2f2f;
}
.btm__checks {
  list-style: none;
  padding: 0;
  margin: 3px 0 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 28px;
  row-gap: 10px;
  justify-content: start;
}

.btm__checks li:nth-child(3) {
  grid-column: 1 / -1;
  justify-self: start;
}

.btm__checks li:nth-child(3) {
  grid-column: 1 / -1;
  justify-self: center;
}

.btm__checkItem{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:700;
  font-size:12px;
  letter-spacing:.05em;
  text-transform:uppercase;
  color:#1f2328;
}
.btm__checkIcon{
  width:18px; height:18px;
  border-radius:999px;
  position:relative;
}
.btm__checkIcon::after{
  content:"";
  position:absolute;
  left:6px; top:0px;
  width:8px; height:14px;
  border-right:3px solid #22c55e;
  border-bottom:3px solid #22c55e;
  transform:rotate(40deg);
}

.newbtnvault {margin-bottom: 120px; margin-top: 0px;}
.txtmxc {text-transform: none !important;}


@media (max-width: 991.98px) {
  #vimeoModal .modal-dialog {
    margin: 0.75rem;
    max-width: none;
    width: auto;
  }

  #vimeoModal .modal-content {
    border-radius: 12px;
    overflow: hidden;
  }

  #vimeoModal .btn-close {
    margin: 0.75rem !important;
  }

  .gs-s1__play {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 74px;
    transform: translateX(-50%);
    display: block;
  }

  .gs-s1__play img {
    max-width: 800px !important;
    height: auto;
  }

  .gs-s1__ribbon {
    bottom: 440px;
  }

  .gs-s1__play:hover {
    transform: translateX(-50%) scale(1.03);
  }

  .gs-s1__left {
    padding: 36px 24px 28px;
    text-align: center;
  }

  .gs-s1__title {
    font-size: 28px;
    line-height: 1.25;
  }

  .gs-s1__sub {
    margin-left: auto;
    margin-right: auto;
  }

  .gs-s1__proof {
    justify-content: center;
    text-align: center;
  }

  .gs-s1__btn {
    min-width: auto;
    width: 100%;
    max-width: 360px;
    margin: 22px auto 0;
  }

  .gs-s1__checks {
    justify-content: center;
  }

  .gs-s1__right {
    justify-content: center;
    padding: 0 20px 30px;
  }

  .gs-s1__rightImg {
    width: 100%;
    max-width: 420px;
    height: auto;
    border-radius: 24px;
  }

  .whatexpertssaybnr,
  .trustedwhereperformance,
  .step1hownucalmworks,
  .step2lookslikefeelslike,
  .step3your7dayproof {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .gs-s10 {
    padding: 28px 16px;
  }

  .gs-s10__container {
    width: 100%;
    max-width: 720px;
    height: auto;
    padding: 22px 16px 26px;
    background-position: left center;
  }

  .gs-s10__copy {
    position: static;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 20px;
    padding: 18px 14px 20px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
  }

  .gs-s10__kicker {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .gs-s10__title {
    font-size: 32px;
    line-height: 1.12;
    margin-bottom: 10px;
  }

  .gs-s10__headline {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .gs-s10__body {
    max-width: 52ch;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .gs-s10__bullets {
    margin-top: 14px;
    padding-left: 0;
  }

  .gs-s10__bullets li {
    margin: 6px 0;
  }

  .gs-s10__cta {
    width: 100%;
    max-width: 420px;
    margin: 18px auto 0;
  }

  .gs-s10__btn {
    width: 100%;
    max-width: 420px;
  }

  .gs-s10__checks {
    width: 100%;
    max-width: 420px;
    margin: 12px auto 0;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    justify-items: start;
    column-gap: 18px;
    row-gap: 10px;
  }

  .gs-s10__checkItem {
    white-space: normal;
    font-size: 11px;
    letter-spacing: .06em;
  }

  .gs-s10__ribbonImg {
    width: 150px;
  }
}

.nuclambrain{
  padding: 48px 0;
  font-family: "Montserrat", sans-serif;
}

.nuclambrain__wrap{
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  background-image: url("../brainbg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 44px 44px 40px;
}

.nuclambrain__wrap::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
}

.nuclambrain__wrap > *{
  position: relative;
  z-index: 1;
}

.nuclambrain__title{
  margin: 0 0 34px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: -0.02em;
}

.nuclambrain__grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 72px;
  row-gap: 18px;
  align-items: start;
}

.nuclambrain__col{
  display: grid;
  row-gap: 30px;
}

.nuclambrain__col--mid{
  margin-top: 2px;
}

.nuclambrain__item{
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  column-gap: 16px;
}

.nuclambrain__icon{
  width: 52px;
  height: 52px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 12px 26px rgba(0,0,0,.28);
}

.nuclambrain__label{
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.nuclambrain__cta{
  margin-top: 40px;
  text-align: center;
}

.nuclambrain__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  min-width: 340px;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 600;
  font-size: 16px;
  color: #111;
  background: linear-gradient(180deg, #f6c85b, #f3b43e);
  transition: transform .15s ease, box-shadow .15s ease;
}

.nuclambrain__btn:hover{
  transform: translateY(-2px);
}

.nuclambrain__checks{
  list-style: none;
  padding: 0;
  margin: 26px auto 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  column-gap: 26px;
  row-gap: 10px;
}

.nuclambrain__checkItem{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: rgba(255,255,255,.92);
  white-space: nowrap;
}

.nuclambrain__checkItem--full{
  grid-column: 1 / -1;
  justify-self: center;
}

.nuclambrain__checkIcon{
  width: 18px;
  height: 18px;
  border-radius: 999px;
  position: relative;
}

.nuclambrain__checkIcon::after{
  content:"";
  position:absolute;
  left: 6px;
  top: 0px;
  width: 8px;
  height: 14px;
  border-right: 3px solid #22c55e;
  border-bottom: 3px solid #22c55e;
  transform: rotate(40deg);
}

@media (max-width: 1199.98px){
  .nuclambrain__wrap{
    padding: 38px 28px 34px;
  }
  .nuclambrain__title{
    font-size: 36px;
    margin-bottom: 26px;
  }
  .nuclambrain__grid{
    column-gap: 42px;
  }
  .nuclambrain__label{
    font-size: 22px;
  }
}

@media (max-width: 991.98px){
  .nuclambrain{
    padding: 28px 0;
  }
  .nuclambrain__wrap{
    margin: 0 16px;
    padding: 30px 18px 26px;
    background-position: center;
  }
  .nuclambrain__title{
    font-size: 28px;
    line-height: 1.15;
    margin-bottom: 22px;
  }
  .nuclambrain__grid{
    grid-template-columns: 1fr;
    row-gap: 26px;
  }
  .nuclambrain__col{
    row-gap: 18px;
  }
  .nuclambrain__item{
    grid-template-columns: 48px 1fr;
    column-gap: 14px;
  }
  .nuclambrain__icon{
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }
  .nuclambrain__label{
    font-size: 18px;
  }
  .nuclambrain__btn{
    min-width: auto;
    width: 100%;
    max-width: 420px;
  }
  .nuclambrain__checkItem{
    white-space: normal;
    text-align: left;
    font-size: 11px;
    letter-spacing: .06em;
  }
}
@media (max-width: 991.98px){
  .nuclambrain{
    padding: 28px 0;
  }

  .nuclambrain__wrap{
    margin: 0 16px;
    padding: 26px 16px 24px;
    background-position: center;
  }

  .nuclambrain__title{
    font-size: 24px;
    line-height: 1.15;
    margin-bottom: 18px;
  }

  .nuclambrain__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 14px;
    align-items: start;
  }

  .nuclambrain__col{
    display: contents;
    row-gap: 0;
  }

  .nuclambrain__item{
    grid-template-columns: 44px 1fr;
    column-gap: 12px;
    align-items: center;
  }

  .nuclambrain__icon{
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .nuclambrain__label{
    font-size: 15px;
    line-height: 1.15;
  }

  .nuclambrain__cta{
    margin-top: 22px;
    text-align: center;
  }

  .nuclambrain__btn{
    width: 100%;
    max-width: 420px; margin-top: 28px;
  }

  .nuclambrain__checks{
    margin-top: 16px;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    column-gap: 18px;
    row-gap: 10px;
  }

  .nuclambrain__checkItem{
    white-space: nowrap;
    font-size: 11px;
    letter-spacing: .06em;
  }
}
@media (max-width: 420px){
  .nuclambrain__grid{
    grid-template-columns: 1fr;
  }
}
