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

.menu a {
    font-weight: 900;
}

/* Fonts */
@font-face {
    font-family: 'Gill Sans';
    src: url("https://cdn.cigdigital.net/fonts/Gill-Sans-Regular.otf") format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: 'Gill Sans';
    src: url("https://cdn.cigdigital.net/fonts/Gill-Sans-Medium.otf") format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: 'Gill Sans';
    src: url("https://cdn.cigdigital.net/fonts/Gill-Sans-Bold.otf") format("truetype");
    font-weight: 700;
}
@font-face {
    font-family: 'Gill Sans';
    src: url("https://cdn.cigdigital.net/fonts/Gill-Sans-Heavy.otf") format("truetype");
    font-weight: 900;
}
@font-face {
    font-family: 'Work Sans';
    src: url("https://cdn.cigdigital.net/fonts/Work-Sans-Medium.ttf") format("truetype");
    font-weight: 500;
}

/* Base */
.container {
    width: 100%;
}

.top-nav-bar {
    width: 100%;
    background-color: #fff;
}

.top-nav-bar .menu {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    padding: 1.5% 0;
    font-family: 'Gill Sans', sans-serif;
    font-weight: 900;
}

.top-nav-bar .menu .menu-item {
    display: inline;
}

.top-nav-bar .menu span,
.top-nav-bar .menu .menu-item {
    color: #0058a3;
    cursor: pointer;
}

.top-nav-bar .menu span:hover,
.top-nav-bar .menu .menu-item:hover {
    color: #000;
}

.top-nav-bar .menu span {
    margin: 0 1%;
}

.top-nav-bar .nav-bar-txt {
    text-align: center;
    font-family: 'Gill Sans', sans-serif;
    font-weight: 900;
    color: #fff;
    padding: 2% 0 1.5% 0;
    background-color: #0058a3;
    font-size: 28px;
    margin: unset;
}

/* Main */
.main-container {
    background-image: url("https://cdn.cigdigital.net/imports/production/ipa_2026_winners24/img/bg-image.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 17%;
}

.sub-container {
    display: flex;
    background-color: rgba(0, 88, 163, 0.9);
    padding: 3% 5%;
}

.left-container {
    width: 25%;
}

.right-container {
    width: 75%;
    padding-left: 2%;
    color: #fff;
}

.right-container h1 {
    font-family: 'Gill Sans';
    font-size: 32px;
    font-weight: 900;
}

.right-container p, .image-container p {
    font-family: 'Work Sans';
    font-size: 22px;
    line-height: 28px;
}
.image-container {
    padding: 3% 20%;
}
.right-image,
.left-image {
    padding: 3% 0;
    overflow: hidden;
}
.right-image img {
    float: right;
    margin: 0 0 20px 20px;
    width: 30%;
}
.left-image img {
    float: left;
    margin: 0 20px 20px 0;
    width: 30%;
}
hr {
    border: 1px solid #786c33;
    margin-top: -1.5%;
}
.right-container a {
    color: #fff;
}

/* Footer */
.footer-bar {
    background-color: #0058a3;
    min-height: 5em;
}

/* Desktop / Mobile visibility */
@media (max-width: 799px) {
    .desktop,
    .menu {
        display: none;
    }

    .mobile {
        display: block;
    }
}

@media (min-width: 800px) {
    .desktop,
    .menu {
        display: block;
    }

    .mobile {
        display: none;
    }
}

/* ≤1800px */
@media (max-width: 1800px) {
    .top-nav-bar .menu,
    .top-nav-bar .nav-bar-txt {
        font-size: 22px;
    }

    .right-container p, .image-container p {
        font-size: 20px;
        line-height: 24px;
    }
}

/* ≤1600px */
@media (max-width: 1600px) {
    .top-nav-bar .menu,
    .top-nav-bar .nav-bar-txt {
        font-size: 20px;
    }

    .right-container p, .image-container p {
        font-size: 18px;
        line-height: 22px;
    }

    .image-container {
        padding: 3% 8%;
    }
}

/* ≤1000px */
@media (max-width: 1000px) {
    .top-nav-bar .menu,
    .top-nav-bar .nav-bar-txt {
        font-size: 16px;
    }

    .right-container p, .image-container p {
        font-size: 16px;
        line-height: 20px;
    }
}

/* Mobile layout */
@media (max-width: 799px) {
    .main-container {
        padding: 0 8%;
    }

    .top-nav-bar .nav-bar-txt {
        padding: 5%;
    }

    .left-container {
        display: none;
    }

    .right-container {
        width: 100%;
    }

    .image-container {
        padding: 8%;
    }
    .right-image img,
    .left-image img {
        padding: 0 4% 4% 4% !important;
        width: 100% !important;
        margin: 0 !important;
    }
    .right-image p,
    .left-image p {
        margin: 0 0 3.5% !important;
    }

    .mobile-menu {
        background-image: url("https://cdn.cigdigital.net/imports/production/ipa_2026_winners24/img/mobile_background_menu.png");
        height: 850px;
        background-size: cover;
    }

    .mobile-menu .logo {
        display: block;
        margin: 0 auto;
        width: 50%;
        padding: 5%;
    }
}

/* Mobile menu */
.mobile-menu-items {
    font-size: 25px;
    text-align: center;
    font-family: 'Gill Sans';
    font-weight: 900;
}

.mobile-menu-items span {
    color: #0058a3;
}

.mobile-menu-items .mobile-previous-winner-container,
.mobile-menu-items .mobile-ceremony-container {
    font-size: 20px;
    margin: -5% 0 3%;
}

/* Icons */
.mobile-close-icon {
    position: absolute;
    right: 0;
    width: 10%;
    margin: 1% 0;
}

.mobile-hamburger-icon {
    position: absolute;
    right: 0;
    width: 10%;
    margin: 1% 0;
    z-index: 1;
}

/* Dropdown images */
.top-nav-bar .previous-winner-image-container,
.top-nav-bar .ceremony-image-container {
    position: fixed;
    background: #fff;
    opacity: 0.9;
    padding: 1.5% 0;
    margin: 0 20%;
}

.top-nav-bar .previous-winner-image-container img {
    width: 60%;
    padding: 0.5%;
    cursor: pointer;
}

.top-nav-bar .ceremony-image-container img {
    width: 15%;
    padding: 0.5%;
    cursor: pointer;
}

.left-image h1, .right-image h1 {
    margin-top: unset;
}
