h2:not(.fade) {
  text-transform: uppercase;
  font-size: 40px;
  font-family: "Host Grotesk", sans-serif;
  font-weight: 900;
  margin-block: 0 30px; }
  @media only screen and (max-width: 1000px) {
    h2:not(.fade) {
      font-size: 30px; } }

.homepage-hero {
  position: relative;
  min-height: 500px; }
  @media only screen and (max-width: 600px) {
    .homepage-hero {
      min-height: 350px; } }
  .homepage-hero:after {
    position: absolute;
    content: '';
    display: block;
    width: 4px;
    background: #13a89e;
    height: clamp(100px, 16vw, 350px);
    -webkit-transform: translate(-50%, 23%);
    -ms-transform: translate(-50%, 23%);
    transform: translate(-50%, 23%);
    left: 50%;
    bottom: 0; }
    @media only screen and (max-width: 1100px) {
      .homepage-hero:after {
        display: none; } }
  .homepage-hero .hero-img {
    width: 100%;
    height: auto;
    display: block; }
    @media only screen and (max-width: 1100px) {
      .homepage-hero .hero-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }
  .homepage-hero .left {
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    max-width: 30%; }
    @media only screen and (max-width: 600px) {
      .homepage-hero .left {
        max-width: 40%; } }
  .homepage-hero .right {
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: 1;
    max-width: 30%; }
    @media only screen and (max-width: 600px) {
      .homepage-hero .right {
        max-width: 40%; } }
  .homepage-hero .hero-content {
    position: absolute;
    z-index: 1;
    top: 52%;
    left: 50%;
    width: 80%;
    max-width: 1020px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 800px) {
      .homepage-hero .hero-content {
        top: 50%; } }
    @media only screen and (max-width: 600px) {
      .homepage-hero .hero-content {
        width: 85%; } }
    .homepage-hero .hero-content h1 {
      color: #ffffff;
      font-family: "Host Grotesk", sans-serif;
      text-transform: uppercase;
      font-size: clamp(40px, 7.5vw, 120px);
      text-align: center;
      line-height: .95;
      margin: 0;
      font-weight: 700; }
      @media only screen and (max-width: 400px) {
        .homepage-hero .hero-content h1 {
          font-size: 36px; } }
      .homepage-hero .hero-content h1 span {
        display: block;
        font-size: clamp(20px, 3vw, 40px);
        letter-spacing: .1em;
        margin-top: 10px; }
    .homepage-hero .hero-content .mobile-btn {
      margin-inline: auto;
      margin-top: 20px; }
      @media only screen and (min-width: 1101px) {
        .homepage-hero .hero-content .mobile-btn {
          display: none; } }

.home-main {
  padding-block: clamp(100px, 10vw, 180px) clamp(60px, 8.25vw, 100px); }
  @media only screen and (max-width: 1000px) {
    .home-main {
      padding-block: clamp(30px, 6.25vw, 50px) 50px;
      overflow: hidden; } }
  .home-main .home-top-section {
    padding-bottom: clamp(60px, 8.25vw, 100px);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: clamp(200px, 29.3vw, 470px) 1fr;
    grid-template-columns: clamp(200px, 29.3vw, 470px) 1fr;
    gap: clamp(60px, 8.25vw, 100px) clamp(60px, 7.5vw, 150px);
    position: relative; }
    @media only screen and (max-width: 1000px) {
      .home-main .home-top-section {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        gap: clamp(30px, 6.25vw, 50px); } }
    .home-main .home-top-section .scroll-heading {
      position: relative; }
      @media only screen and (max-width: 1000px) {
        .home-main .home-top-section .scroll-heading {
          overflow: hidden;
          position: relative;
          width: 100vw;
          margin-inline: calc(-1 * clamp(30px,5vw,100px)); } }
      .home-main .home-top-section .scroll-heading .scroll-text {
        position: -webkit-sticky;
        position: sticky;
        top: 10px; }
        @media only screen and (max-width: 1000px) {
          .home-main .home-top-section .scroll-heading .scroll-text {
            position: relative;
            white-space: nowrap;
            display: block;
            top: 0; } }
        .home-main .home-top-section .scroll-heading .scroll-text h2 {
          text-transform: uppercase;
          margin: 0;
          font-family: "Host Grotesk", sans-serif;
          font-weight: 900;
          font-size: clamp(60px, 7.5vw, 120px);
          line-height: 0.9; }
          .home-main .home-top-section .scroll-heading .scroll-text h2 span {
            display: block; }
          @media only screen and (max-width: 1000px) {
            .home-main .home-top-section .scroll-heading .scroll-text h2 {
              color: #afe1df;
              font-size: clamp(40px, 7.5vw, 60px); }
              .home-main .home-top-section .scroll-heading .scroll-text h2 .scroll-inner {
                display: inline-block;
                white-space: nowrap;
                -webkit-animation: scroll-left 35s linear infinite;
                animation: scroll-left 35s linear infinite; }
                .home-main .home-top-section .scroll-heading .scroll-text h2 .scroll-inner span {
                  display: inline-block;
                  padding-inline: 10px; } }
    @media only screen and (max-width: 1000px) {
      .home-main .home-top-section .content {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4; } }
    .home-main .home-top-section .content h3 {
      text-transform: uppercase;
      font-size: 40px;
      font-family: "Host Grotesk", sans-serif;
      font-weight: 900;
      margin-block: 0 30px; }
      @media only screen and (max-width: 1000px) {
        .home-main .home-top-section .content h3 {
          font-size: 30px; } }
    .home-main .home-top-section .content *:last-child {
      margin-bottom: 0; }
    .home-main .home-top-section .full-img {
      border-radius: 20px;
      overflow: hidden; }
      .home-main .home-top-section .full-img img {
        width: 100%;
        height: auto;
        display: block; }
        @media only screen and (max-width: 1000px) {
          .home-main .home-top-section .full-img img {
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            position: absolute; } }
      @media only screen and (min-width: 1001px) {
        .home-main .home-top-section .full-img {
          -ms-grid-column-span: 2;
          grid-column: span 2; } }
      @media only screen and (max-width: 1000px) {
        .home-main .home-top-section .full-img {
          -ms-grid-row: 2;
          -ms-grid-row-span: 1;
          grid-row: 2/3;
          height: 200px;
          width: 100%;
          position: relative; } }

