﻿@keyframes shine-skeleton-lines {
    0 {
        background-position: -100px
    }

    40%,100% {
        background-position: 600px
    }
}

.mod__max-w-xl {
    max-width: 1436px;
    margin: auto
}

.cmp-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    border-radius: 2px;
    background-color: #ece9e1;
    padding: 12px 16px;
    cursor: pointer;
    transition: all .15s ease-in-out;
    border: 0
}

.cmp-button__text {
    width: 100%;
    height: 16px;
    text-align: center;
    color: #190f14;
    font-size: 14px;
    line-height: 16px;
    font-family: 'SeatBold',sans-serif;
    font-weight: 700;
    overflow: hidden;
    max-height: 16px
}

@media(hover:hover) {
    .cmp-button:hover {
        opacity: .6;
        text-decoration: none
    }
}

.cmp-button:disabled {
    cursor: not-allowed;
    opacity: .4
}

.mod__short-height-button .cmp-button {
    height: 32px;
    padding: 7px 16px 9px
}

.mod__short-height-button .cmp-button__text {
    height: auto;
    line-height: 1.33;
    font-size: 12px
}

@media(min-width:1016px) {
    .cmp-button {
        height: 48px;
        padding: 13px 16px 15px
    }

    .cmp-button__text {
        font-size: 16px;
        line-height: 20px;
        height: 20px;
        max-height: 20px
    }
}

.mod__primary-button .cmp-button {
    background-color: #190f14;
    border-radius: 50px
}

@media(hover:hover) {
    .mod__primary-button .cmp-button:hover {
        opacity: .8
    }
}

.mod__primary-button .cmp-button__text {
    color: #ece9e1
}

.mod__primary-button .cmp-button:disabled {
    background-color: #190f14
}

.mod__light-primary-button .cmp-button {
    border-radius: 50px
}

.mod__secondary-button {
    border-radius: 50px
}

    .mod__secondary-button .cmp-button {
        border: solid 1px #190f14;
        background-color: transparent;
        border-radius: 50px
    }

    .mod__secondary-button .cmp-button__text {
        color: #190f14
    }

@media(hover:hover) and (pointer:fine) {
    .mod__secondary-button .cmp-button:hover {
        opacity: 1;
        box-shadow: 0 0 0 1px #190f14
    }
}

.mod__secondary-button .cmp-button:disabled {
    opacity: .2
}

.mod__light-secondary-button {
    border-radius: 50px
}

    .mod__light-secondary-button .cmp-button {
        border: solid 1px #f5f5f5;
        background-color: transparent;
        border-radius: 50px
    }

    .mod__light-secondary-button .cmp-button__text {
        color: #f5f5f5
    }

@media(hover:hover) and (pointer:fine) {
    .mod__light-secondary-button .cmp-button:hover {
        opacity: 1;
        box-shadow: 0 0 0 1px #f5f5f5
    }
}

.mod__light-secondary-button .cmp-button:disabled {
    opacity: .2
}

.mod__tertiary-button {
    position: relative;
    overflow: hidden
}

    .mod__tertiary-button .cmp-button {
        border: 0;
        background: transparent;
        z-index: 1
    }

    .mod__tertiary-button .cmp-button__text {
        color: #f5f5f5
    }

    .mod__tertiary-button .cmp-button:before, .mod__tertiary-button .cmp-button:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all .3s ease;
        z-index: -1
    }

    .mod__tertiary-button .cmp-button:before {
        background: linear-gradient(90deg,#f31d57 50%,var(--color-brand-primary) 100%);
        border-radius: 50px
    }

    .mod__tertiary-button .cmp-button:after {
        background: linear-gradient(90deg,#c20a3c 50%,var(--color-brand-primary) 100%);
        border-radius: 50px;
        opacity: 0
    }

@media(hover:hover) {
    .mod__tertiary-button .cmp-button:hover {
        opacity: 1
    }

        .mod__tertiary-button .cmp-button:hover:after {
            opacity: 1
        }
}

.mod__tertiary-button .cmp-button:disabled {
    opacity: 1;
    color: #e3e3e4
}

    .mod__tertiary-button .cmp-button:disabled:before {
        background: #b7b6b9
    }

.mod__link-button .cmp-button {
    padding: 0;
    width: max-content;
    height: auto;
    text-decoration: none;
    border: 0;
    background-color: transparent;
    display: inline-block
}

.mod__link-button .cmp-button__text {
    font-family: 'SeatRegular',sans-serif;
    font-weight: 400;
    color: #190f14;
    font-size: 14px;
    line-height: 16px;
    height: auto
}

.mod__link-button .cmp-button:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    transition: all .15s ease-in-out;
    background-color: #190f14
}

@media(hover:hover) {
    .mod__link-button .cmp-button:hover {
        border: 0;
        text-decoration: none
    }

        .mod__link-button .cmp-button:hover:after {
            opacity: .6
        }
}

@media(min-width:1016px) {
    .mod__link-button .cmp-button__text {
        font-size: 16px;
        line-height: 20px
    }
}

.mod__light-link-button .cmp-button {
    padding: 0;
    width: max-content;
    height: auto;
    text-decoration: none;
    border: 0;
    background-color: transparent;
    display: inline-block
}

.mod__light-link-button .cmp-button__text {
    font-family: 'SeatRegular',sans-serif;
    font-weight: 400;
    color: #ece9e1;
    font-size: 14px;
    line-height: 16px;
    height: auto
}

.mod__light-link-button .cmp-button:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    transition: all .15s ease-in-out;
    background-color: #ece9e1
}

