:root {
    font-size: 100%;
}

html {
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    background-color: #fff;
    color: #fff;
    font-weight: 300;
    font-family: 'FK Roman Display', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: -webkit-fill-available;
}

body {
    font-size: 1em;
    line-height: 1.4em;
}

@media screen and (min-width: 20em) {
    body {
        font-size: -webkit-calc(1em + (1.3125 - 1) * ((100vw - 20em) / (80 - 20)));
        font-size: -moz-calc(1em + (1.3125 - 1) * ((100vw - 20em) / (80 - 20)));
        font-size: calc(1em + (1.3125 - 1) * ((100vw - 20em) / (220 - 20)));
        line-height: -webkit-calc(1.4em + (1.8 - 1.4) * ((100vw - 20em) / (80 - 20)));
        line-height: -moz-calc(1.4em + (1.8 - 1.4) * ((100vw - 20em) / (80 - 20)));
        line-height: calc(1.4em + (1.8 - 1.4) * ((100vw - 20em) / (220 - 20)));
    }
}

@media (min-width: 80em) {
    body {
        font-size: 1.15em;
        line-height: 1.8em;
    }
}

html.is-transitioning,
html.is-transitioning * {
    cursor: progress;
    pointer-events: none;
}

[data-ajax="container"] {
    position: relative;
    width: 100%;
}

html.nav--open [data-ajax="container"] {
    cursor: pointer;
}

.fade-leave-active {
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.fade-enter-active {
    -webkit-transition: opacity 0.75s ease, -webkit-transform 0.75s ease;
    -o-transition: opacity 0.75s ease, -o-transform 0.75s ease;
    -moz-transition: opacity 0.75s ease, transform 0.75s ease, -moz-transform 0.75s ease;
    transition: opacity 0.75s ease, -webkit-transform 0.75s ease;
    transition: opacity 0.75s ease, transform 0.75s ease;
    transition: opacity 0.75s ease, transform 0.75s ease, -webkit-transform 0.75s ease, -moz-transform 0.75s ease, -o-transform 0.75s ease;
}

.fade-leave {
    opacity: 1;
}

.fade-enter {
    opacity: 0;
    -webkit-transform: translateY(-10px);
       -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
         -o-transform: translateY(-10px);
            transform: translateY(-10px);
}

.fade-leave-to {
    opacity: 0;
}

.fade-enter-to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
}

html.nav--open,
html.is-transitioning {
    overflow-y: scroll;
}

html .supercontainer:after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.25s ease .2s;
    -o-transition: opacity 0.25s ease .2s;
    -moz-transition: opacity 0.25s ease .2s;
    transition: opacity 0.25s ease .2s;
    pointer-events: none;
}

html.nav--open .supercontainer:after {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease 0s;
    -o-transition: opacity 0.25s ease 0s;
    -moz-transition: opacity 0.25s ease 0s;
    transition: opacity 0.25s ease 0s;
}

html.nav--open [data-scroll-container] {
    cursor: pointer;
    pointer-events: none;
}

[data-scroll-container] {
    position: relative;
    width: 100%;
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    background: #000;
}


