.bcorp-content .navigation-bar {
    display: block;
    padding: 0.9375rem 0;
    background-color: #fff;
}

.bcorp-content .navigation-bar .v-tabs-bar__content {
    flex: none;
}

.bcorp-content .navigation-bar .v-tab {
    color: #17171a !important;
    line-height: 1.2;
    font-size: 1rem;
    letter-spacing: .052rem;
    text-transform: uppercase;
    padding: 1.75rem 0 1.6875rem;
    min-width: auto;
    margin-right: 40px;
}

.bcorp-content .navigation-bar .active .nuxt-link-active {
    font-weight: 700;
    font-size: 1rem;
}

.bcorp-content .navigation-bar .v-slide-group__wrapper {
    justify-content: center;
}

.pb9 {
    padding-bottom: 5rem;
}

.pt9 {
    padding-top: 5rem;
}

.nb-hero {
    display: block;
}

.nb-container {
    display: block;
}

.nb-container>section {
    position: relative;
}

.nb-container .cb-bg-color,
.nb-container .cb-bg-img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.nb-container .cb-bg-img {
    background-position: 50%;
    background-size: cover;
}

.nb-container {
    display: block
}

.nb-container>section {
    position: relative
}

.nb-container .cb-bg-color,
.nb-container .cb-bg-img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.nb-container .cb-bg-img {
    background-position: 50%;
    background-size: cover
}

.nb-container .cb-inner {
    margin: 0 1rem;
    position: relative;
    width: auto
}


.pt0 {
    padding-top: 0
}

.pb0 {
    padding-bottom: 0
}

.pt1 {
    padding-top: .125rem
}

.pb1 {
    padding-bottom: .125rem
}

.pt2 {
    padding-top: .25rem
}

.pb2 {
    padding-bottom: .25rem
}

.pt3 {
    padding-top: .5rem
}

.pb3 {
    padding-bottom: .5rem
}

.pt4 {
    padding-top: 1rem
}

.pb4 {
    padding-bottom: 1rem
}

.pt5 {
    padding-top: 1.5rem
}

.pb5 {
    padding-bottom: 1.5rem
}

.pt6 {
    padding-top: 2rem
}

.pb6 {
    padding-bottom: 2rem
}

.pt7 {
    padding-top: 2.5rem
}

.pb7 {
    padding-bottom: 2.5rem
}

.pt8 {
    padding-top: 4rem
}

.pb8 {
    padding-bottom: 4rem
}

.pt9 {
    padding-top: 5rem
}

.pb9 {
    padding-bottom: 5rem
}

.pt10 {
    padding-top: 7.5rem
}

.pb10 {
    padding-bottom: 7.5rem
}

@media screen and (min-width:768px) {
    .nb-container .cb-inner {
        box-sizing: content-box;
        margin: 0 auto;
        max-width: 45.5rem;
        padding: 0 1rem
    }
}

@media screen and (min-width:1024px) {
    .nb-container .cb-inner {
        max-width: 72.5rem
    }
}


@media screen and (max-width:767px) {
    .pt0 {
        padding-top: 0
    }

    .pb0 {
        padding-bottom: 0
    }

    .pt1 {
        padding-top: .125rem
    }

    .pb1 {
        padding-bottom: .125rem
    }

    .pt2 {
        padding-top: .25rem
    }

    .pb2 {
        padding-bottom: .25rem
    }

    .pt3 {
        padding-top: .5rem
    }

    .pb3 {
        padding-bottom: .5rem
    }

    .pt4 {
        padding-top: 1rem
    }

    .pb4 {
        padding-bottom: 1rem
    }

    .pt5 {
        padding-top: 1rem
    }

    .pb5 {
        padding-bottom: 1rem
    }

    .pt6 {
        padding-top: 1.5rem
    }

    .pb6 {
        padding-bottom: 1.5rem
    }

    .pt7 {
        padding-top: 2rem
    }

    .pb7 {
        padding-bottom: 2rem
    }

    .pt8 {
        padding-top: 2.5rem
    }

    .pb8 {
        padding-bottom: 2.5rem
    }

    .pt9 {
        padding-top: 4rem
    }

    .pb9 {
        padding-bottom: 4rem
    }

    .pt10 {
        padding-top: 5rem
    }

    .pb10 {
        padding-bottom: 5rem
    }
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 16px;
    overflow-x: hidden;
    width: 100%
}

* {
    box-sizing: border-box;
    font-family: NespressoLucas, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0
}

main {
    background: #faf9f8;
    color: #17171a
}

button {
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer
}

a {
    text-decoration: none
}

a[href^="tel:"] {
    white-space: nowrap
}

svg:empty {
    height: 1rem;
    width: 1rem
}

label,
select {
    cursor: pointer
}

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

fieldset {
    border: 0
}

[contentEditable=true]:focus,
[tabindex]:focus,
a:focus,
button:focus,
iframe:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0
}

main footer {
    background: none;
    height: auto
}

.sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    color: inherit;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.scroll-lock {
    overflow: hidden !important;
    width: auto
}

.lazy-load {
    opacity: 0;
    transition: opacity .3s ease-in-out;
    will-change: opacity
}

.lazy-loaded,
.lazy-loaded-error {
    opacity: 1
}

@font-face {
    font-display: swap;
    font-family: NespressoLucas;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/NespressoLucas-Light.ttf') format("truetype");
}

@font-face {
    font-display: swap;
    font-family: NespressoLucas;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NespressoLucas-Regular.ttf') format("truetype");
}

@font-face {
    font-display: swap;
    font-family: NespressoLucas;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/NespressoLucas-Med.ttf') format("truetype");
}

@font-face {
    font-display: swap;
    font-family: NespressoLucas;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/NespressoLucas-Bold.ttf') format("truetype");
}

.h-3xl-700,
.h-3xl-700-sl {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: .25rem;
    line-height: 1.3;
    text-transform: uppercase
}

