/* @TODO: Replace with SASS opacity */
/* /// */
/* FONTS */
/* HEADERS */
/* COMPONENTS */
/* SHAPES */
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300..900&display=swap");
html {
  font-size: 16px; }
  @media (min-width: 120rem) {
    html {
      font-size: 1vw; } }

body {
  font-family: 'Red Hat Display', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  background-color: #f9f9f9;
  color: #111210; }

main {
  overflow: hidden; }

a,
button {
  cursor: pointer; }

ul {
  list-style-type: none; }

button {
  background-color: transparent;
  border: 0; }

input {
  border: 0; }

i {
  background: linear-gradient(137deg, #0ecc7e 10%, #53c0d2 62%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-color 0.3s ease; }

.stop-scroll {
  overflow: hidden !important; }

.text-gradient {
  background: linear-gradient(137deg, #0ecc7e 10%, #53c0d2 35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.single-header {
  padding-top: 7.5rem;
  padding-bottom: 2.5rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 80%; }
  @media (min-width: 48rem) {
    .single-header {
      padding-top: 11.25rem;
      padding-bottom: 6.25rem;
      background-position: center bottom; } }
  @media (min-width: 80rem) {
    .single-header {
      padding-top: 16.25rem;
      padding-bottom: 8.125rem;
      background-position: center 120%;
      background-size: 110%; } }
  @media (min-width: 120rem) {
    .single-header {
      padding-top: 14rem;
      padding-bottom: 4rem;
      background-position: center 200%; } }
  .single-header .container {
    padding: 0 1rem; }
  .single-header__title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.5rem;
    color: #102532; }
    @media (min-width: 64rem) {
      .single-header__title {
        font-size: 4.25rem;
        font-weight: 700;
        line-height: 4.75rem; } }
  .single-header__subtitle {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    background: -webkit-linear-gradient(137deg, #53c0d2 0%, #1edd8e 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .single-header__description {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375rem;
    margin-top: 2.5rem;
    color: #102532; }

.primary-button {
  cursor: pointer;
  position: relative;
  min-width: 11.25rem;
  width: fit-content;
  height: 3.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem;
  padding: 0 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
  color: #111210;
  text-decoration: none;
  background-image: linear-gradient(137deg, #0ecc7e 10%, #53c0d2 62%);
  text-transform: capitalize;
  border-radius: 3.125rem;
  box-shadow: none;
  overflow: hidden;
  text-transform: uppercase; }
  .primary-button:hover {
    box-shadow: none; }
    .primary-button:hover:before {
      opacity: 1; }
  .primary-button:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 3.125rem;
    pointer-events: none;
    transition: opacity 0.35s ease; }
  .primary-button span {
    position: relative;
    z-index: 5; }

.btn-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.secondary__btn {
  z-index: 2;
  display: flex;
  height: 3.375rem;
  width: 17.25rem;
  padding: 0px 1.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  border-radius: 2.5rem;
  border: 2px solid var(--success-main, #0ECC7E);
  box-shadow: none;
  text-decoration: none;
  color: #102532;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem; }
  .secondary__btn:hover {
    box-shadow: none;
    border-color: #016e41; }

.card-with-description__wrapper {
  transition: transform 0.35s ease; }
.card-with-description__item-img {
  padding: 0 1.5rem; }
.card-with-description__item-img-radius {
  max-width: 95%;
  border-radius: 1rem;
  position: relative;
  right: 1rem; }
  @media (min-width: 25.875rem) {
    .card-with-description__item-img-radius {
      max-width: 100%;
      right: 0;
      margin: 0 auto; } }
  @media (min-width: 48rem) {
    .card-with-description__item-img-radius {
      max-width: 25.875rem; } }
  @media (min-width: 80rem) {
    .card-with-description__item-img-radius {
      max-width: 30.625rem;
      margin: 0; } }
  @media (min-width: 120rem) {
    .card-with-description__item-img-radius {
      width: 33vw; } }
.card-with-description__item-description {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(0.625rem);
  -webkit-backdrop-filter: blur(0.625rem);
  padding: 1.5rem 1.5rem 2rem;
  border-radius: 0.625rem;
  box-shadow: 0 4.75rem 3.75rem 0 rgba(6, 6, 6, 0.1);
  width: 90%;
  margin: 0 auto;
  position: relative;
  bottom: 3.5rem;
  left: 5%; }
  @media (min-width: 25.875rem) {
    .card-with-description__item-description {
      width: 100%; } }
  @media (min-width: 64rem) {
    .card-with-description__item-description {
      position: absolute;
      max-width: 31.25rem;
      left: inherit;
      bottom: -6.25rem;
      padding: 2.1875pxrem; } }
  @media (min-width: 80rem) {
    .card-with-description__item-description {
      width: 100%;
      right: -10%;
      bottom: -33%; } }
.card-with-description__logo {
  max-height: 2.6875rem;
  margin-bottom: 1rem;
  padding-right: 5.625rem; }
  @media (min-width: 80rem) {
    .card-with-description__logo {
      max-height: 2.5rem;
      margin-bottom: 0;
      padding-right: 0; } }
.card-with-description__descriptions {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  font-weight: 700;
  color: #102532;
  line-height: 1.3125rem; }
  @media (min-width: 64rem) {
    .card-with-description__descriptions {
      font-size: 1.875rem;
      font-weight: 700;
      line-height: 1.875rem; } }
  @media (min-width: 80rem) {
    .card-with-description__descriptions {
      padding: 1.5rem 0 0.75rem; } }
.card-with-description__descriptions-quote {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  font-weight: 700;
  color: #444; }
.card-with-description__hashtags {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  text-transform: uppercase;
  color: #0ecc7e;
  padding-right: 0.5rem;
  text-transform: uppercase; }

.accordion {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #102532;
  cursor: pointer;
  outline: none;
  padding: 1.625rem 1.25rem 1.625rem 0;
  text-align: left;
  width: 100%;
  transition: 0.5s;
  transform: translateX(0); }
  .accordion-wrapper {
    border-bottom: 0.0625rem solid;
    border-image-slice: 1;
    border-width: 0.0625rem;
    border-image-source: linear-gradient(137deg, #0ecc7e 0%, #53c0d2 100%); }
    .accordion-wrapper:first-child {
      border-top: 0.0625rem solid; }
  .accordion:hover:not(.active) {
    transition: 0.5s;
    transform: translateX(-4px); }
  .accordion:after {
    content: '\002B';
    float: right;
    background: linear-gradient(137deg, #0ecc7e 0%, #53c0d2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .accordion.active:after {
    content: '\2212'; }
  .accordion__details {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem;
    color: #444;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out; }
  .accordion.active ~ .accordion__details > p {
    margin-bottom: 1.625rem; }

@media (min-width: 48rem) {
  .break-down {
    display: none; } }
@media (min-width: 64rem) {
  .break-down {
    display: block; } }
.break-down.mobile {
  display: block; }
  @media (min-width: 48rem) {
    .break-down.mobile {
      display: none; } }
.break-down.tablet {
  display: none; }
  @media (min-width: 48rem) {
    .break-down.tablet {
      display: block; } }
  @media (min-width: 64rem) {
    .break-down.tablet {
      display: none; } }
@media (min-width: 48rem) {
  .break-down.tablet-and-mobile {
    display: block; } }
@media (min-width: 64rem) {
  .break-down.tablet-and-mobile {
    display: none; } }
.break-down.tablet-and-desktop {
  display: none; }
  @media (min-width: 48rem) {
    .break-down.tablet-and-desktop {
      display: block; } }
.break-down.all-sizes {
  display: block; }

.contact {
  padding: 3.125rem 0 4.375rem;
  background: 0;
  position: relative; }
  @media (min-width: 80rem) {
    .contact {
      padding-top: 6.25rem;
      margin-top: 1.25rem; } }
  .contact__container {
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 0 1.5rem; }
  .contact__content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 62.5rem;
    align-items: center; }
    @media (min-width: 48rem) {
      .contact__content-wrapper {
        padding-top: 1.875rem; } }
  .contact__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 55.25rem;
    gap: 1rem; }
    .contact__heading h2 {
      font-size: 1.875rem;
      font-weight: 700;
      line-height: 2.625rem; }
      @media (min-width: 48rem) {
        .contact__heading h2 {
          font-size: 3rem;
          line-height: 3.25rem; } }
    .contact__heading p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.625rem; }
      @media (min-width: 48rem) {
        .contact__heading p {
          font-size: 1.125rem;
          line-height: 1.375rem; } }
    .contact__heading h2, .contact__heading p, .contact__heading .contact__shape-wrapper {
      opacity: 0;
      transform: translate(0, 3.125rem);
      transition: opacity 1s ease-in-out, transform 1s ease-in-out; }
    .contact__heading.is-inview.isActive h2, .contact__heading.is-inview.isActive p, .contact__heading.is-inview.isActive .contact__shape-wrapper {
      opacity: 1;
      transform: translate(0, 0); }
  .contact .contact__btn {
    opacity: 0;
    transform: translate(0, 3.125rem);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out; }
    .contact .contact__btn.is-inview.isActive {
      opacity: 1;
      transform: translate(0, 0);
      transition-delay: 0.25s; }
  .contact__shape-wrapper {
    display: block;
    width: 3.125rem; }
  .contact__background-text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 1.625rem;
    left: 0; }
    .contact__background-text > img {
      max-width: 120%; }
    @media (min-width: 48rem) {
      .contact__background-text {
        top: 0rem; } }
    @media (min-width: 64rem) {
      .contact__background-text {
        left: -7.5rem; }
        .contact__background-text > img {
          max-width: 115vw; } }
    @media (min-width: 90rem) {
      .contact__background-text > img {
        width: 120vw; } }
    @media (min-width: 100rem) {
      .contact__background-text {
        top: -1.25rem; } }
    @media (min-width: 160rem) {
      .contact__background-text > img {
        width: 115vw;
        max-width: inherit; } }
  .contact .primary-button {
    min-width: inherit;
    width: 10.375rem; }

.gallery {
  position: relative;
  padding: 4.5rem 0 0;
  /* Removed  pxToRem(24) from sides for marquee bleed (Safari made overflow hidden) */ }
  @media (min-width: 48rem) {
    .gallery {
      padding-top: 6.25rem; } }
  .gallery__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem; }
  .gallery__heading {
    max-width: 62.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    gap: 1.5rem;
    padding: 1.5rem; }
    .gallery__heading h2, .gallery__heading p, .gallery__heading .cards-section__shape-wrapper {
      opacity: 0;
      transform: translate(0, 3.125rem);
      transition: opacity 1s ease-in-out, transform 1s ease-in-out; }
    .gallery__heading.is-inview.isActive h2, .gallery__heading.is-inview.isActive p, .gallery__heading.is-inview.isActive .cards-section__shape-wrapper {
      opacity: 1;
      transform: translate(0, 0); }
    .gallery__heading .circle-shape {
      position: absolute;
      top: 30%;
      left: -10%; }
    .gallery__heading h2 {
      font-size: 2rem;
      font-weight: 700;
      line-height: 2.5rem;
      line-height: normal; }
      @media (min-width: 48rem) {
        .gallery__heading h2 {
          font-size: 3.5rem; } }
    .gallery__heading p {
      max-width: 42.5rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.625rem; }
      @media (min-width: 48rem) {
        .gallery__heading p {
          font-size: 1.125rem;
          line-height: 1.375rem; } }
  .gallery__container {
    transform: translateZ(0);
    display: flex;
    overflow: hidden;
    user-select: none; }
    .gallery__container.is-inview .gallery__content {
      animation: scroll 20s linear infinite; }
  .gallery__content {
    will-change: transform;
    backface-visibility: hidden;
    flex-shrink: 0;
    display: flex;
    gap: 2rem;
    align-items: baseline;
    justify-content: space-around;
    min-width: 100%; }
@keyframes scroll {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
  .gallery__img {
    transform: translateZ(0);
    padding: 2rem 2rem 1.5rem;
    max-height: fit-content;
    flex: 1 0 auto; }

.testimonials {
  padding: 3.75rem 1.5rem 8.125rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem; }
  @media (min-width: 48rem) {
    .testimonials {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 64rem) {
    .testimonials {
      padding: 3.75rem 0rem 10rem; } }
  .testimonials .testimonial {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5rem;
    height: auto;
    align-items: center;
    padding: 3rem 1.5rem;
    text-align: center;
    margin-bottom: 0;
    opacity: 0;
    transform: translate(0, 6.25rem);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out; }
    @media (min-width: 48rem) {
      .testimonials .testimonial {
        padding: 3rem 4rem;
        height: 26.25rem; } }
    @media (min-width: 64rem) {
      .testimonials .testimonial {
        max-width: 62.5rem;
        height: 24.6875rem; } }
    .testimonials .testimonial.is-inview {
      opacity: 1;
      transform: translate(0, 0);
      transition-delay: 0.5s; }
    .testimonials .testimonial__image-wrapper img {
      margin: 0;
      width: 6.25rem; }
    .testimonials .testimonial__blockquote {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.625rem; }
      @media (min-width: 48rem) {
        .testimonials .testimonial__blockquote {
          font-size: 1.125rem;
          font-weight: 400;
          line-height: 1.375rem; } }
    .testimonials .testimonial__name-wrapper {
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.25rem;
      margin: 0; }
    .testimonials .testimonial__logo-wrapper {
      display: flex;
      align-items: flex-start;
      min-height: auto; }

/* Core Values Section Styles */
.results-section {
  max-width: none;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  position: relative;
  padding: 6.25rem 1.5rem 1.25rem; }
  @media (min-width: 48rem) {
    .results-section {
      padding-bottom: 2.5rem; } }
  @media (min-width: 64rem) {
    .results-section {
      padding: 7.5rem 1.5rem 3.75rem; } }
  .results-section .content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
    position: relative; }
    .results-section .content-container .text-section__title,
    .results-section .content-container .shape,
    .results-section .content-container .single-header__description {
      opacity: 0;
      transform: translate(0, 6.25rem);
      transition: transform 1s ease-in-out, opacity 1s ease-in-out; }
    .results-section .content-container .shape {
      transition-delay: 0.25s; }
    .results-section .content-container .single-header__description {
      transition-delay: 0.5s; }
    @media (min-width: 64rem) {
      .results-section .content-container {
        max-width: 62.5rem; } }
    .results-section .content-container.is-inview .text-section__title,
    .results-section .content-container.is-inview .shape,
    .results-section .content-container.is-inview .single-header__description {
      opacity: 1;
      transform: translate(0, 0); }
  .results-section .shape--circle {
    width: 0.9375rem;
    height: 0.9375rem;
    filter: blur(7px);
    position: absolute;
    bottom: 6%;
    left: 5%; }
    @media (min-width: 48rem) {
      .results-section .shape--circle {
        width: 1.5rem;
        height: 1.5rem;
        filter: blur(10px);
        bottom: 15%;
        left: 2%; } }
    @media (min-width: 64rem) {
      .results-section .shape--circle {
        width: 2rem;
        height: 2rem;
        bottom: 19%;
        left: 1%; } }
    @media (min-width: 80rem) {
      .results-section .shape--circle {
        bottom: 20%;
        left: 15%; } }
    @media (min-width: 100rem) {
      .results-section .shape--circle {
        left: 18%; } }
    @media screen and (min-width: 1700px) and (max-width: 1899px) {
      .results-section .shape--circle {
        left: 21%; } }
    @media screen and (min-width: 1900px) and (max-width: 1919px) {
      .results-section .shape--circle {
        left: 23%; } }
    @media (min-width: 120rem) {
      .results-section .shape--circle {
        left: 18%; } }
  .results-section .text-section__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.5rem;
    line-height: normal; }
    @media (min-width: 48rem) {
      .results-section .text-section__title {
        font-size: 3.5rem;
        font-weight: 700;
        line-height: 4rem; } }
  .results-section .shape--line {
    margin: 0; }
  .results-section .single-header__description {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem; }
    .results-section .single-header__description.strong {
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.625rem;
      margin-bottom: 1.5rem; }
      @media (min-width: 48rem) {
        .results-section .single-header__description.strong {
          font-size: 1.125rem;
          font-weight: 700;
          line-height: 1.375rem; } }
    @media (min-width: 48rem) {
      .results-section .single-header__description {
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.375rem; } }
    @media (min-width: 64rem) {
      .results-section .single-header__description {
        max-width: 53.125rem; } }
  .results-section .section-header {
    text-align: center; }
  .results-section .values-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    width: 100%;
    margin: 2.25rem 0; }
  .results-section .value-card {
    display: flex;
    padding: 1.5rem 1rem 1.5rem 0.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: start;
    width: 100%;
    border-radius: 0.5rem;
    position: relative;
    background-color: #fff;
    border: 1px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(90deg, #0ECC7E 0%, #53C0D2 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    opacity: 0;
    transform: translate(0, 6.25rem);
    transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out; }
    .results-section .value-card.is-inview {
      opacity: 1;
      transform: translate(0, 0); }
      @media (min-width: 48rem) {
        .results-section .value-card.is-inview:nth-child(1) {
          transition-delay: 0.25s; }
        .results-section .value-card.is-inview:nth-child(2) {
          transition-delay: 0.5s; }
        .results-section .value-card.is-inview:nth-child(3) {
          transition-delay: 0.5s; } }
    @media (min-width: 48rem) {
      .results-section .value-card {
        flex-direction: row;
        padding: 1.5rem 1rem;
        gap: 1rem;
        align-items: center; } }
    @media (min-width: 80rem) {
      .results-section .value-card {
        height: 9.375rem; } }
    .results-section .value-card .value-content {
      visibility: visible;
      height: fit-content;
      opacity: 1; }
    .results-section .value-card i {
      font-size: 4.6875rem;
      display: none; }
      @media (min-width: 48rem) {
        .results-section .value-card i {
          display: block; } }
      .results-section .value-card i.mobile {
        display: flex; }
        @media (min-width: 48rem) {
          .results-section .value-card i.mobile {
            display: none; } }
  @media (min-width: 48rem) {
    .results-section .value-content-wrapper {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .results-section .value-header {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative; }
  .results-section .value-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem; }
    @media (min-width: 48rem) {
      .results-section .value-title {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.625rem; } }
  .results-section .value-description {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem; }
    @media (min-width: 48rem) {
      .results-section .value-description {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25rem; } }
  .results-section .value-content {
    padding-left: 1.5rem;
    margin-top: 0.75rem; }
    @media (min-width: 48rem) {
      .results-section .value-content {
        padding-left: 0rem;
        margin-top: 0.5rem; } }
    @media (min-width: 64rem) {
      .results-section .value-content {
        margin-top: 0.75rem; } }
  .results-section img {
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translate(0, 6.25rem);
    transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out; }
    @media (min-width: 48rem) {
      .results-section img {
        min-height: 17.1875rem;
        transition-delay: 0.5s; } }
    @media (min-width: 64rem) {
      .results-section img {
        min-height: 26.25rem; } }
    .results-section img.is-inview {
      opacity: 1;
      transform: translate(0, 0); }

.services-section {
  padding: 5rem 1.5rem; }
  .services-section .container {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    max-width: fit-content;
    text-align: center;
    opacity: 0;
    transform: translate(0, 6.25rem);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out; }
    .services-section .container .shape--line {
      margin: 0; }
    .services-section .container .single-header__description {
      margin: 0;
      line-height: 1.625rem; }
      @media (min-width: 48rem) {
        .services-section .container .single-header__description {
          font-size: 1.125rem;
          font-weight: 400;
          line-height: 1.375rem;
          max-width: 40.3125rem; } }
      @media (min-width: 64rem) {
        .services-section .container .single-header__description {
          max-width: 53.4375rem; } }
      .services-section .container .single-header__description .strong {
        font-weight: 700; }
    .services-section .container .text-section__title,
    .services-section .container .shape--line,
    .services-section .container .single-header__description,
    .services-section .container .last-p {
      opacity: 0;
      transform: translate(0, 3.125rem);
      transition: opacity 1s ease-in-out, transform 1s ease-in-out; }
    .services-section .container .services__grid {
      opacity: 0;
      transform: translate(0, 6.25rem);
      transition: opacity 1s ease-in-out, transform 1s ease-in-out; }
    .services-section .container.is-inview.isActive {
      opacity: 1;
      transform: translate(0, 0); }
      .services-section .container.is-inview.isActive .text-section__title,
      .services-section .container.is-inview.isActive .shape--line,
      .services-section .container.is-inview.isActive .single-header__description {
        opacity: 1;
        transform: translate(0, 0); }
      .services-section .container.is-inview.isActive .services__grid {
        opacity: 1;
        transform: translate(0, 0);
        transition-delay: 0.75s; }
      .services-section .container.is-inview.isActive .last-p {
        opacity: 1;
        transform: translate(0, 0);
        transition-delay: 1s; }
  .services-section .text-section__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.5rem;
    line-height: normal; }
    @media (min-width: 48rem) {
      .services-section .text-section__title {
        font-size: 3.5rem;
        font-weight: 700;
        line-height: 4rem; } }
  .services-section .services__grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0.5rem 0rem; }
    @media (min-width: 48rem) {
      .services-section .services__grid {
        display: flex;
        flex-direction: row;
        padding: 1.5rem 0rem;
        max-width: 62.5rem;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap; } }
  .services-section .service__grid__item {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.5rem 0rem;
    gap: 0.5rem; }
    @media (min-width: 48rem) {
      .services-section .service__grid__item {
        width: 42.5rem;
        padding: 0.25rem 1rem;
        gap: 0.75rem; } }
    @media (min-width: 64rem) {
      .services-section .service__grid__item {
        width: 27.8125rem; } }
  .services-section .service__grid__item i {
    font-size: 3rem;
    flex-shrink: 0;
    position: relative;
    left: -7px; }
    @media (min-width: 48rem) {
      .services-section .service__grid__item i {
        font-size: 4.5rem;
        left: 0; } }
  .services-section .service__grid__item p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem;
    text-align: left;
    line-height: normal; }
    @media (min-width: 48rem) {
      .services-section .service__grid__item p {
        line-height: 1.25rem; } }
    @media (min-width: 64rem) {
      .services-section .service__grid__item p {
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.375rem; } }

#case-template .hero-cs {
  position: relative;
  padding: 8.125rem 0 3.75rem;
  display: flex;
  flex-direction: column;
  gap: 3rem; }
  @media (min-width: 48rem) {
    #case-template .hero-cs {
      padding: 9.375rem 0 5rem; } }
  @media (min-width: 90rem) {
    #case-template .hero-cs {
      padding-top: 12.5rem; } }
  #case-template .hero-cs .container {
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem; }
    #case-template .hero-cs .container .text-section__title,
    #case-template .hero-cs .container .text-section__label,
    #case-template .hero-cs .container .shape,
    #case-template .hero-cs .container .text-section__description {
      opacity: 0;
      transform: translate(0, 6.25rem);
      transition: transform 1s ease-in-out, opacity 1s ease-in-out; }
    #case-template .hero-cs .container .text-section__label {
      transition-delay: 0.25s; }
    #case-template .hero-cs .container .text-section__title {
      transition-delay: 0.5s; }
    #case-template .hero-cs .container .shape {
      transition-delay: 0.75s; }
    #case-template .hero-cs .container .text-section__description {
      transition-delay: 1s; }
    #case-template .hero-cs .container.is-inview .text-section__title,
    #case-template .hero-cs .container.is-inview .text-section__label,
    #case-template .hero-cs .container.is-inview .shape,
    #case-template .hero-cs .container.is-inview .text-section__description {
      opacity: 1;
      transform: translate(0, 0); }
  #case-template .hero-cs .text-section {
    position: relative;
    z-index: 1; }
    #case-template .hero-cs .text-section__label {
      margin-bottom: 1rem;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.375rem;
      line-height: normal;
      color: #757575;
      position: relative;
      z-index: 1; }
      @media (min-width: 48rem) {
        #case-template .hero-cs .text-section__label {
          font-size: 1.125rem;
          font-weight: 700;
          line-height: 1.375rem; } }
    #case-template .hero-cs .text-section__title {
      margin: 0;
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 3.5rem;
      position: relative;
      z-index: 1; }
      @media (min-width: 48rem) {
        #case-template .hero-cs .text-section__title {
          font-size: 4.25rem;
          font-weight: 700;
          line-height: 4.75rem; } }
    #case-template .hero-cs .text-section__description {
      margin: 0;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.625rem;
      position: relative;
      z-index: 1; }
      @media (min-width: 48rem) {
        #case-template .hero-cs .text-section__description {
          font-size: 1.125rem;
          font-weight: 400;
          line-height: 1.375rem; } }
      @media (min-width: 64rem) {
        #case-template .hero-cs .text-section__description {
          max-width: 53.125rem; } }
  #case-template .hero-cs .shape--line {
    margin: 0 auto; }
  #case-template .hero-cs .team-photo-container {
    width: 100%; }
  #case-template .hero-cs .team-photo {
    width: 100%;
    display: flex;
    height: 21.875rem;
    position: relative;
    object-fit: cover;
    opacity: 0;
    transform: translate(0, 6.25rem);
    transition: transform 1s ease-in-out, opacity 1s ease-in-out; }
    @media (min-width: 48rem) {
      #case-template .hero-cs .team-photo {
        height: 28.125rem;
        max-width: none;
        width: 130%;
        object-fit: cover;
        transform: translate(-15%, 3.125rem); } }
    @media (min-width: 64rem) {
      #case-template .hero-cs .team-photo {
        height: 35rem;
        object-position: center; } }
    @media (min-width: 80rem) {
      #case-template .hero-cs .team-photo {
        width: 100%;
        object-fit: cover;
        object-position: center 50%;
        transform: translate(0%, 6.25rem); } }
    @media (min-width: 100rem) {
      #case-template .hero-cs .team-photo {
        width: 100%;
        height: 37.5rem;
        object-fit: cover;
        object-position: center 40%;
        transform: translate(0%, 6.25rem); } }
    #case-template .hero-cs .team-photo.is-inview {
      opacity: 1;
      transform: translate(0, 0); }
      @media (min-width: 48rem) {
        #case-template .hero-cs .team-photo.is-inview {
          transform: translate(-15%, 0); } }
      @media (min-width: 80rem) {
        #case-template .hero-cs .team-photo.is-inview {
          transform: translate(0, 0);
          transition-delay: 1s; } }
  #case-template .hero-cs .case-image1__content {
    margin-top: -5rem; }
    @media (min-width: 48rem) {
      #case-template .hero-cs .case-image1__content {
        margin-top: -3.4375rem; } }
  #case-template .hero-cs .case-image1__card {
    margin: 0 2rem;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: none;
    will-change: transform, box-shadow; }
    @media (min-width: 48rem) {
      #case-template .hero-cs .case-image1__card {
        margin: 0 auto;
        max-width: 41.25rem; } }
    #case-template .hero-cs .case-image1__card.is-inview {
      animation: colorFade 1s ease-in-out;
      animation: shadowFade 4s ease-in-out;
      box-shadow: 0 50px 60px 0 rgba(6, 6, 6, 0.1); }
  #case-template .hero-cs .case-image1__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
    border-radius: 0.75rem; }
    @media (min-width: 48rem) {
      #case-template .hero-cs .case-image1__grid {
        grid-template-columns: repeat(3, 1fr); } }
    #case-template .hero-cs .case-image1__grid .case-image1__value {
      opacity: 0;
      transform: translate(0, 6.25rem);
      transition: transform 1s ease-in-out, opacity 1s ease-in-out; }
    #case-template .hero-cs .case-image1__grid.is-inview .case-image1__value {
      opacity: 1;
      transform: translate(0, 0); }
      #case-template .hero-cs .case-image1__grid.is-inview .case-image1__value:nth-child(2) {
        transition-delay: 0.5s; }
      #case-template .hero-cs .case-image1__grid.is-inview .case-image1__value:nth-child(3) {
        transition-delay: 0.75s; }
  #case-template .hero-cs .case-image1__value {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    border-radius: 0.75rem;
    background-color: rgba(255, 255, 255, 0.85); }
    #case-template .hero-cs .case-image1__value:nth-child(1) {
      border-radius: 0.75rem 0.75rem 0 0; }
    #case-template .hero-cs .case-image1__value:nth-child(2) {
      border-radius: 0; }
    #case-template .hero-cs .case-image1__value:nth-child(3) {
      border-radius: 0 0 0.75rem 0.75rem; }
    @media (min-width: 48rem) {
      #case-template .hero-cs .case-image1__value {
        flex-direction: column; }
        #case-template .hero-cs .case-image1__value:nth-child(1) {
          border-radius: 0.75rem 0 0 0.75rem; }
        #case-template .hero-cs .case-image1__value:nth-child(2) {
          border-radius: 0; }
        #case-template .hero-cs .case-image1__value:nth-child(3) {
          border-radius: 0 0.75rem 0.75rem 0; } }
  #case-template .hero-cs .case-image1__number {
    width: 4.0625rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.375rem; }
    @media (min-width: 48rem) {
      #case-template .hero-cs .case-image1__number {
        width: auto;
        font-size: 2rem;
        font-weight: 700;
        line-height: 2.25rem; } }
  #case-template .hero-cs .case-image1__label {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
    text-align: left;
    color: #111210; }
    @media (min-width: 48rem) {
      #case-template .hero-cs .case-image1__label {
        text-align: center; } }
  #case-template .hero-cs .bg-text {
    position: absolute;
    transform: translate(0%, 10%);
    z-index: 0; }
    #case-template .hero-cs .bg-text > img {
      max-width: 140vw; }
    @media (min-width: 25.875rem) {
      #case-template .hero-cs .bg-text {
        transform: translate(0%, 5%); } }
    @media (min-width: 48rem) {
      #case-template .hero-cs .bg-text {
        transform: translate(0%, -3%); }
        #case-template .hero-cs .bg-text > img {
          max-width: none;
          width: 115vw; } }
    @media (min-width: 64rem) {
      #case-template .hero-cs .bg-text {
        transform: translate(0%, 4%); } }
    @media (min-width: 80rem) {
      #case-template .hero-cs .bg-text {
        transform: translate(0%, -18%); } }
    @media (min-width: 90rem) {
      #case-template .hero-cs .bg-text {
        transform: translate(0%, -22%); } }
    @media (min-width: 100rem) {
      #case-template .hero-cs .bg-text {
        transform: translate(0%, -25%); } }
    #case-template .hero-cs .bg-text.fade-in {
      opacity: 0;
      transition: opacity 1s ease-in-out; }
    #case-template .hero-cs .bg-text.fade-in.is-inview {
      opacity: 1;
      transition-delay: 0.5s; }