*, :after, :before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
strong, b {
    font-weight: 600;
}
a, button {
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover {
    color: #fff;
    text-decoration: none;
}

.video-container {
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 56.25%;
    height: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.video-container embed, .video-container iframe, .video-container object {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
    width: 5px;
    opacity: 0;
    pointer-events: none;
}

img:not([src]) {
    content: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.btn {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0.5em 1.8em 0.6em 1.8em;
    min-width: 6em;
    min-height: 2.8em;
    width: auto;
    outline: none;
    border: 0;
    border: 0.75px solid #FFFFFF;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 31px;
    background: transparent;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500;
    font-size: 0.8em;
    font-family: 'Helvetica Neue', sans-serif;
    line-height: 1em;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    will-change: auto;
}

.btn:active, .btn:focus, .btn:hover {
    background: #fff;
    color: #000;
}

.btn-full {
    width: 100%;
}

.btn-border:active, .btn-border:focus, .btn-border:hover {
    text-decoration: underline;
}

.btn-sm {
    /* padding: 10px 30px 12px 30px; */
    /* min-height: 40px; */
    /* min-width: auto; */
    min-height: auto;
}

.grecaptcha-badge {
    visibility: hidden;
}

.supercontainer {
    /* Native page scrolling. The old custom SmoothScroll is disabled in JS,
       so overflow:hidden + height:100% clipped the page to one viewport. */
    overflow: visible;
    height: auto;
    min-height: 100%;
}

.map {
    overflow: hidden;
    height: 280px;
}

.h-intro {
    position: relative;
    /* min-height: 100vh; */
}

.h-intro-btn {
    position: relative;
    display: block;
    padding-bottom: 2em;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .h-intro-btn {
        top: -78px;
    }
}

video {
    position: fixed;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    -webkit-transition: opacity 5s ease;
    -o-transition: opacity 5s ease;
    -moz-transition: opacity 5s ease;
    transition: opacity 5s ease;
    -o-object-fit: cover;
       object-fit: cover;
}

video.playing {
    opacity: 1;
}

/* Keep the background visible even when a browser blocks autoplay until the
   first interaction. The poster/first frame remains visible as a fallback. */
video.main-video {
    opacity: 1;
    background: #000;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

nav.main-menu {
    position: fixed;
    top: 4vh;
    right: 3vw;
    left: 193px;
    z-index: 2;
    text-align: right;
    opacity: 0;
    -webkit-animation: fadeOut 1s;
    -moz-animation: fadeOut 1s;
    -o-animation: fadeOut 1s;
    animation: fadeOut 1s;
    pointer-events: none;
}

.home.nav--show nav.main-menu {
    opacity: 1;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    animation: fadeIn 1s;
    pointer-events: all;
}

.hide-visibility {
    opacity: 0;
    -webkit-animation: fadeOut 1s;
    -moz-animation: fadeOut 1s;
    -o-animation: fadeOut 1s;
    animation: fadeOut 1s;
    pointer-events: none;
}

.form-info {
    opacity: 0;
}

.form-info.show {
    opacity: 1;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

html.nav--open nav.main-menu,
html.wine-form--is-open.nav--open nav.main-menu {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
}

nav.main-menu ul {
    width: 100%;
    font-size: 0;
}

nav.main-menu li {
    display: inline-block;
    font-size: 16px;
}

nav.main-menu a {
    display: block;
    padding: 1.5vw;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    font-weight: 500;
    font-size: 2vw;
    /* font-family: 'FK Roman Display', sans-serif; */
}

@media screen and (max-width: 958px) {
    nav.main-menu {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        z-index: 99;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
                align-items: center;
        -webkit-justify-content: center;
                justify-content: center;
        max-width: 400px;
        width: 100%;
        background: #000;
        text-align: center;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        -moz-transition: .3s ease;
        transition: .3s ease;
        -webkit-transform: translateX(100%);
           -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
             -o-transform: translateX(100%);
                transform: translateX(100%);
        -webkit-box-align: center;
           -moz-box-align: center;
            -ms-flex-align: center;
        -webkit-box-pack: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
    }
    nav.main-menu a {
        font-size: 28px;
        padding: 4vh;
    }
    nav.main-menu li {
        display: block;
        max-width: 340px;
        text-align: right;
    }
}

@media screen and (min-width: 1600px) {
    nav.main-menu a {
        font-size: 1.5vw;
    }
}
html.wine-form--is-open nav.main-menu,
.is-page nav.main-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    max-width: 400px;
    width: 100%;
    background: #000;
    text-align: center;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
    pointer-events: all;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
}

html.is-transitioning:not(.nav--open) nav.main-menu {
    opacity: 0 !important;
    transition: opacity .3s ease !important;
}

html.wine-form--is-open nav.main-menu li,
.is-page nav.main-menu li {
    display: block;
    max-width: 350px;
    text-align: right;
}

nav span {
    position: relative;
}

nav.main-menu span:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    height: 1px;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav a:hover span:after,
nav .current span:after {
    opacity: 1;
}

h1,h2,h3,h4,h5,h6,strong {
    text-align: center;
    font-weight: 500;
    line-height: 1.4em;
}

h1 {
    margin: 1.2em auto 1.6em auto;
    max-width: 850px;
    font-size: 40px;
    line-height: 1.2em;
}

@media screen and (min-width: 768px) {
    h1,.h1 {
        font-size: 4vw;
    }
}

@media screen and (min-width: 1600px) {
    h1,.h1 {
        font-size: 3.2em;
    }
}


h2 {
    margin: 1.2em auto 1.6em auto;
    max-width: 850px;
    font-size: 4em;
    line-height: 1.2em;
}

@media screen and (min-width: 768px) {
    h2,.h2 {
        font-size: 2.2em;
    }
}

@media screen and (min-width: 959px) {
    h2,.h2 {
        font-size: 3em;
    }
}

.h-i-t-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 48px;
    line-height: 1.1;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
}

.h-i-t-w {
    padding: 10vh 0 2vh;
}

.h-i-t {
    margin-left: 16px;
    text-align: inherit;
    font-size: 6vw;
}

@media screen and (max-width: 959px) {
    .h-i-t {
        opacity: 1 !important;
    }
}
.h-i-t-s {
    padding-right: 26px;
}

.parallax {
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.h-i-t-s {
    margin-left: auto;
    text-align: right;
}

.h-i-t.h2 {
    font-weight: 500;

}
.h-i-t.p:not(.h-i-t-c) {
    max-width: 792px;
}

.h-i-t.p {
    font-size: 24px;
}
.h-i-t-s.p.p2 {
    max-width: 680px;
}

.h-i-t-c {
    margin: 0 auto !important;
    max-width: 418px;
    text-align: center;
}

@media screen and (min-width: 959px) {
    .h-i-t {
        margin-left: 116px;
    }
    .h-i-t.h2 {
        font-size: 4vw;
    }
    .h-i-t-s {
        margin-left: auto;
        padding-right: 126px;
    }

}
@media screen and (min-width: 1600px) {
    .h-i-t.h2 {
        font-size: 60px;
    }
    .h-i-t.p {
        font-size: 36px;
    }
    .h-i-t-c.p {
        font-size: 25px;
    }
}

.burger {
    position: fixed;
    top: 2vh;
    right: 2vw;
    z-index: 100;
    background: #000;
}

.burger span {
    display: none;
}

@media (min-width: 959px) {
    html:not(.wine-form--is-open) body:not(.burger--show) .burger {
        display: none;
    }
}

.burger ul {
    display: block;
    float: right;
    margin: 0;
    padding: 17px 0 0 12px;
    width: 60px;
    height: 60px;
    -webkit-transition: all .55s ease-in-out;
    -o-transition: all .55s ease-in-out;
    -moz-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
}
.burger li {
    margin-bottom: 8px;
    width: 38px;
    height: 4px;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 31px;
    background-color: #ffffff;
    list-style-type: none;
    -webkit-transition: transform .2s linear;
    -o-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    -webkit-transition: -webkit-transform .2s linear;
    -o-transition: -o-transform .2s linear;
    -moz-transition: transform .2s linear, -moz-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear, -moz-transform .2s linear, -o-transform .2s linear;
    -webkit-transform-origin: 1px 1px;
    -moz-transform-origin: 1px 1px;
    -ms-transform-origin: 1px 1px;
    -o-transform-origin: 1px 1px;
    transform-origin: 1px 1px;
}
html.nav--open .burger li {
    background-color: #fff;
}
.burger li:last-child {
    margin: 0;
}
.burger:hover li:first-child {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}
.burger:hover li:last-child {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
}
html.nav--open .burger li:nth-child(2) {
    opacity: 0;
}
html.nav--open .burger li:first-child {
    width: 44px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 4px -4px;
    -moz-transform-origin: 4px -4px;
    -ms-transform-origin: 4px -4px;
    -o-transform-origin: 4px -4px;
    transform-origin: 4px -4px;
}
html.nav--open .burger li:last-child {
    width: 44px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 1px 7px;
       -moz-transform-origin: 1px 7px;
        -ms-transform-origin: 1px 7px;
         -o-transform-origin: 1px 7px;
            transform-origin: 1px 7px;
}

.logo {
    display: block;
    width: 15vh;
}

.footer .logo {
    width: 193px;
    height: 94px;
}

header > .logo {
    margin: 3vh;
}

.logo img {
    height: auto;
}

.logo-sm {
    padding: 0;
    width: 4vh;
    border: 0;
    background: transparent;
}

.logo-sm {
    height: auto;
}

header > .logo-sm {
    margin: 3vh;
}

@media (max-width: 500px) {
    nav.main-menu,
    nav.main-menu li {
        max-width: none !important;
        text-align: center !important;
    }
    nav.main-menu a {
        padding: 4vh 1.2em;
        font-size: 2em;
    }
    header > .logo {
        margin: 1em 0 0 1em;
    }
    header > .logo img,
    header > .logo-sm img {
        width: 77px;
        height: 35px;
    }
    .burger {
        top: 0;
        right: 0;
    }
    .burger ul {
        padding: 21px 0 0 15px;
    }
    .burger li {
        margin-bottom: 4px;
        width: 30px;
    }
    html.nav--open .burger li:first-child {
        width: 25px;
        -webkit-transform-origin: 5px 11px;
        -moz-transform-origin: 5px 11px;
        -ms-transform-origin: 5px 11px;
        -o-transform-origin: 5px 11px;
        transform-origin: 5px 11px;
    }
    html.nav--open .burger li:last-child {
        width: 25px;
        -webkit-transform-origin: 5px -7px;
        -moz-transform-origin: 5px -7px;
        -ms-transform-origin: 5px -7px;
        -o-transform-origin: 5px -7px;
        transform-origin: 5px -7px;
    }
}

@media (max-width: 400px) {
    nav.main-menu:after {
        content: '';
        position: absolute;
        top: 1em;
        left: 1em;
        width: 77px;
        height: 35px;
        background: url('../img/logo.svg') top left / 100% auto no-repeat;
    }
}

.wine-form {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity 0.75s ease, -webkit-transform 0.75s ease;
    -o-transition: opacity 0.75s ease, -o-transform 0.75s ease;
    -moz-transition: opacity 0.75s ease, transform 0.75s ease, -moz-transform 0.75s ease;
    transition: opacity 0.75s ease, -webkit-transform 0.75s ease;
    transition: opacity 0.75s ease, transform 0.75s ease;
    transition: opacity 0.75s ease, transform 0.75s ease, -webkit-transform 0.75s ease, -moz-transform 0.75s ease, -o-transform 0.75s ease;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.no-touch-device.wine-form--is-open,
.no-touch-device.wine-form--is-closing {
    overflow: hidden;
}

.no-touch-device.wine-form--is-open .wine-form,
.no-touch-device.wine-form--is-closing .wine-form,
.no-touch-device.wine-form--is-open [data-scroll-container],
.no-touch-device.wine-form--is-closing [data-scroll-container] {
    padding-right: 10px;
}

/*
.wine-form--is-ending .wine-form-ending {
    min-width: calc( 100vw + 0px );
}
*/
/*
.wine-form--is-ending .wine-form-ending > * {
    padding-right: 10px;
}
*/
.form-wine .slider__track {
    overflow: visible;
}

.wine-form--is-open .wine-form,
.wine-form--is-opening .wine-form {
    z-index: 10;
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
}

.wine-form--is-closing .wine-form {
    opacity: 0;
    -webkit-transform: translateY(-10px);
       -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
         -o-transform: translateY(-10px);
            transform: translateY(-10px);
}

.h-references {
    position: absolute;
    height: 0;
}

.slider-reference {
    margin: 8vh auto 16vh auto;
    max-width: 800px;
    text-align: center;
}

.slider-reference-wrapper {
    margin: 0px auto;
    padding: 0 24px;
}

.slider-reference h2{
    text-align: center;
    font-weight: 500;
    font-size: 1.8em;
}

.reference-content {
    padding: 0 3vw;
}

.reference-content p {
    margin-top: 0;
}

.reference-author {
    font-size: 15px;
    font-size: 0.75em;
    line-height: 1.7;
}

.slider-reference-img-wrapper {
    position: relative;
    min-height: 700px;
    height: 100%;
}

.slider-reference-img img {
    position: absolute;
    top: 30vh;
    left: 50%;
    opacity: 0;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
    -webkit-transform: translate(-48%, -50%);
       -moz-transform: translate(-48%, -50%);
        -ms-transform: translate(-48%, -50%);
         -o-transform: translate(-48%, -50%);
            transform: translate(-48%, -50%);
}

@media screen and (min-width: 768px) {
    .slider-reference-img-wrapper {
        min-height: auto;
    }
    .slider-reference-img {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .slider-reference-img img {
        max-width: 17vw;
        max-height: 44vw;
    }
}


.slider-reference-img.active img{
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.footer {
    padding: 48px 0;
    border-top: 1px solid #fff;
}

.footer a:not(.logo) {
    border-bottom: 1px solid #fff;
    text-decoration: none;
}

.footer a:hover {
    opacity: 0.8;
}

.footer-title {
    font-size: 22px;
    margin-bottom: 24px;
}

.wine-form-container {
    padding: 24px;
    padding: 5vh;
    /* min-height: 100vh; */
    height: 100%;
}

.wine-form-ending .wine-form-container {
    height: auto;
}

.wine-form-wrapper {
    position: relative;
    height: 100%;
    /* overflow-y: auto; */
    /* overflow-x: hidden; */
    /* max-height: 100vh; */
    /* width: 100%; */
}

.wine-form-grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.wine-form-grid > div {
    width: 50%;
}

.wine-form-slider {
    padding: 5vh 0;
}

.wine-form-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-right: 3px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
}

.wine-form-slide-scroller {
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 35px;
    padding-right: 5vw;
    padding-bottom: 2vh;
    padding-left: 4vw;
    max-height: -webkit-calc( 100vh - 160px );
    max-height: -moz-calc( 100vh - 160px );
    max-height: calc( 100vh - 160px );
}

.wine-form-imgs {
    position: relative;
    z-index: -1;
}

.wine-form-imgs:before {
    content: '';
    position: absolute;
    right: -10000px;
    bottom: 1vh;
    left: 0;
    z-index: -1;
    height: 15vh;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0)), color-stop(50%, rgb(29 29 29)), to(rgba(0,0,0,0)));
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgb(29 29 29) 50%, rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgb(29 29 29) 50%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgb(29 29 29) 50%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgb(29 29 29) 50%, rgba(0,0,0,0) 100%);
}

.wine-form-imgs:after {
    content: '';
    position: absolute;
    right: -10px;
    bottom: 1vh;
    left: -10px;
    z-index: -1;
    height: 10vh;
    background: -webkit-radial-gradient(50% 100%, circle, rgb(0 0 0 / 10%) 10%, rgba(0,0,0,0) 100%);
    background: -moz-radial-gradient(50% 100%, circle, rgb(0 0 0 / 10%) 10%, rgba(0,0,0,0) 100%);
    background: -o-radial-gradient(50% 100%, circle, rgb(0 0 0 / 10%) 10%, rgba(0,0,0,0) 100%);
    background: radial-gradient(circle at 50% 100%, rgb(0 0 0 / 10%) 10%, rgba(0,0,0,0) 100%);
}

.wine-form-header {
    position: fixed;
    top: 0;
    left: 0;
}

.wine-form-title {
    margin-top: 5vh;
    margin-bottom: 0.2em;
    font-weight: bold;
    font-size: 2em;
    line-height: 1;
}

.wine-form-desc {
    /* max-width: 580px; */
    margin-bottom: 5vh;
    font-size: 1em;
    line-height: 1.3;
}

.wine-form-desc p {
    margin: 1.2em 0;
}

.wine-form-desc a {
    border-bottom: 1px solid #fff;
    text-decoration: none;
    font-family: 'Helvetica Neue', sans-serif;
}

.wine-form-desc a:hover {
    opacity: 0.8;
}

.wine-form-navigation {
    position: absolute;
    right: 7vw;
    bottom: 0;
    left: 4vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-between;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
}

.wine-form-navigation .btn-close,
[data-wine-form="1"] .wine-form-navigation .btn-close + .btn {
    display: none;
}

[data-wine-form="1"] .wine-form-navigation .btn-close {
    display: block;
}

.form-wine {
    height: 100%;
}
.form-wine > .slider,
.form-wine > .slider > .slider__track__wrapper,
#wine-form-slider-track,
#wine-form-slider-list,
#wine-form-slider-list > div {
    height: 100% !important;
}
.wine-form-pagination {
    position: absolute;
    top: 35px;
    bottom: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}

.wine-form-arrow {
    position: relative;
    max-height: 200px;
    height: 28vh;
    height: -webkit-calc( 100vh - 500px );
    height: -moz-calc( 100vh - 500px );
    height: calc( 100vh - 500px );
}

.h-intro .wine-form-arrow {
    margin-bottom: 40px;
    height: 74px;
}

@media screen and (min-width: 768px) {
    .h-intro .wine-form-arrow {
        margin-bottom: 120px;
    }
}

.wine-form-pagination-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2em;
    height: 2em;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: translateX(0.5px) rotate(-45deg);
       -moz-transform: translateX(0.5px) rotate(-45deg);
        -ms-transform: translateX(0.5px) rotate(-45deg);
         -o-transform: translateX(0.5px) rotate(-45deg);
            transform: translateX(0.5px) rotate(-45deg);
    -webkit-transform-origin: left bottom;
       -moz-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
}