.h-3xl-700-sl {
    line-height: 1.2
}

.h-3xl-300,
.h-3xl-300-sl {
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: .25rem;
    line-height: 1.3;
    text-transform: uppercase
}

.h-3xl-300-sl {
    line-height: 1.2
}

.h-2xl-700,
.h-2xl-700-sl {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: .25rem;
    line-height: 1.3;
    text-transform: uppercase
}

.h-2xl-700-sl {
    line-height: 1.2
}

.h-2xl-300,
.h-2xl-300-sl {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: .25rem;
    line-height: 1.3;
    text-transform: uppercase
}

.h-2xl-300-sl {
    line-height: 1.2
}

.h-xl-700,
.h-xl-700-sl {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: .25rem;
    line-height: 1.3;
    text-transform: uppercase
}

.h-xl-700-sl {
    line-height: 1.2
}

.h-xl-300,
.h-xl-300-sl {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: .25rem;
    line-height: 1.3;
    text-transform: uppercase
}

.h-xl-300-sl {
    line-height: 1.2
}

.h-lg-700-caps,
.h-lg-700-caps-sl {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .1875rem;
    line-height: 1.5;
    text-transform: uppercase
}

.h-lg-700-caps-sl {
    line-height: 1.2
}

.h-lg-500-caps,
.h-lg-500-caps-sl {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: .1875rem;
    line-height: 1.5;
    text-transform: uppercase
}

.h-lg-500-caps-sl {
    line-height: 1.2
}

.h-lg-300-caps,
.h-lg-300-caps-sl {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .1875rem;
    line-height: 1.5;
    text-transform: uppercase
}

.h-lg-300-caps-sl {
    line-height: 1.2
}

.h-lg-700,
.h-lg-700-sl {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .1875rem;
    line-height: 1.5
}

.h-lg-700-sl {
    line-height: 1.2
}

.h-lg-500,
.h-lg-500-sl {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: .1875rem;
    line-height: 1.5
}

.h-lg-500-sl {
    line-height: 1.2
}

.h-lg-300,
.h-lg-300-sl {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .1875rem;
    line-height: 1.5
}

.h-lg-300-sl {
    line-height: 1.2
}

.t-md-700-caps,
.t-md-700-caps-sl {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .0625rem;
    line-height: 1.3;
    text-transform: uppercase
}

.t-md-700-caps-sl {
    line-height: 1.2
}

.t-md-400-caps,
.t-md-400-caps-sl {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: .0625rem;
    line-height: 1.3;
    text-transform: uppercase
}

.t-md-400-caps-sl {
    line-height: 1.2
}

.t-md-700,
.t-md-700-sl {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .0625rem;
    line-height: 1.5
}

.t-md-700-sl {
    line-height: 1.2
}

.t-md-400,
.t-md-400-sl {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: .0625rem;
    line-height: 1.3
}

.t-md-400-sl {
    line-height: 1.2
}

.t-sm-700-caps,
.t-sm-700-caps-sl {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0625rem;
    line-height: 1.3;
    text-transform: uppercase
}

.t-sm-700-caps-sl {
    line-height: 1.2
}

.t-sm-500-cta {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .125rem;
    line-height: 1;
    text-transform: uppercase
}

.t-sm-400-caps,
.t-sm-400-sl-caps {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .0625rem;
    line-height: 1.3;
    text-transform: uppercase
}

.t-sm-400-sl-caps {
    line-height: 1.2
}

.t-sm-500-caps,
.t-sm-500-caps-sl {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .0625rem;
    line-height: 1.3;
    text-transform: uppercase
}

.t-sm-500-caps-sl {
    line-height: 1.2
}

.t-sm-700,
.t-sm-700-sl {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0625rem;
    line-height: 1.5
}

.t-sm-700-sl {
    line-height: 1.2
}

.t-sm-500,
.t-sm-500-sl {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .0625rem;
    line-height: 1.5
}

.t-sm-500-sl {
    line-height: 1.2
}

.t-sm-400,
.t-sm-400-sl {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .0625rem;
    line-height: 1.5
}

.t-sm-400-sl {
    line-height: 1.2
}

.t-xs-700-caps,
.t-xs-700-caps-sl {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .125rem;
    line-height: 1.3;
    text-transform: uppercase
}

.t-xs-700-caps-sl {
    line-height: 1.2
}

.t-xs-500-caps,
.t-xs-500-caps-sl {
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .125rem;
    line-height: 1.3;
    text-transform: uppercase
}

.t-xs-500-caps-sl {
    line-height: 1.2
}

.t-xs-700,
.t-xs-700-sl {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0625rem;
    line-height: 1.5
}

.t-xs-700-sl {
    line-height: 1.2
}

.t-xs-500,
.t-xs-500-sl {
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .0625rem;
    line-height: 1.5
}

.t-xs-500-sl {
    line-height: 1.2
}

.t-2xs-700,
.t-2xs-700-sl {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0625rem;
    line-height: 1.5
}

.t-2xs-700-sl {
    line-height: 1.2
}

.t-2xs-500,
.t-2xs-500-sl {
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .0625rem;
    line-height: 1.5
}

.t-2xs-500-sl {
    line-height: 1.2
}

.t-3xs-700,
.t-3xs-700-sl {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .125rem;
    line-height: 1.3;
    text-transform: uppercase
}

.t-3xs-700-sl {
    line-height: 1.2
}

.t-3xs-500,
.t-3xs-500-sl {
    font-size: .625rem;
    font-weight: 500;
    letter-spacing: .125rem;
    line-height: 1.3;
    text-transform: uppercase
}

.t-3xs-500-sl {
    line-height: 1.2
}

.wysiwyg>:not(:last-child) {
    margin-bottom: 1rem
}

.wysiwyg strong {
    font-weight: 700
}

