body:has(.cky-consent-container.cky-banner-bottom:not(.cky-hide)) .cky-overlay {
    display: block;
    z-index: 99;
}

.cky-notice-btn-wrapper .cky-btn.cky-btn-reject {
    display: none
}

.cky-notice .cky-title {
    font-size: 24px
}

.cky-notice-des *,
.cky-btn {
    font-size: 18px
}

.cky-btn-revisit-wrapper {
    z-index: 9 !important
}

.selected-filters span {
    opacity: 1;
    transition: var(--transition);
}

.selected-filters button.clear,
.selected-filters-mobile button.clear {
    font-size: 0.625rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.5px;
    text-align: left;
    color: #cecece;
    border-radius: 50px;
    border: none;
    text-transform: uppercase;
    background-color: var(--transparent);
    font-family: var(--font-family);
    cursor: pointer;
    transition: var(--transition);
    opacity: 0;
    display: none;
    pointer-events: none;
}

.selected-filters-mobile button.clear::after {
    content: none;
}

.selected-filters button.clear.active,
.selected-filters-mobile button.clear.active {
    opacity: 1;
    pointer-events: all;
    display: block
}

.filter-enter {
    opacity: 0;
}

.filter-leave {
    opacity: 0;
}

.content {
    min-height: calc(100vh - 680px);
    overflow: hidden;
}

.content .pageMask {
    position: absolute;
    top: 0;
    width: 100%;
    object-fit: contain;
    height: unset;
    z-index: -1;
}

/*****************************/
/********** BUTTONS **********/
/*****************************/

.button,
.button:hover,
.button:focus {
    position: relative;
    display: inline-flex;
    padding: 14px 29px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    isolation: isolate;
    color: white;
    gap: 10px;
    white-space: nowrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.button::before,
.selected-filters span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50px;
    background-color: var(--secondary);
    transition: var(--transition);
    will-change: transform;
    z-index: -1;
    background-color: var(--primary);
    overflow: hidden;
}

.selected-filters {
    position: sticky;
    top: 140px;
    background-color: white;
}

.selected-filters span::before {
    background-color: #373e37;
}

.selected-filters span::after,
.selected-filters-mobile span::after {
    content: "";
    position: relative;
    width: 7px;
    height: 7px;
    mask-image: url(/assets/img/svg/filter_close.svg);
    -webkit-mask-image: url(/assets/img/svg/filter_close.svg);
    background-color: var(--white);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
}

.button::after {
    content: "";
    -webkit-mask-image: url("/assets/img/svg/button-arrow.svg");
    mask-image: url("/assets/img/svg/button-arrow.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--white);
    width: 19px;
    height: 13px;
    display: inline-block;
    transition: var(--transition);
}

.bot-container a.button::after,
.template-module .button::after {
    content: none;
}

.button.button-less::after,
.hp-featured .card-header .button::after,
.template>.featured .card-header .button::after,
.template>.featured .mobile-btn a.button::after {
    background-color: var(--green);
}

/* 
.button:hover::before {
    background-color: var(--green-mo);
} */

.template>.featured .mobile-btn a.button::after {
    top: 0px;
}

/* .button:hover::after {
    transform: translateX(10px);
} */

.button.button-less::before {
    content: none;
    display: none;
}

.button.button-less {
    color: var(--green);
    padding-inline: 0;
    width: fit-content;
    padding: 0;
    align-items: center;
}

.button.button-less:after {
    background-color: var(--green);
}

.button.button-less:hover:after {
    background-color: var(--green-mo);
}

@media(min-width: 992px) {

    .button,
    .button:hover,
    .button:focus {
        padding: 15px 30px;
        font-size: 0.875rem;
        line-height: 1.43;
        width: fit-content;
    }

    .button:hover::after {
        transform: translateX(5px);
    }

    .button-less:hover::after {
        background-color: var(--green-mo);
    }

    .button.button-less:hover {
        color: var(--green-mo);
        padding: 0;
    }
}

@media(max-width: 767px) {

    .index .button::after,
    .template>.featured .card-header .button::after,
    .template>.featured .card .bot-wrapper .button::after,
    .template>.featured .mobile-btn a.button::after {
        content: "";
        width: 12px;
        height: 9px;
        top: 2px
    }

    .journeys .card-content .bot-wrapper .button::after,
    .accomodation .card-content .bot-wrapper .button::after {
        widtH: 12px;
        height: 9px
    }

    .selected-filters button.clear,
    .selected-filters-mobile button.clear {
        font-size: 0.615rem;
    }
}



.button.disabled {
    pointer-events: none !important;
    opacity: .5 !important;
}

/****************************/
/****** FIXED SOCIALS *******/
/****************************/

.fixed-socials {
    position: fixed;
    width: 39px;
    height: 83px;
    bottom: 15px;
    right: 9px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    justify-content: end;
    z-index: 5;
}

.fixed-socials a {
    height: 39px;
    width: 39px;
    background-color: var(--white);
    border-radius: 100%;
}

.fixed-socials a::after {
    position: absolute;
    content: "";
    height: 39px;
    width: 39px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #373e37;
    transition: var(--transition);
}

.fixed-socials.fixed-color a::after {
    background-color: var(--secondary);
}

.fixed-socials a.fixed-msn::after {
    -webkit-mask-image: url("/assets/img/svg/msn.svg");
    mask-image: url("/assets/img/svg/msn.svg");
}

.fixed-socials a.fixed-wts::after {
    -webkit-mask-image: url("/assets/img/svg/wts.svg");
    mask-image: url("/assets/img/svg/wts.svg");
}

.fixed-socials a::after {
    transform: scale(1.05);
}

.fixed-socials a:hover::after {
    transform: scale(1.1);
}


@media(min-width: 768px) {

    footer .container {
        flex-direction: row;
    }

    .fixed-socials {
        width: 46px;
        height: 100px;
        right: 39px;
        bottom: 31px;
    }

    .fixed-socials.fixed {
        position: absolute;
        bottom: 145px;
    }

    .fixed-socials a {
        height: 46px;
        width: 46px;
    }

    .fixed-socials a::after {
        height: 46px;
        width: 46px;
    }

}



/*******************************************/
/**************** HEADER *******************/
/*******************************************/

header {
    width: 100%;
    padding: 28px 40px;
    position: fixed;
    top: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: 15px;
    transition: var(--transition);
    background-color: #ffffff00;
}

header::before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--black);
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

header.open::before {
    opacity: .8;
    pointer-events: auto;
    z-index: 1;
}

header.fixed {
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) -2.8px 8.6px 24px 0px;

}

body:has(.banner.no-img) header.fixed {
    background-color: #fbf9f6;
    box-shadow: rgba(0, 0, 0, 0) -2.8px 8.6px 24px 0px;
}

body:has(.banner.no-img) header.fixed.white-bg {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.05) -2.8px 8.6px 24px 0px;
}


header.open .header-left-container .logo {
    z-index: 12;
}

header .header-left-container .logo {
    width: 320px;
    height: 50px;
    z-index: 3;
    display: block;
    position: relative;
}

