@font-face {
    font-family: VWHeadWeb-Bold;
    src: url(../fonts/vwhead-bold_2.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: VWHeadWeb-Regular;
    src: url(../fonts/VWHead-Regular.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: VWHeadWeb-Light;
    src: url(../fonts/vwhead-light.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: VWHeadWeb-LightBold;
    src: url(../fonts/vwhead-bold.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: VW-Text;
    src: url(../fonts/VWTextWeb-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: VWHeadWeb-Regular;
    background-color: #fbfbfb
}

.header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 40px;
    z-index: 1
}

.header .logo {
    display: block;
    margin: 20px 0 10px 0;
    width: 51px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: VWHeadWeb-Bold
}

.h2,
h2 {
    font-size: 32px
}

@media only screen and (max-width:750px) {
    .h2,
    h2 {
        font-size: 24px
    }
}

::-moz-placeholder {
    color: rgba(0, 0, 0, .4)
}

::placeholder {
    color: rgba(0, 0, 0, .4)
}

@media only screen and (max-width:1024px) {
    .mast-head,
    .topspace {
        padding-top: 76px!important
    }
}

@media only screen and (max-width:480px) {
    .mast-head,
    .topspace {
        padding-top: 56px!important
    }
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.img-fluid {
    width: 100%;
    display: block
}

.cta-prime {
    color: #001e50;
    text-decoration: underline;
    text-underline-position: under;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px
}

.cta-btn {
    padding: 12px 20px;
    border-radius: 50px;
    text-transform: capitalize;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    text-decoration: none
}

@media all and (max-width:767px) {
    .cta-btn {
        padding: 10px 16px;
        font-size: 14px
    }
}

.cta-btn:hover {
    color: #fff;
    background: #4cc7f4;
    text-decoration: none;
    border: 1px solid #4cc7f4
}

.cta-btn.blue {
    background: #001e50;
    color: #fff;
    border: 1px solid #001e50
}

.cta-btn.blue:hover {
    background: #4cc7f4;
    border: 1px solid #4cc7f4;
    color: #fff
}

.cta-btn.white {
    background: #fff;
    color: #001e50;
    border: 1px solid #fff
}

.cta-btn.white:hover {
    background: #001e50;
    border: 1px solid #001e50;
    color: #fff
}

.font-12 {
    font-size: 12px;
    line-height: 20px
}

.font-14 {
    font-size: 14px;
    line-height: 22px
}

.font-16 {
    font-size: 16px;
    line-height: 24px
}

.font-18 {
    font-size: 18px;
    line-height: 26px
}

.font-20 {
    font-size: 20px;
    line-height: 28px
}

.font-34 {
    font-size: 34px;
    line-height: 42px
}


/* .Banner {
    margin-top: 95px
} */

.Banner .banner-slider .slide {
    position: relative
}

.Banner .banner-slider .banner-txt {
    color: #000e26;
    width: 100%
}

.Banner .banner-slider .banner-txt .ban-cta-holder a {
    background: #001e50;
    border: 1px solid #001e50;
    font-size: 16px;
    line-height: 27px;
    padding: 12px 30px
}

.Banner .banner-slider .banner-txt .ban-cta-holder a:hover {
    background: #0040c5;
    border: 1px solid #0040c5;
    color: #fff
}

.Banner .banner-slider .banner-text-container {
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-between
}

.Banner .banner-slider .banner-text-container h2 {
    font-size: 40px;
    text-align: left;
    line-height: 48px;
    font-family: VWHeadWeb-Light;
    margin-right: 1rem
}

@media screen and (min-width:1025px) {
    .Banner .banner-slider .banner-text-container h2 {
        max-width: 75%
    }
}

.Banner .banner-slider .banner-text-container h2 strong {
    font-family: VWHeadWeb-LightBold
}

.Banner .banner-slider ul.slick-dots {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, -50%);
    padding-left: 15px;
    margin-bottom: 0;
    background: #333;
    border-radius: 20px;
    height: auto;
    line-height: normal;
    padding: 10px 10px;
    width: auto
}

@media screen and (min-width:1299px) {
    .Banner .banner-slider ul.slick-dots {
        bottom: 5%
    }
}

.Banner .banner-slider ul.slick-dots li {
    list-style: none;
    float: left;
    margin-right: 10px;
    border-radius: 10px;
    background: #838383;
    height: 8px;
    width: 8px;
    cursor: pointer
}

.Banner .banner-slider ul.slick-dots li button {
    background: 0 0;
    display: none
}

.Banner .banner-slider ul.slick-dots li.slick-active {
    width: 30px;
    border-radius: 10px;
    opacity: .8;
    background: #fff
}

.Banner .banner-slider button.slick-next.slick-arrow,
.Banner .banner-slider button.slick-prev.slick-arrow {
    height: 46px;
    width: 46px;
    margin-top: 0;
    top: calc(50% - 50px);
    position: absolute;
    z-index: 9;
    background: 0 0;
    border: none;
    text-indent: -400%;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 100%
}

@media screen and (max-width:510px) {
    .Banner .banner-slider button.slick-next.slick-arrow,
    .Banner .banner-slider button.slick-prev.slick-arrow {
        text-indent: -1000px;
        height: 35px!important;
        width: 35px!important
    }
}

@media screen and (min-width:511px) and (max-width:1100px) {
    .Banner .banner-slider button.slick-next.slick-arrow,
    .Banner .banner-slider button.slick-prev.slick-arrow {
        text-indent: -1000px
    }
}

.Banner .banner-slider .slick-prev::before {
    content: "";
    background: url(../images/prev_arrow.png) no-repeat;
    width: 7px;
    height: 20px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media screen and (max-width:550px) {
    .Banner .banner-slider .slick-prev::before {
        width: 5px
    }
}

.Banner .banner-slider .slick-next::before {
    content: "";
    background: url(../images/nextArrow.png) no-repeat;
    width: 10px;
    height: 14px;
    display: block;
    position: absolute;
    background-position: right center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media screen and (max-width:550px) {
    .Banner .banner-slider .slick-next::before {
        width: 5px
    }
}

.Banner .banner-slider button.slick-prev.slick-arrow {
    left: 25px
}

.Banner .banner-slider button.slick-next.slick-arrow {
    right: 25px
}

@media screen and (max-width:375px) {
    .Banner .banner-slider ul.slick-dots {
        bottom: 27%!important
    }
}

@media screen and (max-width:767px) {
    .Banner .banner-slider .banner-text-container {
        padding: 20px 0
    }
    .Banner .banner-slider .banner-text-container h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 0;
        margin-right: 1rem
    }
    .Banner .banner-slider .banner-txt .ban-cta-holder a {
        font-size: 9px;
        line-height: 13px
    }
    .Banner .banner-slider ul.slick-dots {
        bottom: 26.5%
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .Banner .banner-slider .banner-text-container {
        justify-content: space-between
    }
    .Banner .banner-slider .banner-text-container h2 {
        font-size: 20px;
        text-align: left;
        line-height: 28px;
        margin-right: 1rem
    }
}

.ArticleHeader {
    border-bottom: 1.5px solid #c4cace
}

.ArticleHeader .heading h2 {
    color: #000e26;
    font-size: 44px;
    line-height: 52px;
    font-family: VWHeadWeb-Bold
}

@media screen and (max-width:767px) {
    .ArticleHeader .heading h2 {
        font-size: 25px;
        line-height: 35px
    }
}

.offers {
    padding: 10px 0 5px 20px
}

@media screen and (max-width:767px) {
    .offers {
        padding: 10px 0 10px 5px
    }
}

.offers .col-12 {
    padding-right: 0!important
}

.offers .heading h2,
.offers .heading h1 {
    font-size: 22px;
    line-height: 28px;
    text-align: left;
    font-family: VWHeadWeb-Bold;
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    .offers .heading h2,
    .offers .heading h1 {
        font-size: 20px;
        line-height: 28px
    }
}

.offers .heading h5 {
    font-size: 14px;
    line-height: 27px;
    font-family: VWHeadWeb-Regular
}

.offers .offer-slider {
    margin-bottom: 1rem
}

.offers .offer-slider .offerslide {
    border: 1px solid #c2cacf;
    padding: 12px;
    margin-right: 10px;
    border-radius: 0;
    min-height: 170px
}

@media screen and (max-width:550px) {
    .offers .offer-slider .offerslide {
        min-height: 160px
    }
}

.offers .offer-slider .offerslide .details h2 {
    color: #000;
    font-size: 16px;
    line-height: 27px;
    font-family: VWHeadWeb-Bold;
    position: relative;
    margin-bottom: 20px
}

.offers .offer-slider .offerslide .details h2:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 60%;
    height: 1.5px;
    background: #000;
    background: #d8d8d8
}

.offers .offer-slider .offerslide .details p.showRoomPrice {
    color: #000;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px!important
}

.offers .offer-slider .offerslide .details p.priceDetails {
    color: #000;
    font-size: 14px;
    font-family: VWHeadWeb-Regular;
    line-height: 21px
}

.offers .offer-slider .offerslide .details .offerDescription {
    font-size: 16px;
    font-family: VWHeadWeb-Bold;
    line-height: 21px;
    margin-bottom: 0
}

.offers .offer-slider .offerslide .details ul.offerDesc {
    padding: 0;
    list-style: none;
    margin-bottom: 5px
}

.offers .offer-slider .offerslide .details ul.offerDesc li {
    font-size: 14px;
    line-height: 20px;
    font-family: VWHeadWeb-Regular;
    padding-bottom: 4px
}

.offers .offer-slider .offerslide .details ul.offerDesc li strong {
    font-weight: 500!important
}

.offers .offer-slider .offerslide .details a.offerCta {
    color: #7e7e7e;
    font-size: 10px;
    font-family: VWHeadWeb-Bold;
    line-height: 20px
}

.offers .offerSpecialDetails p {
    font-size: 16px;
    line-height: 22px
}

.offers .offerSpecialDetails p a {
    color: #000
}

.offerForm {
    background-color: #fafafa
}

.offerForm .backIcon {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    text-decoration: none;
    width: -moz-max-content;
    width: max-content
}

.offerForm .backIcon .icon {
    background: #001e50;
    padding: 5px 14px;
    border-radius: 100%;
    margin-right: 10px
}

.offerForm .backIcon .icon img {
    width: 6px;
    margin-top: -5px
}

.offerForm .backIcon span {
    color: #000;
    text-decoration: none
}

.offerForm .heading h2 {
    font-size: 22px;
    line-height: 28px;
    font-family: VWHeadWeb-Bold
}

.offerForm .heading p {
    font-size: 14px;
    line-height: 22px;
    font-family: VWHeadWeb-Regular
}

.offerForm span.helpText {
    display: block;
    font-size: 12px;
    font-family: VWHeadWeb-Regular;
    line-height: 20px
}

.offerForm .btr .pickSlot .input-group span.input-group-append {
    position: absolute;
    right: 0
}

.offerForm .btr .success-message p {
    font-size: 16px;
    line-height: 22px;
    color: green
}

.offerForm .btr input.form-control {
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-top: 1px solid #707070;
    border-radius: 0;
    border-bottom: 1px solid #707070;
    padding-left: 0;
    margin-bottom: 50px;
    background-color: #fafafa;
    padding: 10px 14px;
}

.offerForm .btr input.form-control:focus {
    box-shadow: inset 0 -1px 0 #ddd;
    background: 0 0
}

.offerForm .btr .grpInput {
    position: relative
}

.offerForm .btr a#detectBtn {
    position: absolute;
    right: 5%;
    top: 38px;
    border: none;
    outline: 0;
    width: 30px;
    cursor: pointer;
    color: #fff;
    background: #fafafa
}

.offerForm .btr select.form-select {
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-top: 1px solid #707070;
    border-radius: 0;
    border-bottom: 1px solid #707070;
    padding-left: 0;
    margin-bottom: 50px;
    font-size: 15px;
    font-family: 'VW-Text';
    background: #fafafa;
    padding: 10px 14px;
}

.offerForm .btr select.form-select:focus {
    box-shadow: inset 0 -1px 0 #ddd
}

.offerForm .btr .form-check.radio {
    padding: 0
}

.offerForm .btr label {
    font-size: 18px;
    font-family: VWHeadWeb-Bold;
    padding-left: 0;
    margin-bottom: 3px;
}

.offerForm .btr span.error {
    font-size: 12px;
    color: red;
    margin: 5px 0 0
}

.offerForm .btr .form-check-label {
    font-size: 14px!important;
    font-family: VWHeadWeb-Regular!important
}

.offerForm .btr .nextBtn {
    padding: 12px 60px;
    font-size: 16px;
    line-height: 22px;
    border-radius: 45px;
    flex: 1;
    color: #001e50;
    background: #fff;
    border: 1px solid #001e50;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 40px 0 20px;
    font-family: VWHeadWeb-Regular
}

.offerForm .btr .nextBtn:hover {
    color: #001e50;
    background: #4cc7f4;
    border: 1px solid #4cc7f4
}

.offerForm .btr button.btn.submitBtn {
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    align-items: center;
    min-height: 44px;
    min-width: 44px;
    padding: 0 32px;
    margin: 30px auto;
    border-radius: 500px;
    transition: all .2s ease-in-out 0s;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    color: #fff;
    background: #001e50;
    border: none;
    font-family: VW-Text;
    font-weight: 400;
    font-size: 1rem;
    line-height: 120%
}

.offerForm .btr button.btn.submitBtn:hover {
    background: #0040c5
}

.offerForm .btr input.form-check-input {
    position: relative;
    width: 20px;
    float: left;
    margin: 0 10px 0 0;
    height: 20px;
    vertical-align: middle;
    border: 1px solid #001e50;
    -webkit-appearance: none;
    outline: 0;
    cursor: pointer;
    border-radius: 6px
}

.offerForm .btr input.form-check-input:checked {
    background-color: #001e50;
    opacity: 1;
    --bs-form-check-bg-image: none
}

.offerForm .btr input.form-check-input:checked::before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    margin: -1px 0 0 0;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2
}

.offerForm .btr .form-check-inputRadio {
    position: relative;
    width: 20px;
    float: left;
    margin: 3px 10px 0 0;
    height: 20px;
    vertical-align: middle;
    border: 1px solid #001e50;
    -webkit-appearance: none;
    outline: 0;
    cursor: pointer;
    border-radius: 10px
}

.offerForm .btr .form-check-inputRadio:checked {
    background-color: #fafafa;
    opacity: 1
}

.offerForm .btr .form-check-inputRadio:checked::after {
    border-radius: 100%;
    background: #001e50;
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.offerForm .btr ::-moz-placeholder {
    color: #000;
    font-size: 15px;
    font-family: 'VW-Text';
    padding-left: 0
}

.offerForm .btr ::placeholder {
    color: #000;
    font-size: 15px;
    font-family: 'VW-Text';
    padding-left: 0
}

.offerForm .btr img.calenderIcon {
    width: 30px
}

.offerForm .stepFormProgress {
    margin-top: 75px
}

.offerForm .stepFormProgress .progress {
    background: #d6d6d6;
    border-radius: 0;
    height: 10px
}

.offerForm .stepFormProgress .progress .progress-bar {
    background: #001e50
}

.specs .specsSlider button.slick-next.slick-arrow,
.specs .specsSlider button.slick-prev.slick-arrow {
    height: 46px;
    width: 46px;
    margin-top: 0;
    top: calc(50% - 50px);
    position: absolute;
    z-index: 9;
    background: 0 0;
    border: none;
    text-indent: -400%;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 100%
}

@media screen and (max-width:510px) {
    .specs .specsSlider button.slick-next.slick-arrow,
    .specs .specsSlider button.slick-prev.slick-arrow {
        top: calc(35% - 50px);
        width: 35px!important;
        height: 35px!important;
        text-indent: -1000px
    }
}

@media screen and (min-width:511px) and (max-width:1099px) {
    .specs .specsSlider button.slick-next.slick-arrow,
    .specs .specsSlider button.slick-prev.slick-arrow {
        text-indent: -1000px
    }
}

.specs .specsSlider button.slick-prev.slick-arrow {
    left: 25px
}

.specs .specsSlider button.slick-next.slick-arrow {
    right: 25px
}

.specs .specsSlider ul.slick-dots {
    position: absolute;
    left: 50%;
    bottom: 5%!important;
    transform: translate(-50%, -50%);
    padding-left: 15px;
    margin-bottom: 0;
    display: flex;
    background: #333;
    border-radius: 20px;
    height: auto;
    line-height: normal;
    padding: 10px 10px;
    width: auto
}

.specs .specsSlider ul.slick-dots li {
    list-style: none;
    float: left;
    margin-right: 10px;
    border-radius: 10px;
    background: #838383;
    height: 8px;
    width: 8px;
    cursor: pointer
}

.specs .specsSlider ul.slick-dots li.slick-active {
    width: 30px;
    border-radius: 10px;
    opacity: .8;
    background: #fff
}

.specs .specsSlider ul.slick-dots li button {
    background: 0 0;
    display: none
}

.specs .specsSlider .specSlide .rhs {
    background: #001e50;
    align-content: center;
    flex-wrap: wrap;
    display: flex
}

.specs .specsSlider .specSlide .rhs .details {
    padding: 20px 50px
}

@media screen and (max-width:767px) {
    .specs .specsSlider .specSlide .rhs .details {
        padding: 40px 40px 80px
    }
}

@media screen and (max-width:550px) {
    .specs .specsSlider .specSlide .rhs .details {
        height: 400px
    }
}

.specs .specsSlider .specSlide .rhs .details h3 {
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 30px
}

.specs .specsSlider .specSlide .rhs .details p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-family: VWHeadWeb-Regular;
    max-width: 75%;
    margin-bottom: 50px
}

@media screen and (min-width:993px) and (max-width:1025px) {
    .specs .specsSlider .specSlide .rhs .details p {
        margin-bottom: 20px;
        max-width: 85%
    }
}

@media screen and (max-width:767px) {
    .specs .specsSlider .specSlide .rhs .details p {
        margin-bottom: 25px;
        max-width: 100%
    }
}

.specs .specsSlider .specSlide .rhs .details a.knowMoreCta {
    color: #fff;
    font-size: 14px;
    line-height: 22px
}

.specsSlider .slick-prev::before {
    content: "";
    background: url(../images/prev_arrow.png) no-repeat;
    width: 7px;
    height: 20px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.specsSlider .slick-next::before {
    content: "";
    background: url(../images/nextArrow.png) no-repeat;
    width: 10px;
    height: 14px;
    display: block;
    position: absolute;
    background-position: right center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media screen and (max-width:550px) {
    .specsSlider .slick-next::before,
    .specsSlider .slick-prev::before {
        width: 5px
    }
}

.exploreMore {
    padding: 30px 20px 10px
}

@media screen and (max-width:767px) {
    .exploreMore {
        padding: 30px 5px 0;
        margin-bottom: 30px!important
    }
}

.exploreMore .heading h2 {
    font-size: 22px;
    line-height: 28px;
    color: #000e26
}

@media screen and (max-width:767px) {
    .exploreMore .heading h2 {
        font-size: 20px;
        line-height: 26px
    }
}

.exploreMore a {
    text-decoration: none;
    background: #00b0f0;
    color: #fff;
    display: block;
}

.exploreMore .exploreCard {
    margin: 20px 0;
    padding: 20px;
    text-align: center;
}

@media screen and (max-width:767px) {
    .exploreMore .exploreCard {
        margin: 15px 0
    }
}

.exploreMore .exploreCard img.img-fluid {
    max-width: 100px;
    margin: 0 auto;
    display: block;
    height: auto !important;
    width: 100px !important;
}

@media screen and (max-width:767px) {
    .exploreMore .exploreCard img.img-fluid {
        max-width: 75px
    }
}

.exploreMore .exploreCard h3 {
    font-size: 18px;
    line-height: 24px;
    color: #FFF;
}

@media screen and (max-width:767px) {
    .exploreMore .exploreCard h3 {
        font-size: 11px;
        line-height: 20px;
        color: #FFF;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .exploreMore .exploreCard h3 {
        font-size: 12px;
        line-height: 20px;
        color: #FFF;
    }
}

@media screen and (max-width:767px) {
    .disclaimer {
        padding: 0 1rem
    }
}

.disclaimer h2 {
    font-size: 22px;
    font-family: VWHeadWeb-Bold;
    line-height: 28px;
    text-align: left;
    color: #000e26
}

@media screen and (max-width:767px) {
    .disclaimer h2 {
        font-size: 20px;
        line-height: 26px
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .disclaimer h2 {
        font-size: 20px;
        line-height: 26px
    }
}

.disclaimer p {
    color: #0d0d0d;
    font-size: 14px;
    line-height: 25px;
    font-family: VW-Text;
    margin: 0 0 10px;
    font-weight: 500
}

.disclaimer p a {
    font-family: 'VWHeadWeb-Bold';
    text-decoration: none;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .offerDesc.largeDesc {
        opacity: 0;
        transition: opacity .5s ease, max-height .5s ease;
        max-height: 0;
        overflow: hidden
    }
    .offerDesc.largeDesc.show {
        opacity: 1;
        max-height: 500px
    }
}

.offers .offer-slider .offerslide .details p.priceDetails a[href^="tel:"] {
    color: #000;
    text-decoration: none;
    pointer-events: none;
    cursor: default
}

.datepicker {
    border: 1px solid #001e50;
    font-size: 16px
}

.datepicker th {
    padding: 5px 10px;
    text-align: center;
    background: #001e50;
    color: #fff;
    border-radius: 0!important
}

.datepicker td {
    border-radius: 0!important;
    padding: 5px 10px;
    color: #000
}

.datepicker .datepicker-switch:hover {
    background: #001e50!important
}

.datepicker .next:hover {
    background: #001e50!important
}

.datepicker .prev:hover {
    background: #001e50!important
}

.datepicker tfoot tr th:hover {
    background: #001e50!important
}

.datepicker .next.disabled {
    visibility: visible!important;
    opacity: .6
}

.datepicker .prev.disabled {
    visibility: visible!important;
    opacity: .6
}

.datepicker table tr td.active {
    background-color: #001e50!important;
    background-image: linear-gradient(to bottom, #001e50, #001e50)!important;
    background-repeat: repeat-x!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#001e50", endColorstr="#001e50", GradientType=0)!important;
    border-color: #001e50 #001e50 #002a80!important;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)!important;
    color: #fff!important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)!important
}

.datepicker table tr td.active:hover {
    background-color: #001e50!important;
    background-image: linear-gradient(to bottom, #001e50, #001e50)!important;
    background-repeat: repeat-x!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#001e50", endColorstr="#001e50", GradientType=0)!important;
    border-color: #001e50 #001e50 #002a80!important;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)!important;
    color: #fff!important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)!important
}

.datepicker table tr td.active.disabled {
    background-color: #001e50!important;
    background-image: linear-gradient(to bottom, #001e50, #001e50)!important;
    background-repeat: repeat-x!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#001e50", endColorstr="#001e50", GradientType=0)!important;
    border-color: #001e50 #001e50 #002a80!important;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)!important;
    color: #fff!important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)!important
}

.datepicker table tr td.active.disabled:hover {
    background-color: #001e50!important;
    background-image: linear-gradient(to bottom, #001e50, #001e50)!important;
    background-repeat: repeat-x!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#001e50", endColorstr="#001e50", GradientType=0)!important;
    border-color: #001e50 #001e50 #002a80!important;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)!important;
    color: #fff!important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)!important
}

.datepicker table tr td span.active {
    background-color: #001e50!important;
    background-image: linear-gradient(to bottom, #001e50, #001e50)!important;
    background-repeat: repeat-x!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#001e50", endColorstr="#001e50", GradientType=0)!important;
    border-color: #001e50 #001e50 #002a80!important;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)!important;
    color: #fff!important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)!important
}

.datepicker table tr td span.active:hover {
    background-color: #001e50!important;
    background-image: linear-gradient(to bottom, #001e50, #001e50)!important;
    background-repeat: repeat-x!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#001e50", endColorstr="#001e50", GradientType=0)!important;
    border-color: #001e50 #001e50 #002a80!important;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)!important;
    color: #fff!important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)!important
}

.datepicker table tr td span.active.disabled {
    background-color: #001e50!important;
    background-image: linear-gradient(to bottom, #001e50, #001e50)!important;
    background-repeat: repeat-x!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#001e50", endColorstr="#001e50", GradientType=0)!important;
    border-color: #001e50 #001e50 #002a80!important;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)!important;
    color: #fff!important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)!important
}

.datepicker table tr td span.active.disabled:hover {
    background-color: #001e50!important;
    background-image: linear-gradient(to bottom, #001e50, #001e50)!important;
    background-repeat: repeat-x!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#001e50", endColorstr="#001e50", GradientType=0)!important;
    border-color: #001e50 #001e50 #002a80!important;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)!important;
    color: #fff!important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)!important
}

th {
    border: 1px solid #001e50;
    font-size: 16px
}

td {
    border: 1px solid #001e50;
    font-size: 16px
}

.tab-holder {
    padding-bottom: 15px
}

@media screen and (max-width:750px) {
    .datepicker {
        font-size: 14px
    }
    .datepicker th {
        padding: 5px
    }
    .datepicker td {
        padding: 5px 5px
    }
    th {
        font-size: 14px
    }
    td {
        font-size: 14px
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(6, 23, 42, .75)
}

.modal .modal-content {
    background-color: #fff;
    margin: auto;
    padding: 25px;
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 15px #000;
    border-radius: 5px
}

.modal .modal-content p {
    margin-top: 15px
}

.modal .modal-content .isValidOTP {
    font-size: 12px;
    color: red;
    margin: 5px 0;
    font-family: VWHeadWeb-Regular
}

.modal .modal-content #txtOtp-error {
    font-size: 12px;
    color: red;
    margin: 5px 0;
    font-family: VWHeadWeb-Regular
}

.modal .modal-content #resend {
    display: none;
    font-size: 12px;
    color: #ff5a5f;
    text-decoration: underline
}

.modal .modal-content small {
    font-family: VWHeadWeb-Regular
}

.modal .modal-content .has-error {
    border: 1px solid red!important;
    color: #000!important
}

@media screen and (max-width:600px) {
    .modal .modal-content {
        width: calc(100% - 20px)
    }
}

.modal .modal-close {
    color: #aaa;
    font-size: 28px;
    line-height: 20px;
    font-weight: 700;
    position: absolute;
    right: 20px;
    top: 10px
}

.modal .modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.modal .modal-close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.modal .submitButton {
    margin-top: 15px;
    background: #011e50;
    color: #fff;
    border-radius: 30px;
    border: none;
    padding: 15px 25px;
    border: none;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    text-align: center
}

.disable {
    background: #f8f8f8;
    color: #a3a3a3;
    cursor: default
}

.loader {
    position: relative;
    color: #fefefe;
    pointer-events: none;
    cursor: pointer
}

.loader:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    z-index: 1;
    border: 3px solid #fefefe;
    border-radius: 50%;
    border-top: 3px solid #e21414;
    width: 12px;
    height: 12px;
    animation: spin 2s linear infinite;
    margin: auto
}

.loaderDiv {
    position: relative;
    display: block;
    min-height: 60px
}

.ring {
    margin: 30px auto;
    position: relative;
    /* transform: translate(-50%, -50%); */
    width: 50px;
    height: 50px;
    background: 0 0;
    border: 3px solid #00b0f0;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #001e50;
    letter-spacing: 4px;
    text-transform: uppercase;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}

.ring:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    /* transform: translate(-50%, -50%); */
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: 3px solid transparent;
    border-top: 3px solid #001e50;
    border-right: 3px solid #001e50;
    border-radius: 50%;
    animation: animateC 2s infinite;
}

.ring>span {
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    width: 50%;
    height: 4px;
    background: 0 0;
    transform-origin: left;
    animation: animate 2s linear infinite
}

.ring>span::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #001e50;
    top: -6px;
    right: -8px;
    box-shadow: 0 0 20px #001e50
}

.ring>.loadingText {
    position: absolute;
    left: 27px;
    top: 70px;
    transform: translate(-50%, -50%)
}

@keyframes animateC {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate {
    0% {
        transform: rotate(45deg)
    }
    100% {
        transform: rotate(405deg)
    }
}

.offerForm .btr input.form-control,
.offerForm .btr select.form-select {
    margin-bottom: 0!important
}

.offerForm .btr .mb-4 {
    margin-bottom: 25px!important
}

.offerForm .btr a#btnNext {
    width: -moz-fit-content;
    width: fit-content;
    background: #fafafa
}

.offerForm .btr a#btnNext:hover {
    background-color: #001e50;
    color: #fff
}

.printAdd .navigation ol.breadcrumb li.breadcrumb-item.active::before {
    font-family: VWHeadWeb-Regular
}

.printAdd {
    padding: 30px 0 0 20px
}

@media screen and (max-width:550px) {
    .printAdd {
        padding: 30px 10px 0
    }
}

.printAdd .navigation ol.breadcrumb li.breadcrumb-item::before {
    color: #000;
    font-size: 16px
}

.printAdd .navigation ol.breadcrumb li.breadcrumb-item.active {
    font-size: 14px;
    font-family: VWHeadWeb-Bold;
    color: #000;
    margin-top: 2px
}

.printAdd .navigation ol.breadcrumb li.breadcrumb-item.active::before {
    color: #000;
    font-size: 16px;
    margin-top: -2px
}

.printAdd .navigation ol.breadcrumb li.breadcrumb-item a {
    color: #001e50;
    text-decoration: none;
    font-size: 14px;
    line-height: 19.6px
}

.printAdd .print {
    margin-bottom: 30px
}

@media screen and (max-width:550px) {
    .printAdd .print {
        flex-direction: row-reverse
    }
}

.printAdd .print .specifications {
    border-left: 1.5px solid #c4cace;
    padding: 0 30px
}

@media screen and (max-width:550px) {
    .printAdd .print .specifications {
        border-left: none;
        padding: 0
    }
}

.printAdd .print .specifications ul {
    padding: 0!important;
    list-style: none;
    margin-bottom: 5px
}

.printAdd .print .specifications ul li {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 1rem;
    font-family: VWHeadWeb-Regular;
    color: #000
}

@media screen and (max-width:550px) {
    .printAdd .print .specifications ul li {
        font-size: 14px;
        line-height: 19px;
        padding-bottom: 10px
    }
}

.printAdd .print .specifications a.viewAll {
    color: #7e7e7e;
    font-size: 16px;
    font-family: VWHeadWeb-Regular;
    line-height: 20px
}

@media screen and (max-width:550px) {
    .printAdd .print .specifications a.viewAll {
        font-size: 14px
    }
}

.fixedbtnContainer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 4.16vw 0;
    height: 76px;
    background: #fff;
    border-top: 1px solid #dfe4e8;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100
}

.fixedbtnContainer a.btnFixed {
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    isolation: isolate;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    width: auto;
    padding: 0 20px;
    height: 44px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 500px;
    background: #4cc7f4;
    border: 2px solid transparent;
    text-decoration: none;
    color: #001e50;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s ease-in-out 0s
}

.fixedbtnContainer a.btnFixed:hover {
    background: #0040c5;
    color: #fff
}

.fixedbtnContainer a.btnFixed svg.btnIcon {
    width: 24px;
    height: 24px;
    margin-inline-end: 8px
}

p.showRoomPrice span.priceDetails a {
    color: #000!important;
    text-decoration: none!important;
    pointer-events: none!important;
    cursor: default!important
}

.offers .offer-slider .offerslide .details .offerDescription a {
    color: #000!important;
    text-decoration: none!important;
    pointer-events: none!important;
    cursor: default!important
}

input#txtOtp {
    padding: 10px 14px;
    font-family: VWHeadWeb-Regular;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-top: 1px solid #707070;
    border-radius: 0;
    border-bottom: 1px solid #707070;
    margin-bottom: 0;
    max-width: 75%;
    background: 0 0
}

input#txtOtp:focus {
    outline: 0!important;
    box-shadow: inset 0 -1px 0 #ddd
}

div#verifyModal {
    z-index: 9999
}

.Banner .banner-slider .banner-txt {
    display: none!important
}

.ArticleHeader {
    display: none
}

@media screen and (max-width:767px) {
    .Banner .banner-slider ul.slick-dots {
        bottom: 5%!important
    }
}

.offers .offer-slider .offerslide .details .offerDescription span.read-more {
    text-decoration: underline;
    color: #001e50;
    cursor: pointer
}

.printAdd ol.breadcrumb {
    margin-bottom: 5px
}

@media screen and (max-width:550px) {
    .printAdd {
        padding: 20px 10px 0!important
    }
}

@media screen and (max-width:550px) {
    body.chat-open {
        position: sticky!important
    }
}

.connectWithDealer P,
.isDealerSelected,
.pcontent {
    font-size: 14px!important;
    font-family: VWHeadWeb-Regular!important
}

.isDealerSelected.error {
    color: red
}

.slotNotAvailable {
    color: #ccc
}

.flatpickr-wrapper {
    width: 100%
}

.flatpickr-calendar.static.open {
    background: #001e50
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover,
.flatpickr-day,
span.flatpickr-weekday {
    color: #fff
}

.flatpickr-day {
    border: 1px solid #fff;
    margin: 1px;
    border-radius: 0
}

.flatpickr-day.today {
    background: #ccc;
    color: #000
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: #ccc
}

.flatpickr-day:hover {
    background: #fff;
    border-color: #fff;
    color: #001e50
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    background: 0 0;
    color: #ccc;
    cursor: not-allowed
}

.offerSpecialDetails ul.specs {
    margin: 1rem 0 0 0;
    padding: 0;
    list-style: none;
}

.offerSpecialDetails ul.specs li {
    padding-left: 20px;
    font-size: 16px;
    position: relative;
    margin-bottom: 12px;
}

.offerSpecialDetails ul.specs li::before {
    content: "";
    width: 10px;
    height: 1px;
    background: #000000;
    position: absolute;
    left: 0;
    top: 12px;
}

.offers .offerSpecialDetails b {
    font-size: 16px;
}

.offerForm .btr a#detectBtn img {
    width: 25px !important;
}

.ctaBlock {
    position: relative;
    padding: 30px 20px 0;
}

@media screen and (min-width: 768px) {
    .ctaBlock .block {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.ctaBlock .block .cta a {
    position: relative;
    display: inline-flex;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: 44px;
    min-width: 44px;
    padding: 0px 32px;
    margin: 0px;
    border-radius: 500px;
    transition: 0.1s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    color: rgb(0, 30, 80);
    background: transparent;
    border: 1px solid rgb(0, 30, 80);
}

.ctaBlock .block .cta a:hover,
.ctaBlock .block .cta a:focus {
    color: rgb(255, 255, 255);
    background: rgb(0, 64, 197);
    border: 1px solid rgb(0, 64, 197);
}

@media screen and (max-width: 767px) {
    .ctaBlock {
        padding: 20px 10px 0;
    }
    .ctaBlock .block .cta a {
        width: 70%;
    }
    .printAdd ol.breadcrumb {
        display: none;
    }
}

.form-control.error,
select.form-select.error {
    border: 1px solid red !important;
}

input#txtOtp {
    padding: 10px 8px;
}


/* ---------------------Ownership saying START----------------------------------------- */

.ownerSaying {
    padding: 10px 0px 50px 20px;
}

.ownerSaying .heading h2 {
    font-size: 22px;
    line-height: 28px;
    text-align: left;
    font-family: "VWHeadWeb-Bold";
    margin-bottom: 0;
}

.ownerSaying .ownerSlider {
    margin-bottom: 120px;
    padding-top: 15px;
}

.ownerSaying .ownerSlider .ownerslide {
    border: 1px solid #001E50;
    padding: 30px 25px;
    margin-right: 16px;
}

.ownerSaying .ownerSlider .ownerslide .details p.desc {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: left;
    font-family: 'VWHeadWeb-Regular';
    margin-bottom: 30px;
    min-height: 225px;
}

.ownerSaying .ownerSlider .ownerslide .details .ownerInfoBlock {
    max-width: fit-content;
    border-top: 3px solid #001E50;
}

.ownerSaying .ownerSlider .ownerslide .details .ownerInfoBlock h3 {
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'VWHeadWeb-Regular';
    font-weight: 600;
    margin-bottom: 0px;
    padding-right: 40px;
}

.ownerSaying .ownerSlider .ownerslide .details .ownerInfoBlock p {
    font-size: 10px;
    padding-top: 1px;
    font-family: 'VWHeadWeb-Regular';
    margin-bottom: 0px;
}

.ownerSaying .ownerSlider ul.slick-dots {
    position: absolute;
    left: 50%;
    bottom: -35%;
    transform: translate(-50%, -50%);
    padding-left: 15px;
    margin-bottom: 0px;
    display: flex;
    background: #001E50;
    border-radius: 20px;
    height: auto;
    line-height: normal;
    padding: 10px 10px;
    width: auto;
}

.ownerSaying .ownerSlider ul.slick-dots li {
    list-style: none;
    float: left;
    margin-right: 10px;
    border-radius: 10px;
    background: #ffffff94;
    height: 8px;
    width: 8px;
    cursor: pointer;
}

.ownerSaying .ownerSlider ul.slick-dots li button {
    background: none;
    display: none;
}

.ownerSaying .ownerSlider ul.slick-dots li.slick-active {
    width: 30px;
    border-radius: 10px;
    background: #fff;
}

.ownerSaying .ownerSlider ul.slick-dots li:last-child {
    margin-right: 0;
}

.ownerSaying .ownerSlider button.slick-prev.slick-arrow,
.ownerSaying .ownerSlider button.slick-next.slick-arrow {
    height: 46px;
    width: 46px;
    margin-top: 0;
    top: calc(50% - 10px);
    position: absolute;
    z-index: 9;
    background: 0 0;
    border: none;
    text-indent: -400%;
    overflow: hidden;
    cursor: pointer;
    background: #001E50;
    border: 1px solid #001E50;
    border-radius: 100%;
}

.ownerSaying .ownerSlider button.slick-next.slick-arrow {
    right: 25px;
}

.ownerSaying .ownerSlider button.slick-prev.slick-arrow {
    left: -10px;
}

.ownerSaying .ownerSlider button.slick-disabled {
    opacity: 0;
    cursor: no-drop !important;
}

.ownerSaying .ownerSlider .slick-next::before {
    content: "";
    background: url(../images/nextArrowOwnerSaying.png) no-repeat;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    background-position: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ownerSaying .ownerSlider .slick-prev::before {
    content: "";
    background: url(../images/prevarrowOwnerSaying.png) no-repeat;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    background-position: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 749px) {
    .ownerSaying .ownerSlider ul.slick-dots {
        bottom: -20%;
    }
    .ownerSaying .ownerSlider {
        margin-bottom: 80px;
    }
    .ownerSaying {
        padding: 10px 0px 50px 0px;
    }
}

@media screen and (min-width: 749px) and (max-width: 992px) {
    .ownerSaying .ownerSlider ul.slick-dots {
        bottom: -20%;
    }
}


/* ---------------------------Ownership saying css END--------------------------------------  */

.ownerInfoBlock h3 a {
    text-decoration: none;
    color: black;
}

.TopBar__TopBarWrapper-sc-8044fe6d-0,
.TopBar__StyledTopbarWrapper-sc-6c73cf0b-1.mzoft {
    position: fixed !important;
    width: 100%;
}

.otpWarning {
    font-size: 13px;
    color: #ff0000;
    display: none;
}

.slick-slide {
    height: auto !important;
}

.sc-fPXMVe.bPnGHg {
    display: block;
    height: auto;
}

.eXEFfg {
    position: fixed;
}

nav.sc-dAlyuH.AJIwV {
    height: auto;
    display: block;
}

.offer-slider .slick-track {
    margin-left: 0;
}

header.sc-lbJcrp.eowSCH {
    position: fixed;
    width: 100%;
    left: 0;
}

.eCPFsS img {
    width: 80px !important;
    height: 80px !important;
    transition: transform 1s cubic-bezier(0.14, 1.12, 0.67, 0.99);
}


/* sticky Header - css */

.TopBar__StyledTopbarWrapper-sc-59ac4b53-1.ipvSNJ {
    position: fixed;
}

header.sc-epRvzc.irGHH {
    position: relative;
    transition: transform 0.3s;
    background-color: rgb(255, 255, 255);
    transform: translateY(0px);
    border-bottom: 1px solid rgb(194, 202, 207);
    pointer-events: auto;
}

nav.sc-gFnajm.clhCrK a {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(0, 30, 80);
    padding: 4px 0px;
    text-decoration: none;
    font-weight: bold;
}

nav.sc-gFnajm.clhCrK {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 64px;
    padding-inline: min(4.16vw, 106.66px);
    color: rgb(0, 14, 38);
}

nav.sc-gFnajm.clhCrK button {
    color: rgb(0, 30, 80);
}

nav.sc-gFnajm.clhCrK a:hover,
nav.sc-gFnajm.clhCrK a:focus {
    color: rgb(0, 53, 159);
}

nav.sc-gFnajm.clhCrK button:hover,
nav.sc-gFnajm.clhCrK button:focus {
    color: rgb(0, 53, 159);
}

nav.sc-gFnajm.clhCrK .epTYdm button::before {
    background: rgb(0, 64, 197);
    height: 2px;
}

nav.sc-gFnajm.clhCrK .epTYdm a::before {
    background: rgb(0, 64, 197);
    height: 2px;
}


/* End */