#cookieWarning {
    z-index: 9999999999;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5) !important;
    color: #141416;
    text-shadow: none;
    line-height: 20px;
    padding: 0 !important;
    transform: translateY(-200vh);
    will-change: transform;
    transition: transform 0.01s;
    transition-delay: 0s;
    visibility: hidden;
}

#cookieWarning.preview {
    transform: translateY(0);
    transition-delay: 1.4s;
    visibility: visible;
}

#cookieWarning .cookieContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    padding: 25px 40px 35px;
    font-size: 0;
    width: 670px;
    background-color: #fff;
    box-sizing: border-box;
}

#cookieWarning .cookieContent .cookieContentItem.description {
    font-size: 13px;
    line-height: 1.7;
    text-align: left;
}

[dir='rtl'] #cookieWarning .cookieContent .cookieContentItem.description {
    text-align: right;
}

#cookieWarning .cookieContent .cookieContentItem.actions {
    margin-top: 30px;
    text-align: right;
}

#cookieWarning .cookieContent .cookiePrivacy {
    text-decoration: underline;
    color: inherit;
}

.cookieBtn:first-child {
    margin-right: 30px;
}

[dir='rtl'] .cookieBtn:first-child {
    margin-left: 30px;
    margin-right: 0;
}

.cookieBtn:nth-child(2) {
    margin-right: 20px;
}

[dir='rtl'] .cookieBtn:nth-child(2) {
    margin-left: 20px;
    margin-right: 0;
}

.cookieBtn--underline {
    position: relative;
    background: transparent;
    border: 0;
    padding: 0 0 7px 0;
    overflow: hidden;
    color: #141416;
}

.cookieBtn--underline:hover::after {
    transform: translatex(0);
}

.cookieBtn--underline::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #938767;
    height: 1px;
    opacity: 0.8;
}

.cookieBtn--underline::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #938767;
    height: 1px;
    transform: translatex(-100%);
    transition: transform 0.3s;
}

.cookieBtn--underline .content {
    font-size: 13px;
    font-weight: 600;
}

.cookieBtn--outline {
    background: transparent;
    padding: 15px 35px;
    border: 1px solid #938767;
    border-radius: 0;
    color: #141416;
    transition: all 0.3s;
}

.cookieBtn--outline:hover {
    background-color: #938767;
    color: #fff;
}

.cookieBtn--outline .content {
    font-size: 13px;
    font-weight: 600;
}

.cookieBtn--normal {
    position: relative;
    background: transparent;
    background: #938767;
    padding: 15px 35px;
    border: 1px solid #938767;
    border-radius: 0;
    color: #fff;
    transition: all 0.3s;
}

.cookieBtn--normal .content {
    font-size: 13px;
    font-weight: 600;
}

.cookieBtn--normal::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0c292c;
}

.cookieBtn--normal::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    transition: opacity 0.3s;
}

.cookieBtn--normal .content {
    position: relative;
    z-index: 1;
}

.cookieBtn--normal:hover::after {
    opacity: 0.2;
}

#cookieWarning .manageCookieSettings, #cookieWarning .cookiePolicies {
    display: inline-block;
    background-color: transparent;
    color: #141416;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    border: none;
}

#cookieWarning .cookiePolicies:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}

@media (max-width: 767px) {
    #cookieWarning .cookieContent {
        width: 90%;
    }
}

@media (max-width: 480px) {
    #cookieWarning .cookieContent .cookieContentItem.actions {
        margin-top: 20px;
        text-align: center;
    }

    #cookieWarning .cookieContent .cookieContentItem.description {
        max-height: 250px;
        overflow: scroll;
    }

    #cookieWarning .cookieContent p {
        line-height: 1.5;
    }

    #cookieWarning .cookieContent {
        padding: 10px 25px 25px;
    }

    .cookieBtn:nth-child(2) {
        margin-right: 0;
    }

    .cookieBtn:nth-child(3) {
        margin-top: 20px;
    }
}

