.label-wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}


.more {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s;
    display: block;
}

.more.active {
    max-height: 3000px;
    overflow: hidden;
    display: block;
}

button.read-more-cta.button-text {
    background: transparent;
    color: green;
    padding: 0;
}

.less.hidden {
    display: none;
}

.top-meeting-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.top-meeting-wrapper .default-button {
    padding: 4px 9px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.2px;
}

.prod-upsell-img-wrap {
    max-width: 92px;
}

.faqs-toggle {
    text-align: left;
}

.faqs-toggle {
    text-align: left;
}

.faqs-toggle.active + .faqs-description-wrap {
    max-height: 2000px;
    padding-bottom: 16px;
}

.faqs-toggle + .faqs-description-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0.3s;
    padding-bottom: 0;
}

.faqs-toggle:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 7.59082L9 12.0908L13.5 7.59082' stroke='black' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
    transition: all 0.5s;
    display: block;
}

.faqs-toggle.active:after {
    transform: rotate(180deg);
}

.slider-img-wrap {
    position: relative;
    background: transparent;
}

.slider-img-wrap .icon-wrapper {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    gap: 6px;
    align-items: center;
}

.icon-wrapper {
    display: flex;
    gap: 6px;
    align-items: center;
}

.swiper {
    max-width: 100vw;
    width: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
}

.swiper:has(.swiper-pagination) {
    padding-bottom: 30px;
}

.pdp-hero-wrap .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 6px;
}

.prod-main-hero-content-wrap .slider {
    min-width: 100vw;
}

.lightbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.lightbox > .lb-dataContainer {
    order: -1;
}

.swiper-pagination-bullet-active {
    background: #000000;
}

.swiper.carousel-products:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    max-width: 24%;
}

.swiper.carousel-products:not(.swiper-initialized) .swiper-wrapper {
    gap: 20px;
}

#map {
    height: 100%;
    width: 100%;
    border-radius: 14px;
}

.gmnoprint.gm-style-mtc-bbw,
.gmnoprint,
.gm-style-cc {
    display: none !important;
}

.gm-style-iw-chr {
    position: absolute;
    right: 0;
    top: 0;
}

.gm-style-iw-chr button {

    width: 26px !important;
    height: 32px !important;
}

.gm-style-iw-chr span {
    margin: 2px !important;
}

.marker-content {
    padding: 20px 0 0 0;
}

.marker-content .title {
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    color: #000;
}

.marker-content .timeline {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #444;
}

.tabs-content {
    display: none;
}

.tabs-content.active {
    display: flex;
}

.tab-header .active-bar {
    transition: all 0.5s;
    opacity: 0;
}

.tab-header.active .active-bar {
    opacity: 1;
}


.sticky-bar-link-single .sticky-bar-link-active-bar {
    opacity: 0;
}

.sticky-bar-link-single.w--current .sticky-bar-link-active-bar {
    opacity: 1;
}

.widget-ventrata-replace {
    height: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.widget-ventrata-replace .label-wrapper {
    padding: 20px 16px 10px;
}

.banner-content-wrapper {
    width: 100%;
}

.banner-content-wrapper .image-wrapper:has(:nth-child(2)) > .hero-banner-img:nth-child(2) {
    display: none;
}

@media (max-width: 767px) {
    .nav-logo,
    .nav-logo-symbol {
        width: 56px;
        height: 50px;
    }

    .split-img-points-side-points-list h3 {
        font-size: 24px;
    }

    .search-page .hero-banner-content {
        padding: 10px;
        min-height: auto;
    }

    .banner-hero {
        position: relative;
        width: 100%;
        height: 767px; /* Match the mobile image height */
        overflow: hidden;
    }

    .hero-banner-img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        max-height: 767px;;
        position: absolute;
        top: 0;
        left: 0;
    }

    .banner-content-wrapper .image-wrapper:has(:nth-child(2)) > .hero-banner-img:nth-child(1) {
        display: none;
    }

    .banner-content-wrapper .image-wrapper:has(:nth-child(2)) > .hero-banner-img:nth-child(2) {
        display: block;
    }
}

.banner-content-wrapper .banner-content .container {
    position: relative;
}


.banner-content-wrapper .icon-wrapper {
    position: absolute;
    z-index: 999;
    gap: 4px;
    bottom: 29px;
    right: 0;
    width: fit-content;
}

.banner-content-wrapper.tabs-content {
    opacity: 0;
    transition: opacity 0.2s;
    max-height: 0;
    display: flex;
    overflow: hidden;
}

.banner-content-wrapper.tabs-content.active {
    opacity: 1;
    max-height: 2000px;
    overflow: auto;
}

.banner.tabs-wraper {
    grid-row-gap: 0;
}

.seasons-switch-default.active > img:not(.white) {
    display: block;
}

.seasons-switch-default > img {
    display: none;
}

.seasons-switch-default:not(.active) > img.white {
    display: block;
}

.pag-text {
    text-decoration: unset;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.accordion.active > .accordion-content,
.accordion.active .accordion-content {
    max-height: 2000px;
}

.accordion .accordion-header img {
    transition: all 0.5s;
}

.accordion.active .accordion-header img {
    transform: rotate(180deg);
}

.category-product-listing-filters .category-product-listing-filters-single-wrap + .category-product-listing-filters-single-wrap {
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}

#layeredNavigation {
    width: 100%;
}

.bold-price {
    font-weight: bold;
}

.duration-attribute .filter-options-list:has( > .active) div:not(.active) {
    display: none;
}

.subcategory-single-card:not(.active) .subcategory-line {
    height: 0;
}

.subcategory-line {
    transition: all 0.5s;
}

.sort-options {
    box-shadow: 0px 7px 24px 0px #0000000F;
    box-shadow: 0px 2px 5px 0px #0000000D;
    padding: 6px 0;
    border: 1px solid #EEEEEE;
}

.sort-options div + div {
    border-top: 1px solid #E5E5E5;
}

.sort-options .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.2px;
    text-align: center;
    padding: 0 18px;
    text-align: left;
    padding-bottom: 8px;
    color: #000000;
}

.sort-options .options {
    display: flex;
    flex-wrap: wrap;
    padding: 6px;
}

.sort-options .options > * {
    flex: 0 100%;
    text-align: left;
    padding: 4px 12px;
    font-family: Bariol;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #666666;
}

.sort-wrapper {
    position: relative;
}

.sort-options {
    z-index: 9;
    position: absolute;
    right: 0;
    background: #fff;
    border-radius: 10px;
    min-width: 230px;
    opacity: 0;
    transition: all 0.5s;
    pointer-events: none;
}

.sort-options.active {
    pointer-events: all;
    opacity: 1;
}

.sort-options .options > *.active {
    color: #000;
    font-weight: 400;
}

.filters-wrapper {
    display: flex;
}

.filters-wrapper .layered-open {
    display: none;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
    top: 0;
    left: 0;
}

.overlay.active {
    opacity: 0.3;
    z-index: 9;
}

.plan-trip-cta-section .plan-trip-cta-section-img.mobile {
    display: none;
}

@media (max-width: 991px) {
    .menu-main-logo img {
        max-width: 56px;
        height: auto;
    }

    .category-layered-nav-sticky-wrap {
        display: flex;
        position: fixed;
        left: 0;
        top: 0;
        /* background: #fff; */
        width: 100%;
        height: 100%;
        max-width: 414px;
        z-index: 999;
        transform: translateX(-100%);
        transition: all 0.5s;
    }

    .category-layered-nav-sticky-wrap.active {
        transform: translateX(0);
    }


    .filters-wrapper {
        justify-content: space-between;
        width: 100%;
    }

    .filters-wrapper .layered-open {
        display: block;
    }

    .category-product-listing-filters-wrap {
        max-width: 414px;
        position: relative;
        z-index: 9;
        width: 100%;
        overflow-y: scroll;
    }

    .plan-trip-cta-section .plan-trip-cta-section-img.mobile {
        display: block;
    }
}

@media (max-width: 767px) {
    .category-layered-nav-sticky-wrap {
        width: 85%;
    }
}

