/* Minification failed. Returning unminified contents.
(2610,53): run-time error CSS1030: Expected identifier, found '['
(2610,63): run-time error CSS1031: Expected selector, found '*='
(2610,63): run-time error CSS1025: Expected comma or open brace, found '*='
(3546,45): run-time error CSS1030: Expected identifier, found '['
(3546,55): run-time error CSS1031: Expected selector, found '*='
(3546,55): run-time error CSS1025: Expected comma or open brace, found '*='
 */
/* HMC Lite Starts */
/* Highlight Feature Panel start */
.hmc-lite {
    min-height: 400px;
}
.hmc-lite .rounded-corners .c-button.f-primary.blue-button {
    padding: 11px 40px;
    line-height: 20px;
    text-transform: none;
    border: 0;
    min-height: 42px;
    height: auto;
    outline-offset: -2px;
}

.hmc-lite .rounded-corners .c-button.f-primary.white-button {
    padding: 10px 39px !important;
    line-height: 20px;
    text-transform: none;
    border: 0;
    min-height: 42px;
    height: auto;
    outline-offset: -2px;
}

    .hmc-lite .rounded-corners .c-button.f-primary.blue-button span, .hmc-lite .rounded-corners .c-button.f-primary.white-button span {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }

.f-banner {
    position: relative;
    z-index: 1;
}

.m-banner.bg-pink {
    background: #8B4981;
}

    .m-banner.f-banner-child {
        padding: 50px 5%;
    }

        .f-banner .m-highlight-feature > div .c-heading, .m-banner.f-banner-child .c-heading {
             font-size: 62px;
            line-height: 72px;
            color: #FFF;
        }
            .m-banner.f-banner-child .c-heading {
                font-weight: 600;
            }

            .f-banner .m-highlight-feature > div .c-heading:before {
                content: "";
                width: 49px;
                height: 4px;
                background: linear-gradient(270deg, #FFFFFF 10.66%, rgba(121, 63, 110, 0) 97.96%);
                transform: rotate(-180deg);
                margin-bottom: 36px;
                display: block;
            }

        .f-banner .m-highlight-feature > div .c-paragraph, .m-banner.f-banner-child .c-paragraph {
            font-size: 18px;
            line-height: 24px;
            padding: 36px 15% 30px;
            color: #FFF;
        }
/* Highlight Feature Panel end */
/* Progressbar start */
#progressbar {
    padding-top: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #progressbar .c-progress {
        min-width: 620px;
        position: relative;
        margin-top: 4px;
    }

    #progressbar span {
        position: relative;
        color: #0078D4;
        font-size: 15px;
        line-height: 20px;
        margin-right: 27px;
    }

    #progressbar .c-progress[value] {
        height: 2px;
    }
    /* For Firefox */
    #progressbar progress::-moz-progress-bar {
        height: 4px;
        top: -1px;
        position: relative;
        background: #0078D4;
    }
    /* For Chrome or Safari */
    #progressbar progress::-webkit-progress-value {
        height: 4px;
        top: -1px;
        position: relative;
        background: #0078D4;
    }
/* Progressbar end */
/* Area heading with heading and paragraph Modules start */
.hmc-lite .m-banner.banner-heading {
    padding: 50px 0 0;
}

    .hmc-lite .m-banner.banner-heading .c-heading {
        font-size: 46px;
        line-height: 56px;
        padding: 2px 0 0;
        font-weight: 600;
    }

.banner-heading .c-paragraph {
    padding: 24px 0 0;
    font-size: 18px;
    line-height: 24px;
    color: #5E5E5E;
}
/* Area heading with heading and paragraph Modules end */
/* Content Placement Modules start */
.questionInfo {
    position: relative;
}

    .questionInfo .c-section-outer {
        margin: 0;
    }

        .questionInfo .c-section-outer > div {
            display: flex !important;
            flex-wrap: wrap;
            margin: 44px 0 0;
            justify-content: center;
        }

            .questionInfo .c-section-outer > div > div {
                margin: 12px 0;
                padding: 0 12px;
            }

                .questionInfo .c-section-outer > div > div:nth-child(2n + 1) {
                    clear: both;
                }

                .questionInfo .c-section-outer > div > div section {
                    cursor: pointer !important;
                    background: transparent;
                    border-radius: 8px;
                    margin: 0;
                    padding: 32px !important;
                    border: 1px solid #E3E3E3;
                    display: flex;
                    align-items: center;
                    justify-content: left;
                    text-align: left;
                    height: 100%;
                    pointer-events: auto;
                }

                    .questionInfo .c-section-outer > div > div section .c-checkbox input, .questionInfo .c-section-outer > div > div section .c-radio input {
                        z-index: 1;
                        cursor: pointer;
                    }

    .questionInfo .c-checkbox label.c-label {
        margin-top: 0;
        width: 24px;
        height: 24px;
        line-height: 24px;
    }

    .questionInfo .c-checkbox input[type="checkbox"] {
        width: 24px;
        height: 24px;
    }

        .questionInfo .c-checkbox input[type="checkbox"] + span {
            padding-left: 24px;
            padding-top: 24px;
        }

            .questionInfo .c-checkbox input[type="checkbox"] + span:before {
                box-shadow: inset 0 0 0 2px #0078d4, inset 0 0 0 10px transparent;
                border-radius: 4px;
                width: 24px;
                height: 24px;
                line-height: 24px;
            }

    .questionInfo .c-checkbox input[type=checkbox]:hover:not(:disabled):not(:checked) + span:before,
    .questionInfo .c-checkbox input[type=checkbox]:focus:not(:disabled):not(:checked) + span:before {
        box-shadow: inset 0 0 0 2px #0078d4;
    }

    .questionInfo .c-checkbox input[type=checkbox]:disabled + span:before {
        box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
    }

    .questionInfo .c-checkbox input[type=checkbox] + span:after,
    .questionInfo .c-checkbox input[type=checkbox] + span:before {
        line-height: 24px;
        font-size: 18px;
        padding-left: 2px;
        width: 24px;
        height: 24px;
    }

    .questionInfo .c-checkbox input[type=checkbox]:checked + span:after,
    .questionInfo .c-checkbox input[type=checkbox]:checked + span:before {
        border-radius: 4px;
    }

    .questionInfo .c-checkbox input[type=checkbox]:checked + span:after {
        background: #0078d4;
        visibility: visible;
        font-size: 18px;
        padding-left: 3px;
    }

    .questionInfo .c-radio label.c-label {
        margin-top: 0;
        width: 24px;
        height: 24px;
        line-height: 24px;
    }

    .questionInfo .c-radio input[type=radio] + span:before {
        width: 24px;
        height: 24px;
        border: 2px solid #0078d4;
    }

    .questionInfo .c-radio input[type=radio]:hover:not(:disabled) + span:before {
        border-color: #0078d4;
    }

    .questionInfo .c-radio input[type=radio]:checked + span:after {
        background: #0078d4;
        height: 16px;
        width: 16px;
        left: 4px;
        top: 4px;
    }

    .questionInfo .c-radio input[type="radio"]:checked:not(:disabled):hover + span:after {
        background: #0078d4;
    }

    .questionInfo .c-section-outer > div > div section.selected {
        border: 2px solid #0078D4;
    }

    .questionInfo .c-section-outer > div > div section.unselected {
        background: #E3E3E3;
        opacity: 0.8;
        pointer-events: none;
    }

.hmc-lite .questionInfo .c-section-outer section h3.c-heading {
    margin: 0;
    font-size: 24px;
    line-height: 28px;
    color: #0078D4;
    padding: 0;
}

.questionInfo .c-section-outer section p {
    margin: 0;
    padding: 16px 0 0;
    font-size: 15px;
    line-height: 20px;
}
/* Content Placement Modules end */
/* Button Modules start */
.c-group.buttonNav {
    text-align: center;
    z-index: 1;
    width: 100%;
    margin-top: 29px;
    margin-bottom: 0;
    float: left;
    padding: 0;
}

.hide {
    display: none !important;
}

.hmc-lite .rounded-corners.buttonNav .c-button.f-primary {
    margin-left: 12px;
    margin-right: 12px;
}

.buttonNav .c-button.f-primary {
    background: #0078D4;
    color: #FFF;
    min-width: 160px;
}

    .buttonNav .c-button.f-primary.f-white {
        background: #FFF;
        color: #0078D4;
        border: 2px solid #0078D4;
    }

.hmc-lite .rounded-corners.buttonNav .c-button.f-primary.disabled {
    background: rgba(0,120,212,0.5);
    color: rgba(256,256,256,0.5);
    pointer-events: none;
}

.hmc-lite .rounded-corners.buttonNav .c-button.f-primary.f-white.disabled {
    color: rgba(0,120,212,0.5);
    background: rgba(256,256,256,0.5);
    border-color: rgba(256,256,256,0.5);
    pointer-events: none;
}

.hmc-lite .rounded-corners.buttonNav a.c-button.f-primary.disabled:focus, .hmc-lite .rounded-corners.buttonNav a.c-button.f-primary.disabled:hover, .hmc-lite .rounded-corners.buttonNav a.c-button.f-primary.disabled:active {
    pointer-events: none;
    background: rgba(0,120,212,0.5) !important;
    color: rgba(256,256,256,0.5);
    outline: none !important;
}

.buttonNav .c-button.corner-radius {
    border-radius: 6px;
}
/* Button Modules end */
/* Feature Modules start */
.educational-section {
    padding: 0 12px;
    margin: 72px 0 80px;
    float: left;
}

    .educational-section .m-feature.f-align-left {
        background: #EBF4FC;
        border-radius: 8px;
        margin-right: 48px;
        width: calc(100% - 48px);
        min-height: 240px;
    }

        .educational-section .m-feature.f-align-left.f-image-priority picture {
            width: 208px;
            padding: 0;
            right: -48px;
            top: -48px;
            position: absolute;
            height: 208px;
            max-height: 208px;
        }

            .educational-section .m-feature.f-align-left.f-image-priority picture img {
                border-radius: 8px;
                width: 100%;
                height: 100%;
            }

            .educational-section .m-feature.f-align-left.f-image-priority picture + div {
                width: calc(100% - 160px);
                padding: 40px 112px 40px 56px;
                position: relative;
                top: 0;
                transform: none;
                margin: 0;
            }

                .educational-section .m-feature.f-align-left.f-image-priority picture + div .c-logo {
                    margin: 0;
                }

                    .educational-section .m-feature.f-align-left.f-image-priority picture + div .c-logo img {
                        height: 40px;
                    }

                .educational-section .m-feature.f-align-left.f-image-priority picture + div .c-heading {
                    margin-top: 0;
                    color: #000;
                    font-size: 24px;
                    line-height: 28px;
                    padding: 16px 0 0;
                }

                .educational-section .m-feature.f-align-left.f-image-priority picture + div .c-paragraph {
                    font-size: 15px;
                    line-height: 20px;
                    padding: 16px 0 0;
                    color: #5E5E5E;
                    font-weight: 400;
                }

    .educational-section .c-badge, .educational-section .c-call-to-action {
        display: none;
    }

/* Feature Modules end */
/* Get Recommendations start */
.c-section-common {
    margin: 0;
}

    .c-section-common .m-banner {
        padding: 48px 5% 68px;
    }

        .c-section-common .m-banner .c-heading-3 {
            font-size: 62px;
            line-height: 72px;
            padding: 0;
        }

        .c-section-common .m-banner .c-caption-2 {
            font-size: 18px;
            line-height: 24px;
            padding: 32px 0 0;
            color: #464646;
        }

    .c-section-common .m-content-placement-item {
        background: #F9F9F9;
        border-radius: 8px;
        position: relative;
        padding: 40px !important;
        min-height: 290px;
        margin: 0;
    }

    .c-section-common.c-section-three .m-content-placement-item {
        height: 100%;
    }

        .c-section-common.c-section-three .m-content-placement-item:hover {
            cursor: default;
        }

.c-section-two .m-content-placement-item {
    margin-top: calc(25% - 12px) !important;
    padding-top: 0 !important;
    float: left;
}

.c-section-three .m-area-heading {
    padding-top: 0;
    margin: 44px 12px 0;
    width: calc(100% - 24px);
}

    .c-section-three .m-area-heading .c-heading {
        padding: 44px 0;
        border-top: 1px solid #d9d9d9;
    }

.c-section-common .m-content-placement {
    margin: 0;
}

    .c-section-common .m-content-placement > div {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

.c-section-three .m-content-placement > div {
    justify-content: left;
}

.c-section-common .m-content-placement > div > div {
    text-align: left;
    margin: 12px 0;
}

    .c-section-common .m-content-placement > div > div > div {
        height: 100%;
    }

.c-section-two .m-content-placement-item picture {
    padding: 0;
    margin-top: calc(-25% - 8px);
}

.c-section-three .m-content-placement-item picture {
    width: 40px;
    padding: 0;
    margin-bottom: 16px;
}

.c-section-three .m-content-placement-item > picture img {
    position: relative;
}

.c-section-two .m-content-placement-item > picture img {
    width: 100%;
    position: relative;
}

.c-section-two .m-content-placement-item picture + div {
    padding: 24px 0 0;
}

.c-section-common .m-content-placement-item picture + div .c-badge, .c-section-common .m-content-placement-item picture + div .c-call-to-action {
    display: none;
}

.c-section-common .m-content-placement-item picture + div h3 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 16px;
    color: #646464;
}

.c-section-two .m-content-placement-item picture + div h3 {
    font-size: 24px;
    line-height: 28px;
    color: #000;
}

.c-section-common .m-content-placement-item picture + div p {
    font-size: 15px;
    line-height: 20px;
    padding: 0;
    color: #5E5E5E;
}

    .c-section-common .m-content-placement-item picture + div p > span {
        font-size: 24px;
        line-height: 30px;
        color: #000;
        font-weight: 600;
        display: block;
        padding: 0 0 24px;
    }

.c-section-two .m-content-placement-item picture + div p > span {
    font-size: 18px;
    line-height: 24px;
    color: #646464;
}

.m-link-panel nav.c-link-navigation {
    margin: 54px 0 80px;
}

    .m-link-panel nav.c-link-navigation li a.c-hyperlink picture {
        margin-bottom: 0;
    }

        .m-link-panel nav.c-link-navigation li a.c-hyperlink picture img {
            margin: 0 0 14px;
            width: 36px;
        }

    .m-link-panel nav.c-link-navigation li a.c-hyperlink.f-image div {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 0;
        color: #0067b8;
        line-height: 20px;
    }

    .m-link-panel nav.c-link-navigation li {
        min-width: 190px;
        margin: 0 16px;
        text-align: center;
        position: relative;
    }

        .m-link-panel nav.c-link-navigation li a.c-hyperlink.f-image {
            color: #0078D4;
            margin: 0;
        }

        .m-link-panel nav.c-link-navigation li a.c-hyperlink div:after {
            font-size: 10px;
            margin-top: 0;
            margin-left: 3px;
            display: inline-block;
            position: relative;
            right: 0;
            content: "";
            vertical-align: middle;
            transition: all 200ms ease-in-out;
            font-family: "MWF-MDL2";
            line-height: 20px;
        }

        .m-link-panel nav.c-link-navigation li a.c-hyperlink.f-image:focus {
            border-color: transparent;
        }

