@font-face {
    font-family: "eurostar black extended";
    src: url("fonts/eurostar-black-extended.TTF") format("truetype");
    font-weight: normal;
    font-style: normal;
}
.skContent .dnnDropEmptyPanes {
    display: none;
}
.skWidth {
    width: 1440px;
    margin: 0 auto;
}
.skSplashLogo {
    position: relative;
}
.skSplashLogo img {
    width: 278px;
    height: 87px;
    position: absolute;
    top: 70px;
    left: 70px;
}
.skSplashArea {
    background-image: url("images/splashbg.png");
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}
.skSplashLinks {
    display: flex;
    justify-content: center;
    align-items: center;
}
.skSplashLinks .skSplashFlip {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap-reverse;
    width: 775px;
    min-height: 775px;
    padding: 0;
    margin: 28px 0 0 0;
}
.skSplashLinks .skSplashCard {
    background: transparent;
    width: 365px;
    height: 420px;
    perspective: 1000px;
    display: inline-block;
}
.skSplashLinks .skSplashCard:nth-child(1) {
    order: 1;
    margin: 0 11px;
}
.skSplashLinks .skSplashCard:nth-child(2) {
    margin-top: -100px;
    margin-right: 11px;
}
.skSplashLinks .skSplashCard:nth-child(3) {
    margin-top: -100px;
    margin-left: 11px;
}
.skSplashLinks .skSplashCard .skSplashCardInner {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    text-align: center;
}
.skSplashLinks .skSplashCard:hover .skSplashCardInner {
    transform: rotateY(180deg);
}
.skSplashLinks .skSplashCard .skSplashCardFront,
.skSplashLinks .skSplashCard .skSplashCardBack {
    background: url("./images/splashlinkbg.png");
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0px 0px 50px #13457F);
}
.skSplashCard .skSplashCardFront .skTitle {
    font-family: "eurostar black extended";
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    word-break: break-word;
    padding: 0 10px;
    display: block;
}
.skSplashLinks .skSplashCard .skSplashCardBack {
    transform: rotateY(180deg);
    padding: 15px;
    box-sizing: border-box;
}
.skSplashCard .skSplashCardBack .skLinkSummary {
    font-family: "montserrat";
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    text-decoration: none;
    word-break: break-word;
}
.skButtonContent {
    display: flex;
    justify-content: center;
}
.skButtonList {
    margin-top: 42px;
    padding: 0;
    display: flex;
}
.skButtonItem .skButtonLink {
    text-decoration: none;
    font-family: 'Eurostar Black Extended';
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin: 0 21px 40px;
}
.skButtonLink span {
    margin-left: 5px;
}

@media screen and (max-width: 1440px) {
    .skWidth {
        width: auto;
        padding: 0;
    }
    .skSplashLinks .skSplashFlip {
        margin: 180px 0 0 0;
    }
}

@media screen and (max-width: 775px){
    .skSplashLinks .skSplashFlip{
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .skSplashLogo {
        text-align: center;
        padding: 20px 0 12px 0;
    }
    .skSplashArea {
        display: block;
    }
    .skSplashLogo .skLogoLink img {
        position: static;
        width: 200px;
        height: auto;
        object-fit: scale-down;
    }
    .skSplashLinks .skSplashFlip {
        flex-direction: column;
        margin: 0;
    }
    .skSplashLinks .skSplashCard:nth-child(1) {
        order: 0;
        margin: 10px 0;
    }
    .skSplashLinks .skSplashCard:nth-child(2),
    .skSplashLinks .skSplashCard:nth-child(3) {
        margin: 10px 0;
    }
    .skSplashLinks .skSplashFlip {
        width: 100%;
    }
    .skButtonContent ul.skButtonList {
        margin: 20px 0 0 0;
        padding: 0px;
        flex-direction: column;
    }
}

@media screen and (max-width: 500px) {
    .skSplashLinks .skSplashCard {
        width: 240px;
        height: 285px;
    }
    .skSplashLinks .skSplashCard:nth-child(1) {
        order: 0;
        margin: 10px 0;
    }
    .skSplashLinks .skSplashCard:nth-child(2) {
        margin: 10px 0;
    }
    .skSplashLinks .skSplashCard:nth-child(3) {
        margin: 10px 0;
    }
    .skSplashCard .skSplashCardFront .skTitle {
        font-size: 20px;
    }
    .skSplashCard .skSplashCardBack .skLinkSummary{
        font-size: 16px;
    }
}