@charset 'UTF-8';

/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/

/* DEFAULT STYLES */

body {
    background: var(--bc);
    color: var(--fbc);
}

body > img {
    position: absolute;
}

/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/

/* EARLY BIRD */

.eb-pop {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.5rem 1rem;
    margin: 0 auto 0.3rem;
    font-weight: 700;
    border-radius: 0.3rem;
    color: var(--fmc);
    background-color: var(--mc);
}

.additional-prize {
    width: 19rem;
    height: 100%;
    align-self: stretch;
    margin: 0.5rem;
    padding: 0.5rem 0.75rem;
    text-align: center;
    color: var(--fsc);
    border-radius: 0.2rem;
    background: var(--sc);
}

.additional-prize .prize-type {
    font-size: 0.6rem;
    font-weight: 900;
    margin-bottom: 0.25rem;
}

.additional-prize h3 {
    font-size: 1.4rem;
    font-weight: 700;
}

.additional-prize p {
    font-size: 0.8rem;
    white-space: pre-line;
}

.additional-prize hr {
    border-radius: 2px solid var(--sc);
}

/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/

/* WYH AND SPONSOR MEDIA SLIDER */

.media-padding-hack {
    width: 100%; 
    padding-top: 66.67%; 
    height: 0; 
    position: relative; 
    background: #FFFFFF; 
    border-radius: 0.5rem;
}