.amenities-points-list:has(:nth-child(n + 4)) {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.product-itinerary-map-wrapper {
    position: relative;
}

.product-localization-simple-section .link-directions {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 110px;
    justify-content: center;
    align-items: flex-end;
}

.link-directions {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.product-localization-simple-section .link-directions a {
    height: fit-content;
    margin-bottom: 10px;
}


.text-default-body.micro {
    font-size: 12px;
}

.venue-rooms-img-slider-wrap .slider-arrow {
    z-index: 9;
}

div#cuisine,
div#venues {
    max-width: 1020px;
}

.venue-rooms-higlight-section .image-slide {
    width: 100%;
    object-fit: cover;
}

.text-default-body.macro {
    font-size: 14px;
}

@media (min-width: 992px) {
    body.transfers .section-top-title-wrap {
        justify-content: flex-end;
    }
}

form.freeform-form {
    width: 100%;
}

.pop-up-large-body .container {
    overflow-y: scroll;
    height: 100%;
}

div[data-icon] {
    position: relative;
}

div[data-icon]:before {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 34px;
    left: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

div[data-icon] input {
    padding-left: 30px !important;
}

div[data-icon="date"]:before {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.91602 1.74998H12.2493C12.4041 1.74998 12.5524 1.81144 12.6618 1.92083C12.7712 2.03023 12.8327 2.1786 12.8327 2.33331V11.6666C12.8327 11.8214 12.7712 11.9697 12.6618 12.0791C12.5524 12.1885 12.4041 12.25 12.2493 12.25H1.74935C1.59464 12.25 1.44627 12.1885 1.33687 12.0791C1.22747 11.9697 1.16602 11.8214 1.16602 11.6666V2.33331C1.16602 2.1786 1.22747 2.03023 1.33687 1.92083C1.44627 1.81144 1.59464 1.74998 1.74935 1.74998H4.08268V0.583313H5.24935V1.74998H8.74935V0.583313H9.91602V1.74998ZM8.74935 2.91665H5.24935V4.08331H4.08268V2.91665H2.33268V5.24998H11.666V2.91665H9.91602V4.08331H8.74935V2.91665ZM11.666 6.41665H2.33268V11.0833H11.666V6.41665Z' fill='black'/%3E%3C/svg%3E%0A");
}

div[data-icon="location"]:before {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 12.1916L9.8875 9.30414C10.4585 8.73306 10.8474 8.00548 11.0049 7.2134C11.1624 6.42132 11.0815 5.60032 10.7725 4.85422C10.4634 4.10811 9.94003 3.4704 9.26854 3.02174C8.59704 2.57308 7.80759 2.3336 7 2.3336C6.19241 2.3336 5.40296 2.57308 4.73147 3.02174C4.05998 3.4704 3.5366 4.10811 3.22753 4.85422C2.91846 5.60032 2.83758 6.42132 2.9951 7.2134C3.15262 8.00548 3.54148 8.73306 4.1125 9.30414L7 12.1916ZM7 13.8413L3.28767 10.129C2.55345 9.39475 2.05344 8.45929 1.85087 7.44089C1.64831 6.42249 1.75228 5.36689 2.14964 4.40758C2.547 3.44828 3.21991 2.62834 4.08327 2.05147C4.94662 1.47459 5.96165 1.16669 7 1.16669C8.03835 1.16669 9.05338 1.47459 9.91674 2.05147C10.7801 2.62834 11.453 3.44828 11.8504 4.40758C12.2477 5.36689 12.3517 6.42249 12.1491 7.44089C11.9466 8.45929 11.4466 9.39475 10.7123 10.129L7 13.8413ZM7 7.58331C7.30942 7.58331 7.60617 7.46039 7.82496 7.2416C8.04375 7.02281 8.16667 6.72606 8.16667 6.41664C8.16667 6.10722 8.04375 5.81048 7.82496 5.59168C7.60617 5.37289 7.30942 5.24997 7 5.24997C6.69058 5.24997 6.39384 5.37289 6.17504 5.59168C5.95625 5.81048 5.83334 6.10722 5.83334 6.41664C5.83334 6.72606 5.95625 7.02281 6.17504 7.2416C6.39384 7.46039 6.69058 7.58331 7 7.58331ZM7 8.74997C6.38116 8.74997 5.78767 8.50414 5.35009 8.06656C4.9125 7.62897 4.66667 7.03548 4.66667 6.41664C4.66667 5.7978 4.9125 5.20431 5.35009 4.76673C5.78767 4.32914 6.38116 4.08331 7 4.08331C7.61884 4.08331 8.21233 4.32914 8.64992 4.76673C9.0875 5.20431 9.33334 5.7978 9.33334 6.41664C9.33334 7.03548 9.0875 7.62897 8.64992 8.06656C8.21233 8.50414 7.61884 8.74997 7 8.74997Z' fill='black'/%3E%3C/svg%3E%0A");
}

div[data-icon="pax"]:before {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3144_18926)'%3E%3Cpath d='M1.16602 12.8333C1.16602 11.5956 1.65768 10.4087 2.53285 9.53348C3.40802 8.65831 4.59501 8.16665 5.83268 8.16665C7.07036 8.16665 8.25734 8.65831 9.13251 9.53348C10.0077 10.4087 10.4993 11.5956 10.4993 12.8333H9.33268C9.33268 11.9051 8.96393 11.0148 8.30756 10.3584C7.65118 9.70206 6.76094 9.33331 5.83268 9.33331C4.90442 9.33331 4.01419 9.70206 3.35781 10.3584C2.70143 11.0148 2.33268 11.9051 2.33268 12.8333H1.16602ZM5.83268 7.58331C3.89893 7.58331 2.33268 6.01706 2.33268 4.08331C2.33268 2.14956 3.89893 0.583313 5.83268 0.583313C7.76643 0.583313 9.33268 2.14956 9.33268 4.08331C9.33268 6.01706 7.76643 7.58331 5.83268 7.58331ZM5.83268 6.41665C7.12185 6.41665 8.16602 5.37248 8.16602 4.08331C8.16602 2.79415 7.12185 1.74998 5.83268 1.74998C4.54352 1.74998 3.49935 2.79415 3.49935 4.08331C3.49935 5.37248 4.54352 6.41665 5.83268 6.41665ZM10.665 8.57673C11.4848 8.94594 12.1805 9.54404 12.6685 10.2991C13.1565 11.0543 13.4161 11.9342 13.416 12.8333H12.2493C12.2495 12.159 12.0548 11.4989 11.6888 10.9326C11.3228 10.3662 10.801 9.91761 10.1861 9.64073L10.6644 8.57673H10.665ZM10.2637 1.9909C10.8514 2.23315 11.3539 2.64454 11.7074 3.17286C12.061 3.70118 12.2496 4.32262 12.2493 4.95831C12.2496 5.75884 11.9505 6.53053 11.4108 7.12179C10.8712 7.71306 10.1299 8.08117 9.33268 8.15381V6.97956C9.7649 6.91766 10.1659 6.71882 10.4768 6.41225C10.7877 6.10567 10.9921 5.7075 11.06 5.27619C11.128 4.84488 11.0558 4.40315 10.8542 4.01585C10.6526 3.62855 10.3322 3.31608 9.93993 3.12431L10.2637 1.9909Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3144_18926'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

div[data-icon="time"]:before {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.99935 12.8334C3.7776 12.8334 1.16602 10.2218 1.16602 7.00002C1.16602 3.77827 3.7776 1.16669 6.99935 1.16669C10.2211 1.16669 12.8327 3.77827 12.8327 7.00002C12.8327 10.2218 10.2211 12.8334 6.99935 12.8334ZM6.99935 11.6667C8.23703 11.6667 9.42401 11.175 10.2992 10.2999C11.1743 9.42468 11.666 8.2377 11.666 7.00002C11.666 5.76234 11.1743 4.57536 10.2992 3.70019C9.42401 2.82502 8.23703 2.33335 6.99935 2.33335C5.76167 2.33335 4.57469 2.82502 3.69952 3.70019C2.82435 4.57536 2.33268 5.76234 2.33268 7.00002C2.33268 8.2377 2.82435 9.42468 3.69952 10.2999C4.57469 11.175 5.76167 11.6667 6.99935 11.6667ZM7.58268 7.00002H9.91602V8.16669H6.41602V4.08335H7.58268V7.00002Z' fill='black'/%3E%3C/svg%3E%0A");
}

.pop-up-large-body {
    transform: translateY(100%);
    transition: all 0.5s;
    z-index: 9999;
}

.pop-up-large-body.active {
    transform: translateY(0);
}

.freeform-form [data-freeform-controls] div {
    width: 100%;
    flex: 0 100%;
    display: flex;
    flex-wrap: wrap;
}

.freeform-form [data-freeform-controls] {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 15px;
}

.freeform-form [data-freeform-controls] button {
    width: 100%;
}

#error-msg {
    color: red;
}

#valid-msg {
    color: green;
}

.iti {
    width: 100%;
}

#valid-msg,
#error-msg {
    flex: 0 100%;
}

.mobile-hide {
    display: block;
}

.desktop-hide,
#valid-msg.hide,
#error-msg.hide {
    display: none;
}

.freeform-fieldtype-checkbox .freeform-errors {
    flex: 0 100%;
}

div[data-icon]:has( > label[style="display: none"]):before {
    top: 14px;
}

.freeform-row [class*="freeform-col-"].freeform-fieldtype-checkbox label {
    flex: 1;
}

.transfers .hero-banner-heading-xl {
    font-weight: 600;
}

.product-contact-secondary-info-wrap-column .product-contact-secondary-info-right-wrap {
    margin-top: 5%;
    width: 100%;
}

.whats-happening-page .product-contact-secondary-info-wrap {
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
}

.wh-highlighted-products-wrap .blog-highlighted-section-article {
    max-width: 50%;
}

.highlighted-prod-img {
    width: 100%;
}

@media (min-width: 1700px) {
    .blog-highlighted-section-article .highlighted-prod-img {
        min-height: 500px;
        max-height: 500px;
    }
}

@media (max-width: 1699px) {
    .blog-highlighted-section-article .highlighted-prod-img,
    .blog-highlighted-section-article {
        max-height: 400px;
        min-height: 200px;
    }
}

.showcase-with-title-section .section-title-wrap {
    flex-direction: column;
}

body.category-page.whats-happening .banner-hero.medium.auto > .container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

body.category-page.whats-happening .banner-hero.medium.auto {
    flex-wrap: wrap;
    padding-top: 130px;
    flex-direction: column;
}

.swiper.events-sticky-bar-content-wrap {
    max-width: 580px;
    margin-left: 0;
    margin-right: 20px;
}

.slider-arrow.ap-left-outside {
    left: -50px;
}

.swiper.events-sticky-bar-content-wrap .swiper-wrapper .swiper-slide {
    width: auto !important;
}

.wh-listing-sticky-bar {
    flex-direction: row;
    width: 100%;
}

.current-month-events:not(.swiper-initialized) .swiper-slide {
    max-width: 25%;
}

.whats-happeing-hero-right-wrap > .whats-happeing-hero-single-wrap {
    order: -1;
}

.whats-happeing-hero-right-split-wrap .whats-happeing-hero-single-bottom-info-wrap {
    display: none;
}

.whats-happeing-hero-info-title span {
    text-transform: capitalize;
}

.whats-happeing-hero-single-bottom-info {
    display: flex;
    gap: 4px;
}

.post-content > *:not(div) {
    max-width: 610px;
    margin: 0 auto;
}

.pin {
    gap: 6px;
    display: flex;
    position: absolute;
    z-index: 1;
    padding: 7px 12px 7px 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.2px;
    text-align: left;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 60px;
    transition: all 0.5s;
}

.pin .icon {
    width: 28px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='5' fill='white'/%3E%3Ccircle cx='14' cy='14' r='5' fill='white' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.pin:hover {
    background: #fff;
    color: #000;
}

.pin:hover .icon {
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='28' height='28' rx='14' fill='%23F6B93A'/%3E%3Cg clip-path='url(%23clip0_550_26403)'%3E%3Cpath d='M17.129 13.25L13.106 9.227L14.1665 8.1665L20 14L14.1665 19.8335L13.106 18.773L17.129 14.75H8V13.25H17.129Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_550_26403'%3E%3Crect width='18' height='18' fill='white' transform='translate(5 5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.evento-popup .modal-content {
    margin-top: 5em;
}

.evento-popup,
.popup-products {
    position: fixed;
    top: 0;
    right: 0;
    padding: 40px 40px 140px 40px;
    background: #fff;
    z-index: 9999;
    max-width: 700px;
    transition: all 0.5s;
    height: 100%;
    transform: translateX(100%);
    overflow-y: scroll;
}

.popup-products .products {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 36px;
    flex-direction: column;

}

.popup-products .products .product-thumb-new {
    flex: 1;
}

.popup-products .title {
    font-family: Bariol;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -1px;
    text-align: left;
    color: #000;
}

.popup-products .title strong {
    display: block;
}

.evento-popup .close-popup,
.popup-products .close-popup {
    margin-top: 20px;
    width: 36px;
    height: 36px;
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='36' height='36' rx='10' fill='white'/%3E%3Cg clip-path='url(%23clip0_1738_96231)'%3E%3Cpath d='M18.0007 16.586L22.9507 11.636L24.3647 13.05L19.4147 18L24.3647 22.95L22.9507 24.364L18.0007 19.414L13.0507 24.364L11.6367 22.95L16.5867 18L11.6367 13.05L13.0507 11.636L18.0007 16.586Z' fill='%23555555'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1738_96231'%3E%3Crect width='24' height='24' fill='white' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.popup-products .close-popup span {
    display: none;
}

.evento-popup.active,
.popup-products.active {
    transform: translateX(0);
}

.blog-detail-text {
    max-width: 610px;
}

@media (min-width: 768px) {
    .bottom-post-info {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }

    .bottom-post-info .article-bottom-author-content {
        flex: 1;
        width: fit-content;
    }

    .bottom-post-info .article-top-left-wrap {
        flex: 0 70%;
    }
}

.blog-outside-highlight-section .product-thumb-new.swiper-slide {
    height: fit-content;
}

.blog-outside-highlight-section .showcase-category-grid {
    min-height: auto;
}

.subcategoria-img-wrap img {
    border-radius: 10px;
}

.subcategory-text-wrap {
    text-align: left;
}

.quote {
    display: flex;
    gap: 24px;
}

.quote div {
    font-family: Bariol;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
}

.post-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-align: left;
}

