.goto-hero-banner {
  .marquee-wrapper {
    width: 100%;
    overflow: hidden;
    height: 34px;
    position: relative;
    color: #fff;
    backdrop-filter: blur(8.800000190734863px);
    box-shadow: 0 4px 4px 0 #00000040;
    background: transparent;
    position: absolute;
    margin-top: 30px;
    border-top: 2px solid #e0e4e5;
    border-bottom: 2px solid #e0e4e5;
    align-content: center;

    @media screen and (max-width: 768px) {
      margin-top: 10px;
    }
  }

  .marquee-track {
    display: flex;
    position: relative;
    white-space: nowrap;
    will-change: transform;
  }

  .marquee-item {
    color: #242424;
    font-family: "Urbanist", sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 0 1rem;
    font-weight: 800;

    span {
      top: 2px;
      position: relative;

      svg {
        width: 14px;
        height: 14px;

        path {
          fill: #242424;
        }
      }
    }

    @media screen and (min-width: 768px) {
      font-weight: normal;
      font-size: 16px;
      color: #ffffff;

      span {
        top: 2px;
        position: relative;

        svg {
          width: 16px;
          height: 16px;

          path {
            fill: #ffffff;
          }
        }
      }
    }
  }

  .hero-banner-goto {
    .hero-banner-goto__image {
      aspect-ratio: 16/9;
      background-size: contain;
      background-repeat: no-repeat;
      position: relative;
      z-index: 1;
      margin-bottom: -3.4%;

      @media screen and (max-width: 768px) {
        aspect-ratio: 4/5;
        background-size: cover;
      }
    }

    .hero-banner-goto__content {
      position: absolute;
      bottom: 50%;
      width: 100%;
      text-align: center;
      z-index: 3;

      @media screen and (max-width: 769px) {
        bottom: 30px;
      }
    }

    .hero-banner-goto__text_desktop {
      z-index: 1;
      position: absolute;
      right: 0;
      bottom: 15%;
      padding-right: 4%;
      text-align: end;
      display: none;

      @media screen and (min-width: 768px) {
        display: block;
      }

      .hero-banner-goto__heading p {
        margin-bottom: 0;
        color: #fff;
        font-family: "Urbanist", sans-serif;
        font-weight: 250;
        font-size: 32px;
        line-height: 100%;
        margin-bottom: 15px;
        padding-top: 5px;
        opacity: 0.8;

        @media screen and (min-width: 768px) {
          font-size: 55px;
        }
      }

      .hero-banner-goto__description p {
        margin-bottom: 0;
        color: #fff;
        max-width: 300px;
        width: 100%;
        font-family: "Urbanist", sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 1%;
        float: right;

        @media screen and (min-width: 768px) {
          font-size: 16px;
        }
      }
    }

    .hero-banner-goto__text {
      background-color: #141414;
      z-index: 1;
      position: relative;
      text-align: center;

      @media screen and (min-width: 768px) {
        display: none;
      }

      .hero-banner-goto__heading p {
        margin-bottom: 0;
        color: #fff;
        font-family: "Urbanist", sans-serif;
        font-weight: 250;
        font-size: 32px;
        line-height: 100%;
        margin-bottom: 15px;
        padding-top: 5px;
        opacity: 0.8;

        @media screen and (min-width: 768px) {
          font-size: 55px;
        }
      }

      .hero-banner-goto__description p {
        margin-bottom: 0;
        color: #fff;
        max-width: 300px;
        margin: 0 auto;
        width: max-content;
        font-family: "Urbanist", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 1%;

        @media screen and (min-width: 768px) {
          font-size: 16px;
        }
      }
    }

    .hero-banner-goto__text-button {
      margin-bottom: 20px;
      border: 1px solid #fff;
      background: #fff;
      color: #000;
      border-radius: 8px;
      text-align: center;
      appearance: none;
      padding: 7px 15px;
      font-size: 14px;
      font-weight: 800;
      letter-spacing: 0.02em;
      cursor: pointer;
      position: relative;
      z-index: 3;
      overflow: hidden;
      transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
      font-family: "Urbanist";

      @media screen and (min-width: 768px) {
        padding: 9px 30px;
        font-size: 22px;
      }
    }

    .hero-banner-goto__text-button:hover {
      border: 1px solid #000;
      background: #000;
      color: #fff;
      transform: rotate3d(0, 0, 1, 0) translateZ(0);
    }
  }

  .hero-banner-goto__content_spring {
    display: none;
  }

  .hero-banner-transparent-line {
    width: 100%;
    height: 30px;
    background: linear-gradient(0deg, #171717 0%, rgba(23, 23, 23, 0) 100%);
    margin-top: -30px;
    z-index: 2;
    position: absolute;

    @media screen and (min-width: 768px) {
      background: linear-gradient(0deg, #171717 0%, rgba(23, 23, 23, 0) 100%);
      margin-top: -230px;
      height: 230px;
    }
  }

  .hero_banner_style_spring {
    .hero-banner-goto__text {
      box-shadow: none;
      background-color: #dfb3a9;

      .hero-banner-goto__description p {
        color: #2d3238 !important;
      }
    }

    .hero-banner-goto__text_desktop {
      display: none;
    }

    .hero-banner-goto__content {
      display: none;
    }

    .hero-banner-goto__text {
      display: block;
    }

    .hero-banner-goto__content_spring {
      display: block;
      margin-top: -13%;
      position: absolute;
      text-align: center;
      width: 100%;

      @media screen and (min-width: 768px) {
        margin: 0;
        position: unset;
        padding-bottom: 20px;
        padding-top: 10px;
      }
    }

    .hero-banner-transparent-line {
      width: 100%;
      height: 30px;
      background: linear-gradient(
        180deg,
        rgba(223, 179, 169, 0) 0%,
        #dfb3a9 77.21%
      );
      margin-top: -30px;
      z-index: 2;
      position: absolute;

      @media screen and (min-width: 768px) {
        background: linear-gradient(
          180deg,
          rgba(223, 179, 169, 0) 0%,
          #dfb3a9 70.21%
        );
        margin-top: -230px;
        height: 230px;
      }
    }

    .hero-banner-goto__text-button {
      color: #dd6c7b;

      @media screen and (min-width: 768px) {
        padding: 9px 80px;
      }
    }
  }

  .hero_banner_style_marshbello {
    background-color: #cbcbcb;

    .hero-banner-goto__image {
      aspect-ratio: 16/10;
      background-size: cover;
      margin-bottom: 0;

      @media screen and (max-width: 768px) {
        margin-bottom: 0;
        aspect-ratio: 4/5;
        width: 100%;
        background-size: contain;
      }
    }

    .hero-banner-goto__content {
      position: absolute;
      bottom: 22%;
      left: 3%;
      width: 97%;
      text-align: start;
      z-index: 3;

      @media screen and (max-width: 769px) {
        bottom: 60px;
        text-align: center;
        left: 0;
        width: 100%;
      }

      .hero-banner-goto__text-button {
        margin-bottom: 20px;
        border: 1px solid #fff;
        background: #fff;
        color: #5e5e9f;
        border-radius: 8px;
        text-align: center;
        appearance: none;
        padding: 7px 15px;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: 0.02em;
        cursor: pointer;
        position: relative;
        z-index: 3;
        overflow: hidden;
        transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
        font-family: "Urbanist";
        box-shadow: 4px 4px 4px 0 #00000040;

        @media screen and (min-width: 768px) {
          padding: 9px 30px;
          font-size: 22px;
        }
      }

      .hero-banner-goto__text-button:hover {
        border: 1px solid #5e5e9f;
        background: #5e5e9f;
        color: #fff;
        transform: rotate3d(0, 0, 1, 0) translateZ(0);
      }
    }

    .hero-banner-goto__text {
      background-color: #cbcbcb;
      width: 100%;
      margin-top: -43px;
      padding-top: 20px;
      z-index: 0;

      .hero-banner-goto__heading p {
        color: #0d0d0d;
      }

      .hero-banner-goto__description p {
        color: #0d0d0d;

        @media screen and (min-width: 768px) {
          font-size: 16px;
        }
      }
    }

    .hero-banner-transparent-line {
      background-color: #cbcbcb;
      height: 0;
      margin-top: -0px;
      display: none;
    }

    .hero-banner-goto__text_desktop {
      display: none;
    }
  }

  .hero_banner_style_o2_bed,
  .hero_banner_style_m1_collection {
    background-color: #b5c1d2;

    .hero-banner-transparent-line {
      background: linear-gradient(
        360deg,
        #b5c1d2 0%,
        rgba(181, 193, 210, 0) 100%
      );
      margin-top: -75px;
      height: 60px;
      position: relative;

      @media screen and (min-width: 768px) {
        margin-top: -150px;
        height: 110px;
      }
    }

    .hero-banner-goto__text {
      background-color: #b5c1d2;
      padding: 20px 0;

      .hero-banner-goto__description p {
        color: #2d3238;

        @media screen and (min-width: 768px) {
          max-width: 800px;
          font-size: 20px;
          line-height: 1.2;
        }
      }

      .hero-banner-goto__heading p {
        @media screen and (max-width: 768px) {
          font-size: 32px;
        }
      }

      @media screen and (min-width: 768px) {
        display: block;
        padding: 55px 0;
      }
    }

    .hero-banner-goto__content {
      display: none;
    }

    .hero-banner-goto__text_desktop {
      display: none;
    }

    .hero-banner-goto__content_spring {
      display: block;
      text-align: center;
      bottom: 40px;
      position: relative;

      @media screen and (min-width: 768px) {
        bottom: 80px;
      }

      .hero-banner-goto__text-button {
        margin-bottom: 20px;
        background: #060606;
        border: 1px solid #060606;
        color: #ffffff;
        border-radius: 8px;
        text-align: center;
        appearance: none;
        padding: 9px 35px;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: 0.02em;
        cursor: pointer;
        position: relative;
        z-index: 3;
        overflow: hidden;
        transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
        font-family: "Urbanist";
        box-shadow: 4px 4px 4px 0 #00000040;

        @media screen and (min-width: 768px) {
          padding: 17.5px 93px;
          font-size: 22px;
        }
      }

      .hero-banner-goto__text-button:hover {
        background: #ffffff;
        color: #060606;
        transform: rotate3d(0, 0, 1, 0) translateZ(0);
      }
    }
  }

  .hero_banner_style_o2_bed {
    background-color: #e9f1f2;

    .hero-banner-goto__text {
      background-color: #e9f1f2;

      .hero-banner-goto__heading p {
        color: #2c4960;
      }
    }

    .hero-banner-goto__content_spring {
      bottom: 70px;

      @media screen and (min-width: 768px) {
        bottom: 60px;
      }

      .hero-banner-goto__text-button {
        background: #2c4960;
        border: 1px solid #2c4960;
        color: #ffffff;

        @media screen and (min-width: 768px) {
          padding: 12.5px 69px;
          font-size: 22px;
        }
      }

      .hero-banner-goto__text-button:hover {
        background: #ffffff;
        color: #2c4960;
        transform: rotate3d(0, 0, 1, 0) translateZ(0);
      }
    }

    .hero-banner-transparent-line {
      margin-top: -120px;
      height: 60px;
      background: linear-gradient(
        180deg,
        rgba(233, 241, 242, 0) 0%,
        #e9f1f2 77.21%
      );
    }
  }
}

.announcement-bar-section {
  display: none;
}

.header {
  margin-top: 0;
}

.header-section-influencer {
  position: sticky !important;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}

.footer {
  display: none;
}
