.g_card {
    cursor: pointer;
    height: 31.75em;
    padding: 0;
    margin-bottom: 0 !important;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    color: #000;
    display: table;
    table-layout: fixed;
    width: 100%
}

.g_card .g_cardOverflow {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden
}

.g_card .g_cardOverflowTable {
    display: table;
    table-layout: fixed;
    width: 100%;
    width: 200%
}

.g_card .g_cardContent {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 2em 1.5em 20em;
    -webkit-transition: .25s;
    transition: .25s;
    poisition: relative
}

.g_card .g_cardContent .g_bg {
    background-size: cover;
    top: auto;
    bottom: 0;
    left: 0;
    height: 18em;
    border-radius: 0 0 3px 3px
}

.g_card .g_cardContent .g_h2 {
    font-size: 1.75em;
    margin-bottom: .5em
}

.g_card .g_cardContent .g_txt_L {
    margin-bottom: 0
}

.g_card .g_cardExtended {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50.875em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.g_card .g_cardExtended .g_bg {
    background-size: cover;
    width: 20em;
    border-radius: 3px 0 0 3px
}

.g_card .g_cardExtended .g_bg:before {
    content: "";
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 3px 0 0 3px;
    background-color: rgba(0, 0, 0, .1);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .1)));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .1))
}

.g_card .g_cardExtended .g_bg .g_title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    padding: 1em
}

.g_card .g_cardExtended .g_bg .g_title .g_h2 {
    font-size: 1.75em;
    padding-bottom: .5em;
    margin-bottom: .5em;
    position: relative
}

.g_card .g_cardExtended .g_bg .g_title .g_h2:after {
    position: absolute;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 0;
    left: 50%;
    content: "";
    background: #fff;
    height: 2px;
    width: 25%
}

.g_card .g_cardExtended .g_cardExtendedContent {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 2em 1.5em 2em 21.5em
}

.g_businessCard .v_swiper {
    width: 51.875em;
    margin: 5em auto 0
}

.g_businessCard .v_swiper .v_swiperOverflow:after,
.g_businessCard .v_swiper .v_swiperOverflow:before {
    display: none
}

.g_businessCard .v_swiper .swiper-button-next,
.g_businessCard .v_swiper .swiper-button-prev {
    background: rgba(34, 34, 34, .75);
    width: 5em
}

.g_businessCard .v_swiper .swiper-button-next:after,
.g_businessCard .v_swiper .swiper-button-prev:after {
    border-color: #fff
}

.g_businessCard .v_swiper .swiper-button-prev {
    margin-left: calc((100vw - 51.875em)/-2)
}

.g_businessCard .v_swiper .swiper-button-next {
    margin-right: calc((100vw - 51.875em)/-2)
}

.g_businessCard .v_swiper .swiper-container .swiper-wrapper .swiper-slide {
    padding: 0 .5em
}

.g_businessCard .v_swiper .swiper-slide {
    -webkit-transition: .25s;
    transition: .25s;
    width: 20.75em !important
}

.g_businessCard .v_swiper .swiper-slide-active {
    width: 51.875em !important
}

.g_businessCard .v_swiper .swiper-slide-active .g_cardContent {
    opacity: 0;
    visibility: hidden
}

.g_businessCard .v_swiper .swiper-slide-active .g_cardExtended {
    opacity: 1;
    visibility: visible
}

.g_businessCard .v_swiper .swiper-wrapper>li:last-child,
.g_businessCard .v_swiper .swiper-wrapper>li:nth-last-child(2) {
    opacity: 0;
    visibility: hidden
}

