/* Minification failed. Returning unminified contents.
(250,71): run-time error CSS1045: Expected term, found $
(250,71): run-time error CSS1019: Unexpected token, found '$'
(250,71): run-time error CSS1062: Expected semicolon or closing curly-brace, found '$'
 */
.order-bar-container {
    background: transparent;
    left: 0;
    padding-top: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    position: relative;
}

    .order-bar-container .order-bar-placeholder {
        min-height: 72px;
        padding: 1rem 0;
        width: 100%;
    }

@media(max-width: 991px) {
    .order-bar-container .order-bar-placeholder {
        min-height: 50px;
        padding: .5rem 0;
    }
}

.order-bar-container .order-bar {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    min-height: 72px;
    padding: 1rem 0;
    width: 100%;
    overflow: visible;
    box-shadow: 0 13px 13px -10px rgba(0,0,0,.03);
}

@media(max-width: 991px) {
    .order-bar-container .order-bar {
        min-height: 50px;
        padding: .5rem 0;
        position: fixed;
        top: 4.5rem;
    }

        .order-bar-container .order-bar.inapp {
            top: 0 !important;
        }
}

.order-bar-container .order-bar .container .row div {
    display: flex;
    align-items: center;
}

    .order-bar-container .order-bar .container .row div:last-child {
        justify-content: flex-end;
    }

.order-bar-container .order-bar.order-menu-fixed {
    position: fixed;
    top: 4.5rem;
}

.order-bar-container .order-bar.order-fixed {
    position: fixed;
    top: 0;
}

.order-bar-container .order-bar.order-bar-animated {
    transition: top ease-in-out .4s;
}

.order-bar-container .order-bar .order-bar-price {
    text-align: right;
}

    .order-bar-container .order-bar .order-bar-price.bf-price .price, .order-bar-container .order-bar .order-bar-price.bf-price .price-reduc {
        font-size: 1.1rem;
        color: #4d5766;
    }

    .order-bar-container .order-bar .order-bar-price .price {
        color: #124191;
        font-weight: 100;
        font-size: 1.2rem;
    }

    .order-bar-container .order-bar .order-bar-price .price-reduc + .price {
        display: inline;
        font-size: 1.2rem;
        font-weight: 600;
        margin-left: 1rem;
        color: #fa7160;
    }

    .order-bar-container .order-bar .order-bar-price span[data-tr=pricefromlabel] + .price-reduc {
        color: #124191;
    }

    .order-bar-container .order-bar .order-bar-price .price-reduc {
        color: #4d5766;
        font-weight: 100;
        position: relative;
        font-size: 1.2rem;
    }

        .order-bar-container .order-bar .order-bar-price .price-reduc:before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            display: block;
            background: #4d5766;
            width: 100%;
            height: 0;
        }

    .order-bar-container .order-bar .order-bar-price button {
        font-size: 1.2rem;
        line-height: 0;
        margin-left: 2rem;
        min-width: 0;
        padding: 1.2rem 2rem;
        width: auto;
    }

        .order-bar-container .order-bar .order-bar-price button:hover {
            padding: 1.2rem 2rem;
            height: 0;
        }

        .order-bar-container .order-bar .order-bar-price button:after {
            display: none;
        }

    .order-bar-container .order-bar .order-bar-price .reseller-link {
        display: none;
    }

@media(min-width: 768px) {
    .order-bar-container .order-bar .order-bar-price .reseller-link {
        display: inline-block;
        margin-left: 1rem;
    }
}

.order-bar-container .order-bar p {
    display: inline-block;
}

.order-bar-container .order-bar .comingsoon {
    margin-left: 1rem;
}

.order-bar-container .order-bar .noavailable-country {
    color: #ff3154;
}