.wysiwyg a {
    -webkit-text-decoration-skip: ink;
    color: #876c43;
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    transition: color .3s ease-in-out
}

.mouseUser .wysiwyg a:hover {
    color: #655032
}

.keyboardUser .wysiwyg a:focus {
    color: #57a7f0
}

.wysiwyg ol,
.wysiwyg ul {
    margin-left: 1.5rem
}

.wysiwyg ul {
    list-style: disc
}

.wysiwyg li:not(last-child) {
    margin-bottom: .5rem
}

.wysiwyg ol li::marker {
    font-weight: 700
}

@media screen and (max-width:767px) {

    .h-2xl-300,
    .h-2xl-300-sl,
    .h-2xl-700,
    .h-2xl-700-sl,
    .h-3xl-300,
    .h-3xl-300-sl,
    .h-3xl-700,
    .h-3xl-700-sl {
        font-size: 2rem
    }

    .h-xl-300,
    .h-xl-300-sl,
    .h-xl-700,
    .h-xl-700-sl {
        font-size: 1.625rem
    }
}

.nb-hero {
    display: block
}

.nb-hero .nb-container .cb-inner {
    text-align: center;
    color: #fff;
}

.nb-hero h1,
.nb-hero h3 {
    padding-bottom: 1rem
}

.nb-hero h3 {
    color: #6f6f70;
    font-size: 1.25rem;
    letter-spacing: .125rem;
    text-transform: uppercase
}

@media screen and (min-width:768px) {
    .nb-hero.hasPlpAfter .nb-container .cb-inner {
        padding-bottom: 2.5rem
    }
}

.nb-context {
    display: block
}

.nb-context>.nb-container .cb-inner {
    text-align: center
}

.nb-context>.nb-container .cb-inner>:first-child {
    margin-bottom: 1.5rem
}

.nb-context>.nb-container .cb-inner>:last-child {
    margin-bottom: 0
}

.nb-context>.nb-container .cb-inner>img {
    height: auto;
    margin-top: -1rem;
    max-width: 37.5rem
}

.nb-context>.nb-container .cb-inner>p {
    margin: 0 auto 2rem
}

.nb-context>.nb-container .cb-inner>.h-lg-300-sl {
    text-transform: uppercase
}

.nb-context>.nb-container .cb-inner>p:last-child {
    margin-bottom: 0
}

@media screen and (min-width:1025px) {
    .nb-context>.nb-container .cb-inner {
        max-width: 60rem
    }
}

@media screen and (max-width:767px) {
    .nb-context>.nb-container .cb-inner>img {
        height: auto;
        max-width: 100%
    }
}

.ProductDetailsBody .ResponsiveContainer {
    max-width: 100%
}

.ProductDetailsBody {
    padding: 0
}

.ProductDetailsBody__VAT,
.ResponsiveContainer .ProductDetailsBodyInformation:not(:first-child) {
    margin: 0 auto;
    max-width: 996px;
    width: 95%
}

.c-pdp-video .ProductListElement__price {
    margin: 0 auto
}

.c-Container[data-contrast=light],
.c-Container[data-contrast=light] .c-Heading,
.c-Container[data-contrast=light] .c-Paragraph {
    color: #000
}

.c-Container[data-contrast=dark],
.c-Container[data-contrast=dark] .c-Heading,
.c-Container[data-contrast=dark] .c-Paragraph {
    color: #fff
}

.c-pdp-video {
    font-family: NespressoLucas, Helvetica, Arial, sans-serif;
    padding: 36px 0;
    width: 100%
}

.c-pdp-video n-pdp-video-button[label_video_color=dark] .c-pdp-video__player__splash__play,
.c-pdp-video n-pdp-video-button[label_video_color=dark] .c-pdp-video__player__splash__play .c-Cta--primary-transparent {
    color: #000
}

.c-pdp-video n-pdp-video-button[label_video_color=dark] .c-pdp-video__player__splash__play__icon {
    fill: #000
}

.c-pdp-video n-pdp-video-button[label_video_color=light] .c-pdp-video__player__splash__play,
.c-pdp-video n-pdp-video-button[label_video_color=light] .c-pdp-video__player__splash__play .c-Cta--primary-transparent {
    color: #fff
}

.c-pdp-video n-pdp-video-button[label_video_color=light] .c-pdp-video__player__splash__play__icon {
    fill: #fff
}

.c-pdp-video .c-Cta {
    border: none !important;
    box-shadow: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    outline: none;
}

.c-pdp-video .c-Cta:after {
    display: none !important
}

.c-pdp-video .c-Cta .c-Cta__text {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px
}

.c-pdp-video .c-Cta:hover {
    box-shadow: none
}

.c-pdp-video .c-Popin {
    background-color: #000;
    border-radius: 0;
    box-shadow: none;
    display: table;
    height: 100%;
    max-height: 100%;
    padding: 0;
    table-layout: fixed;
    width: calc(100% + 1px)
}

.c-pdp-video .c-Popin .c-Zone {
    display: block;
    height: 100%
}

.c-pdp-video .c-Popin .c-Zone__content,
.c-pdp-video .c-Popin .c-Zone__headline,
.c-pdp-video .c-Popin .c-Zone__item {
    display: block;
    height: 100%;
    max-width: 100%
}

.c-pdp-video .c-Popin .c-Popin__close {
    right: 49%;
    top: 10px
}

.c-pdp-video .c-Popin .c-Popin__headline {
    display: none
}

.c-pdp-video__container .c-Container__inner {
    margin: 0;
    color: #fff;
}

.c-pdp-video__background {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 322px 445px;
    height: 493px;
    position: relative
}

.c-pdp-video__player {
    height: 445px;
    position: absolute;
    right: 20px;
    top: 48px;
    width: 90%
}