@media screen and (max-width:767px) {
    .g .g_popin.g_popinBusinessCard .g_btnClose {
        background: rgba(0, 0, 0, .5)
    }

    .g_popinBusinessCard .g_bg {
        position: relative;
        width: 100%;
        height: 90vw;
        background-position: top
    }

    .g_popinBusinessCard .g_business_card_content {
        background: #fff;
        width: 100%;
        padding: 3.75em 1.25em
    }

    .g_popinBusinessCard .g_h2 {
        margin-bottom: .25em !important
    }

    .g_popinBusinessCard .g_h2+.g_txt_L {
        border-bottom: 1px solid #d8d8d8;
        padding-bottom: 1.5em;
        margin-bottom: 1.5em
    }

    .g_popinBusinessCard .g_features li {
        width: 50% !important
    }

    .g_popinBusinessCard .g_btn {
        display: block
    }
}

@media screen and (max-width:767px) {
    .g_business_card_mobile {
        background: #fff;
        margin-left: -1.25em;
        margin-right: -1.25em
    }

    .g_business_card_mobile .g_business_card_grid_item {
        display: block
    }

    .g_business_card_mobile .g_mobile_business_card {
        position: relative;
        margin-bottom: 0;
        border-radius: 0;
        padding: 3em 1.25em;
        color: #000
    }

    .g_business_card_mobile .g_mobile_business_card:after {
        content: "";
        width: calc(100% - 2.5em);
        height: 1px;
        background: #d8d8d8;
        position: absolute;
        bottom: 0;
        left: 1.25em
    }

    .g_business_card_mobile .g_mobile_business_card .g_h2 {
        margin-bottom: .5em;
        white-space: normal;
        word-break: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto
    }

    .g_business_card_mobile .g_mobile_business_card .g_h2+div {
        margin-bottom: 1em
    }

    .g_business_card_mobile .g_mobile_business_card .g_link {
        margin-bottom: 0
    }
}

.g h2,
.g h3 {
    color: inherit
}

.g fieldset {
    border: 0
}

.g div {
    text-align: inherit
}

.g .g_visually_hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    text-transform: none
}

.g input[type=checkbox],
.g input[type=radio] {
    width: 30px;
    margin: 0 0 0 -30px;
    opacity: 0;
    float: left;
    -webkit-transform: translate(-10000px);
    transform: translate(-10000px)
}

.g article,
.g aside,
.g footer,
.g header,
.g nav,
.g section {
    display: block
}

.g h1 {
    font-size: 2em;
    margin: .67em 0
}

.g figcaption,
.g figure {
    display: block
}

.g figure {
    margin: 1em 40px
}

.g hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

.g pre {
    font-family: monospace, monospace;
    font-size: 1em
}

.g a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

.g a:active,
.g a:hover {
    outline-width: 0
}

.g abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

.g b,
.g strong {
    font-weight: inherit;
    font-weight: bolder
}

.g code,
.g kbd,
.g samp {
    font-family: monospace, monospace;
    font-size: 1em
}

.g dfn {
    font-style: italic
}

.g mark {
    background-color: #ff0;
    color: #000
}

.g small {
    font-size: 80%
}

.g sub,
.g sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.g sub {
    bottom: -.25em
}

.g sup {
    top: -.5em
}

.g audio,
.g video {
    display: inline-block
}

.g audio:not([controls]) {
    display: none;
    height: 0
}

.g img {
    border-style: none
}

.g button,
.g input,
.g optgroup,
.g select,
.g textarea {
    font: inherit;
    margin: 0
}

.g optgroup {
    font-weight: 700
}

.g button,
.g input {
    overflow: visible
}

.g button,
.g select {
    text-transform: none
}

.g [type=button],
.g [type=reset],
.g [type=submit],
.g button {
    -webkit-appearance: button
}

.g [type=button]::-moz-focus-inner,
.g [type=reset]::-moz-focus-inner,
.g [type=submit]::-moz-focus-inner,
.g button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

.g [type=button]:-moz-focusring,
.g [type=reset]:-moz-focusring,
.g [type=submit]:-moz-focusring,
.g button:-moz-focusring {
    outline: 1px dotted ButtonText
}

.g legend {
    color: inherit;
    white-space: normal
}

.g progress {
    display: inline-block;
    vertical-align: baseline
}

.g textarea {
    overflow: auto
}

