#sep-hero .sep-inner .button:hover {
  text-decoration: none;
}

#sep-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/hero/back.jpg);
  background-image: -webkit-image-set(url("../images/hero/back.jpg") 1x, url("../images/hero/back@2x.jpg") 2x);
  background-image: image-set(url("../images/hero/back.webp") type("image/webp") 1x, url("../images/hero/back@2x.webp") type("image/webp") 2x, url("../images/hero/back.jpg") type("image/jpeg") 1x, url("../images/hero/back@2x.jpg") type("image/jpeg") 2x);
}

#sep-hero .sep-inner {
  margin: 0 auto;
  position: relative;
  max-width: 1300px;
  width: 1300px;
}

#sep-promo .red {
  left: 50%;
  transform: translateX(-48%);
  z-index: 2;
  width: 105%;
  max-width: 120%;
}

#sep-hero .sep-left {
  bottom: 0;
  left: -3em;
  z-index: 3;
}

#sep-hero .products {
  padding: 0;
}

#sep-hero .sep-main {
  margin-top: 7em;
  margin-bottom: 10em;
  left: -11em;
  z-index: 3;
}

#sep-hero .top-animation .dotlottie-animation {
  left: -65px;
  top: -10px;
  width: 110px;
  height: auto;
}

#sep-hero .headline {
  rotate: -3.5deg;
  max-width: 619px;
  top: 62px;
}

#sep-hero .blue-box {
  margin-bottom: -40px;
}

#sep-hero .main-text1,
#sep-hero .main-text3 {
  font-size: 37px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 44px;
}

#sep-hero .main-text2 {
  font-size: 37px;
  margin-bottom: 0;
  line-height: 39px;
  padding-top: 2px;
}

#sep-hero .button {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  width: 10.5em;
  height: 2em;
  border-radius: 1.1em;
  font-size: 1.4em;
  margin-top: 18px;
  line-height: 2;
  filter: drop-shadow(-0.977px 13.966px 14px rgba(0, 0, 0, 0.2));
  background-color: #fff200;
}

#sep-hero .sep-right {
  right: -1em;
  bottom: 0;
  z-index: 1;
}

#sep-hero .sep-right .dotlottie-animation {
  bottom: 12px;
  right: 90px;
  width: 627px;
  height: auto;
}

#sep-hero .sep-right .dotlottie-animation dotlottie-wc {
  aspect-ratio: 1225 / 1205;
  max-height: fit-content;
}

#sep-hero .top-animation .dotlottie-animation picture,
#sep-hero .top-animation .dotlottie-animation img,
#sep-hero .sep-right .dotlottie-animation picture,
#sep-hero .sep-right .dotlottie-animation img {
  max-width: 100%;
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
  #sep-hero .button {
    padding-top: 2px;
  }

  #sep-promo .red {
    width: 120%;
    height: auto;
  }
}

@media screen and (max-width: 1820px) {
  #sep-promo .red {
    max-width: unset;
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #sep-hero .sep-inner {
    max-width: 100%;
    width: 100%;
  }

  #sep-hero .sep-left {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #sep-hero .sep-main {
    left: unset;
  }
}

@media screen and (max-width: 767px) {
  #sep-hero {
    background-position: bottom center;
    background-image: url(../images/hero/back-m.jpg);
    background-image: -webkit-image-set(url("../images/hero/back-m.jpg") 1x, url("../images/hero/back-m@2x.jpg") 2x);
    background-image: image-set(url("../images/hero/back-m.webp") type("image/webp") 1x, url("../images/hero/back-m@2x.webp") type("image/webp") 2x, url("../images/hero/back-m.jpg") type("image/jpeg") 1x, url("../images/hero/back-m@2x.jpg") type("image/jpeg") 2x);
  }

  #sep-hero .sep-main {
    width: 100%;
    z-index: 9;
  }

  #sep-hero img {
    max-width: unset;
  }

  #sep-hero .blue-box {
    margin-bottom: -16px;
    max-width: 504px;
  }

  #sep-hero .headline {
    max-width: 475px;
    top: 42px;
  }

  #sep-hero .top-animation .dotlottie-animation {
    top: -20px;
  }
}

@media screen and (max-width: 576px) {
  #sep-hero .button {
    margin-top: 17px;
    font-size: 1.2em;
    z-index: 9;
  }

  #sep-hero .blue-box {
    margin-bottom: 0;
    max-width: 357px;
  }

  #sep-hero .sep-main {
    margin-top: 3em;
    margin-bottom: 23em;
  }

  #sep-hero .main-text1,
  #sep-hero .main-text2,
  #sep-hero .main-text3 {
    font-size: 24px;
    line-height: 28px;
  }

  #sep-hero .main-text1,
  #sep-hero .main-text3 {
    margin-bottom: 3px;
  }

  #sep-hero .top-animation {
    margin-bottom: -18px;
  }

  #sep-promo .red {
    height: auto;
    width: 567px;
    transform: translateX(-50%);
    bottom: 74px;
  }

  #sep-hero .mobile {
    bottom: unset;
    left: 50%;
    z-index: 8;
    /* max-width: 100%; */
    transform: translateX(-50%);
    top: 268px;
  }

  #sep-hero .sep-right {
    width: 100%;
    right: 0;
  }

  #sep-hero .headline {
    max-width: 324px;
    top: 32px;
  }

  #sep-hero .top-animation .dotlottie-animation {
    left: -38px;
    top: -10px;
    width: 67px;
  }

  #sep-hero .sep-right .dotlottie-animation {
    bottom: 0;
    right: unset;
    width: 385px;
    height: auto;
    rotate: 53deg;
  }

  /* Safari Only */
  @supports (background: -webkit-named-image(i)) {
    #sep-hero .main-text2 {
      padding-top: 3px;
    }

    #sep-hero .sep-right .dotlottie-animation dotlottie-wc {
      height: auto !important;
    }

    #sep-hero .main-text1,
    #sep-hero .main-text2,
    #sep-hero .main-text3 {
      line-height: 25px;
    }

    #sep-hero .mobile {
      top: 262px;
    }
  }
}