.media-container {
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    padding: 1rem; 
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.media-container afs-image {
    width: 100%;
    height: 100%;
}

/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/

/* COUNTDOWN */

.ascendfs-count-down {
    margin: 0 auto;
    width: auto;
    display: table;
    z-index: 999;
}

.ascendfs-count-down .countdown-container {
    height: 100px;
}

.ascendfs-count-down .time {
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    position: relative;
    height: 70px;
    width: 55px;
    -webkit-perspective: 479px;
    -moz-perspective: 479px;
    -ms-perspective: 479px;
    -o-perspective: 479px;
    perspective: 479px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translateZ(0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translateZ(0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translateZ(0);
    -o-transform: translate3d(0,0,0);
    transform: translateZ(0);
    margin-right: 2px;
    margin-left: 2px;
}

.ascendfs-count-down .count {
    background: var(--sc);
    color: var(--fsc) !important;
    text-shadow: none !important;
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 2em;
    line-height: 2.1em;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    font-weight: 900;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat;
}

.ascendfs-count-down .count.top {
    border-top: 1px solid rgba(255,255,255,.2);
    border-bottom: 1px solid rgba(255,255,255,.1);
    border-radius: 5px 5px 0 0;
    height: 52%;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.ascendfs-count-down .count.bottom {
    background-image: linear-gradient(rgba(255,255,255,.1),transparent);
    background-image: -webkit-linear-gradient(rgba(255,255,255,.1),transparent);
    background-image: -moz-linear-gradient(rgba(255,255,255,.1),transparent);
    background-image: -ms-linear-gradient(rgba(255,255,255,.1),transparent);
    background-image: -o-linear-gradient(rgba(255,255,255,.1),transparent);
    border-top: 1px solid #000;
    border-radius: 0 0 5px 5px;
    line-height: 0;
    height: 52%;
    top: 50%;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.ascendfs-count-down .label {
    font-size: var(--fs-xs);
    text-transform: uppercase;
    display: block;
    position: absolute;
    top: 75px;
    width: 100%;
    color: var(--fbc);
}

.psgTimer_labels > div {
    color: var(--fbc);
}

.ascendfs-count-down .count.curr.top {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 3;
}

.ascendfs-count-down .count.next.bottom {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    z-index: 2;
}

.ascendfs-count-down .flip .count.curr.top {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.ascendfs-count-down .flip .count.next.bottom {
    -webkit-transition: all .25s ease-in-out .25s;
    -moz-transition: all .25s ease-in-out .25s;
    -ms-transition: all .25s ease-in-out .25s;
    -o-transition: all .25s ease-in-out .25s;
    transition: all .25s ease-in-out .25s;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

@media screen and (max-width: 48em) {
    .ascendfs-count-down {
        width: auto;
        display: table;
    }

    .ascendfs-count-down .countdown-container {
        height: 100px;
    }

    .ascendfs-count-down .time {
        height: 70px;
        width: 48px;
    }

    .ascendfs-count-down .count {
        font-size: 1.5em;
        line-height: 70px;
    }

    .ascendfs-count-down .label {
        font-size: var(--fs-sm);
    }
}

/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/

/* PRELOADERS */

#vue_app {
    opacity: 0;
    transition: opacity .5s linear;
}

#afs-preloader {
    pointer-events: none;
    display: block;
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999999999999999999;
    opacity: 1;
    transition: opacity .5s linear;
}

.afs-preloader-bg {
    width: 100%;
    height: 100%;
    background: #FFF;
}

.afs-preloader-spinner {
    pointer-events: none;
    display: block;
    box-sizing: border-box;
    width: 7rem;
    height: 7rem;
    border: .75rem solid #f8f8f8;
    border-top: .75rem solid #09f;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/

/* NEW STP HEADLINE */

.new-stp-headline {
    --side-content-width: 40%; /* default value */

    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000000;
}

.new-stp-headline > * {
    width: 100%;
    text-align: center;
    padding: 1rem;
}

.headline__content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.headline__content span {
    display: inline-block;
}

.headline__content-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: min-content;
    row-gap: 2rem;
}

.headline__heading {
    grid-column: 1 / 2;
    grid-row: auto / span 1;
    order: 1;
}

.headline__jackpot-container {
    grid-column: 1 / 2;
    grid-row: auto / span 1;
    order: 2;
}

.headline__winner-widget {
    grid-column: 1 / 2;
    grid-row: auto / span 1;
    order: 3;
}

.headline__jargon {
    grid-column: 1 / 2;
    grid-row: auto / span 1;
    order: 4;
}

.headline__countdown {
    grid-column: 1 / 2;
    grid-row: auto / span 1;
    order: 5;
}

.headline-text-l {
    font-family: var(--manrope);
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1.25;
}

.headline-text-s {
    font-family: var(--manrope);
    font-size: 0.875rem;
    font-weight: 500;
}

.headline-text-muted {
    opacity: 0.7;
}

.headline-text-highlight {
    display: inline-block;
    position: relative;
    font-weight: 900;
}

.headline-text-highlight img {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}

.jackpot-container__value {
    font-size: 3.3rem;
    font-weight: 900;
    line-height: 1.25;
    color: var(--hc);
}

.headline__jargon__headline {
    margin-bottom: 0.6rem;
}

.headline__countdown__label {
    display: inline-block;
    margin-bottom: 0.75rem;
}

.headline__countdown__box-wrapper {
    white-space: nowrap;
    display: inline-block;
    position: relative;
}

.headline__countdown__box {
    width: 2.875rem;
    display: inline-block;
    padding: 0.375rem 0.25rem;
    margin-right: 0.5rem;
    border: 1px solid var(--fbc);
    border-radius: 0.25rem;
    text-align: center;
}

:root[lang|="fr"] .headline__countdown__box {
    width: 3.2rem;
}

.headline__countdown__box:last-of-type {
    margin-right: 0;
}

.headline__countdown__box > * {
    display: inline-block;
}

.headline__countdown__box span {
    display: block;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
}

.headline__countdown__box small {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.25;
}

.headline__Countdown__arrow {
    position: absolute;
}

.headline__Countdown__arrow-down {
    display: block;
    top: 50%;
    left: calc(100% + 0.5rem);
}

.headline__Countdown__arrow-right {
    display: none;
    top: 95%;
    left: 90%;
}

.headline__winner-widget {
    display: flex;
    justify-content: center;
    align-items: space-between;
    flex-direction: column;
}

.headline__winner-widget__jargon {
    margin-top: -1rem;
}

.headline__winner-widget__jargon > * {
    margin-top: 1rem;
}

.headline__winner-widget__widget {
    margin-bottom: 1rem;
}

.headline__winner-widget__jargon {
    display: inline-block;
    font-family: var(--ff-manrope);
    font-size: 1rem;
}

@media screen and (min-width: 1024px) {
    .new-stp-headline {
        flex-direction: row;
    }

    .new-stp-headline > * {
        padding: 2rem;
    }

    .new-stp-headline .left-side {
        width: calc(100% - var(--side-content-width));
        max-width: 42rem;
        padding-right: 1rem;
        text-align: left;
    }
    
    .new-stp-headline .right-side {
        width: var(--side-content-width);
        padding-left: 1rem;
    }

    .headline__content-wrapper {
        row-gap: 3rem;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: unset;
    }

    .headline__heading,
    .headline__jackpot-container,
    .headline__winner-widget,
    .headline__postdraw {
        grid-column: auto / span 2;
    }

    .headline__jargon,
    .headline__countdown {
        grid-column: auto / span 1;
    }

    .headline__heading {
        order: 1;
    }
    
    .headline__jackpot-container {
        order: 2;
    }
    
    .headline__winner-widget {
        order: 6;
    }
    
    .headline__jargon {
        order: 3;
    }
    
    .headline__countdown {
        order: 4;
    }

    .headline__postdraw {
        order: 5;
    }

    .jackpot-container__value {
        font-size: 5rem;
    }

    .headline__Countdown__arrow-down {
        display: none;
    }
    
    .headline__Countdown__arrow-right {
        display: block;
    }

    .headline__winner-widget {
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
    }

    .headline__winner-widget__widget {
        margin-bottom: 0;
        margin-right: 1rem;
    }
}

/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/

/* HIGHLIGHT WINNER TEMPLATE */

#highlight-winner-section {
    padding: 2rem 1.25rem;
    color: var(--fbc);
    background: var(--bc);
}

#highlight-winner-section .highlight-winner-box {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

#highlight-winner-section .highlight-winner-box > * {
    width: 100%;
}

#highlight-winner-section .content-box {
    display: grid;
    grid-gap: 1rem;
}

#highlight-winner-section .content-box p {
    font-family: var(--ff-manrope);
}

#highlight-winner-section .content-box .content-box__label {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.1;
}