@media (max-width: 375px) {
    .cookieBtn:first-child {
        align-self: center;
        margin-right: 0;
        margin-bottom: 20px;
    }

    #cookieWarning .cookieContent .cookieContentItem.actions {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 360px) {
    #cookieWarning .cookieContent {
        padding: 15px;
    }

    #cookieWarning .cookieContent p {
        margin-top: 0;
    }

    #cookieWarning .cookieContent .cookieContentItem.description {
        font-size: 12px;
    }

    #cookieWarning .cookieContent .cookieContentItem.actions {
        margin-top: 15px;
    }

    .cookieBtn:first-child {
        margin-bottom: 15px;
    }

    .cookieBtn:nth-child(3) {
        margin-top: 15px;
    }

    .cookieBtn--underline .content, .cookieBtn--outline .content, .cookieBtn--normal .content {
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    .cookieBtn--outline, .cookieBtn--normal {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media (max-width: 320px) and (max-height: 480px) {
    #cookieWarning .cookieContent {
        width: 100%;
    }
}

#cookie-privacy-iframe {
    z-index: 99999;
    position: fixed;
    top: 20px;
    bottom: 20px;
    left: 5%;
    right: 5%;
    overflow: auto;
    display: none;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .5);
    background-color: rgba(0, 0, 0, .5);
}

#cookie-privacy-iframe .cookie-privacy-iframe-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

#cookie-privacy-iframe iframe {
    border: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.custom-close-popup {
    position: absolute;
    opacity: 0.8;
    cursor: pointer;
    width: 39px;
    height: 39px;
    background: #000;
    color: #FFF;
    text-align: center;
    right: 0;
    top: 0;
}

.custom-close-popup:hover {
    opacity: 1;
}

.custom-close-popup:after, .custom-close-popup:before {
    content: '';
    position: absolute;
    top: 6px;
    right: 18px;
    width: 3px;
    height: 26px;
    border-radius: 0;
    background-color: #fff;
}

.custom-close-popup:before {
    transform: rotate(45deg);
}

.custom-close-popup:after {
    transform: rotate(-45deg);
}

/* --- Cookies Modal --- */

body.active-cookies-modal {
    overflow: hidden;
    padding-right: 15px;
}

body.site-body.active-cookies-modal #cookieWarning {
    right: 15px;
    width: auto !important;
}

body.site-body.active-cookies-modal .site-top {
    right: 15px;
    width: auto;
}

.cookies-modal, .cookies-modal *, .cookies-modal *:before, .cookies-modal *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cookies-modal {
    will-change: visibility, opacity;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999999999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: rgba(0, 0, 0, 0.4);
}

.cookies-modal__table {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}

.cookies-modal__cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.cookies-modal--active {
    visibility: visible;
    opacity: 1;
}

.cookies-modal__dialog {
    max-width: 835px;
    padding: 1.2rem;
    margin: 0 auto;
}

.cookies-modal__content {
    will-change: transform, opacity;
    position: relative;
    padding: 40px 50px 30px;
    background: #fff;
    background-clip: padding-box;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.4);
    opacity: 0;
}

.cookies-modal__content--active {
    opacity: 1;
}

.cookies-modal__header {
    font-size: 18px;
    padding: 10px 0 20px;
    color: #000;
    font-weight: 900;
}

.cookies-modal__section {
    padding: 10px 0;
}

.cookies-modal__checkbox {
    padding: 0 15px 0 0;
}

[dir='rtl'] .cookies-modal__checkbox {
    padding: 0 0 0 15px;
}

.cookies-modal__checkbox label {
    position: relative;
    display: flex;
    gap: 18px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.cookies-modal__checkbox label input {
    position: absolute;
    width: 20px;
    height: 20px;
}

.cookies-modal__checkbox label span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285714286em;
    display: block;
    position: relative;
    min-height: 20px;
    padding: 0 0 0 20px;
    cursor: pointer;
}

.cookies-modal__checkbox label span:before, .cookies-modal__checkbox label span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border-color: #bdbdbd;
}

.cookies-modal__checkbox label span:before {
    background-color: #fff;
    border: 2px rgba(0, 0, 0, 0.5) solid;
    border-radius: 0;
    transition: background .3s ease;
}

.cookies-modal__checkbox label span:after {
    position: absolute;
    top: 5px;
    display: flex;
    content: '';
    background: #000;
    width: 14px;
    height: 7px;
    left: 3px;
    border-bottom: solid 2px #ffffff;
    border-left: solid 2px #ffffff;
    background: none;
    transform: rotate(-45deg) scale(0);
    transition: transform .1s ease, opacity .1s ease;
    transform-origin: center center;
    z-index: 1;
}

.cookies-modal__checkbox label input:checked ~ span:before {
    border-color: #6c7a30;
    background: #6c7a30;
}

