<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mobile-bottom-sheet {
    display: none !important;
}

.menu a {
    font-weight: 900 !important;
}

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

@media (max-width: 799px) {
    .desktop, .menu {
        display: none;
    }
    .mobile {
        display: block;
    }
    .left-container {
        display: none;
    }
}
@media (min-width: 800px) {
    .desktop, .menu {
        display: block;
    }
    .mobile {
        display: none;
    }
}

.container {
    width: 100%;
    padding: unset;
}

.top-nav-bar {
    width: 100%;
    background-color: #FFFFFF;
}
.top-nav-bar .menu {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    padding: 1.5% 0 1.5% 0.6%;
    font-family: 'Gill Sans', sans-serif;
    font-weight: 900;
}
.top-nav-bar .menu .menu-item {
    display: inline;
    margin: 0;
}
.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: #000000;
}
.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;
    text-decoration: none !important;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 2% 0 1.2% 0 !important;
    background-color: #0058a3;
    font-size: 28px;
    line-height: 25px;
    background-repeat: no-repeat;
    margin: unset;
}

.container1 {
    background-image: url("https://cdn.cigdigital.net/imports/production/ipa_2025_homepage/img/bg-image.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-position: right 20% bottom 45%;
}

.main-container {
    display: flex;
    padding: 4% 30% 2% 10%;
}

.left-container {
    width: 25%;
    padding-right: 2%;
}
.right-container {
    width: 75%;
    flex-direction: column;
    padding-left: 2%;
    color: #1E1E1E;
}
.right-container h1 {
    font-family: 'Gill Sans', sans-serif;
    font-size: 32px;
    line-height: 38px;
    font-weight: 900;
}
.right-container p {
    font-family: 'Work Sans', sans-serif;
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 1em;
    line-height: 30px;
}
.small-text {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px !important;
    font-weight: 500;
    margin: 0 0 1em;
    line-height: 24px !important;
}
.box-text {
    background-color: rgba(0, 88, 163, 0.3);
    margin-right: 30%;
    padding: 2% 2% 2% 28%;
}
.box-text .small-text {
    color: #FFFFFF;
}
span {
    color: #0058A3;
}

.footer-bar {
    background-color: #0058a3;
    display: flex;
    justify-content: center;
    padding: 3% 10%;
}

.logos {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 2%;
    align-items: center;
}

.logos img {
    object-fit: contain;
    height: auto;
    flex-grow: 1;
    width: 12%;
}

@media (max-width: 800px) {
    .top-nav-bar .menu,
    .top-nav-bar .nav-bar-txt {
        font-size: 16px;
    }
    .right-container p {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 1000px) {
    .top-nav-bar .menu,
    .top-nav-bar .nav-bar-txt {
        font-size: 16px;
    }
    .right-container p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 1300px) {
    .container1 {
        background-position: right 20% bottom 45%;
    }
    .main-container {
        padding: 4% 35% 4% 8% !important;
    }
    .top-nav-bar .menu,
    .top-nav-bar .nav-bar-txt {
        font-size: 20px;
    }
    .right-container p {
        font-size: 18px;
        line-height: 22px;
    }
    .logos {
        padding: 3% 8%;
        gap: 2%;
    }
}
@media (max-width: 1600px) {
    .main-container {
        padding: 4% 32% 4% 10%;
    }
    .top-nav-bar .menu,
    .top-nav-bar .nav-bar-txt {
        font-size: 22px;
    }
    .right-container p {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (max-width: 1800px) {
    .top-nav-bar .menu,
    .top-nav-bar .nav-bar-txt {
        font-size: 22px;
    }
    .right-container p {
        font-size: 22px;
        line-height: 26px;
    }
}

/* mobile device */
@media screen and (max-width: 799px) {
    .top-nav-bar .nav-bar-txt {
        padding: 5% !important;
    }
    .container1 {
        position: relative;
        flex-direction: column;
        width: 100%;
        height: auto;
        background-size: cover;
        background-position: center;
    }
    .main-container {
        padding: 8% !important;
    }
    .right-container {
        width: 100%;
        padding-top: 10%;
    }
    .mobile-menu {
        background-image: url("https://cdn.cigdigital.net/imports/production/ipa_2025_homepage/img/mobile_background_menu.png");
        flex-direction: column;
        height: 850px;
        width: auto;
        background-size: cover;
        padding: 0;
    }
    .mobile-menu .logo {
        padding: 2% 5%;
    }
    .logos {
        padding: 8% 2%;
        gap: 2%;
    }
    .box-text {
        margin-right: 15%;
    }
}

.mobile-menu-items {
    font-size: 25px;
    text-align: center;
    font-family: 'Gill Sans', sans-serif;
    font-weight: 900;
}
.mobile-menu-items .mobile-previous-winner-container,
.mobile-menu-items .mobile-ceremony-container {
    font-size: 20px;
    text-align: center;
    font-family: 'Gill Sans', sans-serif;
    font-weight: 900;
    margin: -5% 0 3% 0;
}
.mobile-menu-items .mobile-previous-winner-container p,
.mobile-menu-items .mobile-ceremony-container p {
    margin: -1% 0 0 0;
}
.mobile-menu-items span {
    color: #0058a3;
}

.mobile-close-icon {
    position: absolute;
    right: 0;
    width: 15%;
    height: auto;
    margin: 4% 0;
}
.mobile-hamburger-icon {
    position: absolute;
    right: 0;
    width: 15%;
    height: auto;
    margin: 4% 0;
    z-index: 1;
}

.top-nav-bar .previous-winner-image-container,
.top-nav-bar .ceremony-image-container {
    float: right;
    background-color: #ffffff;
    opacity: 0.9;
    padding: 1% 0;
    position: fixed;
    margin: 0 20%;
}
.top-nav-bar .previous-winner-image-container img {
    width: 60%;
    height: auto;
    align-content: start;
    padding: 0.5%;
    cursor: pointer;
}
.top-nav-bar .ceremony-image-container img {
    width: 15%;
    height: auto;
    align-content: start;
    padding: 0.5%;
    cursor: pointer;
}
</pre></body></html>