header .header-left-container .logo::before {
    content: "";
    -webkit-mask-image: url("/assets/img/logo/logo.svg");
    mask-image: url("/assets/img/logo/logo.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--white);
    position: absolute;
    inset: 0;
    transition: var(--transition);
}

header.fixed .logo::before {
    background-color: #363d35;
}

header .header-right-container {
    display: flex;
    gap: 20px;
    align-items: center;
}

header .header-right-container .sizes {
    font-size: 0.75rem;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.6px;
    text-align: center;
    color: var(--white);
    display: flex;
    gap: 15px;
    align-items: center;
}

header.fixed .header-right-container .sizes {
    color: var(--secondary);
}

header .header-right-container .sizes .less,
header .header-right-container .sizes .more {
    cursor: pointer;
    transition: var(--transition);
    user-select: none;
}

header .header-right-container .sizes .less:hover,
header .header-right-container .sizes .more:hover {
    opacity: 0.6;
}

header .header-right-container .sizes .less span,
header .header-right-container .sizes .more span {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.8px;
}



header .menu .menu-top-section {
    display: flex;
    gap: 20px;
    align-items: center;
}

header .search-form {
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
}

header .menu .menu-top-section .search-form input {
    line-height: 1;
    color: rgba(55, 62, 55, 0.6);
    appearance: none;
    -webkit-appearance: none;
    background-color: #f7f4ef;
    border: none;
    border-bottom: 1px solid rgb(225, 225, 225, 0);
    width: 100%;
    height: 40px;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: normal;
    max-width: 250px;
    width: 250px;
    padding: 13px 20px;
    transition: var(--transition);
}

header .menu .menu-top-section .search-form button {
    position: absolute;
    width: 15px;
    height: 15px;
    transition: var(--transition);
    z-index: 2;
    margin: 0;
    background: none;
    border: none;
    right: 22px;
}

header .menu .menu-top-section .search-form button::before {
    overflow: visible;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    transition: var(--transition);
    -webkit-mask-image: url(/assets/img/svg/search.svg);
    mask-image: url(/assets/img/svg/search.svg);
    background-color: rgba(55, 62, 55, 0.6);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    top: 0;
    left: 0;
}

header .menu .button,
header .header-right-container .button {
    padding: 15px 19px 14px;
    font-size: 0.688rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.55px;
    color: #1d1714;
}

header .header-right-container .button {
    margin-left: 10px;
}

header .header-right-container .button::before {
    background-color: var(--white);
}

header .menu .button,
header.fixed .header-right-container .button {
    color: #ffffff;
}

header .menu .button::after,
header .header-right-container .button::after {
    content: unset;
}

header.fixed .header-right-container .button::before,
header .menu .button::before {
    background-color: var(--primary);
}

header.fixed .header-right-container .button:hover::before,
header .menu .button:hover::before {
    background-color: #6c7e4e;
    transform: scale(1);
}

header .menu .close {
    display: flex;
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: var(--transition);
    margin-left: auto;
}

header .menu .close:hover {
    opacity: 0.6;
}

header .menu .close span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 24px;
    height: 2px;
    background-color: var(--secondary);
    transition: inherit;
    pointer-events: none;
    transition: var(--transition);
}

header .menu .close span:first-child {
    transform: rotate(45deg);
}

header .menu .close span:last-child {
    transform: rotate(-45deg);
}

/**************************************************/
/******************* LANGUAGE *********************/
/**************************************************/

header .select-wrapper {
    min-width: 72px;
}

header .select-wrapper select {
    border: none;
    display: none;
}

header .select-wrapper .custom-select {
    background-color: unset;
}

header .select-wrapper .custom-select .placeholder {
    background: rgba(246, 241, 232, 0.35);
    border: none;
    border-radius: 20px;
    color: #ffffff;
    font-size: 0.688rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);
    padding: 15px 0px 14px 20px;
    cursor: pointer;
}

header.fixed .select-wrapper .custom-select.isSelected>.placeholder {
    background: rgb(246, 241, 232);
    color: var(--black);
}

header.fixed .custom-select:not(.has-reset) .placeholder::before,
header.fixed .custom-select:not(.has-reset) .placeholder::after {
    background: rgb(246, 241, 232);
}

header .select-wrapper .custom-select.isSelected>.placeholder {
    pointer-events: auto;
    background: rgba(246, 241, 232, 0.35);
    transition: var(--transition);
}

header .select-wrapper .custom-select.isSelected.open>.placeholder {
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

header .custom-select.isSelected .options-wrapper {
    transition: var(--transition);
    overflow: hidden;
}

header .custom-select.custom-select .options:first-of-type {
    padding-top: 0;
}

header .select-wrapper .custom-select.isSelected.open>div {
    background: rgba(246, 241, 232, 0.35);
    max-height: 280px;
    opacity: 1;
}

header.fixed .select-wrapper .custom-select.isSelected.open>div {
    background: rgb(246, 241, 232);
}

header.fixed .custom-select.custom-select.isSelected.open .options>div {
    color: var(--secondary)
}

header .custom-select:not(.has-reset) .placeholder::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 20px;
    margin: auto;
    width: 7px;
    height: 4px;
    -webkit-mask-image: url(/assets/img/svg/lang-arrow.svg);
    mask-image: url(/assets/img/svg/lang-arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: white;
    transform: none;
    border: none;
    transition: var(--transition);
}

header .custom-select.open .placeholder::before {
    background-color: var(--white);
    transform: rotate(180deg);
}

header.fixed .custom-select:not(.has-reset) .placeholder::before {
    background-color: var(--black);
    opacity: 1;
}

header.fixed .select-wrapper .custom-select.isSelected.open>div {
    color: var(--black)
}

header.fixed .select-wrapper .custom-select.isSelected.open>div:first-of-type {
    border-bottom: transparent;
}

header.fixed .select-wrapper .custom-select.isSelected.open>div:last-of-type {
    border-top: transparent;
}

header .custom-select .options-wrapper {
    border: none;
    border-bottom-left-radius: 15.5px;
    border-bottom-right-radius: 15.5px;
    padding-top: 0px;
    top: 100%;
    padding-right: 0;
    padding-left: 20px;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0);
    z-index: 3;
    transition: var(--transition), background-color 0s ease-out;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

header .custom-select.isSelected .options-wrapper {
    margin-top: 0px;
    padding-bottom: 0;
}

header .custom-select .options>div {
    cursor: pointer;
    padding: 7px 0;
    font-size: 0.688rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: normal;
    color: var(--white);
    transition: var(--transition);
}

header .custom-select .options>div:hover {
    opacity: 0.5;
}

header .custom-select .options>div.selected {
    display: none;
}

header .select-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.625rem;
    color: var(--white);
    transition: var(--transition);
    gap: 5px;
}

header.open .select-wrapper {
    display: none;
}

header .select-wrapper.mobile {
    display: none;
}


header .header-right-container .menu-toggle {
    position: relative;
    width: 34px;
    padding: 20px 0;
    cursor: pointer;
    pointer-events: all;
    margin-left: 10px;
}

header .header-right-container .menu-toggle span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 34px;
    height: 2px;
    background-color: var(--white);
    transition: var(--transition);
    -webkit-transition: var(--transition);
    z-index: 1;
    pointer-events: none;
}


header.fixed .header-right-container .menu-toggle span {
    background-color: var(--secondary);
}

header .header-right-container .menu-toggle span:first-child {
    width: 34px;
    transform: translateY(-6px);
}

header .header-right-container .menu-toggle span:last-child {
    width: 25px;
    transform: translateY(6px) translateX(4px);
}

header .header-right-container .menu-toggle:hover span:last-child {
    transform: translateY(6px) translateX(-4px);
}




/****************************/
/******* OPEN  MENU  ********/
/****************************/

header .menu {
    position: absolute;
    height: 100vh;
    width: 100%;
    transition: var(--transition);
    transform: translateX(100%);
    z-index: 30;
    inset: 0;
}

header .menu .menu-section {
    width: 630px;
    height: 100vh;
    margin-left: auto;
    background-color: white;
    transition: var(--transition);
    padding: 43px;
    padding-right: 47px;
    z-index: 30;
    position: relative;
}

header.open .menu {
    transform: translateX(0%);
    box-shadow: 0px 15px 27px 0 rgba(100, 100, 100, 0.4);
}

header .menu .menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 20px;
}

header .menu .menu-section>ul {
    height: calc(100% - 116px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: all;
    scrollbar-width: thin;
    scrollbar-color: var(--secondary) white;
    padding: 140px 0 0;
    position: relative;
}

header .menu .menu-section>ul::-webkit-scrollbar {
    display: none;
}

header .menu .menu-section>ul::before {
    content: "";
    width: 95%;
    height: 53px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.2) 100%);
    pointer-events: none;
    z-index: 1;
}

header .menu .menu-section>ul>li {
    position: relative;
    padding: 0;
    display: block;
}

header .menu ul>li.sub .open-menu {
    height: 38px;
    width: 38px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-flex;
    margin-left: auto;
    cursor: pointer;
    padding: 9px;
}

header .menu ul>li.sub .open-menu::after {
    content: "";
    height: 20px;
    width: 20px;
    -webkit-mask-image: url("/assets/img/svg/menu-arrow.svg");
    -webkit-mask-repeat: no-repeat;
    mask-image: url("/assets/img/svg/menu-arrow.svg");
    mask-repeat: no-repeat;
    background-color: #949a89;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: var(--transition);
}


