﻿@keyframes shine-skeleton-lines {
    0 {
        background-position: -100px
    }

    40%,100% {
        background-position: 600px
    }
}

.mod__max-w-xl {
    max-width: 1436px;
    margin: auto
}

.theme-default {
    --bg-color: var(--color-bg-02);
    --font-color: var(--color-font-03)
}

.theme-ibiza {
    --bg-color: #100d47;
    --font-color: #ff76cb
}

.theme-arona {
    --bg-color: #1b0f4d;
    --font-color: #55e4c0
}

.theme-ateca {
    --bg-color: #20124a;
    --font-color: #ca8eff
}

.theme-leon {
    --bg-color: #181632;
    --font-color: #7eff94
}

.theme-leon-sp {
    --bg-color: #0a2b2f;
    --font-color: #7eff94
}

.neutral-01 {
    --bg-color: #f5f5f5;
    --font-color: var(--color-bg-02)
}

.neutral-02 {
    --bg-color: #ebe9e8;
    --font-color: var(--color-bg-02)
}

.cmp-hero-cw {
    background-color: var(--bg-color)
}

.cmp-hero-cw__image {
    width: 100%;
    aspect-ratio: 4 / 3;
    position: relative;
    overflow: hidden
}

    .cmp-hero-cw__image .cmp-image {
        width: 100%;
        height: 100%
    }

        .cmp-hero-cw__image .cmp-image .cmp-image__image {
            opacity: 1;
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block
        }

.cmp-hero-cw__video {
    position: relative;
    aspect-ratio: 4 / 3;
    width: 100%
}

    .cmp-hero-cw__video .cmp-video-v2 .cmp-video-spinner {
        background-color: var(--bg-color)
    }

.cmp-hero-cw__info {
    background-color: var(--bg-color);
    padding: 24px;
    text-align: center;
    flex-shrink: 0;
    overflow: hidden
}

.cmp-hero-cw__heading {
    padding-bottom: 8px
}

    .cmp-hero-cw__heading .cmp-title__text {
        color: var(--font-color);
        font-family: "SeatRegular",sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 1.2;
        margin: 0;
        word-break: break-word
    }

.cmp-hero-cw__title .cmp-title__text {
    color: var(--font-color);
    font-family: "SeatBlack",sans-serif;
    font-weight: 750;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 1;
    margin: 0;
    word-break: break-word
}

.cmp-hero-cw__subtitle {
    margin-top: 10px
}

    .cmp-hero-cw__subtitle .cmp-text, .cmp-hero-cw__subtitle .cmp-text p {
        color: var(--font-color);
        font-family: "SeatBold",sans-serif;
        font-weight: 700;
        font-size: 30px;
        line-height: 1.2
    }

        .cmp-hero-cw__subtitle .cmp-text a {
            color: var(--font-color);
            text-decoration: underline
        }

        .cmp-hero-cw__subtitle .cmp-text h1, .cmp-hero-cw__subtitle .cmp-text h2, .cmp-hero-cw__subtitle .cmp-text h3, .cmp-hero-cw__subtitle .cmp-text h4, .cmp-hero-cw__subtitle .cmp-text h5, .cmp-hero-cw__subtitle .cmp-text h6, .cmp-hero-cw__subtitle .cmp-text blockquote, .cmp-hero-cw__subtitle .cmp-text pre {
            color: var(--font-color);
            font-family: "SeatBold",sans-serif;
            font-weight: 700;
            font-size: 30px;
            line-height: 1.2;
            margin: 0
        }

    .cmp-hero-cw__subtitle ~ .cmp-hero-cw__text {
        margin-top: 20px
    }

.cmp-hero-cw__text {
    margin-top: 10px
}

    .cmp-hero-cw__text .cmp-text, .cmp-hero-cw__text .cmp-text p {
        color: var(--font-color);
        font-family: "SeatBold",sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.2
    }

        .cmp-hero-cw__text .cmp-text a {
            color: var(--font-color);
            text-decoration: underline
        }

        .cmp-hero-cw__text .cmp-text h1, .cmp-hero-cw__text .cmp-text h2, .cmp-hero-cw__text .cmp-text h3, .cmp-hero-cw__text .cmp-text h4, .cmp-hero-cw__text .cmp-text h5, .cmp-hero-cw__text .cmp-text h6, .cmp-hero-cw__text .cmp-text blockquote, .cmp-hero-cw__text .cmp-text pre {
            color: var(--font-color);
            font-family: "SeatBold",sans-serif;
            font-weight: 700;
            font-size: 20px;
            line-height: 1.2;
            margin: 0
        }

.cmp-hero-cw.font-small .cmp-hero-cw__info {
    text-align: unset
}

.cmp-hero-cw.font-small .cmp-hero-cw__title .cmp-title__text {
    color: var(--font-color);
    font-family: "SeatBold",sans-serif;
    font-weight: 700;
    text-transform: unset;
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    word-break: break-word
}

