.swiper-button-next.nav-bckgrd-black,
.swiper-button-prev.nav-bckgrd-black {
    background-color: #000 !important;
}

.heroPhotoVisualContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section .ct-section-inner-wrap {
    max-width: 1232px;
    width: 100%;
}

section {
    overflow: hidden;
}

.ct-section-inner-wrap {
    padding-left: 24px;
    padding-right: 24px;
    z-index: 2;
}

.section__pad-top-sm .ct-section-inner-wrap {
    padding-top: clamp(32px, 8vw, 40px) !important;
}

.section__pad-bottom-lg {
    padding-bottom: clamp(90px, 20vw, 160px);
}

.section__pad-bottom-110 {
    padding-bottom: clamp(80px, 16vw, 110px) !important;
}

.section__pad-top-110 {
    padding-top: clamp(80px, 16vw, 110px) !important;
}

.section__pad-lg {
    padding-top: clamp(90px, 20vw, 160px) !important;
    padding-bottom: clamp(90px, 20vw, 160px) !important;
}

.section__pad-bottom-m {
    padding-bottom: clamp(48px, 10vw, 95px) !important;
}

.section__pad-m {
    padding-top: clamp(48px, 15vw, 95px);
    padding-bottom: clamp(48px, 15vw, 95px);
}

.no-pad-btm {
    padding-bottom: 0 !important;
}

.black-bg {
    background: #000 !important;
    z-index: 2;
    position: relative;
}

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


.menuGreen nav .menuToggle > span {
    background-color: #fff;
}

.bandeau-vertical {
    border-right: none !important;
    background-color: transparent !important;
    display: none !important;
}

.column-wrap {
    position: relative;
    width: 100%;
}

.column--span-2 {
    grid-column: span 2;
}

.column--span-3 {
    grid-column: span 3;
}

.grid--5 {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
}

.gap--lg {
    column-gap: clamp(32px, 6vw, 124px) !important;
}

.gap--96 {
    column-gap: clamp(32px, 6vw, 96px) !important;
}

.secondary-link,
.secondary-link:visited {
    font-weight: 700;
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 20px;
    border-bottom: 2px #1cd761 solid;
    padding-bottom: 2px;
    color: #000;
}

.text-lg {
    font-size: clamp(18px, 3vw, 24px) !important;
}

.text-center {
    text-align: center;
}

.h2--lg {
    font-size: clamp(65px, 6vw, 90px) !important;
}

.h2--xl {
    font-size: clamp(95px, 18vw, 150px) !important;
}

.text--white {
    color: #fff !important;
}

.text--20 {
    font-size: clamp(18px, 2vw, 20px) !important;
    margin: 0;
    line-height: 1.4;
}


.text--s {
    font-size: clamp(14px, 2vw, 16px) !important
}

.text--600 {
    font-weight: 600 !important;
}

@media(max-width: 767px) {
    .grid--5 {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .column--span-2 {
        grid-column: span 1;
    }

    .column--span-3 {
        grid-column: span 1;
    }
}

#page,
body {
    overflow: visible !important;
}

footer {
    overflow: hidden;
}

nav.bandeaufixed {
    display: none;
}

.bg--light {
    background: #F4F3EF !important;

}

.bg--tilt {
    background: url('https://360chicago.com/wp-content/uploads/2023/11/homepage-tilt-background.jpg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.width--m {
    max-width: 600px;
    width: 100%;
}

/** BLOG SECTION **/
.blog {
    padding: clamp(64px, 10vw, 152px) 28px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 5;
    position: relative;
    align-items: center;
}

.blog .blog__swiper-cont {
    max-width: 1200px;
    width: 100%;
}

.blog .swiper-blog {
    overflow: visible !important;
}

.blog .swiper-blog .swiper-button-next.nav-bckgrd-black,
.blog .swiper-blog .swiper-button-prev.nav-bckgrd-black {
    background-color: #000 !important;
    top: 30% !important;
}

.blog h2 {
    font-family: "TungstenNarrow-Semibold";
    font-size: clamp(48px, 7vw, 72px);
    line-height: .9;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 32px;
    max-width: 440px;
}

.blog .blog-card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-top: 6px;
}

.blog .blog-card h3 {
    font-family: "TungstenNarrow-Semibold";
    font-size: 40px;
    line-height: 1;
    margin-top: 16px;
    margin-bottom: 0px;
}

.blog .blog-card a {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    border-bottom: 2px #1cd761 solid;
    padding-bottom: 2px;
    color: #000;
}

.blog .blog-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 480px) {
    .blog .blog-card a {
        font-size: 14px;
    }


    .blog .blog-card h2 {
        font-size: 36px;
        line-height: 43px;
        letter-spacing: 0.5px;
    }
}


/** SUBSCRIBE SECTION **/
.subscribe__section {
    background: #fff;
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    padding: 48px 28px;
    padding-bottom: clamp(90px, 14vw, 180px);
}

.subscribe__section h2 {
    font-family: "TungstenNarrow-Bold";
    font-size: clamp(36px, 7vw, 55px);
    line-height: 0.9;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #225540;
    margin-top: 0;
    margin-bottom: 8px;
}

.subscribe__section .chicago-form {
    width: 100% !important;
}

.subscribe__section .chicago-form input[type="email"] {
    background: #fff !important;
}

.subscribe__section .gform_title {
    display: none;
}

.subscribe__section p {
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
    font-weight: 500;
}

.subscribe__section .subscribe__inner {
    background: #f5f5f5;
    padding: clamp(48px, 6vw, 64px) clamp(24px, 8vw, 100px);
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    grid-column-gap: 80px;
    grid-row-gap: 20px;
    display: grid;
    width: 100%;
    max-width: 1024px;
    align-items: center;
}

@media (max-width: 767px) {
    .subscribe__section .subscribe__inner {
        grid-template-columns: repeat(1, minmax(200px, 1fr));
    }
}

/** SOCIAL **/
.social__section {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 132px 28px;
    background: #000;
    z-index: 5;
    position: relative;
}

.social__section .social__section-inner {
    max-width: 1024px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
}

.social__section .social__section-inner h2 {
    font-family: "TungstenNarrow-Semibold";
    font-style: normal;
    font-weight: 373;
    font-size: clamp(56px, 10vw, 72px);
    line-height: 1;
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.45);
    margin-top: 0px;
    margin-bottom: 0px;
}

.social__section .social__icons {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.social__section .social__icons img {
    height: clamp(20px, 4vw, 32px);
}

/** FULL SLIDER **/
.full-slider__section {
    position: relative;
    z-index: 5;
}

.full-slider__section h2 {
    font-family: "TungstenNarrow-Semibold";
    font-size: clamp(45px, 14vw, 72px);
    line-height: 0.9;
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
}

.full-slider__section .full-slider__fixed-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    width: 72%;
}

.full-slider__section .swiper {
    height: 100%;
    max-height: 850px;
    height: 100vh;
}

@media(max-width: 767px) {
    .full-slider__section .swiper {
        max-height: 550px;
    }
}

.swiper-full {
    position: relative;

}

/*
.swiper-full:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 2;
}
*/

.swiper-full .swiper-slide {
    background-position: center;
}

.content-fullbg__section {
    position: relative;
    max-height: 750px;
    height: 100vh;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
}

.content-fullbg__section h2 {
    font-family: "TungstenNarrow-Semibold";
    font-style: normal;
    font-weight: 373;
    font-size: clamp(56px, 10vw, 72px);
    line-height: 1;
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.45);
    margin-top: 0px;
    margin-bottom: 0px;
}

.content-fullbg__section p {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

.content-fullbg__section .content-fullbg__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 640px;
    padding: 0px 28px;
}

.content-fullbg__section .content-fullbg__content a {
    margin: auto;
    padding: 20px 48px !important;
}

@media (max-width: 480px) {
    .content-fullbg__section .content-fullbg__content {
        gap: 16px;
    }

    .content-fullbg__section .content-fullbg__content a {
        margin-top: 16px;
    }
}

.full-slider__section .gallery__title {
    color: #FFF;
    font-size: 115px;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: -52px;
    z-index: 2;
    display: block;
    position: relative;
    padding: 0px 24px;
}

@media(max-width: 767px) {
    .full-slider__section .gallery__title {
        font-family: "TungstenNarrow-Semibold";
        font-size: clamp(50px, 9vw, 65px);
        line-height: 1;
        letter-spacing: 1px;
        text-transform: capitalize;
        margin-bottom: -16px;
    }
}

.full-slider__section .gallery__title--right {
    text-align: right;
}

.full-slider__section .gallery__subtext {
    color: #FFF;
    text-align: center;
    font-size: clamp(16px, 3.5vw, 24px);
    font-weight: 400;
    line-height: 1.5;
    max-width: 820px;
    padding: 0px 24px;
    margin: auto;
    margin-top: clamp(24px, 4vw, 40px);
}

