/* Section: Generic and body */

/* html,
body[dir="LTR"],
body #main {
    overflow: inherit !important;
} */
html.stickyMode {
    overflow-x: inherit !important;
}

html.popupMode {
    overflow: hidden !important;
}

body #main {
    background-color: #FAFAFA;
}

#main .Campaign.w-full.max-w-full.lg\:max-w-6xl.self-center {
    max-width: 100%;
}

#main .Campaign.w-full.max-w-full.lg\:max-w-6xl.self-center .px-3.py-4 {
    padding: 0;
    position: relative;
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes fade-in-bottom {
    0% {
        transform: translateY(2.5rem);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

/* div[data-em-sfm-type="GRID"] button[data-test="book-now"],
div[data-em-sfm-type="TABLE"] button[data-test="book-now"] {
    color: #fff;
}

div[data-em-sfm-type="GRID"] div[data-test="filters-container"] label,
div[data-em-sfm-type="TABLE"] div[data-test="filters-container"] label {
    display: none;
} */

.__psc .__topCutout {
    border-radius: 14px;
    margin-top: -90px;
    position: relative;
    padding: 30px;
}

.__psc .__content {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.__psc .__fixedWidth {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

p[data-test="disclaimer"] a.underline {
    font-weight: bold;
}

.__pfs.__bss.travel-multiline div span {
    font-size: 14px;
}

@media only screen and (max-width: 1200px) {
    .hide-ui {
        width: 0 !important;
        height: 0 !important;
        overflow: hidden;
        opacity: 0;
        padding: 0 !important;
        margin: 0 !important;
    }

    .__psc .__fixedWidth {
        max-width: calc(100% - 40px);
    }
}

@media only screen and (max-width: 1025px) {
    html.stickyMode {
        overflow: inherit !important;
    }
}

/* Hack to make booking popup show calendar */
@media (min-width: 579px) {
    .css-1i365sq {
        overflow: visible !important;
    }
}

#canada-modal > div.__pfs.__scrollableSectionModal.__bss > div > div.__pfs.__modalBodyContainer.__bss > div.__pfs.__modalSaleContainer.__bss > div.__pfs.__modalSaleDetails.__bss > div:nth-child(2) > div > p:nth-child(2) > span > strong {
    font-weight: 600;
    font-size: 16px;
}
#canada-modal > div.__pfs.__scrollableSectionModal.__bss > div > div.__pfs.__modalBodyContainer.__bss > div.__pfs.__modalSaleContainer.__bss > div.__pfs.__modalSaleDetails.__bss > div:nth-child(2) > div > p:nth-child(3) > span > strong {
    font-weight: 600;
    font-size: 16px;
}
#canada-modal > div.__pfs.__scrollableSectionModal.__bss > div > div.__pfs.__modalBodyContainer.__bss > div.__pfs.__modalSaleContainer.__bss > div.__pfs.__modalSaleDetails.__bss > div:nth-child(2) > div > p:nth-child(2) > span {
    font-size: 14px;
}
#canada-modal > div.__pfs.__scrollableSectionModal.__bss > div > div.__pfs.__modalBodyContainer.__bss > div.__pfs.__modalSaleContainer.__bss > div.__pfs.__modalSaleDetails.__bss > div:nth-child(2) > div > p:nth-child(3) > span {
    font-size: 14px;
}

/* Scrollbar custom styling */
body::-webkit-scrollbar,
.__psc .__modal.active .__scrollableSectionModal::-webkit-scrollbar,
.__psc .__modal.active .__modalFooter .__modalFooterContainer::-webkit-scrollbar {
    background-color: #FAFAFA;
    width: 16px;
    height: 16px;
}

body::-webkit-scrollbar-track,
.__psc .__modal.active .__scrollableSectionModal::-webkit-scrollbar-track,
.__psc .__modal.active .__modalFooter .__modalFooterContainer::-webkit-scrollbar-track {
    background-color: #FAFAFA;
}

body::-webkit-scrollbar-thumb,
.__psc .__modal.active .__scrollableSectionModal::-webkit-scrollbar-thumb,
.__psc .__modal.active .__modalFooter .__modalFooterContainer::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border-left: 3px solid #FAFAFA;
    border-right: 3px solid #FAFAFA;
}

body::-webkit-scrollbar-track:hover,
.__psc .__modal.active .__scrollableSectionModal::-webkit-scrollbar-track:hover,
.__psc .__modal.active .__modalFooter .__modalFooterContainer::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
}

body::-webkit-scrollbar-thumb:hover,
.__psc .__modal.active .__scrollableSectionModal::-webkit-scrollbar-thumb:hover,
.__psc .__modal.active .__modalFooter .__modalFooterContainer::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border-left:3px solid #f4f4f4;
    border-right:3px solid #f4f4f4;
}

/* Section: Typography, links and buttons */

.__psc .__sect h1.__pfs,
.__psc .__sect h2.__pfs,
.__psc .__sect h3.__pfs,
.__psc .__sect h4.__pfs,
.__psc .__sect p.__pfs,
.__psc .__sect li.__pfs,
.__psc .__sect span.__pfs {
    font-family: 'Open Sans';
    font-weight: 400;
    text-align: left;
    color: #000;
}

.__psc .__sect a.__pfs {
    font-family: 'Open Sans';
    font-weight: 600;
    text-align: left;
    color: #005078;
    font-weight: 600;
}

.__psc .__sect p.__pfs a.__pfs,
.__psc .__sect li.__pfs a.__pfs {
    text-decoration: underline;
}

.__psc .__sect h1.__pfs {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 30px;
    line-height: 40px;
    word-break: auto-phrase;
}

.__psc .__sect h2.__pfs {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 10px;
}