.wine-form-arrow:before,
.wine-form-pagination:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #fff;
}

.wine-form-pagination-circle {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    width: 2.8em;
    height: 2.8em;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #000;
    font-weight: bold;
    font-size: 30px;
    font-size: 1.5em;
    opacity: 0;
    -webkit-transition: opacity 0.75s ease, -webkit-transform 0.75s ease;
    -o-transition: opacity 0.75s ease, -o-transform 0.75s ease;
    -moz-transition: opacity 0.75s ease, transform 0.75s ease, -moz-transform 0.75s ease;
    transition: opacity 0.75s ease, -webkit-transform 0.75s ease;
    transition: opacity 0.75s ease, transform 0.75s ease;
    transition: opacity 0.75s ease, transform 0.75s ease, -webkit-transform 0.75s ease, -moz-transform 0.75s ease, -o-transform 0.75s ease;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
}

.wine-form--is-opening .wine-form-pagination-circle,
.wine-form--is-open .wine-form-pagination-circle {
    opacity: 1;
    -webkit-transform: translateY(4vh);
       -moz-transform: translateY(4vh);
        -ms-transform: translateY(4vh);
         -o-transform: translateY(4vh);
            transform: translateY(4vh);
}

.wine-form-package {
    position: absolute;
    top: 5%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 0.75s ease, -webkit-transform 0.75s ease;
    -o-transition: opacity 0.75s ease, -o-transform 0.75s ease;
    -moz-transition: opacity 0.75s ease, transform 0.75s ease, -moz-transform 0.75s ease;
    transition: opacity 1s ease-in-out;
    transition: opacity 0.75s ease,
    -webkit-transform 0.75s ease;
    transition: opacity 0.75s ease, -webkit-transform 0.75s ease;
    transition: opacity 0.75s ease, transform 0.75s ease;
    transition: opacity 0.75s ease, transform 0.75s ease, -webkit-transform 0.75s ease, -moz-transform 0.75s ease, -o-transform 0.75s ease;
    transition: opacity 0.75s ease, transform 0.75s ease,
    -webkit-transform 0.75s ease, -moz-transform 0.75s ease, -o-transform 0.75s ease;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
}

