.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
    }
}

.c-Container {
    box-sizing: border-box;
    display: block;
    min-width: 0;
    position: relative
}

.c-Container__bg_image {
    background-position: top;
    background-repeat: no-repeat;
    min-height: 1080px;
    position: absolute;
    width: 100%;
    z-index: 0
}

.c-Container[data-contrast=light] {
    background-color: #fff;
    color: #000
}

.c-Container[data-contrast=light] .c-Container__bg_image {
    background-color: #fff
}

.c-Container[data-contrast=dark] {
    background-color: #000;
    color: #fff
}

.c-Container[data-contrast=dark] .c-Container__bg_image {
    background-color: #000
}

.c-Container__inner {
    margin: 0 20px;
    max-width: 996px;
    position: relative
}

.c-Container__inner__fluid {
    max-width: 100%;
    width: 100%
}

.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: none
}

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

@media screen and (min-width:768px) {
    .c-Container__inner {
        margin-left: auto;
        margin-right: auto
    }

    .c-Container__bg_image {
        min-height: 1207px
    }
}

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

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

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

@font-face {
    font-family: Lucas;
    src: url('../fonts/NespressoLucas-SemiBd.ttf') format("truetype");
    font-style: normal;
    font-weight: 600
}

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

@font-face {
    font-family: Lucas;
    src: url('../fonts/NespressoLucas-XtraBd.otf') format("truetype");
    font-style: normal;
    font-weight: 800
}

.n-context {
    margin: 0 !important;
}

.c-context .c-Zone__item {
    display: block !important;
    flex-basis: auto !important;
    min-height: auto
}

.c-context {
    border: 0;
    box-sizing: border-box;
    margin: 30px 0;
    padding: 0;
    text-align: center
}

.c-context .c-Zone__headline {
    padding: 0;
    overflow: hidden;
}

.context,
.context *,
.n-context,
.n-context * {
    font-family: NespressoLucas, Helvetica, Arial, sans-serif
}

.c-context .c-Zone {
    min-height: auto
}

.c-context .c-context__container__header {
    padding: 0 2rem
}

.c-context .c-context__container__header__logo {
    margin: 0 auto 24px;
    max-width: 360px;
    text-align: center
}

.c-context .c-context__container__header__logo img {
    max-width: 360px
}

@media screen and (min-width:768px) {
    .c-context .c-context__container {
        flex-direction: row;
        margin: 0 auto;
        width: calc(100% - 40px)
    }

    .c-context .c-context__container__header {
        padding: 0
    }

    .c-context .c-context__container__header .c-Paragraph {
        margin: 12px auto 20px;
        max-width: 90%
    }
}

.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--addToCart_small svg {
    height: 25px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25px
}

.c-Cta--addToCart_small svg path {
    fill: #fff
}

.c-Cta--addToCart_large span {
    color: #fff;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: .875rem;
    letter-spacing: 1px;
    line-height: 1.2em;
    text-transform: uppercase
}

.c-Cta-3d-white>span {
    color: #000;
    font-weight: 700;
    padding: 0 1rem
}

.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: 0 1px 24px 2px hsla(0, 4%, 5%, .6), inset 0 1px 4px 2px hsla(0, 4%, 5%, .3)
}

.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
}

.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
}

.c-Zone--light .c-Cta .c-Cta__text__icon path {
    fill: #000
}

.c-Zone--dark .c-Cta.c-Cta--subtle {
    border-color: #fff
}

.c-Zone--dark .c-Cta .c-Cta__text__icon path {
    fill: #fff
}

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

.c-Cta--addToCart_large,
.c-Cta--addToCart_small {
    background-color: #257A57;
    border: 1px solid #257A57;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    text-align: center
}

.c-Cta--addToCart_small {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
    display: block;
    font-size: 23px;
    height: 40px;
    padding: 10px;
    width: 40px
}

.c-Cta--addToCart_small .c-Cta__text__icon {
    margin-left: 0
}

.c-Zone--light .c-Cta.c-Cta--addToCart_small .c-Cta__text__icon path {
    fill: #fff
}

.c-Cta--addToCart_large {
    display: inline-block;
    transition: all .3s
}

.c-Cta--addToCart_large:hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3)
}

.c-Cta-3d-white {
    background-color: #fff;
    border: 1px solid #000;
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-left: 3rem;
    padding-right: 3rem
}

.c-Cta-3d-white:disabled {
    opacity: .4
}