@keyframes shadowFade {
  0% {
    box-shadow: 0 50px 60px 0 rgba(6, 6, 6, 0);
    background-color: transparent;
    backdrop-filter: blur(0px); }
  100% {
    box-shadow: 0 50px 60px 0 rgba(6, 6, 6, 0.1);
    background-color: rgba(255, 255, 255, 0.5); } }
@keyframes colorFade {
  0% {
    background-color: transparent;
    backdrop-filter: blur(0px); }
  100% {
    background-color: rgba(255, 255, 255, 0.4); } }
#case-template .blue-section {
  padding: 6.25rem 1.5rem;
  background-image: url(../../assets/images/pages/case-vetsource/blue-section_mobile.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  margin-top: 0; }
  @media (min-width: 48rem) {
    #case-template .blue-section {
      background-image: url(../../assets/images/pages/case-vetsource/tech-stack_Desktop.webp);
      padding: 6.25rem 1.5rem; } }
  #case-template .blue-section .container {
    margin: 0 auto;
    padding: 0;
    max-width: 62.5rem; }
  #case-template .blue-section .text-section__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.375rem;
    line-height: normal; }
    @media (min-width: 48rem) {
      #case-template .blue-section .text-section__title {
        font-size: 3.5rem;
        font-weight: 700;
        line-height: 4rem; } }
    #case-template .blue-section .text-section__title span {
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 1.375rem;
      background: var(--gradient1-main, linear-gradient(90deg, #0ECC7E 0%, #53C0D2 100%));
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 0.5rem; }
      @media (min-width: 48rem) {
        #case-template .blue-section .text-section__title span {
          font-size: 1rem;
          font-weight: 700;
          line-height: 1.375rem;
          line-height: normal; } }
  #case-template .blue-section .text-section__grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
    padding: 0 1.5rem; }
    @media (min-width: 48rem) {
      #case-template .blue-section .text-section__grid {
        gap: 3rem; } }
    @media (min-width: 64rem) {
      #case-template .blue-section .text-section__grid {
        flex-direction: row; } }
  #case-template .blue-section .text-section__description-rigth {
    height: auto;
    display: flex;
    flex-direction: column; }
    @media (min-width: 64rem) {
      #case-template .blue-section .text-section__description-rigth {
        height: 23.4375rem;
        justify-content: end; } }
  #case-template .blue-section .text-section__description-withoutimg {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0rem; }
  #case-template .blue-section .text-section__description-rigth-withoutimg {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 2rem; }
    @media (min-width: 48rem) {
      #case-template .blue-section .text-section__description-rigth-withoutimg {
        grid-area: 2 / 2 / 2 / 4;
        place-items: start;
        margin-top: 0rem; } }
    @media (min-width: 80rem) {
      #case-template .blue-section .text-section__description-rigth-withoutimg {
        grid-area: 2 / 3 / 3 / 4; } }
  #case-template .blue-section .text-section__grid-withoutimg {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem; }
    @media (min-width: 48rem) {
      #case-template .blue-section .text-section__grid-withoutimg {
        display: grid;
        grid-template-columns: auto 10rem auto; } }
    @media (min-width: 80rem) {
      #case-template .blue-section .text-section__grid-withoutimg {
        grid-template-columns: auto 4.75rem auto; } }
    #case-template .blue-section .text-section__grid-withoutimg .shape--line {
      margin: 2rem 0rem; }
  #case-template .blue-section .shape {
    margin: 0; }
  #case-template .blue-section .text-section__description {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem; }
    #case-template .blue-section .text-section__description p {
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.5rem; }
      @media (min-width: 48rem) {
        #case-template .blue-section .text-section__description p {
          font-size: 1rem;
          font-weight: 400;
          line-height: 1.25rem; } }
      #case-template .blue-section .text-section__description p:first-child {
        margin-bottom: 1.5rem; }
  #case-template .blue-section .text-section__grid .text-section__title,
  #case-template .blue-section .text-section__grid .shape,
  #case-template .blue-section .text-section__grid .text-section__description,
  #case-template .blue-section .text-section__grid .text-section__description-rigth {
    opacity: 0;
    transform: translate(0, 6.25rem);
    transition: all 1.5s ease-in-out; }
  #case-template .blue-section .text-section__grid.is-inview .text-section__title,
  #case-template .blue-section .text-section__grid.is-inview .shape,
  #case-template .blue-section .text-section__grid.is-inview .text-section__description,
  #case-template .blue-section .text-section__grid.is-inview .text-section__description-rigth {
    opacity: 1;
    transform: translate(0, 0); }
  #case-template .blue-section .text-section__grid.is-inview .text-section__description {
    transition-delay: 0.5s; }
  #case-template .blue-section .text-section__grid.is-inview .text-section__description-rigth {
    transition-delay: 1s; }
  #case-template .blue-section .parallax.blue-section__circle-shape .circle-shape {
    display: block;
    right: inherit;
    width: 2.9375rem;
    height: 2.9375rem;
    top: 39.0625rem;
    left: -1.25rem; }
    @media (min-width: 25.875rem) {
      #case-template .blue-section .parallax.blue-section__circle-shape .circle-shape {
        top: 35.3125rem; } }
    @media (min-width: 48rem) {
      #case-template .blue-section .parallax.blue-section__circle-shape .circle-shape {
        top: 35.3125rem; } }
    @media (min-width: 80rem) {
      #case-template .blue-section .parallax.blue-section__circle-shape .circle-shape {
        top: 28.125rem;
        left: 7.8125rem; } }
    @media (min-width: 120rem) {
      #case-template .blue-section .parallax.blue-section__circle-shape .circle-shape {
        top: 26vw;
        left: 8vw;
        width: 3.5625rem;
        height: 3.5625rem; } }
  #case-template .blue-section .parallax.blue-section__circle-shape-blur {
    position: absolute;
    z-index: 1;
    width: 1.875rem;
    height: 1.875rem;
    filter: blur(0.5rem);
    display: none;
    opacity: 0.5; }
    @media (min-width: 64rem) {
      #case-template .blue-section .parallax.blue-section__circle-shape-blur {
        display: block; } }
    @media (min-width: 48rem) {
      #case-template .blue-section .parallax.blue-section__circle-shape-blur {
        top: 14.25rem;
        right: 12.25rem; } }
    @media (min-width: 64rem) {
      #case-template .blue-section .parallax.blue-section__circle-shape-blur {
        display: block;
        top: 27.1875rem;
        right: 22.8125rem; } }
    @media (min-width: 120rem) {
      #case-template .blue-section .parallax.blue-section__circle-shape-blur {
        right: 25vw;
        top: 30vw; } }
  #case-template .blue-section .parallax.blue-section__circle-shape-blur2 {
    position: absolute;
    z-index: 1;
    width: 1.875rem;
    height: 1.875rem;
    filter: blur(0.5rem);
    width: 4.8125rem;
    height: 4.8125rem;
    display: block;
    top: 6.25rem;
    right: -1.5rem;
    opacity: 0.5; }
    @media (min-width: 64rem) {
      #case-template .blue-section .parallax.blue-section__circle-shape-blur2 {
        display: block; } }
    @media (min-width: 80rem) {
      #case-template .blue-section .parallax.blue-section__circle-shape-blur2 {
        right: 27.5rem; } }
    @media (min-width: 120rem) {
      #case-template .blue-section .parallax.blue-section__circle-shape-blur2 {
        display: block;
        right: 31vw; } }
  #case-template .blue-section .parallax.blue-section__circle-shape2 .circle-shape {
    display: none;
    width: 1.25rem;
    height: 1.25rem;
    top: 17.5rem;
    right: -0.5rem;
    z-index: 2; }
    @media (min-width: 80rem) {
      #case-template .blue-section .parallax.blue-section__circle-shape2 .circle-shape {
        display: block;
        top: 20rem;
        right: 8.75rem; } }