.blog-detail-text {
    font-weight: 400;
}

.product-highlights-post {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.product-highlights-post > .product-thumb-new {
    flex-wrap: wrap;
    flex-direction: row;
}

.product-highlights-post > .product-thumb-new a.prod-thumb-single-img-wrap {
    flex: 0 40%;
    height: 100%;
}

.product-highlights-post > .product-thumb-new .prod-thumb-single-thumb-wrap {
    flex: 1;
}

.partner-hero-card-shuffle-div .swiper-wrapper {
    max-height: 100%;
}

.partner-hero-card-shuffle-div .swiper-slide,
.partner-hero-card-shuffle-div img {
    border-radius: 14px;
    max-height: 550px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .partner-hero-card-shuffle-div {
        height: 400px;
        width: 300px;
    }

    .partner-hero-card-shuffle-div .swiper-slide,
    .partner-hero-card-shuffle-div img {
        max-height: 400px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1699px) {
    .partner-hero-card-shuffle-div {
        height: 450px;
        width: 380px;
    }

    .partner-hero-card-shuffle-div .swiper-slide,
    .partner-hero-card-shuffle-div img {
        max-height: 500px;
    }
}

.post-content .product-card .prod-thumb-single-thumb-wrap, .post-content .product-card .product-image-wrapper {
    width: 50%;
    margin-bottom: 0;
}

.highlighted-blog-article-img.hero {
    height: auto;
    max-height: 100%;
}

.category-product-listing:not(:has( > .category-layered-nav-sticky-wrap)) .category-product-right-wrap {
    width: 100%;
}

#good-to-know .product-detailed-point {
    align-items: center;
}

.pop-up-form-inside-content-wrap.pd-40-inside > .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    text-decoration: none;
    display: flex;
    flex: 1;
    scrollbar-width: none;

}

.pop-up-form-inside-content-wrap.pd-40-inside > .container::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.pop-up-form-inside-content-wrap > .plan-event-page-img-wrap {
    grid-column-gap: 10px;
    border-radius: 14px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
    position: static;
    background: transparent;
    flex: 0 50%;
}

.pop-up-form-inside-content-wrap {
    flex-wrap: wrap;
    gap: 60px;
}

.pop-up-form-inside-content-wrap.pd-40-inside > .container .plan-event-page-content-wrap {
    width: 100%;
}

.pop-up-form-inside-content-wrap > .plan-event-page-img-wrap img.plan-event-page-img {
    border-radius: 14px;
    background: transparent;
}

.pop-up-form-inside-content-wrap .pop-up-inside-content-title-wrap {
    padding-top: 0;
    margin-top: 0;
}

.mg-top-20 {
    margin-top: 20px;
}

.bd-top {
    border-top: 1px solid #E5E5E5;
}

.box-accordion {
    width: 100%;
    border: 1px solid #B5B5B5;
    box-shadow: 0px -1px 1px 0px #B5B5B5 inset;
    border-radius: 10px;
}

.box-accordion .accordion-header {
    padding: 6px 6px 6px 12px;
    display: flex;
    justify-content: space-between;
}