.__psc .__sect h3.__pfs {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

.__psc .__sect p.__pfs,
.__psc .__sect li.__pfs {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.__psc button.__primaryBtn,
.__psc a.__primaryBtn {
    border-radius: 14px;
    background-color: #005078;
    color: #fff;
    width: fit-content;
    min-height: 50px;
}

.__psc button.__primaryBtn:hover,
.__psc a.__primaryBtn:hover {
    background-color: #004060;
}

.__psc button.__primaryBtn a.__pfs,
.__psc a.__primaryBtn.__pfs {
    text-align: center;
    padding: 15px 60px;
    text-decoration: none;
    border-radius: 14px;
    z-index: 3;
    display: block;
}

.__psc button.__primaryBtn a,
.__psc button.__primaryBtn a.__pfs>*,
.__psc a.__primaryBtn {
    font-weight: 600;
    font-size: 14px;
    color: #fff !important;
    text-decoration: none;
}

.__psc .__sect .__pill {
    border-radius: 17.5px;
    color: #fff;
    background-color: #000;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-align: left;
    line-height: 14px;
    text-transform: uppercase;
    margin: 0 0 25px;
    width: fit-content;
}

.__psc .__sect .__pill.red {
    background-color: rgba(240, 20, 40, 1);
}

@media only screen and (max-width: 767px) {
    .__psc .__sect h1.__pfs {
        font-size: 36px;
    }

    .__psc .__sect h2.__pfs {
        font-size: 24px;
    }
}

/* Section: Intro */
/* section.__intro.__sect {
    padding-bottom: 35px;
    box-shadow: 0px 5px 15px -5px rgba(0,0,0, 0.15);
    background-image: linear-gradient(to bottom, #fff 0%, rgb(249 249 249) 100%);
} */

.__psc .__intro.__sect .__fixedWidth {
    display: flex;
    gap: 9rem;
}

.__psc .__intro.__sect h1.__pfs+p.__pfs {
    font-size: 18px;
}

/* section.__intro.__sect .__fixedWidth {
    display: flex;
    align-items: center;
    gap: 8rem;
}

section.__intro.__sect .__fixedWidth div+img {
    border-radius: 14px;
    max-width: 400px;
}

@media only screen and (max-width: 1024px) {
    section.__intro.__sect .__fixedWidth {
        gap: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    section.__intro.__sect .__fixedWidth {
        flex-direction: column;
    }

    section.__intro.__sect .__fixedWidth div+img {
        max-width: 100%;
    }
} */

@media (max-width: 1024px) and (min-width: 768px) {
    .__psc .__intro.__sect .__fixedWidth div {
        z-index: 10;
    }
    .__psc .__intro.__sect .__fixedWidth div + img {
        max-width: 350px;
        margin-right: -15px;
    }
    .__psc .__intro.__sect .__fixedWidth {
        gap: 4rem;
        margin-top: 20px;
    }
}

@media (max-width: 767px) and (min-width: 601px) {
    .__psc .__intro.__sect .__fixedWidth div {
        z-index: 10;
    }
    .__psc .__intro.__sect .__fixedWidth div + img {
        max-width: 350px;
        margin-right: -15px;
    }
    .__psc .__intro.__sect .__fixedWidth {
        gap: 2rem;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .__psc .__intro.__sect  {
        overflow: hidden;
        padding: 15px;
    }

    .__psc .__intro.__sect .__fixedWidth {
        gap: 30px;
        flex-direction: column;
        /* padding-right: 2rem; */
        position: relative;
    }

    .__psc .__intro.__sect .__fixedWidth div + img {
        position: absolute;
        right: -68px;
        top: 10px;
        max-width: 195px;
        overflow-x: hidden;
    }
}

/* Section: H2 subheading */

.__psc .__subheading {
    display: flex;
    align-items: center;
    margin: 15px auto;
}

.__psc .__subheading img {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background-color: rgba(224, 228, 231, 1);
    width: 65px;
    height: 65px;
    align-self: start;
    margin-right: 20px;
}

.__psc .__subheading div p.__pfs {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
}

.__psc .__subheading div p.__pfs a.__pfs {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.__psc .__subheading div p.__pfs a.__pfs::after {
    content: '';
    display: block;
    background: url(https://www.aircanada.com/content/dam/aircanada/loyalty-content/images/prev-arrow.svg) no-repeat center center;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    transform: rotate(-90deg);
    margin-left: 5px;
}

.__psc .__subheading div p.__pfs a.__pfs.active::after {
    transform: rotate(90deg);
}

.__psc .__subheading div p.__pfs a.__pfs>span {
    color: inherit;
    font-weight: inherit;
}


@media only screen and (max-width: 600px) {
    .__psc .__sect h1.__pfs {
        font-size: 28px;
        padding-right: 8rem;
    }
}

/* Cyber Monday callout */
section#__callout .__content {
    display: flex;
    padding: 20px;
    gap: 20px;
    align-items: center;
    margin: 20px auto;
}

section#__callout .__content img {
    width: 65px;
    height: 65px;
}

section#__callout .__content h3 {
    margin-bottom: 0;
}

section#__callout .__content button.__primaryBtn {
    margin-left: auto;
}

@media only screen and (max-width: 767px){
    section#__callout .__content img {
        display: none;
    }
}

/* Section: Redirect container */
div#redirect-container {
    background: #f6f6f6;
    padding: 20px;
    margin: 10px auto 30px;
    border: 1px solid #C1C5C8;
    border-radius: 14px;
}

div#redirect-container p {
    margin-bottom: 0;
    display: flex;
    gap: 10px;
}

div#redirect-container p span, div#redirect-container p span a {
    font-size: 16px;
}

/* Section: Sticky anchor */

section.__sect:last-child {
    padding-bottom: 80px;
}

section.__sect:not(.__stickyAnchors, .__exploreDestinations, .__allSales, .__intro, .__callout) {
    padding-top: 40px;
}

.__psc .__stickyAnchors {
    position: sticky;
    top: 0;
    z-index: 10;
    /* background: linear-gradient(rgb(250 250 250 / 100%) 0%, rgb(250 250 250 / 0%) 110%);
    backdrop-filter: blur(0.5px); */
}

.__psc .__stickyAnchors.addFade {
    background: linear-gradient(rgb(250 250 250 / 100%) 0%, rgb(250 250 250 / 0%) 110%);
    backdrop-filter: blur(0.5px);
}

.__psc .__stickyAnchors .__anchorsContainer {
    position: sticky;
    top: 0;
    display: flex;
    width: 100%;
    height: fit-content;
    min-height: 80px;
    justify-content: flex-end;
    align-items: center;
}

.__psc .__stickyAnchors .__anchorsContainer .__mobileDropdown button {
    display: none;
    min-height: 50px;
}

.__psc .__stickyAnchors ul.__pfs {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
}

/* .__psc .__stickyAnchors ul.__pfs li.__pfs a.__pfs { font-size: 16px; font-weight: 600; text-decoration: none;
display: flex; align-items: center; color: #000; } */

.__psc .__stickyAnchors ul.__pfs li.__pfs a.__pfs {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #000;
    padding: 15px;
    background: #fff;
    border-radius: 14px;
    height: 50px;
    box-shadow: 0px 3px 15px -7px rgba(0, 0, 0, 0.15);
}

.__psc .__stickyAnchors ul.__pfs li.__pfs a.__pfs:hover {
    color: #005078;
}

.__psc .__stickyAnchors ul.__pfs li.__pfs a.__pfs span.__pfs,
.__psc button.__primaryBtn a.__pfs span.__pfs,
.__psc a.__primaryBtn span.__pfs {
    padding-left: 4px;
}

/* .__psc .__stickyAnchors ul.__pfs li:not(:first-child) { padding-left: 20px; } */

.__psc .__stickyAnchors ul.__pfs li a::before,
.__psc .__stickyAnchors #mobileMenuButton::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: cover !important;
    color: #005078;
    margin-right: 10px;
}

.__psc .__stickyAnchors ul.__pfs li.__pfs.seat a::before,
.__psc .__stickyAnchors #mobileMenuButton.seat::before {
    background: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/icons/icon-seat-blue.svg) no-repeat center center;
}

.__psc .__stickyAnchors ul.__pfs li.__pfs.plane a::before,
.__psc .__stickyAnchors #mobileMenuButton.plane::before {
    background: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/icons/icon-plane.svg) no-repeat center center;
}

.__psc .__stickyAnchors ul.__pfs li.__pfs.tag a::before,
.__psc .__stickyAnchors #mobileMenuButton.tag::before {
    background: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/icons/icon-tag.svg) no-repeat center center;
}

.__psc .__stickyAnchors ul.__pfs li.__pfs.map a::before,
.__psc .__stickyAnchors #mobileMenuButton.map::before {
    background: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/icons/icon-map.svg) no-repeat center center;
}

.__psc .__stickyAnchors ul.__pfs li.__pfs.deal a::before,
.__psc .__stickyAnchors #mobileMenuButton.deal::before {
    background: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/icons/icon-deal.svg) no-repeat center center;
}

