#what-we-do .s1 .container h1 {
  max-width: 745px;
}

#what-we-do .s2 {
  padding: 4.5rem 0 7.5rem;
  display: none;
}

#what-we-do .s2 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

#what-we-do .s2 .grid > div {
  height: 533px;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-right: solid 1px rgba(255, 255, 255, 0.5);
}

#what-we-do .s2 .grid > div:last-child {
  border-right: none;
}

#what-we-do .s2 .grid .txt {
  position: relative;
}

#what-we-do .s2 .grid .txt > div {
  position: absolute;
  bottom: 3rem;
  left: 2rem;
}

#what-we-do .s2 .grid .txt .h2-mask {
  overflow: hidden;
  display: block;
}

#what-we-do .s2 .grid .txt span {
  display: block;
  width: 14px;
  height: 14px;
  background-color: #76C8FB;
  margin-bottom: 1.5rem;
  opacity: 0;
}

#what-we-do .s2 .grid .txt::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #02121B;
  opacity: 0.35;
}

#what-we-do .s3 {
  background: #02121B;
  padding: 7.5rem 0 4rem 0;
}

#what-we-do .s3 .container > div {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding: 3.5rem 0;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

#what-we-do .s3 .container > div p {
  max-width: 600px;
}

#what-we-do .s3 .container > div:first-of-type {
  padding-top: 0;
}

#what-we-do #pinwrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#what-we-do #pinwrapper #scene {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

#what-we-do #pinwrapper #scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(20, 70, 90, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

#what-we-do #pinwrapper .title {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fff;
  padding-bottom: 10px;
  text-align: center;
  z-index: 2;
}

#what-we-do #pinwrapper #orbital {
  position: relative;
  width: min(550px, 72vw);
  height: min(550px, 72vw);
  flex-shrink: 0;
  margin-top: 140px;
}

#what-we-do #pinwrapper #orbital::before {
  content: '';
  position: absolute;
  display: block;
  width: 90%;
  height: 90%;
  border-radius: 100%;
  background: linear-gradient(135deg, rgba(2, 18, 27, 0.19) 40.54%, rgba(24, 125, 181, 0.12) 103.94%);
  backdrop-filter: blur(15px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#what-we-do #pinwrapper .ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

#what-we-do #pinwrapper .centerarea {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  text-align: center;
}

#what-we-do #pinwrapper .diamond {
  width: 8px;
  height: 8px;
  background: #ED6F23;
  position: absolute;
}

#what-we-do #pinwrapper #diamond1 {
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
}

#what-we-do #pinwrapper #diamond2 {
  top: 81.5%;
  right: 57px;
  transform: translateY(-50%);
}

#what-we-do #pinwrapper #diamond3 {
  top: 81.5%;
  left: 57px;
  transform: translateY(-50%);
}

#what-we-do #pinwrapper .centerpanel {
  position: absolute;
  width: 100%;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}

#what-we-do #pinwrapper .centerpanel.visible {
  opacity: 1;
  pointer-events: auto;
}

#what-we-do #pinwrapper .paneltext {
  max-width: 395px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.1rem;
}

#what-we-do #pinwrapper .node {
  position: absolute;
  visibility: hidden;
  z-index: 3;
  transform: none;
}

#what-we-do #pinwrapper .pill {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  height: 40px;
  padding: 0 24px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  transition: color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  will-change: transform;
}

#what-we-do #pinwrapper .node.active .pill {
  color: #fff;
  border-color: #76C8FB;
}

#what-we-do .s4-mobile {
  display: none;
  padding: 7.5rem 1rem;
}

#what-we-do .s4-mobile .title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fff;
  text-align: center;
  z-index: 2;
  margin-bottom: 5rem;
  padding-bottom: 10px;
}

#what-we-do .s4-mobile .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 56px;
  background-color: #ED6F23;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

#what-we-do .s4-mobile .paneltext {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
}

#what-we-do .s4-mobile .fx-nav {
  padding: 1rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  position: relative;
}

#what-we-do .s4-mobile .fx-nav p {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: rgba(255, 255, 255, 0.6);
  transition: color .5s ease;
}

#what-we-do .s4-mobile .fx-nav::after {
  content: "+";
  font-size: 1.2rem;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

