.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 60px;
  margin-bottom: 60px;
}

#sep-banner {
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.25);
  overflow: visible;
  width: 100%;
  background-image: url(../images/banner/back.jpg);
  background-image: -webkit-image-set(url("../images/banner/back.jpg") 1x,
      url("../images/banner/back@2x.jpg") 2x);
  background-image: image-set(url("../images/banner/back.webp") type("image/webp") 1x,
      url("../images/banner/back@2x.webp") type("image/webp") 2x,
      url("../images/banner/back.jpg") type("image/jpeg") 1x,
      url("../images/banner/back@2x.jpg") type("image/jpeg") 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#sep-banner .banner-inner {
  height: auto;
  width: 1000px;
  position: relative;
}

#sep-banner .main {
  left: -414px;
  top: -1px;
}

#sep-banner p {
  margin-bottom: 0;
}

#sep-banner .main-text {
  font-size: 32px;
  line-height: 35px;
}

#sep-banner .main-text span {
  display: inline-block;
  padding-top: 3px;
}

#sep-banner .banner-cta {
  margin-top: 37px;
  margin-bottom: 45px;
  right: -170px;
}

#sep-banner .button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  margin-top: 14px;
  font-size: 20px;
  width: 201px;
  height: 42px;
  border-radius: 21px;
  z-index: 1;
  background-color: #fff200;
  line-height: 1;
  filter: drop-shadow(-3.053px 4.708px 0px rgba(0, 0, 0, 0.22));
  text-decoration: none;
  color: black;
}

#sep-banner .button:hover,
#sep-banner.button:visited,
#sep-banner .button:active {
  text-decoration: none;
  color: black;
}

@supports (background: -webkit-named-image(i)) {
  #sep-banner .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 1565px) {
  #sep-banner .main {
    left: -385px;
  }
}

@media screen and (max-width: 1525px) {
  #sep-banner .main {
    left: -370px;
  }
}

@media screen and (max-width: 1370px) {
  #sep-banner .main {
    max-width: 650px;
    left: -246px;
  }

  #sep-banner .banner-cta {
    right: -222px;
  }
}

@media screen and (max-width: 991px) {
  #sep-banner .banner-inner {
    flex-direction: column;
    margin: 5% 0;
  }

  #sep-banner .banner-main {
    position: relative;
  }

  #sep-banner .main {
    left: unset;
    max-width: 100%;
  }

  #sep-banner .banner-cta {
    right: unset;
    margin-top: 5px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .banner-inner .banner-main {
    width: 100%;
  }

  .banner-inner .banner-cta {
    width: 100%;
  }

  .container.promo-wrapper {
    margin-bottom: 20px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 567px) {
  #sep-banner {
    background-position: top center;
    background-image: url(../images/banner/back-m.jpg);
    background-image: -webkit-image-set(url("../images/banner/back-m.jpg") 1x,
        url("../images/banner/back-m@2x.jpg") 2x);
    background-image: image-set(url("../images/banner/back-m.webp") type("image/webp") 1x,
        url("../images/banner/back-m@2x.webp") type("image/webp") 2x,
        url("../images/banner/back-m.jpg") type("image/jpeg") 1x,
        url("../images/banner/back-m@2x.jpg") type("image/jpeg") 2x);
  }

  #sep-banner .main {
    width: 105%;
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-52%);
    max-width: 396px;
  }

  #sep-banner .main-text {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
  }

  #sep-banner .main-text span {
    padding-top: 5px;
    margin-bottom: 0;
  }

  #sep-banner .banner-cta {
    margin-top: 113px;
    margin-bottom: 126px;
  }

  #sep-banner .banner-inner {
    margin: 0;
  }

  #sep-banner .mobile {
    bottom: 0;
    left: 0;
    width: 116px;
    height: auto;
  }

  #sep-banner .button {
    width: 173px;
    height: 36px;
    font-size: 16px;
  }

  @supports (background: -webkit-named-image(i)) {
    #sep-banner .main-text span {
      padding-top: 5px;
    }
  }
}