@media(hover:hover) {
    .mod__light-link-button .cmp-button:hover {
        border: 0;
        text-decoration: none
    }

        .mod__light-link-button .cmp-button:hover:after {
            opacity: .6
        }
}

@media(min-width:1016px) {
    .mod__light-link-button .cmp-button__text {
        font-size: 16px;
        line-height: 20px
    }
}

.mod__arrow-button .cmp-button {
    border: 0;
    background-color: transparent;
    width: auto;
    height: 16px;
    justify-content: flex-start;
    padding: 0
}

.mod__arrow-button .cmp-button__text {
    width: auto;
    height: 16px;
    text-align: start;
    color: #190f14;
    transition: none
}

.mod__arrow-button .cmp-button:after {
    content: '';
    width: 7px;
    height: 12px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../../../../../../etc.clientlibs/private-area/seat/components/page/base/clientlibs/resources/icons/button-arrow-right-dark.svg");
    margin: 6px 8px 6px 9px
}

@media(min-width:1016px) {
    .mod__arrow-button .cmp-button .cmp-button {
        height: 20px
    }

    .mod__arrow-button .cmp-button .cmp-button__text {
        height: 20px
    }
}

.mod__arrow-left-button .cmp-button {
    border: 0;
    background-color: transparent;
    width: auto;
    height: 16px;
    justify-content: flex-start;
    padding: 0
}

.mod__arrow-left-button .cmp-button__text {
    width: auto;
    height: 16px;
    text-align: start;
    color: #190f14;
    transition: none
}

.mod__arrow-left-button .cmp-button:before {
    content: '';
    width: 7px;
    height: 12px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../../../../../../etc.clientlibs/private-area/seat/components/page/base/clientlibs/resources/icons/button-arrow-right-dark.svg");
    margin: 6px 7px 6px 9px;
    transform: rotate(180deg)
}

@media(min-width:1016px) {
    .mod__arrow-left-button .cmp-button .cmp-button {
        height: 20px
    }

    .mod__arrow-left-button .cmp-button .cmp-button__text {
        height: 20px
    }
}

.mod__light-arrow-button .cmp-button {
    border: 0;
    background-color: transparent;
    width: auto;
    height: 16px;
    justify-content: flex-start;
    padding: 0
}

.mod__light-arrow-button .cmp-button__text {
    width: auto;
    height: 16px;
    text-align: start;
    color: #ece9e1;
    transition: none
}

.mod__light-arrow-button .cmp-button:after {
    content: '';
    width: 7px;
    height: 12px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../../../../../../etc.clientlibs/private-area/seat/components/page/base/clientlibs/resources/icons/button-arrow-right-light.svg");
    margin: 6px 8px 6px 9px
}

@media(min-width:1016px) {
    .mod__light-arrow-button .cmp-button .cmp-button {
        height: 20px
    }

    .mod__light-arrow-button .cmp-button .cmp-button__text {
        height: 20px
    }
}

