body.email-preference {
    background: #191919;
    overflow: hidden;
}
.preferences-page {
    background-image: url(../images/img-hero-background-desktop.webp);
    background-size: 100vw 996px;
    padding-top: 14rem;
    padding-bottom: 6rem;
    background-repeat: no-repeat;
    overflow: hidden;
}
.preferences-page::after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 700px;
    background: linear-gradient(180deg, #000 0%, #1A1A1A 100%);
    bottom: 0;
    left: 0;
}
.update-preferences {
    position: relative;
}

body.email-preference .preloader, body.unsubscribe .preloader {
    position: absolute;
    width: 100%;
    background: rgba(10, 10, 10, 0.5);
    height: calc(100% - 85px);
    z-index: 150;
    justify-content: center;
    align-items: center;
    cursor: progress;
    display: flex;
    border-radius: 15px;
    top: -15px;
    left: 0;
}
body.email-preference .preloader svg, body.unsubscribe .preloader svg {
    animation: rotation 2s infinite linear;
}
.preferences-page.thank-you-show:after,
body.unsubscribe .thank-you-show .preferences-page::after {
    height: 121px;
}
.preferences-page .main-section {
    z-index: 3;
}
.preferences-page.thank-you-show .main-section {
    min-height: calc(100vh - 240px - 120px - 263px);
}
.preferences-page .main-title > *:first-child,
.preferences-page .thank-you-title > *:first-child {
    line-height: 72px;
}
.preferences-page .main-title > *,
.preferences-page .thank-you-title > * {
    margin-bottom: 0;
}
.preferences-page .main-title > *+*,
.preferences-page .thank-you-title > *+* {
    margin-top: 8px;
    font-weight: 400;
}
.preferences-page .wpcf7-form {
   border: none;
}
.preferences-page .form-block {
    max-width: 100%;
}
.preferences-page .form-block > *+* {
    margin-top: 16px;
}
.preferences-page .placeholder-checkbox {
    color: #bfbfbf;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px; 
}
.preferences-page .main-section .form-block .submit-block {
    margin: 2rem 0 2rem;
    width: fit-content;
}
.preferences-page .bottom-section {
    padding-top: 2rem;
    z-index: 3;
}
.preferences-page .bottom-section.hide {
    display: none;
}
.preferences-page .main-section .wpcf7-form,
.preferences-page .bottom-section .section-content {
    width: 900px;
    max-width: 100%;
}
.preferences-page .bottom-section .section-content > *+* {
    margin-top: 1.2rem;
    margin-bottom: 0;
}
.preferences-page .bottom-section .section-content .email-group p {
    text-transform: lowercase;
}
.preferences-page .form-block .submit-block .wpcf7-spinner {
    left: calc(50% - 12px);
    transform: translate(0%, -50%);
    margin: 0;
}
.hyp-default_page.preferences-page .popup-email .hse-field_form.error *{
    color: red
}
.hyp-default_page.preferences-page .popup-email .hse-field_form.error input{
    border-color: red;
}
.preferences-page .bottom-section .section-content p {
    font-weight: 400;
}
.fade-top::after {
    content: '';
    width: 100vw;
    height: 252px;
    position: absolute;
    left: 0;
    bottom: 700px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.preferences-page.thank-you-show .fade-top::after {
    bottom: 121px;
}
.preferences-page .emails-block > *+* {
    margin-top: 8px;
}
.preferences-page .email-group {
    display: flex;
    position: relative;
    border-radius: 8px;
    border: 1px solid #404040;
    background: #191919;
    padding: 17px 16px;
    align-items: center;
}
.preferences-page .email-group > p {
    width: 560px;
    margin-bottom: 0;
}
.preferences-page .email-group p {
    margin-bottom: 0;
}
.preferences-page .email-group a.delete-email {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}
.preferences-page .email-group a:not([href="primary"]) {
    font-weight: 400;
    text-decoration: underline;
    color: #EF5600;
    transition: all 0.3s;
}
.preferences-page .email-group a:not([href="primary"]):hover {
    color: #EF5600;
    text-decoration: none;
}
.preferences-page .email-group a[href="#primary"] {
    border-radius: 8px;
    background: linear-gradient(91deg, #EF5600 0%, #FD2348 100%);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    padding: 6px 12px;
    text-decoration: none;
}
.preferences-page .email-group a[href="#primary"]:hover {
    color: #fff;
    cursor: not-allowed;
    text-transform: uppercase;
}
.preferences-page .email-group #primary svg {
    display: none;
}
.preferences-page .section-content p>a {
    margin-top: 0;
}
.popup-email-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    right: 0;
    top: 0;
    transition: all 0.5s ease;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}