header .menu ul>li.sub.open>.open-menu::after {
    transform: rotate(90deg);
    background-color: var(--secondary);
}

header .menu ul>li.sub>ul {
    max-height: 0;
    transition: var(--transition);
    overflow: hidden;
    padding: 0 30px;
}


header .menu ul>li.sub.open>ul {
    padding: 10px 30px 15px;
}

header .menu ul>li>ul li ul {
    padding-left: 20px;
}

header .menu ul li a {
    font-size: 1.25rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #949a89;
    text-transform: uppercase;
}

header .menu ul li ul li a {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.33;
    text-transform: none;
}

header .menu ul li ul li>a:hover,
header .menu ul li>a:hover,
header .menu ul li.open>a,
header .menu ul li.selected>a {
    color: var(--secondary);
}

header .menu ul li h2:hover span::after {
    background-color: var(--secondary);
}


header .menu .social {
    position: absolute;
    bottom: 37px;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    padding: 15px;
    gap: 26px;
    background-color: white;
    /* box-shadow: 0px 15px 27px 0 rgba(100, 100, 100, 0.4); */
}

header .menu .social a i {
    font-size: 22px;
    color: var(--secondary);
    transition: var(--transition);
}

header .menu .social a:hover i {
    color: var(--darkblue);
}



@media(max-width: 992px) {
    header .header-left-container .logo {
        width: 220px;
    }

    header .header-left-container .logo::before {
        -webkit-mask-image: url(/assets/img/logo/logo-mobile.svg);
        mask-image: url(/assets/img/logo/logo-mobile.svg);
    }
}

