#oct-promo {
  font-size: 14px;
  margin-bottom: 2em;
}
#oct-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../../images/25/oct/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/oct/hero/back.jpg") 1x,
    url("../../../images/25/oct/hero/back@2x.jpg") 2x
  );
}
#oct-hero .oct-container {
  width: 100%;
}
#oct-hero .oct-left {
  bottom: 0;
  left: -25em;
}
#oct-hero .oct-main {
  margin-top: 4em;
  margin-bottom: 8em;
}
#oct-hero .oct-main .main {
  margin-bottom: 3em;
}
#oct-hero .button {
  font-size: 1.5em;
  height: 2em;
  width: 10em;
  border-radius: 1em;
  background-color: #ec182a;
  -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);
}
#oct-hero .oct-right {
  bottom: 0;
  right: -25em;
}
#oct-hero .headline {
  top: -10em;
}

#oct-hero .button,
#oct-hero .button:hover,
#oct-hero .button:active,
#oct-hero .button:visited {
  text-decoration: none;
  color: white;
}

@supports (background: -webkit-named-image(i)) {
}

@media screen and (max-width: 2000px) {
}
@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1300px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  #oct-hero {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url(../../../images/25/oct/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/oct/hero/back-m.jpg") 1x,
      url("../../../images/25/oct/hero/back-m@2x.jpg") 2x
    );
  }
  #oct-hero .oct-container {
    width: 100%;
  }
  #oct-hero .oct-main {
    overflow: hidden;
    width: 100%;
    margin-top: 7%;
    margin-bottom: 13%;
  }
  #oct-hero .animation {
    width: 100%;
  }
  #oct-hero .oct-inner {
    flex-direction: column;
    width: 100%;
  }
  #oct-hero .oct-main .main {
    width: 72%;
    margin-bottom: 6%;
  }
  #oct-hero .oct-right {
    width: 100%;
  }
  #oct-hero .headline {
    top: -29%;
    width: 100%;
  }
}
@media screen and (max-width: 567px) {
  #oct-hero .button {
    height: 2em;
    width: 10em;
    font-size: 1.3em;
    border-radius: 1em;
    line-height: 5;
  }
  #oct-hero .oct-main .main {
    width: 69%;
  }
  #oct-hero .oct-main {
    overflow: hidden;
    width: 100%;
    margin: 0;
    margin-bottom: 0;
    padding-bottom: 14%;
  }
  #oct-hero .oct-left {
    left: unset;
    position: relative;
    width: 100%;
  }
  #oct-hero .image-right {
    width: 65%;
    margin-bottom: -21%;
    margin-top: 9%;
  }
  #oct-hero .oct-right {
    width: 100%;
    position: relative;
    right: unset;
  }
  #oct-hero .mobile {
    width: 100%;
  }
  #oct-hero .animation {
    margin-bottom: 6%;
  }
  #oct-hero .headline {
    top: -35%;
    width: 96%;
  }
}