.box-accordion .accordion-content .info {
    padding: 6px 0;
    margin: 0 6px 0 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.box-accordion .accordion-content .info + .info {
    border-top: 1px solid #E5E5E5;
}

.box-accordion .accordion-content .info .text {
    font-size: 13px;
    font-weight: 500;
    line-height: 14.3px;
    letter-spacing: -0.5px;
    text-align: left;
}

.default-button.micro.xs {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.20000000298023224px;
    text-align: left;
    min-height: 26px;
}

.venue-rooms-higlight-section .swiper-slide img {
    height: 100%;
    object-fit: cover;
}

.banner-hero.number-pagination-banner.big.swiper {
    padding: 0;
    min-height: 650px;
}

.banner-hero.number-pagination-banner.big.swiper .swiper-pagination {
    z-index: 9999;
    bottom: 24px;
    max-width: 1600px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1699px) {
    .banner-hero.number-pagination-banner.big.swiper .swiper-pagination {
        max-width: 1240px;
    }
}

@keyframes progress {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.banner-hero.number-pagination-banner.big.swiper .swiper-pagination .slider-progress-indicator-single:before {
    content: '';
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    transition: all 0.5s;
    left: 0;
}

.banner-hero.number-pagination-banner.big.swiper .swiper-pagination .slider-progress-indicator-single.swiper-pagination-bullet-active:before {
    animation-name: progress;
    animation-duration: 4s;
    animation-timing-function: linear;
}

h1 .text-huge {
    font-size: 52px;
}

h2 .text-huge {
    font-size: 46px;
}

h3 .text-huge {
    font-size: 40px;
}

h4 .text-huge {
    font-size: 34px;
}

h5 .text-huge {
    font-size: 28px;
}

h6 .text-huge {
    font-size: 22px;
}

h1 .text-big {
    font-size: 42px;
}

h2 .text-big {
    font-size: 38px;
}

h3 .text-big {
    font-size: 32px;
}

h4 .text-big {
    font-size: 28px;
}

h5 .text-big {
    font-size: 22px;
}

h6 .text-big {
    font-size: 18px;
}

@media (max-width: 767px) {
    .cms-page-contact-us .banner-hero {
        padding-top: 150px !important;
    }

    .post-content .product-card .prod-thumb-single-thumb-wrap, .post-content .product-card .product-image-wrapper {
        width: 100%;
    }

    .mobile-hide {
        display: none;
    }

    .desktop-hide {
        display: block;
    }

    .whats-happening .nav-top-bar {
        display: none;
    }

    .whats-happening .nav-mid-bar .container {
        padding-top: 0;
    }

    .whats-happening.category-page.whats-happening .banner-hero.medium.auto {
        padding-top: 80px;
    }

    .announce-bar-content .swiper-wrapper {
        width: 120%;
        max-width: 120vw;
    }

    .announce-bar .container {
        padding-top: 0;
    }

    h1 .text-huge {
        font-size: 42px;
    }

    h2 .text-huge {
        font-size: 36px;
    }

    h3 .text-huge {
        font-size: 30px;
    }

    h4 .text-huge {
        font-size: 24px;
    }

    h5 .text-huge {
        font-size: 20px;
    }

    h6 .text-huge {
        font-size: 16px;
    }

    h1 .text-big {
        font-size: 36px;
    }

    h2 .text-big {
        font-size: 32px;
    }

    h3 .text-big {
        font-size: 28px;
    }

    h4 .text-big {
        font-size: 22px;
    }

    h5 .text-big {
        font-size: 18px;
    }

    h6 .text-big {
        font-size: 16px;
    }
}

.w-richtext {
    align-items: flex-start;
}

.navbar-comp:not(.nav-ap) .nav-top-link-icon-wrap {
    color: #000;
}

.navbar-comp:not(.nav-ap) {
    color: #000;
}

a.nav-top-link-icon-wrap.w-inline-block .nav-top-link-icon img {
    object-fit: contain;
    width: 18px;
    height: 18px;
}

.nav-top-link-icon-wrap .nav-top-link-icon img {
    vertical-align: top;
}

.navbar-comp:not(.nav-ap) .nav-overlay {
    display: none;
}

.navbar-comp:not(.nav-ap) .nav-top-content-wrap {
    border-bottom: 1px solid #EEEEEE;
}

.hero-banner-content:has(> .breadcrumbs-section) {
    justify-content: flex-start;
    padding-top: 200px;
}

.hero-banner-content:has(> .breadcrumbs-section) > div:not(.breadcrumbs-section) {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.highlighted-content {
    display: none;
}

.highlighted-content.active {
    display: flex;
}

.category-product-listing.custom-listing {
    flex-wrap: wrap;
}

.category-product-listing.custom-listing .section-top-title-wrap {
    flex: 0 100%;
    padding-bottom: 30px;
}

.category-product-listing.custom-listing .category-product-right-wrap {
    flex: 1;
}

.career-content-team-card-img {
    max-width: 40px;
    max-height: 40px;
}

.careers-hero-section-img-wrap {
    position: relative;
}

.careers-hero-section-img-wrap .img-credits-info {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 5px;
    align-items: center;
}

@media (min-width: 768px) {
    .career-openings-wrap .career-openings-single {
        flex: 0 33%;
    }
}

.split-img-points-side-points-list {
    gap: 0;
}

.white {
    color: #fff;
}

.share-icons-wrapper .article-top-share-icons-wrap {
    background: #fff;
    width: fit-content;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    transition: all 0.5s;
    z-index: -1;
    opacity: 0;
    transform: translateY(30px);
    flex-wrap: wrap;
}

.share-icons-wrapper {
    position: relative;
    width: 100%;
}

.share-icons-wrapper .article-top-share-icons-wrap.active {
    opacity: 1;
    z-index: 9;
    transform: translateY(0px);
}

.share-icons-wrapper .article-top-share-icons-wrap a {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: contain;
}

.why-book-acc-info {
    padding-bottom: 0;
}

.why-book-accordion {
    border-radius: 10px;
    transition: all 0.5s;
}

.why-book-accordion.active {
    padding-bottom: 16px;
}

.inspo-trajectory-product-info-wrap .prod-secondary-info-wrap {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.20000000298023224px;
    text-align: center;
    color: #444444;
}

.inspo-trajectory-product-thumb-img {
    height: 100%;
}

.inspiration-itin-day-by-day-single {
    align-items: stretch;
}

.inspo-trajectory-product-info-wrap {
    height: 100%;
}

.transfers .prod-thumb-single-thumb-wrap.smaller-padding {
    height: 100%;
}

.transfers .prod-thumb-single-thumb-wrap.smaller-padding .prod-info-wrap.stretch {
    height: 100%;
    justify-content: space-between;
}

.seasons-images .bottom-banner {
    justify-content: flex-start;
}

.hide-title .carousel-custom .section-title-wrap {
    display: none;
}

.hide-title .carousel-custom .section-top-title-wrap {
    justify-content: flex-end;
    margin-top: -60px;
    position: relative;
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
}

.light-blue-bg .product-thumb-new.bg-light-blue {
    background: #fff;
}

.why-work-with-us-img-big-wrap {
    position: relative;
}

.why-work-with-us-img-big-wrap .img-credits-info.ap {
    left: 10px;
    right: auto;
}

.why-work-with-us-img-big-wrap .img-credits-info.ap .nav-top-link-icon.w-embed {
    width: fit-content;
    height: fit-content;
}

.about-mid-page-split-points-icons-list .key-selling-point-single .key-selling-point-single-info * {
    text-align: left;
}

/*Popup Css*/
.popup {
    top: 0;
    right: 0;
    position: fixed;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    z-index: -1;
}

.popup .popup-content {
    background: #fff;
    height: 100%;
    padding: 60px 40px;
    width: 100%;
    transition: all 0.5s;
    transform: translateX(100%);
    max-width: 598px;
}

.popup.active {
    z-index: 9;
}

.popup.active .popup-content {
    transform: translateX(0);
}

.member-info {
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #E5E5E5;
    box-shadow: 0px -1px 1px 0px #B5B5B5 inset;
    border-radius: 10px;
    padding: 12px 16px;
}

.member-info + .member-info {
    margin-top: 12px;
}

.member-info .faqs-toggle {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.member-info .faqs-toggle .image {
    height: auto;
    flex: 0 48px;
}

.member-info .faqs-toggle .title-wraper.faqs-single-title {
    flex: 1;
}

.member-info .faqs-toggle .title-wraper.faqs-single-title .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.20000000298023224px;
    text-align: left;
}

.job-description {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.20000000298023224px;
    text-align: left;
    color: #666666;
}

.member-info .faqs-description-wrap {
    flex-wrap: wrap;
}

.member-info .faqs-description-wrap .socials-wrap a {
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #E5E5E5;
    box-shadow: 0px -1px 1px 0px #B5B5B5 inset;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.member-info .faqs-description-wrap .socials-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
}

.member-info .faqs-description-wrap .socials-wrap a .product-contact-secondary-info-right-links-single-icon {
    width: 18px;
    height: 18px;
    object-fit: cover;
}

.member-info .faqs-description-wrap .text-default-body {
    margin-top: 12px;
}

/*End Popup Css*/

/*Map Products */
.marker-content.products {
    max-width: 345px;
}

.marker-content.products .product-thumb-new {
    border: unset;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border-radius: 0;
    flex-wrap: wrap;
}

.marker-content.products .product-thumb-new .prod-thumb-single-img-wrap {
    height: auto;
    flex: 0 30%;
}

.marker-content.products .product-thumb-new .prod-thumb-single-thumb-wrap {
    flex: 1;
    height: 100%;
    padding-top: 0;
}

.marker-content.products .product-thumb-new .prod-ap-labels-wrap {
    display: none;
}

.marker-content.products .products-content {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
}

.marker-content.products .title {
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -1px;
    text-align: left;
}

.marker-content.products .product-thumb-new .prod-thumb-single-thumb-wrap .label-wrapper > * {
    display: none;
}

.marker-content.products .product-thumb-new .prod-thumb-single-thumb-wrap .label-wrapper > *:first-child {
    display: flex;
}

.marker-content.products .product-thumb-new .prod-thumb-single-img-wrap img {
    min-height: 100px;
}

.popup-info {
    position: absolute;
    top: 10px;
    right: 10px;
    height: calc(100% - 20px);
    background: #fff;
    padding: 24px 16px;
    border-radius: 8px;
    transition: all 0.7s;
    transform: translateX(200%);
    overflow-y: scroll;
}

.popup-info.active {
    transform: translateX(0px);
    z-index: 9;
}

.marker-content.products .title {
    max-width: 70%;
}

/*End Map Products */

.TA_cdsscrollingravewide #CDSSCROLLINGRAVE.wide {
    width: 100%;
}

.TA_cdsscrollingravewide {
    width: 100%;
}

.banner-hero.number-pagination-banner.big.swiper .pin {
    z-index: 9;
}

main > .pd-top-80 + .pd-btm-80 {
    padding-top: 80px;
}

@media (min-width: 768px) {
    .height-auto {
        height: 100%;
    }

    .plan-trip-cta-section-wrap.height-auto {
        position: relative;
        width: 100%;
    }

    .plan-trip-cta-section-wrap.height-auto .plan-trip-cta-section-img:not(.mobile) {
        position: static;
        border-radius: 10px;
    }

    .plan-trip-cta-section-wrap.height-auto .plan-trip-cta-section-content-wrap {
        position: absolute;
    }

    .plan-trip-cta-section-wrap.height-auto .plan-trip-cta-section {
        padding: 0;
    }
}

.partner-hero-card {
    width: fit-content;
    z-index: 1;
}

.partner-hero-card-info-wrap {
    width: fit-content;
}

.partner-hero-card-content-wrap {
    width: fit-content;
}

.card-swiper .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-section .product-subtitle {
    display: none;
}

.justify-space {
    justify-content: space-between;
}

.freeform-form [data-freeform-controls].justify-space > div > div {
    width: fit-content;
    flex: 0 auto;
}

.freeform-form [data-freeform-controls].justify-space > div {
    justify-content: space-between;
}

.freeform-form [data-freeform-controls].justify-space > div > div button {
    width: fit-content;
}

.contacts-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.contacts-info-wrapper .contacts-wrapper {
    flex: 0 100%;
    display: flex;
    gap: 4px;
    font-size: 14px;
    flex-wrap: wrap;
}

.contacts-info-wrapper .contacts-wrapper a {
    text-decoration: unset;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.social-icon.white {
    background: #fff;
}

.contacts-hero-content > * {
    flex: 1 0 0;
    min-width: 0;
    height: auto;
}

.contacts-hero-content-left-wrap.image-banner {
    /* padding: 0; */
    background: transparent;
    position: relative;
}

.contacts-hero-content {
    flex-wrap: wrap;
    align-items: stretch;
    height: 100%;
}

.contacts-hero-content-left-wrap {
    justify-content: flex-start;
    align-items: stretch;
}

@media (min-width: 1700px) {
    .contacts-info-wrapper .contacts-wrapper {
        font-size: 16px;
    }

    .contacts-hero-content:has(:nth-child(5n)) .contacts-info-wrapper .contacts-wrapper {
        font-size: 15px;
    }

    .contacts-hero-content:has(:nth-child(5n)) .contacts-hero-address {
        font-size: 15px;
    }
}

.contacts-hero-content-left-wrap.image-banner img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.iti__flag {
    border-radius: 4px;
}

.iti--separate-dial-code .iti__selected-flag {
    background: transparent;
}

.contacts-hero-content-left-wrap {
    background: linear-gradient(42.97deg, rgba(245, 162, 37, 0.4) 18.07%, rgba(245, 162, 37, 0) 87.56%), linear-gradient(90deg, #FDD33C 32%, #F2A231 95%);
}


/*Header Style*/
header:not(.white-header) > .nav img:not(.white) {
    display: none;
}

header.white-header .nav img.white {
    display: none;
}

header:not(.white-header) > .nav:hover,
header.opened > .nav {
    background: #fff;
}

header > .nav {
    transition: all 0.5s;
}

header:not(.white-header) > .nav:hover .nav-overlay,
header:not(.white-header) > .nav:hover img.white,
header.opened > .nav .nav-overlay,
header.opened > .nav img.white {
    display: none;
}

header:not(.white-header) > .nav:hover img:not(.white),
header.opened > .nav img:not(.white) {
    display: block;
}

header:not(.white-header) > .nav:hover .white,
header.opened > .nav .white,
header:not(.white-header) > .nav:hover .nav-top-link-icon-wrap,
header.opened > .nav .nav-top-link-icon-wrap {
    color: #000;
}

header:not(.white-header) > .nav:hover .nav-right > .default-button,
header.opened > .nav .nav-right > .default-button {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: var(--black);
}

.nav-links-left ul {
    margin: 0;
    padding: 0;
}

.nav-links-left > ul > li {
    display: block;
}

.nav-mid-bar {
    position: relative;
}

.nav-links-left > ul > .menu-item.opened .submenu {
    height: auto;
    opacity: 1;
}

.nav-links-left > ul > .menu-item .submenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 52px;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s;
    height: 0;
    overflow: hidden;
}

.text-loop .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.collections-highlights {
    cursor: none;
}

.collections-highlights .content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
}

.collections-highlights .content:not(.swiper-initialized) .swiper-wrapper {
    gap: 150px;
    overflow-x: scroll;
}

.text-loop .text,
.text-loop .text p {
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: center;
    width: fit-content;
}

header .announce-bar,
header .announce-bar .container .announce-bar-content {
    width: 100%;

}

header .announce-bar .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.announce-bar .text-loop .swiper:not(.swiper-initialized) .text {
    margin-right: 50px;
}

.blog-post .text-big {
    font-size: 1.4em;
}

.category-carousel .swiper-wrapper {
    flex-direction: row;
}

header .announce-bar .container {
    margin: 5px auto;
}

.announce-bar-text {
    text-align: center;
}

header.navbar-comp {
    z-index: 999;
}

.nav-links-left .menu {
    display: flex;
    gap: 24px;
}

.sell-out {
    margin: 2% 2% 2% 5%;
    background: #FED7D7;
    padding: 1%;
    border-radius: 10px;
}

.sell-out p {
    color: #EE0303;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}

@media screen and (max-width: 991px) {
    .contacts-hero-img {
        display: block;
    }
}

/*End Header Style*/

@media screen and (min-width: 480px) and (max-width: 992px) {
    .contacts-hero-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .contact-page-form-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

}

@media screen and (max-width: 767px) {
    .contact-page-form-section {
        display: flex;
        flex-direction: column;
    }

    .contacts-hero-content-left-wrap.image-banner {
        padding: 0;
    }

    .contacts-hero-content-left-wrap.image-banner img {
        position: static;
    }
}

.menu-secondary-links-single img {
    object-fit: contain;
    object-position: center;
    height: auto;
}

.menu-mobile {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    transition: all 0.5s;
    transform: translateX(100%);
    overflow-y: auto;
}

.menu-mobile.active {
    transform: translateX(0);
}

.menu-mobile.review-modal {
    display: flex;
    padding: 60px 50px;
}

@media (max-width: 991px) {
    .nav-overlay {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .menu-mobile.review-modal {
        display: flex;
        padding: 60px 20px;
    }
}

@media screen and (max-width: 479px) {
    .legal-policies-dates-section {
        flex-direction: row;
    }
}

.cms-pageabout-us .showcase-category-grid {
    min-height: unset;
    height: 60vh;
}

.marker-content.products .prod-info-wrap {
    grid-row-gap: 2px;
}

.lang-drop-wrap {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
    box-shadow: 0px 7px 24px 0px #0000000F;
    box-shadow: 0px 2px 5px 0px #0000000D;
    border-radius: 10px;
    position: absolute;
    width: fit-content;
    left: 0;
    z-index: -1;
    transition: opacity 0.5s;
    opacity: 0;
    height: 0;
}

.lang-drop-wrap > * {
    flex: 0 100%;
    text-decoration: unset;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
}

.lang-drop-wrap > *.w--current {
    font-weight: 400;
    color: #000000;
}

.lang-switcher {
    position: relative;
}

.lang-drop-wrap.active {
    opacity: 1;
    height: auto;
    z-index: 9;
}

.menu-main-links-list .language-icon.white {
    display: none;
}

.menu-main-links-list .language-icon {
    width: fit-content;
}

.menu-main-links-list .nav-top-link-icon-wrap {
    color: #000;
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    opacity: 1;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.menu-main-links-list .lang-switcher {
    width: 100%;
}

.menu-main-links-list .nav-top-link-icon-wrap .nav-link-drop-arrow {
    opacity: 1;
    width: fit-content;
    transform: rotate(-90deg);
}

.menu-main-links-list .nav-top-link-icon-wrap .nav-top-link-icon-text {
    color: #000;
}

.menu-mobile:not(.lang-menu) .menu-main-links-list .lang-switcher .lang-drop-wrap {
    display: none;
}

.menu-mobile.lang-menu .menu-main-links-list .lang-switcher .lang-drop-wrap {
    display: flex;
    opacity: 1;
    height: auto;
    background: transparent;
    box-shadow: unset;
    border: unset;
}

.menu-mobile.lang-menu .menu-main-links-list .lang-switcher button.nav-top-link-icon-wrap {
    display: none;
}

.menu-mobile.lang-menu .menu-main-links-list .lang-switcher .lang-drop-wrap a {
    padding: 14px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.5px;
    text-align: left;
}

.menu-mobile.lang-menu .menu-main-links-list .lang-switcher .lang-drop-wrap a.w--current {
    font-weight: 700;
}

.footer-link-stack .social-icon {
    width: auto;
    height: auto;
    background: transparent;
    display: block;
    border-radius: 0;
    object-fit: contain;
}

@media (min-width: 768px) {
    .footer-mid-right-wrap .footer-link-stack-2.accordion-content {
        max-height: 2000px;
    }
}

@media (max-width: 767px) {
    .footer-mid-right-wrap {
        max-width: 100%;
        flex-wrap: wrap;
    }

    .footer-mid-right-wrap > div {
        flex: 0 100%;
        gap: 0;
        border-bottom: 1px solid #FFFFFF1A;
        padding-bottom: 6px;
    }

    .footer-mid-right-wrap .accordion-header {
        padding: 14px 0 12px;
        width: 100%;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer-mid-right-wrap .accordion-header .icon-wrapper {
        display: flex;
        gap: 0;
        position: relative;
        width: 14px;
        height: 14px;
    }

    .footer-mid-right-wrap .accordion-header .icon-wrapper:before {
        content: '';
        width: 100%;
        height: 1px;
        background: #AAAAAA;
    }

    .footer-mid-right-wrap .accordion.active .accordion-header .icon-wrapper:after {
        transform: rotate(90deg);
    }

    .footer-mid-right-wrap .accordion-header .icon-wrapper:after {
        content: '';
        height: 100%;
        width: 1px;
        background: #AAAAAA;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.5s;
    }
}

.careers-hero-section-img-wrap .img-credits-info {
    right: 12px;
    left: auto;
    bottom: 12px;
    transform: unset;
}

@media screen and (max-width: 479px) {
    .prod-content-subtitle,
    .product-subtitle h3 {
        font-size: 28px;
    }

    .product-key-features-points-single-text,
    .button-text {
        font-size: 16px;

        font-weight: 700;
    }

    .category-big-highlight-card-title-wrap p,
    .section-top-title h2 {
        font-size: 40px;
    }

    .split-img-points-img-wrap {
        order: 2;
    }

    .career-page .plan-trip-cta-section-content-title p {
        font-size: 20px;
        line-height: 1.2;
    }

    .career-page .plan-trip-cta-section-content-title p strong {
        font-size: 32px;
    }

    .career-page .split-img-points-img-wrap {
        width: 100vw;
        flex-shrink: unset;
        border-radius: 0px;
    }

    .career-page .why-tugatrips-sticky-img {
        border-radius: 0px;
    }
}

.banner-hero.number-pagination-banner .search-wrapper {
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0;
    bottom: 75px;
    width: 100%;
    overflow: visible;
    z-index: 99999;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .banner-hero.number-pagination-banner .search-wrapper {
        bottom: 140px;
    }
}

.banner-hero.number-pagination-banner .search-wrapper .container {
    margin: 0 auto;
}

.hero-search-box {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    max-width: 505px;
}

.hero-search-box input[type='search'] {
    margin: 0;
    border: unset;
    padding: 0;
}

.hero-banner-content.small-btm-padding {
    padding-bottom: 230px;
}

.hero-search-box {
    position: relative;
}

.hero-search-box .ui-autocomplete {
    box-shadow: 0px 8px 18px 0px #00000014;
    box-shadow: 0px 3px 4px 0px #00000040;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    max-width: 100%;
    left: 0 !important;
    padding: 10px;
    width: 100% !important;
    z-index: 9999;
}

.hero-search-box .ui-autocomplete .ui-menu-item {
    padding: 5px 4px;
}

.popup-products .post-content .product-card .prod-thumb-single-thumb-wrap, .post-content .product-card .product-image-wrapper {
    width: 100%;
}

.hero-search-box .ui-autocomplete .ui-menu-item img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 11px;
}

.hero-search-box .ui-autocomplete .ui-menu-item span {
    width: 75%;
    line-height: 130%;
    font-weight: 700;
}

.hero-search-box .ui-autocomplete .ui-menu-item a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: -0.20000000298023224px;
    text-align: left;
    text-decoration: unset;
    padding: 0 2px;
}

.banner-hero.number-pagination-banner:has( .search-wrapper) {
    overflow-y: visible;
}

.hero-search-box .ui-autocomplete .ui-menu-item.no-hover strong {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    display: block;
    padding: 10px 2px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.20000000298023224px;
    text-align: left;
}

.hero-search-box .ui-autocomplete .ui-menu-item a.see-all-results {
    line-height: 1;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #E5E5E5;
    box-shadow: 0px -1px 1px 0px #B5B5B5 inset;
    border-radius: 10px;
    padding: 6px 10px;
    justify-content: space-between;
}

.hero-search-box .ui-autocomplete .ui-menu-item a.see-all-results:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.129 8.25L8.106 4.227L9.1665 3.1665L15 9L9.1665 14.8335L8.106 13.773L12.129 9.75H3V8.25H12.129Z' fill='black'/%3E%3C/svg%3E%0A");
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border-color: var(--main-color);
    background: var(--main-color);
    border-radius: 10px;
}

.hero-search-box .ui-autocomplete .ui-menu-item a.see-all-results.ui-state-active:after {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.129 8.25L8.106 4.227L9.1665 3.1665L15 9L9.1665 14.8335L8.106 13.773L12.129 9.75H3V8.25H12.129Z' fill='white'/%3E%3C/svg%3E%0A");
}


@media (min-width: 992px) {
    .header-search-wrapper {
        display: flex;
        align-items: center;
    }

    .header-search-wrapper .search-box-content-wrap {
        padding: 0px 64px 0px 16px;
        min-height: 38px;
    }

    .header-search-wrapper .hero-search-box .search-box-ap-cta {
        width: 34px;
        height: 34px;
    }

    header:not(.white-header) .header-search-wrapper .hero-search-box .search-box-ap-cta .search-box-ap-cta-icon {
        display: block;
    }

    .header-search-wrapper .hero-search-box {
        max-width: 360px;
        transition: width 0.5s;
    }

    .header-search-wrapper:not(.active) .hero-search-box {
        width: 0;
        overflow: hidden;
        border: 0;
    }

    .header-search-wrapper.active .hero-search-box {
        width: 360px;
    }

    .nav-right {
        justify-content: flex-end;
    }

    .nav-mid-content-wrap {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .nav-mid-content-wrap > * {
        flex: 1;
    }

    .nav-search-icon-wrap {
        width: 42px;
        height: 42px;
    }

    .header-search-wrapper .hero-search-box .ui-autocomplete .ui-menu-item a {
        font-size: 13px;
        line-height: 36px;
    }

    .header-search-wrapper .hero-search-box .ui-autocomplete .ui-menu-item a.see-all-results {
        line-height: 1;
    }

    .header-search-wrapper .hero-search-box .ui-autocomplete .ui-menu-item.no-hover strong {
        font-size: 16px;
        padding: 6px 2px;
    }

    .search-page .section-top-title-wrap {
        justify-content: flex-end;
    }
}

header:not(.white-header) > .nav .search-box-content img {
    display: block;
}

.header-search-wrapper .close-icon, .header-search-wrapper.active .search-icon {
    display: none;
}

.header-search-wrapper.active .close-icon, .header-search-wrapper .search-icon {
    display: block;
}

header:not(.white-header) > .nav:hover .header-search-wrapper.active .close-icon:not(.white),
header.opened > .nav .header-search-wrapper.active .close-icon:not(.white) {
    display: block;
}

header:not(.white-header) > .nav:hover .header-search-wrapper.active .search-icon:not(.white),
header.opened > .nav .header-search-wrapper.active .search-icon:not(.white),
header:not(.white-header) > .nav:hover .header-search-wrapper:not(.active) .close-icon:not(.white),
header.opened > .nav .header-search-wrapper:not(.active) .close-icon:not(.white) {
    display: none;
}

header:not(.white-header) > .nav .ui-autocomplete img {
    display: block !important;
}

.banner-hero.with-breadcrumbs:has( .breadcrumbs-section) .hero-banner-content.smaller-btm-padding {
    height: auto;
}

.banner-hero.with-breadcrumbs:has( .breadcrumbs-section) .container {
    height: 100%;
    padding-top: 160px;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .header-search-wrapper .hero-search-box {
        display: none;
    }

    header:not(.white-header) > .nav .header-search-wrapper .close-icon,
    header:not(.white-header) > .nav:hover .header-search-wrapper .close-icon {
        display: none;
    }

    .search-page .banner-hero:has( .breadcrumbs-section) .container {
        padding-top: 110px;
    }
}


.menu-mobile.search-popup {
    transform: translateY(100%);
    max-width: 100%;
    gap: 12px;
}

.menu-mobile.search-popup.active {
    transform: translateY(0%);
}

.menu-mobile.search-popup .hero-search-box {
    max-width: 100%;
}

.menu-mobile.search-popup .hero-search-box .ui-autocomplete {
    box-shadow: unset;
    border: unset;
    background: transparent;
}

.menu-mobile.search-popup .menu-main-logo {
    padding-top: 30px;
}

.menu-mobile.search-popup .menu-main-logo .title {
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -1px;
    text-align: left;
    color: #000;
}

.product-top-highlights-description, .partner-hero-card-stat-description, .partner-hero-card-stat {
    white-space: nowrap;
}

.product-top-highlights-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
}

.partner-hero-card-stat {
    white-space: nowrap;
}

@media screen and (min-width: 767px) and (max-width: 992px) {

    .partner-hero-card {
        left: -100px;
    }

    .product-top-highlights-wrap {
        flex-direction: column;
        display: flex;
        align-items: flex-start;
    }

    .experience-page .product-top-highlights-wrap {
        flex-direction: row;
    }

    .split-img-key-points-wrap {
        flex-wrap: wrap;
    }

}

header.navbar-comp.white-header {
    background: #ffff;
}

.product-thumb-new {
    height: -webkit-min-content;

}

.trip-ideas-page .hero-banner-content.small-btm-padding {
    padding-bottom: 100px;
}

.whats-happening .slider-arrow.ap-left-outside {
    top: 12px;
}

@media (max-width: 767px) {
    .seasons-toggle-wrap {
        flex-wrap: wrap;
        max-width: 80%;
        justify-content: flex-start;
        margin-left: 0;
        margin-right: auto;
        gap: 10px;
    }

    .hero-banner-content.small-btm-padding {
        padding-bottom: 200px;
    }

    .when-to-book-section .product-contact-secondary-info-wrap .product-contact-secondary-info-right-wrap {
        width: 100%;
    }

    .banner-content .container {
        padding-top: 0;
    }

    .be-a-partner-banner .hero-banner-content.small-btm-padding.partners {
        min-height: unset;
        padding-top: 0;
    }

    .be-a-partner-banner .hero-banner-content.small-btm-padding.partners h2 {
        margin: 0;
    }
}

.hero-banner-category-info-text * {
    color: inherit !important;
}

@media screen and (max-width: 480px) {

    .highlighted-section .wh-highlighted-products-wrap a {
        max-width: 100%;
    }

    .category-product-list .product-thumb-new {
        width: 100%;
    }

}

.category-big-highlight-card-img {
    position: static;
    height: 100%;
}

.category-big-highlight-card-content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 40px 30px;
    width: 100%;
}

.category-big-highlight-card {
    padding: 0;
    height: auto;
}

@media (max-width: 767px) {
    .banner-hero.with-breadcrumbs:has( .breadcrumbs-section) .container {
        padding-top: 130px;
    }

    .banner-hero.medium {
        height: auto;
        min-height: 60vh;
    }

    .banner-hero.with-breadcrumbs:has( .breadcrumbs-section) .container .breadcrumbs-section {
        padding-bottom: 20px;
    }

    .hide-title .carousel-custom .section-top-title-wrap {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .banner-hero.number-pagination-banner .search-wrapper {
        bottom: 100px;
    }

    .cms-page-homepage .hero-banner-content.small-btm-padding {
        padding-bottom: 160px;
    }
}

.banner-hero.number-pagination-banner.big.swiper .pin {
    white-space: nowrap;
}

@media (min-width: 1700px) {
    .cms-page-homepage .hero-banner-content {
        max-width: 625px;
    }
}

@media (max-width: 767px) {
    .post-content .container, .post-content .container.sm, .post-content .container.xs, .post-content .container.xxs {
        padding-left: 0;
        padding-right: 0;
    }

    .post-content {
        padding: 0 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .lang-drop-wrap {
        left: auto;
        right: 0;
    }
}

@media screen and (max-width: 479px) {
    .banner-hero.number-pagination-banner .search-wrapper {
        bottom: 125px;
    }

    .blog-post .product-thumb-new {
        width: 100%;
    }
}

@media screen and (min-width: 480px) {
    .blog-post .product-highlights-post > .product-thumb-new {
        display: flex;
        align-items: flex-start;
    }

    .blog-post .product-highlights-post > .product-thumb-new .prod-thumb-single-thumb-wrap,
    .blog-post .product-highlights-post > .product-thumb-new a.prod-thumb-single-img-wrap {
        height: auto;
    }

    .blog-post .product-highlights-post > .product-thumb-new .product-image-wrapper {
        max-width: 229px;
    }
}

.dropdown-menu-mega-cards-wrap .category-big-highlight-card-img {
    display: block !important;
}

.dropdown-menu-mega-cards-wrap {
    height: auto;
}

.whats-happeing-hero-right-wrap {
    grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 767px) {
    .whats-happeing-hero-right-wrap.weather-info {
        grid-template-columns: 1fr 1fr;
    }

    body.category-page.whats-happening .banner-hero.medium.auto {
        padding-top: 50px;
    }

    body.category-page.whats-happening .banner-hero.medium.auto > .container {
        margin-bottom: 20px;
    }

    .banner-hero-bg-color.hero-blog-2 {
        height: 60%;
    }

    .wh-highlighted-products-wrap .blog-highlighted-section-article {
        max-width: 100%;
    }
}

.add-review {
    flex: 0 auto;
}

div#reviews .product-subtitle {
    flex-wrap: wrap;
    justify-content: space-between;
}

div#reviews .product-subtitle .prod-content-subtitle {
    flex: 1;
}

@media (max-width: 767px) {
    .add-review {
        flex: 0 100%;
        margin-top: 20px;
    }
}

.prod-reviews-list-wrap.review-submitted-wrap {
    display: block;
    width: 100%;
}

.prod-reviews-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.prod-reviews-single {
    flex: 0 100%;
}

.review-modal-info {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.avatar {
    width: 36px;
    height: 36px;
    background: #D9D9D9;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-info {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.20000000298023224px;
    text-align: left;
    color: #000;
}

.client-info .date {
    color: #666666;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.20000000298023224px;
    text-align: left;
}

.prod-reviews-single-rating-content .prod-reviews-single-rating-description {
    font-weight: 300;
}

.prod-reviews-single-rating-content {
    padding-top: 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #666;
    padding-left: 48px;
}

.prod-reviews-single-rating-highlight {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #000;
}

.prod-reviews-single + .prod-reviews-single {
    border-top: 1px solid #E5E5E5;
    margin-top: 20px;
    padding-top: 20px;
}

.prod-reviews-list-wrap.review-submitted-wrap .default-button {
    margin: 20px auto 0;
}

#reviews .prod-content-subtitle .semibold {
    display: block;
}

.prod-thumb-rating-wrap.with-average {
    align-items: center;
}

.average-value {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: left;
}

.prod-thumb-rating-wrap.with-average .prod-thumb-rating-count {
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #666666;
}

#reviews .prod-thumb-rating-wrap.with-average {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
}

.prod-reviews-single-rating-content .prod-thumb-rating-stars {
    margin-bottom: 6px;
}

@media (min-width: 992px) {
    .product-page-side-sticky-wrap {
        position: static;
        max-height: unset;
    }

    .product-page-side-sticky-wrap .pd-top-40 {
        position: sticky;
        top: 30px;
    }

    .product-side-sticky {
        position: static;
        max-height: unset;
    }

    .product-side-sticky .product-action-sticky-card,
    .product-side-sticky .widget-ventrata-wrap {
        position: sticky;
        top: 30px;
    }
}

.wh-event-upsell-prods-tabs-wrap .default-button:not(.active) {
    background-color: transparent;
    color: var(--black);
    border: unset;
    border-bottom-width: 0;
    box-shadow: unset;
}

.tabs-events-sliders {
    width: 100%;
}

@media (max-width: 767px) {
    .map-wrap .popup-info {
        left: 10px;
    }

    .popup-products .products .product-thumb-new {
        flex: 0 100%;
    }

    .popup-products {
        overflow-y: scroll;
    }

    .pin > span:not(.icon) {
        display: none;
    }
}

@media (min-width: 1200px) {
    .highlighted-blog-article-info-content-wrap {
        min-height: 350px;
        justify-content: flex-start;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .highlighted-blog-article-info-content-wrap {
        justify-content: flex-start;
        min-height: 350px;
    }

    .blog-cms-page .banner-hero.medium.auto {
        margin-bottom: 70px;
    }

    .highlighted-blog-article-info-description-title {
        font-size: 28px;
    }
}

@media (max-width: 1630px) {
    .banner-hero.number-pagination-banner.big.swiper .swiper-pagination {
        padding: 0 15px;
    }
}

.footer-lang-switch-wrap .lang-switcher .nav-top-link-icon-wrap {
    opacity: 1;
}

.popup-products .content {
    position: relative;
}

.popup-products .close-popup {
    position: absolute;
    right: 0;
    margin: 0;
}

.product-thumb-new.product-card {
    height: auto;
}

.carousel-products .swiper-wrapper {
    align-items: stretch;
}

@media (max-width: 991px) {
    .section-top-title-wrap .slider-section-slider-arrows-wrap {
        flex: 0 auto;
    }

    .section-top-title-wrap .section-title-wrap {
        flex: 1;
    }

    .section-top-title-wrap {
        align-items: flex-start;
        justify-content: space-between;
    }
}

@media (max-width: 991px) {
    .section-highlights-posts .showcase-category-grid {
        display: flex;
        overflow-x: scroll;
        width: 100%;
    }

    .section-highlights-posts .showcase-category-grid .product-thumb-new {
        width: 80%;
        min-width: 80%;
    }

    .section-highlights .showcase-category-grid {
        width: 100%;
        overflow-x: scroll;
        min-height: auto;
        display: flex;
    }

    .section-highlights .showcase-category-grid .category-big-highlight-card {
        min-width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-highlights-posts .showcase-category-grid .product-thumb-new {
        width: 40%;
        min-width: 40%;
    }

    .category-big-highlight-card-content-wrap {
        padding: 20px 15px;
    }


    .section-highlights .showcase-category-grid .category-big-highlight-card {
        min-width: 45%;
    }
}

.swiper-wrapper:has(.product-thumb-new) .product-thumb-new,
.section-highlights-posts .showcase-category-grid .product-thumb-new {
    height: auto;
}

.section-highlights-posts .showcase-category-grid,
.swiper-wrapper:has(.product-thumb-new) {
    align-items: stretch;
}

.contacts-info-wrapper .product-contact-secondary-info-right-links-single-icon {
    width: 32px;
    height: 32px;
}

footer.footer {
    margin-top: 80px;
}

@media (max-width: 767px) {
    .banner-hero-bg-color.contacts {
        height: 33%;
    }
}

@media (max-width: 991px) {
    .pop-up-form-inside-content-wrap > .plan-event-page-img-wrap {
        flex: 0 100%;
        display: none;
    }

    .pop-up-form-inside-content-wrap.pd-40-inside > .container {
        flex: 0 100%;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .pop-up-form-inside-content-wrap {
        overflow-y: scroll;
    }

    .pop-up-inside-content-form-wrap {
        max-width: 100%;
    }
}

.popup.popup-team.active {
    z-index: 99;
}

@media (max-width: 767px) {
    .events-highlight-text-section {
        text-align: left;
        justify-content: flex-start;
    }

    .events-highlight-text-section * {
        text-align: left;
        justify-content: flex-start;
    }

    .events-highlight-subtitle {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .map-wrap {
        height: 60vh;
    }
}

.hero-search-box .ui-autocomplete .no-hover.ui-menu-item {
    pointer-events: none;
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .banner-hero.with-breadcrumbs:has( .breadcrumbs-section) .container {
        padding-top: 150px;
    }
}

@media (max-width: 767px) {
    .career-openings-wrap {
        display: flex;
    }

    .what-to-know-section {
        flex-flow: column;
        display: flex;
    }

    .pop-up-large-body {
        height: 85vh;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .what-to-know-section {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 991px) {
    .pop-up-large-body .container {
        overflow: initial;
        height: auto;

    }

    .plan-event-page-content {
        height: 100%;
        overflow-y: scroll;
        z-index: -1;
        padding-bottom: 60px;
    }
}

.not-found-page .hero-banner-content.larger {
    max-width: 680px;
}

.banner-hero.medium {
    min-height: 60vh;
    height: auto;
}

.newsletter-popup .content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
    text-align: center;
    padding-bottom: 20px;
    gap: 0;
    flex-direction: column;
}

.newsletter-popup .content .bottom-blog-link {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 9;
    bottom: 0;
}

@media (max-width: 1699px) {
    .newsletter-popup .content {
        overflow-x: scroll;
        flex-direction: row;
        gap: 100px;
    }

    .newsletter-pop-up-content-wrap {
        padding: 20px 40px;
        gap: 9px;
    }
}

@media (min-width: 768px) and (max-width: 1699px) {
    .newsletter-pop-up-content-wrap iframe {
        max-height: 295px;
    }
}

.prod-ap-label:not(:has( > img)) {
    padding-top: 4px;
    padding-bottom: 4px;
}

.restaurant-card .prod-secondary-info-wrap .prod-secondary-info-text.address-info,
.text-default-body.address-info {
    font-weight: 400;
    display: block;
    font-size: 16px;
}

.restaurant-card {
    height: auto;
}

.category-product-list .product-thumb-new {
    height: auto;
}

.restaurant-card .prod-thumb-single-thumb-wrap {
    height: 100%;
}

.category-product-list .transfer-card .prod-thumb-single-img-wrap {
    flex: 0 auto;
}

.category-product-list .transfer-card {
    flex-wrap: wrap;
}

.category-product-list .transfer-card
.prod-thumb-single-thumb-wrap {
    flex: 1;
}

.pdp-hero-wrap.trip-ideas:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    z-index: 1;
}

.pdp-hero-wrap.trip-ideas {
    position: relative;
}

.contacts-wrapper .button-text {
    font-weight: 300;
}


.post-category .banner-hero:not(:has( .highlighted-posts-sections)) {
    min-height: 0;
    padding-bottom: 40px;
}

.post-category .banner-hero:not(:has( .highlighted-posts-sections)) .banner-hero-bg-color {
    height: 100%;
}

.hero-banner-heading-xl > *,
.section-top-title > *,
.plan-trip-cta-section-content-title > *,
.category-big-highlight-card-title-wrap > * {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.location-icon {
    filter: brightness(0%);
}

.tab-team-3321 {
    height: 90vh;
    overflow-y: scroll;
}

.trip-ideas-page .section-top-title {
    font-weight: 400;
}

@media (max-width: 767px) {
    .col-container {
        flex-direction: column;
    }

    .col-3 {
        width: 100%;
        margin-top: 3%;
        margin-bottom: 3%;
    }

    .col-3 img {
        max-width: 100%;
        height: auto;


    }

    .partners-hero-banner-info-wrap .default-button {
        width: 100%;
        padding: 10px 12px;
        font-size: 16px;
    }

    .product-top-highlights-wrap {
        justify-content: center;
        align-items: center;
    }

    .be-a-partner-banner {
        margin-bottom: 40px;
    }

    .partner-hero-card-shuffle-div {
        width: 100%;
        height: auto;
        max-width: 79%;
    }

    .partner-hero-shuffle-wrap {
        align-items: center;
        justify-content: center;
    }

    .partner-hero-card {
        padding: 12px 20px;
    }

    .be-a-partner-banner {
        overflow: hidden;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .partner-hero-shuffle-wrap {
        left: auto;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .hero-banner-content.small-btm-padding.partners {
        width: 50%;
    }

    .partner-hero-card-shuffle-div {
        padding-right: 40px;
    }

    .partner-hero-card-stat {
        font-size: 18px;
    }

    .partner-hero-card-stat-description {
        font-size: 12px;
    }

    .partner-hero-card {
        padding: 12px 20px;
    }

    .be-a-partner-banner {
        overflow: hidden;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .partner-hero-card {
        top: 80%;
    }
}

@media (min-width: 768px) and  (max-width: 991px) {
    .partner-hero-card {
        position: absolute;
        bottom: 16%;
    }
}

@media (max-width: 1700px) {
    .highlighted-blog-article-hero-content-wrap {
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    .filters-wrapper:not(:has( .layered-open)) {
        justify-content: flex-end;
    }
}

.breadcrumbs-link-wrap a:last-child .breadcrumbs-link-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 190px;
    display: block;
}

@media (max-width: 767px) {
    .article-top-left-wrap {
        border-bottom: 1px solid #E5E5E5;
        padding-bottom: 24px;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .trip-carousel .trending-destinations-section {
        display: flex;
        overflow-x: scroll;
        width: 100%;
    }

    .trip-carousel .trending-destinations-section .trending-destinations-highlight-card {
        width: 80%;
        min-width: 80%;
    }
}


@media (min-width: 1700px) {
    .seasons-images .hero-banner-content {
        height: 800px;
    }
}

.product-thumb-new {
    position: relative;
}

.product-thumb-new .hidden-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.title-info {
    margin-bottom: 8px;
}

@media (max-width: 991px) {
    .trip-ideas-detail-page .product-top-highlights-wrap {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .trip-ideas-detail-page .pdp-hero-wrap.trip-ideas {
        height: auto;
        min-height: 70vh;
    }

    .trip-ideas-detail-page .prod-hero-content-info-split .text-default-body.hero {
        display: none;
    }

    .trip-ideas-detail-page .prod-hero-content-info-split-left {
        gap: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-page-side-sticky-wrap {
        width: 100%;
    }

    .category-page .wh-highlighted-products-wrap {
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .header-search-wrapper {
        position: relative;
    }

    .header-search-wrapper .hero-search-box {
        position: absolute;
        right: 42px;
    }

    .nav-mid-content-wrap > .nav-right {
        flex: 0 auto;
    }
}

@media (max-width: 991px) {
    .product-page-side-sticky-nav {
        gap: 12px;
    }

    .product-page-content-wrap .product-side-sticky {
        order: -1;
        position: static;
        padding-bottom: 0;
        width: 100%;
        max-width: 100%;
        max-height: unset;
    }

    .product-page-content-wrap > .pd-top-40 {
        order: 2;
    }

    .sticky-bar-link {
        width: fit-content;
    }

    .default-button, .freeform-form button {
        min-height: 40px;

    }

    .section-top-title {
        line-height: 1.2;
    }

    .itinerary-list-point-single-info-wrap-2 .text-default-body * {
        font-weight: 400;
    }
}

@media (max-width: 1199px) {
    .sticky-bar-link-single:hover {
        color: inherit;
    }
}

@media (max-width: 767px) {
    .inspiration-itin-day-by-day-single {
        align-items: flex-start;
    }

    .hero-banner-content {
        height: auto;
        min-height: 500px;
    }

    .experience-page .product-top-highlights-wrap {
        justify-content: flex-start;
    }
}

.w-richtext ul li + li {
    padding-top: 10px;
}

#itinerary > .text-default-body.macro {
    margin-top: 20px;
}

.product-detailed-info-single p {
    font-weight: 400;
}

.prod-thumb-rating-wrap {
    align-items: center;
}

.category-page .hero-banner-content.small-btm-padding {
    padding-bottom: 60px;
}

@media (min-width: 1200px) {
    body:not(.cms-page-tugatrips-visites-au-activites-au-portugal):not(.cms-page-tugatrips-tours-y-actividades-en-portugal):not(.cms-page-tugatrips-tours-e-atividades-em-portugal):not(.cms-page-tugatrips-tours-and-activities-in-portugal)
    .hero-banner-content.small-btm-padding {
        padding-bottom: 150px;
    }
}

.seasons-toggle {
    width: 100%;
}

.accessibility-wrapper p + p {
    margin-top: 10px;
}

.whats-happening-card {
    min-height: unset;
}

@media (min-width: 1700px) {
    .whats-happening-card img,
    .blog-highlighted-section-article.whats-happening-card .highlighted-prod-img {
        min-height: 500px;
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .whats-happening-card img,
    .blog-highlighted-section-article.whats-happening-card .highlighted-prod-img {
        min-height: 400px;
    }
}

@media (max-width: 1199px) {
    .whats-happening-card img,
    .blog-highlighted-section-article.whats-happening-card .highlighted-prod-img {
        min-height: 350px;
    }
}

@media (min-width: 992px) {
    .category-layered-nav-sticky-wrap .close.close-popup {
        display: none;
    }
}

body.category-page.whats-happening .banner-hero.medium.auto:not(:has( .blog-highlighted-section-article)) .banner-hero-bg-color.hero-blog-2 {
    min-height: 100%;
}

@media (min-width: 1700px) {
    body.category-page.whats-happening .banner-hero.medium.auto {
        min-height: 450px;
    }

    body.category-page.whats-happening .banner-hero.medium.auto:has( .blog-highlighted-section-article) .banner-hero-bg-color.hero-blog-2 {
        min-height: 60%;
    }
}

@media (max-width: 1699px) {
    body.category-page.whats-happening .banner-hero.medium.auto:has( .blog-highlighted-section-article) .banner-hero-bg-color.hero-blog-2 {
        min-height: 80%;
    }

    body.category-page.whats-happening .banner-hero.medium.auto {
        min-height: 200px;
    }
}

@media (max-width: 991px) {
    body.category-page.whats-happening .banner-hero.medium.auto {
        padding-top: 70px;
    }

    .whats-happening-page .product-top-highlights-wrap {
        justify-content: flex-start;
        align-items: flex-start;
    }
}

body.category-page.whats-happening .wh-highlighted-products-wrap {
    align-items: flex-start;
}

.showcase-category-grid .swiper-wrapper {
    height: auto;
}

.cms-page-about-us .text-big {
    font-size: 56px;
}

.events-highlight-text p {
    font-weight: 400;
    font-size: 18px;

}

body.category-page.where-to-stay .hero-banner-content:has(> .breadcrumbs-section) {
    padding-top: 125px;
}

@media (max-width: 991px) {
    body.category-page.where-to-stay .hero-banner-content:has(> .breadcrumbs-section) {
        padding-top: 70px;
    }

    .category-product-listing.custom-listing .category-product-right-wrap {
        flex: 0 100%;
    }
}

@media (min-width: 992px) and (max-width: 1699px) {
    .blog-highlighted-section-article .highlighted-prod-img, .blog-highlighted-section-article {
        max-height: 400px;
        min-height: 380px;
    }
}

@media (min-width: 992px) {
    body.category-page.where-to-stay #highlitghted-venues .highlighted-events-grid._3-cols {
        grid-template-columns: 1fr 1fr;
    }

    body.category-page.where-to-stay #highlitghted-venues .highlighted-events-grid._3-cols:has(> :nth-child(3)) {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.events-highlighted-product-thumb .label-wrapper {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 11;
}

.hightlighted-section .events-highlighted-product-thumb.slider img.highlighted-prod-img {
    min-height: 400px;
    object-fit: cover;
}

.font-medium {
    font-weight: 500;
}

#good-to-know .product-detailed-point + .product-detailed-point {
    margin-top: 6px;
}

body.venue-page.events-venue-page .prod-main-hero-content-wrap .text-default-body {
    color: #BBBBBB;
    opacity: 1;
}

body.venue-page.events-venue-page .prod-hero-content-info-split .text-default-body strong {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

body.venue-page.events-venue-page .prod-hero-content-info-split .text-default-body {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .2px;
}

body.venue-page.events-venue-page .prod-hero-content-info-split .text-default-body.recommended-for {
    color: #fff;
}

.dropdown-menu-section-wrap .footer-link-stack-3:has( > *:nth-child(n + 7)) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}

.default-button.black {
    background: #000;
    color: #fff;
}

#map text {
    font-size: 12px !important;
}

.product-card .product-cta.event {
    bottom: 7em;
}

.product-card .product-cta {
    display: flex;
    position: absolute;
    bottom: 20px;
    margin: 0 15px;
    width: 100%;
    max-width: calc(100% - 30px);
}

.product-card .product-cta > .default-button {
    width: 100%;
}

.product-card .prod-thumb-single-thumb-wrap,
.product-card .product-image-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 10px
}


@media (min-width: 1200px) {
    .product-card .product-cta {
        transition: all 0.5s;
        transform: translateY(100%);
        opacity: 0;
        z-index: -1;
    }

    .product-card:hover .product-cta {
        transform: translateY(0);
        opacity: 1;
        z-index: 1;
    }
}

@media (min-width: 991px) {
    .section-top-title-wrap .section-title-wrap {
        flex: 1;
    }
}

.info-space-wrapper {
    width: 100%;
}

.info-space-wrapper > * {
    padding-left: 16px;
    padding-right: 16px;
}

div.pax-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid slice' role='presentation' width='14px' height='14px' viewbox='0 0 14 14' fill='none'%3E%3Cg clip-path='url(%23clip0_2566_65735)'%3E%3Cpath d='M1.16797 12.8334C1.16797 11.5957 1.65963 10.4087 2.5348 9.53354C3.40997 8.65837 4.59696 8.16671 5.83464 8.16671C7.07231 8.16671 8.2593 8.65837 9.13447 9.53354C10.0096 10.4087 10.5013 11.5957 10.5013 12.8334H1.16797ZM5.83464 7.58337C3.90089 7.58337 2.33464 6.01712 2.33464 4.08337C2.33464 2.14962 3.90089 0.583374 5.83464 0.583374C7.76839 0.583374 9.33464 2.14962 9.33464 4.08337C9.33464 6.01712 7.76839 7.58337 5.83464 7.58337ZM10.1297 8.88596C11.022 9.11529 11.8192 9.62028 12.4078 10.329C12.9964 11.0378 13.3465 11.9141 13.4081 12.8334H11.668C11.668 11.3109 11.0846 9.92487 10.1297 8.88596ZM8.94964 7.55829C9.43847 7.12107 9.82939 6.58549 10.0968 5.98664C10.3642 5.3878 10.502 4.73921 10.5013 4.08337C10.5025 3.28623 10.2986 2.50217 9.90922 1.80662C10.5699 1.93938 11.1643 2.29684 11.5912 2.81824C12.0182 3.33964 12.2514 3.9928 12.2513 4.66671C12.2515 5.08231 12.1628 5.49315 11.9912 5.87168C11.8196 6.25022 11.5691 6.58771 11.2565 6.86152C10.9438 7.13534 10.5762 7.33917 10.1784 7.45934C9.78053 7.57951 9.36159 7.61324 8.94964 7.55829V7.55829Z' fill='currentColor'/%3E%3C/g%3E%3Cdefs%3E%3Cclippath id='clip0_2566_65735'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clippath%3E%3C/defs%3E%3C/svg%3E");
    display: block;
    width: 14px;
    height: 14px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

div.capacity-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid slice' role='presentation' width='18px' height='19px' viewbox='0 0 18 19' fill='none'%3E%3Cg clip-path='url(%23clip0_2573_65749)'%3E%3Cpath d='M12 2.34082H16.5V6.84082H15V3.84082H12V2.34082ZM1.5 2.34082H6V3.84082H3V6.84082H1.5V2.34082ZM15 14.3408V11.3408H16.5V15.8408H12V14.3408H15ZM3 14.3408H6V15.8408H1.5V11.3408H3V14.3408Z' fill='currentColor'/%3E%3C/g%3E%3Cdefs%3E%3Cclippath id='clip0_2573_65749'%3E%3Crect width='18' height='18' fill='white' transform='translate(0 0.0908203)'/%3E%3C/clippath%3E%3C/defs%3E%3C/svg%3E");
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 17px;
}

.info-space-wrapper .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #666666;
    margin-bottom: 4px;
}

.info-space-wrapper .prod-secondary-info-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.whatsapp-icon {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    width: 45px;
    height: 45px;
    position: fixed;
    right: 25px;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    color: #878787;
    background-color: #fff;
    z-index: 100;
    line-height: 48px;
    border-radius: 50px;
    font-style: normal;
    box-shadow: unset;
    background: transparent;
    bottom: 30px !important;
}

.venues-tabs .products-categ-slider-tab-single {
    min-width: fit-content;
}

.venues-tabs {
    overflow-x: auto;

    &:after {
        position: absolute;
        right: 0;
        height: 100%;
        width: 100%;
        content: "";
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 80%, #ffffff 90%);
        pointer-events: none; /* so the text is still selectable */
    }

}

.venue-list {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
}

.venue-list__button--next {
    position: relative;
}

.venue-list__button--prev {
    margin-right: 10px;
}

.venue-list__button--prev,
.venue-list__button--next {
    width: 26px;
    height: 26px;
}

.venue-rooms-higlight-section .prod-secondary-info-text {
    font-size: 16px;
}

@media (max-width: 767px) {
    .awards-container {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-between;
    }

    .awards-container > div:not(:first-child) {
        flex: 0 40%;
    }

    .awards-container > div {
        margin: 0;
    }
}

.text-default-body span[style*=color] {
    color: inherit !important;
}

.prod-secondary-info-wrap .address-info {
    flex: 0 100%;
}

.payment-methods-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-mid-right-wrap {
        max-width: 100%;
    }
}

.blog-cms-page .banner-hero {
    flex-wrap: wrap;
}

.category-big-highlight-card-overlay-2.new-block .map-info-shadow-overlay {
    height: 100%;
    background: #0000001A;
}

.events-card .prod-secondary-info-text,
.whats-happening-card .prod-secondary-info-text {
    font-weight: 400;
}

@media (max-width: 767px) {
    .events-highlight-text-section h2 {
        margin: 0;
    }
}

.plan-event-page-content:has( #career-form-wraper) {
    padding-bottom: 30px;
}

.plan-event-page-content #career-form-wraper {
    padding-bottom: 0;
}

.quote img {
    flex: 0 auto;
}

.quote div {
    flex: 1;
}

.menu-mobile .nav-link-drop-arrow {
    width: 20px;
}

/*Ventrata Widget*/
.experience-page .product-side-sticky.negative-btm-margin .widget-ventrata-wrap {
    position: static;
}

.experience-page .product-side-sticky.negative-btm-margin {
    margin: 0;
    position: relative;
}

.sticky-button-ventrata {
    transition: transform 0.5s ease;
    top: 0;
    max-width: 380px;
    width: 100%;
    position: fixed;
    transform: translateY(-60px);
    z-index: 990;
}

.sticky-button-ventrata.visible {
    transform: translateY(1em);
}

.sticky-button-ventrata .default-button {
    width: 100%;
}

@media (max-width: 991px) {
    .sticky-button-ventrata {
        display: none;
    }
}

.product-side-sticky .product-top-highlights-description {
    color: #000;
}
/*Ventrata Widget*/

.text-loop .text.swiper-slide {
    width: fit-content!important;
}