.g .g_coffees {
    overflow: visible;
}

.g .g_coffees .g_wavesSVG {
    width: 100%;
    height: 13.75em;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -99%);
    transform: translate(-50%, -99%);
    background-position: bottom;
    background-repeat: no-repeat
}

@media screen and (min-width:1920px) {
    .g .g_coffees .g_wavesSVG {
        background-size: 100vw auto
    }
}

.g .g_coffees .g_content {
    padding-top: 0
}

.g .g_coffees .g_coffeeList {
    width: 49.8em;
    margin: 0 auto;
    display: table;
    table-layout: fixed
}

.g .g_coffees .g_coffeeList>li {
    display: table-cell
}

.g .g_coffees .g_coffee {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center
}

.g .g_coffees .g_coffee>.g_itemRow:nth-child(2) {
    height: 100%
}

.g .g_coffees .g_coffee .g_visual {
    position: relative;
    height: 6.25em !important
}

.g .g_coffees .g_coffee .g_cup {
    width: 11.625em;
    height: 20.0625em;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 0;
    -webkit-transform: translate(-7em, -2em);
    transform: translate(-7em, -2em)
}

.g .g_coffees .g_coffee .g_capsule,
.g .g_coffees .g_coffee .g_cup {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.g .g_coffees .g_coffee .g_capsule {
    width: 100%;
    height: 7.625em;
    position: relative;
    margin-bottom: -.5em;
    -webkit-transform: translate(2.5em);
    transform: translate(2.5em)
}

.g .g_coffees .g_coffee .g_h4 {
    width: 9.375em;
    margin: 0 auto .5em !important
}

.g .g_coffees .g_link {
    margin-top: 2em
}

@media screen and (min-width:768px) {
    .g .g_coffees .g_link {
        display: none
    }
}

.g_isTouch .g .g_coffees .g_link {
    display: inline-block
}

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

    .g .g_coffees .g_wavesSVG {
        width: 100vw;
        background-size: 100vw auto
    }

    .g .g_coffees .g_coffee .g_cup {
        width: 7.0625em;
        height: 12.1875em;
        -webkit-transform: translate(-3.5em, -2em);
        transform: translate(-3.5em, -2em)
    }

    .g .g_coffees .g_coffee .g_capsule {
        height: 4.5625em;
        -webkit-transform: translate(2em, 1em);
        transform: translate(2em, 1em)
    }

    .g .g_coffees .g_coffee>.g_itemRow:nth-child(2) {
        height: auto
    }
}

.g .g_popin.g_popinVideo .g_popinRestrict {
    width: 100%;
    min-height: 100%;
    background-color: #000;
    overflow: hidden
}

.g .g_popin.g_popinVideo .g_btnClose {
    background-color: #4e4e4e
}

@media screen and (min-width:768px) {
    .g .g_popin.g_popinVideo .g_btnClose {
        top: 3.75em
    }
}

@media screen and (max-width:767px) {
    .g .g_popin.g_popinVideo .g_popinContent {
        height: 100vh
    }
}

.g .g_backgroundVideo .g_placeholder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 0
}

.g .g_backgroundVideo .g_placeholder .g_embedVideo {
    position: relative;
    margin: 0;
    height: 100%
}

.g .g_backgroundVideo .g_placeholder .g_embedVideo .g_embedVideoPlayer:after {
    content: "";
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.g .g_backgroundVideo .g_placeholder iframe,
.g .g_backgroundVideo .g_placeholder object {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 56.25vw
}

@media screen and (min-height:80vw) {

    .g .g_backgroundVideo .g_placeholder iframe,
    .g .g_backgroundVideo .g_placeholder object {
        height: 70vh;
        width: 124.44444vh
    }
}

.g .g_playVideo {
    margin-top: 1.5em;
    padding-right: 2.25em;
    position: relative
}

.g .g_playVideo i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 1.5em;
    margin-top: -.075em
}

.g .g_embedVideo {
    height: 100%;
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_embedVideo .g_embedVideoPlayer>* {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%
}

.g .g_embedVideo div[id^=youkuplayer]>#iframeId {
    width: 100%;
    height: 82vh;
    margin-top: 9vh
}

@media screen and (min-width:768px) {
    .g_keyTab .g .g_playVideo:focus {
        color: #4298ad
    }
}

