#dec-promo {
  font-size: 16px;
}
#dec-hero {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-image: url(../../../images/25/dec/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/dec/hero/back.jpg") 1x,
    url("../../../images/25/dec/hero/back@2x.jpg") 2x
  );
}
.dh-main {
  padding-top: 62px;
  padding-bottom: 64px;
}
.dh-main .button {
  width: 192px;
  height: 40px;
  border-radius: 22px;
  font-size: 1.125em;
  margin-top: 25px;
}
#dec-hero .top-animation {
  left: -290px;
}
#dec-hero dotlottie-player {
  height: auto;
}
#dec-hero .animation {
  right: -610px;
}
#dec-hero .animation dotlottie-player {
  width: 109%;
  left: -3%;
}

@supports (background: -webkit-named-image(i)) {
  #dec-hero .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 1450px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
  .dh-main {
    padding-top: 88px;
    padding-bottom: 180px;
  }
  #dec-hero .top-animation {
    left: -49px;
  }
  #dec-hero .animation {
    right: -180px;
  }
  #dec-hero .animation img {
    width: auto;
    height: 320px;
  }
  #dec-hero .animation dotlottie-player {
    width: 109%;
    left: -8%;
  }
}

@media screen and (max-width: 567px) {
  #dec-hero {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-image: url(../../../images/25/dec/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/dec/hero/back-m.jpg") 1x,
      url("../../../images/25/dec/hero/back-m@2x.jpg") 2x
    );
  }
  .dh-main .button {
    width: 150px;
    height: 30px;
    border-radius: 15px;
    font-size: 0.9375em;
    margin-top: 20px;
  }
}