p#link-tooptip {
    padding: 4px 8px;
    background: #0078D7 !important;
    color: #FFFFFF;
    border-radius: 8px;
    width: 200px;
    max-width: 200px;
    box-sizing: border-box;
    max-height: fit-content;
    position: absolute;
    top: -50px;
    left: calc(50% - 100px);
}

.divider-line {
    margin: 0 12px;
}

    .divider-line[data-grid="container"] {
        margin: 0 auto;
    }

.m-banner.retailers-heading {
    width: calc(100% - 24px);
    padding: 80px 5% 0;
}

    .m-banner.retailers-heading .c-heading-3 {
        padding: 0;
        margin: 0 !important;
        font-size: 46px;
        line-height: 56px;
    }

#retailers .retailers-content {
    padding: 0 5%;
    margin: 56px auto;
}
        #retailers .retailers-content nav.c-link-navigation ul li {
            width: 16.6666%;
            clear: none;
            display: block;
            float: left;
        }
        
        #retailers .retailers-content nav.c-link-navigation ul li:nth-child(6n + 1) {
              clear: both;
         }
        
        #retailers .retailers-content nav.c-link-navigation ul li:first-child:nth-last-child(1), #retailers .retailers-content nav.c-link-navigation ul li:first-child:nth-last-child(1) ~ li,
        #retailers .retailers-content nav.c-link-navigation ul li:first-child:nth-last-child(2), #retailers .retailers-content nav.c-link-navigation ul li:first-child:nth-last-child(2) ~ li,
        #retailers .retailers-content nav.c-link-navigation ul li:first-child:nth-last-child(3), #retailers .retailers-content nav.c-link-navigation ul li:first-child:nth-last-child(3) ~ li,
        #retailers .retailers-content nav.c-link-navigation ul li:first-child:nth-last-child(4), #retailers .retailers-content nav.c-link-navigation ul li:first-child:nth-last-child(4) ~ li,
        #retailers .retailers-content nav.c-link-navigation ul li:first-child:nth-last-child(5), #retailers .retailers-content nav.c-link-navigation ul li:first-child:nth-last-child(5) ~ li {
            float: none;
            display: inline-block;
        }

    /*#retailers .retailers-content .c-link-navigation img {
        box-shadow: none;
        border: 1px solid #767676;
    }*/

    #retailers .retailers-content nav.c-link-navigation li a.c-hyperlink.f-image {
        margin: 0 24px 24px;
    }

    #retailers .retailers-content .c-link-navigation ul li p {
        padding: 30px 0 0;
        max-height: fit-content;
        font-size: 18px;
        line-height: 24px;
    }

    #retailers .retailers-content .c-link-navigation ul li div {
        max-height: fit-content;
        font-size: 14px;
        line-height: 20px;
        text-transform: none;
        font-weight: 700;
        padding-left: 0;
        padding-right: 0;
    }
    [lang="lt-lt"] #retailers .retailers-content .c-link-navigation ul li div {
        font-size: 12px;
    }

        #retailers .retailers-content .c-link-navigation ul li div:after {
            margin-top: 2px;
            font-size: 10px;
        }

    #retailers .retailers-content .c-link-navigation ul li picture {
        width: 100%;
        margin: 0;
    }

.retailers-content nav.c-link-navigation {
    margin: 0;
}

sup .c-hyperlink.supBLink span.supText {
    font-size: 11px;
    color: #0067b8;
    padding: 0;
    line-height: normal;
}

#recommendationFootnotes {
    display: none;
}
/* Get Recommendations end */
/*RTL Changes start*/
[dir="rtl"] #progressbar span {
    margin-left: 27px;
    margin-right:0;
}
[dir="rtl"] .f-banner .m-highlight-feature.f-align-left > div {
    padding: 0 5.8% 0 95px;
    text-align: right;
}

[dir="rtl"] .f-banner .m-highlight-feature > div .c-heading:before {
    background: linear-gradient(90deg,#fff 10.66%,rgba(121,63,110,0) 97.96%);
}

[dir="rtl"] .questionInfo .c-section-outer > div > div section {
    justify-content: right;
}

    [dir="rtl"] .questionInfo .c-section-outer > div > div section div + div,
    [dir="rtl"] .c-section-common .m-content-placement-item picture + div {
        text-align: right;
    }

[dir="rtl"] .questionInfo .c-radio input[type=radio]:checked + span:after {
    right: 4px;
}

[dir="rtl"] .m-link-panel nav.c-link-navigation li a.c-hyperlink div:after,
[dir="rtl"] #retailers .retailers-content .c-link-navigation ul li div:after {
    transform: rotate(180deg);
    margin-right: 3px;
    margin-left: 0;
}

[dir="rtl"] .educational-section .m-feature.f-align-left {
    margin-left: 48px;
    margin-right: 0;
}

    [dir="rtl"] .educational-section .m-feature.f-align-left.f-image-priority picture {
        left: -48px;
        right: auto;
    }

        [dir="rtl"] .educational-section .m-feature.f-align-left.f-image-priority picture + div {
            padding: 40px 56px 40px 112px;
            float: right;
        }
/*RTL Changes end*/
    
@media only screen and (min-width: 1400px) {
    .f-banner .m-highlight-feature.f-align-left > div {
        width: 45%;
    }

        .f-banner .m-highlight-feature.f-align-left > div > * {
            width: 370px;
        }

    .f-banner .m-highlight-feature.f-align-left picture, .f-banner .m-highlight-feature.f-align-left picture img {
        min-height: 600px;
    }
}

