.error {
    color: red;
}

.hide {
    display: none;
}

.bg-light-blue {
    background: #e8eff7;
}

.gnw .form-control.align-right {
    border: 1px solid rgba(45, 29, 73, 0.45);
    background: #e9ecef;
    background: #fff;
    border-left: 0;
}

.gnw .form-control.align-left {
    border: 1px solid rgba(45, 29, 73, 0.45);
    background: #fff;
    border-right: 0;
}

.gnw .btn-primary {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.gnw .template-sub a:hover {
    text-decoration: none;
}

.gnw .template-sub .download {
    background: #007dc3;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 10px;
    line-height: 1.2em;
    font-size: 1rem;
}

.gnw .template-sub .submit {
    background: #967DFF;
    color: #fff;
    border-radius: 4px;
}

    .gnw .template-sub .submit:hover, .gnw .template-sub .download:hover {
        background: #2D1D49;
        transition: color 0.7s linear;
        -webkit-transition: color 0.7s linear;
        -moz-transition: color 0.7s linear;
    }

.gnw .template-sub .tab-results a.btn {
    color: #fff;
    text-decoration: none;
}

    .gnw .template-sub .tab-results a.btn:hover {
        background-color: #5a6268;
        border-color: #545b62;
        color: #fff;
        text-decoration: none;
    }

.gnw .template-sub .tab-results .nav-tabs a {
    text-decoration: none;
    background-color: #f3f1ff;
    color: #919191;
    font-weight: bold;
    border-radius: 0;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    padding: 15px 35px;
}

    .gnw .template-sub .tab-results .nav-tabs a.active {
        background-color: unset;
        color: #967DFF;
    }

    .gnw .template-sub .tab-results .nav-tabs a:hover {
        color: #967DFF;
        background-color: unset;
    }

.gnw .template-sub .tab-results .year-box {
    text-align: center;
}

    .gnw .template-sub .tab-results .year-box > span {
        padding: 30px 0;
        background: #967DFF;
        color: #fff;
    }

        .gnw .template-sub .tab-results .year-box > span > b {
            font-size: 3.5rem;
            line-height: 0.8em;
            display: block;
        }

.gnw .template-sub .tab-results .row-box > div {
    padding: 10px 0;
    border-bottom: 1px solid #0e71b6;
}

.gnw .template-sub .tab-results .nav-tabs .nav-item {
    margin-bottom: -2px;
}

.gnw .btn-lg {
    padding: 10px 40px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0;
}

.gnw .template-sub .btn-secondary {
    color: #fff;
}

.gnw .tab-content {
    border: 1px solid #dee2e6;
    border-top: 0;
    margin-top: 0;
}

.input.dropdownlist {
    border: 0px solid #d0d6db;
    background: #e9ecef;
    border-radius: 4px;
    padding: 0px 0;
}

.input-group.dropdownlist {
    border: 1px solid #d0d6db;
    background: #e9ecef;
    border-radius: 3px;
}

    .input-group.dropdownlist > select {
        background: #e9ecef;
    }

.btn-list {
    background: unset;
}

    .btn-list:hover {
        background: inherit;
    }

    .btn-list > span {
        padding: 5px 10px;
        color: #ff0000;
        background: #e9ecef;
        border: 1px solid #d0d6db;
        border-radius: 3px;
        margin-right: 10px;
    }

/*#region Toggle Switch*/
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 45px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: pointer;
}

    .toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #9d9d9d;
    -webkit-transition: .4s;
    transition: .4s;
}

    .toggle-slider:before {
        position: absolute;
        content: "";
        height: 43px;
        width: 150px;
        left: 0;
        bottom: 0;
        background-color: #836BDC;
        -webkit-transition: .4s;
        transition: .4s;
    }

.toggle-switch input:checked + .toggle-slider {
    background-color: #9d9d9d;
}

.toggle-switch input:focus + .toggle-slider {
    box-shadow: 0 0 1px #2196F3;
}

.toggle-switch input:checked + .toggle-slider:before {
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
}

/* Rounded sliders */
.toggle-slider.round {
    border-radius: 34px;
}

    .toggle-slider.round:before {
        border-radius: 50%;
    }

.toggle-switch > span.text {
    position: absolute;
    color: #fff;
    top: 20%;
    left: 10%;
}

    .toggle-switch > span.text:last-child {
        right: 10%;
        left: unset;
    }

.toggle-switch input:checked ~ * .text {
    color: #fff;
}
/*#endregion*/

.gnw #tabOptions td.indent, .gnw #tabOptions td.indent li {
    font-size: 0;
}