@media only screen and (max-width: 1025px) {
    section.__sect:not(.__intro, .__stickyAnchors, .__callout + .__allServices) {
        padding-top: 50px;
        scroll-margin-top: 3rem;
    }

    .__psc .__stickyAnchors .__anchorsContainer {
        gap: 10px;
    }

    .__psc .__stickyAnchors ul.__pfs li.__pfs a.__pfs {
        height: fit-content;
        min-height: 25px;
    }

    .__psc .__stickyAnchors ul.__pfs li a::before,
    .__psc .__stickyAnchors #mobileMenuButton::before {
        width: 16px;
        height: 16px;
    }

    .__psc .__stickyAnchors .__anchorsContainer .__mobileDropdown {
        position: relative;
        flex: 1;
    }

    .__psc .__stickyAnchors .__anchorsContainer .__mobileDropdown button {
        display: flex;
        border-radius: 14px;
        box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.15);
        background: #fff;
        padding: 10px;
        width: 40%;
        text-align: left;
        margin-right: 20px;
        opacity: 1;
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        align-items: center;
    }

    .__psc .__stickyAnchors .__anchorsContainer .__mobileDropdown button::after {
        content: '';
        display: block;
        background: url(https://www.aircanada.com/content/dam/aircanada/loyalty-content/images/prev-arrow.svg) no-repeat center center;
        background-size: 14px 14px;
        width: 14px;
        height: 14px;
        transform: rotate(-90deg);
        margin-left: auto;
    }

    .__psc .__stickyAnchors .__anchorsContainer .__mobileDropdown ul.__pfs {
        display: none;
    }

    .__psc .__stickyAnchors .__anchorsContainer .__mobileDropdown nav.__pfs.__bss {
        position: relative;
    }

    .__psc .__stickyAnchors .__anchorsContainer .__mobileDropdown ul.__pfs.open {
        display: block;
        position: absolute;
        width: 100%;
        background: #fff;
        border-radius: 0px 0px 14px 14px;
        margin-top: -8px;
        /*border-top: 1px solid #c8c8c8;*/
        padding: 10px;
    }

    .__psc .__stickyAnchors .__anchorsContainer .__mobileDropdown ul.__pfs.open li {
        padding: 10px 0;
        margin: 0;
    }

    .__psc .__stickyAnchors .__anchorsContainer .__mobileDropdown.open button::after {
        transform: rotate(90deg);
    }

    .__psc .__stickyAnchors ul.__pfs li::before {
        width: 22px;
        height: 22px;
        background-size: 22px 22px !important;
    }

    .__psc .__stickyAnchors ul.__pfs li.__pfs a.__pfs {
        font-size: 14px;
        background: transparent;
        border-radius: none;
        box-shadow: none;
        padding: 0 5px;
    }

    /* .__psc .__stickyAnchors .__anchorsContainer button.__primaryBtn.__pfs a.__pfs span.__pfs {
        display: none;
    } */

    .__psc .__stickyAnchors ul.__pfs li:not(:first-child) {
        padding-left: 0;
    }

    .__psc .__sect button.__primaryBtn a.__pfs,
    .__psc .__sect a.__primaryBtn {
        padding: 15px 40px;
    }
}

@media (max-width: 1024px) and (min-width: 601px) {
    .__psc .__stickyAnchors {
        width: 100%;
        position: fixed;
        top: 80px;
    }
}

@media only screen and (max-width: 600px) {
    .__psc .__stickyAnchors {
        top: calc(100vh - 80px);
        width: 100%;
        position: fixed;
        /*width: calc(100% - 40px);
        top: calc(100vh - 80px);
        position: fixed; */
    }
    .__psc .__stickyAnchors .__anchorsContainer button.__primaryBtn {
        width: 100%;
    }

    .__psc .__stickyAnchors.addFade {
        background: linear-gradient(rgb(250 250 250 / 0%) 0%, rgb(250 250 250 / 100%) 110%);
    }
}

/* Section: infinite scroll carousel */

.__psc .__infiniteCarousel {
    position: relative;
}

.__psc .__infiniteCarousel .__scrollContainer .__offerContainer {
    gap: 24px;
    width: 100%;
    vertical-align: top;
    display: inline-flex;
    padding-bottom: 10px;
}


.__psc .__infiniteCarousel .__offerContainer .__offerSnap {
    border-radius: 14px;
    display: inline-block;
    scroll-snap-coordinate: left;
    scroll-snap-align: start;
    padding: 20px 0;
}

.__psc .__infiniteCarousel::-webkit-scrollbar,
.__psc .__infiniteCarousel .__scrollContainer .__scrollContent::-webkit-scrollbar {
    display: none;
}

.__psc .__infiniteCarousel .__scrollContainer {
    overflow: hidden;
    height: 100%;
}

.__psc .__infiniteCarousel .__scrollContainer .__scrollContent {
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior-x: contain;
    position: relative;
    /* white-space: nowrap; */
    scroll-snap-type: mandatory;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.__psc .__infiniteCarousel .__offerContainer .__offerSnap .__offer {
    transform: translateX(calc((100vw - 1200px)/2 - 10px));
    width: 100%;
    transition: all .33s linear;
}

.__psc .__infiniteCarousel .__offerContainer .__offerSnap:nth-of-type(1) .__offer .__content {
    animation: fade-in-bottom .75s ease-out both;
    animation-delay: .8s;
}

.__psc .__infiniteCarousel .__offerContainer .__offerSnap:nth-of-type(2) .__offer .__content {
    animation: fade-in-bottom .75s ease-out both;
    animation-delay: 1.1s;
}

.__psc .__infiniteCarousel .__offerContainer .__offerSnap:nth-of-type(3) .__offer .__content {
    animation: fade-in-bottom .75s ease-out both;
    animation-delay: 1.4s;
}

.__psc .__infiniteCarousel .__offerContainer .__offerSnap:nth-of-type(4) .__offer .__content {
    animation: fade-in-bottom .75s ease-out both;
    animation-delay: 1.7s;
}

.__psc .__infiniteCarousel .__offerContainer .__offerSnap:nth-of-type(5) .__offer .__content {
    animation: fade-in-bottom .75s ease-out both;
    animation-delay: 2s;
}

.__psc .__infiniteCarousel .__offerContainer .__offerSnap:nth-of-type(6) .__offer .__content {
    animation: fade-in-bottom .75s ease-out both;
    animation-delay: 2.3s;
}

.__psc .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content {
    border-radius: 14px;
    background: #fff;
    margin: 0;
    height: 100%;
}

.__offerSnap .__offer .__content {
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.15);
}

.__offerSnap:not(#filler,.disabled) .__offer .__content:hover {
    /* transform: scale3d(1.01, 1.01, 1.01) !important; */
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    margin-bottom: 8px;
    margin-top: 0;
}

.__psc .__infiniteCarousel .__offerContainer .__offerSnap:first-child .__offer {
    margin-left: 0;
    width: 100%;
}

/* .__psc .__infiniteCarousel .__offerContainer .__offerSnap:last-child .__offer {
    padding-right: 100px;
} */

.__psc .__infiniteCarousel .__leftArrow {
    background-image: linear-gradient(-90deg, rgba(249, 249, 249, 0) 0%, rgba(250, 250, 250, 1) 100%);
    backdrop-filter: blur(0.25px);
    height: 100%;
    width: 60px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 2;
}

.__psc .__infiniteCarousel .__arrow span {
    background: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/icons/icon-arrow-next.svg) no-repeat center center;
    background-size: 18px 18px !important;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    background-color: #005078;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, .3);
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 4;
    top: 42%;
    color: #fff;
    font-size: 14px;
    width: 50px;
    height: 50px;
}

.__psc .__infiniteCarousel .__leftArrow span {
    transform: rotate(180deg);
    left: 20px;
}

.__psc .__infiniteCarousel .__rightArrow span {
    right: 20px;
}

.__psc .__infiniteCarousel .__rightArrow {
    background-image: linear-gradient(90deg, rgba(249, 249, 249, 0) 0%, rgba(250, 250, 250, 1) 100%);
    backdrop-filter: blur(0.25px);
    height: 100%;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    z-index: 2;
    display: block;
}