.different-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 500px 1fr;
  grid-template-columns: 500px 1fr;
  gap: clamp(30px, 6.25vw, 100px);
  position: relative; }
  @media only screen and (max-width: 1600px) {
    .different-section {
      -ms-grid-columns: 1fr 850px;
      grid-template-columns: 1fr 850px; } }
  @media only screen and (max-width: 1450px) {
    .different-section {
      -ms-grid-columns: 1fr 700px;
      grid-template-columns: 1fr 700px; } }
  @media only screen and (max-width: 1100px) {
    .different-section {
      -ms-grid-columns: 1fr 600px;
      grid-template-columns: 1fr 600px;
      gap: 40px; } }
  @media only screen and (max-width: 1000px) {
    .different-section {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      gap: clamp(30px, 6.25vw, 50px); } }
  .different-section .sticky-wrapper {
    position: relative;
    width: 100%;
    height: 100%; }
    .different-section .sticky-wrapper .img-wrapper {
      border-radius: 20px;
      overflow: hidden;
      width: 100%;
      aspect-ratio: 2/3;
      position: -webkit-sticky;
      position: sticky;
      top: 10px; }
      @media only screen and (max-width: 1000px) {
        .different-section .sticky-wrapper .img-wrapper {
          aspect-ratio: 9/5;
          position: relative;
          top: 0; } }
      .different-section .sticky-wrapper .img-wrapper img {
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute; }
        @media only screen and (max-width: 1000px) {
          .different-section .sticky-wrapper .img-wrapper img {
            -o-object-position: top;
            object-position: top; } }
  .different-section .mobile-expand {
    margin-top: clamp(30px, 6.25vw, 50px);
    width: 100%; }
    .different-section .mobile-expand .expand-item {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 245px 500px;
      grid-template-columns: 245px 500px;
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-top: 2px solid #13a89e;
      padding-block: 20px; }
      @media only screen and (max-width: 1450px) {
        .different-section .mobile-expand .expand-item {
          -ms-grid-columns: 200px 420px;
          grid-template-columns: 200px 420px; } }
      @media only screen and (max-width: 1100px) {
        .different-section .mobile-expand .expand-item {
          -ms-grid-columns: 170px 360px;
          grid-template-columns: 170px 360px; } }
      @media only screen and (max-width: 1000px) {
        .different-section .mobile-expand .expand-item {
          -ms-grid-columns: 100%;
          grid-template-columns: 100%;
          gap: 10px; } }
      @media only screen and (max-width: 1000px) {
        .different-section .mobile-expand .expand-item .inner {
          display: none; } }
      .different-section .mobile-expand .expand-item p {
        margin: 0; }
      .different-section .mobile-expand .expand-item h4 {
        margin: 0;
        font-family: "Host Grotesk", sans-serif;
        font-size: 20px;
        color: #162128;
        line-height: 1.4;
        text-wrap: balance;
        font-weight: 900;
        text-transform: uppercase; }
        @media only screen and (max-width: 1000px) {
          .different-section .mobile-expand .expand-item h4 {
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: 1fr 40px;
            grid-template-columns: 1fr 40px;
            gap: 20px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .different-section .mobile-expand .expand-item h4 svg {
              width: 20px;
              height: 20px;
              fill: #13a89e;
              -webkit-transition: .3s all ease;
              -o-transition: .3s all ease;
              transition: .3s all ease; } }
        @media only screen and (max-width: 600px) {
          .different-section .mobile-expand .expand-item h4 {
            font-size: 16px; } }
        .different-section .mobile-expand .expand-item h4.active svg {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.home-projects {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 29%;
  grid-template-columns: 1fr 29%;
  gap: clamp(40px, 6.25vw, 120px);
  overflow: hidden;
  z-index: 1; }
  @media only screen and (max-width: 1450px) {
    .home-projects {
      -ms-grid-columns: 1fr 375px;
      grid-template-columns: 1fr 375px; } }
  @media only screen and (max-width: 1000px) {
    .home-projects {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      gap: 30px; } }
  .home-projects .projects-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(20px, 2.2vw, 40px);
    -ms-flex-line-pack: start;
    align-content: flex-start; }
    @media only screen and (max-width: 1250px) {
      .home-projects .projects-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (max-width: 1000px) {
      .home-projects .projects-grid {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3; } }
    @media only screen and (max-width: 700px) {
      .home-projects .projects-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
    .home-projects .projects-grid .grid-item a {
      width: 100%;
      display: block;
      aspect-ratio: 1/1;
      position: relative;
      border-radius: 20px;
      overflow: hidden; }
      @media only screen and (max-width: 700px) {
        .home-projects .projects-grid .grid-item a {
          aspect-ratio: 3/2; } }
      .home-projects .projects-grid .grid-item a .icon {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 3; }
        .home-projects .projects-grid .grid-item a .icon svg {
          height: 35px;
          width: 35px;
          display: block;
          color: #13a89e;
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease; }
      .home-projects .projects-grid .grid-item a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .home-projects .projects-grid .grid-item a span {
        position: absolute;
        bottom: 40px;
        left: 30px;
        color: #ffffff;
        text-transform: uppercase;
        font-family: "Host Grotesk", sans-serif;
        font-weight: 900;
        font-size: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(100% - 60px);
        text-wrap: balance;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        @media only screen and (max-width: 700px) {
          .home-projects .projects-grid .grid-item a span {
            font-size: 14px;
            bottom: 25px;
            left: 15px; } }
      .home-projects .projects-grid .grid-item a:hover img, .home-projects .projects-grid .grid-item a:focus img, .home-projects .projects-grid .grid-item a:active img {
        opacity: .7; }
      .home-projects .projects-grid .grid-item a:hover span, .home-projects .projects-grid .grid-item a:focus span, .home-projects .projects-grid .grid-item a:active span {
        bottom: 50%; }
      .home-projects .projects-grid .grid-item a:hover .icon svg, .home-projects .projects-grid .grid-item a:focus .icon svg, .home-projects .projects-grid .grid-item a:active .icon svg {
        color: #1f2b2d; }
  .home-projects .projects-sidebar h2 {
    color: #ffffff; }
  .home-projects .projects-sidebar p {
    color: #a5aaab; }
  .home-projects .background-image {
    position: absolute;
    top: calc(100% + 2vw);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    right: 0;
    width: calc( 29vw + clamp(30px,5vw,100px));
    height: auto;
    display: block;
    max-width: 620px;
    pointer-events: none;
    z-index: -1; }
    @media only screen and (max-width: 1800px) {
      .home-projects .background-image {
        display: none; } }

.home-lower {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: clamp(60px, 8.25vw, 100px); }

.process-section .tab-btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 5px; }
  @media only screen and (min-width: 1001px) {
    .process-section .tab-btns {
      display: none; } }
  .process-section .tab-btns button {
    border: none;
    outline: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Host Grotesk", sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #afe1df;
    background: #e7f6f5;
    height: 45px; }
    .process-section .tab-btns button.active {
      color: #e7f6f5;
      background: #afe1df; }

.process-section .steps-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(40px, 5.8vw, 100px);
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-top: clamp(60px, 8.25vw, 100px); }
  @media only screen and (max-width: 1200px) {
    .process-section .steps-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      grid-row-gap: 30px; } }
  @media only screen and (max-width: 1000px) {
    .process-section .steps-grid {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      margin-top: 40px; } }
  .process-section .steps-grid .steps-item {
    border-top: 2px solid #afe1df;
    border-bottom: 2px solid #afe1df;
    padding-block: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px; }
    .process-section .steps-grid .steps-item .step-number {
      display: block;
      color: #afe1df;
      font-family: "Host Grotesk", sans-serif;
      font-size: 120px;
      font-weight: 900;
      line-height: .9; }
    .process-section .steps-grid .steps-item h4 {
      margin: 0;
      text-transform: uppercase;
      font-size: 20px;
      font-family: "Host Grotesk", sans-serif;
      color: #162128;
      line-height: 1; }
    .process-section .steps-grid .steps-item p {
      margin: 0; }

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