@media(max-width: 768px) {

    header {
        top: 39px;
        padding: 14px 20px;
    }

    header .header-left-container .logo {
        width: 134px;
        height: 30px;
    }

    header .header-right-container {
        gap: 16px;
    }

    header .header-right-container .sizes {
        font-size: 10px;
    }

    header .header-right-container .sizes .less span,
    header .header-right-container .sizes .more span {
        font-size: 14px;
    }

    header .header-right-container .button {
        margin: 0px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        justify-content: center;
        color: var(--white);
        padding: 14px 19px;
        z-index: 1;
    }

    header .header-right-container .button::before {
        background-color: #6c7e4e;
        border-radius: 0;
    }

    header.fixed .header-right-container .button::before {
        background-color: #6c7e4e;
    }

    header .header-right-container .button:hover::before {
        transform: scale(1);
        background-color: #6c7e4e;
    }

    header .menu .menu-section {
        width: 100%;
        padding: 14px 18px;
    }

    header .menu .button,
    header .header-right-container .select-wrapper {
        display: none;
    }

    header .header-right-container .menu-toggle {
        margin: 0px;
    }

    header .select-wrapper.mobile {
        display: flex;
        z-index: 2;
        min-width: 61px;
    }

    header .select-wrapper .custom-select .placeholder {
        padding: 10px 0px 9px 15px;
        border-radius: 15px;

    }

    header .select-wrapper .custom-select.isSelected>.placeholder,
    header .select-wrapper.mobile .custom-select.isSelected.open>div {
        background-color: #f7f4ef;
        color: var(--secondary);

    }

    header .custom-select:not(.has-reset) .placeholder::before {
        background-color: var(--secondary);
        right: 15px;
        width: 9px;
        height: 5px;
    }

    header .custom-select .options>div {
        color: var(--secondary);
    }

    header .select-wrapper .custom-select.isSelected.open>.placeholder {
        border-radius: 15px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    header .menu .menu-top-section .search-form input {
        height: 30px;
        font-size: 0.688rem;
        max-width: 250px;
        width: 180px;
        padding: 9px 15px;
    }

    header .menu .menu-top-section .search-form button {
        width: 30px;
        height: 30px;
        right: 10px;
        display: flex;
        align-items: center;
    }

    header .menu .menu-top-section .search-form button::before {
        overflow: visible;
        content: "";
        position: absolute;
        width: 11px;
        height: 11px;
        inset: 0;
        margin: auto;
    }

    header .menu .close {
        width: 30px;
        height: 30px;
    }

    header .menu .close span {
        left: unset;
        width: 19px;
    }

    header .menu ul li a {
        line-height: 2.09;
    }

    header .menu ul li ul li a {
        line-height: 1.71;
    }
}


footer {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
}

footer .newsletter>div {
    background-color: #91997e;
    padding: 25px 112px 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
}

footer .newsletter>img {
    height: auto;
}

footer .newsletter>div .shield {
    max-width: 100px;
    height: 92px;
}

footer .newsletter>div>a {
    font-size: 2.5rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.4px;
    text-align: right;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 20px;
}

footer .newsletter>div>a>span {
    min-width: 29px;
    min-height: 20px;
    width: 29px;
    height: 20px;
    background-color: var(--white);
    mask-image: url(/assets/img/svg/button-arrow.svg);
    -webkit-mask-image: url(/assets/img/svg/button-arrow.svg);
    display: block;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    transition: var(--transition);
}

footer .newsletter>div>a:hover>span {
    transform: translateX(5px) scale(1.3);
}

footer>div:last-of-type {
    background-color: #91997e;

}

footer>div:last-of-type .middle-content {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding-bottom: 80px;
    align-items: flex-end;
    padding: 0 112px 80px;
}

footer>div:last-of-type .middle-content .footer-contacts {
    display: flex;
    gap: 75px;
}

footer>div:last-of-type .middle-content .footer-contacts>div>p:last-of-type {
    margin-bottom: 0;
}

footer>div:last-of-type .middle-content .footer-contacts>div>p:first-of-type {
    margin-top: 0;
}

footer>div:last-of-type .middle-content .footer-contacts p {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;

}

footer>div:last-of-type .middle-content .footer-contacts p b {
    font-weight: 600;
    text-transform: uppercase;
}

footer>div:last-of-type .middle-content .footer-contacts p,
footer>div:last-of-type .middle-content .footer-socials .fa-brands:before,
footer>div:last-of-type .middle-content .footer-contacts p small,
footer>div:last-of-type .middle-content .footer-socials a {
    color: var(--white);
}

footer>div:last-of-type .bottom-footer div a:hover,
footer>div:last-of-type .middle-content .footer-socials a:hover,
footer>div:last-of-type .middle-content .footer-contacts p a:hover {
    color: #ffffff;
}

footer>div:last-of-type .middle-content .footer-contacts p small {
    font-size: 0.75rem;
}

footer>div:last-of-type .middle-content .footer-socials {
    display: flex;
    gap: 32px;
}

footer>div:last-of-type .middle-content .footer-socials a {
    font-size: 1.188rem;
}

footer>div:last-of-type .middle-content .footer-socials .fa-brands {
    font-size: 1.25rem;
    transition: var(--transition);
}

footer>div:last-of-type .middle-content .footer-socials .fa-brands:hover {
    transform: scale(1.10);
}

footer>div:last-of-type .bottom-footer {
    padding: 35px 112px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    background-color: #373e37;
}

footer>div:last-of-type .bottom-footer div {
    color: var(--white);
    font-size: 0.875rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    display: flex;
    gap: 5px;
}

footer>div:last-of-type .bottom-footer div:first-of-type {
    gap: 20px;
}

footer>div:last-of-type .middle-content .footer-contacts a.newsletter {
    display: none;
}

@media(max-width: 768px) {
    footer>div:last-of-type .middle-content {
        padding: 0 20px 50px;
    }

    footer .newsletter>div {
        justify-content: center;
    }


    footer>div:last-of-type .middle-content .footer-contacts,
    footer>div:last-of-type .middle-content,
    footer>div:last-of-type .bottom-footer,
    footer>div:last-of-type .bottom-footer>div:first-of-type {
        flex-direction: column;
        align-items: center;
        padding-inline: 20px;
    }

    footer>div:last-of-type .bottom-footer div:first-of-type {
        gap: 5px;
    }

    footer>div:last-of-type .middle-content .footer-contacts {
        gap: 30px;
        padding-inline: 0;
    }

    footer>div:last-of-type .middle-content .footer-contacts p:first-of-type {
        padding-top: 0;
    }

    footer>div:last-of-type .middle-content .footer-contacts p {
        text-align: center;
    }

    footer .newsletter>div .shield {
        max-width: 80px;
        height: 73px;
    }

    footer .newsletter>div>a {
        display: none;
    }

    footer>div:last-of-type .middle-content .footer-contacts a.newsletter {
        font-size: 1.846rem;
        font-weight: 300;
        line-height: 1.25;
        letter-spacing: -0.24;
        text-align: center;
        color: #ebe2d3;
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 10px 0 25px;
    }

    footer>div:last-of-type .middle-content .footer-contacts a>span {
        min-width: 17px;
        min-height: 12px;
        width: 17px;
        height: 12px;
        background-color: var(--white);
        mask-image: url(/assets/img/svg/button-arrow.svg);
        -webkit-mask-image: url(/assets/img/svg/button-arrow.svg);
        display: block;
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: cover;
        mask-size: cover;
        transition: var(--transition);
    }
}

/*********************/
/*******BANNER********/
/*********************/

.banner {
    text-align: center;
    position: relative;
    isolation: isolate;
}

.banner:not(.no-img) .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner .container div>img {
    width: 100%;
    position: relative;
    height: 160px;
    object-fit: contain;
    object-position: center;
}

.banner .image::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
    background-image:
        linear-gradient(to bottom, #838383, #ececec),
        linear-gradient(to top, #838383, #ececec);

}

/* 
.banner:not(.no-img) .container {
    position: relative;
    padding-top: 212px;
    padding-bottom: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
} */

body .banner .container ul {
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    line-height: 1.5;
}

body .banner .container ul li {
    font-size: 0.563rem;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.88px;
}

body .banner .container ul li a:hover {
    color: rgba(255, 255, 255, 0.5);
}

body .banner.no-img .container ul li:has(+ li)::after {
    padding-left: .7em;
    padding-right: .7em;
    color: #a5a4a4;
}

.banner .container>div {
    position: relative;
    width: 100%;
    height: 160px;
    margin-top: 50px;
}

.banner .container>div.details {
    height: unset;
}

.place .banner .container>div.details {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    padding-top: 17px;
    text-transform: uppercase;
}

.place .banner .container>div.details>a:first-of-type {
    font-size: 0.813rem;
    font-weight: bold;
    line-height: 1.38;
    letter-spacing: 0.65px;
    text-align: left;
    color: var(--primary);
}

.place .banner .container>div.details a.location {
    display: flex;
    gap: 10px;
    text-transform: none;
}

.banner.no-img {
    padding-top: 146px;
    margin-top: 0;
}

.place .banner.no-img {
    margin-top: 50px;
}

.banner.no-img .image::after {
    background-color: var(--transparent);
}

.banner.no-img .container ul li a {
    color: var(--primary);
}

body .banner.no-img .container ul li a:hover {
    color: var(--secondary);
}

.banner.no-img .container h1 {
    max-width: 1020px;
    margin-inline: auto;
    margin-top: 17px;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.4px;
    text-align: center;
    color: #373e37;
}

.place .banner.no-img .container h1 {
    text-align: left;
    margin-inline: 0;
}

.banner .container h1+span,
.banner .container h1>span {
    display: block;
    font-size: 1.875rem;
    font-weight: 500;
    color: var(--secondary);
    margin-top: 22px;
    order: 1;
}

.banner .container h1+span p {
    margin: 0;
}

.banner .container h1>span>span {
    display: inline-block;
    width: 0;
    font-size: 0;
}



.banner .container h1+span.icon {
    width: 65px;
    height: 50px;
    background-image: linear-gradient(to left, white, white);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: block;
    margin-top: 25px;
}


.banner:not(.no-img) .container:has(h1 + span.icon) {
    padding-bottom: 50px;
}

@media(max-width: 768px) {

    .banner:not(.no-img) .container {
        padding-top: 175px;
        padding-bottom: 54px;
        min-height: unset;
    }

    .banner.no-img {
        padding-top: 50px;
        margin-top: 85px;
    }

    .banner .container>div {
        height: 100px;
    }

    .banner .container div>img {
        height: 100%;
    }

    .banner.no-img .container h1 {
        font-size: 1.846rem;
        font-weight: normal;
        line-height: 1.25;
        letter-spacing: 0.24px;
        text-align: center;
        color: #373e37;
        margin-top: 15px;
    }

    .banner .container h1+span a {
        font-size: 1.125rem;
    }

    .banner .container h1+span,
    .banner .container h1>span {
        display: block;
        font-size: 1.125rem;
        margin-top: 22px;
    }

    .thank-you .banner.no-img img {
        width: 200px;
    }

    .thank-you .banner.no-img h2 {
        font-size: 1.875rem;
        line-height: 1.1;
    }

    .thank-you .banner.no-img p {
        font-size: 1.35rem;
    }

    .banner.no-img .container {
        margin-top: 44px
    }

    .banner .container>div {
        margin-top: 20px;
    }


}

@media(max-width: 768px) {

    .content .banner::after {
        width: 129vw;
        right: -60vw;
        height: 121vw;
        bottom: -100vw;
    }

    .template>.featured .button::after {
        top: -1px;
    }
}


@media(min-width: 768px) {

    .banner:not(.no-img) .mobile_image {
        display: none;
    }
}

/**************/
/***** BLOG *****/
/**************/

.content.blog #blog {
    margin-top: 80px;
}

.content.blog .container {
    max-width: 1260px;
}

.row:has(.blog-article) {
    --gap-h: 30px;
    --gap-v: 66px;
    justify-content: center;
}

.blog-article .img-blog {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 30px;
    font-size: 0;
    isolation: isolate;
    transform: translateZ(0)
}

.blog-article .img-blog img {
    width: 100%;
    transition: var(--transition);
    height: auto;
}

.blog-article .img-blog:hover img {
    transform: scale(1.10);
}

.blog-article .blog-bot-content {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    justify-content: start;
}

.blog-article .blog-bot-content span {
    text-align: left;
    color: #c9caca;
    display: flex;
    gap: 12px;
    font-size: 0.813rem;
    font-weight: 600;
    line-height: 1.38;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    justify-content: flex-start;
}

.blog-article .blog-bot-content>a h2,
.blog-article .blog-bot-content>a {
    color: var(--black);
    margin-top: 8px;
    transition: var(--transition);
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: -0.28px;
    text-align: start;
    margin-bottom: 0;
    max-width: 520px;
}

.blog-article .blog-bot-content>a h2:hover,
.blog-article .blog-bot-content>a:hover {
    color: var(--primary);
}

.blog-article .blog-bot-content span>a {
    color: var(--primary);
}

.blog-article .blog-bot-content span>a:hover {
    color: var(--primary);
}

.filter-container .custom-select {
    height: auto;
    padding: 0;
    background: initial;
    border: 0;
    border-radius: 0;
    min-width: 250px;
}

.filter-container .custom-select .placeholder {
    border: 2px solid #f0f0f0;
    border-radius: 28px;
    padding: 13.5px 0 14.5px;
    padding-left: 21px;
    color: var(--black);
    cursor: pointer;
    z-index: 3;
    background-color: white;
    line-height: 1.43;
}

.filter-container .custom-select .placeholder,
.listing .filter-form .filter-input::placeholder {
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 300;
    text-align: left;
    color: var(--black);
}

.filter-container .custom-select .placeholder {
    background-color: white;
    text-transform: none;
}

.filter-container .custom-select.open .placeholder {
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.filter-container .custom-select .options-wrapper {
    border-left: 2px solid #f0f0f0;
    border-right: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 0px;
    padding-bottom: 10px;
    top: 20px;
    padding-right: 0;
    padding-left: 22px;
    margin-top: -3px;
    font-size: 1rem;
}

.filter-container .custom-select.has-reset .placeholder>div.reset {
    width: 7px;
    height: 20px;
    right: 21px;
    top: 0;
    overflow: visible;
}

.filter-container .custom-select.has-reset .placeholder>div.reset::before,
.filter-container .custom-select.has-reset .placeholder>div.reset::after {
    width: 8px;
    bottom: auto;
    height: 2px;
    transition: all .2s ease-in-out;
    background-color: var(--primary);
}

.filter-container .custom-select:not(.has-reset) .placeholder::before {
    right: 21px;
    border-right: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary);
}

.filter-container .custom-select.not-filled+.custom-select .placeholder {
    border-color: var(--warning);
}

.filter-container .custom-select.not-filled+.custom-select .options-wrapper {
    border-left: 2px solid var(--warning);
    border-right: 2px solid var(--warning);
    border-bottom: 2px solid var(--warning);
}

.filter-container .custom-select.has-reset .placeholder>div.reset::before {
    border-radius: 1px;
    transform-origin: 50%;
    left: -2px;
    transform: translateX(-25%) rotate(45deg) scaleX(0.9);
    top: 9px;
}

.filter-container .custom-select.has-reset .placeholder>div.reset::after {
    border-radius: 1px;
    transform-origin: 50%;
    transform: translateX(25%) rotate(-45deg) scaleX(0.9);
    top: 9px;
}

.filter-container .custom-select.has-reset.isSelected .placeholder>div.reset::before {
    transform: translateX(1px) rotate(45deg) scaleX(1.4);
    background-color: var(--primary);
}

.filter-container .custom-select.has-reset.isSelected .placeholder>div.reset::after {
    transform: translateX(0) rotate(-45deg) scaleX(1.4);
    background-color: var(--primary);
}

.filter-container .custom-select.has-reset.isSelected .placeholder>div.reset {
    height: 22px;
}

.filter-container .custom-select.has-reset.isSelected .placeholder>div.reset::after,
.filter-container .custom-select.has-reset.isSelected .placeholder>div.reset::before {
    height: 2px;
    width: 9px;
}

.filter-container .custom-select .options {
    padding: 0;
    overflow: auto;
}

.filter-container .custom-select.open .options-wrapper,
.filter-container .custom-select.open .options {
    max-height: 250px;
    opacity: 1;
    top: 50px;
    /* text-transform: capitalize; */
    /* z-index: 3; */
}

.filter-container .custom-select .options>div {
    padding: 5px 0;
    color: var(--black);
    font-weight: 300;
}

.filter-container .custom-select .options>div:hover {
    color: var(--primary);
}

.filter-container .custom-select.isSelected .placeholder {
    border-color: var(--primary);
}

.filter-container .custom-select.isSelected.open .placeholder {
    border-bottom: 2px solid #3e976500;
}

.filter-container .custom-select.isSelected.open .options-wrapper {
    border-color: var(--primary);
}

.custom-select.open+label {
    z-index: 3;
}

@media (max-width: 992px) {

    .row:has(.blog-article) {
        --gap-h: 30px;
        --gap-v: 40px;
    }
}

.apply-mobile {
    display: none;
}

.filter-container .mobile-close {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 18px;
    right: 20px;
}

.filter-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 80px;
    position: relative;
}

