#aug-promo {
    font-size: 16px;
    --red: #ed383e;
    --gray: #a3a3a6;
    --focus-border: #000;
    --focus-color: #79797b;
    --error-border: #e32e22;
    --error-color: #e32e22;
    --form-field-padding: 12.5px 10px;
}

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

#aug-hero .aug-main .button {
    background-color: var(--red);
}

#aug-hero .aug-form {
    padding-top: 106px;
    padding-bottom: 125px;
    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-wrapper:before,
#aug-hero .aug-form-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
}
#aug-hero .aug-form-wrapper:before {
    width: calc(100% - 40px);
    height: calc(100% - 37px);
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid #000;
}
#aug-hero .aug-form-wrapper:after {
    width: calc(100% - 30px);
    height: calc(100% - 20px);
    background: transparent;
    border: 2px solid #000;
}

#aug-hero .aug-form-top {
    padding-top: 40px;
    margin-bottom: 16px;
    padding-left: 35px;
    padding-right: 35px;
}

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

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

/* Mobile CTA thumbs-up decorations (hidden with the mobile-only CTA on desktop) */
#aug-hero .aug-form-top .button .thumb {
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
#aug-hero .aug-form-top .button .thumb-left {
    left: -62px;
}
#aug-hero .aug-form-top .button .thumb-right {
    right: -62px;
    transform: translateY(-50%) scaleX(-1);
}

#aug-hero .aug-form form {
    width: 646px;
}

#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;
}

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

@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;
        max-width: 100%;
        width: 100%;
    }

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

@media screen and (max-width: 767px) {
    #aug-hero .button {
        width: 188px;
        height: 31px;
        border-radius: 16px;
        font-size: 1.0625em;
    }
}

@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.webp);
        background-image: -webkit-image-set(url("../images/hero/form-back-m.webp") 1x, url("../images/hero/form-back-m@2x.webp") 2x);
    }
    #aug-hero .aug-form-wrapper:before {
        width: calc(100% - 22px);
        height: calc(100% - 20px);
    }
    #aug-hero .aug-form-wrapper:after {
        width: calc(100% - 16px);
        height: calc(100% - 12px);
    }

    #aug-hero .aug-form-top {
        top: unset;
        padding: 59px 23px 60px;
        margin-bottom: 0;
    }

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

    #aug-hero .aug-form .button {
        margin: 0 auto;
        margin-top: 28px;
        bottom: unset;
        height: 45px;
        width: 235px;
        font-size: 20px;
        border-radius: 23px;
        z-index: 9;
    }
}