.wine-form-package img {
    position: relative;
    left: 5%;
    -webkit-align-self: center;
            align-self: center;
    max-width: 100%;
    -webkit-transition: opacity 0.75s ease, -webkit-transform 0.75s ease;
    -o-transition: opacity 0.75s ease, -o-transform 0.75s ease;
    -moz-transition: opacity 0.75s ease, transform 0.75s ease, -moz-transform 0.75s ease;
    transition: opacity 0.75s ease, -webkit-transform 0.75s ease;
    transition: opacity 0.75s ease, transform 0.75s ease;
    transition: opacity 0.75s ease, transform 0.75s ease, -webkit-transform 0.75s ease, -moz-transform 0.75s ease, -o-transform 0.75s ease;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
}


.wine-form-package .lazyloaded {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
}

/*
[data-wine-form="6"] .wine-form-package {
    opacity: 1;
}

[data-package-type="none"] .wine-form-package {
    opacity: 0;
}
*/
[data-package-type-sub][data-wine-form="7"]:not([data-package-type="none"]) .wine-form-package,
[data-package-type-sub][data-wine-form="6"]:not([data-package-type="none"]) .wine-form-package,
[data-package-type-sub-mobile][data-wine-form="7"]:not([data-package-type-sub-mobile="none"]) .wine-form-package,
[data-package-type-sub-mobile][data-wine-form="6"]:not([data-package-type-sub-mobile="none"]) .wine-form-package {
    opacity: 1;
    -webkit-transform: translateX(2vw);
    -moz-transform: translateX(2vw);
    -ms-transform: translateX(2vw);
    -o-transform: translateX(2vw);
    transform: translateX(2vw);
}

[data-package-type-sub][data-wine-form="5"]:not([data-package-type="none"]) .wine-form-package + .wine-form-bottles,
[data-package-type-sub-mobile][data-wine-form="5"]:not([data-package-type-mobile="none"]) .wine-form-package + .wine-form-bottles {
    -webkit-transition: max-width 3s ease 0s, opacity 1s ease-in-out, translate 1s ease-in-out 0s, -webkit-transform 0s ease-in-out 0s;
    -o-transition: max-width 3s ease 0s, opacity 1s ease-in-out, translate 1s ease-in-out 0s, -o-transform 0s ease-in-out 0s;
    -moz-transition: max-width 3s ease 0s, opacity 1s ease-in-out, translate 1s ease-in-out 0s, transform 0s ease-in-out 0s, -moz-transform 0s ease-in-out 0s;
    transition: max-width 3s ease 0s, opacity 1s ease-in-out, translate 1s ease-in-out 0s, -webkit-transform 0s ease-in-out 0s;
    transition: max-width 3s ease 0s, opacity 1s ease-in-out, translate 1s ease-in-out 0s, transform 0s ease-in-out 0s;
    transition: max-width 3s ease 0s, opacity 1s ease-in-out, translate 1s ease-in-out 0s, transform 0s ease-in-out 0s, -webkit-transform 0s ease-in-out 0s, -moz-transform 0s ease-in-out 0s, -o-transform 0s ease-in-out 0s;
}

[data-package-type-sub][data-wine-form="6"]:not([data-package-type="none"]) .wine-form-package + .wine-form-bottles,
[data-package-type-sub-mobile][data-wine-form="6"]:not([data-package-type-mobile="none"]) .wine-form-package + .wine-form-bottles {
    opacity: 0;
    -webkit-transform: scale(0.85) translateY(10vh);
       -moz-transform: scale(0.85) translateY(10vh);
        -ms-transform: scale(0.85) translateY(10vh);
         -o-transform: scale(0.85) translateY(10vh);
            transform: scale(0.85) translateY(10vh);
}

[data-package-type-sub][data-wine-form="7"]:not([data-package-type="none"]) .wine-form-package + .wine-form-bottles,
[data-package-type-sub-mobile][data-wine-form="7"]:not([data-package-type-mobile="none"]) .wine-form-package + .wine-form-bottles {
    -webkit-transform: scale(0.85) translateY(10vh);
       -moz-transform: scale(0.85) translateY(10vh);
        -ms-transform: scale(0.85) translateY(10vh);
         -o-transform: scale(0.85) translateY(10vh);
            transform: scale(0.85) translateY(10vh);
}

.wine-form-bottles {
    position: relative;
    left: 5vh;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0px auto;
    padding: 48px;
    max-width: 426px;
    width: 100%;
    height: 100%;
    -webkit-transition: max-width 3s ease 0s, opacity 1s ease-in-out, translate 1s ease-in-out 0s, -webkit-transform 1s ease-in-out 1s;
    -o-transition: max-width 3s ease 0s, opacity 1s ease-in-out, translate 1s ease-in-out 0s, -o-transform 1s ease-in-out 1s;
    -moz-transition: max-width 3s ease 0s, opacity 1s ease-in-out, translate 1s ease-in-out 0s, transform 1s ease-in-out 1s, -moz-transform 1s ease-in-out 1s;
    transition: max-width 3s ease 0s, opacity 1s ease-in-out, translate 1s ease-in-out 0s, -webkit-transform 1s ease-in-out 1s;
    transition: max-width 3s ease 0s, opacity 1s ease-in-out, translate 1s ease-in-out 0s, transform 1s ease-in-out 1s;
    transition: max-width 3s ease 0s, opacity 1s ease-in-out, translate 1s ease-in-out 0s, transform 1s ease-in-out 1s, -webkit-transform 1s ease-in-out 1s, -moz-transform 1s ease-in-out 1s, -o-transform 1s ease-in-out 1s;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
}

/*
[data-label]:not([data-label="0"])[data-type-count="2"] .wine-form-bottles {
    max-width: 426px;
}
*/

[data-label]:not([data-label="0"])[data-type-count="3"] .wine-form-bottles {
    max-width: 600px;
}

/*
[type-count="2"] .wine-form-bottles {
    max-width: 350px;
}
*/
.wine-form-bottles > div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0;
        -ms-flex: 0;
            flex: 0;
    flex:0;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding-top: 13vh;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out 0s, -webkit-box-flex 2s ease 0.5s, -webkit-flex 2s ease 0.5s;
    -o-transition: flex 2s ease 0.5s, opacity 1s ease-in-out 0s;
    -moz-transition: flex 2s ease 0.5s, opacity 1s ease-in-out 0s, -moz-box-flex 2s ease 0.5s;
    transition: opacity 1s ease-in-out 0s, -webkit-box-flex 2s ease 0.5s, -webkit-flex 2s ease 0.5s;
    transition: flex 2s ease 0.5s, opacity 1s ease-in-out 0s;
    transition: flex 2s ease 0.5s, opacity 1s ease-in-out 0s, -webkit-box-flex 2s ease 0.5s, -webkit-flex 2s ease 0.5s, -moz-box-flex 2s ease 0.5s, -ms-flex 2s ease 0.5s;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
}

.wine-form-bottles-wrapper {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 50vh;
    height: 100%;
    height: 50vh;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
}