@media only screen and (max-width: 1200px) {
    .__psc .__infiniteCarousel .__offerContainer .__offerSnap .__offer {
        transform: translateX(20px);
    }

    /* .__psc .__infiniteCarousel .__offerContainer .__offerSnap:last-child .__offer {
        padding-right: 20px;
    } */
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
    .__psc .__collapsibleSection:not(.__infiniteCarousel) .__offerContainer .__offerSnap {
        flex: 0 0 calc(50% - 20px);
        padding: 20px 0;
    }

    .__psc .__infiniteCarousel .__leftArrow,
    .__psc .__infiniteCarousel .__rightArrow {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .__psc .__collapsibleSection:not(.__infiniteCarousel) .__offerContainer .__offerSnap {
        flex: 0 0 100%;
        padding: 20px 0 0;
    }

    .__psc .__collapsibleSection:not(.__infiniteCarousel) .__offerContainer .__offerSnap .__offer .__content img {
        width: 100%;
        max-height: 275px;
        object-fit: cover;
    }

    .__psc .__infiniteCarousel .__leftArrow,
    .__psc .__infiniteCarousel .__rightArrow {
        display: none !important;
    }

    /* .__psc .__collapsibleSection .__offerContainer  .__offerSnap#filler {
        display: none;
    } */
}

/* Section: offer tiles */

.__psc .__collapsibleSection .__offerContainer .__offerSnap .__offer .__content div + p {
    margin-top: auto;
    border-top: 1px solid #E0E4E7;
    padding-top: 15px;
    margin-bottom: 0;
}

.__psc .__collapsibleSection .__offerContainer .__offerSnap .__offer .__content div + p a,
.__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnap#filler .__offer .__content p a {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 35px;
}

.__psc .__collapsibleSection .__offerContainer .__offerSnap .__offer .__content div + p a::after,
.__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnap#filler .__offer .__content p a::after {
    content: '';
    display: block;
    background: url(https://www.aircanada.com/content/dam/aircanada/loyalty-content/images/prev-arrow.svg) no-repeat center center;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    transform: rotate(180deg);
    margin-left: 5px;
}

.__psc .__collapsibleSection .__offerContainer .__offerSnap .__offer .__content p.__pfs.ribbon.__bss:before,
.__psc .__collapsibleSection .__offerContainer .__offerSnap .__offer .__content p.__pfs.ribbon.__bss:after{
    position:absolute;
    content: '';
    display: block;
  }

.__psc .__collapsibleSection .__offerContainer .__offerSnap .__offer .__content p.__pfs.ribbon.__bss:before{
    width: 0.469em;
    height: 100%;
    padding: 0 0 0.438em;
    top: 0px;
    left: -6px;
    background:inherit;
    border-radius: 0.313em 0 0 0;
  }
  
  .__psc .__collapsibleSection .__offerContainer .__offerSnap .__offer .__content p.__pfs.ribbon.__bss:after{
    width: 0.429em;
    height: 0.5em;
    background: #55070e;
    bottom: -7px;
    left: -6px;
    border-radius: 0 0 0 0.313em;
    box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
  }
  
  .__psc .__collapsibleSection .__offerContainer .__offerSnap .__offer .__content p.__pfs.ribbon.__bss {
      position: relative;
      margin-left: -20px;
      margin-top: -18px;
      margin-bottom: 15px !important;
      width: fit-content;
      text-transform: uppercase;
      color: #fff;
      font-size: 14px !important;
      padding: 0px 15px;
      background: #ef1327;
      box-shadow: -1px 2px 3px rgba(0,0,0,0.5);
      border-radius: 0 4px 4px 0;
  }

.__psc .__collapsibleSection .__offerContainer .__offerSnap .__offer .__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 20px 20px;
    margin-bottom: 0;
    margin-top: 8px;
    transition: 0.5s;
}

.__psc .__collapsibleSection .__offerContainer .__offerSnap .__offer .__content p.__pfs.__bss.eyebrow {
    color: #6C6C6E;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 5px;
}

.__psc .__collapsibleSection .__offerContainer .__offerSnap .__offer .__content p.__pfs.__bss.eyebrow + p.__pfs.__bss,
.__psc .__collapsibleSection .__offerContainer .__offerSnap .__offer .__content p.__pfs.__bss:not(.eyebrow):nth-of-type(1) {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: left;
    line-height: 24px;
    /* margin-bottom: 10px; */
}

.__psc .__collapsibleSection .__offerContainer .__offerSnap .__offer .__content p.__pfs.__bss:not(.eyebrow, .ribbon):nth-of-type(1) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 16px;
}

.__psc .__collapsibleSection .__offerContainer .__offerSnap .__offer .__content p.__pfs.__bss.eyebrow + p.__pfs.__bss {
    display: flex;
}

.__psc .__collapsibleSection .__offerContainer .__offerSnap .__offer .__content p.__pfs.__bss.eyebrow + p.__pfs.__bss:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: cover !important;
    color: #000;
    margin-right: 5px;
    margin-top: 3px;
    background: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/icons/icon-pin.svg) no-repeat center center;
}

.__psc .__collapsibleSection .__offerContainer .__offerSnap .__offer .__content p.__pfs.__bss {
    color: #2A2A2A;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    line-height: 20px;
}