@media only screen and (min-width: 1770px) {
    .f-banner .m-highlight-feature.f-align-left > div {
        padding-left: calc((90% - 1600px) / 2 + 5.8%);
    }
}
@media only screen and (min-width: 768px) and (max-width: 1083.98px) {  
    #progressbar {
        padding-top: 32px;
        flex-direction: column;
        align-items: start;
    }
        #progressbar span {
            padding: 0 24px;
        }

        #progressbar .c-progress {
            width: calc(100% - 48px);
            min-width: calc(100% - 48px);
            margin: 16px auto 0;
        }
        
    .m-banner.f-banner-child .c-heading {
        font-size: 34px;
        line-height: 40px;
        padding: 0;
    }

    .hmc-lite .m-banner.banner-heading {
        padding: 50px 0 0;
    }

        .hmc-lite .m-banner.banner-heading .c-heading {
            font-size: 34px;
            line-height: 40px;
            padding: 0;
        }

    .hmc-lite .m-banner.banner-heading {
        padding: 40px 24px 0;
    }

    .banner-heading .c-paragraph {
        font-size: 15px;
        line-height: 20px;
        padding-top: 16px;
    }
    
    .m-banner.f-banner-child .c-paragraph {
        font-size: 15px;
        line-height: 20px;
    }

    .questionInfo .c-section-outer > div {
        margin-top: 28px;
    }

        .questionInfo .c-section-outer > div > div:nth-child(2n+1) {
            padding-left: 0;
        }

        .questionInfo .c-section-outer > div > div:nth-child(2n) {
            padding-right: 0;
        }

    [dir="rtl"] .questionInfo .c-section-outer > div > div:nth-child(2n+1) {
        padding-right: 0;
        padding-left: 12px;
    }

    [dir="rtl"] .questionInfo .c-section-outer > div > div:nth-child(2n) {
        padding-left: 0;
        padding-right: 12px;
    }

    .questionInfo .c-section-outer > div > div section {
        padding: 24px !important;
    }

    .questionInfo .c-checkbox label.c-label {
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-right: 16px;
    }

    [dir="rtl"] .questionInfo .c-checkbox label.c-label {
        margin-right: 0px;
        margin-left: 16px;
    }

    .questionInfo .c-checkbox input[type="checkbox"] {
        width: 20px;
        height: 20px;
    }

        .questionInfo .c-checkbox input[type="checkbox"] + span {
            padding-left: 20px;
            padding-top: 20px;
        }

            .questionInfo .c-checkbox input[type="checkbox"] + span:before {
                width: 20px;
                height: 20px;
                line-height: 20px;
            }



    .questionInfo .c-checkbox input[type=checkbox] + span:after,
    .questionInfo .c-checkbox input[type=checkbox] + span:before {
        line-height: 20px;
        font-size: 16px;
        padding-left: 1px;
        width: 20px;
        height: 20px;
    }

    .questionInfo .c-checkbox input[type=checkbox]:checked + span:after {
        padding-left: 1px;
    }



    .questionInfo .c-radio label.c-label {
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-right: 16px;
    }

    [dir="rtl"] .questionInfo .c-radio label.c-label {
        margin-right: 0px;
        margin-left: 16px;
    }

    .questionInfo .c-radio input[type=radio] + span:before {
        width: 20px;
        height: 20px;
    }

    .questionInfo .c-radio input[type=radio]:checked + span:after {
        height: 12px;
        width: 12px;
    }

    .hmc-lite .questionInfo .c-section-outer section h3.c-heading {
        font-size: 18px;
        line-height: 24px;
    }

    .questionInfo .c-section-outer section p {
        padding-top: 8px;
        font-size: 13px;
        line-height: 16px;
    }

    .educational-section {
        margin: 56px 0 64px;
        padding: 0;
        float: left;
    }

        .educational-section .m-feature.f-align-left {
            margin-right: 48px;
            width: calc(100% - 48px);
            min-height: auto;
        }

            .educational-section .m-feature.f-align-left.f-image-priority picture {
                width: 160px;
                height: 160px;
                right: -48px;
            }

                .educational-section .m-feature.f-align-left.f-image-priority picture img {
                    min-height: 100%;
                }

                .educational-section .m-feature.f-align-left.f-image-priority picture + div {
                    text-align: left;
                    margin: 0;
                    width: calc(100% - 112px) !important;
                    padding: 32px 24px;
                }

    [dir="rtl"] .educational-section .m-feature.f-align-left.f-image-priority picture + div {
        text-align: right;
    }

    [dir="rtl"] .educational-section .m-feature.f-align-left {
        margin-left: 48px;
        margin-right: 0;
    }

        [dir="rtl"] .educational-section .m-feature.f-align-left.f-image-priority picture {
            left: -48px;
            right: auto;
        }

            [dir="rtl"] .educational-section .m-feature.f-align-left.f-image-priority picture + div {
                padding: 32px 24px;
            }

    .educational-section .m-feature.f-align-left.f-image-priority picture + div .c-logo img {
        margin: 0;
    }

    .educational-section .m-feature.f-align-left.f-image-priority picture + div .c-heading {
        padding: 16px 0 0 0;
    }

    [dir="rtl"] .educational-section .m-feature.f-align-left.f-image-priority picture + div .c-heading {
        padding: 16px 0 0 40px;
    }

    .educational-section .m-feature.f-align-left.f-image-priority picture + div .c-paragraph {
        padding-top: 16px;
    }

    .c-section-common .m-banner {
        padding: 48px 24px 0 !important;
    }

        .c-section-common .m-banner .c-heading-3 {
            font-size: 34px;
            line-height: 40px;
        }

        .c-section-common .m-banner .c-caption-2 {
            padding-top: 16px;
            font-size: 15px;
            line-height: 20px;
        }
        
        .c-section-common .m-content-placement > div {
            justify-content: normal;
        }
        .c-section-common .m-banner+.m-content-placement > div {
            justify-content: center;
        }

    .c-section-common .m-content-placement > div > div {
        width: 50%;
    }
    .c-section-two .m-content-placement > div > div {
        margin: 52px 0 0;
    }
    
    .c-section-two .m-content-placement > div > div:nth-child(1) {
        margin: 52px auto 0;
    }

    .c-section-common .m-content-placement {
        margin: 0;
        padding: 0 12px;
    }

    .c-section-common .m-content-placement-item {
        padding: 0 40px 32px !important;
        min-height: auto;
        float: left;
    }

    .c-section-three .m-content-placement-item {
        padding: 24px !important;
        margin: 0;
    }

        .c-section-three .m-content-placement-item picture {
            float: left;
            margin: 9px 16px 9px 0;
            width: 32px;
        }

    [dir="rtl"] .c-section-three .m-content-placement-item picture {
        float: right;
        margin: 9px 0 9px 16px;
    }

    .c-section-two .m-content-placement-item > picture img {
        width: 280px;
        margin: 0 auto;
    }

    .c-section-two .m-content-placement-item picture + div {
        padding-top: 16px;
    }

    .c-section-common .m-content-placement-item picture + div h3 {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 8px;
    }

    .c-section-three .m-content-placement-item picture + div h3 {
        font-size: 15px;
        line-height: 20px;
    }

    .c-section-three .m-content-placement-item picture + div h3 {
        padding-bottom: 4px;
    }

    .c-section-common .m-content-placement-item picture + div p > span {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 16px;
    }

    .c-section-two .m-content-placement-item picture + div p > span {
        font-size: 15px;
        line-height: 20px;
    }

    .c-section-common .m-content-placement-item picture + div p {
        font-size: 13px;
        line-height: 16px;
    }

    .c-section-three .m-area-heading {
        padding: 0 24px;
        margin: 28px 0 0;
        width: 100%;
    }

        .c-section-three .m-area-heading .c-heading {
            padding: 40px 0 28px;
            font-size: 24px;
            line-height: 28px;
        }

    .hmc-lite .m-link-panel {
        float: left;
        padding: 0;
        width: 100%;
    }

    .m-link-panel nav.c-link-navigation {
        margin: 38px 0 65px;
    }

        .m-link-panel nav.c-link-navigation ul {
            display: flex;
            flex-direction: row;
            align-items: start;
            justify-content: center;
        }

            .m-link-panel nav.c-link-navigation ul li {
                min-width: auto;
                margin: 0 24px;
            }

        .m-link-panel nav.c-link-navigation li a.c-hyperlink.f-image {
            display: flex;
            flex-direction: column;
        }

        .m-link-panel nav.c-link-navigation li a.c-hyperlink picture {
            margin-bottom: 0;
            text-align: center;
        }

            .m-link-panel nav.c-link-navigation li a.c-hyperlink picture img {
                margin: 0 0 10px;
                width: 24px;
                height: 24px;
            }

        .m-link-panel nav.c-link-navigation li a.c-hyperlink.f-image div {
            width: 100%;
            max-width: 100%;
            text-align: center;
            padding: 0 !important;
        }

    .c-group.buttonNav {
        margin-top: 13px;
        margin-bottom: 0;
    }

    .divider-line {
        margin: 0 24px !important;
    }

    .m-banner.retailers-heading {
        padding: 64px 12px 0;
    }

        .m-banner.retailers-heading .c-heading-3 {
            font-size: 34px;
            line-height: 40px;
        }

    #retailers .retailers-content {
        margin: 40px auto;
        padding: 0;
    }

        #retailers .retailers-content nav.c-link-navigation ul li {
            width: 26% !important;
            clear: none;
            display: block;
            float: left !important;
            padding: 0 24px;
        }
        
        #retailers .retailers-content nav.c-link-navigation ul li:nth-child(3n + 1) {
              clear: both;
         }
        
        #retailers .retailers-content nav.c-link-navigation ul li:first-child:nth-last-child(1), #retailers .retailers-content nav.c-link-navigation ul li:first-child:nth-last-child(1) ~ li,
        #retailers .retailers-content nav.c-link-navigation ul li:first-child:nth-last-child(2), #retailers .retailers-content nav.c-link-navigation ul li:first-child:nth-last-child(2) ~ li {
            float: none !important;
            display: inline-block;
        }

        #retailers .retailers-content .c-link-navigation ul li picture {
            width: 100%;
            margin: 0;
        }

    .retailers-content nav.c-link-navigation {
        margin: 0;
    }

    /*#retailers .retailers-content nav.c-link-navigation li a.c-hyperlink picture img {
        width: 142px;
        height: 142px;
    }*/

    #retailers .retailers-content nav.c-link-navigation p {
        width: 100%;
        box-sizing: border-box;
    }
    p#link-tooptip {
        font-size: 13px;
        line-height: 16px;
        top: -45px;
    }
}
@media only screen and (max-width: 767.98px) {
#retailers .retailers-content nav.c-link-navigation li a.c-hyperlink picture img{
    width: 64px;
    height: 64px;
}
    #retailers nav.c-link-navigation li {
        width: 265px !important;
        display: inline-block !important;
        float: none !important;
    }
    #progressbar {
        padding-top: 32px;
        flex-direction: column;
        align-items: start;
    }

        #progressbar span {
            padding: 0 24px;
            font-size: 13px;
            line-height: 16px;
        }

        #progressbar .c-progress {
            width: calc(100% - 48px);
            min-width: calc(100% - 48px);
            margin: 16px auto 0;
        }

    .hmc-lite .m-banner.banner-heading .c-heading {
        font-size: 34px;
        line-height: 40px;
        padding: 0;
    }
    
    .m-banner.f-banner-child .c-heading {
        font-size: 34px;
        line-height: 40px;
        padding: 0;
    }

    .hmc-lite .m-banner.banner-heading {
        padding: 40px 24px 0;
    }

    .banner-heading .c-paragraph {
        font-size: 15px;
        line-height: 20px;
    }

    .m-banner.f-banner-child .c-paragraph {
        font-size: 15px;
        line-height: 20px;
    }

    .questionInfo .c-section-outer {
        padding: 0;
    }

        .questionInfo .c-section-outer > div {
            flex-direction: column;
            margin-top: 32px;
        }

            .questionInfo .c-section-outer > div > div {
                margin: 8px 0;
                padding: 0;
            }

                .questionInfo .c-section-outer > div > div section {
                    padding: 24px !important;
                }

    .questionInfo .c-checkbox label.c-label {
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-right: 16px;
    }

    [dir="rtl"] .questionInfo .c-checkbox label.c-label {
        margin-right: 0px;
        margin-left: 16px;
    }

    .questionInfo .c-checkbox input[type="checkbox"] {
        width: 20px;
        height: 20px;
    }

        .questionInfo .c-checkbox input[type="checkbox"] + span {
            padding-left: 20px;
            padding-top: 20px;
        }

            .questionInfo .c-checkbox input[type="checkbox"] + span:before {
                width: 20px;
                height: 20px;
                line-height: 20px;
            }

    .questionInfo .c-checkbox input[type=checkbox] + span:after,
    .questionInfo .c-checkbox input[type=checkbox] + span:before {
        line-height: 20px;
        font-size: 16px;
        padding-left: 1px;
        width: 20px;
        height: 20px;
    }

    .questionInfo .c-checkbox input[type=checkbox]:checked + span:after {
        padding-left: 1px;
    }


    .questionInfo .c-radio label.c-label {
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-right: 16px;
    }

    [dir="rtl"] .questionInfo .c-radio label.c-label {
        margin-right: 0px;
        margin-left: 16px;
    }

    .questionInfo .c-radio input[type=radio] + span:before {
        width: 20px;
        height: 20px;
    }

    .questionInfo .c-radio input[type=radio]:checked + span:after {
        height: 12px;
        width: 12px;
    }

    .hmc-lite .questionInfo .c-section-outer section h3.c-heading {
        font-size: 18px;
        line-height: 24px;
    }

    .questionInfo .c-section-outer section p {
        padding-top: 8px;
        font-size: 13px;
        line-height: 16px;
    }

    .educational-section {
        margin: 56px 0;
        padding: 0;
        float: left !important;
    }

        .educational-section .m-feature.f-align-left {
            margin-right: 28px;
            width: calc(100% - 28px);
            min-height: auto;
        }

            .educational-section .m-feature.f-align-left.f-image-priority picture {
                width: 120px;
                height: 120px;
                right: -28px;
            }

                .educational-section .m-feature.f-align-left.f-image-priority picture img {
                    min-height: 100%;
                }

                .educational-section .m-feature.f-align-left.f-image-priority picture + div {
                    text-align: left;
                    margin: 0;
                    width: 100% !important;
                    padding: 32px 32px 32px 24px;
                }

    [dir="rtl"] .educational-section .m-feature.f-align-left {
        margin-left: 28px;
        margin-right: 0;
    }

        [dir="rtl"] .educational-section .m-feature.f-align-left.f-image-priority picture {
            left: -28px;
            right: auto;
        }

            [dir="rtl"] .educational-section .m-feature.f-align-left.f-image-priority picture + div {
                padding: 32px 24px 32px 32px;
            }

            [dir="rtl"] .educational-section .m-feature.f-align-left.f-image-priority picture + div {
                text-align: right;
            }


                [dir="rtl"] .educational-section .m-feature.f-align-left.f-image-priority picture + div .c-logo img {
                    margin: 0;
                    float: right;
                }

    .educational-section .m-feature.f-align-left.f-image-priority picture + div .c-logo img {
        margin: 0;
        float: left;
    }

    .educational-section .m-feature.f-align-left.f-image-priority picture + div .c-heading {
        padding: 16px 0 0 0;
        font-size: 20px;
        line-height: 24px;
        clear: both;
    }

    [dir="rtl"] .educational-section .m-feature.f-align-left.f-image-priority picture + div .c-heading {
        padding: 16px 0 0 0;
    }

    .educational-section .m-feature.f-align-left.f-image-priority picture + div .c-paragraph {
        padding-top: 16px;
        font-size: 13px;
        line-height: 16px;
    }

    .c-group.buttonNav {
        margin-top: 17px;
        margin-bottom: 0;
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .hmc-lite .rounded-corners.buttonNav .c-button.f-primary {
        margin-left: 8px;
        margin-right: 8px;
        width: calc(50% - 8px);
        float: left;
        padding: 11px 20px !important;
        min-width: auto;
    }

    .hmc-lite .rounded-corners .c-button.f-primary.white-button {
        padding: 10px 20px !important;
    }

    /*.hmc-lite .rounded-corners.buttonNav .c-button.f-primary.recommendations {
                padding: 0 5px;
                display: flex;
                justify-content: center;
                align-items: center;
            }*/
    .hmc-lite .rounded-corners.buttonNav .c-button.f-primary:first-child {
        margin-left: 0;
    }

    .hmc-lite .rounded-corners.buttonNav .c-button.f-primary:last-child {
        margin-right: 0;
    }

    [dir="rtl"] .hmc-lite .rounded-corners.buttonNav .c-button.f-primary:first-child {
        margin-left: 8px;
        margin-right: 0;
    }

    [dir="rtl"] .hmc-lite .rounded-corners.buttonNav .c-button.f-primary:last-child {
        margin-right: 8px;
        margin-left: 0;
    }

    .hmc-lite .questionInfo:last-child .rounded-corners.buttonNav {
        flex-direction: column-reverse;
    }

        .hmc-lite .questionInfo:last-child .rounded-corners.buttonNav .c-button.f-primary {
            margin-left: 0;
        }

    [dir="rtl"] .hmc-lite .questionInfo:last-child .rounded-corners.buttonNav .c-button.f-primary {
        margin-right: 0;
    }

    /*.hmc-lite .rounded-corners.buttonNav .c-button.f-primary.recommendations {
        width: auto;
    }*/

    .c-section-common .m-content-placement {
        margin: 0;
        padding: 0 12px;
    }

    .c-section-common .m-banner {
        padding: 48px 24px 40px !important;
    }

        .c-section-common .m-banner .c-heading-3 {
            font-size: 34px;
            line-height: 40px;
        }

    .c-section-common .m-banner .c-caption-2 {
        padding-top: 16px;
        font-size: 15px;
        line-height: 20px;
    }

    .c-section-common .m-content-placement-item {
        padding: 32px !important;
        min-height: auto;
        width: 100%;
    }

    .c-section-common .m-content-placement-item {
        padding-top: 0 !important;
    }
    
    .c-section-two .m-content-placement-item {
        margin-top: calc(12.5% - 6px) !important;
    }
    
    .c-section-two .m-content-placement-item picture {
        margin-top: calc(-12.5% - 2px);
    }

    .c-section-three .m-content-placement-item {
        padding: 24px !important;
    }

        .c-section-three .m-content-placement-item picture {
            float: left;
            margin: 9px 16px 9px 0;
            width: 32px;
        }

    [dir="rtl"] .c-section-three .m-content-placement-item picture {
        float: right;
        margin: 9px 0 9px 16px;
    }

    .c-section-two .m-content-placement-item > picture img {
        width: 280px;
        margin: 0 auto;
    }

    .c-section-two .m-content-placement-item picture + div {
        padding-top: 16px;
    }

    .c-section-common .m-content-placement-item picture + div h3 {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 8px;
    }

    .c-section-three .m-content-placement-item picture + div h3 {
        font-size: 15px;
        line-height: 20px;
    }

    .c-section-three .m-content-placement-item picture + div h3 {
        padding-bottom: 4px;
    }

    .c-section-common .m-content-placement > div > div {
        margin: 8px 0;
    }

    .c-section-common .m-content-placement-item picture + div p > span {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 16px;
    }

    .c-section-two .m-content-placement-item picture + div p > span {
        font-size: 15px;
        line-height: 20px;
    }

    .c-section-common .m-content-placement-item picture + div p {
        font-size: 13px;
        line-height: 16px;
    }

    .c-section-three .m-area-heading {
        padding: 0 24px;
        margin: 28px 0 0;
        width: 100%;
    }

        .c-section-three .m-area-heading .c-heading {
            padding: 40px 0 28px;
            font-size: 24px;
            line-height: 28px;
        }

    .c-section-common.c-section-three .m-content-placement-item {
        height: auto;
    }

    .hmc-lite .m-link-panel {
        float: left;
        padding: 0;
        width: 100%;
    }

    .m-link-panel nav.c-link-navigation {
        margin: 38px 0 48px;
    }

        .m-link-panel nav.c-link-navigation ul {
            display: flex;
            flex-direction: row;
            align-items: start;
            justify-content: center;
        }

            .m-link-panel nav.c-link-navigation ul li {
                min-width: calc(33.3333% - 12px);
                margin: 0 6px;
            }
            

    #retailers .retailers-content .c-link-navigation ul li div {
        padding: 0;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    #retailers .retailers-content nav.c-link-navigation li a.c-hyperlink.f-image {
        margin: 0 0 24px;
    }

    .m-link-panel nav.c-link-navigation li a.c-hyperlink.f-image {
        display: flex;
        flex-direction: column;
    }

    .m-link-panel nav.c-link-navigation li a.c-hyperlink picture {
        margin-bottom: 0;
        text-align: center;
    }

        .m-link-panel nav.c-link-navigation li a.c-hyperlink picture img {
            margin: 0 0 10px;
            width: 24px;
            height: 24px;
        }

    .m-link-panel nav.c-link-navigation li a.c-hyperlink.f-image div {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 0 !important;
        max-height: initial;
    }

    .divider-line {
        margin: 0 24px !important;
    }

    .m-banner.retailers-heading {
        padding-top: 48px 12px 0;
    }

        .m-banner.retailers-heading .c-heading-3 {
            font-size: 50px !important;
            line-height: 60px !important;
        }

    #retailers .retailers-content {
        margin: 40px auto;
        padding: 0;
    }

        #retailers .retailers-content nav.c-link-navigation ul li {
            width: 50%;
            clear: none;
            display: block;
            /*float: left !important;*/
            padding: 0 24px;
        }
        
        #retailers .retailers-content nav.c-link-navigation ul li:nth-child(2n + 1) {
              clear: both;
         }

        #retailers .retailers-content .c-link-navigation ul li picture {
            width: 100%;
            margin: 0;
        }

    .retailers-content nav.c-link-navigation {
        margin:0;
    }

    /*#retailers .retailers-content nav.c-link-navigation li a.c-hyperlink picture img {
        width: 120px;
        height: 120px;
    }*/

    #retailers .retailers-content nav.c-link-navigation p {
        width: 100%;
        box-sizing: border-box;
    }
    [dir="rtl"] #social-network .m-social.f-horizontal.f-share.social-share {
        float: right;
    }
    p#link-tooptip {
        font-size: 13px;
        line-height: 16px;
        top: -40px;
    }
}

@media only screen and (max-width: 375px) {
    .m-link-panel nav.c-link-navigation li a.c-hyperlink.f-image div {
        word-break: break-word;
    }
}

@media only screen and (min-width: 320px) and (max-width: 360px) {
#HMC-Lite #retailers .retailers-content nav.c-link-navigation li a.c-hyperlink picture img {
    width: 100px;
    height: 100px;
}
}

@media screen and (-ms-high-contrast: active){
     .c-logo:after { 
        outline: none !important;
    }
}

@media (prefers-contrast: more) {  
    progress.c-progress:not([class^="f-indeterminate-"]) {
        background: grayText;
        border: 0;
    }
    #progressbar progress::-webkit-progress-value {
        background: highlight;
    }
    .questionInfo .c-section-outer > div > div section.unselected {
        opacity: 0.5;
    }
    .questionInfo .c-checkbox input[type=checkbox]+span:after, .questionInfo .c-checkbox input[type=checkbox]+span:before {
        box-shadow: none;
        border: 1px solid transparent;
    }
    .rounded-corners .c-button.f-primary.blue-button:after, .rounded-corners .c-button.f-primary.blue-button:before {
        border-radius: 6px !important;
    }
    .rounded-corners .c-button.f-primary.white-button:after, .rounded-corners .c-button.f-primary.white-button:before {
        border: 0;
    }
    .questionInfo .c-radio input[type=radio]:checked + span:after {
        background: highlight;
    }
    .hmc-lite .rounded-corners.buttonNav .c-button.f-primary.disabled {
        opacity: 0.5;
    }
}
/*Video CTA starts*/
.help-me-choose a.c-hyperlink.videoctaclass:hover,
.help-me-choose a.c-hyperlink.videoctaclass{
	text-decoration: none;
} 
.help-me-choose a.c-hyperlink.videoctaclass:before {
	position: relative;
    padding-right: 5px;
    padding-left:2px;
    top: 2px;
}