.mod__light-arrow-left-button .cmp-button {
    border: 0;
    background-color: transparent;
    width: auto;
    height: 16px;
    justify-content: flex-start;
    padding: 0
}

.mod__light-arrow-left-button .cmp-button__text {
    width: auto;
    height: 16px;
    text-align: start;
    color: #ece9e1;
    transition: none
}

.mod__light-arrow-left-button .cmp-button:before {
    content: '';
    width: 7px;
    height: 12px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../../../../../../etc.clientlibs/private-area/seat/components/page/base/clientlibs/resources/icons/button-arrow-right-light.svg");
    margin: 6px 7px 6px 9px;
    transform: rotate(180deg)
}

@media(min-width:1016px) {
    .mod__light-arrow-left-button .cmp-button .cmp-button {
        height: 20px
    }

    .mod__light-arrow-left-button .cmp-button .cmp-button__text {
        height: 20px
    }
}

.cmp-banner {
    --bg-color-primary: var(--color-bg-02);
    --font-color-primary: var(--color-font-03)
}

.cmp-banner--bg-solid {
    --bg-color-primary: var(--color-bg-01);
    --font-color-primary: var(--color-font-01)
}

    .cmp-banner--bg-solid.mod__dark {
        --bg-color-primary: var(--color-bg-02);
        --font-color-primary: var(--color-font-03)
    }

.cmp-banner {
    background-color: var(--color-bg-02)
}

.cmp-banner__container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1436px;
    padding: 0 16px
}

@media(min-width:764px) {
    .cmp-banner__container {
        padding: 0 32px
    }
}

.cmp-banner__title {
    margin: 0 0 24px
}

    .cmp-banner__title .cmp-title__text {
        color: var(--font-color-primary);
        font-family: 'SeatBold',sans-serif;
        text-transform: initial;
        font-size: 30px;
        line-height: 32px;
        margin: 0;
        word-break: break-word
    }

.cmp-banner__text {
    margin: 0
}

    .cmp-banner__text .cmp-text, .cmp-banner__text .cmp-text p {
        color: var(--font-color-primary);
        font-family: 'SeatRegular',sans-serif;
        font-size: 14px;
        line-height: 20px
    }

        .cmp-banner__text .cmp-text a {
            color: var(--font-color-primary);
            text-decoration: underline
        }

.cmp-banner__buttons {
    margin: 24px 0 0;
    gap: 8px
}

    .cmp-banner__buttons > * {
        min-width: 256px
    }

.cmp-banner .mod__light-primary-button, .cmp-banner .mod__light-secondary-button {
    text-align: center
}

    .cmp-banner .mod__light-primary-button .cmp-button {
        border-radius: 50px;
        background-color: var(--color-bg-09)
    }

    .cmp-banner .mod__light-primary-button .cmp-button__text {
        color: var(--color-font-01)
    }

@media(min-width:764px) {
    .cmp-banner {
        background-color: var(--color-bg-01);
        padding: 50px 0
    }

    .cmp-banner__container {
        min-height: 420px
    }

    .cmp-banner__content {
        max-width: 464px;
        padding: 0
    }

    .cmp-banner__buttons {
        gap: 16px
    }

        .cmp-banner__buttons > * {
            min-width: 214px
        }
}

@media(min-width:1016px) {
    .cmp-banner__content {
        max-width: 380px
    }

    .cmp-banner__title {
        margin-bottom: 32px
    }

        .cmp-banner__title .cmp-title__text {
            font-size: 40px;
            line-height: 44px;
            margin: 0;
            word-break: break-word
        }

    .cmp-banner__text .cmp-text, .cmp-banner__text .cmp-text p {
        font-size: 16px;
        line-height: 24px
    }

        .cmp-banner__text .cmp-text a {
            text-decoration: underline
        }

    .cmp-banner__buttons {
        margin-top: 32px
    }
}

@media(min-width:1436px) {
    .cmp-banner {
        padding: 66px 0
    }

    .cmp-banner__container {
        min-height: 388px
    }

    .cmp-banner__content {
        max-width: 442px
    }

    .cmp-banner__title .cmp-title__text {
        font-size: 48px;
        line-height: 52px;
        margin: 0;
        word-break: break-word
    }

    .cmp-banner--bg-image .cmp-banner__bg {
        max-width: none
    }
}
