#sep-banner {
  width: 100%;
  background-image: url(../../../images/25/sep/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/sep/banner/back.jpg") 1x,
    url("../../../images/25/sep/banner/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: 16px;
  width: 80em;
  margin-bottom: 2em;
  margin-top: 2em;
  overflow: visible;
}
#sep-banner .banner-inner {
  height: auto;
  padding: 0 15px;
  gap: 35em;
}
#sep-banner .main {
  margin: 30px 0;
  z-index: 1;
  left: 40px;
}
#sep-banner .banner-main {
  margin-left: 1em;
}
#sep-banner .text {
  margin-bottom: 13px;
}
#sep-banner .button {
  line-height: 3;
  font-size: 1.4em;
  width: 8.5em;
  height: 1.8em;
  border-radius: 0.9em;
  margin-top: 2px;
  background-color: #111445;
  color: white !important;
  text-decoration: none !important;
}

@media screen and (max-width: 1300px) {
  #sep-banner {
    width: 96%;
  }
  #sep-banner .main {
    margin: 30px 0;
    z-index: 1;
    left: 0;
    padding: 0 1em;
  }
  #sep-banner .banner-main {
    margin-left: 0;
    width: 100%;
  }

  #sep-banner {
    background-position: left;
  }
  #sep-banner .banner-inner {
    gap: 2em;
    padding: 0;
    width: 100%;
  }
  #sep-banner .banner-cta {
    margin: 0;
    width: 100%;
    background-color: #9f1e65;
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  #sep-banner .main {
    margin: 30px 0;
    z-index: 1;
    left: 0;
  }
  #sep-banner .banner-main {
    margin-left: 0;
    width: 100%;
  }

  #sep-banner {
    background-position: left;
  }
  #sep-banner .banner-inner {
    gap: 2em;
    padding: 0;
    width: 100%;
  }
  #sep-banner .banner-cta {
    margin: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #sep-banner {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url(../../../images/25/sep/banner/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/sep/banner/back-m.jpg") 1x,
      url("../../../images/25/sep/banner/back-m@2x.jpg") 2x
    );
    width: 92%;
    background-position: center top;
    overflow: hidden;
  }
  #sep-banner .banner-inner {
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
  #sep-banner .banner-main {
    width: 100%;
    position: relative;
  }
  #sep-banner .main {
    width: 61%;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    margin-top: 10%;
  }
  #sep-banner .banner-cta {
    align-self: center;
    order: 2;
    width: 100%;
  }
  #sep-banner .banner-main {
    padding: 0;
  }
  #sep-banner .button {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 6%;
  }
  #sep-banner .text {
    margin-bottom: 13px;
    padding-top: 2em;
  }
}
@media screen and (max-width: 567px) {
  #sep-banner {
    background-position: center bottom;
  }
  #sep-banner .banner-inner {
    gap: 0;
  }
  #sep-banner .banner-cta {
    background-color: transparent;
  }
  #sep-banner .button {
    margin-bottom: 8%;
    font-size: 1.3em;
  }
  #sep-banner .main {
    width: 89%;
    margin: 0;
    padding: 0;
    margin-bottom: 61%;
    margin-top: 11%;
  }
  #sep-banner .text {
    margin-bottom: 13px;
    padding-top: 7%;
    width: 75%;
    max-width: 100%;
  }
  /* Safari Only */
  @supports (background: -webkit-named-image(i)) {
    #sep-banner .button {
      padding-top: 2px;
    }
  }
}