.g [type=checkbox],
.g [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

.g [type=number]::-webkit-inner-spin-button,
.g [type=number]::-webkit-outer-spin-button {
    height: auto
}

.g [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

.g [type=search]::-webkit-search-cancel-button,
.g [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.g ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.g details,
.g menu {
    display: block
}

.g summary {
    display: list-item
}

.g canvas {
    display: inline-block
}

.g [hidden],
.g template {
    display: none
}

.g ::-moz-selection {
    color: #fff;
    background: #4298ad;
    text-shadow: none
}

.g ::selection {
    color: #fff;
    background: #4298ad;
    text-shadow: none
}

.g nav ol,
.g nav ul {
    list-style: inherit
}

.g img {
    vertical-align: inherit
}

.g button,
.g input[type=button],
.g input[type=reset],
.g input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

.g input[type=email],
.g input[type=password],
.g input[type=text] {
    font-size: inherit;
    padding: 0;
    margin: 0
}

.g button,
.g input {
    line-height: normal
}

.g button,
.g input,
.g select,
.g textarea {
    font-size: inherit;
    vertical-align: inherit;
    outline: none;
    padding: 0
}

.g label {
    font-size: 1em
}

.g mark {
    font-weight: inherit
}

.g svg {
    overflow: visible !important
}

.g .g_swiper * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

#header .OrderLinksBanner {
    display: none
}

.g_native body {
    padding-top: 0
}

.g_native #footer,
.g_native #footer-navigation,
.g_native #header {
    display: none
}

.g_native .g a[href="#"] {
    -webkit-transition: none !important;
    transition: none !important;
    cursor: default !important;
    pointer-events: none;
    text-decoration: inherit !important;
    color: inherit !important
}

html {
    overflow-x: hidden
}

.g * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.g button {
    border: 0;
    background: none;
    text-align: left;
    color: inherit
}

.g button,
.g label,
.g select {
    cursor: pointer
}

.g a {
    text-decoration: none
}

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

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

.g a,
.g button,
.g img,
.g input,
.g label,
.g select,
.g textarea {
    -webkit-transition: .25s ease;
    transition: .25s ease
}

.g [contentEditable=true]:focus,
.g [tabindex]:focus,
.g a:focus,
.g area:focus,
.g button:focus,
.g iframe:focus,
.g input:focus,
.g select:focus,
.g textarea:focus {
    outline: none
}

.g .g_debugTableIE {
    position: relative;
    width: 100%;
    height: 100%
}

@font-face {
    font-family: Nespresso Icons;
    src: url('../fonts/nespresso-icons-webfont.woff') format("woff");
    font-style: normal;
    font-weight: 400
}

.g [class^=fn_] {
    font-family: Nespresso Icons !important;
    font-style: normal;
    font-weight: 400;
    position: relative;
    speak: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.g [class^=fn_][class*=Up]:before {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg) !important;
    transform: translate(-50%, -50%) rotate(-90deg) !important;
    position: absolute
}

.g [class^=fn_][class*=Down]:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg) !important;
    transform: translate(-50%, -50%) rotate(90deg) !important;
    position: absolute
}

.g [class^=fn_][class*=Left]:before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) !important;
    transform: translate(-50%, -50%) rotate(180deg) !important;
    position: absolute
}

.g .fn_logo:before {
    content: "\E91A"
}

.g .fn_basket:before {
    content: "\E928"
}

.g .fn_persons:before {
    content: "\E916"
}

.g .fn_time:before {
    content: "\E937"
}

.g .fn_bean:before {
    content: "\E912"
}

.g .fn_addToCart:before {
    content: "\E91B"
}

.g .fn_menu:before {
    content: "\E912"
}

.g .fn_emptyCircle:before {
    content: "\E907"
}

.g .fn_angleDown:before,
.g .fn_angleLeft:before,
.g .fn_angleRight:before,
.g .fn_angleUp:before {
    content: "\E901"
}

