#sep-hero {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-image: url(../../../images/25/sep/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/sep/hero/back.jpg") 1x,
    url("../../../images/25/sep/hero/back@2x.jpg") 2x
  );
}
#sep-spin {
  padding: 4em 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-image: url(../../../images/25/sep/hero/spin-back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/sep/hero/spin-back.jpg") 1x,
    url("../../../images/25/sep/hero/spin-back@2x.jpg") 2x
  );
}
#sep-hero .sep-inner {
  gap: 5em;
}
#sep-hero .container {
  width: 100%;
}
#sep-hero .highlight {
  top: -9em;
  left: -4em;
  width: 7em;
}
.sep-inner .sep-main {
  margin: 6em 0;
  margin-left: -5em;
  margin-bottom: 0;
}
.sep-main .headline {
  z-index: 1;
  top: 12px;
  width: 39em;
  left: 10px;
}
#sep-hero .animation-box {
  margin-bottom: 2em;
  margin-top: 0;
  z-index: 1;
}
#sep-hero .headline-ph {
  width: 47em;
}
#sep-hero .text {
  margin-bottom: 2em;
}
#sep-hero .wheel-ph {
  width: 34em;
}
#sep-hero .button {
  font-size: 1.3em;
  height: 2em;
  width: 11em;
  border-radius: 1em;
  background-color: #ed1d24;
  z-index: 5;
}
#sep-spin .animation {
  width: 34.5em;
}
#sep-hero .wheel {
  width: 37em;
  top: 9px;
}
#sep-hero .image {
  bottom: 0;
  right: -13em;
}
#sep-hero .shadow {
  bottom: -15px;
}
#sep-spin .shadow {
  bottom: 52px;
  width: 40em;
}
#sep-hero .products {
  bottom: 0;
  margin-top: 2em;
}
#sep-hero .button:hover,
#sep-hero .button:visited,
#sep-hero .button:active {
  text-decoration: none;
  color: white;
}

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

@media screen and (max-width: 1450px) {
}
@media screen and (max-width: 1300px) {
  .sep-inner .sep-main {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .sep-inner .sep-main {
    margin-left: 1em;
  }
}

@media screen and (max-width: 991px) {
  .sep-inner .sep-main {
    margin-left: 0;
    margin-top: 8em;
    margin-bottom: 3em;
  }
  #sep-hero {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-image: url(../../../images/25/sep/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/sep/hero/back-m.jpg") 1x,
      url("../../../images/25/sep/hero/back-m@2x.jpg") 2x
    );
  }
  #sep-spin {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-image: url(../../../images/25/sep/hero/spin-back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/sep/hero/spin-back-m.jpg") 1x,
      url("../../../images/25/sep/hero/spin-back-m@2x.jpg") 2x
    );
  }
}

@media screen and (max-width: 767px) {
  #sep-hero .container {
    padding: 0 !important;
  }
  .sep-inner .sep-right {
    width: 100%;
  }
  #sep-hero .text {
    margin-bottom: 2em;
  }
  #sep-hero .text {
    margin-bottom: 4%;
    width: 70%;
  }
  #sep-hero .animation-box {
    margin-bottom: 4%;
    margin-top: 0;
  }
  .sep-inner .sep-main {
    margin-left: 0;
    margin-top: 4%;
    margin-bottom: 7%;
  }
  .sep-main .headline {
    width: 100%;
    top: 2%;
    left: -1px;
  }
  #sep-hero .headline-ph {
    width: 100%;
  }
}

@media screen and (max-width: 567px) {
  #sep-hero .container {
    width: 100%;
    padding: 0 !important;
  }
  #sep-hero .sep-inner {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  #sep-hero .sep-main {
    width: 100%;
  }
  .sep-inner .sep-main {
    margin-left: 0;
    margin-top: 10%;
    margin-bottom: 0%;
  }
  #sep-hero .text {
    margin-bottom: 7%;
    width: 66%;
  }
  #sep-hero .button {
    font-size: 1.3em;
  }
  #sep-hero .wheel-ph {
    width: 100%;
  }
  .sep-right .wheel {
    top: 40%;
    width: 100%;
    left: -3.5%;
    z-index: 0;
  }
  #sep-spin .animation {
    width: 100%;
  }
  #sep-spin {
    width: 100%;
    padding: 10% 4%;
  }
  #sep-spin .shadow {
    bottom: 6.5%;
    width: 96%;
  }
  #sep-hero .highlight {
    top: -53%;
    left: -5%;
    width: 18%;
  }
  #sep-hero .wheel {
    width: 85%;
    top: unset;
    left: 6%;
  }
  #sep-hero .main-ph {
    width: 90%;
    max-width: 100%;
  }
  #sep-hero .animation-box {
    width: 100%;
    max-width: 100%;
  }
  .sep-main .headline {
    width: 90%;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
  }
  #sep-hero .shadow {
    bottom: 1%;
    width: 96%;
  }
  #sep-hero .products {
    width: 100%;
    margin-top: 0;
    bottom: 3%;
  }
  /* Safari Only */
  @supports (background: -webkit-named-image(i)) {
    #sep-hero .button {
      padding-top: 2px;
    }
  }
}