.filter-container .input-wrapper {
    max-width: 250px;
    width: 100%;
}


.input-wrapper {
    position: relative;
}


.input-wrapper label {
    position: absolute;
    left: 22px;
    top: 14px;
    transition: var(--transition);
    z-index: 1;
    font-size: 1rem;
    line-height: 1.75;
    text-align: left;
    color: #373e37;
    opacity: 1;
    pointer-events: none;
}

input:focus+label,
textarea:focus+label,
.input-wrapper.filled label,
.input-wrapper.filled input:focus+label,
.input-wrapper.filled textarea:focus+label,
.input-wrapper.filled input:not(:focus)+label,
.filter-container .input-wrapper:has(.isSelected)+label,
.input-wrapper.filled textarea:not(:focus)+label {
    top: -10px;
    left: 18px;
    font-size: 0.688rem;
    color: var(--primary);
    font-weight: normal;
    border-radius: 10px;
    background: linear-gradient(to top, white, #f6f1e8);
    padding: 1px 6px;
    z-index: 2;
    opacity: 1;
}

.filter-container .input-wrapper:has(.filled)+label {
    background: white;
}

.input-wrapper.filled label {
    z-index: 3;
}

.filter-container.open .input-wrapper label {
    z-index: 2;
}

.filter-container .input-wrapper.filled label {
    background: white;
    z-index: 1;
}

.input-wrapper.filled .listing .clear-btn {
    display: none;
    font-size: 0.688rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    color: #c4c3c3;
    margin-top: 30px;
    display: flex;
    justify-content: end;
    align-items: center;
    position: absolute;
    right: 70px;
    bottom: 10px;
}

.listing .clear-btn::before {
    content: "\00D7";
    font-size: 1rem;
    padding-right: 9px;
}

.listing .filter-form {
    margin-top: 0;
    position: relative;
}

.listing .filter-form .filter-input {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 22px;
    width: 100%;
    font-size: 1rem;
    text-align: left;
    color: #373e37;
    outline: none;
    border-radius: 100px;
    position: relative;
    min-width: 380px;
    border: 2px solid #f0f0f0;
    font-family: var(--font-family);
    transition: var(--transition);
}

.listing .filter-form .filter-input.has-value {
    border: 2px solid var(--primary);

}

.listing .filter-form span {
    right: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 15px;
    height: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listing .filter-form span::after {
    content: "";
    margin: auto;
    position: absolute;
    width: 15px;
    height: 15px;
    -webkit-mask-image: url(/assets/img/svg/search.svg);
    mask-image: url(/assets/img/svg/search.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--primary);
    transition: var(--transition);
    opacity: 1;
}

.listing .filter-form span::before {
    content: "";
    margin: auto;
    position: absolute;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--primary);
    transition: var(--transition);
    width: 10px;
    height: 10px;
    -webkit-mask-image: url(/assets/img/svg/close-search.svg);
    mask-image: url(/assets/img/svg/close-search.svg);
    opacity: 0;
}

.listing .filter-form:has(.has-value) span::before {
    opacity: 1;
}

.listing .filter-form:has(.has-value) span::after {
    opacity: 0;
}

.mobile-close,
.filter-button,
.apply-mobile {
    display: none;
}

@media(max-width: 1024px) {

    .listing .filter-form {
        width: 100%;
    }

    .filter-container .input-wrapper+.input-wrapper .custom-select {
        min-width: 200px;
    }

    .listing .filter-form .filter-input {
        min-width: unset;
        max-width: 100%;
    }
}

@media (max-width: 769px) {


    .content.blog #blog {
        margin-top: 20px;
    }

    .row:has(.blog-article) {
        --gap-h: 30px;
        --gap-v: 33px;
        margin-top: 20px;
    }

    .blog-article {
        max-width: 100%;
    }

    .blog .template .listing .container .items {
        margin-top: 14px;
    }

    .blog-article .blog-bot-content {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        justify-content: center;
    }

    .blog-article .blog-bot-content span {
        font-size: 0.769rem;
        margin-inline: auto;
    }

    .blog-article .blog-bot-content>a {
        font-size: 1.692rem;
        line-height: 1.27;
        letter-spacing: -0.22px;
        margin-top: 0.769rem;
        text-align: center;
        margin-inline: auto;
    }

    .filter-button {
        display: inline-flex;
        padding: 9px 14px 8px;
        color: #ffffff;
        gap: 5px;
        align-items: center;
        border-radius: 15px;
        background-color: var(--primary);
        font-size: 0.769rem;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: 0.5px;
        text-align: left;
    }

    .filter-button:before {
        content: "";
        width: 11px;
        height: 11px;
        -webkit-mask-image: url(/assets/img/svg/filter_btn_mobile.svg);
        mask-image: url(/assets/img/svg/filter_btn_mobile.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        background-color: #ffffff;
        pointer-events: none;
    }

    .filter-container {
        display: flex;
        justify-content: flex-start;
        gap: 10px;
        margin-bottom: 80px;
        flex-direction: column;
        position: fixed;
        background: white;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 20;
        margin: 0;
        padding: 20px;
        padding-top: 85px;
        transition: var(--transition);
        transform: translatex(100%);
        gap: 20px;
    }

    .filter-container .input-wrapper,
    .filter-container .custom-select {
        max-width: 244px;
        min-width: 244px;
    }

    .filter-container .custom-select .placeholder {
        padding-block: 10px;
    }

    .listing .filter-form span {
        right: -100%;
    }

    .listing .filter-container.open .filter-form span {
        right: 21px;
    }

    .listing .filter-form .filter-input {
        min-width: 244px;
    }

    .filter-container.open {
        max-width: 91%;
        transform: translateY(0%);
    }

    body:has(.filter-container.open) header::before {
        opacity: .8;
        pointer-events: auto;
        z-index: 1;
    }

    .listing .filter-form .filter-input {
        padding-top: 10px;
        padding-bottom: 9px;
        font-size: 1rem;
    }

    .listing .filter-form span::after,
    .listing .filter-form span {
        width: 13px;
        height: 13px;
    }

    .input-wrapper label {
        font-size: 1rem;
        top: 9px;
        z-index: 1;
    }

    .filter-container .custom-select.has-reset .placeholder,
    .listing .filter-form .filter-input::placeholder {
        font-size: 1rem;
    }

    .filter-container .input-wrapper .custom-select.open+label {
        z-index: 3;
    }

    .filter-container .input-wrapper .custom-select.open+label {
        z-index: 3;
    }

    .apply-mobile {
        display: block;
    }

    .apply-mobile .button {
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 0.846rem;
    }

    .apply-mobile .button::after {
        content: "";
        -webkit-mask-image: url(/assets/img/svg/button-arrow.svg);
        mask-image: url(/assets/img/svg/button-arrow.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        background-color: var(--white);
        width: 15px;
        height: 11px;
        display: inline-block;
        transition: var(--transition);
    }

    .apply-mobile .button span {
        pointer-events: none;
    }

    .filter-container .custom-select.open .options-wrapper,
    .filter-container .custom-select.open .options {
        top: 42px;
    }

    .filter-container.open .mobile-close {
        display: block;
    }

    .filter-container .mobile-close span {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 16px;
        height: 2px;
        background-color: #1f3839;
        border-radius: 2px;
        transition: var(--transition);
        transform: rotate(45deg);
        pointer-events: none;
    }

    .filter-container .mobile-close span:last-child {
        transform: rotate(-45deg);

    }

    .filter-container .custom-select.not-filled+.custom-select .placeholder {
        margin-bottom: 5px;
    }
}

.article .banner .blog-article-desc {
    margin-top: 22px;
}

.article .banner .blog-article-desc>div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.article .banner .blog-article-desc>div>* {
    font-size: 1.077rem;
    font-weight: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: var(--secondary);
}

.article .banner .blog-article-desc>div>a:hover {
    color: #1f3839;
}

.article .banner .blog-article-desc>div>span {
    color: #c9caca;
}

.article .banner+.template {
    margin-top: 25px;
}

.pagination-wrapper {
    margin: 70px auto 0;
    max-width: 1020px;
    padding: 0 20px;
}

.pagination {
    padding: 0 0 60px;
    mix-blend-mode: multiply;
}

body.article .pagination {
    border-bottom: 2px solid #f5f5f5;
}

body.article .pagination ul li {
    color: var(--primary);
    font-size: 0.875rem;
    font-weight: 500;
}

.pagination ul {
    margin: auto;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.pagination ul li {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: var(--secondary);
    font-size: 1rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    line-height: 1;
    transition: var(--transition);
    display: flex;
    align-items: center;
}

.pagination ul li.disabled,
.pagination ul li:hover {
    opacity: 0.6;
}

.pagination ul li.disabled {
    cursor: default;
    pointer-events: none;
}

.related-section {
    margin-top: 70px;
}

.place .related-section {
    margin-top: 110px;
}

.place .related-section>div {
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    align-items: center;
    padding-inline: 20px;
}

.related-section h2 {
    font-size: 2.5rem;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    display: block;
    line-height: 1.25;
    letter-spacing: normal;
    color: #373e37;
}

@media(max-width: 767px) {


    .template:has(.blog-article) {
        margin-top: 20px;
    }

    .article .banner .blog-article-desc>div>* {
        font-size: 1rem;
    }

    .article .banner .blog-article-desc {
        margin-top: 15px;
    }

    .listing .filter-form .filter-input {
        min-width: unset;
    }

    .article .banner+.template>.template-module:first-of-type:has(img) .container {
        padding: 0;
        padding-inline: 20px;
    }

    /* .article .banner+.template>.template-module:first-of-type:has(img) .container img {
        border-radius: 0px;
    } */

    .pagination-wrapper {
        margin-top: 48px;
    }

    .pagination {
        padding: 0 0 30px;
    }

    .pagination ul li {
        font-size: 0.923rem;
        letter-spacing: 0.6px;
    }

    .related-section {
        margin-top: 40px;
    }

    .related-section h2 {
        font-size: 2.154rem;
        font-weight: 400;
        line-height: 1.09;
        letter-spacing: -0.28px;
        text-align: center;
        color: #1f3839;
        margin-bottom: 33px;

    }

    .related-section .row:has(.blog-article) {
        --gap-v: 30px;
    }
}

@media(min-width: 767px) {
    .article .banner+.template {
        margin-top: 35px;
    }
}

/*****************/
/*****ARTICLE*****/
/*****************/

body.article {
    background-color: #ffffff;
}

/* 
body.article::before {
    content: "";
    position: absolute;
    widtH: 125vw;
    height: 100%;
    inset: 0;
    mask-image: url(/assets/img/svg/article_header_svg.svg);
    -webkit-mask-image: url(/assets/img/svg/article_header_svg.svg);
    background-color: #fbf9f6;
    opacity: 1;
    top: -400px;
    left: 0;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: cover;
    -webkit-mask-size: cover;
} */

.container.blog {
    margin-top: 0px;
}

.container.blog .details {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    padding-top: 0;
    gap: 10px;
    border-top: unset;
    font-size: 0.813rem;
    line-height: 1.38;
    letter-spacing: 0.65px;
    font-weight: 600;
    text-transform: uppercase;
}

body.article .template h3 {
    color: var(--primary);
}

body.article .related-section .container {
    position: relative;
    width: 100%;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1260px;
}

.img-fullscreen {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    margin: auto;
    display: flex;
    gap: 0;
    z-index: 20;
    align-items: center;
    justify-content: center;
}


.img-fullscreen::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 100vh;
    margin: auto;
    background-color: var(--black);
    opacity: 0.8
}

.img-fullscreen>div:first-of-type {
    display: flex;
    z-index: 1;
    gap: 15px;
    widtH: auto;
    justify-content: center;
    margin-left: 20px
}

.img-fullscreen>div:first-of-type>div {
    margin-block: auto;
}

.img-fullscreen span.close-btn::before,
.img-fullscreen span.close-btn::after {
    content: "";
    height: 3px;
    width: 32px;
    background-color: var(--white);
    position: absolute;
    top: 22px;
    left: -4px;
    right: 0;
    bottom: 0;
    display: block;
}

.img-fullscreen span.close-btn::before {
    transform: rotate(45deg);
    top: 13px;
}

.img-fullscreen span.close-btn::after {
    transform: rotate(-45deg);
    top: 13px;
}

.img-fullscreen>div.navigation {
    display: flex;
    z-index: 1;
    pointer-events: all;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    margin: auto;
    width: calc(100% - 224px);
    padding-inline: 0;
    max-widtH: 100%;
    position: fixed;
    padding-left: unset;
    padding: 20px 0;
}

.img-fullscreen>div.navigation span:first-of-type::before,
.img-fullscreen>div.navigation span:last-of-type::before {
    content: "";
    position: absolute;
    pointer-events: auto;
    inset: 0;
    width: 100%;
    height: 100%;
    mask-image: url(/assets/img/template/caret_slide.svg);
    -webkit-mask-image: url(/assets/img/template/caret_slide.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-color: #ffffff;
    transition: var(--transition);
}

.img-fullscreen>div.navigation span:last-of-type::before {
    transform: rotate(-180deg);
}

.img-fullscreen>div.navigation span {
    min-width: 24px;
    height: 50px;
    position: relative;
    cursor: pointer
}

.img-fullscreen>div.navigation span.disabled {
    opacity: 0.2;
    /* pointer-events: none; */
}

.img-fullscreen .close-btn {
    position: relative;
    display: block;
    widtH: 20px;
    height: 20px;
    cursor: pointer;
}

.place.content .banner .container {
    max-width: 1240px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

@media(max-width: 1250px) {

    .img-fullscreen>div.navigation {
        width: calc(100% - 60px);
    }

    .img-fullscreen>div.navigation span {
        min-width: 8px;
        height: 18px;
    }
}

@media(max-widtH: 1190px) {
    .img-fullscreen img {
        max-height: 650px;
    }
}

@media(max-width: 1024px) {
    div.img-fullscreen>div:first-of-type {
        margin: 20px;
        flex-direction: column-reverse;
        align-items: end;
        gap: 15px;
    }

    .project .content section>div:first-of-type>div:first-of-type>.list .button::after {
        width: 25px;
        heighT: 10px;
        top: -1px;
    }

    .img-fullscreen span.close-btn {
        height: 17px;
        min-width: 11px;
    }

    .img-fullscreen span::before,
    .img-fullscreen span::after {
        width: 13px;
        height: 2px;
        left: -1px;
        top: 7px;
    }

    .img-fullscreen img {
        max-height: 500px;
    }

    .content.page-404 p {
        font-size: 0.938rem;
        padding-inline: 30px;
    }

    .content .radio-wrapper p,
    .content.page-404 p {
        padding-inline: 0px;
    }

    .iframe-fullscreen {
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        z-index: 30;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width: 767px) {
    /* body.article::before {
        content: "";
        position: absolute;
        widtH: 100%;
        height: 100%;
        inset: 0;
        mask-image: url(/assets/img/svg/article_header_svg.svg);
        -webkit-mask-image: url(/assets/img/svg/article_header_svg.svg);
        background-color: #fbf9f6;
        opacity: 1;
        top: -450px;
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-position: center;
        mask-size: cover;
        -webkit-mask-size: cover;
    } */

    .content .pageMask {
        top: 9%;
        left: -50%;
        width: 200%;
    }

    .container.blog {
        margin-top: 50px;
    }
}

@media(min-width: 768px) {

    .place.container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-width: 1240px;
        margin-top: 55px;
    }

    .place.container.map-gallery {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 1260px;
    }

    .place.banner.no-img .container h1 {
        text-align: left;
        margin-inline: unset;
    }
}

/**********************/
/*****JOUNEYS PAGE*****/
/**********************/

.journeys .wrapper,
.accomodation .wrapper,
.luxury .wrapper {
    width: 100%;
    padding-left: 100px;
    padding-right: 140px;
    display: flex;
    gap: 64px;
    margin-top: 106px;
    max-width: 1440px;
    margin-inline: auto;
}

.journeys .wrapper .filters,
.accomodation .wrapper .filters {
    display: flex;
    flex-direction: column;
    gap: 0px;
    max-width: 250px;
    min-width: 250px;
    position: relative;
    height: 100%;
    margin-top: -10px;
}

.journeys .wrapper .list,
.accomodation .wrapper .list {
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: flex-start;
    max-width: 890px;
}

.accomodation .wrapper .list {
    width: 100%;
}

.journeys .wrapper .list>div:first-of-type,
.accomodation .wrapper .list>div:first-of-type {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    min-height: 30px;
    align-items: center;
    margin-top: -4px;
}

.journeys .wrapper .list>div>span,
.accomodation .wrapper .list>div>span {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.43;
    text-align: right;
    color: #373e37;
    min-width: 70px;
}

.journeys .wrapper .list>div>.filters-btn,
.accomodation .wrapper .list>div>.filters-btn {
    display: none;
}

.journeys .wrapper .list .selected-filters,
.accomodation .wrapper .list .selected-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.journeys .wrapper .filters .options-wrapper,
.accomodation .wrapper .filters .options-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    transition: var(--transition);
}

.accomodation .wrapper .filters .options-wrapper {
    justify-content: start;
}

.options-wrapper .checkbox-wrapper,
.filters .options-wrapper .checkbox-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 15px;
}

.journeys .wrapper .filters .options-wrapper .checkbox-wrapper,
.accomodation .wrapper .filters .options-wrapper .checkbox-wrapper {
    position: relative;
}

.journeys .wrapper .filters .options-wrapper.closed .checkbox-wrapper,
.accomodation .wrapper .filters .options-wrapper.closed .checkbox-wrapper {
    position: absolute;
}

.accomodation .wrapper .filters .options-wrapper.closed .checkbox-wrapper {
    position: relative;
}

.journeys .wrapper .filters .options-wrapper.closed,
.accomodation .wrapper .filters .options-wrapper.closed {
    margin-top: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

.journeys .wrapper .filters .options-wrapper label,
.accomodation .wrapper .filters .options-wrapper label {
    position: relative;
    transition: var(--transition);
    top: unset;
    left: unset;
    font-weight: 300;
    line-height: 1.75;
    text-align: left;
    color: #656565;
    min-width: 20px;
    height: 20px;
    border: 2px solid #f0f0f0;
    border-radius: 5px;
}

.journeys .wrapper .filters .options-wrapper p,
.accomodation .wrapper .filters .options-wrapper p {
    font-size: 1rem;
    margin-block: 0;
    font-weight: 300;
    line-height: 1.9;
    text-align: left;
    color: #656565;
}

.journeys .card,
.accomodation .card {
    min-width: calc(50% - 15px);
    max-width: calc(50% - 15px);
}

.journeys .filters .item,
.accomodation .filters .item {
    padding-block: 25px;
}

.journeys .filters .item:not(:first-of-type),
.accomodation .filters .item:not(:first-of-type) {
    border-bottom: 1px solid #ebeaea;
    position: relative;
}

.journeys .filters .item:not(:first-of-type).first,
.accomodation .filters .item:not(:first-of-type).first {
    padding-top: 0;
    gap: 10px;
    margin-top: 38px;
}

.accomodation .filters .item:not(:first-of-type).first {
    margin-top: 10px;
}

.journeys .filters .item .title,
.accomodation .filters .item .title {
    display: flex;
    gap: 20px;
    text-transform: uppercase;
    justify-content: space-between;
    cursor: pointer;
    pointer-events: all;
}

.journeys .filters .item .title span:first-of-type,
.accomodation .filters .item .title span:first-of-type {
    pointer-events: none;
}

.journeys .filters .item .title span:last-of-type,
.accomodation .filters .item .title span:last-of-type {
    width: 19px;
    height: 19px;
    position: relative;
    cursor: pointer;
    pointer-events: none;
}

.journeys .filters .item .title span:last-of-type::before,
.journeys .filters .item .title span:last-of-type::after,
.accomodation .filters .item .title span:last-of-type::before,
.accomodation .filters .item .title span:last-of-type::after {
    content: "";
    position: absolute;
    background-color: var(--primary);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 19px;
    height: 1px;
}

.journeys .filters .item:first-of-type,
.accomodation .filters .item:first-of-type {
    display: flex;
    flex-direction: column;
    gap: 0px;
    border-top: 1px solid var(--transparent);
}

.journeys .filters .item:not(:first-of-type),
.accomodation .filters .item:not(:first-of-type) {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 100%;
}

.journeys .filters .item:not(:first-of-type),
.accomodation .filters .item:not(:first-of-type) {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.journeys .filters .item:last-of-type,
.accomodation .filters .item:last-of-type {
    border-bottom: 1px solid #ebeaea;
}

.journeys .filters .item>a,
.accomodation .filters .item>a {
    font-size: 1.063rem;
    line-height: 1.47;
    text-align: left;
    color: #04030e;
    text-transform: uppercase;
}

.journeys .selected-filters span,
.accomodation .selected-filters span {
    opacity: 1;
    transition: var(--transition);
}

.journeys .selected-filters span.filter-leave,
.accomodation .selected-filters span.filter-leave,
.journeys .selected-filters span.filter-enter,
.accomodation .selected-filters span.filter-enter,
.journeys .selected-filters-mobile span.filter-enter,
.accomodation .selected-filters-mobile span.filter-enter,
.journeys .selected-filters-mobile span.filter-enter,
.accomodation .selected-filters-mobile span.filter-enter {
    opacity: 0;
}

.journeys .filter-btn,
.accomodation .filter-btn {
    display: none;
}

.journeys .filters.form>.selected-filters,
.accomodation .filters.form>.selected-filters {
    display: none;
}

.journeys .filters .item:first-of-type,
.accomodation .filters .item:first-of-type {
    border-top: 1px solid var(--transparent);
}

.form input[type=checkbox]+label {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    left: 0;
    min-width: 24px;
    top: 0px;
    background-color: white;
    border: 2px solid #f0f0f0;
    border-radius: 5px;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    transition: var(--transition);
    z-index: 1;
}

.form input[type=checkbox]+label::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 0.875rem;
    font-weight: bold;
    color: var(--primary);
    line-height: 1;
    width: 11px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2px;
    right: 0;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}


.form input[type=checkbox]:checked+label::before {
    opacity: 1;
}

.journeys .filters.form .close,
.accomodation .filters.form .close,
.journeys .filters.form>button:last-of-type,
.accomodation .filters.form>button:last-of-type {
    display: none;
}

@media(max-width: 1192px) {

    .journeys .wrapper,
    .accomodation .wrapper {
        padding-inline: 20px;
        max-width: 100%;
        gap: 30px;
        margin-top: 50px;
    }

    .journeys .wrapper .list,
    .accomodation .wrapper .list {
        gap: 25px;
    }

    .journeys .wrapper .filters,
    .accomodation .wrapper .filters {
        min-width: 200px;
        max-width: 200px;
    }
}

@media(max-width: 767px) {

    .journeys .wrapper,
    .accomodation .wrapper {
        margin-top: 23px;
    }

    .journeys .wrapper .list,
    .accomodation .wrapper .list {
        gap: 22px;
    }

    .journeys .filters.form,
    .accomodation .filters.form {
        width: 100%;
        transition: var(--transition);
        transform: translateY(500%);
        position: fixed;
        inset: 0;
        margin-top: 0;
        padding: 20px;
        background-color: white;
    }

    .journeys .filters .item>span,
    .accomodation .filters .item>span,
    .journeys .filters .item .title,
    .accomodation .filters .item .title {
        font-size: 1.231rem;
    }

    .selected-filters-mobile {
        margin-top: 24px;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        align-items: center;
    }

    .journeys .filters.form>button:last-of-type,
    .accomodation .filters.form>button:last-of-type {
        background-color: var(--primary);
        border-radius: 50px;
        text-align: center;
        display: flex;
        width: 100%;
        padding: 12px;
        color: white;
        border: none;
        margin-top: 30px;
        font-size: 0.885rem;
        text-transform: uppercase;
        font-weight: 500;
        font-family: var(--font-family);
        gap: 9px;
        align-items: center;
        justify-content: center;
    }

    .journeys .filters.form button::after,
    .accomodation .filters.form button::after {
        content: "";
        -webkit-mask-image: url("/assets/img/svg/button-arrow.svg");
        mask-image: url("/assets/img/svg/button-arrow.svg");
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        background-color: var(--white);
        width: 19px;
        height: 13px;
        display: inline-block;
        transition: var(--transition);
    }

    .journeys .filters.form button.clear::after,
    .accomodation .filters.form button.clear::after {
        content: none;
    }

    .journeys .filters.form .close,
    .accomodation .filters.form .close {
        display: block;
        position: relative;
        width: 16px;
        height: 16px;
        margin-left: auto;
    }

    .journeys .filters.form .close::before,
    .accomodation .filters.form .close::before {
        content: "";
        position: relative;
        display: block;
        width: 15px;
        height: 15px;
        mask-image: url(/assets/img/svg/filter_close.svg);
        -webkit-mask-image: url(/assets/img/svg/filter_close.svg);
        background-color: var(--black);
        mask-size: contain;
        -webkit-mask-size: contain;
        mask-position: center;
        -webkit-mask-position: center;
        mask-repeat: no-repeat;
    }


    .journeys .filters.form>.selected-filters,
    .accomodation .filters.form>.selected-filters {
        display: block;
    }

    .journeys .card,
    .accomodation .card {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .journeys .wrapper .list,
    .accomodation .wrapper .list {
        max-width: 100%
    }

    .journeys .wrapper .list .selected-filters,
    .accomodation .wrapper .list .selected-filters {
        display: none;
    }

    .journeys .filters.form.open,
    .accomodation .filters.form.open {
        transform: translateY(0%);
        inset: 0;
        width: 100vw;
        height: 100vh;
        min-width: 100vw;
        max-width: 100vw;
        z-index: 10;
        overflow: auto;
    }

    .journeys .selected-filters-mobile span,
    .accomodation .selected-filters-mobile span {
        position: relative;
        text-transform: uppercase;
        margin-top: auto;
        color: white;
        background-color: #373e37;
        font-family: var(--font-family);
        font-size: .615rem;
        font-weight: 500;
        line-height: 1.19;
        letter-spacing: 0.4px;
        padding: 7px 10px 6px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .journeys .selected-filters-mobile,
    .accomodation .selected-filters-mobile {
        gap: 4px;
    }
}

@media(min-width: 1024px) {

    .journeys .filters .item>a:hover,
    .accomodation .filters .item>a:hover {
        color: var(--primary);
    }
}



/********************************/
/********** SWEETALERT **********/
/********************************/

.swal-overlay {
    background-color: rgba(0, 0, 0, .88);
}

.reserved-area .swal-overlay {
    background-color: rgba(0, 0, 0, .68);
}

.swal-modal {
    border-radius: 20px;
    max-width: 600px;
    width: 100%;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
    text-rendering: optimizeLegibility;
}

.swal-icon:first-child {
    margin-top: 80px;
}

.swal-title {
    font-size: 1.75rem;
    font-weight: 300;
    color: black;
    text-transform: uppercase;
}

.swal-icon {
    margin: 0 auto 20px;
    width: 60px;
    height: 60px;
    background-color: #ff0d00;
    box-shadow: none;
    border: 0;
}

.swal-modal.warning .swal-icon {
    background-color: #f8c30d;
}

.swal-icon--success__ring,
.swal-icon.swal-icon--success {
    width: 61px;
    height: 61px;
    background-color: #50a130;
    border-color: #50a130;
    overflow: hidden;
}

.swal-icon .swal-icon--success__hide-corners {
    display: none;
}

.swal-icon--success__line {
    border-radius: 40px;
}

.swal-icon .swal-icon--success__line--tip {
    width: 16px;
    left: 15px;
    top: 36px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-animation: none;
    animation: none;
    background-color: #ffffff;
    z-index: 3;
}

.swal-icon .swal-icon--success__line--long {
    background-color: #ffffff;
    z-index: 3;
    width: 29px;
    right: 9px;
    top: 29px;
    -webkit-animation: none;
    animation: none;
}

.swal-icon--success:after,
.swal-icon--success:before {
    content: none;
}

.swal-icon--warning__body {
    width: 5px;
    height: 30px;
    border-radius: 5px;
}

.swal-icon--warning__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -4px;
    bottom: -11px;
}

.swal-icon--error__line,
.swal-icon--warning .swal-icon--warning__body,
.swal-icon--warning__dot {
    background-color: white;
}

.swal-icon--error__line--left {
    left: 9px;
}

.swal-icon--error__line--right {
    right: 9px;
}

.swal-icon--error__line {
    position: absolute;
    height: 5px;
    width: 43px;
    background-color: white;
    display: block;
    top: 28px;
    border-radius: 2px;
}


.swal-text {
    font-size: 1rem;
    font-weight: 300;
    color: #1a1a1a;
    text-align: left;
    padding: 0 65px;
    max-width: 100%;
    margin-block: 20px;
}

.swal-footer {
    margin: 20px 0 80px;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.swal-button-container {
    margin: 0;
}

.swal-button,
.swal-button:not([disabled]):focus,
.swal-button:not([disabled]):hover {
    display: inline-block;
    padding: 13px 44px;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1rem;
    font-weight: 600;
    color: white;
    line-height: 1;
    position: relative;
    transition: var(--transition);
    border-radius: 50px;
    font-family: var(--font-family);
}

.swal-button::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50px;
    background-color: #ff0d00;
    transition: var(--transition);
    will-change: transform;
    z-index: -1;
    overflow: hidden;
}

.swal-modal:has(.swal-icon--success) .swal-button.swal-button--confirm::before {
    background-color: #50a130;
}

.swal-modal.warning .swal-button.swal-button--confirm::before {
    background-color: #f8c30d;
}


.swal-button.swal-button--cancel::before {
    background-color: white;
    border: solid 2px rgba(178, 177, 177, 0.5);
}


.swal-button:not([disabled]):hover::before {
    transform: scale(1.05);
}

.swal-button.swal-button--cancel {
    color: #b2b1b1 !important;
}


.swal-button:focus {
    outline: none;
    box-shadow: none;
}

/***************************/
/*****CUSTOMIZE JOURNEY*****/
/***************************/