<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text-xxl {
    font-size: 3.33rem;
}
@media (max-width: 1080px) {
    .sm_text-xxl {
        font-size: 3.33rem;
    }
}
@media (min-width: 1200px) {
    .md_text-xxl {
        font-size: 3.33rem;
    }
}
@media (min-width: 1400px) {
    .lg_text-xxl {
        font-size: 3.33rem;
    }
}
.text-2xxl {
    font-size: 4.22rem;
}
@media (max-width: 1080px) {
    .sm_text-2xxl {
        font-size: 4.22rem;
    }
}
@media (min-width: 1200px) {
    .md_text-2xxl {
        font-size: 4.22rem;
    }
}
@media (min-width: 1400px) {
    .lg_text-2xxl {
        font-size: 4.22rem;
    }
}
.text-3xxl {
    font-size: 5.55rem;
}
@media (max-width: 1080px) {
    .sm_text-3xxl {
        font-size: 5.55rem;
    }
}
@media (min-width: 1200px) {
    .md_text-3xxl {
        font-size: 5.55rem;
    }
}
@media (min-width: 1400px) {
    .lg_text-3xxl {
        font-size: 5.55rem;
    }
}
.text-4xxl {
    font-size: 8.33rem;
}
@media (max-width: 1080px) {
    .sm_text-4xxl {
        font-size: 8.33rem;
    }
}
@media (min-width: 1200px) {
    .md_text-4xxl {
        font-size: 8.33rem;
    }
}
@media (min-width: 1400px) {
    .lg_text-4xxl {
        font-size: 8.33rem;
    }
}
.text-5xxl {
    font-size: 11.11rem;
}
@media (max-width: 1080px) {
    .sm_text-5xxl {
        font-size: 11.11rem;
    }
}
@media (min-width: 1200px) {
    .md_text-5xxl {
        font-size: 11.11rem;
    }
}
@media (min-width: 1400px) {
    .lg_text-5xxl {
        font-size: 11.11rem;
    }
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff url(images/ajax-loader.gif) center center no-repeat;
}
@font-face {
    font-family: "slick";
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(images/slick.svg#slick) format("svg");
    font-weight: normal;
    font-style: normal;
}
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "â†";
}
[dir="rtl"] .slick-prev:before {
    content: "â†’";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "â†’";
}
[dir="rtl"] .slick-next:before {
    content: "â†";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "â€¢";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75;
}
.sm_slick_carousel .slider-arrow {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 30px;
    cursor: pointer;
    background: transparent;
    color: #000;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 9999;
    width: 30px;
    text-align: center;
}
.sm_slick_carousel .slider-arrow.slider-prev {
    right: -30px;
}
.sm_slick_carousel .slider-arrow.slider-next {
    left: -30px;
}
.sm_slick_carousel .slider-arrow.arrow-dark {
    color: #000;
}
.sm_slick_carousel .slider-arrow.arrow-light {
    color: #367bb9;
}
.sm_slick_carousel.grid .slider-arrow.slider-prev {
    right: 0;
}
.sm_slick_carousel.grid .slider-arrow.slider-next {
    left: 0;
}
.sm_slick_carousel.milestones .slider-arrow.slider-prev {
    right: 15px;
}
.sm_slick_carousel.milestones .slider-arrow.slider-next {
    left: 15px;
}
.mobileNav svg.icon {
    z-index: 100;
    right: 30px;
    top: 30px;
}
@media (max-width: 1080px) {
    .prizesSection .prizes__grid .prize {
        margin: 0 20px;
        padding-bottom: 20px;
    }
}
@media (min-width: 1200px) {
    .prizesSection .prizes__grid .prize .prizes__content {
        max-width: 350px;
        margin-left: 45px;
    }
}
.prizesSection .prizes__grid .prize:nth-child(odd) {
    border-bottom: solid #cecece 2px;
    border-right: none;
}
@media (min-width: 1200px) {
    .prizesSection .prizes__grid .prize:nth-child(odd) {
        border-right: solid #cecece 2px;
        border-bottom: none;
    }
}
@media (min-width: 1200px) {
    .prizesSection .prizes__grid .prize:nth-child(even) {
        justify-content: flex-end;
    }
}
@media (max-width: 1080px) {
    .gridSection .grid__heading {
        padding: 0 30px;
    }
}
@media (min-width: 1200px) {
    .gridSection .grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 260px));
        grid-column-gap: 130px;
        grid-row-gap: 70px;
        justify-content: center;
    }
}
@media (max-width: 1080px) {
    .gridSection .grid {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 1080px) {
    .gridSection .grid .item .item__image {
        margin-bottom: 25px;
    }
}
.gridSection .grid .item .item__image img {
    margin: 0 auto;
    width: auto;
    height: 160px;
}
@media (max-width: 1080px) {
    .gridSection .grid .item .item__image img {
        height: 185px;
        margin-left: auto;
        margin-right: auto;
    }
}
.gridSection .slick-arrow:before {
    color: #000;
}
@media (min-width: 1080px) {
    .skilledTradesSection .skilledTrades__wrapper {
        padding: 0px 140px;
    }
}
@media (min-width: 1200px) {
    .skilledTradesSection .skilledTrades__grid {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 190px));
        grid-column-gap: 120px;
        grid-row-gap: 70px;
        justify-content: center;
    }
}
@media (max-width: 1080px) {
    .skilledTradesSection .skilledTrades__grid {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}
.skilledTradesSection .skilledTrades__grid .skilledTrade {
    cursor: pointer;
}
@media (min-width: 1200px) {
    .skilledTradesSection .skilledTrades__grid .skilledTrade {
        position: relative;
    }
}
@media (max-width: 1080px) {
    .skilledTradesSection .skilledTrades__grid .skilledTrade {
        padding: 0 10px;
    }
}
.skilledTradesSection .skilledTrades__grid .skilledTrade:hover .skilledTrade__description {
    bottom: -100px;
    opacity: 1;
}
@media (max-width: 1080px) {
    .skilledTradesSection .skilledTrades__grid .skilledTrade .skilledTrade__icon {
        margin-bottom: 15px;
        max-width: 77px;
        max-height: 77px;
        padding: 10px;
        margin-left: auto;
        margin-right: auto;
    }
}
.skilledTradesSection .skilledTrades__grid .skilledTrade .skilledTrade__icon img,
.skilledTradesSection .skilledTrades__grid .skilledTrade .skilledTrade__icon object {
    filter: brightness(0) invert(1);
    transition: all 300ms ease-in-out;
    height: 77px;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}
@media (min-width: 1200px) {
    .skilledTradesSection .skilledTrades__grid .skilledTrade .skilledTrade__icon img,
    .skilledTradesSection .skilledTrades__grid .skilledTrade .skilledTrade__icon object {
        height: 150px;
    }
}
@media (min-width: 1200px) {
    .skilledTradesSection .skilledTrades__grid .skilledTrade .skilledTrade__icon img:hover,
    .skilledTradesSection .skilledTrades__grid .skilledTrade .skilledTrade__icon object:hover {
        filter: none;
        transform: scale(1.5);
    }
}
@media (max-width: 1080px) {
    .skilledTradesSection .skilledTrades__grid .skilledTrade .skilledTrade__heading {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        min-height: 32px;
    }
}
@media (min-width: 1200px) {
    .skilledTradesSection .skilledTrades__grid .skilledTrade .skilledTrade__description {
        position: absolute;
        width: 315px;
        padding: 23px;
        border: 5px solid #fff80d;
        box-shadow: 8px 7px 6px 0 rgba(0, 0, 0, 0.16);
        bottom: -50px;
        left: calc(50% - 158px);
        background-color: #035da2;
        opacity: 0;
        transition: all 200ms ease-in-out;
        z-index: 999;
    }
}
@media (max-width: 1080px) {
    .skilledTradesSection .skilledTrades__grid .skilledTrade .skilledTrade__description {
        display: block;
    }
}
.winnersSection:before {
    content: "";
    width: 100%;
    display: block;
    border-top: 1px solid #707070;
    margin-bottom: 75px;
}
@media (max-width: 1399.98px) {
    .winnersSection:before {
        margin-bottom: 44px;
    }
}
@media (max-width: 1080px) {
    .winnersSection .container {
        padding: 0 30px;
    }
}
@media (min-width: 1200px) {
    .winnersSection .winner__subHeading div:nth-of-type(1):after,
    .winnersSection .winner__subHeading div:nth-of-type(2):after {
        content: "";
        border-right: solid 3px;
        padding-right: 15px;
        margin-right: 15px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
    }
}
.winnersSection .winner__subHeading div:after {
    border-color: #000 !important;
}
.winnersSection .winner__image {
    position: relative;
}
.winnersSection .winner__image .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #ff010087;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}
@media (min-width: 1400px) {
    .winnersSection .winner__image .icon-play {
        font-size: 60px;
        width: 214px;
        height: 214px;
    }
}
.winnersSection .winner__text * {
    line-height: 1.38;
    margin-bottom: 20px;
    display: inline;
}
@media (min-width: 1200px) {
    .winnersSection .winner__text * {
        margin-bottom: 40px;
    }
}
.winnersSection .winner__text *:not(:first-child) {
    display: none;
}
.winnersSection .winner__text .continue {
    color: #f81b23;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    margin-top: -30px;
    display: none;
}
.winnersSection .winner__text .continue span {
    margin-right: 5px;
}
@media (max-width: 1080px) {
    #timelineContent .container {
        padding: 0;
    }
}
#timelineContent .milestone {
    position: relative;
}
@media (max-width: 1080px) {
    #timelineContent .milestone {
        width: 100%;
    }
}
#timelineContent .milestone:not(.first-item) .line-left {
    display: block;
    position: absolute;
    background-color: #08294C;
    width: 50%;
    height: 10px;
    top: 17px;
    left: 0;
}
@media (min-width: 1200px) {
    #timelineContent .milestone:not(.first-item) .line-left {
        top: 30px;
    }
}
#timelineContent .milestone:not(.last-item) .line-right {
    display: block;
    position: absolute;
    background-color: #08294C;
    width: 50%;
    height: 10px;
    top: 17px;
    right: 0;
}
@media (min-width: 1200px) {
    #timelineContent .milestone:not(.last-item) .line-right {
        top: 30px;
    }
}
#timelineContent .milestone .icon {
    width: 45px;
    height: 45px;
    background-color: #0059A8;
    border: solid 10px #08294C;
    border-radius: 50%;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9999;
}
@media (min-width: 1200px) {
    #timelineContent .milestone .icon {
        width: 70px;
        height: 70px;
        margin-bottom: 22px;
    }
}
#timelineContent .milestone.active .icon {
    background-color: #fff80d;
}
#timelineContent .slick-slider .slider-arrow {
    width: 40px;
}
#timelineContent .slick-slider .slick-next {
    right: 5px;
}
#timelineContent .slick-slider .slick-prev {
    left: 5px;
}
.heroSection2020 {
    position: relative;
    height: auto;
    min-height: auto;
}
@media only screen and (min-width: 1920px) {
    .heroSection2020,
    .heroSection2020 video {
        max-height: 80vh;
    }
}
.heroSection2020 .imageContainer {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}
@media (max-width: 1399.98px) {
    .heroSection2020 .imageContainer {
        padding-bottom: 125%;
    }
}
.heroSection2020 .imageContainer img {
    object-fit: cover;
    object-position: center;
    position: absolute;
    height: 100%;
    max-width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.heroSection2020 .imageContainer img.o-position-left {
    object-position: left;
}
.heroSection2020 .imageContainer img.scale {
    transform: scale(1.1);
}
.heroSection2020 .block-background {
    position: relative;
}
@media only screen and (max-width: 1920px) {
    .heroSection2020 .block-background {
        padding-bottom: 56.25%;
    }
}
@media only screen and (min-width: 1920px) {
    .heroSection2020 .block-background {
        padding-bottom: 46.52%;
    }
}
.heroSection2020 .block-background video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
}
@media only screen and (min-width: 1920px) {
    .heroSection2020 .block-background video {
        object-position: top center;
    }
}
.heroSection2020 .block-foreground {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 50px 0px;
}
@media (max-width: 1399.98px) {
    .heroSection2020 .block-foreground {
        padding: 25px 0px;
    }
}
.heroSection2020 .block-foreground .container {
    max-width: 87%;
    height: 100%;
}
@media only screen and (min-width: 1920px) {
    .heroSection2020 .block-foreground .container {
        max-width: 80rem;
    }
}
.heroSection2020 .block-foreground .frame {
    border: solid 5px #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.heroSection2020 .block-foreground .frame .frame-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
@media (max-width: 1399.98px) {
    .heroSection2020 .block-foreground .frame {
        border: solid 2px #ffffff;
    }
}
.heroSection2020 .block-foreground .frame .frame-bottom {
    border-top: solid 5px #ffffff;
    background-color: #0059A8;
    height: 150px;
    display: flex;
    flex-direction: row;
}
@media (max-width: 1080px) {
    .heroSection2020 .block-foreground .frame .frame-bottom {
        height: 80px;
    }
}
@media (max-width: 1399.98px) {
    .heroSection2020 .block-foreground .frame .frame-bottom {
        border-top: solid 2px #ffffff;
    }
}
.heroSection2020 .block-foreground .frame .frame-bottom .frame-bottom__icon {
    background-color: #f81b23;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 230px;
}
@media (max-width: 1080px) {
    .heroSection2020 .block-foreground .frame .frame-bottom .frame-bottom__icon {
        padding: 17px 15px;
        width: 70px;
    }
}
.heroSection2020 .block-foreground .frame .frame-bottom .frame-bottom__text {
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
@media (max-width: 1080px) {
    .heroSection2020 .block-foreground .frame .frame-bottom .frame-bottom__text {
        padding: 10px 14px;
    }
}
.heroSection2020 .block-foreground .frame .frame-bottom .frame-bottom__text .heading {
    color: #fff;
    font-size: 58px;
    font-weight: bold;
}
@media (max-width: 1199.98px) {
    .heroSection2020 .block-foreground .frame .frame-bottom .frame-bottom__text .heading {
        font-size: 18px;
        font-weight: normal;
    }
}
@media (min-width: 1200px) {
    .heroSection2020 .block-foreground .frame .frame-bottom .frame-bottom__text .heading {
        font-size: 40px;
    }
}
.heroSection2020 .block-foreground .frame .frame-bottom .frame-bottom__text .subheading {
    color: #fff;
    font-size: 28px;
}
@media (max-width: 1199.98px) {
    .heroSection2020 .block-foreground .frame .frame-bottom .frame-bottom__text .subheading {
        font-size: 30px;
    }
}
@media (max-width: 1199.98px) {
    .heroSection2020 .block-foreground .frame .frame-bottom .frame-bottom__text .subheading {
        font-size: 13px;
    }
}
.prizeImageContainer {
    margin-bottom: 20px;
}
</pre></body></html>