.help-me-choose a.c-hyperlink.videoctaclass:hover span {
    box-shadow: 0 2px currentColor !important;
}

.help-me-choose .c-section-three .m-content-placement-item p a.videoctaclass span{
        font-size: 15px;
        line-height: 20px;
}
@media only screen and (min-width: 1084px){
.help-me-choose .c-section-three .m-content-placement-item p a.videoctaclass span{
        font-size: 15px;
        line-height: 20px; 
}
[dir="rtl"] .c-section-common.c-section-three .m-content-placement > div {
    justify-content: normal;
}
[dir="rtl"] .help-me-choose-1 #tradein-feature .m-feature {
        margin-bottom: 40px;
    }
}
/*Video CTA starts*/
/* Feature panel css starts */
#Feature-pcs .bg-feature-section.m-feature.f-align-right {
    background: #F9F9F9;
}
.help-me-choose #Feature-pcs {
    margin-top: 40px;
}
@media only screen and (max-width: 1083.98px){
.help-me-choose #Feature-pcs .featurecontent {
    padding: 0 20px 40px;
}
.help-me-choose #Feature-pcs section {
    padding: 0;
    margin-left: calc(5% + 50px);
    width: calc(100% - 5% - 80px) !important;
}
[dir="rtl"] .help-me-choose-1 .c-section-common .m-banner .c-heading-3, [dir="rtl"] .help-me-choose-1 .c-section-common .m-banner .c-caption-2 {
    padding: 0 24px;
}
.help-me-choose-1 .c-progress-group {
    flex-direction: column;
}
.help-me-choose-1 .c-progress-group .c-group.buttonNav {
    padding: 20px 0 0;
    /*flex-direction: column;*/
    margin-top: 25px !important;
    justify-content: center !important;
}
.help-me-choose-1 #tradein-feature .featurecontent {
        padding-left: 0;
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }
    [dir="rtl"] .help-me-choose-1 #tradein-feature .featurecontent {
         padding-right: 0px;
    }
}
@media only screen and (min-width: 768px){
 #retailers .retailers-content nav.c-link-navigation ul li {
     width: 20%;
 }
 #retailers .retailers-content nav.c-link-navigation ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 850px !important;
    }
    [lang="es-es"] #retailers .retailers-content .c-link-navigation ul li div {
        font-size: 13px;
    }    
}
[dir="rtl"] #retailers nav.c-link-navigation picture div:after {
     content: "";
     margin-top: 2px;   
     transform: none !important;
}
@media only screen and (min-width: 768px) {
 [lang="es-es"] #retailers .retailers-content nav.c-link-navigation ul li {
       width: 21% !important;
    }
}
/* Feature panel css ends */
/* HMC Lite Ends */
/* Questions css*/
/* Sprint launch changes 2025 starts */
/* Questions css*/
.help-me-choose-1 .questionInfo .c-section-outer > div > div section {
    background: rgba(255,255,255,0.9);
    border: 2px solid #FFF;
    align-items: start;
    border-radius: 24px;
    padding: 24px !important;
}
    .help-me-choose-1 .questionInfo .c-section-outer > div > div section.selected {
        border: 2px solid #0736C3;
    }
        .help-me-choose-1 .questionInfo .c-section-outer > div > div section.selected h3.c-heading {
            background: linear-gradient(90deg, #0736C3 3.87%, #0736C3 100%);
            background-clip: text;
        }
.help-me-choose-1 .questionInfo .c-checkbox input[type=checkbox]:checked + span:after {
    background: #0736C3;
}
.help-me-choose-1 .questionInfo .c-checkbox input[type=checkbox]:hover:not(:disabled):not(:checked) + span:before,
.help-me-choose-1 .questionInfo .c-checkbox input[type=checkbox]:focus:not(:disabled):not(:checked) + span:before {
    box-shadow: inset 0 0 0 2px #0736C3;
}
.help-me-choose-1 .c-checkbox label.c-label, .help-me-choose-1 .questionInfo .c-radio label.c-label {
    margin-top: 10px;
}
.help-me-choose-1 .questionInfo .c-checkbox input[type="checkbox"] + span:before {
    box-shadow: inset 0 0 0 2px #D2D2D2, inset 0 0 0 10px transparent;
}
.help-me-choose-1 .questionInfo .c-radio input[type=radio] + span:before {
    border: 2px solid #D2D2D2;
}
.help-me-choose-1 .questionInfo .c-radio input[type=radio]:hover:not(:disabled) + span:before, .help-me-choose-1 .questionInfo .c-radio input[type=radio]:checked + span:before {
    border-color: #0736C3;
}
.help-me-choose-1 .questionInfo .c-radio input[type=radio]:checked + span:after, .help-me-choose-1 .questionInfo .c-radio input[type="radio"]:checked:not(:disabled):hover + span:after {
    background: #0736C3;
}
.help-me-choose-1 .m-banner.f-banner-child {
    padding: 60px 0;
}
.help-me-choose-1 #progressbar {
    display: none;
}
.help-me-choose-1 .m-banner.bg-pink {
    background: linear-gradient(150deg, rgba(51, 71, 131, 1) 0%, #011A64 10%, #011A64 90%, rgba(51, 71, 131, 1) 100%);
    text-align: left !important;
}
[dir="rtl"] .help-me-choose-1 .m-banner.bg-pink {
    text-align: right !important;
}
.help-me-choose-1 .m-banner.f-banner-child .c-heading {
    font-size: 50px;
    line-height: 60px;
}
    .help-me-choose-1 .m-banner.f-banner-child .c-paragraph {
        line-height: 26px;
        padding: 12px 0 0;
    }
.help-me-choose-1.hmc-lite .questionInfo .c-section-outer section h3.c-heading {
    font-size: 29px;
    line-height: normal;
}
.help-me-choose-1.hmc-lite .questionInfo .c-section-outer section p {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0 0;
    font-weight: 400;
    color: #757575;
}
.help-me-choose-1 .m-banner.f-banner-child .c-heading, .help-me-choose-1 .m-banner.f-banner-child .c-paragraph {
    max-width: calc(1600px + 10%);
    margin: 0 auto;
    padding-left: calc(5% + 12px);
    padding-right: calc(5% + 12px);
}
.help-me-choose-1.hmc-lite .m-banner.banner-heading {
    padding: 80px 0 0;
}
.help-me-choose-1.hmc-lite .m-banner.banner-heading > div {
    padding: 0;
}
.help-me-choose-1.hmc-lite .banner-heading .c-paragraph {
    line-height: 26px;
    padding-top: 12px;
    font-weight: 600;
    text-align: left;
    color: #000;
}
[dir="rtl"] .help-me-choose-1.hmc-lite .banner-heading .c-paragraph {
    text-align: right;
}
.help-me-choose-1.hmc-lite .m-banner.banner-heading .c-heading {
    font-size: 37px;
    line-height: normal;
    padding: 0;
}
.help-me-choose-1 .questionInfo .c-section-outer > div {
    margin: 36px -12px 0;
    width: calc(100% + 24px);
}
.help-me-choose-1 .c-progress-group {
    padding-top: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .help-me-choose-1 .c-progress-group progress.c-progress {
        width: 100%;
        min-width: auto;
        position: relative;
        margin-top: 3px;
    }

    .help-me-choose-1 .c-progress-group span {
        position: relative;
        color: #0736C3;
        font-size: 16px;
        line-height: 24px;
        margin-right: 16px;
        white-space: normal;
    }

    .help-me-choose-1 .c-progress-group progress.c-progress[value], .help-me-choose-1 .c-progress-group progress::-webkit-progress-bar {
        height: 6px;
        border-radius: 4px;
    }
    /* For Firefox */
    .help-me-choose-1 .c-progress-group progress::-moz-progress-bar {
        height: 6px;
        top: 0px;
        position: relative;
        background: linear-gradient(90deg, #0736C3 3.87%, #518BFB 100%);
        border-radius: 4px;
    }
    /* For Chrome or Safari */
    .help-me-choose-1 .c-progress-group progress::-webkit-progress-value {
        height: 6px;
        top: 0px;
        position: relative;
        background: linear-gradient(90deg, #0736C3 3.87%, #518BFB 100%);
        border-radius: 4px;
    }
/* Progressbar end */
/* Education section starts */
.help-me-choose-1 .educational-section {
    padding: 0;
    margin-top: 80px;
}
    .help-me-choose-1 .educational-section .m-feature.f-align-left {
        margin: 0;
        padding: 24px;
        background: rgba(255,255,255,0.8);
        border: 2px solid #FFF;
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
        border-radius: 24px;
    }
        .help-me-choose-1 .educational-section .m-feature.f-align-left.f-image-priority picture {
            width: 220px;
            position: relative;
            top: 0;
            right: 0;
            height: 220px;
            max-height: 220px;
        }
            .help-me-choose-1 .educational-section .m-feature.f-align-left.f-image-priority picture img {
                border-radius: 20px;
            }
            .help-me-choose-1 .educational-section .m-feature.f-align-left.f-image-priority picture + div {
                width: calc(100% - 220px);
                padding: 26px 24px 0 0;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: end;
                gap: 10px;
                align-content: start;
            }
                .help-me-choose-1 .educational-section .m-feature.f-align-left.f-image-priority picture + div .c-logo img {
                    height: 32px;
                }
                .help-me-choose-1 .educational-section .m-feature.f-align-left.f-image-priority picture + div .c-heading {
                    width: calc(100% - 42px);
                    padding-top: 0;
                    font-size: 29px;
                    line-height: normal;
                }
                .help-me-choose-1 .educational-section .m-feature.f-align-left.f-image-priority picture + div .c-paragraph {
                    width: calc(100% - 42px);
                    padding: 0;
                }
            /* Education section ends */
            .help-me-choose-1 {
                background: linear-gradient(150deg, rgba(132, 183, 222, 0.9) 0%, rgba(183, 209, 224, 0.9) 25%, rgba(201, 214, 237, 0.9) 40%, rgba(218, 227, 239, 0.9) 60%, rgba(231, 232, 236, 0.9) 70%, rgba(228, 230, 241, 0.9) 80%);
            }

    .help-me-choose-1 .c-progress-group {
        display: flex;
        width: 100%;
        padding: 29px 0 0;
    }

        .help-me-choose-1 .c-progress-group .m-progress {
            padding: 0 12px;
            display: inline-flex;
            align-items: center;
            justify-content: start;
        }

        .help-me-choose-1 .c-progress-group .c-group.buttonNav {
            text-align: right;
            display: flex;
            gap: 12px;
            justify-content: end;
            padding: 0 0 0 12px;
            margin-top: 0;
            align-items: center;
        }
            .help-me-choose-1 .c-progress-group .c-group.buttonNav > a {
                width: 50%;
                margin: 0 !important;
            }

    .help-me-choose-1.hmc-lite .c-progress-group .rounded-corners .c-button.f-primary.blue-button, .help-me-choose-1.hmc-lite .c-progress-group .rounded-corners .c-button.f-primary.blue-button:hover, .help-me-choose-1.hmc-lite .c-progress-group .rounded-corners .c-button.f-primary.blue-button:focus {
        margin-top: 0;
        background: linear-gradient(90deg, #0736C3 3.87%, #518BFB 100%) !important;
    }
        .help-me-choose-1.hmc-lite .c-progress-group .rounded-corners .c-button.f-primary.blue-button span {
            color: #FFF;
        }
        .help-me-choose-1.hmc-lite .c-progress-group .rounded-corners .c-button.f-primary.blue-button.disabled {
            opacity: 0.3;
            background: linear-gradient(90deg, #0736C3 3.87%, #518BFB 100%);
            cursor: not-allowed;
            color: #FFF;
        }
    .help-me-choose-1.hmc-lite .rounded-corners .c-button.f-primary.white-button {
        margin-top: 0 !important;
    }

.help-me-choose-1 .c-section-three.c-section-common {
    padding-bottom: 48px;
}
.help-me-choose-1 .divider-line {
    display: none;
}
.help-me-choose-1 #Feature-pcs + div[data-vg="Banner"], .help-me-choose-1 .divider-line + div[data-vg="Banner"] {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.00) 100%);
    clear: both;
}

        .help-me-choose-1 .c-section-three.c-section-common .m-area-heading .quiz-info {
            line-height: 22px;
            padding: 0;
        }

    .help-me-choose-1 h2.c-heading-2.shop-heading, .help-me-choose-1 .c-section-three .m-area-heading .c-heading {
        font-size: 50px;
        line-height: 60px;
        padding: 8px 0 0;
    }
    .help-me-choose-1 .c-section-three .m-area-heading .c-heading {
        border: 0;
        margin: 36px 0 30px;
        padding: 0;
    }
    
    .help-me-choose-1 .c-section-three.c-section-common .m-area-heading .quiz-info,
    .help-me-choose-1 h2.c-heading-2.shop-heading,
    .help-me-choose-1 .c-section-three .m-area-heading .c-heading,
    .help-me-choose-1 .results-wrapper.c-section-common .m-banner h2,
    .help-me-choose-1 #results-devices > li.sub-heading-list h3,
    .help-me-choose-1 .results-banner > h2,
    .help-me-choose-1.hmc-lite .m-banner.banner-heading .c-heading,
    .help-me-choose-1 .c-section-common .m-banner .c-heading-3,
    .help-me-choose-1 .m-banner.retailers-heading .c-heading-3 {
        text-align: left;
        background: linear-gradient(90deg, #001968 3.87%, #000F1B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: none;
        background-clip: text;
        color: transparent;
    }
    [dir="rtl"] .help-me-choose-1 .c-section-three.c-section-common .m-area-heading .quiz-info,
    [dir="rtl"] .help-me-choose-1 h2.c-heading-2.shop-heading,
    [dir="rtl"] .help-me-choose-1 .c-section-three .m-area-heading .c-heading,
    [dir="rtl"] .help-me-choose-1 .results-wrapper.c-section-common .m-banner h2,
    [dir="rtl"] .help-me-choose-1 #results-devices > li.sub-heading-list h3,
    [dir="rtl"] .help-me-choose-1 .results-banner > h2,
    [dir="rtl"] .help-me-choose-1.hmc-lite .m-banner.banner-heading .c-heading,
    [dir="rtl"] .help-me-choose-1 .c-section-common .m-banner .c-heading-3,
    [dir="rtl"] .help-me-choose-1 .m-banner.retailers-heading .c-heading-3 {
        text-align: right;
    }

    .help-me-choose-1 .results-wrapper.c-section-common .m-banner h2,
    .help-me-choose-1 #results-devices > li.sub-heading-list h3,
    .help-me-choose-1 .results-banner > h2,
    .help-me-choose-1 .c-section-common .m-banner .c-heading-3,
    .help-me-choose-1 .m-banner.retailers-heading .c-heading-3 {
        text-align: center;
        padding: 0;
        font-size: 71px;
        line-height: normal;
    }
    .help-me-choose-1 .c-section-common .m-banner .c-heading-3 {
        font-size: 62px;
    }

    .help-me-choose-1 .bg-grey.results-banner p.c-paragraph-2 {
        line-height: 26px;
        font-weight: 400;
        padding: 12px 0 0 !important;
    }

    .help-me-choose-1 .c-section-common .m-banner .c-caption-2 {
        padding: 12px 0 0;
        line-height: 26px;
    }
    [dir="rtl"] .help-me-choose-1 .c-section-common .m-banner .c-caption-2 {
        text-align: right;
    }
    .help-me-choose-1 .c-section-common.c-section-three .m-content-placement-item, .help-me-choose-1 .c-section-common.c-section-two .m-content-placement-item {
        border-radius: 24px;
        border: 2px solid #FFF;
        box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.13);
        background: #F7FBFF;
        padding: 24px 32px 30px !important;
    }
    .help-me-choose-1 .c-section-common.c-section-two .m-content-placement-item {
        padding-top: 0 !important;
    }

    .help-me-choose-1 .c-section-three .m-content-placement-item {
        flex-direction: column;
    }

        .help-me-choose-1 .c-section-three .m-content-placement-item.shop-specs > .m-left-item {
            min-width: 100%;
            padding: 0 0 24px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid;
            border-bottom-color: linear-gradient(105.36deg, #253054 0.61%, rgba(51, 48, 61, 0.5) 169.87%);
        }

        .help-me-choose-1 .c-section-three .m-content-placement-item h3, .help-me-choose-1 .c-section-two .m-content-placement-item picture + div p > span {
            font-size: 21px;
            line-height: 26px;
            background: linear-gradient(105.36deg, #253054 0.61%, rgba(51, 48, 61, 0.5) 169.87%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            color: transparent;
            padding: 0 0 24px;
            border-bottom: 1px solid;
            border-image: linear-gradient(105.36deg, #253054 0.61%, rgba(51, 48, 61, 0.5) 169.87%);
            border-image-slice: 1;
        }
        
        .help-me-choose-1 .c-section-two .m-content-placement-item picture + div p > span {
            border: 0;
        }
        .help-me-choose-1 .c-section-common.c-section-two .m-content-placement > div > div > div {
            display: flex;
        }
        .help-me-choose-1 .c-section-two .m-content-placement-item > picture img {
            width: auto;
            margin: 0 auto;
        }
    .help-me-choose-1 .c-section-three .m-content-placement-item picture {
        margin-bottom: 0;
        width: 24px;
        position: absolute;
        right: 32px;
    }
    [dir="rtl"] .help-me-choose-1 .c-section-three .m-content-placement-item picture {
        right: auto;
        left: 32px;
    }

    .help-me-choose-1 .c-section-three .m-content-placement-item picture + div p + span, .help-me-choose-1 .c-section-two .m-content-placement-item picture + div h3 {
        font-size: 37px;
        line-height: 44px;
    }

    .help-me-choose-1 .c-section-three .m-content-placement-item picture + div p, .help-me-choose-1 .c-section-common.c-section-two .m-content-placement-item picture + div p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #505050;
        padding-top: 36px;
    }
    .help-me-choose-1 .c-section-common.c-section-two .m-content-placement-item picture + div p {
        padding-top: 12px;
    }
    /* device css */
    .help-me-choose-1 #results-devices .m-product-placement-item div.c-list {
        padding: 0;
    }

    .help-me-choose-1 #results-devices .m-product-placement-item .c-list ul li {
        font-size: 14px;
        color: #2F2F2F;
        border-bottom: 1px solid #F2F2F2;
    }

    .help-me-choose-1 #results-devices .m-product-placement-item .c-list ul > li:last-child {
        border-bottom: none;
    }

    .help-me-choose-1 .device-spec.valid:before {
        background: linear-gradient(90deg, #0736C3 3.87%, #518BFB 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
    }

#HMC-Lite.hmc-lite.help-me-choose-1 .results-banner {
    background: none;
}
/* Mosaic panel */
.help-me-choose-1 #results-mosaic .m-mosaic.devices-mosaic.mosaic-devices {
    padding-bottom: 19px !important;
}
/* Feature panel */
.help-me-choose-1 section.m-feature.f-feature-section picture,
.help-me-choose-1 section.m-feature.f-feature-section picture + div.featurecontent {
    padding: 7px;
}

.help-me-choose-1 #Feature-pcs section.m-feature.f-feature-section picture + div.featurecontent {
    padding: 7px 24px 7px 36px;
}

.help-me-choose-1 section.m-feature.f-feature-section picture img {
    margin: 5px;
    width: calc(100% - 10px);
}

.help-me-choose-1 #Feature-pcs .f-feature-section.m-feature.f-align-right {
    background: linear-gradient(100.25deg, #F7FBFF 2.41%, #F7FBFF 97.2%);
    border: 2px solid #FFF;
    border-radius: 24px;
    margin: 0 12px;
    width: calc(100% - 24px);
    padding: 12px;
}
/* Link Navigation */
.help-me-choose-1 #retailers-data .retailers-content nav.c-link-navigation ul li {
    /*width: 25%;*/
    padding: 0 12px;
}

.help-me-choose-1 #retailers-data .retailers-content nav.c-link-navigation li a.c-hyperlink.f-image {
    margin: 0 0 24px;
    width: 100%;
}