.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    left: 0;
    top: 170px;
    background-color: var(--base-color) !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
    border: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    right: -40px;
    top: 170px;
    background-color: var(--base-color) !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
    border: none;
}

.owl-carousel .owl-nav button {
    padding: 5px;
    border: 0;
    cursor: pointer;
    border-radius: 50px;
}

    .owl-carousel .owl-nav button:active, .owl-carousel .owl-nav button:focus {
        outline: none;
        border: none;
    }

    .owl-carousel .owl-nav button img {
        width: 40px;
        padding: 5px;
    }

@media only screen and (min-width: 1400px) and (max-width: 1799px) {
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
        top: 120px;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
        top: 120px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
        top: 105px;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
        top: 105px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
        top: 90px;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
        top: 90px;
    }
}

@media only screen and (max-width : 768px) {
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
        top: 130px;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
        top: 130px;
    }
}

/*=========================================
POPUP FORM
=========================================*/
.mfp-auto-cursor .mfp-content .delivery-form {
    background: #fff;
    width: 600px;
    margin: 0 auto;
}

.mfp-auto-cursor .mfp-content #deliveryForm {
    padding: 30px 20px;
}

.mfp-auto-cursor .mfp-content .delivery-form h3 {
    font-size: 22px;
}

.mfp-auto-cursor .mfp-content .delivery-form .btn-purple-violet {
    background: #967DFF;
    color: #fff;
    border: 1px solid #967DFF;
}

/*.mfp-bg {
    background: #967dff;
    opacity: 1;
}*/

@media screen and (max-width: 768px) {
    .mfp-auto-cursor .mfp-content .delivery-form {
        width: 100%;
    }
}


/* #region VIDEO PLAYER */
.gnw #video-player .bg-violet .borderOption,
.gnw #video-player .bg-purple .borderOption {
    border-left: 1px solid rgba(255, 255, 255, 0.45);
    padding-left: 40px;
    margin-left: 0px;
    padding-bottom: 30px;
}

.gnw #video-player .bg-light .borderOption,
.gnw #video-player .bg-white .borderOption,
.gnw #video-player .bg-lilac .borderOption {
    border-left: 1px solid rgba(45, 29, 74, 0.45);
    padding-left: 40px;
    margin-left: 0px;
    padding-bottom: 30px;
}

.gnw #video-player .p-64 {
    padding-top: 64px;
    padding-bottom: 64px;
}

.gnw .video-player-thumbnail {
    display: flex;
    margin-bottom: 1em;
}

    .gnw .video-player-thumbnail:hover {
        cursor: pointer;
    }

    .gnw .video-player-thumbnail > div:first-child {
        width: 35%;
        margin-right: 5%;
        position: relative;
    }

    .gnw .video-player-thumbnail span.playing {
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        opacity: 0;
    }

    .gnw .video-player-thumbnail.active span.playing {
        opacity: 1;
    }

    .gnw .video-player-thumbnail > div:last-child {
        width: 60%;
    }

    .gnw .video-player-thumbnail img {
        max-width: 100%;
    }

    .gnw .video-player-thumbnail h5 {
        font-size: 1em;
        line-height: 1.5em;
        font-weight: bold;
    }

.gnw .video-player-content {
    padding-top: 1em;
}

    .gnw .video-player-content h4 {
        font-weight: bold;
    }

    .gnw .video-player-content .btn-copy {
        padding: 10px 20px;
        border: 1px solid #333;
        border-radius: 20px;
        display: inline-block;
        margin: 1em 0;
        background: #2D1D49;
        color: #fff;
    }

        .gnw .video-player-content .btn-copy:hover {
            background: none;
            color: #2D1D49;
        }

        .gnw .video-player-content .btn-copy img {
            width: 20px;
            margin-right: 0.5em;
            float: left;
        }

            .gnw .video-player-content .btn-copy img:last-child {
                display: none;
            }

        .gnw .video-player-content .btn-copy:hover img:last-child {
            display: block;
        }

        .gnw .video-player-content .btn-copy:hover img:first-child {
            display: none;
        }

.gnw #video-player-cover {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    z-index: 9999;
}

    .gnw #video-player-cover strong {
        color: #000;
        padding: 10px 20px;
        background: #fff;
        border-radius: 20px;
    }

@media only screen and (max-width : 768px) {
    .gnw #video-player .bg-violet .borderOption, .gnw #video-player .bg-purple .borderOption, .gnw #video-player .bg-light .borderOption, .gnw #video-player .bg-white .borderOption, .gnw #video-player .bg-lilac .borderOption {
        padding-left: 15px;
        padding-bottom: 30px;
        margin-left: 10px;
    }
}

