﻿
/* Swiper */
.first .swiper-lazy-preloader {
    display: none !important;
}

.dark .swiper-pagination .swiper-pagination-bullet {
    background-color: #242424 !important;
}

.mobile-horizontal .swiper-pagination {
    width: unset;
    bottom: 30px;
    left: unset;
    right: 16px;
}

    .mobile-horizontal .swiper-pagination .swiper-pagination-bullet {
        width: 2px;
        height: 10px;
        margin: 0 !important;
        margin-right: 10px !important;
        border-radius: unset !important;
        background-color: white;
    }

        .mobile-horizontal .swiper-pagination .swiper-pagination-bullet:last-of-type {
            margin-right: 0px !important;
        }

    .mobile-horizontal .swiper-pagination .swiper-pagination-bullet-active {
        height: 15px;
        width: 2px;
    }

.mobile-horizontal .swiper-button-next {
    display: none;
    inset: 0;
    top: unset;
    width: 100%;
}

    .mobile-horizontal .swiper-button-next::after {
        width: 100%;
        height: 100%;
    }
/* End Swiper */
.row.keymessages {
    flex-wrap: wrap;
}

.keymessage-info {
    height: calc(100vh - 217px);
    margin-bottom: 30px !important;
    overflow: hidden;
}

    .keymessage-info .item {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

        .keymessage-info .item img {
            height: calc(100vh - 217px) !important;
            object-fit: cover;
        }

        .keymessage-info .item .gradient-wrapper {
            height: 100%;
            background: #000000 0% 0% no-repeat padding-box;
            opacity: 0.3;
        }

        .keymessage-info .item img {
            width: 100%;
            height: auto;
        }

        .keymessage-info .item img {
            transform: scale(1);
            transition: transform 0.3s ease-in-out;
        }

        .keymessage-info .item:hover img {
            transform: scale(1.1);
        }

        .keymessage-info .item .info {
            position: absolute;
            color: #ffffff;
            width: 100%;
            max-width: 100vw;
            padding-left: 24px;
            padding-right: calc((51 / 375) * 100vw);
            z-index: 1;
        }

        .keymessage-info .item .info {
            bottom: 30px;
        }

            .keymessage-info .item .info .icon {
                height: 24px;
                margin-top: 10px;
                display: flex;
                gap: 8px;
                align-items: center;
            }

                .keymessage-info .item .info .icon.top {
                    margin-bottom: 20px;
                }

                .keymessage-info .item .info .icon p {
                    font-size: 14px;
                    font-weight: bold;
                }

                .keymessage-info .item .info .icon svg {
                    height: 24px;
                    width: 24px;
                    fill: white;
                }

                .keymessage-info .item .info .icon object {
                    height: 24px;
                    width: 24px;
                    margin: 0;
                }

    .keymessage-info .pre-title-flex {
        display: flex;
        gap: 10px;
    }

    .keymessage-info .item p {
        text-shadow: 0 1px 2px #00000080;
    }

        .keymessage-info .item p.pretitle {
            font-size: 16px;
            line-height: 21px;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

            .keymessage-info .item p.pretitle.premium {
                font-weight: bold;
                color: #F0D66A;
            }

        .keymessage-info .item p.title {
            font-family: 'Roboto', sans-serif;
            font-size: 24px;
            line-height: 30px;
            font-weight: 500;
        }

        .keymessage-info .item p.link {
            font-size: 16px;
            line-height: 26px;
        }

@media (min-width: 992px) {
    /* Swiper */
    .dark .swiper-pagination .swiper-pagination-bullet::after {
        background-color: #242424 !important;
    }

    .mobile-horizontal .swiper-pagination {
        width: 15px;
        top: unset;
        right: 30px;
        bottom: 26px;
        left: unset;
    }

        .mobile-horizontal .swiper-pagination .swiper-pagination-bullet {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            width: 15px;
            height: 10px;
            margin: 0 !important;
            margin-bottom: 2px !important;
            background-color: transparent !important;
        }

            .mobile-horizontal .swiper-pagination .swiper-pagination-bullet::after {
                content: '';
                display: block;
                min-width: 10px;
                min-height: 2px;
                background-color: white;
            }

        .mobile-horizontal .swiper-pagination .swiper-pagination-bullet-active::after {
            min-width: 15px;
        }

        .mobile-horizontal .swiper-pagination .swiper-pagination-bullet:last-of-type {
            margin-bottom: 0px !important;
        }

        .mobile-horizontal .swiper-pagination .swiper-pagination-bullet:hover {
            opacity: 1;
        }

        .mobile-horizontal .swiper-pagination .swiper-pagination-bullet-active {
            height: 10px;
            width: 15px;
        }

    .mobile-horizontal .swiper-button-next {
        display: flex;
    }
    /* END of Swiper */

    .row.keymessages {
        flex-wrap: nowrap;
    }

    .keymessages.wide .keymessage-info {
        margin-right: 0;
        width: 100%;
    }

    .keymessage-info {
        height: min(calc((535 / 1366) * 100vw), 640px);
        margin-right: 24px;
        margin-bottom: 0 !important;
    }

        .keymessage-info .item .info {
            left: 50px;
            padding-left: 0;
            padding-right: 0;
            max-width: 570px;
        }

            .keymessage-info .item .info .title {
                line-height: 42px;
                max-width: 445px;
                font-size: 36px;
            }

        .keymessage-info .item img {
            height: 100% !important;
            width: 100%;
            object-fit: cover;
        }
}

@media (min-width: 1200px) {
    .keymessage-info .item .info .title {
        min-width: 600px;
    }
}

@media only screen and (hover: none) and (pointer: coarse) {
    .keymessage-info .item:hover img {
        transform: scale(1);
    }
}
