body, html {
    margin: 0 !important;
    width: 100%;
    overflow-x: hidden;
}

body.vbox-open,
html:has(body.vbox-open) {
    overflow: hidden;
}
.grecaptcha-badge {
    display: none !important;
}
.blocks-section {
    padding: 0 76px;
    display: flex;
    flex-direction: column;
    row-gap: 102px;
    max-width: 1440px;
    align-items: center;
    margin: auto;
}
.hero-v1-container,
.hero-v2-container,
.hero-v3-container{
    margin-bottom: 102px;
}

body:has(.countdown-tab-container) .hero-v1-container,
body:has(.countdown-tab-container) .hero-v2-container,
body:has(.countdown-tab-container) .hero-v3-container {
    margin-bottom: 0;
}

.footer-container {
    margin-top: 102px;
}

/* Select2 above sticky layers, popups, and other high z-index UI on landing pages */
.select2-container {
    z-index: 999999 !important;
}

@media only screen and (max-width: 768px) {
    .gfield[data-conditional-logic] .select2-container {
        width: 100% !important;
    }
}
@media only screen and (max-width: 768px) {
    .blocks-section {
        padding: 0 16px;
        display: flex;
        flex-direction: column;
        row-gap: 64px;
    }
    .hero-v1-container,
    .hero-v2-container,
    .hero-v3-container{
        margin-bottom: 64px;
    }

    body:has(.countdown-tab-container) .hero-v1-container,
    body:has(.countdown-tab-container) .hero-v2-container,
    body:has(.countdown-tab-container) .hero-v3-container {
        margin-bottom: 0;
    }

    .footer-container {
        margin-top: 64px;
    }

    a, button, span.select2-selection.select2-selection--single {
        -webkit-tap-highlight-color: transparent;
    }
}

@-moz-keyframes spin-form {
    100% {
        -moz-transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes spin-form {
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes spin-form {
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.gform_button{
    margin-bottom: 0 !important;
}
.gform_ajax_spinner {
    -webkit-animation: spin-form 1s linear infinite;
    -moz-animation: spin-form 1s linear infinite;
    animation: spin-form 1s linear infinite;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform : translate(-50%, -50%);
}
.gform_wrapper .gform_footer {
    position: relative;
    width: fit-content;
    padding: 0 !important;
    margin:auto !important;
}

@media (max-width: 768px) {
    .gform_wrapper .gform_footer {
        width: 100%;
    }
}

.gform_wrapper.gravity-theme .gfield--type-radio.gfield--type-choice.gfield_visibility_hidden {
    display: none;
}

.gform_validation_errors h2 {
    margin-bottom: 0 !important;
    font-family:Inter;
    font-weight: 400;
}

.form-section-block-container, .gravity-form-container {
    .gfield_label {
        font-family: Inter;
    }
    .gfield-choice-input:not(.gfield--type-quiz input) {
        display: none !important;
    }
    @media (min-width: 768px) {
        .gchoice label:not(.gfield--type-quiz label) {
            font-size: 18px;
            cursor: pointer;
        }
    }
    .ginput_container_radio .hli:not(.gfield--type-quiz .gfield_radio .gchoice),
    .ginput_container_radio .gchoice:has(input:checked):not(.gfield--type-quiz .gfield_radio .gchoice){
        background-color: #00b5d3 !important;
        color: #fff !important;
    }

    .ginput_container_radio .hli label {
        color: #fff !important;
    }

    .gravity-form-container:has(.gform_page),
    .gform_wrapper:has(.gform_page) {
        align-items: center;
        width: 100%;
    }
    .gravity-form-container:has(.gform_page) form {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    @media (max-width: 768px) {
        .gravity-form-container:has(.gform_page) form {
            width: 100%;
        }
    }
    .gravity-form-container:has(.gform_page) .gform-body {
        width: 100%;
    }

    .gform_wrapper .gfield_description.validation_message {
        font-size: 18px;
        font-weight: 400;
    }

    @media (max-width: 768px) {
        .gform_wrapper .gfield_description.validation_message {
            font-size: 16px;
        }
        .gform_wrapper .gform_validation_errors {
            padding: 16px !important;
        }

        form {
            max-width: 100%;
        }
        .select2-container {
            max-width: 100%;
        }
    }

    .gfield_error input[aria-invalid="true"]:not(.gfield [type=checkbox]) {
        border: 1px solid #C02B0A !important;
    }
    .gform_wrapper.gravity-theme .gfield_error label.gfield_consent_label {
        color: var(--Dark-Blue, #002846);
    }

    .gfield_error .ginput_container_select .select2-container--default .select2-selection--single,
    .gfield_error .ginput_container_select .chosen-container a.chosen-single {
        border: 1px solid #c02b0a !important;
    }

    .gform_wrapper.gravity-theme .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-width: 5px 4px 0 4px;
    }

    .gravity-form-container .gform_confirmation_message.gform_confirmation_message--quiz {
        border-radius: unset;
        background: unset;
        padding: unset;
        text-align: unset;
        margin-top: unset;
        max-width: unset;
    }

    .gravity-form-container:has(.gform_confirmation_message--quiz) .gform_confirmation_message {
        display: none;
    }

    .gform_confirmation_message.gform_confirmation_message--quiz {
        display: block  !important;
    }
}
.add-searchbox .select2-search--dropdown {
    display: block !important;
}
@media (min-width: 768px) {
    .add-searchbox .select2-search--dropdown input {
        border: 1px solid rgba(0, 43, 70, 0.5);
        border-radius: 5px;
        padding: 15px !important;
        font-size: 18px !important;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #002b46;
        height: 50px;
        outline: 0;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNy40OScgaGVpZ2h0PScxNy40OScgdmlld0JveD0nMCAwIDE3LjQ5IDE3LjQ5Jz48cGF0aCBkYXRhLW5hbWU9J1BhdGggNzE4JyBkPSdNMTUuNSAxNGgtLjc5bC0uMjgtLjI3YTYuNTEgNi41MSAwIDEgMC0uNy43bC4yNy4yOHYuNzlsNSA0Ljk5TDIwLjQ5IDE5em0tNiAwQTQuNSA0LjUgMCAxIDEgMTQgOS41IDQuNDk0IDQuNDk0IDAgMCAxIDkuNSAxNHonIHRyYW5zZm9ybT0ndHJhbnNsYXRlKC0zIC0zKScgc3R5bGU9J2ZpbGw6IzEzMmI0NCc+PC9wYXRoPjwvc3ZnPgo=) !important;
        background-repeat: no-repeat !important;
        background-position: calc(100% - 7px) center;
        background-size: 17px !important;
        font-family: Inter !important;
    }
}

.vbox-share {
    font-family: Inter;
}