[data-type-white="1"] .wine-form-bottles > div:nth-child(1),
[data-type-red="1"] .wine-form-bottles > div:nth-child(2),
[data-type-rose="1"] .wine-form-bottles > div:nth-child(3),
[data-type-orange="1"] .wine-form-bottles > div:nth-child(4) {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out 0s, -webkit-box-flex 2s ease 0s, -webkit-flex 2s ease 0s;
    -o-transition: flex 2s ease 0s, opacity 1s ease-in-out 0s;
    -moz-transition: flex 2s ease 0s, opacity 1s ease-in-out 0s, -moz-box-flex 2s ease 0s;
    transition: opacity 1s ease-in-out 0s, -webkit-box-flex 2s ease 0s, -webkit-flex 2s ease 0s;
    transition: flex 2s ease 0s, opacity 1s ease-in-out 0s;
    transition: flex 2s ease 0s, opacity 1s ease-in-out 0s, -webkit-box-flex 2s ease 0s, -webkit-flex 2s ease 0s, -moz-box-flex 2s ease 0s, -ms-flex 2s ease 0s;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
}

.wine-form-bottles > div:nth-child(1) {
    z-index: 4;
}

.wine-form-bottles > div:nth-child(2) {
    z-index: 3;
}

.wine-form-bottles > div:nth-child(3) {
    z-index: 2;
}

.wine-form-bottles > div:nth-child(4) {
    z-index: 1;
}

.wine-form-required {
    margin-top: 3vh;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out, margin 0.4s ease-in-out;
    -o-transition: all 0.2s ease-in-out, margin 0.4s ease-in-out;
    -moz-transition: all 0.2s ease-in-out, margin 0.4s ease-in-out;
    transition: all 0.2s ease-in-out, margin 0.4s ease-in-out;
    pointer-events: none;
}

.wine-form-required--active {
    margin-top: 4vh;
    opacity: 1;
}

.wine-form-options {
    /* margin-top: 5vh; */
    /* margin-top: 8vh; */
    /* margin-bottom: 5vh; */
}

.form-group {
    margin-top: 2em;
}

/*
.wine-form-options .form-group:last-child {
    margin-bottom: 0;
}
*/

@media screen and (max-height: 800px) {
    .wine-form-options .form-group {
        margin-top: 1em;
    }
}
/*
@media screen and (max-height: 1000px) {
    .wine-form-options .form-group {
        margin-top: 1.5em;
        width: 100%;
    }
}
*/
.wine-form-options-etiquette
.wine-form-options-count {
    margin-top: 20vh;
}

.wine-form-options-count,
.wine-form-options-note {
    max-width: 20.5em;
}

.wine-form-options-etiquette {
    max-width: none;
    margin-top: 8vh;
}

.wine-form-options-count {
    margin-top: 7vh;
}

.wine-form-options-count,
.wine-form-options-note {
    margin-left: 2vw;
}

.wine-form-options-labels {
    max-width: 40em;
}

.wine-form-options-labels .wine-form-options-row {
    margin: 0;
}

.wine-form-options-row .btn {
    margin: 0 auto;
}
.wine-form-options-labels + hr {
    margin: 5vh -5vw 0 -99999px;
}

.wine-form-options-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-top: 8vh; */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
}

.wine-form-options-etiquette .wine-form-options-row {
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
}

.wine-form-options-etiquette .wine-form-options-row > div {
    position: relative;
    margin-top: 0;
    /* width: 100%; */
    margin-right: 0 !important;
    max-width: none;
    max-width: 20%;
    width: auto;
}

.wine-form-options-etiquette label {
    bottom: 0;
    padding: 0 !important;
}

.toggle-content .wine-form-options-row {
    margin-top: 1vh;
}

.wine-form-options-row > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 6vh;
    max-width: 106px;
    width: 6vw;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    margin-top: 0;
}

.wine-form-options-row > div:last-child {
    margin-right: 0;
}

hr {
    height: 1px;
    border:0;
    background: #fff;
}

.wine-form-options-row--3 > div {
    min-width: -webkit-calc( 33.33% - 5vh );
    min-width: -moz-calc( 33.33% - 5vh );
    min-width: calc( 33.33% - 5vh );
    max-width: none;
}

.wine-form-options-row label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    text-align: center;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
}

.wine-form-options-etiquette svg {
    max-width: 100%;
    max-height: 10vh;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 1000px) {
    .wine-form-options-etiquette svg {
        max-height: 16vh;
    }
}

.wine-form-options-etiquette-circle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.wine-form-options-etiquette label {
    padding-bottom: 3em !important;
    width: 100%;
}

.wine-form-options-etiquette label:before {
    bottom: 0;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
       -moz-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
         -o-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
}

.wine-form-options-etiquette input:checked + label svg {
    fill: #fff;
}

.wine-form-options-labels label {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    /* min-height: 26vh; */
}

.wine-form-options-labels img {
    margin: 0px auto 2em auto;
    width: auto;
    max-width: 89%;
    max-width: none;
    /* width: auto; */
    max-height: 250px;
    height: 19vh;
}



.form-input-btn .btn {
    min-width: auto;
    /* margin-top: auto; */
    width: auto;
}

