#july-promo {
    font-size: 16px;
    --red: #c9181e;
}
#july-hero{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../../../images/25/july/hero/back.jpg);
	background-image: -webkit-image-set(url("../../../images/25/july/hero/back.jpg") 1x, url("../../../images/25/july/hero/back@2x.jpg") 2x);
}
.jh-inner {
    padding: 0 15px;
}
.jh-inner  dotlottie-player {
    height: auto;
}
.jh-inner .jh-animation {
    z-index: -1;
}
.jh-inner .button{
    width: 237px;
    height: 40px;
    border-radius: 20px;
    font-size: 1.4375em;
    margin-top: 25px;
    padding-top: 0.1em;
}
.jh-left {
    max-width: 47.916667%;
    height: 100%;
}
.jh-right {
    max-width: 45.677083%;
    height: 100%;
}
.jh-right dotlottie-player {
    max-width: inherit;
    aspect-ratio: 1 / 0.73363431;
    width: auto;
    height: 100%;
    left: 0;
}
.jh-left dotlottie-player {
    max-width: inherit;
    aspect-ratio: 1 / 0.5747619;
    width: auto;
    height: 100%;
    right: -3%;
}
.jh-main {
    padding-top: 105px;
    padding-bottom: 101px;
}
.jh-main:before {
    content: '';
    display: block;
    width: 854px;
    height: auto;
    aspect-ratio: 1 / 0.97775176;
    position: absolute;
    z-index: -1;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../../../images/25/july/hero/circle.png);
	background-image: -webkit-image-set(url("../../../images/25/july/hero/circle.png") 1x, url("../../../images/25/july/hero/circle@2x.png") 2x);
}
.jh-main .balloons-left {
    left: -30.786687%;
    max-width: 34.114977%;
}
.jh-main .balloons-right {
    right: -22.995461%;
    top: 30%;
    max-width: 32.677761%;
}
.jh-main dotlottie-player {
    width: 107%;
    top: -5%;
}

@media screen and (min-width: 1341px){
}
@media screen and (max-width: 1340px){
}
@media screen and (min-width:1200px){
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 567px) {
    #july-hero{
        background-image: url(../../../images/25/july/hero/back-m.jpg);
        background-image: -webkit-image-set(url("../../../images/25/july/hero/back-m.jpg") 1x, url("../../../images/25/july/hero/back-m@2x.jpg") 2x);
    }
    .jh-inner {
        z-index: 2;;
    }
    .jh-main {
        padding-top: 75px;
        padding-bottom: 152px;
    }
    .jh-main:before {
        display: none;
    }
    .jh-main .balloons-left {
        left: -35px;
        max-width: inherit;
        top: 259px;
    }
    .jh-main .balloons-right {
        right: -16px;
        top: 0;
        max-width: inherit;
    }
    .jh-right {
        max-width: inherit;
        z-index: 1;
        width: 100%;
    }
    .jh-right > div {
        z-index: -1;
        justify-content: center;
        width: 100%;
    }
    .jh-right dotlottie-player {
        aspect-ratio: 1 / 1.00408163;
        left: inherit;
    }
    .jh-inner .button{
        width: 215px;
        font-size: 1.1875em;
        margin-top: 27px;
    }
}