:root {
    --popup-width: 704px;
    --popup-height: 498px;
    --close-x: 32px;
    --close-y: 34px;
    --text-dist: 38px;
    --submit-width: 206px;
    --submit-height: 40px;
    --submit-radius: 20px;
    --submit-fontsize: 1.125em;
    --submit-dist: 6.5px;
    --thanks-button-dist: 35px;
}
#popup-march {
    --blue: #2a3b74;
}
#popup-march .popup-content {
    width: var(--popup-width);
    height: var(--popup-height);
    padding: 0 15px;
    background-image: url(../images/hero/popup-back.jpg);
    background-image: -webkit-image-set(url("../images/hero/popup-back.jpg") 1x,
            url("../images/hero/popup-back@2x.jpg") 2x);
}
#popup-march .popup-close {
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    padding: var(--close-y) var(--close-x);
}
#popup-march form {
    margin-top: var(--text-dist);
}
#popup-march .button {
    width: var(--submit-width);
    height: var(--submit-height);
    border-radius: var(--submit-radius);
    font-size: var(--submit-fontsize);
    margin-top: var(--submit-dist);
    padding: 0.2em 0 0;
}
#popup-march .popup-thanks .button {
    margin-top: var(--thanks-button-dist);
}
#popup-march .scratch-wrapper {
    margin-top: 38px;
}
#popup-march .scratch-wrapper p {
    font-size: 6.375em;
}
#popup-march .popup-thanks p {
    line-height: 0.7;
    font-size: 10.9375em;
    margin-bottom: .2em;
}
#popup-march .popup-thanks .dog {
    bottom: -46px;
    left: -71px;
}
.ua-mac_os_x #popup-march .popup-thanks p {
    margin-top: 0.2em;
    margin-bottom: 0;
}
@media screen and (min-width: 568px) {
}
@media screen and (max-width: 567px) {
    :root {
        --popup-width: 100%;
        --popup-height: 100%;
        --close-x: 16px;
        --close-y: 20px;
        --text-dist: 21px;
        --submit-width: 150px;
        --submit-height: 33px;
        --submit-radius: 17px;
        --submit-fontsize: 0.8125em;
        --submit-dist: 10px;
        --thanks-button-dist: 24px;
    }
    #popup-march .popup-content {
        background-image: url(../images/hero/popup-back-m.jpg);
        background-image: -webkit-image-set(url("../images/hero/popup-back-m.jpg") 1x,
                url("../images/hero/popup-back-m@2x.jpg") 2x);
    }
    #popup-march .popup-close {
        width: 47px;
    }
    #popup-march .scratch-wrapper {
        width: 246px;
        margin-top: 21px;
    }
    #popup-march .scratch-wrapper p {
        font-size: 5.25em;
    }
    #popup-march .popup-thanks p {
        font-size: 9.5em;
    }
    #popup-march .popup-thanks .dog {
        bottom: -2px;
        left: 0;
    }
}