.help-me-choose-1 .c-section-common .m-banner {
    padding: 80px 0 48px;
}

.help-me-choose-1 a.c-hyperlink.videoctaclass {
    margin: 12px 0 0;
    color: #0736C3;
    line-height: normal;
    border: 2px solid transparent;
}

    .help-me-choose-1 a.c-hyperlink.videoctaclass:hover, .help-me-choose-1 a.c-hyperlink.videoctaclass {
        display: block;
        width: fit-content;
        clear: both;
    }
        .help-me-choose-1 a.c-hyperlink.videoctaclass:focus {
            color: #0736C3;
        }

        .help-me-choose-1 a.c-hyperlink.videoctaclass:after {
            font-size: 10px;
            margin-top: 0;
            margin-left: 3px;
            display: inline-block;
            position: relative;
            right: 0;
            content: "";
            vertical-align: middle;
            transition: all 200ms ease-in-out;
            font-family: "MWF-MDL2";
            line-height: 20px;
        }

        .help-me-choose-1 a.c-hyperlink.videoctaclass span {
            box-shadow: none !important;
        }
/* Device CSS */
.help-me-choose-1 div#social-network {
    background: #FFF;
    clear: both;
}

.help-me-choose-1 #results-devices .m-product-placement-item {
    padding: 0;
    background: #FFF;
}

    .help-me-choose-1 #results-devices .m-product-placement-item.f-size-large .newBadge {
        width: 100%;
        background: transparent;
        padding: 0;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        color: #011A64;
        border-radius: 0;
        position: absolute;
        text-align: left;
        float: left;
    }

.help-me-choose-1 #results-devices > li:first-child .m-product-placement-item.f-size-large .newBadge {
    position: relative;
}

    .help-me-choose-1 #results-devices > li:first-child .m-product-placement-item.f-size-large .newBadge span {
        position: relative;
        left: 0;
    }

    .help-me-choose-1 #results-devices > li:first-child .m-product-placement-item.f-size-large .newBadge .new,
    .help-me-choose-1 #results-devices > li:first-child .m-product-placement-item.f-size-large .newBadge .labelName {
        top: 0;
    }

    .help-me-choose-1 #results-devices > li:first-child .m-product-placement-item.f-size-large .newBadge .new {
        margin-right: 8px;
    }

.help-me-choose-1 #results-devices .m-product-placement-item.f-size-large .newBadge span {
    float: left;
    position: absolute;
    left: 20px;
}

.help-me-choose-1 #results-devices .m-product-placement-item.f-size-large .newBadge .new {
    background: #0736C3;
    color: #FFF;
    padding: 5px 12px;
    border-radius: 200px;
    top: 20px;
}

.help-me-choose-1 #results-devices .m-product-placement-item.f-size-large .newBadge .labelName {
    border: 1px solid;
    border-image: linear-gradient(114.76deg, rgba(255, 255, 255, 0.5) 0.89%, rgba(255, 255, 255, 0) 95.76%);
    backdrop-filter: blur(44px);
    filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.6));
    border-radius: 200px;
    background: #FFF;
    padding: 4px 11px;
    top: 180px;
}

.help-me-choose-1 #results-devices .m-product-placement-item.f-size-large div h3 {
    clear: both;
    padding: 12px 0 8px;
    font-size: 37px;
    line-height: 44px;
}

.help-me-choose-1 #results-devices > li:first-child .m-product-placement-item h3 {
    height: auto !important;
}

.help-me-choose-1 #results-devices .m-product-placement-item.f-size-large div.c-price-review {
    display: flex;
    gap: 8px;
}
.help-me-choose-1 #results-devices .m-product-placement-item.f-size-large div.c-price-review .c-price {
        padding: 0 8px 0 0;
        color: #000;
        font-size: 16px;
    }
    [lang="en-us"] .help-me-choose-1 #results-devices .m-product-placement-item.f-size-large div.c-price-review .c-price {
        border-right: 1px solid #d2d2d2;
        padding: 0 8px 0 0;
        color: #000;
        font-size: 16px;
    }

.help-me-choose-1 #results-devices .m-product-placement-item.f-size-large div .c-price .starting-at {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #505050;
}

.help-me-choose-1 #results-devices .m-product-placement-item.f-size-large .ratingPlugin.bv-stars-container {
    padding: 0;
}

.help-me-choose-1 #results-devices .m-product-placement-item.f-size-large .f-default-image {
    padding-bottom: 0;
    margin-top: 24px;
    height: 225px;
}
    .help-me-choose-1 #results-devices .m-product-placement-item.f-size-large .f-default-image img {
        border-radius: 24px;
    }

.help-me-choose-1 #results-devices > li:first-child .m-product-placement-item.f-size-large div.c-list {
    height: auto !important;
    margin-bottom: 36px;
}

.help-me-choose-1 #results-mosaic .rounded-corners .c-button.f-primary.blue-button {
    backdrop-filter: blur(12px);
    background: #FFFFFF4D;
    min-height: 48px;
    line-height: 26px;
}

    .help-me-choose-1 #results-mosaic .rounded-corners .c-button.f-primary.blue-button:hover,
    .help-me-choose-1 #results-mosaic .rounded-corners .c-button.f-primary.blue-button:focus {
        background: #FFFFFF4D !important;
    }

.help-me-choose-1 #results-mosaic .c-mosaic-placement {
    padding: 0;
}

    .help-me-choose-1 #results-mosaic .c-mosaic-placement picture img {
        border-radius: 24px;
    }

    .help-me-choose-1 #results-mosaic .c-mosaic-placement picture + div {
        margin: 5px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 17.43%, rgba(0, 0, 0, 0) 42.61%);
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border-radius: 24px;
    }
