body {
  background: #fffaee !important;
}
.gant-hero {
  padding: 40px 0 70px 0;

  @media (max-width: 1024px) {
    padding: 10px 0 70px 0;
  }

  .container {
    .video_wrapper {
      margin-bottom: 30px;
      border-radius: var(--br-2xl);
      box-shadow: 7px 8px 24px 0px #0000000d, 27px 33px 43px 0px #0000000a, 61px 75px 58px 0px #00000008, 108px 133px 68px 0px #00000003, 168px 208px 75px 0px #00000000;
      overflow: hidden;

      @media (max-width: 1024px) {
        border-radius: var(--br-xl);
      }

      video {
        width: 100%;
        vertical-align: top;
      }
    }

    .gant_hero_desc {
      display: grid;
      grid-gap: 10%;
      grid-template-columns: 60% 30%;
      align-items: center;
      padding: 24px 120px 31px 120px;
      color: #fffaee;
      background-color: #181818;
      border-radius: var(--br-2xl);

      @media (max-width: 1024px) {
        padding: 0;
        grid-template-columns: 1fr;
        justify-content: center;
        gap: 34px;
        border-radius: var(--br-xl);
        background-color: transparent;
      }

      .gant_hero_desc_left {
        h4 {
          margin-left: 30px;
          position: relative;
          font-size: 32px;
          font-style: normal;
          font-weight: 700;

          &:before {
            content: '';
            position: absolute;
            left: -30px;
            top: 12px;
            width: 22px;
            height: 22px;
            background-color: #fffaee;
            border-radius: 100%;
          }

          @media (max-width: 1024px) {
            color: #181818;

            &::before {
              background-color: #181818;
            }
          }

          @media (max-width: 360px) {
            span {
              font-size: 24px;
            }

            &:before {
              top: 6px;
            }
          }
        }

        .text,
        .text > p {
          all: unset;
          font-family: var(--ff-Inter);
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 130%;
          letter-spacing: -0.36px;

          @media (max-width: 1024px) {
            color: #181818;
            letter-spacing: -0.36px;
          }
        }

        p {
          display: block !important;
          width: 99.5% !important;

          @media (max-width: 1024px) {
            width: 100% !important;
          }
        }
      }

      .gant_hero_desc_right {
        text-align: center;

        .btn {
          color: #181818;
          background-color: #fffaee;
          border-color: #181818;

          &:hover {
            color: #fffaee;
            background-color: #181818;
            border-color: #fffaee;
          }
        }

        @media (max-width: 1024px) {
          .btn {
            color: #fffaee;
            background-color: #181818;
            border-color: #181818;

            &:hover {
              color: #181818;
              background-color: #fffaee;
              border-color: #181818;
            }
          }
        }
      }
    }
  }
}

.indicator {
  position: absolute;
  top: 115px;
  left: 80px;
  @media (max-width: 1440px) {
    left: 50px;
    top: 70px;
    figure {
      width: 100px;
      height: 100px;
      img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }
    }
  }
  @media (max-width: 1024px) {
    left: 30px;
    display: none;
  }
}

.buyers-guide {
  padding: 200px 0 280px 0;

  @media (max-width: 1024px) {
    padding: 100px 0 180px 0;
    overflow: hidden;
  }
  .container {
    h2 {
      max-width: 660px;
      margin: 0 auto;
      margin-bottom: 40px;
      font-size: 75px;
      line-height: 80%;
      letter-spacing: -3px;
      @media (max-width: 1375px) {
        max-width: 760px;
        font-size: 55px;
      }
    }
    .guide-inner {
      display: flex;
      justify-content: flex-end;
      align-items: flex-start;
      height: 314px;
      @media (max-width: 1024px) {
        flex-direction: column;
        height: auto;
        align-items: center;
        justify-content: center;
        text-align: center;
      }

      .acordeon {
        position: relative;
        width: 222px;
        height: 314px;
        @media (max-width: 1024px) {
          transition: all 0.8s ease;
          transform: translateX(90px);
        }
        figure {
          width: 222px;
          height: 314px;
          position: absolute;
          top: 0;
          right: 40px;
          border-radius: 9px;
          overflow: hidden;
          transform: translate(0px, 0px) rotate(0deg);
          box-shadow: 1.63px 1.86px 5.58px 0px #0000000d, 6.28px 7.68px 10px 0px #0000000a, 14.19px 17.44px 13.49px 0px #00000008, 25.12px 30.93px 15.82px 0px #00000003, 39.08px 48.38px 17.44px 0px #00000000;

          transition: all 0.8s ease;

          &:nth-child(2) {
            transform: translate(-30px, 0px) rotate(0deg);
          }
          &:nth-child(3) {
            transform: translate(-60px, 0px) rotate(0deg);
          }
          &:nth-child(4) {
            transform: translate(-90px, 0px) rotate(-0deg);
          }
          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        }
      }
      .guide-info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        figure {
          margin-block: 50px 30px;
          .desktop {
            display: block;
            @media (max-width: 768px) {
              display: none;
            }
          }
          .mobile {
            display: none;
            @media (max-width: 768px) {
              display: block;
            }
          }
        }
        .cta {
          .btn {
            color: #fffaee;
            background: #ff6464;
            border-color: #ff6464;
            height: 80px;
            font-weight: 700;
            &:hover {
              color: #181818;
              background-color: #fffaee;
              border-color: #181818;
            }
          }
        }
      }
      &:hover {
        .acordeon {
          @media (max-width: 1024px) {
            transform: translateX(120px);
          }
          figure {
            transform: translate(0px, 0px) rotate(10deg);
            &:nth-child(2) {
              transform: translate(-30px, -30px) rotate(-10deg);
            }
            &:nth-child(3) {
              transform: translate(-120px, -30px) rotate(-30deg);
            }
            &:nth-child(4) {
              transform: translate(-200px, 0px) rotate(-45deg);
            }
            img {
              width: 100%;
              height: 100%;
              object-fit: cover;
            }
          }
        }
      }
    }
  }
}

.three-first {
  padding: 50px 0;

  @media (min-width: 1050px) {
    > .average {
      width: 1060px;
    }
  }

  .three_first_content {
    @media (max-width: 1024px) {
      grid-template-columns: 1fr !important;
      gap: 40px !important;
    }

    .text {
      @media (max-width: 1024px) {
        order: 2;
      }
    }

    > ul {
      @media (max-width: 1024px) {
        order: 1;
      }
    }
  }
}

.gant-vto {
  padding: 50px 0;

  .container {
    padding: 20px 0;
    display: grid;
    grid-template-columns: 462px 1fr;
    gap: 100px;

    .gant_vto_left {
      display: flex;
      flex-direction: column;
      gap: 20px;

      h2 {
        margin: 0;
        font-size: 100px;
        font-style: normal;
        font-weight: 700;
        line-height: 78%;
        letter-spacing: -2.172px;

        @media (max-width: 1024px) {
          font-size: 32px;
        }
      }

      .text,
      .text > p {
        font-family: var(--ff-Inter);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: -0.36px;
      }

      .qr_wrapper {
        width: fit-content;
        display: flex;
        flex-direction: column;
        gap: 30px;

        figure {
          width: fit-content;
          padding: 20px;
          border-radius: 30px;
          background-color: #181818;
          overflow: hidden;

          @media (max-width: 1024px) {
            display: none;
          }

          svg {
            path {
              fill: #fffaee;
            }
          }
        }

        .btn {
          width: 100%;
          height: 80px;
          position: relative;
          overflow: hidden;

          &:first-of-type {
            color: #fffaee;
            background-color: #181818;
            border-color: #fffaee;

            @media (max-width: 1024px) {
              width: 100%;
              color: #181818;
              background-color: #fffaee;
              border-color: #181818;
            }

            &:hover {
              color: #181818;
              background-color: #fffaee;
              border-color: #181818;

              @media (max-width: 1024px) {
                color: #fffaee;
                background-color: #181818;
                border-color: #fffaee;
              }
            }
          }

          span {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            transition: opacity 0.2s ease;
            white-space: nowrap;
          }

          span:first-child {
            opacity: 1;
          }

          span:last-child {
            opacity: 0;
          }

          &:hover span:first-child {
            opacity: 0;
          }

          &:hover span:last-child {
            opacity: 1;
          }
        }
      }
    }

    .gant_vto_video {
      position: relative;
      width: 100%;
      max-width: 400px;
      height: fit-content;
      max-height: 760px;
      overflow: hidden;
      border-radius: 40px;

      @media (max-width: 1024px) {
        border-radius: 20px;
        max-width: unset;
        height: 200px;
        max-height: 200px;
      }

      video {
        width: 100%;
        @media (max-width: 1024px) {
          transform: translateY(-50%);
        }
      }
    }

    @media (max-width: 1024px) {
      grid-template-columns: 1fr;

      .gant_vto_left {
        padding: 20px 20px 40px 20px;
        order: 2;
        border-radius: 30px;
        overflow: hidden;
        background-color: #181818;

        h2,
        p {
          color: #fffaee;
        }

        h2 {
          color: #fffaee;
          font-size: 32px;
          font-style: normal;
          font-weight: 700;
          line-height: 106%;
        }

        .qr_wrapper {
          width: 100%;
        }

        figure,
        .cta {
          width: 100%;
          text-align: center;

          .btn {
            color: #fffaee;
            background-color: #fffaee;
            border-color: #181818;

            &:hover {
              color: #fffaee;
              background-color: #181818;
              border-color: #fffaee;
            }
          }
        }
      }

      .gant_vto_video {
        border-radius: 20px;
        overflow: hidden;
        order: 1;

        video {
          width: 100%;
        }
      }
    }
  }
  &.elten-section {
    .container {
      grid-template-columns: 552px 1fr;
      @media (max-width: 1024px) {
        grid-template-columns: 1fr;
      }
    }
  }
}

.gant_swiper_container {
  display: flex;
  flex-direction: column;
  gap: 80px;

  h2 {
    margin: 0;
    display: none;

    color: #fffaee;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 106%;
    max-width: 250px;
    margin: 0 auto;

    @media (max-width: 1024px) {
      display: block;
    }

    @media (max-width: 768px) {
      gap: 60px;
    }
  }
}

.gant-custom-swiper {
  background-color: rgba(24, 24, 24, 1);
  padding: 320px 0;

  @media (max-width: 1024px) {
    padding: 40px 0 60px 0;
  }

  .container {
    display: grid;
    grid-template-columns: 440px 1fr;
    gap: 60px;

    @media (max-width: 1024px) {
      grid-template-columns: 1fr;
      gap: 80px;
    }

    .gant_swiper_text {
      display: flex;
      flex-direction: column;
      gap: 20px;

      @media (max-width: 1024px) {
        order: 2;
      }

      h2 {
        margin: 0;
        color: #fffaee;
        font-size: 100px;
        font-style: normal;
        font-weight: 700;
        line-height: 104%;
        letter-spacing: -2px;

        @media (max-width: 1024px) {
          display: none;
        }
      }

      .text,
      p {
        margin: 0;
        color: #fffaee;
        font-family: var(--ff-Inter);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: -0.36px;
      }
    }

    .gant_swiper_wrapper {
      @media (max-width: 1024px) {
        order: 1;
      }
    }
  }
}

.gant-video-text {
  padding: 50px 0;

  .container {
    padding: 20px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;

    @media (max-width: 1024px) {
      grid-template-columns: 1fr;
    }

    .gant_video_text_left {
      display: flex;
      flex-direction: column;
      gap: 20px;

      @media (max-width: 1024px) {
        order: 2;
      }

      h2 {
        position: relative;
        margin: 0;

        font-size: 100px;
        font-style: normal;
        font-weight: 700;
        line-height: 85%;
        letter-spacing: -2.172px;

        @media (max-width: 1024px) {
          font-size: 32px;
          margin-left: 30px;

          &:before {
            content: '';
            position: absolute;
            left: -30px;
            top: 50%;
            transform: translateY(-50%);
            width: 22px;
            height: 22px;
            background-color: #181818;
            border-radius: 100%;
          }
        }
      }

      .text,
      .text > p {
        font-family: var(--ff-Inter);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: -0.36px;
      }

      .cta {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: fit-content;
        overflow: hidden;

        @media (max-width: 1024px) {
          width: 100%;
        }

        .btn {
          display: flex;
          flex-direction: row;
          align-items: center;
          gap: 20px;

          &:first-of-type {
            color: #fffaee;
            background-color: #181818;
            border-color: #fffaee;

            @media (max-width: 1024px) {
              width: 100%;
              font-size: 24px !important;
            }

            svg {
              display: none;
              transition: all 0.2s ease;

              @media (max-width: 1024px) {
                display: block;
                transform: scale(1.5);
              }
            }

            rect {
              fill: #fffaee;
            }
          }

          &:last-of-type {
            @media (max-width: 1024px) {
              display: none;
            }

            &:hover {
              border-color: transparent;
              background: transparent;
            }
          }

          &:hover {
            color: #181818;
            background-color: #fffaee;
            border-color: #181818;

            svg {
              rect {
                fill: #181818;
              }
            }
          }
        }
      }

      @media (max-width: 1024px) {
        margin: 0 auto;
        justify-content: center;

        .btn {
          display: flex;
          flex-direction: row;
          align-items: center;
          gap: 20px;

          &:first-of-type {
            color: #fffaee;
            background-color: #181818;
            border-color: #fffaee;

            &:hover {
              color: #181818;
              background-color: #fffaee;
              border-color: #181818;
            }
          }
        }
      }
    }

    figure {
      width: fit-content;
      padding: 20px;
      border-radius: 20px;
      background-color: #181818;
      overflow: hidden;

      svg {
        path {
          fill: #fffaee;
        }
      }

      @media (max-width: 1024px) {
        display: none;

        svg {
          path {
            fill: #181818;
          }
        }
      }
    }
  }

  .gant_video_text_video {
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    width: 100%;

    @media (max-width: 1024px) {
      order: 1;
      height: 187px;
    }

    video,
    iframe {
      width: 100%;
      height: 100%;
    }
  }
}

.gant-blockquote {
  padding: 150px 0 50px 0;

  .container {
    padding: 20px 0;

    blockquote {
      display: flex;
      flex-direction: column;
      gap: 16px;

      padding: 40px 56px;
      border: none;
      border-radius: 80px;
      background-color: #181818;

      @media (max-width: 1024px) {
        margin: 0 -20px 0 -20px;
        padding: 30px 10px 50px 10px;
        border-radius: 30px;
        gap: 30px;
      }

      p {
        margin: 0;
        padding: 0;

        color: #fffaee;
        font-size: 45px;
        font-style: italic;
        font-weight: 700;
        line-height: 110%;
        /* 49.5px */

        @media (max-width: 1024px) {
          font-size: 32px;
          text-align: center;
        }

        @media (max-width: 768px) {
          color: #fffaee;
          text-align: center;
          font-size: 31px;
          font-style: italic;
          font-weight: 700;
          line-height: 110%;
        }
      }

      cite {
        margin: 0;
        width: fit-content;

        color: #fffaee;
        text-align: center;
        font-family: var(--ff-Inter);
        font-size: 18px;
        font-style: italic;
        font-weight: 300;
        line-height: 130%;

        @media (max-width: 1024px) {
          font-size: 18px;
          text-align: center;
        }

        &:first-of-type {
          @media (max-width: 1024px) {
            display: none;
          }
        }
      }

      .mobile {
        width: 100%;
        display: none;

        @media (max-width: 1024px) {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
        }
      }
    }
  }
}

.gant-video-marketing {
  padding: 50px 0;

  .narrow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;

    .video_wrapper {
      overflow: hidden;
      border-radius: 40px;
      width: 100%;

      @media (max-width: 1024px) {
        border-radius: 20px;
      }

      video {
        width: 100%;
      }
    }

    .gant_video_marketing_desc {
      display: flex;
      flex-direction: row;
      gap: 40px;
      align-items: center;
      overflow: hidden;
      border-radius: 40px;
      width: 100%;
      padding: 25px 40px;
      background-color: #181818;

      @media (max-width: 1024px) {
        gap: 24px;
        border-radius: unset;
        padding: 0;
        background-color: transparent;
        flex-direction: column;
      }

      .gant_video_marketing_desc_left {
        display: flex;
        flex-direction: column;
        gap: 10px;

        > h4 {
          margin: 0;
          color: #fffaee;
          font-size: 32px;
          font-style: normal;
          font-weight: 700;
          line-height: 106%;

          @media (max-width: 1024px) {
            color: #181818;

            span {
              font-size: 24px;
            }

            &::before {
              background-color: #181818;
            }
          }

          @media (max-width: 360px) {
            span {
              font-size: 24px;
            }
          }
        }

        .text,
        .text > p {
          color: #fffaee;
          font-family: var(--ff-Inter);
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 130%;
          letter-spacing: -0.36px;

          @media (max-width: 1024px) {
            color: #181818;
            letter-spacing: -0.36px;
          }
        }

        p {
          display: block !important;
          width: 90% !important;

          @media (max-width: 1024px) {
            width: 100% !important;
          }
        }
      }

      .gant_video_marketing_desc_right {
        @media (max-width: 1024px) {
          width: 100%;

          .btn {
            font-size: 24px !important;
          }
        }

        .cta {
          display: flex;
          align-items: center;
          flex-wrap: nowrap;
          width: fit-content;
          overflow: hidden;

          @media (max-width: 1024px) {
            width: 100%;
          }

          .btn {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 20px;
            white-space: nowrap;

            &:first-of-type {
              color: #fffaee;
              background-color: #181818;
              border: 1px solid #fffaee;

              @media (max-width: 1024px) {
                width: 100%;
              }

              svg {
                display: none;
                transition: all 0.2s ease;

                @media (max-width: 1024px) {
                  display: block;
                  transform: scale(1.5);
                }
              }

              rect {
                fill: #fffaee;
              }
            }

            &:last-of-type {
              &:hover {
                background-color: unset;
                border-color: transparent;
              }

              svg {
                rect {
                  fill: #fffaee;
                }
              }

              &:hover {
                svg {
                  rect {
                    fill: #fffaee;
                  }
                }
              }

              @media (max-width: 1024px) {
                display: none;
              }
            }

            &:hover {
              color: #181818;
              background-color: #fffaee;
              border-color: #181818;

              svg {
                rect {
                  fill: #181818;
                }
              }
            }
          }
        }
      }
    }
  }
}

.gant-learn-more {
  padding: 50px 0;
  padding-bottom: var(--section-spacing);

  .container {
    display: flex;
    flex-direction: column;
    gap: 40px;

    @media (max-width: 1024px) {
      overflow: hidden;
      border-radius: 30px;
      padding: 30px 20px;
      background-color: #181818;
    }

    .gant_learn_more_top {
      padding: 30px 80px 56px 80px;
      overflow: hidden;
      border-radius: 77px;
      background: #181818;
      filter: drop-shadow(7.054px 8.061px 24.183px rgba(0, 0, 0, 0.05)) drop-shadow(27.206px 33.252px 43.329px rgba(0, 0, 0, 0.04)) drop-shadow(61.466px 75.573px 58.443px rgba(0, 0, 0, 0.03)) drop-shadow(108.825px 134.017px 68.52px rgba(0, 0, 0, 0.01)) drop-shadow(169.284px 209.59px 75.573px rgba(0, 0, 0, 0));

      display: flex;
      flex-direction: column;
      gap: 30px;

      @media (max-width: 1024px) {
        gap: 40px;
        border-radius: unset;
        padding: 0;
      }

      h2 {
        margin: 0;

        color: #fffaee;
        font-size: 100px;
        font-style: normal;
        font-weight: 700;
        line-height: 93%;
        letter-spacing: -2.172px;

        @media (max-width: 1024px) {
          font-size: 32px;
        }
      }
      h4 {
        color: #fffaee;
      }

      .content_wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        gap: 0;

        @media (max-width: 1024px) {
          grid-template-columns: 1fr;
          gap: 40px;
        }

        .gant_learn_more_top_left {
          ul {
            list-style-type: none;
            display: flex;
            flex-direction: column;
            gap: 30px;
            margin: 0;
            padding: 0;
            margin-left: 40px;

            li {
              position: relative;
              color: #fffaee;
              font-family: var(--ff-Inter);
              font-size: 18px;
              font-style: italic;
              font-weight: 400;
              line-height: 140%;
              letter-spacing: -0.36px;

              &:before {
                content: '';
                position: absolute;
                left: -40px;
                top: 0;
                width: 22px;
                height: 22px;
                background-color: #fffaee;
                border-radius: 100%;
              }
            }
          }
        }

        .gant_learn_more_top_right {
          width: fit-content;

          @media (max-width: 1024px) {
            width: 100%;
          }

          .cta {
            text-align: center;

            @media (max-width: 1024px) {
              width: 100%;
            }

            &:hover {
              .btn {
                color: #fffaee;
                background-color: #181818;
                border-color: #fffaee;
              }
            }

            .btn {
              transition: none;
              min-width: 265px;
              background-color: #fffaee;
              border: 1px solid transparent;

              @media (max-width: 1024px) {
                min-width: unset;
                width: 100%;
              }
              &:hover {
                color: #fffaee;
                background-color: transparent;
                border-color: #fffaee;
              }
            }
          }
        }
      }
    }

    .gant_learn_more_bottom {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 30px;

      @media (max-width: 1024px) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;

        figure {
          width: 100%;

          svg {
            width: 100%;

            path {
              fill: #fffaee;
            }
          }
        }
      }
    }
  }
}

.gant-stats {
  padding: 50px 0;

  .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;

    @media (max-width: 1024px) {
      grid-template-columns: 1fr;
    }
  }

  .gant_stats_left {
    display: flex;
    flex-direction: column;
    gap: 20px;

    h2,
    h3 {
      margin: 0;
    }

    h2 {
      font-size: 100px;
      font-style: normal;
      font-weight: 700;
      line-height: 85%;
      letter-spacing: -2.172px;

      @media (max-width: 1024px) {
        display: none;
        font-size: 48px;
      }
    }

    h3 {
      color: #181818;
      font-weight: 700;
      font-size: 32px;
      font-style: normal;
      line-height: 106%;
      padding: 20px 24px;
      border-radius: 35px;
      border: 2px solid #181818;
      background: rgba(255, 250, 238, 0.01);

      @media (max-width: 1024px) {
        font-size: 24px;
        text-align: center;
      }
    }

    .cta {
      display: none;
      width: 100%;
      margin-bottom: 20px;

      .btn {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 30px;
        width: 100%;
        color: #fffaee;
        background-color: #181818;
        border: 2px solid #fffaee;

        svg {
          transform: scale(2);
        }

        &:hover {
          color: #181818;
          background-color: #fffaee;
          border: 2px solid #181818;

          svg {
            rect {
              fill: #181818;
            }
          }
        }
      }

      @media (max-width: 1024px) {
        display: block;
      }
    }

    figure {
      margin: 0 auto;
      max-width: 460px;
    }

    @media (max-width: 1024px) {
      figure {
        margin: 0 auto;
      }
    }
  }

  .gant_stats_right {
    display: flex;
    align-items: center;

    @media (max-width: 1024px) {
      display: none;
    }

    ul {
      list-style-type: none;
      display: flex;
      flex-direction: column;
      gap: 30px;
      margin: 0;
      padding: 0;
      margin-left: 40px;

      li {
        position: relative;
        color: #181818;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: -0.36px;
        max-width: 70%;

        @media (max-width: 1024px) {
          max-width: unset;
        }

        &:before {
          content: '';
          position: absolute;
          left: -40px;
          top: 12px;
          transform: translateY(-50%);
          width: 22px;
          height: 22px;
          background-color: #181818;
          border-radius: 100%;
        }
      }
    }
  }
}

.btn {
  max-height: 80px;
  padding: 24px 28px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px !important;
  font-size: 32px !important;
  white-space: nowrap;

  @media (max-width: 1024px) {
    height: 80px !important;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
}

.container {
  margin: 0 auto;
  max-width: 1200px !important;

  @media (max-width: 1024px) {
    width: auto;
    margin: 0 20px;
  }
}

.narrow {
  margin: 0 auto;
  width: unset !important;
  max-width: 990px !important;

  @media (max-width: 1024px) {
    width: auto;
    margin: 0 20px;
  }
}

.three-first .three_first_content ul li.active,
.three-first .three_first_content ul li {
  border-bottom: unset !important;
  position: relative;
}

.three-first .three_first_content ul li.active {
  &::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 22px;
    background-color: rgba(255, 250, 238, 1);
    border-radius: 100%;

    @media (max-width: 1024px) {
      bottom: -10px;
      width: 12px;
      height: 12px;
    }
  }
}

.download_icon {
  padding: 0 24px;

  @media (max-width: 1024px) {
    display: none;
    padding: 0;
  }
}
