/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */

    -webkit-text-size-adjust: 100%;
    /* 2 */
        -ms-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    overflow: visible;
    /* 2 */
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */

    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
    border-bottom: none;
    /* 1 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    color: #000;
    background-color: #ff0;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    display: table;
    /* 1 */
    box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
    color: inherit;
    /* 2 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
    outline-offset: -2px;
    /* 2 */

    -webkit-appearance: textfield;
    /* 1 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    font: inherit;
    /* 2 */

    -webkit-appearance: button;
    /* 1 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

/**
 * Swiper 4.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 7, 2017
 */
.swiper-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
            flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
         -o-transition-property:         transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform,-webkit-transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
}

.swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
         -o-transition-property:         transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform,-webkit-transform;

    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
}

.swiper-invisible-blank-slide {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-transition-property: height,-webkit-transform;
         -o-transition-property: transform,height;
            transition-property: height,-webkit-transform;
            transition-property: transform,height;
            transition-property: transform,height,-webkit-transform;

    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
            perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image:      -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image:         linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image:         linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image:      -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image:         linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image:         linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
        touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 27px 44px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
    opacity: 0.35;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 10px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23007aff\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23007aff\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23000000\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23000000\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-pagination {
    position: absolute;
    z-index: 10;
    -webkit-transition: 0.3s opacity;
         -o-transition: 0.3s opacity;
            transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    text-align: center;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
            transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
            transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
            transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
            transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
            transform: scale(0.33);
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    opacity: 0.2;
    border-radius: 100%;
    background: #000;
}

button.swiper-pagination-bullet {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    top: 50%;
    right: 10px;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    width: 8px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top,0.2s -webkit-transform;
         -o-transition: 0.2s transform,0.2s top;
            transition: 0.2s top,0.2s -webkit-transform;
            transition: 0.2s transform,0.2s top;
            transition: 0.2s transform,0.2s top,0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s left,0.2s -webkit-transform;
         -o-transition: 0.2s transform,0.2s left;
            transition: 0.2s left,0.2s -webkit-transform;
            transition: 0.2s transform,0.2s left;
            transition: 0.2s transform,0.2s left,0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right,0.2s -webkit-transform;
         -o-transition: 0.2s transform,0.2s right;
            transition: 0.2s right,0.2s -webkit-transform;
            transition: 0.2s transform,0.2s right;
            transition: 0.2s transform,0.2s right,0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    background: #007aff;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}

.swiper-scrollbar {
    position: relative;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);

    -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    z-index: 50;
    bottom: 3px;
    left: 1%;
    width: 98%;
    height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    z-index: 50;
    top: 1%;
    right: 3px;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-zoom-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;

    -webkit-align-items: center;
            align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
    -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
            animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%236c6c6c\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}

.swiper-lazy-preloader-white:after {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%23fff\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    z-index: -1000;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    -webkit-transition-property: opacity;
         -o-transition-property: opacity;
            transition-property: opacity;
    pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    z-index: 1;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    pointer-events: none;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    visibility: visible;
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: #000;

    -webkit-filter: blur(50px);
            filter: blur(50px);
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    z-index: 1;
    pointer-events: none;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

@font-face {
    font-family: "Nespresso Lucas Light";
    src: url("https://www.nespresso.com/shared_res/mos/free_html/ca/2019-BF-Promos/Fonts/Light/NespressoLucas-Light.eot");
    src: url("https://www.nespresso.com/shared_res/mos/free_html/ca/2019-BF-Promos/Fonts/Light/NespressoLucas-Light.eot?#iefix") format("embedded-opentype"),
      url("https://www.nespresso.com/shared_res/mos/free_html/ca/2019-BF-Promos/Fonts/Light/NespressoLucas-Light.woff2") format("woff2"),
      url("https://www.nespresso.com/shared_res/mos/free_html/ca/2019-BF-Promos/Fonts/Light/NespressoLucas-Light.woff") format("woff"),
      url("https://www.nespresso.com/shared_res/mos/free_html/ca/2019-BF-Promos/Fonts/Light/NespressoLucas-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
  }

  @font-face {
    font-family: "Nespresso Lucas Regular";
    src: url("https://www.nespresso.com/shared_res/mos/free_html/ca/2019-BF-Promos/Fonts/Regular/NespressoLucas-Regular.eot");
    src: url("https://www.nespresso.com/shared_res/mos/free_html/ca/2019-BF-Promos/Fonts/Regular/NespressoLucas-Regular.eot?#iefix") format("embedded-opentype"),
      url("https://www.nespresso.com/shared_res/mos/free_html/ca/2019-BF-Promos/Fonts/Regular/NespressoLucas-Regular.woff2") format("woff2"),
      url("https://www.nespresso.com/shared_res/mos/free_html/ca/2019-BF-Promos/Fonts/Regular/NespressoLucas-Regular.woff") format("woff"),
      url("https://www.nespresso.com/shared_res/mos/free_html/ca/2019-BF-Promos/Fonts/Regular/NespressoLucas-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
  }

  @font-face {
    font-family: "Nespresso Lucas Bold";
    src: url("https://www.nespresso.com/shared_res/mos/free_html/ca/2019-BF-Promos/Fonts/Bold/NespressoLucas-Bold.eot");
    src: url("https://www.nespresso.com/shared_res/mos/free_html/ca/2019-BF-Promos/Fonts/Bold/NespressoLucas-Bold.eot?#iefix") format("embedded-opentype"),
      url("https://www.nespresso.com/shared_res/mos/free_html/ca/2019-BF-Promos/Fonts/Bold/NespressoLucas-Bold.woff2") format("woff2"),
      url("https://www.nespresso.com/shared_res/mos/free_html/ca/2019-BF-Promos/Fonts/Bold/NespressoLucas-Bold.woff") format("woff"),
      url("https://www.nespresso.com/shared_res/mos/free_html/ca/2019-BF-Promos/Fonts/Bold/NespressoLucas-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
  }

  

  @font-face {
    font-family: "Nespresso Lucas XtraBd";
    src: url("https://www.nespresso.com/shared_res/mos/free_html/ca/2019-BF-Promos/Fonts/XtraBd/NespressoLucas-XtraBd.eot");
    src: url("https://www.nespresso.com/shared_res/mos/free_html/ca/2019-BF-Promos/Fonts/XtraBd/NespressoLucas-XtraBd.eot?#iefix") format("embedded-opentype"),
      url("https://www.nespresso.com/shared_res/mos/free_html/ca/2019-BF-Promos/Fonts/XtraBd/NespressoLucas-XtraBd.woff2") format("woff2"),
      url("https://www.nespresso.com/shared_res/mos/free_html/ca/2019-BF-Promos/Fonts/XtraBd/NespressoLucas-XtraBd.woff") format("woff"),
      url("https://www.nespresso.com/shared_res/mos/free_html/ca/2019-BF-Promos/Fonts/XtraBd/NespressoLucas-XtraBd.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
  }



html {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

body {
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    width: inherit;
    height: inherit;
    color: #fff;
    background-color: #fff;
}

.holiday,
.sustainability,
.shippingreturns {
    width: 100%;
    height: 100%;
}
.holiday *,
.sustainability *,
.shippingreturns * {
    position: relative;
    box-sizing: border-box; 
    margin: 0;
    padding: 0;
}

section {
    float: left;
    clear: both;
    overflow: hidden;
    background-color: #fff;
}

header,
footer {
    background-color: #000;
}

.wrapper {
    width: 996px;
    max-width: 100%;
    margin: auto;
}

h1,
.heading1 {
    font-family: 'Nespresso Lucas XtraBd';
    letter-spacing: 1.2rem;
    text-transform: uppercase;
    color: #000;
}
@media (min-width: 769px) {
    h1,
    .heading1 {
        font-size: 3rem; 
        line-height: 108%;
    }
}
@media (max-width: 768px) {
    h1,
    .heading1 {
        font-size: 2.375rem; 
        line-height: 111%;
    }
}

h2,
.heading2 {
    font-family: 'Nespresso Lucas Light';
    line-height: 111%;
    letter-spacing: 0.8rem;
    text-transform: uppercase;
    color: #000;
}
@media (min-width: 769px) {
    h2,
    .heading2 {
        font-size: 2.25rem;
    }
}
@media (max-width: 768px) {
    h2,
    .heading2 {
        font-size: 2rem; 
        line-height: 113%;
    }
}
@media (max-width: 470px) {
    h2,
    .heading2 {
        font-size: 1.75rem; 
        line-height: 107%;
    }
}
@media (max-width: 374px) {
    h2,
    .heading2 {
        font-size: 1.25rem; 
        line-height: 150%;
    }
}

h3,
.heading3 {
    font-family: 'Nespresso Lucas XtraBd';
    font-size: 1.125rem;
    line-height: 133%;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
    color: #000;
}

h4,
.heading4 {
    font-family: 'Nespresso Lucas XtraBd';
    font-size: 0.875rem;
    line-height: 143%;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
    color: #000;
}

.p1 {
    font-family: 'Nespresso Lucas Regular';
    font-size: 1.5rem;
    line-height: 133%;
    letter-spacing: 0.1rem;
    color: #000;
}

.p2 {
    font-family: 'Nespresso Lucas Regular';
    font-size: 1.125rem;
    line-height: 133%;
    letter-spacing: 0.1rem;
    color: #000;
}

.p3 {
    font-family: 'Nespresso Lucas Regular';
    letter-spacing: 0.1rem;
    color: #000;
}
@media (min-width: 769px) {
    .p3 {
        font-size: 1rem; 
        line-height: 150%;
    }
}
@media (max-width: 768px) {
    .p3 {
        font-size: 1.125rem;
        line-height: 156%;
        color: #26211e;
    }
}

.p4 {
    font-family: 'Nespresso Lucas Regular';
    font-size: 0.75rem;
    line-height: 150%;
    letter-spacing: 0.1rem;
    color: #000;
}

.link1 {
    font-family: 'Nespresso Lucas XtraBd';
    font-size: 0.875rem;
    line-height: 143%;
    z-index: 1;
    padding-right: 10px;
    text-decoration: none;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
    color: #986f38;
}
.link1::after {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 2px;
    width: 8px;
    height: 14px;
    content: '';
    background: url('https://www.nespresso.com/shared_res/mos/free_html/us/shipping-returns/images/sprites/arrow-gold-sm.png') right center no-repeat;
}
.link1:hover {
    text-decoration: underline;
}

.link2 {
    font-family: 'Nespresso Lucas Regular';
    font-size: 1rem;
    line-height: 150%;
    text-decoration: none;
    letter-spacing: 0.1rem;
    color: #986f38;
}
.link2:hover {
    text-decoration: underline;
}

.link3 {
    font-family: 'Nespresso Lucas XtraBd';
    font-size: 0.75rem;
    line-height: 150%;
    text-decoration: none;
    letter-spacing: 0.1rem;
    color: #986f38;
}
.link3:hover {
    text-decoration: underline;
}

.link4 {
    font-family: 'Nespresso Lucas Regular';
    font-size: 0.75rem;
    line-height: 150%;
    text-decoration: none;
    color: #986f38;
}
.link4:hover {
    text-decoration: underline;
}

.principal-cta {
    font-family: 'Nespresso Lucas Bold';
    font-size: 0.875rem;
    line-height: 129%;
    display: inline-block;
    padding: 11px 35px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    background-color: #986f38;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.principal-cta:hover {
    background-color: #815e2f;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.principal-cta:active {
    background-color: #916a35;
}
.principal-cta.disabled {
    pointer-events: none;
    color: #6e6e6e;
    background-color: #f9f9f9;
    box-shadow: none;
}

.standard-cta {
    font-family: 'Nespresso Lucas Bold';
    font-size: 0.875rem;
    line-height: 129%;
    display: inline-block;
    padding: 11px 35px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    background-color: #986f38;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.standard-cta:hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.standard-cta:active {
    background-color: #815e2f;
}
.standard-cta.disabled {
    pointer-events: none;
    color: #6e6e6e;
    background-color: #f9f9f9;
    box-shadow: none;
}

.secondary-cta {
    font-family: 'Nespresso Lucas Bold';
    font-size: 0.875rem;
    line-height: 129%;
    display: inline-block;
    padding: 10px 35px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: transparent;
}
.secondary-cta:hover {
    color: #fff;
    background-color: #000;
}
.secondary-cta:active {
    color: #fff;
    background-color: #6e6e6e;
}
.secondary-cta.disabled {
    pointer-events: none;
    color: #6e6e6e;
    background-color: #f9f9f9;
    box-shadow: none;
}

.secondary-cta--nobg {
    border-color: #000;
}

.principal-add-to-basket {
    font-family: 'Nespresso Lucas Bold';
    font-size: 0.875rem;
    line-height: 129%;
    z-index: 1;
    display: inline-block;
    padding: 11px 40px 11px 55px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    border-radius: 3px;
    background-color: #3d8705;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.principal-add-to-basket::before {
    position: absolute;
    z-index: -1;
    top: 4px;
    left: 6px;
    width: 30px;
    height: 31px;
    content: '';
    background: url('https://www.nespresso.com/shared_res/mos/free_html/us/shipping-returns/images/sprites/bag-white.png') left center no-repeat;
}
.principal-add-to-basket::after {
    position: absolute;
    z-index: -1;
    top: 12px;
    right: 10px;
    width: 17px;
    height: 16px;
    content: '';
    background: url('https://www.nespresso.com/shared_res/mos/free_html/us/shipping-returns/images/sprites/plus-white.png') right center no-repeat;
}
.principal-add-to-basket:hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.principal-add-to-basket:active {
    background-color: #337204;
}
.principal-add-to-basket.disabled {
    pointer-events: none;
    color: #6e6e6e;
    background-color: #f3f3f3;
    box-shadow: none;
}
.principal-add-to-basket.disabled::before {
    position: absolute;
    z-index: -1;
    top: 4px;
    left: 6px;
    width: 30px;
    height: 31px;
    content: '';
    background: url('https://www.nespresso.com/shared_res/mos/free_html/us/shipping-returns/images/sprites/bag-grey.png') left center no-repeat;
}
.principal-add-to-basket.disabled::after {
    position: absolute;
    z-index: -1;
    top: 12px;
    right: 10px;
    width: 17px;
    height: 16px;
    content: '';
    background: url('https://www.nespresso.com/shared_res/mos/free_html/us/shipping-returns/images/sprites/plus-grey.png') right center no-repeat;
}

.standard-add-to-basket {
    font-family: 'Nespresso Lucas Bold';
    font-size: 0.875rem;
    line-height: 129%;
    display: inline-block;
    padding: 11px 35px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    border-radius: 3px;
    background-color: #3d8705;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.standard-add-to-basket:hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.standard-add-to-basket:active {
    background-color: #337204;
}
.standard-add-to-basket.disabled {
    pointer-events: none;
    color: #6e6e6e;
    background-color: #f3f3f3;
    box-shadow: none;
}

.compact-add-to-basket {
    z-index: 1;
    display: inline-block;
    padding: 18px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 3px;
    background-color: #3d8705;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.compact-add-to-basket::after {
    position: absolute;
    z-index: -1;
    top: 10px;
    right: 10px;
    width: 17px;
    height: 16px;
    content: '';
    background: url('https://www.nespresso.com/shared_res/mos/free_html/us/shipping-returns/images/sprites/plus-white.png') right center no-repeat;
}
.compact-add-to-basket:hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.compact-add-to-basket:active {
    background-color: #337204;
}
.compact-add-to-basket.disabled {
    pointer-events: none;
    color: #6e6e6e;
    background-color: #f3f3f3;
    box-shadow: none;
}
.compact-add-to-basket.disabled::after {
    position: absolute;
    z-index: -1;
    top: 10px;
    right: 10px;
    width: 17px;
    height: 16px;
    content: '';
    background: url('https://www.nespresso.com/shared_res/mos/free_html/us/shipping-returns/images/sprites/plus-grey.png') right center no-repeat;
}

.gift-set-label {
    font-size: 0.875rem;
    display: block;
    margin-bottom: 5px;
}

.price-bold {
    font-family: 'Nespresso Lucas XtraBd'; 
    font-size: 0.9375rem;
    letter-spacing: 0.2rem;
}

.price-bold-sm {
    font-family: 'Nespresso Lucas Bold'; 
    font-size: 0.75rem;
    letter-spacing: 0.1rem;
}

.price-strikethough {
    font-size: 0.9375rem;
    text-decoration: line-through;
    color: #6e6e6e;
}

.price-strikethough-sm {
    font-family: 'Nespresso Lucas Regular';
    font-size: 0.75rem;
    text-decoration: line-through;
    letter-spacing: 0.1rem;
    color: #6e6e6e;
}

.add-to-basket--hr {
    display: block;
    width: 223px;
    margin: 20px 0 15px;
    border-top: 1px solid #dcd8d3;
}

.flyout-mobile,
.flyout {
    position: absolute;
    z-index: 100;
    top: 0;
    width: 77%;
    height: 530px;
    padding: 40px 30px;
    color: #26211e;
    background-color: #f7f4f0;
}
@media (max-width: 1440px) {
    .flyout-mobile,
    .flyout {
        bottom: 0;
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 768px) {
    .flyout-mobile .wrapper,
    .flyout .wrapper {
        margin: auto;
    }
}
.flyout-mobile .wrapper,
.flyout .wrapper {
    width: 100%;
    margin: 0;
}
.flyout-mobile .p3,
.flyout .p3 {
    margin: 10px 0 5px;
}
.flyout-mobile .link4,
.flyout .link4 {
    display: inline-block;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .flyout-mobile .link4,
    .flyout .link4 {
        margin-bottom: 10px;
    }
}

.tastemaker__flyout,
.adventurer__flyout,
.host__flyout {
    left: -77%;
}
@media (max-width: 1440px) {
    .tastemaker__flyout,
    .adventurer__flyout,
    .host__flyout {
        left: -100%;
    }
}

.minimalist__flyout,
.connoisseur__flyout,
.artiste__flyout {
    right: -77%;
}
@media (max-width: 1440px) {
    .minimalist__flyout,
    .connoisseur__flyout,
    .artiste__flyout {
        right: -100%;
    }
}

.flyout-content {
    font-family: 'Nespresso Lucas Regular';
    font-size: 1rem;
    float: right;
    width: 35%;
    padding-right: 20px;
}
@media (max-width: 1440px) {
    .flyout-content {
        float: left;
        width: 50%;
    }
}
@media (max-width: 768px) {
    .flyout-content {
        width: 100%;
        margin: 0;
    }
}
.flyout-content button {
    display: block;
}

.flyout-products {
    margin: 0 0 10px 40px;
}
@media (max-width: 768px) {
    .flyout-products * {
        font-size: 1.125rem; 
        line-height: 156%;
    }
}

.flyout-img {
    float: right;
}
@media (min-width: 769px) {
    .flyout-img {
        width: 40% !important;
    }
}
@media (min-width: 1024px) {
    .flyout-img {
        width: 450px !important;
    }
}
@media (max-width: 1024px) {
    .flyout-img {
        width: 250px !important;
    }
}
@media (max-width: 768px) {
    .flyout-img {
        display: block;
        float: none;
        width: 100% !important;
        margin-bottom: 20px;
    }
}

.flyout-close {
    position: absolute;
    z-index: 11;
    top: 10px;
    right: 30px;
    width: 21px;
    height: 25px;
    background: url('https://www.nespresso.com/shared_res/mos/free_html/us/shipping-returns/images/sprites/close.png') center center no-repeat;
}

@media (min-width: 769px) {
    .flyout--right .flyout-content {
        float: left;
        padding: 0 0 0 20px;
    }
    .flyout--right .flyout-img {
        float: left;
    }
    .flyout--right .flyout-close {
        right: auto;
        left: 10px;
    }
    .flyout--right .wrapper {
        width: 100%;
        margin: 0;
    }
}

.flyout--open {
    height: auto !important;
}
@media (max-width: 768px) {
    .flyout--open {
        min-height: 1200px !important;
    }
}
@media (max-width: 575px) {
    .flyout--open {
        min-height: 1000px !important;
    }
}

.img-nobg {
    display: inline-block;
}

.award-logo {
    display: block;
    margin: 25px 0 0;
}
@media (min-width: 1650px) {
    .award-logo {
        margin: 60px 0 0;
    }
}
@media (max-width: 768px) {
    .award-logo {
        display: block;
        width: 100%;
        max-width: 400px;
        height: 100%;
        max-height: 144px;
        margin-left: -10px;
    }
}

/*
@import 'modules/holiday/hero-navigator';
@import 'modules/holiday/tastemaker';
@import 'modules/holiday/minimalist';
@import 'modules/holiday/adventurer';
@import 'modules/holiday/connoisseur';
@import 'modules/holiday/host';
@import 'modules/holiday/artiste';
@import 'modules/holiday/gift-set';
@import 'modules/holiday/recipe';
*/
/*
@import 'modules/sustainability/hero';
@import 'modules/sustainability/aluminum';
@import 'modules/sustainability/coffee';
@import 'modules/sustainability/protect';
@import 'modules/sustainability/links';
@import 'modules/sustainability/overlay';
*/
.shipping-returns {
    width: 100%;
    padding-bottom: 35px;
    text-align: center;
    color: #000;
}
@media (min-width: 600px) {
    .shipping-returns {
        padding-bottom: 100px;
    }
}
@media (max-width: 995px) {
    .shipping-returns .wrapper {
        padding: 30px;
    }
}
@media (max-width: 600px) {
    .shipping-returns .wrapper {
        padding: 20px;
    }
}
.shipping-returns .wrapper:last-of-type {
    width: 800px;
}
.shipping-returns .p3.inline,
.shipping-returns .p4.inline {
    text-align: left;
}
@media (min-width: 600px) and (max-width: 768px) {
    .shipping-returns .p3.inline,
    .shipping-returns .p4.inline {
        font-size: 2.125rem;
        font-weight: 500; 
        line-height: 118%;
    }
}
@media (max-width: 600px) {
    .shipping-returns .p3.inline,
    .shipping-returns .p4.inline {
        font-size: 1rem;
        font-weight: 400; 
        line-height: 150%;
    }
}
.shipping-returns .p3.return,
.shipping-returns .p4.return {
    margin: -25px 0 35px;
}
.shipping-returns a {
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
    color: #b07d3a;
}
.shipping-returns a:hover {
    text-decoration: underline;
}

.shipping-returns__title {
    font-size: 3rem;
    margin-bottom: 80px; 
    letter-spacing: 0.7rem;
}
@media (min-width: 600px) and (max-width: 768px) {
    .shipping-returns__title {
        font-size: 4.5rem;
    }
}
@media (max-width: 600px) {
    .shipping-returns__title {
        font-size: 2.375rem;
    }
}

.shipping-returns__subtitle {
    font-family: 'Nespresso Lucas Light';
    font-size: 2.25rem;
    font-weight: 300;
    margin-bottom: 50px;
    text-align: left; 
    letter-spacing: 0.5rem;
}
@media (min-width: 600px) and (max-width: 768px) {
    .shipping-returns__subtitle {
        font-size: 4rem;
    }
}
@media (max-width: 600px) {
    .shipping-returns__subtitle {
        font-size: 2.125rem;
    }
}
.shipping-returns__subtitle::after {
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    content: '';
    border-bottom: 1px solid #b07d3a;
}

.shipping-returns__table-title {
    margin: 50px 0 18px;
    text-align: left; 
    letter-spacing: 0.2rem;
}
@media (min-width: 600px) and (max-width: 768px) {
    .shipping-returns__table-title {
        font-size: 2.25rem;
    }
}

.shipping-returns table {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
}
.shipping-returns table:last-of-type th:nth-child(1) {
    width: 8%;
}
.shipping-returns table th {
    font-family: 'Nespresso Lucas XtraBd';
    font-size: 0.9375rem;
    padding: 11px 15px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #000;
    background-color: #000;
}
@media (min-width: 600px) and (max-width: 768px) {
    .shipping-returns table th {
        font-size: 1.625rem;
    }
}
.shipping-returns table th:nth-child(1) {
    width: 30%;
    border-right: 1px solid #fff;
}
.shipping-returns table th:nth-child(2) {
    width: 20%;
    border-right: 1px solid #fff;
}
.shipping-returns table tr:nth-child(odd) {
    background-color: #f9f9f9;
}
.shipping-returns table td {
    font-family: 'Nespresso Lucas Regular';
    font-size: 0.8125rem;
    line-height: 1.4;
    padding: 12px 15px;
    border: 1px solid #bebdbb;
    border-top: 0;
}
@media (min-width: 600px) and (max-width: 768px) {
    .shipping-returns table td {
        font-size: 1.5rem;
    }
}

.shipping-returns__msg {
    font-family: 'Nespresso Lucas Regular';
    font-weight: 400;
    margin: 35px auto 65px;
    padding: 10px 15px 20px;
    text-align: center;
    border: 1px solid #bebdbb;
    background-color: #f9f9f9;
}
@media (max-width: 768px) {
    .shipping-returns__msg {
        padding: 35px 35px;
        text-align: left;
    }
}
@media (max-width: 600px) {
    .shipping-returns__msg {
        padding: 15px 20px;
    }
}
@media (max-width: 470px) {
    .shipping-returns__msg {
        padding: 20px;
    }
}
.shipping-returns__msg p {
    font-size: 0.8125rem;
    text-align: center; 
    letter-spacing: 0rem;
}
@media (min-width: 600px) and (max-width: 768px) {
    .shipping-returns__msg p {
        font-size: 1.5rem;
        line-height: 83%;
    }
}
@media (max-width: 768px) {
    .shipping-returns__msg p {
        text-align: left;
    }
}
@media (max-width: 470px) {
    .shipping-returns__msg p {
        line-height: 38%;
    }
}
.shipping-returns__msg a {
    font-weight: 400;
}
@media (min-width: 600px) and (max-width: 768px) {
    .shipping-returns__msg a {
        font-size: 1.5rem;
    }
}

.shipping-returns__msg2 {
    margin-top: 0;
    padding-top: 15px;
    text-align: left;
}
.shipping-returns__msg2 p {
    text-align: left;
}
@media (min-width: 600px) and (max-width: 768px) {
    .shipping-returns__msg2 p {
        line-height: 125%;
    }
}
@media (max-width: 470px) {
    .shipping-returns__msg2 p {
        line-height: 138%;
    }
}

.shipping-returns__msg--large {
    font-family: 'Nespresso Lucas XtraBd';
    font-size: 1.125rem;
    font-weight: 700;
    margin-right: 10px;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}
@media (min-width: 600px) and (max-width: 768px) {
    .shipping-returns__msg--large {
        font-size: 2.125rem;
    }
}
@media (max-width: 768px) {
    .shipping-returns__msg--large {
        display: block;
        margin-bottom: 25px;
    }
}

.shipping-returns__fineprint {
    display: block;
    width: 100%;
    margin: 0 0 0 20px;
    text-align: left;
    color: #858585;
}
@media (min-width: 600px) and (max-width: 768px) {
    .shipping-returns__fineprint {
        font-size: 1.375rem;
    }
}

@media (min-width: 769px) {
    .shipping-returns__tel {
        pointer-events: none;
        color: #000 !important;
    }
}

/*# sourceMappingURL=styles.css.map */