﻿/*#region Mobile - 360px */
@media only screen and (min-width: 0rem) {
    /*#region slider */
    .slide-container {
        height:100vh;
        width:100%
    }

    #homeimages_btnPrevious, #homeimages_btnNext {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.25);
        padding: 0 0.5rem;
        z-index: 200;
        font-size: 1.5rem;
        font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
        color: var(--secondary);
        transition: all 0.25s;
        text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
    }

    #homeimages_btnPrevious {
        left: 0;
    }

    #homeimages_btnNext {
        right: 0;
    }

    #homeimages_btnPrevious:hover, #homeimages_btnNext:hover {
        color: var(--primaryLight);
    }

    #pauseplay {
        z-index: 250;
        position: absolute;
        bottom: 7rem;
        right: 1rem;
        padding: 1rem;
        height: 50px;
        width: 50px;
        z-index: 950;
    }

    #pauseplay i {
        font-size: 1rem;
        font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
        position: absolute;
        top: 1rem;
        left: 1rem;
        color: var(--primaryLight);
    }

    #pauseplay i:hover {
        color: var(--primary);
    }
    /*#endregion*/

    #hero-2274 .cs-graphic {
        width: 100%;
        min-width: 120rem;
        height: auto;
        object-fit: cover;
        position: absolute;
        bottom: 0;
        left: 50%;
        z-index: 500;
        transform: translateX(-50%);
    }
    #hero-2274 {
        /* 150px - 350px Top */
        padding: clamp(9rem, 30.95vw, 21.875rem) 1rem 0;
        overflow: hidden;
        position: relative;
        z-index: 10;
        height:100%
    }

        #hero-2274 .cs-container {
            width: 100%;
            max-width: 80rem;
            margin: auto;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 5.5rem;
        }

        #hero-2274 .cs-content {
            /* set text align to left if content needs to be left aligned */
            text-align: left;
            width: 80%;
            max-width: 39.375rem;
            display: flex;
            flex-direction: column;
            /* centers content horizontally, set to flex-start to left align */
            align-items: flex-start;
            position: relative;
            z-index: 10;
            margin-left: 2rem;
            margin-top: 3rem;
        }

        #hero-2274 .cs-title {
            /* 39px - 61px */
            font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
            font-weight: 600;
            /*text-transform: uppercase;*/
            line-height: 1.2em;
            width: 100%;
            /*max-width: 17ch;*/
            margin: 0 0 1rem;
            color: var(--bodyTextColorWhite);
            position: relative;
            -webkit-animation: fade-in-move-down .75s;
            -moz-animation: fade-in-move-down .75s;
            -ms-animation: fade-in-move-down .75s;
            -o-animation: fade-in-move-down .75s;
            animation: fade-in-move-down .75s;
        }

        #hero-2274 .cs-text {
            /* 16px - 20px */
            font-size: clamp(1rem, 2.5vw, 1.25rem);
            line-height: 1.5em;
            width: 100%;
            max-width: 43.75rem;
            /* 28px - 40px */
            margin: 0 0 clamp(1.75rem, 4vw, 2.5rem);
            color: var(--bodyTextColorWhite);
            opacity: 0.8;
            -webkit-animation: fade-in-move-up .75s;
            -moz-animation: fade-in-move-up .75s;
            -ms-animation: fade-in-move-up .75s;
            -o-animation: fade-in-move-up .75s;
            animation: fade-in-move-up .75s;
        }

        #hero-2274 .cs-button-solid {
            font-size: 1rem;
            text-align: center;
            /* 46px - 56px */
            line-height: clamp(2.875rem, 5.5vw, 3.5rem);
            text-decoration: none;
            font-weight: 700;
            /* clips corners of the before element */
            overflow: hidden;
            margin: 0;
            color: #fff;
            padding: 0 1.75rem;
            background-color: var(--primary);
            display: inline-flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.75rem;
            position: relative;
            z-index: 1;
            transition: color 0.3s;
            white-space: nowrap;
            padding: 0 1rem;
            border-radius: var(--borderRadius);
            -webkit-animation: fadeIn .75s;
            -moz-animation: fadeIn .75s;
            -ms-animation: fadeIn .75s;
            -o-animation: fadeIn .75s;
            animation: fadeIn .75s;
        }
        #hero-2274 .cs-button-solid:before {
            content: "";
            position: absolute;
            display: block;
            height: 100%;
            width: 0%;
            background: var(--secondary);
            opacity: 1;
            top: 0;
            left: 0;
            z-index: -1;
            transition: width 0.3s;
        }
        #hero-2274 .cs-button-solid:hover {
            color: #fff;
        }
        #hero-2274 .cs-button-solid:hover:before {
            width: 100%;
        }

        #hero-2274 .cs-picture {
            width: 100%;
            /* 427px - 581px */
            max-width: clamp(26.6875rem, 50vw, 36.3125rem);
            height: auto;
            display: flex;
            align-items: flex-end;
            position: relative;
            z-index: 7;
        }

            #hero-2274 .cs-picture img {
                width: 100%;
                height: auto;
            }

        #hero-2274 .cs-image-group {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden;
        }

        #hero-2274 .cs-background {
            width: 100%;
            height: 100%;
            position: relative;
            z-index: 1;
        }

            #hero-2274 .cs-background img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1;
            }

        #hero-2274 .cs-background1:before {
            content: '';
            width: 100%;
            height: 100%;
            background: #000;
            opacity: 0.72;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
        }

        #hero-2274 .cs-background2 {
            height: 100vw;
            max-height: 30rem;
            flex: none;
        }
}
/*#endregion*/

/*#region Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #hero-2274 {
        padding-bottom: 9.375rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5.625rem;
    }

    #hero-2274 .cs-container {
        justify-content: flex-start;
        flex-direction: row;
    }

        #hero-2274 .cs-content {
            text-align: left;
            width: 53%;
            align-items: flex-start;
            margin-left: 3rem;
        }

    #hero-2274 .cs-picture {
        width: 56%;
        position: absolute;
        bottom: -4.0625rem;
        right: -1.875rem;
    }

    #hero-2274 .cs-image-group {
        flex-direction: row;
    }

    #hero-2274 .cs-background2 {
        width: 25vw;
        height: 100%;
        max-height: 100%;
        border-left: 2px solid #FFC219;
    }
}
/*#endregion*/

/*#region Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #hero-2274 {
        /* 100px - 172px */
        padding-bottom: clamp(6.25rem, 12vw, 10.9375rem);
        width:100%;
    }

    #hero-2274 .cs-picture {
        width: 100%;
        /* same value as the padding, but opposite */
        bottom: calc(clamp(6.25rem, 12vw, 10.9375rem)*-1);
        /* 32px - 80px */
        right: clamp(2rem, 5vw, 5rem);
    }

    #hero-2274 .cs-background2 {
        width: 32.8125vw;
    }
}
/*#endregion*/

/*#region swiper*/
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/*#endregion swiper*/