.full-slider__section .gallery__note {
    color: #FFF;
    display: block;
    text-align: center;
    font-size: clamp(14px, 3vw, 16px);
    font-weight: 700;
    line-height: 1.5;
    margin-top: 24px;
}

/** IMAGE GROW **/
.img-grow__logo {
    width: auto;
    height: auto;
    margin-top: 3rem;
}

.img-grow__stars {
    max-width: 100px;
}

.img-grow__content p {
    margin: 0;
}

.img-grow__content img {
    width: auto !important;
    height: auto !important;
}

.img-grow__review {
    font-weight: 700;
    font-size: clamp(24px, 7vw, 45px);
    line-height: 1.1;
    max-width: 768px;
    text-align: center;
    color: #ffffff;
}

.img-grow__reviewer {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
}

@media(max-width: 767px) {
    .img-grow__logo {
        display: none;
    }

    .img-grow__reviewer {
        margin-top: 12px !important;
    }
}

.img-grow__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
    align-items: center;
    gap: clamp(12px, 3vw, 20px);
    padding: 64px 28px;
    box-sizing: border-box;
}

.img-grow__content--btm {
    justify-content: flex-end;
}

.img-grow__section {
    background: #000;
    z-index: 5;
    position: relative;
}

.img-grow__section--white {
    background: #fff;
    max-height: 750px;
    height: 100vh;
}

.img-grow-wrapper {
    width: 100%;
    text-align: center;
    position: relative;
    cursor: pointer;
    max-height: 750px;
    height: 100vh;
    position: relative;
    width: 100%;
}

.img-grow-wrapper--green {
    display: flex;
    flex-direction: column;
    gap: 54px;
    align-items: center;
}

.img-grow-wrapper--green .img-grow__content {
    max-width: 880px;
}

.img-grow__green {
    font-weight: 700;
    font-size: clamp(22px, 4vw, 45px);
    line-height: 1.2;
    text-align: center;
    color: #1cd761;
    margin: 0;
}

.img-grow__white {
    font-weight: 600;
    font-size: clamp(18px, 3vw, 24px);
    line-height: 1.7;
    text-align: center;
    color: #ffffff;
}

.img-grow__white--sm {
    font-size: clamp(14px, 3vw, 18px);
    font-weight: 500;
}

.grow__background-color {
    background: #225540;
}

.img-grow-active {
    transform: scale3d(1, 1, 1);
}

.img-grow-wrapper > picture img,
.bg-img--general,
.grow__background-color,
.testimonial__borders {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.testimonial__borders {
    border-top: 5vh solid #000;
    z-index: 10 !important;
    border-right: 5vw solid #000;
    border-left: 5vw solid #000;
    border-bottom: 5vh solid #000;
}

@media (max-width: 480px) {

    .img-grow-wrapper,
    .content-fullbg__section,
    .img-grow__section--white {
        max-height: 500px;
    }

    .img-grow-wrapper--lg,
    .img-grow__section--white-lg {
        max-height: 680px;
    }
}

/** FEATURE CARDS **/
.feat-cards__section {
    padding: 48px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #000;
    z-index: 5;
    position: relative;
    align-items: center;
}

.feat-cards__section > h2 {
    font-size: clamp(35px, 5vw, 55px);
    line-height: 1;
    text-align: center;
    letter-spacing: 0.5px;
    font-family: "TungstenNarrow-SemiBold";
    color: #ffffff;
    margin: 0 28px;
    margin-top: 16px;
    max-width: 600px;
}

.feat-cards__section > p {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
    max-width: 400px;
    margin-left: 28px;
    margin-right: 28px;
}

.feat-cards__section .disclaimer {
    font-weight: 600;
    font-size: clamp(19px, 4vw, 22px);
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    max-width: 690px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: clamp(48px, 7vw, 64px);
    margin-bottom: 64px;
    padding: 0px 28px;
}

.feat-cards__section .disclaimer a {
    background: #62d36f;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    /* max-width: 160px; */
    padding: 14px 20px;
    color: #225540;
    border: none;
    border-radius: 0px;
    font-family: "Poppins";
}

.feat-cards__section .swiper-slide {
    text-align: center;
}

.feat-cards__section .swiper-slide > a {
    font-weight: 700;
    font-size: clamp(14px, 7vw, 16px);
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    border-bottom: 2px #1cd761 solid;
    padding-bottom: 2px;
    margin-top: 20px;
    display: inline-block;
}

.feat-cards__section .feat-cards__swiper-cont {
    max-width: 1340px;
    width: 100%;
    height: calc(48px + clamp(48px, 7vw, 64px) + clamp(472px, 48vw, 600px));
}

.feat-cards__section .feat-card {
    height: clamp(472px, 48vw, 600px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    border-radius: 6px;
    padding: clamp(24px, 4vw, 32px) clamp(16px, 7vw, 32px);
}

.feat-cards__section .feat-card h3 {
    font-family: "TungstenNarrow-SemiBold";
    font-size: clamp(45px, 7vw, 55px);
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}

.feat-cards__section .feat-card p {
    font-weight: 700;
    font-size: clamp(15px, 4vw, 18px);
    line-height: 1.8;
    text-align: center;
    color: #ffffff;
    margin-top: 4px;
    margin-bottom: 20px;
}

.feat-cards__section .feat-card img:not(.bg-img) {
    max-width: 64px;
}

.feat-cards__section .feat-card .bg-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
    border-radius: 6px;
}

.feat-cards__section .feat-card a {
    background-color: #1dd761;
    font-size: clamp(14px, 4vw, 18px);
    font-weight: 700;
    color: #225540;
    padding: 16px 24px;
    font-family: Poppins;
    display: inline-block;
    border: none;
    border-radius: 0;
}

.content-fullbg__section a,
.subscribe__section .chicago-form .gform_button {
    background: #62d36f;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    /* max-width: 160px; */
    padding: 14px 20px;
    color: #225540;
    border: none;
    border-radius: 0px;
    font-family: "Poppins";
}

/** DETAILS BAR **/
.section__details-bar {
    background: #225540;
    padding: 18px;
    margin: auto;
    z-index: 5;
    position: relative;
    display: flex;
    justify-content: center;
}

.section__details-bar .details__grid {
    display: flex;
    flex-direciton: row;
    gap: 64px;
}

.section__details-bar .details__header {
    font-family: "TungstenNarrow-Bold";
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1cd761;
    margin: 0;
    margin-bottom: 6px;
}

.section__details-bar .details__text {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 480px) {
    .section__details-bar .details__grid {
        gap: 16px;
    }

    .section__details-bar .feat-card {
        max-height: 525px;
    }
}

/** HERO HOME **/
.heroHome-alt:after {
    content: "";
}

.heroHome-alt {
    height: calc(100vh - 86px);
    max-height: 900px;
    min-height: 500px;
}

.heroHome-alt h1 {
    font-size: clamp(50px, 10vw, 75px);
    line-height: 0.85;
    letter-spacing: 1px;
    text-transform: none !important;
    max-width: 500px !important;
}

.heroHome-alt h1.lg {
    font-size: clamp(65px, 11vw, 95px);
    letter-spacing: 0px;
    max-width: 600px !important;
    font-family: 'TungstenNarrow-Medium';
    font-weight: 400;
}

.heroHome-alt .heroPhotoContentContainer {
    bottom: 60px;
    margin-left: 142px;
    padding-left: 54px;
    transform: translateY(0%);
    top: auto;
    gap: 24px;
    display: flex;
    flex-direction: column;
}

.heroHome-alt .heroPhotoContentContainer--center {
    margin-left: 0px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
}


.heroHome-alt .heroPhotoContentContainer p {
    font-weight: 600;
    font-size: clamp(14px, 3vw, 18px);
    line-height: 1.5;
    margin: 0;
    max-width: 580px;
}

.heroHome-alt .heroPhotoContentContainer--center p {
    font-size: clamp(18px, 4vw, 28px);
    text-align: center;
}

.heroHome-alt .heroPhotoContentContainer--center h1 {
    font-size: clamp(65px, 12vw, 115px);
    max-width: 100% !important;
    text-align: center;
}


.heroHome-alt .heroPhotoContentContainer a {
    padding-top: 0.644rem;
    padding-bottom: 0.644rem;
    font-size: 18px;
}



.heroHome-alt .heroPhotoContentContainer--center a,
.heroHome-alt .heroPhotoContentContainer .chicago-green-btn {
    color: #225540;
    width: 180px;
    padding: 16px !important;
    font-size: 16px;
}

.heroHome-alt .heroPhotoContentContainer--center a:hover {
    color: #fff;
}


.home-hero__video-outer {
    position: relative;
    aspect-ratio: 16 / 9;
    grid-column: span 5;
    position: absolute;
    left: 0;
    min-height: calc(100% + 120px);
    right: 0;
    bottom: -60px;
}

.home-hero__video-outer iframe,
.media-outer,
.video-container {
    height: 100%;
}

.video-container {
    z-index: 2;
    position: relative;
}

.video-container:after {
    background: rgba(0, 0, 0, .2);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}

.heroHome-alt h1 {
    max-width: 40.938rem;
}

.heroHome-alt .swiper-hero {
    height: 100%;
}

.heroHome-alt .swiper-hero .swiper-slide {
    background-position: center;
}

@media (max-width: 1023px) {
    .heroHome-alt .heroPhotoContentContainer {
        margin-left: 0;
        padding-left: 28px;
        padding-right: 28px;
        gap: 24px;

    }

    .heroHome-alt h1 {
        margin-bottom: -12px;
    }

    .heroHome-alt .heroPhotoContentContainer p {
        margin-top: .5rem;
    }

}

@media (max-width: 480px) {
    .heroHome-alt {
        height: calc(100vh - 100px);
        min-height: 420px;
    }
}

/** SWIPER **/
.swiper {
    overflow: visible !important;
    width: 100%;
}

.swiper .swiper-button-next.swiper-button-disabled,
.swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    border-radius: 50%;
    background: #fff;
    width: clamp(36px, 8vw, 48px);
    height: clamp(36px, 8vw, 48px);
    background: transparent !important;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
    content: "";
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: clamp(18px, 8vw, 22px);
}

