﻿
.wide-campaign {
    position: relative;
    overflow: hidden;
    clear: both;
}

    .wide-campaign .fixed-wrapper {
        min-height: 640px;
        position: relative;
        display: block;
        width: 100%;
    }

        .wide-campaign .fixed-wrapper .fixed-clip-path {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .wide-campaign .banner {
        width: 100%;
        top: 71px;
        bottom: 0;
        object-fit: cover;
        object-position: center;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }

        .wide-campaign .banner img,
        .wide-campaign .banner video {
            width: 100%;
            min-height: 100vh;
            object-fit: cover;
        }

    .wide-campaign .hidden-level.open {
        transform: translateY(0);
    }

    .wide-campaign .hidden-level {
        position: absolute;
        bottom: 0;
        height: 227px;
        width: 100%;
        background: #c30000;
        transform: translateY(100%);
        transition: transform 500ms ease-in-out;
    }

        .wide-campaign .hidden-level a {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .wide-campaign .hidden-level h2 {
            color: #ffffff;
            font-weight: bold;
            font-size: 36px;
            line-height: 48px;
            margin: 0;
            padding: 0 14px 0 14px;
        }

        .wide-campaign .hidden-level p:first-of-type {
            font-size: 16px;
            font-weight: normal;
            line-height: 21px;
            padding: 0 14px;
            color: #ffffff;
        }

        .wide-campaign .hidden-level p {
            font-size: 20px;
            line-height: 26px;
            padding: 0 14px;
            color: #ffffff;
        }

            .wide-campaign .hidden-level p.link {
                padding: 0 24px;
                margin-top: 15px;
                font-weight: bold;
            }

                .wide-campaign .hidden-level p.link a {
                    color: #ffffff;
                    text-decoration: none;
                    font-size: 18px;
                    line-height: 24px;
                }

@media screen and (min-width: 768px) {
    .wide-campaign {
        position: relative;
        overflow: hidden;
        max-height: 450px;
        padding: 0;
        margin-left: 1.683%;
        margin-right: 1.683%;
    }

        .wide-campaign .fixed-wrapper {
            min-height: unset;
        }

            .wide-campaign .fixed-wrapper .fixed-clip-path {
                position: relative;
            }

        .wide-campaign .banner {
            position: relative;
            top: unset;
            left: unset;
            right: unset;
            bottom: unset;
            height: 100%;
        }

        .wide-campaign .hidden-level {
            position: absolute;
            top: 0;
            left: -32.3%;
            height: 100%;
            width: 33.3%;
            transform: translateX(0);
            transition: all 600ms cubic-bezier(0.550,0.085,0.000,0.990);
            z-index: 0;
            overflow: hidden;
        }

        .wide-campaign:hover .hidden-level {
            transform: translateX(97%);
        }

        .wide-campaign .hidden-level {
            margin: 0;
        }

            .wide-campaign .hidden-level a {
                justify-content: flex-end;
            }

            .wide-campaign .hidden-level h2 {
                color: #ffffff;
                font-weight: bold;
                font-size: 36px;
                line-height: 48px;
                margin: 0;
                padding: 0 40px 0 40px;
            }

            .wide-campaign .hidden-level p:first-of-type {
                padding: 0 40px;
            }

            .wide-campaign .hidden-level p {
                font-size: 20px;
                line-height: 26px;
                padding: 0 40px;
                color: #ffffff;
            }

                .wide-campaign .hidden-level p.link {
                    padding-left: 40px;
                    padding-right: 40px;
                    color: #ffffff;
                    text-decoration: none;
                    font-size: 18px;
                    line-height: 24px;
                    max-width: fit-content;
                    max-width: -moz-fit-content;
                    margin-top: 122px;
                    margin-bottom: 45px;
                }

                    .wide-campaign .hidden-level p.link:hover {
                        font-weight: bold;
                    }

                        .wide-campaign .hidden-level p.link:hover svg {
                            transform: translateX(5px) !important;
                        }

        .wide-campaign img,
        .wide-campaign video {
            transform: translateX(0);
            transition: all 600ms cubic-bezier(0.550,0.085,0.000,0.990);
            width: 100%;
            height: 450px;
            min-height: unset !important;
        }

        .wide-campaign:hover img,
        .wide-campaign:hover video {
            transform: translateX(260px);
        }

        .wide-campaign .campaign-element {
            column-gap: 0;
            transform: translateX(0);
            transition: all 600ms cubic-bezier(0.550,0.085,0.000,0.990);
        }

        .wide-campaign:hover .campaign-element {
            transform: translateX(260px);
        }
}