#highlight-winner-section .content-box .content-box__jackpot {
    margin: -0.8rem 0;
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--hc);
}

#highlight-winner-section .content-box hr {
    all: unset;
    display: block;
    height: 1px;
    width: 2rem;
    margin: 0.5rem 0;
    background: currentColor;
}

#highlight-winner-section .content-box .content-box__quote {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.15;
}

#highlight-winner-section .content-box .content-box__nameloc {
    font-size: 1.125rem;
    font-weight: 300;
}

#highlight-winner-section .image-box {
    margin-bottom: 3rem;
}

#highlight-winner-section .image-box__wrapper {
    position: relative;
    width: 100%;
}

#highlight-winner-section .image-box__wrapper__padhack {
    width: 100%;
    padding-top: calc(100% * 3/4);
}

#highlight-winner-section .image-box__wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1.25rem;
}

@media screen and (min-width: 768px) {

    #highlight-winner-section {
        padding: 5rem 1.25rem;
    }
    
    #highlight-winner-section .highlight-winner-box {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    #highlight-winner-section .content-box {
        max-width: 24.25rem;
        margin-right: 1rem;
    }

    #highlight-winner-section .image-box {
        max-width: 32rem;
        margin-bottom: 0;
    }

}

/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/

/* PARTNERS PAGE */

.partners-page-wrapper {
    padding: 3.25rem 1rem;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-gap: 3.25rem;
}

.partners-page-wrapper > * {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .partners-page-wrapper {
        padding: 4.375rem 1rem;
        grid-gap: 3.75rem;
    }
}

/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/

/* CTA RULES PAGE, PRIVACY POLICY PAGE, FAQ PAGE */

.pdf-display {
    height: 100vh;
    overflow: hidden;
}

.rules-section li,
.rules-section p,
.faq-section li,
.faq-section p,
.privacy-policy-section li,
.privacy-policy-section p {
    padding: 8px 0;
}

.rules-section ul > li,
.faq-section ul > li,
.privacy-policy-section ul > li {
    list-style-type: disc;
}

.rules-section hr,
.faq-section hr,
.privacy-policy-section hr {
    margin-top: 20px;
}

/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/

/* INTRODUCTION TEMPLATE */

#introduction-section {
    padding: 0;
    margin: 0;
}

#introduction-section .introduction-section__heading {
    margin: 0;
    margin-bottom: 0.75rem;
    font-family: var(--ff-manrope);
    font-size: 2rem;
    font-weight: 900;
}

#introduction-section .introduction-section__content {
    margin: 0;
    font-family: var(--ff-manrope);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
}

/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/

/* PARTNERS LIST TEMPLATE */

#partners-list-section .partners-header {
    display: grid;
    grid-gap: 1.5rem;
    margin-bottom: 1rem;
}

#partners-list-section .partners-header__heading {
    font-family: var(--ff-manrope);
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
}

#partners-list-section .partners-header hr {
    all: unset;
    display: block;
    width: 100%;
    height: 1px;
    background: currentColor;
    opacity: 0.4;
}