.popup-email-bg .popup-container {
    width: 100vw;
    height: 100vh;
}
.popup-email-bg.active,
.popup-email-added.show,
.popup-email-deleted.show {
    opacity: 1;
    visibility: visible;
}
.popup-email-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.60);
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.popup-email {
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 16px 64px 0px rgba(0, 0, 0, 0.75);
    width: 380px;
    position: relative;
    background: #191919;
    padding: 32px;
}
.popup-email .form-block input {
    height: 48px;
}
.popup-email h5 {
    margin-top: 0;
    margin-bottom: 24px;
}
.popup-email .button-block {
    display: flex;
    justify-content: space-between;
}
.popup-email .button-block p,
.popup-email .button-block .submit-block {
    margin: 0;
}
form .button-block .cancel,
.hyp-default_page.preferences-page .popup-email .button-block .submit-block {
    width: calc((100% - 16px) / 2);
}
form .button-block .cancel button {
    background-color: transparent;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF;
    text-align: center;
    text-decoration: none;
    padding: 14px 16px;
    font-weight: 700;
    border-radius: 16px;
    display: inline-flex;
    font-size: 16px;
    line-height: 20px;
    max-height: 2.4rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    width: 100%;
}
form .button-block .cancel button:hover {
    box-shadow: inset 0 0 0 1px #FFFFFF;
    background: rgba(255, 255, 255, 0.10);
}
.hyp-default_page.preferences-page .popup-email .button-block .submit-block [type=submit] {
   width: 100%;
}
.popup-email .wpcf7-not-valid-tip {
    display: none;
}
.popup-email-added,
.popup-email-deleted {
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 56px;
    right: 24px;
}
.popup-email-added .popup-container,
.popup-email-deleted .popup-container {
    border-radius: 8px;
    background: #000;
    width: 320px;
    padding: 16px;
    position: relative;
}
.popup-email-added .popup-container h6,
.popup-email-deleted .popup-container h6 {
    margin: 0;
}
.popup-email-added .popup-container a,
.popup-email-deleted .popup-container a {
    position: absolute;
    right: 16px;
    top: 16px;
}
.popup-email-added .popup-container a:hover svg,
.popup-email-deleted .popup-container a:hover svg {
    opacity: 0.5;
}
.preferences-page .thank-you-button-block a {
    margin-top: 2rem;
}
/* Borders */
.preferences-page .line-home-top-v {
    background: linear-gradient(180deg, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
    top: -172px;
    height: 292px;
    z-index: 2;
}
.preferences-page .home-outer-line-top {
    top: -282px;
}
.preferences-page .cross-home-top {
    top: -190px;
}
.preferences-page .outer-home-top-side,
.preferences-page .line-home-top-h {
    top: -184.5px;
}
/*Preferences Pages old*/
.default-form.preference-form .hyp-field_form.checkbox .wpcf7-list-item-label:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23bfbfbf'%3E%3Cpath d='M5 3C3.90694 3 3 3.90694 3 5V19C3 20.0931 3.90694 21 5 21H19C20.0931 21 21 20.0931 21 19V5C21 3.90694 20.0931 3 19 3H5ZM5 5H19V19H5V5Z'/%3E%3C/svg%3E");
    display: block;
    text-align: center;
    opacity: 1;
    position: absolute;
    z-index: 1;
    top: -3px;
    left: -39px;
    cursor: pointer;
}
.default-form.preference-form .hyp-field_form.checkbox .check .wpcf7-list-item-label:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.895 3 3 3.895 3 5V19C3 20.105 3.895 21 5 21H19C20.105 21 21 20.105 21 19V5C21 3.895 20.105 3 19 3ZM10 17.414L5.293 12.707L6.707 11.293L10 14.586L17.293 7.293L18.707 8.707L10 17.414Z' fill='%23FD2348'/%3E%3C/svg%3E");
}
.default-form.preference-form .hyp-field_form.checkbox>* {
    max-width: max-content;
    margin: 0;
    padding-left: 2rem;
    height: 100%;
}
.default-form.preference-form .wpcf7-list-item {
    cursor: default;
    margin-top: 2px;
    margin-left: 0;
}
.default-form.preference-form .wpcf7-list-item.check {
    font-weight: 700;
}
.hyp-default_page.preferences-page .text_block p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.hyp-default_page.preferences-page .text_block.thank-you-content-block p {
    font-size: 12px;
    line-height: 14px;
    color: #bfbfbf;
}
.hyp-default_page.preferences-page .checkbox {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    max-height: fit-content;
    width: max-content;
    max-width: 100%;
}
.hyp-default_page.preferences-page .text_block {
    margin-top: 2rem;
}
.hyp-default_page.preferences-page .text_block.thank-you-content-block {
    margin-top: 24px;
}
.hyp-default_page.preferences-page .search.hide-search {
    margin-top: 0;
    opacity: 0;
    height: 0;
}
.hyp-default_page.preferences-page .search {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hyp-default_page.preferences-page .main-title {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hyp-default_page.preferences-page .thank-you-title {
    display: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hyp-default_page.preferences-page .thank-you-title.add {
    display: block;
}
.hyp-default_page.preferences-page .thank-you-title.show {
    opacity: 1;
}
.hyp-default_page.preferences-page .main-title.hide {
    opacity: 0;
}
.hyp-default_page.preferences-page .main-title.remove {
    display: none;
}
.hyp-default_page.preferences-page .thank-you-content-block,
.hyp-default_page.preferences-page .thank-you-button-block {
    opacity: 0;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hyp-default_page.preferences-page .thank-you-content-block.add,
.hyp-default_page.preferences-page .thank-you-button-block.add {
    display: block;
}
.hyp-default_page.preferences-page .thank-you-content-block.show,
.hyp-default_page.preferences-page .thank-you-button-block.show {
    opacity: 1;
}
.hyp-default_page.preferences-page .main-content-block {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hyp-default_page.preferences-page .main-content-block.hide {
    opacity: 0;
}
.hyp-default_page.preferences-page .main-content-block.remove {
    display: none;
}
.hyp-default_page.preferences-page .default-content {
    min-height: calc(100vh - 80px - 56px);
}
.hyp-default_page.preferences-page .button-block .submit-block [type=submit] {
    padding: 14px 16px;
    font-size: 16px!important;
    font-weight: 700;
    line-height: 20px;
    width: fit-content;
}

/* Unsubscribe */
body.page-template-default.unsubscribe {
    padding-top: 0!important;
    background: #000;
}
body.unsubscribe .preferences-page::after {
    height: 384px;
}
body.unsubscribe .fade-top::after {
    bottom: 384px;
}
.default-form.preference-form .hyp-field_form.checkbox.disabled {
    cursor: not-allowed;
    color: #808080;
    opacity: 0.5;
}
.default-form.preference-form .hyp-field_form.checkbox.everything {
    margin: 2rem 0 2rem;
}
body.unsubscribe .preferences-page .main-section .form-block .submit-block {
    margin-bottom: 0;
}
/* Unregistered */
.header-popup-unregistered-page {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 1;
    pointer-events: all;
    width: 100%;
    height: 100%;
    max-width: 100%;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-popup-unregistered-page .popup-container {
    position: relative;
    height: 100%;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    display: flex;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100% !important;
    max-width: 430px;
    margin: auto !important;
    padding-left: 24px;
    padding-right: 24px;
    z-index: 1050;
}
.header-popup-unregistered-page .popup-container .form-block {
    display: block;
    margin: auto;
    max-width: 380px !important;
    background: #191919;
    border-radius: 8px !important;
    padding: 32px!important;
    transform: translate(0, 0) !important;
    box-shadow: 0px 16px 64px 0px rgba(0, 0, 0, 0.75);
    position: relative;
    z-index: 101;
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bg-popup-unregistered-page {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.60);
    z-index: 1049;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-popup-unregistered-page .form-block .text-block {
    text-align: center;
}
.header-popup-unregistered-page .form-block .text-block *+p {
    margin-top: 8px;
    font-weight: 400;
    color: #bfbfbf;
}
.header-popup-unregistered-page .form-block .text-block h5 {
    margin-bottom: 8px;
}
.header-popup-unregistered-page .form-block .btn-block {
    margin-top: 24px;
}
.header-popup-unregistered-page .form-block .btn-block a {
    margin: auto;
    width: 100%;
}
.header-popup-unregistered-page .form-block .conditions {
    text-align: center;
    margin-top: 16px;
    font-weight: 400;
}
.header-popup-unregistered-page .form-block .conditions p {
    color: #808080;
    font-size: 12px;
    line-height: 14px;
}
.header-popup-unregistered-page .form-block .conditions a {
    font-weight: 400;
    color: #EF5600;
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-popup-unregistered-page .form-block .conditions a:hover {
    color: #EF5600;
    text-decoration: none;
}
.header-popup-unregistered-page .cancel-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    margin: 0;
    line-height: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: 100%;
}
.header-popup-unregistered-page .cancel-btn .material-icons {
    font-size: 32px;
    color: #fff;
    transition: all 0.3s;
}
.header-popup-unregistered-page .cancel-btn a:hover .material-icons {
    opacity: 0.5;
}
/* Responsive */
@media (max-width: 1279px) {
    .preferences-page section {
        padding-left: 25px;
        padding-right: 25px;
    }
    .preferences-page .form-block br {
        display: block;
    }
}
@media (max-width: 1023px) {
    .preferences-page {
        padding-bottom: 4rem;
        padding-top: 12rem;
        background-image: url(../images/img-hero-background-tab.webp);
        background-size: 100vw 1072px;
    }
    .preferences-page.thank-you-show .main-section {
        min-height: calc(100vh - 240px - 80px - 263px);
    }
    .preferences-page .main-title > *:first-child, 
    .preferences-page .thank-you-title > *:first-child {
        line-height: 100%;
    }
    .preferences-page .main-title h1,
    .preferences-page .thank-you-title h1 {
        font-size: 3rem;
        line-height: 100%;
    }
    .preferences-page .main-title h2,
    .preferences-page .thank-you-title h2 {
        font-size: 2.4rem;
        line-height: 100%;
    }
    .preferences-page .main-title h3,
    .preferences-page .thank-you-title h3 {
        font-size: 1.7rem;
        line-height: 100%;
    }
    .preferences-page .main-title h4,
    .preferences-page .thank-you-title h4 {
        font-size: 1.2rem;
        line-height: 100%;
    }
    .preferences-page .main-title h5,
    .preferences-page .thank-you-title h5 {
        font-size: 20px;
        line-height: 24px;
    }
    .preferences-page .main-title h6,
    .preferences-page .thank-you-title h6 {
        font-size: 16px;
        line-height: 20px;
    }
    .preferences-page::after {
        height: 756px;
    }
    .fade-top::after {
        bottom: 756px;
    }
    .preferences-page .email-group > p {
        width: 400px;
    }
     .preferences-page .line-home-top-v {
        height: 208px;
        top: -133px;
    }
    .popup-email-added, .popup-email-deleted {
        right: 8px;
        top: 40px;
    }
    .preferences-page .outer-home-top-side, 
    .preferences-page .line-home-top-h {
        top: -145.5px;
    }
    .preferences-page .cross-home-top {
        top: -151px;
    }
    .preferences-page .home-outer-line-top {
        top: -243px;
    }
    /* Unsubscribe */
    body.unsubscribe .hyp-default_page.preferences-page .main-title p {
        width: 480px;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    body.email-preference {
        background: #000;
    }
    .preferences-page section {
        padding-left: 1px;
        padding-right: 1px;
    }
    .preferences-page {
        padding-top: 9rem;
        padding-bottom: 3.2rem;
        background-image: url(../images/img-hero-background-mob.webp);
        background-size: 100vw 694px;
    }
    .preferences-page.thank-you-show .main-section {
        min-height: auto;
    }
    .preferences-page.thank-you-show:after,
    body.unsubscribe .thank-you-show .preferences-page::after {
        height: 64px;
    }
    .fade-top::after {
        display: none;
    }
    .preferences-page .main-title h1,
    .preferences-page .thank-you-title h1 {
        font-size: 2.4rem;
    }
    .preferences-page .main-title h2,
    .preferences-page .thank-you-title h2 {
        font-size: 1.7rem;
    }
    .preferences-page .main-title h3,
    .preferences-page .thank-you-title h3 {
        font-size: 1.2rem;
    }
    .preferences-page .main-title h4,
    .preferences-page .thank-you-title h4 {
        font-size: 20px;
    }
    .preferences-page .main-title h5,
    .preferences-page .thank-you-title h5 {
        font-size: 16px;
        line-height: 20px;
    }
    .preferences-page .main-title h6,
    .preferences-page .thank-you-title h6 {
        font-size: 14px;
        line-height: 16px;
    }
    .preferences-page::after {
        height: 252px;
    }
    .preferences-page .bottom-section {
        padding-top: 1.2rem;
    }
    .preferences-page .email-group > p {
        width: 58%;
        font-size: 12px;
        line-height: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .preferences-page .email-group a {
        font-size: 12px;
        line-height: 14px;
    }
    .preferences-page .email-group > * {
        line-height: 12px;
    }
    .preferences-page .email-group {
        padding: 19px 16px;
        flex-wrap: wrap;
    }
    .popup-email {
        max-width: calc(100% - 32px);
    }
    .popup-email-added .popup-container, 
    .popup-email-deleted .popup-container {
        width: calc(100vw - 16px);
    }
    .popup-email-added, .popup-email-deleted {
        right: 8px;
        top: 52px;
    }
    /* Borders */
    .preferences-page .line-home-top-v {
        top: -76px;
        height: calc(100% - 496px);
    }
    .preferences-page .outer-home-top-side, 
    .preferences-page .line-home-top-h {
        top: -89px;
    }
    .preferences-page .home-outer-line-top {
        top: -186px;
    }
    .preferences-page .cross-home-top {
        top: -94px;
    }
    .preferences-page .line-top-left-h {
        width: calc(100% - 54px);
    }
}
@media (max-width: 427px) {
    .preferences-page .email-group {
        padding: 19px 8px;
    }
    .preferences-page .email-group a.delete-email {
        right: 4px;
    }
    .preferences-page .email-group a,
    .preferences-page .email-group > p {
        font-size: 10px;
    }
    .header-popup-unregistered-page .popup-container .form-block {
        max-width: calc(100vw - 32px) !important;
        width: 380px;
    }
    .header-popup-unregistered-page .popup-container {
        width: 100% !important;
        padding: 0;
    }
}