#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 {
  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 .container {
  width: 100%;
}
.sh-inner .sh-main {
  margin-left: -6em;
}
.sh-main .headline {
  z-index: 1;
  width: 40vw;
  height: auto;
}
#sep-hero .animation-box {
  margin-bottom: 2vw;
  margin-top: 5vw;
  z-index: 1;
}
#sep-hero .headline-ph {
  /* width: 47em; */
}
#sep-hero .text {
    margin-bottom: 0;
    position: relative;
    left: 5vw;
    width: 42vw;
    bottom: 0.6vw;
}
#sep-hero .wheel {
  width: 36vw;
  height: auto;
  position: relative;
  bottom: -0.3vw;
  left: -2vw;
}
#sep-hero .wheel-ph {
  /* width: 34em; */
}
#sep-hero .button {
    font-size: 1.2vw;
    height: 2vw;
    width: 10vw;
    border-radius: 1em;
    z-index: 5;
    bottom: 16vw;
    left: 12vw;
}
#sep-spin .animation {
  width: 34.5em;
}
#sep-hero .button:hover,
#sep-hero .button:visited,
#sep-hero .button:active {
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 767px) {
  #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-hero .container {
    padding: 0 !important;
  }
  .sh-inner .sh-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;
  }
  .sh-inner .sh-main {
    margin-left: 0;
    margin-top: 4%;
    margin-bottom: 7%;
  }
  .sh-main .headline {
    width: 100%;
  }
  #sep-hero .headline-ph {
    width: 100%;
  }

  #sep-hero .container {
    width: 100%;
    padding: 0 !important;
  }
  #sep-hero .sh-inner {
    flex-direction: column;
    width: 100%;
  }
  #sep-hero .sh-main {
    width: 100%;
  }
  .sh-inner .sh-main {
    margin-left: 0;
    margin-top: 11%;
    margin-bottom: -36%;
  }
  #sep-hero .text {
    margin-bottom: 7%;
    width: 66%;
    left: unset;
  }
  #sep-hero .button {
    font-size: 5.2vw;
    position: relative;
    left: unset;
    bottom: unset;
    width: 40%;
    height: 9vw;
  }
  #sep-hero .sh-right {
    flex-direction: column;
  }
  #sep-hero .wheel {
    width: 106%;
    left: -3%;
    top: 27%
  }
  #sep-spin .animation {
    width: 100%;
    left: -3%;
  }
  #sep-spin {
    width: 100%;
    padding: 16% 0;
  }
  /* Safari Only */
  @supports (background: -webkit-named-image(i)) {
    #sep-hero .button {
      padding-top: 2px;
    }
  }
}

.gotham-bold {
  font-family: "Gotham-Bold";
}
.gotham-book {
  font-family: "GothamBook";
}
.avenir-bold {
  font-family: "AvenirNextLTW01BoldRegular" !important;
}
.avenir-black {
  font-family: "Avenir Black";
}

.francois {
  font-family: "Francois One", sans-serif !important;
}
