* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cover {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.object-fit-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    z-index: 0;
}

.hero-section {
    height: 445px;
}

.full-width-image {
    padding-bottom: 35%;
}

.text-cta-section {
    padding: 85px 0;
    text-align: center;
    border-bottom: 5px solid #AB825E;
    border-color: #AB825E !important;
}

.text-cta-section:last-child {
    border-bottom: none;
}

.text-cta-section__text {
    margin-bottom: 40px;
    text-align: center;
}

.text-cta-section__text p {
    text-align: center;
    font-size: 21px;
    line-height: 1.5;
}

.text-cta-section__buttons {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    width: 100%;
    max-width: 705px;
    margin: 0 auto;
}

.text-cta-section__buttons .button-wrap {
    flex: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 0;
    margin-bottom: 30px;
}

.text-cta-section__buttons .button-wrap .cta {
    margin-top: 15px;
}

.menus-button.normal-button:hover {
    text-decoration: none;
}

header {
    background-image: url(../images/christmas/christmas-header.png);
    background-size: cover;
}

.page-template-template-christmas-2022 section#affiliates {
    background-image: url(../images/christmas/affiliates-bg.png);
    padding: 150px 0;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 5px solid #AB825E;
    border-top: 5px solid #AB825E;
    border-color: #AB825E !important;
}

.aff-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aff-list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 1 calc(33.333333% - 15px);
    max-width: calc(33.333333% - 15px);
}

.aff-list img {
    max-height: 140px;
    width: auto;
    max-width: 90%;
}

.image-and-text-section {
    padding: 85px 0 190px 0;
    text-align: center;
}

.image-and-text-section hr {
    width: 110px;
    height: 19px;
    background-image: url(../images/christmas/hr.svg);
    background-size: contain;
    margin: 0 auto 20px auto;
    border: none;
    background-position: center;
}

.image-and-text-section h2 {
    margin-bottom: 60px;
}

.image-and-text-section h2, .text-cta-section__text h2, .cta-section__text h2 {
    text-transform: uppercase;
    font-size: 51px;
    line-height: 72px;
}

.cta-section {
    padding: 120px 0;
    position: relative;
}

.cta-section .cta {
    margin-top: 10px;
}

.cta-section .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 0.9) 0%, rgba(0, 0, 0, 0.8) 27%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.cta-section__text {
    width: 100%;
    max-width: 400px;
    position: relative;
    z-index: 2;
}

.cta-section__text h2 {
    margin-bottom: 10px;
    line-height: 52px;
}

@media only screen and (min-width: 1200px) {
    .cta-section__text {
        text-align: center
    }
}

@media only screen and (max-width: 1200px) {
    .menus-button.normal-button {
        padding: 15px 30px;
        margin-right: 30px;
        font-size: 20px;
    }

    .aff-list img {
        max-height: 110px;
    }

    .image-and-text-section h2 {
        margin-bottom: 50px;
    }

    .cta-section {
        padding: 100px 0;
    }

    .image-and-text-section {
        padding: 85px 0 150px 0;
    }
}

@media only screen and (max-width: 992px) {

    .hero-section {
        height: 400px;
    }

    .aff-list img {
        max-height: 80px;
    }

    .cta-section, .text-cta-section, .image-and-text-section {
        padding: 80px 0;
    }

}

@media only screen and (max-width: 768px) {


    .hero-section {
        height: 350px;
    }

    .text-cta-section__buttons .button-wrap {
        flex: 0 1 100%;
        max-width: 100%;
    }

    .text-cta-section__buttons .button-wrap .normal-button {
        width: 100%;
    }

    .aff-list img {
        max-height: 60px;
    }
}