#sep-promo {
  font-size: 14px;
}
#sep-hero {
  background-repeat: no-repeat;
  background-position: center;
  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-hero .sep-container {
  width: 100%;
}
#sep-hero .sep-inner {
  gap: 1em;
}
#sep-hero .headline {
  width: 51em;
  top: -4em;
}
#sep-hero .text {
  margin-bottom: 2em;
}
#sep-hero .sep-main {
  margin: 8em 0;
  margin-left: -5em;
}
#sep-hero .sep-main .main {
  margin-left: 0;
  left: 69px;
}
#sep-hero .button {
  font-size: 1.5em;
  height: 2em;
  width: 11em;
  border-radius: 1em;
  background-color: #ffde16;
  font-weight: 700;
  -webkit-box-shadow: 5px 5px 2px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 2px -1px rgba(0, 0, 0, 0.25);
}
#sep-hero .animation {
  margin-bottom: 4em;
  max-width: unset;
}
#sep-hero .sep-right .image-right {
  max-width: unset;
}
#sep-hero .doodle {
  width: 53.5em;
  top: -1em;
  right: -3.5em;
}
#sep-hero .sep-right {
  height: 100%;
}
#sep-hero .image {
  bottom: 0;
  right: -10em;
}

#sep-hero .button,
#sep-hero .button:hover,
#sep-hero .button:active,
#sep-hero .button:visited {
  text-decoration: none;
  color: black;
}

@media screen and (max-width: 2000px) {
}
@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1300px) {
  #sep-hero .sep-main {
    margin-left: 14em;
  }
}
@media screen and (max-width: 991px) {
  @supports (background: -webkit-named-image(i)) {
    html {
      overflow-x: hidden !important;
    }
  }
  #sep-hero .sep-main {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #sep-hero {
    background-repeat: no-repeat;
    background-position: center 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 .sep-container {
    width: 100%;
  }
  #sep-hero .sep-main {
    width: 100%;
    margin-top: 8%;
  }
  #sep-hero .sep-inner {
    flex-direction: column;
    width: 100%;
  }
  #sep-hero .sep-main .main {
    width: 74%;
    left: unset;
    margin-left: auto;
  }
  #sep-hero .sep-right {
    width: 100%;
  }
  #sep-hero .headline {
    width: 100%;
    top: -13%;
  }
  #sep-hero .text {
    top: 0;
    margin-bottom: 4%;
    width: 58%;
  }
  #sep-hero .button {
    top: 0;
  }
  #sep-hero .animation {
    margin-bottom: 28%;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 567px) {
  #sep-hero .button {
    height: 2em;
    width: 11em;
    font-size: 1.3em;
    border-radius: 1em;
    line-height: 5;
  }
  #sep-hero .sep-right .image-right {
    max-width: 100%;
    width: 98%;
    left: -6%;
    margin-bottom: 10%;
  }
  #sep-hero .sep-main {
    width: 100%;
    margin-top: 8%;
    margin-bottom: 8%;
  }
  #sep-hero .text {
    top: 0;
    margin-bottom: 4%;
    width: 67%;
  }
  #sep-hero .headline {
    width: 100%;
    top: -28%;
  }
  #sep-hero .doodle {
    width: 66%;
    top: -23%;
    right: 1%;
    max-width: 100%;
    height: auto;
  }
}