.c-pdp-video__player__splash {
    align-items: center;
    background-repeat: no-repeat;
    display: flex;
    height: 100%;
    justify-content: center;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: opacity 1.5s ease-in-out, visibility 2s linear;
    visibility: visible;
    width: 100%
}

.c-pdp-video__player__splash__play {
    background: transparent;
    border: none;
    cursor: pointer;
    flex: 0 0 auto;
    font-size: 16px;
    height: 80px;
    letter-spacing: 2px;
    position: relative;
    width: 280px
}

.c-pdp-video__player__splash__play__icon {
    display: inline-block;
    margin-left: 5px;
    margin-top: -1px;
    position: absolute
}

.c-pdp-video__player__splash__fade {
    opacity: 0;
    visibility: hidden
}

.c-pdp-video.c-pdp-video--has-description .c-pdp-video__background {
    background-size: 347px 494px;
    height: 684px;
    position: relative;
    width: 600px
}

.c-pdp-video.c-pdp-video--has-description .c-pdp-video__player {
    height: 371px;
    left: 50px;
    right: auto;
    top: 60.5px;
    width: 548px
}

.c-pdp-video.c-pdp-video--has-description .c-pdp-video__description {
    left: 598px;
    padding-left: 40px;
    position: absolute;
    top: 66.5px;
    width: 320px
}

.c-pdp-video.c-pdp-video--has-description .c-pdp-video__description .c-Cta {
    display: block;
    margin-bottom: 20px
}

.c-pdp-video.c-pdp-video--has-description .c-pdp-video__description .c-Heading,
.c-pdp-video.c-pdp-video--has-description .c-pdp-video__description .c-Paragraph {
    display: block
}

.c-pdp-video.c-pdp-video--has-description .c-pdp-video__description .c-Paragraph {
    margin-bottom: 10px
}

@media (max-width:640px) {
    .ProductDetails .ProductDetailsBody {
        padding-top: 0 !important
    }
}

@media screen and (min-width:820px) {
    .c-pdp-video__container .c-Container__inner {
        margin: 0 auto
    }

    .c-pdp-video__background {
        background-size: 497px 684px;
        height: 684px
    }

    .c-pdp-video__player {
        height: 551px;
        top: 66.5px;
        width: 828px
    }
}

@media (max-width:750px) {
    .c-pdp-video .c-Popin {
        right: 0
    }
}

.nb-image-text {
    display: block
}

.nb-image-text .cb-inner {
    flex-direction: column
}

.nb-image-text.mobile-top .cb-inner {
    display: flex;
    flex-direction: column-reverse
}

.nb-image-text nb-cta .button--cta {
    display: inline-block !important;
    width: auto !important
}

.nb-image-text .caption {
    display: flex;
    flex-basis: 42%;
    flex-direction: column;
    text-align: left;
}

.nb-image-text .caption>*+* {
    margin-top: 1.5rem
}

.nb-image-text .caption nb-cta:first-child {
    margin-bottom: 1.5rem;
    margin-right: 1.5rem
}

.nb-image-text .cover {
    margin-top: 2rem
}

.nb-image-text .cover-secondary {
    padding-top: 1.5rem;
    position: relative
}

.nb-image-text .content {
    list-style-type: none
}

.nb-image-text .content :first-child {
    margin-top: 0
}

.nb-image-text .content p {
    margin-top: 1rem
}

.nb-image-text .content blockquote {
    border-left: 2px solid #876c43;
    line-height: 1.2;
    margin: 1.5rem 0 0;
    padding: 0 0 0 1rem
}

.nb-image-text .content li nb-icon {
    display: inline-block;
    margin-bottom: -.5rem;
    margin-right: .5rem
}

.nb-image-text .content li svg {
    height: 1.5rem
}

.nb-image-text .content li+li {
    margin-top: .5rem
}

.nb-image-text .content ul.nespresso-list-tick li {
    display: flex;
    flex-direction: column;
    margin: 0 0 18px;
    padding-left: 36px;
    position: relative
}

.nb-image-text .content ul.nespresso-list-tick li:before {
    height: 8px;
    top: 8px;
    width: 2px
}

.nb-image-text .content ul.nespresso-list-tick li:after,
.nb-image-text .content ul.nespresso-list-tick li:before {
    background-color: #454547;
    content: "";
    left: 0;
    position: absolute;
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom
}

.nb-image-text .content ul.nespresso-list-tick li:after {
    height: 2px;
    top: 14px;
    width: 16px
}

.nb-image-text .content ul.nespresso-list-tick li>p {
    margin-top: 0
}

.nb-image-text .visual,
.nb-image-text img {
    display: block;
    width: 100%
}

.nb-image-text .visual {
    position: relative;
    transition: box-shadow .3s ease-in-out
}

.nb-image-text .visual.secondary {
    position: absolute;
    top: 0;
    width: 62.5%
}

.nb-image-text .visual nb-icon {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 6rem;
    transition: .3s ease-in-out;
    transition-property: border, transform;
    width: 6rem
}