/* #endregion */


/* #region Upgrade Bootstrap 5.3.3 */

#premiumApiEstimatorForm .form-group, #servicingEstimatorForm .form-group {
    margin-bottom: 1rem
}

#premiumApiEstimatorForm label, #servicingEstimatorForm label{
    display: inline-block;
    margin-bottom: .5rem;
}

#premiumApiEstimatorForm .upfront-lmi, #premiumApiEstimatorForm .monthly-lmi {
    position: relative;
}

#premiumApiEstimatorForm .tab-results table.table td {
    border-top: 1px solid #dee2e6;
    border-bottom: 0;
}

#servicingEstimatorForm .tab-results table.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

/* #endregion */

/* #region Hero Slider Block Module */

.gnw .hero-slider-module {
    position: relative;
    z-index: 0;
    overflow-x: hidden;
    max-width: 100%;
}

.gnw .hero-slider-module .hero-slider-frame {
    position: relative;
    overflow-x: hidden;
    max-width: 100%;
}

.gnw .hero-slider-module .carousel,
.gnw .hero-slider-module .carousel-inner {
    overflow-x: hidden;
    max-width: 100%;
}

.gnw .hero-slider-module .hero-slider-vertical-line {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 5;
}

.gnw .hero-slider-module .hero-slider-vertical-line .container {
    position: relative;
    height: 100%;
}

.gnw .hero-slider-module .hero-slider-vertical-line__rule {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.45);
}

.gnw .hero-slider-module .borderOption,
.gnw .hero-slider-module .borderLeft,
.gnw .hero-slider-module .pageLeftSpace {
    border-left: none !important;
}

.gnw .hero-slider-module .hero-slider-slide {
    position: relative;
    overflow: hidden;
}

.gnw .hero-slider-module .carousel,
.gnw .hero-slider-module .mainHero,
.gnw .hero-slider-module .mainHeroHeight,
.gnw .hero-slider-module .smallHeroBackground {
    height: 530px;
}

.gnw .hero-slider-module .hero-slider-slide--lottie.hideInTablet.hideInMobile lottie-player.animationHero,
.gnw .hero-slider-module .animationHero {
    height: 530px !important;
    min-height: 530px;
    width: auto;
    flex-shrink: 0;
}

@media only screen and (min-width: 998px) {
    .gnw .hero-slider-module .hero-slider-slide--lottie.hideInTablet.hideInMobile lottie-player.animationHero,
    .gnw .hero-slider-module .animationHero {
        max-width: none;
    }
}

@media only screen and (max-width: 1799px) {
    .gnw .hero-slider-module .hero-slider-slide--lottie.hideInTablet.hideInMobile lottie-player.animationHero,
    .gnw .hero-slider-module .hero-slider-slide--lottie.hideInTablet.hideInMobile .mainHeroHeight,
    .gnw .hero-slider-module .hero-slider-slide--lottie.hideInTablet.hideInMobile .hero-slider-lottie-wrap {
        height: 530px !important;
        min-height: 530px;
    }
}

.gnw .hero-slider-module .hero-slider-slide--image .hero-slider-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
    z-index: 1;
}

.gnw .hero-slider-module .hero-slider-slide--image .hero-slider-overlay--mobile {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.1) 55%, rgba(0, 0, 0, 0) 100%);
}

.gnw .hero-slider-module .hero-slider-container,
.gnw .hero-slider-module .hero-slider-content-col,
.gnw .hero-slider-module .hero-slider-content,
.gnw .hero-slider-module .hero-slider-mobile-content {
    position: relative;
    z-index: 2;
}

.gnw .hero-slider-module .hero-slider-content {
    margin-top: 95px;
    margin-left: -5px;
    max-width: 620px;
    max-width: 100%;
}

.gnw .hero-slider-module .hero-slider-slide--lottie.hideInTablet.hideInMobile .hero-slider-copy--lottie {
    position: absolute;
    left: -5px;
    top: 115px;
    bottom: auto;
    z-index: 3;
    max-width: 620px;
}

.gnw .hero-slider-module .hero-slider-slide--lottie.hideInTablet.hideInMobile .hero-slider-copy--lottie .hero-slider-cta {
    margin-top: calc(1.5rem + 146px);
    margin-left: 0px;
}