.wine-form-bottles-preview {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: 6%;
    width: 20%;
    -webkit-transition: margin .8s ease;
    -o-transition: margin .8s ease;
    -moz-transition: margin .8s ease;
    transition: margin .8s ease;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

[data-etiquette="circle"] .wine-form-bottles-preview {
    margin-top: -1vh;
}

[data-etiquette="shape"] .wine-form-bottles-preview {
    margin-top: 0vh;
}

.wine-form-bottles-etiquette {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 4vh;
    padding-bottom: 75%;
    width: 26%;
    height: 0;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.wine-form-bottles-etiquette div {
    position: absolute;

    width: 100%;
    height: 100%;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}


[data-etiquette="rectangle"] .wine-form-bottles-etiquette div,
[data-etiquette="radius"] .wine-form-bottles-etiquette div,
[data-etiquette="circle"] .wine-form-bottles-etiquette div,
[data-etiquette="shape"] .wine-form-bottles-etiquette div {
    background: rgb(255 255 255);
}

[data-etiquette="rectangle"] .wine-form-bottles-etiquette div {
    -webkit-border-top-left-radius: 100%5px;
            border-top-left-radius: 100%5px;
    -webkit-border-top-right-radius: 100%5px;
            border-top-right-radius: 100%5px;
    -webkit-border-bottom-right-radius: 100%15px;
            border-bottom-right-radius: 100%15px;
    -webkit-border-bottom-left-radius: 100%15px;
            border-bottom-left-radius: 100%15px;
       -moz-border-radius-bottomleft: 100%15px;
       -moz-border-radius-bottomright: 100%15px;
       -moz-border-radius-topleft: 100%5px;
       -moz-border-radius-topright: 100%5px;
}

[data-etiquette="radius"] .wine-form-bottles-etiquette div {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

[data-etiquette="circle"] .wine-form-bottles-etiquette div {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192.801' height='278.13'%3E%3Cpath d='M96.192.5A145.489 145.489 0 00.5 35.943v206.242a145.482 145.482 0 0095.692 35.444 145.471 145.471 0 0096.109-35.807V36.307A145.47 145.47 0 0096.192.5z' fill='%23fff' stroke='%23fff' stroke-miterlimit='10' /%3E%3C/svg%3E") top left / 100% auto no-repeat;
}

[data-etiquette="circle"] .wine-form-bottles-etiquette {
    width: 34.8%;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

[data-etiquette="shape"] .wine-form-bottles-etiquette div {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='156.954' height='300.743' viewBox='0 0 156.954 300.743'%3E%3Cpath d='M-461.583-1022.28H-616.389s-3.486,148.45,7.086,197.735c16.248,75.75,70.317,101.952,70.317,101.952s54.069-26.2,70.317-101.952C-458.1-873.83-461.583-1022.28-461.583-1022.28Z' transform='translate(617.462 1022.78)' fill='%23fff' stroke='%23fff' stroke-miterlimit='10' stroke-width='1' /%3E%3C/svg%3E") top left / 100% auto no-repeat;
}


[data-etiquette="radius"] .wine-form-bottles-etiquette,
[data-etiquette="rectangle"] .wine-form-bottles-etiquette,
[data-etiquette="circle"] .wine-form-bottles-etiquette,
[data-etiquette="shape"] .wine-form-bottles-etiquette {
    margin-top: 5vh;
    opacity: 0.8;
}

.wine-form-bottles-sticker {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15vh;
    padding-bottom: 17%;
    width: 17%;
    height: 0;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #BC8900;
    opacity: 0;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.wine-form-bottles-sticker img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

[data-sticker="1"] .wine-form-bottles-sticker {
    margin-top: -16vh;
    opacity: 1;
}

.wine-form-bottles-label {
    position: absolute;
    top: 50%;
    left: 59%;
    z-index: 10;
    margin-top: -27vh;
    padding-bottom: 37%;
    width: 20%;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.05);
    box-shadow: 0 0 4px rgba(0,0,0,.05);
    opacity: 0;
    -webkit-transition: margin 2s ease, opacity .8s ease, -webkit-transform 2s ease 0s;
    -o-transition: margin 2s ease, opacity .8s ease, -o-transform 2s ease 0s;
    -moz-transition: margin 2s ease, transform 2s ease 0s, opacity .8s ease, -moz-transform 2s ease 0s;
    transition: margin 2s ease, opacity .8s ease, -webkit-transform 2s ease 0s;
    transition: margin 2s ease, transform 2s ease 0s, opacity .8s ease;
    transition: margin 2s ease, transform 2s ease 0s, opacity .8s ease, -webkit-transform 2s ease 0s, -moz-transform 2s ease 0s, -o-transform 2s ease 0s;
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    -moz-transform: translate(-50%,-50%) rotate(0deg);
    -ms-transform: translate(-50%,-50%) rotate(0deg);
    -o-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
}

.wine-form-bottles-label span {
    position: absolute;
    top: -11%;
    left: -51%;
    z-index: 10;
    width: 104%;
    height: 50px;
    background: url('../img/rope.png?v2') top center / 100% auto no-repeat;
    -webkit-transform: rotate(16deg);
       -moz-transform: rotate(16deg);
        -ms-transform: rotate(16deg);
         -o-transform: rotate(16deg);
            transform: rotate(16deg);
}

.wine-form-bottles-label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(50% 10%, circle, transparent 3%, #d8d8d8 0);
    background: -moz-radial-gradient(50% 10%, circle, transparent 3%, #d8d8d8 0);
    background: -o-radial-gradient(50% 10%, circle, transparent 3%, #d8d8d8 0);
    background: radial-gradient(circle at 50% 10%, transparent 3%, #d8d8d8 0);
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    will-change: background;
}

[data-label="a"] .wine-form-bottles-label,
[data-label="b"] .wine-form-bottles-label,
[data-label="c"] .wine-form-bottles-label {
    margin-top: -15.8vh;
    opacity: 1;
    -webkit-transition: margin 2s ease, opacity .8s ease, -webkit-transform 2s ease .5s;
    -o-transition: margin 2s ease, opacity .8s ease, -o-transform 2s ease .5s;
    -moz-transition: margin 2s ease, transform 2s ease .5s, opacity .8s ease, -moz-transform 2s ease .5s;
    transition: margin 2s ease, opacity .8s ease, -webkit-transform 2s ease .5s;
    transition: margin 2s ease, transform 2s ease .5s, opacity .8s ease;
    transition: margin 2s ease, transform 2s ease .5s, opacity .8s ease, -webkit-transform 2s ease .5s, -moz-transform 2s ease .5s, -o-transform 2s ease .5s;
    -webkit-transform: translate(-50%,-50%) rotate(-19deg);
    -moz-transform: translate(-50%,-50%) rotate(-19deg);
    -ms-transform: translate(-50%,-50%) rotate(-19deg);
    -o-transform: translate(-50%,-50%) rotate(-19deg);
    transform: translate(-50%,-50%) rotate(-19deg);
}

.wine-form-bottles-label:before {
    content: '';
    position: absolute;
    top: -3%;
    right: 5%;
    left: 2%;
    height: 20%;
    background: rgb(206,206,206);
    background: -moz-linear-gradient(-45deg,  rgba(206,206,206,1) 41%, rgba(170,170,170,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(206,206,206,1) 41%,rgba(170,170,170,1) 100%);
    background: -webkit-linear-gradient(315deg,  rgba(206,206,206,1) 41%,rgba(170,170,170,1) 100%);
    background: -moz-linear-gradient(315deg,  rgba(206,206,206,1) 41%,rgba(170,170,170,1) 100%);
    background: -o-linear-gradient(315deg,  rgba(206,206,206,1) 41%,rgba(170,170,170,1) 100%);
    background: linear-gradient(135deg,  rgba(206,206,206,1) 41%,rgba(170,170,170,1) 100%);
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#aaaaaa',GradientType=1 );
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s ease;
    -webkit-transform: rotate(-8deg);
       -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
         -o-transform: rotate(-8deg);
            transform: rotate(-8deg);
}

[data-label="b"] .wine-form-bottles-label:before {
    opacity: 1;
}

.wine-form--is-open body::after{
   content: url('../img/texture.jpg');
   position: absolute;
   z-index:-1;
   overflow:hidden;
   width:0;
   height:0;
}

[data-label="c"] .wine-form-bottles-label:after {
    background: -webkit-radial-gradient(50% 10%, circle closest-corner, black 10%, rgba(151, 151, 151, 0) 0%), url('../img/texture.jpg') center/cover;
    background: -moz-radial-gradient(50% 10%, circle closest-corner, black 10%, rgba(151, 151, 151, 0) 0%), url('../img/texture.jpg') center/cover;
    background: -o-radial-gradient(50% 10%, circle closest-corner, black 10%, rgba(151, 151, 151, 0) 0%), url('../img/texture.jpg') center/cover;
    background: radial-gradient(circle closest-corner at 50% 10%, black 10%, rgba(151, 151, 151, 0) 0%), url('../img/texture.jpg') center/cover;
}

.wine-form-upload {
    position: relative;
    overflow: hidden;
    margin-top: 8vh;
    max-width: 500px;
    border: 1px dashed #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
}

.wine-form-upload.has-advanced-upload {
    -webkit-transition: background-color .15s linear;
    -o-transition: background-color .15s linear;
    -moz-transition: background-color .15s linear;
    transition: background-color .15s linear;
}

.wine-form-upload.is-dragover {
    border: 1px dashed transparent;
    background-color: #fff;
}

.wine-form-upload-input .btn {
    display: block;
    margin: 1vw auto 0 auto;
}

.wine-form-upload-cross svg {
    display: block;
    margin: 24px auto 5% auto;
    max-height: 100px;
    height: 7vh;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    fill: #fff;
}

.wine-form-upload.is-dragover .wine-form-upload-cross svg {
    fill: #000;
}

.wine-form-upload.has-advanced-upload .wine-form-upload-dragndrop {
    display: inline;
}

.wine-form-upload.is-uploading .wine-form-upload-input,
.wine-form-upload.is-success .wine-form-upload-input,
.wine-form-upload.is-error .wine-form-upload-input {
    visibility: hidden;
}

.wine-form-upload-file {
    position: absolute;
    z-index: -1;
    overflow: hidden;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
}
.wine-form-upload-file+label {
    display: block;
    overflow: hidden;
    padding: 2vh;
    width: 100%;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.wine-form-upload-file+label:hover .btn {
    background: #fff;
    color: #000;
}
.wine-form-upload-file:focus+label,
.wine-form-upload-file.has-focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.wine-form-upload-file+label * {
    pointer-events: none;
}

.wine-form-upload-thumb {
    display: none;
}

.wine-form-upload-thumb.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    /* max-width: 25%; */
    /* max-height: 25%; */
    margin: 24px auto 7% auto;
    padding: 1em;
    width: 14vh;
    height: 14vh;
    background: #fff;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
}
.wine-form-upload-thumb.active + div {
    display: none;
}

.wine-form-upload-caption {
}

.wine-form-upload-caption:empty {
    opacity: 0;
}

.no-js .wine-form-upload-file+label {
    display: none;
}

.toggle-content {
    position: relative;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.25s cubic-bezier(0.275, 0.075, 0.215, 0.94);
    -o-transition: height 0.25s cubic-bezier(0.275, 0.075, 0.215, 0.94);
    -moz-transition: height 0.25s cubic-bezier(0.275, 0.075, 0.215, 0.94);
    transition: height 0.25s cubic-bezier(0.275, 0.075, 0.215, 0.94);
}

.toggle-content.is-visible {
    height: auto;
}

.wine-form-ending .wine-form-wrapper {
    margin: 0 auto;
    max-width: 614px;
    text-align: center;
}

.wine-form-ending input[type=email],
.wine-form-ending input[type=text]{
    padding: .5rem;
    height: 4rem;
    border: 0;
    border-bottom: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    text-align:left;
    font-size: 2rem;
    font-weight: 300;
}

.wine-form-ending .wine-form-container p {
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.4;
    padding: 0 2%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
}

.wine-form-ending small {
    font-size: .5em;
    font-weight: 300;
    display: block;
    margin-bottom: 4em;
}

@media screen and (min-width: 768px) {
    .wine-form-ending .wine-form-container p {
        font-size: 1.6em;
        max-width: none;
    }
}

.wine-form-ending .btn {
    margin: 3em 0;
}

.wine-form-ending {
    overflow-y: scroll;
    min-width: 100vw !important;

}

.wine-form-options-note label {
    display: block;
    margin-bottom: 8px;
}

.slider__arrow--prev  {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.542 37.872'%3E%3Cdefs/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3' d='M26.445 35.775L2.6 18.258 26.445 2.084'/%3E%3C/svg%3E");
}

.slider__arrow--next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.542 37.872'%3E%3Cdefs/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3' d='M2.097 2.097l23.845 17.517L2.097 35.788'/%3E%3C/svg%3E");
}

.slider__arrow svg {
    display: none;
}

.slider__arrow {
    background-color: transparent;
    background-repeat: no-repeat;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

#wine-form-reference-list {
    width: auto !important;
}

/*
#wine-form-innerslider-slide06 .form-group {
    width: auto;
    display: block;
    max-width: none;
    margin: 0 0 1em 0;
}

#wine-form-innerslider-slide06 .wine-form-options-row {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    display: block;
    width: 100%;
    margin-top: 0;
    padding-left: 2.25em;
}
*/
#wine-form-innerslider-slide06 .wine-form-options-row .form-group {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin: 1em 0 0 0;
    max-width: none;
    width: 100%;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
}


@media screen and (min-width: 1200px) {
    #wine-form-innerslider-slide06 .wine-form-options-row .form-group {
        margin: 1em 0 0 0;
        width: 50%;
    }

    #wine-form-innerslider-slide06 .wine-form-options-row .form-group:nth-child(1) {
        -webkit-order: 1;
                order: 1;
        width: 40%;
        -webkit-box-ordinal-group: 2;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
    }
    #wine-form-innerslider-slide06 .wine-form-options-row .form-group:nth-child(2) {
        -webkit-order: 3;
                order: 3;
        width: 40%;
        -webkit-box-ordinal-group: 4;
           -moz-box-ordinal-group: 4;
            -ms-flex-order: 3;
    }
    #wine-form-innerslider-slide06 .wine-form-options-row .form-group:nth-child(3) {
        -webkit-order: 5;
                order: 5;
        width: 40%;
        -webkit-box-ordinal-group: 6;
           -moz-box-ordinal-group: 6;
            -ms-flex-order: 5;
    }
    #wine-form-innerslider-slide06 .wine-form-options-row .form-group:nth-child(4) {
        -webkit-order: 7;
                order: 7;
        width: 40%;
        -webkit-box-ordinal-group: 8;
           -moz-box-ordinal-group: 8;
            -ms-flex-order: 7;
    }
    #wine-form-innerslider-slide06 .wine-form-options-row .form-group:nth-child(5) {
        -webkit-order: 2;
                order: 2;
        width: 55%;
        -webkit-box-ordinal-group: 3;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
    }
    #wine-form-innerslider-slide06 .wine-form-options-row .form-group:nth-child(6) {
        -webkit-order: 4;
                order: 4;
        width: 55%;
        -webkit-box-ordinal-group: 5;
           -moz-box-ordinal-group: 5;
            -ms-flex-order: 4;
    }
    #wine-form-innerslider-slide06 .wine-form-options-row .form-group:nth-child(7) {
        -webkit-order: 6;
                order: 6;
        width: 55%;
        -webkit-box-ordinal-group: 7;
           -moz-box-ordinal-group: 7;
            -ms-flex-order: 6;
    }
    #wine-form-innerslider-slide06 .wine-form-options-row .form-group:nth-child(8) {
        -webkit-order: 8;
                order: 8;
        width: 55%;
        -webkit-box-ordinal-group: 9;
           -moz-box-ordinal-group: 9;
            -ms-flex-order: 8;
    }
}

