.stories-wrapper {
    background: #fff
}

.stories {
    position: relative;
    padding: 80px 0 64px 32px;
    margin: 0 auto;
    max-width: 1680px;
    width: 100%;
    left: 0;
    right: 0
}

body{
    scroll-behavior: smooth;
}

@media (max-width:767.5px) {
    .stories {
        padding: 48px 0 40px 16px
    }
}

.stories__card-container {
    margin-right: 8px
}

@media (min-width:768px) {
    .stories__card-container {
        margin-right: 32px
    }
}

.stories__container-no-slider {
    display: flex;
    overflow: hidden
}

.stories>.slick-slider,
.stories__container-no-slider {
    position: relative;
    margin-top: 8px
}

@media (min-width:768px) {

    .stories>.slick-slider,
    .stories__container-no-slider {
        margin-top: 0
    }
}

.stories .custom-arrow {
    display: none;
    position: absolute
}

.stories .custom-arrow--right {
    top: 0;
    right: calc(4% + 1px)
}

.stories .custom-arrow--left {
    left: calc(4% + 1px)
}

.stories .custom-arrow__button {
    padding: 4px
}

.stories .custom-arrow__button:hover {
    background: #003e85;
    cursor: pointer;
    box-shadow: 0 2px 20px rgba(0, 62, 133, .2)
}

@media (min-width:1200px) {
    .stories:hover .custom-arrow {
        display: flex
    }
}

.stories>.stories-card {
    margin: 0 8px 0 0
}

@media (min-width:768px) {
    .stories>.stories-card {
        margin: 0 16px 0 0
    }
}

.icon-wrapper {
    display: grid;
    place-content: center;
    background-color: #004292
}

.icon-wrapper.primary {
    background-color: #003e85
}

.icon-wrapper.white {
    background-color: #fff
}

.icon-wrapper.error {
    background-color: #c71515
}

.icon-wrapper.grey {
    background-color: #7d7b7b
}

.icon-wrapper.black {
    background-color: #000
}

.button {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    cursor: pointer
}

.button.p-blue,
.button.p-ghost,
.button.p-yellow {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    letter-spacing: .8px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 13px 24px;
    position: relative;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    transition: all .1s ease-in
}

.button.p-blue:before,
.button.p-ghost:before,
.button.p-yellow:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    z-index: -1
}

.button.p-blue:hover:before,
.button.p-ghost:hover:before,
.button.p-yellow:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.button.p-yellow {
    background: #f1e52d;
    color: #000
}

.button.p-yellow:before {
    background: #ffd300
}

.button.p-yellow:hover {
    box-shadow: 0 10px 20px rgba(255, 211, 0, .3)
}

.button.p-blue {
    background: #004292;
    color: #fff
}

.button.p-blue:hover {
    box-shadow: 0 10px 20px rgba(0, 62, 133, .2);
    color: #fff
}

.button.p-blue:before {
    background: #003e85
}

.button.p-ghost {
    border: 2px solid #004292;
    background-color: #fff;
    color: #004292
}

.button.p-ghost:hover {
    color: #003e85;
    border-color: #003e85;
    box-shadow: 0 10px 20px rgba(134, 188, 237, .3)
}

.button.s-blue,
.button.s-white {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    letter-spacing: .8px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 16px;
    position: relative;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    transition: all .1s ease-in
}

.button.s-blue:hover,
.button.s-white:hover {
    text-decoration: underline;
    text-underline-offset: 6px
}

.button.s-blue:hover .cta-arrow,
.button.s-white:hover .cta-arrow {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.button.s-blue {
    color: #003e85
}

.button.s-blue .icon-wrapper {
    background-color: #003e85
}

.button.button--small {
    padding: 4px 24px
}

.button a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-decoration: inherit
}

.heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media (min-width:768px) and (max-width:991.5px) {
    .heading {
        max-width: calc(100% - 80px)
    }
}

@media (min-width:992px) {
    .heading {
        max-width: 800px;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: flex-start
    }
}

.heading__eyebrow {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #7d7b7b;
    margin: 0 0 8px
}

@media (min-width:768px) {
    .heading__eyebrow {
        font-size: 16px
    }
}

.heading__title-wrapper {
    margin: 0 0 24px
}

.heading__title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.8px;
    font-weight: 700;
    color: #004292;
    margin: 0 0 16px
}

.heading__title.var1 {
    text-transform: uppercase;
    font-family: 'Source Sans Pro Black', sans-serif;
    border-left: 10px solid #f1e52d;
    letter-spacing: 1px;
    padding-left: 20px;
}

@media (max-width:767.5px) {
    .heading__title--margin-bottom {
        margin: 0 0 24px
    }
}

@media (min-width:768px) {
    .heading__title {
        display: inline;
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 2px;
        margin: 0 24px 0 0
    }
}

.heading__link {
    display: inline-block;
    cursor: pointer;
    margin: 0 24px 16px 0
}

@media (min-width:768px) {
    .heading__link {
        margin: 18px 24px 0 0
    }
}

.heading__link .s-blue {
    padding: 0
}

.heading__link-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.heading__subtitle {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292;
    margin: 0 0 24px
}

@media (min-width:768px) {
    .heading__subtitle {
        font-size: 16px;
        margin: 0 0 32px;
        flex: 0 0 100%
    }
}

.heading__generic-popup {
    margin: 0 0 16px
}

@media (min-width:768px) {
    .heading__generic-popup {
        margin: 0 0 24px
    }
}

.heading__generic-popup .scEmptyPlaceholder {
    width: clamp(80px, 100vw, 200px);
    height: clamp(20px, 100vh, 50px)
}

.stories-card {
    display: flex;
    width: 163px;
    height: 290px;
    position: relative;
    overflow: hidden
}

@media (min-width:mbl-s) {
    .stories-card {
        width: 163px
    }
}

@media (min-width:768px) {
    .stories-card {
        width: 200px;
        height: 355px
    }
}

.stories-card picture {
    width: 100%
}

.stories-card__bg-image {
    width: 100%;
    height: 100%;
    display: flex;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border-radius: 3px
}

@media (min-width:1200px) {
    .stories-card__bg-image:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.stories-card__content {
    width: 100%;
    box-sizing: border-box;
    align-self: flex-end;
    color: #fff;
    padding: 8px 8px 16px;
    position: absolute;
    background: linear-gradient(180deg, rgba(10, 26, 50, 0), rgba(10, 26, 50, .5) 27%, rgba(10, 26, 50, .7))
}

.stories-card__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .8px;
    margin: 16px 0 8px
}

@media (min-width:768px) {
    .stories-card__title {
        font-size: 16px
    }
}

.stories-card__link-wrapper {
    display: flex;
    align-items: center
}

.stories-card__link {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px;
    text-transform: uppercase;
    font-weight: 700
}

.stories-card__link:hover {
    text-decoration: underline
}

.stories-card__link-icon {
    background-color: #fff
}

.editorial-image {
    height: 100%;
    width: 100%;
    position: relative
}

.editorial-image__edit-cta {
    height: 40px;
    width: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 15%;
    right: 10%;
    z-index: 1;
    background-color: #004292;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 13px 2px rgba(0, 0, 0, .0784313725490196)
}

.editorial-image__modal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    min-height: 55vh;
    width: 80vw
}

.editorial-image__modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    background: none
}

.editorial-image__modal-desktopImage,
.editorial-image__modal-mobileImage {
    width: 50%;
    max-width: 50%;
    max-height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.editorial-image__modal-desktopImage .sc-image-wrapper,
.editorial-image__modal-mobileImage .sc-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.editorial-image__modal-desktopImage .sc-image-wrapper,
.editorial-image__modal-desktopImage img,
.editorial-image__modal-mobileImage .sc-image-wrapper,
.editorial-image__modal-mobileImage img {
    object-fit: contain;
    max-width: 80%;
    max-height: 80%
}

.editorial-image__modal-title {
    color: #424242;
    margin-bottom: 16px
}

.custom-arrow {
    align-items: center;
    cursor: pointer;
    display: none;
    height: 100%;
    position: absolute;
    width: 80px;
    z-index: 10
}

@media (min-width:768px) {
    .custom-arrow {
        display: flex
    }
}

.custom-arrow .fade {
    display: none;
    transition: opacity .3s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0
}

.custom-arrow .fade.visible {
    opacity: 1
}

@media (min-width:768px) {
    .custom-arrow .fade {
        display: block
    }
}

.custom-arrow--left {
    justify-content: flex-end;
    left: 0
}

.custom-arrow--left .fade {
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 95.7%, .9) 80%)
}

.custom-arrow--right {
    justify-content: flex-start;
    right: 0
}

.custom-arrow--right .fade {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 95.7%, .9) 80%)
}

.custom-arrow__button {
    align-items: center;
    background: #004292;
    cursor: pointer;
    border: 0;
    box-shadow: 0 2px 20px hsla(0, 0%, 49.4%, .25);
    height: 40px;
    justify-content: center;
    outline: 0;
    width: 40px;
    padding: 0
}

.custom-arrow__button:hover {
    background: #003e85;
    box-shadow: 0 10px 20px rgba(0, 62, 133, .2)
}

.slick-slider {
    height: 100%;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: pan-y;
    background-color: #004292;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    flex-grow: 1;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: auto;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide>div {
    height: 100%
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: "sans-serif";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 8px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "sans-serif";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.carousel-dots-wrapper {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    grid-gap: 19px;
    gap: 19px;
    min-height: 10px
}

.carousel-dots-wrapper .carousel-dots {
    width: 8px;
    height: 8px;
    opacity: .3;
    border-radius: 50%;
    background-color: #004292;
    transition: all .2s ease-out
}

.carousel-dots-wrapper .carousel-dots--small {
    width: 4px;
    height: 4px
}

.carousel-dots-wrapper .carousel-dots--hidden {
    display: none
}

.carousel-dots-wrapper .carousel-dots--active {
    opacity: 1;
    width: 10px;
    height: 10px
}

.carousel-dots-wrapper.carousel-dots--dark-mode .carousel-dots {
    background-color: hsla(0, 0%, 100%, .8)
}

.carousel-dots-wrapper.carousel-dots--dark-mode .carousel-dots--active {
    background: #fff
}

.disabled-component {
    margin: 0 auto;
    max-width: 1680px;
    padding: 32px 0
}

.disabled-component__title {
    font-size: 16px
}

.nav-bar__wrapper {
    margin: 0 auto;
    max-width: 1680px
}

.nav-bar__no-hero-banner {
    background-color: #002866;
}

@media (max-width:767.5px) {
    .nav-bar__no-hero-banner {
        padding: 16px
    }
}

.nav-bar__hero-banner {
    position: absolute;
    top: 85px;
    z-index: 1;
    width: 100%
}

@media (max-width:767.5px) {
    .nav-bar__hero-banner {
        padding: 16px;
        box-sizing: border-box
    }
}

@media (min-width:768px) {
    .nav-bar__hero-banner {
        background-color: rgba(134, 188, 237, .75)
    }
}

.nav-bar__hero-banner.EE-active {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.nav-bar__hero-banner--carousel {
    background-color: #86bced
}

.nav-bar__breadcrumb {
    display: none
}

@media (min-width:768px) {
    .nav-bar__breadcrumb {
        display: flex;
        margin-top: 0;
        margin-bottom: 0;
        padding: 16px 0 16px 32px
    }
}

.nav-bar a {
    text-underline-position: under
}

.nav-bar a:hover {
    text-decoration: underline
}

.nav-bar a.link {
    text-decoration: none;
    color: #004292;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center
}

@media screen and (min-width:768px) {
    .nav-bar a.link {
        display: none
    }
}

.nav-bar__item {
    color: #fff;
    display: flex;
    align-items: center
}

.nav-bar__item--last {
    font-weight: 700
}

.nav-bar__item--last,
.nav-bar__item--text,
.nav-bar__item a {
    font-size: 14px;
    line-height: 24px
}

.nav-bar__item a {
    color: #fff;
    text-decoration: none
}

.nav-bar__back-icon {
    margin-right: 8px;
    font-size: 20px
}

.nav-bar .icon-wrapper {
    display: inline-block
}

.my-modal-dialog {
    background: #fff;
    position: relative;
    top: 80px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    max-width: 1344px;
    box-sizing: border-box
}

@media (min-width:768px) and (max-width:1199.5px) {
    .my-modal-dialog {
        width: 100%
    }
}

@media (min-width:1200px) {
    .my-modal-dialog {
        width: calc(100% - 336px);
        max-width: 1344px
    }
}

@media (min-width:1920px) {
    .my-modal-dialog {
        max-width: 1680px
    }
}

.my-modal-dialog--has-max-height {
    max-height: calc(100% - 36px);
    overflow-y: hidden;
    display: flex;
    flex-direction: column
}

.my-modal-dialog__overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    background-color: #fff;
    z-index: 1000;
    box-sizing: border-box;
    overflow: auto
}

@media (min-width:768px) {
    .my-modal-dialog__overlay {
        background-color: rgba(0, 0, 0, .7)
    }
}

.my-modal-dialog__overlay--has-max-height {
    overflow-y: hidden
}

.my-modal-dialog__overlay--ee-active {
    height: 100%;
    height: calc(100% - var(--ee-toolbar-offset, 0px));
    top: 0;
    top: var(--ee-toolbar-offset, 0)
}

.my-modal-dialog__close-button {
    cursor: pointer !important;
    all: unset;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 100%;
    width: 40px;
    height: 40px;
    background-color: #004292;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 16
}

@media (min-width:768px) {
    .my-modal-dialog__close-button {
        width: 80px;
        height: 80px
    }
}

.my-modal-dialog__close-button--ee-active {
    top: 0;
    top: var(--ee-toolbar-offset, 0)
}

.top-aligned-modal.my-modal-dialog {
    top: 0;
    margin: 0 0 40px
}

@media (min-width:768px) {
    .top-aligned-modal.my-modal-dialog {
        margin: 0 0 80px
    }
}

.center-aligned-modal.my-modal-dialog {
    top: calc(50% - 40px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width:768px) {
    .center-aligned-modal.my-modal-dialog {
        top: calc(50% - 80px)
    }
}

.overlay-carousel-popup__icon {
    background-color: #fff
}

.overlay-carousel-popup__arrow-control {
    display: block;
    border: none;
    outline: none;
    padding: 8px;
    box-shadow: 0 2px 20px hsla(0, 0%, 49.4%, .25);
    background-color: #004292;
    cursor: pointer
}

.overlay-carousel-popup__arrow-control:hover {
    background: #003e85
}

@media (max-width:767.5px) {
    .overlay-carousel-popup__arrow-control {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .overlay-carousel-popup__arrow-control--previous {
        left: 32px
    }

    .overlay-carousel-popup__arrow-control--next {
        right: 32px
    }
}

.overlay-carousel-popup__image-style {
    z-index: 0
}

.overlay-carousel-popup__white-box {
    box-sizing: border-box;
    padding: 0;
    background: #dcddde;
    display: grid;
    margin: 0 auto
}

@media (min-width:768px) {
    .overlay-carousel-popup__white-box {
        padding: 0 32px 64px
    }
}

@media (min-width:1680px) {
    .overlay-carousel-popup__white-box {
        max-width: 1920px
    }
}

.overlay-carousel-popup__carousel-box {
    grid-template-rows: 1fr auto
}

.overlay-carousel-popup__heading-wrapper {
    padding: 80px 0 32px
}

.overlay-carousel-popup__main-section {
    display: grid;
    grid-template-columns: 40px 66.336% 40px;
    grid-column-gap: 32px;
    -webkit-column-gap: 32px;
    column-gap: 32px;
    justify-content: center;
    align-items: center;
    padding: 0
}

@media (max-width:991.5px) {
    .overlay-carousel-popup__main-section {
        padding: 0 80px
    }
}

.overlay-carousel-popup__carousel-btn-wrapper {
    opacity: 1
}

.overlay-carousel-popup__carousel-btn-wrapper--hide {
    opacity: 0;
    pointer-events: none
}

.overlay-carousel-popup__focus-image-wrapper {
    position: relative;
    flex-grow: 1;
    overflow: hidden;
    padding-top: 56.25%;
    height: 0
}

.overlay-carousel-popup__focus-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    background-color: #fff;
    z-index: 1
}

.overlay-carousel-popup__focus-image,
.overlay-carousel-popup__focus-image--move-left {
    transition: -webkit-transform .8s cubic-bezier(.9, .09, .5, .92);
    transition: transform .8s cubic-bezier(.9, .09, .5, .92);
    transition: transform .8s cubic-bezier(.9, .09, .5, .92), -webkit-transform .8s cubic-bezier(.9, .09, .5, .92)
}

.overlay-carousel-popup__focus-image--move-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    pointer-events: none
}

.overlay-carousel-popup__focus-image__text-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    padding: 16px;
    background: linear-gradient(0deg, rgba(10, 26, 50, .7), rgba(10, 26, 50, .5) 33%, rgba(10, 26, 50, 0))
}

.overlay-carousel-popup__focus-image__text-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .5px;
    font-weight: 700;
    margin-bottom: 8px
}

.overlay-carousel-popup__focus-image__text-description {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px
}

.overlay-carousel-popup__animate-icons {
    opacity: 1;
    transition: opacity 1s ease-in;
    z-index: 85
}

.overlay-carousel-popup__animate-icons--animate-fade {
    opacity: 0
}

@media (max-width:767.5px) {
    .overlay-carousel-popup__animate-icons {
        opacity: 0;
        pointer-events: none
    }

    .overlay-carousel-popup__animate-icons--animate-fade {
        -webkit-animation: fade 3s ease-in forwards;
        animation: fade 3s ease-in forwards
    }
}

.overlay-carousel-popup__animate-icons--show {
    opacity: 1;
    pointer-events: inherit
}

.overlay-carousel-popup__animate-icons--hide {
    opacity: 0;
    pointer-events: none
}

@media (min-width:768px) {
    .overlay-carousel-popup__slide-section-wrapper {
        max-width: 100%;
        overflow-x: hidden
    }
}

@media (max-width:767.5px) {
    .overlay-carousel-popup__slide-section-wrapper {
        overflow-x: auto
    }
}

.overlay-carousel-popup__modal-gray-wrapper {
    max-width: 100vw;
    background: #dcddde;
    padding: 24px 16px 40px
}

.overlay-carousel-popup__slide-section {
    padding-top: 32px;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
    column-gap: 8px;
    margin: 0 auto;
    position: relative;
    left: 0;
    left: var(--expanded-overlay-slide-move-by, 0);
    transition: left .5s ease-in-out
}

@media (max-width:767.5px) {
    .overlay-carousel-popup__slide-section {
        padding-top: 0;
        overflow-x: scroll;
        width: 100%
    }
}

.overlay-carousel-popup__slide-image-wrapper {
    width: 168px;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

@media (max-width:767.5px) {
    .overlay-carousel-popup__slide-image-wrapper {
        width: 84px
    }
}

.overlay-carousel-popup__slide-image-blur {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .6;
    background: #fff;
    z-index: 2;
    transition: opacity .5s ease-in-out
}

.overlay-carousel-popup__slide-image-blur--deactivate {
    opacity: 0
}

.overlay-carousel-popup__slide-highlight-bar {
    height: 3px;
    background: #f1e52d;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all .5s ease-in-out
}

.overlay-carousel-popup__slide-video-play-button-slider {
    position: absolute;
    top: 50%;
    z-index: 1;
    padding: 24px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    cursor: pointer;
    background-color: #004292
}

.overlay-carousel-popup__slide-video-play-button-slider--in-slider {
    padding: 4px
}

@media (max-width:767.5px) {
    .overlay-carousel-popup__slide-video-play-button-slider--in-slider {
        padding: 3px 5px 3px 3px
    }
}

.overlay-carousel-popup__slide-video-play-button-slider--in-slider-play-blur {
    padding: 4px
}

.overlay-carousel-popup__slide-image--fixed-aspect-ratio {
    background: #fff;
    display: block;
    padding-top: 55.95238%;
    position: relative;
    width: 100%
}

.overlay-carousel-popup__slide-image--fixed-aspect-ratio img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width:767.5px) {
    .overlay-carousel-popup__slide-image--fixed-aspect-ratio {
        display: block;
        padding-top: 57.14286%;
        position: relative;
        width: 100%
    }

    .overlay-carousel-popup__slide-image--fixed-aspect-ratio img {
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.overlay-carousel-popup__modal-title {
    font-size: 20px;
    line-height: 24px;
    color: #004292;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 24px
}

.overlay-carousel-popup__modal-description {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .4px;
    color: #004292;
    margin-top: 8px
}

.overlay-carousel-popup__slide-video-play-button {
    position: absolute;
    top: 50%;
    z-index: 1;
    padding: 24px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    cursor: pointer;
    background-color: #004292
}

.overlay-carousel-popup__slide-video-play-button:hover {
    background: #003e85
}

@media (max-width:767.5px) {
    .overlay-carousel-popup__slide-video-play-button {
        padding: 8px
    }
}

.overlay-carousel-popup__picture img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.overlay-carousel-popup__slider-wrapper {
    width: 100%;
    height: 100%
}

.youtube-video-wrapper {
    width: 100%;
    height: 100%;
    margin: 0
}

.youtube-video-wrapper iframe {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    margin: 0 !important
}

.youtube-video-wrapper .play-icon-center {
    background-color: #004292;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer
}

.youtube-video-wrapper .play-icon-defaults {
    width: 80px;
    height: 80px;
    z-index: 2
}

@media (max-width:767.5px) {
    .youtube-video-wrapper .play-icon-defaults {
        width: 40px;
        height: 40px
    }
}

.youtube-video-wrapper__icon {
    background-color: #fff
}

.carousel-transparent-nav-section {
    display: none
}

@media (max-width:767.5px) {
    .carousel-transparent-nav-section {
        display: block
    }

    .carousel-transparent-nav-section--left,
    .carousel-transparent-nav-section--right {
        position: absolute;
        border: 0;
        top: 30%;
        bottom: 30%;
        width: 100px;
        background: transparent;
        z-index: 85
    }

    .carousel-transparent-nav-section--left {
        left: 0
    }

    .carousel-transparent-nav-section--right {
        right: 0
    }
}

.media-carousel-arrows {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: #004292;
    outline: none;
    position: absolute;
    padding: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.media-carousel-arrows:hover {
    background-color: #003e85;
    box-shadow: 0 10px 20px 0 rgba(0, 62, 133, .2)
}

.media-carousel-arrows--previous {
    left: 32px;
    z-index: 85
}

@media (min-width:768px) {
    .media-carousel-arrows--previous {
        left: 80px
    }
}

.media-carousel-arrows--next {
    right: 32px;
    z-index: 85
}

@media (min-width:768px) {
    .media-carousel-arrows--next {
        right: 80px
    }
}

.media-carousel-card__picture--16-9 {
    display: block;
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.media-carousel-card__picture--16-9 img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.media-carousel-card__picture img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.media-carousel-card__slide-wrapper {
    position: relative;
    width: 100%
}

.media-carousel-card__slide-wrapper img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width:767.5px) {
    .media-carousel-card__slide-wrapper {
        box-sizing: border-box;
        width: 100%
    }
}

.media-carousel-card__focus-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1
}

.media-carousel-card__slide-video-play-button {
    position: absolute;
    top: 50%;
    z-index: 1;
    padding: 24px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    background: #000;
    cursor: pointer
}

.media-carousel-card__slide-video-play-button .icon-wrapper {
    background-color: #fff
}

.media-carousel-card__slide-video-play-button:hover {
    background-color: #003e85;
    box-shadow: 0 10px 20px 0 rgba(0, 62, 133, .2)
}

@media (max-width:767.5px) {
    .media-carousel-card__slide-video-play-button {
        padding: 8px
    }
}

.media-carousel {
    position: relative;
    overflow: hidden
}

@media (max-width:767.5px) {
    .media-carousel {
        width: 100%
    }
}

.media-carousel__wrapper {
    position: relative;
    height: 100%
}

.media-carousel .slick-list,
.media-carousel .slick-slide>div,
.media-carousel .slick-slider,
.media-carousel .slick-track {
    height: 100%
}

.media-carousel__controls {
    margin: 0;
    position: absolute;
    align-items: center;
    bottom: 18px;
    display: flex;
    left: 0;
    right: 0;
    justify-content: center;
    pointer-events: none
}

@media (min-width:768px) {
    .media-carousel__controls {
        bottom: 32px
    }
}

.media-carousel__controls:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 80px;
    background-image: linear-gradient(0deg, rgba(10, 26, 50, .7), rgba(10, 26, 50, .5) 67%, rgba(10, 26, 50, 0));
    pointer-events: none;
    bottom: -32px
}

@media (max-width:767.5px) {
    .media-carousel__controls:after {
        height: 40px;
        bottom: -18px
    }
}

.media-carousel__controls .carousel-dots-wrapper {
    pointer-events: all;
    z-index: 1
}

.media-carousel__animate-icons {
    opacity: 1;
    transition: opacity 1s ease-in
}

.media-carousel__animate-icons--animate-fade {
    opacity: 0
}

@media (max-width:767.5px) {
    .media-carousel__animate-icons {
        opacity: 0;
        pointer-events: none
    }

    .media-carousel__animate-icons--animate-fade {
        -webkit-animation: fade 3s ease-in forwards;
        animation: fade 3s ease-in forwards
    }
}

.media-carousel__animate-icons--hide {
    opacity: 0
}

.media-carousel__animate-icons--show {
    opacity: 1;
    pointer-events: inherit
}

.split-module {
    max-width: 1680px;
    position: relative;
    padding-top: 80px;
    margin: 32px auto 0
}

@media (min-width:768px) {
    .split-module {
        display: flex;
        flex-direction: row;
        background-color: #fff;
        padding-top: 24px;
        min-height: 301px;
        margin: 80px 0 120px
    }

    .split-module--left {
        justify-content: flex-start
    }

    .split-module--left .split-module__media-container {
        right: 0
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .split-module--left .split-module__text-container {
        padding-right: 15%
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1199.5px) {
    .split-module--left .split-module__dot-image {
        left: 45%
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .split-module--left .split-module__dot-image {
        left: 42.5%
    }
}

@media (min-width:768px) {
    .split-module--right {
        justify-content: flex-end
    }

    .split-module--right .split-module__media-container {
        left: 0
    }

    .split-module--right .split-module__dot-image {
        right: 45%
    }

    .split-module--right .split-module__text-container {
        padding-left: 22%
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .split-module--right .split-module__text-container {
        padding-left: 15%
    }
}

@media (min-width:1200px) {
    .split-module {
        margin-bottom: 120px
    }

    .split-module--right .split-module__dot-image {
        right: 43%
    }

    .split-module--right .split-module__text-container {
        flex-wrap: nowrap
    }
}

@media (min-width:1680px) {
    .split-module {
        margin: 80px auto 120px
    }
}

.split-module__dot-image {
    position: absolute;
    right: 0;
    top: -20px;
    z-index: -1
}

@media (min-width:768px) {
    .split-module__dot-image {
        z-index: 1;
        width: 301px;
        right: 15%
    }
}

@media (min-width:1200px) {
    .split-module__dot-image {
        right: 38%
    }
}

.split-module__media-container>.react-reveal {
    height: 100%
}

@media (min-width:768px) {
    .split-module__media-container {
        width: 49%;
        position: absolute;
        z-index: 2;
        top: 80px
    }
}

@media (min-width:1200px) {
    .split-module__media-container {
        width: 50%
    }
}

.split-module__media-carousel .editorial-image {
    position: unset
}

.split-module__image,
.split-module__media-height {
    display: block;
    padding-top: 62.25%;
    position: relative;
    width: 100%
}

.split-module__image img,
.split-module__media-height img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.split-module__video {
    position: relative;
    padding-top: 56.25%
}

.split-module__video iframe,
.split-module__video img,
.split-module__video video {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.split-module__text-container {
    display: flex;
    /* background-image: url(../images/banckgrounds/bg-gradiente.jpg); */
    padding-top: 16px;
    padding-bottom: 40px;
    background-size: cover;
    flex-direction: column;
    background-color: #004292;
}

@media (min-width:768px) {
    .split-module__text-container {
        width: 64%;
        margin: 0;
        flex-wrap: nowrap;
        align-items: flex-start;
        padding-top: 80px
    }
    
}

@media (min-width:1200px) {
    .split-module__text-container {
        width: 56%;
        margin: 0
    }
}

.split-module__eyebrow {
    color: #fff;
    letter-spacing: .8px;
    line-height: 24px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 8px
}

@media (min-width:768px) {
    .split-module__eyebrow {
        font-size: 16px;
        width: 57%
    }
}

@media (min-width:1200px) {
    .split-module__eyebrow {
        width: 100%
    }
}

.split-module__title {
    color: #fff;
    font-size: 35px;
    line-height: 36px;
    letter-spacing: 1.8px;
    margin: 0 0 8px;
    font-weight: 700;
    font-family: 'Source Sans Pro Black';
    text-transform: uppercase;
}

.split-module__subtitle {
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Source Sans Pro SemiBold';
    font-size: 19.5px;
}

@media (min-width:992px) {
    .split-module__title {
        font-size: 48px;
        line-height: 36px;
        letter-spacing: .5px;
        margin: 0 0 8px;
        width: 57%
    }
}

@media (min-width:1200px) {
    .split-module__title {
        font-size: 55px;
        width: 100%
    }
}

.split-module__text {
    color: #fff;
    margin-bottom: 8px 0 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px
}

@media (min-width:768px) {
    .split-module__text {
        margin: 0;
        width: 57%
    }
}

@media (min-width:1200px) {
    .split-module__text {
        width: 100%
    }
}

.split-module__text.rich-text a,
.split-module__text.rich-text a:focus,
.split-module__text.rich-text a:hover,
.split-module__text.rich-text a:visited {
    color: #86bced
}

.split-module__text p {
    margin-bottom: 16px
}

@media (min-width:768px) {
    .split-module__buttons {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 57%
    }
}

@media (min-width:1200px) {
    .split-module__buttons {
        flex-direction: row;
        align-items: center;
        width: 100%
    }
}

.split-module__buttons--media {
    background-color: initial;
    display: flex
}

.split-module__buttons--media:first-child {
    background-color: inherit;
    margin-right: 16px
}

.split-module__buttons--media .split-module__image {
    padding: 0;
    border-radius: 10px;
    overflow: hidden
}

.split-module__buttons--media .split-module__image:hover {
    box-shadow: none
}

.split-module__buttons--media .split-module__image img {
    width: auto;
    height: 50px
}

@media (min-width:768px) {

    .split-module--right .split-module__buttons,
    .split-module--right .split-module__eyebrow,
    .split-module--right .split-module__text,
    .split-module--right .split-module__title {
        width: auto
    }
}

.split-module__primary-link,
.split-module__secondary-link {
    margin-top: 24px;
    display: inline-block
}

.split-module__primary-link .split-module__cta-icon {
    text-align: left;
    color: #004292;
    background-color: #fff
}

.split-module__primary-link .split-module__cta-icon:hover {
    color: #003e85;
    box-shadow: 0 10px 20px rgba(134, 188, 237, .4);
    text-decoration: none;
}

.split-module__secondary-link .split-module__cta-icon {
    padding: 0 24px;
    text-align: left;
    color: #fff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    transition: all .1s ease-in
}

.split-module__secondary-link .split-module__cta-icon:hover {
    text-decoration: underline;
    text-underline-offset: 6px
}

.split-module__cta-icon {
    padding: 16px 24px;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 24px;
    text-transform: uppercase;
    align-items: center;
    display: inline-block
}

.split-module__cta-icon:hover .split-module__arrow {
    margin-left: 8px;
    transition: all .1s ease-in
}

.split-module__arrow {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    background-color: #fff
}

.split-module__pop-up {
    margin-top: 24px
}

.split-module__pop-up--ee {
    width: 200px;
    height: 50px
}

@media (min-width:1200px) {
    .ReactModalPortal .split-module__media-container {
        height: 373px
    }

    .ReactModalPortal .split-module--right .split-module__dot-image {
        right: 44%
    }
}

.special-offers-editorial-wrapper {
    background-color: #fff
}

.special-offers-editorial {
    padding: 96px 0 0 16px;
    position: relative;
    margin: 0 auto;
    max-width: 1680px
}

@media (min-width:768px) {
    .special-offers-editorial {
        padding: 80px 0 0 64px
    }
}

@media (max-width:767.5px) {
    .special-offers-editorial .heading {
        padding-right: 16px
    }
}

.special-offers-editorial__title-button {
    margin: 0 0 24px;
    display: flex;
    align-items: baseline;
    grid-column-gap: 24px;
    -webkit-column-gap: 24px;
    column-gap: 24px
}

@media (max-width:767.5px) {
    .special-offers-editorial__title-button {
        flex-direction: column;
        grid-row-gap: 16px;
        row-gap: 16px
    }
}

@media (max-width:767.5px) {
    .special-offers-editorial__ml-24 {
        margin-left: 24px
    }
}

@media (min-width:768px) {
    .special-offers-editorial--without-eyebrow {
        padding-top: 112px
    }
}

.special-offers-editorial .special-offers-editorial__title-button .s-blue,
.special-offers-editorial .special-offers-editorial__title-button .s-white {
    padding: 0
}

.special-offers-editorial__pop-up {
    flex-grow: 1
}

.special-offers-editorial__cards {
    margin-top: 26px
}

.special-offers-editorial__slide {
    position: relative;
    height: 100%
}

@media (min-width:1200px) {
    .special-offers-editorial:hover .custom-arrow {
        display: flex
    }
}

.special-offers-editorial .special-offers-card {
    margin-top: 32px;
    margin-right: 16px
}

.special-offers-editorial .special-offers-card--large {
    width: 300px
}

.special-offers-editorial .special-offers-card--small {
    width: 328px
}

@media (min-width:768px) {
    .special-offers-editorial .special-offers-card {
        margin-right: 32px;
        margin-left: 32px;
        padding-bottom: 8px
    }

    .special-offers-editorial .special-offers-card--large {
        width: 664px
    }

    .special-offers-editorial .special-offers-card--small {
        width: 392px
    }
}

@media (max-width:767.5px) {
    .special-offers-editorial .special-offers-card {
        margin-top: 0;
        margin-bottom: 0
    }
}

.special-offers-editorial .special-offers-card .card-with-header-image {
    display: flex;
    flex-grow: 1;
    flex-direction: column
}

.special-offers-editorial .special-offers-card__image-wrapper {
    position: relative
}

.special-offers-editorial .special-offers-card__image-wrapper--video {
    min-height: 185px
}

@media (max-width:991.5px) {
    .special-offers-editorial .special-offers-card__image-wrapper--video {
        min-height: 164px
    }
}

.special-offers-editorial .special-offers-card__video-play-button {
    position: absolute;
    top: 50%;
    z-index: 1;
    padding: 12px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    cursor: pointer;
    background-color: #004292;
    --pfe-theme--color--ui-complement: #fff
}

.special-offers-editorial .special-offers-card__video-play-button:hover {
    background: #003e85
}

@media (max-width:767.5px) {
    .special-offers-editorial .special-offers-card__video-play-button {
        padding: 8px
    }
}

.special-offers-editorial .special-offers-card__video-play-button .icon-wrapper {
    background-color: #fff
}

.special-offers-editorial .special-offers-card__border {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1
}

.special-offers-editorial .special-offers-card__title {
    display: flex;
    flex-direction: column;
    min-height: 74px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 16px 8px 0
}

.special-offers-editorial .special-offers-card__text {
    text-decoration: underline;
    font-weight: 700;
    font-size: 14px;
    color: #003e85;
    cursor: pointer;
    margin: 8px 16px
}

.special-offers-editorial__singleCard {
    padding: 0 29px 64px 13px
}

@media (min-width:768px) {
    .special-offers-editorial__singleCard {
        padding: 0 64px 64px 0
    }
}

@media (min-width:992px) {
    .special-offers-editorial__singleCard {
        padding: 32px 64px 64px 32px
    }
}

.special-offers-editorial__singleCard .special-offers-card {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    border: none;
    padding: 0;
    margin: 0
}

@media (min-width:992px) {
    .special-offers-editorial__singleCard .special-offers-card {
        margin: 0;
        padding: 0
    }
}

@media (max-width:991.5px) {
    .special-offers-editorial__singleCard .special-offers-card .card-with-header-image {
        padding: 22px 0 0
    }
}

@media (min-width:992px) {
    .special-offers-editorial__singleCard .special-offers-card .slide-card {
        grid-template-columns: 549px 1fr;
        display: grid;
        min-height: 311px
    }

    .special-offers-editorial__singleCard .special-offers-card .slide-card__content {
        min-height: 120px
    }

    .special-offers-editorial__singleCard .special-offers-card .slide-card__button {
        margin-left: 0;
        margin-bottom: 24px
    }

    .special-offers-editorial__singleCard .special-offers-card .slide-card img {
        object-fit: cover;
        min-height: 311px
    }
}

@media (min-width:1200px) {
    .special-offers-editorial__singleCard .special-offers-card .slide-card {
        grid-template-columns: 688px 1fr
    }
}

@media (min-width:1400px) {
    .special-offers-editorial__singleCard .special-offers-card .slide-card {
        grid-template-columns: 1008px 1fr
    }
}

.special-offers-editorial__singleCard .special-offers-card .slide-card__image {
    width: 100%;
    height: 168px;
    display: block;
    margin-top: 0;
    position: absolute
}

@media (min-width:576px) {
    .special-offers-editorial__singleCard .special-offers-card .slide-card__image {
        width: 100%;
        height: 100%
    }
}

@media (max-width:991.5px) {
    .special-offers-editorial__singleCard .special-offers-card .slide-card__image {
        position: relative;
        max-height: 360px
    }
}

.special-offers-editorial__singleCard .special-offers-card .slide-card__button {
    margin: 0 -8px 24px 0
}

.special-offers-editorial__singleCard .special-offers-card .slide-card__button span.link-with-arrow {
    padding: 0 24px;
    margin: 0;
    vertical-align: middle;
    display: flex
}

.special-offers-editorial__singleCard .special-offers-card .slide-card__button span.link-with-arrow-icon {
    margin: 0
}

.special-offers-editorial__singleCard .special-offers-card .btn-primary-yellow {
    padding: 13px 24px
}

.special-offers-editorial__singleCard .special-offers-card__border {
    border-bottom: 2px solid #dcddde;
    margin: 0 8px
}

@media (min-width:992px) {
    .special-offers-editorial__singleCard .special-offers-card__border {
        margin-left: 48px
    }
}

.special-offers-editorial__singleCard .special-offers-card__title {
    margin: 18px 0 0
}

@media (min-width:768px) {
    .special-offers-editorial__singleCard .special-offers-card__title {
        margin: 18px 0 24px
    }
}

@media (min-width:992px) {
    .special-offers-editorial__singleCard .special-offers-card__title {
        margin: 16px 0 21px
    }
}

.special-offers-editorial .custom-arrow {
    display: none;
    position: absolute;
    top: 30%;
    border-radius: 0;
    width: 32px;
    height: 32px;
    background: #000
}

.special-offers-editorial .custom-arrow__icon {
    background-color: #fff
}

.special-offers-editorial .custom-arrow.slick-next,
.special-offers-editorial .custom-arrow.slick-prev {
    background: #000
}

.special-offers-editorial .custom-arrow.slick-next:before,
.special-offers-editorial .custom-arrow.slick-prev:before {
    content: none
}

.special-offers-editorial .custom-arrow--right {
    right: calc(4% + 1px);
    margin-right: 80px
}

.special-offers-editorial .custom-arrow--left {
    left: calc(4% + 1px)
}

.special-offers-editorial .slick-initialized .slick-slide {
    display: block;
    margin-bottom: 49.6px;
    margin-right: 16px
}

@media (max-width:767.5px) {
    .special-offers-editorial .slick-initialized .slick-slide {
        margin-bottom: 12px
    }
}

.special-offers-editorial .slick-current:before {
    background: none
}

.special-offers-editorial .slick-slider {
    padding-top: 0;
    background: #fff
}

@media (max-width:767.5px) {
    .special-offers-editorial .slick-slider {
        margin-bottom: 0
    }
}

.special-offers-editorial .slick-slider .carousel-arrow {
    opacity: 0
}

.special-offers-editorial .slick-slider:hover .carousel-arrow {
    opacity: 1
}

.special-offers-editorial .slick-track {
    padding-bottom: 12px
}

.special-offers-editorial .slick-dots {
    padding-right: 1rem;
    margin-bottom: 24px
}

.special-offers-editorial .slick-dots .slick-active {
    padding: 0;
    width: 10px !important;
    height: 10px !important
}

.special-offers-editorial .slick-dots li {
    padding: 1px;
    width: 8px !important;
    height: 8px !important
}

@media (max-width:767.5px) {
    .special-offers-editorial .slick-active .slick-dots__item {
        width: var(--slick-width-active) !important
    }
}

.special-offers-editorial .card-label {
    padding: 4px 10px 3px 11px;
    z-index: 10;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    width: auto;
    max-width: 50%;
    right: 16px;
    top: 16px;
    line-height: 1.71;
    font-size: 14px;
    background-color: #dcddde;
    box-shadow: 0 4px 25px rgba(0, 0, 0, .2);
    cursor: default
}

.special-offers-editorial .card-label a {
    color: #000;
    font-weight: 700;
    text-decoration: none
}

.special-offers-editorial .slide-card {
    --pfe-card--BorderRadius: 0px;
    padding: 0
}

.special-offers-editorial .slide-card--regular {
    height: 376px
}

@media (min-width:768px) {
    .special-offers-editorial .slide-card--regular {
        padding: 64px 40px
    }
}

.special-offers-editorial .slide-card--strech {
    height: 100%
}

.special-offers-editorial .slide-card__image {
    height: 164px;
    width: 300px;
    object-fit: cover;
    margin-top: 0
}

@media (min-width:768px) {
    .special-offers-editorial .slide-card__image {
        height: 185px;
        width: 328px;
        object-fit: cover
    }
}

@media (max-width:767.5px) {
    .special-offers-editorial .slide-card__image {
        margin-top: 0
    }
}

.special-offers-editorial .slide-card img {
    width: 100%
}

.special-offers-editorial .slide-card__text {
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
    white-space: normal;
    text-overflow: ellipsis;
    max-width: 100%;
    color: #004292;
    letter-spacing: .8px
}

.special-offers-editorial .slide-card__text p {
    margin-bottom: 2px
}

.special-offers-editorial .slide-card__text--title {
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    color: #004292;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px
}

@media (max-width:767.5px) {
    .special-offers-editorial .slide-card__text {
        white-space: normal
    }
}

.special-offers-editorial .slide-card__text--inline {
    white-space: normal;
    font-size: 20px;
    line-height: 1.44;
    letter-spacing: .4px
}

@media (max-width:767.5px) {
    .special-offers-editorial .slide-card__text--inline {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.special-offers-editorial .slide-card__text--overflow-unset {
    overflow: inherit
}

.special-offers-editorial .slide-card__text--strech {
    font-size: 14px;
    display: flex;
    margin: 16px
}

.special-offers-editorial .slide-card__button-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media (max-width:767.5px) {
    .special-offers-editorial .slide-card__button-wrapper {
        margin-top: 24px
    }
}

.special-offers-editorial .slide-card__button {
    margin: 0 8px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left
}

.special-offers-editorial .slide-card__button span.link-with-arrow {
    display: inline-block;
    padding-top: 24px
}

.special-offers-editorial .slide-card__button span.link-with-arrow:hover .link-with-arrow-icon {
    margin-left: 8px;
    transition: all .1s ease-in
}

.special-offers-editorial .slide-card__button span.link-with-arrow-icon {
    background-color: #003e85;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px
}

@media (min-width:768px) {
    .special-offers-editorial .slide-card__button span.link-with-arrow {
        padding-top: 0;
        padding-left: 28px
    }
}

@media (max-width:767.5px) {
    .special-offers-editorial .slide-card__button span.link-with-arrow {
        margin-left: 24px;
        margin-bottom: 14.24px
    }
}

.special-offers-editorial .slide-card__button span.link-with-arrow a {
    color: #003e85
}

.special-offers-editorial .slide-card__button span.link-with-arrow .icon-size {
    width: 20px;
    height: 20px;
    padding-left: 8px
}

@media (min-width:768px) {
    .special-offers-editorial .slide-card__button {
        width: auto;
        margin: 12px 16px
    }
}

.special-offers-editorial .carousel-dots-wrapper {
    margin-top: 0
}

.special-offers-editorial__footer {
    height: 0;
    background-color: #fff
}

@media (min-width:768px) {
    .special-offers-editorial__footer {
        height: 50px
    }
}

.card-column {
    position: relative;
    margin-bottom: 40px
}

@media (min-width:768px) {
    .card-column {
        margin-bottom: 40px;
        display: flex;
        flex-direction: column
    }
}

@media (min-width:768px) {
    .card-column:not(.card-column--touch):hover {
        z-index: 1
    }

    .card-column:not(.card-column--touch):hover .card-column__media-bg-image {
        -webkit-transform: translate(-32px, -32px);
        transform: translate(-32px, -32px);
        opacity: 1
    }
}

@media (min-width:768px) {
    .card-column:not(.card-column--touch):hover .card-column__body {
        position: absolute;
        z-index: 1;
        box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .2);
        max-height: unset;
        min-height: 100%;
        height: auto;
        left: -32px;
        right: -32px;
        padding: 0 40px 32px
    }
}

@media (min-width:768px) {
    .card-column:not(.card-column--touch):hover .card-column__content-text {
        height: unset;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
        padding: 16px 0 0
    }

    .card-column:not(.card-column--touch):hover .card-column__content-text:before {
        content: unset
    }
}

@media (min-width:768px) {

    .card-column:not(.card-column--touch):hover .card-column__description,
    .card-column:not(.card-column--touch):hover .card-column__title {
        display: initial;
        overflow: unset;
        white-space: normal
    }
}

.card-column--on-load-animation {
    -webkit-animation: slideUp .5s ease-in-out 1 forwards;
    animation: slideUp .5s ease-in-out 1 forwards;
    -webkit-transform: translateY(150px);
    transform: translateY(150px)
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-filter: grayscale(100%) blur(5px);
        filter: grayscale(100%) blur(5px);
        -webkit-transform: translateY(150px);
        transform: translateY(150px)
    }

    to {
        -webkit-filter: grayscale(0) blur(0);
        filter: grayscale(0) blur(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideUp {
    0% {
        -webkit-filter: grayscale(100%) blur(5px);
        filter: grayscale(100%) blur(5px);
        -webkit-transform: translateY(150px);
        transform: translateY(150px)
    }

    to {
        -webkit-filter: grayscale(0) blur(0);
        filter: grayscale(0) blur(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.card-column--white,
.card-column--white .card-column__body,
.card-column--white .card-column__buttons,
.card-column--white .card-column__media {
    background-color: #fff
}

.card-column--lightGrey,
.card-column--lightGrey .card-column__body,
.card-column--lightGrey .card-column__buttons,
.card-column--lightGrey .card-column__media {
    background-color: #dcddde
}

.card-column--darkGrey,
.card-column--darkGrey .card-column__body,
.card-column--darkGrey .card-column__buttons,
.card-column--darkGrey .card-column__media {
    background-color: #424242
}

.card-column--black,
.card-column--black .card-column__body,
.card-column--black .card-column__buttons,
.card-column--black .card-column__media {
    background-color: #000
}

.card-column--pastel,
.card-column--pastel .card-column__body,
.card-column--pastel .card-column__buttons,
.card-column--pastel .card-column__media {
    background-color: #86bced
}

.card-column--darkBlue,
.card-column--darkBlue .card-column__body,
.card-column--darkBlue .card-column__buttons,
.card-column--darkBlue .card-column__media {
    background-color: #004292
}

.card-column--primaryYellow,
.card-column--primaryYellow .card-column__body,
.card-column--primaryYellow .card-column__buttons,
.card-column--primaryYellow .card-column__media {
    background-color: #f1e52d
}

.card-column__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.card-column__media-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .3s;
    opacity: 0
}

.card-column__media-bg-image--4ColumnLayout {
    height: 235px
}

.card-column__media-bg-image--2ColumnLayout {
    height: 300px
}

.card-column__media-picture {
    object-fit: cover;
    max-width: 100%;
    display: block;
    padding-top: 56.26667%;
    position: relative;
    width: 100%
}

.card-column__media-picture img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width:767.5px) {
    .card-column__media-picture {
        width: 100vw
    }
}

@media (min-width:768px) {
    .card-column__media-picture--2ColumnLayout {
        display: block;
        padding-top: 56.25%;
        position: relative;
        width: 100%
    }

    .card-column__media-picture--2ColumnLayout img {
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%
    }

    .card-column__media-picture--3ColumnLayout {
        display: block;
        padding-top: 56.37149%;
        position: relative;
        width: 100%
    }

    .card-column__media-picture--3ColumnLayout img {
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%
    }

    .card-column__media-picture--4ColumnLayout {
        display: block;
        padding-top: 56.40244%;
        position: relative;
        width: 100%
    }

    .card-column__media-picture--4ColumnLayout img {
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.card-column__media-video-play-button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: #004292;
    padding: 12px
}

@media (max-width:767.5px) {
    .card-column__media-video-play-button {
        padding: 8px
    }
}

.card-column__media-video-play-button--icon {
    background: #fff
}

.card-column__media-video-play-button:hover {
    background: #003e85
}

.card-column__media-video-play-button-icon {
    background: #fff
}

@media (min-width:768px) {
    .card-column__body-wrapper {
        flex-grow: 1;
        position: relative
    }
}

.card-column__body {
    display: flex;
    flex-direction: column;
    padding: 0 16px
}

@media (min-width:768px) {
    .card-column__body {
        padding: 0 8px;
        height: 100%;
        justify-content: space-between
    }
}

.card-column__body--white {
    color: #fff
}

.card-column__body--lightGrey {
    color: #dcddde
}

.card-column__body--darkGrey {
    color: #424242
}

.card-column__body--black {
    color: #000
}

.card-column__body--pastel {
    color: #86bced
}

.card-column__body--darkBlue {
    color: #004292
}

.card-column__body--primaryYellow {
    color: #f1e52d
}

@media (min-width:768px) {
    .card-column__content-text {
        display: flex;
        flex-direction: column;
        padding: 16px 0 0;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .card-column:not(.card-column--touch) .card-column__content-text {
        max-height: 168px
    }

    .card-column:not(.card-column--touch) .card-column__content-text:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 168px;
        background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0) 45%)
    }
}

.card-column__content-text .card-column__text {
    min-height: 150px;
    height: auto;
    max-height: unset;
    overflow: initial
}

.card-column__content-text .card-column__text:before {
    content: unset
}

@media (min-width:768px) {
    .card-column__text {
        display: flex;
        flex-direction: column;
        height: 150px;
        max-height: 150px;
        overflow: hidden;
        margin-bottom: 24px;
        position: relative;
        padding: 0 40px
    }
}

.card-column__title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 16px 0
}

@media (min-width:768px) {
    .card-column__title {
        padding: 0 0 8px
    }
}

.card-column__description {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    white-space: normal;
    transition: .3s;
    padding: 0
}

@media (min-width:768px) {
    .card-column:not(.card-column--touch) .card-column__description {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical
    }
}

.card-column--darkBlue .card-column__description a,
.card-column--darkBlue .card-column__description a:focus,
.card-column--darkBlue .card-column__description a:hover,
.card-column--darkBlue .card-column__description a:visited {
    color: #86bced
}

.card-column__content-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: end;
    box-sizing: border-box
}

.card-column__content-buttons .card-column__popup-cta,
.card-column__content-buttons .card-column__primary-cta {
    line-height: 24px
}

.card-column__content-buttons .card-column__secondary-cta {
    padding: 13px 16px
}

.card-column .button,
.card-column__app-store-cta,
.card-column__play-store-cta {
    margin-top: 24px
}

.card-column__app-store-cta,
.card-column__play-store-cta {
    margin-right: 16px
}

.loading-simulator {
    width: 100%;
    height: 100%
}

.loading-simulator:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: horizontalScan 1.2s ease-in-out 0s infinite;
    animation: horizontalScan 1.2s ease-in-out 0s infinite;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .8) 47%, hsla(0, 0%, 100%, 0));
    z-index: 2
}

@-webkit-keyframes horizontalScan {
    0% {
        left: -100%
    }

    to {
        left: 100%
    }
}

@keyframes horizontalScan {
    0% {
        left: -100%
    }

    to {
        left: 100%
    }
}

.loading-card {
    position: relative;
    overflow: hidden
}

.loading-card .card-column__image-wrapper {
    background-color: #dcddde
}

@media (min-width:768px) {
    .loading-card .card-column__image-wrapper {
        max-height: 185px;
        min-height: 185px
    }
}

.loading-card__content {
    margin: 0 40px 0 32px
}

.loading-card__content * {
    background-color: #dcddde
}

.loading-card__title {
    height: 24px;
    margin-top: 16px;
    width: 50%
}

.loading-card__description {
    height: 16px;
    margin-top: 8px
}

.loading-card__cta {
    height: 50px;
    width: 50%;
    margin: 24px 0 48px
}

.card-layout--white {
    background-color: #fff
}

.card-layout--lightGrey {
    background-color: #dcddde
}

.card-layout--darkGrey {
    background-color: #424242
}

.card-layout--black {
    background-color: #000
}

.card-layout--pastel {
    background-color: #86bced
}

.card-layout--darkBlue {
    background-color: #004292
}

.card-layout--primaryYellow {
    background-color: #f1e52d
}

.card-layout__textcolor--white {
    color: #fff
}

.card-layout__textcolor--lightGrey {
    color: #dcddde
}

.card-layout__textcolor--darkGrey {
    color: #424242
}

.card-layout__textcolor--black {
    color: #000
}

.card-layout__textcolor--pastel {
    color: #86bced
}

.card-layout__textcolor--darkBlue {
    color: #004292
}

.card-layout__textcolor--primaryYellow {
    color: #f1e52d
}

.card-column-layout {
    padding: 48px 0;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 17;
    margin: 0 auto;
    max-width: 1680px;
    justify-content: center;
}

@media (max-width:767.5px) {
    .card-column-layout {
        padding: 48px 0
    }
}

.card-column-layout__title-button {
    display: flex;
    flex-direction: column;
    grid-column-gap: 16px;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    grid-row-gap: 16px;
    row-gap: 16px;
    align-items: baseline
}

@media (min-width:768px) {
    .card-column-layout__title-button {
        flex-direction: row;
        padding: 80px 0 0
    }
}

.card-column-layout__header {
    padding: 0 0 32px 32px
}

@media (max-width:767.5px) {
    .card-column-layout__header {
        padding: 0 16px 16px
    }
}

.card-column-layout__eyebrow {
    text-transform: uppercase;
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px
}

@media (max-width:767.5px) {
    .card-column-layout__eyebrow {
        font-size: 14px
    }
}

.card-column-layout__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 2px;
    margin: 0
}

@media (max-width:767.5px) {
    .card-column-layout__title {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 1.8px;
        margin: 0
    }
}

.card-column-layout__subtitle {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292
}

@media (max-width:767.5px) {
    .card-column-layout__subtitle {
        font-size: 14px
    }
}

.card-column-layout__link {
    letter-spacing: .8px;
    line-height: 24px;
    font-size: 16px
}

.card-column-layout__link .icon-wrapper {
    width: 20px;
    height: 20px
}

.card-column-layout .card-column-layout__link .s-blue,
.card-column-layout .card-column-layout__link s.white,
.card-column-layout .card-column-layout__pop-up .s-blue,
.card-column-layout .card-column-layout__pop-up s.white {
    padding: 0
}

.card-column-layout__pop-up {
    flex-grow: 1
}

@media (max-width:767.5px) {
    .card-column-layout__left-margin {
        margin-left: 24px
    }
}

.card-column-layout__cards {
    display: flex;
    flex-direction: column;
    z-index: 1
}

@media (min-width:768px) {
    .card-column-layout__cards {
        display: grid;
        flex-direction: row;
        grid-column-gap: 80px;
        grid-row-gap: 80px;
        padding: 32px 64px;
        position: relative
    }

    .card-column-layout__cards--2ColumnLayout {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .card-column-layout__cards--3ColumnLayout {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .card-column-layout__cards--4ColumnLayout {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media (min-width:768px) and (max-width:1199.5px) {
    .card-column-layout__cards--4ColumnLayout {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

.card-column-layout__footer {
    margin: 16px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.card-column-layout__items-count {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #7d7b7b;
    padding: 0 40px
}

.card-column-layout__progress {
    display: block;
    width: 100%;
    min-width: 200px;
    height: 2px;
    margin-top: 8px;
    position: relative
}

.card-column-layout__progress--total {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #dcddde
}

.card-column-layout__progress--completed {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #7d7b7b
}

.card-column-layout .card-column-layout__load-more {
    margin: 0 auto;
    padding-bottom: 0;
    cursor: pointer
}

.dealerLocator {
    color: #000
}

.dealerLocator__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

.dealerLocator__column,
.dealerLocator__double-column {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    padding: 10px
}

.dealerLocator__double-column {
    flex: 2 1
}

.dealerLocator__button,
.dealerLocator__label {
    margin-left: 10px
}

.dealerLocator__button {
    margin-left: 10px;
    background-color: #ffd300
}

.dealerLocator__input {
    margin-left: 5px;
    border: 1px solid #dcddde
}

.dealerLocator__switch-button-off,
.dealerLocator__switch-button-on {
    margin-left: 10px;
    background-color: green;
    cursor: pointer;
    padding: 1px 6px;
    border: 2px outset #000
}

.dealerLocator__switch-button-off {
    background-color: red
}

.social-media {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    z-index: 10
}

.social-media__social {
    padding: 8px 0 0 16px;
    display: flex;
    background-color: #fff
}

.social-media__social-text {
    display: block;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292;
    margin-right: 16px
}

.social-media__social-icons {
    display: flex;
    padding-bottom: 16px;
    position: relative;
    width: 100%
}

.social-media__social-icons:after {
    background: #ffd300;
    content: "";
    display: block;
    height: 6px;
    width: 100%;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0
}

.social-media__social-icon-link {
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #fff;
    margin-right: 20px;
    padding: 0 !important
}

.social-media__social-icon-link:last-of-type {
    margin-right: 36px
}

.social-media__social-icon-link .icon-wrapper:hover {
    background-color: #003e85
}

.social-media__social-icon-EE {
    margin-right: 20px
}

.dealer-locator-detail__contacts {
    margin-top: 64px;
    background-color: #f5f5f6
}

@media (min-width:768px) {
    .dealer-locator-detail__contacts {
        margin-top: 40px
    }
}

.dealer-locator-detail__contacts--wrapper {
    display: grid;
    grid-gap: 16px;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding: 32px 0;
    line-height: 24px
}

@media (max-width:991.5px) {
    .dealer-locator-detail__contacts--wrapper {
        flex-direction: column;
        grid-gap: 32px;
        gap: 32px;
        margin-top: 24px;
        grid-template-columns: 1fr
    }
}

.dealer-locator-detail__contacts__attributes {
    font-size: 14px;
    display: flex;
    color: #003e85;
    grid-gap: 8px;
    gap: 8px;
    text-decoration: none
}

.dealer-locator-detail__contacts__attributes:hover {
    text-decoration: underline
}

.dealer-locator-detail__contacts__attributes--wrapper {
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
    gap: 16px;
    margin-top: 32px
}

.dealer-locator-detail__contacts__attributes p {
    min-width: 0;
    width: calc(100% - 40px);
    word-wrap: break-word
}

.dealer-locator-detail__contacts__details {
    display: flex;
    flex-direction: column;
    min-width: 0
}

.dealer-locator-detail__contacts__title {
    font-weight: 700;
    color: #004292;
    font-size: 20px;
    letter-spacing: .5px
}

@media (max-width:991.5px) {
    .dealer-locator-detail__contacts__title {
        line-height: 30px
    }
}

.dealer-locator-detail__contacts__address {
    font-size: 16px;
    color: #004292;
    margin-top: 8px;
    letter-spacing: .8px
}

@media (max-width:991.5px) {
    .dealer-locator-detail__contacts__address {
        font-size: 14px
    }
}

.dealer-locator-detail__contacts__directions {
    font-size: 16px;
    color: #003e85;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    margin-top: 8px;
    letter-spacing: .8px;
    display: flex;
    grid-gap: 8px;
    gap: 8px
}

.dealer-locator-detail__contacts__directions:hover {
    color: #004292
}

@media (max-width:991.5px) {
    .dealer-locator-detail__contacts__directions {
        font-size: 14px;
        margin-top: 16px
    }
}

.dealer-locator-detail__contacts__map {
    position: relative;
    max-width: 392px
}

@media (max-width:991.5px) {
    .dealer-locator-detail__contacts__map {
        max-width: 343px
    }
}

.dealer-locator-detail__map-icon {
    position: absolute;
    height: 40px;
    width: 40px;
    display: grid;
    place-content: center;
    cursor: pointer
}

.dealer-locator-detail__map-icon--get-location {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, calc(-50% - 20px));
    transform: translate(-50%, calc(-50% - 20px))
}

.dealer-locator-detail__map-icon--zoom-in {
    background-color: #004292;
    right: 24px;
    bottom: 80px
}

.dealer-locator-detail__map-icon--zoom-in:hover {
    background-color: #003e85
}

.dealer-locator-detail__map-icon--zoom-out {
    background-color: #004292;
    right: 24px;
    bottom: 24px
}

.dealer-locator-detail__map-icon--zoom-out:hover {
    background-color: #003e85
}

.dealer-locator-detail__business-hours-section {
    display: grid;
    grid-template-columns: 2.06fr 1fr;
    grid-column-gap: 16px;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    color: #004292;
    line-height: 24px;
    padding: 32px 0 24px
}

@media (max-width:991.5px) {
    .dealer-locator-detail__business-hours-section {
        grid-template-columns: 1fr;
        grid-gap: 32px;
        gap: 32px
    }
}

.dealer-locator-detail__business-hours {
    font-size: 16px;
    letter-spacing: .8px
}

@media (max-width:991.5px) {
    .dealer-locator-detail__business-hours {
        font-size: 14px
    }
}

.dealer-locator-detail__business-hours__title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px
}

@media (max-width:991.5px) {
    .dealer-locator-detail__business-hours__title {
        line-height: 30px;
        padding: 0 16px
    }
}

.dealer-locator-detail__business-hours__table {
    margin-top: 16px
}

@media (max-width:991.5px) {
    .dealer-locator-detail__business-hours__table {
        margin-top: 12px
    }
}

.dealer-locator-detail__business-hours__table-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-column-gap: 16px;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    padding: 8px 0
}

.dealer-locator-detail__business-hours__table-row:nth-child(2n) {
    background-color: #fff
}

.dealer-locator-detail__business-hours__table-row:nth-child(odd) {
    background-color: #f5f5f6
}

.dealer-locator-detail__business-hours__table-row__day {
    font-weight: 700;
    margin-left: 8px
}

@media (max-width:991.5px) {
    .dealer-locator-detail__business-hours__table-row {
        grid-template-columns: 1fr 1fr 1fr;
        font-size: 14px
    }

    .dealer-locator-detail__business-hours__table-row__day {
        margin-left: 16px
    }
}

@media (max-width:991.5px) {
    .dealer-locator-detail__certifications {
        padding: 0 16px
    }
}

.dealer-locator-detail__certifications__title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px
}

@media (max-width:991.5px) {
    .dealer-locator-detail__certifications__title {
        line-height: 30px
    }
}

.dealer-locator-detail__certifications__awards-section {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
    gap: 16px
}

@media (max-width:991.5px) {
    .dealer-locator-detail__certifications__awards-section {
        flex-direction: row
    }
}

.dealer-locator-detail__certifications__award {
    max-width: 256px;
    max-height: 130px;
    object-fit: contain
}

@media (max-width:991.5px) {
    .dealer-locator-detail__certifications__award {
        max-width: 160px;
        max-height: 103px
    }
}

.dealer-locator-detail {
    padding: 80px 0
}

@media (max-width:991.5px) {
    .dealer-locator-detail {
        padding: 48px 0 40px
    }
}

.dealer-locator-detail__header {
    margin: 0 auto;
    max-width: 800px;
    border-bottom: 1px solid #dcddde
}

@media (max-width:991.5px) {
    .dealer-locator-detail__header {
        padding: 0 16px;
        padding: 0;
        margin: 0 16px
    }
}

.dealer-locator-detail__eyebrow {
    font-size: 14px;
    line-height: 24px;
    color: #7d7b7b;
    letter-spacing: .8px;
    margin-bottom: 8px;
    text-transform: uppercase
}

@media (min-width:768px) {
    .dealer-locator-detail__eyebrow {
        font-size: 16px
    }
}

.dealer-locator-detail__title {
    font-size: 30px;
    line-height: 36px;
    color: #004292;
    letter-spacing: 1.8px;
    margin: 0 0 16px;
    font-weight: 700
}

@media (min-width:768px) {
    .dealer-locator-detail__title {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 2px;
        margin: 0 0 24px
    }
}

.dealer-locator-detail__social-media-bar {
    margin: 48px 0 24px
}

.dealer-locator-detail__social-media-bar .social-media__social {
    padding: 0
}

.dealer-locator-detail__social-media-bar .social-media__social-icon-link:last-of-type {
    margin-right: 0
}

.dealer-locator-detail__description {
    max-width: 800px;
    font-size: 14px;
    line-height: 24px;
    color: #004292;
    letter-spacing: .8px;
    margin: 24px auto 0
}

@media (max-width:991.5px) {
    .dealer-locator-detail__description {
        padding: 0 16px
    }
}

@media (min-width:768px) {
    .dealer-locator-detail__description {
        font-size: 16px;
        margin-top: 32px
    }
}

.dealer-locator-detail__subtitle {
    margin: 0 0 48px
}

.dealer-locator-detail__media {
    max-width: 800px;
    margin: 24px auto 0;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column
}

@media (max-width:991.5px) {
    .dealer-locator-detail__media {
        padding: 0 16px;
        padding: 0
    }
}

.dealer-locator-detail__media__dealer-image {
    display: block;
    padding-top: 55.97668%;
    position: relative;
    width: 100%
}

.dealer-locator-detail__media__dealer-image-wrapper {
    margin-top: 32px
}

.dealer-locator-detail__media__dealer-image img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width:768px) {
    .dealer-locator-detail__media__dealer-image {
        display: block;
        padding-top: 56.25%;
        position: relative;
        width: 100%
    }

    .dealer-locator-detail__media__dealer-image img {
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%
    }
}

@media (max-width:767.5px) {
    .dealer-locator-detail__media__dealer-image-wrapper {
        padding: 0 16px
    }
}

.dealer-locator-detail__media__logo-image {
    max-width: 256px;
    max-height: 100px;
    object-fit: contain
}

@media (max-width:767.5px) {
    .dealer-locator-detail__media__logo-image-wrapper {
        padding: 0 16px
    }
}

.dealer-locator-detail__contacts--wrapper {
    margin: 0 auto;
    max-width: 800px
}

@media (max-width:991.5px) {
    .dealer-locator-detail__contacts--wrapper {
        padding: 0 16px;
        padding: 24px 16px
    }
}

.dealer-locator-detail__business-hours-section {
    margin: 0 auto;
    max-width: 800px
}

@media (max-width:991.5px) {
    .dealer-locator-detail__business-hours-section {
        padding: 0 16px;
        padding: 24px 0
    }
}

.dealer-locator-detail__promotions {
    margin: 0 auto;
    max-width: 800px;
    line-height: 24px;
    padding: 32px 0
}

@media (max-width:991.5px) {
    .dealer-locator-detail__promotions {
        padding: 0 16px;
        padding: 24px 16px
    }
}

.dealer-locator-detail__promotions__title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px
}

@media (max-width:991.5px) {
    .dealer-locator-detail__promotions__title {
        line-height: 30px
    }
}

.dealer-locator-detail__promotions__text {
    font-size: 16px;
    margin-top: 8px
}

@media (max-width:767.5px) {
    .dealer-locator-detail__promotions__text {
        font-size: 14px
    }
}

.dealer-equipments-services {
    padding: 48px 0 40px;
    margin: 0 15px 0 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.dealer-equipments-services__wrapper {
    background-color: #f5f5f6
}

.dealer-equipments-services__wrapper~.dealer-equipments-services__wrapper {
    background-color: #fff
}

@media (min-width:768px) {
    .dealer-equipments-services {
        padding: 80px 0 64px
    }
}

@media (min-width:768px) and (max-width:991.5px) {
    .dealer-equipments-services {
        margin-left: 32px;
        margin-right: 80px
    }
}

@media (min-width:992px) {
    .dealer-equipments-services {
        width: 800px;
        margin-left: auto;
        margin-right: auto
    }
}

.dealer-equipments-services__title {
    margin: 0;
    color: #004292;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.8px;
    white-space: normal;
    word-break: break-word
}

@media (min-width:768px) {
    .dealer-equipments-services__title {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 2px
    }
}

.dealer-equipments-services__cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-gap: 16px;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    grid-row-gap: 24px;
    row-gap: 24px;
    margin-top: 24px
}

@media (min-width:768px) {
    .dealer-equipments-services__cards {
        grid-row-gap: 32px;
        row-gap: 32px;
        margin-top: 32px
    }
}

.dealer-equipments-services-card {
    width: 104px
}

@media (min-width:768px) {
    .dealer-equipments-services-card {
        width: 147px
    }
}

.dealer-equipments-services-card__image {
    object-fit: cover;
    width: 100%;
    height: 60px;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .dealer-equipments-services-card__image {
        height: 83.3px
    }
}

.dealer-equipments-services-card__title {
    margin: 0;
    font-weight: 700;
    color: #003e85;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    white-space: normal;
    word-break: break-word
}

@media (min-width:768px) {
    .dealer-equipments-services-card__title {
        font-size: 16px
    }
}

.spinner {
    height: 100px;
    width: 100px;
    position: relative;
    stroke: #003e85
}

.spinner:before {
    content: "";
    display: block;
    padding-top: 100%
}

.spinner__wrapper {
    height: 100%;
    width: 100%;
    display: grid;
    place-content: center
}

.spinner__circle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    margin: auto;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.spinner__path {
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

.dealer-locator-landing__map {
    width: 100%;
    height: 650px;
    display: block;
    position: relative
}

@media (min-width:992px) {
    .dealer-locator-landing__map {
        height: 750px
    }
}

.dealer-locator-landing__map-container {
    width: 100%;
    height: 100%
}

.dealer-locator-landing__map-tooltip {
    box-shadow: 0 0 30px -10px #86bced;
    position: absolute;
    background-color: #fff;
    padding: 16px;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    z-index: 1
}

.dealer-locator-landing__map-tooltip:before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    border-width: 12px
}

.dealer-locator-landing__map-dealer-pin-label {
    position: relative;
    top: -5px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    z-index: 1
}

.dealer-locator-landing__map-icon {
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: #004292;
    display: grid;
    place-content: center;
    cursor: pointer
}

.dealer-locator-landing__map-icon:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 62, 133, .2);
    background-color: #003e85
}

.dealer-locator-landing__map-icon--get-location {
    top: 40px;
    right: 80px
}

.dealer-locator-landing__map-icon--zoom-in {
    right: 80px;
    bottom: 96px
}

.dealer-locator-landing__map-icon--zoom-out {
    right: 80px;
    bottom: 40px
}

@media (max-width:991.5px) {

    .dealer-locator-landing__map-icon--get-location,
    .dealer-locator-landing__map-icon--zoom-in,
    .dealer-locator-landing__map-icon--zoom-out {
        display: none
    }
}

@media (max-width:991.5px) {
    .dealer-locator-landing__map--list-mode {
        position: absolute;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.dealer-locator-landing-toast-msg {
    padding: 16px 36px;
    box-shadow: 0 0 30px -10px #86bced;
    position: absolute;
    max-width: 343px;
    box-sizing: border-box;
    z-index: 0;
    background-color: #fff;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #003e85;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 24px;
    letter-spacing: .8px;
    font-size: 14px;
    transition: all .3s ease-in
}

.dealer-locator-landing-toast-msg--show {
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s;
    opacity: 1;
    z-index: 1
}

.dealer-locator-landing-toast-msg--hide {
    -webkit-animation: fadeOut .3s;
    animation: fadeOut .3s;
    opacity: 0;
    z-index: 0;
    transition: z-index .3s ease-in
}

.dealer-locator-landing-toast-msg__close {
    top: 16px;
    right: 16px;
    position: absolute;
    cursor: pointer
}

.dealer-locator-landing-toast-msg__title {
    font-weight: 700;
    text-transform: uppercase
}

.dealer-locator-landing-search {
    margin-top: 32px
}

@media (min-width:992px) {
    .dealer-locator-landing-search {
        display: flex;
        justify-content: center
    }
}

.dealer-locator-landing-search__error-msg {
    top: -100px;
    min-width: 343px;
    max-width: 343px
}

.dealer-locator-landing-search__error-msg.dealer-locator-landing-toast-msg--show {
    z-index: 210
}

.dealer-locator-landing-search__users-location-btn {
    display: grid;
    height: 50px;
    width: 50px;
    background-color: #004292;
    place-content: center;
    cursor: pointer;
    margin-left: 10px
}

@media (min-width:992px) {
    .dealer-locator-landing-search__users-location-btn {
        display: none
    }
}

.dealer-locator-landing-search__col {
    width: 100%;
    padding: 0 8px 24px;
    box-sizing: border-box;
    display: flex
}

@media (min-width:992px) {
    .dealer-locator-landing-search__col {
        padding: 0;
        margin: 0 8px 24px
    }
}

@media (min-width:992px) {
    .dealer-locator-landing-search__col--dropdown {
        max-width: 392px
    }
}

@media (min-width:992px) {
    .dealer-locator-landing-search__col--text-search {
        max-width: 800px
    }
}

.dealer-locator-landing-search__dropdown {
    position: relative;
    width: 100%
}

.dealer-locator-landing-search__dropdown-input {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 20px 16px 4px;
    box-shadow: 0 4px 20px -10px rgba(0, 0, 0, .2)
}

.dealer-locator-landing-search__dropdown-input--open {
    border-color: #003e85
}

.dealer-locator-landing-search__dropdown-input-field {
    color: #004292;
    display: block;
    padding: 0;
    border: 0;
    font-size: 14px;
    line-height: 24px
}

.dealer-locator-landing-search__dropdown-input-text,
.dealer-locator-landing-search__text-search-input {
    color: #004292;
    height: 24px;
    display: block;
    line-height: 24px;
    padding: 0;
    border: 0;
    font-size: 14px;
    width: 100%
}

.dealer-locator-landing-search__dropdown-input-icon,
.dealer-locator-landing-search__text-search-clear-icon,
.dealer-locator-landing-search__text-search-input-icon {
    position: absolute;
    top: 13px
}

.dealer-locator-landing-search__dropdown-input-icon {
    right: 8px
}

.dealer-locator-landing-search__text-search-clear-icon {
    right: 16px;
    cursor: pointer
}

.dealer-locator-landing-search__text-search-input-icon {
    left: 16px
}

.dealer-locator-landing-search__text-search-google-logo {
    float: right;
    padding: 8px 16px 16px
}

.dealer-locator-landing-search__dropdown-list,
.dealer-locator-landing-search__text-search-suggestions {
    cursor: pointer;
    margin: 0;
    background-color: #fff;
    position: absolute;
    width: 100%;
    top: 100%;
    max-height: 360px;
    overflow-y: auto;
    z-index: 15
}

.dealer-locator-landing-search__dropdown-list::-webkit-scrollbar,
.dealer-locator-landing-search__text-search-suggestions::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.dealer-locator-landing-search__dropdown-list::-webkit-scrollbar-thumb,
.dealer-locator-landing-search__text-search-suggestions::-webkit-scrollbar-thumb {
    background: #dcddde;
    border-radius: 3px;
    border-left: 0 solid #eeeeef;
    border-right: 0 solid #eeeeef
}

.dealer-locator-landing-search__dropdown-list::-webkit-scrollbar-track,
.dealer-locator-landing-search__text-search-suggestions::-webkit-scrollbar-track {
    background: #eeeeef
}

.dealer-locator-landing-search__dropdown-list,
.dealer-locator-landing-search__text-search-suggestions {
    scrollbar-face-color: #dcddde;
    scrollbar-track-color: #eeeeef
}

.dealer-locator-landing-search__text-search-suggestions {
    max-height: 402px;
    margin: 0;
    background-color: #fff;
    position: absolute;
    width: 100%;
    top: 100%
}

.dealer-locator-landing-search__dropdown-label,
.dealer-locator-landing-search__text-search-label {
    color: #424242;
    position: absolute;
    font-size: 12px;
    top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 64px)
}

.dealer-locator-landing-search__dropdown-label--center,
.dealer-locator-landing-search__text-search-label--center {
    top: 16px;
    font-size: 14px
}

.dealer-locator-landing-search__text-search-label {
    left: 48px
}

.dealer-locator-landing-search__dropdown-list-item,
.dealer-locator-landing-search__text-search-suggestions-list-item {
    color: #004292;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 24px
}

.dealer-locator-landing-search__dropdown-list-item--highligted,
.dealer-locator-landing-search__text-search-suggestions-list-item--highligted {
    background-color: #dcddde
}

.dealer-locator-landing-search__text-search {
    position: relative;
    width: 100%
}

.dealer-locator-landing-search__text-search-input-wrapper {
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 20px 16px 4px 48px;
    box-shadow: 0 4px 20px -10px rgba(0, 0, 0, .2)
}

.dealer-locator-landing-search__text-search-suggestion-group {
    margin: 0
}

.dealer-locator-landing-search__text-search-suggestion-group-title {
    color: #7d7b7b;
    font-size: 12px;
    padding: 4px 16px 1px
}

.dealer-locator-landing-search__text-search-suggestion-list-item-address {
    color: #7d7b7b;
    font-size: 12px;
    margin: 0 4px;
    line-height: 20px
}

.dealer-locator-landing-dealer-results {
    background-color: #fff;
    width: 100%
}

@media (min-width:992px) {
    .dealer-locator-landing-dealer-results {
        width: 556px;
        flex-shrink: 0;
        max-height: 750px;
        overflow-y: auto;
        box-shadow: 5px 0 6px 0 rgba(0, 0, 0, .15);
        z-index: 1
    }

    .dealer-locator-landing-dealer-results::-webkit-scrollbar {
        width: 4px;
        height: 4px
    }

    .dealer-locator-landing-dealer-results::-webkit-scrollbar-thumb {
        background: #dcddde;
        border-radius: 2px;
        border-left: 0 solid transparent;
        border-right: 0 solid transparent
    }

    .dealer-locator-landing-dealer-results::-webkit-scrollbar-track {
        background: transparent
    }

    .dealer-locator-landing-dealer-results {
        scrollbar-face-color: #dcddde;
        scrollbar-track-color: transparent
    }

    .dealer-locator-landing-dealer-results--bottom-shadow:after {
        display: block;
        content: "";
        position: absolute;
        height: 40px;
        width: inherit;
        bottom: 0;
        background-image: linear-gradient(180deg, rgba(6, 8, 8, 0) 0, rgba(6, 8, 8, .1) 90%)
    }

    .dealer-locator-landing-dealer-results--top-shadow:before {
        display: block;
        content: "";
        position: absolute;
        height: 40px;
        width: inherit;
        top: 0;
        background-image: linear-gradient(0deg, rgba(6, 8, 8, 0) 0, rgba(6, 8, 8, .1) 90%)
    }
}

@media (min-width:992px) and (max-width:1199.5px) {
    .dealer-locator-landing-dealer-results {
        width: 410px
    }
}

.dealer-locator-landing-dealer-results__list {
    margin: 0
}

.dealer-locator-landing-dealer-results__dealers-count {
    margin: 32px 32px 16px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #7d7b7b
}

.dealer-locator-landing-dealer-results__item {
    padding: 32px 32px 16px
}

.dealer-locator-landing-dealer-results__item:after {
    content: "";
    margin-top: 16px;
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dcddde
}

.dealer-locator-landing-dealer-results__item--active {
    background-color: #f5f5f6
}

.dealer-locator-landing-dealer-results__item-header {
    display: flex;
    justify-content: space-between;
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
    column-gap: 8px
}

.dealer-locator-landing-dealer-results__item-marker-wrapper {
    flex-shrink: 0;
    text-align: center
}

.dealer-locator-landing-dealer-results__item-certified {
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 8px;
    padding: 4px 10px;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
    background-color: #dcddde;
    font-size: 12px;
    line-height: 20px;
    color: #000
}

.dealer-locator-landing-dealer-results__item-dealer-distance {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #7d7b7b
}

.dealer-locator-landing-dealer-results__item-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .5px;
    color: #004292
}

@media (min-width:768px) {
    .dealer-locator-landing-dealer-results__item-title {
        line-height: 24px
    }
}

.dealer-locator-landing-dealer-results__item-address {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292
}

.dealer-locator-landing-dealer-results__contact-icon {
    display: inline-block
}

.dealer-locator-landing-dealer-results__item-see-details-cta {
    margin-top: 16px;
    display: inline-block;
    padding: 4px 24px;
    background-color: #004292;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .8px;
    text-align: center;
    color: #fff;
    text-decoration: none
}

.dealer-locator-landing-dealer-results__item-see-details-cta:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 62, 133, .2);
    background-color: #003e85
}

.dealer-locator-landing-dealer-results__item-get-directions-cta {
    margin-top: 16px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .8px;
    text-align: center;
    color: #003e85;
    text-decoration: none
}

.dealer-locator-landing-dealer-results__item-get-directions-cta:hover {
    text-decoration: underline
}

.dealer-locator-landing-dealer-results__item-get-directions-icon {
    display: inline-block;
    position: relative;
    top: 4px;
    margin-left: 8px
}

.dealer-locator-landing-dealer-results__item-show-more-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-out
}

.dealer-locator-landing-dealer-results__item-show-more-wrapper--visible {
    max-height: 100vh;
    overflow: auto
}

@media (min-width:992px) {
    .dealer-locator-landing-dealer-results__item-show-more-wrapper {
        display: flex;
        justify-content: space-between
    }
}

.dealer-locator-landing-dealer-results__show-more-icon {
    display: flex;
    justify-content: center;
    margin: 24px auto 0;
    cursor: pointer
}

.dealer-locator-landing-dealer-results__contact-row {
    display: flex;
    margin-top: 16px
}

.dealer-locator-landing-dealer-results__contact-link {
    margin-left: 8px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #003e85;
    word-break: break-word;
    text-decoration: none
}

.dealer-locator-landing-dealer-results__contact-link:hover {
    text-decoration: underline
}

.dealer-locator-landing-dealer-results__item-contact-awards {
    display: flex
}

@media (min-width:992px) {
    .dealer-locator-landing-dealer-results__item-contact-awards {
        display: block
    }
}

.dealer-locator-landing-dealer-results__item-contact-awards-img {
    display: block;
    margin: 24px 16px 24px 0;
    width: auto;
    height: auto;
    max-width: 90px;
    max-height: 32px
}

@media (min-width:992px) {
    .dealer-locator-landing-dealer-results__item-contact-awards-img {
        margin: 8px auto
    }
}

.dealer-locator-landing-dealer-results__item-marker {
    position: relative;
    display: inline-block
}

.dealer-locator-landing-dealer-results__item-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .8px;
    text-align: center;
    position: absolute;
    color: #fff;
    z-index: 1;
    top: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dealer-locator-landing-dealer-results__no-dealers-msg-box {
    margin: 32px 12.8px 0 0;
    padding: 12.8px 32px;
    background-color: #f5f5f6
}

.dealer-locator-landing-dealer-results__no-dealers-title {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .8px;
    text-align: center;
    color: #003e85
}

.dealer-locator-landing-dealer-results__no-dealers-description {
    margin-top: 32px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px;
    text-align: center;
    color: #003e85
}

.dealer-locator-landing-dealer-results__no-dealers-icon {
    margin: 0 auto
}

@media (min-width:992px) {
    .dealer-locator-landing-dealer-results__spinner {
        background: hsla(0, 0%, 100%, .7);
        position: absolute;
        z-index: 1;
        width: inherit
    }
}

@media (max-width:991.5px) {
    .dealer-locator-landing-dealer-results__spinner.spinner__wrapper {
        height: 100vh
    }

    .dealer-locator-landing-dealer-results--map-mode .dealer-locator-landing-dealer-results__spinner {
        position: absolute;
        z-index: 3;
        background: hsla(0, 0%, 100%, .3);
        height: 650px
    }

    .dealer-locator-landing-dealer-results--map-mode .dealer-locator-landing-dealer-results__dealers-count {
        display: none
    }

    .dealer-locator-landing-dealer-results--map-mode .dealer-locator-landing-dealer-results__list {
        -webkit-animation: fadeIn .3s;
        animation: fadeIn .3s;
        position: absolute;
        bottom: 16px;
        box-sizing: border-box;
        max-width: 100%;
        display: flex;
        flex-direction: row;
        grid-column-gap: 12px;
        -webkit-column-gap: 12px;
        column-gap: 12px;
        overflow-x: scroll;
        z-index: 2;
        padding: 0 16px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    .dealer-locator-landing-dealer-results--map-mode .dealer-locator-landing-dealer-results__list::-webkit-scrollbar {
        display: none
    }

    .dealer-locator-landing-dealer-results--map-mode .dealer-locator-landing-dealer-results__item {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        margin: 0;
        padding: 16px;
        box-sizing: border-box;
        min-width: calc(100vw - 48px);
        scroll-snap-align: center
    }

    .dealer-locator-landing-dealer-results--map-mode .dealer-locator-landing-dealer-results__item:after {
        display: none
    }

    .dealer-locator-landing-dealer-results--map-mode .dealer-locator-landing-dealer-results__item-address,
    .dealer-locator-landing-dealer-results--map-mode .dealer-locator-landing-dealer-results__item-title {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden
    }

    .dealer-locator-landing-dealer-results--map-mode .dealer-locator-landing-dealer-results__item-title {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: .8px
    }

    .dealer-locator-landing-dealer-results--map-mode .dealer-locator-landing-dealer-results__item-address {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: normal;
        margin-top: 2px
    }

    .dealer-locator-landing-dealer-results--map-mode .dealer-locator-landing-dealer-results__item-see-details-cta {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .dealer-locator-landing-dealer-results--map-mode .dealer-locator-landing-dealer-results__item-show-more-wrapper,
    .dealer-locator-landing-dealer-results--map-mode .dealer-locator-landing-dealer-results__show-more-icon {
        display: none
    }

    .dealer-locator-landing-dealer-results--map-mode .dealer-locator-landing-dealer-results__no-dealers-msg-box {
        -webkit-animation: fadeIn .3s;
        animation: fadeIn .3s;
        position: absolute;
        z-index: 3;
        box-sizing: border-box;
        margin: 16px;
        padding: 16px;
        width: calc(100% - 32px);
        background: #fff
    }

    @keyframes fadeIn {
        0% {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    .dealer-locator-landing-dealer-results--map-mode .dealer-locator-landing-dealer-results__no-dealers-icon {
        display: none
    }

    .dealer-locator-landing-dealer-results--map-mode .dealer-locator-landing-dealer-results__no-dealers-description,
    .dealer-locator-landing-dealer-results--map-mode .dealer-locator-landing-dealer-results__no-dealers-title {
        margin-top: 0;
        font-size: 14px;
        overflow-wrap: break-word
    }
}

.dealer-locator-dsk-filters {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap-reverse;
    padding: 24px 80px;
    grid-row-gap: 24px;
    row-gap: 24px
}

.dealer-locator-dsk-filters__droplists {
    display: flex;
    margin-left: auto;
    margin-right: auto
}

.dealer-locator-dsk-filters__reset-link {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .8px;
    color: #003e85;
    cursor: pointer;
    display: flex;
    align-items: center;
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
    column-gap: 8px;
    margin-left: auto
}

@media (min-width:1200px) {
    .dealer-locator-dsk-filters__reset-link {
        position: absolute;
        right: 80px
    }
}

.dealer-droplist-filter {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    grid-column-gap: 16px;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    padding: 0 24px;
    border-left: 2px solid #dcddde
}

.dealer-droplist-filter .dealer-droplist-filter__option,
.dealer-droplist-filter .dealer-droplist-filter__title,
.dealer-droplist-filter .dealer-droplist-font-styles {
    font-size: 14px;
    line-height: 24px;
    color: #004292;
    letter-spacing: .8px
}

.dealer-droplist-filter:first-child {
    padding-left: 0;
    border-left: none
}

.dealer-droplist-filter__icon,
.dealer-droplist-filter__title {
    pointer-events: none
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.dealer-droplist-filter__panel {
    width: 270px;
    width: calc(270px*var(--option-column-count, 1));
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-18px);
    transform: translateX(-18px);
    z-index: 7;
    background-color: #fff;
    padding: 0 16px;
    box-shadow: 0 0 30px -10px #86bced
}

.dealer-droplist-filter__panel--open {
    -webkit-animation: fadeIn .3s ease-in-out;
    animation: fadeIn .3s ease-in-out
}

.dealer-droplist-filter__panel--closed {
    opacity: 0;
    -webkit-animation: fadeOut .3s ease-in-out;
    animation: fadeOut .3s ease-in-out
}

.dealer-droplist-filter__panel--right {
    right: 0
}

.dealer-droplist-filter__option-wrapper {
    display: grid;
    grid-template-columns: repeat(1, auto);
    grid-template-columns: repeat(var(--option-column-count, 1), auto);
    grid-column-gap: 16px;
    -webkit-column-gap: 16px;
    column-gap: 16px
}

.dealer-droplist-filter__option {
    display: flex;
    align-items: center;
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
    column-gap: 8px;
    position: relative;
    padding: 8px 0;
    border-bottom: 1px solid #dcddde
}

.dealer-droplist-filter__option .icon-wrapper {
    flex-shrink: 0
}

.dealer-droplist-filter__cta-wrapper {
    padding: 24px 0;
    display: flex;
    grid-gap: 16px;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-end
}

.dealer-droplist-filter__cta-wrapper button.button {
    white-space: normal;
    word-break: break-word;
    text-transform: unset
}

.dealer-droplist-filter__cta--apply-filters.button {
    border: none
}

.dealer-droplist-filter__cta--disabled.button {
    cursor: not-allowed;
    background-color: #7d7b7b;
    color: #fff;
    border: 2px solid #7d7b7b
}

.dealer-droplist-filter__cta--disabled.button:hover {
    color: #fff;
    border: 2px solid #7d7b7b;
    box-shadow: none
}

body.body--with-dealer-filter-model {
    overflow: hidden
}

.dealer-locator-mbl-filters {
    padding: 0 16px
}

.dealer-locator-mbl-filters .dealer-locator-mbl-modal-switch {
    padding: 16px;
    display: flex;
    align-items: center;
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
    column-gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292;
    justify-content: flex-end
}

.dealer-locator-mbl-filters .dealer-filter-modal {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column
}

.dealer-locator-mbl-filters .dealer-filter-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background-color: #004292;
    color: #fff
}

.dealer-locator-mbl-filters .dealer-filter-modal__header .icon-wrapper {
    flex-shrink: 0
}

.dealer-locator-mbl-filters .dealer-filter-modal__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .8px
}

.dealer-locator-mbl-filters .dealer-filter-modal__body {
    flex-grow: 1;
    overflow: auto
}

.dealer-locator-mbl-filters .dealer-filter-modal__ctas {
    display: flex;
    grid-column-gap: 16px;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    grid-row-gap: 16px;
    row-gap: 16px;
    flex-wrap: wrap;
    padding: 16px;
    box-shadow: 0 0 30px -10px #86bced
}

.dealer-locator-mbl-filters .dealer-filter-modal__ctas .button {
    flex-grow: 1;
    justify-content: center
}

.dealer-locator-mbl-filters .dealer-filter-modal__cta--disabled.button {
    cursor: not-allowed;
    background-color: #7d7b7b;
    color: #fff;
    border: 2px solid #7d7b7b
}

.dealer-locator-mbl-filters .dealer-filter-modal__cta--disabled.button:hover {
    color: #fff;
    border: 2px solid #7d7b7b;
    box-shadow: none
}

.dealer-accordion-filter {
    background-color: rgba(220, 221, 222, .3)
}

.dealer-accordion-filter .dealer-accordion-filter__panel-item,
.dealer-accordion-filter .dealer-accordion-filter__switch,
.dealer-accordion-filter .dealer-accordion-font-styles {
    font-size: 14px;
    line-height: 24px;
    color: #004292;
    letter-spacing: .8px
}

.dealer-accordion-filter__switch {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    margin: 0 16px;
    border-bottom: 1px solid #dcddde;
    cursor: pointer
}

.dealer-accordion-filter__switch--open {
    border: none
}

.dealer-accordion-filter__panel {
    background-color: #fff;
    padding: 0 16px 16px;
    overflow: hidden
}

.dealer-accordion-filter__panel--open {
    -webkit-animation: grow .3s;
    animation: grow .3s
}

.dealer-accordion-filter__panel--closed {
    -webkit-animation: shrink .3s;
    animation: shrink .3s
}

.dealer-accordion-filter__panel-item {
    letter-spacing: .8px;
    width: 100%;
    display: flex;
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
    column-gap: 8px;
    padding: 16px 0;
    border-bottom: 1px solid #dcddde;
    cursor: pointer;
    align-items: center
}

.dealer-accordion-filter__panel-item .icon-wrapper {
    flex-shrink: 0
}

.dealer-accordion-filter__panel-radio {
    display: none
}

.dealer-locator-landing {
    background-color: #f5f5f6;
    margin: 0 0 80px
}

@media (min-width:1680px) {
    .dealer-locator-landing {
        min-width: unset
    }
}

.dealer-locator-landing__heading {
    padding-top: 32px;
    position: relative;
    box-shadow: 0 4px 20px -10px rgba(0, 0, 0, .2)
}

@media (min-width:992px) {
    .dealer-locator-landing__heading {
        box-shadow: none
    }
}

.dealer-locator-landing__heading-text {
    padding: 16px 16px 0
}

@media (min-width:768px) {
    .dealer-locator-landing__heading-text {
        padding: 16px 26.19% 0
    }
}

.dealer-locator-landing__title {
    color: #004292;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.8px;
    margin: 0
}

@media (min-width:768px) {
    .dealer-locator-landing__title {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 2px
    }
}

.dealer-locator-landing__description {
    color: #004292;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    margin: 16px 0 0
}

@media (min-width:768px) {
    .dealer-locator-landing__description {
        font-size: 16px;
        margin: 24px 0 0
    }
}

.dealer-locator-landing__tab {
    padding: 0;
    background-color: unset;
    border: none;
    outline: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: normal;
    color: #003e85;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    grid-column-gap: 4px;
    -webkit-column-gap: 4px;
    column-gap: 4px
}

.dealer-locator-landing__tab-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 52px;
    margin-top: 24px
}

@media (min-width:992px) {
    .dealer-locator-landing__tab-wrapper {
        display: none
    }
}

.dealer-locator-landing__tab-icon {
    flex-shrink: 0
}

.dealer-locator-landing__results-and-map-wrapper {
    display: flex;
    flex-direction: column;
    position: relative
}

@media (min-width:992px) {
    .dealer-locator-landing__results-and-map-wrapper {
        flex-direction: row
    }
}

.externalComponent {
    max-width: 1680px;
    margin: 16px auto
}

.externalComponent iframe {
    width: 100%;
    border: 0
}

.find-equipment-wrapper {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1680px
}

.find-equipment {
    position: relative
}

@media (max-width:991.5px) {
    .find-equipment {
        padding: 32px 0 40px
    }
}

@media (min-width:992px) {
    .find-equipment {
        padding: 88px 0 176px
    }
}

.find-equipment__text-box-title {
    display: inline-block;
    font-weight: 700
}

@media (max-width:767.5px) {
    .find-equipment__text-box-title {
        font-size: 30px;
        letter-spacing: 1.8px;
        line-height: 36px
    }
}

@media (max-width:991.5px) {
    .find-equipment__text-box-title {
        margin: 0
    }
}

@media (min-width:768px) {
    .find-equipment__text-box-title {
        font-size: 40px;
        letter-spacing: 2px;
        line-height: 44px
    }
}

@media (min-width:992px) {
    .find-equipment__text-box-title {
        margin: 0 0 40px
    }
}

.find-equipment__text-box {
    box-sizing: border-box !important;
    background-color: #004292;
    color: #fff;
    z-index: 91
}

@media (max-width:991.5px) {
    .find-equipment__text-box {
        left: 0;
        padding: 40px 24px 88px 16px;
        position: relative;
        width: 68vw;
        z-index: 1
    }
}

@media (min-width:992px) {
    .find-equipment__text-box {
        padding: 80px 4vw 84px 10vw;
        position: relative;
        width: 45vw;
        max-width: 756px
    }
}

@media (min-width:1680px) {
    .find-equipment__text-box {
        padding: 80px 64px 84px 168px
    }
}

@media (max-width:991.5px) {
    .find-equipment__subtitle-wrapper {
        display: none
    }
}

@media (min-width:992px) {
    .find-equipment__subtitle-wrapper {
        max-height: 96px;
        overflow: hidden
    }
}

.find-equipment__subtitle,
.find-equipment__subtitle * {
    font-size: 16px;
    letter-spacing: .8px;
    line-height: 24px;
    margin: 0
}

.find-equipment__grid {
    max-height: 301px;
    position: absolute
}

@media (max-width:991.5px) {
    .find-equipment__grid {
        height: 52vw;
        right: 11.5vw;
        top: 75px
    }
}

@media (min-width:992px) {
    .find-equipment__grid {
        bottom: 32px;
        height: 18vw;
        left: 31.5vw
    }
}

@media (min-width:1680px) {
    .find-equipment__grid {
        left: 530px
    }
}

.find-equipment__buttons {
    display: inline-block;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0
}

@media (max-width:991.5px) {
    .find-equipment__buttons {
        position: relative;
        width: calc(100% - 32px);
        z-index: 5;
        top: -44px;
        margin: 0 16px
    }
}

@media (min-width:992px) {
    .find-equipment__buttons {
        height: 104px;
        position: absolute;
        right: 0;
        top: 217px
    }
}

.find-equipment-item {
    height: 104px
}

@media (max-width:991.5px) {
    .find-equipment-item {
        align-items: center;
        box-shadow: 0 20px 50px -30px #86bced;
        display: flex;
        margin-bottom: 16px;
        background-color: #fff
    }
}

@media (min-width:992px) {
    .find-equipment-item {
        display: inline-block;
        text-align: center;
        vertical-align: top
    }

    .find-equipment-item--2 {
        width: 24vw;
        max-width: 400px
    }

    .find-equipment-item--3 {
        width: 16vw;
        max-width: 270px
    }
}

.find-equipment-item__text {
    box-sizing: border-box
}

@media (max-width:991.5px) {
    .find-equipment-item__text {
        padding: 24px 0 24px 24px
    }
}

@media (min-width:992px) and (max-width:1399.5px) {
    .find-equipment-item__text {
        padding: 0 16px
    }
}

@media (min-width:1400px) {
    .find-equipment-item__text {
        padding: 0 32px
    }
}

.find-equipment-item__text a,
.find-equipment-item__text p {
    overflow: hidden
}

.find-equipment-item a {
    height: 100%
}

.find-equipment-item a,
.find-equipment-item p {
    color: #003e85;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 24px;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
}

.find-equipment-item a:hover,
.find-equipment-item p:hover {
    color: #004292;
    text-decoration: none
}

.find-equipment-item a:active,
.find-equipment-item a:focus,
.find-equipment-item a:visited,
.find-equipment-item p:active,
.find-equipment-item p:focus,
.find-equipment-item p:visited {
    color: #003e85;
    text-decoration: none
}

@media (max-width:991.5px) {
    .find-equipment-item__content {
        align-items: center;
        display: flex;
        height: 100%
    }
}

@media (min-width:992px) {
    .find-equipment-item__content {
        box-sizing: border-box;
        margin-top: 4px;
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

@media (min-width:992px) and (max-width:1199.5px) {
    .find-equipment-item__content--2 {
        padding: 0 16px
    }
}

@media (min-width:1200px) {
    .find-equipment-item__content--2 {
        padding: 0 32px
    }
}

@media (min-width:1400px) {
    .find-equipment-item__content--2 {
        padding: 0 64px
    }
}

@media (min-width:1400px) {
    .find-equipment-item__content--3 {
        padding: 0 16px
    }
}

.find-equipment-item__img {
    width: auto
}

@media (max-width:991.5px) {
    .find-equipment-item__img {
        margin: 16px;
        max-height: 32px
    }
}

@media (min-width:992px) {
    .find-equipment-item__img {
        margin-bottom: 8px;
        max-height: 39px
    }
}

.footer-cta {
    margin-top: 32px
}

@media (min-width:768px) {
    .footer-cta {
        margin-top: 32px
    }
}

.footer-cta__text {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase
}

.footer-cta .button {
    margin-top: 8px;
    text-align: center;
    line-height: 24px
}

.market-selector {
    opacity: .8
}

.market-selector__text {
    margin: 0 8px
}

.market-selector__link:hover span {
    color: #003e85
}

.market-selector__link:hover .icon-wrapper {
    background-color: #003e85
}

.market-selector a {
    align-items: center;
    display: flex;
    text-decoration: none
}

.market-selector span {
    color: #004292;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px
}

.market-selector__left-icon,
.market-selector__right-icon {
    margin: 0
}

.language-selector {
    box-sizing: border-box;
    height: 32px;
    margin: 16px 0 8px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media (min-width:768px) {
    .language-selector {
        margin: 16px 0 0
    }
}

.language-selector__left-icon,
.language-selector__right-icon {
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    background-color: #004292
}

.language-selector__left-icon {
    left: 10px
}

.language-selector__right-icon {
    right: 10px
}

.language-selector__select {
    background: hsla(0, 0%, 100%, 0);
    border: 1px solid #004292;
    border-radius: 0;
    color: #004292;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    height: 32px;
    outline: none;
    padding: 0 32px;
    -webkit-appearance: none;
    cursor: pointer
}

.language-selector__select:hover {
    border-color: #003e85;
    color: #003e85
}

.language-selector__select:hover~.language-selector__left-icon,
.language-selector__select:hover~.language-selector__right-icon {
    background-color: #003e85
}

.footer-action-section {
    margin-bottom: 32px
}

@media (min-width:992px) {
    .footer-action-section {
        margin-bottom: 0
    }
}

.footer-action-section .dealer-login,
.footer-action-section .dealer-request {
    margin: 24px 0
}

@media (min-width:768px) {

    .footer-action-section .dealer-login,
    .footer-action-section .dealer-request {
        margin-bottom: 0;
        margin-top: 64px
    }
}

.footer-action-section .phone-link {
        display: flex;
    justify-content: center;
    align-items: center;
}

.back-to-top {
    align-items: center;
    cursor: pointer;
    display: inline-flex
}

@media (min-width:768px) {
    .back-to-top {
        justify-content: flex-end;
        display: flex
    }
}

.back-to-top:hover .back-to-top__text {
    color: #003e85
}

.back-to-top:hover .back-to-top__button {
    background: #003e85
}

.back-to-top__text {
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .8px;
    line-height: 20px;
    color: #004292
}

.back-to-top__button {
    align-items: center;
    background: #004292;
    border: 0;
    box-shadow: 0 2px 20px hsla(0, 0%, 49.4%, .25);
    height: 40px;
    justify-content: center;
    margin-left: 16px;
    outline: 0;
    width: 40px;
    min-width: 40px;
    padding: 0;
    display: flex;
    cursor: pointer
}

.footer-accordion {
    margin: 16px 0
}

@media (min-width:768px) {
    .footer-accordion {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .footer-accordion__container .footer-accordion {
        margin-bottom: 48px
    }
}

@media (min-width:768px) {
    .footer-accordion:not(:first-child) {
        margin-top: 32px
    }
}

.footer-accordion a {
    color: #004292;
    text-decoration: none
}

.footer-accordion__list {
    margin: 0 0 24px 32px;
    overflow: hidden;
    padding: 0
}

@media (max-width:767.5px) {
    .footer-accordion__list {
        overflow: auto;
        max-height: 1000px;
        transition: max-height 2s ease-out
    }

    .footer-accordion__list::-webkit-scrollbar {
        display: none
    }
}

@media (max-width:767.5px) {
    .footer-accordion__list--collapsed {
        max-height: 0;
        transition: max-height 1s ease-out
    }
}

@media (min-width:768px) {
    .footer-accordion__list--collapsed {
        display: initial;
        margin: 0
    }
}

.footer-accordion__item {
    list-style-type: none;
    margin: 12px 0
}

.footer-accordion__item:last-child {
    margin-bottom: 0
}

.footer-accordion__item a {
    font-size: 12px;
    line-height: 20px
}

.footer-accordion__item a:hover {
    color: #003e85;
    text-decoration: underline
}

.footer-accordion__button {
    align-items: center;
    background: transparent;
    border: none;
    display: flex;
    font-family: inherit;
    padding: 4px 16px 4px 0;
    text-align: left
}

@media (min-width:768px) {
    .footer-accordion__button {
        margin: 0;
        padding: 0;
        width: auto
    }
}

.footer-accordion__icon {
    margin-right: 16px
}

@media (min-width:768px) {
    .footer-accordion__icon {
        display: none
    }
}

.footer-accordion__header {
    color: #004292;
    font-weight: 700;
    margin: 0;
    font-size: 14px
}

.footer-accordion__header a {
    cursor: auto
}

.footer-accordion__header--link a:hover {
    cursor: pointer;
    color: #003e85;
    text-decoration: underline
}

.footer-navigation {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.footer-navigation__item {
    align-items: center;
    display: flex;
    margin: 0 0 8px;
    padding: 0 16px 0 0
}

.footer-navigation__item:first-child {
    padding-left: 0
}

.footer-navigation__item:not(:last-child):after {
    border-right: 1px solid rgba(125, 123, 123, .5);
    content: "";
    display: block;
    height: 20px;
    padding-left: 16px
}

.footer-navigation__link {
    color: #004292;
    font-size: 12px;
    text-decoration: none;
    line-height: 20px;
    letter-spacing: normal
}

.footer-navigation__link:hover {
    color: #003e85;
    text-decoration: underline
}

.footer-navigation__cookieBtn {
    border: none !important;
    background: transparent !important;
    color: #004292 !important;
    padding: 0 !important;
    font-size: 12px !important;
    font-family: inherit;
    letter-spacing: normal;
    line-height: 20px !important
}

.footer-navigation__cookieBtn:hover {
    color: #003e85 !important;
    text-decoration: underline
}

.social-media-section {
    margin: 0 auto;
    max-width: 1680px;
    background: #fff;
    display: flex;
    justify-content: center
}

.social-media-section__social-icons {
    justify-content: center;
    display: flex;
    padding: 16px 8px;
    position: relative
}

.social-media-section__social-icons:after {
    background: #ffd300;
    content: "";
    display: block;
    height: 6px;
    left: 10px;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0
}

.social-media-section__social-icons .scLooseFrameZone {
    overflow-x: hidden
}

.social-media-section__social-icon-link {
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #fff;
    margin: 0 24px
}

@media (max-width:767.5px) {
    .social-media-section__social-icon-link {
        margin: 0 20px
    }
}

.social-media-section__social-icon-link:hover .icon-wrapper {
    background-color: #003e85
}

.footer-wrapper {
    background-color: rgba(220, 221, 222, .3)
}

.news-detail-footer-gap {
    margin-bottom: 40px
}

@media (min-width:768px) {
    .news-detail-footer-gap {
        margin-bottom: 80px
    }
}

.footer {
    margin: 0 auto;
    max-width: 1680px;
    overflow-x: hidden;
    padding: 32px 16px 43px;
    position: relative
}

@media (min-width:768px) {
    .footer {
        padding: 40px 32px 32px
    }
}

.footer__columns {
    margin-bottom: 40px
}

@media (min-width:992px) {
    .footer__columns {
        grid-column-gap: 16px;
        -webkit-column-gap: 16px;
        column-gap: 16px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        margin-bottom: 0
    }
}


@media (max-width:991px) {
    .footer__columns {
        grid-column-gap: 16px;
        -webkit-column-gap: 16px;
        column-gap: 16px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .footer__last-column {
        padding-right: 32px
    }
}

.footer__bottom {
    margin: 49px 0 0
}

@media (max-width:767.5px) {
    .footer__bottom .footer__logo {
        height: 33px;
        width: 110px
    }
}

@media (min-width:768px) {
    .footer__bottom .footer__logo {
        margin-top: 0;
        margin-right: 24px
    }
}

.footer__bottom .footer__copyright-text {
    margin: 0;
    width: 100%
}

@media (min-width:768px) {
    .footer__bottom .footer__copyright-text {
        width: auto
    }
}

@media (min-width:768px) {
    .footer__bottom .footer__text {
        order: 1
    }
}

@media (min-width:768px) {
    .footer__bottom {
        align-items: center;
        display: flex
    }
}

.footer__back-to-top-wrapper {
    margin-top: 40px;
    margin-bottom: 60px
}

.footer__copyright-text {
    color: #004292;
    font-size: 12px;
    line-height: 20px;
    margin-top: 16px
}

.footer__background img {
    height: auto;
    position: absolute;
    right: 0;
    z-index: -1;
    float: right
}

@media (max-width:767.5px) {
    .footer__background img {
        bottom: 0;
        width: 211px
    }
}

@media (min-width:768px) {
    .footer__background img {
        bottom: 0;
        width: auto
    }
}

.fullscreen-media {
    background: #fff;
    margin: 0 auto;
    max-width: 1680px
}

.fullscreen-media+* {
    padding-top: 64px
}

@media (min-width:768px) {
    .fullscreen-media+* {
        padding-top: 24px
    }
}

@media (min-width:1680px) {
    .fullscreen-media+* {
        padding-top: 144px
    }
}

.fullscreen-media__carousel {
    position: relative
}

.fullscreen-media__carousel .carousel .slider {
    height: 651px
}

@media (min-width:768px) {
    .fullscreen-media__carousel .carousel .slider {
        height: 768px
    }
}

.fullscreen-media .slide .slide-footer {
    min-height: 114px;
    position: absolute;
    z-index: 0;
    bottom: 0;
    width: 100%;
    padding-top: 40px;
    background-image: linear-gradient(0deg, rgba(10, 26, 50, .7), rgba(10, 26, 50, .5) 20%, rgba(10, 26, 50, 0))
}

@media (min-width:1200px) {
    .fullscreen-media .slide .slide-footer {
        min-height: 130px
    }
}

.fullscreen-media .slide .slide-footer .slide-description {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-bottom: 50px;
    padding: 0 5px;
    max-width: 50%;
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

@media (min-width:768px) {
    .fullscreen-media .slide .slide-footer .slide-description {
        padding: 0 16px
    }
}

@media (min-width:1200px) {
    .fullscreen-media .slide .slide-footer .slide-description {
        padding: 0 0 0 168px;
        margin-bottom: 66px
    }
}

@media (max-width:767.5px) {
    .fullscreen-media .slide .slide-footer .slide-description {
        padding: 0 0 0 16px
    }
}

.fullscreen-media .slide__inner {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden
}

.fullscreen-media .slide__inner[data-text-color=White] .slide__text {
    color: #fff
}

.fullscreen-media .slide__image,
.fullscreen-media .slide__video,
.fullscreen-media .slide img {
    pointer-events: all !important;
    left: 50%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    z-index: 0
}

.fullscreen-media .slide__content {
    padding: 16px;
    text-align: center;
    position: relative
}

@media (min-width:992px) {
    .fullscreen-media .slide__content {
        box-sizing: initial;
        padding: 107.2px 168px 0;
        margin: auto;
        max-width: 883px;
        width: 100%
    }
}

.fullscreen-media .slide__content pfe-cta {
    --pfe-theme--cta__priority--DiagonalSkewX: 0deg;
    --pfe-cta--BackgroundColor: #003e85;
    --pfe-cta--BoxShadow--hover: none;
    --pfe-cta--BoxShadow: none;
    --pfe-cta--BackgroundImage--hover: none;
    --pfe-cta--BackgroundColor--hover: #003e85;
    --pfe-cta--Color--hover: $black
}

.fullscreen-media .slide__text {
    color: #000
}

.fullscreen-media .slide__text--title {
    font-size: 10px;
    font-weight: 700;
    line-height: 44px;
    margin: 80px 0 16px
}

@media (min-width:1200px) {
    .fullscreen-media .slide__text--title {
        font-size: 56px;
        line-height: 30px;
        margin: 0 0 16px
    }
}

.fullscreen-media .slide__text--content {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 48px
}

@media (min-width:1200px) {
    .fullscreen-media .slide__text--content {
        font-size: 30px;
        line-height: 46px
    }
}

.fullscreen-media .controls {
    display: flex;
    justify-content: center
}

.fullscreen-media .controls .carousel-dots-wrapper {
    bottom: 16px;
    position: absolute
}

@media (min-width:1200px) {
    .fullscreen-media .controls .carousel-dots-wrapper {
        bottom: 32px
    }
}

.fullscreen-media .controls .carousel-dots-wrapper .carousel-dots {
    background-color: #fff;
    opacity: .8
}

.fullscreen-media .controls .carousel-dots-wrapper .carousel-dots--active {
    opacity: 1
}

.fullscreen-media button {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    background-color: #004292;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 24px
}

.fullscreen-media button:hover {
    background-color: #003e85
}

@media (min-width:1200px) {
    .fullscreen-media button {
        font-size: 32px
    }
}

.fullscreen-media button.controls__arrow {
    display: none
}

@media (min-width:1200px) {
    .fullscreen-media button.controls__arrow {
        display: flex
    }
}

.fullscreen-media button.controls__arrow .icon-wrapper {
    display: block
}

.fullscreen-media button.controls__arrow--previous {
    left: 80px
}

.fullscreen-media button.controls__arrow--next {
    right: 80px
}

.fullscreen-media button.controls__arrow--download {
    align-items: center;
    border: 0;
    height: 40px;
    justify-content: center;
    margin-left: 16px;
    outline: 0;
    width: 40px;
    padding: 0;
    cursor: pointer;
    display: flex;
    top: 16px;
    right: 16px
}

@media (min-width:1200px) {
    .fullscreen-media button.controls__arrow--download {
        top: 24px;
        right: 80px
    }
}

body.body--with-pop-up {
    overflow: hidden
}

.generic-popup {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.generic-popup__button {
    cursor: pointer
}

.generic-popup__button .p-blue .icon-wrapper {
    background-color: #fff
}

.generic-popup__button .p-yellow .icon-wrapper {
    background-color: #000
}

.generic-popup__button .p-ghost .icon-wrapper {
    background-color: #004292
}

.generic-popup__button:hover .p-ghost .icon-wrapper {
    background-color: #003e85
}

.generic-popup__button .s-white .icon-wrapper {
    background-color: #fff
}

.editor_popup {
    top: 0;
    left: 0;
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
    height: calc(100% - 225px);
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.editor_popup--visible {
    top: 225px;
    -webkit-transform: translate(0);
    transform: translate(0);
    visibility: visible;
    opacity: 1
}

.editor_popup__close-icon {
    background-color: #fff
}

.generic-modal-dialog {
    padding: 0
}

@media (max-width:767.5px) {
    .generic-modal-dialog {
        background-color: #fff
    }
}

.generic-modal-dialog.my-modal-dialog__overlay {
    padding: 0
}

@media (max-width:767.5px) {
    .generic-modal-dialog.my-modal-dialog__overlay {
        background-color: #fff
    }
}

.generic-modal-dialog.my-modal-dialog__overlay.ReactModal__Overlay {
    opacity: 0;
    transition: all .5s ease-in-out
}

.generic-modal-dialog.my-modal-dialog__overlay.ReactModal__Overlay--after-open {
    opacity: 1
}

.generic-modal-dialog.my-modal-dialog {
    padding: 0;
    text-align: initial;
    overflow: hidden
}

.generic-modal-dialog.my-modal-dialog__overlay--ee-active {
    height: 100%;
    height: calc(100% - var(--ee-toolbar-offset, 0px));
    top: 0;
    top: var(--ee-toolbar-offset, 0)
}

@media (max-width:767.5px) {
    .generic-modal-dialog.my-modal-dialog {
        min-height: 100%;
        display: flex;
        flex-direction: column
    }

    .generic-modal-dialog.my-modal-dialog:empty {
        margin: 0
    }

    .generic-modal-dialog.my-modal-dialog>:only-child {
        margin-top: auto;
        margin-bottom: auto
    }
}

.generic-modal-dialog.my-modal-dialog:empty {
    height: calc(100% - 144px)
}

.generic-modal-dialog .my-modal-dialog__close-button--ee-active {
    position: absolute;
    top: 0;
    left: auto;
    bottom: auto;
    right: 0
}

.generic-modal-dialog .hero-carousel {
    margin-top: 0
}

.generic-modal-dialog .hero-carousel .content-overlay {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.generic-modal-dialog .hero-banner-cl__wrapper {
    z-index: 2
}

.generic-modal-dialog .hero-banner-cl__content {
    margin-left: 0;
    margin-top: 0
}

.generic-modal-dialog .hero-banner-cl__content:before {
    display: none
}

.generic-modal-dialog .text-module {
    min-width: 0
}

.generic-modal-dialog .text-module:before {
    display: none
}

.search-suggestions {
    display: block
}

.search-suggestions--search-page-input {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 4px 20px -10px rgba(0, 0, 0, .2);
    max-height: 40vh;
    overflow: auto
}

.search-suggestions--search-page-input .search-suggestions__item__link:hover {
    color: #fff;
    background-color: #003e85
}

.navigation__menu-item__tray .search-suggestions__item__link:hover {
    color: #000;
    text-decoration: none
}

.search-suggestions__item {
    display: block;
    margin-bottom: 0
}

.search-suggestions__item:not(:last-child) .search-suggestions__item__link:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    right: 16px;
    left: 16px;
    border-bottom: 1px solid #dcddde
}

.search-suggestions__item:not(:last-child) .search-suggestions__item__link:hover:after {
    border-bottom-color: #003e85
}

.search-suggestions__item__link {
    color: #000;
    display: block;
    padding: 16px;
    margin-bottom: 0;
    position: relative
}

.search-suggestions__item__link:hover {
    color: #000;
    background-color: #dcddde;
    text-decoration: none
}

.desktop-login-tab {
    margin-right: 24px
}

.desktop-login-tab .navigation__menu-item__tray {
    box-sizing: border-box;
    width: 336px;
    right: 0;
    left: auto;
    padding: 32px 32px 32px 20px;
    background-color: #f8f9f9
}

.desktop-login-tab .navigation__menu-item__tray a,
.desktop-login-tab .navigation__menu-item__tray a:hover,
.desktop-login-tab .navigation__menu-item__tray a:visited {
    text-decoration: none
}

.desktop-login-tab .user {
    padding: 0 0 8px;
    border-bottom: 1px solid #dcddde
}

.desktop-login-tab .user-details {
    list-style: none;
    margin-bottom: 16px
}

.desktop-login-tab .user-details__name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: .8px
}

.desktop-login-tab .user-details__company {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px
}

.desktop-login-tab .user-account__link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: normal;
    color: #000;
    font-weight: 700;
    margin-bottom: 16px
}

.desktop-login-tab .user-account__link a {
    text-decoration: none
}

.desktop-login-tab .quick-access--dsk {
    margin: 24px 0 0
}

.desktop-login-tab .other-links--dsk {
    margin: 32px 0 0
}

.desktop-login-tab .other-links--dsk .quick-access-other__link__label {
    font-weight: 400
}

.quick-access-other__title {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #7d7b7b;
    text-transform: uppercase;
    margin-bottom: 16px
}

@media (max-width:767.5px) {
    .quick-access-other__title {
        margin-bottom: 20px
    }
}

.quick-access-other__links {
    display: flex;
    flex-direction: column;
    grid-row-gap: 16px;
    row-gap: 16px
}

@media (max-width:767.5px) {
    .quick-access-other__links {
        grid-row-gap: 20px;
        row-gap: 20px
    }
}

.quick-access-other__links .quick-access-other__link {
    text-decoration: none;
    display: flex;
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
    column-gap: 8px
}

@media (max-width:767.5px) {
    .quick-access-other__links .quick-access-other__link {
        text-decoration: initial
    }
}

.quick-access-other__links .quick-access-other__link__label {
    flex-grow: 1;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    font-weight: 700;
    color: #004292
}

.mobile-login-tab {
    margin: 18px 16px 0
}

.mobile-login-tab__toggler {
    display: flex;
    align-items: center
}

.mobile-login-tab .login-link,
.mobile-login-tab .mobile-login-tab__tray .user-account__link,
.mobile-login-tab .user-details__company,
.mobile-login-tab .user-details__name,
.mobile-login-tab__tray .mobile-login-tab .user-account__link {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px
}

.mobile-login-tab .user-details {
    margin-left: 16px;
    flex-grow: 1
}

.mobile-login-tab .user-details__company,
.mobile-login-tab .user-details__name {
    margin-bottom: 0
}

.mobile-login-tab .user-details__name {
    font-weight: 700
}

.mobile-login-tab__tray {
    margin: 32px 24px 0
}

.mobile-login-tab__tray .user-account {
    margin-bottom: 32px
}

.mobile-login-tab__tray .user-account__link {
    font-weight: 700;
    margin-bottom: 20px
}

.mobile-login-tab__tray .user-account__link:last-child {
    margin-bottom: none
}

.mobile-login-tab .other-links--mbl {
    margin-top: 32px
}

@-webkit-keyframes grow {
    0% {
        max-height: 0
    }

    to {
        max-height: 100vh
    }
}

@keyframes grow {
    0% {
        max-height: 0
    }

    to {
        max-height: 100vh
    }
}

@-webkit-keyframes shrink {
    0% {
        max-height: 100vh
    }

    to {
        max-height: 0
    }
}

@keyframes shrink {
    0% {
        max-height: 100vh
    }

    to {
        max-height: 0
    }
}

.navigation {
    display: block;
    width: 100%;
    height: 85px;
    z-index: 100;
    margin-top: 0;
    transition: all .3s ease-out
}

.navigation,
.navigation--EE-active {
    position: relative
}

.navigation--EE-active a:not(.navigation__menu-item__trigger) {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: inherit
}

.navigation--hidden-up {
    height: 0;
    overflow: hidden;
    pointer-events: none
}

.navigation--menu-open:before {
    opacity: 1 !important;
    box-shadow: 0 4px 20px -10px rgba(0, 0, 0, .2)
}

.navigation:before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: opacity .3s ease-out;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 20px -10px rgba(0, 0, 0, .2)
}

.navigation--hide {
    height: 0;
    overflow: hidden;
    transition: height .3s ease-out
}

.navigation--trasparent:before {
    background-color: initial;
    box-shadow: none;
    transition: background-color .3s ease
}

.navigation--trasparent:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    background-color: initial;
    z-index: -1;
    height: 118px;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .5) 49%, hsla(0, 0%, 100%, 0))
}

.navigation:hover:before {
    background-color: #fff;
    box-shadow: 0 4px 20px -10px rgba(0, 0, 0, .2)
}

.navigation:hover:after {
    display: none
}

.navigation__container {
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    height: 100%;
    width: 100%;
    background-color: initial;
    padding: 0;
    position: relative;
    margin: 0 auto;
    max-width: 1680px
}

@media (min-width:1200px) {
    .navigation__container {
        padding: 0 16px
    }
}

.navigation__item-wrapper {
    display: flex;
    align-items: stretch;
    margin-bottom: 0;
    margin-top: 0
}

.navigation__item-wrapper--main .navigation__menu-item__trigger {
    padding: 0 16px
}

@media (min-width:1200px) {
    .navigation__item-wrapper--main .navigation__menu-item__trigger {
        padding: 0 20px
    }
}

.navigation__item-wrapper--right {
    z-index: 3;
    margin-right: auto;
    margin-top: 0
}

.navigation__item-wrapper--right .navigation__menu-item__trigger {
    padding: 0 16px
}

@media (min-width:1200px) {
    .navigation__item-wrapper--right .navigation__menu-item__trigger {
        padding: 0 16px
    }
}

.navigation__logo {
    display: block;
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 44px
}

.navigation__logo>span.navigation__logo__link {
    display: none
}

.navigation__logo__link {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 16px;
    font-size: 12px
}

@media (min-width:1200px) {
    .navigation__logo__link {
        padding: 0 16px
    }
}

.navigation__logo__image {
    display: block;
    width: auto;
    max-height: 50px
}

.navigation__menu-item {
    display: block;
    height: 100%;
    margin-bottom: 0;
    margin-left: 20px;
}

.navigation__menu-item.cotacao-button {
    display: flex !important;
    align-items: center;
}

.navigation__menu-item.cotacao-button .button.p-yellow {
    font-size: 14px;
    letter-spacing: unset;
    padding: 10px 18px;
}

@media (max-width: 678px) {
    .navigation__menu-item.cotacao-button {
        display: none !important;
    }
}

.navigation__menu-item__trigger {
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    background-color: initial;
    color: #004292;
    text-decoration: none
}

@media (min-width:1200px) {
    .navigation__menu-item__trigger {
        min-width: 100px
    }
}

.navigation__menu-item__trigger:focus,
.navigation__menu-item__trigger:hover {
    text-decoration: none
}

.navigation__menu-item__trigger:hover {
    font-weight: 700;
    transition: all .3s ease-in-out
}

.navigation__menu-item__trigger:hover .navigation__menu-item__trigger__text {
    font-weight: 700
}

.navigation__menu-item__trigger:visited {
    color: #004292
}

.navigation__menu-item__trigger__content {
    display: block
}

.navigation__menu-item__trigger__content:before {
    display: none;
    content: attr(title);
    font-weight: 700;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.navigation__menu-item__trigger__content--with-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 24px
}

.navigation__menu-item__trigger__content--with-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #003e85;
    color: #fff;
    border-radius: 50%
}

.navigation__menu-item__trigger__icon {
    margin-bottom: 4px;
    background-color: #004292
}

.navigation__menu-item__trigger__text {
    color: #004292;
    font-size: 14px;
    line-height: 20px
}

.navigation__menu-item__trigger__text:before {
    display: block;
    content: attr(title);
    font-weight: 700;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.navigation__menu-item__trigger__text--with-circle {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700
}

.navigation__menu-item__tray {
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 85px);
    overflow: auto;
    background: #f8f9f9;
    color: #004292;
    z-index: 311
}

.navigation__menu-item__tray--open {
    max-height: calc(100vh - 85px);
    visibility: visible;
    transition: all .3s ease-in-out
}

.navigation__menu-item__tray--open::-webkit-scrollbar {
    display: none
}

.navigation__menu-item__tray--close {
    max-height: 0;
    visibility: hidden;
    transition: all .3s ease-in-out
}

.navigation__menu-item__tray--close::-webkit-scrollbar {
    display: none
}

@media (max-width:767.5px) {
    .navigation__menu-item__tray {
        position: fixed;
        bottom: 0
    }
}

.navigation__menu-item__tray a {
    text-decoration: none
}

.navigation__menu-item__tray a,
.navigation__menu-item__tray a:visited {
    color: #004292
}

.navigation__menu-item__tray a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #003e85;
    text-decoration-color: #003e85;
    text-decoration-thickness: 3px;
    text-underline-position: under;
    transition: all .3s ease-in-out
}

.navigation__menu-item__tray__container--search {
    padding: 48px 0 56px;
    background-color: #f8f9f9
}

.navigation__menu-item__tray__container--search .header-search-popup {
    position: relative;
    max-width: 800px;
    margin: 0 auto
}

.navigation__menu-item__tray__container--search .search__input-row {
    display: grid;
    grid-template-columns: minmax(100px, 669px) 1fr;
    min-height: 50px;
    width: 100%
}

@media (min-width:768px) {
    .navigation__menu-item__tray__container--search .search__input-row {
        grid-column-gap: 16px;
        -webkit-column-gap: 16px;
        column-gap: 16px
    }
}

.navigation__menu-item__tray__container--search .search__input-control {
    background-color: initial;
    border-bottom: 1px solid #000;
    box-shadow: none
}

.navigation__menu-item__tray__container--search .search__input-control-container {
    width: calc(100% - 40px)
}

.navigation__menu-item__tray__container--search .search__input-control-container-label {
    padding: 0 8px 0 0;
    letter-spacing: 0
}

.navigation__menu-item__tray__container--search .search__button {
    padding: 13px 24px;
    font-family: "Lato", sans-serif
}

.overlay-search {
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
}

.navigation__menu-item__tray__container--search .search__button:hover {
    box-shadow: 0 10px 20px 0 rgba(255, 211, 0, .3)
}

.navigation__menu-item__tray__container--search .search__input {
    background-color: initial;
    padding: 0 8px 0 0;
    color: #004292;
    font-family: "Lato", sans-serif;
    letter-spacing: .8px
}

.navigation__menu-item__tray__container--search .search__input--search-icon {
    margin: 12px 8px;
    background-color: #7d7b7b
}

.navigation__menu-item__tray__container--search .search-suggestions--search-page-input {
    position: relative;
    top: 0;
    -webkit-transform: none;
    transform: none
}

.navigation__menu-item__tray__container .search__button:disabled {
    background-color: #7d7b7b;
    color: #fff;
    pointer-events: none;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px
}

.navigation__menu-item__hamburger-tray {
    max-height: unset;
    bottom: 0;
    height: 0;
    overflow: hidden;
    transition: height .5s ease-out
}

.navigation__menu-item--open {
    background: rgba(220, 221, 222, .2)
}

.navigation__menu-item--open .navigation__menu-item__trigger {
    background-color: linear-gradient(0deg, rgba(220, 221, 222, .2), rgba(220, 221, 222, .2)), #fff;
    color: #004292;
    font-weight: 700
}

.navigation__menu-item--open .navigation__menu-item__trigger:visited {
    color: #004292
}

.navigation__menu-item--open .navigation__menu-item__hamburger-tray {
    height: calc(100% - 85px);
    overflow: auto
}

@media (min-width:768px) {
    .navigation__menu-item--open .navigation__menu-item__hamburger-tray {
        height: calc(100vh - 85px)
    }
}

@media (max-width:991.5px) {
    .navigation__menu-item--mobile-menu .navigation__menu-item__trigger {
        background-color: initial
    }
}

@media (min-width:992px) {
    .navigation__menu-item--mobile-menu .navigation__menu-item__tray {
        max-width: 432px;
        left: auto;
        right: 0
    }
}

.navigation__menu-item--mobile-menu .navigation__utility__icon {
    margin-right: 0
}

.navigation__overlay {
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: var("--100-vh", 100vh);
    z-index: -1
}

.navigation a,
.navigation button {
    outline: none
}

.navigation__menu-mobile-wrapper {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: space-between
}

.navigation__menu-mobile-line {
    background: #7d7b7b;
    border: 0;
    height: 1px;
    margin: 0 16px;
    opacity: .5;
    width: calc(100% - 32px)
}

.navigation__accordion-wrapper {
    margin-bottom: 40px
}

.navigation__accordion-item {
    margin: 24px 0 0
}

.navigation__accordion-item__trigger {
    display: flex;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    justify-content: space-between;
    background-color: initial;
    font-size: 16px;
    line-height: 36px;
    padding: 0 16px
}

@media (min-width:992px) {
    .navigation__accordion-item__trigger {
        padding: 0 32px
    }
}

.navigation__accordion-item__trigger:focus,
.navigation__accordion-item__trigger:hover {
    text-decoration: none
}

.navigation__accordion-item__trigger__text {
    color: #004292;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.navigation__accordion-item__trigger__icon {
    display: block;
    font-size: 24px;
    background-color: #003e85
}

@media (min-width:1200px) {
    .navigation__accordion-item .pfe-navigation-item__tray {
        margin-top: 24px
    }
}

.navigation__utility,
.navigation__utility:last-child {
    margin-bottom: 40px
}

.navigation__utility:before {
    content: "";
    height: 1px;
    margin: 0 16px;
    display: block;
    background-color: linear-gradient(0deg, rgba(220, 221, 222, .2), rgba(220, 221, 222, .2)), #fff
}

.navigation__utility__item {
    margin: 24px 16px 0
}

.navigation__utility__link {
    display: inline-flex;
    align-items: center
}

.navigation__utility__link:focus,
.navigation__utility__link:hover,
.navigation__utility__link:visited {
    color: #004292;
    text-decoration: none
}

.navigation__utility__icon {
    font-size: 24px;
    margin-right: 24px;
    background-color: #004292
}

.navigation__utility__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.navigation .pfe-navigation__custom-column {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 40px
}

@media (max-width:1199.5px) {
    .navigation .pfe-navigation__custom-column {
        margin-top: 16px
    }

    .navigation .pfe-navigation__custom-column:first-child {
        margin-top: 24px
    }
}

@media (min-width:1200px) {
    .navigation .pfe-navigation__custom-column {
        box-sizing: border-box;
        padding: 32px 8px;
        width: 272px
    }

    .navigation .pfe-navigation__custom-column:nth-child(5n-4) {
        padding-left: 16px
    }

    .navigation .pfe-navigation__custom-column:nth-child(5n) {
        padding-right: 48px
    }
}

.navigation .pfe-navigation-item__tray--full-width {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    overflow: hidden
}

.navigation .pfe-navigation-item__tray--open {
    -webkit-animation: grow .3s;
    animation: grow .3s
}

@media (max-width:1199.5px) {
    .navigation .pfe-navigation-item__tray--close {
        -webkit-animation: shrink .3s;
        animation: shrink .3s
    }
}

.navigation .navigation-link {
    display: block;
    color: #1e1e1d;
    margin-bottom: 24px
}

@media (min-width:1200px) {
    .navigation .navigation-link {
        margin-bottom: 16px
    }
}

@media (min-width:1200px) {
    .navigation .navigation-link:last-child {
        margin-bottom: 0
    }
}

.navigation .navigation-link--primary {
    color: #004292;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media (min-width:1200px) {
    .navigation .navigation-link--primary:hover {
        color: #003e85;
        text-decoration: underline;
        transition: all .3s ease-in-out
    }
}

@media (max-width:1199px) {
    .navigation .navigation-link--primary .navigation-link {
        display: none
    }
}

@media (min-width:1200px) {
    .navigation .navigation-link--has-secondary:not(:last-child) {
        margin-bottom: 32px
    }
}

.navigation .navigation-link--secondary,
.navigation .navigation-link--secondary-with-bold {
    font-size: 14px
}

.navigation .navigation-link--secondary,
.navigation .navigation-link--secondary-with-bold .navigation-link__non-bold-text {
    font-weight: 400
}

.navigation .navigation-link--secondary-with-bold .navigation-link__divider {
    color: #a71931
}

.navigation .navigation-link__main-anchor,
.navigation .navigation-link__view-all {
    display: block
}

@media (min-width:1200px) {
    .navigation .navigation-link__main-anchor {
        margin-bottom: 24px
    }
}

.navigation .navigation-link__view-all {
    font-weight: 400;
    text-decoration: underline
}

@media (max-width:1199px) {
    .navigation .navigation-link__view-all {
        display: none
    }
}

.navigation .navigation-link--title {
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    margin: 24px 0;
    color: #004292
}

@media (max-width:1199.5px) {
    .navigation .navigation-link--title {
        margin-top: 16px
    }

    .navigation .navigation-link--title:first-child {
        margin-top: 0
    }
}

.navigation .navigation-link__image-wrapper {
    display: none
}

.navigation .navigation-link__text {
    color: #004292;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none
}

@media (min-width:1200px) {
    .navigation .navigation-link--image {
        width: 100%;
        position: relative;
        overflow: hidden
    }

    .navigation .navigation-link--image:not(:last-child) {
        margin-bottom: 32px
    }

    .navigation .navigation-link--image:hover .navigation-link__text {
        text-decoration: none
    }

    .navigation .navigation-link--image:hover .navigation-link__text-wrapper {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .navigation .navigation-link__text {
        display: block;
        font-weight: 700;
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        padding: 0 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .navigation .navigation-link__text-wrapper {
        display: block;
        position: absolute;
        bottom: 0;
        max-height: 72px;
        width: 100%;
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease
    }

    .navigation .navigation-link__underline {
        display: flex;
        margin: 16px 40px 0
    }

    .navigation .navigation-link__underline:after,
    .navigation .navigation-link__underline:before {
        content: "";
        display: block;
        width: 50%
    }

    .navigation .navigation-link__underline:before {
        border-bottom: 8px solid #003e85;
        border-left: 6px solid transparent
    }

    .navigation .navigation-link__underline:after {
        border-top: 8px solid #003e85;
        border-right: 2px solid transparent
    }

    .navigation .navigation-link__image-wrapper {
        height: 150px;
        max-width: 100%;
        position: relative;
        overflow: hidden;
        display: block
    }

    .navigation .navigation-link__image-wrapper:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        height: 72px;
        background: linear-gradient(180deg, rgba(6, 8, 8, 0), rgba(6, 8, 8, .78) 90.1%);
        left: 0;
        right: 0
    }

    .navigation .navigation-link__image {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: none;
        min-width: 100%;
        min-height: 100%
    }
}

@-webkit-keyframes animationBackgroudItem {
    0% {
        width: 0
    }

    to {
        width: 0%
    }
}

@keyframes animationBackgroudItem {
    0% {
        width: 0
    }

    to {
        width: 0%
    }
}

#root {
    overflow: hidden
}

.hero-carousel {
    display: block;
    margin-top: -85px
}

/* .hero-carousel,
.hero-carousel .slide {
    height: 92vh;
    position: relative
} */

.hero-carousel .slide__inner {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden
}

.hero-carousel .slide__image,
.hero-carousel .slide__video {
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: -2;
    height: auto
}

@media (max-width:575.5px) {
    .hero-carousel .slide__image {
        height: 100%;
        min-height: 0
    }
}

.hero-carousel__not-in--homepage {
    height: calc(100vh - 85px);
    margin-top: 0
}

.hero-carousel__not-in--homepage .slide {
    height: calc(100vh - 85px)
}

.hero-carousel .slick-slider .carousel-dots-wrapper {
    align-items: center;
    bottom: 110px;
    position: absolute;
    width: 100%;
    height: 10px;
    justify-content: center;
    display: none
}

@media (max-width:767.5px) {
    .hero-carousel .slick-slider .carousel-dots-wrapper {
        display: flex !important
    }

    .hero-carousel .slick-slider .carousel-dots-wrapper .carousel-dots {
        background-color: #fff;
        opacity: .8
    }

    .hero-carousel .slick-slider .carousel-dots-wrapper .carousel-dots--active {
        opacity: 1
    }
}

.hero-carousel__navigation {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.hero-carousel__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 32px
}

@media (min-width:768px) {
    .hero-carousel__dots {
        display: none
    }
}

.hero-carousel__dots .hero-carousel__item {
    display: none
}

.hero-carousel__dots .slick-active .hero-carousel__dot {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-color: #fff
}

.hero-carousel__items {
    margin: 0;
    display: flex;
    flex-wrap: nowrap
}

.hero-carousel__items .hero-carousel__dot {
    display: none
}

.hero-carousel__items li {
    position: relative;
    width: 100vw;
    height: 80px;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(10, 26, 50, .74902)
}

@media (min-width:768px) {
    .hero-carousel__items li {
        width: auto;
        display: flex;
        flex-grow: 1;
        margin: 0 1.5px
    }

    .hero-carousel__items li:first-child {
        margin-left: 0
    }

    .hero-carousel__items li:last-child {
        margin-right: 0
    }
}

.hero-carousel__items li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 0;
    background-color: #004292;
    transition: width 10s linear
}

.hero-carousel__items li.slick-active {
    display: flex
}

.hero-carousel__items li.slick-active:before {
    -webkit-animation-name: animationBackgroudItem;
    animation-name: animationBackgroudItem;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.hero-carousel__dot {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #e5ded5;
    margin: 0 10px;
    transition: all .5s linear;
    cursor: pointer
}

.hero-carousel__item {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero-carousel__item * {
    color: #fff;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px
}


.hero-carousel__item-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.noscroll {
    overflow-y: hidden;
    margin-right: 0;
    margin-right: var(--body-scrollbar-width--scroll-hidden, 0)
}

.interactive-image-text-wrapper {
    position: relative;
    box-sizing: border-box;
    white-space: normal;
    overflow-wrap: break-word;
    display: flex;
    flex-direction: column
}

.interactive-image-text-wrapper__dot-space {
    height: 0;
    width: 100%
}

@media (min-width:768px) {
    .interactive-image-text-wrapper__dot-space {
        height: 64px
    }
}

.interactive-image-text-wrapper__dot-space img {
    height: 301px;
    width: 301px
}

.interactive-image-text {
    background: #fff;
    z-index: 2;
    box-sizing: border-box;
    padding: 16px
}

@media (min-width:768px) {
    .interactive-image-text {
        padding: 32px 32px 64px;
        flex-grow: 1
    }
}

.interactive-image-text__eyebrow {
    color: #7d7b7b;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    margin: 0 0 8px
}

@media (min-width:768px) {
    .interactive-image-text__eyebrow {
        font-size: 16px
    }
}

.interactive-image-text__title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.8px;
    font-weight: 700;
    color: #004292;
    margin: 8px 0
}

@media (min-width:768px) {
    .interactive-image-text__title {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 2px;
        margin: 8px 0 16px
    }
}

@media (min-width:768px) and (max-width:1199.5px) {
    .interactive-image-text__title {
        white-space: normal;
        word-break: break-word
    }
}

.interactive-image-text__description {
    font-weight: 14px;
    margin-bottom: 24px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292
}

@media (min-width:768px) {
    .interactive-image-text__description {
        margin-bottom: 0;
        font-size: 16px
    }
}

.interactive-image-text__link-wrapper {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 24px;
    row-gap: 24px
}

@media (max-width:767.5px) {
    .interactive-image-text__link-wrapper {
        flex-direction: column;
        justify-content: center
    }
}

.interactive-image-text__link-wrapper:empty {
    display: none
}

.interactive-image-text__pop-up {
    flex-grow: 1;
    margin: auto 0
}

.interactive-image-text__pop-up:empty {
    display: none
}

.interactive-image-text__pop-up .s-blue,
.interactive-image-text__pop-up .s-white {
    padding: 0 0 0 24px
}

.interactive-image-text__right-margin {
    margin-right: 24px
}

.interactive-image {
    background-color: #fff;
    overflow: hidden
}

.interactive-image__container {
    margin: 0 auto;
    max-width: 1680px
}

@media (min-width:992px) {
    .interactive-image__container {
        display: grid;
        grid-template-columns: 34.286% 65.714%
    }

    .interactive-image__container>:first-child {
        grid-row: 1/2;
        grid-column: 2/3
    }

    .interactive-image__container>:nth-child(2) {
        grid-row: 1/2;
        grid-column: 1/2
    }
}

.interactive-image__picture-wrapper {
    position: relative;
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.interactive-image__picture {
    display: block;
    padding-top: 56%;
    position: relative;
    width: 100%;
    object-fit: unset
}

.interactive-image__picture img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width:768px) {
    .interactive-image__picture {
        display: block;
        padding-top: 69.56522%;
        position: relative;
        width: 100%;
        object-fit: unset
    }

    .interactive-image__picture img {
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale(3);
        transform: translate(-50%, -50%) scale(3)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale(3);
        transform: translate(-50%, -50%) scale(3)
    }
}

.interactive-image__hotspot-item {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: grid;
    place-content: center;
    height: 16px;
    width: 16px;
    background: #fff;
    box-shadow: 0 0 10px 2px #ffd300;
    border-radius: 50%
}

.interactive-image__hotspot-item:hover {
    background-color: #ffd300
}

.interactive-image__hotspot-item:after {
    content: "";
    position: absolute;
    background-color: rgba(255, 211, 0, .2);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 16px;
    width: 16px;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: pulse 1.5s ease-in-out infinite;
    animation: pulse 1.5s ease-in-out infinite
}

.my-modal-dialog.hotspot-dialog-box {
    width: 100%
}

@media (min-width:1680px) {
    .my-modal-dialog.hotspot-dialog-box {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.split-slide {
    position: relative
}

.split-slide__controls {
    display: flex;
    justify-content: center
}

.split-slide__controls--icons {
    background-color: #fff
}

.split-slide button {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 24px
}

.split-slide button,
.split-slide button:hover {
    background-color: #003e85
}

@media (min-width:1200px) {
    .split-slide button {
        font-size: 32px
    }
}

.split-slide button.controls__arrow {
    display: none
}

@media (min-width:1200px) {
    .split-slide button.controls__arrow {
        display: flex
    }
}

.split-slide button.controls__arrow .icon-wrapper {
    display: block
}

.split-slide button.controls__arrow--previous {
    left: 80px
}

.split-slide button.controls__arrow--next {
    right: 80px
}

.split-slide button.controls__arrow--download {
    display: flex;
    top: 16px;
    right: 16px
}

@media (min-width:1200px) {
    .split-slide button.controls__arrow--download {
        top: 24px;
        right: 32px
    }
}

.split-slide .carousel-dots-wrapper {
    position: absolute;
    bottom: 16px
}

@media (max-width:767.5px) {
    .split-slide .carousel-dots-wrapper {
        padding-bottom: 16px
    }
}

.split-slide .carousel-dots-wrapper .carousel-dots {
    background-color: #fff;
    opacity: .8
}

.split-slide .carousel-dots-wrapper .carousel-dots--active {
    opacity: 1
}

.hotspot-split-module-wrapper {
    box-sizing: border-box
}

@media (min-width:768px) {
    .hotspot-split-module-wrapper {
        padding: 104px 0 64px
    }
}

.hotspot-split-module {
    margin: 0 auto;
    max-width: 1680px;
    position: relative;
    padding-top: 80px;
    box-sizing: border-box
}

@media (min-width:768px) {
    .hotspot-split-module {
        display: flex;
        flex-direction: row;
        background-color: #fff;
        padding-top: 0;
        min-height: 301px
    }

    .hotspot-split-module--left {
        justify-content: flex-start
    }

    .hotspot-split-module--left .hotspot-split-module__media-container {
        right: 0
    }

    .hotspot-split-module--right {
        justify-content: flex-end
    }

    .hotspot-split-module--right .hotspot-split-module__media-container {
        left: 0
    }

    .hotspot-split-module--right .hotspot-split-module__dot-image {
        left: unset;
        right: 45%
    }

    .hotspot-split-module--right .hotspot-split-module__text-container {
        align-items: flex-end;
        padding-left: 230px;
        padding-right: 32px
    }
}

@media (min-width:1200px) {
    .hotspot-split-module--right .hotspot-split-module__text-container {
        flex-wrap: nowrap;
        align-items: flex-end
    }
}

@media (min-width:768px) and (max-width:991.5px) {
    .hotspot-split-module--right .hotspot-split-module__dot-image {
        right: 42.5%
    }
}

.hotspot-split-module__dot-image {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

@media (min-width:768px) {
    .hotspot-split-module__dot-image {
        z-index: 1;
        width: 301px;
        right: 15%;
        left: 45%;
        top: -24px
    }
}

@media (min-width:768px) and (max-width:991.5px) {
    .hotspot-split-module__dot-image {
        left: 42.5%
    }
}

.hotspot-split-module__media-container {
    display: block;
    position: relative;
    width: 100%
}

.hotspot-split-module__media-container .hotspot-split-module-image,
.hotspot-split-module__media-container .hotspot-split-module__image,
.hotspot-split-module__media-container .hotspot-split-module__media-wrapper,
.hotspot-split-module__media-container .hotspot-split-module__video-wrapper {
    position: relative;
    padding-top: 56.25%
}

.hotspot-split-module__media-container iframe,
.hotspot-split-module__media-container img,
.hotspot-split-module__media-container video {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.hotspot-split-module__media-container img {
    object-fit: cover
}

@media (min-width:768px) {
    .hotspot-split-module__media-container {
        width: 49%;
        position: absolute;
        z-index: 2;
        top: 56px
    }
}

@media (min-width:1200px) {
    .hotspot-split-module__media-container {
        width: 49.4%
    }
}

@media (min-width:1920px) {
    .hotspot-split-module__media-container {
        width: 49.5%
    }
}

.hotspot-split-module__text-container {
    background-color: #004292;
    padding-top: 16px;
    padding-bottom: 40px;
    flex-direction: column
}

@media (min-width:768px) {
    .hotspot-split-module__text-container {
        width: 64%;
        margin: 0;
        flex-wrap: nowrap;
        align-items: flex-start;
        box-sizing: border-box;
        padding: 80px 23.7% 32px 32px;
        min-height: 470px
    }
}

@media (min-width:1200px) {
    .hotspot-split-module__text-container {
        width: 56%;
        margin: 0
    }
}

.hotspot-split-module__eyebrow {
    color: #fff;
    letter-spacing: .8px;
    line-height: 24px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 8px
}

@media (min-width:768px) {
    .hotspot-split-module__eyebrow {
        font-size: 16px
    }
}

.hotspot-split-module__title {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.8px;
    margin: 0 0 8px;
    font-weight: 700
}

@media (min-width:768px) {
    .hotspot-split-module__title {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: .5px;
        margin: 0 0 16px
    }
}

.hotspot-split-module__text {
    color: #fff;
    margin-bottom: 8px 0 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px
}

@media (min-width:768px) {
    .hotspot-split-module__text {
        margin: 0
    }
}

.hotspot-split-module__text.rich-text a,
.hotspot-split-module__text.rich-text a:focus,
.hotspot-split-module__text.rich-text a:hover,
.hotspot-split-module__text.rich-text a:visited {
    color: #86bced
}

.hotspot-split-module__text p {
    margin-bottom: 16px
}

.hotspot-split-module__buttons {
    margin-top: 24px
}

@media (min-width:768px) {
    .hotspot-split-module__buttons {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap
    }
}

@media (min-width:1200px) {
    .hotspot-split-module__buttons {
        flex-direction: row;
        align-items: center
    }
}

.hotspot-split-module__buttons--media {
    background-color: initial;
    display: flex
}

@media (min-width:768px) {
    .hotspot-split-module__buttons--media:first-child {
        margin-right: 16px
    }
}

.hotspot-split-module__buttons--media .hotspot-split-module__icon {
    padding: 0;
    border-radius: 10px;
    overflow: hidden
}

.hotspot-split-module__buttons--media .hotspot-split-module__icon:hover {
    box-shadow: none
}

.hotspot-split-module__buttons--media .hotspot-split-module__icon img {
    width: auto;
    height: 50px
}

.hotspot-split-module__primary-link,
.hotspot-split-module__secondary-link {
    margin-top: 24px;
    display: inline-block
}

.hotspot-split-module__primary-link {
    background-color: #fff
}

.hotspot-split-module__primary-link .hotspot-split-module__cta-icon {
    text-align: left;
    color: #004292
}

.hotspot-split-module__primary-link .hotspot-split-module__cta-icon:hover {
    color: #003e85;
    box-shadow: 0 10px 20px rgba(134, 188, 237, .4)
}

.hotspot-split-module__secondary-link .hotspot-split-module__cta-icon {
    padding: 0 24px;
    text-align: left;
    color: #fff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    transition: all .1s ease-in
}

.hotspot-split-module__secondary-link .hotspot-split-module__cta-icon:hover {
    text-decoration: underline;
    text-underline-offset: 6px
}

.hotspot-split-module__cta-icon {
    padding: 16px 24px;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 24px;
    text-transform: uppercase;
    align-items: center;
    display: inline-block
}

.hotspot-split-module__cta-icon:hover .hotspot-split-module__arrow {
    margin-left: 8px;
    transition: all .1s ease-in
}

.hotspot-split-module__arrow {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    background-color: #fff
}

.latest-news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 32px;
    position: relative
}

@media (max-width:991.5px) {
    .latest-news-card {
        margin: 0 21px 40px 22px
    }
}

.latest-news-card__tag {
    position: absolute;
    z-index: 1;
    right: 16px;
    top: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    padding: 4px 10px 3px 11px;
    background-color: #dcddde
}

.latest-news-card__tag--text {
    text-decoration: none;
    color: #000;
    text-transform: uppercase
}

@media (min-width:992px) {
    .latest-news-card .play-icon {
        width: 40px;
        height: 40px
    }
}

@media (min-width:992px) {
    .latest-news-card img {
        object-fit: cover
    }
}

@media (max-width:991.5px) {
    .latest-news-card__media-wrapper {
        margin: 0
    }
}

.latest-news-card__media-wrapper--thumbnail {
    display: block;
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.latest-news-card__media-wrapper--thumbnail img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.latest-news-card__media-wrapper--thumbnail .play-icon-defaults {
    height: 40px;
    width: 40px
}

.latest-news-card__media-wrapper--video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.latest-news-card__image {
    display: block;
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.latest-news-card__image img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.latest-news-card__content--wrapper {
    padding: 16px 8px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

@media (min-width:992px) {
    .latest-news-card__content--wrapper {
        padding: 16px 8px 32px
    }
}

.latest-news-card__content--date {
    font-size: 14px;
    letter-spacing: .8px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 700
}

.latest-news-card__content--title {
    font-size: 14px;
    color: #fff;
    margin-bottom: 12px;
    margin-top: 0;
    font-weight: 700
}

@media (min-width:992px) {
    .latest-news-card__content--title {
        font-size: 16px;
        letter-spacing: .8px;
        line-height: 24px
    }
}

.latest-news-card__content--description {
    font-size: 14px;
    letter-spacing: .8px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 32px
}

.latest-news-card__border {
    border-bottom: 2px solid #fff;
    margin: 0 8px
}

.latest-news {
    padding: 48px 16px 0;
    background-color: #004292
}

@media (min-width:1680px) {
    .latest-news {
        max-width: 1680px;
        min-width: 1680px;
        margin: 0 auto;
        position: relative
    }

    .latest-news:before {
        content: "";
        z-index: -1;
        position: absolute;
        left: calc(-50vw - -840px);
        width: 100vw;
        background: inherit;
        height: 100%;
        top: 0
    }
}

@media (min-width:992px) {
    .latest-news {
        padding: 80px 32px 64px
    }
}

@media (min-width:1680px) {
    .latest-news {
        min-width: 0;
        padding-right: 0;
        padding-left: 0
    }
}

.latest-news__heading-wrapper {
    color: #fff
}

@media (min-width:992px) {
    .latest-news__heading-wrapper {
        max-width: 800px
    }
}

@media (min-width:1680px) {
    .latest-news__heading-wrapper {
        padding-left: 32px
    }
}

.latest-news__heading-eyebrow {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .8px;
    text-transform: uppercase
}

@media (min-width:992px) {
    .latest-news__heading-eyebrow {
        font-size: 16px
    }
}

.latest-news__heading-text {
    display: flex;
    align-items: baseline;
    flex-direction: column
}

@media (min-width:992px) {
    .latest-news__heading-text {
        flex-direction: row;
        flex-wrap: wrap
    }
}

.latest-news__heading-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1.8px;
    margin-bottom: 16px
}

@media (min-width:992px) {
    .latest-news__heading-title {
        margin-right: 23.5px;
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 2px;
        margin-bottom: 32px
    }
}

.latest-news__heading-link {
    display: flex;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .8px;
    align-items: center;
    margin-bottom: 24px;
    text-transform: uppercase
}

.latest-news__heading-link:hover {
    text-decoration: underline;
    text-underline-position: under
}

.latest-news__heading-link:hover .icon-wrapper {
    margin-left: 8px
}

@media (min-width:992px) {
    .latest-news__heading-link {
        margin-bottom: 32px
    }
}

@media (max-width:991.5px) {
    .latest-news__heading-link .icon-wrapper {
        margin-left: 8px
    }
}

.latest-news__cards-wrapper {
    display: flex;
    flex-direction: column
}

@media (min-width:992px) {
    .latest-news__cards-wrapper {
        display: grid;
        flex-direction: row;
        grid-column-gap: 16px;
        margin-top: 32px;
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width:1680px) {
    .latest-news__cards-wrapper {
        padding-left: 32px;
        padding-right: 32px
    }
}

.ExperienceEditorComponentPlaceholder__text {
    margin: 0 auto;
    max-width: 1680px;
    text-align: center;
    padding: 16px;
    box-sizing: border-box;
    border: 2px dotted #d0d0d0;
    color: #d0d0d0
}

.ExperienceEditorComponentPlaceholder__image {
    display: flex;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1680px
}

@media (min-width:1200px) {
    [id*=comm100-float-button]>div:first-child {
        right: 32px !important;
        bottom: 100px !important;
        left: unset !important;
        -webkit-transform: unset !important;
        transform: unset !important
    }
}

@media (max-width:1199.5px) {
    [id*=comm100-float-button]>div:first-child {
        left: unset !important;
        bottom: 133px !important;
        right: 0 !important;
        -webkit-transform: rotate(270deg) translateX(100%) !important;
        transform: rotate(270deg) translateX(100%) !important;
        -webkit-transform-origin: 100% 100% !important;
        transform-origin: 100% 100% !important
    }
}

.media-gallery .heading__link {
    display: none
}

.media-gallery .overlay-carousel-popup__heading-wrapper {
    padding: 32px 0 0
}

.navigation-bar-container__dropdown-data {
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.navigation-bar-container__dropdown-icon {
    background-color: #004292
}

.navigation-bar-container__dropdown-list {
    padding: 0 16px
}

.navigation-bar-container__dropdown-list-item {
    padding: 8px 0
}

.editorial-navigation-bar-mobile {
    width: 100%;
    left: 0;
    right: 0;
    z-index: 90;
    background-color: #fff;
    height: 44px;
    color: #004292;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 24px;
    gap: 24px;
    overflow: auto;
    box-shadow: 0 0 30px -10px #86bced
}

.editorial-navigation-bar-mobile__tab {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0
}

.editorial-navigation-bar-mobile__tab>* {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.editorial-navigation-bar-mobile__tab:first-child {
    margin-left: 16px
}

.editorial-navigation-bar-mobile__tab:last-child {
    margin-right: 32px
}

.editorial-navigation-bar-mobile__tab--active,
.editorial-navigation-bar-mobile__tab:hover {
    font-weight: 700;
    text-decoration: none;
    color: #004292
}

.editorial-navigation-bar-mobile__tab--active:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #004292;
    height: 3px;
    bottom: 0
}

.editorial-navigation-bar-mobile__tab--hidden {
    display: none
}

.navigation-box-mobile__button,
.navigation-box-mobile__button:hover {
    color: #000 !important
}

.navigation-bar-container {
    height: 74px;
    box-shadow: 0 0 30px -10px #86bced;
    z-index: 90;
    background-color: #fff;
    color: #004292;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 32px;
    left: 0;
    right: 0;
    position: sticky ;
    top: 0;

}

@media (min-width:1680px) {
    .navigation-bar-container {
        max-width: 1680px;
        min-width: 1680px;
        margin: 0 auto;
        /* position: relative */
    }

    .navigation-bar-container:before {
        content: "";
        z-index: -1;
        position: absolute;
        left: calc(-50vw - -840px);
        width: 100vw;
        background: inherit;
        height: 100%;
        top: 0
    }
}

@media (min-width:1680px) {
    .navigation-bar-container {
        box-shadow: none;
        box-sizing: border-box
    }

    .navigation-bar-container:after,
    .navigation-bar-container:before {
        box-shadow: 0 0 30px -10px #86bced
    }
}

.navigation-bar-container__dropdown {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 24px;
    min-width: 11%
}

@media screen and (max-width:1200px) {
    .navigation-bar-container__dropdown {
        display: none
    }
}

.navigation-bar-container__dropdown-content {
    display: inline-flex;
    flex-direction: row;
    align-items: center
}

.navigation-bar-container__dropdown-data,
.navigation-bar-container__editorial-title {
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.navigation-bar-container__dropdown-data {
    margin-right: 8px
}

@media (max-width:1199.5px) {
    .navigation-bar-container__editorial-title {
        display: none
    }
}

.navigation-bar-container__dropdown-icon {
    cursor: pointer
}

@media screen and (max-width:768px) {
    .navigation-bar-container__dropdown-icon {
        margin: 13px 8px 13px 0
    }
}

.navigation-bar-container__dropdown-icon--is-open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.navigation-bar-container__dropdown-list {
    position: absolute;
    padding: 0;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 0 30px -10px #86bced;
    cursor: pointer;
    width: 100%;
    top: 53px;
    left: 0;
    z-index: 311;
    max-height: 50vh;
    overflow: auto;
    scrollbar-color: #dcddde #7d7b7b;
    scrollbar-width: auto
}

.navigation-bar-container__dropdown-list::-webkit-scrollbar {
    width: 4px
}

.navigation-bar-container__dropdown-list::-webkit-scrollbar-thumb {
    background: #dcddde;
    border: 1px solid #dcddde;
    border-radius: 2px
}

.navigation-bar-container__dropdown-list-item {
    padding: 8px 16px;
    border-bottom: 1px solid #dcddde;
    color: #004292;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 1px;
    margin: 0;
    background-color: #fff
}

.navigation-bar-container__dropdown-list-item:hover {
    background-color: #dcddde
}

.navigation-bar-container__dropdown-list-item:last-child {
    border-bottom: none
}

.navigation-bar-container__dropdown-list-item a,
.navigation-bar-container__dropdown-list-item a:hover {
    text-decoration: none;
    color: #004292;
    margin: 0;
    display: block
}

.navigation-bar-container__tabs {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: 100%;
    padding: 0
}

@media screen and (max-width:1200px) {
    .navigation-bar-container__tabs {
        justify-content: flex-start
    }
}

.navigation-bar-container__tab {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    color: #004292;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 8px;
    padding: 0 8px;
    cursor: pointer
}

.navigation-bar-container__tab>* {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.navigation-bar-container__tab:hover {
    font-weight: 700;
    text-decoration: none
}

.navigation-bar-container__tab:first-child {
    margin-left: 0
}

.navigation-bar-container__tab:last-child {
    margin-right: 0
}

.navigation-bar-container__tab--active {
    color: #004292;
    text-decoration: none;
    font-weight: 700
}

.navigation-bar-container__tab--active:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #004292;
    height: 3px;
    bottom: 0
}

.navigation-bar-container__tab--hidden {
    display: none
}

.navigation-bar-container__price-container {
    display: flex;
    flex-direction: column;
    height: 50px;
    align-items: flex-end;
    justify-content: center;
    margin-left: 24px
}

.navigation-bar-container__price-optional-label {
    font-size: 14px;
    line-height: 24px;
    color: #004292;
    letter-spacing: .8px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.navigation-bar-container__price {
    font-size: 12px;
    line-height: 20px;
    color: #004292;
    font-weight: 700;
    display: flex;
    flex-direction: row
}

.navigation-bar-container__price * {
    margin: 0
}

.navigation-bar-container__price-label {
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.navigation-bar-container__button-container {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 24px
}

.navigation-bar-mobile {
    width: 100%;
    left: 0;
    right: 0;
    z-index: 90;
    background-color: #fff;
    height: 44px;
    flex-direction: row;
    justify-content: flex-start;
    grid-gap: 24px;
    gap: 24px;
    overflow: auto;
    box-shadow: 0 0 30px -10px #86bced
}

.navigation-bar-mobile,
.navigation-bar-mobile__tab {
    color: #004292;
    display: flex;
    align-items: center;
    position: relative
}

.navigation-bar-mobile__tab {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .8px;
    height: 100%;
    margin: 0
}

.navigation-bar-mobile__tab>* {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.navigation-bar-mobile__tab:first-child {
    margin-left: 16px
}

.navigation-bar-mobile__tab:last-child {
    margin-right: 32px
}

.navigation-bar-mobile__tab--active,
.navigation-bar-mobile__tab:hover {
    font-weight: 700;
    text-decoration: none;
    color: #004292
}

.navigation-bar-mobile__tab--active:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #004292;
    height: 3px;
    bottom: 0
}

.navigation-bar-mobile__tab--hidden {
    display: none
}

.navigation-box-mobile {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 24px 16px
}

.navigation-box-mobile__price-container {
    display: flex;
    flex-direction: column;
    height: 50px;
    align-items: flex-end;
    justify-content: center;
    margin-right: 16px
}

.navigation-box-mobile__price-optional-label {
    font-size: 14px;
    line-height: 24px;
    color: #004292;
    letter-spacing: .8px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.navigation-box-mobile__price {
    font-size: 12px;
    line-height: 20px;
    color: #004292;
    font-weight: 700;
    display: flex;
    flex-direction: row
}

.navigation-box-mobile__price * {
    margin: 0
}

.navigation-box-mobile__price-label {
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.navigation-box-mobile__button-container {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.navigation-box-mobile__button {
    background-color: #f1e52d;
    box-shadow: none;
    border: none;
    outline: none;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1px;
    padding: 0 24px;
    text-transform: uppercase;
    height: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none
}

.navigation-box-mobile__button:hover {
    background-color: #ffd300;
    color: #000;
    text-decoration: none;
    box-shadow: 0 10px 20px 0 rgba(255, 211, 0, .3)
}

.navigation-bar-anchor-component--is-EE {
    min-height: 32px;
    background-color: #7d7b7b
}

.link-with-arrow {
    align-items: center;
    display: flex
}

.link-with-arrow,
span.link-with-arrow a {
    color: #000;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase
}

.link-with-arrow:hover,
span.link-with-arrow a:hover {
    text-decoration: underline
}

.link-with-arrow:hover .icon-wrapper,
span.link-with-arrow a:hover .icon-wrapper {
    margin-left: 8px
}

.link-with-arrow .icon-wrapper,
span.link-with-arrow a .icon-wrapper {
    background-color: #003e85;
    transition: margin-left .1s ease-in
}

.news-card {
    padding: 16px 16px 0;
    box-sizing: border-box;
    margin-bottom: 40px
}

@media (min-width:1200px) {
    .news-card {
        padding: 32px 0 0;
        margin-bottom: 0
    }

    .news-card .news-card__banner-yellow,
    .news-card .news-card__cta,
    .news-card .news-card__media-bg-image,
    .news-card .news-card__subtitle {
        opacity: 0;
        transition: opacity .5s
    }

    .news-card .news-card__image {
        transition: max-width .5s
    }

    .news-card .news-card__banner-yellow {
        width: 92.5px;
        transition: all .5s
    }

    .news-card:hover .news-card__banner-yellow,
    .news-card:hover .news-card__cta,
    .news-card:hover .news-card__media-bg-image,
    .news-card:hover .news-card__subtitle {
        opacity: 1
    }

    .news-card:hover .news-card__image {
        max-width: 500px
    }

    .news-card:hover .news-card__media-container:before {
        width: 0
    }

    .news-card:hover .news-card__banner-yellow {
        width: 185px
    }
}

.news-card--no-underline {
    text-decoration: none
}

.news-card__media-container {
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22.4px 27.2px 16px
}

@media (min-width:1200px) {
    .news-card__media-container {
        padding: 0;
        justify-content: flex-start
    }
}

.news-card__banner-yellow {
    position: absolute;
    background-color: #f1e52d;
    height: 64px;
    bottom: 0;
    left: 51.2px;
    width: 185px;
    z-index: 1
}

@media (min-width:1200px) {
    .news-card__banner-yellow {
        bottom: -16px
    }
}

.news-card__media-bg-image {
    position: absolute;
    top: 0;
    left: 0
}

@media (min-width:768px) {
    .news-card__media-bg-image {
        height: 85%
    }
}

@media (min-width:1200px) {
    .news-card__media-bg-image {
        top: -20%;
        left: -22%
    }
}

.news-card__image {
    max-width: 100%;
    padding-top: 94.80969%;
    position: relative
}

.news-card__image,
.news-card__image img {
    object-fit: cover;
    display: block;
    width: 100%
}

.news-card__image img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}

@media (min-width:768px) {
    .news-card__image {
        display: block;
        padding-top: 56%;
        position: relative;
        width: 100%
    }

    .news-card__image img {
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%
    }
}

@media (min-width:1200px) {
    .news-card__image {
        max-width: 80%
    }
}

.news-card__content {
    padding-top: 24px
}

@media (min-width:1200px) {
    .news-card__content {
        margin-left: 64px
    }
}

.news-card__title {
    color: #004292;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 8px
}

.news-card__subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 24px;
    color: #004292
}

.news-card__cta {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px;
    font-weight: 700;
    color: #003e85;
    text-decoration: none;
    display: flex;
    align-items: center
}

.news-card__cta .icon-wrapper {
    background-color: #003e85
}

.news {
    margin: 0 auto;
    max-width: 1680px;
    background: #fff;
    padding-top: 32px;
    width: 100%
}

@media (min-width:768px) {
    .news:hover .custom-arrow__button {
        display: flex
    }

    .news:hover:after {
        width: 465px
    }
}

@media (max-width:1199.5px) {
    .news {
        padding-bottom: 48px
    }
}

@media (min-width:1200px) {
    .news {
        margin-bottom: 40px
    }
}

.news__top {
    padding: 0 0 20px
}

@media (min-width:1200px) {
    .news__top {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 0 0 0 32px
    }
}

.news__text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    box-sizing: border-box
}

@media (min-width:1200px) {
    .news__text {
        width: 50%;
        align-items: center;
        flex-direction: unset;
        margin-bottom: 56px
    }

    .news__text .link-with-arrow {
        margin-top: 32px
    }
}

@media (max-width:1199.5px) {
    .news__text {
        padding-left: 20px
    }
}

.news__text .link-with-arrow,
.news__text .link-with-arrow a {
    line-height: 24px;
    font-size: 16px;
    color: #003e85
}

.news__title {
    color: #004292;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.8px;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 32px
}

.news__title.var1 {
    text-transform: uppercase;
    font-family: 'Source Sans Pro Black', sans-serif;
    border-left: 10px solid #f1e52d;
    letter-spacing: 1px;
    padding-left: 20px;
}

@media (min-width:1200px) {
    .news__title {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 2px;
        margin-right: 24px
    }
}

.news__subtitle {
    flex-basis: 100%;
    margin: 0 0 16px
}

@media (min-width:1200px) {
    .news__subtitle {
        font-size: 20px
    }
}

.news__social {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    order: 1
}

@media (max-width:1199.5px) {
    .news__social {
        justify-content: flex-end;
        flex-direction: column;
        align-items: center
    }
}

.news__social-text {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    width: 50%;
    color: #004292
}

@media (max-width:1199.5px) {
    .news__social-text {
        text-align: center;
        padding-bottom: 16px
    }
}

.news__social-icons {
    display: flex;
    margin-bottom: 8px;
    padding-bottom: 16px;
    position: relative
}

@media (min-width:1200px) {
    .news__social-icons {
        padding-bottom: 24px;
        margin-left: 24px
    }
}

.news__social-icons:after {
    background: #ffd300;
    content: "";
    display: block;
    height: 7px;
    bottom: 0;
    position: absolute;
    right: -35px
}

@media (min-width:1200px) {
    .news__social-icons:after {
        left: 0;
        width: 100vw
    }
}

@media (max-width:1199.5px) {
    .news__social-icons:after {
        width: 100%;
        right: 0;
        left: 0
    }
}

.news__social-icons .icon-wrapper {
    margin: 0 16px;
    background-color: #004292
}

.news__social-icon-link {
    align-items: center;
    display: flex;
    justify-content: center
}

.news__social-icon-link:hover .icon-wrapper {
    background-color: #003e85
}

@media (min-width:1200px) {
    .news__social-icon-link:last-child {
        margin-right: 64px
    }
}

.news .custom-arrow {
    width: 9%;
    display: none
}

.news .custom-arrow__button {
    display: none
}

.news__card-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 68px 32px 0
}

.news__container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 86.4px;
    grid-column-gap: 32px
}

.news .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: unset;
    bottom: unset
}

.news .slick-dots>li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #004292;
    opacity: .75;
    transition: all .3s;
    margin: 0 8px
}

.news .slick-dots>li>button:before {
    content: unset
}

.news .slick-dots>li.slick-active {
    width: 10px;
    height: 10px;
    opacity: 1
}

.news-detail {
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0
}

@media (max-width:991.5px) {
    .news-detail {
        padding: 48px 16px 40px
    }
}

.news-detail__eyebrow {
    font-size: 14px;
    line-height: 24px;
    color: #7d7b7b;
    letter-spacing: .8px;
    margin-bottom: 8px;
    text-transform: uppercase
}

@media (min-width:768px) {
    .news-detail__eyebrow {
        font-size: 16px
    }
}

.news-detail__title {
    font-size: 30px;
    line-height: 36px;
    color: #004292;
    letter-spacing: 1.8px;
    margin: 0 0 16px;
    font-weight: 700
}

@media (min-width:768px) {
    .news-detail__title {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 2px;
        margin: 0 0 24px
    }
}

.news-detail__date,
.news-detail__description {
    font-size: 14px;
    line-height: 24px;
    color: #004292;
    letter-spacing: .8px
}

@media (min-width:768px) {

    .news-detail__date,
    .news-detail__description {
        font-size: 16px
    }
}

.news-detail__description {
    margin-top: 32px
}

.news-detail__description ul {
    list-style: initial
}

.news-detail__description ul li {
    margin-left: 16px
}

.news-detail__description ul li::marker {
    color: #003e85;
    font-size: 16px
}

.news-detail__social-media-bar {
    margin: 48px 0 0
}

.news-detail__social-media-bar .social-media__social {
    padding: 0
}

.news-detail__social-media-bar .social-media__social-icon-link:last-of-type {
    margin-right: 0
}

.news-detail__categories-wrapper {
    margin-top: 40px
}

.news-detail__categories-title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292;
    margin-right: 4px
}

.news-detail__categories-title:after {
    content: ":"
}

@media (max-width:767.5px) {
    .news-detail__categories-title {
        font-size: 14px;
        margin-right: 8px
    }
}

.news-detail__categories-tags-wrapper {
    display: inline;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #003e85;
    font-weight: 700
}

.news-detail__categories-tag--name {
    text-decoration: underline
}

.news-detail__categories-tag--link {
    color: inherit;
    text-decoration: none
}

.news-detail__categories-tag--link:not(:last-of-type):after {
    content: ",";
    margin-right: 5px
}

.news-detail__media-wrapper {
    margin-top: 24px;
    position: relative;
    width: 100%
}

.news-detail__media--video {
    height: 192px
}

@media (min-width:768px) {
    .news-detail__media--video {
        height: 450px
    }
}

.news-detail__media--video .play-icon:hover {
    background-color: #003e85;
    box-shadow: 0 10px 20px 0 rgba(0, 62, 133, .2)
}

.news-detail__media--image {
    display: block;
    padding-top: 55.97668%;
    position: relative;
    width: 100%
}

.news-detail__media--image img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width:768px) {
    .news-detail__media--image {
        display: block;
        padding-top: 56.25%;
        position: relative;
        width: 100%
    }

    .news-detail__media--image img {
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.news-detail__media--no-media {
    border-bottom: 1px solid #dcddde;
    width: 100%
}

.news-detail__cta-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    grid-row-gap: 8px;
    row-gap: 8px
}

@media (min-width:768px) {
    .news-detail__cta-wrapper {
        flex-direction: row;
        flex-wrap: wrap
    }
}

.news-detail__cta-primary.button {
    line-height: 24px
}

@media (max-width:767.5px) {
    .news-detail__cta-secondary.button {
        padding: 13px 16px 13px 24px
    }
}

.filter-dropdown {
    position: relative;
    cursor: pointer;
    display: flex;
    grid-column-gap: 16px;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    padding: 0 24px;
    margin: 16px 0;
    border-left: 2px solid #dcddde
}

.filter-dropdown .dropdown-font-styles,
.filter-dropdown .filter-dropdown__option,
.filter-dropdown .filter-dropdown__title {
    font-size: 14px;
    line-height: 24px;
    color: #004292;
    letter-spacing: .8px
}

.filter-dropdown__title {
    pointer-events: none
}

.filter-dropdown:first-child {
    padding-left: 0;
    border-left: none
}

.filter-dropdown__icon {
    pointer-events: none
}

.filter-dropdown__option {
    position: relative;
    padding: 8px 0;
    border-top: 1px solid #dcddde
}

.filter-dropdown__option-wrapper {
    width: 262px;
    max-height: 492px;
    overflow-y: auto;
    position: absolute;
    top: calc(100% + 12px);
    z-index: 7;
    background-color: #fff;
    padding: 0 16px;
    box-shadow: 0 4px 25px 0 rgba(134, 188, 237, .75)
}

.filter-dropdown__option-wrapper::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.filter-dropdown__option-wrapper::-webkit-scrollbar-thumb {
    background: #dcddde;
    border-radius: 3px;
    border-left: 0 solid #eeeeef;
    border-right: 0 solid #eeeeef
}

.filter-dropdown__option-wrapper::-webkit-scrollbar-track {
    background: #eeeeef
}

.filter-dropdown__option-wrapper {
    scrollbar-face-color: #dcddde;
    scrollbar-track-color: #eeeeef
}

.filter-dropdown__option:first-child {
    border-top: none
}

.filter-dropdown__option:hover:before {
    content: "";
    width: calc(100% + 32px);
    position: absolute;
    left: -16px;
    top: 0;
    height: 100%;
    background-color: #dcddde;
    z-index: -1
}

.news-listing-with-filter__reset {
    display: flex;
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
    column-gap: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .8px;
    color: #003e85;
    align-items: center;
    text-transform: uppercase
}

@media (max-width:1199.5px) {
    .news-listing-with-filter__reset {
        margin-top: 10px;
        margin-left: auto
    }
}

.news-listing-with-filter__reset:hover {
    text-decoration: underline;
    text-underline-offset: 6px
}

.news-listing-with-filter--dsk {
    background-color: rgba(220, 221, 222, .3);
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    grid-row-gap: 24px;
    row-gap: 24px
}

@media (min-width:1680px) {
    .news-listing-with-filter--dsk {
        max-width: 1680px;
        min-width: 1680px;
        margin: 0 auto;
        position: relative
    }

    .news-listing-with-filter--dsk:before {
        content: "";
        z-index: -1;
        position: absolute;
        left: calc(-50vw - -840px);
        width: 100vw;
        background: inherit;
        height: 100%;
        top: 0
    }
}

@media (min-width:1680px) {
    .news-listing-with-filter--dsk {
        background-color: initial
    }

    .news-listing-with-filter--dsk:before {
        background-color: rgba(220, 221, 222, .3)
    }
}

.news-listing-with-filter--dsk .news-filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    padding: 0 80px 0 32px
}

.news-listing-with-filter--dsk .news-filter__dropdown-wrapper {
    display: flex
}

.filter-accordion {
    background-color: rgba(220, 221, 222, .3)
}

.filter-accordion .accordion-font-styles,
.filter-accordion .filter-accordion__panel-item,
.filter-accordion .filter-accordion__switch {
    font-size: 14px;
    line-height: 24px;
    color: #004292
}

.filter-accordion__switch {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    margin: 0 16px;
    border-bottom: 1px solid #dcddde;
    cursor: pointer
}

.filter-accordion__switch--open {
    border: none
}

.filter-accordion__panel {
    background-color: #fff;
    padding: 0 16px 16px
}

.filter-accordion__panel-item {
    letter-spacing: .8px;
    width: 100%;
    display: flex;
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
    column-gap: 8px;
    padding: 16px 0;
    border-bottom: 1px solid #dcddde;
    cursor: pointer;
    align-items: center
}

.filter-accordion__panel-radio {
    display: none
}

body.body--with-filter-model {
    overflow: hidden
}

.news-listing-with-filter--mbl .news-filter-modal-switch {
    background-color: rgba(220, 221, 222, .3);
    padding: 16px;
    display: flex;
    align-items: center;
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
    column-gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292;
    justify-content: flex-end
}

.news-listing-with-filter--mbl .news-filter-modal {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column
}

.news-listing-with-filter--mbl .news-filter-modal__header {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    background-color: #004292;
    color: #fff
}

.news-listing-with-filter--mbl .news-filter-modal__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .8px
}

.news-listing-with-filter--mbl .news-filter-modal__body {
    flex-grow: 1;
    overflow: auto
}

.news-listing-with-filter--mbl .news-filter-modal__ctas {
    display: flex;
    grid-column-gap: 16px;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    grid-row-gap: 16px;
    row-gap: 16px;
    flex-wrap: wrap;
    padding: 16px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.news-listing-with-filter--mbl .news-filter-modal__ctas .button {
    flex-grow: 1;
    justify-content: center
}

.news-listing-with-filter--mbl .models-filter__search {
    margin: 24px 16px
}

.pagination {
    padding-top: 32px
}

@media (min-width:1680px) {


    .pagination:before {
        content: "";
        z-index: -1;
        position: absolute;
        left: calc(-50vw - -840px);
        width: 100vw;
        background: inherit;
        height: 100%;
        top: 0
    }
}

@media (max-width:767.5px) {
    .pagination {
        padding: 0
    }
}

.pagination__container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 25%;
    padding-bottom: 64px
}

@media (max-width:767.5px) {
    .pagination__container {
        padding-left: 0
    }
}

.pagination__button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: #fff;
    color: #004292;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: .9px;
    padding: 10px 14px 11px 16px
}

@media (max-width:767.5px) {
    .pagination__button {
        padding: 10px 14px 11px 15px
    }
}

.pagination__button--active {
    color: #fff;
    background-color: #004292
}

.pagination__button--disabled {
    pointer-events: none
}

.pagination__arrow {
    background-color: #fff;
    cursor: pointer;
    border: 0;
    padding: 4px
}

.pagination__arrow--first,
.pagination__arrow--last {
    pointer-events: none;
    color: #dcddde
}

.pagination__arrow--first .pagination__arrow--lefticon,
.pagination__arrow--first .pagination__arrow--righticon,
.pagination__arrow--last .pagination__arrow--lefticon,
.pagination__arrow--last .pagination__arrow--righticon {
    background-color: #dcddde
}

.filter-no-match {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 16px 130px
}

@media (min-width:768px) {
    .filter-no-match {
        padding: 16px 0 48px;
        width: 47.62vw;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto
    }
}

.filter-no-match__icon {
    background-color: #004292
}

.filter-no-match__title {
    font-weight: 700
}

.filter-no-match__description,
.filter-no-match__title {
    color: #004292;
    text-align: center;
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px
}

.filter-no-match__description {
    white-space: pre-wrap
}

.news-listing-card {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column
}

.news-listing-card__video-play-button {
    position: absolute;
    top: 50%;
    z-index: 1;
    padding: 12px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    cursor: pointer;
    background-color: #004292;
    --pfe-theme--color--ui-complement: #fff
}

.news-listing-card__video-play-button:hover {
    background: #003e85
}

@media (max-width:767.5px) {
    .news-listing-card__video-play-button {
        padding: 8px
    }
}

.news-listing-card__video-play-button .icon-wrapper {
    background-color: #fff
}

.news-listing-card__border {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    border-bottom: 2px solid rgba(220, 221, 222, .3);
    margin: 0 8px
}

.news-listing-card__button {
    margin: 32px 0
}

.news-listing-card__button-wrapper {
    margin-top: auto
}

.news-listing-card__text {
    font-size: 14px;
    color: #004292;
    line-height: 24px
}

.news-listing-card__text--title {
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px
}

.news-listing-card__text--content {
    margin-top: 12px
}

.news-listing-card__date {
    margin-top: 16px;
    color: #7d7b7b;
    font-weight: 700
}

.news-listing-card__badge {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    padding: 4px 10.66667px;
    background-color: #dcddde;
    text-transform: uppercase
}

.news-listing-card__badge * {
    margin: 0
}

@media (min-width:992px) {
    .news-listing-card img {
        object-fit: cover
    }
}

@media (max-width:767.5px) {
    .news-listing-card__media-wrapper {
        margin: 0
    }
}

.news-listing-card__media-wrapper--thumbnail {
    display: block;
    padding-top: 56%;
    position: relative;
    width: 100%
}

.news-listing-card__media-wrapper--thumbnail img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width:768px) {
    .news-listing-card__media-wrapper--thumbnail {
        display: block;
        padding-top: 30.70652%;
        position: relative;
        width: 100%
    }

    .news-listing-card__media-wrapper--thumbnail img {
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.news-listing-card__media-wrapper--video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.news-listing-card__media-wrapper--play-icon {
    width: 40px;
    height: 40px;
    z-index: 2
}

.news-listing-card__image {
    display: block;
    padding-top: 56%;
    position: relative;
    width: 100%
}

.news-listing-card__image img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width:768px) {
    .news-listing-card__image {
        display: block;
        padding-top: 30.70652%;
        position: relative;
        width: 100%
    }

    .news-listing-card__image img {
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.news-listing-card .btn-primary-yellow {
    padding: 13px 24px
}

.news-listing__card-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 40px;
    row-gap: 40px;
    margin: 32px 38px 40px
}

@media (min-width:768px) {
    .news-listing__card-list {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 80px;
        -webkit-column-gap: 80px;
        column-gap: 80px;
        grid-row-gap: 64px;
        row-gap: 64px;
        margin: 32px 64px 64px
    }
}

@media (min-width:1680px) {
    .news-listing__card-container {
        max-width: 1680px;
        margin: 0 auto
    }
}

.news-listing .pagination {
    padding-top: 0
}

.news-listing .pagination__container {
    padding-left: 0
}

.offerings {
    overflow: visible;
    min-height: 100vh;
    min-height: var("--100-vh", 100vh);
    position: relative

}


@media (max-width:1199.5px) {
    .offerings {
        margin-top: 32px
    }
}

@media (min-width:1200px) {
    .offerings {
        margin-top: 80px
    }
}

.offerings ul {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0
}

.offerings li {
    display: block
}

.offerings,
.offerings * {
    box-sizing: border-box
}

@media (min-width:1200px) {
    .offerings--fully-in-view .offerings__sticky-wrapper {
        position: fixed;
        top: 0;
        top: var(--navigation-offset, 0);
        bottom: 0;
        left: 0;
        right: 0;
        transition: top .4s ease;
        height: calc(100vh - var(--navigation-offset))
    }
}

@media (max-width:1199.5px) {
    .offerings--fully-in-view .offerings__card-list {
        overflow-y: scroll;
        scroll-snap-type: y mandatory
    }
}

.offerings--above-view .offerings__sticky-wrapper {
    bottom: 0
}

@media (max-width:1199.5px) {
    .offerings--above-view .offerings__card-list {
        overflow-y: hidden
    }
}

@media (min-width:1200px) {
    .offerings__sticky-wrapper {
        position: absolute;
        height: 100vh;
        height: var("--100-vh", 100vh);
        width: 100%;
        display: flex;
        z-index: 0
    }
}

.offerings__title {
    display: inline-block;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 1.8px;
    color: #004292;
    max-width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 2;
    margin: 0;
    padding: 8px 16px;
    width: 80%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-sizing: border-box
}

.offerings__title.var1 {
    text-transform: uppercase;
    font-family: 'Source Sans Pro Black', sans-serif;
    border-left: 10px solid #f1e52d;
    letter-spacing: 1px;
    padding-left: 20px;
}

.offerings__title--sticky {
    position: fixed;
    top: 0;
    top: var(--position-offering-title-sticky, 0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.offerings__title--sticky-mobile {
    position: unset
}

@media (min-width:1200px) {
    .offerings__card-list {
        height: 100vh;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition: -webkit-transform .8s ease;
        transition: transform .8s ease;
        transition: transform .8s ease, -webkit-transform .8s ease
    }
}

@media (min-width:1200px) {
    .offerings__card {
        height: calc(100vh - var(--navigation--Height--actual));
        scroll-snap-align: start;
        scroll-snap-stop: always
    }
}

.offerings__card-inner {
    height: 100%;
    width: 100%
}

.offerings__card-text-wrapper {
    padding: 16px 16px 48px
}

@media (max-width:1199.5px) {
    .offerings__title {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .offerings__card {
        padding-top: 40px
    }

    .offerings__card--adjust-for-header {
        padding-top: 125px
    }

    .offerings__card-image {
        width: 100%;
        height: auto
    }

    .offerings__card-text-wrapper {
        padding: 16px 16px 8px
    }
}

.offerings__card-title {
    display: block;
    color: #004292;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
    letter-spacing: .56px;
    font-family: "Source Sans Pro SemiBold", sans-serif;
}

.offerings__card-subtitle {
    color: #004292;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px
}

.offerings__card-link--first {
    margin: 8px 0 24px
}

.offerings__card-link--first.link-with-arrow,
.offerings__card-link--first.link-with-arrow a {
    color: #003e85
}

.offerings__card-link--second {
    margin-top: 16px
}

@media (min-width:1200px) {
    .offerings__container {
        max-width: 1680px;
        width: 100%;
        margin: auto
    }

    .offerings__title {
        background-color: initial;
        margin: 0 0 0 32px;
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: static;
        z-index: auto;
        padding: 0;
        width: auto
    }

    .offerings__content-wrapper {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        position: relative;
        margin-top: 72px
    }

    .offerings__start-box {
        background-color: #f1e52d;
        position: absolute;
        left: 0;
        width: 25%;
        bottom: 0;
        height: 315px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: stretch;
        z-index: 2
    }

    .offerings__start-box-whiteBar {
        width: 11px;
        height: 36px;
        position: absolute;
        right: 0;
        top: 57px;
        top: var(--white-bar-top, 57px);
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        background-color: #fff;
        transition: all .4s ease
    }

    .offerings__card-title-wrapper {
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        text-align: center;
        color: #424242;
        width: 100%;
        cursor: pointer
    }

    .offerings__card-title-wrapper[data-active-el=this] {
        font-size: 30px;
        line-height: 36px;
        position: relative;
        color: #004292
    }

    .offerings__card-title-wrapper[data-active-el=this] .offerings__card-title {
        font-size: 30px;
        letter-spacing: .56px;
        line-height: 36px;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .offerings__card-title {
        max-width: 100%;
        color: inherit;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: .5px;
        text-align: left;
        padding-left: 24px;
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    .offerings__card-title {
        padding-left: 64px
    }
}

@media (min-width:1200px) and (min-width:1680px) {
    .offerings__card-title {
        padding-left: 125px
    }
}

@media (min-width:1200px) {
    .offerings__images-wrapper {
        width: 54.7619%;
        position: relative;
        overflow: hidden
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    .offerings__images-wrapper {
        height: 520px;
        max-height: calc(100vh - 116px);
        max-height: calc(var("--100-vh", 100vh) - 116px)
    }
}

@media (min-width:1200px) {
    .offerings__card-image-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: -webkit-transform .8s ease;
        transition: transform .8s ease;
        transition: transform .8s ease, -webkit-transform .8s ease;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        overflow: hidden
    }

    .offerings__card-image-wrapper[data-active-el=above] {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .offerings__card-image,
    .offerings__card-image-wrapper .sc-image-wrapper img {
        position: absolute;
        right: 0;
        bottom: 0
    }

    .offerings__card-image {
        pointer-events: none;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .offerings__card-image--active {
        pointer-events: all
    }

    .offerings__end-box {
        width: 25%;
        height: 368px;
        position: relative;
        overflow: hidden;
        max-height: calc(100vh - 116px);
        max-height: calc(var("--100-vh", 100vh) - 116px)
    }

    .offerings__end-box:before {
        content: "";
        display: block;
        height: 298px;
        background-color: #dcddde;
        opacity: .45
    }

    .offerings__card-content {
        padding: 0 72px 48px 32px;
        position: absolute;
        width: 100%;
        max-height: 100%;
        bottom: 0;
        transition: bottom .8s ease, opacity .4s ease;
        opacity: 1;
        display: flex;
        flex-direction: column
    }

    .offerings__card-content .icon-wrapper {
        height: 20px;
        width: 20px
    }

    .offerings__card-content[data-active-el=above] {
        bottom: -100%;
        opacity: 0
    }

    .offerings__card-content[data-active-el=below] {
        bottom: 100%;
        opacity: 0
    }

    .offerings__card-subtitle {
        font-size: 16px;
        line-height: 24px;
        max-height: 144px;
        margin: 32px 0;
        flex-shrink: 1;
        overflow: hidden
    }

    .offerings__card-link--first {
        margin: 0
    }

    .offerings__card-link--second {
        margin-top: 24px
    }
}

.content-hub-nav-bar__wrapper {
    margin: 0 auto;
    max-width: 1680px;
    padding: 16px
}

@media (min-width:768px) {
    .content-hub-nav-bar__wrapper {
        padding: initial
    }
}

@media (min-width:1680px) {
    .content-hub-nav-bar__wrapper {
        margin: 0 calc(50vw - 840px)
    }
}

.content-hub-nav-bar__no-hero-banner {
    background-color: #86bced
}

.content-hub-nav-bar__hero-banner {
    position: absolute;
    top: 85px;
    z-index: 1;
    width: 100%;
    min-height: 52px
}

@media (min-width:768px) {
    .content-hub-nav-bar__hero-banner {
        background-color: rgba(0, 32, 91, .55)
    }
}

.content-hub-nav-bar__breadcrumb {
    display: none
}

@media (min-width:768px) {
    .content-hub-nav-bar__breadcrumb {
        display: flex;
        margin-top: 0;
        margin-bottom: 0;
        padding: 16px 0 16px 32px
    }
}

@media (min-width:1680px) {
    .content-hub-nav-bar__breadcrumb {
        margin-bottom: 0
    }
}

.content-hub-nav-bar__breadcrumb .nav-bar__item {
    align-items: center
}

.content-hub-nav-bar a {
    text-underline-position: under
}

.content-hub-nav-bar a:hover {
    text-decoration: underline
}

.content-hub-nav-bar a.link {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    display: flex;
    align-items: center
}

@media screen and (min-width:768px) {
    .content-hub-nav-bar a.link {
        display: none
    }
}

.content-hub-nav-bar__item {
    color: #004292;
    display: flex
}

.content-hub-nav-bar__item--last {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px
}

.content-hub-nav-bar__item--text,
.content-hub-nav-bar__item a {
    font-size: 14px;
    line-height: 24px
}

.content-hub-nav-bar__item a {
    color: #004292;
    text-decoration: none
}

.content-hub-nav-bar__back-icon {
    margin-right: 8px
}

.content-hub-nav-bar .icon-wrapper {
    display: inline-block
}

.emptyApiDataMessage {
    max-width: 1680px;
    margin: 16px
}

.emptyApiDataMessage__title {
    font-size: 16px
}

.navigation__menu-item--open>.navigation__menu-item__box-shadow {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    height: 100%;
    width: 100vw;
    max-width: 1680px;
    box-shadow: 0 4px 10px -10px rgba(0, 0, 0, .2)
}

.equipment-menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: row;
    background-color: #f8f9f9;
    max-width: 1680px
}

.equipment-menu,
.equipment-menu__open {
    max-height: calc(100vh - var(--navigation--Height--actual))
}

.equipment-menu__open {
    visibility: visible;
    transition: all .3s ease-out
}

.equipment-menu__open::-webkit-scrollbar {
    display: none
}

.equipment-menu__close {
    max-height: 0;
    visibility: hidden;
    transition: all .3s ease-in;
    z-index: 99999999999999999999;
}

.equipment-menu__close::-webkit-scrollbar {
    display: none
}

.equipment-menu .equipment-menu__line-link,
.equipment-menu .equipment-menu__series-heading,
.equipment-menu .equipment-menu__series-link,
.equipment-menu .link-style {
    color: #004292;
    font-size: 14px;
    line-height: 24px;
    vertical-align: top;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer
}

.equipment-menu .equipment-menu__line-link--selected,
.equipment-menu .equipment-menu__series-link--selected,
.equipment-menu .link-style--selected {
    color: #003e85;
    text-decoration: underline;
    text-underline-position: under;
    transition: all .3s ease-in-out
}

.equipment-menu .equipment-menu__lines,
.equipment-menu .equipment-menu__selected-series,
.equipment-menu .equipment-menu__series,
.equipment-menu .overflow-y--scroll {
    overflow-y: auto;
    overflow-x: hidden
}

@-moz-document url-prefix() {

    .equipment-menu .equipment-menu__lines,
    .equipment-menu .equipment-menu__selected-series,
    .equipment-menu .equipment-menu__series,
    .equipment-menu .overflow-y--scroll {
        scrollbar-width: thin;
        scrollbar-color: #dcddde
    }
}

.equipment-menu .equipment-menu__lines::-webkit-scrollbar,
.equipment-menu .equipment-menu__selected-series::-webkit-scrollbar,
.equipment-menu .equipment-menu__series::-webkit-scrollbar,
.equipment-menu .overflow-y--scroll::-webkit-scrollbar {
    width: 4px
}

.equipment-menu .equipment-menu__lines::-webkit-scrollbar-thumb,
.equipment-menu .equipment-menu__selected-series::-webkit-scrollbar-thumb,
.equipment-menu .equipment-menu__series::-webkit-scrollbar-thumb,
.equipment-menu .overflow-y--scroll::-webkit-scrollbar-thumb {
    background-color: #dcddde
}

.equipment-menu * {
    box-sizing: border-box
}

.equipment-menu__lines {
    width: 24.52vw;
    padding: 32px 20px 32px 32px
}

@media (min-width:1680px) {
    .equipment-menu__lines {
        width: 392px
    }
}

.equipment-menu__line-link {
    margin-bottom: 16px;
    font-weight: 700;
    letter-spacing: .8px
}

.equipment-menu__line-link:last-child {
    margin: 0
}

.equipment-menu__line-link:hover {
    color: #003e85;
    transition: all .3s ease-in-out
}

.equipment-menu__series__equipment-view__wrapper {
    width: 75.48vw;
    display: flex
}

@media (min-width:1680px) {
    .equipment-menu__series__equipment-view__wrapper {
        width: 1288px
    }
}

.equipment-menu__series {
    width: 49.29vw;
    padding: 16px 16px 32px 27px;
    border-right: 11px solid transparent
}

.equipment-menu__series-heading {
    margin: 0 0 16px
}

.equipment-menu__series-heading:hover {
    color: #003e85;
    text-decoration: underline;
    text-underline-position: under;
    transition: all .3s ease-in-out
}

.equipment-menu__series-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    grid-row-gap: 16px;
    row-gap: 16px
}

.equipment-menu__series-link {
    font-weight: 400
}

.equipment-menu__selected-series {
    width: 26.19vw;
    height: 100%;
    border-left: 1px solid rgba(125, 123, 123, .5);
    padding: 0 32px 0 16px;
    cursor: pointer
}

@media (min-width:1680px) {
    .equipment-menu__selected-series {
        width: 100%
    }
}

.equipment-menu__selected-series__wrapper {
    margin: 32px 0 40px
}

@media (min-width:1680px) {
    .equipment-menu__selected-series__wrapper {
        width: 585px
    }
}

.equipment-menu__selected-series__image-wrapper {
    display: block;
    padding-top: 68.11224%;
    position: relative;
    width: 100%;
    margin-bottom: 32px
}

.equipment-menu__selected-series__image-wrapper img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.equipment-menu__selected-series__title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    color: #004292;
    margin-bottom: 0 0 16px 0
}

.equipment-menu__selected-series__spec {
    margin-bottom: 16px
}

.equipment-menu__selected-series__spec span {
    display: block
}

.equipment-menu__selected-series__spec-key,
.equipment-menu__selected-series__spec-value {
    font-size: 14px;
    line-height: 20px
}

.equipment-menu__selected-series__spec-key {
    color: #7d7b7b;
    font-weight: 400
}

.equipment-menu__selected-series__spec-value {
    font-weight: 600
}

.equipment-menu a,
.equipment-menu a:active,
.equipment-menu a:visited {
    text-decoration: none;
    color: unset;
    -webkit-text-decoration-color: unset;
    text-decoration-color: unset
}

@media (min-width:768px) {
    .component-details {
        height: 768px
    }
}

@media (min-width:768px) {
    .component-details__content {
        padding: 32px 16px 28px 32px;
        overflow-y: auto
    }

    .component-details__content ::-webkit-scrollbar {
        display: none
    }

    .component-details__content-wrapper {
        flex-grow: 1;
        position: relative
    }
}

.component-details__text {
    font-weight: 400
}

.component-details__button--secondary {
    padding: 0 !important
}

@media (max-width:767.5px) {
    .component-details__button--secondary {
        padding: 0 0 0 24px !important
    }
}

.component-details .fixed-aspect-ratio-box {
    padding-top: 39.51613%
}

@media screen and (min-width:1680px) {
    .plm-screen-wrapper {
        position: relative
    }
}

@media (min-width:1680px) {
    .plm-series-details {
        margin: 0 auto;
        max-width: 1680px
    }

    .plm-series-details:after,
    .plm-series-details:before {
        content: "";
        position: absolute;
        top: 0;
        min-width: 50%;
        z-index: -1;
        height: 100%
    }

    .plm-series-details:before {
        left: 0;
        background: rgba(220, 221, 222, .3)
    }

    .plm-series-details:after {
        right: 0;
        background: #fff
    }
}

@media (max-width:1679.5px) {
    .plm-series-details {
        background: rgba(220, 221, 222, .3)
    }
}

@media screen and (min-width:768px) {
    .plm-series-details {
        margin-top: 57px
    }
}

@media (min-width:768px) {
    .plm-series-details__container {
        position: relative;
        height: 768px;
        display: grid;
        overflow: hidden;
        grid-template-columns: 28.57% 71.43%
    }

    .plm-series-details__container .plm-series-details__tabs-wrapper {
        height: 768px;
        display: flex;
        flex-direction: column
    }
}

.plm-series-details__popup {
    margin-top: 24px
}

.plm-series-details__tabs {
    padding: 0;
    margin: 0
}

@media (min-width:768px) {
    .plm-series-details__tabs {
        margin-top: 42px
    }
}

.plm-series-details__tabs::-webkit-scrollbar {
    display: none
}

.plm-series-details__tabs-wrapper {
    scrollbar-width: none;
    padding: 0;
    overflow-y: auto
}

.plm-series-details__tabs-wrapper::-webkit-scrollbar {
    display: none
}

.plm-series-details__shadow {
    position: absolute;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 40px
}

.plm-series-details__shadow-light-top {
    top: 0;
    background-image: linear-gradient(0deg, rgba(10, 26, 50, 0), rgba(10, 26, 50, .12));
    transition: background-image .3s ease
}

.plm-series-details__shadow-light-bottom {
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(10, 26, 50, 0), rgba(10, 26, 50, .12));
    transition: background-image .3s ease
}

.plm-series-details__tab {
    font-weight: 700
}

.plm-series-details__tab--selected,
.plm-series-details__tab:last-child {
    border-bottom: 0
}

@media screen and (min-width:768px) {
    .plm-series-details__tab {
        width: auto;
        margin: 0 16px 0 32px;
        padding: 0;
        position: relative
    }

    .plm-series-details__tab--selected:after {
        content: "";
        position: absolute;
        top: 50%;
        right: -32px;
        -webkit-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
        width: 11px;
        height: 30px;
        background-color: #004292;
        z-index: 3
    }
}

.plm-series-details__tab-button {
    all: unset;
    cursor: pointer;
    width: calc(100% - 32px);
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    margin: 0 16px;
    border-bottom: 1px solid #dcddde;
    box-sizing: border-box
}

.plm-series-details__tab-button:hover {
    opacity: 1
}

@media screen and (min-width:768px) {
    .plm-series-details__tab-button {
        height: auto;
        margin: 0;
        position: relative;
        opacity: .5;
        border: none;
        padding: 0
    }

    .plm-series-details__tab-button--selected {
        text-decoration: none;
        opacity: 1
    }

    .plm-series-details__tab-button h3 {
        padding: 0;
        font-size: 14px;
        line-height: 24px;
        transition: font-size .3s;
        margin: 0 0 22px
    }
}

.plm-series-details__tab-button--selected {
    opacity: 1;
    border: 0
}

.plm-series-details__tab-button--selected h3 {
    font-size: 16px;
    padding: 0;
    margin: 0 0 22px
}

.plm-series-details__tab-button .icon-wrapper {
    background-color: #003e85
}

.plm-series-details__tab-title {
    margin: 0;
    font-size: 14px
}

.plm-series-details__component-section {
    position: relative
}

.plm-series-details__component-wrapper {
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 2
}

.plm-series-details__component--hidden {
    display: none
}

@media screen and (min-width:768px) {
    .plm-series-details__header {
        display: flex;
        align-items: center;
        padding: 80px 32px 0
    }
}

.plm-series-details__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1.8px;
    color: #004292;
    margin: 0;
    padding: 48px 16px 24px
}

@media (min-width:768px) {
    .plm-series-details__title {
        padding: 0
    }
}

@media screen and (min-width:768px) {
    .plm-series-details__title {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 2px
    }
}

.dashboard-card {
    position: relative;
    margin-bottom: 48px;
    text-decoration: none;
    background-color: #fff
}

@media (min-width:768px) {
    .dashboard-card {
        margin-bottom: 0
    }

    .dashboard-card:hover .dashboard-card__image-wrapper {
        overflow: hidden
    }

    .dashboard-card:hover .dashboard-card__image-wrapper__image {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        transition: .3s
    }

    .dashboard-card:hover .dashboard-card__bgimage {
        -webkit-transform: translate(-32px, -32px);
        transform: translate(-32px, -32px);
        opacity: 1
    }
}

.dashboard-card__media {
    position: relative;
    align-items: center;
    justify-content: center
}

.dashboard-card__bgimage {
    position: absolute;
    left: 0;
    top: 0;
    height: 235px;
    z-index: -1;
    transition: .3s;
    opacity: 0
}

.dashboard-card__image-wrapper__image {
    object-fit: cover;
    max-width: 100%;
    display: block;
    padding-top: 56.26667%;
    position: relative;
    width: 100%
}

.dashboard-card__image-wrapper__image img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width:767.5px) {
    .dashboard-card__image-wrapper__image {
        width: 100vw
    }
}

@media (min-width:768px) {
    .dashboard-card__image-wrapper__image {
        display: block;
        padding-top: 56.25%;
        position: relative;
        width: 100%
    }

    .dashboard-card__image-wrapper__image img {
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%
    }
}

@media (min-width:1200px) {
    .dashboard-card__image-wrapper__image {
        display: block;
        padding-top: 56.40244%;
        position: relative;
        width: 100%
    }

    .dashboard-card__image-wrapper__image img {
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.dashboard-card__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .5px;
    color: #004292;
    margin: 0 0 8px
}

.dashboard-card__content {
    padding: 16px 16px 0;
    background-color: #fff
}

@media (min-width:768px) {
    .dashboard-card__content {
        padding: 16px 8px 0
    }
}

.dashboard-card__description {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292
}

.category-dashboard {
    margin: 0 auto;
    max-width: 1680px
}

.category-dashboard--regular__title {
    color: #004292;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 2px;
    padding: 80px 32px 32px;
    margin: 0
}

@media (max-width:767.5px) {
    .category-dashboard--regular__title {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 1.8px;
        padding: 48px 16px 24px
    }
}

.category-dashboard--regular__wrapper {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

@media (min-width:768px) {
    .category-dashboard--regular__wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-column-gap: 80px;
        grid-row-gap: 64px;
        padding: 32px 64px
    }
}

@media (min-width:1200px) {
    .category-dashboard--regular__wrapper {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media (min-width:768px) {
    .special-offers-wrapper .carousel-arrow {
        display: none
    }

    .special-offers-wrapper:hover .carousel-arrow {
        display: flex
    }
}

.special-offers {
    position: relative;
    margin: 0 auto;
    max-width: 1680px;
    display: flex;
    flex-direction: column;
    padding-left: 16px;
    padding-top: 48px
}

@media (min-width:768px) {
    .special-offers {
        padding-left: 32px;
        padding-top: 80px
    }
}

.special-offers__arrow {
    top: 0
}

.special-offers__arrow .custom-arrow__button {
    display: flex
}

.special-offers .custom-arrow--right .custom-arrow__button {
    margin-right: 8px
}

.special-offers__card {
    position: relative
}

.special-offers__footer {
    height: 50px
}

.special-offers__dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 32px;
    overflow-x: auto;
    flex-wrap: wrap
}

.special-offers__dots li {
    border-radius: 50%;
    width: 8px;
    min-width: 8px;
    height: 8px;
    min-height: 8px;
    opacity: .3;
    background-color: #004292;
    margin: 4px 16px
}

.special-offers__dots .slick-active {
    opacity: 1;
    min-width: 10px;
    width: 10px;
    height: 10px;
    min-height: 10px
}

.special-offers-card {
    margin-right: 16px;
    padding-bottom: 24px;
    border-bottom: 2px solid #dcddde;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box
}

.special-offers-card--large,
.special-offers-card--small {
    min-width: 300px;
    max-width: 300px
}

@media (min-width:768px) {
    .special-offers-card {
        margin-right: 80px
    }

    .special-offers-card--large {
        min-width: 600px;
        max-width: 600px
    }

    .special-offers-card--small {
        min-width: 328px;
        max-width: 328px
    }
}

.special-offers-card__badge {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
    font-size: 12px;
    line-height: 1.67;
    color: #000;
    padding: 4px 10.66667px;
    background-color: #dcddde;
    text-transform: uppercase
}

.special-offers-card__badge * {
    margin: 0
}

.special-offers-card__image {
    height: 168px;
    width: 100%;
    object-fit: cover;
    margin: 0
}

@media (min-width:768px) {
    .special-offers-card__image {
        height: 185px
    }
}

.special-offers-card__body {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 22px 8px 0
}

@media (min-width:768px) {
    .special-offers-card__body {
        padding: 18px 8px 0
    }
}

.special-offers-card__body span {
    display: flex;
    justify-content: flex-start;
    align-items: baseline
}

.special-offers-card__title {
    margin-bottom: 6px
}

@media (min-width:768px) {
    .special-offers-card__title {
        margin-bottom: 8px
    }
}

.special-offers-card__title-discount {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .5px;
    color: #003e85
}

@media (min-width:768px) {
    .special-offers-card__title-discount {
        line-height: 1.2
    }
}

.special-offers-card__title-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.71;
    letter-spacing: .8px;
    color: #004292
}

@media (min-width:768px) {
    .special-offers-card__title-text {
        font-size: 16px;
        line-height: 1.5
    }
}

.special-offers-card__disclaimer {
    text-decoration: underline;
    font-weight: 700;
    font-size: 14px;
    color: #003e85;
    cursor: pointer;
    margin-bottom: 8px;
    letter-spacing: .8px;
    line-height: 24px
}

.special-offers-card__date-off {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.71;
    letter-spacing: .8px;
    color: #004292;
    margin-bottom: 24px
}

.special-offers-card__date-off span {
    display: inline-flex
}

.special-offers-card__cta-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: auto
}

@media (min-width:768px) {
    .special-offers-card__cta-container--row {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start
    }
}

.special-offers-card__cta-primary {
    background-color: #f1e52d;
    padding: 13.33333px 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .8px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    border: none
}

.special-offers-card__cta-primary a {
    text-decoration: none;
    color: #000;
    font-family: "Lato", sans-serif
}

.special-offers-card__cta-secondary {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .8px;
    text-align: left;
    color: #003e85;
    border: none;
    background: transparent;
    text-decoration: none;
    font-family: "Lato", sans-serif
}

.special-offers-card__cta-secondary--margin {
    margin-top: 24px
}

.special-offers-card__cta-secondary a {
    display: inline-block;
    align-items: center;
    color: #003e85;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    padding-left: 18px
}

.special-offers-card__cta-secondary .custom-arrow__icon {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    background-color: #003e85
}

@media (min-width:768px) {
    .special-offers-card__cta-secondary--margin-row {
        margin-top: 0;
        margin-left: 16px
    }
}

.special-offers-card__cta-secondary:hover a {
    text-decoration: underline;
    text-underline-position: under
}

.special-offers-card__cta-secondary:hover a .custom-arrow__icon {
    margin-left: 8px;
    transition: all .1s ease-in
}

.my-modal-dialog.special-offers-disclaimer-modal {
    padding: 80px 32px 64px
}

@media (max-width:767.5px) {
    .my-modal-dialog.special-offers-disclaimer-modal {
        padding: 16px 16px 40px
    }
}

.my-modal-dialog.special-offers-disclaimer-modal>div {
    text-align: left;
    margin: 0 auto
}

@media (min-width:768px) {
    .my-modal-dialog.special-offers-disclaimer-modal>div {
        max-width: 632px
    }
}

@media (max-width:767.5px) {
    .my-modal-dialog.special-offers-disclaimer-modal>div {
        max-width: 343px
    }
}

.model-listing-card {
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #dcddde;
    margin-bottom: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-column-gap: 12px;
    -webkit-column-gap: 12px;
    column-gap: 12px;
    cursor: pointer;
}

.model-listing-card:hover {
    cursor: pointer;
}



@media (min-width:768px) {
    .model-listing-card {
        grid-column-gap: unset;
        -webkit-column-gap: unset;
        column-gap: unset;
        flex-direction: column;
        align-items: flex-start
    }
}

.model-listing-card__image-wrapper {
    min-width: 119px;
    min-height: 67px;
    width: 119px;
    height: 67px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex
}

@media (min-width:768px) {
    .model-listing-card__image-wrapper {
        width: 100%;
        height: 185px;
        margin-bottom: 10.66667px
    }
}

.model-listing-card__image {
    display: block;
    padding-top: 56.30252%;
    position: relative;
    width: 100%
}

.model-listing-card__image img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width:768px) {
    .model-listing-card__image {
        display: block;
        padding-top: 56.40244%;
        position: relative;
        width: 100%
    }

    .model-listing-card__image img {
        display: block;
        height: 100%;
        left: 0;
        object-fit: contain;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.model-listing-card__body {
    display: flex;
    flex-grow: 1;
    flex-direction: column
}

@media (min-width:768px) {
    .model-listing-card__body {
        margin: 0 8px
    }
}

.model-listing-card__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .5px;
    color: #003e85;
    margin: 0 0 8px
}

.model-listing-card__spec1,
.model-listing-card__spec2 {
    flex-direction: column;
    align-items: flex-start
}

.model-listing-card__spec1 {
    display: flex
}

@media (min-width:768px) {
    .model-listing-card__spec1 {
        margin-bottom: 8px
    }
}

.model-listing-card__spec2 {
    display: none
}

@media (min-width:768px) {
    .model-listing-card__spec2 {
        display: flex
    }
}

.model-listing-card__spec-text,
.model-listing-card__spec-value {
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: normal;
    color: #424242;
    text-transform: uppercase
}

@media (min-width:768px) {

    .model-listing-card__spec-text,
    .model-listing-card__spec-value {
        font-size: 14px;
        line-height: 24px
    }
}

.model-listing-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 1680px;
    display: flex;
    flex-direction: column;
    padding: 0 16px
}

@media (min-width:768px) {
    .model-listing-wrapper {
        box-sizing: border-box;
        padding: 0 32px 64px
    }
}

.model-listing {
    display: flex;
    flex-direction: column
}

.model-listing .heading__eyebrow {
    padding-top: 48px
}

@media (min-width:768px) {
    .model-listing .heading__eyebrow {
        padding-top: 80px
    }
}

.model-listing__cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 80px;
    -webkit-column-gap: 80px;
    column-gap: 80px;
    grid-row-gap: 35px;
    row-gap: 45px
}

@media (min-width:768px) {
    .model-listing__cards {
        grid-template-columns: repeat(2, 1fr);
        padding: 64px 32px 0
    }
}

@media (min-width:992px) {
    .model-listing__cards {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width:1200px) {
    .model-listing__cards {
        grid-template-columns: repeat(4, 1fr)
    }
}

.model-listing__card:hover {
    cursor: pointer;
}

.model-listing__show-more {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 40px 0
}

.model-listing__show-more-cta {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .8px;
    text-align: center;
    color: #003e85;
    background-color: initial;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    align-items: center
}

.model-listing__show-more-cta .icon-wrapper {
    margin-left: 8px;
    background-color: #003e85
}

body.body--with-spec-model {
    overflow: hidden
}

.model-details-specification-table-header {
    padding: 48px 16px 24px;
    background: #f4f5f5
}

@media (min-width:1680px) {
    .model-details-specification-table-header {
        max-width: 1680px;
        min-width: 1680px;
        margin: 0 auto;
        position: relative
    }

    .model-details-specification-table-header:before {
        content: "";
        z-index: -1;
        position: absolute;
        left: calc(-50vw - -840px);
        width: 100vw;
        background: inherit;
        height: 100%;
        top: 0
    }
}

@media (min-width:768px) {
    .model-details-specification-table-header {
        min-width: auto;
        padding: 80px 32px 32px
    }
}

.model-details-specification-table-header .info-tooltip-sep__children {
    min-height: 145px
}

.model-details-specification-table-header__eyebrow {
    color: #7d7b7b;
    font-size: 14px;
    margin: 0 0 8px;
    line-height: 24px;
    letter-spacing: .8px
}

@media (min-width:768px) {
    .model-details-specification-table-header__eyebrow {
        margin: 0 0 8px;
        font-size: 16px
    }
}

.model-details-specification-table-header__title-link-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 6px;
    margin-bottom: 20px
}

.model-details-specification-table-header__title-link-wrapper>.button.s-blue {
    padding: 0;
    margin-top: 16px;
    line-height: 24px
}

@media (min-width:768px) {
    .model-details-specification-table-header__title-link-wrapper {
        align-items: baseline;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 34px
    }
}

.model-details-specification-table-header__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.8px;
    margin: 0
}

@media (min-width:768px) {
    .model-details-specification-table-header__title {
        font-size: 40px;
        line-height: 44px;
        margin: 0 24px 0 0;
        letter-spacing: 2px
    }
}

.model-details-specification-table-header__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.model-details-specification-table-header__links-wrapper {
    margin-top: 20px;
    line-height: 42px
}

@media (min-width:768px) {
    .model-details-specification-table-header__links-wrapper {
        display: flex;
        margin-top: 34px;
        justify-content: right;
        padding-right: 48px
    }
}

.model-details-specification-table-header__link {
    line-height: 24px;
    color: #003e85;
    font-weight: 700;
    letter-spacing: .8px
}

.model-details-specification-table-header__link a {
    color: #000 !important;
    line-height: 30px;
    padding: 3px 0;
    --pfe-broadcasted--link: #000;
    --pfe-broadcasted--link--hover: #000;
    --pfe-broadcasted--link-decoration--hover: none;
    box-sizing: border-box;
    text-decoration: none
}

.model-details-specification-table-header__link--button,
.model-details-specification-table-header__link--export,
.model-details-specification-table-header__link--print {
    all: unset;
    border: 0;
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: 700;
    color: #003e85;
    background: transparent;
    letter-spacing: 0;
    cursor: pointer
}

.model-details-specification-table-header__link--button .icon-wrapper,
.model-details-specification-table-header__link--export .icon-wrapper,
.model-details-specification-table-header__link--print .icon-wrapper {
    background-color: #003e85
}

.model-details-specification-table-header__link--button .table-expand-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-left: 9px;
    background-color: #003e85
}

@media (min-width:768px) {
    .model-details-specification-table-header__link--button {
        margin-right: 28px;
        letter-spacing: .8px
    }
}

.model-details-specification-table-header__link--print {
    cursor: pointer;
    margin-left: 32px
}

.model-details-specification-table-header__link--print__text {
    margin-right: 8px;
    letter-spacing: .8px
}

.model-details-specification-table-header__link--print__icon {
    display: inline-block
}

.model-details-specification-table-header__link--print:hover {
    text-decoration: underline
}

.model-details-specification-table-header__link--export {
    margin-right: 32px
}

.model-details-specification-table-header__link-icon {
    position: relative;
    top: 4px;
    margin-left: 8px;
    height: 20px;
    display: inline-block
}

.model-details-specification-table-header__last-row {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-top: 32px
}

@media (min-width:768px) {
    .model-details-specification-table-header__last-row {
        margin-top: 45px
    }
}

.model-details-specification-table-header__arrow-wrapper {
    display: none
}

@media (min-width:768px) {
    .model-details-specification-table-header__arrow-wrapper {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-right: 48px
    }
}

.model-details-specification-table-header__arrow {
    background: #004292;
    height: 40px;
    width: 40px;
    margin-left: 24px;
    box-shadow: 0 4px 25px 0 hsla(0, 0%, 49.4%, .25);
    cursor: pointer
}

.model-details-specification-table-header__arrow:hover {
    background: #003e85;
    box-shadow: 0 10px 20px rgba(0, 62, 133, .2)
}

.model-details-specification-table-header__arrow--left .table-arrow-left {
    position: relative;
    top: 4px;
    left: 3px;
    background-color: #fff
}

.model-details-specification-table-header__arrow--right .table-arrow-right {
    position: relative;
    top: 4px;
    left: 5px;
    background-color: #fff
}

@media (min-width:768px) {
    .model-details-specification-table-header__search-input {
        display: inline-block
    }
}

.model-details-specification-table-header__search-input__container {
    display: inline-flex;
    align-items: center;
    min-width: 528px;
    background-color: #fff;
    box-shadow: 0 4px 25px hsla(0, 0%, 49.4%, .25);
    padding-left: 16px;
    min-height: 50px;
    box-sizing: border-box
}

@media (min-width:768px) and (max-width:932px) {
    .model-details-specification-table-header__search-input__container {
        min-width: 350px
    }
}

@media (max-width:767.5px) {
    .model-details-specification-table-header__search-input__container {
        width: 100%;
        min-width: auto;
        margin: 24px 0 0
    }
}

.model-details-specification-table-header__search-input__container .table-search-clear-icon {
    margin-right: 16px;
    cursor: pointer;
    background-color: #7d7b7b
}

.model-details-specification-table-header__search-input__inner-container {
    flex-grow: 1;
    margin-left: 4px
}

.model-details-specification-table-header__search-input__label {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #424242
}

.model-details-specification-table-header__search-input__input {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .8px;
    border: none;
    width: 100%;
    padding: 0;
    color: #424242
}

.model-details-specification-table-header__search-input input:focus {
    outline: none
}

.model-detail-specification-table {
    width: 100%;
    background: #fff;
    overflow-x: scroll
}

@media (min-width:1680px) {
    .model-detail-specification-table {
        max-width: 1680px;
        min-width: 1680px;
        margin: 0 auto;
        position: relative
    }

    .model-detail-specification-table:before {
        content: "";
        z-index: -1;
        position: absolute;
        left: calc(-50vw - -840px);
        width: 100vw;
        background: inherit;
        height: 100%;
        top: 0
    }
}

@media (min-width:768px) {
    .model-detail-specification-table {
        overflow: hidden
    }
}

.model-detail-specification-table__notes {
    font-size: 12px;
    line-height: 20px;
    color: #004292;
    padding: 16px 32px 64px;
    background-color: #fff
}

@media (max-width:575.5px) {
    .model-detail-specification-table__notes {
        padding: 16px 16px 40px
    }
}

@media (min-width:1680px) {
    .model-detail-specification-table__notes-wrapper {
        margin: 0 auto;
        max-width: 1680px;
        width: 100%;
        left: 0;
        right: 0
    }
}

.model-detail-specification-table__table-tag {
    position: relative;
    background: #fff;
    height: 1px;
    word-break: break-word
}

@media (min-width:768px) {
    .model-detail-specification-table__table-tag {
        overflow-x: visible;
        left: 0;
        left: var(--grid-scroll-by, 0);
        transition: left .5s ease-in-out
    }
}

.model-detail-specification-table__spec-category-row {
    font-weight: 700;
    cursor: pointer
}

.model-detail-specification-table__spec-category-row__inner-box {
    color: #004292;
    padding: 24px 0;
    margin: 0 0 0 32px;
    z-index: 2;
    font-size: 16px;
    letter-spacing: .8px;
    line-height: 24px
}

.model-detail-specification-table__spec-category-row__inner-box--border-visible {
    border-bottom: 1px solid rgba(220, 221, 222, .5)
}

@media (max-width:767.5px) {
    .model-detail-specification-table__spec-category-row__inner-box {
        padding: 16px 0;
        font-size: 14px
    }
}

.model-detail-specification-table__spec-category-row__inner-box .table-minus-icon,
.model-detail-specification-table__spec-category-row__inner-box .table-plus-icon {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    background-color: #004292
}

.model-detail-specification-table__left-most-cell {
    z-index: 2;
    position: relative;
    background: #fff;
    box-sizing: border-box;
    height: 100%
}

@media (min-width:768px) {
    .model-detail-specification-table__left-most-cell {
        left: 0;
        left: var(--grid-left-cells-move-by, 0);
        transition: left .5s ease-in-out
    }

    .model-detail-specification-table__left-most-cell--omit-transition {
        transition: none
    }
}

.model-detail-specification-table__left-most-cell--border-hidden {
    border-bottom: 0
}

.model-detail-specification-table__spec-category-row-cell {
    background: rgba(220, 221, 222, .5)
}

.model-detail-specification-table__left-most-empty-cell {
    width: 180px;
    width: calc(var(--grid-first-column-width, 180px));
    left: 0;
    left: var(--grid-left-cells-move-by, 0)
}

@media (min-width:768px) {
    .model-detail-specification-table__left-most-empty-cell {
        width: 424px;
        width: calc(var(--grid-first-column-width, 424px))
    }
}

.model-detail-specification-table__left-side-accordion-spec-title {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 16px;
    padding: 12px 16px 12px 0;
    width: 164px;
    width: calc(var(--grid-first-column-width, 180px) - 16px);
    height: 100%;
    z-index: 2;
    background: rgba(220, 221, 222, .2);
    color: #004292;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: .8px;
    box-sizing: border-box;
    border-bottom: 1px solid #dcddde
}

@media (min-width:768px) {
    .model-detail-specification-table__left-side-accordion-spec-title {
        width: 392px;
        width: calc(var(--grid-first-column-width, 424px) - 32px);
        min-height: 77px;
        margin-left: 32px;
        font-size: 14px
    }
}

.model-detail-specification-table__left-side-accordion-spec-title--border-hidden {
    border-bottom: 0
}

.model-detail-specification-table__left-side-accordion-spec-title:before {
    content: "";
    position: absolute;
    left: -16px;
    width: 16px;
    height: 100%;
    background: rgba(220, 221, 222, .2)
}

@media (min-width:768px) {
    .model-detail-specification-table__left-side-accordion-spec-title:before {
        left: -32px;
        width: 32px
    }
}

.model-detail-specification-table__left-side-accordion-spec-title--search-item {
    white-space: pre-wrap
}

.model-detail-specification-table__tooltip-wrapper {
    padding: 16px;
    min-width: 200px
}

.model-detail-specification-table__tooltip-body,
.model-detail-specification-table__tooltip-title {
    color: #004292;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px
}

.model-detail-specification-table__tooltip-title {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase
}

.model-detail-specification-table__table-cell {
    border-bottom: 1px solid #dcddde;
    vertical-align: middle
}

.model-detail-specification-table__table-cell--even {
    background: #fff
}

.model-detail-specification-table__table-cell--odd {
    background: rgba(220, 221, 222, .2)
}

.model-detail-specification-table__table-cell--border-hidden {
    border: 0
}

.model-detail-specification-table__search-no-match {
    text-align: center;
    color: #000;
    padding: 16px 0 40px;
    background: #fff;
    overflow-x: hidden;
    margin: 0
}

.model-detail-specification-table__search-no-match .table-info-icon {
    margin: 0 auto
}

.model-detail-specification-table__search-no-match-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .8px;
    margin: 16px 0 0;
    color: #004292
}

@media (max-width:767.5px) {
    .model-detail-specification-table__search-no-match-title {
        font-size: 14px
    }
}

.model-detail-specification-table__search-no-match-desc {
    font-size: 16px;
    margin: 32px 0 0;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292
}

@media (max-width:767.5px) {
    .model-detail-specification-table__search-no-match-desc {
        margin: 24px 8px 0;
        font-size: 14px
    }
}

.model-detail-specification-table__spec {
    color: #004292;
    padding: 16px;
    width: 120px;
    width: var(--grid-column-width, 120px);
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 100%
}

.model-detail-specification-table__spec--last-row {
    border: 0
}

@media (min-width:768px) {
    .model-detail-specification-table__spec {
        padding: 16px 12px;
        width: 272px;
        width: var(--grid-column-width, 272px);
        font-size: 14px
    }
}

.model-detail-specification-table__cell-animation {
    opacity: 1;
    box-sizing: border-box;
    transition: opacity .3s ease, min-height .3s ease, left .5s ease-in-out, margin-top .4s ease, margin-bottom .4s ease, padding-top .4s ease, padding-bottom .4s ease
}

.model-detail-specification-table__cell-animation--show-animation {
    -webkit-animation: fadeInTableCellAnimation .4s ease;
    animation: fadeInTableCellAnimation .4s ease
}

@-webkit-keyframes fadeInTableCellAnimation {
    0% {
        height: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        min-height: 0;
        border: 0;
        opacity: 0
    }

    to {
        height: 100%;
        opacity: 1
    }
}

@keyframes fadeInTableCellAnimation {
    0% {
        height: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        min-height: 0;
        border: 0;
        opacity: 0
    }

    to {
        height: 100%;
        opacity: 1
    }
}

.model-detail-specification-table__cell-animation--hide {
    height: 0;
    min-height: 0;
    opacity: 0;
    overflow: hidden;
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0
}

.model-detail-specification-table__text {
    display: inline;
    margin: 0;
    font-family: inherit
}

.model-detail-specification-table__text--highlight {
    background: #86bced
}

.model-detail-specification-table__col-heading-dropdown__wrapper {
    position: relative;
    vertical-align: initial
}

.model-detail-specification-table__col-heading {
    display: grid;
    grid-template-columns: 1fr;
    color: #003e85;
    background: #fff;
    padding: 8px 0 4px;
    width: 120px;
    width: var(--grid-column-width, 120px);
    height: 100%;
    letter-spacing: .8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box
}

.model-detail-specification-table__col-heading .table-dropdown-icon {
    background-color: #003e85
}

@media (max-width:767.5px) {
    .model-detail-specification-table__col-heading__title-spec {
        text-align: start
    }
}

.model-detail-specification-table__col-heading--clickable {
    cursor: pointer;
    padding: 34px 12px 16px !important;
    text-align: left
}

@media (min-width:768px) {
    .model-detail-specification-table__col-heading {
        grid-template-columns: auto 1fr;
        width: 272px;
        width: var(--grid-column-width, 272px);
        padding: 34px 0 16px 16px;
        font-size: 16px;
        letter-spacing: .8px
    }

    .model-detail-specification-table__col-heading .table-dropdown-icon {
        margin-left: 16px
    }
}

.model-detail-specification-table__col-dropdown {
    background-color: #fff;
    box-shadow: 0 0 30px -10px #86bced;
    z-index: 3;
    cursor: pointer
}

@media (max-width:767.5px) {
    .model-detail-specification-table__col-dropdown {
        width: 100vw;
        height: 100vh;
        position: fixed;
        overflow: auto;
        top: 0;
        z-index: 211
    }
}

.model-detail-specification-table__col-dropdown--absolute {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0
}

@media (min-width:768px) {
    .model-detail-specification-table__col-dropdown--fixed {
        position: fixed;
        top: var(--table-dropdown-top);
        left: var(--table-dropdown-left);
        width: var(--table-dropdown-width)
    }
}

.model-detail-specification-table__col-dropdown-item-wrapper {
    padding: 0 16px
}

.model-detail-specification-table__col-dropdown-item-wrapper:hover {
    background-color: #f4f5f5
}

@media (min-width:768px) {
    .model-detail-specification-table__col-dropdown-item-wrapper:last-child .model-detail-specification-table__col-dropdown-item {
        border-bottom: none
    }
}

.model-detail-specification-table__col-dropdown-item-wrapper--with-title-and-icon {
    letter-spacing: .8px;
    background-color: #dcddde;
    position: relative;
    padding: 0 40px
}

@media (min-width:768px) {
    .model-detail-specification-table__col-dropdown-item-wrapper--with-title-and-icon {
        display: none
    }
}

.model-detail-specification-table__col-dropdown-item-wrapper--with-title-and-icon .table-dropdown-close-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px
}

.model-detail-specification-table__col-dropdown-item {
    box-sizing: initial;
    border-bottom: 1px solid #dcddde;
    font-weight: 400;
    font-size: 14px;
    color: #004292;
    line-height: 24px;
    text-align: center;
    padding: 16px 0;
    letter-spacing: .8px
}

@media (min-width:768px) {
    .model-detail-specification-table__col-dropdown-item {
        text-align: left;
        border-bottom-color: #dcddde;
        padding: 8px 0
    }
}

.model-detail-specification-table__col-dropdown-item--with-title-and-icon {
    flex-grow: 1;
    border-bottom: none;
    font-weight: 700
}

.model-detail-specification-table__fixed-col-heading-wrapper {
    position: relative;
    word-break: break-word
}

.model-detail-specification-table__fixed-col-heading-wrapper--hide {
    height: 0;
    opacity: 0;
    visibility: hidden
}

.model-detail-specification-table__fixed-col-heading {
    display: grid;
    grid-template-columns: 0 180px repeat(0, 120px) 0;
    grid-template-columns: 0 var(--grid-first-column-width, 180px) repeat(var(--grid-columns, 0), 120px) 0;
    position: relative;
    width: 100%;
    left: 0;
    left: var(--grid-fixed-col-heads-move-by, 0);
    background: #fff
}

@media (min-width:768px) {
    .model-detail-specification-table__fixed-col-heading {
        grid-template-columns: 0 424px repeat(0, 272px) 0;
        grid-template-columns: var(--grid-outside-space-halved, 0) var(--grid-first-column-width, 424px) repeat(var(--grid-columns, 0), var(--grid-column-width, 272px)) var(--grid-outside-space-halved, 0)
    }
}

.model-detail-specification-table__fixed-col-heading--box-shadow-el {
    position: absolute;
    width: 100%;
    max-width: 1680px;
    top: 0;
    left: 0;
    left: var(--grid-outside-space-halved, 0);
    bottom: 0;
    box-shadow: 0 4px 20px -10px #86bced
}

.model-detail-specification-table__fixed-col-heading--left-cover,
.model-detail-specification-table__fixed-col-heading--right-cover {
    position: absolute;
    background: #f4f5f5;
    z-index: 3;
    top: 0;
    bottom: 0
}

.model-detail-specification-table__fixed-col-heading--left-cover {
    width: 0;
    width: var(--grid-outside-space-halved, 0);
    left: 0
}

.model-detail-specification-table__fixed-col-heading--right-cover {
    width: 0;
    width: var(--grid-outside-space-halved, 0);
    right: 0
}

@media (min-width:1680px) {

    .model-detail-specification-table__fixed-col-heading--left-cover,
    .model-detail-specification-table__fixed-col-heading--right-cover {
        bottom: -1px;
        width: 1px;
        width: calc(var(--grid-outside-space-halved, 0px) + 1px)
    }

    .model-detail-specification-table__fixed-col-heading--left-cover {
        left: -1px
    }

    .model-detail-specification-table__fixed-col-heading--right-cover {
        right: -1px
    }
}

@media screen,
speech {
    .model-detail-specification-table-print-wrapper {
        display: none
    }
}

.model-details-specification-table-wrapper {
    background: #f4f5f5
}

.model-details-specification-table-wrapper--white-bg {
    background-color: #fff
}

.info-tooltip-sep__children {
    min-height: 145px
}

.model-series-listing-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 1680px;
    padding: 0 16px
}

@media (min-width:768px) {
    .model-series-listing-wrapper {
        padding-left: 32px
    }
}

.model-series-listing__header {
    padding: 40px 0 16px
}

@media (min-width:768px) {
    .model-series-listing__header {
        padding: 80px 0 0
    }
}

.model-series-listing__eyebrow {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #7d7b7b;
    text-transform: uppercase;
    font-weight: 400
}

@media (min-width:768px) {
    .model-series-listing__eyebrow {
        font-size: 16px
    }
}

.model-series-listing__title {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1.8px;
    color: #004292
}

@media (min-width:768px) {
    .model-series-listing__title {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 2px
    }
}

.model-series-listing__subtitle {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292;
    margin: 4px 0 0
}

@media (min-width:768px) {
    .model-series-listing__subtitle {
        font-size: 16px;
        margin: 24px 0 0
    }
}

.model-series-listing__cards {
    padding: 0 0 32px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px
}

@media (min-width:768px) {
    .model-series-listing__cards {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 16px
    }

    .model-series-listing__cards--two-columns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 16px
    }
}

.model-series-listing__show-more {
    width: 100%;
    margin: 0 0 40px
}

@media (min-width:768px) {
    .model-series-listing__show-more {
        margin-bottom: 64px
    }
}

.model-series-listing__show-more-cta {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .8px;
    text-align: center;
    color: #003e85;
    background-color: initial;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center
}

.model-series-listing__show-more-cta .icon-wrapper {
    margin-left: 8px;
    background-color: #003e85
}

@media (min-width:768px) {
    section.inner-split-modules {
        overflow: hidden;
        padding-top: 16px;
        padding-bottom: 64px
    }
}

.inner-split-module {
    background-color: #fff;
    position: relative;
    margin-top: 80px
}

@media (min-width:768px) {
    .inner-split-module {
        display: flex;
        flex-wrap: nowrap;
        position: relative;
        justify-content: flex-start;
        margin-top: 0;
        padding-bottom: 56px;
        padding-top: 88px
    }

    .inner-split-module:nth-child(odd) .inner-split-module__image-wrapper {
        left: 0
    }

    .inner-split-module:nth-child(odd) .inner-split-module__text-wrapper {
        padding-left: 231px;
        padding-right: 32px
    }

    .inner-split-module:nth-child(odd) .inner-split-module__text-wrapper--no-media {
        padding-left: calc(223px + 7.3%)
    }

    .inner-split-module:nth-child(odd) .inner-split-module__dots-image-dsk {
        left: -120px
    }

    .inner-split-module:nth-child(odd) .inner-split-module__dots-image-dsk--no-media {
        left: -94px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .inner-split-module:nth-child(odd) {
        flex-direction: row-reverse
    }
}

.inner-split-module__text-wrapper {
    align-self: flex-start;
    padding: 16px;
    background-color: #004292;
    color: #fff
}

@media (min-width:768px) {
    .inner-split-module__text-wrapper {
        box-sizing: border-box;
        width: 58.4%;
        min-height: 468px;
        padding: 74px 231px 32px 32px;
        position: relative
    }
}

@media (min-width:768px) {
    .inner-split-module__text-wrapper--no-media {
        padding-right: calc(223px + 7.3%);
        padding-bottom: 110px;
        width: 65.7%
    }
}

@media (max-width:767.5px) {
    .inner-split-module__text-wrapper--no-media {
        position: relative;
        z-index: 2;
        padding-bottom: 40px
    }
}

.inner-split-module__dots-image-dsk {
    display: none
}

@media (min-width:768px) {
    .inner-split-module__dots-image-dsk {
        display: block;
        content: "";
        position: absolute;
        height: 301px;
        width: 301px;
        top: -24px;
        right: -120px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAS0AAAEtBAMAAACvzSvdAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURUdwTOXm6OHh4t7f4N/g4N3e393e393f4N3e393e393e393e393e39zd3podhWkAAAANdFJOUwAOI1M46Kdq05T0gL7+e0y/AAAFWUlEQVR42u2dwWtcVRTG73tv2jGmi0FjTGmEsVIM1UIVpCoRpgttpQ1UJbGLDMRikBIC0aqLQiGIXdgwEFGKCAGrQiv2QSolBCEQtdkUAlU7bTrm/C++++rqfd+UCWOmj+H7LbL4Jpmce++7Z+B8yTkuWL560GUJJ8crIBbWxkogRjfnUNxz4Q/QXP/oDRSPj55CcfjKNecGzO7BK/vNfgDxNbO3QVwwmwWxZjYPS62awQZEZo1yVuwx2yi5FTODvVk3q2e3IYjNNmEPk5/+Jyv2JuLtrLgrES9lxScScTUrjiTiol9b8jUTQqLB4iIvlnBttpF940eMnMFTifg3OQL7Myv6nZp1yS7YBNkFm8mIRS9mN31notWzb7wjEe9kxQOJeDcrnmM7O52I3/kjw/2KyeH6YBvsyDbZkcHhPspCGElDIPu16rcSH70FcjpBjZxOGJPT8Sf+PXma8Yb4E58nly55iJLvfwcu1KDZZyAOmf0G4qu4237FDcw967YB6w9rtglpJorT9R+bKmMKeeUDzErBp1/hN4ZL11EsLP2CYnTxQxSfPI0LcM9NYfIUQgghhBBCCCGEEKK7CA4TMSy3KhZKROxj4l7XqugjCtcbX8ILUbUxA2Ix3qiAuNs2Mdrn7ScM7KhdxgjOkiJq8K39nlZZoaDsi8FQUPZ1Yigo+3L2W/DGVeIWFEjdOy1nH8yKu9JK9DR7qUqK1CGzECJmIfQwC8GXnv/Kir70fIJsik34EKBUHXbS74BgF5JNOZHGNcHiyj5g2+V3QFzT6SaukxBSc6ZMHhAIochC2MlC2MH8jgPM7ziX+h0jqauGL8Fv8+u4yx7xH+ERj8llKJJzSVcAmzKQmkBRlVgbvbG9B2K/NeBCuSGrw61xLxFrw/1qd2D9wbT9jGmyliaPxz8mme2Zj4j47ItEPPICSdWHKiQrHyJpOTxDxMKZkj7uhBBCCCGEEEIIIUSXw+tyTDxC6nLBFupyRCywulyfr8tFMatjGq1jkj/RPtqkjokxrPA6JvoXYc3/E8d21H3tf6j75rVOnldfIZc+TBIX9a1qHfStZlmw8/5fePLn89VL3Bct1OpwF1yxynzRuHVf9F1MVZ/Y5yimvqgLSGbjYlhqVXzMtSo+3bIohBBCCCGEEEIIIUQ38WabfVe+RrFwsb2+K6craZEWW0QNshZRrzfpUzMP4gLpUxOsW70Cq6o27VPTcl8f19m+PuvN+kZlF7ddfZBo36jV3PaNymufrdb7klXb7ksGDsQD+pINMGtj31b6uMEb+2XNk6tH+rjFVi+TZXnncXkcU0j4zVgFs9LkF5jUorU5TEC950nfu93n30fxjZNotrjhk4v6WBFCCCGEEEIIIYQQ4qHA6oXBw68X5rW+mtd6tOZktD8nw3XSH7rF9iuvczJmtuA/7uuo/5hXv1YIIYQQQgghhBBCiK4mp/1N8tcP5v6cDNo/Z6SD/XNgrff752hOxtb6M2lORqfnZNxmj3j7czLa6y83tF395fLaj08IIYQQQgghhBBCiK4mp/Nr8zrvN6/zkTUno4vnZOTAt9qfyzkZZe6LRtUG3AVXjJkvatQXvQdX3L1slzFVnU1HgGeW9d+cjMMkW4blVsVCiYh9TNzrWhRpREIIIYQQQgghhBBCdBXH2uy7ch3FwlJ7fVemKmmRFkuJg0ZMkKEmfWoWQVzhfWrQBAlr3TEnI+5gH6RLuNuak7GdczLitvuSwZE9eE4GrM0/erC2pn3cZtkNgaeZ93Fjl64ndR6D5auYQsLJ8QpmpbUxTGrRzTkU91wgfe/6R2+geHz0FIrDV665fwH/sSZ2KZpt8QAAAABJRU5ErkJggg==) no-repeat
    }

    .inner-split-module__dots-image-dsk--no-media {
        right: -94px
    }
}

.inner-split-module__eyebrow {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    margin: 0 0 8px
}

@media (min-width:768px) {
    .inner-split-module__eyebrow {
        margin: 0 0 8px;
        font-size: 16px
    }
}

.inner-split-module__title {
    font-size: 30px;
    margin: 0 0 8px;
    line-height: 36px;
    letter-spacing: 1.8px;
    font-weight: 700;
    word-break: break-word
}

@media (min-width:768px) {
    .inner-split-module__title {
        margin: 0 0 16px;
        letter-spacing: .5px;
        word-break: keep-all
    }
}

.inner-split-module__description {
    font-size: 14px;
    margin: 0 0 8px;
    line-height: 24px;
    letter-spacing: .8px
}

.inner-split-module__description ul {
    list-style: initial
}

.inner-split-module__description ul li {
    margin-left: 16px
}

.inner-split-module__description ul li::marker {
    color: #003e85;
    font-size: 16px
}

@media (min-width:768px) {
    .inner-split-module__description {
        font-size: 16px;
        margin: 0 0 24px
    }
}

.inner-split-module__image-wrapper:after {
    content: "";
    position: absolute;
    height: 150px;
    width: 150px;
    background: url(/dist/nhag/static/media/n-hag-dots.5ebe2165.svg);
    background-position: 100% 0;
    -webkit-transform: translateY(-48px);
    transform: translateY(-48px);
    top: 0;
    right: 0;
    z-index: 0
}

@media (min-width:768px) {
    .inner-split-module__image-wrapper {
        position: absolute;
        margin-top: 58px;
        right: 0;
        width: 49%;
        z-index: 2
    }

    .inner-split-module__image-wrapper:after {
        display: none
    }
}

.inner-split-module__media-carousel {
    z-index: 2
}

@media (min-width:768px) {
    .inner-split-module__media-height {
        display: block;
        padding-top: 56.3253%;
        position: relative;
        width: 100%
    }

    .inner-split-module__media-height img {
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%
    }
}

@media (max-width:767.5px) {
    .inner-split-module__media-height {
        display: block;
        padding-top: 56%;
        position: relative;
        width: 100%
    }

    .inner-split-module__media-height img {
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.inner-split-module__buttons {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    grid-row-gap: 24px;
    row-gap: 24px;
    grid-column-gap: 24px;
    -webkit-column-gap: 24px;
    column-gap: 24px
}

@media (min-width:768px) {
    .inner-split-module__buttons {
        flex-direction: row
    }
}

.inner-split-module__buttons--secondary {
    display: inline
}

.inner-split-module__buttons--secondary span.icon-wrapper.primary {
    background-color: #fff
}

.inner-split-module__buttons--secondary .cta-arrow {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px
}

@media (max-width:767.5px) {
    .inner-split-module__buttons--secondary {
        padding: 0 0 0 24px !important
    }
}

.inner-split-module__buttons>.inner-split-module__buttons--secondary {
    padding: 16px 0
}

.inner-split-module--no-media {
    position: relative
}

@media (min-width:768px) {
    .inner-split-module--no-media {
        padding-bottom: 0
    }
}

@media (max-width:767.5px) {
    .inner-split-module--no-media:after {
        content: "";
        position: absolute;
        height: 137px;
        width: 137px;
        background: url(/dist/nhag/static/media/n-hag-dots.5ebe2165.svg);
        background-position: 100% 0;
        -webkit-transform: translateY(-48px);
        transform: translateY(-48px);
        top: 0;
        right: 12px;
        z-index: 0
    }
}

.model-series-listing-card {
    padding: 20px 0 24px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    border-bottom: 2px solid #dcddde;
    margin-bottom: 0
}

.model-series-listing-card ul {
    list-style: initial
}

.model-series-listing-card ul li {
    margin-left: 16px
}

.model-series-listing-card ul li::marker {
    color: #003e85;
    font-size: 16px
}

@media (min-width:768px) {
    .model-series-listing-card {
        padding: 64px 32px 24px;
        flex-direction: column;
        border-bottom: none
    }

    .model-series-listing-card:after {
        content: "";
        background-color: #dcddde;
        width: 100%;
        height: 2px;
        margin-top: 24px
    }
}

.model-series-listing-card__image-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 119px
}

@media (min-width:768px) {
    .model-series-listing-card__image-wrapper {
        margin-bottom: 8px
    }
}

.model-series-listing-card__image {
    object-fit: cover;
    max-width: 100%;
    display: block;
    padding-top: 56.30252%;
    position: relative;
    width: 100%
}

.model-series-listing-card__image img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width:768px) {
    .model-series-listing-card__image {
        display: block;
        padding-top: 56.40244%;
        position: relative;
        width: 100%
    }

    .model-series-listing-card__image img {
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.model-series-listing-card__body {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 0 0 0 16px
}

@media (min-width:768px) {
    .model-series-listing-card__body {
        padding: 0 8px
    }
}

.model-series-listing-card__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .5px;
    color: #003e85;
    white-space: normal
}

.model-series-listing-card__description-wrapper {
    margin-bottom: 0;
    position: relative;
    text-decoration: none
}

@media (min-width:768px) {
    .model-series-listing-card__description-wrapper {
        flex-grow: 1;
        display: flex;
        flex-direction: column
    }
}

.model-series-listing-card__description {
    white-space: normal;
    padding: 8px 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #424242;
    cursor: pointer
}

@media (min-width:768px) {
    .model-series-listing-card__description--relative {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        padding-bottom: 0
    }
}

.model-series-listing-card__description--absoulte {
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: #fff;
    padding-bottom: 24px;
    border-bottom: 2px solid #dcddde
}

.model-series-listing-card__description--lastCard {
    position: relative;
    display: block;
    overflow: visible
}

.model-series-listing-card__cta {
    margin: 24px 8px 0;
    cursor: pointer
}

@media (min-width:768px) {
    .model-series-listing-card__cta {
        margin-left: 0
    }
}

.model-series-listing-card__cta-wrapper {
    margin-top: auto
}

.compatible-product-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 1680px;
    display: flex;
    flex-direction: column;
    padding: 0 0 64px 32px
}

@media (max-width:767.5px) {
    .compatible-product-wrapper {
        padding: 0 0 40px
    }
}

.compatible-product__header {
    display: flex;
    flex-direction: column;
    padding: 80px 0 32px
}

@media (max-width:767.5px) {
    .compatible-product__header {
        padding: 48px 16px 0
    }
}

.compatible-product__eyebrow {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #7d7b7b;
    text-transform: uppercase
}

@media (min-width:768px) {
    .compatible-product__eyebrow {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: .8px
    }
}

.compatible-product__title-wrapper {
    display: flex;
    flex-direction: column
}

@media (min-width:768px) {
    .compatible-product__title-wrapper {
        flex-direction: row;
        align-items: flex-end;
        margin: 0 0 24px
    }
}

.compatible-product__title {
    margin: 0 0 16px;
    font-weight: 700;
    color: #004292
}

@media (min-width:768px) {
    .compatible-product__title {
        margin-bottom: 0;
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 2px
    }
}

.compatible-product__link {
    align-items: center;
    display: flex;
    margin-bottom: 24px
}

@media (min-width:768px) {
    .compatible-product__link {
        margin-bottom: 0;
        margin-left: 24px
    }
}

.compatible-product__link,
.compatible-product__link a {
    text-underline-position: under;
    color: #003e85;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px
}

.compatible-product__link-text,
.compatible-product__link a-text {
    margin-right: 8px
}

.compatible-product__link:hover,
.compatible-product__link a:hover {
    text-decoration: underline
}

.compatible-product__link:hover .icon-wrapper,
.compatible-product__link a:hover .icon-wrapper {
    margin-left: 8px
}

.compatible-product__link .icon-wrapper,
.compatible-product__link a .icon-wrapper {
    background-color: #003e85;
    transition: margin-left .1s ease-in;
    width: 20px;
    height: 20px
}

.compatible-product__cards {
    position: relative;
    padding: 32px 48px 24px 32px
}

@media (max-width:767.5px) {
    .compatible-product__cards {
        display: flex;
        flex-direction: column;
        padding: 0
    }
}

@media (min-width:768px) {
    .compatible-product__cards {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-row-gap: 32px;
        grid-column-gap: 80px
    }
}

@media (max-width:1199.5px) {
    .compatible-product__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

.compatible-product__show-more {
    width: 100%;
    display: flex;
    justify-content: center
}

.compatible-product__show-more-cta {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .8px;
    text-align: center;
    color: #003e85;
    background-color: initial;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    align-items: center
}

.compatible-product__show-more-cta .icon-wrapper {
    margin-left: 8px;
    background-color: #003e85
}

.compatible-product-card {
    width: 100%;
    height: 100%;
    margin-bottom: 24px;
    position: relative;
    align-items: center;
    text-decoration: none;
    background-color: #fff
}

@media (min-width:768px) {
    .compatible-product-card:hover .compatible-product-card__image-yellow-dots {
        -webkit-transform: translate(-32px, -32px);
        transform: translate(-32px, -32px);
        opacity: 1
    }

    .compatible-product-card:hover .compatible-product-card__body {
        position: absolute;
        z-index: 11;
        box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .2);
        max-height: unset;
        min-height: -webkit-fill-available;
        min-height: fill-available;
        height: auto;
        left: -32px;
        right: -32px;
        padding: 0 40px 32px;
        background-color: #fff
    }

    .compatible-product-card:hover .compatible-product-card__body:before {
        content: unset
    }
}

.compatible-product-card__image-wrapper {
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex
}

@media (min-width:768px) {
    .compatible-product-card__image-wrapper {
        width: 100%
    }
}

.compatible-product-card__image {
    background-color: #fff;
    display: block;
    padding-top: 56.30252%;
    position: relative;
    width: 100%
}

.compatible-product-card__image img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width:768px) {
    .compatible-product-card__image {
        display: block;
        padding-top: 56.40244%;
        position: relative;
        width: 100%
    }

    .compatible-product-card__image img {
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.compatible-product-card__image-yellow-dots {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .3s;
    opacity: 0;
    height: 235px
}

.compatible-product-card__body {
    padding: 16px
}

@media (min-width:768px) {
    .compatible-product-card__body {
        padding: 0 8px;
        max-height: 168px;
        overflow: hidden;
        position: relative;
        background-color: #fff
    }

    .compatible-product-card__body:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 168px;
        background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0) 45%)
    }
}

.compatible-product-card__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .5px;
    color: #004292;
    padding: 16px 0 0;
    margin: 0
}

@media (max-width:767.5px) {
    .compatible-product-card__title {
        padding: 0
    }
}

.compatible-product-card__description {
    word-break: break-word;
    padding: 8px 0 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292
}

.compatible-product-card--none {
    pointer-events: none
}

.product-card {
    display: flex;
    flex-direction: column;
    color: inherit;
    background: #fff;
    padding: 0 32px;
    height: 60%;
    min-height: 90px;
}

.product-card__wrapper {
    margin-top: 50px;
    width: 85%;
}

.product-card__wrapper .product-card:last-of-type {
    max-height: 250px;
}

.product-card,
.product-card:hover {
    text-decoration: none
}

.product-card:hover .product-card__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media only screen and (min-width:768px) {
    .product-card:hover .product-card__content {
        border-bottom: 2px solid #f1e52d
    }
}

.product-card:hover .product-card__image-dots-wrapper:after {
    -webkit-transform: translate(-65px, -50px);
    transform: translate(-65px, -50px);
    opacity: 1
}

@media (max-width:767.5px) {
    .product-card {
        padding: 16px 0;
        display: flex;
        flex-direction: row;
        grid-column-gap: 13px;
        -webkit-column-gap: 13px;
        column-gap: 13px;
        border-bottom: 2px solid #dcddde
    }
}

@media (max-width:767.5px) {
    .product-card__wrapper {
        width: 100%
    }
}

.product-card__image {
    height: 185px;
    width: 100%;
    object-fit: cover;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 2;
    background: #fff
}

@media (max-width:767.5px) {
    .product-card__image {
        height: 67px;
        object-fit: contain
    }
}

.product-card__image-wrapper {
    height: 185px;
    max-width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #fff
}

@media (max-width:767.5px) {
    .product-card__image-wrapper {
        width: 31.73vw;
        height: 100%
    }
}

.product-card__image-wrapper picture {
    z-index: 1
}

.product-card__image-dots-wrapper {
    overflow: visible;
    position: relative
}

@media (min-width:1200px) {
    .product-card__image-dots-wrapper:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 16px;
        opacity: 0;
        background: url(../images/shapes/shape.png);
        -webkit-transform: translateX(-32px);
        transform: translateX(-32px);
        transition: opacity .5s, -webkit-transform .5s;
        transition: transform .5s, opacity .5s;
        transition: transform .5s, opacity .5s, -webkit-transform .5s
    }
}

.product-card__image-dots-wrapper--no-dots:after {
    display: none
}

.product-card__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px 0 24px;
    border-bottom: 2px solid #dcddde
}

@media (max-width:767.5px) {
    .product-card__content {
        border: none;
        padding: 4px 0 0
    }
}

.product-card__content--title-summary {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-start;
}

.product-card__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .5px;
    color: #003e85;
    margin: 0;
    -webkit-hyphens: auto;
    hyphens: auto
}

.product-card__summary-specs-value {
    font-size: 14px;
    line-height: 24px;
    margin: 8px 0 0;
    color: #424242;
    letter-spacing: .8px
}

.product-card__button {
    margin-top: 0px !important;
}

@media (max-width:767.5px) {
    .product-card__button {
        display: none
    }
}

.series-detail-brochure_card__image-container {
    margin: 0 32px
}

@media (max-width:767.5px) {
    .series-detail-brochure_card__image-container {
        margin: 0
    }
}

.series-detail-brochure_card__article__picture {
    width: 100%
}

.series-detail-brochure_card__article__picture--fixed-aspect-ratio {
    display: block;
    padding-top: 56.37755%;
    position: relative;
    width: 100%
}

.series-detail-brochure_card__article__picture--fixed-aspect-ratio img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width:767.5px) {
    .series-detail-brochure_card__article__picture--fixed-aspect-ratio {
        height: 56.25vw;
        width: 100%;
        padding-top: unset
    }
}

.series-detail-brochure_card__article {
    display: flex;
    flex-direction: column;
    height: 100%
}

@media (max-width:767.5px) {
    .series-detail-brochure_card__article {
        margin-bottom: 40px
    }
}

.series-detail-brochure_card__content-block {
    flex-grow: 1;
    margin: 0 40px 24px
}

@media (max-width:767.5px) {
    .series-detail-brochure_card__content-block {
        margin: 16px 16px 0
    }
}

.series-detail-brochure_card__title {
    color: #004292;
    font-size: 20px;
    font-weight: 700;
    margin: 16px 0 8px;
    line-height: 24px;
    letter-spacing: .5px
}

@media (max-width:767.5px) {
    .series-detail-brochure_card__title {
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: .5px;
        margin: 12px 44px 8px 0
    }
}

.series-detail-brochure_card__sub-heading {
    margin: 8px 0 0;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: 24px;
    line-height: 1.43;
    letter-spacing: .8px
}

@media (max-width:767.5px) {
    .series-detail-brochure_card__sub-heading {
        padding: 0 0 64px
    }
}

.series-detail-brochure_card__link-wrapper {
    display: flex;
    grid-column-gap: 24px;
    -webkit-column-gap: 24px;
    column-gap: 24px;
    margin-left: 40px;
    letter-spacing: .8px
}

@media (max-width:767.5px) {
    .series-detail-brochure_card__link-wrapper {
        margin: 24px 0 0 16px
    }
}

.series-detail-brochure_card__link {
    cursor: pointer
}

.series-detail-brochure_card__link,
.series-detail-brochure_card__link+a,
.series-detail-brochure_card__link a {
    text-decoration: none
}

.series-detail-brochure_card__link--share {
    display: flex;
    align-items: center
}

.series-detail-brochure_card__link--share pfe-cta {
    width: 100%
}

.series-detail-brochure_card__link--share .at-icon-wrapper {
    display: none
}

.series-detail-brochure_card__link--share:hover a {
    color: #004292
}

.series-detail-brochure_card__link--label {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.38;
    text-align: center;
    color: #003e85
}

.series-detail-brochure_card__link--label a {
    color: #003e85
}

.series-detail-brochure_card__link--download {
    display: flex;
    align-items: center;
    font-weight: 700;
    text-align: center
}

.series-detail-brochure_card__link__icon {
    display: inline-block;
    vertical-align: bottom
}

.series-detail-brochure_card__link .icon-wrapper {
    margin-left: 8px;
    transition: margin-left .3s
}

.series-detail-brochure_card__link:hover {
    color: #004292
}

.series-detail-brochure_card__link:hover .icon-wrapper {
    background-color: #004292
}

.series-detail-brochure_card__add-to-any {
    line-height: inherit !important;
    float: none !important;
    padding: 0 !important;
    display: flex
}

.series-detail-download-brochure-container {
    background-color: #fff
}

@media (min-width:1680px) {
    .series-detail-download-brochure-container {
        max-width: 1680px;
        min-width: 1680px;
        margin: 0 auto;
        position: relative
    }

    .series-detail-download-brochure-container:before {
        content: "";
        z-index: -1;
        position: absolute;
        left: calc(-50vw - -840px);
        width: 100vw;
        background: inherit;
        height: 100%;
        top: 0
    }
}

.series-detail-download-brochure-container__min-width-none {
    min-width: unset
}

.series-detail-download-brochure-container__label-container {
    padding: 80px 32px 64px;
    width: 47.6vw
}

@media (min-width:768px) {
    .series-detail-download-brochure-container__label-container .heading__title {
        margin-bottom: 0
    }
}

@media (max-width:767.5px) {
    .series-detail-download-brochure-container__label-container {
        box-sizing: border-box;
        padding: 48px 16px 24px;
        width: 100%
    }
}

.series-detail-download-brochure-container__card-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    grid-row-gap: 48px;
    row-gap: 48px;
    padding: 0 32px 64px
}

@media (max-width:1199.5px) {
    .series-detail-download-brochure-container__card-container {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:767.5px) {
    .series-detail-download-brochure-container__card-container {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        grid-row-gap: 40px;
        row-gap: 40px;
        padding: 0
    }
}

.inner-cards-modules {
    padding-top: 32px
}

@media (min-width:768px) {
    .inner-cards-modules {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        padding: 32px 68px;
        grid-row-gap: 80px;
        grid-column-gap: 80px
    }
}

.inner-cards-modules * {
    box-sizing: border-box
}

.inner-cards-modules-3-card {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 82.5px
}

.inner-cards-modules-2-card {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 73px
}

.inner-cards-modules-1-card {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0
}

.inner-cards-module {
    padding-bottom: 40px;
    flex-grow: 1;
    color: #004292
}

@media (min-width:768px) {
    .inner-cards-module {
        padding: 0;
        grid-column-gap: 80px;
        -webkit-column-gap: 80px;
        column-gap: 80px;
        grid-row-gap: 80px;
        row-gap: 80px
    }
}

.inner-cards-module__title {
    margin: 16px 16px 8px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .5px
}

@media (min-width:768px) {
    .inner-cards-module__title {
        margin: 16px 8px 8px
    }
}

.inner-cards-module__description {
    margin: 8px 16px 0;
    font-size: 14px;
    letter-spacing: .8px;
    line-height: 24px
}

.inner-cards-module__description ul {
    list-style: initial
}

.inner-cards-module__description ul li {
    margin-left: 16px
}

.inner-cards-module__description ul li::marker {
    color: #003e85;
    font-size: 16px
}

@media (min-width:768px) {
    .inner-cards-module__description {
        margin: 8px
    }
}

.inner-cards-module__ctas {
    margin: 24px 16px;
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 24px;
    row-gap: 24px;
    grid-column-gap: 24px;
    -webkit-column-gap: 24px;
    column-gap: 24px
}

@media (min-width:768px) {
    .inner-cards-module__ctas {
        margin-top: 24px
    }
}

.inner-cards-module__ctas--secondary {
    display: inline
}

.inner-cards-module__ctas--secondary .cta-arrow {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px
}

.inner-cards-module__ctas--secondary:hover .cta-arrow {
    margin-left: 8px;
    transition: all .1s ease-in
}

.inner-cards-module__picture--fixed-aspect-ratio {
    display: block;
    padding-top: 56.55738%;
    position: relative;
    width: 100%
}

.inner-cards-module__picture--fixed-aspect-ratio img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.component-details {
    overflow-y: auto;
    scrollbar-color: #dcddde #7d7b7b;
    scrollbar-width: auto
}

.component-details::-webkit-scrollbar {
    width: 4px
}

.component-details::-webkit-scrollbar-thumb {
    background: #dcddde;
    border: 1px solid #dcddde;
    border-radius: 2px
}

@media (min-width:768px) {
    .component-details {
        height: 768px
    }

    .component-details__shadow {
        position: absolute;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 40px
    }

    .component-details__shadow-top {
        top: 0;
        background-image: linear-gradient(180deg, rgba(10, 26, 50, .12), rgba(10, 26, 50, 0))
    }

    .component-details__shadow-bottom {
        bottom: 0;
        background-image: linear-gradient(0deg, rgba(10, 26, 50, .12), rgba(10, 26, 50, 0))
    }
}

@media (min-width:768px) {
    .component-details__media-height {
        display: block;
        padding-top: 39.43548%;
        position: relative;
        width: 100%
    }

    .component-details__media-height img {
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%
    }
}

@media (max-width:767.5px) {
    .component-details__media-height {
        display: block;
        padding-top: 56%;
        position: relative;
        width: 100%
    }

    .component-details__media-height img {
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.component-details__content {
    background: #fff;
    padding: 16px 16px 40px
}

@media (min-width:768px) {
    .component-details__content {
        padding: 32px 24% 28px 32px
    }

    .component-details__content-wrapper {
        flex-grow: 1;
        position: relative;
        overflow-y: auto
    }
}

.component-details-banner {
    overflow: hidden;
    height: 0;
    position: relative
}

.component-details-banner__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center
}

.component-details__title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .5px;
    margin-top: 0;
    margin-bottom: 8px;
    color: #004292
}

@media (min-width:768px) {
    .component-details__title {
        margin-bottom: 16px;
        line-height: 24px
    }
}

.component-details__text {
    word-break: break-word;
    margin-bottom: 24px;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: .8px;
    color: #004292
}

.component-details__text ul {
    list-style: initial
}

.component-details__text ul li {
    margin-left: 16px
}

.component-details__text ul li::marker {
    color: #003e85;
    font-size: 16px
}

@media (min-width:768px) {
    .component-details__text {
        font-size: 16px;
        min-height: 60px
    }
}

.component-details__button {
    margin: 0;
    cursor: pointer
}

@media (min-width:768px) {
    .component-details__button {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.component-details__button .cta-arrow {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px
}

.component-details__button:hover .cta-arrow {
    margin-left: 8px;
    transition: all .1s ease-in
}

.component-details__button--secondary-cta.button {
    padding: 13px 0;
    display: inline
}

@media (max-width:767.5px) {
    .component-details__button--secondary-cta.button {
        padding: 0 0 0 24px
    }
}

.component-details__button-wrapper {
    margin-top: auto;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    grid-row-gap: 24px;
    row-gap: 24px;
    grid-column-gap: 24px;
    -webkit-column-gap: 24px;
    column-gap: 24px
}

@media (min-width:768px) {
    .component-details__button-wrapper {
        flex-direction: row
    }
}

.component-details .fixed-aspect-ratio-box {
    display: block;
    padding-top: 56.3253%;
    position: relative;
    width: 100%
}

.component-details .fixed-aspect-ratio-box img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (min-width:1680px) {
    .screen-wrapper {
        position: relative
    }
}

@media (min-width:1680px) {
    .series-details {
        margin: 0 auto;
        max-width: 1680px
    }

    .series-details:after,
    .series-details:before {
        content: "";
        position: absolute;
        top: 0;
        min-width: 50%;
        z-index: -1;
        height: 100%
    }

    .series-details:before {
        left: 0;
        background: rgba(220, 221, 222, .3)
    }

    .series-details:after {
        right: 0;
        background: #fff
    }
}

@media (max-width:1679.5px) {
    .series-details {
        background: rgba(220, 221, 222, .3)
    }
}

@media screen and (min-width:768px) {
    .series-details {
        margin-top: 57px
    }
}

@media (min-width:768px) {
    .series-details__container {
        position: relative;
        height: 768px;
        display: grid;
        overflow: hidden;
        grid-template-columns: 1fr 2fr
    }
}

@media (min-width:992px) {
    .series-details__container {
        grid-template-columns: 440px 1fr
    }
}

.series-details__shadow {
    position: absolute;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 40px
}

.series-details__shadow-top {
    top: 0;
    background-image: linear-gradient(180deg, rgba(10, 26, 50, .12), rgba(10, 26, 50, 0))
}

.series-details__shadow-bottom {
    bottom: 0;
    background-image: linear-gradient(0deg, rgba(10, 26, 50, .12), rgba(10, 26, 50, 0))
}

.series-details__tabs {
    padding: 0;
    margin: 0
}

@media (min-width:768px) {
    .series-details__tabs {
        margin-top: 14px
    }

    .series-details__tabs-wrapper::-webkit-scrollbar {
        display: none
    }
}

.series-details__tabs-wrapper {
    scrollbar-width: none;
    padding: 0;
    z-index: 3;
    overflow-y: auto;
    background-image: linear-gradient(0deg, #f5f5f6, transparent), linear-gradient(180deg, #f5f5f6, transparent), linear-gradient(0deg, rgba(0, 0, 0, .2), transparent), linear-gradient(180deg, rgba(0, 0, 0, .2), transparent);
    background-position: bottom, top, bottom, top;
    background-size: 100% 400px, 100% 400px, 100% 80px, 100% 80px;
    background-repeat: no-repeat;
    background-attachment: local, local, scroll, scroll
}

.series-details__tabs-wrapper::-webkit-scrollbar {
    display: none
}

.series-details__tab {
    font-size: 14px;
    font-weight: 700
}

.series-details__tab--selected,
.series-details__tab:last-child {
    border-bottom: 0
}

@media screen and (min-width:768px) {
    .series-details__tab {
        width: auto;
        margin: 0 16px 0 32px;
        padding: 0;
        position: relative
    }

    .series-details__tab--selected:after {
        content: "";
        position: absolute;
        top: 32%;
        right: -32px;
        -webkit-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
        width: 11px;
        height: 30px;
        background-color: #004292;
        z-index: 3
    }
}

.series-details__title-width {
    width: calc(100% - 32px)
}

.series-details__tab-button {
    all: unset;
    cursor: pointer;
    width: calc(100% - 32px);
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    margin: 0 16px;
    border-bottom: 1px solid #dcddde;
    box-sizing: border-box
}

.series-details__tab-button:hover {
    opacity: 1
}

.series-details__tab-button--selected {
    opacity: 1;
    border: 0
}

.series-details__tab-button h3 {
    margin: 0;
    font-size: 14px
}

.series-details__tab-button h3 {
    text-transform: uppercase;
}

@media screen and (min-width:768px) {
    .series-details__tab-button {
        height: auto;
        margin: 0;
        position: relative;
        opacity: .5;
        border: none;
        padding: 0;
        transition: font-size
    }

    .series-details__tab-button h3 {
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 22px;
        font-size: 14px;
        line-height: 24px
    }

    .series-details__tab-button--selected {
        text-decoration: none;
        opacity: 1
    }

    .series-details__tab-button--selected h3 {
        font-size: 16px
    }
}

.series-details__tab-button .icon-wrapper {
    background-color: #003e85
}

.series-details__component-section {
    position: relative;
    background-color: #fff
}

.series-details__component-wrapper {
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    display: none;
}

.series-details__component-wrapper.active {
    display: block;
    animation: indexmove;
    animation-fill-mode: both;
    animation-duration: 500ms;
    animation-iteration-count: 1;
    opacity: 1;
}

.series-details__component--hidden {
    display: none
}

.series-details__header {
    padding: 48px 16px 24px
}

@media screen and (min-width:768px) {
    .series-details__header {
        padding: 80px 32px 8px
    }
}

.series-details__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1.8px;
    color: #004292;
    margin: 0
}

@media screen and (min-width:768px) {
    .series-details__title {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 2px;
        padding-bottom: 20px
    }
}

.fullscreen {
    background: #fff;
    margin: 0 auto;
    max-width: 1680px
}

.fullscreen+* {
    padding-top: 4rem
}

@media (min-width:768px) {
    .fullscreen+* {
        padding-top: 1.5rem
    }
}

@media (min-width:1680px) {
    .fullscreen+* {
        padding-top: 9rem
    }
}

.fullscreen__carousel {
    position: relative
}

.fullscreen__carousel .custom-arrow__button {
    display: flex
}

.fullscreen__carousel__animate-icons {
    opacity: 1;
    transition: opacity 1s ease;
    z-index: 85
}

@media (max-width:767.5px) {
    .fullscreen__carousel__animate-icons {
        opacity: 0;
        pointer-events: none
    }

    .fullscreen__carousel__animate-icons--animate-fade {
        -webkit-animation: fade 3s ease-in forwards;
        animation: fade 3s ease-in forwards
    }
}

.fullscreen__carousel__animate-icons--hide {
    opacity: 0
}

.fullscreen .slide {
    height: 85vh
}

.product-single  .carousel-item {
    height: 85vh;
}



@media (max-width:1200px) {
    .fullscreen .slide {
        height: unset;
    }

    .product-single  .carousel-item {
        height: 55vh;
    }
}

@media (max-width: 768px) {
    .product-single  .carousel-item {
        height: 35vh;
    }

    .model-listing-wrapper {
        margin-top: 580px !important;
    }
}

.fullscreen .slide .slide-footer {
    min-height: 114px;
    position: absolute;
    z-index: 0;
    bottom: 0;
    width: 100%;
    padding-top: 40px;
    background-image: linear-gradient(0deg, rgba(10, 26, 50, .7), rgba(10, 26, 50, .5) 67%, rgba(10, 26, 50, 0))
}

@media (min-width:1200px) {
    .fullscreen .slide .slide-footer {
        min-height: 130px
    }
}

.fullscreen .slide .slide-footer .slide-description {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-bottom: 50px;
    padding: 0 5px;
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

@media (min-width:768px) {
    .fullscreen .slide .slide-footer .slide-description {
        padding: 0 16px
    }
}

@media (min-width:1200px) {
    .fullscreen .slide .slide-footer .slide-description {
        text-align: left;
        padding: 0 168px;
        margin-bottom: 66px
    }
}

.fullscreen .slide__inner {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden
}

.fullscreen .slide__inner[data-text-color=White] .slide__text {
    color: #fff
}

.fullscreen .slide__image,
.fullscreen .slide__video,
.fullscreen .slide img {
    left: 50%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    z-index: -2
}

.fullscreen .slide__content {
    padding: 16px;
    text-align: center;
    position: relative
}

@media (min-width:1000px) {
    .fullscreen .slide__content {
        box-sizing: initial;
        padding: 107.2px 168px 0;
        margin: auto;
        max-width: 883px;
        width: 100%
    }
}

.fullscreen .slide__content pfe-cta {
    --pfe-theme--cta__priority--DiagonalSkewX: 0deg;
    --pfe-cta--BackgroundColor: #003e85;
    --pfe-cta--BoxShadow--hover: none;
    --pfe-cta--BoxShadow: none;
    --pfe-cta--BackgroundImage--hover: none;
    --pfe-cta--BackgroundColor--hover: #003e85;
    --pfe-cta--Color--hover: $black
}

.fullscreen .slide__text {
    color: #000
}

.fullscreen .slide__text--title {
    font-size: 10px;
    font-weight: 700;
    line-height: 44px;
    margin: 80px 0 16px
}

@media (min-width:1200px) {
    .fullscreen .slide__text--title {
        font-size: 56px;
        line-height: 30px;
        margin: 0 0 16px
    }
}

.fullscreen .slide__text--content {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 48px
}

@media (min-width:1200px) {
    .fullscreen .slide__text--content {
        font-size: 30px;
        line-height: 46px
    }
}

.fullscreen .controls {
    display: flex;
    justify-content: center
}

.fullscreen .controls .carousel-dots-wrapper {
    position: absolute;
    bottom: 16px
}

@media (min-width:1200px) {
    .fullscreen .controls .carousel-dots-wrapper {
        bottom: 32px
    }
}

.fullscreen .controls .carousel-dots-wrapper .carousel-dots {
    background-color: #fff;
    opacity: .8
}

.fullscreen .controls .carousel-dots-wrapper .carousel-dots--active {
    opacity: 1
}

.fullscreen .controls__arrow {
    border: none;
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    background-color: #000;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 24px
}

.fullscreen .controls__arrow:hover {
    background-color: #003e85
}

@media (min-width:1200px) {
    .fullscreen .controls__arrow {
        font-size: 32px;
        display: flex
    }
}

.fullscreen .controls__arrow .icon-wrapper {
    display: block
}

.fullscreen .controls__arrow--previous {
    left: 20px
}

@media (min-width:1200px) {
    .fullscreen .controls__arrow--previous {
        left: 80px
    }
}

.fullscreen .controls__arrow--next {
    right: 20px
}

@media (min-width:1200px) {
    .fullscreen .controls__arrow--next {
        right: 80px
    }
}

.fullscreen .controls__arrow--download {
    align-items: center;
    border: 0;
    height: 40px;
    justify-content: center;
    margin-left: 16px;
    outline: 0;
    width: 40px;
    padding: 0;
    cursor: pointer;
    display: flex;
    top: 16px;
    right: 16px;
    z-index: 11
}

@media (min-width:1200px) {
    .fullscreen .controls__arrow--download {
        top: 24px;
        right: 32px
    }
}

.media-gallery {
    background: #dcddde
}

.media-gallery__wrapper {
    margin: 0 auto;
    max-width: 1680px
}

.media-gallery__content {
    padding: 80px 32px 0
}

@media (max-width:767.5px) {
    .media-gallery__content {
        padding: 48px 16px 24px
    }
}

.media-gallery .overlay-carousel-popup__heading-wrapper {
    padding: 64px 0 0
}

@media (min-width:992px) {
    .media-gallery .overlay-carousel-popup__focus-image__text-description {
        width: 62.3%
    }
}

.plm-series-detail-overview-text-wrapper {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column
}

.plm-series-detail-overview-text-wrapper__dot-space {
    height: 0;
    width: 100%
}

@media (min-width:768px) {
    .plm-series-detail-overview-text-wrapper__dot-space {
        height: 64px
    }
}

.plm-series-detail-overview-text {
    background: #fff;
    z-index: 2;
    box-sizing: border-box;
    padding: 16px
}

@media (min-width:768px) {
    .plm-series-detail-overview-text {
        padding: 16px 32px 64px;
        flex-grow: 1
    }
}

.plm-series-detail-overview-text__title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.8px;
    font-weight: 700;
    color: #004292;
    margin: 0 0 8px
}

@media (min-width:768px) {
    .plm-series-detail-overview-text__title {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 2px;
        margin-bottom: 16px
    }
}

.plm-series-detail-overview-text__description {
    font-weight: 14px;
    margin-bottom: 24px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292
}

@media (min-width:768px) {
    .plm-series-detail-overview-text__description {
        margin-bottom: 0;
        font-size: 16px
    }
}

.plm-series-detail-overview-text__link-wrapper {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 24px;
    row-gap: 24px
}

@media (max-width:767.5px) {
    .plm-series-detail-overview-text__link-wrapper {
        flex-direction: column;
        justify-content: center
    }
}

.plm-series-detail-overview-text__link-wrapper:empty {
    display: none
}

.plm-series-detail-overview-text .s-blue,
.plm-series-detail-overview-text .s-white {
    padding: 0 0 0 24px
}

.plm-series-detail-overview-text .plm-series-detail-overview-text__pop-up {
    flex-grow: 1;
    margin: auto 0
}

.plm-series-detail-overview-text__right-margin {
    margin-right: 24px
}

.plm-series-detail-overview-hero-card__picture img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.plm-series-detail-overview-hero-card__focus-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.plm-series-detail-overview-hero-card__focus-image__text-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    padding: 16px;
    background: linear-gradient(0deg, rgba(10, 26, 50, .7), rgba(10, 26, 50, .5) 33%, rgba(10, 26, 50, 0))
}

.plm-series-detail-overview-hero-card__focus-image__text-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .5px;
    font-weight: 700;
    margin-bottom: 8px
}

.plm-series-detail-overview-hero-card__focus-image__text-description {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px
}

.plm-series-detail-overview-hero-card__slide-video-play-button {
    position: absolute;
    top: 50%;
    z-index: 1;
    padding: 24px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    cursor: pointer;
    background-color: #004292;
    --pfe-theme--color--ui-complement: #fff
}

.plm-series-detail-overview-hero-card__slide-video-play-button:hover {
    background: #003e85
}

@media (max-width:767.5px) {
    .plm-series-detail-overview-hero-card__slide-video-play-button {
        padding: 8px
    }
}

.plm-series-detail-overview-hero-card__slide-video-play-button>.icon-wrapper {
    background-color: #fff
}

.plm-series-detail-overview-hero-card__fixed-aspect-ratio-box {
    display: block;
    padding-top: 65.13995%;
    position: relative;
    width: 100%
}

.plm-series-detail-overview-hero-card__fixed-aspect-ratio-box img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width:767.5px) {
    .plm-series-detail-overview-hero-card__fixed-aspect-ratio-box {
        width: 100%
    }
}

.plm-series-detail-overview-modal-video {
    max-width: 846px
}

.plm-series-detail-overview-modal-video__internal-video {
    width: 100%;
    height: 100%
}

.plm-series-detail-overview-modal-video__youtube-video {
    width: 100%;
    height: 100%;
    margin: 0
}

@media (max-width:767.5px) {
    .plm-series-detail-overview-modal-video__youtube-video {
        height: 100%;
        width: 100%
    }
}

.plm-series-detail-overview-carousel {
    position: relative;
    overflow: hidden
}

.plm-series-detail-overview-carousel__wrapper {
    position: relative;
    height: 100%
}

.plm-series-detail-overview-carousel .slick-list,
.plm-series-detail-overview-carousel .slick-slide>div,
.plm-series-detail-overview-carousel .slick-slider,
.plm-series-detail-overview-carousel .slick-track {
    height: 100%
}

.plm-series-detail-overview-carousel .slick-slider {
    z-index: 2
}

.plm-series-detail-overview-carousel__hide-carousel-dots .carousel-dots-wrapper {
    display: none
}

.plm-series-detail-overview-carousel__slide-wrapper {
    position: relative;
    height: 100%;
    width: 100%
}

.plm-series-detail-overview-carousel__slide-wrapper img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width:767.5px) {
    .plm-series-detail-overview-carousel__slide-wrapper {
        box-sizing: border-box;
        display: block;
        padding-top: 56%;
        position: relative;
        width: 100%
    }

    .plm-series-detail-overview-carousel__slide-wrapper img {
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.plm-series-detail-overview-carousel__arrow-control {
    display: block;
    border: none;
    outline: none;
    position: absolute;
    padding: 8px;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 0 2px 20px hsla(0, 0%, 49.4%, .25);
    background-color: #004292;
    --pfe-theme--color--ui-complement: #fff
}

.plm-series-detail-overview-carousel__arrow-control:hover {
    --pfe-theme--color--ui-complement: #fff;
    background: #003e85;
    box-shadow: 0 2px 20px hsla(0, 0%, 49.4%, .25)
}

.plm-series-detail-overview-carousel__arrow-control--previous {
    z-index: 85;
    left: 30px
}

.plm-series-detail-overview-carousel__arrow-control--next {
    z-index: 85;
    right: 30px
}

@media (min-width:768px) {
    .plm-series-detail-overview-carousel__arrow-control--previous {
        z-index: 85;
        left: 80px
    }

    .plm-series-detail-overview-carousel__arrow-control--next {
        z-index: 85;
        right: 80px
    }
}

.plm-series-detail-overview-carousel__indicators {
    display: flex;
    position: absolute;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 100vw;
    z-index: 2
}

.plm-series-detail-overview-carousel__indicators__item {
    display: inline-block;
    width: 32px;
    height: 3px;
    background: hsla(0, 0%, 100%, .6);
    margin: 0 8px
}

.plm-series-detail-overview-carousel__indicators__item:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    width: 0
}

.plm-series-detail-overview-carousel__indicators__item--active {
    width: 64px
}

.plm-series-detail-overview-carousel__indicators__item--active:after {
    width: 100%
}

.plm-series-detail-overview-carousel__animate-icons {
    opacity: 1;
    transition: opacity 1s ease-in
}

.plm-series-detail-overview-carousel__animate-icons--animate-fade {
    opacity: 0
}

@media (max-width:767.5px) {
    .plm-series-detail-overview-carousel__animate-icons {
        opacity: 0;
        pointer-events: none
    }

    .plm-series-detail-overview-carousel__animate-icons--animate-fade {
        -webkit-animation: fade 3s ease-in forwards;
        animation: fade 3s ease-in forwards
    }
}

.plm-series-detail-overview-carousel__animate-icons--hide {
    opacity: 0
}

.plm-series-detail-overview-carousel__animate-icons--show {
    opacity: 1;
    pointer-events: inherit
}

.plm-series-detail-overview-carousel .slide .plm-series-detail-overview-carousel__desktop-image {
    display: none
}

@media (min-width:768px) {
    .plm-series-detail-overview-carousel .slide .plm-series-detail-overview-carousel__desktop-image {
        display: block
    }
}

@media (min-width:768px) {
    .plm-series-detail-overview-carousel .slide .plm-series-detail-overview-carousel__mobile-image {
        display: none
    }
}

.plm-series-detail-overview-carousel__video-wrapper {
    position: relative
}

.plm-series-detail-overview-carousel__video-box {
    width: 100%;
    height: 100%
}

.plm-series-detail-overview-carousel__expand-icon {
    z-index: 2;
    position: absolute;
    right: 32px;
    top: 24px;
    outline: none;
    padding: 8px;
    cursor: pointer;
    background-color: #004292;
    --pfe-theme--color--ui-complement: #fff
}

.plm-series-detail-overview-carousel__expand-icon:hover {
    --pfe-theme--color--ui-complement: #fff;
    background: #003e85
}

@media (min-width:768px) {
    .plm-series-detail-overview-carousel__expand-icon {
        right: 80px
    }
}

.plm-series-detail-overview-carousel__focus-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    transition: opacity .5s ease-in-out
}

.plm-series-detail-overview-carousel__fixed-aspect-ratio-box {
    display: block;
    padding-top: 65.05513%;
    position: relative;
    width: 100%
}

.plm-series-detail-overview-carousel__fixed-aspect-ratio-box img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width:767.5px) {
    .plm-series-detail-overview-carousel__fixed-aspect-ratio-box {
        width: 100%
    }
}

.plm-series-detail-overview-carousel .carousel-dots-wrapper {
    bottom: 0;
    width: 100%;
    position: absolute;
    justify-content: center;
    padding: 30px 0;
    background: linear-gradient(0deg, rgba(10, 26, 50, .7), rgba(10, 26, 50, .5) 67%, rgba(10, 26, 50, 0));
    pointer-events: none
}

.plm-series-detail-overview-carousel .carousel-dots-wrapper .carousel-dots {
    pointer-events: all;
    background-color: #fff;
    opacity: .8
}

.plm-series-detail-overview-carousel .carousel-dots-wrapper .carousel-dots--active {
    opacity: 1
}

.plm-series-detail-overview {
    background-color: #fff;
    overflow: hidden
}

.plm-series-detail-overview__container {
    margin: 0 auto;
    max-width: 1680px
}

@media (min-width:768px) {
    .plm-series-detail-overview__container {
        display: grid;
        grid-template-columns: 34% 66%;
        min-height: 768px
    }

    .plm-series-detail-overview__container>:first-child {
        grid-row: 1/2;
        grid-column: 2/3
    }

    .plm-series-detail-overview__container>:nth-child(2) {
        grid-row: 1/2;
        grid-column: 1/2
    }
}

.product-plm-solutions-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 1680px;
    display: flex;
    flex-direction: column
}

@media (min-width:768px) {
    .product-plm-solutions-wrapper {
        padding: 80px 32px 0
    }
}

.product-plm-solutions__header {
    display: flex;
    flex-direction: column
}

@media (max-width:767.5px) {
    .product-plm-solutions__header {
        padding: 40px 16px 0
    }
}

.product-plm-solutions__eyebrow {
    margin: 80px 0 8px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #7d7b7b;
    text-transform: uppercase;
    font-weight: 400
}

@media (max-width:767.5px) {
    .product-plm-solutions__eyebrow {
        font-size: 14px
    }
}

.product-plm-solutions__title-wrapper {
    display: flex;
    flex-direction: column
}

@media (min-width:768px) {
    .product-plm-solutions__title-wrapper {
        flex-direction: row
    }
}

.product-plm-solutions__title {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 2px;
    color: #004292
}

@media (max-width:767.5px) {
    .product-plm-solutions__title {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 1.8px
    }
}

.product-plm-solutions__subtitle {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292;
    margin-bottom: 24px
}

@media (min-width:768px) {
    .product-plm-solutions__subtitle {
        margin: 0;
        position: relative;
        width: 45vw;
        max-width: 756px
    }
}

@media (max-width:767.5px) {
    .product-plm-solutions__subtitle {
        font-size: 14px
    }
}

.product-plm-solutions__cards {
    display: grid;
    position: relative;
    grid-column-gap: unset;
    padding: 0;
    grid-row-gap: 20px;
    grid-template-columns: 1fr
}

@media (min-width:768px) {
    .product-plm-solutions__cards {
        grid-row-gap: 32px;
        grid-template-columns: repeat(2, 1fr);
        padding: 64px 32px 32px;
        grid-column-gap: 82px
    }
}

@media (min-width:1200px) {
    .product-plm-solutions__cards {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

.product-plm-solutions__show-more {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px
}

@media (max-width:767.5px) {
    .product-plm-solutions__show-more {
        margin: 32px 0 40px
    }
}

.product-plm-solutions__show-more-cta {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .8px;
    text-align: center;
    color: #003e85;
    background-color: initial;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    align-items: center
}

.product-plm-solutions__show-more-cta .icon-wrapper {
    margin-left: 8px;
    background-color: #003e85
}

.product-plm-solutions-card {
    position: relative;
    margin-bottom: 40px;
    background-color: #fff;
    display: flex;
    flex-direction: column
}

@media (min-width:768px) {
    .product-plm-solutions-card {
        margin-bottom: 40px
    }
}

@media (min-width:768px) {
    .product-plm-solutions-card:hover {
        z-index: 11
    }

    .product-plm-solutions-card:hover .product-plm-solutions-card__media-bg-image {
        -webkit-transform: translate(-32px, -32px);
        transform: translate(-32px, -32px);
        opacity: 1
    }
}

@media (min-width:768px) {
    .product-plm-solutions-card:hover .product-plm-solutions-card__body {
        position: absolute;
        z-index: 1;
        max-height: unset;
        height: unset;
        left: -32px;
        right: -32px;
        padding: 0 40px 32px;
        min-height: 100%
    }
}

@media (min-width:768px) {
    .product-plm-solutions-card:hover .product-plm-solutions-card__content-text {
        height: unset;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
        padding: 16px 0 0
    }

    .product-plm-solutions-card:hover .product-plm-solutions-card__content-text:before {
        content: unset
    }
}

@media (min-width:768px) {

    .product-plm-solutions-card:hover .product-plm-solutions-card__description,
    .product-plm-solutions-card:hover .product-plm-solutions-card__title {
        display: initial;
        overflow: unset;
        white-space: normal
    }
}

.product-plm-solutions-card--white,
.product-plm-solutions-card--white .product-plm-solutions-card__body,
.product-plm-solutions-card--white .product-plm-solutions-card__buttons,
.product-plm-solutions-card--white .product-plm-solutions-card__media {
    background-color: #fff
}

.product-plm-solutions-card__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-plm-solutions-card__media-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .3s;
    opacity: 0;
    height: 235px
}

.product-plm-solutions-card__media-picture {
    object-fit: cover;
    max-width: 100%;
    display: block;
    padding-top: 56.26667%;
    position: relative;
    width: 100%
}

.product-plm-solutions-card__media-picture img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width:767.5px) {
    .product-plm-solutions-card__media-picture {
        width: 100vw
    }
}

@media (min-width:768px) {
    .product-plm-solutions-card__media-picture {
        display: block;
        padding-top: 56.37149%;
        position: relative;
        width: 100%
    }

    .product-plm-solutions-card__media-picture img {
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%
    }
}

@media (min-width:1200px) {
    .product-plm-solutions-card__media-picture {
        display: block;
        padding-top: 56.40244%;
        position: relative;
        width: 100%
    }

    .product-plm-solutions-card__media-picture img {
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.product-plm-solutions-card__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 16px;
    height: 100%
}

@media (min-width:768px) {
    .product-plm-solutions-card__body {
        padding: 0 8px
    }

    .product-plm-solutions-card__body--no-image {
        height: unset;
        max-height: unset
    }
}

.product-plm-solutions-card__body--wrapper {
    flex-grow: 1;
    position: relative
}

.product-plm-solutions-card__body--darkBlue {
    color: #004292
}

@media (min-width:768px) {
    .product-plm-solutions-card__content-text {
        display: flex;
        flex-direction: column;
        padding: 16px 0 0;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .product-plm-solutions-card__content-text:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

.product-plm-solutions-card__content-text .product-plm-solutions-card__text {
    height: auto;
    max-height: unset;
    overflow: initial
}

.product-plm-solutions-card__content-text .product-plm-solutions-card__text:before {
    content: unset
}

@media (min-width:768px) {
    .product-plm-solutions-card__text {
        display: flex;
        flex-direction: column;
        height: 150px;
        max-height: 150px;
        overflow: hidden;
        margin-bottom: 24px;
        position: relative;
        padding: 0 40px
    }
}

.product-plm-solutions-card__title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 16px 0;
    word-wrap: break-word
}

@media (min-width:768px) {
    .product-plm-solutions-card__title {
        padding: 0 0 8px
    }
}

.product-plm-solutions-card__description {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    white-space: normal;
    transition: .3s;
    padding: 0
}

@media (min-width:768px) {
    .product-plm-solutions-card__description {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical
    }
}

.product-plm-solutions-card__content-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: end;
    padding-top: 24px
}

.product-card-dashboard {
    margin: 0 auto;
    max-width: 1680px
}

.product-card-dashboard__wrapper {
    background-color: #fff
}

.product-card-dashboard__products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 64px;
    grid-column-gap: 16px;
    padding: 64px 32px;
    padding-bottom: 300px;
}

@media (max-width:767.5px) {
    .product-card-dashboard__products {
        padding: 0 16px 40px;
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 0;
        padding-bottom: 180px;
    }
}

@media (min-width:768px) {
    .product-card-dashboard__products {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:992px) {
    .product-card-dashboard__products {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width:1200px) {
    .product-card-dashboard__products {
        grid-template-columns: repeat(4, 1fr)
    }
}

.product-card-dashboard__products * {
    box-sizing: border-box
}

.series-overview-text-wrapper {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column
}

.series-overview-text-wrapper__dot-space {
    height: 0;
    width: 100%
}

@media (min-width:768px) {
    .series-overview-text-wrapper__dot-space {
        height: 64px
    }
}

.series-overview-text {
    background: #fff;
    z-index: 2;
    box-sizing: border-box;
    padding: 16px
}

@media (min-width:768px) {
    .series-overview-text {
        padding: 32px 32px 64px;
        flex-grow: 1
    }
}

@media (max-width:767.5px) {
    .series-overview-text {
        min-width: 343px;
        height: auto
    }
}

.series-overview-text__eyebrow {
    color: #7d7b7b;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    margin: 0 0 8px
}

@media (min-width:768px) {
    .series-overview-text__eyebrow {
        font-size: 16px
    }
}

.series-overview-text__title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.8px;
    font-weight: 700;
    color: #004292;
    margin: 8px 0;
    word-break: break-word
}

@media (min-width:768px) {
    .series-overview-text__title {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 2px;
        margin: 8px 0 16px
    }
}

.series-overview-text__description {
    font-weight: 14px;
    margin-bottom: 24px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292
}

@media (min-width:768px) {
    .series-overview-text__description {
        margin-bottom: 0;
        font-size: 16px
    }
}

.series-overview-text__link-wrapper {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 24px;
    row-gap: 24px
}

@media (max-width:767.5px) {
    .series-overview-text__link-wrapper {
        flex-direction: column;
        justify-content: center
    }
}

.series-overview-text__link-wrapper:empty {
    display: none
}

.series-overview-text .s-blue,
.series-overview-text .s-white {
    padding: 0 0 0 24px
}

.series-overview-text .series-overview-text__pop-up {
    flex-grow: 1;
    margin: auto 0
}

.series-overview-text__right-margin {
    margin-right: 24px
}

.series-overview-hero-card__picture img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.series-overview-hero-card__focus-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.series-overview-hero-card__focus-image__text-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    padding: 16px;
    background: linear-gradient(0deg, rgba(10, 26, 50, .7), rgba(10, 26, 50, .5) 33%, rgba(10, 26, 50, 0))
}

.series-overview-hero-card__focus-image__text-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .5px;
    font-weight: 700;
    margin-bottom: 8px
}

.series-overview-hero-card__focus-image__text-description {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px
}

.series-overview-hero-card__slide-video-play-button {
    position: absolute;
    top: 50%;
    z-index: 1;
    padding: 24px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    cursor: pointer;
    background-color: #004292;
    --pfe-theme--color--ui-complement: #fff
}

.series-overview-hero-card__slide-video-play-button:hover {
    background: #003e85
}

@media (max-width:767.5px) {
    .series-overview-hero-card__slide-video-play-button {
        padding: 8px
    }
}

.series-overview-hero-card__fixed-aspect-ratio-box {
    display: block;
    padding-top: 65.13995%;
    position: relative;
    width: 100%
}

.series-overview-hero-card__fixed-aspect-ratio-box img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width:767.5px) {
    .series-overview-hero-card__fixed-aspect-ratio-box {
        width: 100%
    }
}

.series-overview-modal-video {
    max-width: 846px
}

.series-overview-modal-video__internal-video {
    width: 100%;
    height: 100%
}

.series-overview-modal-video__youtube-video {
    width: 100%;
    height: 100%;
    margin: 0
}

@media (max-width:767.5px) {
    .series-overview-modal-video__youtube-video {
        height: 100%;
        width: 100%
    }
}

.series-overview-carousel {
    position: relative;
    overflow: hidden
}

.series-overview-carousel__wrapper {
    position: relative;
    height: 100%;
    z-index: 2
}

.series-overview-carousel .slick-list,
.series-overview-carousel .slick-slide>div,
.series-overview-carousel .slick-slider,
.series-overview-carousel .slick-track {
    height: 100%
}

.series-overview-carousel__hide-carousel-dots .carousel-dots-wrapper {
    display: none
}

.series-overview-carousel__slide-wrapper {
    position: relative;
    height: 100%;
    width: 100%
}

.series-overview-carousel__slide-wrapper img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width:767.5px) {
    .series-overview-carousel__slide-wrapper {
        box-sizing: border-box;
        display: block;
        padding-top: 65.05513%;
        position: relative;
        width: 100%
    }

    .series-overview-carousel__slide-wrapper img {
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.series-overview-carousel__arrow-control {
    display: block;
    border: none;
    outline: none;
    position: absolute;
    padding: 8px;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 0 2px 20px hsla(0, 0%, 49.4%, .25);
    background-color: #004292;
    --pfe-theme--color--ui-complement: #fff
}

.series-overview-carousel__arrow-control:hover {
    --pfe-theme--color--ui-complement: #fff;
    background: #003e85;
    box-shadow: 0 2px 20px hsla(0, 0%, 49.4%, .25)
}

.series-overview-carousel__arrow-control--previous {
    z-index: 85;
    left: 30px
}

.series-overview-carousel__arrow-control--next {
    z-index: 85;
    right: 30px
}

@media (min-width:768px) {
    .series-overview-carousel__arrow-control--previous {
        z-index: 85;
        left: 80px
    }

    .series-overview-carousel__arrow-control--next {
        z-index: 85;
        right: 80px
    }
}

.series-overview-carousel__indicators {
    display: flex;
    position: absolute;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 100vw;
    z-index: 2
}

.series-overview-carousel__indicators__item {
    display: inline-block;
    width: 32px;
    height: 3px;
    background: hsla(0, 0%, 100%, .6);
    margin: 0 8px
}

.series-overview-carousel__indicators__item:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    width: 0
}

.series-overview-carousel__indicators__item--active {
    width: 64px
}

.series-overview-carousel__indicators__item--active:after {
    width: 100%
}

.series-overview-carousel__animate-icons {
    opacity: 1;
    transition: opacity 1s ease-in
}

.series-overview-carousel__animate-icons--animate-fade {
    opacity: 0
}

@media (max-width:767.5px) {
    .series-overview-carousel__animate-icons {
        opacity: 0;
        pointer-events: none
    }

    .series-overview-carousel__animate-icons--animate-fade {
        -webkit-animation: fade 3s ease-in forwards;
        animation: fade 3s ease-in forwards
    }

    @-webkit-keyframes fade {
        0% {
            opacity: 1
        }

        to {
            opacity: 0
        }
    }

    @keyframes fade {
        0% {
            opacity: 1
        }

        to {
            opacity: 0
        }
    }
}

.series-overview-carousel__animate-icons--hide {
    opacity: 0
}

.series-overview-carousel__animate-icons--show {
    opacity: 1;
    pointer-events: inherit
}

.series-overview-carousel .slide .series-overview-carousel__desktop-image {
    display: none
}

@media (min-width:768px) {
    .series-overview-carousel .slide .series-overview-carousel__desktop-image {
        display: block
    }
}

@media (min-width:768px) {
    .series-overview-carousel .slide .series-overview-carousel__mobile-image {
        display: none
    }
}

.series-overview-carousel__video-wrapper {
    position: relative
}

.series-overview-carousel__video-box {
    width: 100%;
    height: 100%
}

.series-overview-carousel__expand-icon {
    position: absolute;
    right: 32px;
    top: 24px;
    outline: none;
    padding: 8px;
    cursor: pointer;
    background-color: #004292;
    --pfe-theme--color--ui-complement: #fff
}

.series-overview-carousel__expand-icon:hover {
    --pfe-theme--color--ui-complement: #fff;
    background: #003e85
}

.series-overview-carousel__focus-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    transition: opacity .5s ease-in-out
}

.series-overview-carousel__fixed-aspect-ratio-box {
    display: block;
    padding-top: 65.05513%;
    position: relative;
    width: 100%
}

.series-overview-carousel__fixed-aspect-ratio-box img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width:767.5px) {
    .series-overview-carousel__fixed-aspect-ratio-box {
        width: 100%
    }
}

.series-overview-carousel .carousel-dots-wrapper {
    bottom: 0;
    width: 100%;
    position: absolute;
    justify-content: center;
    padding: 30px 0;
    background: linear-gradient(0deg, rgba(10, 26, 50, .7), rgba(10, 26, 50, .5) 67%, rgba(10, 26, 50, 0));
    pointer-events: none
}

.series-overview-carousel .carousel-dots-wrapper .carousel-dots {
    pointer-events: all;
    background-color: #fff;
    opacity: .8
}

.series-overview-carousel .carousel-dots-wrapper .carousel-dots--active {
    opacity: 1
}

.series-overview {
    background-color: #fff;
    overflow: hidden
}

.series-overview__container {
    margin: 0 auto;
    max-width: 1680px
}

@media (min-width:768px) {
    .series-overview__container {
        display: grid;
        grid-template-columns: 34% 66%;
        min-height: 768px;
        padding-bottom: 32px
    }

    .series-overview__container>.series-overview-carousel {
        grid-row: 1/2;
        grid-column: 2/3
    }

    .series-overview__container>.series-overview-text-wrapper {
        grid-row: 1/2;
        grid-column: 1/2
    }
}

.series-view-360 {
    margin: 0 auto;
    max-width: 1680px;
    padding: 48px 16px 40px
}

.series-view-360 #wivra_hotspot {
    margin: 0 auto;
    width: 100%;
    height: 375px;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    background-color: initial
}

.series-view-360 h2 {
    margin-top: 0
}

@media (min-width:768px) {
    .series-view-360 {
        padding: 84px 32px 64px
    }
}

video::-webkit-media-controls-fullscreen-button {
    display: none
}

#closeHsBut {
    color: #003e85;
    cursor: pointer;
    display: block;
    font-family: "Neue Helvetica W02", Arial, sans-serif;
    font-size: 25px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 0;
    z-index: 16;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .6);
    padding: 2px 10px
}

.hsParentDisable {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 211;
    height: 100%;
    width: 100%
}

.hsDivTxt {
    position: fixed;
    font-size: 12px;
    font-family: "tahoma", sans-serif;
    border: 1px solid #ccc;
    color: #555;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    text-decoration: none;
    top: 50%;
    left: 50%;
    background-color: #fff;
    margin-top: -50px;
    margin-left: -250px;
    width: 500px;
    height: 100px
}

.hsDivTxt:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    display: block
}

.hsDivTxt h3 {
    padding: 0;
    margin: 0;
    color: #369;
    font-family: "Lato", sans-serif
}

.hsDivImg {
    position: fixed;
    font-size: 12px;
    font-family: "tahoma", sans-serif;
    border: 1px solid #ccc;
    color: #555;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    text-decoration: none;
    top: 50%;
    left: 50%;
    background-color: #fff;
    margin-top: -250px;
    margin-left: -349px;
    width: 698px;
    height: auto
}

.hsDivImg:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    display: block
}

.hsDivImg img {
    padding: 25px;
    width: 630px;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%
}

.hsDivVid {
    padding: 30px;
    margin-top: -165px;
    margin-left: -270px;
    width: 540px;
    height: 330px
}

.hsDivImgTxt,
.hsDivVid {
    position: fixed;
    font-size: 12px;
    font-family: "tahoma", sans-serif;
    border: 1px solid #ccc;
    color: #555;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    top: 50%;
    left: 50%;
    background-color: #fff
}

.hsDivImgTxt {
    padding: 10px;
    width: 100%;
    height: auto
}

.hsDivImgTxt:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    display: block
}

.hsDivImgTxt img {
    padding: 25px;
    width: 100%;
    overflow: hidden
}

.hsDivImgTxt h3 {
    padding-left: 25px;
    padding-top: 0;
    margin-top: -25px;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    font-size: 12px;
    font-family: "tahoma", sans-serif;
    color: #003e85
}

.hsDivVid:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    display: block
}

.hsDivPan {
    position: fixed;
    font-size: 12px;
    font-family: "tahoma", sans-serif;
    border: 1px solid #ccc;
    color: #555;
    display: block;
    padding: 30px;
    box-sizing: border-box;
    text-decoration: none;
    top: 50%;
    left: 50%;
    background-color: #fff;
    margin-top: -230px;
    margin-left: -270px;
    width: 540px;
    height: 460px
}

.hsDivPan:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    display: block
}

.hsDivPan iframe {
    width: 480px;
    height: 400px;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    border-style: none;
    visibility: visible
}

.hsDivVidTxt {
    position: fixed;
    font-size: 12px;
    font-family: "tahoma", sans-serif;
    border: 1px solid #ccc;
    color: #555;
    display: block;
    padding: 30px;
    box-sizing: border-box;
    text-decoration: none;
    top: 50%;
    left: 50%;
    background-color: #fff;
    margin-top: -165px;
    margin-left: -270px;
    height: auto !important;
    width: 540px
}

.hsDivVidTxt:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    display: block
}

.hsDivVidTxt h3 {
    width: 480px;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    color: #003e85
}

.hsDivVidTxt h3,
.hsDivYouTube {
    font-size: 12px;
    font-family: "tahoma", sans-serif
}

.hsDivYouTube {
    position: fixed;
    border: 1px solid #ccc;
    color: #555;
    display: block;
    padding: 30px;
    box-sizing: border-box;
    text-decoration: none;
    top: 50%;
    left: 50%;
    background-color: #fff;
    margin-top: -210px;
    margin-left: -414px;
    width: 828px;
    height: 420px
}

.hsDivYouTube:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    display: block
}

.hsDivYouTube iframe {
    width: 768px;
    height: 360px;
    border: 0
}

.special-offer-detail {
    margin: 0;
    padding: 24px 16px
}

.special-offer-detail-wrapper {
    margin: 0 auto;
    max-width: 1680px;
    color: #004292
}

@media (min-width:768px) {
    .special-offer-detail {
        width: 47.62%;
        padding: 64px 32px
    }
}

.special-offer-detail__title {
    margin: 22px 0 0;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.8px
}

@media (min-width:768px) {
    .special-offer-detail__title {
        margin-top: 16px;
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 2px
    }
}

.special-offer-detail-categories {
    margin: 22px 0 0
}

@media (min-width:768px) {
    .special-offer-detail-categories {
        margin-top: 32px
    }
}

.special-offer-detail-categories__title {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    margin-right: 8px
}

@media (min-width:768px) {
    .special-offer-detail-categories__title {
        font-size: 16px;
        margin-right: 4px
    }
}

.special-offer-detail-categories__link {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #003e85;
    font-weight: 700
}

.special-offer-detail-categories__link,
.special-offer-detail-categories__link:focus,
.special-offer-detail-categories__link:hover,
.special-offer-detail-categories__link:visited {
    color: #003e85
}

.special-offer-detail__description {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    margin: 20px 0 0
}

@media (min-width:768px) {
    .special-offer-detail__description {
        font-size: 16px;
        margin-top: 16px
    }
}

.special-offer-detail__disclaimer {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    margin-top: 16px;
    color: #003e85;
    text-decoration: underline;
    cursor: pointer
}

.special-offer-detail__disclaimer,
.special-offer-detail__expiry {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    font-weight: 700
}

.special-offer-detail__expiry {
    margin: 8px 0 0
}

.special-offer-detail-modal__content {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px
}

@media (min-width:768px) {
    .special-offer-detail-modal__content {
        font-size: 16px
    }
}

.my-modal-dialog.special-offer-detail-modal {
    padding: 80px 32px 64px
}

@media (max-width:767.5px) {
    .my-modal-dialog.special-offer-detail-modal {
        padding: 16px 16px 40px
    }
}

.my-modal-dialog.special-offer-detail-modal>div {
    text-align: left;
    margin: 0 auto
}

@media (min-width:768px) {
    .my-modal-dialog.special-offer-detail-modal>div {
        max-width: 632px
    }
}

@media (max-width:767.5px) {
    .my-modal-dialog.special-offer-detail-modal>div {
        max-width: 343px
    }
}

@-webkit-keyframes slidein {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slidein {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideout {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideout {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes slidedown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slidedown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (min-width:768px) {
    .promo-banner {
        display: flex
    }
}

@media (min-width:768px) {
    .promo-banner__image {
        position: relative;
        overflow: visible;
        width: 100%;
        height: 100%
    }
}

@media (min-width:768px) {
    .promo-banner__image-wrapper {
        min-width: 285px;
        min-height: 191px;
        object-fit: cover;
        padding: 13px 0 13px 16px
    }
}

@media (max-width:767.5px) {
    .promo-banner__image-wrapper {
        display: none
    }
}

.promo-banner__container {
    display: block;
    position: fixed;
    z-index: 200;
    background-color: #004292;
    color: #fff;
    transition: top .4s ease;
    top: var(--navigation-offset)
}

@media (min-width:768px) {
    .promo-banner__container {
        width: 700px;
        top: 50%;
        -webkit-animation: slidein .7s ease-in-out;
        animation: slidein .7s ease-in-out
    }
}

@media (max-width:767.5px) {
    .promo-banner__container {
        min-width: 375px;
        top: 85px;
        -webkit-animation: slidedown 1s ease-in-out;
        animation: slidedown 1s ease-in-out
    }
}

.promo-banner__container--closed {
    display: none
}

@media (min-width:768px) {
    .promo-banner__container--closed {
        display: inherit;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-animation: slideout .7s ease-in-out;
        animation: slideout .7s ease-in-out
    }
}

.promo-banner__content {
    padding: 0 24px 4px 15px
}

@media (max-width:767.5px) {
    .promo-banner__content {
        padding-left: 16px
    }
}

.promo-banner__close-button {
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: initial;
    cursor: pointer;
    position: absolute;
    height: 24px;
    width: 24px
}

@media (max-width:767.5px) {
    .promo-banner__close-button {
        top: 16px;
        right: 16px
    }
}

@media (min-width:768px) {
    .promo-banner__close-button {
        top: 13px;
        right: 13px
    }
}

.promo-banner__heading {
    margin: 48px 0 8px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.8px
}

@media (min-width:768px) {
    .promo-banner__heading {
        margin: 24px 0 8px;
        line-height: 24px;
        letter-spacing: 2px
    }
}

.promo-banner__text {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px
}

.promo-banner__cta.button {
    padding-left: 0
}

.quick-links-container {
    opacity: 0;
    pointer-events: none
}

.quick-links-container--editor,
.quick-links-container--show {
    opacity: 1;
    pointer-events: all
}

.quick-links {
    position: fixed;
    transition: 1.5s ease-out;
    z-index: 209
}

.quick-links--editor {
    -webkit-animation: slideRight 3s linear forwards;
    animation: slideRight 3s linear forwards;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media (min-width:768px) {

    .quick-links--editor .quick-links-link__link,
    .quick-links--editor .quick-links-link__link a {
        -webkit-animation: slideRightInner 5s linear;
        animation: slideRightInner 5s linear;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s
    }
}

@-webkit-keyframes slideRight {
    0% {
        right: -1000px
    }

    50% {
        right: -1000px
    }

    to {
        right: 0
    }
}

@keyframes slideRight {
    0% {
        right: -1000px
    }

    50% {
        right: -1000px
    }

    to {
        right: 0
    }
}

@-webkit-keyframes slideRightInner {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    70% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(calc(100% + 32px));
        transform: translateX(calc(100% + 32px))
    }
}

@keyframes slideRightInner {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    70% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(calc(100% + 32px));
        transform: translateX(calc(100% + 32px))
    }
}

@media (max-width:767.5px) {
    .quick-links {
        background-color: #fff;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        box-shadow: 0 -5px 20px rgba(134, 188, 237, .3);
        bottom: -1000px;
        left: 0;
        right: 0;
        display: block;
        padding: 8px 6.66667px 16px;
        transition: bottom 1.5s ease-out
    }
}

@media (min-width:768px) {
    .quick-links {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        display: flex;
        text-align: end
    }
}

@media (max-width:767.5px) {
    .quick-links--load {
        bottom: 0;
        transition: 1.5s ease-out
    }
}

@media (min-width:768px) {
    .quick-links--load {
        right: 0;
        transition: 1.5s ease-out
    }
}

@media (max-width:767.5px) {
    .quick-links--unload {
        bottom: -1000px;
        transition: 1.5s ease-out
    }
}

@media (min-width:768px) {
    .quick-links--unload {
        right: -1000px;
        transition: 1.5s ease-out
    }
}

.quick-links__wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: calc(var(--body-scrollbar-width--scroll-hidden) - 1px)
}

.quick-links__wrapper li {
    margin: 0
}

@media (max-width:767.5px) {
    .quick-links__wrapper {
        height: 64px;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .quick-links__wrapper li {
        display: inline-block;
        height: 64px;
        overflow: hidden
    }
}

@media (min-width:768px) {

    .quick-links__wrapper li:hover .quick-links-link__link,
    .quick-links__wrapper li:hover .quick-links-link__link a {
        right: 0;
        width: auto
    }
}

.quick-links-link__link {
    margin-right: calc(var(--body-scrollbar-width--scroll-hidden)*-1 + -1px)
}

.border {
    background: #86bced;
    height: 64px;
    width: 2px
}

.border--last {
    display: none !important
}

@media (max-width:767.5px) {
    .quick-links-link {
        text-align: center;
        vertical-align: top;
        flex-basis: 25%;
        flex-grow: 1;
        position: relative
    }

    .quick-links-link:after {
        content: "";
        position: absolute;
        top: 16px;
        right: 0;
        width: 2px;
        height: 16px;
        background-color: #86bced
    }

    .quick-links-link:last-child:after {
        content: unset
    }
}

@media (min-width:768px) {
    .quick-links-link {
        position: relative
    }

    .quick-links-link:hover .quick-links-link__link,
    .quick-links-link:hover .quick-links-link__link a {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.quick-links-link .quick-links-link__link a,
.quick-links-link__link {
    display: inline-block;
    text-decoration: none
}

.quick-links-link .quick-links-link__link a:active,
.quick-links-link .quick-links-link__link a:focus,
.quick-links-link .quick-links-link__link a:hover,
.quick-links-link .quick-links-link__link a:visited,
.quick-links-link__link:active,
.quick-links-link__link:focus,
.quick-links-link__link:hover,
.quick-links-link__link:visited {
    text-decoration: none
}

@media (max-width:767.5px) {

    .quick-links-link .quick-links-link__link a,
    .quick-links-link__link {
        height: calc(100% - 2px);
        overflow: hidden;
        text-decoration: none;
        width: 100%
    }

    .quick-links-link .quick-links-link__link a a,
    .quick-links-link .quick-links-link__link a p,
    .quick-links-link__link a,
    .quick-links-link__link p {
        color: #004292;
        font-size: 10px;
        line-height: 12px;
        margin: 8px 0 0
    }

    .quick-links-link .quick-links-link__link a:active,
    .quick-links-link .quick-links-link__link a:focus,
    .quick-links-link .quick-links-link__link a:hover,
    .quick-links-link .quick-links-link__link a:visited,
    .quick-links-link__link:active,
    .quick-links-link__link:focus,
    .quick-links-link__link:hover,
    .quick-links-link__link:visited {
        color: #004292
    }
}

@media (min-width:768px) {

    .quick-links-link .quick-links-link__link a,
    .quick-links-link__link {
        background: linear-gradient(270deg, #174587, #174587 .01%, #090a1c);
        border-radius: 50px;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        height: 50px;
        letter-spacing: .8px;
        line-height: 24px;
        margin: 0;
        position: absolute;
        right: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition: -webkit-transform .5s ease-out;
        transition: transform .5s ease-out;
        transition: transform .5s ease-out, -webkit-transform .5s ease-out;
        vertical-align: top;
        white-space: nowrap
    }

    .quick-links-link .quick-links-link__link a a,
    .quick-links-link .quick-links-link__link a p,
    .quick-links-link__link a,
    .quick-links-link__link p {
        display: inline-block;
        height: auto !important;
        margin: 0 !important;
        padding: 13px 66px 13px 16px;
        text-transform: uppercase
    }
}

@media (max-width:767.5px) {
    .quick-links-link__image-wrapper {
        display: block;
        height: 20px;
        margin: 12px auto 0;
        width: 20px
    }
}

@media (min-width:768px) {
    .quick-links-link__image-wrapper {
        background-color: #fff;
        box-shadow: -10px 0 20px rgba(134, 188, 237, .3);
        display: inline-block;
        height: 50px;
        position: relative;
        width: 50px
    }

    .quick-links-link__image-wrapper--first {
        border-top-left-radius: 16.66667px
    }

    .quick-links-link__image-wrapper--last {
        border-bottom-left-radius: 16.66667px
    }
}

.quick-links-link__image {
    height: 100%
}

@media (max-width:767.5px) {
    .quick-links-link__image {
        overflow: hidden
    }

    .quick-links-link__image img {
        max-height: 20px;
        max-width: 20px
    }
}

@media (min-width:768px) {
    .quick-links-link__image {
        align-items: center;
        display: flex;
        justify-content: center;
        overflow: hidden
    }

    .quick-links-link__image img {
        max-height: 28px;
        max-width: 28px
    }
}

.quick-links-link__line {
    background-color: #86bced;
    bottom: 0;
    height: 2px;
    left: 17px;
    position: absolute;
    width: 16px
}

.quick-links-link__line--last {
    display: none
}

.other-quick-link-wrapper {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1680px
}

.other-quick-link {
    position: relative
}

@media (max-width:991.5px) {
    .other-quick-link {
        padding: 196px 16px 96px
    }
}

@media (min-width:992px) {
    .other-quick-link {
        padding: 88px 0 144px
    }
}

@media (max-width:991.5px) {
    .other-quick-link__text-heading {
        margin: 0
    }
}

@media (min-width:992px) {
    .other-quick-link__text-heading {
        margin: 0 0 40px
    }
}

.other-quick-link__text-box {
    box-sizing: border-box !important;
    background-color: #004292;
    color: #fff;
    z-index: 91
}

@media (max-width:991.5px) {
    .other-quick-link__text-box {
        left: 0;
        padding: 40px 24px 16px;
        height: 164px;
        position: absolute;
        top: 40px;
        width: 68vw
    }
}

@media (min-width:992px) {
    .other-quick-link__text-box {
        padding: 80px 4vw 84px 10vw;
        position: relative;
        width: 45vw;
        max-width: 756px
    }
}

@media (min-width:1680px) {
    .other-quick-link__text-box {
        padding: 80px 64px 84px 168px
    }
}

@media (max-width:991.5px) {
    .other-quick-link__subtitle-wrapper {
        display: none
    }
}

@media (min-width:992px) {
    .other-quick-link__subtitle-wrapper {
        max-height: 96px;
        overflow: hidden
    }
}

.other-quick-link__subtitle,
.other-quick-link__subtitle * {
    font-size: 16px;
    letter-spacing: .8px;
    line-height: 24px;
    margin: 0
}

.other-quick-link__grid {
    max-height: 301px;
    position: absolute
}

@media (max-width:991.5px) {
    .other-quick-link__grid {
        height: 52vw;
        right: 11.5vw;
        top: 75px
    }
}

@media (min-width:992px) {
    .other-quick-link__grid {
        bottom: 32px;
        height: 18vw;
        left: 31.5vw
    }
}

@media (min-width:1680px) {
    .other-quick-link__grid {
        left: 530px
    }
}

.other-quick-link__buttons {
    display: inline-block;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0
}

@media (max-width:991.5px) {
    .other-quick-link__buttons {
        background-color: #fff;
        position: relative;
        width: 100%;
        z-index: 92;
        padding: 0 0 24px;
        top: -44px
    }
}

@media (min-width:992px) {
    .other-quick-link__buttons {
        height: 104px;
        position: absolute;
        right: 0;
        top: 217px
    }
}

.other-quick-link-item {
    height: 104px
}

@media (max-width:991.5px) {
    .other-quick-link-item {
        align-items: center;
        box-shadow: 0 20px 50px -30px #86bced;
        display: flex;
        margin-bottom: 16px;
        padding: 0 16px
    }
}

@media (min-width:992px) {
    .other-quick-link-item {
        display: inline-block;
        text-align: center;
        vertical-align: top
    }

    .other-quick-link-item--2 {
        width: 24vw;
        max-width: 400px
    }

    .other-quick-link-item--3 {
        width: 16vw;
        max-width: 270px
    }
}

.other-quick-link-item__text {
    box-sizing: border-box
}

@media (max-width:991.5px) {
    .other-quick-link-item__text {
        padding: 24px 48px 24px 24px
    }
}

@media (min-width:992px) and (max-width:1399.5px) {
    .other-quick-link-item__text {
        padding: 0 16px
    }
}

@media (min-width:1400px) {
    .other-quick-link-item__text {
        padding: 0 32px
    }
}

.other-quick-link-item__text a,
.other-quick-link-item__text p {
    overflow: hidden
}

.other-quick-link-item a {
    height: 100%
}

.other-quick-link-item a,
.other-quick-link-item p {
    color: #003e85;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 24px;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
}

.other-quick-link-item a:hover,
.other-quick-link-item p:hover {
    color: #004292;
    text-decoration: none
}

.other-quick-link-item a:active,
.other-quick-link-item a:focus,
.other-quick-link-item a:visited,
.other-quick-link-item p:active,
.other-quick-link-item p:focus,
.other-quick-link-item p:visited {
    color: #003e85;
    text-decoration: none
}

@media (max-width:991.5px) {
    .other-quick-link-item__content {
        align-items: center;
        display: flex;
        height: 100%
    }
}

@media (min-width:992px) {
    .other-quick-link-item__content {
        box-sizing: border-box;
        margin-top: 4px
    }
}

@media (min-width:992px) and (max-width:1199.5px) {
    .other-quick-link-item__content--2 {
        padding: 0 16px
    }
}

@media (min-width:1200px) {
    .other-quick-link-item__content--2 {
        padding: 0 32px
    }
}

@media (min-width:1400px) {
    .other-quick-link-item__content--2 {
        padding: 0 64px
    }
}

@media (min-width:1400px) {
    .other-quick-link-item__content--3 {
        padding: 0 16px
    }
}

.other-quick-link-item__img {
    width: auto
}

@media (max-width:991.5px) {
    .other-quick-link-item__img {
        margin: 16px;
        max-height: 32px
    }
}

@media (min-width:992px) {
    .other-quick-link-item__img {
        margin-bottom: 8px;
        max-height: 39px
    }
}

@media (max-width:991.5px) {
    .find-equipment-line {
        display: none
    }
}

@media (min-width:992px) {
    .find-equipment-line {
        background-color: #dcddde;
        display: inline-block;
        height: 104px;
        width: 2px
    }

    .find-equipment-line--last {
        display: none
    }
}

.search {
    background-color: #fff
}

.search h2,
.search h3,
.search label,
.search p {
    margin: 0
}

@media (min-width:1680px) {
    .search {
        max-width: 1680px;
        min-width: 1680px;
        margin: 0 auto;
        position: relative
    }

    .search:before {
        content: "";
        z-index: -1;
        position: absolute;
        left: calc(-50vw - -840px);
        width: 100vw;
        background: inherit;
        height: 100%;
        top: 0
    }
}

.search__bar {
    padding: 0 32px 24px;
    background-color: #f5f5f6
}

@media (min-width:1680px) {
    .search__bar {
        max-width: 1680px;
        min-width: 1680px;
        margin: 0 auto;
        position: relative
    }

    .search__bar:before {
        content: "";
        z-index: -1;
        position: absolute;
        left: calc(-50vw - -840px);
        width: 100vw;
        background: inherit;
        height: 100%;
        top: 0
    }
}

@media (max-width:767.5px) {
    .search__bar {
        padding: 0 16px 24px
    }
}

.search__wrapper {
    position: relative;
    width: 50%
}

@media (max-width:767.5px) {
    .search__wrapper {
        width: 100%
    }
}

.search__title {
    font-size: 40px;
    line-height: 44px;
    color: #004292;
    font-weight: 700;
    padding-top: 80px
}

@media (max-width:767.5px) {
    .search__title {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0;
        padding-top: 40px
    }
}

.search__subtitle {
    padding: 24px 0 32px
}

.search__subtitle-results {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292
}

@media (max-width:767.5px) {
    .search__subtitle {
        margin: 16px 0 24px;
        padding: 0
    }

    .search__subtitle-results {
        font-size: 14px
    }
}

.search__input-row {
    display: flex
}

.search__input-control {
    display: flex;
    align-items: center;
    background-color: #fff;
    flex-grow: 1;
    box-shadow: 0 4px 25px 0 hsla(0, 0%, 49.4%, .25)
}

@media (min-width:768px) {
    .search__input-control {
        position: relative
    }
}

.search__input-control-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.search__input-control-container-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #424242;
    padding: 0 8px
}

.search__button {
    padding: 13px 24px;
    font-family: "Lato", sans-serif
}

.search__input {
    padding: 0 8px;
    border: none;
    line-height: 24px;
    outline: none;
    background-color: initial;
    font-size: 14px;
    font-weight: 400;
    color: #004292;
    font-family: "Lato", sans-serif;
    letter-spacing: .8px
}

.search__input--search-icon {
    margin: 12px 8px;
    background-color: #7d7b7b
}

.search__item {
    background-color: #fff;
    border-bottom: 1px solid #dcddde;
    padding: 16px 0 24px
}

.search__item a {
    text-decoration: none
}

.search__item__title {
    font-size: 20px;
    color: #003e85;
    margin: 0
}

.search__item__description,
.search__item__title {
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 8px
}

.search__item__description {
    font-size: 16px;
    color: #004292
}

@media (max-width:767.5px) {
    .search__item__description {
        font-size: 14px
    }
}

.search__item__snippet {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #004292
}

.search__item__snippet strong {
    background-color: rgba(134, 188, 237, .3);
    font-weight: 400
}

.search__content,
.search__no-results {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding-top: 32px
}

@media (max-width:767.5px) {

    .search__content,
    .search__no-results {
        padding: 32px 16px 0
    }
}

.search__content__title,
.search__no-results__title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px;
    text-align: center;
    color: #004292;
    padding-top: 16px;
    font-weight: 700
}

@media (max-width:767.5px) {

    .search__content__title,
    .search__no-results__title {
        line-height: 22px;
        letter-spacing: 0
    }
}

.search__content__description,
.search__no-results__description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px;
    text-align: center;
    color: #004292;
    font-weight: 400;
    padding-top: 32px
}

@media (max-width:767.5px) {

    .search__content__description,
    .search__no-results__description {
        padding-top: 24px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0
    }
}

.search__content {
    padding: 40px 16px 86px
}

@media (max-width:767.5px) {
    .search__content__title {
        line-height: 22px;
        letter-spacing: 0
    }

    .search__content__description {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0
    }
}

.search__results {
    padding: 40px 32px 0
}

@media (min-width:768px) {
    .search__results {
        display: grid;
        grid-template-columns: minmax(392px, 25%) 1fr;
        grid-column-gap: 16px;
        -webkit-column-gap: 16px;
        column-gap: 16px
    }
}

@media (max-width:767.5px) {
    .search__results {
        padding: 32px 0 24px
    }
}

.search__results__list {
    padding-left: 40px
}

@media (max-width:767.5px) {
    .search__results__list {
        padding: 0 16px
    }
}

.search__results__accordian {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between
}

.search__results__accordian--title {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Lato", sans-serif;
    color: #004292;
    letter-spacing: .8px
}

.search__results__accordian button {
    padding: 16px;
    background-color: #f5f5f6;
    display: flex;
    border: 0;
    justify-content: space-between;
    align-items: center
}

.search__filters {
    background-color: #f5f5f6;
    padding: 32px 32px 16px
}

@media (max-width:767.5px) {
    .search__filters {
        padding: 16px
    }
}

.search__filters__header--dsk-resetbtn,
.search__filters__header--mbl-resetbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    word-break: break-word;
    flex-wrap: wrap;
    grid-row-gap: 16px;
    row-gap: 16px
}

@media (min-width:768px) {
    .search__filters__header--mbl {
        display: none
    }
}

@media (max-width:767.5px) {
    .search__filters__header--dsk {
        display: none
    }
}

.search__filters__header--icon {
    margin-left: 8px;
    background-color: #003e85
}

@media (min-width:768px) {
    .search__filters__header--icon {
        flex: 0 0 24px
    }
}

.search__filters__header--title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #004292;
    word-break: break-word
}

@media (max-width:767.5px) {
    .search__filters__header--title {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 16px
    }
}

@media (min-width:768px) {
    .search__filters__header--title {
        flex: 0 0 225px
    }
}

.search__filters__header button {
    padding: 0
}

.search__filters__header__reset-btn {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #003e85
}

.search__filters__header__reset-btn:hover {
    cursor: pointer
}

.search__filters__subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    padding-bottom: 13px
}

@media (max-width:767.5px) {
    .search__filters__subtitle {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 0
    }
}

.search ul {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0
}

.search li {
    display: block
}

.search .btn-primary-yellow {
    padding: 13px 24px;
    color: #004292
}

.search .btn-primary-yellow:disabled {
    background-color: #7d7b7b;
    color: #fff;
    pointer-events: none;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px
}

.filter-control {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    padding: 16px 0;
    border-bottom: 1px solid #dcddde;
    margin-bottom: 0
}

.filter-control:last-child {
    border-bottom: 0
}

.filter-control__align {
    display: flex;
    align-items: center
}

.filter-control__checkbox {
    width: 24px;
    height: 24px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    font-size: 14px;
    color: #004292;
    line-height: 24px;
    font-weight: 400;
    overflow: hidden
}

.filter-control__checkbox-icon {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative
}

.filter-control input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    display: none
}

.filter-control input[type=checkbox]:checked+label .filter-control__checkbox-icon {
    display: block
}

.sitecore-jss-form__field-wrapper .telephone-field__container {
    height: 50px;
    box-shadow: 0 4px 20px -10px rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    font-family: "Lato", sans-serif
}

.sitecore-jss-form__field-wrapper .telephone-field__container:focus-within {
    outline: 1px solid #003e85
}

.sitecore-jss-form__field-wrapper .telephone-field__input.form-control {
    color: #004292;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border: 0;
    border-radius: unset;
    border-left: 1px solid #7d7b7b;
    padding: 0 0 0 8px
}

.sitecore-jss-form__field-wrapper .telephone-field__input.form-control::-webkit-input-placeholder {
    opacity: unset;
    color: #424242
}

.sitecore-jss-form__field-wrapper .telephone-field__input.form-control::placeholder {
    opacity: unset;
    color: #424242
}

.sitecore-jss-form__field-wrapper .telephone-field__button {
    position: unset;
    border-radius: unset;
    border: 0
}

.sitecore-jss-form__field-wrapper .telephone-field__button.open {
    z-index: 4
}

.sitecore-jss-form__field-wrapper .telephone-field__button .selected-flag {
    width: 54px;
    min-height: 47px;
    position: unset;
    background-color: #fff;
    padding-left: 16px
}

.sitecore-jss-form__field-wrapper .telephone-field__dropdown.country-list {
    width: 100%;
    max-height: 245px;
    margin: unset;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    box-shadow: 0 0 30px -10px #86bced
}

.sitecore-jss-form__field-wrapper .telephone-field__dropdown.country-list::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.sitecore-jss-form__field-wrapper .telephone-field__dropdown.country-list::-webkit-scrollbar-thumb {
    background: #dcddde;
    border-radius: 2px;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent
}

.sitecore-jss-form__field-wrapper .telephone-field__dropdown.country-list::-webkit-scrollbar-track {
    background: transparent
}

.sitecore-jss-form__field-wrapper .telephone-field__dropdown.country-list {
    scrollbar-face-color: #dcddde;
    scrollbar-track-color: transparent
}

.sitecore-jss-form__field-wrapper .telephone-field__dropdown.country-list .divider {
    display: none
}

.sitecore-jss-form__field-wrapper .telephone-field__dropdown.country-list .country {
    min-height: 41px;
    margin: unset;
    display: flex;
    align-items: center;
    padding: 8px 16px;
    position: relative
}

.sitecore-jss-form__field-wrapper .telephone-field__dropdown.country-list .country:before {
    content: "";
    position: absolute;
    width: calc(100% - 32px);
    left: auto;
    right: auto;
    top: 0;
    height: 1px;
    background-color: #dcddde
}

.sitecore-jss-form__field-wrapper .telephone-field__dropdown.country-list .country.highlight,
.sitecore-jss-form__field-wrapper .telephone-field__dropdown.country-list .country:hover {
    background-color: rgba(220, 221, 222, .3)
}

.sitecore-jss-form__field-wrapper .telephone-field__dropdown.country-list .country.highlight+.country:before,
.sitecore-jss-form__field-wrapper .telephone-field__dropdown.country-list .country.highlight+.divider+.country:before,
.sitecore-jss-form__field-wrapper .telephone-field__dropdown.country-list .country.highlight:before,
.sitecore-jss-form__field-wrapper .telephone-field__dropdown.country-list .country:hover+.country:before,
.sitecore-jss-form__field-wrapper .telephone-field__dropdown.country-list .country:hover+.divider+.country:before,
.sitecore-jss-form__field-wrapper .telephone-field__dropdown.country-list .country:hover:before,
.sitecore-jss-form__field-wrapper .telephone-field__dropdown.country-list .country:nth-child(2):before {
    display: none
}

.sitecore-jss-form__field-wrapper .telephone-field__dropdown.country-list .country .flag {
    margin-top: 0
}

.sitecore-jss-form__field-wrapper .telephone-field__dropdown.country-list .country .country-name,
.sitecore-jss-form__field-wrapper .telephone-field__dropdown.country-list .country .dial-code {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px
}

.sitecore-jss-form__field-wrapper .telephone-field__dropdown.country-list .country .country-name {
    color: #004292;
    display: block
}

.sitecore-jss-form__field-wrapper .telephone-field__dropdown.country-list .country .dial-code {
    color: #424242
}

.sitecore-jss-form__field-wrapper .telephone-field__dropdown.country-list .no-entries-message {
    display: none
}

.sitecore-jss-form__field-wrapper .telephone-field__search.search {
    min-height: 41px;
    min-width: unset;
    max-width: unset;
    padding: 8px 16px;
    z-index: 2;
    background-color: #fff
}

.sitecore-jss-form__field-wrapper .telephone-field__search.search:before {
    content: "";
    position: absolute;
    width: calc(100% - 32px);
    left: auto;
    right: auto;
    top: auto;
    bottom: 0;
    height: 1px;
    background-color: #004292
}

.sitecore-jss-form__field-wrapper .telephone-field__search.search:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 16px;
    top: auto;
    bottom: auto;
    background-color: #7d7b7b;
    -webkit-mask-image: url(https://cnhi-p-001-delivery.sitecorecontenthub.cloud/api/public/content/a195a84d9258428eb311aa6c1380200d?v=1ff2f2f3);
    mask-image: url(https://cnhi-p-001-delivery.sitecorecontenthub.cloud/api/public/content/a195a84d9258428eb311aa6c1380200d?v=1ff2f2f3)
}

.sitecore-jss-form__field-wrapper .telephone-field__search-box.search-box {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292;
    width: 100%;
    padding: 0 0 0 32px;
    margin: 0;
    border: unset;
    border-radius: 0;
    font-family: inherit
}

.sitecore-jss-form__field-wrapper .telephone-field__search-box.search-box::-webkit-input-placeholder {
    color: #7d7b7b
}

.sitecore-jss-form__field-wrapper .telephone-field__search-box.search-box::placeholder {
    color: #7d7b7b
}

.sitecore-jss-form__field-wrapper .telephone-field__search:before {
    width: unset
}

.form-custom-dropdown {
    margin: 0
}

.form-custom-dropdown--has-error .form-custom-dropdown__label {
    color: #c71515
}

.form-custom-dropdown--has-error .form-custom-dropdown__input-container,
.form-custom-dropdown--has-error .form-custom-dropdown__input-container--has-focus {
    border-color: #c71515
}

.form-custom-dropdown__label {
    color: #424242;
    font-size: 12px;
    line-height: 20px;
    top: 4px;
    left: 16px;
    margin-bottom: 0;
    position: absolute;
    z-index: 3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 56px)
}

.form-custom-dropdown__label--empty-field {
    line-height: 24px;
    font-size: 14px;
    top: 12px;
    letter-spacing: .8px
}

.form-custom-dropdown__text-input {
    background-color: #fff;
    margin-bottom: 0;
    width: 100%;
    border: 0;
    position: relative;
    z-index: 2;
    padding: 20px 40px 6px 16px;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: .8px;
    outline: 0;
    color: #004292
}

.form-custom-dropdown__text-input:focus {
    outline: 1px solid #003e85
}

.form-custom-dropdown__icon {
    position: absolute;
    z-index: 3;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.form-custom-dropdown__input-container {
    margin-bottom: 0;
    position: relative;
    box-shadow: 0 4px 20px -10px rgba(0, 0, 0, .2)
}

.form-custom-dropdown__input-container:focus-within {
    z-index: 5
}

.form-custom-dropdown__list-container {
    display: none;
    position: absolute;
    width: 100%
}

.form-custom-dropdown__list-container--visible {
    display: block
}

.form-custom-dropdown__list {
    position: relative;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 4;
    box-shadow: 0 0 30px -10px #86bced;
    max-height: 220px;
    overflow: auto;
    scrollbar-color: #dcddde #fff;
    scrollbar-width: auto
}

.form-custom-dropdown__list::-webkit-scrollbar {
    width: 4px
}

.form-custom-dropdown__list::-webkit-scrollbar-track {
    background: #fff
}

.form-custom-dropdown__list::-webkit-scrollbar-thumb {
    background: #dcddde;
    border-radius: 2px
}

.form-custom-dropdown__list-item {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292;
    margin-bottom: 0;
    padding: 8px 16px;
    cursor: pointer;
    position: relative;
    min-height: 40px
}

.form-custom-dropdown__list-item:not(:last-child):after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 16px;
    right: 16px;
    border-bottom: 1px solid #dcddde
}

.form-custom-dropdown__list-item:hover {
    background-color: rgba(220, 221, 222, .3)
}

.form-custom-dropdown__list-item-empty {
    min-height: 40px
}

.gdpr-popup {
    display: flex;
    flex-direction: column;
    padding: 24px 0;
    max-width: 823px;
    margin: 0 auto
}

@media (max-width:767.5px) {
    .gdpr-popup {
        padding: 0
    }
}

.gdpr-popup__checkbox-section {
    margin-bottom: 16px
}

@media (max-width:767.5px) {
    .gdpr-popup__checkbox-section {
        margin-bottom: 24px
    }
}

.gdpr-popup__checkbox-section input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.gdpr-popup__checkbox-section--wrapper {
    display: flex;
    align-items: center;
    cursor: pointer
}

@media (max-width:767.5px) {
    .gdpr-popup__checkbox-section--wrapper {
        align-items: flex-start
    }
}

.gdpr-popup__checkbox-section--label {
    font-size: 14px;
    line-height: 24px;
    color: #004292;
    letter-spacing: .8px
}

.gdpr-popup__checkbox-section--label a {
    color: #003e85;
    text-decoration: underline;
    text-underline-position: under
}

.gdpr-popup__checkbox-section--icon {
    margin-right: 8px;
    min-width: 20px
}

.gdpr-popup__contact-section,
.gdpr-popup__radio-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 18px 16px;
    border: none;
    background-color: #fff;
    margin-bottom: 16px
}

@media (max-width:767.5px) {

    .gdpr-popup__contact-section,
    .gdpr-popup__radio-section {
        display: flex;
        flex-direction: column-reverse;
        padding: 8px 10px 16px 8px
    }
}

.gdpr-popup__contact-section input[type=checkbox],
.gdpr-popup__contact-section input[type=radio],
.gdpr-popup__radio-section input[type=checkbox],
.gdpr-popup__radio-section input[type=radio] {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.gdpr-popup__contact-section--disabled {
    position: relative
}

.gdpr-popup__contact-section--disabled * {
    pointer-events: none
}

.gdpr-popup__contact-section--disabled:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: hsla(0, 0%, 100%, .6);
    left: 0;
    top: 0;
    cursor: not-allowed
}

.gdpr-popup__contact-section-left,
.gdpr-popup__radio-section-left {
    display: flex
}

@media (max-width:767.5px) {

    .gdpr-popup__contact-section-left,
    .gdpr-popup__radio-section-left {
        margin: 24px 0 0;
        flex-direction: column
    }
}

.gdpr-popup__contact-section-left label,
.gdpr-popup__radio-section-left label {
    margin-right: 24px;
    display: flex;
    align-items: center;
    cursor: pointer
}

@media (max-width:767.5px) {

    .gdpr-popup__contact-section-left label:not(:last-of-type),
    .gdpr-popup__radio-section-left label:not(:last-of-type) {
        margin-bottom: 24px
    }
}

.gdpr-popup__contact-section-left label p,
.gdpr-popup__radio-section-left label p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292
}

.gdpr-popup__contact-section-left__radio-icon,
.gdpr-popup__radio-section-left__radio-icon {
    margin-right: 8px;
    min-width: 20px
}

.gdpr-popup__contact-section-left {
    flex-direction: column;
    grid-gap: 16px
}

@media (max-width:767.5px) {
    .gdpr-popup__contact-section-left {
        grid-gap: 24px
    }

    .gdpr-popup__contact-section-left label:not(:last-of-type) {
        margin-bottom: 0
    }
}

.gdpr-popup__contact-section-icon {
    margin-right: 8px;
    min-width: 20px
}

.gdpr-popup__contact-section-right {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto
}

.gdpr-popup__radio-button-section-title {
    text-transform: uppercase;
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #000;
    font-weight: 700
}

@media (max-width:767.5px) {
    .gdpr-popup__radio-button-section-title {
        margin-bottom: 11px
    }
}

.gdpr-popup__radio-button-section-desc {
    font-size: 12px;
    line-height: 20px;
    color: #000
}

.gdpr-popup__button-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px
}

@media (max-width:767.5px) {
    .gdpr-popup__button-wrapper {
        justify-content: space-between
    }
}

.gdpr-popup__cancel-button,
.gdpr-popup__submit-button {
    padding: 13px 24px;
    font-family: "Lato", sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    outline: none;
    line-height: 24px;
    letter-spacing: .8px;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.gdpr-popup__submit-button {
    background-color: #f1e52d;
    color: #000
}

.gdpr-popup__submit-button:hover {
    box-shadow: 0 10px 20px 0 rgba(255, 211, 0, .3);
    background-color: #ffd300
}

.gdpr-popup__submit-button:disabled {
    background-color: #7d7b7b;
    color: #fff;
    box-shadow: none;
    cursor: not-allowed
}

.gdpr-popup__cancel-button {
    margin-right: 16px;
    background: #fff;
    border: 2px solid #004292;
    color: #004292
}

.gdpr-popup__cancel-button:hover {
    box-shadow: 0 10px 20px 0 rgba(134, 188, 237, .3);
    border: 2px solid #003e85;
    color: #003e85
}

.gdpr-popup-modal__overlay {
    bottom: 0;
    -webkit-transform: none;
    transform: none;
    left: 0;
    margin: 0;
    right: 0;
    width: 100%
}

@media (min-width:768px) {
    .gdpr-popup-modal__overlay .top-aligned-modal.my-modal-dialog {
        top: 50px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .gdpr-popup-modal__overlay .center-aligned-modal.my-modal-dialog {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.gdpr-popup-modal__content {
    position: relative;
    width: 100%;
    background-color: #dcddde;
    left: 50%;
    max-width: 993px
}

@media (max-width:767.5px) {
    .gdpr-popup-modal__content {
        padding: 16px;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none
    }
}

.sitecore-jss-form__control--product-dropdown-list {
    background-color: rgba(220, 221, 222, .2);
    max-width: 1344px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    padding: 24px 16px
}

@media (min-width:768px) {
    .sitecore-jss-form__control--product-dropdown-list {
        flex-direction: row;
        padding: 32px 40px 32px 32px;
        margin-bottom: 32px
    }
}

.sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown {
    width: 100%;
    position: relative;
    margin: 0 0 24px
}

.sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown:last-child {
    margin: 0
}

@media (min-width:768px) {
    .sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown {
        margin: 0 16px 0 0
    }
}

.sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown--has-error .sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown__label {
    color: #c71515
}

.sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown--has-error .sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown__input-container,
.sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown--has-error .sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown__input-container--has-focus {
    border-color: #c71515
}

.sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown__label {
    color: #424242;
    font-size: 12px;
    line-height: 20px;
    top: 4px;
    left: 16px;
    margin-bottom: 0;
    position: absolute;
    z-index: 3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 56px);
    transition: all .2s
}

.sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown__label--empty-field {
    line-height: 24px;
    font-size: 14px;
    top: 12px;
    letter-spacing: .8px
}

.sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown__text-input {
    background-color: #fff;
    margin-bottom: 0;
    width: 100%;
    border: 0;
    position: relative;
    padding: 20px 40px 6px 16px;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: .8px;
    outline: 0;
    color: #004292;
    font-family: inherit
}

.sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown__text-input--disable {
    pointer-events: none;
    background-color: rgba(220, 221, 222, .2)
}

.sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown__icon {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown__delete-icon {
    margin-bottom: 24px;
    min-width: 24px;
    cursor: pointer
}

@media (min-width:768px) {
    .sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown__delete-icon {
        margin-left: 16px;
        margin-bottom: 0
    }
}

.sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown__input-container {
    margin-bottom: 0;
    position: relative;
    box-shadow: 0 4px 20px -10px rgba(0, 0, 0, .2)
}

.sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown__input-container:focus-within {
    z-index: 5
}

.sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown__input-container--disable {
    pointer-events: none
}

.sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown__list-container {
    display: none;
    position: absolute;
    width: 100%
}

.sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown__list-container--visible {
    display: block
}

.sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown__list {
    position: relative;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 4;
    box-shadow: 0 0 30px -10px #86bced;
    max-height: 220px;
    overflow: auto;
    scrollbar-color: #dcddde #fff;
    scrollbar-width: auto
}

.sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown__list::-webkit-scrollbar {
    width: 4px
}

.sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown__list::-webkit-scrollbar-track {
    background: #fff
}

.sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown__list::-webkit-scrollbar-thumb {
    background: #dcddde;
    border-radius: 2px
}

.sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown__list-item {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292;
    margin-bottom: 0;
    padding: 8px 16px;
    cursor: pointer;
    position: relative;
    min-height: 40px
}

.sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown__list-item:not(:last-child):after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 16px;
    right: 16px;
    border-bottom: 1px solid #dcddde
}

.sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown__list-item:hover {
    background-color: rgba(220, 221, 222, .3)
}

.sitecore-jss-form__control--product-dropdown-list .form-custom-dropdown__list-item-empty {
    min-height: 40px
}

.sitecore-jss-form__control--product-dropdown-wrapper .form-custom-dropdown__add {
    display: inline-flex;
    margin-bottom: 64px;
    cursor: pointer
}

@media (max-width:767.5px) {
    .sitecore-jss-form__control--product-dropdown-wrapper .form-custom-dropdown__add {
        align-items: center;
        justify-content: center;
        display: flex
    }
}

.sitecore-jss-form__control--product-dropdown-wrapper .form-custom-dropdown__add p {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .8px;
    color: #003e85;
    margin-right: 8px
}

.sitecore-jss-form__control--product-dropdown-wrapper .form-custom-dropdown__add--disable {
    display: none
}

.sitecore-jss-form__control--countryState-dropdown-list {
    display: flex;
    flex-direction: column
}

@media (min-width:768px) {
    .sitecore-jss-form__control--countryState-dropdown-list {
        flex-direction: row
    }
}

.sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown {
    flex-grow: 1;
    position: relative;
    margin: 0 0 24px
}

.sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown:last-child {
    margin: 0
}

@media (min-width:768px) {
    .sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown {
        margin: 0 16px 0 0
    }
}

.sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown--has-error .sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown__label {
    color: #c71515
}

.sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown--has-error .sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown__input-container,
.sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown--has-error .sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown__input-container--has-focus {
    border-color: #c71515
}

.sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown__label {
    color: #424242;
    font-size: 12px;
    line-height: 20px;
    top: 4px;
    left: 16px;
    margin-bottom: 0;
    position: absolute;
    z-index: 3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 56px)
}

.sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown__label--empty-field {
    line-height: 24px;
    font-size: 14px;
    top: 12px;
    letter-spacing: .8px
}

.sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown__label--disable {
    color: #7d7b7b
}

.sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown__text-input {
    background-color: #fff;
    margin-bottom: 0;
    width: 100%;
    border: 0;
    position: relative;
    z-index: 2;
    padding: 20px 40px 6px 16px;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: .8px;
    outline: 0;
    color: #004292
}

.sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown__text-input--disable {
    pointer-events: none;
    background-color: rgba(220, 221, 222, .2)
}

.sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown__icon {
    position: absolute;
    z-index: 3;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown__input-container {
    margin-bottom: 0;
    position: relative;
    box-shadow: 0 4px 20px -10px rgba(0, 0, 0, .2)
}

.sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown__input-container:focus-within {
    z-index: 5
}

.sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown__input-container--disable {
    pointer-events: none
}

.sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown__list-container {
    display: none;
    position: absolute;
    width: 100%
}

.sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown__list-container--visible {
    display: block
}

.sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown__list {
    position: relative;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 4;
    box-shadow: 0 0 30px -10px #86bced;
    max-height: 220px;
    overflow: auto;
    scrollbar-color: #dcddde #fff;
    scrollbar-width: auto
}

.sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown__list::-webkit-scrollbar {
    width: 4px
}

.sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown__list::-webkit-scrollbar-track {
    background: #fff
}

.sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown__list::-webkit-scrollbar-thumb {
    background: #dcddde;
    border-radius: 2px
}

.sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown__list-item {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292;
    margin-bottom: 0;
    padding: 8px 16px;
    cursor: pointer;
    position: relative;
    min-height: 40px
}

.sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown__list-item:not(:last-child):after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 16px;
    right: 16px;
    border-bottom: 1px solid #dcddde
}

.sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown__list-item:hover {
    background-color: rgba(220, 221, 222, .3)
}

.sitecore-jss-form__control--countryState-dropdown-list .form-custom-dropdown__list-item-empty {
    min-height: 40px
}

.preferred-dealer-search {
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 24px;
    gap: 24px
}

@media (min-width:992px) {
    .preferred-dealer-search {
        width: 73.5%;
        flex-direction: row;
        grid-gap: 16px;
        gap: 16px
    }
}

.preferred-dealer-search__col {
    width: 100%;
    box-sizing: border-box;
    display: flex
}

@media (min-width:992px) {

    .preferred-dealer-search__col--dropdown,
    .preferred-dealer-search__col--text-search {
        max-width: 392px
    }
}

.preferred-dealer-search__dropdown {
    position: relative;
    width: 100%
}

.preferred-dealer-search__dropdown-input {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 20px 16px 4px;
    box-shadow: 0 4px 20px -10px rgba(0, 0, 0, .2)
}

.preferred-dealer-search__dropdown-input--open {
    border-color: #003e85
}

.preferred-dealer-search__dropdown-input-field {
    color: #004292;
    display: block;
    padding: 0;
    border: 0;
    font-size: 14px;
    line-height: 24px
}

.preferred-dealer-search__dropdown-input-text,
.preferred-dealer-search__text-search-input {
    color: #004292;
    height: 24px;
    display: block;
    line-height: 24px;
    padding: 0;
    border: 0;
    font-size: 14px;
    width: 100%
}

.preferred-dealer-search__dropdown-input-icon,
.preferred-dealer-search__text-search-input-icon {
    position: absolute;
    top: 13px
}

.preferred-dealer-search__dropdown-input-icon {
    right: 8px
}

.preferred-dealer-search__text-search-input-icon {
    left: 8px
}

.preferred-dealer-search__text-search-google-logo {
    float: right;
    padding: 8px 16px 16px
}

.preferred-dealer-search__dropdown-list,
.preferred-dealer-search__text-search-suggestions {
    position: absolute;
    left: 0;
    background-color: #fff;
    z-index: 4;
    box-shadow: 0 0 30px -10px #86bced;
    max-height: 402px;
    width: 100%;
    overflow: auto;
    scrollbar-color: #dcddde #fff;
    scrollbar-width: auto
}

.preferred-dealer-search__dropdown-list::-webkit-scrollbar,
.preferred-dealer-search__text-search-suggestions::-webkit-scrollbar {
    width: 4px
}

.preferred-dealer-search__dropdown-list::-webkit-scrollbar-track,
.preferred-dealer-search__text-search-suggestions::-webkit-scrollbar-track {
    background: #fff
}

.preferred-dealer-search__dropdown-list::-webkit-scrollbar-thumb,
.preferred-dealer-search__text-search-suggestions::-webkit-scrollbar-thumb {
    background: #dcddde;
    border-radius: 2px
}

.preferred-dealer-search__dropdown-label,
.preferred-dealer-search__text-search-label {
    color: #424242;
    position: absolute;
    font-size: 12px;
    top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 64px)
}

.preferred-dealer-search__dropdown-label--center,
.preferred-dealer-search__text-search-label--center {
    top: 16px;
    font-size: 14px
}

.preferred-dealer-search__list-item {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292;
    padding: 8px 16px;
    cursor: pointer;
    position: relative;
    min-height: 40px
}

.preferred-dealer-search__list-item:not(:last-child):after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 16px;
    right: 16px;
    border-bottom: 1px solid #dcddde
}

.preferred-dealer-search__list-item--highligted {
    background-color: rgba(220, 221, 222, .3)
}

.preferred-dealer-search__text-search {
    position: relative;
    width: 100%
}

.preferred-dealer-search__text-search--disable {
    pointer-events: none;
    background-color: rgba(220, 221, 222, .2)
}

.preferred-dealer-search__text-search--disable .preferred-dealer-search__text-search-input,
.preferred-dealer-search__text-search--disable .preferred-dealer-search__text-search-input-wrapper {
    background-color: unset
}

.preferred-dealer-search__text-search--disable .preferred-dealer-search__text-search-label {
    color: #7d7b7b
}

.preferred-dealer-search__text-search-input-wrapper {
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 20px 16px 4px;
    box-shadow: 0 4px 20px -10px rgba(0, 0, 0, .2)
}

.preferred-dealer-search__text-search-suggestion-group {
    margin: 0
}

.preferred-dealer-carousel {
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
    gap: 16px
}

@media (min-width:768px) {
    .preferred-dealer-carousel .carousel-arrow {
        display: none
    }

    .preferred-dealer-carousel:hover .carousel-arrow {
        display: flex
    }
}

.preferred-dealer-carousel__arrow {
    top: 32px;
    visibility: visible !important
}

.preferred-dealer-carousel__arrow--hidden {
    visibility: hidden !important
}

.preferred-dealer-carousel__arrow .custom-arrow__button {
    display: flex
}

.preferred-dealer-carousel .custom-arrow--right .custom-arrow__button {
    margin-right: 8px
}

.preferred-dealer-carousel__dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 32px;
    overflow-x: auto;
    flex-wrap: wrap
}

.preferred-dealer-carousel__dots li {
    border-radius: 50%;
    width: 8px;
    min-width: 8px;
    height: 8px;
    min-height: 8px;
    opacity: .3;
    background-color: #004292;
    margin: 4px 16px
}

.preferred-dealer-carousel__dots .slick-active {
    opacity: 1;
    min-width: 10px;
    width: 10px;
    height: 10px;
    min-height: 10px
}

.preferred-dealer-carousel__search-no-match {
    text-align: center;
    color: #000;
    padding: 16px 0 40px;
    background: #fff;
    overflow-x: hidden;
    margin: 0
}

.preferred-dealer-carousel__search-no-match .dealer-info-icon {
    margin: 0 auto
}

.preferred-dealer-carousel__search-no-match-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .8px;
    margin: 16px 0 0;
    color: #004292
}

@media (max-width:767.5px) {
    .preferred-dealer-carousel__search-no-match-title {
        font-size: 14px
    }
}

.preferred-dealer-carousel__search-no-match-desc {
    font-size: 16px;
    margin: 32px 0 0;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292
}

@media (max-width:767.5px) {
    .preferred-dealer-carousel__search-no-match-desc {
        margin: 24px 8px 0;
        font-size: 14px
    }
}

.preferred-dealer-carousel .slick-slide div {
    display: flex;
    align-items: stretch
}

.preferred-dealer-carousel__card-group {
    display: flex !important;
    grid-gap: 16px;
    gap: 16px
}

.preferred-dealer-card {
    display: flex;
    grid-gap: 8px;
    gap: 8px;
    justify-content: flex-start;
    padding: 0 0 32px;
    margin: 0 32px 0 4px;
    border-bottom: 1px solid #7d7b7b;
    line-height: 24px;
    letter-spacing: .8px;
    width: 300px
}

@media (min-width:992px) {
    .preferred-dealer-card {
        width: 392px
    }

    .preferred-dealer-card--large {
        width: 657px
    }
}

.preferred-dealer-card__name {
    font-weight: 700;
    font-size: 16px
}

.preferred-dealer-card__details {
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    gap: 8px
}

.preferred-dealer__search-wrapper {
    background-color: rgba(220, 221, 222, .2);
    max-width: 1152px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 16px 0;
    padding: 24px 16px;
    width: 100%;
    grid-gap: 24px;
    gap: 24px
}

@media (min-width:1200px) {
    .preferred-dealer__search-wrapper {
        flex-direction: row;
        padding: 32px;
        margin-bottom: 32px;
        grid-gap: 0;
        gap: 0;
        width: 1152px;
        justify-content: space-between
    }
}

.preferred-dealer__out-of-bound {
    display: flex;
    justify-content: center
}

.preferred-dealer__user-position {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .8px;
    color: #7d7b7b;
    display: flex;
    grid-gap: 8px;
    gap: 8px;
    align-items: center;
    cursor: pointer
}

.preferred-dealer__user-position--active {
    color: #003e85
}

.preferred-dealer__title {
    color: #004292;
    font-weight: 700;
    line-height: 24px
}

.width-1-2:has(>.preferred-dealer),
.width-1-3:has(>.preferred-dealer),
.width-1-4:has(>.preferred-dealer),
.width-1:has(>.preferred-dealer),
.width-2-3:has(>.preferred-dealer) {
    width: 100% !important
}

.sitecore-jss-form {
    margin: 0 auto;
    max-width: 1680px;
    background-color: #fff
}

.sitecore-jss-form form {
    max-width: 1272px;
    padding: 32px 16px
}

@media (min-width:768px) {
    .sitecore-jss-form form {
        padding: 32px 16px 32px 32px
    }
}

@media (min-width:768px) and (max-width:1399.5px) {
    .sitecore-jss-form form {
        margin-right: 80px
    }
}

.sitecore-jss-form * {
    box-sizing: border-box
}

.sitecore-jss-form input::-webkit-input-placeholder {
    opacity: 0
}

.sitecore-jss-form input:focus::-webkit-input-placeholder {
    opacity: 1
}

.sitecore-jss-form input[type=checkbox],
.sitecore-jss-form input[type=radio] {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.sitecore-jss-form input::-webkit-inner-spin-button,
.sitecore-jss-form input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.sitecore-jss-form input[type=number] {
    -webkit-appearance: textfield;
    appearance: textfield
}

.sitecore-jss-form button[type=submit] {
    padding: 13px 24px;
    background-color: #f1e52d;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #000;
    border: none;
    outline: none;
    line-height: 24px;
    letter-spacing: .8px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    cursor: pointer
}

@media (max-width:767.5px) {
    .sitecore-jss-form button[type=submit] {
        width: 100%
    }
}

.sitecore-jss-form button[type=submit]:hover {
    box-shadow: 0 10px 20px 0 rgba(255, 211, 0, .3);
    background-color: #ffd300
}

.sitecore-jss-form__control {
    position: relative;
    max-width: 400px
}

.sitecore-jss-form__control__date-field {
    display: flex;
    grid-gap: 8px;
    gap: 8px;
    box-shadow: 0 4px 25px 0 hsla(0, 0%, 49.4%, .25)
}

.sitecore-jss-form__control__date-field .sitecore-jss-form__date-icon {
    margin: 12px 0 12px 16px
}

.sitecore-jss-form__control--has-focus {
    outline: 1px solid #003e85
}

.sitecore-jss-form__control--text-box .sitecore-jss-form__label {
    color: #424242;
    position: absolute;
    left: 16px;
    top: 12px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px
}

.sitecore-jss-form__control--text-box .sitecore-jss-form__label--date {
    left: 0;
    background-color: #fff
}

.sitecore-jss-form__control--text-box .sitecore-jss-form__label--has-focus {
    top: 4px;
    font-size: 12px;
    line-height: 20px
}

.sitecore-jss-form__control--text-box-multiline {
    box-shadow: 0 4px 20px -10px rgba(0, 0, 0, .2);
    background-color: #fff;
    line-height: 12px
}

.sitecore-jss-form__control--text-box-multiline:focus-within {
    outline: 1px solid #424242
}

.sitecore-jss-form__control--text-box-multiline--has-error {
    outline: 1px solid #c71515
}

.sitecore-jss-form__control--text-box-multiline--has-error .sitecore-jss-form__field {
    border: none !important;
    outline: none !important
}

.sitecore-jss-form__control--text-box .sitecore-jss-form__field-container {
    position: relative;
    flex-grow: 1
}

.sitecore-jss-form__control--text-box .sitecore-jss-form__field-container input[type=date] {
    border: none;
    -webkit-appearance: none;
    background-color: #fff;
    width: auto;
    color: #000
}

.sitecore-jss-form__control--text-box .sitecore-jss-form__field-container input[type=date]::-webkit-calendar-picker-indicator {
    background: none
}

.sitecore-jss-form__control--text-box .sitecore-jss-form__field-container input[type=date]::-webkit-datetime-edit-day-field,
.sitecore-jss-form__control--text-box .sitecore-jss-form__field-container input[type=date]::-webkit-datetime-edit-month-field,
.sitecore-jss-form__control--text-box .sitecore-jss-form__field-container input[type=date]::-webkit-datetime-edit-text,
.sitecore-jss-form__control--text-box .sitecore-jss-form__field-container input[type=date]::-webkit-datetime-edit-year-field {
    color: transparent;
    background-color: initial
}

.sitecore-jss-form__control--text-box .sitecore-jss-form__field-container input[type=date].sitecore-jss-form__field--has-focus::-webkit-datetime-edit-day-field,
.sitecore-jss-form__control--text-box .sitecore-jss-form__field-container input[type=date].sitecore-jss-form__field--has-focus::-webkit-datetime-edit-month-field,
.sitecore-jss-form__control--text-box .sitecore-jss-form__field-container input[type=date].sitecore-jss-form__field--has-focus::-webkit-datetime-edit-text,
.sitecore-jss-form__control--text-box .sitecore-jss-form__field-container input[type=date].sitecore-jss-form__field--has-focus::-webkit-datetime-edit-year-field {
    color: #7d7b7b;
    background-color: initial
}

.sitecore-jss-form__control--text-box .sitecore-jss-form__field-container input[type=date].sitecore-jss-form__field-value::-webkit-datetime-edit-day-field,
.sitecore-jss-form__control--text-box .sitecore-jss-form__field-container input[type=date].sitecore-jss-form__field-value::-webkit-datetime-edit-day-field:focus,
.sitecore-jss-form__control--text-box .sitecore-jss-form__field-container input[type=date].sitecore-jss-form__field-value::-webkit-datetime-edit-month-field,
.sitecore-jss-form__control--text-box .sitecore-jss-form__field-container input[type=date].sitecore-jss-form__field-value::-webkit-datetime-edit-month-field:focus,
.sitecore-jss-form__control--text-box .sitecore-jss-form__field-container input[type=date].sitecore-jss-form__field-value::-webkit-datetime-edit-text,
.sitecore-jss-form__control--text-box .sitecore-jss-form__field-container input[type=date].sitecore-jss-form__field-value::-webkit-datetime-edit-text:focus,
.sitecore-jss-form__control--text-box .sitecore-jss-form__field-container input[type=date].sitecore-jss-form__field-value::-webkit-datetime-edit-year-field,
.sitecore-jss-form__control--text-box .sitecore-jss-form__field-container input[type=date].sitecore-jss-form__field-value::-webkit-datetime-edit-year-field:focus {
    color: #000;
    background-color: initial
}

.sitecore-jss-form__control--text-box .sitecore-jss-form__field {
    font-size: 14px;
    width: 100%;
    padding: 22px 16px 4px;
    border: none;
    box-shadow: 0 4px 20px -10px rgba(0, 0, 0, .2);
    outline: none;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292;
    font-family: "Lato", sans-serif
}

.sitecore-jss-form__control--text-box .sitecore-jss-form__field::-webkit-input-placeholder {
    color: #7d7b7b
}

.sitecore-jss-form__control--text-box .sitecore-jss-form__field::placeholder {
    color: #7d7b7b
}

.sitecore-jss-form__control--text-box .sitecore-jss-form__field:focus {
    outline: 1px solid #003e85
}

.sitecore-jss-form__control--text-box .sitecore-jss-form__field--text-area {
    resize: none;
    padding: 0 16px;
    margin: 20px 0 4px;
    box-shadow: unset;
    scrollbar-color: #dcddde #fff;
    scrollbar-width: auto
}

.sitecore-jss-form__control--text-box .sitecore-jss-form__field--text-area:focus {
    border: 0;
    outline: 0;
    padding: 0 16px
}

.sitecore-jss-form__control--text-box .sitecore-jss-form__field--text-area::-webkit-scrollbar {
    width: 4px
}

.sitecore-jss-form__control--text-box .sitecore-jss-form__field--text-area::-webkit-scrollbar-track {
    background: #fff
}

.sitecore-jss-form__control--text-box .sitecore-jss-form__field--text-area::-webkit-scrollbar-thumb {
    background: #dcddde;
    border-radius: 2px
}

.sitecore-jss-form__control--text-box .sitecore-jss-form__field--text-area-icon {
    position: absolute;
    right: 8px;
    bottom: 8px
}

.sitecore-jss-form__control--text-box .sitecore-jss-form__field--date {
    padding: 12px 16px 12px 0;
    box-shadow: unset
}

.sitecore-jss-form__control--text-box .sitecore-jss-form__field--date.sitecore-jss-form__field-value {
    padding: 20px 16px 4px 0
}

.sitecore-jss-form__control--text-box .sitecore-jss-form__field--date:focus {
    outline: unset;
    padding: 20px 16px 4px 0
}

.sitecore-jss-form__control--text-box.sitecore-jss-form__control--has-error .sitecore-jss-form__label {
    color: #c71515
}

.sitecore-jss-form__control--text-box.sitecore-jss-form__control--has-error .sitecore-jss-form__field {
    outline: 1px solid #c71515
}

.sitecore-jss-form__control--text-box.sitecore-jss-form__control--has-error .sitecore-jss-form__field--date {
    outline: unset
}

.sitecore-jss-form__control--text-box.sitecore-jss-form__control--has-error .sitecore-jss-form__control__date-field {
    outline: 1px solid #c71515
}

.sitecore-jss-form__control--checkbox-list .sitecore-jss-form__checkbox,
.sitecore-jss-form__control--checkboxfield .sitecore-jss-form__checkbox {
    margin-right: 8px;
    position: relative;
    background-color: #004292
}

.sitecore-jss-form__control--checkbox-list.sitecore-jss-form__control--has-error .sitecore-jss-form__checkbox,
.sitecore-jss-form__control--checkboxfield.sitecore-jss-form__control--has-error .sitecore-jss-form__checkbox {
    background-color: #c71515
}

.sitecore-jss-form__control--radio-btn-list .sitecore-jss-form__radio-btn-title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #000;
    display: block
}

.sitecore-jss-form__control--radio-btn-list .sitecore-jss-form__radio-btn {
    margin: 2px 8px 2px 0;
    position: relative;
    display: inline-block;
    background-color: #004292
}

.sitecore-jss-form__control--radio-btn-list .sitecore-jss-form__radio-btn-wrapper {
    margin-bottom: 20px
}

.sitecore-jss-form__control--radio-btn-list.sitecore-jss-form__control--has-error .sitecore-jss-form__radio-btn {
    background-color: #c71515
}

.sitecore-jss-form__control--file-upload .sitecore-jss-form__input-wrapper {
    position: relative
}

.sitecore-jss-form__control--file-upload .sitecore-jss-form__delete-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.sitecore-jss-form__control--file-upload .sitecore-jss-form__upload-icon {
    margin-left: 8px;
    position: relative;
    top: -4px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sitecore-jss-form__control--file-upload .sitecore-jss-form__file-upload-label {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
    display: inline-block
}

.sitecore-jss-form__control--file-upload .sitecore-jss-form__file-upload-btn {
    font-weight: 700;
    color: #003e85;
    font-size: 16px;
    line-height: 30px;
    margin-top: 24px;
    border: 0;
    background-color: initial;
    padding: 0;
    font-family: "Lato", sans-serif
}

.sitecore-jss-form__control--file-upload .sitecore-jss-form__file-upload-btn .icon-wrapper {
    display: inline-block;
    position: relative;
    top: 8px
}

.sitecore-jss-form__control--file-upload .sitecore-jss-form__file-input {
    background-color: #fff;
    width: 100%;
    box-shadow: 0 4px 25px 0 hsla(0, 0%, 49.4%, .25);
    padding: 12px 40px 12px 16px;
    font-size: 16px;
    line-height: 30px
}

.sitecore-jss-form__control--file-upload .sitecore-jss-form__file-input--is-empty,
.sitecore-jss-form__control--file-upload .sitecore-jss-form__file-input--is-empty+.sitecore-jss-form__delete-icon,
.sitecore-jss-form__control--file-upload .sitecore-jss-form__file-input::file-selector-button {
    display: none
}

.sitecore-jss-form__control--checkboxfield {
    max-width: 706px
}

.sitecore-jss-form__control__label--checkbox-label {
    font-size: 12px;
    line-height: 20px;
    color: #424242;
    display: grid;
    grid-template-columns: 24px auto;
    grid-gap: 8px;
    gap: 8px
}

.sitecore-jss-form__control__label--checkbox-label .rich-text {
    padding: 2px 0
}

.sitecore-jss-form__control__label--checkbox-list {
    display: flex;
    margin-bottom: 18px;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    color: #004292;
    letter-spacing: .8px
}

.sitecore-jss-form__control__label--title {
    color: #000;
    font-size: 16px
}

.sitecore-jss-form__error-list {
    color: #c71515;
    font-size: 12px;
    margin-top: 8px;
    line-height: 24px
}

.sitecore-jss-form__error-list__icon {
    margin: 0 4px 0 0;
    display: inline-block
}

.sitecore-jss-form__error-list__error-message {
    position: relative;
    top: -5px
}

.sitecore-jss-form__toggle-password-visibility-btn {
    border: none;
    outline: none;
    background-color: initial;
    position: absolute;
    right: 16px;
    top: 10px
}

.sitecore-jss-form>form,
.sitecore-jss-form__field-wrapper,
.sitecore-jss-form__field-wrapper>fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.sitecore-jss-form__field-wrapper {
    margin-bottom: 16px
}

.sitecore-jss-form__field-wrapper--radio-btn ul {
    margin: 18px 0 0
}

.sitecore-jss-form__field-wrapper--radio-btn label {
    display: flex;
    align-items: center
}

.sitecore-jss-form__field-wrapper--radio-btn label:first-of-type {
    color: #000;
    font-size: 16px
}

.sitecore-jss-form__field-wrapper--radio-btn label p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292
}

.sitecore-jss-form__field-wrapper--radio-btn .invalid~label input[type=radio] {
    border-color: #c71515
}

.sitecore-jss-form__field-wrapper>fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

.sitecore-jss-form__field-wrapper.width-1,
.sitecore-jss-form__field-wrapper.width-1-2,
.sitecore-jss-form__field-wrapper.width-1-3,
.sitecore-jss-form__field-wrapper.width-1-4,
.sitecore-jss-form__field-wrapper.width-2-3 {
    display: block;
    margin-bottom: 24px;
    width: 100%
}

@media (min-width:768px) {

    .sitecore-jss-form__field-wrapper.width-1,
    .sitecore-jss-form__field-wrapper.width-1-2,
    .sitecore-jss-form__field-wrapper.width-1-3,
    .sitecore-jss-form__field-wrapper.width-1-4,
    .sitecore-jss-form__field-wrapper.width-2-3 {
        margin-right: 16px;
        margin-bottom: 40px
    }
}

.sitecore-jss-form__field-wrapper.width-1-2>.sitecore-jss-form__control,
.sitecore-jss-form__field-wrapper.width-1-3>.sitecore-jss-form__control,
.sitecore-jss-form__field-wrapper.width-1-4>.sitecore-jss-form__control,
.sitecore-jss-form__field-wrapper.width-1>.sitecore-jss-form__control,
.sitecore-jss-form__field-wrapper.width-2-3>.sitecore-jss-form__control {
    max-width: none
}

.sitecore-jss-form__field-wrapper.width-1 .sitecore-jss-form__control--countryState-dropdown-list,
.sitecore-jss-form__field-wrapper.width-1-2 .sitecore-jss-form__control--countryState-dropdown-list,
.sitecore-jss-form__field-wrapper.width-1-3 .sitecore-jss-form__control--countryState-dropdown-list,
.sitecore-jss-form__field-wrapper.width-1-4 .sitecore-jss-form__control--countryState-dropdown-list,
.sitecore-jss-form__field-wrapper.width-2-3 .sitecore-jss-form__control--countryState-dropdown-list {
    padding: 0;
    margin: 0
}

.sitecore-jss-form__field-wrapper.width-1 .react-tel-input .form-control,
.sitecore-jss-form__field-wrapper.width-1-2 .react-tel-input .form-control,
.sitecore-jss-form__field-wrapper.width-1-3 .react-tel-input .form-control,
.sitecore-jss-form__field-wrapper.width-1-4 .react-tel-input .form-control,
.sitecore-jss-form__field-wrapper.width-2-3 .react-tel-input .form-control {
    width: 100%
}

.sitecore-jss-form__field-wrapper.hidden {
    display: none
}

@media (min-width:768px) {
    .sitecore-jss-form__field-wrapper.width-1 {
        width: 100%
    }

    .sitecore-jss-form__field-wrapper.width-1-2 {
        width: calc(50% - 16px)
    }

    .sitecore-jss-form__field-wrapper.width-1-3 {
        width: calc(33.33% - 16px)
    }

    .sitecore-jss-form__field-wrapper.width-1-4 {
        width: calc(25% - 16px)
    }

    .sitecore-jss-form__field-wrapper.width-2-3 {
        width: calc(66.66% - 16px)
    }
}

.grecaptcha-badge {
    z-index: 999
}

.small-hero-banner {
    margin: 0 auto;
    max-width: 1680px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box
}

.small-hero-banner__social-media-bar {
    position: absolute;
    right: 0;
    top: 40px
}

.small-hero-banner__image-wrapper {
    height: 100%;
    position: absolute;
    z-index: -1;
    width: 100vw
}

.small-hero-banner__image {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%
}

.small-hero-banner__placeholder {
    margin-top: 15px
}

.small-hero-banner__content {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding: 16px 16px 32px
}

@media (min-width:768px) {
    .small-hero-banner__content {
        width: 50%;
        padding: 48px 32px 56px
    }

    .small-hero-banner__content>* {
        width: 68%
    }
}

.small-hero-banner__content--background {
    background-image: linear-gradient(180deg, rgba(10, 26, 50, .7), rgba(10, 26, 50, .5) 73%, rgba(10, 26, 50, 0))
}

@media (min-width:768px) {
    .small-hero-banner__content--background {
        background-image: linear-gradient(90deg, rgba(10, 26, 50, .7), rgba(10, 26, 50, .5) 75%, rgba(10, 26, 50, 0))
    }
}

.small-hero-banner__eyebrow {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #fff;
    margin: 0 0 4px;
    text-transform: uppercase
}

@media (min-width:768px) {
    .small-hero-banner__eyebrow {
        font-size: 16px;
        line-height: 24px
    }
}

.small-hero-banner__title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    margin: 0 0 16px
}

@media (min-width:768px) {
    .small-hero-banner__title {
        font-size: 56px;
        line-height: 60px;
        letter-spacing: 2px;
        margin: 0 0 20px
    }
}

.small-hero-banner__description {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #fff;
    margin: 0 0 16px
}

@media (min-width:768px) {
    .small-hero-banner__description {
        font-size: 16px;
        margin: 0 0 24px
    }
}

.small-hero-banner__button-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-row-gap: 16px;
    row-gap: 16px;
    grid-column-gap: 16px;
    -webkit-column-gap: 16px;
    column-gap: 16px
}

@media (min-width:1680px) {
    .hero-banner-cl {
        margin-left: calc(50vw - 840px)
    }
}

.hero-banner-cl__video-player {
    position: absolute;
    z-index: -1
}

.hero-banner-cl__wrapper {
    position: relative;
    overflow-y: hidden
}

@media (min-width:768px) {
    .hero-banner-cl__wrapper {
        padding-top: 0
    }
}

@media (max-width:767.5px) {
    .hero-banner-cl__wrapper {
        min-height: 581px
    }
}

.hero-banner-cl__social-media-bar {
    position: absolute;
    right: 0
}

.hero-banner-cl__media,
.hero-banner-cl__media-wrapper--EE img,
.hero-banner-cl__video-wrapper>div,
.hero-banner-cl__video-wrapper>video {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    display: block
}

.hero-banner-cl__media--disable-cropping {
    object-fit: contain
}

.hero-banner-cl__media-EE--desktop,
.hero-banner-cl__media-EE--mobile {
    display: none
}

@media (min-width:768px) {
    .hero-banner-cl__media-EE--desktop {
        display: block
    }
}

@media (max-width:767.5px) {
    .hero-banner-cl__media-EE--mobile {
        display: block
    }
}

.hero-banner-cl__content {
    box-sizing: border-box;
    min-height: clamp(768px, calc(100vh - 141px), calc(100vh - 141px));
    min-height: clamp(768px, calc(100vh - var(--navigation--Height--actual, 85px) - 56px), calc(100vh - var(--navigation--Height--actual, 85px) - 56px));
    width: 34.29%;
    max-width: 576px;
    background-color: rgba(0, 32, 91, .55);
    padding: 80px 16px 44px 32px;
    display: flex;
    flex-direction: column
}

@media (max-width:767.5px) {
    .hero-banner-cl__content {
        width: 100%;
        max-width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        min-height: 0;
        padding: 56px 16px 16px
    }
}

@media (min-width:1680px) {
    .hero-banner-cl__content:before {
        content: "";
        position: absolute;
        width: calc(50vw - 840px);
        background: inherit;
        height: 100%;
        top: 0;
        left: 0
    }
}

@media (min-width:768px) {
    .hero-banner-cl__content {
        margin-top: 56px
    }

    .hero-banner-cl__content:before {
        margin-top: inherit
    }
}

@media (min-width:768px) {
    .hero-banner-cl__content__no-breadcrumb {
        margin-top: 0
    }
}

@media (min-width:1680px) {
    .hero-banner-cl__content {
        margin-left: calc(50vw - 840px);
        padding-left: 32px
    }
}

.hero-banner-cl__content__eyebrow {
    width: 63.17%;
    font-size: 16px;
    letter-spacing: .8px;
    color: #004292;
    line-height: 24px;
    margin-bottom: 16px;
    text-transform: uppercase
}

@media (max-width:767.5px) {
    .hero-banner-cl__content__eyebrow {
        width: 100%;
        font-size: 14px;
        margin-bottom: 0
    }
}

.hero-banner-cl__content__title {
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 30px;
    margin-bottom: 16px;
    color: #fff;
    margin-top: 0;
    font-size: 20px
}

@media screen and (min-width:768px) {
    .hero-banner-cl__content__title {
        font-size: calc(3.15789px + 2.19298vw)
    }
}

@media screen and (min-width:1680px) {
    .hero-banner-cl__content__title {
        font-size: 40px
    }
}

@media (min-width:768px) {
    .hero-banner-cl__content__title {
        letter-spacing: 2px;
        line-height: 44px;
        margin-bottom: 24px
    }
}

.hero-banner-cl__key-point-dots__wrapper {
    position: relative;
    margin-top: auto;
    width: 33.33%;
    min-width: 560px;
    padding-left: 57px
}

@media (max-width:767.5px) {
    .hero-banner-cl__key-point-dots__wrapper {
        display: none
    }
}

.hero-banner-cl__dots {
    position: absolute;
    left: 0
}

.hero-banner-cl__key-point__wrapper,
.hero-banner-cl__key-point__wrapper-ch {
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 24px;
    row-gap: 24px;
    grid-column-gap: 16px;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    margin-top: 55px
}

.hero-banner-cl__key-point__wrapper-ch div {
    box-sizing: border-box;
    padding-left: 16px;
    border-left: 1px solid #86bced;
    width: calc(50% - 8px);
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #424242;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.hero-banner-cl__key-point__wrapper-ch div:only-child {
    flex-grow: 1
}

.hero-banner-cl__key-point__wrapper-ch div b,
.hero-banner-cl__key-point__wrapper-ch div strong {
    color: #003e85;
    display: block
}

.hero-banner-cl__key-point__wrapper-ch div>* {
    margin: 0
}

.hero-banner-cl__key-point {
    box-sizing: border-box;
    padding-left: 16px;
    border-left: 1px solid #86bced;
    width: calc(50% - 8px)
}

.hero-banner-cl__key-point:only-child {
    flex-grow: 1
}

.hero-banner-cl__key-point__description,
.hero-banner-cl__key-point__title {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    margin: 0
}

.hero-banner-cl__key-point__title {
    color: #003e85
}

.hero-banner-cl__key-point__description {
    color: #424242
}

.hero-banner-cl__wrapper.scEnabledChrome .editorial-image {
    position: static
}

.specCheck {
    color: red
}

.specCheck__container {
    margin: 0 auto;
    max-width: 1680px
}

.special-offers-listing-card {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column
}

.special-offers-listing-card__border {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    border-bottom: 2px solid #dcddde;
    margin: 0 8px
}

.special-offers-listing-card__button {
    margin: 32px 0
}

.special-offers-listing-card__button-wrapper {
    margin-top: auto
}

.special-offers-listing-card__text {
    font-size: 14px;
    color: #004292;
    line-height: 24px;
    letter-spacing: .8px
}

.special-offers-listing-card__text--title {
    font-weight: 700;
    margin-top: 22px
}

@media (min-width:992px) {
    .special-offers-listing-card__text--title {
        margin-top: 16px;
        font-size: 16px
    }
}

.special-offers-listing-card__text--content {
    margin-bottom: 8px
}

@media (min-width:992px) {
    .special-offers-listing-card__text--content {
        margin-bottom: 32px
    }
}

.special-offers-listing-card__text--disclaimer {
    color: #003e85;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer
}

.special-offers-listing-card__text--expiration {
    font-weight: 700;
    margin-bottom: 24px
}

.special-offers-listing-card__badge {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    padding: 4px 10.66667px;
    background-color: #dcddde;
    text-transform: uppercase
}

.special-offers-listing-card__badge * {
    margin: 0
}

@media (min-width:992px) {
    .special-offers-listing-card img {
        object-fit: cover
    }
}

@media (max-width:767.5px) {
    .special-offers-listing-card__media-wrapper {
        margin: 0
    }
}

.special-offers-listing-card__image {
    display: block;
    padding-top: 56%;
    position: relative;
    width: 100%
}

.special-offers-listing-card__image img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width:768px) {
    .special-offers-listing-card__image {
        display: block;
        padding-top: 30.70652%;
        position: relative;
        width: 100%
    }

    .special-offers-listing-card__image img {
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.special-offers-listing-card__cta-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: 24px
}

@media (min-width:768px) {
    .special-offers-listing-card__cta-container--row {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start
    }
}

.my-modal-dialog.special-offers-listing-card-modal {
    padding: 80px 32px 64px
}

@media (max-width:767.5px) {
    .my-modal-dialog.special-offers-listing-card-modal {
        padding: 16px 16px 40px
    }
}

.my-modal-dialog.special-offers-listing-card-modal>div {
    text-align: left;
    margin: 0 auto
}

@media (min-width:768px) {
    .my-modal-dialog.special-offers-listing-card-modal>div {
        max-width: 632px
    }
}

@media (max-width:767.5px) {
    .my-modal-dialog.special-offers-listing-card-modal>div {
        max-width: 343px
    }
}

@media (min-width:768px) {
    .special-offers-listing__card {
        padding: 0 32px
    }
}

.special-offers-listing__card-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 40px;
    row-gap: 40px;
    margin: 32px 38px 40px
}

@media (min-width:768px) {
    .special-offers-listing__card-list {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 16px;
        -webkit-column-gap: 16px;
        column-gap: 16px;
        grid-row-gap: 64px;
        row-gap: 64px;
        margin: 32px 32px 64px
    }
}

@media (min-width:1680px) {
    .special-offers-listing__card-container {
        max-width: 1680px;
        margin: 0 auto
    }
}

.special-offers-listing .pagination {
    padding-top: 0
}

.special-offers-listing .pagination__container {
    padding-left: 0
}

@media (min-width:768px) {
    .splash-component-market-selector {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        padding-top: 32px;
        padding-bottom: 96px;
        background-color: #f8f9f9
    }
}

.splash-component-market-selector .splash-component__container {
    display: flex;
    justify-content: space-between
}

.splash-component-market-selector__list {
    display: block
}

@media (min-width:768px) {
    .splash-component-market-selector__list {
        display: grid;
        grid-template-columns: auto auto auto;
        grid-auto-rows: -webkit-min-content;
        grid-auto-rows: min-content
    }
}

.splash-component-market-selector__list-item {
    margin-bottom: 20px
}

.splash-component-market-selector__list-item:first-child {
    margin-top: 8px
}

.splash-component-market-selector__list-item:last-child {
    margin-top: 24px
}

@media (min-width:768px) {

    .splash-component-market-selector__list-item,
    .splash-component-market-selector__list-item:first-child,
    .splash-component-market-selector__list-item:last-child {
        margin: 12px 60px 12px 0
    }
}

.splash-component-market-selector__list-item-link {
    text-transform: uppercase;
    color: #004292;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px
}

.splash-component-market-selector__list-item-link:focus,
.splash-component-market-selector__list-item-link:hover {
    text-decoration: underline
}

.splash-component-market-selector__image {
    display: none;
    max-width: 100%;
    height: auto
}

@media (min-width:1200px) {
    .splash-component-market-selector__image {
        display: block
    }
}

.splash-component--contruction .splash-component-market-selector__list-item-link {
    color: #000
}

.region-selector {
    background-color: #f8f9f9;
    height: 100%;
    position: absolute;
    width: 100%;
    max-height: calc(100vh - 85px);
    overflow: auto
}

@media (min-width:768px) {
    .region-selector {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        position: relative;
        flex-grow: 1;
        max-height: 100%;
        overflow: auto
    }
}

.region-selector__title {
    margin: 32px 16px 16px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292
}

@media (min-width:768px) {
    .region-selector__title {
        display: none
    }
}

@media (min-width:768px) {
    .region-selector__row {
        box-shadow: 0 4px 20px -10px rgba(0, 0, 0, .2)
    }
}

.region-selector__list {
    display: flex;
    margin: 0;
    flex-direction: column
}

@media (min-width:768px) {
    .region-selector__list {
        flex-direction: row
    }
}

.region-selector__list-title {
    cursor: pointer;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px;
    color: #004292;
    padding: 16px 0;
    display: flex;
    justify-content: space-between
}

@media (min-width:768px) {
    .region-selector__list-title {
        display: inline-block;
        padding: 30px 20px;
        font-weight: 700
    }
}

.region-selector__list-title--active,
.region-selector__list-title:hover {
    font-weight: 700;
    background-color: #f8f9f9
}

@media (min-width:768px) {
    .region-selector__list-title-icon {
        display: none
    }
}

.region-selector__image {
    display: none
}

@media (min-width:768px) {
    .region-selector__image {
        margin: 24px auto;
        display: block
    }
}

.splash-component--contruction .region-selector__list-title,
.splash-component--contruction .region-selector__title {
    color: #000
}

.splash-component-sector-selector {
    padding: 40px;
    opacity: .85;
    background-color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: auto
}

@media (min-width:768px) {
    .splash-component-sector-selector {
        margin-top: 0
    }
}

.splash-component-sector-selector--active {
    opacity: 1;
    display: none
}

@media (min-width:768px) {
    .splash-component-sector-selector--active {
        display: block
    }
}

.splash-component-sector-selector--top {
    margin-bottom: auto;
    margin-top: 0
}

@media (min-width:768px) {
    .splash-component-sector-selector--top {
        margin-bottom: 0
    }
}

.splash-component-sector-selector__title {
    max-width: 800px;
    margin: 0 auto 26px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-align: center;
    color: #004292;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: 1.8px
}

@media (min-width:768px) {
    .splash-component-sector-selector__title {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 2px
    }
}

.splash-component-sector-selector__inputs {
    border: 0;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0
}

.splash-component-sector-selector__input-wrapper {
    display: flex
}

.splash-component-sector-selector__input-wrapper:after {
    content: "";
    display: block;
    background-color: #dcddde;
    width: 2px;
    height: 22px;
    margin-left: 24px;
    margin-right: 24px
}

.splash-component-sector-selector__input-wrapper:last-child:after {
    content: none
}

.splash-component-sector-selector__radio {
    -webkit-appearance: none;
    appearance: none;
    display: none
}

.splash-component-sector-selector__radio-btn-icon {
    margin-right: 8px
}

.splash-component-sector-selector__label {
    display: flex;
    font-size: 14px;
    align-items: center
}

.splash-component--contruction .splash-component-sector-selector__radio-btn-icon {
    background-color: #000
}

.splash-component-footer {
    max-height: 56px;
    background-color: #fff;
    opacity: .85;
    width: 100%;
    overflow: hidden
}

@media (min-width:768px) {
    .splash-component-footer {
        margin-top: auto;
        position: absolute;
        bottom: 0
    }
}

.splash-component-footer--active {
    margin-top: auto;
    display: none
}

@media (min-width:768px) {
    .splash-component-footer--active {
        display: block;
        background-color: initial
    }
}

.splash-component-footer .splash-component__container {
    display: flex
}

.splash-component-footer__logo {
    max-height: 32px;
    margin-right: 32px;
    margin-top: 10px
}

.splash-component-footer__copyright {
    margin: 18px 0;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #424242
}

.splash-component-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 85px
}

@media (min-width:768px) {
    .splash-component-header {
        text-align: center
    }
}

.splash-component-header>.splash-component__container {
    display: flex;
    justify-content: space-between
}

@media (min-width:768px) {
    .splash-component-header>.splash-component__container {
        display: block
    }
}

.splash-component-header__logo {
    max-height: 45px;
    margin: 20px
}

@media (min-width:768px) {
    .splash-component-header__logo {
        max-height: 75px;
        text-align: center;
        margin: 5px 0
    }
}

.splash-component-header__close-btn {
    border: 0;
    background-color: #f8f9f9;
    outline: none;
    text-align: center;
    padding: 16px;
    position: relative;
    right: -16px;
    color: #004292;
    cursor: pointer
}

@media (min-width:768px) {
    .splash-component-header__close-btn {
        display: none
    }
}

.splash-component-header__close-btn-icon {
    display: block;
    margin: 0 auto
}

.splash-component--contruction .splash-component-header__close-btn {
    color: #000
}

.splash-component__container {
    margin: 0 auto;
    max-width: 1680px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    box-sizing: border-box
}

@media (min-width:768px) {
    .splash-component__container {
        padding-left: 32px;
        padding-right: 32px
    }
}

.splash-component__desktop-img,
.splash-component__mobile-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute
}

.splash-component__desktop-img {
    display: none
}

@media (min-width:768px) {
    .splash-component__desktop-img {
        display: block
    }
}

.splash-component__mobile-img {
    display: block
}

@media (min-width:768px) {
    .splash-component__mobile-img {
        display: none
    }
}

.splash-component__content-wrapper,
.splash-component__wrapper {
    position: relative;
    min-height: calc(100vh - 85px)
}

.splash-component__content-wrapper {
    z-index: 1;
    display: flex;
    flex-direction: column
}

@-webkit-keyframes slide-in {
    0% {
        display: none;
        opacity: 0;
        bottom: 0
    }

    80% {
        opacity: 1;
        bottom: -13px
    }

    to {
        display: block;
        opacity: 1;
        bottom: -15px
    }
}

@keyframes slide-in {
    0% {
        display: none;
        opacity: 0;
        bottom: 0
    }

    80% {
        opacity: 1;
        bottom: -13px
    }

    to {
        display: block;
        opacity: 1;
        bottom: -15px
    }
}

.info-tooltip-sep {
    position: relative;
    top: -1px
}

.info-tooltip-sep,
.info-tooltip-sep__icon {
    display: inline;
    vertical-align: initial
}

.info-tooltip-sep__icon .icon-wrapper {
    width: 16px;
    height: 16px
}

.info-tooltip-sep__children-wrapper {
    position: fixed;
    z-index: 10
}

.info-tooltip-sep__children {
    position: relative;
    -webkit-transform: translate(-50%, 5px);
    transform: translate(-50%, 5px);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .4);
    background: #fff;
    opacity: 1;
    -webkit-animation: slide-in .3s ease-out forwards;
    animation: slide-in .3s ease-out forwards
}

.info-tooltip-sep__children--arrow {
    position: absolute;
    top: -9px;
    left: 50%;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    height: 0;
    width: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.info-tooltip-sep__children--hidden {
    display: none;
    pointer-events: none
}

.text-module {
    background-color: #fff;
    display: flex;
    flex-direction: column
}

@media (min-width:1680px) {
    .text-module {
        max-width: 1680px;
        min-width: 1680px;
        margin: 0 auto;
        position: relative
    }

    .text-module:before {
        content: "";
        z-index: -1;
        position: absolute;
        left: calc(-50vw - -840px);
        width: 100vw;
        background: inherit;
        height: 100%;
        top: 0
    }
}

@media (max-width:767.5px) {
    .text-module {
        padding: 16px
    }
}

.text-module--white {
    background-color: #fff
}

.text-module--lightgrey {
    background-color: #dcddde
}

.text-module--darkgrey {
    background-color: #424242
}

.text-module--black {
    background-color: #000
}

.text-module--pastel {
    background-color: #86bced
}

.text-module--darkblue {
    background-color: #004292
}

.text-module--primaryyellow {
    background-color: #f1e52d
}

.text-module--left {
    text-align: left
}

.text-module--left,
.text-module--left .text-module__buttons {
    align-items: flex-start
}

@media (min-width:992px) {
    .text-module--left .text-module__buttons {
        justify-content: flex-start;
        align-items: center
    }
}

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

.text-module--center .text-module__buttons {
    align-items: center
}

@media (min-width:992px) {
    .text-module--center .text-module__buttons {
        justify-content: center;
        align-items: center
    }
}

.text-module--center .text-module__text.rich-text ol,
.text-module--center .text-module__text.rich-text ul {
    list-style-position: inside;
    margin-left: 0
}

.text-module--center .text-module__text.rich-text ol li,
.text-module--center .text-module__text.rich-text ul li {
    padding-left: 0
}

.text-module--right {
    text-align: right
}

.text-module--right,
.text-module--right .text-module__buttons {
    align-items: flex-end
}

@media (min-width:992px) {
    .text-module--right .text-module__buttons {
        justify-content: flex-end;
        align-items: center
    }
}

@media (min-width:768px) {
    .text-module__content {
        margin-top: 40px;
        width: 47.65%;
        padding: 16px 80px 16px 32px
    }
}

.text-module__eyebrow {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: .8px;
    color: #7d7b7b;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .text-module__eyebrow {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: .8px
    }
}

.text-module__title {
    margin: 0 0 16px;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1.8px;
    -webkit-hyphens: auto;
    hyphens: auto
}

.text-module__title.var1 {
    border-left: 10px solid #f1e52d;
    padding-left: 20px;

}

@media (min-width:768px) {
    .text-module__title {
        font-size: 40px;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: 2px;
        -webkit-hyphens: none;
        hyphens: none
    }
}

.text-module__subtitle {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    margin: 0 0 24px
}

@media (min-width:768px) {
    .text-module__subtitle {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: .8px
    }
}

.text-module__text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .8px;
    margin-bottom: 24px
}

@media (min-width:768px) {
    .text-module__text {
        font-size: 16px
    }
}

.text-module--darkblue .text-module__subtitle a,
.text-module--darkblue .text-module__subtitle a:focus,
.text-module--darkblue .text-module__subtitle a:hover,
.text-module--darkblue .text-module__subtitle a:visited,
.text-module--darkblue .text-module__text a,
.text-module--darkblue .text-module__text a:focus,
.text-module--darkblue .text-module__text a:hover,
.text-module--darkblue .text-module__text a:visited {
    color: #86bced
}

.text-module__image-wrapper {
    display: block;
    padding-top: 75%;
    position: relative;
    width: 100%;
    margin-bottom: 16px
}

.text-module__image-wrapper img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.text-module__buttons {
    display: flex;
    flex-direction: column;
    grid-row-gap: 24px;
    row-gap: 24px
}

@media (min-width:992px) {
    .text-module__buttons {
        flex-direction: row
    }
}

.text-module__pop-up .s-blue,
.text-module__pop-up .s-white {
    padding: 0 0 0 16px
}

@media (max-width:767.5px) {

    .text-module__pop-up .s-blue,
    .text-module__pop-up .s-white {
        padding: 0 0 0 24px
    }
}

.text-module__pop-up--EE {
    min-width: 200px;
    min-height: 50px
}

.text-module__margin {
    margin-right: 16px
}

@media (max-width:767.5px) {
    .text-module__margin {
        margin-right: 24px
    }
}

.text-module--text-color-white .text-module__eyebrow,
.text-module--text-color-white .text-module__subtitle,
.text-module--text-color-white .text-module__text,
.text-module--text-color-white .text-module__text *,
.text-module--text-color-white .text-module__title {
    color: #fff
}

.text-module--text-color-lightgrey .text-module__eyebrow,
.text-module--text-color-lightgrey .text-module__subtitle,
.text-module--text-color-lightgrey .text-module__text,
.text-module--text-color-lightgrey .text-module__text *,
.text-module--text-color-lightgrey .text-module__title {
    color: #dcddde
}

.text-module--text-color-darkgrey .text-module__eyebrow,
.text-module--text-color-darkgrey .text-module__subtitle,
.text-module--text-color-darkgrey .text-module__text,
.text-module--text-color-darkgrey .text-module__text *,
.text-module--text-color-darkgrey .text-module__title {
    color: #424242
}

.text-module--text-color-black .text-module__eyebrow,
.text-module--text-color-black .text-module__subtitle,
.text-module--text-color-black .text-module__text,
.text-module--text-color-black .text-module__text *,
.text-module--text-color-black .text-module__title {
    color: #000
}

.text-module--text-color-pastel .text-module__eyebrow,
.text-module--text-color-pastel .text-module__subtitle,
.text-module--text-color-pastel .text-module__text,
.text-module--text-color-pastel .text-module__text *,
.text-module--text-color-pastel .text-module__title {
    color: #86bced
}

.text-module--text-color-darkblue .text-module__eyebrow,
.text-module--text-color-darkblue .text-module__subtitle,
.text-module--text-color-darkblue .text-module__text,
.text-module--text-color-darkblue .text-module__text *,
.text-module--text-color-darkblue .text-module__title {
    color: #004292
}

.text-module--text-color-primaryyellow .text-module__eyebrow,
.text-module--text-color-primaryyellow .text-module__subtitle,
.text-module--text-color-primaryyellow .text-module__text,
.text-module--text-color-primaryyellow .text-module__text *,
.text-module--text-color-primaryyellow .text-module__title {
    color: #f1e52d
}

.text-module--lightgrey .text-module__eyebrow,
.text-module--white .text-module__eyebrow {
    color: #7d7b7b
}

.text-module--pastel .text-module__eyebrow,
.text-module--primaryyellow .text-module__eyebrow {
    color: #004292
}

.sticky-top-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 210;
    -webkit-transform: all .4s ease;
    transform: all .4s ease;
    margin-right: 0;
    margin-right: var(--body-scrollbar-width--scroll-hidden, 0)
}

.sticky-top-wrapper .sticky-element--hide {
    height: 0;
    overflow: hidden
}

.loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    height: 100vh;
    width: 0;
    background: hsla(0, 0%, 100%, .702);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .2s ease-in 0s, width 0s ease-in .2s;
    z-index: 9147483641
}

.loader .spinner {
    display: none
}

.loader--show {
    opacity: 1;
    transition: opacity .2s ease-in 0s, width 0s ease-in 0s;
    width: 100vw
}

.loader--show .spinner {
    display: initial
}

/*# sourceMappingURL=17.f613ce4c.chunk.css.map */





img.w-100 {
    align-self: center;
} 

.banner-desktop-class {
    display: block !important;
}

.banner-mobile-class {
    display: none !important;
}

/* Banner responsive */
@media only screen and (max-width: 1500px){
    /* img.w-100 {
        width: 120% !important;
        justify-content: center;
    } */
    /* .carousel-item.active {
        display: flex;
        justify-content: center;
    } */
}


@media only screen and (max-width: 1024px){
    img.w-100 {
        width: 100% !important;
        justify-content: center;
    }
    .carousel-item.active {
        display: flex;
        justify-content: center;
    }

    /* .hero-carousel,.carousel-control-next, .carousel-control-prev {
        height: 75vh;
    } */

    #index .hero-carousel__items {
        display: none;
    }
}


@media only screen and (max-width: 992px){
    #index img.w-100 {
        width: 120% !important;
        justify-content: center;
    }
    /* #index .carousel-item.active {
        display: block;
        justify-content: center;
    } */

    /* #index .hero-carousel,.carousel-control-next, .carousel-control-prev {
        height: 52vh;
    } */
}


@media only screen and (max-width: 768px){
    #index img.w-100 {
        width: 100% !important;
        justify-content: center;
    }
    /* #index .carousel-item.active {
        display: block;
        justify-content: center;
    } */

    /* #index .hero-carousel,.carousel-control-next, .carousel-control-prev {
        height: 90vh;
    } */

    .product-single .hero-carousel, .product-single .carousel-control-next, .product-single .carousel-control-prev {
        height: 35vh !important;
    }

    /* #index .hero-carousel, .carousel-control-next, .carousel-control-prev {
        height: 48vh !important;
    } */
}


@media only screen and (max-width: 768px){
    #index img.w-100 {
        width: 120% !important;
        justify-content: center;
    }

    #index .hero-carousel__dots {
        display: none;
    }

    /* #index .carousel-item.active {
        display: flex;
        justify-content: center;
    } */
}

@media only screen and (max-width: 440px){
    #index img.w-100 {
        width: 100% !important;
        justify-content: center;
    }

    .heading__title.var1  {
        padding-left: 15px;
    }

}

@media only screen and (max-width: 370px){
    #index img.w-100 {
        width: 160% !important;
        justify-content: center;
    }

    .hero-carousel__items li {
        height: 60px;
    }

    .navigation__logo__image {
        max-height: 45px;
    }

    .split-module__image, .split-module__media-height {
        padding-top: 50%;
    }
    .split-module__title {
        font-size: 26px;
    }

    .split-module__subtitle {
        font-size: 16px;
    }

    .split-module__text {
        font-size: 12px;
    }

    .split-module__cta-icon {
        padding: 12px 18px;
        font-size: 14px;
    }

    .heading__title.var1 {
        padding-left: 8px;
        font-size: 22px;
        line-height: 28px;
    }

}

@keyframes indexmove {
    0% {
        opacity: 0;
        transform: translate3d(0px, 100%, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}


@media (max-width: 1200px){
    /* #index .carousel-item {
        height: 72vh;
    } */

    /* #index .hero-carousel, .hero-carousel .slide {
        height: 72vh;
    } */
}


/* @media (max-width: 1025px){
    #index .hero-carousel, .hero-carousel .slide {
        height: 60vh;
    }
} */

@media (max-width: 992px) {
    /* #index .carousel-item.active {
        display: flex;
    } */

    #index img.w-100 {
        width: 100%;
    }

    /* #index .carousel-item {
        height: 48vh;
    } */
    /* #index .hero-carousel, .hero-carousel .slide {
        height: 52vh;
    } */
}

@media (max-width: 550px) { 
    #index .split-module__media-height img {
        left: -250px !important;
    }

    /* #index .hero-carousel, .carousel-control-next, .carousel-control-prev {
        height: 45vh !important;
    }

    #index .carousel-item {
        height: 45vh !important;
    } */
}

@media (max-width: 465px) {  
    #index .banner-desktop-class {
        display: none !important;
    }

    #index .banner-mobile-class {
        display: block !important;
    }

    #index img.w-100 {
        width: 100% !important;
    }


    #index .carousel-item.active {
        display: block;
    }

    .split-module__image, .split-module__media-height {
        padding-top: 55%;
    }
}

@media (max-width: 470px) {
    #index .hero-carousel__items {
        display: block;
    }
}  