.help-me-choose-1 #results-mosaic .m-mosaic .c-group.bottom-left {
    bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1083.98px) {
    .help-me-choose-1.hmc-lite .m-banner.banner-heading {
        padding: 40px 24px 0;
    }
    .help-me-choose-1 .m-banner.retailers-heading .c-heading-3 {
        font-size: 50px !important;
        line-height: 60px;
    }
    [dir="rtl"] .help-me-choose-1 #tradein-feature .featurecontent {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
.help-me-choose-1 #results-devices .m-product-placement-item {
    padding: 20px;
}
.help-me-choose-1.hmc-lite .m-banner.banner-heading {
    padding: 40px 24px 0;
}
.help-me-choose-1.hmc-lite .questionInfo .c-section-outer > div > div {
    width: 100%;
    padding: 0 12px;
    margin: 8px 0;
}
.help-me-choose-1 .c-checkbox label.c-label, .help-me-choose-1 .questionInfo .c-radio label.c-label {
    margin-top: 12px;
}
/*.help-me-choose-1 .questionInfo .c-section-outer > div {
    margin: 36px 0 0;
}*/
/*.help-me-choose-1 .c-progress-group {
    flex-direction: column;
}
.help-me-choose-1 .c-progress-group .c-group.buttonNav {
    padding: 20px 0 0;
    flex-direction: column;
}*/
.help-me-choose-1.hmc-lite .rounded-corners.buttonNav .c-button {
    width: 100%;
}
.help-me-choose-1 #Feature-pcs {
    margin: 20px;
    width: calc(100% - 40px);
}
.help-me-choose-1 #Feature-pcs .f-feature-section.m-feature.f-align-right {
    width: 100% !important;
    margin: 0;
}
.help-me-choose-1 .educational-section .m-feature.f-align-left {
    flex-direction: column;
}
.help-me-choose-1 .educational-section .m-feature.f-align-left.f-image-priority picture {
    width: 100%;
    height: auto;
    max-height: fit-content;
}
.help-me-choose-1 .educational-section .m-feature.f-align-left.f-image-priority picture + div .c-heading {
    font-size: 24px;
    line-height: normal;
}
.help-me-choose-1 .educational-section .m-feature.f-align-left.f-image-priority picture + div {
    padding-right: 0;
}
.help-me-choose-1 .educational-section .m-feature.f-align-left.f-image-priority picture + div .c-paragraph {
    width: 100%;
}
.help-me-choose-1 .results-wrapper.c-section-common .m-banner h2, .help-me-choose-1 #results-devices > li.sub-heading-list h3, .help-me-choose-1 .results-banner > h2 {
    font-size: 37px;
}
.help-me-choose-1 .results-wrapper .quiz-info, .c-section-three .m-area-heading .quiz-info {
    font-size: 16px;
}
.help-me-choose-1 h2.c-heading-2.shop-heading {
    font-size: 24px;
    line-height: normal;
}
[dir="rtl"] [data-grid*="col-"]:not(#social-network [data-grid*="col-6"]) {
    width: 100%;
}
.help-me-choose-1 .c-section-common .m-banner .c-heading-3 {
        font-size: 54px;
    }
}
/* Sprint launch changes 2025 ends */
@media print {
    @page {
        margin: 2cm 1cm;
    }

    body {
        -webkit-print-color-adjust: exact !important;
    }

    html, body {
        margin: 0;
        padding: 0;
        min-width: 1140px;
    }

    @media only screen and (min-width: 1600px) {
        html, body {
            min-width: 1600px;
        }
    }

    .hmc-lite div[data-grid="container"] {
        padding: 0 !important;
        clear: both;
    }

    #headerArea, .article-section-footnotes, #social-network, #footerArea, #Sticky-header-Navigation {
        display: none;
    }

    .c-section-common .m-content-placement > div {
        clear: both;
        float: left;
        height: 100%;
    }

    .c-section-common .m-content-placement {
        page-break-inside: avoid;
        float: left;
    }

        .c-section-common .m-content-placement > div > div {
            page-break-inside: avoid;
            float: left;
        }

    .c-section-common .m-content-placement {
        float: left;
    }

    .c-section-common {
        margin: 0;
        float: left;
        width: 100%;
        clear: both;
    }

        .c-section-common .m-banner {
            padding: 80px 0 44px;
            float: left;
            width: 100%;
            page-break-inside: avoid;
            clear: both;
        }

            .c-section-common .m-banner .c-heading-3 {
                font-size: 62px;
                line-height: 72px;
                padding: 0;
            }


            .c-section-common .m-banner .c-caption-2 {
                font-size: 18px;
                line-height: 24px;
                padding: 24px 0 0;
                color: #646464;
            }

        .c-section-common .m-content-placement-item {
            background: #F9F9F9;
            border-radius: 8px;
            position: relative;
            padding: 40px !important;
            margin: 0;
            page-break-inside: avoid;
        }

        .c-section-common.c-section-three .m-content-placement-item {
            height: 100%;
            page-break-inside: avoid;
        }

    .c-section-two .m-content-placement-item {
        margin-top: calc(25% - 12px) !important;
        padding-top: 0 !important;
        float: left;
    }

    .c-section-three .m-area-heading {
        padding-top: 0;
        margin: 44px 0 0;
        width: 100%;
    }

        .c-section-three .m-area-heading .c-heading {
            padding: 44px 0;
            border-top: 1px solid #d9d9d9;
        }

    .c-section-common .m-content-placement {
        margin: 0;
    }

        .c-section-common .m-content-placement > div {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }

    .c-section-common.c-section-three .m-content-placement > div {
        justify-content: left;
    }

    .c-section-common .m-content-placement > div > div {
        text-align: left;
        margin: 12px 0;
    }

    .c-section-common.c-section-three .m-content-placement > div > div {
        margin: 12px 0 68px !important;
    }

    .c-section-common .m-content-placement > div > div > div {
        height: 100%;
    }

    .c-section-two .m-content-placement-item picture {
        padding: 0;
        margin-top: calc(-25% - 8px);
    }

    .c-section-three .m-content-placement-item picture {
        width: 40px;
        padding: 0;
        margin-bottom: 16px;
        margin-top: 0;
    }

    .c-section-three .m-content-placement-item > picture img {
        position: relative;
    }

    .c-section-two .m-content-placement-item > picture img {
        width: 100%;
        position: relative;
    }

    .c-section-two .m-content-placement-item picture + div {
        padding: 24px 0 0;
    }

    .c-section-common .m-content-placement-item picture + div .c-badge, .c-section-common .m-content-placement-item picture + div .c-call-to-action {
        display: none;
    }

    .c-section-common .m-content-placement-item picture + div h3 {
        margin: 0;
        font-size: 18px;
        line-height: 24px;
        padding: 0 0 16px;
        color: #646464;
    }

    .c-section-two .m-content-placement-item picture + div h3 {
        font-size: 24px;
        line-height: 28px;
        color: #000;
    }

    .c-section-common .m-content-placement-item picture + div p {
        font-size: 15px;
        line-height: 20px;
        padding: 0;
        color: #5E5E5E;
    }

        .c-section-common .m-content-placement-item picture + div p > span {
            font-size: 24px;
            line-height: 30px;
            color: #000;
            font-weight: 600;
            display: block;
            padding: 0 0 24px;
        }

    .c-section-two .m-content-placement-item picture + div p > span {
        font-size: 18px;
        line-height: 24px;
        color: #646464;
    }

    .m-link-panel {
        display: none;
    }
 
    .divider-line {
        margin: 100px 5% 0 !important;
        float: left;
        width: 90%;
    }

    nav.c-link-navigation li {
        page-break-inside: avoid;
    }

    #recommendationFootnotes {
        page-break-inside: avoid;
    }
}
[dir="rtl"] .help-me-choose-1.hmc-lite .c-progress-group .m-progress>span {
    padding-left: 10px;
}
.help-me-choose-1 .m-mosaic.rounded-corners picture {
    border-radius: 24px;
}
@media only screen and (max-width: 539.98px) {
    .help-me-choose-1 .c-section-common .m-banner .c-heading-3 {
       font-size: 37px !important;
        line-height: 45px !important; 
    }
    .m-banner.retailers-heading .c-heading-3, .help-me-choose-1 .c-section-three .m-area-heading .c-heading {
        font-size: 34px !important;
        line-height: 46px !important;
    }
    .help-me-choose-1 .c-section-two .m-content-placement-item picture + div h3 {
        font-size: 32px;
        line-height: 38px;
    }
    #retailers-data .retailers-content nav.c-link-navigation ul li {
        float: none;
        width: 100%;
    }
}
@media only screen and (max-width: 359.98px) {
    .help-me-choose-1 .c-section-common .m-banner .c-heading-3 {
       font-size: 32px !important;
        line-height: 40px !important; 
    }
    .m-banner.retailers-heading .c-heading-3, .help-me-choose-1 .c-section-three .m-area-heading .c-heading {
        font-size: 28px !important;
        line-height: 36px !important;
    }
    .help-me-choose-1 .c-section-two .m-content-placement-item picture + div h3 {
        font-size: 26px;
        line-height: 32px;
    }
}
.m-link-navigation.retailers-content nav.c-link-navigation li a.c-hyperlink picture {
        max-height: inherit !important;
}
#retailers-data .retailers-content {
    padding: 0 5%;
    margin: 56px auto;
}
@media only screen and (max-width: 767.98px) {
    #retailers-data .retailers-content .c-link-navigation ul li picture {
        width: 100%;
        margin: 0;
    }
        #retailers-data .retailers-content nav.c-link-navigation li a.c-hyperlink.f-image, #retailers-data .retailers-content .c-link-navigation ul li p {
        text-align: center;
    }
        #retailers-data .retailers-content nav.c-link-navigation p {
        width: 100%;
        box-sizing: border-box;
    }    
    [dir="rtl"] .help-me-choose-1 #tradein-feature .featurecontent {
        margin-bottom: 20px;
    }    
}
#retailers-data .retailers-content .c-link-navigation ul li p {
    padding: 30px 0 0;
    max-height: fit-content;
    font-size: 18px;
    line-height: 24px;
}
#retailers-data .retailers-content nav.c-link-navigation li a.c-hyperlink:hover p {
    text-decoration: none;
}
/* HMC Lite Ends */
/*Added 07/23/2025*/
/*Popup CSS start*/
.popup-container:focus {
    border-color: #0078d7 !important;
    border-style: dashed !important;
    border-width: 2px !important;
    outline: none !important;
}

.popup-container {
    position: fixed;
    top: 3%;
    left: 0;
    right: 0;
    width: 1080px;
    padding: 0 0 0 0;
    z-index: 3000001 !important;
    margin: 0 auto;
    transition: .2s opacity;
    -moz-transition: .2s opacity;
    -webkit-transition: .2s opacity;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: calc(100% - 7%);
    background: #fff;
    border: 2px solid #fff;
    overflow: auto;
}

    .popup-container .device-header {
        /*padding: 20px 20px 15px 20px;*/
        padding: 20px 5px;
        margin-top: 40px;
    }

        .popup-container .device-header .device-image {
            width: auto;
            text-align: center;
        }

        .popup-container .device-header .device-details {
            width: auto;
        }

            .popup-container .device-header .device-details h2 {
                font-weight: normal;
                letter-spacing: 1px;
                font-size: 2em;
            }

.device-image {
    padding: 10px;
}

.device-details {
    padding: 10px;
    padding-left: 10px;
}

.device-left-data {
    padding-right: 40px;
}

.popup-container .device-details {
    padding-bottom: 0px;
    padding-top: 60px;
}

.popup-container .device-header .device-details a {
    background: none;
    color: #0067b8;
    padding: 10px 0 0 0;
    font-weight: normal;
    text-transform: inherit;
    line-height: 3px;
}
/*
.popup-container sup{
    display:none;
}
*/
.additional-features-dynamic > span:after {
    content: "/ ";
}

.additional-features-dynamic > span:last-child:after {
    content: "";
}

ul#retailers {
    padding: 0 28px 0 0;
    margin-left: 10px;
}

li.retailer:first-child {
    /*border-top: 1px solid #ededed;*/
    padding-bottom: 16px;
}

li.retailer {
    /*border-bottom: 1px solid #ededed;*/
    padding-bottom: 16px;
}

    li.retailer a {
        /*display: block;
        padding: 23px 25px;*/
        display: block;
        padding: 16px 24px;
        border: 1px solid #E3E3E3;
        border-radius: 8px;
    }

    li.retailer .retailer-logo {
        width: 25%;
        display: inline-block;
    }

        li.retailer .retailer-logo img {
            max-height: 45px;
            width: 115px;
        }

    li.retailer .retailer-stock {
        width: 25%;
        display: inline-block;
        padding-left: 60px;
        vertical-align: middle;
    }

.retailer-stock-div {
    text-align: right;
}

    .retailer-stock-div .small {
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
    }

li.retailer .retailer-link-text {
    width: 25%;
    padding-left: 60px;
    vertical-align: middle;
}

li.retailer .retailer-link-text {
    display: inline-block;
}

    li.retailer .retailer-link-text span {
        display: block;
        color: #0067b8;
    }

li.retailer .retailer-stock span.small {
    font-size: 13px;
    display: block;
}

button.close-button {
    position: absolute;
    width: 35px;
    height: 35px;
    min-width: 0;
    background-color: transparent;
    border-color: transparent;
    border-style: solid;
    border-width: 0px;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    cursor: pointer;
    z-index: 4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    top: 12px;
    right: 0px;
    float: right;
    text-align: right;
}

    button.close-button svg {
        transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        fill: #0067b8;
        float: right;
        text-align: right;
    }

#popup-container .close-button {
    padding: 5px 6px 2px 0px;
}

    #popup-container .close-button:focus {
        outline: 2px dashed #0067b8;
        outline-offset: -4px;
    }

#popup-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    z-index: 3000000 !important;
    opacity: .70;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    transition: .2s opacity;
    -moz-transition: .2s opacity;
    -webkit-transition: .2s opacity;
    max-height: none;
}

.close-menu:hover {
    color: #DDDDDD
}

.close-menu:before {
    content: '\E0D5';
    padding-right: 8px;
    margin-top: 20px;
    font-family: 'MWF-MDL2'
}

body.overflowhidden {
    overflow: hidden;
}

.top-block-pu {
    /*border-bottom: none;
    padding-left: 1%;
    padding-right: 1%;
    height: 200px;*/
    padding-bottom: 50px;
}
/*li.retailer:nth-of-type(2n+1) {background-color: #f4f4f4;}*/
.retailer-link button {
    background-color: #0078D4;
    color: #ffffff;
    border: none;
    font-size: 15px;
    padding: 9px 17px;
    float: right;
    font-weight: 700;
    line-height: 20px;
    border-radius: 6px;
}

    .retailer-link button:hover {
        background: #005da6;
    }
.retailer-link button svg {
    position: relative;
    top: 2px;
    left: 4px;
}
a.toogle-buttons {
    font-size: 13px;
    margin-left: 5px;
    color: #005da6 !important;
    padding: 1px 0 0 0 !important;
    line-height: 6px !important;
    vertical-align: middle;
}

    a.toogle-buttons:after {
        margin-top: 0px !important;
    }

.retailer-placeholder.collapsed {
    opacity: 0;
    pointer-events: none;
}

.device-heading {
    margin-bottom: 20px;
}

.popup-container .device-heading {
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
    color: #000000;
    margin-bottom: 20px;
}

.device-description {
    font-weight: 400;
    color: #000000;
    padding-top: 14px;
    padding-bottom: 32px;
}

.variantsDataHead {
    padding: 0px 10px 10px;
}

.variantsDataCell {
    font-size: 13px;
    color: rgba(0,0,0,.7);
    padding: 4px 16px 4px !important;
    vertical-align: middle;
    border-radius: 8px;
    font-weight: 400 !important;
    line-height: 20px;
}

    .variantsDataCell.deviceprice {
        font-weight: 600 !important;
        border-bottom: 1px solid #E3E3E3;
        margin: 0 16px 12px;
        padding: 16px 0 !important;
        border-radius: 0;
        font-size: 18px;
        line-height: 24px;
        color: #171717;
    }

    .variantsDataCell.dual-badges {
        padding: 0 0 20px !important;
        border-bottom: 1px solid #E3E3E3;
        border-radius: 0;
        margin: 0 16px 12px;
        margin-top: -1px;
        display: none;
    }

.variantsDataFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.variantsDataCell.viewport-select-button {
    padding: 15px 0 15px 0px;
}

button#close-dialog-config {
    position: relative;
    float: right;
    top: 25px;
    margin-left: 10px;
    background: #fff;
    border: none;
    margin-right: 8px;
}

.colors ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.colors li {
    display: inline-block;
    margin-right: 23px;
}

.colors label {
    cursor: pointer;
}

.colors input[type="radio"]:checked + .swatch { /*box-shadow: inset 0 0 0 2px #000;border: 1px solid #000;*/
    height: 30px;
    width: 30px;
}

.swatch {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    width: auto;
    border-radius: 50%;
    margin: 0 0px 3px 0;
}

.help-me-choose + .product-popup .swatch, .end-of-support + .product-popup .swatch {
    width: 30px;
    height: 30px;
}

    .swatch span {
        padding-left: 16px;
    }

.find-online-section {
    position: relative;
    z-index: 9;
}

div#conttent_wrap {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    margin-top: 0;
    overflow: auto;
    /*max-height: calc(100% - 280px);*/
    /*max-height: 220px;*/
    display: block;
    margin-bottom: 58px;
}

#conttent_wrap .c-table [data-grid~="col-6"] {
    margin-top: 24px;
}

#conttent_wrap .c-table {
    margin-top: 8px;
}

.privacy-footer {
    /*position: absolute;
    bottom: 0;*/
    padding: 12px 38px 12px 10px;
    /*border-top: 1px solid #CCCCCC;*/
    height: 80px;
}

    .privacy-footer p {
        padding-top: 0px;
        text-align: left;
        font-size: 11px;
        line-height: 16px;
        color: #5E5E5E !important;
    }

button#close-dialog-config {
    position: relative;
    float: right;
    top: 25px;
    margin-left: 10px;
    background: #fff;
    border: none;
    margin-right: 8px;
}

a#content_wrap_toggle.expanded:before {
    content: "\EAEE";
    font-family: "MWF-MDL2";
    vertical-align: middle;
    padding-left: 2px;
    margin-right: 4px;
    margin-top: -4px;
}

a#content_wrap_toggle.collapsed:before {
    content: "\ECC9";
    font-family: "MWF-MDL2";
    vertical-align: middle;
    padding-left: 2px;
    margin-right: 4px;
}

a#content_wrap_toggle.expanded:after {
    content: "";
}

a#content_wrap_toggle {
    line-height: 20px !important;
    vertical-align: middle;
    padding-top: 0px !important;
    margin-left: 0;
    padding-right: 0 !important;
}

.sub-content-grid span.thisconfig {
    margin-right: 4px;
}

.sub-titles {
    font-size: 20px;
    color: #000000;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 24px;
}

    .sub-titles.select-configuration, .sub-titles.configuration {
        margin-bottom: 8px;
    }
/*
.additional-features-heading {
    font-size: 15px;
    font-weight:600;
    line-height:20px;
    margin-bottom: 0;
}
    */

.additional-features {
    padding-top: 10px;
}

.config-para {
    visibility: hidden;
    position: absolute;
}

/*.res-config .family-menu {
    margin-top: 53px;
}*/