.c-Cta-3d-white:after {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    content: "";
    height: 8px;
    position: absolute;
    right: .5rem;
    top: 48%;
    transform: translate(-100%, -50%) rotate(45deg);
    transition: .25s;
    width: 8px
}

@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
    }
}

.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
}

.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: 51%;
    top: 10px
}

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

.c-pdp-video__container .c-Container__inner {
    margin: 0
}

.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
    }
}

.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;
    }

}

.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
    }
}

/* slide */
.Overlay {
    z-index: 999
}

.swiper-container {
    margin: 0 auto;
    max-width: 784px;
    overflow: hidden;
    position: relative
}

.swiper-button-next:after,
.swiper-button-prev:after {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    content: "" !important;
    height: 8px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: .25s;
    width: 8px
}

.swiper-button-next:after {
    transform: translate(-100%, -50%) rotate(45deg)
}

.swiper-button-prev:after {
    transform: translateY(-50%) rotate(225deg)
}

.swiper-button-next--hidden,
.swiper-button-prev--hidden {
    opacity: 0;
    pointer-events: none
}

.v_swiper {
    width: 100%
}

.c-Zone.c-Zone_swiper .c-Zone__content {
    flex-direction: column;
    padding-bottom: 32px
}


@media screen and (min-width:750px) {
    .swiper-button-prev {
        left: -18px
    }

    .swiper-button-next {
        right: -18px
    }
}

/* menu */
.n-storytelling {
    background-color: #fff;
    position: relative
}

.n-storytelling .c-pdp-video.c-pdp-video--has-description .c-pdp-video__description {
    bottom: auto;
    left: auto;
    padding: 0 40px 20px;
    position: relative;
    right: auto;
    top: auto;
    width: 100%
}

.n-storytelling .c-pdp-video.c-pdp-video--has-description .c-pdp-video__description>img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 20px
}

.n-storytelling .c-pdp-video.c-pdp-video--has-description .c-pdp-video__background {
    background-size: 100%;
    height: 668px;
    padding-bottom: 6rem;
    padding-left: 0;
    top: 0;
    width: 100%
}

.n-storytelling .c-pdp-video.c-pdp-video--has-description .c-pdp-video__player {
    left: 30px;
    position: static;
    right: 0;
    width: 100vw
}

.n-storytelling .c-pdp-video.c-pdp-video--has-description .c-pdp-video__player__splash {
    background-size: 100%
}

.n-storytelling .c-pdp-video.c-pdp-video--has-description .c-pdp-video__player__splash__play {
    height: unset;
    width: unset
}

.n-storytelling .c-pdp-video.c-pdp-video--has-description-right .c-pdp-video__description {
    left: 0;
    padding-right: 40px;
    position: relative
}

.n-storytelling .c-pdp-video.c-pdp-video--has-description-right .c-pdp-video__player {
    left: 0;
    position: static;
    right: 30px
}

.n-storytelling .c-pdp-video.c-pdp-video--has-description-right .c-pdp-video__background {
    background-position: 1rem 1rem
}

.n-storytelling .n-storytelling__menu {
    border-bottom: 2px solid #f6e0eb;
    border-top: 2px solid #f6e0eb;
    box-shadow: 0 9px 22px -6px #e8e6e6
}

.n-storytelling .swiper-container:after,
.n-storytelling .swiper-container:before {
    content: "";
    height: 132px;
    position: absolute;
    top: 0;
    width: 67px;
    z-index: 1
}

.n-storytelling .swiper-button-next,
.n-storytelling .swiper-button-prev {
    background-color: #f2f2f2;
    border-radius: 50%;
    height: 30px;
    left: 5px;
    top: 40px;
    width: 30px;
    z-index: 2
}

.n-storytelling .swiper-button-prev:after {
    margin-left: -2px
}

.n-storytelling .swiper-button-next {
    left: auto;
    right: 5px
}

.n-storytelling .swiper-button-next:after {
    margin-left: 3px
}

.n-storytelling .g_carousel__item>div {
    text-align: center
}

.n-storytelling .g_carousel__item .c-storytelling-menu-link {
    background-color: transparent;
    border: 0;
    color: #000;
    display: inline-block;
    letter-spacing: .15em;
    margin: 20px;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
}

.n-storytelling .g_carousel__item .c-storytelling-menu-link span {
    font: inherit;
}

.n-storytelling .g_carousel__item .c-storytelling-menu-link:after {
    background: #000;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    transition: width .3s ease 0s, left .3s ease 0s;
    width: 0
}