.g .fn_angleDownCircle:before,
.g .fn_angleLeftCircle:before,
.g .fn_angleRightCircle:before,
.g .fn_angleUpCircle:before {
    content: "\E903"
}

.g .fn_chevronDown:before,
.g .fn_chevronLeft:before,
.g .fn_chevronRight:before,
.g .fn_chevronUp:before {
    content: "\E932"
}

.g .fn_video:before {
    content: "\E914"
}

.g .fn_videoCircle:before {
    content: "\E933"
}

.g .fn_play:before {
    content: "\E924"
}

.g .fn_close:before {
    content: "\E905"
}

.g .fn_closeCircle:before {
    content: "\E906"
}

.g .fn_more:before {
    content: "\E908"
}

.g .fn_moreCircle:before {
    content: "\E909"
}

.g .fn_tick:before {
    content: "\E90B"
}

.g .fn_tickCircle:before {
    content: "\E90C"
}

.g .fn_angleLink:before {
    content: "\E932"
}

.g .fn_arrowLink:before {
    content: "\E915"
}

.g .fn_camera:before {
    content: "\E934"
}

.g .fn_shoot:before {
    content: "\E935"
}

.g .fn_upload:before {
    content: "\E918"
}

.g .fn_download:before {
    content: "\E936"
}

.g .fn_amp:before {
    content: "\E91C"
}

.g .fn_quotes:before {
    content: "\E91D"
}

.g .fn_reset:before {
    content: "\E91E"
}

.g .fn_minus:before {
    content: "\E923"
}

.g .fn_offAccessories:before {
    content: "\E938"
}

.g .fn_ristretto:before {
    content: "\E90E"
}

.g .fn_espresso:before {
    content: "\E902"
}

.g .fn_lungo:before {
    content: "\E90A"
}

.g .fn_americano:before {
    content: "\E900"
}

.g .fn_hotwater:before {
    content: "\E904"
}

.g .fn_ristrettoFilled:before {
    content: "\E91F"
}

.g .fn_espressoFilled:before {
    content: "\E920"
}

.g .fn_lungoFilled:before {
    content: "\E921"
}

.g .fn_americanoFilled:before {
    content: "\E925"
}

.g .fn_mugFilled:before {
    content: "\E922"
}

.g .fn_temp0:before {
    content: "\E90F"
}

.g .fn_temp1:before {
    content: "\E910"
}

.g .fn_temp2:before {
    content: "\E911"
}

.g .fn_temp3:before {
    content: "\E913"
}

.g .fn_email:before {
    content: "\E92F"
}

.g .fn_facebook:before {
    content: "\E92D"
}

.g .fn_twitter:before {
    content: "\E92C"
}

.g .fn_linkedin:before {
    content: "\E931"
}

.g .fn_googleplus:before {
    content: "\E92E"
}

.g .fn_youtube:before {
    content: "\E92A"
}

.g .fn_pinterest:before {
    content: "\E929"
}

.g .fn_instagram:before {
    content: "\E92B"
}

.g .fn_weibo:before {
    content: "\E926"
}

.g .fn_wechat:before {
    content: "\E927"
}

.g .fn_originalRistretto:before {
    content: "\E93B"
}

.g .fn_originalEspresso:before {
    content: "\E939"
}

.g .fn_originalLungo:before {
    content: "\E93A"
}

.g .fn_vertuoEspresso:before {
    content: "\E93E"
}

.g .fn_vertuoDoubleEspresso:before {
    content: "\E93D"
}

.g .fn_vertuoGranLungo:before {
    content: "\E93F"
}

.g .fn_vertuoMug:before {
    content: "\E940"
}

.g .fn_vertuoAlto:before {
    content: "\E93C"
}

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