#what-we-do .s4-mobile .fx-nav.fx-on {
  border-color: #76C8FB;
}

#what-we-do .s4-mobile .fx-nav.fx-on p {
  color: #fff;
}

#what-we-do .s4-mobile .fx-nav.fx-on::after {
  content: "-";
}

#what-we-do .s4-mobile .fx-slide p {
  font-size: 1rem;
  padding: 2rem 1rem;
}

#what-we-do #txt-scroll {
  height: 400vh;
  position: relative;
  z-index: 10;
}

#what-we-do #txt-scroll #scene {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 10;
}

#what-we-do #txt-scroll #bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #02121B;
}

#what-we-do #txt-scroll .slide {
  position: absolute;
  z-index: 2;
  width: 88%;
  max-width: 1026px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#what-we-do #txt-scroll .slide h3 {
  font-size: 3rem;
}

#what-we-do #txt-scroll .last {
  max-width: 950px;
}

#what-we-do #txt-scroll-mobile {
  position: relative;
  width: 100%;
  padding: 7.5rem 1.5rem;
  overflow: hidden;
  font-family: inherit;
  background: url(/i/gradient-bg.png) no-repeat center/cover;
  display: none;
}

#what-we-do #txt-scroll-mobile .splide__slide {
  padding-bottom: 3.5rem;
}

#what-we-do #txt-scroll-mobile .splide__slide h2 {
  font-size: 3rem;
}

#what-we-do #txt-scroll-mobile .tsm-footer {
  flex-shrink: 0;
}

#what-we-do #txt-scroll-mobile .tsm-progress-track {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

#what-we-do #txt-scroll-mobile .tsm-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 25%;
  background: #76C8FB;
  transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

#what-we-do #txt-scroll-mobile .tsm-numbers {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

#what-we-do #txt-scroll-mobile .tsm-numbers .tsm-num {
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.6);
}

#what-we-do #txt-scroll-mobile .tsm-numbers .tsm-num.active {
  color: #76C8FB;
}

#what-we-do .s6 {
  padding: 7.5rem 0;
}

#what-we-do .s6 .grid .wrap {
  display: flex;
}

#what-we-do .s6 .grid .wrap > div {
  width: 50%;
  height: 700px;
  position: relative;
}

#what-we-do .s6 .grid svg {
  display: block;
  width: calc(100% - 2rem);
  max-width: 500px;
  height: auto;
}

#what-we-do .s6 .grid svg .label {
  letter-spacing: 1.6px;
  color: #fff;
  font-weight: 300;
}

#what-we-do .s6 .grid .left {
  display: flex;
  justify-content: center;
  align-items: center;
}

#what-we-do .s6 .grid .sm svg {
  max-width: 350px;
}

#what-we-do .s6 .grid .right {
  background: linear-gradient(135deg, rgba(2, 18, 27, 0.7) 0%, rgba(24, 125, 181, 0.25) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

#what-we-do .s6 .grid .right > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4rem);
  max-width: 540px;
}

#what-we-do .s6 .grid .right .lg {
  font-weight: 200;
  font-size: 2rem;
  line-height: 1.1em;
  margin-bottom: 2rem;
}

#what-we-do .s6 .grid .right p {
  font-weight: 100;
}

#what-we-do .s6 .grid .sec .lg {
  font-size: 1.5rem;
  font-weight: 100;
}

#what-we-do .s7 {
  padding: 7.5rem 0 5rem 0;
  background: url(/i/gradient-bg.png) no-repeat center/cover;
}

#what-we-do .s7 .container {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

#what-we-do .s7 .top {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding-top: 3.5rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}

#what-we-do .s7 .top .left {
  width: 30%;
  max-width: 710px;
}

#what-we-do .s7 .top .left p {
  font-size: 2rem;
  font-weight: 100;
  line-height: 1.25em;
}

#what-we-do .s7 .top .right {
  width: 70%;
  max-width: 780px;
}

#what-we-do .s7 .top .right p {
  font-size: 2rem;
  font-weight: 200;
}

#what-we-do .s7 .top .right p span {
  color: #76C8FB;
}

#what-we-do .s7 .center {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 3.5rem;
}

#what-we-do .s7 .center > div {
  height: 400px;
  position: relative;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}