.swiper .swiper-button-prev:after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTgiIGhlaWdodD0iNTkiIHZpZXdCb3g9IjAgMCA1OCA1OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOSA1OC41NzE0QzEyLjk4MzcgNTguNTcxNCAwIDQ1LjU4NzYgMCAyOS41NzE0QzAgMTMuNTU1MSAxMi45ODM3IDAuNTcxMzgxIDI5IDAuNTcxMzgxQzQ1LjAxNjMgMC41NzEzODEgNTggMTMuNTU1MSA1OCAyOS41NzE0QzU4IDQ1LjU4NzYgNDUuMDE2MyA1OC41NzE0IDI5IDU4LjU3MTRaTTMyLjc0OTMgMTYuMTcxNEMzMy41NTUxIDE1LjQxNTkgMzQuODIwOCAxNS40NTY4IDM1LjU3NjMgMTYuMjYyNkMzNi4zMzE3IDE3LjA2ODQgMzYuMjkwOSAxOC4zMzQxIDM1LjQ4NTEgMTkuMDg5NUwyMy4zOTQ0IDMwLjQyNDZMMzUuNDg1MSA0MS43NTk2QzM2LjI5MDkgNDIuNTE1MSAzNi4zMzE3IDQzLjc4MDggMzUuNTc2MyA0NC41ODY2QzM0LjgyMDggNDUuMzkyNCAzMy41NTUxIDQ1LjQzMzIgMzIuNzQ5MyA0NC42Nzc4TDE5LjEwMjIgMzEuODgzN0wxNy41NDU5IDMwLjQyNDZMMTkuMTAyMiAyOC45NjU1TDMyLjc0OTMgMTYuMTcxNFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) !important;
}

.swiper .swiper-button-next:after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTgiIGhlaWdodD0iNTkiIHZpZXdCb3g9IjAgMCA1OCA1OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOSA1OC41NzE0QzQ1LjAxNjMgNTguNTcxNCA1OCA0NS41ODc2IDU4IDI5LjU3MTRDNTggMTMuNTU1MSA0NS4wMTYzIDAuNTcxMzgxIDI5IDAuNTcxMzgxQzEyLjk4MzcgMC41NzEzODEgMCAxMy41NTUxIDAgMjkuNTcxNEMwIDQ1LjU4NzYgMTIuOTgzNyA1OC41NzE0IDI5IDU4LjU3MTRaTTI1LjI1MDcgMTYuMTcxNEMyNC40NDQ5IDE1LjQxNTkgMjMuMTc5MiAxNS40NTY4IDIyLjQyMzcgMTYuMjYyNkMyMS42NjgzIDE3LjA2ODQgMjEuNzA5MSAxOC4zMzQxIDIyLjUxNDkgMTkuMDg5NUwzNC42MDU2IDMwLjQyNDZMMjIuNTE0OSA0MS43NTk2QzIxLjcwOTEgNDIuNTE1MSAyMS42NjgzIDQzLjc4MDggMjIuNDIzNyA0NC41ODY2QzIzLjE3OTIgNDUuMzkyNCAyNC40NDQ5IDQ1LjQzMzIgMjUuMjUwNyA0NC42Nzc4TDM4Ljg5NzggMzEuODgzN0w0MC40NTQxIDMwLjQyNDZMMzguODk3OCAyOC45NjU1TDI1LjI1MDcgMTYuMTcxNFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) !important;
}

.blog__swiper-cont .swiper .swiper-button-prev:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTgiIGN5PSIxOCIgcj0iMTgiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAxIDM2IDApIiBmaWxsPSJibGFjayIvPgo8cGF0aCBkPSJNMjEgMTFMMTMgMTguNUwyMSAyNiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==) !important;
}

.blog__swiper-cont .swiper .swiper .swiper-button-next:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTgiIGN5PSIxOCIgcj0iMTgiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xNSAxMUwyMyAxOC41TDE1IDI2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K) !important;
}

.blog__swiper-cont .swiper .swiper-button-next,
.blog__swiper-cont .swiper .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 40%);
}

.ticket-type__section .swiper-button-next:after,
.ticket-type__section .swiper-button-prev:after {
    font-size: clamp(18px, 8vw, 22px);
}

.ticket-type__section .swiper .swiper-button-next.swiper-button-disabled,
.ticket-type__section .swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.ticket-type__section .swiper .swiper-button-next,
.ticket-type__section .swiper .swiper-button-prev {
    border-radius: 50%;
    background: #fff;
    width: 36px;
    height: 36px;
    top: 30%;
}

@media (max-width: 519px) {
    .ticket-type__section .swiper .swiper-button-next {
        right: -24px;
    }

    .ticket-type__section .swiper .swiper-button-prev {
        left: -24px;
    }
}

.ticket-type__section .swiper .swiper-button-prev,
.ticket-type__section .swiper .swiper-button-next {
    background: transparent !important;
}

.ticket-type__section .swiper .swiper-button-prev:after,
.ticket-type__section .swiper .swiper-button-next:after {
    content: "";
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ticket-type__section .swiper .swiper-button-prev:after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTgiIGhlaWdodD0iNTkiIHZpZXdCb3g9IjAgMCA1OCA1OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOSA1OC41NzE0QzEyLjk4MzcgNTguNTcxNCAwIDQ1LjU4NzYgMCAyOS41NzE0QzAgMTMuNTU1MSAxMi45ODM3IDAuNTcxMzgxIDI5IDAuNTcxMzgxQzQ1LjAxNjMgMC41NzEzODEgNTggMTMuNTU1MSA1OCAyOS41NzE0QzU4IDQ1LjU4NzYgNDUuMDE2MyA1OC41NzE0IDI5IDU4LjU3MTRaTTMyLjc0OTMgMTYuMTcxNEMzMy41NTUxIDE1LjQxNTkgMzQuODIwOCAxNS40NTY4IDM1LjU3NjMgMTYuMjYyNkMzNi4zMzE3IDE3LjA2ODQgMzYuMjkwOSAxOC4zMzQxIDM1LjQ4NTEgMTkuMDg5NUwyMy4zOTQ0IDMwLjQyNDZMMzUuNDg1MSA0MS43NTk2QzM2LjI5MDkgNDIuNTE1MSAzNi4zMzE3IDQzLjc4MDggMzUuNTc2MyA0NC41ODY2QzM0LjgyMDggNDUuMzkyNCAzMy41NTUxIDQ1LjQzMzIgMzIuNzQ5MyA0NC42Nzc4TDE5LjEwMjIgMzEuODgzN0wxNy41NDU5IDMwLjQyNDZMMTkuMTAyMiAyOC45NjU1TDMyLjc0OTMgMTYuMTcxNFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) !important;
}

.ticket-type__section .swiper .swiper-button-next:after {
    content: "";
    background-image: url(data:image/svg + xml;
base64,
        PHN2ZyB3aWR0aD0iNTgiIGhlaWdodD0iNTkiIHZpZXdCb3g9IjAgMCA1OCA1OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOSA1OC41NzE0QzQ1LjAxNjMgNTguNTcxNCA1OCA0NS41ODc2IDU4IDI5LjU3MTRDNTggMTMuNTU1MSA0NS4wMTYzIDAuNTcxMzgxIDI5IDAuNTcxMzgxQzEyLjk4MzcgMC41NzEzODEgMCAxMy41NTUxIDAgMjkuNTcxNEMwIDQ1LjU4NzYgMTIuOTgzNyA1OC41NzE0IDI5IDU4LjU3MTRaTTI1LjI1MDcgMTYuMTcxNEMyNC40NDQ5IDE1LjQxNTkgMjMuMTc5MiAxNS40NTY4IDIyLjQyMzcgMTYuMjYyNkMyMS42NjgzIDE3LjA2ODQgMjEuNzA5MSAxOC4zMzQxIDIyLjUxNDkgMTkuMDg5NUwzNC42MDU2IDMwLjQyNDZMMjIuNTE0OSA0MS43NTk2QzIxLjcwOTEgNDIuNTE1MSAyMS42NjgzIDQzLjc4MDggMjIuNDIzNyA0NC41ODY2QzIzLjE3OTIgNDUuMzkyNCAyNC40NDQ5IDQ1LjQzMzIgMjUuMjUwNyA0NC42Nzc4TDM4Ljg5NzggMzEuODgzN0w0MC40NTQxIDMwLjQyNDZMMzguODk3OCAyOC45NjU1TDI1LjI1MDcgMTYuMTcxNFoiIGZpbGw9IndoaXRlIi8 + Cjwvc3ZnPgo=) !important;
}