#wine-form-innerslider-slide06 .wine-form-options-row {
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-top: 0;
    padding-left: 3vw;
    width: 100%;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
}

.btn-next-disabled .btn-next {
    opacity: 0.5;
    pointer-events: none;
}

.wine-form-options-slider {
    display: none;
}

@media screen and (max-width: 767px) {
    header > .logo-sm {
        margin: 4vw 0 0 2vw;
        /* max-width: 20px; */
    }
    .wine-form-container {
        padding: 0;
        /* min-height: auto; */
        /* height: auto; */
    }
    .wine-form-pagination {
        display: none;
    }
    .wine-form-grid > div {
        -webkit-order: 2;
                order: 2;
        width: 100%;
        -webkit-box-ordinal-group: 3;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
        /* height: 50vh; */
        /* height: calc( 50vh - 39px ); */
        /* height: auto; */
    }
    .wine-form-grid .slider {
        /* height: auto; */
        /* width: 100%; */
        position: inherit;
        /* height: 50vh; */
        /* height: calc(50vh - calc(50vh - 50%)); */
        /* height: 100%; */
        bottom: 0;
        flex: 1;
    }
    .wine-form-grid > .wine-form-imgs {
        position: relative;
        top: 4%;
        -webkit-order: 1;
        order: 1;
        margin: 0 auto;
        width: 65vw;
        height: 40vh;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
    }
    .wine-form-grid {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /* overflow-y: auto; */
        /* overflow-x: hidden; */
        /* height: 100vh; */
        /* max-height: 100vh; */
        /* display: block; */
        /*min-height: 100vh;*/
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-flow: column;
    }
    .wine-form-bottles {
       left: 0;
       -webkit-transform: scale(0.85) translateY(0vh) !important;
          -moz-transform: scale(0.85) translateY(0vh) !important;
           -ms-transform: scale(0.85) translateY(0vh) !important;
            -o-transform: scale(0.85) translateY(0vh) !important;
               transform: scale(0.85) translateY(0vh) !important;
    }
    .wine-form-package {
        -webkit-transform: scale(1.5) !important;
           -moz-transform: scale(1.5) !important;
            -ms-transform: scale(1.5) !important;
             -o-transform: scale(1.5) !important;
                transform: scale(1.5) !important;
    }
    .wine-form-bottles-wrapper {
        width: 50vh;
    }
    .wine-form-slide {
        margin-right: 0;
        /* height: auto; */
        /* display: block; */
    }
    .wine-form-title {
        margin-top: 10%;
        text-align: center;
        font-size: 1.2em;
    }
    .wine-form-desc {
        margin-bottom: 1em;
        text-align: center;
        font-size: 0.6em;
    }

    .wine-form-options:not(.wine-form-options-etiquette) .form-input input[type=checkbox]+label:before,
    .wine-form-options:not(.wine-form-options-etiquette) .form-input input[type=radio]+label:before,
    .wine-form-options:not(.wine-form-options-etiquette) .form-input input:checked+label:before {
        display: none;
    }
    .wine-form-options:not(.wine-form-options-etiquette) .form-input input[type=checkbox]+label,
    .wine-form-options:not(.wine-form-options-etiquette) .form-input input[type=radio]+label {
        padding: 8px 3px;
        width: 100%;
        border: 1px solid #fff;
        -webkit-border-radius: 12px;
           -moz-border-radius: 12px;
                border-radius: 12px;
        background: transparent;
        color: #fff;
        text-align: center;
        font-size: 10px;
    }
    .wine-form-options:not(.wine-form-options-etiquette) .form-input input:checked+label {
        background: #fff;
        color: #000;
    }
    .wine-form-options {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
    }
    .wine-form-options-labels.wine-form-options {
        margin-left: 0;
    }
    .wine-form-options-row {
        margin-top: 1em;
        width: 100%;
    }
    .wine-form-options-type > .form-group,
    .wine-form-options-taste > .form-group {
        padding-left: 5px;
        width: 25%;
    }
    .wine-form {
        height: 100%;
    }
    .form-wine {
        height: 100%;
    }
    .wine-form-slide-scroller {
        overflow-y: auto;
        margin: 0;
        padding: 1em 1em 2em 1em;
        max-height: -webkit-calc( 50vh - 10px );
        max-height: -moz-calc( 50vh - 10px );
        max-height: calc( 50vh - 10px );
    }
    .wine-form-navigation {
        right: 0;
        left: 0;
        margin: auto 0 1em 0;
        padding: 0 1em;
        width: 100vw;
    }
    .wine-form-options-etiquette svg {
        max-height: 10vh;
    }
    .wine-form-upload {
        margin-top: 1em;
    }
    .wine-form-upload-file+label {
        padding: 0 4% 4% 4%;
    }
    .wine-form-upload {
        max-width: none;
        font-size: 0.7em;
    }
    .wine-form-upload-cross svg {
        display: block;
        margin: 5% auto 5% auto;
        height: 57px;
    }
    .wine-form-upload-caption,
    .wine-form-upload-cross div  {
        display: none;
    }
    .wine-form-upload-input .btn {
        margin-top: 1vh;
    }
    .wine-form-imgs:before {
        bottom: -21vh;
        left: -10000px;
    }
    .wine-form-upload-thumb.active {
        margin: 6px auto 13px auto;
        width: 10vh;
        height: 10vh;
    }
    .wine-form-options-etiquette label {
        padding-bottom: 0em !important;
    }
    .wine-form-options-etiquette label:before {
        display: none;
    }
    .wine-form-options-labels .form-group {
        margin: 0;
        min-width: auto;
        width: 33.33%;
    }
    .wine-form-options-labels .btn {
        display: none;
    }
    .wine-form-options-labels img {
        margin: 0;
        height: 25vw;
    }
    .wine-form-options-package {
        display: none;
    }
    .wine-form-options-slider label:before {
        display: none;
    }

    .wine-form-options-slider label {
        margin: 0 !important;
        padding: 0 18%!important;
        text-align: center;
    }

    .wine-form-options-slider img,
    .wine-form-options-slider svg {
        display: inline-block;
        margin: 0 auto;
        width: 14vh;
        height: auto;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }
    .wine-form-options-slider svg {
        width: 8vh;
    }
    .wine-form-options-slider input:checked + label img {
        -webkit-transform: scale(1.5);
           -moz-transform: scale(1.5);
            -ms-transform: scale(1.5);
             -o-transform: scale(1.5);
                transform: scale(1.5);
    }
    .wine-form-options-slider .slider {
        min-height: auto;
    }
    .wine-form-options-slider {
        display: block;
        margin-top: 4vh;
    }
    .wine-form-options-count.wine-form-options {
        margin: 1em auto 0 auto;
        max-width: 500px;
        font-size: 10px;
    }
    .wine-form-options-count.wine-form-options .form-group {
        width: 100%;
    }
    .wine-form-options-note {
        margin: 0 auto;
        max-width: 500px;
    }
    .form-textarea {
        padding: 1vh 4vw;
        min-height: 9vh;
        font-size: 10px;
    }
    .wine-form-options-note label {
        font-size: 12px;
    }
    .wine-form-options-note .form-group {
        margin-top: 0;
        width: 100%;
    }
}