#what-we-do .s7 .center > div > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#what-we-do .s7 .center > div > div img {
  display: block;
  max-width: 130px;
  margin: 0 auto;
}

#what-we-do .s7 .center > div > div p {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  margin-top: 2rem;
}

@media screen and (max-width: 1250px) {
  #what-we-do .s2 .grid > div {
    height: 450px;
  }
  #what-we-do .s2 .grid > div h2 {
    font-size: 3rem;
  }
}

@media screen and (max-height: 850px) {
  #what-we-do .s4 {
    display: none;
  }
  #what-we-do .s4-mobile {
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  #what-we-do .s1 .container {
    z-index: 2;
  }
  #what-we-do .s1::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
  }
  #what-we-do .s4 {
    display: none;
  }
  #what-we-do .s4-mobile {
    display: block;
  }
  #what-we-do #txt-scroll {
    display: none;
  }
  #what-we-do #txt-scroll-mobile {
    display: block;
  }
  #what-we-do .s7 .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #what-we-do .s7 .top .left, #what-we-do .s7 .top .right {
    width: auto;
    max-width: none;
  }
  #what-we-do .s7 .top .left h2 br, #what-we-do .s7 .top .right h2 br {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  #what-we-do .s2 .grid > div {
    height: 350px;
  }
  #what-we-do .s2 .grid .txt > div {
    left: 1rem;
  }
  #what-we-do .s3 .container > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #what-we-do .s3 .container > div h2 {
    font-size: 3.3rem;
  }
  #what-we-do .s3 .container > div h2 br {
    display: none;
  }
  #what-we-do .s3 .container > div p {
    max-width: none;
  }
  #what-we-do .s6 .grid .wrap {
    flex-direction: column;
  }
  #what-we-do .s6 .grid .wrap > div {
    width: 100%;
    height: 450px;
  }
  #what-we-do .s6 .grid .wrap.two {
    flex-direction: column-reverse;
  }
  #what-we-do .s7 .center > div {
    height: 350px;
  }
  #what-we-do .s7 .center > div > div img {
    max-width: 100px;
  }
}

@media screen and (max-width: 767px) {
  #what-we-do .s2 {
    padding-top: 0;
    padding-bottom: 5rem;
  }
  #what-we-do .s2 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  #what-we-do .s2 .grid > div {
    height: 300px;
  }
  #what-we-do .s2 .grid > div h2 {
    font-size: 2.5rem;
  }
  #what-we-do .s3 {
    padding-top: 5rem;
  }
  #what-we-do .s3 .container > div h2 {
    font-size: 2.8rem;
  }
  #what-we-do .s4-mobile {
    padding: 5rem 1rem;
    position: relative;
  }
  #what-we-do .s4-mobile .title::after {
    height: 45px;
  }
  #what-we-do .s4-mobile p, #what-we-do .s4-mobile .fx-accordion {
    position: relative;
    z-index: 1;
  }
  #what-we-do .s4-mobile::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  #what-we-do #txt-scroll-mobile {
    padding: 5rem 1rem;
  }
  #what-we-do #txt-scroll-mobile .splide__slide h3 {
    font-size: 1.3rem;
  }
  #what-we-do #txt-scroll-mobile .splide__slide h2 {
    font-size: 1.8rem;
  }
  #what-we-do .s6 {
    padding: 0 0 5rem;
  }
  #what-we-do .s6 .grid .wrap > div {
    height: auto;
    padding: 5rem 0;
  }
  #what-we-do .s6 .grid .sm svg {
    max-width: 200px;
  }
  #what-we-do .s6 .grid .right > div {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
    padding: 0 1rem;
  }
  #what-we-do .s6 .grid .right .lg {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  #what-we-do .s7 {
    padding: 5rem 0;
  }
  #what-we-do .s7 .top .right p {
    font-size: 1.5rem;
  }
  #what-we-do .s7 .center {
    grid-template-columns: repeat(1, 1fr);
  }
  #what-we-do .s7 .center > div {
    height: 220px;
  }
  #what-we-do .s7 .center > div > div img {
    max-width: 70px;
  }
  #what-we-do .s7 .center > div > div p {
    font-size: 1.3rem;
  }
}