/** INSTAGRAM **/
#sb_instagram {
    padding-bottom: 12px;
    width: calc(100% + 24px) !important;
    margin-left: -12px;
    margin-top: 16px;
    height: 72vw;
    max-height: 800px;
}

@media (max-width: 640px) {
    #sb_instagram {
        height: 122vw;
        max-height: none;
    }
}

@media (max-width: 480px) {
    #sb_instagram {
        height: 184vw;
    }
}

#sb_instagram.sbi_width_resp {
    width: calc(100% + 24px) !important;
}

/** CITY PASS - SPLIT CONTENT **/
.city-pass__inner {
    display: grid;
    display: grid !important;
    align-items: start;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}

@media (max-width: 767px) {
    .city-pass__inner {
        display: grid;
        display: grid !important;
        align-items: stretch;
        grid-template-columns: repeat(1, minmax(200px, 1fr));
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
}

.city-pass__section {
    background-color: #000000;
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
}

.city-pass__section .ct-section-inner-wrap {
    padding-top: clamp(16px, 5vw, 56px);
    padding-right: 30px;
    padding-bottom: clamp(90px, 20vw, 160px);
    padding-left: 30px;
    max-width: 1232px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.city-pass__section .city-pass__img {
    border-radius: 8px;
    object-fit: cover;
    object-position: left center;
    width: 100%;
}

.city-pass__section .city-pass__content-col {
    color: #ffffff;
}

@media(max-width: 767px) {
    .city-pass__section .city-pass__content-col--m-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        order: 1;
    }

    .city-pass__content-col {
        order: 1;
    }
}


.city-pass__section .city-pass__content-col {
    color: #ffffff;
}

.chicago-highlight-text {
    color: #1cd761;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 6px;
}

.city-pass__section .city-pass__desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 6px;
    margin-bottom: 16px;
}