span.configTitle {
    padding: 6px;
    font-weight: normal;
}

button.product-select-button {
    font-size: 13px;
    padding: 9px 17px;
    margin-top: 0;
    min-width: auto;
    float: right;
    width: 100px;
}
.variantsDataBody {
    display: flex;
    flex-wrap: wrap;
}
.variantsDataRow:hover .variantsDataCell {
    /*color: #004880;*/
    color: #767676;
}

.variantsDataRow:hover {
    background: rgba(0, 120, 215, 0.05);
    /*border: 2px solid #0078D7;*/
}
/*
span.swatch.Beige{background-color: #f5f5dc}
span.swatch.Black{background-color: #000000}
span.swatch.Blue{background-color: #064c72}
span.swatch.Bordeaux{background-color: #5F021F}
span.swatch.Bronze{background-color: #cd7f32}
span.swatch.Brown{background-color: #A52A2A}
span.swatch.Burgundy{background-color: #800020}
span.swatch.Champagne{background-color: #f7e7ce}
span.swatch.Charcoal{background-color: #36454f}
span.swatch.Copper{background-color: #edc29e}
span.swatch.Gold{background-color: #ffbf80}
span.swatch.Green{background-color: #008000}
span.swatch.Grey{background-color: #808080}
span.swatch.Pink{background-color: #edbdc0}
span.swatch.Pinkgold{background-color: #ffe6e6}
span.swatch.Platinum{background-color: #e5e4e2}
span.swatch.Purple{background-color: #800080}
span.swatch.Red{background-color: #d80808}
span.swatch.RoseGold{background-color: #ffe6e6}
span.swatch.Silver{background-color: #c1beba}
span.swatch.Violet{background-color: #9281c1}
span.swatch.White{background-color: #FFFFFF}
*/

.viewport-select-button, .viewport-select-heading {
    display: none;
}


.col-thirteen {
    width: 10%;
}

.col-thirty {
    width: 24%;
}

.retailer-placeholder {
    height: 100%;
    /*position: absolute;*/
    width: 100%;
    /*overflow: auto;*/
    /*max-height: calc(100% - 280px);*/
    /*max-height: 210px;*/
    /*max-height: 155px;*/
}

    .retailer-placeholder .sub-titles {
        margin-left: 10px;
    }

/* .top-block-pu .c-glyph.glyph-info:before {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    position: relative;
    top: 0px;
    left: 1px;
} */

.badge-tooltip {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    top: 4px;
    left: 4px;
    color: #0078D4 !important;
}

@media screen and (max-width: 1083px) {
    div.popup-container {
        width: 95%;
    }

    button.close-button {
        right: 15px;
    }
}

@media only screen and (min-width:540px) and (max-width:767px) {
    .popup-container .device-header {
        text-align: left !important;
    }
}

@media only screen and (max-width:767px) {
    /*.variants-price-select, #subcategoryButton {
        display: none !important;
    }*/
    .retailer-placeholder .sub-titles {
        margin-left: 0;
        padding: 0 19px 0;
    }

    [data-grid*="col-"]:not(#social-network [data-grid*="col-6"]) {
        width: 100%;
    }

    .popup-container .device-header {
        margin-top: 0;
    }

    #popup-container .device-image img {
        height: auto !important;
    }

    .top-block-pu {
        padding-bottom: 24px;
    }

    li.retailer .retailer-logo {
        width: auto !important;
        vertical-align: super;
        text-align: left;
    }

    li.retailer .retailer-stock {
        width: 20%;
    }

    li.retailer .retailer-link-text {
        width: auto !important;
    }

    .retailer-link button {
        padding: 7px;
        float: none;
        width: 100%;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .retailer-stock-div {
        text-align: left;
    }

    .sub-titles {
        margin-bottom: 16px !important;
        padding: 0;
    }

    button.config-head-icon:after {
        margin-left: 1px !important;
    }

    .variantsDataHead:nth-child(3), .variantsDataHead:nth-child(4), .variantsDataCell:nth-child(3), .variantsDataCell:nth-child(4) {
        width: 100%;
    }

    .variantsData {
        padding-left: 10px;
        padding-right: 10px;
    }

    .variantsDataRow {
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 16px;
    }

    ul#retailers {
        margin-left: 0px;
        padding: 18px 19px 16px;
    }

    .dev-heading {
        min-height: 0;
        margin-bottom: 13px;
    }

    .device-heading {
        margin-bottom: 8px;
        min-height: 0;
    }

    .sub-content-grid {
        margin-bottom: 8px;
    }

    h2.device-heading.x-hidden-focus {
        font-size: 16px;
    }

    .popup-container .device-header {
        text-align: initial;
    }

        .popup-container .device-header div.device-image {
            float: none;
        }

    .popup-container {
        top: 0;
        max-height: inherit;
        height: calc(100% - 0%);
    }
}
/*Popup CSS End*/

/* Popup Recent start */
.device-details a {
    width: auto;
}

.device-header [data-grid="col-3"]:hover {
    border-bottom: none !important;
}

button.product-select-button {
    font-weight: normal;
}

@media only screen and (max-width:539px) {
    .device-header [data-grid="col-3"] {
        width: 100%;
    }

    div#conttent_wrap {
        max-height: calc(100%) !important;
    }

    .popup-container .device-details {
        padding-bottom: 0px;
        /*padding-top: 60px;*/
    }

    #popup-container .bv-rating-stars-container {
        margin-bottom: 0px;
    }

    #popup-container .sub-content-grid {
        margin-bottom: 4px;
    }

    #popup-container .sub-titles {
        margin-bottom: 0;
    }

    #popup-container .c-rating {
        margin-top: 5px;
    }
}

@media only screen and (max-width:767px) {
    .device-image img {
        width: 100px;
    }

    .retailers {
        position: initial;
        overflow: auto;
        max-height: 220px;
    }

    .swatchlabel input[type=radio]:checked + span:before {
        left: 17px !important;
        top: 17px !important;
    }
}

@media only screen and (max-width:767px) {
    div#conttent_wrap {
        max-height: calc(100% - 180px);
    }

    div.top-block-pu {
        height: auto;
    }

    .family-menu {
        margin-top: 40px !important;
    }

    .retailer-placeholder {
        max-height: calc(100% - 7%) !important;
        height: auto !important;
        position: relative !important;
        margin-bottom: 0px;
    }

    .privacy-footer {
        position: relative !important;
        height: auto !important;
        padding: 0px 19px;
    }

        .privacy-footer p {
            font-size: 11px;
            line-height: 16px;
            font-weight: 400;
        }

    .top-block-pu div.device-header {
        padding: 5px 15px 5px 18px;
        float: none;
    }

    .res-config {
        width: 100%;
        text-align: left;
        margin: 0;
    }

    li.retailer .retailer-link-text {
        padding-left: 10px;
        vertical-align: middle;
        text-align: right;
        padding-bottom: 16px;
    }

    li.retailer .retailer-stock {
        padding-left: 10px;
    }

    .device-header div.device-image {
        padding: 5px !important;
    }

    .variantsDataHead {
        padding: 0px 0px 10px;
    }

    .variantsDataHead, .variantsDataCell {
        margin-right: 16px !important;
    }

    .col-thirty {
        width: 19%;
    }

    li.retailer .retailer-logo img {
        width: 75px;
    }

    .device-details h2 {
        font-size: 1.4em !important;
    }

    .swatch { /* margin: 0 12px 0 12px;*/
        height: auto;
        width: auto;
    }
    
    .help-me-choose + .product-popup .swatch, .end-of-support + .product-popup .swatch {
        width: 20px;
        height: 20px;
    }

    .colors input[type="radio"]:checked + .swatch {
        height: 22px;
        width: 22px;
    }

    div.popup-container {
        width: 100%;
        overflow-y: auto;
    }

    .colors li {
        margin-right: 10px !important;
        margin-left: 10px !important
    }
}

@media only screen and (min-width:768px) and (max-width:860px) {
    .col-thirty {
        width: 22%;
    }
}

/*.variantsDataBody .variantsDataRow:hover {
    background-color: rgba(0, 120, 212, 0.1);
    outline: 2px dashed #000;
    color: #000000;
}*/

.variantsDataRow.variant-selected-css {
    /*background-color: rgba(0, 120, 212, 0.2);*/
    /*color: #004880;*/
    /*outline: 1px solid #000 !important;*/
    color: #767676;
    background: rgba(0, 120, 215, 0.05);
    border: 2px solid #0078D7;
}
.variantsDataRow.variant-selected-css:focus {
    border-style: dashed;
    outline: none !important;
}

#content_wrap_toggle {
    margin-top: -3px;
}

.res-config {
    margin-top: 0px;
    margin-bottom: 0px;
}

.device-image img {
    width: 100%;
}

/*.variantsDataHead, .variantsDataCell {
    margin-right: 24px;
}*/

.variantsDataHead {
    border-bottom: none;
}

.color-swatches.res-config.hide + .res-config {
    width: 100%;
}

.variantsDataRow {
    cursor: pointer;
    display: inline-block;
    width: calc(50% - 24px);
    margin-right: 24px;
    margin-bottom: 24px;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    /*padding-top: 12px;*/
    padding-bottom: 12px;
}

    .variantsDataRow:nth-child(2n) {
        clear: both;
    }

#compare-devices a#content_wrap_toggle {
    margin-top: 0px !important;
}

    #compare-devices a#content_wrap_toggle.expanded:before {
        margin-top: -2px;
    }
/*Popup Recent start*/
@media screen and (min-width: 768px) and (max-width: 1083px) {
    .ru-ru .retailer-placeholder {
        max-height: calc(100% - 290px);
    }

    .ru-ru .privacy-footer {
        height: 90px;
    }
}

@media screen and (min-width: 768px) {
    .device-header .res-config {
        height: 155px;
    }
}

span.config-head-button {
    /*font-weight: bold !important;
    font-size: 12px !important;
    color: #000 !important;*/
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #707070;
    display: inline-flex;
    grid-gap: 8px;
}

span.cell-data {
    font-weight: 600;
    color: #000000;
    padding-left: 8px;
}

span.config-head-button:hover {
    text-decoration: none !important;
}

button.config-head-button {
    font-weight: bold !important;
    font-size: 12px !important;
    color: #000 !important;
}

    button.config-head-button:hover {
        text-decoration: none !important;
    }

.variantsDataHeading tr.variantsDataRow {
    border-bottom: 1px solid #ddd;
}

td.hidden-button {
    display: none;
}

.variantsData {
    width: 99% !important;
    margin-right: 3px;
    /*margin-left: 3px;*/
    margin-bottom: 2px;
    padding-left: 10px;
}

button.config-head-icon:after {
    content: "\E8CB";
    font-family: "MWF-MDL2" !important;
}

.close-button:before {
    content: "\E711";
    font-family: "MWF-MDL2";
    border: 2px solid #000000;
    padding: 2px;
}

.variant-selected-css .variantsDataCell {
    /*color: #004880;*/
    color: #707070;
    font-weight: bold;
}

.row-fluid {
    display: none;
}

.colorfs div {
    display: inline-block;
}

.swatchlabel {
    margin-left: 0 !important;
    margin-top: 0;
    margin-bottom: 5px;
    border: 1px solid #C8C8C8;
    border-radius: 8px;
    padding: 16px 24px 16px 16px !important;
    pointer-events: none;
}

.help-me-choose + .product-popup .swatchlabel, .end-of-support + .product-popup .swatchlabel {
    pointer-events: auto;
    margin-right: 24px;
    font-size: 15px;
}

    .swatchlabel:hover {
        background: rgba(0,120,215,.05);
    }

label.c-label.swatchlabel {
    padding: 0 !important;
    line-height: 26px;
}

.swatchlabel input[type="radio"] + .swatch {
    display: inline-block;
    width: auto;
    margin: 0 !important;
    padding: 16px;
    height: auto;
}

.swatchlabel input[type="radio"]:checked + .swatch {
    width: auto;
    margin: 0;
    padding: 16px;
    height: auto;
}

.swatchlabel input[type=radio]:checked + span:after {
    visibility: hidden;
}

.swatchlabel input[type=radio] + span:before {
    border: none !important;
    outline: none !important;
}

.swatchlabel input[type=radio]:checked + span:before {
    /*border: 1px solid #000000 !important;*/
    height: 36px !important;
    width: 36px !important;
    left: 13px;
    top: 13px;
    box-shadow: none;
}

.swatchlabel input[type="radio"]:checked + .swatch {
    box-shadow: none !important;
}

/*  .swatchlabel input[type=radio] + span:before {
        border: 1px solid #fff !important;
    }*/

@media screen and (max-width: 767px) {
    .swatchlabel input[type=radio]:checked + span:before {
        border: 1px solid #000 !important;
        height: 28px !important;
        width: 28px !important;
    }

    .swatchlabel input[type=radio] + span:before {
        border: none !important;
        left: 21px;
        top: 21px;
    }
}

.variantsData .variantsDataHead:first-child {
    padding-left: 12px;
}

/*[lang='en-us'] div.deviceprice .currency:before, [lang='en-au'] div.deviceprice .currency:before, [lang='en-ca'] div.deviceprice .currency:before {
    content: '\0024'
}

[lang='en-gb'] div.deviceprice .currency:before {
    content: "\00A3"
}

[lang='fr-fr'] div.deviceprice .currency:after {
    content: " \20AC"
}

[lang='de-de'] div.deviceprice .currency:after {
    content: " \20AC"
}

[lang='fr-ca'] div.deviceprice .currency:after {
    content: " \0024"
}

[lang='ja-jp'] div.deviceprice .currency:before {
    content: "\00A5"
}*/

.device-details .device-heading sup {
    display: none;
}

.m-product-placement-item span.supText {
    font-family: "Segoe UI",SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

span.thisconfig sup {
    display: none;
}

.awbCatalogCategory .categoryHeaderBottom a {
    text-decoration: none;
}

    .awbCatalogCategory .categoryHeaderBottom a:hover {
        text-decoration: underline;
    }

.variantsDataBody tr.variantsDataRow {
    border-top: 1px solid #ddd;
}

tr.variantsDataRow:last-child {
    border-bottom: 1px solid #ddd;
}

[lang="de-de"] .complete_compare_panel div.threedevices .c-heading-1 {
    font-size: 36px;
}

@-moz-document url-prefix() {
    .variantsDataRow .variantsDataHead {
        border-bottom: 1px solid #ddd;
    }

    .variantsDataRow.variant-selected-css {
        border: 0px solid #000 !important;
    }

    .variantsDataRow.variant-selected-css {
        outline: 1px double #000;
    }

    .variantsDataCell {
        border-bottom: 1px solid #ddd;
    }

    .m-track-list > div, .variantsData {
        border-collapse: inherit;
    }
}

.variants-price-select a {
    padding: 6px 16px;
    color: #fff;
    /*background-color: #0067b8;*/
    font-weight: 600;
    letter-spacing: .5px;
}

/*.variants-price-select a:hover {
        background: #005da6;
    }*/

th#subcategoryButton {
    display: none !important;
}

.swatch img {
    height: 30px;
    width: 30px;
    float: left;
}