#case-template .gallery {
  position: relative;
  padding: 4.5rem 0 6.25rem;
  /* Removed  pxToRem(24) from sides for marquee bleed (Safari made overflow hidden) */ }
  @media (min-width: 48rem) {
    #case-template .gallery {
      padding-top: 6.25rem; } }
  #case-template .gallery__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem; }
  #case-template .gallery__container {
    transform: translateZ(0);
    display: flex;
    overflow: visible;
    user-select: none;
    opacity: 0;
    transition: all 1.5s ease-in-out;
    transition-delay: 1s; }
    #case-template .gallery__container.is-inview {
      opacity: 1; }
      #case-template .gallery__container.is-inview .gallery__content {
        animation: scroll 20s linear infinite; }
  #case-template .gallery__content {
    will-change: transform;
    backface-visibility: hidden;
    flex-shrink: 0;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: space-around;
    transform: translate3d(0, 0, 0);
    width: max-content; }
    @media (min-width: 48rem) {
      #case-template .gallery__content {
        gap: 3rem; } }
@keyframes scroll {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
  #case-template .gallery__img {
    transform: translateZ(0);
    padding: 0rem;
    max-height: none;
    width: 3.75rem;
    flex: 1 0 auto; }
    @media (min-width: 48rem) {
      #case-template .gallery__img {
        width: 6.875rem;
        max-height: fit-content;
        padding: 0rem 2rem; } }