.city-pass__desc ul {
    margin-left: -20px;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.city-pass__section .city-pass__content-col {
    color: #ffffff;
}

.city-pass__section .chicago-toggle {
    margin-top: 24px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    width: 100%;
}

.city-pass__section .chicago-toggle__head {
    width: 100%;
    padding-bottom: 14px;
    padding-top: 12px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.city-pass__section .chicago-toggle__header {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.city-pass__section .chicago-toggle__io-icon {
    transition-duration: 0.4s;
}

.city-pass__section .chicago-underline-link,
.city-pass__section .chicago-underline-link:visited {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    border-bottom-width: 1px;
    border-bottom-color: #1cd761;
    border-bottom-style: solid;
    padding-bottom: 2px;
    margin-top: 16px;
    margin-bottom: 24px;
    display: inline-block;
    color: #fff;
    transition: 0.3s;
}

.city-pass__section .chicago-underline-link:hover {
    color: #fff;
    border-bottom-color: #225540;
}

.city-pass__section .ticket-card__list-text--thin {
    font-weight: 400;
    margin-left: 4px;
}

.city-pass__section .city-pass__list {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 12px;
    gap: 8px;
    margin-top: 0px;
    height: auto;
}

.city-pass__section .chicago-toggle__io-icon--close {
    transform: rotate(45deg);
}

.page-template-page-tickets-alternate .city-pass__section .ct-section-inner-wrap {
    padding-top: clamp(90px, 20vw, 160px);
    padding-right: 24px;
    padding-bottom: clamp(90px, 20vw, 160px);
    padding-left: 24px;
}

.city-pass__section .h2.split__h2 {
    margin-bottom: clamp(16px, 4vw, 32px);
    text-align: left;
}

/** COMMON **/
.chicago-green-btn,
.chicago-green-btn:visited {
    background-color: #62d36f;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    color: #225540;
    margin-top: 16px;
    max-width: 304px;
    display: inline-block;
    transition: 0.3s;
}

.chicago-green-btn:hover,
.ticket-card__btn:hover {
    background-color: #06563f;
    color: #fff !important;
    cursor: pointer;
}

@media (max-width: 767px) {
    .chicago-green-btn {
        max-width: 100%;
    }
}

.chicago-bold-header {
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
}


.margin-top--16 {
    margin-top: 16px;
    margin-bottom: 0;
}

.margin-top--32 {
    margin-top: 32px;
    margin-bottom: 0;

}

.margin-top--48 {
    margin-top: 48px;
    margin-bottom: 0;

}

.no-margin {
    margin: 0;
}

.no-radius {
    border-radius: 0 !important;
}

.no-pad-top {
    padding-top: 0 !important;
}

.no-pad-bottom {
    padding-bottom: 0 !important;
}


.city-pass__desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 6px;
    margin-bottom: 16px;
}

.content--center {
    align-items: center;
}

.hreview__link,
.hreview__link:hover,
.hreview__link:visited {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

.hreview__link:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #62d36f;
    position: absolute;
    left: 0;
    bottom: -4px;
}

.img-review {
    min-height: clamp(660px, 100vw, 910px);
    display: flex;
    position: relative;
    justify-content: center;
    align-content: center;
}

.img-review:after {
    content: "" !important;
    position: absolute !important;
    z-index: 1 !important;
    transform: translateX(0%) !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #000 100%);
    width: 100%;
    height: 100%;
    left: 0 !important;
    right: 0;
    top: 0;
    opacity: 0.8;
}

.img-review .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: flex-end;
    min-height: 100%;
    align-content: flex-end;
    max-width: 1400px;
}

.img-review__review {
    font-size: clamp(20px, 3.5vw, 40px);
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    max-width: 880px;
}

.img-review__reviewer {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

/** TICKETS **/
.ticket-card__list-text {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.5;
}

.ticket-card__list-text a {
    text-decoration: underline;
    color: inherit;
}

.best-value:before {
    content: 'Best Value';
    background: #62D36F;
    color: #225540;
    width: auto;
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 13px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
}

.ticket-card__sub-head {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.5;
}

.ticket-card__price {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 4px;
    margin-bottom: 4px;
}

.ticket-card__price--alt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.ticket-card__price-per {
    font-size: 16px;
    font-weight: 400;
}

.ticket-card__strikethrough {
    font-size: 12px;
    font-weight: 500;
    margin-right: 0.25rem;
    position: relative;
}

.ticket-card__strikethrough:before {
    content: "";
    background: #DA5751;
    width: 100%;
    position: absolute;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
}

/** APP SECTION **/
.app__section {
    padding: clamp(64px, 10vw, 152px) 28px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    z-index: 5;
    position: relative;
    align-items: center;
}

.app__section .app__inner {
    max-width: 1024px;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 64px;
    z-index: 4;
    position: relative;

}

.app__section .app__inner.app__inner--lg {
    max-width: 1200px;
}




.app__section .app__inner img {
    min-width: 45%;
}

.app__section .app__inner .app__content {
    display: flex;
    flex-direction: column;
    gap: 22px;
    justify-content: center;
    min-width: 300px;
}

.app__section .app__inner .app__content img {
    max-width: 98px;
    min-width: 0px;

}

.app__section .app__inner .app__content .button-link-wrap {
    display: flex;
    flex-direction: row;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    justify-content: flex-start;
    align-items: center;
}



.app__section .swiper {
    overflow: hidden !important;
    height: 100%;
    min-height: clamp(440px, 62vw, 800px);
    max-width: calc(100vw - 54px);
}

.app__section .swiper .swiper-button-prev {
    left: 32px;
}

.app__section .swiper .swiper-button-next {
    right: 32px;
}

.app__section .app__inner .app__content h2 {
    font-size: clamp(48px, 7vw, 72px);
    font-family: "TungstenNarrow-Semibold";
    line-height: .9;
    margin: 0;
}

.app__section .app__inner .app__content p {
    font-size: clamp(20px, 2vw, 28px);
    margin: 0;
    line-height: 1.4;
}

.app__section .app__inner .app__content p.text--md {
    font-size: clamp(20px, 2vw, 24px);
    margin: 0;
    line-height: 1.4;
}


.app__section .app__inner .app__content a {
    max-width: clamp(160px, 10vw, 225px);
}

.app__section .app__inner .app__btn--alt {
    font-size: 18px;
    max-width: 200px;
    margin-top: 0px;

}

@media (max-width: 767px) {
    .app__section .app__inner {
        gap: 32px;
        flex-direction: column;
    }

    .app__section .app__inner img {
        width: 100%;
    }

    .app__section .app__content {
        min-width: 0;
        gap: 10px;
        order: 1;
    }

    .app__section .swiper .swiper-button-prev {
        left: 12px;
    }

    .app__section .swiper .swiper-button-next {
        right: 12px;
    }
}

.clouds {
    position: relative;
    overflow: visible;
}

.clouds:before {
    content: "";
    background: url(https://360chicago.com/wp-content/uploads/2023/11/cloud-left-cropped.png);
    width: 100%;
    min-height: 60%;
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 64px;
    left: 0;
}

.clouds:after {
    content: "";
    background: url(https://360chicago.com/wp-content/uploads/2023/11/cloud-right-cropped.png);
    width: 100%;
    min-height: 600px;
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -160px;
    right: 0;
}

.clouds-alt {
    overflow: hidden;
}

.clouds-alt:before {
    width: 33vw;
    background-position: right top;
    bottom: 20%;
    right: 0;
    transform: rotate(180deg);
    left: unset;
}

.clouds-alt:after {
    width: 40vw;
    min-height: 600px;
    background-position: right bottom;
    top: 80px;
    left: 0;
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .clouds:after {
        top: -64px;
        width: 370px;
        min-height: 310px;
    }

    .clouds-alt:before {
        width: 60vw;
    }

    .clouds-alt:after {
        width: 75vw;
        top: 80px;

    }
}

/** TICKETS START **/
.ticket-type__section {
    background-color: #000000;
}

.ticket-type__section .ct-section-inner-wrap {
    padding-top: 32px;
    padding-right: 24px;
    padding-bottom: 0px;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ticket-type__section .ct-section-inner-wrap .ticket-type__inner {
    width: 100%;
}

.ticket-type__card {
    color: #ffffff;
    display: flex !important;
    min-height: 100%;
    flex-direction: column;
    height: auto !important;
    max-height: 800px;
    border-radius: 4px;
    overflow: hidden;
}

.ticket-card__img {
    height: 250px;
    min-height: 250px;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 25px;
}

.ticket-card__heading {
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
}

.ticket-card__list,
.city-pass__list {
    margin-top: 12px;
    margin-left: 0px;
    padding-left: 0px;
    gap: 3px;
    margin-bottom: 12px;
    flex-grow: 1;
    height: 148px;
}

.ticket-card__list .ticket-card__list-item,
.city-pass__list .ticket-card__list-item {
    gap: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.ticket-card__list .ticket-card__list-item .ticket-card__list-text,
.city-pass__list .ticket-card__list-item .ticket-card__list-text {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.5;
}

.ticket-card__list .ticket-card__list-item .ticket-card__list-text a,
.city-pass__list .ticket-card__list-item .ticket-card__list-text a {
    text-decoration: underline;
    color: inherit;
}

.ticket-card__price {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 4px;
    margin-bottom: 4px;
}

.ticket-card__price--alt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.ticket-card__btn,
.ticket-card__btn:visited {
    background-color: #62d36f;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    color: #225540;
    display: inline-block;
    transition: 0.3s;
    border: none;
    cursor: pointer;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ticket-card__btn--full {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.ticket-card__price-per {
    font-size: 16px;
    font-weight: 400;
}

.ticket-card__list-text--no {
    color: #888888 !important;
    text-decoration: line-through;
}

.ticket-type__more {
    gap: 8px;
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ticket-type__disclaimer {
    color: #888888;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}

.ticket-type__disclaimer--bold {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
}

.page-template-page-tilt-alternate .ticket-type__disclaimer--bold {
    margin-bottom: clamp(32px, 8vw, 48px);
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
}


.page-template-page-tilt-alternate .ticket-type__section--light .ticket-type__inner > p {
    margin-bottom: 32px;
}

.ticket-type__white-outline-btn {
    gap: 8px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    width: 100%;
    max-width: 332px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.white-outline-btn__text {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

/** EVENTS **/
.events__section,
.specials__section {
    background-color: #1c1c1c;
    color: #fff;
}

.events__section .ct-section-inner-wrap,
.specials__section .ct-section-inner-wrap {
    padding-top: clamp(80px, 20vw, 120px);
    padding-bottom: clamp(80px, 20vw, 120px);
}

.events__section .events__header,
.specials__section .events__header {
    font-family: "TungstenNarrow-Semibold";
    font-size: clamp(50px, 10vw, 75px);
    text-align: center;
    margin-bottom: 24px;
    margin-top: 0;
}

.events__section .events__desc,
.specials__section .events__desc {
    font-size: clamp(14px, 3vw, 18px);
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
    max-width: 800px;
}

.events__section .events__inner,
.specials__section .events__inner {
    gap: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 767px) {

    .events__section .events__inner,
    .specials__section .events__inner {
        gap: 16px;
    }
}

.events__section .events__subheader,
.specials__section .events__subheader {
    margin-bottom: 1rem;
}

.events__grid {
    margin-top: 16px;
    display: grid;
    display: grid !important;
    align-items: center;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}

.events__grid ~ .events__grid {
    margin-top: 2rem;
}

@media (max-width: 767px) {
    .events__grid {
        display: grid;
        display: grid !important;
        align-items: stretch;
        grid-template-columns: repeat(1, minmax(200px, 1fr));
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .events__grid > div {
        order: 1;
    }

    .events__grid ~ .events__grid {
        margin-top: 3rem;
    }
}

.chicago-tickets__section {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chicago-tickets__section .ct-section-inner-wrap {
    padding-right: 24px;
    padding-left: 24px;
    overflow: hidden;
}

/** SPECIALS **/
.specials__section {
    background-color: #225540;
    color: #ffffff;
}

.specials__section .ct-section-inner-wrap {
    padding-top: clamp(80px, 20vw, 120px);
    padding-bottom: clamp(80px, 20vw, 120px);
}

.specials__section .specials__btn {
    margin-top: 12px;
}

.specials__section .specials__btn:hover {
    background-color: #fff;
    color: #225540;
}

.compare__section {
    background: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.compare__section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: clamp(90px, 20vw, 120px);
}

.compare__section .ct-section-inner-wrap .compare__header {
    margin: 0;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 65px;
    font-family: "TungstenNarrow-Semibold";
    line-height: 1;
}

@media (max-width: 767px) {
    .compare__section .ct-section-inner-wrap .compare__header {
        font-size: 50px;
        margin-bottom: 32px;
    }
}

.compare__grid {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-color: #5e5e5e;
    border-bottom-style: solid;
    display: grid;
    display: grid !important;
    justify-items: center;
    align-items: center;
    grid-template-columns: repeat(11, minmax(0px, 1fr));
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.compare__grid > * {
    grid-column: span 2;
}

.compare__grid > :nth-child(1) {
    grid-column: span 3;
}

.compare__blank {
    line-height: 1;
}

.compare__col-header {
    font-size: clamp(12px, 5vw, 16px);
    line-height: 1;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 767px) {
    .compare__col-header {
        font-size: 12px;
    }
}

@media (max-width: 479px) {
    .compare__col-header {
        font-size: 11px;
    }
}

.compare__row-header {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .compare__row-header {
        font-size: 12px;
    }
}

@media (max-width: 479px) {
    .compare__row-header {
        font-size: 12px;
    }
}

.compare__row-header a {
    text-decoration: underline;
    color: inherit;
}

.compare-ticket__btn,
.compare-ticket__btn:visited {
    width: 100%;
    max-width: 160px;
    margin-top: 8px;
    padding: 12px;
    background-color: #62d36f;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    color: #225540;
    margin-top: 16px;
    display: inline-block;
    transition: 0.3s;
    border: none;
    cursor: pointer;
    border-radius: 0;
    margin-top: auto;
}

.compare__icon {
    object-position: center center;
    object-fit: contain;
}

.compare__row-header-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.compare__in-grid-text {
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .compare__in-grid-text {
        font-size: 10px;
    }
}

.compare__price-sub-header {
    font-weight: 500;
    font-size: 14px;
}

@media (max-width: 767px) {
    .compare__price-sub-header {
        font-size: 9px;
    }
}

.compare__price-block {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-height: 205px;
}

@media (max-width: 767px) {
    .compare__price-block {
        gap: 8px;
        max-height: 154px;
    }
}

.compare-ticket__btn {
    width: 100%;
    max-width: 160px;
    padding: 12px;
}

@media (max-width: 767px) {
    .compare-ticket__btn {
        padding: 8px;
        font-size: 12px;
    }
}

.compare__price {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 767px) {
    .compare__price {
        font-size: 12px;
    }
}

.compare__price-inner-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.compare__price-for {
    font-size: 11px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .compare__price-for {
        font-size: 9px;
    }
}

.compare__grid--top {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-color: #5e5e5e;
    border-bottom-style: solid;
    display: grid;
    display: grid !important;
    justify-items: center;
    align-items: start;
    grid-template-columns: repeat(11, minmax(0px, 1fr));
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.compare__grid--top > * {
    grid-column: span 2;
}

.compare__grid--top > :nth-child(1) {
    grid-column: span 3;
}

.compare__disclaimer {
    width: 100%;
    text-align: left;
    color: #888888;
    font-size: 12px;
    font-weight: 500;
    margin-top: 4px;
}

@media (max-width: 767px) {
    .compare__disclaimer {
        font-size: 11px;
    }
}

.compare__modal-close {
    width: 24px;
    height: 24px;
    filter: brightness(0%);
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .compare__modal-close {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 479px) {
    .compare__modal-close {
        width: 16px;
        height: 16px;
        top: 12px;
        right: 12px;
    }
}

.compare_modal--off.ct-section .ct-section-inner-wrap {
    display: none;
}

.compare__modal-toggle {
    cursor: pointer;
}

/* SUBNAV */
.subnav__section {
    padding: 16px 24px;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
}

.subnav__section.sticky {
    background: #212020 !important;
}



#menu-tickets {
    display: flex;
    gap: clamp(16px, 5vw, 24px);
    justify-content: center;
}

#menu-tickets a {
    font-weight: 600;
    font-size: 14px;
    line-height: 2;
}

#menu-tickets a:hover {
    color: #fff;
}

#menu-tickets a.sub-nav-active {
    border-bottom: 2px solid #1cd761;
    padding-bottom: 2px;
}

/* TICKET SLIDER */
.ticket-swip__section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 24px;
}

.ticket-swip__section .swiper-wrapper {
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
}

.ticket-swip__section .swiper-wrapper .swiper-slide {
    height: auto;
}

.ticket-swip__section .ticket-swip__inner {
    max-width: 1130px;
    width: 100%;
}

.ticket-swip__section .ticket-swip__inner .ticket__card {
    display: flex;
    flex-direction: column;
    color: #fff;
    height: 100%;
}

.ticket-swip__section .ticket-swip__inner .ticket__card p {
    margin: 0;
}

.ticket-swip__section .ticket-swip__inner .ticket__card a {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #225540;
    background-color: #62d36f;
    padding: 16px 32px;
}

.ticket-swip__section .ticket-swip__inner .ticket__card .card__img {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 24px;
}

.ticket-swip__section .ticket-swip__inner .ticket__card .card__header {
    font-weight: 800;
    font-size: 22px;
    line-height: 1.2;
    margin: 0px;
    margin-bottom: 8px;
}

.ticket-swip__section .ticket-swip__inner .ticket__card .ticket__card p.card__desc {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.ticket-swip__section .ticket-swip__inner .ticket__card .card__price-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 16px;
    flex-grow: 1;
}

.ticket-swip__section .ticket-swip__inner .ticket__card .card__price-lead,
.ticket-swip__section .ticket-swip__inner .ticket__card .card__price-alt {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
}

.ticket-swip__section .ticket-swip__inner .ticket__card .card__price {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
}

.ticket-swip__section .ticket-swip__inner .ticket__card .card__price-sub {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0px;
}

.ticket-swip__section .ticket-swip__inner .ticket__card .card__price-alt {
    font-weight: 400;
}

/* HEADER */
.header__section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    align-items: center;
    padding: 24px;
    padding-top: 170px;
}

.header__section:after,
.header__section:before {
    content: "";
    border: none;
}

.header__section .header__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    max-width: 680px;
}

.header__section .header__inner h1 {
    font-family: "TungstenNarrow-Semibold";
    font-size: clamp(50px, 9vw, 75px);
    line-height: 83%;
    text-align: center;
    letter-spacing: 1px;
    color: #1cd761;
}

.header__section .header__inner p {
    margin: 0;
    font-weight: 600;
    font-size: clamp(16px, 2.5vw, 18px);
    line-height: 167%;
    text-align: center;
    color: #ffffff;
}

.header__section:not(.black-bg) .header__inner p {
    color: #000;
}


/** HERO **/
.hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: 2;
    position: relative;
}

.heroHome--img:after {
    content: "" !important;
    position: absolute !important;
    z-index: 3 !important;
    transform: translateX(0%) !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
    width: 100%;
    height: 100%;
    left: 0 !important;
    right: 0;
    top: 0;
    opacity: 0.8;
}

.heroHome-alt .heroPhotoContentContainer {
    z-index: 4;
}

@media (max-width: 480px) {
    .heroHome-alt {
        height: calc(100vh - 160px);
        min-height: 420px;
    }
}

.section__internal-nav {
    background: #225540;
    padding: 32px;
    margin: auto;
    z-index: 5;
    position: relative;
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 10;
}

@media (max-width: 480px) {
    .section__internal-nav {
        padding: 24px;
    }
}

.section__internal-nav ul {
    display: flex;
    gap: 32px;
    color: #fff;
    font-family: "TungstenNarrow-Semibold";
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
}

@media (max-width: 480px) {
    .section__internal-nav ul {
        gap: 20px;
        font-size: 20px;
    }
}

.section__internal-nav a,
.section__internal-nav a:hover {
    position: relative;
    display: flex;
    color: #fff;
}

.section__internal-nav li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -4px;
    transition: 0.3s;
    background: #1cd761;
}

.section__internal-nav li a.sub-nav-active::after {
    width: 100%;
}

/** INTRO **/
.intro__section {
    padding: clamp(48px, 10vw, 80px) 24px;
}

.intro__section .intro__inner {
    max-width: 730px;
}

.intro__section .intro__inner--lg {
    max-width: 860px;
}

.intro__section .intro__inner h2 {
    color: #62d36f;
    text-align: center;
    font-family: "TungstenNarrow-Semibold";
    font-size: clamp(40px, 9vw, 72px);
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0;
    line-height: 1;
}

.intro__section .intro__inner p {
    margin: 0;
    font-weight: 500;
    font-size: clamp(18px, 3vw, 24px);
}

/** VIDEO **/
.video__section {
    padding: 0 24px;
    position: relative;
    display: flex;
    justify-content: center;
}

.video__section .video__poster {
    max-width: 1320px;
    width: 100%;
    height: auto;
}

.video__section .video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
    .video__section .video__section .video__poster {
        min-height: 445px;
        object-fit: cover;
        border-radius: 8px;
    }

    .video__section .video__section .video__play {
        width: 64px;
        height: auto;
    }
}

/** HIGHTLIGHT REVIEW **/
.hreview__section {
    color: #fff;
    display: flex;
    justify-content: center;
}

.hreview__section .hreview__inner {
    max-width: 900px;
    padding: clamp(48px, 10vw, 100px) 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.hreview__section .hreview__review {
    color: #fff;
    text-align: center;
    font-size: clamp(14px, 3.5vw, 36px);
    font-weight: 700;
    margin: 0;
    line-height: normal;
    margin-bottom: 16px;
}

.hreview__section .hreview__review--small {
    font-size: clamp(16px, 3.5vw, 24px);
    font-weight: 700;
}

.hreview__section .hreview__reviewer {
    color: #fff;
    text-align: center;
    font-size: clamp(14px, 3.5vw, 24px);
    font-weight: 800;
    margin: 0;
}

.hreview__section .hreview__reviewer--small {
    font-size: clamp(14px, 3.5vw, 24px);
    font-weight: 600;
}



.hreview__section .hreview__stars {
    width: 100px;
    height: auto;
}

.hreview__section .hreview__logo {
    width: 64px;
    height: 64px;
    margin-bottom: 8px;
}

@media (max-width: 480px) {
    .hreview__section .hreview__logo {
        width: 40px;
        height: 40px;
        margin-bottom: 0;
    }

    .hreview__section .hreview__inner {
        gap: 12px;
    }

    .hreview__section .hreview__review {
        margin-bottom: 0px;
    }
}

/** GALLERY **/
.full-slider__section--contained {
    overflow: hidden;
    background: #000;
    max-height: 100% !important;
}

.full-slider__section--contained .inner {
    max-width: 1600px;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.full-slider__section--contained .swiper {
    max-width: 1600px;
    overflow: hidden !important;
}

.full-slider__section--contained-sm {
    background: #FFF;
}

.full-slider__section--contained-sm .swiper {
    max-width: 1180px;
}


.full-slider__section--contained .swiper .swiper-button-next,
.full-slider__section--contained .swiper .swiper-button-prev {
    width: clamp(36px, 7vw, 58px);
    height: clamp(36px, 7vw, 58px);
    top: 50%;
}

.full-slider__section--contained .swiper .swiper-button-next {
    right: 32px;
}

.full-slider__section--contained .swiper .swiper-button-prev {
    left: 32px;
}

@media (max-width: 480px) {
    .full-slider__section--contained .swiper .swiper-button-next {
        right: 8px;
    }

    .full-slider__section--contained .swiper .swiper-button-prev {
        left: 8px;
    }
}

/** TICKETS **/
.ticket-type__section--light {
    overflow: hidden;
    position: relative;

}

.ticket-type__section--light .ct-section-inner-wrap {
    padding-top: clamp(100px, 16vw, 140px);
    padding-bottom: clamp(100px, 18vw, 180px);
    overflow: visible;
    z-index: 2;
}

.ticket-type__section--light .ticket-type__link,
.ticket-type__section--light .ticket-type__link:hover,
.ticket-type__section--light .ticket-type__link:visited {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: clamp(32px, 8vw, 48px);
}

.ticket-type__section--light .ticket-type__link:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #62d36f;
    position: absolute;
    left: 0;
    bottom: -4px;
}

.ticket-type__section--light .ticket-type__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ticket-type__section--light .ticket-type__inner h2 {
    color: #1cd761;
    text-align: center;
    font-family: "TungstenNarrow-Semibold";
    font-size: clamp(50px, 9vw, 65px);
    line-height: 1;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}

.ticket-type__section--light .ticket-type__inner > p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    max-width: 600px;
    margin-top: clamp(12px, 3vw, 24px);
    margin-bottom: clamp(32px, 8vw, 64px);
}

.ticket-type__section--light .ticket-type__inner > p.alt {
    margin-bottom: clamp(12px, 3vw, 24px);
}

.ticket-type__section--light .ticket-type__inner > p.wide {
    max-width: 660px;
}

.ticket-type__section--light .ticket-type__inner .swiper-tickets {
    max-width: 764px;
}

.ticket-type__section--light .ticket-type__inner .swiper-tickets--content-width {
    max-width: 100%;
}

.ticket-type__section--light .ticket-type__inner .ticket-card__img {
    margin-bottom: 0;
    border-radius: 0;
}

.ticket-type__section--light .ticket-type__inner .ticket-card__book-details {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
    flex-direction: row-reverse;
    flex-grow: 1;
}

@media (max-width: 460px) {
    .ticket-type__section--light .ticket-type__inner .ticket-card__book-details {
        display: flex;
        justify-content: flex-end;
        gap: 0px;
        flex-direction: column;
        margin-top: 24px;
    }

    .ticket-type__section--light .ticket-type__inner .ticket-card__btn {
        width: auto;
    }

    .ticket-type__section--light .ticket-type__inner .ticket-card-ventrata .ticket-card__btn {
        width: calc(100% - 32px);
    }
}

.ticket-type__section--light .ticket-type__inner .ticket-card-ventrata .ticket-card__btn {
    box-sizing: content-box;
}

.ticket-type__section--light .ticket-type__inner .ticket-card__price {
    font-size: 12px;
}

.ticket-type__section--light .ticket-type__inner .ticket-card__price-per {
    font-size: 12px;
    font-weight: 500;
}

.ticket-type__section--light .ticket-type__inner .ticket-card__sub-head {
    color: #888;
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
}

.ticket-type__section--light .ticket-type__inner .ticket-card__list {
    height: 132px;
}


.ticket-type__section--light .ticket-type__inner .ticket-card__btn {
    width: 100px;
    font-family: "Poppins";
    min-height: 28px;
    margin-top: 8px;
    box-sizing: content-box;
}

.ticket-type__section--light .ticket-type__inner .ticket-card__content {
    padding: 20px;
    color: #000;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ticket-type__section--light .ticket-type__inner .ticket-card__list {
    margin-top: 4px
}

.ticket-type__section--light .ticket-type__inner .ticket-card__list-text:not(.ticket-card__list-text--no) {
    color: #000;
}

.ticket-type__section--light .ticket-type__inner .ticket-type__card {
    max-height: 630px;
}

.ticket-type__section--light .ticket-type__inner .ticket-card__heading {
    color: #000;
    margin: 0;
    margin-bottom: 0;
    font-family: "TungstenNarrow-Semibold";
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ticket-type__section--light .ticket-type__inner .ticket-type__more {
    margin-top: clamp(32px, 8vw, 48px);
}

@media (max-width: 460px) {
    .ticket-type__section--light .ticket-type__inner .ticket-card__book-details {
        display: flex;
        justify-content: flex-end;
        gap: 0px;
        flex-direction: column;
        margin-top: 24px;
    }

    .ticket-type__section--light .ticket-type__inner .ticket-card__btn {
        width: auto;
    }

    .ticket-type__section--light .ticket-type__inner .ticket-type__inner > p {
        margin-bottom: 48px;
    }

    .ticket-type__section--light .ticket-type__inner .ticket-type__card {
        max-height: 654px;
    }
}

@media (max-width: 784px) {



    .ticket-type__section--light .ticket-type__inner .swiper-tickets .swiper-button-next,
    .swiper-reviews .swiper-button-next {
        right: -10px !important;
    }

    .ticket-type__section--light .ticket-type__inner .swiper-tickets .swiper-button-prev,
    .swiper-reviews .swiper-button-prev {
        left: -10px !important;
    }
}

/** REVIEWS **/
.reviews__section {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.reviews__section .ct-section-inner-wrap {
    padding-right: 24px;
    padding-left: 24px;
}

.reviews__section .inner--center {
    gap: clamp(32px, 6vw, 48px);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.reviews__section .swiper-reviews .swiper-wrapper {
    box-sizing: border-box;
}

.reviews__section .swiper-reviews .swiper-slide {
    min-height: 100%;
    height: auto;
}

@media (max-width: 519px) {
    .reviews__section .swiper .swiper-button-next {
        right: -24px;
    }

    .reviews__section .swiper .swiper-button-prev {
        left: -24px;
    }
}

.reviews__section .review-card {
    background: #272727;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 32px;
    border-radius: 8px;
    height: 100%;
}

.reviews__section .review-card p {
    margin: 0;
    text-align: center;
}

.reviews__section .review-card .review-card__stars {
    width: 118px;
    height: auto;
}

.reviews__section .review-card .review-card__review {
    font-size: 14px;
    flex-grow: 1;
}

.reviews__section .review-card .review-card__reviewer {
    font-weight: 800;
    font-size: 14px;
}

/** SOCIALS **/
.social__section {
    padding: 24px;
    padding-bottom: clamp(80px, 16vw, 110px);
    padding-top: clamp(100px, 16vw, 132px);
}

.h2,
.social__section--green .social__section-inner .h2 {
    color: #1cd761;
    text-align: center;
    font-family: "TungstenNarrow-Semibold";
    font-size: clamp(50px, 9vw, 65px);
    line-height: 1;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}

.social__section--green .social__section-inner {
    align-items: center;
}

@media (max-width: 480px) {
    .social__section .social__section-inner {
        gap: 0px;
    }
}

/** FAQS **/
.faqs__section {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.faqs__section .ct-section-inner-wrap {}

.faqs__inner {
    width: 100%;
    max-width: 920px;
    max-width: 920px;
    margin: auto;
}

.faqs__faq-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border-top: 1px solid #5a5757;
    margin-top: 48px;
    padding-top: 4px;
}

.faqs__faq-item {
    border-bottom: 1px solid #5a5757;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    color: #fff;
    position: relative;
    flex-direction: column;
}

.faqs__faq-item::after {
    content: "+";
    font-size: clamp(24px, 4vw, 40px);
    transition: transform 0.3s ease;
    position: absolute;
    right: 16px;
    top: 32px;
    color: #1cd761;
    font-weight: 100;
}

.faqs__faq-question {
    flex: 1;
    margin-right: 10px;
    padding: 32px 16px 32px 16px;
    font-size: clamp(14px, 3vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.faqs__faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0px 64px 0px 16px;
    font-size: clamp(14px, 2vw, 16px);
}

.faqs__faq-answer span {
    display: block;
    padding-bottom: 32px;
}

.faqs__faq-item.open .faqs__faq-answer {
    max-height: 200px;
}

.faqs__faq-item.open::after {
    transform: rotate(45deg);
}

@media (max-width: 480px) {
    .faqs__faq-question {
        padding: 16px 16px 16px 16px;
    }

    .faqs__faq-answer {
        padding: 0px 40px 0px 16px;
    }

    .faqs__faq-answer span {
        padding-bottom: 16px;
        padding-top: 8px;
    }

    .faqs__faq-item::after {
        top: 12px;
    }
}

/** ARROWS **/
.swiper .swiper-button-prev.green,
.swiper .swiper-button-next.green {
    width: 58px;
    height: 58px;
    top: 50%;
}

.ticket-type__section .swiper .swiper-button-prev.green,
.ticket-type__section .swiper .swiper-button-next.green {
    top: 38%;
}

.swiper .swiper-button-prev.green:after,
.swiper .swiper-button-next.green:after {
    background-image: url("https://360chicago.com/wp-content/uploads/2023/08/arrow-no-shadow.svg") !important;
}

.swiper .swiper-button-prev.green {
    transform: rotate(180deg);
    left: -30px;
}

@media (max-width: 480px) {

    .swiper .swiper-button-prev.green,
    .swiper .swiper-button-next.green {
        width: 48px;
        height: 48px;
        top: 50%;
    }

    .ticket-type__section .swiper .swiper-button-prev.green,
    .ticket-type__section .swiper .swiper-button-next.green {
        top: 38%;
    }

}

.sticky-area {
    width: 100%;
    position: relative;
}

.sticky-ticket__section {
    display: none;
    background-color: #ffffff;
    height: 76px;
    transition-duration: 0.3s;
    transition-property: opacity;
    bottom: 0;
    z-index: 100;
    top: calc(100% - 76px);
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.24));
    margin-top: -76px;
    position: sticky;
}

.sticky-ticket__section--btn {
    height: 64px;
    top: calc(100% - 64px);
}

.sticky-ticket__section--hidden {
    opacity: 0;
    z-index: -100;
}

.sticky-ticket__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    width: 100%;
}

.sticky-ticket__price-label {
    color: #000;
    font-family: Poppins;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.9;
}

.sticky-ticket__price {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
}

.sticky-ticket__age {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.sticky-ticket__btn {
    margin-top: 0px;
}

@media (max-width: 768px) {
    .sticky-ticket__section {
        display: flex;
    }
}

.info-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}

.info-block.btm {
    margin-bottom: clamp(32px, 8vw, 64px);
}

.info-block__icon {
    padding: 8px;
    background: #1CD761;
    height: 45px;
    width: 45px;
    border-radius: 3px 0px 0px 3px;
}

.info-block__text {
    color: #fff;
    font-weight: 400;
    margin: 0 !important;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px !important;
    text-align: left;
    margin-bottom: clamp(40px, 6vw, 48px) !important;
    margin-top: -16px !important;
}

@media(max-width: 767px) {

    .info-block__text {
        font-size: 14px;
    }

    .info-block__icon {
        padding: 12px;
        background: #1CD761;
        height: 53px;
        width: 53px;
    }
}

@media(max-width: 480px) {
    .info-block__text {
        font-size: 12px;
    }

    .info-block__icon {
        padding: 12px 8px;
        background: #1CD761;
        height: 53px;
        width: 45px;
    }
}

/** BASIC CARDS **/

.basic-cards__section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.basic-cards__inner {
    max-width: 1180px;
    width: 100%;
    padding: 0px 24px;
}

.basic-cards__grid {
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    display: grid;
}

@media(max-width: 767px) {
    .basic-cards__grid {
        grid-template-columns: repeat(1, minmax(120px, 1fr));
        grid-column-gap: 2rem;
        grid-row-gap: 2.5rem;
        display: grid;
    }
}

.basic-card {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: flex-start;
    position: relative;
}

.basic-card img {
    width: 100%;
    margin-bottom: .5rem;
}

.basic-card h2 {
    color: #000;
    font-family: 'TungstenNarrow-Semibold';
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.5px;
    margin: 0;
}

.basic-card p {
    margin: 0;
    font-weight: 500;
    font-size: clamp(14px, 3vw, 16px);
}

.basic-card a {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
    border-bottom: #1CD761 3px solid;
    margin-top: .5rem;
    transition: .3s;
}

.basic-card a:hover {
    border-bottom: #06563f 3px solid;
}

.basic-card a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

/** ACCESSBILITY BLOCK **/

.accessiblity__section .m56accessibility {
    width: 100%;
    margin: 0;
}


/** INTRO GALLERY **/

.app__section .swiper-gallery {
    margin-top: 6rem;
    margin-bottom: 4rem;
    min-height: 0px !important;
    max-width: calc(100% + 48px) !important;
    width: calc(100% + 48px) !important;
    margin-left: -24px;
    overflow: visible !important;
}

.swiper-gallery .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}

.swiper-gallery .swiper-slide {
    width: auto;
}

.swiper-gallery .swiper-slid.n--1 {
    margin-top: -5rem;
}

.swiper-gallery .swiper-slide.n--2 {
    margin-top: 4rem;
}

.swiper-gallery .swiper-slide.n--3 {
    margin-top: -4rem;
}

.swiper-gallery .swiper-slide.n--4 {
    margin-top: 5rem;
}

.swiper-gallery .swiper-slide.n--5 {
    margin-top: 0rem;
}

@media(max-width: 767px) {
    .app__section .swiper-gallery {
        margin-top: 3rem;
        margin-bottom: 2rem;
    }

    .swiper-gallery .swiper-slide {
        width: 70%;
    }

    .swiper-gallery .swiper-slid.n--1 {
        margin-top: -3rem;
    }

    .swiper-gallery .swiper-slide.n--2 {
        margin-top: 2rem;
    }

    .swiper-gallery .swiper-slide.n--3 {
        margin-top: -2rem;
    }

    .swiper-gallery .swiper-slide.n--4 {
        margin-top: 3rem;
    }

    .swiper-gallery .swiper-slide.n--5 {
        margin-top: 0rem;
    }
}

/** TILT INTRO **/

.intro__section .tilt-intro__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1400px;
    width: 100%;
    column-gap: clamp(1rem, 4vw, 4rem);
    ;
    grid-template-rows: repeat(6, auto);
}

.tilt-intro__inner > * {
    width: 100%;
}

.tilt-intro__video {
    padding-right: clamp(1rem, 4vw, 4rem);
    grid-row: span 4;
    margin-top: clamp(2rem, 4vw, 4rem);
    position: relative;
}

.tilt-intro__video--poster {
    position: absolute;
    top: 2px;
    width: calc(100% - clamp(1rem, 4.2vw, 4.1rem));
    height: calc(100% - 4px);
    object-fit: cover;
}

.tilt-intro .tilt-intro__inner h2 {
    color: #FFF;
    font-family: "TungstenNarrow-Medium";
    font-size: clamp(70px, 10vw, 115px);
    line-height: .9;
    letter-spacing: 0.5px;
    text-align: left;
    grid-row: span 2;
}

.tilt-intro .tilt-intro__img {
    grid-row: span 3;
    margin-top: clamp(3rem, 6vw, 5rem);

}

.tilt-intro .tilt-intro__content {
    grid-row: span 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    text-align: left;
    gap: 2rem;
    padding-left: 4rem;
}

.tilt-intro .tilt-intro__content p {
    text-align: left;
    font-size: clamp(20px, 2vw, 24px);
    max-width: 488px;
}

.tilt-intro .tilt-intro__content a {
    padding: 8px 12px;
    border: 2px solid #F5F5F5;
    width: 100%;
    max-width: 150px;
    color: #fff !important;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}

@media(max-width: 1120px) {
    .tilt-intro .tilt-intro__content {

        padding-left: 1rem;
    }

}

@media(max-width: 767px) {
    .intro__section .tilt-intro__inner {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .tilt-intro .tilt-intro__inner h2 {
        margin-bottom: 1rem;
    }

    .tilt-intro__video {
        padding-right: 0;
        width: 80%;
        margin-top: 0;
        margin-right: auto;

    }

    .tilt-intro__video--poster {
        width: calc(100% - 2px);
    }

    .tilt-intro .tilt-intro__img {
        margin-left: auto;
        margin-top: 0;
        width: 80%
    }

    .tilt-intro .tilt-intro__content {

        padding-left: 0;
        margin-top: 1rem;
        gap: 1rem;
    }

    #menu .ct-section-inner-wrap {
        padding-top: clamp(100px, 18vw, 180px)
    }
}

.inline-review {
    margin-top: clamp(.5rem, 3vw, 2rem);
}

.inline-review div {
    font-size: clamp(14px, 3vw, 18px);
    line-height: 1.6;
}

.date-night-img {
    aspect-ratio: 554 / 591;
    border-radius: 0px !important;
    object-position: center center !important;
    ;
}

.review-counts {
    color: #fff;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
}



.review-count__col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
}

.review-count__stats {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
}

.review-count__stats {

    display: flex;
    flex-direction: row;
    gap: .5rem;
    justify-content: center;
    align-items: center;
    align-content: center;

}

.review-count__rating {
    font-size: clamp(12px, 2vw, 24px);
    font-weight: 700;
}

.review-count__stars {
    width: 25px;
    position: relative;
    top: -2px;
}

.review-count__counts {
    font-size: clamp(12px, 2vw, 18px);

}

@media(max-width: 767px) {
    .review-counts {
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 1rem;
        margin-top: 2rem;
    }

    .review-count__stars {
        width: 16px;
    }

    .review-count__stats {
        gap: 0.2rem;
    }

    .review-count__col {
        width: calc(50% - 1rem);
    }

    .review-count__col:nth-child(2) {
        order: 1;
        width: 100%;
        gap: .5rem;
    }
}

@media(max-width: 340px) {
    .review-count__col {
        width: 100%;
    }
}

/** PAGE SPECIFIC **/

@media(max-width: 767px) {
    .date-night .hero__img {
        object-position: 25% 50%;

    }
}