@media only screen and (min-width : 1800px) {
    .gnw .hero-slider-module .hero-slider-slide--lottie.hideInTablet.hideInMobile .hero-slider-copy--lottie .hero-slider-cta {
        margin-top: calc(1.5rem + 146px);
        margin-left: 160px;
    }
}

.gnw .hero-slider-module .hero-slider-cta {
    margin-top: 1.5rem;
    position: relative;
    z-index: 3;
}

.gnw .hero-slider-module .hero-slider-cta-button {
    display: inline-block;
    padding: 20px 28px;
    font-size: 1.5rem;
    border-radius: 2rem;
    text-decoration: none;
}

.gnw .hero-slider-module .hero-slider-title a,
.gnw .hero-slider-module .hero-slider-description a {
    color: #fff;
    text-decoration: underline;
}

.gnw .hero-slider-module .hero-slider-title a:hover,
.gnw .hero-slider-module .hero-slider-description a:hover {
    color: #e8e0ff;
}

.gnw .hero-slider-module .hero-slider-title,
.gnw .hero-slider-module .hero-slider-title p,
.gnw .hero-slider-module .hero-slider-title h1,
.gnw .hero-slider-module .hero-slider-title h2,
.gnw .hero-slider-module .hero-slider-title h3,
.gnw .hero-slider-module .hero-slider-title .h1-size,
.gnw .hero-slider-module .hero-slider-title .h2-size,
.gnw .hero-slider-module .hero-slider-title .h3-size,
.gnw .hero-slider-module .hero-slider-title .h4-size,
.gnw .hero-slider-module .hero-slider-title .h5-size,
.gnw .hero-slider-module .hero-slider-title .h6-size,
.gnw .hero-slider-module .hero-slider-description .h1-size,
.gnw .hero-slider-module .hero-slider-description .h2-size,
.gnw .hero-slider-module .hero-slider-description .h3-size,
.gnw .hero-slider-module .hero-slider-description .h4-size,
.gnw .hero-slider-module .hero-slider-description .h5-size,
.gnw .hero-slider-module .hero-slider-description .h6-size {
    color: #fff;
    margin-bottom: 0;
}

.gnw .hero-slider-module .hero-slider-description,
.gnw .hero-slider-module .hero-slider-description p {
    color: #fff;
    margin-top: 0.6rem;
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.5;
}

.gnw .hero-slider-module .hero-slider-additional-content {
    margin-top: 1rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
}

.gnw .hero-slider-module .hero-slider-additional-content p {
    color: #fff;
    margin-bottom: 0;
}

.gnw .hero-slider-module .hero-slider-additional-content a {
    color: #fff;
    text-decoration: underline;
}

.gnw .hero-slider-module .hero-slider-additional-content a:hover {
    color: #e8e0ff;
}

.gnw .hero-slider-module .hero-slider-button-wrap {
    margin-top: 1.5rem;
}

.gnw .hero-slider-module .hero-slider-button-wrap .btn {
    padding: 20px;
    font-size: 30px;
    border-radius: 2rem;
}

.gnw .hero-slider-module .hero-slider-caption {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 3;
    background: #967DFF;
    color: #fff;
    padding: 8px 16px;
    font-size: 0.95rem;
    line-height: 1.3;
}

.gnw .hero-slider-module .hero-slider-caption--mobile,
.gnw .hero-slider-module .hero-slider-caption--tablet {
    right: 20px;
    bottom: 80px;
}

.gnw .hero-slider-module .hero-slider-lottie-wrap {
    position: relative;
}

.gnw .hero-slider-module .hero-slider-slide--tablet,
.gnw .hero-slider-module .hero-slider-slide--mobile {
    display: none;
}