.what-we-did {
  margin: 2.5rem 0; }
  @media (min-width: 48rem) {
    .what-we-did {
      margin: 3.75rem 0; } }
  @media (min-width: 64rem) {
    .what-we-did {
      margin: 6.25rem 0; } }
  .what-we-did .container {
    position: relative;
    max-width: 62.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1.5rem; }
    .what-we-did .container .text-section__title, .what-we-did .container .text-section__middle-line, .what-we-did .container .text-section__description, .what-we-did .container .text-section__description-rigth {
      opacity: 0;
      transform: translate(0, 6.25rem);
      transition: opacity 1s ease-in-out, transform 1s ease-in-out; }
    .what-we-did .container.is-inview .text-section__title, .what-we-did .container.is-inview .text-section__middle-line, .what-we-did .container.is-inview .text-section__description, .what-we-did .container.is-inview .text-section__description-rigth {
      opacity: 1;
      transform: translate(0, 0); }
    .what-we-did .container.is-inview .text-section__middle-line {
      transition-delay: 0.5s; }
    .what-we-did .container.is-inview .text-section__description {
      transition-delay: 1s; }
    .what-we-did .container.is-inview .text-section__description-rigth {
      transition-delay: 1.5s; }
    .what-we-did .container .bg-text {
      position: absolute;
      transform: translate(-18%, -25%);
      z-index: 0; }
      .what-we-did .container .bg-text > img {
        max-width: none;
        width: 140vw; }
      @media (min-width: 48rem) {
        .what-we-did .container .bg-text {
          left: 50%;
          transform: translate(-50%, -25%);
          z-index: 0; }
          .what-we-did .container .bg-text > img {
            max-width: none;
            width: 120vw; } }
      @media (min-width: 64rem) {
        .what-we-did .container .bg-text {
          top: 0rem;
          left: 50%;
          transform: translate(-50%, -14%); } }
      @media (min-width: 80rem) {
        .what-we-did .container .bg-text {
          transform: translate(-50%, -20%); } }
      @media (min-width: 90rem) {
        .what-we-did .container .bg-text {
          transform: translate(-50%, -34%); }
          .what-we-did .container .bg-text > img {
            width: 115vw; } }
      @media (min-width: 100rem) {
        .what-we-did .container .bg-text {
          transform: translate(-50%, -36%); }
          .what-we-did .container .bg-text > img {
            width: 115vw; } }
      .what-we-did .container .bg-text.fade-in {
        opacity: 0;
        transition: opacity 1.5s ease-in-out; }
      .what-we-did .container .bg-text.fade-in.show {
        opacity: 1;
        transition-delay: 0.5s; }
    .what-we-did .container .text-section__title {
      text-align: center;
      z-index: 10;
      font-size: 2rem;
      font-weight: 700;
      line-height: 2.5rem;
      line-height: normal; }
      @media (min-width: 48rem) {
        .what-we-did .container .text-section__title {
          font-size: 3.5rem;
          font-weight: 700;
          line-height: 4rem; } }
    .what-we-did .container .text-section__middle-line {
      margin: 0;
      display: flex;
      flex-direction: column;
      align-self: center;
      z-index: 10; }
    .what-we-did .container .text-section__grid {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
      text-align: left;
      z-index: 10; }
      @media (min-width: 64rem) {
        .what-we-did .container .text-section__grid {
          display: grid;
          gap: 0;
          grid-template-columns: 1fr 3rem 1fr; } }
    .what-we-did .container .text-section__description {
      margin-top: 0;
      z-index: 10; }
      @media (min-width: 48rem) {
        .what-we-did .container .text-section__description {
          font-size: 1.125rem;
          font-weight: 400;
          line-height: 1.375rem; } }
      @media (min-width: 64rem) {
        .what-we-did .container .text-section__description {
          grid-area: 1/1/2/2;
          display: grid;
          place-items: start; } }
    .what-we-did .container .text-section__description-rigth {
      z-index: 10; }
      @media (min-width: 48rem) {
        .what-we-did .container .text-section__description-rigth {
          font-size: 1.125rem;
          font-weight: 400;
          line-height: 1.375rem; } }
      @media (min-width: 64rem) {
        .what-we-did .container .text-section__description-rigth {
          margin-top: -2.5rem;
          grid-area: 2/3/3/4;
          display: grid;
          place-items: start; } }
    .what-we-did .container .text-section__grid-list {
      display: flex;
      flex-direction: column;
      gap: 3rem;
      text-align: left;
      margin-top: 1.25rem; }
      @media (min-width: 64rem) {
        .what-we-did .container .text-section__grid-list {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 3rem; } }
      .what-we-did .container .text-section__grid-list .list-wrapper,
      .what-we-did .container .text-section__grid-list .list-content {
        display: flex;
        flex-direction: column;
        gap: 1.5rem; }
        .what-we-did .container .text-section__grid-list .list-wrapper p,
        .what-we-did .container .text-section__grid-list .list-content p {
          font-size: 1rem;
          font-weight: 700;
          line-height: 1.625rem; }
          @media (min-width: 48rem) {
            .what-we-did .container .text-section__grid-list .list-wrapper p,
            .what-we-did .container .text-section__grid-list .list-content p {
              font-size: 1.125rem;
              font-weight: 700;
              line-height: 1.375rem; } }
        @media (min-width: 64rem) {
          .what-we-did .container .text-section__grid-list .list-wrapper,
          .what-we-did .container .text-section__grid-list .list-content {
            gap: 1rem; } }
      .what-we-did .container .text-section__grid-list .list-content li {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.625rem;
        line-height: normal;
        gap: 0.75rem; }
        @media (min-width: 48rem) {
          .what-we-did .container .text-section__grid-list .list-content li {
            line-height: 1.25rem; } }
        .what-we-did .container .text-section__grid-list .list-content li div {
          width: 1rem;
          height: 1.25rem;
          position: relative; }
          .what-we-did .container .text-section__grid-list .list-content li div::before {
            content: '';
            position: absolute;
            width: 0.5rem;
            height: 0.5rem;
            top: 60%;
            background: linear-gradient(137deg, #1EDD8E 21.41%, #53C0D2 58.8%);
            border-radius: 50%; }
      .what-we-did .container .text-section__grid-list .list-wrapper {
        opacity: 0;
        transform: translate(-6.25rem, 0);
        transition: opacity 1s ease-in-out, transform 1s ease-in-out; }
        .what-we-did .container .text-section__grid-list .list-wrapper .list-content {
          opacity: 0;
          transform: translate(-6.25rem, 0);
          transition: opacity 1s ease-in-out, transform 1s ease-in-out; }
      .what-we-did .container .text-section__grid-list.is-inview .list-wrapper {
        opacity: 1;
        transform: translate(0, 0);
        transition-delay: 1s; }
        .what-we-did .container .text-section__grid-list.is-inview .list-wrapper .list-content {
          opacity: 1;
          transform: translate(0, 0); }
    .what-we-did .container .text-section__img {
      opacity: 0;
      transform: translate(0, 6.25rem);
      transition: opacity 1s ease-in-out, transform 1s ease-in-out; }
      @media (min-width: 64rem) {
        .what-we-did .container .text-section__img {
          transform: translate(6.25rem, 0);
          transition-delay: 1s; } }
      .what-we-did .container .text-section__img.is-inview {
        opacity: 1;
        transform: translate(0, 0); }

.goal-section {
  position: relative;
  padding: 2.5rem 0;
  margin-bottom: 0; }
  @media (min-width: 48rem) {
    .goal-section {
      padding: 0;
      margin: 3.75rem 3.125rem;
      min-height: 40.625rem; } }
  @media (min-width: 64rem) {
    .goal-section {
      margin: 5rem 3.125rem 11.25rem;
      min-height: 44.6875rem; } }
  @media (min-width: 80rem) {
    .goal-section {
      margin: 5rem auto 15.625rem;
      max-width: 62.5rem; } }
  @media (min-width: 100rem) {
    .goal-section {
      margin-bottom: 15.625rem; } }
  .goal-section__wrapper {
    opacity: 0;
    transform: translate(0, 6.25rem);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out; }
    .goal-section__wrapper.is-inview {
      opacity: 1;
      transform: translate(0, 0); }
  .goal-section .stripes-wrapper {
    position: absolute;
    right: -4%;
    top: -20%; }
    .goal-section .stripes-wrapper img {
      width: 3.75rem; }
      @media (min-width: 48rem) {
        .goal-section .stripes-wrapper img {
          width: 5.625rem; } }
    @media (min-width: 48rem) {
      .goal-section .stripes-wrapper {
        right: -10%;
        top: 20%; } }
    @media (min-width: 64rem) {
      .goal-section .stripes-wrapper {
        right: -7%; } }
    @media (min-width: 80rem) {
      .goal-section .stripes-wrapper {
        right: -24%;
        top: 45%; } }
  .goal-section .container {
    padding: 0 1.5rem; }
    @media (min-width: 48rem) {
      .goal-section .container {
        top: 115%;
        padding: 0; } }
    @media (min-width: 64rem) {
      .goal-section .container {
        top: 95%;
        max-width: 62.5rem; } }
  @media (min-width: 48rem) {
    .goal-section .case-image4__image {
      padding-right: 0;
      transform: none;
      max-height: 25rem; } }
  @media (min-width: 64rem) {
    .goal-section .case-image4__image {
      max-height: 35rem;
      margin: 0; } }
  .goal-section .case-image4__card {
    padding: 2rem 1.25rem;
    gap: 1.25rem; }
    @media (min-width: 48rem) {
      .goal-section .case-image4__card {
        padding: 2.5rem 1.5rem;
        width: 34.375rem;
        max-width: none; } }
    @media (min-width: 64rem) {
      .goal-section .case-image4__card {
        padding: 3rem;
        width: 37.5rem;
        max-width: none; } }
    .goal-section .case-image4__card .case-image4__badge {
      font-size: 0.875rem;
      font-weight: 700;
      line-height: 1.375rem; }
      @media (min-width: 48rem) {
        .goal-section .case-image4__card .case-image4__badge {
          font-size: 1.125rem;
          font-weight: 700;
          line-height: 1.375rem; } }
    .goal-section .case-image4__card .case-image4__title {
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 2.25rem;
      margin-bottom: 1.25rem; }
      @media (min-width: 48rem) {
        .goal-section .case-image4__card .case-image4__title {
          margin-bottom: 2rem;
          font-size: 3rem;
          font-weight: 700;
          line-height: 3.25rem; } }
    .goal-section .case-image4__card .case-image4__line {
      margin-bottom: 1.25rem; }
      @media (min-width: 48rem) {
        .goal-section .case-image4__card .case-image4__line {
          margin-bottom: 2rem; } }
    .goal-section .case-image4__card .case-image4__text {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.625rem; }
      @media (min-width: 48rem) {
        .goal-section .case-image4__card .case-image4__text {
          font-size: 1.125rem;
          font-weight: 400;
          line-height: 1.375rem; } }

.contact {
  padding-top: 0rem; }
  @media (min-width: 80rem) {
    .contact {
      padding-top: 6.25rem;
      margin-top: 1.25rem; } }
  .contact__background-text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -1rem;
    left: 0; }
    .contact__background-text > img {
      max-width: 120%; }
    @media (min-width: 48rem) {
      .contact__background-text {
        top: 0rem; } }
    @media (min-width: 64rem) {
      .contact__background-text {
        left: -7.5rem; }
        .contact__background-text > img {
          max-width: 115vw; } }
    @media (min-width: 90rem) {
      .contact__background-text > img {
        width: 120vw; } }
    @media (min-width: 100rem) {
      .contact__background-text {
        top: -1.25rem; } }
    @media (min-width: 160rem) {
      .contact__background-text > img {
        width: 115vw;
        max-width: inherit; } }

