#aug-promo {
    font-size: 16px;
    --blue: #36A9E1;
    --yellow: #facc29;
    --gray: #a3a3a6;
    --focus-border: #000;
    --focus-color: #79797b;
    --error-border: #e32e22;
    --error-color: #e32e22;
}

#aug-hero .container {
    max-width: 1476px;
    width: 100%;
}

#aug-hero .badge-box {
    top: -55px;
    left: -67px;
}
#aug-hero .aug-form {
    padding-top: 121px;
    padding-bottom: 115px;
    margin-left: 50px;
    max-width: 50%;
}

#aug-hero .aug-form-wrapper {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-image: url(../images/hero/form-back.webp);
    background-image: -webkit-image-set(url("../images/hero/form-back.webp") 1x, url("../images/hero/form-back@2x.webp") 2x);
}
#aug-hero .aug-form-top {
    padding-top: 17px;
    margin-bottom: 8px;
}

#aug-hero .aug-form-inner {
    width: 639px;
    padding: 12px 15px 0;
    padding-top: 0;
}

#aug-hero .aug-form .button {
    bottom: -22px;
    padding-top: 0.2em;
    background-color: var(--white);
}

#aug-hero .aug-form form {
    width: 646px;
    --form-field-padding: 12.5px 10px;
}
#aug-hero .bottom-text {
    font-size: 25px;
    line-height: 112%;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 8px 15px 6px;
    background-color: #900200;
    margin-top: 20px;
}
#aug-hero .aug-form-inner>p,
#aug-hero .aug-form-inner h3 {
    font-size: 27px;
    line-height: 1;
    letter-spacing: 0.01em;
    margin-bottom: 22.5px;
}

#aug-hero .form-action {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1199px) {
    #aug-hero .aug-form {
        margin-left: 30px;
    }

    #aug-hero .form-field .radio-field {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 991px) {
    #aug-hero .container {
        flex-direction: column;
        align-items: center;
    }

    #aug-hero .aug-form {
        max-width: inherit;
        margin-left: 0;
    }

    #aug-hero .container {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (min-width: 568px) {
    #aug-hero .aug-form-wrapper:after {
        content: '';
        display: block;
        width: 194px;
        height: 327px;
        position: absolute;
        top: -98px;
        right: -8px;
        pointer-events: none;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: cover;
        background-image: url(../images/hero/scoops.webp);
        background-image: -webkit-image-set(url("../images/hero/scoops.webp") 1x, url("../images/hero/scoops@2x.webp") 2x);
    }
}
@media screen and (max-width: 567px) {
    #aug-hero .aug-form-wrapper {
        padding: 0;
        border-radius: 0;
        background-position: bottom;
        background-image: url(../images/hero/form-back-m@2x.webp);
    }

    #aug-hero .aug-form-top {
        top: unset;
        padding: 36px 0 62px;
        margin-bottom: 0;
    }
    #aug-hero .bottom-text {
        margin-top: 13px;
        font-size: 20px;
        padding-top: 7px;
        padding-bottom: 4px;
    }

    #aug-hero .aug-form {
        width: 100%;
        margin: 0;
        padding: 0;
        max-width: none;
    }

    #aug-hero .aug-form .button {
        margin: 0 auto;
        margin-top: 23px;
        bottom: unset;
        height: 45px;
        width: 235px;
        border-radius: 23px;
        font-size: 20px;
    }
    #aug-hero .badge-box {
        right: 20px;
        top: -74px;
        left: inherit;
    }
}

#aug-sub .button {
    text-indent: -9999px;
    width: 17.7%;
    height: 14.2%;
    left: 12.3%;
    bottom: 25.3%;
    background-color: transparent;
}
@media screen and (max-width: 767px) {
    #aug-sub {
        margin-top: -45px;
    }
    #aug-sub .button {
        width: 67.3%;
        height: 10.1%;
        left: 16.3%;
        bottom: 28.8%;
    }
}