.order-bar-mobile-container {
    box-shadow: 0 0 11px 0 rgba(0,0,0,.13);
    display: table;
    left: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

    .order-bar-mobile-container .order-bar_mobile {
        background: #fff;
        display: table-cell;
        height: 72px;
        vertical-align: middle;
    }

@media(max-width: 991px) {
    .order-bar-mobile-container .order-bar_mobile {
        height: 63px;
    }
}

.order-bar-mobile-container .order-bar_mobile button {
    margin: 0 auto;
    line-height: 33px;
}

.order-bar-mobile-container .order-bar_mobile .reseller-link {
    margin: 0 auto;
}

.order-bar-mobile-container .dropup .dropdown-menu {
    width: 100%;
}

@media(min-width: 992px) {
    .order_slideInDownTop {
        animation-name: orderSlideInDownTop;
        animation-fill-mode: forwards;
        animation-duration: .4s;
    }
}

@media(min-width: 992px) {
    .order_slideOutUpTop {
        position: absolute;
        animation-name: orderSlideOutUpTop;
        animation-fill-mode: forwards;
        animation-duration: .333s;
    }
}

@keyframes orderSlideInDownTop {
    from {
        top: 0;
    }

    to {
        top: 4.5rem;
    }
}

@keyframes orderSlideOutUpTop {
    from {
        top: 4.5rem;
    }

    to {
        top: 0;
    }
}

.section-product_hero {
    clear: both;
    overflow-y: hidden;
    position: relative;
    padding: 0;
}

@media(min-width: 768px) {
    .section-product_hero {
        overflow-y: visible;
    }
}

.section-product_hero .hero-wrapper {
    height: 70vh;
    position: relative;
    background: #fff;
    background: linear-gradient(135deg, #99b6d6 0%, #9fcec6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$color1, endColorstr=$color2,GradientType=1 );
}

@media(min-width: 768px) {
    .section-product_hero .hero-wrapper {
        height: 794px;
    }
}

.section-product_hero .hero-wrapper .hero_content {
    background: #fff;
    bottom: 0;
    height: 60%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
}

@media(max-width: 767px) {
    .section-product_hero .hero-wrapper .hero_content {
        padding: 8% calc(1rem + 15px);
    }
}

@media(min-width: 768px) {
    .section-product_hero .hero-wrapper .hero_content {
        background: transparent;
        color: #fff;
        margin-left: 50%;
        padding-top: 6vh;
        position: relative;
        transform: translateX(-50%);
        width: 750px;
    }
}

@media(min-width: 992px) {
    .section-product_hero .hero-wrapper .hero_content {
        width: 970px;
    }
}

@media(min-width: 1200px) {
    .section-product_hero .hero-wrapper .hero_content {
        width: 1170px;
    }
}

.section-product_hero .hero-wrapper .hero_content h3, .section-product_hero .hero-wrapper .hero_content .video-wrapper p {
    color: #001135;
}

@media(min-width: 768px) {
    .section-product_hero .hero-wrapper .hero_content h3, .section-product_hero .hero-wrapper .hero_content .video-wrapper p {
        color: #fff;
    }
}

.section-product_hero .hero-wrapper .hero_content .video-wrapper:hover {
    cursor: pointer;
}

.section-product_hero .hero-wrapper .hero_content .video-wrapper p {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    vertical-align: middle;
}

.section-product_hero .hero-wrapper .hero_content .video-wrapper .video_icon {
    display: inline-block;
    height: 26px;
    margin-right: 10px;
    width: 26px;
}

    .section-product_hero .hero-wrapper .hero_content .video-wrapper .video_icon svg g g g g .play-icon {
        fill: #001135;
    }

@media(min-width: 768px) {
    .section-product_hero .hero-wrapper .hero_content .video-wrapper .video_icon svg g g g g .play-icon {
        fill: #fff;
    }
}

.section-product_hero .hero-wrapper .hero_content .video-wrapper .video_icon:hover {
    cursor: pointer;
}

.section-product_lifestyle {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 800px;
    margin-bottom: 0;
    width: 100%;
}

    .section-product_lifestyle .lifestyle-wrapper {
        margin: 0 auto;
        width: 100%;
        margin-top: 200px;
        transform: translateY(-50%);
    }

@media(min-width: 768px) {
    .section-product_lifestyle .lifestyle-wrapper {
        width: 750px;
    }
}

@media(min-width: 992px) {
    .section-product_lifestyle .lifestyle-wrapper {
        width: 970px;
    }
}

@media(min-width: 1200px) {
    .section-product_lifestyle .lifestyle-wrapper {
        width: 1170px;
    }
}

.section-product_lifestyle .lifestyle-wrapper .lifestyle-white-title, .section-product_lifestyle .lifestyle-wrapper .lifestyle-white-content {
    color: #fff;
}

.section-product_lifestyle .lifestyle-wrapper .lifestyle-white-title {
    margin-top: 5rem;
}

@media(min-width: 768px) {
    .section-product_lifestyle .lifestyle-wrapper .lifestyle-white-title {
        margin-top: 3rem;
    }
}

.section-product_arguments {
    display: inline-block;
    height: auto;
    width: 100%;
}

@media(max-width: 991px) {
    .section-product_arguments .swiper-container_arguments .swiper-slide-next, .section-product_arguments .swiper-container_arguments .swiper-slide-prev {
        opacity: .45;
        transition: all 300ms ease-in-out;
    }
}

@media(min-width: 1200px) {
    .section-product_arguments .swiper-container_arguments .swiper-slide-duplicate-prev, .section-product_arguments .swiper-container_arguments .swiper-slide-duplicate-next {
        opacity: .45;
        transition: all 300ms ease-in-out;
    }
}

.arguments-img {
    height: auto;
    width: 100%;
}

.section-product_blockquote {
    background: #fff;
    height: 66vh;
    position: relative;
}

@media(min-width: 768px) {
    .section-product_blockquote {
        height: 450px;
    }
}

.section-product_blockquote .swiper-container_blockquote {
    height: 66vh;
    text-align: center;
}

@media(min-width: 768px) {
    .section-product_blockquote .swiper-container_blockquote {
        height: 450px;
    }
}

.section-product_blockquote .swiper-container_blockquote .swiper-wrapper .swiper-slide {
    display: table;
}

    .section-product_blockquote .swiper-container_blockquote .swiper-wrapper .swiper-slide .swiper-slide__content-wrapper {
        display: table-cell;
        vertical-align: middle;
    }

        .section-product_blockquote .swiper-container_blockquote .swiper-wrapper .swiper-slide .swiper-slide__content-wrapper .blockquote-headline {
            font-family: "nokia-pure-headline-ultralight",Arial,Helvetica,sans-serif;
            font-size: 2rem;
            font-weight: 100;
            line-height: 3rem;
            margin: 0 auto;
            width: 100%;
        }

@media(min-width: 768px) {
    .section-product_blockquote .swiper-container_blockquote .swiper-wrapper .swiper-slide .swiper-slide__content-wrapper .blockquote-headline {
        font-size: 3rem;
        line-height: 4.3rem;
        width: 66%;
    }
}

@media(min-width: 992px) {
    .section-product_blockquote .swiper-container_blockquote .swiper-wrapper .swiper-slide .swiper-slide__content-wrapper .blockquote-headline {
        width: 50%;
    }
}

.section-product_blockquote .swiper-container_blockquote .swiper-wrapper .swiper-slide .swiper-slide__content-wrapper .blockquote-name {
    font-weight: 800;
}

.section-product_blockquote .swiper-container_blockquote .swiper-pagination_blockquote {
    bottom: 10%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.other-wrapper {
    margin: 0 auto;
    width: 100%;
}

@media(min-width: 768px) {
    .other-wrapper {
        width: 750px;
    }
}

@media(min-width: 992px) {
    .other-wrapper {
        width: 970px;
    }
}

@media(min-width: 1200px) {
    .other-wrapper {
        width: 1170px;
    }
}

.other-wrapper .other-item {
    margin-bottom: 5rem;
}

@media(min-width: 768px) {
    .other-wrapper .other-item {
        margin: 0 0 11px;
    }
}

.other-wrapper .other-item:last-child {
    margin-bottom: 0;
}

.other-wrapper .other-item__img {
    height: auto;
    margin: 0 auto;
    margin-bottom: 0;
    width: 73%;
    display: block;
}

@media(min-width: 768px) {
    .other-wrapper .other-item__img {
        margin-bottom: 3rem;
    }
}

.section-product_icons {
    height: auto;
    margin-bottom: 5rem;
    position: relative;
    width: 100%;
}

@media(min-width: 768px) {
    .section-product_icons {
        margin-bottom: 0;
    }
}

.section-product_icons .swiper-container_icons {
    position: relative;
}

    .section-product_icons .swiper-container_icons .swiper-button-prev, .section-product_icons .swiper-container_icons .swiper-button-next {
        top: 105%;
        background-image: none;
    }

    .section-product_icons .swiper-container_icons .icons-wrapper {
        height: auto;
        margin: 0 auto;
        width: 100%;
    }

@media(min-width: 768px) {
    .section-product_icons .swiper-container_icons .icons-wrapper {
        width: 750px;
        display: block;
    }
}

@media(min-width: 992px) {
    .section-product_icons .swiper-container_icons .icons-wrapper {
        width: 970px;
        display: block;
    }
}

@media(min-width: 1200px) {
    .section-product_icons .swiper-container_icons .icons-wrapper {
        width: 1170px;
        display: block;
    }
}

.section-product_icons .swiper-container_icons .icons-wrapper .icon-column {
    display: inline-block;
    height: auto;
    margin-top: 80px;
    padding: 0 10px;
    width: 100%;
}

@media(min-width: 768px) {
    .section-product_icons .swiper-container_icons .icons-wrapper .icon-column {
        width: 50%;
        float: left;
    }
}

@media(min-width: 1200px) {
    .section-product_icons .swiper-container_icons .icons-wrapper .icon-column {
        width: 234px;
        float: left;
    }
}

.section-product_icons .swiper-container_icons .icons-wrapper .icon-column .icon {
    margin-bottom: 20px;
    height: 60px;
}

.reseller-link a {
    display: inline-block;
    padding: .8rem 1.5rem .8rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    color: #124191;
    border: 1px solid #124191;
    border-radius: 10px;
    font-family: "nokia-pure-headline-light",Arial,Helvetica,sans-serif;
}

    .reseller-link a:hover {
        border-color: #001135;
        color: #001135;
        text-decoration: none;
        cursor: pointer;
    }

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2rem;
    font-weight: 100;
    line-height: 3rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}

@media(min-width: 768px) {
    h2 {
        font-size: 2.5rem;
        line-height: 4rem;
        margin-bottom: 2rem;
        margin-top: 0;
    }
}

@media(min-width: 992px) {
    h2 {
        font-size: 3.5rem;
        line-height: 5rem;
        margin-top: 0;
    }
}

p {
    font-size: 1.2rem;
    line-height: 2.1rem;
    margin: 0;
}

    p + p {
        margin-top: 1rem;
    }

@media(min-width: 992px) {
    p {
        line-height: 2.6rem;
    }
}

h2, p {
    color: #4d5766;
}

.section-product, .section-product-small {
    padding: 4rem 0;
    overflow: hidden;
}

    .section-product .lifetrons-link, .section-product-small .lifetrons-link {
        display: block;
        margin-top: 3rem;
    }

@media(min-width: 768px) {
    .section-product, .section-product-small {
        padding: 8rem 0;
    }
}

@media(min-width: 992px) {
    .section-product, .section-product-small {
        padding: 12rem 0;
    }
}

.section-product-small {
    padding: 4rem 0;
}

.product-description {
    font-weight: 600;
}

.product-name {
    color: #97999b;
    font-size: 1.5rem;
    font-weight: 300;
}

@media(min-width: 1200px) {
    .product-name {
        color: #001135;
        font-size: 2rem;
        font-weight: 600;
    }
}

.product-name_hero {
    font-size: 1.5rem;
}

@media(min-width: 768px) {
    .product-name_hero {
        color: #fff;
        font-size: 2rem;
    }
}

.product-headline {
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
}

@media(min-width: 768px) {
    .product-headline {
        font-size: 3.5rem;
        line-height: 5rem;
        margin-bottom: 3rem;
    }
}

.title {
    font-size: 1.2rem;
    font-weight: 600;
}

.small-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    margin: 2rem 0;
}

.section-title {
    font-size: 2rem;
    font-weight: 100;
    line-height: 3rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}

@media(min-width: 768px) {
    .section-title {
        font-size: 3.5rem;
        line-height: 5rem;
        margin-bottom: 3rem;
        margin-top: 0;
    }
}

.section-desc {
    font-size: 1.5rem;
    line-height: 2.6rem;
}

.price {
    color: #001135;
    font-size: 1.125rem;
}

    .price .price-reduc {
        display: inline-block;
        font-weight: 100;
    }

    .price .special {
        display: inline-block;
        color: #fa7160;
        margin-left: 8px;
    }

.flex-height {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nokia-phone {
    position: relative;
    height: 65vh;
}

@media(min-width: 1200px) {
    .nokia-phone {
        height: 75vh;
    }
}

.nokia-phone img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
}

.nokia-phone .screen-contents {
    top: 11.7%;
    height: 76% !important;
}

    .nokia-phone .screen-contents + img {
        height: 100%;
    }

.row-vcenter {
    align-items: center;
}

.media-center {
    text-align: center;
}

.bg-lifestyle h2, .bg-lifestyle p, .bg-lifestyle2 h2, .bg-lifestyle2 p, .bg-blue-black h2, .bg-blue-black p {
    color: #fff;
}

.section-product.nopadding_top, .section-product-small.nopadding_top {
    padding-top: 0;
}

.section-product.nopadding_bottom, .section-product-small.nopadding_bottom {
    padding-bottom: 0;
}

.section-product.nopadding_both, .section-product-small.nopadding_both {
    padding-bottom: 0;
    padding-top: 0;
}

@media(max-width: 767px) {
    .section-product.nopadding_top_xs, .section-product-small.nopadding_top_xs {
        padding-top: 0;
    }
}

@media(max-width: 767px) {
    .section-product.nopadding_bottom_xs, .section-product-small.nopadding_bottom_xs {
        padding-bottom: 0;
    }
}

@media(max-width: 767px) {
    .section-product.nopadding_both_xs, .section-product-small.nopadding_both_xs {
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media(min-width: 768px) {
    .section-product.nopadding_top_sm_min, .section-product-small.nopadding_top_sm_min {
        padding-top: 0;
    }
}

@media(min-width: 768px) {
    .section-product.nopadding_bottom_sm_min, .section-product-small.nopadding_bottom_sm_min {
        padding-bottom: 0;
    }
}

@media(min-width: 768px) {
    .section-product.nopadding_both_sm_min, .section-product-small.nopadding_both_sm_min {
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media(max-width: 991px) {
    .section-product.nopadding_top_sm_max, .section-product-small.nopadding_top_sm_max {
        padding-top: 0;
    }
}

@media(max-width: 991px) {
    .section-product.nopadding_bottom_sm_max, .section-product-small.nopadding_bottom_sm_max {
        padding-bottom: 0;
    }
}

@media(max-width: 991px) {
    .section-product.nopadding_both_sm_max, .section-product-small.nopadding_both_sm_max {
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media(min-width: 992px) {
    .section-product.nopadding_top_md_min, .section-product-small.nopadding_top_md_min {
        padding-top: 0;
    }
}

@media(min-width: 992px) {
    .section-product.nopadding_bottom_md_min, .section-product-small.nopadding_bottom_md_min {
        padding-bottom: 0;
    }
}

@media(min-width: 992px) {
    .section-product.nopadding_both_md_min, .section-product-small.nopadding_both_md_min {
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media(min-width: 1199px) {
    .section-product.nopadding_top_md_max, .section-product-small.nopadding_top_md_max {
        padding-top: 0;
    }
}

@media(min-width: 1199px) {
    .section-product.nopadding_bottom_md_max, .section-product-small.nopadding_bottom_md_max {
        padding-bottom: 0;
    }
}

@media(min-width: 1199px) {
    .section-product.nopadding_both_md_max, .section-product-small.nopadding_both_md_max {
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media(min-width: 1200px) {
    .section-product.nopadding_top_lg, .section-product-small.nopadding_top_lg {
        padding-top: 0;
    }
}

@media(min-width: 1200px) {
    .section-product.nopadding_bottom_lg, .section-product-small.nopadding_bottom_lg {
        padding-bottom: 0;
    }
}

@media(min-width: 1200px) {
    .section-product.nopadding_both_lg, .section-product-small.nopadding_both_lg {
        padding-bottom: 0;
        padding-top: 0;
    }
}

.swiper-pagination {
    margin: 0 auto;
    width: 90%;
}

    .swiper-pagination .swiper-pagination-bullet {
        background: transparent;
        border: 2px solid #97999b;
        height: 15px;
        margin: 0 7.5px;
        width: 15px;
    }

    .swiper-pagination .swiper-pagination-bullet-active {
        background: #97999b;
    }

.bg-hero, .bg-hero figure {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media(max-width: 767px) {
    .bg-hero + section {
        padding-top: 0;
    }
}

.bg-hero figure {
    height: 250px;
    margin-bottom: 1rem;
}

@media(min-width: 768px) {
    .bg-hero {
        padding: 5rem 0;
        height: 80vh;
        min-height: 500px;
    }

        .bg-hero figure {
            display: none;
        }

        .bg-hero.txt_white h1, .bg-hero.txt_white h5, .bg-hero.txt_white a, .bg-hero.txt_white p {
            color: #fff;
        }
}

@media(min-width: 992px) {
    .bg-hero {
        min-height: 720px;
    }
}

.bg-hero.txt_blue h1, .bg-hero.txt_blue h5, .bg-hero.txt_blue a {
    color: #001135;
}

.bg-hero.txt_blue svg path {
    fill: #001135;
}

.bg-hero h1 {
    font-size: 2.8rem;
    line-height: 3.4rem;
    margin-bottom: 2rem;
}

@media(min-width: 992px) {
    .bg-hero h1 {
        font-size: 3.75rem;
        line-height: 4.5rem;
        margin-bottom: 4rem;
    }
}

.bg-hero h5 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

@media(min-width: 992px) {
    .bg-hero h5 {
        font-size: 1.5rem;
    }
}

.bg-hero a {
    display: flex;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

    .bg-hero a:hover {
        text-decoration: none;
    }

    .bg-hero a svg {
        margin-right: .5rem;
    }

.bg-hero svg path {
    fill: #001135;
}

@media(min-width: 768px) {
    .bg-hero svg path {
        fill: #fff;
    }
}

@media(min-width: 768px) {
    .col-3 .col-3_item_image {
        height: 14rem;
    }
}

@media(min-width: 992px) {
    .col-3 .col-3_item_image {
        height: 20rem;
    }
}

@media all and (-ms-high-contrast: none) {
    .col-3 .col-3_item_image img {
        width: inherit !important;
    }
}

.mobile-full-width-container {
    margin: 0 auto;
    width: 100%;
    min-width: 0;
}

@media(min-width: 1200px) {
    .mobile-full-width-container {
        width: 1170px;
    }
}

.reassurance_content {
    margin-top: 3rem;
    text-align: center;
}

@media(min-width: 992px) {
    .reassurance_content {
        text-align: left;
    }
}

@media(min-width: 992px) {
    .reassurance_content .reassurance > div {
        display: flex;
        align-items: center;
    }
}

.reassurance_content a {
    display: block;
}

.reassurance_content img {
    max-width: 5rem;
    margin-bottom: 1rem;
}

@media(min-width: 992px) {
    .reassurance_content img {
        margin-right: 1rem;
        margin-bottom: 0;
    }
}

.reassurance_content p {
    display: inline-block;
    font-weight: 600;
    line-height: 1.1;
}

.reassurance_content span {
    display: block;
    line-height: 1.2;
}

.subnav-wrapper {
    width: 100%;
    margin-left: 0;
    padding: 0;
    text-align: left;
    display: block;
    margin-bottom: 0;
}

@media(min-width: 768px) {
    .subnav-wrapper {
        margin-left: 3rem;
        display: inline;
    }
}

.subnav-wrapper p {
    color: #9aa2ad;
    font-size: 1.2rem;
    opacity: .33;
}

.subnav-wrapper li {
    margin-right: 1rem;
    display: inline-block;
    width: auto;
    color: #4d5766;
    position: relative;
}

@media(min-width: 768px) {
    .subnav-wrapper li {
        margin: 0 .75rem;
    }
}

.subnav-wrapper li a {
    color: #4d5766;
    text-decoration: none;
}

.subnav-wrapper li:hover {
    cursor: pointer;
}

    .subnav-wrapper li:hover a {
        color: #4d5766;
        text-decoration: none;
    }

.subnav-wrapper li.active a:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: .5rem;
    height: 1px;
    width: 100%;
    background: #4d5766;
}

.page-products-steel .col-3 {
    clear: both;
}

    .page-products-steel .col-3 .col-3_title {
        text-align: center;
    }

    .page-products-steel .col-3 .col-3_container .col-3_item {
        padding-top: 4rem;
    }

@media (min-width:768px) {
    .page-products-steel .col-3 .col-3_container {
        display: table;
        width: 100%;
    }

        .page-products-steel .col-3 .col-3_container .col-3_item {
            display: table-cell;
            width: 33.3%;
            float: none;
            position: relative;
            padding-right: 2rem;
            padding-left: 2rem;
        }
}

.page-products-steel .col-3 .col-3_container .col-3_item .col-3_item_image {
    text-align: center;
    padding: 0 2rem 2rem;
}

    .page-products-steel .col-3 .col-3_container .col-3_item .col-3_item_image img {
        display: block;
        margin: auto;
        max-width: 100%;
        max-height: 50vh;
    }

@media (min-width:768px) {
    .page-products-steel .col-3 .col-3_container .col-3_item .col-3_item_image {
        padding: 0 2rem 4rem;
    }

        .page-products-steel .col-3 .col-3_container .col-3_item .col-3_item_image img {
            max-height: 100%;
        }

    .page-products-steel .col-3 .col-3_container .col-3_item .col-3_item_text {
        padding-bottom: 7rem;
    }
}

.page-products-steel .col-3 .col-3_container .col-3_item .col-3_item_text {
    padding-top: .5rem;
}

.page-products-steel .col-3 .col-3_container .col-3_item .col-3_item_icon {
    padding: 1rem 0;
    margin: 0;
}

    .page-products-steel .col-3 .col-3_container .col-3_item .col-3_item_icon .icon::before {
        width: 30px;
        height: 30px;
    }

@media (min-width:768px) {
    .page-products-steel .col-3 .col-3_container .col-3_item .col-3_item_icon .icon::before {
        width: 18px;
        height: 18px;
    }
}

@media (min-width:992px) {
    .page-products-steel .col-3 .col-3_container .col-3_item .col-3_item_icon .icon::before {
        width: 30px;
        height: 30px;
    }
}

.page-products-steel .col-3 .col-3_container .col-3_item .col-3_item_bottom {
    padding-top: 1rem;
}

    .page-products-steel .col-3 .col-3_container .col-3_item .col-3_item_bottom .col-3_item_bottom_price {
        font-size: 1.4rem;
        font-weight: 300;
    }

    .page-products-steel .col-3 .col-3_container .col-3_item .col-3_item_bottom .col-3_item_bottom_link {
        font-size: 1.2rem;
        color: #124191;
        font-weight: 600;
        margin: .6rem 0 0;
    }

.page-products-steel .section-product_lifestyle_weight {
    background-image: url(../../../../pages/products/steel/media/nokia-bcw-lifestyle1.html);
}

.page-products-steel .section-product_visual {
    background-image: url(../../../../pages/products/steel/media/nokia-bc-product.html);
}

.page-products-steel .section-product_blockquote {
    padding: 0;
}

    .page-products-steel .section-product_blockquote .blockquote-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

@media (min-width:768px) {
    .page-products-steel .col-3 .col-3_container .col-3_item .col-3_item_bottom {
        position: absolute;
        bottom: 0;
        padding-top: 0;
    }

    .page-products-steel .hero {
        min-height: calc(100vh - 144px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .page-products-steel .hero-bodyplus {
        height: 59vh;
        min-height: 25rem;
    }
}

.page-products-steel .hero-bodyplus {
    position: relative;
    flex: 1 0 auto;
}

    .page-products-steel .hero-bodyplus figure {
        width: 100%;
        background-image: linear-gradient(to right,rgba(0,0,0,.3),rgba(255,255,255,0) 80%),url(../../../../pages/products/steel/media/nokia-hero-steel_xs_2x.jpg);
        background-repeat: no-repeat;
        background-position: 60% 45%;
        position: absolute;
        height: 100%;
        background-size: cover;
        background-color: #fbfbfb;
    }

@media (min-width:768px) {
    .page-products-steel .hero-bodyplus figure {
        background-image: linear-gradient(to right,rgba(0,0,0,.3),rgba(255,255,255,0) 80%),url(../../../../pages/products/steel/media/nokia-hero-steel_lg.jpg);
    }
}

@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:192dpi) {
    .page-products-steel .hero-bodyplus figure {
        background-image: linear-gradient(to right,rgba(0,0,0,.3),rgba(255,255,255,0) 80%),url(../../../../pages/products/steel/media/nokia-hero-steel_md_2x.jpg);
    }
}

@media (min-width:992px) {
    .page-products-steel .hero-bodyplus {
        min-height: 28rem;
    }

        .page-products-steel .hero-bodyplus figure {
            background-image: linear-gradient(to right,rgba(0,0,0,.3),rgba(255,255,255,0) 80%),url(../../../../pages/products/steel/media/nokia-hero-steel_md_2x.jpg);
        }
}

@media (min-width:992px) and (-webkit-min-device-pixel-ratio:2),(min-width:992px) and (min-resolution:192dpi) {
    .page-products-steel .hero-bodyplus figure {
        background-image: linear-gradient(to right,rgba(0,0,0,.3),rgba(255,255,255,0) 80%),url(../../../../pages/products/steel/media/nokia-hero-steel_lg_2x.jpg);
    }
}

@media all and (-ms-high-contrast:none) {
    .page-products-steel .hero-bodyplus figure {
        background-image: linear-gradient(to right,rgba(0,0,0,.3),rgba(255,255,255,0) 80%),url(../../../../pages/products/steel/media/nokia-hero-steel_lg_2x.jpg);
    }
}

.page-products-steel .hero-bodyplus h1, .page-products-steel .hero-bodyplus h2, .page-products-steel .hero-bodyplus p {
    color: #fff;
}

.page-products-steel .hero-bodyplus .product-title {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-family: nokia-pure-headline-bold,Arial,Helvetica,sans-serif;
}

@media (min-width:768px) {
    .page-products-steel .hero-bodyplus .product-title {
        margin-top: 3rem;
        margin-bottom: 0;
        font-size: 2rem;
        line-height: 3.5rem;
    }
}

.page-products-steel .hero-bodyplus .product-description {
    font-size: 1.25rem;
    line-height: 2.5rem;
    margin: 0;
}

.page-products-steel .hero-bodyplus h2 {
    margin-top: 1rem;
}

@media (max-width:767px) {
    .page-products-steel .hero-bodyplus .content-txt {
        padding-top: 1rem;
        padding-bottom: 3rem;
    }

    .page-products-steel .hero-bodyplus h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}

.page-products-steel .hero-bodyplus-icon {
    position: relative;
    z-index: 1;
    transform: translateY(-2.5rem);
}

    .page-products-steel .hero-bodyplus-icon figure {
        width: 100%;
        height: 8rem;
        background-image: url(../../../../pages/products/steel/media/nokia-steel-subhero_xs_2x.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

@media (min-width:768px) {
    .page-products-steel .hero-bodyplus-icon {
        transform: none;
    }

        .page-products-steel .hero-bodyplus-icon figure {
            position: absolute;
            top: -33%;
            height: 20vh;
            background-image: url(../../../../pages/products/steel/media/nokia-steel-subhero_lg.png);
        }
}

@media (min-width:992px) {
    .page-products-steel .hero-bodyplus-icon figure {
        top: -17vh;
        height: 33vh;
    }
}

@media (min-width:1281px) {
    .page-products-steel .hero-bodyplus-icon figure {
        top: -100%;
        height: 45vh;
    }
}

@media (-webkit-min-device-pixel-ratio:2) and (min-width:1280px) and (max-height:850px) {
    .page-products-steel .hero-bodyplus-icon figure {
        top: -50%;
        height: 35vh;
    }
}

@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:192dpi) {
    .page-products-steel .hero-bodyplus-icon figure {
        background-image: url(../../../../pages/products/steel/media/nokia-steel-subhero_md_2x.png);
    }
}

@media (min-width:992px) {
    .page-products-steel .hero-bodyplus-icon figure {
        background-image: url(../../../../pages/products/steel/media/nokia-steel-subhero_md_2x.png);
    }
}

@media (min-width:992px) and (-webkit-min-device-pixel-ratio:2),(min-width:992px) and (min-resolution:192dpi) {
    .page-products-steel .hero-bodyplus-icon figure {
        background-image: url(../../../../pages/products/steel/media/nokia-steel-subhero_lg_2x.png);
    }
}

@media all and (-ms-high-contrast:none) {
    .page-products-steel .hero-bodyplus-icon figure {
        background-image: url(../../../../pages/products/steel/media/nokia-steel-subhero_lg_2x.png);
    }
}

.page-products-steel .hero-bodyplus-icon aside {
    padding: 1rem 0 2rem;
    background: #fff;
}

@media (min-width:768px) {
    .page-products-steel .hero-bodyplus-icon aside {
        padding: 6rem 0 3rem;
    }
}

@media (min-width:992px) {
    .page-products-steel .hero-bodyplus-icon aside {
        padding: 20vh 0 3rem;
    }
}

.page-products-steel .hero-bodyplus-icon aside .row-element {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width:768px) {
    .page-products-steel .hero-bodyplus-icon aside .row-element {
        justify-content: center;
        flex-wrap: nowrap;
    }
}

.page-products-steel .hero-bodyplus-icon .icon-hero {
    display: flex;
    align-items: center;
    padding-top: 1rem;
    width: 100%;
}

    .page-products-steel .hero-bodyplus-icon .icon-hero span {
        line-height: 1.5;
    }

    .page-products-steel .hero-bodyplus-icon .icon-hero svg {
        flex-shrink: 0;
        width: 2rem;
        height: 2rem;
        margin-right: 1rem;
    }

.page-products-steel .subhero-steel {
    position: relative;
    margin-top: 2rem;
    text-align: center;
}

@media (min-width:992px) {
    .page-products-steel .subhero-steel {
        margin-top: 0;
    }
}

.page-products-steel .subhero-steel .media-steel {
    left: 0;
    margin-top: 6%;
    margin-left: 7%;
    position: absolute;
    top: 50%;
    width: 55%;
    z-index: 9;
}

@media (min-width:992px) {
    .page-products-steel .subhero-steel .media-steel {
        margin-left: 0;
        margin-top: 9%;
        width: 22rem;
    }
}

.page-products-steel .subhero-steel .media-phone {
    float: right;
    margin-right: 8%;
    position: relative;
    width: 45%;
    z-index: 1;
}

.page-products-steel .steel-black {
    height: auto;
}

.page-products-steel .steel-black-face-container {
    display: flex;
    justify-content: center;
    position: relative;
}

@media (min-width:992px) {
    .page-products-steel .subhero-steel .media-phone {
        width: 18rem;
        margin-right: 0;
    }

    .page-products-steel .steel-black-face-container picture {
        width: 100%;
    }

    .page-products-steel .steel-black-face-container .steel-black-face {
        max-height: 80vh;
        width: 100%;
        object-fit: contain;
    }
}

.page-products-steel .steel-black-face-container .steel-black-activity {
    height: 6.7%;
    left: 48.3%;
    position: absolute;
    top: 55.65%;
    width: auto;
    transform: rotate(10deg);
    transform-origin: 83% 15.4%;
}

@media (min-width:992px) {
    .page-products-steel .steel-black-face-container .steel-black-activity {
        height: 7.8%;
        left: 45.3%;
    }
}

.page-products-steel .phone-nokia picture {
    margin: 0 auto;
    display: block;
    text-align: center;
    max-width: 43vh;
}

@media (max-width:991px) {
    .page-products-steel .steel-black-face-container .steel-black-face {
        max-height: 22rem;
    }

    .page-products-steel .phone-nokia picture {
        max-width: 30vh;
    }
}

.page-products-steel .section-product_col6_pwv {
    background: #f4f4f4;
    height: auto;
}

@media (min-width:768px) {
    .page-products-steel .hero-bodyplus-icon .icon-hero {
        padding-top: 0;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .page-products-steel .section-product_col6_pwv {
        height: 900px;
    }
}

.page-products-steel .section-product_col6_pwv .col6_pwv {
    background: #f4f4f4;
    padding-bottom: 3rem;
    padding-top: 5rem;
}

    .page-products-steel .section-product_col6_pwv .col6_pwv .col6-content, .page-products-steel .section-product_col6_pwv .col6_pwv .col6-media {
        margin-top: 0;
    }

@media (min-width:768px) {
    .page-products-steel .section-product_col6_pwv .col6_pwv {
        padding-bottom: 0;
        padding-top: 0;
    }

        .page-products-steel .section-product_col6_pwv .col6_pwv .col6-content, .page-products-steel .section-product_col6_pwv .col6_pwv .col6-media {
            margin-top: 450px;
            transform: translateY(-50%);
        }
}

.page-products-steel .section-product_textonly {
    height: auto;
    margin: 0;
}

@media (min-width:768px) {
    .page-products-steel .section-product_textonly {
        margin: 3rem 0;
    }
}

.page-products-steel .section-product_textonly .textonly-wrapper {
    margin: 0 auto;
    width: 100%;
}

@media (min-width:768px) {
    .page-products-steel .section-product_textonly .textonly-wrapper {
        width: 750px;
    }
}

@media (min-width:992px) {
    .page-products-steel .section-product_textonly .textonly-wrapper {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .page-products-steel .steel-black-face-container .steel-black-activity {
        top: 55.65%;
    }

    .page-products-steel .section-product_textonly .textonly-wrapper {
        width: 1170px;
    }
}

.page-products-steel .section-product_textonly .textonly-wrapper h5, .page-products-steel .section-product_textonly .textonly-wrapper p {
    color: #4d5766;
}

.page-products-steel .section-product_textonly .innovation-visual1, .page-products-steel .section-product_textonly .innovation-visual2 {
    margin-top: 4rem;
    margin-bottom: 3rem;
    height: 33vh;
    background-size: 100% auto;
}

.page-products-steel .section-product_textonly .innovation-visual1 {
    background-image: url(../../../../pages/products/steel/media/nokia-steel-sleeping_xs_2x.html);
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width:768px) {
    .page-products-steel .section-product_textonly .innovation-visual1 {
        background-image: url(../../../../pages/products/steel/media/nokia-steel-sleeping_lg.html);
    }
}

@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:192dpi) {
    .page-products-steel .section-product_textonly .innovation-visual1 {
        background-image: url(../../../../pages/products/steel/media/nokia-steel-sleeping_md_2x.html);
    }
}

@media (min-width:992px) {
    .page-products-steel .section-product_textonly .innovation-visual1 {
        background-image: url(../../../../pages/products/steel/media/nokia-steel-sleeping_md_2x.html);
    }
}

@media (min-width:992px) and (-webkit-min-device-pixel-ratio:2),(min-width:992px) and (min-resolution:192dpi) {
    .page-products-steel .section-product_textonly .innovation-visual1 {
        background-image: url(../../../../pages/products/steel/media/nokia-steel-sleeping_lg_2x.html);
    }
}

@media all and (-ms-high-contrast:none) {
    .page-products-steel .section-product_textonly .innovation-visual1 {
        background-image: url(../../../../pages/products/steel/media/nokia-steel-sleeping_lg_2x.html);
    }
}

.page-products-steel .section-product_textonly .innovation-visual2 {
    background-image: url(../../../../pages/products/steel/media/nokia-steel-street_xs_2x.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width:768px) {
    .page-products-steel .section-product_textonly .innovation-visual2 {
        background-image: url(../../../../pages/products/steel/media/nokia-steel-street_lg.jpg);
    }
}

@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:192dpi) {
    .page-products-steel .section-product_textonly .innovation-visual2 {
        background-image: url(../../../../pages/products/steel/media/nokia-steel-street_md_2x.jpg);
    }
}

@media (min-width:992px) {
    .page-products-steel .section-product_textonly .innovation-visual2 {
        background-image: url(../../../../pages/products/steel/media/nokia-steel-street_md_2x.jpg);
    }
}

@media (min-width:992px) and (-webkit-min-device-pixel-ratio:2),(min-width:992px) and (min-resolution:192dpi) {
    .page-products-steel .section-product_textonly .innovation-visual2 {
        background-image: url(../../../../pages/products/steel/media/nokia-steel-street_lg_2x.jpg);
    }
}

@media all and (-ms-high-contrast:none) {
    .page-products-steel .section-product_textonly .innovation-visual2 {
        background-image: url(../../../../pages/products/steel/media/nokia-steel-street_lg_2x.jpg);
    }
}

.page-products-steel aside img {
    display: block;
    max-height: 300px;
    margin: 0 auto 30px;
}

.page-products-steel .product-gallery-img .swiper-slide img {
    max-height: 80vh;
}

.page-products-steel .bg-full-width {
    padding: 12rem 0;
    background-repeat: no-repeat;
    background-size: cover;
}

    .page-products-steel .bg-full-width.bg-lifestyle {
        background-image: linear-gradient(to right,rgba(34,37,46,.9),rgba(255,255,255,0) 80%),url(../../../../pages/products/steel/media/nokia-steel-activity_xs_2x.jpg);
        background-repeat: no-repeat;
        background-position: center;
    }

@media (min-width:768px) {
    .page-products-steel .bg-full-width.bg-lifestyle {
        background-image: linear-gradient(to right,rgba(34,37,46,.9),rgba(255,255,255,0) 80%),url(../../../../pages/products/steel/media/nokia-steel-activity_lg.jpg);
    }
}

@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:192dpi) {
    .page-products-steel .bg-full-width.bg-lifestyle {
        background-image: linear-gradient(to right,rgba(34,37,46,.9),rgba(255,255,255,0) 80%),url(../../../../pages/products/steel/media/nokia-steel-activity_md_2x.jpg);
    }
}

@media (min-width:992px) {
    .page-products-steel .bg-full-width.bg-lifestyle {
        background-image: linear-gradient(to right,rgba(34,37,46,.9),rgba(255,255,255,0) 80%),url(../../../../pages/products/steel/media/nokia-steel-activity_md_2x.jpg);
    }
}

@media (min-width:992px) and (-webkit-min-device-pixel-ratio:2),(min-width:992px) and (min-resolution:192dpi) {
    .page-products-steel .bg-full-width.bg-lifestyle {
        background-image: linear-gradient(to right,rgba(34,37,46,.9),rgba(255,255,255,0) 80%),url(../../../../pages/products/steel/media/nokia-steel-activity_lg_2x.jpg);
    }
}

@media all and (-ms-high-contrast:none) {
    .page-products-steel .bg-full-width.bg-lifestyle {
        background-image: linear-gradient(to right,rgba(34,37,46,.9),rgba(255,255,255,0) 80%),url(../../../../pages/products/steel/media/nokia-steel-activity_lg_2x.jpg);
    }
}

.page-products-steel .bg-full-width.bg-lifestyle2 {
    background-image: linear-gradient(to right,rgba(34,37,46,.9),rgba(255,255,255,0) 80%),url(../../../../pages/products/steel/media/nokia-steel-lifestyle2_xs_2x.jpg);
    background-repeat: no-repeat;
    background-position: center 70%;
    color: #fff;
}

@media (min-width:768px) {
    .page-products-steel .bg-full-width.bg-lifestyle2 {
        background-image: linear-gradient(to right,rgba(34,37,46,.9),rgba(255,255,255,0) 80%),url(../../../../pages/products/steel/media/nokia-steel-lifestyle2_lg.jpg);
    }

    .page-products-steel .bg-full-width {
        padding: 15rem 0;
    }
}

@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:192dpi) {
    .page-products-steel .bg-full-width.bg-lifestyle2 {
        background-image: linear-gradient(to right,rgba(34,37,46,.9),rgba(255,255,255,0) 80%),url(../../../../pages/products/steel/media/nokia-steel-lifestyle2_md_2x.jpg);
    }
}

@media (min-width:992px) {
    .page-products-steel .bg-full-width.bg-lifestyle2 {
        background-image: linear-gradient(to right,rgba(34,37,46,.9),rgba(255,255,255,0) 80%),url(../../../../pages/products/steel/media/nokia-steel-lifestyle2_md_2x.jpg);
    }
}

@media (min-width:992px) and (-webkit-min-device-pixel-ratio:2),(min-width:992px) and (min-resolution:192dpi) {
    .page-products-steel .bg-full-width.bg-lifestyle2 {
        background-image: linear-gradient(to right,rgba(34,37,46,.9),rgba(255,255,255,0) 80%),url(../../../../pages/products/steel/media/nokia-steel-lifestyle2_lg_2x.jpg);
    }
}

@media all and (-ms-high-contrast:none) {
    .page-products-steel .bg-full-width.bg-lifestyle2 {
        background-image: linear-gradient(to right,rgba(34,37,46,.9),rgba(255,255,255,0) 80%),url(../../../../pages/products/steel/media/nokia-steel-lifestyle2_lg_2x.jpg);
    }
}

.page-products-steel .steel-activity-rotate {
    animation: activityRotation ease-out 4.8s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
}

@keyframes activityRotation {
    0% {
        transform: rotate(-240deg);
    }

    100% {
        transform: rotate(29deg);
    }
}

.page-products-steel .section-product_visual {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: inline-block;
    height: 50vh;
    margin-bottom: 0;
    width: 100%;
}

@media (min-width:768px) {
    .page-products-steel .section-product_visual {
        height: 1380px;
    }

    .page-products-steel .col-3 .col-3_item_image {
        height: 14rem;
    }
}

@media (min-width:992px) {
    .page-products-steel .col-3 .col-3_item_image {
        height: 20rem;
    }
}