.popup-container .color-swatches .sub-content-grid .swatch span {
    line-height: 30px !important;
    display: inline-block;
}

/* light box rating   */
.light-box-rating .bv-rating-stars-container .c-rating[data-value] div:after {
    color: #0067b8 !important;
}

.light-box-rating.hideRating {
    display: none;
}

#popup-container .bv-rating-stars-container {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

#popup-container .c-rating {
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    #popup-container .bv-rating-stars-container {
        justify-content: center;
    }
}

#view-all .c-checkbox input[type="checkbox"] + span:before {
    border-radius: 4px;
}

#clearAllFilter, #showAllFilter, .showAllButton {
    border-radius: 6px;
}

@media screen and (max-width: 539px) {
    .popup-container {
        overflow-y: auto;
    }

    .retailer-placeholder {
        max-height: calc(100% - 7%) !important;
        height: auto !important;
        position: relative !important;
    }

    .privacy-footer {
        position: relative !important;
        height: auto !important;
    }

    div#conttent_wrap {
        max-height: calc(100%) !important;
    }
}

@media only screen and (max-width: 684px) and (min-width: 683px) {
    div#conttent_wrap {
        max-height: calc(100% - 210px) !important;
    }
}

@media screen and (max-width: 767px) {
    .variantsData {
        width: 100% !important;
        padding: 0px 19px 40px;
    }

    div#conttent_wrap {
        margin-bottom: 0;
    }

    #conttent_wrap .c-table {
        margin-top: 0;
    }

    .popup-container .device-details {
        padding: 40px 19px 16px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 880px) {
    #popup-container .c-label.swatchlabel {
        margin-right: 10px;
    }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
    #popup-container .device-image img {
        height: 67px;
        object-fit: contain;
    }
}

@media screen and (min-width: 320px) and (max-width: 330px) {
    .popup-container .privacy-footer p {
        padding-top: 30px !important;
    }

    .popup-container .retailer-placeholder.collapsed {
        height: 100% !important;
    }
}

.view-all-devices a.c-glyph.glyph-info.badge-tooltip:focus {
    border-bottom: 1px solid;
}
/*[data-retailerid ="100455"] {
    display: none;
}*/
/*View all popup css starts*/
.popup-container.viewall-container .device-details {
    padding: 0;
}
.popup-container.viewall-container .privacy-footer {
    height: auto;
    padding: 0;
}
.popup-container.viewall-container .retailer-placeholder .sub-titles {
    margin-left: 0;
}
.popup-container.viewall-container ul#retailers {
    margin: 0;
    padding: 0;
}
.popup-container.viewall-container ul#retailers li.retailer {
    padding-bottom: 24px;
}
.popup-container.viewall-container ul#retailers li.retailer a {
    padding: 16px 24px;
    border: 1px solid #E3E3E3;
}
.popup-container.viewall-container .top-block-pu {
    padding: 70px;
}
.popup-container.viewall-container .device-header {
    padding: 0;
    margin: 0;
}
.popup-container.viewall-container .device-heading {
    margin-bottom: 20px;
}
.popup-container.viewall-container .device-left-data {
    padding-right: 70px;
}
.popup-container.viewall-container .res-config .family-menu {
    margin-top: 40px;
}
.popup-container.viewall-container .sub-titles.configuration {
    margin-bottom: 24px;
    display: block !important;
}
.popup-container.viewall-container .sub-titles {
    margin-bottom: 24px;
}
.popup-container.viewall-container #conttent_wrap .c-table {
    margin: 0;
}
.popup-container.viewall-container .variantsData {
    width: 100% !important;
    padding: 0;
    margin: 0;
}
.popup-container.viewall-container .variantsDataRowNew {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: default;
    border-radius: 0;
    background: transparent;
}
    .popup-container.viewall-container .variantsDataRowNew table tr th, .popup-container.viewall-container .variantsDataRowNew table tr td {
        padding: 7px 0;
        border-top: 1px solid rgba(0,0,0,0.2);
        font-size: 15px;
        line-height: 20px;
        position: relative;
        vertical-align: top;
    }
    .popup-container.viewall-container .variantsDataRowNew table tr:last-child th, .popup-container.viewall-container .variantsDataRowNew table tr:last-child td {
        padding-bottom: 0;
    }
    .popup-container.viewall-container .variantsDataRowNew table tr th {
        font-weight: 600;
    }
    .popup-container.viewall-container .variantsDataRowNew:hover {
        background: transparent;
    }
.popup-container.viewall-container #conttent_wrap {
    overflow: visible !important;
    position: relative;
    margin-bottom: 0;
    float: left;
}
.popup-container.viewall-container .variantsDataRowNew table tr td .tooltipInfoCopy {
    display: inline-block;
}
.popup-container.viewall-container .iconimagesheading {
    margin: 0;
}
    .popup-container.viewall-container .iconimagesheading li {
        padding-bottom: 10px;
    }
    .popup-container.viewall-container .iconimagesheading li:not(hide):last-child {
        padding-bottom: 0;
    }
.popup-container.viewall-container .yellow-badge, .popup-container.viewall-container .yellow-badge.gray-badge {
    margin: 4px 8px;
}
.popup-container.viewall-container .yellow-badge.gray-badge {
    margin-left: 0;
    margin-right: 0;
}
.popup-container.viewall-container li.retailer .retailer-link-text, .popup-container.light-container li.retailer .retailer-link-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
[lang="en-us"] .popup-container.viewall-container li.retailer .retailer-link-text, [lang="en-us"] .popup-container.light-container li.retailer .retailer-link-text {
    padding-left: 25px;
}
[lang="en-us"] .popup-container.viewall-container .ratingPlugin.bv-stars-container, [lang="en-us"] .popup-container.light-container .ratingPlugin.bv-stars-container {
    display: inline-block !important;
    padding-left: 25px;
    vertical-align: middle;
}
.popup-container.viewall-container li.retailer .retailer-link-text span + span, .popup-container.light-container li.retailer .retailer-link-text span + span {
    display: block;
    color: #0067b8;
}
.popup-container.viewall-container li.retailer .retailer-link-text span.smalldirect, .popup-container.light-container li.retailer .retailer-link-text span.smalldirect {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    font-weight: normal;
}
.popup-container.light-container .device-details {
    float:left;
    width: 100%;
    padding: 60px 0 0 0;
}
.popup-container.light-container .variantsData {
    width: 100% !important;
    margin: 0;
    padding-left: 0;
}
.popup-container.light-container .retailer-placeholder .sub-titles {
    margin-left: 0;
}
.popup-container.light-container ul#retailers {
    margin-left: 0;
    padding-right: 24px;
}
.popup-container.viewall-container .left-dual-badges {
    margin-bottom: 20px;
    font-weight: 600;
}
    .popup-container.viewall-container .gray-badge {
        display: none;
    }
        .popup-container.viewall-container .gray-badge.yellow-badge {
            display: inline-block;
        }
        .popup-container.viewall-container span.c-tooltip {
            min-width: 320px;
            right: -45px !important;
            border-radius: 0;
            bottom: 30px;
            top: auto !important;
        }
        .popup-container.viewall-container .tooltipInfoCopy a.c-hyperlink img {
                position:relative;
                top: -1px;
            }
            .popup-container.viewall-container ul.iconimagesheading li a.c-hyperlink:not(.f-image):not(.supBLink) img {
                top: -1px;
                border: 0;
            }
            .popup-container.viewall-container ul.iconimagesheading li a.c-hyperlink:not(.f-image):not(.supBLink):focus {
                border: 2px solid #000 !important;  
            }
            .popup-container.viewall-container ul.iconimagesheading li a.c-hyperlink:not(.f-image):not(.supBLink):focus img {
                border: 0;
            }
        @media screen and (max-width: 1024px) {
        .popup-container.viewall-container span.c-tooltip {
            min-width: 240px;
            right: 0 !important;
        }
        }
        @media screen and (max-width: 767px) {
            .popup-container.viewall-container .top-block-pu {
                padding: 24px;
            }
            .popup-container.viewall-container .device-header div.device-image {
                padding: 0 !important;
            }
            .popup-container.viewall-container .device-details {
                padding: 40px 0 16px !important;
            }
            .popup-container.viewall-container .retailer-placeholder .sub-titles {
                padding: 0;
            }
            .popup-container.viewall-container span.c-tooltip {
                min-width: 200px;
                right: 0px !important;
            }
        }
        @media screen and (min-width: 768px) and (max-width: 1023.99px) {
            .popup-container.viewall-container .device-left-data, .popup-container.light-container .device-left-data {
                padding-right: 30px;
            }
            .popup-container.viewall-container .res-config li.retailer .retailer-logo img, .popup-container.light-container .res-config li.retailer .retailer-logo img {
                width: 75px;
            }
            .popup-container .device-heading {
                font-size: 28px;
                line-height: normal;
            }
            .popup-container.viewall-container .top-block-pu, .popup-container.light-container .top-block-pu {
                padding: 70px 30px;
            }
            .popup-container.viewall-container li.retailer .retailer-logo, .popup-container.light-container li.retailer .retailer-logo {
                width: auto;
            }
            [lang="en-us"] .popup-container.viewall-container li.retailer .retailer-link-text, [lang="en-us"] .popup-container.light-container li.retailer .retailer-link-text {
                padding-left: 12px;
                width: auto;
            }
            [lang="en-us"] .popup-container.viewall-container .ratingPlugin.bv-stars-container, [lang="en-us"] .popup-container.light-container .ratingPlugin.bv-stars-container {
                padding-left: 12px;
            }
            .popup-container.viewall-container ul#retailers li.retailer a, .popup-container.light-container ul#retailers li.retailer a {
                padding: 16px;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                flex-wrap: wrap;
            }
            .popup-container.viewall-container .retailer-link button, .popup-container.light-container .retailer-link button {
                padding: 9px 10px;
            }
            .popup-container.viewall-container .c-rating[data-value] div:before, .popup-container.viewall-container .c-rating[data-value] div:after, .popup-container.light-container .c-rating[data-value] div:before, .popup-container.light-container .c-rating[data-value] div:after {
                font-size: 11px;
            }
            .popup-container.viewall-container .reviewsCount, .popup-container.light-container .reviewsCount {
                font-size: 13px;
            }
            .popup-container.viewall-container .c-rating[data-value] div, .popup-container.light-container .c-rating[data-value] div {
                width: 75px;
            }
            .popup-container.viewall-container .retailer-stock-div, .popup-container.light-container .retailer-stock-div {
                flex-basis: 100%;
            }
            .popup-container.light-container ul#retailers {
                padding-right: 0;
            }
        }
         @media screen and (min-width: 1024px) and (max-width: 1083.99px) {
             .popup-container.viewall-container .device-left-data, .popup-container.light-container .device-left-data {
                padding-right: 30px;
            }
            .popup-container.viewall-container .top-block-pu, .popup-container.light-container .top-block-pu {
                padding: 70px 30px;
            }
         }
@media screen and (max-width: 767px) {
    button.close-button svg {
        width: 20px;
        height: 20px;
    }

    .popup-container.viewall-container ul#retailers li.retailer a, .popup-container.light-container ul#retailers li.retailer a {
        padding: 16px 12px;
        display: flex;
        flex-wrap:wrap;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    [lang="en-us"] .popup-container.viewall-container li.retailer .retailer-link-text, [lang="en-us"] .popup-container.light-container li.retailer .retailer-link-text {
        padding-left: 12px;
        padding-bottom: 0;
    }
    [lang="en-us"] .popup-container.viewall-container .ratingPlugin.bv-stars-container, [lang="en-us"] .popup-container.light-container .ratingPlugin.bv-stars-container {
        padding-left: 12px;
    }
    .popup-container.viewall-container .c-rating[data-value] div:before, .popup-container.viewall-container .c-rating[data-value] div:after, .popup-container.light-container .c-rating[data-value] div:before, .popup-container.light-container .c-rating[data-value] div:after {
                font-size: 11px;
            }
            .popup-container.viewall-container .reviewsCount, .popup-container.light-container .reviewsCount {
                font-size: 13px;
            }
            .variantsDataRow {
                width: calc(100% - 20px) !important;
                margin-right: 0;
                margin-bottom: 16px;
                margin-left: 20px;
            }
}
@media screen and (min-width: 375px) and (max-width: 539px) {
.popup-container.viewall-container .variantsDataRowNew table tr th, .popup-container.viewall-container .variantsDataRowNew table tr td {
    font-size: 14px;
}
}

/* pc-buying-guide starts*/

span.svg-icons-text {
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(1px,1px,1px,1px) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

span.c-tooltip:hover {
    display: block;
}

.iconimagesheading a:focus ~ span.c-tooltip {
    display: block;
}

/*span.c-tooltip.hook-hover {margin-top: 20px;}*/
span.c-tooltip.hook-hover, span.c-tooltip.hook-focus {
    margin-top: 0px !important;
}

span.c-tooltip {
    top: 30px !important;
    width: auto;
    position: absolute;
    right: 100px !important;
}

@media screen and (min-width: 1201px) {
    span.c-tooltip {
        width: auto;
    }
}

.m-product-placement-item .iconimagesheading span.c-tooltip {
    width: 165px;
    word-break: break-word;
}

.device-additional-features-heading .c-tooltip {
    font-weight: initial !important
}


span.c-tooltip.hook-hover, span.c-tooltip.hook-focus {
    margin-top: 0px !important;
}

span.c-tooltip {
    top: 30px !important;
    width: auto;
    position: absolute;
    right: 100px !important;
}

@media screen and (min-width: 1201px) {
    span.c-tooltip {
        width: auto;
    }
}

.m-product-placement-item .iconimagesheading span.c-tooltip {
    width: 165px;
    word-break: break-word;
}

@media screen and (min-width: 1084px) and (max-width: 1337px) {
    .ru-ru .filterBy #selectors .dropdown-desktop {
        font-size: 21px;
    }

    .cmprselcnlink {
        padding-top: 1px;
    }

    .m-product-placement-item .iconimagesheading span.c-tooltip {
        width: 130px !important;
    }
}

a[data-toggle="tooltip"]:hover + sup + span.c-tooltip, a[data-toggle="tooltip"]:hover + sup + sup + span.c-tooltip {
    display: block;
}

a[data-toggle="tooltip"]:hover + sup + span.c-tooltip, a[data-toggle="tooltip"]:hover + sup + sup + span.c-tooltip {
    display: block;
}

button:hover + span.c-tooltip, button:focus + span.c-tooltip, a:hover + span.c-tooltip, a:focus + span.c-tooltip, span:hover + span.c-tooltip, span:focus + span.c-tooltip, input:hover + span.c-tooltip, input:focus + span.c-tooltip {
    display: block;
    border-radius: 8px;
}

span.c-tooltip:hover {
    display: block;
}

.iconimagesheading a:focus ~ span.c-tooltip {
    display: block;
}
.ratingPlugin.bv-stars-container {
    display: none;
}

[lang="en-us"] .ratingPlugin.bv-stars-container {
    display: block !important;
}
/*pc-buying-guide ends */
/*Added 10/22/2024*/