#partners-list-section .partners-header__filter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

#partners-list-section .partners-header__filter__btn {
    margin-right: 1rem;
    font-size: 0.875rem;
    text-decoration: underline;
    cursor: pointer;
}

#partners-list-section .partners-header__filter__btn.selected {
    font-weight: 900;
}

#partners-list-section .partners-header__filter__btn.disabled {
    text-decoration: none;
    opacity: 0.4;
    cursor: not-allowed;
}

#partners-list-section .partners-list {
    display: grid;
    grid-gap: 3rem;
}

#partners-list-section .partners-list__item {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
}

#partners-list-section .content-box {
    display: grid;
    grid-gap: 1.5rem;
}

#partners-list-section .content-box__name-wrapper {
    display: flex;
}

#partners-list-section .content-box__name-wrapper__logo-wrapper {
    width: 6.5rem;
    height: 4.375rem;
    padding: 0.5rem;
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 0.25rem;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

#partners-list-section .content-box__name-wrapper__logo-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

#partners-list-section .content-box__name-wrapper__name {
    font-size: 1.125rem;
    font-family: var(--ff-manrope);
    font-weight: 900;
    line-height: 1.2;
}

#partners-list-section .content-box__msg-wrapper:empty {
    display: none;
}

#partners-list-section .content-box__msg-wrapper__msg {
    font-size: 0.875rem;
    font-family: var(--ff-manrope);
    font-weight: 400;
    line-height: 1.5;
}

#partners-list-section .content-box__cta-wrapper:empty {
    display: none;
}

#partners-list-section .content-box__cta-wrapper__support {
    display: inline-block;
    margin-right: 1.5rem;
}

#partners-list-section .content-box__cta-wrapper__learn {
    font-family: var(--ff-manrope);
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: underline;
    color: inherit;
}

#partners-list-section .image-box {
    width: 100%;
    margin-bottom: 1.5rem;
}

#partners-list-section .image-box__wrapper {
    position: relative;
}

#partners-list-section .image-box__wrapper__padhack {
    width: 100%;
    padding-top: calc(100% * 9/16);
}

#partners-list-section .image-box__wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0.25rem;
}

#partners-list-section .partners-list-divider {
    all: unset;
    display: block;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    opacity: 0.4;
}

#partners-list-section .partners-list-divider:last-child {
    display: none;
}

#partners-list-section .no-partners-list {
    padding: 3rem 1rem;
    text-align: center;
}

#partners-list-section .no-partners-list__msg {
    font-family: var(--ff-manrope);
    font-size: var(--fs-2xl);
    font-weight: 900;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 768px) {
    #partners-list-section .partners-list__item {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    #partners-list-section .content-box {
        width: calc(50% - 2rem);
        max-width: 25rem;
        margin-right: 2rem;
    }

    #partners-list-section .image-box {
        width: 50%;
        margin-bottom: 0;
    }
}

/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/

#static-headline-section {
    width: 100%;
    height: 100%;
    position: relative;
}

#static-headline-section::after {
    content: '';
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 0;
    left: 0; 
    background: linear-gradient(transparent 0%, var(--bc) 100%);
    z-index: -1;
}

#static-headline-section .bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    z-index: -1;
}

#static-headline-section .content {
    padding: 2rem 1rem 2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}

#static-headline-section .content .logo {
    width: 100%;
    margin: 0 auto;
}

#static-headline-section .content .jackpot {
    display: inline-block;
    color: #FFF;
    text-align: center;
    text-shadow: -0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.25);
    font-size: 8rem;
    font-style: normal;
    font-weight: 1000;
    line-height: 0.8;
    margin-bottom: 1.5rem;
}

#static-headline-section .content .jackpot-wrapper p {
    font-weight: bold;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    #static-headline-section .content {
        padding: 2rem 2rem 3rem;
    }
}

/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/

#winners-section .table-overflow-wrapper {
    width: 100%;
    overflow-x: scroll;
}

#winners-section .winners-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
}

#winners-section .winners-table th,
#winners-section .winners-table td {
    padding: 1rem 2rem;
    text-align: left;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--fbc);
    vertical-align: middle;
}

#winners-section .winners-table th {
    font-weight: bold;
}

#winners-section .winners-table th,
.table-row-stiff {
    white-space: nowrap;
}

.table-row-long {
    max-width: 20rem;
    min-width: 15rem;
}

#winners-section .winners-table tr {
    border-bottom: 1px solid var(--fmc);
}