@media screen and (max-height: 568px) {
    .form-textarea {
        min-height: 4vh;
    }
}

p.max-width {
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
    font-weight: 300;
    font-size: 1.4em;
    line-height: 1.55em;
}

p.max-width-more {
    max-width: 820px;
}

p.max-width-small {
    margin: 0 auto 8em auto;
    margin-right: auto;
    max-width: 600px;
    font-size: 1.2em;
    line-height: 1.6em;
}

@media screen and (min-width: 768px) {
    p.max-width {
        font-size: 2vw;
    }
}
@media screen and (min-width: 1600px) {
    p.max-width {
        font-size: 1.8em;
    }
}
.wine-form-mobile-reset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    width: 12vh;
    height: 100%;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
}

.wine-form-mobile-reset label,
.wine-form-mobile-reset .form-input {
    padding: 0 !important;
    line-height: 0 !important;
}

.footer-button {
    margin: 8em 0;
    text-align: center;
}

.block-column p {
    margin: 0 auto;
    max-width: 380px;
    font-size: 1.2em;
    line-height: 1.4em;
}

.block-column strong {
    font-size: 1.2em;
}

p.max-width + .block-columns {
    padding-top: 12em;
}

.wine-form-button {
    margin: 6em 0;
    text-align: center;
    font-size: 20px;
}

.slider-gallery-title {
    margin: 4em 0 2em 0;
    text-align: center;
    font-weight: 500;
    font-size: 1.8em;
}

.slider-gallery-slide img {
    margin: 0 auto;
}

p.title-middle {
    font-weight: 600;
    font-size: 2.5em;
}

h3.max-width,
h3.max-width + p,
h3.max-width + p + p {
    margin-right: auto;
    margin-left: auto;
    max-width: 650px;
}

.block-columns.no-border.min-height {
    min-height: 40vh;
}

.block-columns.no-border.min-height .block-column:first-child {
    padding-bottom: 0;
}

.wine-form-options-labels label img:nth-child(2),
.wine-form-options-labels input:checked + label > img:nth-child(1) {
    display: none;
}
.wine-form-options-labels input:checked + label > img:nth-child(2) {
    display: block;
}
.slider-reference .slider__slide,
.reference-content {
    height: 100%;
}

.reference-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.leaflet-tile-pane {
    -webkit-filter: grayscale(1) brightness(1.1);
            filter: grayscale(1) brightness(1.1);
}

.main-content {
    padding-top: 5vh;
}

@media screen and (max-width: 767px) {
    .is-page-13 .block-columns.min-height .block-image img {
        max-width: 70%;
        margin: 2rem auto 0 auto;
    }
}

.wine-form-arrow + .form-input-with-label {
    margin: 4em auto 0 auto;
}

.form-input-with-label + .form-input-with-label {
    margin: 0 auto 2em auto;
}

.form-input-with-label {
    display: flex;
    align-items: center;
    max-width: 29rem;
}

.form-input-with-label label {
    width: 17rem;
    text-align: right;
    font-size: 2em;
    margin-right: 2rem;
}