#mobile-bottom-sheet {
    display: none !important;
}

.mobile.only {
    display: none;
}
.container, .container2 {
    background-image: url('https://cdn.cigdigital.net/imports/production/mvp_awards_2026/img/background-image.png');
    background-size: 2200px;
}

.section1 {
    background-color: #1e3221;
    padding: 1.5em 10em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section1 a {
    font-family: 'Trade-Gothic-LT', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 50px;
}
.section1 .vertical-line {
    border-left: 2px solid white;
    height: 40px;
}

.section2 {
    padding: 5em 10em 10em 0;
}
.section2 .block1 {
    background-color: #caa458;
    padding: 1.5em 0 1.5em 10em;
    width: 48%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.section2 .block1 p {
    font-family: 'Trade-Gothic-LT', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0.1em;
}
.section2 .block1 p span {
    color: #000000;
}
.section2 .block2 {
    padding: 8em 0 0 10em;
    display: flex;
}
.section2 .block2 .left-block p {
    font-family: 'Trade-Gothic-LT', sans-serif;
    color: #FFFFFF;
    font-size: 57px;
    letter-spacing: 0.25em;
    line-height: 75px;
}
.section2 .block2 .left-block p span {
    color: #caa458;
}
.enter-now-button {
    font-family: 'Trade-Gothic-LT', sans-serif;
    font-weight: 400;
    background-color: #1e3221;
    color: #FFFFFF;
    padding: 10px 50px;
    border-radius: 53px;
    border: 2px solid #caa458;
    font-size: 38px;
    line-height: 53px;
    letter-spacing: 0.1em;
    display: inline-block;
    margin-top: 1em;
}
.enter-now-button:hover {
    color: #caa458;
    background-color: #FFFFFF;
}
.section2 .block2 .right-block {
    margin-left: auto;
    text-align: right;
}
.section2 .block2 .right-block img {
    width: 90%;
    height: auto;
}

.section3 {
    background-color: #051a0d; padding: 12em 25em 5em;
}
.section3 .mvp-vote {
    font-family: 'Trade-Gothic-LT', sans-serif;
    color:#FFFFFF;
    text-align: center;
    font-size: 60px;
    line-height: 70px;
}
.section3 .mvp-vote span {
    color: #caa458;
}
.section3 ul {
    font-family: 'Trade-Gothic-LT', sans-serif;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 50px;
}
.section3 .terms {
    font-family: 'Trade-Gothic-LT', sans-serif;
    font-weight: 400;
    color:#FFFFFF;
    font-size: 20px;
    line-height: 50px;
}

.section4 {
    background-color: #1e3221;
    padding: 5em 10em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section4 .left-logos {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}
.section4 .right-logo {
    display: flex;
    justify-content: flex-end;
    width: 40%;
}
.section4 img {
    height: 65px;
}
.p3pharmacy-logo {
    content:url("https://cdn.cigdigital.net/imports/production/mvp_awards_2026/img/p3pharmacy-logo.png");
}
@media (max-width: 1800px) {
    .section2 .block1 {
        width: 55%;
    }
    .section4 img {
        height: 55px;
    }
}
@media (max-width: 1600px) {
    .section1 {
        padding: 1.5em 5em;
    }
    .section1 a {
        font-size: 24px;
    }
    .section2 {
        padding: 5em 5em 7em 0;
    }
    .section2 .block1 {
        padding: 1.5em 0 1.5em 5em;
        width: 65%;
    }
    .section2 .block1 p {
        font-size: 24px;
    }
    .section2 .block2 {
        padding: 6em 0 0 5em;
    }
    .section2 .block2 .left-block p {
        font-size: 50px;
        line-height: 65px;
    }
    .section2 .block2 .right-block img {
        width :100%;
    }
    .enter-now-button {
        font-size: 32px;
    }
    .section3 {
        padding: 8em 12em 5em;
    }
    .section3 .mvp-vote {
        font-size: 56px;
    }
    .section4 {
        padding: 5em;
    }
    .section4 img {
        height: 45px;
    }
    .section4 .right-logo {
        width: 35%;
    }
}
@media (max-width: 1200px) {
    .section1 {
        padding: 1.5em 5em;
    }
    .section1 a {
        font-size: 20px;
    }
    .section2 {
        padding: 5em 5em 7em 0;
    }
    .section2 .block1 {
        padding: 1.5em 0 1.5em 5em;
        width: 65%;
    }
    .section2 .block1 p {
        font-size: 20px;
    }
    .section2 .block2 {
        padding: 6em 0 0 5em;
    }
    .section2 .block2 .left-block p {
        font-size: 46px;
        line-height: 60px;
    }
    .section2 .block2 .right-block img {
        width :100%;
    }
    .enter-now-button {
        font-size: 26px;
    }
    .section3 {
        padding: 6em;
    }
    .section3 .mvp-vote {
        font-size: 50px;
    }
    .section3 ul {
        font-size: 24px;
        line-height: 40px;
    }
    .section4 img {
        height: 40px;
    }
    .section4 .right-logo {
        width: 30%;
    }
}
@media (max-width: 950px) {
    .section1 {
        padding: 1.5em 3em;
    }
    .section1 a {
        font-size: 16px;
        line-height: 16px;
    }
    .section2 {
        padding: 4em 3em 4em 0;
    }
    .section2 .block1 {
        padding: 0.5em 0 0.5em 3em;
        width: 65%;
    }
    .section2 .block1 p {
        font-size: 18px;
    }
    .section2 .block2 {
        padding: 3em 0 0 3em;
    }
    .section2 .block2 .left-block p {
        font-size: 40px;
        line-height: 50px;
    }
    .enter-now-button {
        font-size: 20px;
        margin-top: unset;
        padding: 2px 30px;
    }
    .section3 {
        padding: 4em;
    }
    .section3 .mvp-vote {
        font-size: 42px;
        line-height: 56px;
    }
    .section3 ul {
        font-size: 22px;
        line-height: 36px;
    }
    .section3 .terms {
        font-size: 16px;
        line-height: 30px;
    }
    .section4 {
        padding: 3em;
    }
    .section4 img {
        height: 35px;
    }
}
@media (max-width: 767px) {
    .desktop.only {
        display: none;
    }
    .mobile.only {
        display: block;
    }
    .section3 {
        padding: 8em 3em 3em 3em;
    }
    .section3 .mvp-vote {
        font-size: 30px;
        line-height: 40px;
    }
    .section3 ul {
        font-size: 18px;
        line-height: 30px;
        margin-top: 4em;
    }
    .section3 .terms {
        font-size: 12px;
        line-height: 15px;
        margin: 1em 5em 2em 3em;
    }
    .enter-now-button {
        font-size: 28px;
        padding: 2px 30px;
        text-align: center;
        width: 80%;
        display: block;
        margin: 0 auto;
    }
    .section4 {
        flex-direction: column;
    }
    .section4 .left-logos {
        display: flex;
        flex-grow: 1;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 3em;
    }
    .section4 .right-logo {
        display: flex;
        justify-content: flex-end;
        width: 50%;
    }
    .section4 img {
        height: 42px;
    }
    .p3pharmacy-logo {
        content:url("https://cdn.cigdigital.net/imports/production/mvp_awards_2026/img/p3pharmacy-icon.png");
    }

    .mobile-section1 {
        background-color: #caa458;
        padding: 1em;
        display: flex !important;
        align-items: center;
        gap: 2em;
    }
    .mobile-section1 p {
        font-family: 'Trade-Gothic-LT', sans-serif;
        font-size: 20px;
        letter-spacing: 0.1em;
        line-height: 30px;
        font-weight: 700;
    }

    .mobile-section2 {
        padding: 5em 3em;
        text-align: center;
    }
    .mobile-section2 img {
        width: 75%;
    }
    .mobile-section2 .entry-open-text {
        font-family: 'Trade-Gothic-LT', sans-serif;
        font-size: 30px;
        letter-spacing: 0.25em;
        font-weight: 700;
        margin-top: 2.5em;
        margin-bottom: unset;
    }
    .mobile-section2 .entry-open-text span {
        font-size: 87px;
        line-height: 85px;
        letter-spacing: 0.1em;
    }
    .color {
        color: #caa458;
    }
    .white {
        color: #FFFFFF;
    }
    .black {
        color: #051a0d;
    }
    .mobile-section2 .submit-product-text {
        font-family: 'Trade-Gothic-LT', sans-serif;
        font-size: 17.6px;
        letter-spacing: 0.25em;
        line-height: 30px;
        font-weight: 700;
        margin-top: 0.5em;
    }

    .container2 {
        height: 100vh;
        padding: 8em 3em;
        text-align: center;
    }
    .container2 .logo {
        width: 75%;
    }
    .container2 .close-icon {
        position: fixed;
        top: 11em;
        right: 1em;
        max-width: 50px;
    }
    .container2 .links {
        margin-top: 5em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 2em;
    }
    .container2 a {
        font-family: 'Trade-Gothic-LT', sans-serif;
        color: #FFFFFF;
        font-size: 26px;
        line-height: 30px;
    }
    .container2 hr {
        border: 2px solid #caa458;
        width: 100%;
    }
}


.section2, .mobile-section2 {
    position: relative;
    border-bottom: 2px solid #caa458;
}
.section2:after, .mobile-section2:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 16em;
    height: 16em;
    margin-top: -8em;
    background: url(https://cdn.cigdigital.net/imports/production/mvp_awards_2026/img/desktop-arrow-icon.png) no-repeat center center;
    background-size: contain;
    transform: translateX(-50%);
}