.g {
    font-size: 16px;
    font-family: Lucas, Helvetica, Arial, sans-serif;
    color: #fff;
    background: #000;
    overflow: hidden;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

@media screen and (min-width:1920px) {
    .g {
        font-size: calc(16px + (100vw - 1920px)/200)
    }
}

@media screen and (max-width:1279px) {
    .g {
        font-size: calc(16px + (100vw - 1280px)/200)
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .g_responsive .g {
        font-size: calc(16px + (100vw - 1280px)/135)
    }
}

@media screen and (max-width:767px) and (orientation:portrait) {
    .g {
        font-size: 4.26667vw
    }
}

@media screen and (max-width:767px) and (orientation:landscape) {
    .g {
        font-size: 2.3988vw
    }
}

.g .v_brand {
    font-weight: 800
}

.g .v_brand em {
    font-weight: 500
}

.g .v_brand em,
.g em .v_brand,
.g em .v_brand em,
.g i .v_brand,
.g i .v_brand em {
    font-style: normal
}

.g .g_breadcrumb .g_nav {
    z-index: 9
}

.g .g_breadcrumb .g_menu .g_btnBuy {
    color: #fff;
    background: #8f7247
}

html:not(.g_isTouch) .g .g_breadcrumb .g_menu .g_btnBuy:hover {
    background: #a0804f;
    -webkit-box-shadow: 0 .25em .5em rgba(0, 0, 0, .3);
    box-shadow: 0 .25em .5em rgba(0, 0, 0, .3)
}

main>.free-html[data-label]>.g {
    min-height: 900px
}

@media screen and (min-width:768px) {
    .g .g_popinCollection .g_addToCart {
        min-height: 0
    }

    .g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_capsule {
        height: 30% !important
    }

    .g .g_popinCollection .g_btnClose:hover i {
        color: #000
    }

    .g .g_breadcrumb .g_nav.g_fixed {
        padding-top: 0
    }

    .g .container_embed .g_embedVideo .g_embedVideoPlayer>* {
        position: static !important;
        height: 100%;
        width: 100%;
        -webkit-transform: none;
        transform: none;
        min-width: auto;
        min-height: auto
    }
}

@media screen and (max-width:767px) {
    .g .g_nav {
        will-change: top;
        -webkit-transition: top .5s;
        transition: top .5s
    }

    .g .g_nav-up {
        top: 0 !important
    }

    .g .g_products .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_visual {
        padding: 0 .75em
    }

    .g .v_swiper .swiper-container .swiper-wrapper {
        display: table;
        table-layout: fixed;
        position: relative;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .g_isTouch .g .g_popin .g_btnClose {
        top: 1em !important
    }
}

@media screen and (max-width:985px) {
    .g_scrollLock .nes_b2b #nes_global {
        z-index: 2
    }
}

@media screen and (min-width:0\0) {
    .g .g_tiles .g_tile .g_capsule {
        bottom: auto
    }
}

.g.g_business_landing #trial .v_brand {
    font-weight: 300
}

.g.g_business_landing.businessCoffeeSolutions #trial .g_wysiwyg.g_txt_XL {
    max-width: 16em
}
.g.g_business_landing.businessCoffeeSolutions #trial .g_wysiwyg.g_txt_XL p{
    font:inherit
}

.g .g_features {
    margin-top: .5em;
    margin-bottom: 2em !important;
    color: #000
}

.g .g_features svg {
    margin: 1em 0 0;
    width: 100%;
    height: 4em;
    background-size: 4em auto;
    background-repeat: no-repeat;
    background-position: 50%
}

.g .g_features .g_services {
    background-size: 3em auto
}

.g .g_features .g_customer_care_black,
.g .g_features .g_sort-of-coffee {
    background-size: 3.625em auto
}

@media screen and (max-width:767px) {
    .g.g_business_landing .g_btnMobileBlock {
        width: 100%
    }

    .g.g_business_landing .g_hero {
        margin-top: 2em
    }

    .g.g_business_landing .g_hero .g_h1 {
        margin-bottom: 1.35em
    }

    .g.g_business_landing .g_hero .g_content {
        padding-bottom: 0
    }

    .g.g_business_landing .g_hero+.g_section .g_bg {
        background-position: center 1em
    }
}