@media screen and (max-width:767px) {
    .g .g_embedVideo .g_embedVideoPlayer>* {
        height: 100%;
        width: 100%
    }
}

@media screen and (min-width:768px) {
    .g .g_story .g_bg {
        background-size: cover;
        background-position: center -3em
    }
}

@media screen and (max-width:767px) {
    .g .g_story .g_bg:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .2);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .2)));
        background-image: linear-gradient(0deg, rgba(0, 0, 0, .5) 25%, rgba(0, 0, 0, .2))
    }
}

.g .g_coffeeSection .g_playVideo span {
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden
}

.g .g_coffeeSection {
    background-color: #fff;
    overflow: hidden
}

.g .g_coffeeSection .g_left {
    overflow: visible;
    background-color: #f7f9fa;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f7f9fa));
    background-image: linear-gradient(0deg, #fff 0, #f7f9fa)
}

.g .g_coffeeSection .g_left .g_symbol {
    width: 2.5em;
    height: 2.5em;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.g .g_coffeeSection .g_left .g_h2 {
    width: 75%;
    margin-left: 0
}

.g .g_coffeeSection .g_compo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.g .g_coffeeSection .g_compo .g_capsule,
.g .g_coffeeSection .g_compo .g_image,
.g .g_coffeeSection .g_compo .g_leaves,
.g .g_coffeeSection .g_compo .g_mask,
.g .g_coffeeSection .g_compo .g_shape {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.g .g_coffeeSection .g_compo .g_mask,
.g .g_coffeeSection .g_compo .g_shape {
    width: 52em;
    height: 52em
}

.g .g_coffeeSection .g_compo .g_shape {
    top: -13.15em;
    margin-left: 27.9em;
    -webkit-transform: translate(-50%) rotate(70deg);
    transform: translate(-50%) rotate(70deg)
}

.g .g_coffeeSection .g_compo .g_mask {
    top: -15.15em;
    margin-left: 29.5em;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.g .g_coffeeSection .g_compo .g_image {
    width: 65.625em;
    height: 43.75em;
    top: 3.125em;
    margin-left: -39.375em;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.g .g_coffeeSection .g_compo .g_capsule {
    width: 20.1875em;
    height: 13.25em;
    top: 25.625em;
    margin-left: 11.5em
}

.g .g_coffeeSection .g_videoButton {
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0
}

.g .g_coffeeSection .g_playVideo {
    width: 36.125em;
    height: 36.125em;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 0;
    right: 4em;
    text-align: center;
    background-color: #eee;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.g .g_coffeeSection .g_playVideo i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: auto;
    color: #fff;
    font-size: 4em;
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_coffeeSection .g_playVideo .g_recipe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: .25s;
    transition: .25s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.g .g_coffeeSection .g_playVideo .g_recipeVisual {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
    margin-top: -13em
}

.g .g_coffeeSection .g_right {
    background: transparent
}

.g .g_coffeeSection .g_right .g_content {
    vertical-align: top
}

.g .g_coffeeSection .g_right .g_text {
    text-align: center
}

.g .g_coffeeSection .g_right ul {
    display: table;
    margin: 0 -1em 6em !important;
    width: calc(100% + 2em);
    table-layout: fixed
}

.g .g_coffeeSection .g_right ul li {
    display: table-cell;
    vertical-align: top;
    padding: 0 1em;
    counter-increment: list;
    position: relative
}

.g .g_coffeeSection .g_right ul li:after {
    content: "";
    width: 6.875em;
    height: 1px;
    border-top: 2px dotted rgba(1, 33, 105, .5);
    position: absolute;
    top: 14.75em;
    margin-left: 1.875em;
    left: 50%
}

.g .g_coffeeSection .g_right ul li:last-child:after {
    display: none
}

.g .g_coffeeSection .g_right ul li .g_cup {
    width: 6.1875em;
    height: 10.6875em;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: 1em;
    margin-top: 2em
}

.g .g_coffeeSection .g_right ul li .g_capsule {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 6.72917em;
    height: 4.41667em;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    top: 9em;
    margin-left: 2em
}

.g .g_coffeeSection .g_right ul li .g_wysiwyg {
    position: relative
}

.g .g_coffeeSection .g_right ul li .g_wysiwyg:before {
    content: counter(list);
    background: #012169;
    display: inline-block;
    width: 1.4375em;
    height: 1.4375em;
    margin-bottom: .75em;
    border-radius: 50%;
    color: #fff;
    font-size: 1em;
    line-height: 1.4375em;
    text-align: center;
    font-weight: 800
}

.g .g_coffeeSection .g_right .g_shape {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 28em;
    height: 28em;
    top: 17em
}

.g .g_coffeeSection.g_flat-white .g_right .g_shape {
    top: 17em;
    margin-left: 37em;
    -webkit-transform: translate(-50%) rotate(33deg);
    transform: translate(-50%) rotate(33deg)
}

.g .g_coffeeSection.g_long-black .g_right .g_shape {
    top: 14em;
    margin-left: 37em;
    -webkit-transform: translate(-50%) rotate(10deg);
    transform: translate(-50%) rotate(10deg)
}

@media screen and (min-width:768px) {
    .g .g_coffeeSection.g_flat-white .g_compo .g_leaves {
        width: 25.75em;
        height: 23.6875em;
        top: 19.5em;
        margin-left: 41.25em
    }

    .g .g_coffeeSection.g_long-black .g_compo .g_leaves {
        width: 25.75em;
        height: 18em;
        top: 24.375em;
        margin-left: 40em
    }

    .g .g_coffeeSection.g_long-black .g_compo .g_shape {
        top: -14.15em;
        margin-left: 29.9em;
        -webkit-transform: translate(-50%) rotate(40deg);
        transform: translate(-50%) rotate(40deg)
    }

    .g .g_coffeeSection.g_long-black .g_compo .g_mask {
        top: -14.15em
    }

    .g .g_coffeeSection.g_long-black .g_compo .g_image {
        top: -2.5em;
        margin-left: -39.375em
    }

    .g .g_coffeeSection .g_playVideo {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media screen and (min-width:768px) {
    .g .g_coffeeSection .g_playVideo:hover .g_recipe {
        -webkit-transform: scale(1.025);
        transform: scale(1.025)
    }

    .g .g_coffeeSection .g_playVideo:hover i {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1)
    }
}

@media screen and (max-width:767px) {
    .g .g_coffeeSection .g_left .g_content {
        text-align: center;
        padding-bottom: 3em
    }

    .g .g_coffeeSection .g_left .g_content .g_symbol {
        margin-top: 2.5em;
        display: inline-block
    }

    .g .g_coffeeSection .g_left .g_content .g_h2 {
        margin-left: auto;
        margin-right: auto
    }

    .g .g_coffeeSection .g_compo .g_mask,
    .g .g_coffeeSection .g_compo .g_shape {
        width: 33em;
        height: 33em
    }

    .g .g_coffeeSection .g_compo .g_shape {
        margin-top: 4em;
        margin-left: 3.9em
    }

    .g .g_coffeeSection .g_compo .g_mask {
        margin-top: 4em;
        margin-left: 5.5em
    }

    .g .g_coffeeSection .g_compo .g_image {
        width: 39.375em;
        height: 26.25em;
        top: 6.875em;
        margin-left: -25.625em
    }

    .g .g_coffeeSection .g_compo .g_capsule {
        margin-top: -10em;
        width: 13.3125em;
        height: 8.75em;
        margin-left: -3em
    }

    .g .g_coffeeSection.g_flat-white .g_compo .g_leaves {
        width: 18em;
        height: 16.5625em;
        margin-top: 11em;
        margin-left: 12.25em
    }

    .g .g_coffeeSection.g_long-black .g_compo .g_leaves {
        width: 18em;
        height: 12.5625em;
        margin-top: 13em;
        margin-left: 11.625em
    }

    .g .g_coffeeSection.g_long-black .g_compo .g_shape {
        top: -14.75em;
        -webkit-transform: translate(-45%) rotate(40deg);
        transform: translate(-45%) rotate(40deg)
    }

    .g .g_coffeeSection.g_long-black .g_compo .g_mask {
        top: -14.15em;
        -webkit-transform: translate(-48%);
        transform: translate(-48%)
    }

    .g .g_coffeeSection.g_long-black .g_compo .g_image {
        top: 7.5em;
        margin-left: -26.25em
    }

    .g .g_coffeeSection .g_videoButton {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto
    }

    .g .g_coffeeSection .g_playVideo {
        position: relative;
        width: calc(100vw - 2.5em);
        height: calc(100vw - 2.5em);
        right: auto;
        margin-bottom: 1em;
        top: 50%
    }

    .g .g_coffeeSection .g_playVideo .g_recipeVisual {
        margin-top: 0
    }

    .g .g_coffeeSection .g_right .g_content {
        padding-top: 0
    }

    .g .g_coffeeSection .g_right .v_swiper {
        width: calc(100vw - 2.5em);
        margin-bottom: 1.5em !important
    }

    .g .g_coffeeSection .g_right .v_swiper .swiper-button-next:after,
    .g .g_coffeeSection .g_right .v_swiper .swiper-button-prev:after {
        border-width: 3px;
        border-color: #012169;
        width: .75em;
        height: .75em
    }

    .g .g_coffeeSection .g_right .v_swiper .swiper-button-next:before,
    .g .g_coffeeSection .g_right .v_swiper .swiper-button-prev:before {
        z-index: 0;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 2.75em;
        height: 2.75em;
        background: #fff;
        border-radius: 50%;
        -webkit-box-shadow: .1em .25em .5em rgba(0, 0, 0, .25);
        box-shadow: .1em .25em .5em rgba(0, 0, 0, .25)
    }

    .g .g_coffeeSection .g_right .v_swiper .swiper-button-prev {
        margin-left: -1.25em
    }

    .g .g_coffeeSection .g_right .v_swiper .swiper-button-prev:before {
        -webkit-transform: translate(-38%, -50%);
        transform: translate(-38%, -50%)
    }

    .g .g_coffeeSection .g_right .v_swiper .swiper-button-next {
        margin-right: -1.25em
    }

    .g .g_coffeeSection .g_right .v_swiper .swiper-button-next:before {
        -webkit-transform: translate(-62%, -50%);
        transform: translate(-62%, -50%)
    }

    .g .g_coffeeSection .g_right .v_swiper .swiper-pagination button {
        margin-top: 0;
        opacity: .3
    }

    .g .g_coffeeSection .g_right .v_swiper .swiper-pagination button span {
        border: 0;
        background: #012169;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    .g .g_coffeeSection .g_right .v_swiper .swiper-pagination .swiper-pagination-bullet-active {
        opacity: 1
    }

    .g .g_coffeeSection .g_right .v_swiper .swiper-pagination .swiper-pagination-bullet-active span {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .g .g_coffeeSection .g_right ul {
        margin-bottom: 1.5em !important;
        width: 100%
    }

    .g .g_coffeeSection .g_right ul li {
        padding: 0 1em
    }

    .g .g_coffeeSection .g_right ul li:after {
        display: none
    }

    .g .g_coffeeSection .g_right ul li .g_cup {
        width: 9.8125em;
        height: 16.9375em;
        margin: 0
    }

    .g .g_coffeeSection .g_right ul li .g_capsule {
        width: 9.68182em;
        height: 6.36364em;
        top: 11.25em;
        margin-left: 2.75em
    }

    .g .g_coffeeSection .g_right ul li .g_wysiwyg {
        width: 50%;
        margin: 0 auto
    }

    .g .g_coffeeSection .g_right ul li .g_wysiwyg:before {
        display: none
    }

    .g .g_coffeeSection .g_right .g_shape {
        width: 115vw;
        height: 115vw;
        top: auto !important;
        left: auto;
        bottom: 0;
        right: -22em;
        margin-left: 0 !important;
        -webkit-transform: none;
        transform: none
    }
}

.g .g_assortments .g_wavesSVG {
    width: 100%;
    height: 13.75em;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -1%);
    transform: translate(-50%, -1%);
    background-position: top
}

@media screen and (min-width:1920px) {
    .g .g_assortments .g_wavesSVG {
        background-size: 100vw auto
    }
}

.g .g_assortments .v_swiper .v_swiperOverflow:after,
.g .g_assortments .v_swiper .v_swiperOverflow:before {
    display: none
}

.g .g_assortments .v_swiper .swiper-button-next:after,
.g .g_assortments .v_swiper .swiper-button-prev:after {
    border-color: #fff;
    border-width: 3px
}

.g .g_assortments .v_swiper .swiper-pagination button {
    opacity: .3
}

.g .g_assortments .v_swiper .swiper-pagination button span {
    border: 0;
    background: #fff;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.g .g_assortments .v_swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1
}

.g .g_assortments .v_swiper .swiper-pagination .swiper-pagination-bullet-active span {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.g .g_assortments .g_itemTable {
    background: #fff;
    padding: 0 1em 2em;
    color: #000;
    border-radius: .5em
}

@media screen and (min-width:768px) {
    .g .g_assortments .g_content {
        padding-top: 12.5em
    }

    .g .g_assortments>.g_bg:not(.g_wavesSVG) {
        background-size: cover;
        background-position: top
    }

    .g .g_assortments .v_swiper {
        margin-top: 4em;
        width: 62.25em
    }

    .g .g_assortments .v_swiper .swiper-slide .g_itemTable {
        opacity: 0;
        -webkit-transition: .25s;
        transition: .25s
    }

    .g .g_assortments .v_swiper .swiper-slide-active+.swiper-slide+.swiper-slide .g_itemTable,
    .g .g_assortments .v_swiper .swiper-slide-active+.swiper-slide .g_itemTable,
    .g .g_assortments .v_swiper .swiper-slide-active .g_itemTable {
        opacity: 1
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .g .g_assortments .v_swiper {
        width: calc(100vw - 4em)
    }
}

@media screen and (max-width:767px) {
    .g .g_assortments .g_content {
        padding-top: 7.5em
    }

    .g .g_assortments .g_wavesSVG {
        width: 100vw;
        background-size: 100vw auto
    }

    .g .g_assortments .v_swiper {
        width: calc(100vw - 5em);
        margin-left: 1.25em
    }

    .g .g_assortments .v_swiper .swiper-container .swiper-wrapper .swiper-slide {
        padding: 0 .9em
    }

    .g .g_assortments .v_swiper .swiper-button-next,
    .g .g_assortments .v_swiper .swiper-button-prev {
        display: none
    }
}

.g .g_syrup {
    background-color: #f7f9fa;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f7f9fa));
    background-image: linear-gradient(0deg, #fff 0, #f7f9fa)
}

.g .g_syrup .g_bg {
    background-position: top
}

.g .g_syrup .g_h2 {
    width: 75%;
    margin-left: 0
}

.g .g_syrup .g_compo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.g .g_syrup .g_compo .g_image,
.g .g_syrup .g_compo .g_mask,
.g .g_syrup .g_compo .g_shape {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.g .g_syrup .g_compo .g_mask,
.g .g_syrup .g_compo .g_shape {
    width: 51em;
    height: 51em
}

.g .g_syrup .g_compo .g_shape {
    top: -12.8em;
    margin-left: 29.9em;
    -webkit-transform: translate(-50%) rotate(40deg);
    transform: translate(-50%) rotate(40deg)
}

.g .g_syrup .g_compo .g_mask {
    top: -11.25em;
    margin-left: 27.5em;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.g .g_syrup .g_compo .g_image {
    width: 51.5em;
    height: 51.5em;
    top: -9.0625em;
    margin-left: -25.625em
}

@media screen and (min-width:768px) {
    .g .g_syrup .g_content {
        height: 46.875em
    }
}

@media screen and (max-width:767px) {
    .g .g_syrup {
        text-align: center
    }

    .g .g_syrup .g_content {
        padding-bottom: 0
    }

    .g .g_syrup .g_h2 {
        width: 100%
    }

    .g .g_syrup .g_headline {
        margin-top: 1.5em
    }

    .g .g_syrup .g_compo {
        left: -43em;
        top: 3em
    }

    .g .g_syrup .g_compo .g_mask,
    .g .g_syrup .g_compo .g_shape {
        width: 31em;
        height: 31em
    }

    .g .g_syrup .g_compo .g_shape {
        top: -13.3em;
        margin-left: 28.5em
    }

    .g .g_syrup .g_compo .g_image {
        width: 23.625em;
        height: 23.625em;
        top: 8em;
        margin-left: -5em
    }
}

.g .g_servicesIntro {
    overflow: visible
}

.g .g_servicesIntro .g_wavesSVG {
    width: 100%;
    height: 13.75em;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -1%);
    transform: translate(-50%, -1%);
    background-position: top
}

@media screen and (min-width:1920px) {
    .g .g_servicesIntro .g_wavesSVG {
        background-size: 100vw auto
    }
}

.g .g_servicesIntro .g_waves_top {
    -webkit-transform: translate(-50%, -1%) scaleY(-1);
    transform: translate(-50%, -1%) scaleY(-1)
}

.g .g_services {
    background: transparent !important
}

@media screen and (min-width:768px) {
    .g .g_servicesIntro .g_content {
        padding-top: 16.875em;
        vertical-align: top;
        height: 50em
    }

    .g .g_servicesIntro>.g_bg:not(.g_wavesSVG) {
        background-position: top;
        height: 83.75em
    }

    .g .g_servicesIntro .g_h2 {
        width: 100% !important
    }
}

@media screen and (max-width:767px) {
    .g .g_servicesIntro {
        color: #012169
    }

    .g .g_servicesIntro .g_content {
        height: 23.125em;
        vertical-align: middle
    }

    .g .g_servicesIntro .g_wavesSVG {
        width: 100vw;
        background-size: 100vw auto;
        background-repeat: no-repeat;
        background-position: top
    }

    .g .g_servicesIntro .g_bg:not(.g_wavesSVG) {
        height: 73.9375em
    }

    .g .g_services .g_content {
        padding-top: 23.75em
    }
}

.g .g_switcher {
    position: absolute;
    right: 0;
    top: 9.375em;
    margin-right: calc((100vw - 58.25em)/-2);
    z-index: 1
}

.g .g_switcher a {
    display: block;
    margin: 0
}

.g .g_switcher a:hover .g_capsule {
    opacity: .75;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.g .g_switcher span {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    color: #012169;
    width: 11.25em;
    text-align: left
}

.g .g_switcher span strong {
    text-transform: uppercase
}

.g .g_switcher .g_circle {
    border: .625em solid hsla(0, 0%, 100%, .5);
    background-clip: content-box;
    width: 9.375em;
    height: 9.375em;
    border-radius: 50%;
    background-color: #fff
}

.g .g_switcher .g_capsule {
    width: 9em;
    height: 9em;
    margin-top: -.75em;
    -webkit-transition: .25s;
    transition: .25s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

@media screen and (max-width:1279px) {
    .g .g_switcher span {
        display: none
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .g .g_switcher {
        display: none
    }
}

.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_ic .g_light .g_text .g_h1,
.g.g_ic .g_light .g_text .g_h2,
.g.g_ic .g_light .g_text .g_wysiwyg {
    color: #012169
}

.g.g_ic .g_h2,
.g.g_ic .g_h2 strong {
    font-weight: 800
}

.g.g_ic .g_headline {
    letter-spacing: .125em !important
}

.g.g_ic .g_breadcrumb nav {
    z-index: 10;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .75) 0, transparent);
    -webkit-transition: .25s;
    transition: .25s
}

.g.g_ic .g_breadcrumb nav.g_fixed,
.g.g_ic .g_breadcrumb nav.g_opened {
    background-image: none;
    background-color: rgba(0, 0, 0, .8)
}

.g.g_ic .g_breadcrumb .g_menu a.g_btn {
    font-size: .875em;
    font-weight: 500
}

.g.g_ic.g_ol .g_breadcrumb nav .g_menu ul li:first-child a,
.g.g_ic.g_vl .g_breadcrumb nav .g_menu ul li:nth-child(2) a {
    opacity: 1
}

.g.g_ic .g_hero .g_content {
    vertical-align: top
}

@media screen and (min-width:768px) {
    .g.g_ic .g_hero .g_content {
        padding-top: 8.125em !important;
        height: auto;
        padding-bottom: 21.875em
    }
}

@media screen and (max-width:767px) {
    .g.g_ic .g_hero .g_content {
        padding-top: 8.125em !important;
        height: auto;
        padding-bottom: 12.5em
    }

    .g.g_ic .g_accessories .g_content {
        padding-bottom: 2em
    }
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
    content: "" !important;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: .25s;
    transition: .25s;
    font-family: initial !important;
    font-size: initial !important;
    letter-spacing: normal !important;
    font-variant: initial !important;
    line-height: normal !important;
}
.swiper-button-next:after {
    -webkit-transform: translate(-100%,-50%) rotate(45deg);
    transform: translate(-100%,-50%) rotate(45deg);
}
.swiper-button-prev:after {
    -webkit-transform: translateY(-50%) rotate(225deg);
    transform: translateY(-50%) rotate(225deg);
}
.g .v-dialog {
    padding: 0;
    box-shadow: none;
    background: transparent;
}

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

.g .v-dialog video {
    display: block;
    margin-top: 35px;
    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
}

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

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

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

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

@media  (max-width: 600px) {
    .g .v-dialog__content{
        align-items: center;
    }
    
}
.g .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
}