@media only screen and (min-width: 481px) and (max-width: 997px) {
    .gnw .hero-slider-module .hero-slider-slide--tablet {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .gnw .hero-slider-module .hero-slider-slide--mobile {
        display: block;
    }
}

.gnw .hero-slider-module .hero-slider-slide--tablet > .container,
.gnw .hero-slider-module .hero-slider-slide--mobile > .container {
    height: 100%;
}

.gnw .hero-slider-module .hero-slider-slide--tablet > .container > .row,
.gnw .hero-slider-module .hero-slider-slide--tablet > .container > .row > [class*="col-"],
.gnw .hero-slider-module .hero-slider-slide--mobile > .container > .row,
.gnw .hero-slider-module .hero-slider-slide--mobile > .container > .row > [class*="col-"] {
    height: 100%;
}

.gnw .hero-slider-module .hero-slider-mobile-content {
    min-height: 0;
    height: 100%;
    margin-left: -5px;
    display: flex;
    flex-direction: column;
}

.gnw .hero-slider-module .hero-slider-mobile-content--from-top {
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 24px;
}

.gnw .hero-slider-module .hero-slider-mobile-content--from-bottom {
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 60px;
}

.gnw .hero-slider-module .hero-slider-mobile-content--from-bottom .hero-slider-cta {
    margin-top: 1rem;
    margin-bottom: 0;
}

.gnw .hero-slider-module .hero-slider-mobile-content--from-bottom .hero-slider-description,
.gnw .hero-slider-module .hero-slider-mobile-content--from-bottom .hero-slider-description p {
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.gnw .hero-slider-module .hero-slider-mobile-content--from-bottom .hero-slider-title {
    margin-bottom: 0.75rem;
}

.gnw .hero-slider-module .hero-slider-mobile-button,
.gnw .hero-slider-module .hero-slider-cta-button {
    margin-top: 0;
}

.gnw .hero-slider-module .hero-slider-indicators {
    margin-bottom: 2rem;
}

.gnw .hero-slider-module .hero-slider-indicators [data-bs-target] {
    width: 48px;
    height: 4px;
    opacity: 0.45;
}

.gnw .hero-slider-module .hero-slider-indicators .active {
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    .gnw .hero-slider-module .hero-slider-content {
        margin-top: 40px;
    }

    .gnw .hero-slider-module .hero-slider-copy--lottie {
        position: relative;
        bottom: auto;
        margin-top: 24px;
        padding-bottom: 80px;
    }

    .gnw .hero-slider-module .hero-slider-description,
    .gnw .hero-slider-module .hero-slider-description p {
        font-size: 1rem;
    }

    .gnw .hero-slider-module .hero-slider-button-wrap .btn,
    .gnw .hero-slider-module .hero-slider-cta-button {
        font-size: 1rem;
        padding: 12px 20px;
    }
}

@media only screen and (max-width: 997px) {
    .gnw .hero-slider-module .hero-slider-slide--tablet.smallHeroBackground,
    .gnw .hero-slider-module .hero-slider-slide--mobile.smallHeroBackground {
        background-size: cover;
        background-repeat: no-repeat;
    }

    .gnw .hero-slider-module .hero-slider-mobile-content {
        margin-left: 0;
        max-width: 100%;
    }

    .gnw .hero-slider-module .hero-slider-title,
    .gnw .hero-slider-module .hero-slider-description,
    .gnw .hero-slider-module .hero-slider-additional-content {
        max-width: 100%;
        overflow-wrap: break-word;
    }
}

@media only screen and (min-width: 577px) and (max-width: 997px) {
    .gnw .hero-slider-module .carousel,
    .gnw .hero-slider-module .mainHero,
    .gnw .hero-slider-module .mainHeroHeight,
    .gnw .hero-slider-module .smallHeroBackground {
        height: 530px;
    }

    .gnw .hero-slider-module .hero-slider-slide--tablet.smallHeroBackground {
        background-position: center top;
    }
}

@media only screen and (min-width: 481px) and (max-width: 576px) {
    .gnw .hero-slider-module .carousel,
    .gnw .hero-slider-module .mainHero,
    .gnw .hero-slider-module .mainHeroHeight,
    .gnw .hero-slider-module .smallHeroBackground {
        height: 530px;
    }

    .gnw .hero-slider-module .hero-slider-slide--tablet.smallHeroBackground {
        background-position: center top;
    }
}

@media only screen and (max-width: 576px) {
    .gnw .hero-slider-module .carousel,
    .gnw .hero-slider-module .mainHero,
    .gnw .hero-slider-module .mainHeroHeight,
    .gnw .hero-slider-module .smallHeroBackground {
        height: 530px;
    }

    .gnw .hero-slider-module .hero-slider-slide--mobile.smallHeroBackground {
        background-position: 40% top;
    }
}

/* Match nav / page chrome left border to hero line (avoids #c5b8ff two-tone at top) */
.gnw:has(.hero-slider-module) header {
    position: relative;
    z-index: 100;
}

.gnw:has(.hero-slider-module) .menu > .container.border-line {
    border-left-color: rgba(255, 255, 255, 0.45);
}

.gnw:has(.hero-slider-module) .subHero .pageLeftSpace.border-line,
.gnw:has(.hero-slider-module) .breadscumb .pageLeftSpace {
    border-left-color: transparent !important;
}

/* #endregion */

.gnw li p {
    display: inline;
    margin: 0;
    padding: 0;
}