.cmp-hero-cw.font-small .cmp-hero-cw__subtitle .cmp-text, .cmp-hero-cw.font-small .cmp-hero-cw__subtitle .cmp-text p {
    color: var(--font-color);
    font-family: "SeatMedium",sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5
}

    .cmp-hero-cw.font-small .cmp-hero-cw__subtitle .cmp-text a {
        color: var(--font-color);
        text-decoration: underline
    }

    .cmp-hero-cw.font-small .cmp-hero-cw__subtitle .cmp-text h1, .cmp-hero-cw.font-small .cmp-hero-cw__subtitle .cmp-text h2, .cmp-hero-cw.font-small .cmp-hero-cw__subtitle .cmp-text h3, .cmp-hero-cw.font-small .cmp-hero-cw__subtitle .cmp-text h4, .cmp-hero-cw.font-small .cmp-hero-cw__subtitle .cmp-text h5, .cmp-hero-cw.font-small .cmp-hero-cw__subtitle .cmp-text h6, .cmp-hero-cw.font-small .cmp-hero-cw__subtitle .cmp-text blockquote, .cmp-hero-cw.font-small .cmp-hero-cw__subtitle .cmp-text pre {
        color: var(--font-color);
        font-family: "SeatMedium",sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.5;
        margin: 0
    }

.cmp-hero-cw.font-small .cmp-hero-cw__text .cmp-text, .cmp-hero-cw.font-small .cmp-hero-cw__text .cmp-text p {
    color: var(--font-color);
    font-family: "SeatMedium",sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5
}

    .cmp-hero-cw.font-small .cmp-hero-cw__text .cmp-text a {
        color: var(--font-color);
        text-decoration: underline
    }

    .cmp-hero-cw.font-small .cmp-hero-cw__text .cmp-text h1, .cmp-hero-cw.font-small .cmp-hero-cw__text .cmp-text h2, .cmp-hero-cw.font-small .cmp-hero-cw__text .cmp-text h3, .cmp-hero-cw.font-small .cmp-hero-cw__text .cmp-text h4, .cmp-hero-cw.font-small .cmp-hero-cw__text .cmp-text h5, .cmp-hero-cw.font-small .cmp-hero-cw__text .cmp-text h6, .cmp-hero-cw.font-small .cmp-hero-cw__text .cmp-text blockquote, .cmp-hero-cw.font-small .cmp-hero-cw__text .cmp-text pre {
        color: var(--font-color);
        font-family: "SeatMedium",sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.5;
        margin: 0
    }

@media(min-width:764px) {
    .cmp-hero-cw__container {
        display: flex;
        align-items: center
    }

    .cmp-hero-cw__image, .cmp-hero-cw__video {
        aspect-ratio: 16 / 9
    }

    .cmp-hero-cw__info {
        width: 291px;
        padding: 20px 24px
    }

    .cmp-hero-cw__subtitle .cmp-text, .cmp-hero-cw__subtitle .cmp-text p {
        font-size: 25px
    }

        .cmp-hero-cw__subtitle .cmp-text a {
            text-decoration: underline
        }

    .cmp-hero-cw.font-small .cmp-hero-cw__info {
        text-align: center
    }
}

@media(min-width:1016px) {
    .cmp-hero-cw__info {
        width: 379px
    }

    .cmp-hero-cw__title .cmp-title__text {
        font-size: 76px;
        margin: 0;
        word-break: break-word
    }

    .cmp-hero-cw__subtitle .cmp-text, .cmp-hero-cw__subtitle .cmp-text p {
        font-size: 40px
    }

        .cmp-hero-cw__subtitle .cmp-text a {
            text-decoration: underline
        }

    .cmp-hero-cw__text .cmp-text, .cmp-hero-cw__text .cmp-text p {
        font-size: 24px
    }

        .cmp-hero-cw__text .cmp-text a {
            text-decoration: underline
        }

    .cmp-hero-cw.font-small .cmp-hero-cw__title .cmp-title__text {
        font-size: 30px;
        margin: 0;
        word-break: break-word
    }

    .cmp-hero-cw.font-small .cmp-hero-cw__subtitle .cmp-text, .cmp-hero-cw.font-small .cmp-hero-cw__subtitle .cmp-text p {
        font-size: 16px;
        line-height: 1.2
    }

        .cmp-hero-cw.font-small .cmp-hero-cw__subtitle .cmp-text a {
            text-decoration: underline
        }

    .cmp-hero-cw.font-small .cmp-hero-cw__text .cmp-text, .cmp-hero-cw.font-small .cmp-hero-cw__text .cmp-text p {
        font-size: 16px;
        line-height: 1.2
    }

        .cmp-hero-cw.font-small .cmp-hero-cw__text .cmp-text a {
            text-decoration: underline
        }
}

@media(min-width:1436px) {
    .cmp-hero-cw__info {
        width: 465px
    }

    .cmp-hero-cw__title .cmp-title__text {
        font-size: 100px;
        margin: 0;
        word-break: break-word
    }

    .cmp-hero-cw__subtitle .cmp-text, .cmp-hero-cw__subtitle .cmp-text p {
        font-size: 48px
    }

        .cmp-hero-cw__subtitle .cmp-text a {
            text-decoration: underline
        }

    .cmp-hero-cw__text .cmp-text, .cmp-hero-cw__text .cmp-text p {
        font-size: 25px
    }

        .cmp-hero-cw__text .cmp-text a {
            text-decoration: underline
        }

    .cmp-hero-cw.font-small .cmp-hero-cw__title .cmp-title__text {
        font-size: 48px;
        margin: 0;
        word-break: break-word
    }
}