.about {
  position: relative;
  padding: 3.75rem 1.5rem; }
  @media (min-width: 48rem) {
    .about {
      padding: 5rem 1.5rem; } }
  .about .sg-image__diamond,
  .about .sg-image__diamond-shadow {
    position: absolute; }
    @media (min-width: 48rem) {
      .about .sg-image__diamond,
      .about .sg-image__diamond-shadow {
        display: block;
        position: absolute;
        z-index: 0;
        opacity: 0;
        transition: opacity 3s ease-in-out; } }
  .about .sg-image__diamond {
    bottom: -2.5rem;
    left: -1.25rem; }
    @media (min-width: 48rem) {
      .about .sg-image__diamond {
        bottom: -5rem;
        left: -0.9375rem; }
        .about .sg-image__diamond.is-inview {
          opacity: 1; } }
    @media (min-width: 64rem) {
      .about .sg-image__diamond {
        width: 65px;
        bottom: -5rem;
        left: 0.3125rem; } }
    @media (min-width: 90rem) {
      .about .sg-image__diamond {
        bottom: 0rem;
        left: 5%; } }
  .about .sg-image__diamond-shadow {
    bottom: -3.75rem;
    left: -0.625rem; }
    @media (min-width: 48rem) {
      .about .sg-image__diamond-shadow {
        bottom: -6.25rem;
        left: -1.25rem; }
        .about .sg-image__diamond-shadow.is-inview {
          opacity: 0.2; } }
    @media (min-width: 64rem) {
      .about .sg-image__diamond-shadow {
        width: 65px;
        bottom: -6.25rem;
        left: 0.625rem; } }
    @media (min-width: 90rem) {
      .about .sg-image__diamond-shadow {
        bottom: -1.25rem;
        left: 6%; } }

/*# sourceMappingURL=case-study-template.css.map */