.__psc .__collapsibleSection:not(.__infiniteCarousel) {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.__psc .__collapsibleSection:not(.__infiniteCarousel) .__offerContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

@media only screen and (min-width: 1025px) {
    .__psc .__collapsibleSection:not(.__infiniteCarousel) .__offerContainer .__offerSnap {
        flex: 0 0 calc(33% - 20px);
        padding: 20px 0;
    }
}

.__psc .__collapsibleSection:not(.__infiniteCarousel) .__offerContainer .__offerSnap .__offer {
    border-radius: 14px;
    height: 100%;
}

.__psc .__collapsibleSection:not(.__infiniteCarousel) .__offerContainer .__offerSnap .__offer .__content img {
    border-radius: 14px 14px 0 0;
}

.__psc .__collapsibleSection:not(.__infiniteCarousel) .__offerContainer .__offerSnap .__offer .__content div {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.__psc .__collapsibleSection:not(.__infiniteCarousel) .__offerContainer .__offerSnap .__offer .__content div p:last-child {
    margin: auto 0 0;
}

.__psc .__collapsibleSection:not(.__infiniteCarousel) .__navContainer {
    display: none;
}

/* Section: Limited time sale specific */

.__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnap {
    max-width: 296px;
    width: 100%;
    flex-shrink: 0;
    display: flex;
}

.__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnap:last-child:not(:only-of-type) {
    width: 100%;
    max-width: calc(296px + 40px);
}
.__psc .__infiniteCarousel .__offerContainer .__offerSnap:last-child:not(:only-of-type) .__offer {
    padding-right: 40px;
}

.__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content img {
    border-radius: 14px 14px 0 0;
    width: 296px;
    max-width: 100%;
}

.__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content picture+div {
    padding: 30px 30px 20px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content picture+div h3 {
    margin-bottom: 20px;
}

.__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content picture+div p:last-child {
    margin: auto 0 0;
}

.__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnap#filler .__offer .__content {
    padding: 40px 20px 0;
    align-content: center;
    justify-content: end;
}

.__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnap#filler .__offer .__content img {
    width: 100%;
    margin-top: auto;
    /* margin-bottom: -3px; */
}

.__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnap#filler .__offer .__content p {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

.__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnap.disabled .__offer .__content {
    filter: opacity(0.5);
}

.__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnap.disabled,
.__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnap.disabled .__offer .__content:hover {
    cursor: not-allowed;
    pointer-events: none;
}

.__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnap.disabled .__offer .__content a.__openModal {
    pointer-events: none;
}

.__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnap.disabled .__offer .promoPill {
    background: #49494b;
}

.__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnap .__offer .promoPill {
    width: fit-content;
    height: 22px;
    padding: 2px 10px;
    background: #D8292F;
    display: flex;
    color: #fff;
    content: 'Limited quantities';
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

/* @media only screen and (min-width: 1650px) {
    .__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnap,
    .__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content img {
        max-width: 450px;
        width: 100%;
    }

    .__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnap:last-child:not(:only-of-type) {
        width: calc(450px + 60px);
        max-width: calc(450px + 60px);
    }
    .__psc .__infiniteCarousel .__offerContainer .__offerSnap:last-child:not(:only-of-type) .__offer {
        padding-right: 60px;
    }
} */

@media only screen and (max-width: 767px) {
    .__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnap,
    .__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content img {
        width: 315px;
        max-width: 315px;
    }
    .__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content picture+div {
        min-height: 245px;
    }

    .__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnap:last-child:not(:only-of-type) {
        width: calc(315px + 20px);
        max-width: calc(315px + 20px);
    }
    .__psc .__infiniteCarousel .__offerContainer .__offerSnap:last-child:not(:only-of-type) .__offer {
        padding-right: 20px;
    }  
}

/* Section: Limited time sale specific */

.__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content img {
    border-radius: 14px 14px 0 0;
    width: 100%;
    max-width: 100%;
    height: 190px;
    max-height: 190px;
    object-fit: cover;
}

.__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap .__offer {
    position: relative;
    width: 386px;
}

.__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap:last-child:not(:only-of-type) .__offer {
    width: calc(386px + 40px);
    padding-right: 40px;
}

.__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content picture+div {
    max-width: 100%;
}

.__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content picture+div .__pill {
    position: absolute;
    top: 10px;
    left: 10px;
}

.__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content picture+div div {
    border-radius: 0 0 14px 14px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 240px;
}

.__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content picture+div div h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
}

.__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content picture+div div p {
    font-size: 14px;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content picture+div div a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #005078;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin: auto 0 0;
}

.__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content picture+div div a::after{
    content: '';
    display: block;
    background: url(https://www.aircanada.com/content/dam/aircanada/loyalty-content/images/prev-arrow.svg) no-repeat center center;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    transform: rotate(180deg);
    margin-left: 5px;
}

.__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content picture+div div button.__primaryBtn,
.__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content picture+div div a.__primaryBtn {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
}

/* @media only screen and (min-width: 1650px) {
    .__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap .__offer,
    .__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content img {
        width: 1200px;
        height: 600px;
    }
} */

@media only screen and (min-width: 768px) and (max-width: 1025px) {
    .__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content img {
        width: 334px;
        height: 200px;
    }
    .__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap .__offer {
        width: 334px;
    }

    .__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap:last-child:not(:only-of-type) .__offer {
        width: calc(334px + 20px);
        padding-right: 20px;
    }

    .__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content picture+div .__pill {
        top: 25px;
    }

    .__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content picture+div div {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content img {
        width: 315px;
        height: 190px;
    }
    .__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap .__offer {
        width: 315px;
    }

    .__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap:last-child:not(:only-of-type) .__offer {
        width: calc(315px + 20px);
        padding-right: 20px;
    }

    .__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content picture+div {
        width: 100%;
    }

    .__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content picture+div .__pill {
        top: 10px;
    }
    .__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content picture+div div {
        top: 100px;
        height: 250px;
        width: 100%;
        max-width: 100%;
    }

    .__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content picture+div div h3 {
        font-size: 18px;
        line-height: 20px;
    }
    .__psc .__allDeals .__infiniteCarousel .__offerContainer .__offerSnap .__offer .__content picture+div div p {
        font-size: 14px;
    }
}

/* Section: modal popup core styles */

.__psc .__modal {
    display: none;
}

.__psc .__modal.active {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: rgba(0,0,0,0.25);
    border-radius: 0;
}

.__psc .__modal.active .__modalHeader {
    max-height: 415px;
    border-radius: 16px 16px 0 0;
}

.__psc .__modal.active .__modalHeader img {
    width: 100%;
    max-height: 415px;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
}

/* @media only screen and (min-width: 1350px) {
    .__psc .__modal.active .__modalHeader img {
        object-position: 0 -240px;
    }
}

@media only screen and (min-width: 1500px) {
    .__psc .__modal.active .__modalHeader {
        max-height: 470px;
    }
    .__psc .__modal.active .__modalHeader img {
        max-height: 470px;
        object-position: 0 -37vh;
    }
}

@media only screen and (min-width: 1800px) {
    .__psc .__modal.active .__modalHeader {
        max-height: 500px;
    }
    .__psc .__modal.active .__modalHeader img {
        max-height: 500px;
        object-position: 0 -39vh;
    }
}

@media only screen and (min-width: 2000px) {
    .__psc .__modal.active .__modalHeader {
        max-height: 600px;
    }
    .__psc .__modal.active .__modalHeader img {
        max-height: 600px;
        object-position: 0 -41vh;
    }
} */

.__psc .__modal.active a.__closeModal {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 10;
}

.__psc .__modal.active a.__closeModal::before {
    content: '';
    background: url(https://www.aircanada.com/content/dam/aircanada/loyalty-content/images/icon/icon-close.svg)no-repeat center center;
    display: block;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    filter: invert(11%) sepia(75%) saturate(5894%) hue-rotate(189deg) brightness(93%) contrast(101%);
}

.__psc .__modal.active .__scrollableSectionModal {
    overflow-y: scroll;
    padding: 0 2px;
    height: 100vh;
    background: linear-gradient(180deg, rgba(216, 235, 248, 1) 0%, rgba(250, 250, 250, 1) 50%);
    border-radius: 15px 16px 0 0;
    margin-top: 20px;
    width: 100%;
    position: relative;
    animation: slide-up 1s ease-in-out;
}

.__psc .__modal.slideDown .__scrollableSectionModal {
    animation: slide-down 1s ease-in-out;
}

.__psc .__modal.active:not(.noTerms) .__scrollableSectionModal {
    height: calc(100vh - 50px);
}

.__psc .__modal.active .__modalBody {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    /* position: relative; */
    height: fit-content;
}

.__psc .__modal.active .__modalFooter {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    z-index: 4;
    /* position: absolute;
    bottom: 0; */
}

.__psc .__modal.active .__modalBody h3 {
    padding: 40px 0 20px;
    font-size: 20px;
}

.__psc .__modal.active .__modalBody .__modalTabContainer .__modalTabs {
    display: flex;
    gap: 10px;
    list-style: none;
    border-bottom: none;
    padding: 0;
    margin-bottom: 20px;
    padding: 0 0 15px;
}

.__psc .__modal.active .__modalBody .__modalTabContainer .__modalTabs .__modalTab.active a {
    color:#005078;
}

.__psc .__modal.active .__modalBody .__modalTabContainer .__modalTabs .__modalTab:hover a,
.__psc .__modal.active .__modalBody .__modalTabContainer .__modalTabs .__modalTab.active a {
    color:#004060;
    border: 1px solid rgba(0, 80, 120, 1);
    text-decoration: none;
    cursor: pointer;
}

.__psc .__modal.active .__modalBody .__modalTabContainer .__modalTabs .__modalTab.active a {
    border: 1px solid rgba(0, 80, 120, 1);
    color:#004060;
}

.__psc .__modal.active .__modalBody .__modalTabContainer .__modalTabs .__modalTab a {
    border-radius: 14px;
    border: none;
    box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    height: 60px;
    text-align: center;
}

.__psc .__modal.active .__modalBody .__modalTabContainer .__modalTabs .__modalTab {
    flex: 1;
}

@media only screen and (max-width: 1200px){
    .__psc .__modal.active .__modalBody .__modalTabContainer .__modalTabs {
        padding: 0 15px 15px 0;
        margin-right: -40px;
        overflow-x: scroll;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -ms-overflow-style: none;
        overscroll-behavior-x: contain;
        position: relative;
        /* white-space: nowrap; */
        scroll-snap-type: mandatory;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
}

/* Section: modal popup sale specific styles */

.__psc .__modal.active .__modalSaleCountdown {
    background: #000;
    border-radius: 14px 14px 0 0;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 50px auto 0;
    position: relative;
}

.__psc .__modal.active .__modalSaleCountdown p.__pfs {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    line-height: 21px;
    margin: 0 20px 0 0;
}

.__psc .__modal.active .__modalSaleCountdown span {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 24px;
}

.__psc .__modal.active .__modalSaleCountdown .timer {
    display: flex;
    gap: 10px;
}

.__psc .__modal.active .__modalSaleCountdown .timer div.__pfs {
    flex: 1;
    text-align: center;
}

.__psc .__modal.active .__modalSaleCountdown .timer div.__pfs.first {
    border-radius: 4px;
    border: 1px solid rgba(151, 151, 151, 1);
}

.__psc .__modal.active .__modalSaleCountdown .timer div.__pfs .smalltext {
    color: #fff;
    font-size: 10px;
}

.__psc .__modal.active .__modalSaleCountdown .timer div.__pfs:not(.smalltext, .dots) {
    padding: 3px 10px;
}

.__psc .__modal.active .__modalSaleCountdown .timer div.__pfs.dots {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer {
    padding: 20px 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 0 0 14px 14px;
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleOffer,
.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleDetails,
.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleTnc {
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
    padding: 15px 0;
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleOffer div.__pfs,
.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleDetails div.__pfs,
.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleTnc div.__pfs {
    flex: calc(50% - 20px);
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleOffer div.__pfs p.__pfs,
.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleDetails div.__pfs p.__pfs,
.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleTnc div.__pfs p.__pfs {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleTnc div.__pfs p.__pfs a.__pfs {
    font-weight: 600;
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleDetails div.__pfs {
    display: flex;
    align-items: baseline;
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleTnc {
    border-top: 1px solid #c8c8c8;
    padding: 20px 0 0;
    margin-top: 10px;
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleOffer div.__pfs p.__pfs span.__pfs:first-child,
.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleDetails div.__pfs p.__pfs.ic {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 600;
    align-items: baseline;
    white-space: nowrap;
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleOffer div.__pfs p.__pfs span.__pfs:not(:first-child),
.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleDetails div.__pfs p.__pfs:not(.ic),
.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleTnc div.__pfs p.__pfs:not(.ic) {
    font-size: 14px;
    font-weight: 400;
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .ic::before {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat !important;
    background-size: 14px 14px !important;
    background-position: center center !important;
    content: '';
    margin-right: 10px;
    display: block;
    align-self: center;
    flex: none;
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .ic.cabin::before {
    background-image: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/icons/icon-seat-blue.svg);
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .ic.destinations::before {
    background-image: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/icons/icon-map.svg);
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .ic.book::before {
    background-image: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/icons/icon-calendar.svg);
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .ic.travel::before {
    background-image: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/icons/icon-takeoff.svg);
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .ic.offer::before {
    background-image: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/icons/icon-plane-h.svg);
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .ic.code::before {
    background-image: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/icons/icon-tag.svg);
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .ic.tnc::before {
    background-image: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/icons/icon-info.svg);
}

.__psc .__modal.active .__modalFooter .__modalFooterContainer button.__primaryBtn,
.__psc .__modal.active .__modalFooter .__modalFooterContainer a.__primaryBtn {
    margin-left: 30px;
    height: 40px;
    min-height: 40px;
    align-self: flex-end;
}

.__psc .__modal.active .__modalFooter .__modalFooterContainer button.__primaryBtn a.__pfs,
.__psc .__modal.active .__modalFooter .__modalFooterContainer a.__primaryBtn {
    padding: 10px 40px;
}

.__psc .__modal.active .__modalFooter .__modalFooterContainer .__accordionContainer .__accordionTitle {
    margin-bottom: 0;
}

.__psc .__modal.active .__modalFooter .__modalFooterContainer .__accordionContainer .__accordionTitle a.__pfs {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.22px;
    text-align: left;
    line-height: 28px;
}

.__psc .__modal.active .__modalFooter .__modalFooterContainer .__accordionContainer.active .__accordionContent {
    border: none;
    margin-top: 10px;
    background: #f6f6f6;
    border-radius: 14px;
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleDetails div.__pfs div.__pfs {
    flex-direction: column;
    align-items: baseline;
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleDetails div.__pfs p.__pfs.blackout,
.__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleDetails div.__pfs p.__pfs.blackout small span.__pfs,
.__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleDetails div.__pfs p.__pfs.blackout small a.__pfs {
    font-size: 90% !important;
}


.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleOffer {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleOffer div.__pfs:nth-of-type(2) {
    display: flex;
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleOffer div.__pfs:nth-of-type(2) .ntp-tooltip {
    position: relative;
    display: inline-flex;
    padding: 0 0 0 20px;
    margin-left: auto;
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleOffer div.__pfs:nth-of-type(2) .ntp-tooltip button {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border-radius: 14px;
    padding: 12px 20px;
    min-width: 230px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleOffer div.__pfs:nth-of-type(2) .ntp-tooltip button span.__pfs {
    color: #005078;
    font-weight: 600;
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleOffer div.__pfs:nth-of-type(2) .ntp-tooltip button span.__pfs.copy-icon {
    font-size: 14px;
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleOffer div.__pfs:nth-of-type(2) .ntp-tooltip button span.__pfs.copy-icon img {
    width: 11px;
    height: 11px;
    margin-right: 5px;
    display: inline;
    filter: hue-rotate(190deg);
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleOffer div.__pfs:nth-of-type(2) .ntp-tooltip span.__pfs.tooltiptext {
    visibility: hidden;
    width: fit-content;
    font-size: 12px;
    background-color: #005078;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 15px;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleOffer div.__pfs:nth-of-type(2) .ntp-tooltip span.__pfs.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleOffer div.__pfs:nth-of-type(2) .ntp-tooltip:hover span.__pfs.tooltiptext {
    visibility: visible;
    opacity: 1;
    color: #fff;
    font-size: 12px;
}

.__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleDetails .ic::before {
    margin-top: -3px;
}

.__psc .__modal.active .__modalFooter .__modalFooterContainer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    align-items: center;
    overflow-y: auto;
}

.__psc .__modal.active .__modalFooter .__modalFooterContainer .__accordionContainer {
    flex: 1;
    max-height: 50vh;
}

@media only screen and (max-width: 1200px) {
    .__psc .__collapsibleSection:not(.__infiniteCarousel) {
        max-width: calc(100% - 40px);
    }
    .__psc .__modal.active .__modalSaleCountdown,
    .__psc .__modal.active .__modalBody,
    .__psc .__modal.active .__modalFooter .__modalFooterContainer {
        max-width: calc(100% - 40px);
        width: 100%;
    }
    .__pfs.__modalBodyContainer.__bss {
        max-width: calc(100% - 40px);
        margin: 0 auto;
    }
    .__psc .__modal.active .__modalBody h3.__pfs {
        max-width: calc(100% - 40px);
        margin: 0 auto 15px;
        font-size: 20px;
    }
    .__psc .__modal.active .__modalSaleCountdown {
        margin: 80px auto 0;
    }
}

@media only screen and (max-width: 1025px) {
    .__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleOffer div.__pfs:nth-of-type(2) {
        flex-direction: column;
    }

    .__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleOffer div.__pfs:nth-of-type(2) .ntp-tooltip {
        margin: 15px 0 10px;
    }

    .__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleOffer div.__pfs:nth-of-type(2) .ntp-tooltip button {
        width: 100%;
    }

    .__psc .__modal.active .__modalHeader img {
        object-position: center;
    }

    .__psc .__modal.active a.__closeModal {
        top: 30px;
        right: 40px;
    }
    .__psc .__modal.active .__modalBody .__modalTabContainer .__modalTabs .__modalTab {
        flex: none;
        min-width: 150px;
    }
}

@media only screen and (max-width: 767px) {

    .__psc .__modal.active .__modalHeader,
    .__psc .__modal.active .__modalHeader img {
        max-height: 300px;
        object-position: 0 100%;
    }

    .__psc .__modal.active .__modalSaleCountdown {
        flex-direction: column;
        gap: 4px;
        padding: 6px 10px;
    }

    .__psc .__modal.active .__modalSaleCountdown p.__pfs {
        font-size: 14px;
    }

    .__psc .__modal.active .__modalSaleCountdown span {
        font-size: 20px;
    }

    .__psc .__modal.active .__modalFooter .__modalFooterContainer .__accordionContainer {
        max-height: 88vh;
        max-width: 100%;
    }

    .__psc .__modal.active .__modalFooter .__modalFooterContainer .__accordionContainer.active .__accordionContent ul {
        padding: 0 15px;
    }

    .__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .ic::before {
        align-self: flex-start;
    }

    .__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleOffer div.__pfs,
    .__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleDetails div.__pfs,
    .__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleTnc div.__pfs {
        flex: 100%;
        flex-direction: column;
    }

    /* .__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleOffer div.__pfs p.__pfs,
    .__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleDetails div.__pfs p.__pfs,
    .__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleTnc div.__pfs p.__pfs {
        flex-wrap: wrap;
    } */

    .__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleOffer div.__pfs p.__pfs, .__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleDetails div.__pfs p.__pfs, .__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleTnc div.__pfs p.__pfs {
        align-items: baseline;
    }

    .__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleOffer div.__pfs:nth-of-type(2) .ntp-tooltip {
        padding: 0;
        margin-bottom: 0;
    }

    .__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleDetails div.__pfs p.__pfs:not(.ic),
    .__psc .__modal.active .__modalBody .__modalBodyContainer .__modalSaleContainer .__modalSaleTnc div.__pfs p.__pfs:not(.ic) {
        padding-left: 42px;
    }

    .__psc .__modal.active a.__closeModal {
        right: 40px;
    }
}

/* Section: map */

.__psc .__map .__content {
    padding: 0 20px 20px;
    margin-top: 30px;
}

.__psc .__map .__content .InteractiveMap {
    margin: 0 auto;
}

section.__sect.__map, section.__sect.__callout {
    margin-bottom: 60px;
    margin-top: 20px;
}

/* @media only screen and (max-width: 767px) {
    .__psc .__map .__subheading div p.__pfs {
        margin-left: -85px;
        margin-top: 25px;
    }
} */

/* Section: fares dropdown */

.__psc .__allFares .__faresIntro {
    display: flex;
    justify-content: space-between;
}

.__psc .__allFares .__faresIntro .__subheading {
    margin: 15px 0;
}

.__psc .__allFares .__faresIntro .__dropdownContainer {
    position: relative;
    width: 35%;
    margin-left: 20px;
    align-self: center;
}

.__psc .__allFares .__faresIntro .__dropdownContainer #dropdownLabel {
    display: none;
}

.__psc .__allFares .__faresIntro .__dropdownContainer button.__dropdownToggle {
    display: flex;
    width: 100%;
    border-radius: 14px;
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.15);
    padding: 20px;
    background-color: #fff;
}

.__psc .__allFares .__faresIntro .__dropdownContainer button.__dropdownToggle span {
    font-weight: 600;
    flex: none;
}

.__psc .__allFares .__faresIntro .__dropdownContainer button.__dropdownToggle a {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #C1C5C8;
    color: rgba(108, 108, 110, 1);
    text-decoration: none;
    font-weight: 400;
}

.__psc .__allFares .__faresIntro .__dropdownContainer button.__dropdownToggle a::after {
    content: '';
    display: block;
    background: url(https://www.aircanada.com/content/dam/aircanada/loyalty-content/images/prev-arrow.svg) no-repeat center center;
    background-size: 16px 16px;
    margin-left: auto;
    width: 16px;
    height: 16px;
    transform: rotate(-90deg);
    margin-left: auto;
}

.__psc .__allFares .__faresIntro .__dropdownContainer button.__dropdownToggle::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 25px;
    color: #005078;
    margin-right: 10px;
    background: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/icons/icon-plane.svg) no-repeat center center;
    background-size: contain;
}

.__psc .__allFares .__faresIntro .__dropdownContainer.open button.__dropdownToggle a::after {
    transform: rotate(90deg);
}

.__psc .__allFares .__faresIntro .__dropdownContainer nav ul.__pfs {
    display: none;
}

.__psc .__allFares .__faresIntro .__dropdownContainer.open nav ul.__pfs {
    display: block;
    list-style: none;
    position: absolute;
    border-radius: 14px;
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.15);
    padding: 20px;
    background-color: #fff;
    margin-top: 20px;
    width: 100%;
    z-index: 2;
}

.__psc .__allFares .__faresIntro .__dropdownContainer.open nav ul.__pfs::before {
    content: '';
    top: -20px;
    right: 20px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
}

.__psc .__allFares .__faresIntro .__dropdownContainer.open nav ul.__pfs li.__pfs a:hover {
    background-color: #f5f5f5;
    font-weight: 600;
}

.__psc .__allFares .__faresIntro .__dropdownContainer.open nav ul.__pfs li.__pfs {
    margin-bottom: 0;
}

.__psc .__allFares .__faresIntro .__dropdownContainer.open nav ul.__pfs li.__pfs a {
    color: rgba(27, 29, 28, 1);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 0;
    width: 100%;
    display: block;
}

.__psc .__allFares .__faresIntro .__dropdownContainer.open nav ul.__pfs li.__pfs:not(:last-child) a {
    border-bottom: 1px solid #C1C5C8;
}

.__psc .__allFares .__destinationFares .__destination {
    display: none;
}

.__psc .__allFares .__destinationFares .__destination.active {
    display: block;
}

@media only screen and (max-width: 1025px) {
    .__psc .__allFares .__faresIntro {
        flex-direction: column;
    }

    .__psc .__allFares .__faresIntro .__dropdownContainer {
        width: 100%;
        margin: 10px auto;
    }
}

@media only screen and (max-width: 767px) {
    .__psc .__allFares .__faresIntro .__dropdownContainer button.__dropdownToggle span {
        display: none;
    }

    .__psc .__allFares .__faresIntro .__dropdownContainer button.__dropdownToggle a {
        border: none;
        padding-left: 0;
    }
}

/* Section: accordions */

section#topDestinations {
    margin: 60px auto;
}

.__psc .__sect .__accordionContainer {
    margin-top: 30px;
    margin-bottom: 60px;
}

.__psc .__sect .__accordionContainer .__accordionTitle {
    margin-bottom: 0;
    border-radius: 14px;
    box-shadow: 0px 6px 19px -7px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.__psc .__sect .__accordionContainer .__accordionTitle a.__pfs {
    padding: 20px 30px;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
    display: flex;
    width: 100%;
}

.__psc .__accordionContainer .__accordionTitle a::after {
    content: '';
    display: block;
    background: url(https://www.aircanada.com/content/dam/aircanada/loyalty-content/images/prev-arrow.svg) no-repeat center center;
    background-size: 16px 16px;
    margin-left: auto;
    width: 16px;
    height: 16px;
    transform: rotate(-90deg);
    margin-left: auto;
}

.__psc .__accordionContainer.active .__accordionTitle a::after {
    transform: rotate(90deg);
}

.__psc .__accordionContainer .__accordionContent {
    display: none;
}

.__psc .__accordionContainer.active .__accordionContent {
    display: block;
    padding: 20px;
    background: #fff;
    border-radius: 0 0 14px 14px;
    margin-top: -5px;
    border-top: 1px solid #c8c8c8;
}

.__psc .__accordionContainer.active .__accordionContent ul li a, .__psc .__accordionContainer.active .__accordionContent p a {
    text-decoration: underline;
}

.__psc .__accordionContainer .__accordionContent h2 {
    display: none;
}

/* Section: AE redemption callout banner */

.__calloutContainer.__content {
    padding: 20px;
    display: flex;
}

.__calloutContainer.__content picture img {
    max-height: 280px;
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.__calloutContainer.__content div {
    padding: 20px 20px 20px 30px;
    display: flex;
    flex-direction: column;
}

.__calloutContainer.__content div button.__primaryBtn,
.__calloutContainer.__content div a.__primaryBtn {
    margin-top: auto;
    width: fit-content;
    align-self: self-end;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .__calloutContainer.__content picture img {
        max-height: 380px;
    }

    .__calloutContainer.__content div button.__primaryBtn,
    .__calloutContainer.__content div a.__primaryBtn {
        align-self: baseline;
    }
}

@media only screen and (max-width: 767px) {
    .__calloutContainer.__content {
        flex-direction: column;
        padding: 0;
    }

    .__calloutContainer.__content picture img {
        max-height: 210px;
        border-radius: 14px 14px 0 0;
        object-fit: cover;
        object-position: top;
    }

    .__calloutContainer.__content div button.__primaryBtn,
    .__calloutContainer.__content div a.__primaryBtn {
        width: 100%;
    }
}
.__pfs.__modalSaleDetails.__bss span.__pfs.__bss {
    font-size: 14px;
}
.__pfs.__modalSaleDetails.__bss span.__pfs.__bss a.__pfs.__bss {
    font-size: 14px;
}

/* Section: temp AE redemption hub banner */
.sticky-header {
    position: fixed;
    top: 0;
    z-index: 99999;
    background: #1460AA;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    border-radius: 0 0 16px 16px;
    box-shadow: 0px 0px 15px 0px #00000026;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 8px 16px;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 1s;
  }
  
  .__pfs.sticky-header.__bss.hideHeader {
    /* display: none; */
    top: -10000px;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 1s;
  }
  
  .sticky-header p.__pfs.__bss {
    font: normal 700 16px Open sans;
    margin: 0;
    line-height: 20px;
    color: white;
  }
  
  .sticky-header img.__pfs.__bss {
    margin-right: 16px;
  }
  
  .sticky-header a.__pfs.secondary-btn.__bss {
    border: 1px solid white;
    box-shadow: none;
    border-radius: 14px;
    margin: 0 0 0 auto;
    width: 100%;
    text-align: center;
    max-width: 209px;
    padding: 6px 12px;
    font: normal 700 16px Open sans;
    cursor: pointer;
    color: white;
  }
  
  .sticky-header div {
    display: flex;
    align-items: center;
  }
  
  .sticky-header a.__pfs.secondary-btn.__bss:hover {
    text-decoration: none;
  }
  
  @media screen and (max-width: 1024px) {
    .sticky-header p.__pfs.__bss {
      font-size: 12px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .sticky-header {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }
    .sticky-header a.__pfs.secondary-btn.__bss {
      margin: 12px 0 0 0;
      width: 100%;
      max-width: 100%;
    }
  }

/* SOHUB REVAMP START */
.__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnapSolid .__offer .__content img {
    width: 100%;
    margin-top: auto;
    margin-bottom: -3px;
}
.__psc .__collapsibleSection .__offerContainer .__offerSnapSolid .__offer .__content div + p {
    border: 0;
}
div#__cloneBookingWindow {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
div#__cloneBookingWindow .FlightsBooking .flex.flex-wrap.flex-col.max-w-full.relative.justify-start.bg-center.bg-cover.bg-no-repeat.Bh.Bi {
    background-image: none !important;
}
.__psc .__intro.__sect .__fixedWidth img.__pfs.__pfs.__bss.__bss {
    display: none;
}
.__psc .__intro.__sect .__fixedWidth button.__pfs.__primaryBtn.__bss {
    display: none;
}
.__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnapSolid .__offer .__content p {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}
.__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnapSolid .__offer .__content p {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}
.__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnapSolid .__offer .__content p a {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    height: auto;
    /* height: 35px; */
}
.__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnapSolid .__offer .__content p a::after {
    content: '';
    display: block;
    background: url(https://www.aircanada.com/content/dam/aircanada/loyalty-content/images/prev-arrow.svg) no-repeat center center;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    transform: rotate(180deg);
    margin-left: 5px;
}
.__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnapSolid .__offer .__content img {
    width: 100%;
    margin-top: auto;
}
.__psc .__allSales .__infiniteCarousel .__offerContainer .__offerSnapSolid .__offer .__content {
    padding: 25px 20px 0;
    align-content: center;
    justify-content: end;
}
.__discoverGrid.__sect .__discoverGridFares, .__modalTabContainer .__discoverGridFares {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
}
.__discoverGrid.__sect .__discoverGridFares .nav.nav-tabs,  .__modalTabContainer .__discoverGridFares .nav.nav-tabs {
    border-bottom: 0;
    display: flex;
    justify-content: center;
}
.__discoverGrid.__sect .__discoverGridFares .nav.nav-tabs li,  .__modalTabContainer .__discoverGridFares .nav.nav-tabs li {
    flex: unset;
    width: 190px;
    margin-right: 20px;
}
.__discoverGrid.__sect .__discoverGridFares .nav.nav-tabs li a, .__modalTabContainer .__discoverGridFares .nav.nav-tabs li a {
    background: white;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    border: 1px solid white;
    margin: 0;
    border-radius: 14px;
    text-decoration: none;
    height: 62px;
    max-width: 190px;
    text-wrap: wrap;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.15);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.__discoverGrid.__sect .__discoverGridFares .nav.nav-tabs li.active a, .__modalTabContainer .__discoverGridFares .nav.nav-tabs li.active a {
    color: #005078;
    font-weight: 700 ;
    border: 1px solid #005078;
    border-radius: 14px;
}
.sticky-header a.__pfs.secondary-btn.__bss {
    border: 0;
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.sticky-banner-text::after {
    content: '';
    display: block;
    background: url(https://www.aircanada.com/content/dam/aircanada/loyalty-content/images/prev-arrow.svg) no-repeat center center;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    transform: rotate(180deg);
    margin-left: 5px;
    filter: brightness(0) invert(1);
}
a.specialOfferLinkBox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* #fromYYZ-modal > div > div > div > div > div > ul > li:nth-child(3) {
    display: none;
} */

div#fromYYZ-modal .__modalBodyContainer .__discoverGridFares h2 {
    text-align: center;
    margin: 32px;
}

p[data-test='disclaimer'] a {
    font-size: 12px !important;
}

@media only screen and (max-width: 500px) {
    .sticky-header {
        max-width: 440px;
    }
}
@media only screen and (max-width: 767px){
    section#lastMinuteDiscounts {
        padding-top: 0px;
    }
    section.__pfs.__discoverGrid.__sect.__bss {
        padding-top: 10px;
    }
    section#deals {
        padding-top: 0;
        padding-bottom: 10px;
    }
    section#destinations {
        padding-top: 0;
        margin-top: 0;
    }
    section#topDestinations {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .__discoverGrid.__sect .__discoverGridFares .nav.nav-tabs, .__modalTabContainer .__discoverGridFares .nav.nav-tabs {
        max-width: 100%;
        padding: 20px;
        background: transparent;
        margin: 0;
        display: flex;
        flex-wrap: nowrap;
        border: none;
        overflow-x: auto;
        overflow-y: hidden;
        align-items: flex-end;
        justify-content: start;
    }
    .__discoverGrid.__sect .__discoverGridFares .nav.nav-tabs li a, .__modalTabContainer .__discoverGridFares .nav.nav-tabs li a {
        max-width: 190px;
        width: 190px;
    }
    .__discoverGrid.__sect .__discoverGridFares .tab-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .__modalTabContainer .__discoverGridFares .nav.nav-tabs {
        background-color: transparent;
    }
    .__psc .__modal.active .__scrollableSectionModal {
        padding-bottom: 100px;
    }
}
/* SOHUB REVAMP END */

/* Test */
.__psc .__collapsibleSection .__offerContainer .__offerSnap .__offer .__content p.__pfs.ribbon.no-match-ribbon.__bss {
    margin-top: -9px;
    margin-bottom: 12px !important;
}

.__psc .__infiniteCarousel.match-section-carousel .__offerContainer:nth-child(1) .__offerSnap .__offer {
    /* max-width: 280px; */
    /* max-height: 297px; */
    height: 297px;
}