.cookies-modal__checkbox label input:disabled ~ span:before {
    border-color: #bdbdbd !important;
    background: #bdbdbd !important;
}

.cookies-modal__checkbox label input:checked ~ span:after {
    opacity: 1;
    transform: rotate(-45deg) scale(.8);
}

.cookies-modal__text {
    font-size: 14px;
    line-height: 1.79;
    color: #000;
    padding-left: 39px;
}

.cookies-modal__text strong {
    line-height: 20px;
    display: block;
}

.cookies-modal__text p {
    margin: 10px 0;
    font-weight: 300;
}

.cookies-modal__close {
    position: absolute;
    opacity: 0.8;
    cursor: pointer;
    width: 39px;
    height: 39px;
    background: #000;
    color: #FFF;
    text-align: center;
    right: 0;
    top: 0;
    border: none;
}

.cookies-modal__close:hover {
    opacity: 1;
}

.cookies-modal__close:after, .cookies-modal__close:before {
    content: '';
    position: absolute;
    top: 11px;
    right: 18px;
    width: 2px;
    height: 18px;
    border-radius: 0;
    background-color: #fff;
}

.cookies-modal__close:before {
    transform: rotate(45deg);
}

.cookies-modal__close:after {
    transform: rotate(-45deg);
}

.cookies-modal__submit { /*float: right;*/
}

.cookies-modal__section--action {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 0;
}

[dir='rtl'] .cookies-modal__section--action {
    flex-direction: row-reverse;
}

.cookies-modal__notification {
    margin-right: 22px;
    display: none;
}

.cookies-modal__notification-text {
    font-size: 13px;
    line-height: 36px;
    background-color: #e1e1e1;
    border-radius: 0;
    opacity: 0.7;
    color: #141416;
    margin-top: 5px;
    padding: 0 20px;
    position: relative;
}

.cookies-modal__notification-text::after {
    top: 10px;
    position: absolute;
    right: -6px;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 8px 0 8px 6px;
    border-color: transparent transparent transparent #e1e1e1;
}

.cookies-modal__notification-text--success {
    background-color: #6c7a30;
    color: #fff;
}

.cookies-modal__notification-text--success::after {
    border-color: transparent transparent transparent #6c7a30;
}

.cookies-modal__submit button {
    height: 46px;
    padding: 0 20px;
    border-radius: 0;
    background-color: #6c7a30;
    display: inline-block;
    font-size: 16px;
    border: 0;
    color: #fff;
    cursor: pointer;
    -webkit-filter: brightness(100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cookies-modal__submit button:hover {
    -webkit-filter: brightness(90%);
}

@media (max-width: 960px) {
    .cookies-modal__section--action {
        justify-content: center;
    }

    .cookies-modal__content {
        padding: 40px 20px 20px;
    }

    body.active-cookies-modal {
        padding-right: 0;
    }

    body.site-body.active-cookies-modal #cookieWarning {
        right: 0;
    }

    body.site-body.active-cookies-modal .site-top {
        right: 0;
    }

    .cookies-modal__submit, .cookies-modal__submit button {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .cookies-modal__notification-text {
        padding: 10px;
        line-height: 1.6;
    }

    .cookies-modal__submit button {
        font-size: 14px;
    }

    .cookies-modal__dialog {
        padding: 15px;
    }

    .cookies-modal__content {
        padding: 40px 15px 15px;
    }
}

/* --- Brand Color Overrides --- */

#cookieWarning .cookieBtn--underline::before {
    background: #1F225C;
}

#cookieWarning .cookieBtn--underline::after {
    background: #1F225C;
}

#cookieWarning .cookieBtn--outline {
    border-color: #1F225C;
}

#cookieWarning .cookieBtn--outline:hover {
    background-color: #1F225C;
}

#cookieWarning .cookieBtn--normal {
    border-color: #1F225C;
}

#cookieWarning .cookieBtn--normal::before {
    background: #1F225C;
}

.cookies-modal__notification-text--success {
    background-color: #1F225C;
}

.cookies-modal__notification-text--success::after {
    border-color: transparent transparent transparent #1F225C;
}

.cookies-modal__submit button {
    background-color: #1F225C;
}

.cookies-modal__checkbox label input:checked ~ span:before {
    border-color: #1F225C;
    background: #1F225C
}