.nb-image-text .visual nb-icon,
.nb-image-text .visual nb-icon svg {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.nb-image-text .visual nb-icon svg {
    fill: #fff;
    height: 2rem;
    width: 2rem
}

.mouseUser .nb-image-text .visual:hover nb-icon {
    transform: translate(-50%, -50%) scale(1.05)
}

.keyboardUser .nb-image-text .visual:focus {
    box-shadow: 0 0 0 .125rem #57a7f0;
    outline: 0
}

.keyboardUser .nb-image-text .visual:focus nb-icon {
    border-color: #57a7f0;
    transform: translate(-50%, -50%) scale(1.05)
}

.keyboardUser .nb-image-text .visual:focus nb-icon svg {
    fill: #57a7f0
}

.nb-image-text.text-left .secondary {
    left: 0
}

.nb-image-text.text-right .secondary {
    right: 0
}

.nb-image-text.has-video .visual.secondary {
    height: 100%;
    width: auto
}

@media screen and (min-width:768px) {

    .nb-image-text .cb-inner,
    .nb-image-text.mobile-top .cb-inner {
        align-items: center;
        display: flex;
        flex-direction: row-reverse
    }

    .nb-image-text.text-right .cb-inner,
    .nb-image-text.text-right.mobile-top {
        flex-direction: row
    }

    .nb-image-text .cta-holder {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .nb-image-text nb-cta .button--cta {
        display: inline-flex !important
    }

    .nb-image-text.text-left .caption {
        padding-left: 2.5rem
    }

    .nb-image-text.text-right .caption {
        padding-right: 2.5rem
    }
}

@media screen and (max-width:767px) {
    .nb-image-text.text-left .cover-secondary {
        padding-left: 2.5rem
    }

    .nb-image-text.text-right .cover-secondary {
        padding-right: 2.5rem
    }

    .nb-image-text.has-video .cover-secondary {
        padding-bottom: 2.5rem;
        padding-top: 2.5rem
    }

    .nb-image-text.has-video.text-left .cover-secondary {
        padding-left: 0
    }

    .nb-image-text.has-video.text-right .cover-secondary {
        padding-right: 0
    }

    .nb-image-text.mobile-top .cover {
        margin-bottom: 2rem;
        margin-top: 0
    }

    .nb-image-text .visual.secondary {
        width: 55%
    }

    .nb-image-text.has-video .cover-secondary {
        padding-bottom: 0
    }

    .nb-image-text.has-video .visual.secondary {
        height: auto;
        width: 86%
    }

    .nb-image-text.has-video.text-left .secondary {
        left: -1rem
    }

    .nb-image-text.has-video.text-right .secondary {
        right: -1rem
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .cover {
        flex-basis: 58%
    }

    .nb-image-text .cover-secondary {
        padding-top: 1.5rem
    }

    .nb-image-text.text-left .cover-secondary {
        padding-left: 4rem
    }

    .nb-image-text.text-right .cover-secondary {
        padding-right: 4rem
    }

    .nb-image-text.has-video .cover-secondary {
        padding-bottom: 2.5rem;
        padding-top: 2.5rem
    }
}

@media screen and (min-width:1024px) {
    .nb-image-text .cover {
        flex-basis: 58%
    }

    .nb-image-text .cover-secondary {
        padding-top: 2rem;
        position: relative
    }

    .nb-image-text.text-left .cover-secondary {
        padding-left: 5rem
    }

    .nb-image-text.text-right .cover-secondary {
        padding-right: 5rem
    }

    .nb-image-text.has-video .cover-secondary {
        padding-bottom: 4rem;
        padding-top: 4rem
    }
}

.nb-container .white_1000 {
    background-color: #fff;
}

.h-2xl-300-sl p {
    margin-bottom: 0px !important;
}

.c-Hero-short {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    font-family: NespressoLucas, Helvetica, Arial, sans-serif;
    min-height: 280px;
    overflow: hidden
}

.c-Hero-short__content {
    margin: 0 auto;
    max-width: 310px;
    padding: 30px 0;
    text-align: center
}

.c-Hero-short__content__icons {
    margin-bottom: 16px
}

.c-Hero-short__content__icons__icon {
    margin: 0 16px
}

.c-Hero-short__content__heading .c-Heading__l {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 32px;
    margin: 0;
    text-align: center
}

.c-Hero-short__content__description {
    margin-top: 16px
}

.c-Hero-short__content__description .c-Paragraph {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 24px;
    margin: 0;
    text-align: center;
    text-transform: uppercase
}

.c-Hero-short__content__cta {
    margin-top: 16px
}

.c-Hero-short__content__cta .c-Cta {
    margin: 0
}

.c-Container .c-Hero-short[data-contrast=light] {
    color: #000
}

.c-Container .c-Hero-short[data-contrast=dark] {
    color: #fff
}

@media screen and (min-width:768px) {
    .c-Hero-short {
        min-height: 400px
    }

    .c-Hero-short__content {
        margin: 0 auto;
        max-width: 640px;
        padding: 54px 0
    }

    .c-Hero-short__content__icons {
        margin-bottom: 24px
    }

    .c-Hero-short__content__heading .c-Heading__l {
        font-size: 48px;
        letter-spacing: 12px;
        line-height: 64px;
        text-align: center
    }

    .c-Hero-short__content__description {
        margin-top: 24px
    }

    .c-Hero-short__content__description .c-Paragraph {
        font-size: 24px;
        letter-spacing: 8px;
        line-height: 32px;
        text-align: center
    }

    .c-Hero-short__content__cta {
        margin-top: 24px
    }
}

.t-sm-400>p {
    margin-bottom: 0 !important;
}

.c-Zone,
.c-Zone:after,
.c-Zone:before,
.c-Zone__content,
.c-Zone__headline,
.c-Zone__item {
    border: 0;
    margin: 0;
    padding: 0
}

.c-Zone,
.c-Zone *,
.c-Zone:after,
.c-Zone:before {
    box-sizing: border-box
}

.c-Zone {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    align-items: center;
    background: transparent;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0 auto
}

.c-Zone,
.c-Zone__item {
    flex-basis: 100%;
    flex-shrink: 0;
    min-height: 400px;
    position: relative;
    width: 100%
}

.c-Zone__item {
    flex-grow: 0;
    max-width: 996px
}

.c-Zone__content {
    align-items: center;
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center
}

.c-Zone--auto-height .c-Zone__content,
.c-Zone--container>.c-Zone__item,
.c-Zone.c-Zone--auto-height,
.c-Zone.c-Zone--container {
    height: auto
}

.c-Zone--container>.c-Zone__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 32px
}

.c-Zone--top .c-Zone__content {
    justify-content: flex-start
}

.c-Zone--center .c-Zone__content,
.c-Zone--top .c-Zone__content {
    align-items: center;
    text-align: center
}

.c-Zone--left .c-Zone__content {
    align-items: flex-start
}

.c-Zone--right .c-Zone__content {
    align-items: flex-end
}

.c-Zone__headline {
    align-items: center;
    flex-direction: column;
    padding: 0 86px;
    width: 100%
}

.c-Zone--left .c-Zone__headline,
.c-Zone--right .c-Zone__headline {
    width: 772px
}

.c-Zone.c-Zone--auto-height>.c-Zone__headline {
    padding: 0
}

.c-Zone--light {
    color: #000
}

.c-Zone--dark {
    color: #fff
}

.sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

div:focus,
span:focus {
    outline: 3px solid #3a869d
}

div:focus span,
div:focus svg,
span:focus span,
span:focus svg {
    outline: none
}

@media screen and (min-width:751px) and (max-width:810px) {

    .c-Zone.c-Zone--container,
    .c-Zone.c-Zone--container .c-Zone__item {
        justify-content: space-evenly;
        min-height: 316px
    }
}

@media screen and (max-width:810px) {
    .c-Zone__headline {
        padding: 16px 32px
    }

    .c-Zone--left .c-Zone__headline,
    .c-Zone--right .c-Zone__headline {
        width: 100%
    }
}

@media screen and (max-width:750px) {
    .c-Zone--container>.c-Zone__item {
        align-content: center;
        flex-direction: column;
        justify-content: stretch
    }
}

@media screen and (max-width:355px) {
    .c-Zone__headline {
        padding: 16px
    }
}

.c-Card,
.c-Card:after,
.c-Card:before,
.c-Card_cta {
    border: 0;
    margin: 0;
    padding: 0
}

.c-Card,
.c-Card * {
    box-sizing: border-box
}

.n-card .c-Zone__item {
    height: 400px
}

.c-Card {
    margin-bottom: 24px;
    text-align: center;
    text-decoration: none;
    width: 312px
}

.c-Card .c-Zone {
    background-size: contain
}

.c-Card .c-Zone .c-Zone__headline {
    display: flex;
    width: 312px
}

.c-Card_cta {
    flex-grow: 1
}

.c-Card .c-Zone .c-Heading__l {
    font-size: 30px;
    letter-spacing: 6px;
    line-height: 40px
}

.c-Card-Cta-PopinCta {
    bottom: 5px;
    display: block;
    left: 50%;
    position: absolute;
    transform: translate(-50%)
}

@media screen and (min-width:811px) {
    .c-Card .c-Zone__content {
        align-items: flex-start;
        justify-content: flex-start
    }

    .c-Card .c-Zone .c-Zone__headline {
        padding: 16px 20px 2px
    }

    .c-Card .c-Heading {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 8px
    }

    .c-Card .c-Cta {
        margin-top: 16px
    }
}

@media screen and (min-width:751px) and (max-width:810px) {

    .c-Card,
    .c-Card .c-Zone,
    .c-Card .c-Zone__item {
        height: 263px;
        min-height: 263px
    }

    .c-Card {
        width: 205px
    }

    .c-Card .c-Zone__content {
        padding: 0
    }

    .c-Card .c-Zone .c-Zone__headline {
        padding: 24px 18px 2px;
        width: 100%
    }
}

@media screen and (max-width:750px) {
    .c-Card {
        height: 160px;
        margin-left: auto;
        margin-right: auto;
        max-width: 375px;
        min-height: auto;
        width: 100%
    }

    .c-Card .c-Zone {
        background-size: cover
    }

    .c-Card .c-Zone__content {
        padding: 0 20px
    }

    .n-card .c-Zone.c-Zone--auto-height,
    .n-card .c-Zone.c-Zone--auto-height .c-Zone__content,
    .n-card .c-Zone.c-Zone--auto-height .c-Zone__item {
        height: 100%;
        min-height: inherit
    }

    .c-Card .c-Zone__headline {
        padding: 0;
        text-align: left;
        width: 65%
    }

    .c-Card .c-Heading .c-Heading__l {
        font-size: 16px;
        font-weight: 800;
        letter-spacing: 2px;
        line-height: 24px;
        margin-bottom: 8px
    }

    .c-Card .c-Card_cta {
        flex-grow: 0;
        margin-top: 0
    }

    .c-Card .c-Zone .c-Zone__headline {
        justify-content: center
    }

    .c-Card.c-Card--left .c-Zone .c-Zone__headline {
        align-items: flex-start
    }

    .c-Card.c-Card--right .c-Zone .c-Zone__headline {
        align-items: flex-end;
        text-align: right;
        width: 65%
    }

    .c-Card-Cta-PopinCta {
        bottom: 5px;
        display: block;
        position: absolute
    }

    .c-Card--left .c-Card-Cta-PopinCta,
    .c-Card--right .c-Card-Cta-PopinCta,
    .c-Card-Cta-PopinCta {
        left: auto;
        transform: none
    }
}

.c-Heading,
.c-Heading:after,
.c-Heading:before {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding: 0
}

.c-Heading,
.c-Heading *,
.n-heading,
.n-heading * {
    font-family: NespressoLucas, Helvetica, Arial, sans-serif
}

.c-Heading {
    width: 100%
}

.c-Heading__l,
.c-Heading__xl {
    margin: 0 auto
}

.c-Heading__m,
.c-Heading__s,
.c-Heading__xs {
    margin-bottom: 8px
}

.c-Heading__xl {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 12px;
    line-height: 64px;
    text-align: center
}

.c-Heading__l,
.c-Heading__xl {
    margin-bottom: 16px;
    text-transform: uppercase
}

.c-Heading__l {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 8px;
    line-height: 48px
}

.c-Heading__l strong {
    font-weight: 500
}

.c-Heading__m {
    font-size: 18px;
    letter-spacing: 3px
}

.c-Heading__m,
.c-Heading__s {
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase
}

.c-Heading__s {
    font-size: 16px;
    letter-spacing: 2px
}

.c-Heading__xs {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 21px;
    text-transform: uppercase
}

@media screen and (min-width:751px) and (max-width:996px) {
    .c-Heading__xl {
        font-size: 36px;
        letter-spacing: 4px;
        line-height: 36px;
        margin-bottom: 4px
    }

    .c-Heading__l {
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 24px;
        margin-bottom: 4px
    }

    .c-Heading__m {
        font-size: 16px
    }

    .c-Heading__m,
    .c-Heading__s {
        letter-spacing: 1px;
        line-height: 22px
    }

    .c-Heading__s {
        font-size: 14px
    }

    .c-Heading__xs {
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 16px
    }
}

@media screen and (max-width:750px) {
    .c-Heading__xl {
        margin-bottom: 4px
    }

    .c-Heading__l,
    .c-Heading__xl {
        letter-spacing: 2px
    }
}

@media screen and (max-width:355px) {
    .c-Heading__l {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 8px
    }

    .c-Heading__xs {
        font-size: 10px
    }
}

.c-Banner,
.c-Banner:after,
.c-Banner:before,
.c-Banner__content {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.c-Banner,
.c-Banner *,
.n-banner,
.n-banner * {
    font-family: NespressoLucas, Helvetica, Arial, sans-serif
}

.c-Banner {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-top: 32px;
    position: relative;
    width: 100%
}

.c-Banner__item {
    max-width: 996px;
    width: 100%;
    margin: 0 auto
}

.c-Banner:focus,
.c-Banner:hover {
    text-decoration: none
}

.c-Banner__content {
    align-items: center;
    background-color: #080914;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: 248px;
    justify-content: center;
    max-height: 248px;
    padding: 24px;
    text-align: center
}

.c-Banner--left .c-Banner__content {
    align-items: flex-start
}

.c-Banner--left .c-Heading {
    text-align: left
}

.c-Banner--left .c-Paragraph {
    text-align: left;
    width: auto
}

.c-Banner--right .c-Paragraph {
    text-align: right;
    width: auto
}

.c-Banner--right .c-Heading {
    text-align: right
}

.c-Banner--right .c-Banner__content {
    align-items: flex-end
}

.c-Banner--dark {
    color: #fff
}

.c-Banner--light {
    color: #000
}

.c-Banner-Cta-PopinCta {
    bottom: 5px;
    display: block;
    left: 50%;
    position: absolute;
    transform: translate(-50%)
}

.c-Banner--left .c-Banner-Cta-PopinCta,
.c-Banner--right .c-Banner-Cta-PopinCta {
    left: auto;
    transform: none
}

.c-Banner--dark .c-Banner-Cta-PopinCta>button {
    border-bottom-color: #fff
}

.c-Banner--light .c-Banner-Cta-PopinCta>button {
    border-bottom-color: #000
}

.c-Cta,
.c-Cta:after,
.c-Cta:before,
.c-Cta__text,
.c-Cta__text__icon {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.c-Cta,
.c-Cta * {
    font-family: NespressoLucas, Helvetica, Arial, sans-serif
}

.c-Cta {
    align-items: baseline;
    background-color: transparent;
    border: 0;
    border-radius: .25em;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    flex: 1 0 100%;
    justify-content: center;
    margin-top: 24px;
    outline: none;
    padding: 12px 24px;
    text-decoration: none;
    transition: .25s ease
}

.c-Cta[href^=tel] {
    color: #876c43;
    text-decoration: inherit
}

.c-Cta::-moz-focus-inner {
    border-style: none;
    padding: 0
}

.c-Cta:-moz-focusring {
    outline: 1px dotted ButtonText
}

.c-Cta:focus {
    outline: none;
}

.c.Cta:focus span,
.c.Cta:focus svg {
    outline: none
}

.c-Cta:active,
.c-Cta:hover {
    outline-width: 0
}

.c-Cta__text__xl {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px
}

.c-Cta__text__l {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px
}

.c-Cta__text__m {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px
}

.c-Cta__text__s {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px
}

.c-Cta__text__xs {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0
}

.c-Cta__text {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word
}

.c-Cta__text__icon {
    margin-left: .25em;
    transform: translateY(1px)
}

.c-Cta--primary,
.c-Cta--primary-transparent,
.c-Cta--subtle {
    min-width: 200px
}

.c-Cta--primary-transparent {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 9px -1px hsla(0, 4%, 5%, .5);
    color: #fff;
    font-weight: 400;
    padding: 12px 60px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .5s ease-out
}

.c-Cta--primary-transparent:hover {
    box-shadow: 0 1px 24px 2px hsla(0, 4%, 5%, .6)
}

.c-Cta--primary-transparent:focus {
    box-shadow: none;
}

.c-Cta--primary-transparent:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: inline-block;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 47%;
    transform: rotate(-45deg) translateY(-50%);
    width: 7px
}

.c-Cta--primary {
    background-color: #876c43;
    border: 1px solid #876c43;
    text-transform: uppercase
}

.c-Cta--primary .c-Cta__text {
    color: #fff !important
}

.c-Cta--subtle {
    border: 1px solid #000;
    color: #fff !important;
}

.c-Cta--inline {
    display: inline
}

.c-Cta--primary .c-Cta__text,
.c-Cta--subtle .c-Cta__text {
    text-transform: uppercase
}

.c-Cta--gold .c-Cta__text {
    font-weight: 600
}

.c-Cta--gold .c-Cta__text,
.c-Zone--dark .c-Cta--gold .c-Cta__text,
.c-Zone--light .c-Cta--gold .c-Cta__text {
    color: #876c43
}

.c-Cta:focus .c-Cta__text,
.c-Cta:hover .c-Cta__text {
    text-decoration: none
}

.c-Cta--primary:focus:not(:disabled),
.c-Cta--primary:hover:not(:disabled) {
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .5)
}

.c-Cta--subtle:focus:not(:disabled),
.c-Cta--subtle:hover:not(:disabled) {
    background-color: #000
}

.c-Zone--light .c-Cta .c-Cta__text {
    border-color: #000
}

.c-Cta--subtle:focus:not(:disabled) .c-Cta__text,
.c-Cta--subtle:hover:not(:disabled) .c-Cta__text {
    color: #fff
}

.c-Cta--link {
    border-bottom: 1px solid transparent;
    border-radius: 0;
    margin-top: 8px;
    padding: 0 0 2px
}

.c-Cta--link:not(.c-Cta--gold) .c-Cta__text.c-Cta__text__s {
    font-weight: inherit
}

.c-Zone--light .c-Cta--link:not(.c-Cta--gold):hover,
.c-Zone--light .c-Cta--underline {
    border-color: #000
}

.c-Zone--dark .c-Cta--link:not(.c-Cta--gold):hover,
.c-Zone--dark .c-Cta--underline {
    border-color: #fff
}

.c-Cta--gold:hover {
    border-color: #876c43
}


@media screen and (min-width:751px) and (max-width:996px) {
    .c-Cta {
        margin-top: 4px
    }

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

    .c-Cta__text__l {
        font-size: 14px;
        line-height: 21px
    }
}

@media screen and (max-width:750px) {
    .c-Cta--subtle {
        min-width: auto
    }

    .c-Cta--primary-transparent {
        padding: 12px 20px
    }

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

    .c-Cta__l {
        font-size: 16px;
        line-height: 26px
    }

    .c-Cta__m {
        font-size: 14px
    }

    .c-Cta__s {
        font-size: 12px
    }

    .c-Cta__xs {
        font-size: 10px
    }
}

.margin_b_none>h2 {
    margin-bottom: 0 !important;
}

.nb-link {
    display: flex;
    justify-content: start
}

.nb-link>* {
    display: block;
    margin: -.375rem -.375rem -.5rem;
    padding: .375rem .375rem .5rem;
    position: relative;
    text-decoration: none;
    transition: .3s ease-in-out;
    transition-property: background-color, color, box-shadow
}

.bcorp-content .nb-link>:hover span:after {
    height: 2px
}


.nb-link span {
    display: block;
    min-height: 1.125rem;
    position: relative
}

.nb-link span:after {
    bottom: -.1875rem;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: .3s ease-in-out;
    transition-property: background-color, height;
    width: 100%
}



.nb-link>* {
    color: #876c43 !important;
}

.nb-link>* span:after {
    background: #876c43 !important
}

.bcorp-content .nb-link>:hover {
    color: #655032 !important
}

.bcorp-content .nb-link>:hover span:after {
    background: #655032 !important
}

.c-Popin,
.c-Popin:after,
.c-Popin:before,
.c-Popin__close,
.c-Popin__headline {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.c-Popin {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 1.25em rgba(0, 0, 0, .8);
    color: #000;
    left: 50%;
    margin: 0 auto;
    opacity: 0;
    overflow-y: auto;
    padding: 72px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%) scale(.95);
    transition: .25s;
    visibility: hidden;
    width: 739px;
    z-index: 2003
}

.c-Popin .c-Zone .c-Zone__content,
.c-Popin .c-Zone .c-Zone__headline {
    padding: 0
}

.c-Popin.c-Popin--open {
    opacity: 1;
    overflow-x: hidden;
    visibility: inherit
}

.c-Popin__headline {
    margin-bottom: 40px
}

.c-Popin__close {
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    height: 48px;
    line-height: normal;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 41px;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    top: 24px;
    transition: .25s ease;
    vertical-align: baseline;
    visibility: inherit;
    width: 48px;
    z-index: 3
}

.c-Popin__close:focus,
.c-Popin__close:focus-visible {
    outline: 3px solid #3a869d
}

.c-Popin__close:hover {
    transform: scale(1.2)
}

.c-Popin__decorator {
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
    position: absolute;
    z-index: 2
}


@media (min-width:751px) {
    .c-Popin {
        max-height: 65%
    }

    .c-Popin.c-Popin--open {
        transform: translate(-50%, -50%) scale(1)
    }
}

@media (min-width:751px) and (max-width:996px) {
    .c-Popin {
        height: auto;
        padding: 32px 95px;
        top: 25%;
        width: 539px
    }

    .c-Popin.c-Popin--open {
        transform: translate(-50%, -25%) scale(1)
    }
}

@media (max-width:750px) {
    .c-Popin {
        border-radius: 0;
        bottom: 0;
        box-shadow: none;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        padding: 128px 20px 20px;
        right: -17px;
        top: 0;
        transform: scale(1);
        width: calc(100% + 17px)
    }
}

.c-pdp-video__player .v-dialog {
    padding: 0;
    box-shadow: none;
    background: transparent;
}

.c-pdp-video__player .v-dialog .videos-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c-pdp-video__player .v-dialog video {
    display: block;
    margin-top: 40px;
    box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 20%), 0px 24px 38px 3px rgb(0 0 0 / 14%), 0px 9px 46px 8px rgb(0 0 0 / 12%);
    width:640px;
    height:360px
}

.close_video_popup {
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    height: 48px;
    line-height: normal;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    transition: .25s ease;
    vertical-align: baseline;
    visibility: inherit;
    width: 48px;
    z-index: 3;
    margin-top: 20px;
}

.close_video_popup:focus,
.close_video_popup:focus-visible {
    outline: none
}

.close_video_popup:hover {
    transform: scale(1.2)
}

@media  (max-width: 767px) {
    .c-pdp-video__player .v-dialog video {
        width: 100%;
        height: 220px
    }
    
}

@media  (max-width: 600px) {
    .c-pdp-video__player .v-dialog__content{
        align-items: center;
    }
    
}
 
