.tabs-section-description {
  max-width: 100%;
  margin: 0 auto;
}
.tabs-section-description h2 {
  margin-bottom: 2.4rem;
  line-height: 100%;
}
.tabs-section-description p {
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 992px) {
  .tabs-section-description p {
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 150%;
  }
}

.section.scroll-section {
  flex-flow: column;
  align-items: center;
  display: flex;
}
@media only screen and (min-width: 992px) {
  .section.scroll-section {
    height: 300vh;
  }
  .section.scroll-section._4-tabs {
    height: 300vh;
  }
}

.scroll-section-wrap {
  max-width: 1200px;
  padding-right: 1.5rem;
  padding-bottom: 9vw;
  padding-left: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .scroll-section-wrap .scroll-section-content-sticky {
    position: sticky;
    top: 3.5vh;
  }
  .scroll-section-wrap .scroll-section-content-sticky.larger-height-sticky {
    top: 17rem;
  }
  .scroll-section-wrap .scroll-section-content-sticky._1 {
    width: 100%;
  }
}

.scroll-tabs-line {
  background-color: #1772D2;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}
@media screen and (max-width: 767px) {
  .scroll-tabs-line {
    transform-origin: 50% 0;
  }
}

@media only screen and (min-width: 768px) {
  .scroll-tabs-content * {
    pointer-events: none;
  }
}
.scroll-tabs-content,
.scroll-tabs-content * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.scroll-trigger-container {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 0%;
}
.scroll-trigger-container .scroll-trigger {
  width: 100%;
  height: 25vh;
}
.scroll-trigger-container .scroll-trigger.trigger-w-margin {
  margin-bottom: 20vh;
}

.scroll-section-tabs-and-image-wrap {
  justify-content: space-between;
  margin-top: 4.8rem;
}

.left-column-scroll-section {
  position: relative;
}
@media screen and (min-width: 992px) {
  .left-column-scroll-section {
    padding: 0rem 0rem 0em 0rem;
  }
}

.right-column-scroll-section {
  max-width: 54.5rem;
  height: 60vh;
  display: flex;
  position: relative;
}

.scroll-image-container {
  border-radius: 1.6rem;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .scroll-image-container {
    min-height: 65rem;
  }
}
.scroll-image-container img.scroll-section-image {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  width: 100%;
}
.scroll-image-container img.scroll-section-image.active {
  opacity: 1;
  z-index: 4;
}

.scroll-tabs {
  width: 100%;
  position: relative;
}

.scroll-tabs-content .tabs-content-inner {
  color: var(--Primary-Black);
  max-width: 56.8rem;
  text-align: left;
  margin-bottom: 2.6rem;
  border: none;
  background: transparent;
  border-left: 1px solid var(--snow-blue);
  border-radius: 0;
  cursor: pointer;
  width: 100%;
  padding: 0.4rem 2.4rem;
  position: relative;
}
@media (min-width: 992px) {
  .scroll-tabs-content .tabs-content-inner {
    opacity: 0.3;
    border-left-width: 2px;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 992px) {
  .scroll-tabs-content .tabs-content-inner .scroll-section-paragraph-wrap {
    max-height: 0;
    transition: max-height 0.5s linear;
    overflow: hidden;
  }
}
.scroll-tabs-content.active .tabs-content-inner {
  opacity: 1;
  pointer-events: none;
  cursor: default;
  margin-bottom: 1.5rem;
  padding: 0.8rem 2.4rem;
}
.scroll-tabs-content.active .tabs-content-inner .scroll-tabs-line {
  height: 100%;
}
@media screen and (min-width: 992px) {
  .scroll-tabs-content.active .tabs-content-inner .scroll-section-paragraph-wrap {
    max-height: inherit;
  }
  .scroll-tabs-content.active .tabs-content-inner .scroll-section-paragraph-wrap p {
    max-height: inherit;
  }
}
.scroll-tabs-content .--icon {
  margin-bottom: 1.8rem;
  transition: border-color, opacity 0.3s;
}
.scroll-tabs-content h3 {
  font-family: var(--font-inter);
  margin-bottom: 0.8rem;
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
}
.scroll-tabs-content p {
  margin-bottom: 0;
  font-style: normal;
  font-family: var(--font-inter);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  line-height: 150%;
  font-size: 2.1rem;
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .scroll-tabs-content p {
    font-size: 2.4rem;
  }
}
.scroll-tabs-content * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.scroll-tabs-content .scroll-tabs-line {
  background-color: #1772D2;
  width: 1px;
  height: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
  left: -1px;
  top: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .scroll-tabs-content .scroll-tabs-line {
    transform-origin: 50% 0;
  }
}
.scroll-tabs-content .scroll-section-image-mobile {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  inset: 0%;
  width: 100%;
  max-height: 35rem;
  border-radius: 8px;
  margin: 2.6rem 0;
}
@media (min-width: 992px) {
  .scroll-tabs-content .scroll-section-image-mobile {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */