@media screen and (max-width: 1023px) {
  .svg__desktop {
    display: none;
  }
  .main__wrapper {
    overflow: hidden;
    background: #fff;
  }
  .custom__floating__spinner {
    top: 188vw;
    left: 50%;
    transform: translateX(-50%);
  }
  /* section 1  */
  .section-1 {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 11.4vw;
    width: 100%;
    padding-block: 30.93vw 35vw;
    padding-inline: 5.6vw;
  }
  .section-1__content h2 {
    position: relative;
    z-index: 1;
    margin-bottom: 3.7vw;
    color: #0f0e05;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 9.33vw;
    font-style: normal;
    font-weight: 700;
    line-height: 103%;
  }
  .section-1__content h3 {
    margin-bottom: 4.3vw;
    width: 84.3vw;
    color: #c6005b;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
  }
  .section-1__highlight {
    display: inline-flex;
    background: #000;
    color: #fff;
    width: fit-content;
    border-radius: 26.7vw;
    padding-inline: 1.9vw;
    padding-block: 0.5vw;
  }
  .section-1__content p {
    width: 84.3vw;
    margin-bottom: 8.59vw;
    color: #0f0e05;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 2.7vw;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
  }
  .section-1__star {
    display: none;
  }
  .section-1__content a {
    display: flex;
    align-items: center;
    column-gap: 3.2vw;
    border-radius: 24vw;
    border: 0.53vw solid #000;
    padding: 1.07vw;
    padding-right: 5.07vw;
    color: #000;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 4vw;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    width: fit-content;
  }
  .section-1 a::after {
    content: attr(data-text-mobile);
  }
  .section-1__content a span {
    display: grid;
    place-content: center;
    width: 11.47vw;
    height: 11.47vw;
    background: #000;
    border-radius: 100%;
  }
  .section-1__content a span img {
    width: 5.87vw;
    height: 100%;
  }
  .section-1__image {
    width: 100%;
    height: 58.9vw;
    border-radius: 8vw;
    overflow: hidden;
    background-color: black;
  }
  .section-1__image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* mix-blend-mode: luminosity; */
    filter: grayscale(100%);
    user-select: none;
  }
  .section-1__ellipse--1 {
    position: absolute;
    top: -18vw;
    right: 0;
    z-index: 0;
    width: 58.4vw;
    height: 58.4vw;
    background: rgba(200, 0, 91, 0.35);
    filter: blur(33.32vw);
    border-radius: 100%;
  }
  .section-1__ellipse--2 {
    display: none;
  }
  /* section 2  */
  .section-2 {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 10vw;
    padding-bottom: 28vw;
    padding-inline: 5.6vw;
  }
  .section-2__content {
    position: relative;
    z-index: 1;
    width: 84.5vw;
  }
  .section-2__content h2 {
    margin-bottom: 7.7vw;
    color: #000;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 9.6vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
  .section-2__content h2 .section-2__spacer {
    display: block;
    position: absolute;
    top: 9vw;
    left: 60.7vw;
    width: 10.4vw;
    height: fit-content;
  }
  .section-2__content h2 .section-2__star {
    display: inline-flex;
    vertical-align: middle;
    width: 10.4vw;
    height: 10.4vw;
  }
  .section-2__content h2 .section-2__rect {
    display: inline-flex;
    vertical-align: middle;
    width: 9.86vw;
    height: 0.5vw;
    background: #000;
  }
  .section-2__content h2 .section-2__star img {
    width: 100%;
    height: 100%;
  }
  .section-2__content p:nth-of-type(1) {
    margin-bottom: 3.7vw;
    color: #000;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  .section-2__content p:nth-of-type(2) {
    color: #0f0e05;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 2.7vw;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
  }
  .section-2__image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 95.7vw;
    border-radius: 8vw;
    overflow: hidden;
  }
  .section-2__image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
  }
  .section-2__ellipse {
    position: absolute;
    top: 52.13vw;
    left: 50%;
    transform: translateX(-50%);
    width: 58.4vw;
    height: 58.4vw;
    z-index: 0;
    background: rgba(22, 216, 225, 0.3);
    filter: blur(33.33vw);
  }
  /* section 3  */
  .benefits {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 9.87vw;
    align-items: center;
    padding-inline: 5.6vw;
  }
  .benefits h2 {
    width: 84.5vw;
    color: #000;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 9.6vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
  .benefits h2 .benefits__highlight {
    color: #f9a530;
  }
  .benefits h2 .benefits__rect {
    position: relative;
    display: inline-flex;
    width: 9.86vw;
    height: 1cap;
  }
  .benefits h2 .benefits__rect::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 0.5vw;
    background: black;
  }
  .benefits__content {
    display: flex;
    flex-direction: column;
    row-gap: 4vw;
    width: 100%;
  }
  .benefits__content .benefits__card.benefits__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 4vw;
    width: 100%;
    width: 89.87vw;
    height: 46.6vw;
    backdrop-filter: blur(2.4vw);
    border-radius: 5.33vw;
  }
  .benefits .benefits__content .benefits__card.benefits__card svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .benefits__content .benefits__card.benefits__card h3 {
    width: 48.33vw;
    color: #f9a530;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 4.27vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .benefits__content .benefits__card.benefits__card p {
    width: 61vw;
    color: #757575;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 2.67vw;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  .benefits__pattern {
    display: none;
  }
  .benefits__ellipse {
    position: absolute;
    top: 155vw;
    left: 8.5vw;
    z-index: -1;
    width: 98vw;
    height: 98vw;
    background: rgba(22, 216, 225, 0.1);
    border-radius: 100%;
    filter: blur(33.32vw);
  }
  /* section 4  */
  .section-faqs {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 30vw;
    padding-block: 25vw 22vw;
    padding-inline: 5.07vw;
  }
  .section-faqs h2 {
    position: relative;
    z-index: 1;
    color: #000;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 9.6vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
  .section-faqs h2 span {
    color: #2e81d1;
  }
  .section-faqs .section-faqs__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    row-gap: 2.7vw;
  }
  .section-faqs .section-faqs__content details {
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(2.4vw);
    list-style: none;
    border-radius: 5.3vw;
    transition: background-color 0.2s ease-out;
    padding-block: 4.3vw;
    padding-inline: 4.8vw;
  }
  .section-faqs .section-faqs__content details summary {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 4vw;
    min-height: 8.5vw;
  }
  .section-faqs .section-faqs__content details p {
    width: 65.6vw;
    margin-left: 8.5vw;
    margin-top: 4vw;
    color: rgba(0, 0, 0, 0.65);
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 2.7vw;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  .section-faqs .section-faqs__content details .custom-marker {
    display: grid;
    place-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 8.5vw;
    height: 8.5vw;
    background-color: #000;
    transition: all 0.2s ease-out;
    border-radius: 100%;
  }
  .section-faqs .section-faqs__content details .custom-marker img {
    margin-left: 0.5vw;
    height: 3.7vw;
  }
  .section-faqs .section-faqs__content details span:nth-child(3),
  .section-faqs .section-faqs__content details span:nth-child(1) {
    max-width: 51.5vw;
    color: #000;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 3.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: 138%;
    text-transform: uppercase;
  }
  .section-faqs .section-faqs__content details:nth-of-type(5) span:nth-child(3) {
    max-width: 55vw;
  }
  .section-faqs .section-faqs__content details span:nth-child(1) {
    opacity: 0.3;
    line-height: 120%;
  }
  .section-faqs__content details[open] {
    background-color: rgba(46, 129, 209, 0.04);
  }
  .section-faqs__content details[open] > summary span {
    color: #2e81d1 !important;
  }
  .section-faqs__content details[open] > summary .custom-marker {
    background-color: #2e81d1 !important;
    transform: rotate(90deg);
  }
  .section-faqs .section-faqs__pattern {
    position: absolute;
    top: 35vw;
    left: -5vw;
    width: 95vw;
    height: 63vw;
    z-index: 0;
    background: #fff;
  }
  .section-faqs .section-faqs__pattern img {
    width: 100%;
    height: 100%;
  }
  .section-faqs .section-faqs__ellipse {
    display: none;
  }
}
