/** NEEDS TO BE GLOBAL FOR THE FIXED BG EFFECT THROUGHOUT THE PAGE **/
#about footer {
  position: relative;
  z-index: 2;
}

.zIndex-2 {
  position: relative;
  z-index: 2;
}

.gradientBG {
  background-image: linear-gradient(103deg, #02070B 0%, #061E28 100%);
  background-blend-mode: lighten;
}

#about .hero {
  position: relative;
  height: 100vh;
}
#about .hero .fixed-bg {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/i/circle-full.svg) center 25%/cover no-repeat;
}
#about .hero .contain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  max-width: 1880px;
  z-index: 2;
}
#about .hero h4 {
  overflow: hidden;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 9.4px;
  text-transform: uppercase;
  color: #76B0BD;
  line-height: normal;
  height: 1.5em;
}
#about .hero h4 span {
  display: block;
  transition: transform 1s ease 0.5s;
  will-change: transform;
}
#about .hero h3 {
  overflow: hidden;
  font-family: "PP Eiko Thin";
  font-style: normal;
  font-weight: normal;
  font-size: 5em;
  line-height: normal;
  color: #ABBFC9;
  height: 1.2em;
  text-align: center;
}
#about .hero h3:nth-child(n+3) {
  margin-top: -20px;
}
#about .hero h3 span {
  display: block;
  transition: transform 1s ease 0.5s;
  will-change: transform;
}
@media screen and (max-width: 1460px) {
  #about .hero h3 {
    font-size: 4em;
  }
}
@media screen and (max-width: 1279px) {
  #about .hero h3 {
    font-size: 2.7em;
  }
}
#about .hero.in-view h4 span, #about .hero.in-view h3 span {
  transform: translate(0, -100%);
}
@media screen and (max-width: 767px) {
  #about .hero h3 {
    font-size: 2.5em;
    overflow: initial;
    height: auto;
  }
  #about .hero h3:nth-child(n+3) {
    margin-top: -10px;
  }
  #about .hero h3 span {
    transform: none !important;
  }
  #about .hero h3 span:first-child {
    display: none;
  }
}
#about .s2 {
  padding: 180px 0 0 0;
  background: #030B11;
}
#about .s2 .contain {
  max-width: 1580px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#about .s2 .cols {
  gap: 2.5rem;
}
#about .s2 .cols > div:first-child {
  width: 37%;
  min-width: 300px;
}
#about .s2 .cols > div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 790px;
}
#about .s2 .cols h2 {
  font-family: "PP Eiko Thin";
  font-style: normal;
  font-weight: normal;
  color: #ABBFC9;
  font-size: 2em;
  line-height: 1.35em;
}
#about .s2 .cols h4 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 9.4px;
  text-transform: uppercase;
  color: #76B0BD;
  line-height: normal;
}
#about .s2 .cols ul {
  list-style: none;
  margin-top: 30px;
}
#about .s2 .cols li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  display: block;
  min-height: 200px;
  padding-left: 260px;
  color: #728A97;
  font-size: 1.3em;
  font-weight: 300;
  line-height: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#about .s2 .cols li span {
  opacity: 0;
  transition: opacity 1s ease 0.25s;
}
#about .s2 .cols li:nth-child(2) span {
  transition-delay: 0.75s;
}
#about .s2 .cols li:nth-child(3) span {
  transition-delay: 1.25s;
}
#about .s2 .cols li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 200px;
}
#about .s2 .cols li:nth-child(1)::before {
  background: url(/i/about-provide-1.svg) no-repeat center/auto 130px;
  opacity: 0;
  transition: opacity 1s ease 0.25s;
}
#about .s2 .cols li:nth-child(2)::before {
  background: url(/i/about-provide-2.svg) no-repeat center/auto 130px;
  opacity: 0;
  transition: opacity 1s ease 0.75s;
}
#about .s2 .cols li:nth-child(3)::before {
  background: url(/i/about-provide-3.svg) no-repeat center/auto 130px;
  opacity: 0;
  transition: opacity 1s ease 1.25s;
}
#about .s2 .cols li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#about .s2.in-view .contain {
  opacity: 1;
}
#about .s2.in-view .cols li::before {
  opacity: 1 !important;
}
#about .s2.in-view .cols li span {
  opacity: 1;
}
@media screen and (max-width: 980px) {
  #about .s2 {
    padding: 100px 0 0;
  }
  #about .s2 .cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
  }
  #about .s2 .cols > div {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  #about .s2 .cols li {
    padding: 30px 0 30px 100px;
    min-height: 0;
    font-size: 1.1em;
  }
  #about .s2 .cols li::before {
    width: 70px;
    background-size: contain !important;
  }
}
#about .s3 {
  padding: 250px 0 0 0;
  background: #030B11;
  overflow: hidden;
}
#about .s3 .contain {
  max-width: 1580px;
}
#about .s3 h3 {
  font-family: "PP Eiko Thin";
  font-style: normal;
  font-weight: normal;
  color: #ABBFC9;
  font-size: 3em;
  line-height: 1.09em;
  text-align: center;
  max-width: 960px;
  margin: 0 auto 3.5rem;
}
#about .s3 .infographic-wrapper {
  position: relative;
  margin-bottom: 1rem;
}
#about .s3 .infographic-wrapper .inner-wrapper {
  padding-top: 2.5rem;
  position: relative;
  width: 55%;
  margin: auto;
}
#about .s3 .infographic-wrapper .abt-graphic {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 76vh;
  height: auto;
}
#about .s3 .infographic-wrapper .abt-graphic .big-circle {
  stroke-dasharray: 2722;
  stroke-dashoffset: 2722;
}
#about .s3 .infographic-wrapper .abt-graphic .small-circle {
  opacity: 0;
}
#about .s3 .infographic-wrapper .text-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 1.5rem 0;
  background-color: #030B11;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  opacity: 0;
  z-index: -1;
}
#about .s3 .infographic-wrapper .text-content h3 {
  color: rgba(255, 255, 255, 0.8);
  max-width: 680px;
  margin: 0;
  min-width: 400px;
  text-align: left;
}
#about .s3 .infographic-wrapper .text-content h3 .split-inner {
  transition-delay: 3.75s;
}
#about .s3 .infographic-wrapper .text-content p {
  font-family: "gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  color: #ABBFC9;
  max-width: 650px;
  line-height: normal;
  opacity: 0;
  transition: opacity 0.5s ease 3.5s;
}
#about .s3 .infographic-wrapper .text-content > * {
  width: 50%;
  text-align: left;
  display: block;
}
#about .s3 .infographic-wrapper h4.ig-label {
  position: absolute;
  color: #728A97;
  font-family: "gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
}
#about .s3 .infographic-wrapper h4.ig-label.--top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#about .s3 .infographic-wrapper h4.ig-label.--right {
  left: 100%;
  top: 85%;
}
#about .s3 .infographic-wrapper h4.ig-label.--left {
  right: 100%;
  top: 85%;
}
#about .s3 .infographic-wrapper.in-view .abt-graphic .big-circle {
  stroke-dashoffset: 0 !important;
  transition: stroke-dashoffset 1.2s ease-in-out;
}
#about .s3 .infographic-wrapper.in-view h4.ig-label, #about .s3 .infographic-wrapper.in-view .abt-graphic .small-circle {
  transition: opacity 0.4s ease;
  opacity: 1;
}
#about .s3 .infographic-wrapper.in-view h4.ig-label.--top, #about .s3 .infographic-wrapper.in-view .abt-graphic .small-circle.--top {
  transition-delay: 1.2s;
}
#about .s3 .infographic-wrapper.in-view h4.ig-label.--right, #about .s3 .infographic-wrapper.in-view .abt-graphic .small-circle.--right {
  transition-delay: 1.6s;
}
#about .s3 .infographic-wrapper.in-view h4.ig-label.--left, #about .s3 .infographic-wrapper.in-view .abt-graphic .small-circle.--left {
  transition-delay: 2s;
}
#about .s3 .infographic-wrapper.in-view .text-content {
  opacity: 1;
  transition: opacity 1.2s ease-in-out 2.4s;
}
#about .s3 .infographic-wrapper.in-view .text-content p {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  #about .s3 .infographic-wrapper h4.ig-label {
    font-size: calc(0.3rem + 0.55vw);
  }
}
@media screen and (max-width: 1200px) {
  #about .s3 .infographic-wrapper .text-content h3 {
    font-size: calc(1.5rem + 1.5vw);
  }
  #about .s3 .infographic-wrapper .text-content p {
    font-size: calc(0.5rem + 0.6vw);
  }
}
@media screen and (max-width: 767px) {
  #about .s3 {
    padding: 120px 0 30px;
  }
  #about .s3 h3 {
    font-size: 2em;
    text-align: left;
  }
  #about .s3 .infographic-wrapper .inner-wrapper {
    padding-top: 0;
    width: 100%;
    max-width: 100%;
  }
  #about .s3 .infographic-wrapper .abt-graphic {
    display: none;
  }
  #about .s3 .infographic-wrapper .text-content, #about .s3 .infographic-wrapper h4.ig-label {
    position: static;
    transform: translate(0) !important;
    top: 0 !important;
    left: 0 !important;
    opacity: 1 !important;
    transition: none !important;
  }
  #about .s3 .infographic-wrapper h4.ig-label {
    position: relative;
    text-align: left;
    font-size: 1rem;
    padding: 2rem 0 2rem 100px;
    margin: auto;
    white-space: normal;
  }
  #about .s3 .infographic-wrapper h4.ig-label::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 70px;
  }
  #about .s3 .infographic-wrapper h4.ig-label:nth-child(2)::before {
    background: url(/i/about-navigate-icon.png) center/50px auto no-repeat;
  }
  #about .s3 .infographic-wrapper h4.ig-label:nth-child(3)::before {
    background: url(/i/about-plan-icon.png) center/50px auto no-repeat;
  }
  #about .s3 .infographic-wrapper h4.ig-label:nth-child(4)::before {
    background: url(/i/about-preserve-icon.png) center/50px auto no-repeat;
  }
  #about .s3 .infographic-wrapper h4.ig-label::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 0;
    border-bottom: 1px solid #728A97;
  }
  #about .s3 .infographic-wrapper h4.ig-label:last-child::after {
    display: none;
  }
  #about .s3 .infographic-wrapper .text-content {
    display: block;
    margin-top: 2rem;
  }
  #about .s3 .infographic-wrapper .text-content ce {
    width: 100%;
  }
  #about .s3 .infographic-wrapper .text-content h3 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    font-size: 2em;
  }
  #about .s3 .infographic-wrapper .text-content p {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 1.25rem 0;
    font-size: 1.2rem;
  }
}
#about .s4 {
  background: #030B11;
  padding: 200px 0 290px;
}
#about .s4 .contain {
  max-width: 1400px;
}
#about .s4 .contain > div {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}
#about .s4 h3 {
  font-family: "PP Eiko Thin";
  font-style: normal;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
  font-size: 2em;
  line-height: 1.35em;
  text-align: left;
  margin-bottom: 1em;
  text-align: center;
}
#about .s4 img.fidelity-logo {
  width: 25%;
  opacity: 0;
  transition: opacity 0.5s ease 0.5s;
}
#about .s4 img.addepar-logo {
  width: 15%;
  opacity: 0;
  transition: opacity 0.5s ease 1s;
}
#about .s4 img.emoney-logo {
  width: 25%;
  opacity: 0;
  transition: opacity 0.5s ease 1.5s;
}
#about .s4.in-view img {
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  #about .s4 {
    padding: 100px 0;
  }
  #about .s4 .contain > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem;
  }
  #about .s4 h3 {
    width: 100%;
    text-align: center;
  }
  #about .s4 img.fidelity-logo {
    width: 35%;
  }
  #about .s4 img.addepar-logo {
    width: 25%;
  }
  #about .s4 img.emoney-logo {
    width: 35%;
  }
}
#about .s5 {
  padding: 15rem 0;
}
#about .s5 .contain {
  max-width: 1060px;
}
#about .s5 h3 {
  font-family: "PP Eiko Thin";
  font-style: normal;
  font-weight: normal;
  color: #ABBFC9;
  font-size: 3em;
  line-height: 1.09em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #about .s5 {
    padding: 10rem 0;
  }
  #about .s5 h3 {
    font-size: 2em;
  }
}

/*# sourceMappingURL=about.css.map */