.n-storytelling .g_carousel__item .c-storytelling-menu-link.is-active:after,
.n-storytelling .g_carousel__item .c-storytelling-menu-link:hover:after {
    left: 0;
    width: 100%
}

.n-storytelling .g_carousel__item .c-storytelling-menu-link:before {
    content: "";
    display: block;
    font-weight: 700;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

@media (min-width:750px) {
    .n-storytelling .c-pdp-video {
        display: flex
    }

    .n-storytelling .c-pdp-video.c-pdp-video--has-description .c-pdp-video__description {
        margin-bottom: 0;
        width: 440px
    }

    .n-storytelling .c-pdp-video.c-pdp-video--has-description .c-pdp-video__background {
        background-size: auto auto;
        height: 450px;
        margin-left: 20px;
        padding: initial;
        width: inherit
    }

    .n-storytelling .c-pdp-video.c-pdp-video--has-description .c-pdp-video__player {
        background-position: 0 0;
        width: inherit
    }

    .n-storytelling .c-pdp-video.c-pdp-video--has-description-right .c-pdp-video__player {
        background-position: 100% 0
    }

    .n-storytelling .c-pdp-video.c-pdp-video--has-description-right .c-pdp-video__background {
        background-position: 100% 0;
        background-size: 100%
    }

    .n-storytelling .n-storytelling__content {
        display: none
    }

    .n-storytelling .n-storytelling__content.is-active {
        display: block
    }

    .n-storytelling .swiper-container {
        padding: 14px 67px
    }

    .n-storytelling .swiper-container:before {
        background: linear-gradient(270deg, #fff 33%, hsla(0, 0%, 100%, 0));
        right: 0
    }

    .n-storytelling .swiper-container:after {
        background: linear-gradient(90deg, #fff 33%, hsla(0, 0%, 100%, 0));
        left: 0
    }

    .n-storytelling .swiper-button-next,
    .n-storytelling .swiper-button-prev {
        top: 50%
    }

    .n-storytelling .g_carousel__item .c-storytelling-menu-link {
        margin: 10px 20px
    }

    .n-storytelling .g_carousel__item .c-storytelling-menu-link.is-active,
    .n-storytelling .g_carousel__item .c-storytelling-menu-link:focus,
    .n-storytelling .g_carousel__item .c-storytelling-menu-link:focus-visible,
    .n-storytelling .g_carousel__item .c-storytelling-menu-link:hover {
        font-weight: 700
    }
}

@media (max-width:750px) {
    .n-storytelling .c-pdp-video .c-Popin {
        position: absolute
    }

    .n-storytelling .c-pdp-video .c-Popin .c-Popin__close {
        left: 50%;
        right: auto;
        transform: translateX(-50%)
    }

    .n-storytelling .c-pdp-video.c-pdp-video--has-description .c-pdp-video__background {
        height: 100%;
        padding-bottom: 75vw
    }

    .n-storytelling .g_carousel__item .c-storytelling-menu-link:after {
        left: 0;
        width: 100%
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .n-storytelling .c-pdp-video.c-pdp-video--has-description .c-pdp-video__description {
        width: 510px
    }
}

@media (max-width:440px) {
    .n-storytelling .c-pdp-video.c-pdp-video--has-description .c-pdp-video__background {
        height: 100%;
        padding-bottom: 50vw
    }
}

.n-storytelling ul {
    padding-left: 0 !important;
}

/* article */
.c-ArticleItem__avatar,
.c-ArticleItem__icon,
.c-ArticleItem__item {
    border: 0;
    box-sizing: border-box;
    font-family: NespressoLucas, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0
}

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

.c-ArticleItem__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 996px;
    padding-bottom: 32px;
    width: calc(33% - 32px)
}

.c-ArticleItem__icon {
    height: auto;
    width: 100%
}

.c-ArticleItem__avatar {
    margin-bottom: 24px
}

.c-ArticleItem__headline {
    margin-bottom: 8px
}

.c-Article .c-Zone--container .c-Zone__item>* {
    margin-bottom: 0 !important
}

@media screen and (max-width:750px) {
    .c-ArticleContainer {
        flex-direction: column;
        margin: 32px auto 40px;
        width: 100%
    }

    .c-ArticleItem__item {
        margin: 0 auto;
        width: calc(100% - 40px)
    }

    .c-Article .c-Zone--container .c-Zone__item>* {
        margin-bottom: 48px !important
    }
}

/* zone */
.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
}





@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
    }
}

/* banner */
.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
}