@font-face {
    font-family: icomoon;
    src: url(/fonts/icomoon.eot);
    src: url(/fonts/icomoon.eot#iefix) format("embedded-opentype"), url(/fonts/icomoon.ttf) format("truetype"), url(/fonts/icomoon.woff) format("woff"), url(/fonts/icomoon.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

.icon {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon--logo:before {
    content: "\E903"
}

.icon--top-menu-line:before {
    content: "\E901"
}

.icon--skewed-menu-line:before {
    content: "\E900"
}

.icon--logo-generazioni:before {
    content: "\E902"
}

.icon--facebook:before, .icon--fb:before {
    content: "\E905"
}

.icon--youtube:before, .icon--yt:before {
    content: "\E906"
}

.icon--tw:before, .icon--twitter:before {
    content: "\E907"
}

.icon--pin:before, .icon--pinterest:before {
    content: "\E908"
}

.icon--in:before, .icon--instagram:before {
    content: "\E909"
}

.icon--search:before {
    content: "\E90A"
}

.icon-shopper:before {
    content: "\E90B"
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

a {
    background-color: transparent
}

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

b, strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

.jspContainer {
    overflow: hidden;
    position: relative
}

.jspPane {
    position: absolute
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background: red
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red
}

.jspCap {
    display: none
}

.jspHorizontalBar .jspCap {
    float: left
}

.jspTrack {
    background: #dde;
    position: relative
}

.jspDrag {
    background: #bbd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer
}

.jspHorizontalBar .jspDrag, .jspHorizontalBar .jspTrack {
    float: left;
    height: 100%
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d
}

.jspVerticalBar .jspArrow {
    height: 16px
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%
}

.jspVerticalBar .jspArrow:focus {
    outline: none
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%
}

* html .jspCorner {
    margin: 0 -3px 0 0
}

@-webkit-keyframes loader-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loader-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124
    }
}

@-webkit-keyframes zoom-in {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom-in {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@font-face {
    font-family: Bodoni\ 72;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/bodoni-fa098ee9-946d-47f5-9673-0154e46d5ac1.eot?#iefix);
    src: url(/fonts/bodoni-fa098ee9-946d-47f5-9673-0154e46d5ac1.eot?#iefix) format("eot"), url(/fonts/bodoni-ff1850e0-22a8-4229-87a9-18ed2bdaab26.woff2) format("woff2"), url(/fonts/bodoni-8c76cabf-4c55-440d-aa82-17fb5b063036.woff) format("woff"), url(/fonts/bodoni-df2374a6-6777-4774-8dee-57c075a131db.ttf) format("truetype"), url(/fonts/bodoni-047fccb1-272b-4cad-a29b-d3ea74eacf17.svg#047fccb1-272b-4cad-a29b-d3ea74eacf17) format("svg")
}

@font-face {
    font-family: Bodoni\ 72;
    font-style: italic;
    font-weight: 400;
    src: url(/fonts/bodoni-a1bfeb64-6d55-4b21-ba13-bf7f4a38e65c.eot?#iefix);
    src: url(/fonts/bodoni-a1bfeb64-6d55-4b21-ba13-bf7f4a38e65c.eot?#iefix) format("eot"), url(/fonts/bodoni-1a2f229c-0c16-4102-a958-3b785e167d1e.woff2) format("woff2"), url(/fonts/bodoni-17a54fb2-2d60-409a-ab54-2041d6ead736.woff) format("woff"), url(/fonts/bodoni-aeb10ca2-28bc-4fec-8f8b-552482292d8d.ttf) format("truetype"), url(/fonts/bodoni-e468291a-0d50-4a52-bb80-f5da5f544dab.svg#e468291a-0d50-4a52-bb80-f5da5f544dab) format("svg")
}

@font-face {
    font-family: Bodoni\ 72;
    font-style: normal;
    font-weight: 900;
    src: url(/fonts/bodoni-d6476e34-3e5f-4ecb-8971-ff0ee3d55ab5.eot?#iefix);
    src: url(/fonts/bodoni-d6476e34-3e5f-4ecb-8971-ff0ee3d55ab5.eot?#iefix) format("eot"), url(/fonts/bodoni-c5587a4c-8565-4f72-98bf-2a4e4c9598d0.woff2) format("woff2"), url(/fonts/bodoni-ebdc0600-3fa8-4fe0-bf93-68d882debcd5.woff) format("woff"), url(/fonts/bodoni-b7d86a37-aafc-4ea8-9c2e-36c8c57ff6a2.ttf) format("truetype"), url(/fonts/bodoni-a9c33b4a-fa3c-4f14-ac3f-22d376490dde.svg#a9c33b4a-fa3c-4f14-ac3f-22d376490dde) format("svg")
}

@font-face {
    font-family: Bodoni\ 72;
    font-style: italic;
    font-weight: 900;
    src: url(/fonts/bodoni-91f4e02a-1ef4-4ddd-96aa-29fe743bd1ed.eot?#iefix);
    src: url(/fonts/bodoni-91f4e02a-1ef4-4ddd-96aa-29fe743bd1ed.eot?#iefix) format("eot"), url(/fonts/bodoni-043c6d4c-6402-4bcf-b495-a6e73a253204.woff2) format("woff2"), url(/fonts/bodoni-ef364462-659c-46cb-a0ff-f8b7d6785f44.woff) format("woff"), url(/fonts/bodoni-325a2976-c937-4245-a628-a68c6c19a1c4.ttf) format("truetype"), url(/fonts/bodoni-b8b0be84-5f5b-4bbc-8f00-a111071c2dca.svg#b8b0be84-5f5b-4bbc-8f00-a111071c2dca) format("svg")
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    font-family: Bodoni\ 72, serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
body p{
    font-family: 'Lato',sans-serif;
    letter-spacing: .8px;
    line-height: 1.5;
}

@media (min-width: 48em) {
    .page--full_height {
        /*overflow-y: hidden*/
    }
}

body:not(.page--experience):not(.page--family):not(.page--tutti-vini) .header-container {
    background-color: #000
}

body .header-container {
    height: 132px
}

@media (max-width: 64.0525em) {
    body .header-container {
        height: 104px
    }
}

@media (max-width: 47.99em) {
    body .header-container {
        height: 84px
    }
}

@media (max-width: 64.0525em) {
    body.page--timeline .header-container {
        height: 0
    }
}

body.scroll-hidden {
    overflow: hidden
}

a[href^=tel] {
    color: inherit;
    text-decoration: none
}

.loader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background-color: hsla(0, 0%, 100%, .4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
    overflow: hidden
}

@media (min-width: 48em) {
    .loader {
        position: absolute;
        top: auto
    }
}

.loader--popup {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: visible;
    z-index: 999
}

.loader--clean {
    background: none
}

.loader--active {
    visibility: visible
}

.loader__inner {
    width: 100px;
    height: 100%;
    max-height: 100px
}

.loader__content {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    height: 100%
}

.loader__circle, .play-button-svg__circle {
    fill: none
}

.loader__track, .play-button-svg__track {
    stroke: rgba(0, 0, 0, .7);
    stroke-width: 1px
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-max-device-pixel-ratio: 3),(min-resolution: 2dppx) and (max-resolution: 3dppx) {
    .loader__track, .play-button-svg__track {
        stroke-width: .5px
    }
}

@media (-webkit-min-device-pixel-ratio: 4),(min-resolution: 4dppx) {
    .loader__track, .play-button-svg__track {
        stroke-width: .25px
    }
}

.loader__path {
    stroke-width: 1.3px;
    stroke-dasharray: 150, 200;
    stroke-dashoffset: -10;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #fff
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-max-device-pixel-ratio: 3),(min-resolution: 2dppx) and (max-resolution: 3dppx) {
    .loader__path {
        stroke-width: .8px
    }
}

@media (-webkit-min-device-pixel-ratio: 4),(min-resolution: 4dppx) {
    .loader__path {
        stroke-width: .55px
    }
}

.image {
    width: 100%;
    height: auto;
    z-index: 0
}

.image--responsive {
    -o-object-fit: cover;
    object-fit: cover
}

.img-responsive {
    max-width: 100%;
    height: auto
}

.image--zoom-in {
    -webkit-transition: -webkit-transform 2.8s linear;
    transition: -webkit-transform 2.8s linear;
    transition: transform 2.8s linear;
    transition: transform 2.8s linear, -webkit-transform 2.8s linear;
    -webkit-transform: scale(1.07999);
    transform: scale(1.07999)
}

.image-overlay {
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
    background: hsla(30, 19%, 89%, .7);
    width: 21.5%;
    border: 0;
    padding: 0;
    cursor: pointer
}

.image-overlay:focus {
    outline: none
}

@media (min-width: 48em) {
    .image-overlay {
        width: 12.3%
    }
}

.image-overlay .section-link {
    -webkit-transition: all .8s ease;
    transition: all .8s ease
}

.image-overlay .section-link:hover {
    background: #e9e4df
}

.image-overlay__copy {
    font-family: Lato, sans-serif;
    position: absolute;
    color: #000;
    font-weight: 900;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    pointer-events: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    font-size: 12px
}

@media screen and (min-width: 1024px) {
    .image-overlay__copy {
        font-size: calc(12px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .image-overlay__copy {
        font-size: 12px
    }
}

.image-overlay__copy:after {
    content: "";
    display: block;
    border-left: 1px solid #000;
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
    margin-left: 2.2rem;
    width: 1.3rem;
    height: 1.3rem;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    border-width: 1px
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-max-device-pixel-ratio: 3),(min-resolution: 2dppx) and (max-resolution: 3dppx) {
    .image-overlay__copy:after {
        border-width: .5px
    }
}

@media (-webkit-min-device-pixel-ratio: 4),(min-resolution: 4dppx) {
    .image-overlay__copy:after {
        border-width: .25px
    }
}

@media (min-width: 48em) {
    .image-overlay__copy {
        line-height: 1.6
    }
}

.image-overlay__button {
    height: 100%;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 100%
}

.image-overlay__button .section-link {
    height: 100%;
    width: 100%
}

.image-overlay__button .section-link__decoration {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.image-overlay__button .section-link__wrapper {
    -webkit-transform: rotate(-90deg) translate(-50%, -50%);
    transform: rotate(-90deg) translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 1.5rem;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    position: relative;
    left: 50%
}

.image-overlay__button .section-link__circle {
    height: 1.5rem;
    width: 1.5rem;
    left: .5rem
}

.image-overlay__button .section-link__text {
    white-space: nowrap
}

@media (min-width: 48em) {
    .image-overlay--reversed {
        left: 0;
        right: auto
    }
}

.sticky-element {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.sticky-element--fallback {
    position: relative
}

.plus {
    width: 5rem;
    height: 5rem;
    pointer-events: none
}

.plus-circle {
    stroke-width: 2px;
    fill: transparent;
    stroke: #fff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke-dasharray: 368.60617px;
    stroke-dashoffset: 54.60617px
}

.plus-line {
    stroke-width: 2px;
    stroke: #fff;
    stroke-dasharray: 100px;
    stroke-dashoffset: 50px
}

.plus--hidden .plus-line {
    stroke-dashoffset: 100px
}

.plus--hidden .plus-circle {
    stroke-dashoffset: 368.60617px
}

.video-play-button {
    visibility: visible;
    background: none;
    border: none;
    outline: none;
    padding: 10px;
    margin-top: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    width: 2.8rem;
    height: 2.8rem
}

@media (min-width: 48em) and (max-width: 64.0525em) {
    .video-play-button {
        width: 3.5rem;
        height: 3.5rem;
        margin-top: 6px
    }
}

@media (min-width: 64.0625em) {
    .video-play-button {
        width: 3rem;
        height: 3rem;
        margin-top: 20px
    }
}

.video-play-button .video-play-button__icon-placeholder {
    -webkit-animation: shadow-out .5s;
    animation: shadow-out .5s
}

.video-play-button:hover {
    cursor: pointer
}

.video-play-button:hover .video-play-button__icon-placeholder, .video-play-button:hover .video-play-button__icon-placeholder + .home-title__text {
    -webkit-animation: shadow .5s;
    animation: shadow .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.video-play-button:hover .video-play-button__icon-placeholder:before {
    color: rgba(161, 142, 86, .8)
}

.video-play-button + .home-title__text {
    -webkit-animation: shadow-out .5s;
    animation: shadow-out .5s
}

@-webkit-keyframes shadow {
    0% {
        text-shadow: 0 0 0 hsla(0, 0%, 100%, 0);
        -webkit-filter: drop-shadow(0 0 0 hsla(0, 0%, 100%, 0));
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0))
    }
    to {
        text-shadow: 0 0 2px hsla(0, 0%, 100%, .2);
        -webkit-filter: drop-shadow(0 0 2px hsla(0, 0%, 100%, .2));
        filter: drop-shadow(0 0 2px rgba(255, 255, 255, .2))
    }
}

@keyframes shadow {
    0% {
        text-shadow: 0 0 0 hsla(0, 0%, 100%, 0);
        -webkit-filter: drop-shadow(0 0 0 hsla(0, 0%, 100%, 0));
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0))
    }
    to {
        text-shadow: 0 0 2px hsla(0, 0%, 100%, .2);
        -webkit-filter: drop-shadow(0 0 2px hsla(0, 0%, 100%, .2));
        filter: drop-shadow(0 0 2px rgba(255, 255, 255, .2))
    }
}

@-webkit-keyframes shadow-out {
    0% {
        text-shadow: 0 0 2px hsla(0, 0%, 100%, .2);
        -webkit-filter: drop-shadow(0 0 2px hsla(0, 0%, 100%, .2));
        filter: drop-shadow(0 0 2px rgba(255, 255, 255, .2))
    }
    to {
        text-shadow: 0 0 0 hsla(0, 0%, 100%, 0);
        -webkit-filter: drop-shadow(0 0 0 hsla(0, 0%, 100%, 0));
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0))
    }
}

@keyframes shadow-out {
    0% {
        text-shadow: 0 0 2px hsla(0, 0%, 100%, .2);
        -webkit-filter: drop-shadow(0 0 2px hsla(0, 0%, 100%, .2));
        filter: drop-shadow(0 0 2px rgba(255, 255, 255, .2))
    }
    to {
        text-shadow: 0 0 0 hsla(0, 0%, 100%, 0);
        -webkit-filter: drop-shadow(0 0 0 hsla(0, 0%, 100%, 0));
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0))
    }
}

.video-play-button__text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.video-play-button__icon-placeholder {
    font-family: VideoJS;
    font-size: 24px;
    height: auto;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-play-button__icon-placeholder:before {
    content: "\F101";
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: hsla(0, 0%, 100%, .8)
}

.play-button-svg {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto
}

.play-button-svg:hover circle {
    stroke: rgba(161, 142, 86, .8)
}

.play-button-svg__track {
    stroke: hsla(0, 0%, 100%, .8);
    -webkit-transition: stroke .75s ease-in-out, stroke .5s ease;
    transition: stroke .75s ease-in-out, stroke .5s ease
}

.play-button-svg__path {
    stroke-width: 1.5px;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-max-device-pixel-ratio: 3),(min-resolution: 2dppx) and (max-resolution: 3dppx) {
    .play-button-svg__path {
        stroke-width: .75px
    }
}

@media (-webkit-min-device-pixel-ratio: 4),(min-resolution: 4dppx) {
    .play-button-svg__path {
        stroke-width: .375px
    }
}

.breadcrumbs {
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    color: #000;
    font-weight: 900;
    letter-spacing: .1em;
    margin-bottom: 8.4%;
    font-size: 12px
}

@media screen and (min-width: 1024px) {
    .breadcrumbs {
        font-size: calc(12px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .breadcrumbs {
        font-size: 12px
    }
}

.breadcrumbs__item:not(:first-child):before {
    content: "| ";
    color: #000;
    margin: 0 .5em
}

.breadcrumbs__item:last-child {
    color: #a18e56
}

.close-icon {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer
}

@media (max-width: 64.0525em) {
    .close-icon {
        width: 32px;
        height: 32px
    }
}

.close-icon:focus {
    outline: 0
}

.close-icon:after, .close-icon:before {
    top: 0;
    position: absolute;
    content: "";
    height: 64px;
    background-color: #fff;
    width: 1px
}

@media (min-width: 48em) {
    .close-icon:after, .close-icon:before {
        width: 1px
    }
}

@media (min-width: 48em) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-max-device-pixel-ratio: 3),(min-width: 48em) and (min-resolution: 2dppx) and (max-resolution: 3dppx) {
    .close-icon:after, .close-icon:before {
        width: .5px
    }
}

@media (min-width: 48em) and (-webkit-min-device-pixel-ratio: 4),(min-width: 48em) and (min-resolution: 4dppx) {
    .close-icon:after, .close-icon:before {
        width: .25px
    }
}

@media (max-width: 64.0525em) {
    .close-icon:after, .close-icon:before {
        height: 32px
    }
}

.close-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.text-highlight {
    color: #a18e56
}

.dots {
    margin: 0 .6rem
}

.dot {
    border-radius: 50%;
    display: inline-block;
    width: .6rem;
    height: .6rem;
    background: #dbdbdb;
    margin: 0 .1rem;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer
}

.device-desktop .dot:hover, .dot--active {
    background: #a18e56
}

.dot-label {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer;
    margin-right: .2rem
}

.dot-label:hover {
    color: #a18e56
}

.dot-label.dot--active {
    color: #a18e56;
    background: transparent
}

.dot + .dot-label {
    margin-left: 1rem
}

.tabs-section {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tabs-list, .tabs-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tabs-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tabs-list__item-internal {
    padding: 7.8% 3.4%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tabs-list__item {
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

@media (min-width: 48em) {
    .tabs-list__item {
        width: 50%
    }
}

@media (min-width: 64em) {
    .tabs-list__item {
        width: 25%
    }
}

.tabs-section__copy {
    margin-top: 6%;
    margin-bottom: 5.5%;
    text-align: center;
    width: 100%
}

.accented-text {
    font-weight: 900;
    font-size: 27px
}

@media screen and (min-width: 1024px) {
    .accented-text {
        font-size: calc(27px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .accented-text {
        font-size: 27px
    }
}

.accented-section-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-decoration: none;
    margin-top: 2%;
    margin-bottom: 2.5%;
    overflow: hidden;
    -webkit-transition: color .5s ease;
    transition: color .5s ease
}

.accented-section-link:hover, .accented-section-link:hover .accented-section-title {
    color: #a18e56
}

.accented-section-title {
    color: #000;
    font-family: Lato;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .2em;
    margin-right: -.2em;
    text-align: center;
    position: relative;
    height: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    font-size: 11px
}

@media screen and (min-width: 1024px) {
    .accented-section-title {
        font-size: calc(11px + 6 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .accented-section-title {
        font-size: 17px
    }
}

.circle-icon {
    border: 1px solid #000;
    border-radius: 50%;
    width: .75em;
    height: .75em;
    display: inline-block;
    position: relative;
    margin-left: -.8em;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-max-device-pixel-ratio: 3),(min-resolution: 2dppx) and (max-resolution: 3dppx) {
    .circle-icon {
        border-width: .5px
    }
}

@media (-webkit-min-device-pixel-ratio: 4),(min-resolution: 4dppx) {
    .circle-icon {
        border-width: .25px
    }
}

.circle-icon__arrow {
    width: .3em;
    height: .3em;
    display: block;
    position: absolute;
    left: calc(50% - .1em);
    top: calc(50% - .16em);
    border: 1px solid #000;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-max-device-pixel-ratio: 3),(min-resolution: 2dppx) and (max-resolution: 3dppx) {
    .circle-icon__arrow {
        border-width: .5px
    }
}

@media (-webkit-min-device-pixel-ratio: 4),(min-resolution: 4dppx) {
    .circle-icon__arrow {
        border-width: .25px
    }
}

.gallery-buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4%
}

.gallery-buttons-wrapper + .heading--popup {
    margin-top: 60px
}

.gallery-button {
    font-family: Lato, sans-serif;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    background-color: transparent;
    margin: 1% 0;
    border: 1px solid #000;
    text-align: center;
    width: 30%;
    min-width: 180px;
    height: 60px;
    min-height: 28px;
    padding: 0;
    font-size: 9px
}

@media screen and (min-width: 1024px) {
    .gallery-button {
        font-size: calc(9px + 2 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .gallery-button {
        font-size: 11px
    }
}

.gallery-button:hover {
    cursor: pointer;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    color: #fff;
    background-color: #000;
    border-color: #000
}

.gallery-button:focus {
    outline: none
}

.prenota-button {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.prenota-button:hover {
    color: #fff;
    background-color: #a18e56;
    border-color: #a18e56
}

.anchor-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none
}

.icons-link-wrapper {
    display: block;
    text-align: center
}

.icons-link-wrapper a {
    background-color: transparent;
    border: none;
    display: inline-block;
    min-width: 100px;
    width: 100px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.icons-link-wrapper a img {
    height: 100%
}

.icons-link-wrapper a:hover {
    background-color: transparent;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.site-content {
    background-color: #fff
}

.section-wrapper, .site-footer {
    position: relative
}

.section-wrapper {
    background-color: #fff;
    z-index: 1
}

.section-wrapper.section-wrapper--black {
    background-color: #000
}

.break-decorator {
    width: .75em;
    height: .75em;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 0 1%
}

.break-decorator:before {
    content: "";
    border-top: 1px solid #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: -50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.link-visite, .page-template-default .post-content a.link-visite {
    text-decoration: none;
    display: inline-block;
    white-space: normal;
    color: #000;
    font-size: 35px;
    padding-bottom: 3%
}

.link-visite:hover, .page-template-default .post-content a.link-visite:hover {
    color: #a18e56
}

@media (max-width: 47.99em) {
    .link-visite, .page-template-default .post-content a.link-visite {
        font-size: 30px;
        padding-bottom: 6%
    }
}

.visite-text-center {
    text-align: center;
    white-space: normal
}

.content-bg {
    background-position: 50%;
    background-size: cover
}

.heading--hero.heading-black, .heading-black {
    color: #000;
    margin: 0 0 5%
}

@media (max-width: 47.99em) {
    .heading--hero.heading-black, .heading-black {
        margin-bottom: 8%
    }
}

.gallery-buttons-wrapper {
    padding-top: 0
}

.article .popup .popup-content__copy p, .page-template-default .post-content .popup .popup-content__copy p, .popup .popup-content__copy .article p, .popup .popup-content__copy .page-template-default .post-content p, .popup .popup-content__copy .paragraph {
    padding-bottom: 30px
}

.popup .popup-content__copy .with-decoration {
    padding-bottom: 60px
}

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .heading, .video-player .big-video-title {
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 7.5%;
    font-weight: 400;
    font-size: 34px
}

@media screen and (min-width: 1024px) {
    .article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .heading, .video-player .big-video-title {
        font-size: calc(34px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .heading, .video-player .big-video-title {
        font-size: 34px
    }
}

@media screen and (max-width: 320px) {
    .article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .heading, .video-player .big-video-title {
        font-size: 30px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .heading, .video-player .big-video-title {
        font-size: calc(30px + 0 * ((100vw - 320px) / 703))
    }
}

@media (min-width: 48em) {
    .article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .heading, .video-player .big-video-title {
        line-height: 1.15
    }
}

.article h2, .heading--h2, .video-player .big-video-title {
    font-size: 27px
}

@media screen and (min-width: 1024px) {
    .article h2, .heading--h2, .video-player .big-video-title {
        font-size: calc(27px + 15 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .article h2, .heading--h2, .video-player .big-video-title {
        font-size: 42px
    }
}

@media screen and (max-width: 320px) {
    .article h2, .heading--h2, .video-player .big-video-title {
        font-size: 28px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .article h2, .heading--h2, .video-player .big-video-title {
        font-size: calc(28px + 0 * ((100vw - 320px) / 703))
    }
}

.heading--h3 {
    font-size: 27px
}

@media screen and (min-width: 1024px) {
    .heading--h3 {
        font-size: calc(27px + 7 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .heading--h3 {
        font-size: 34px
    }
}

.heading--full-image-title, .heading--hero, .heading--image-title, .heading--info-text, .heading--popup-video, .heading--secondary-color, .heading--tabs-list, .heading--tenute-link, .heading--title-section, .heading--video-section, .video-player .big-video-title {
    color: #fff
}

.heading--title-section {
    margin-bottom: 1.7%;
    font-size: 35px
}

@media screen and (min-width: 1024px) {
    .heading--title-section {
        font-size: calc(35px + 7 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .heading--title-section {
        font-size: 42px
    }
}

@media (min-width: 48em) {
    .heading--title-section {
        color: #fff;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.heading--primary-color {
    color: #000
}

.heading--tabs-section {
    margin-top: 0;
    margin-bottom: 1%;
    font-size: 53px
}

@media screen and (min-width: 1024px) {
    .heading--tabs-section {
        font-size: calc(53px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .heading--tabs-section {
        font-size: 53px
    }
}

.heading--tabs-list {
    font-weight: 300;
    margin-bottom: 40px;
    width: 100%;
    font-size: 30px
}

@media screen and (min-width: 1024px) {
    .heading--tabs-list {
        font-size: calc(30px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .heading--tabs-list {
        font-size: 30px
    }
}

.heading--image-title {
    width: 3em;
    text-align: center;
    font-size: 44px
}

@media screen and (min-width: 1024px) {
    .heading--image-title {
        font-size: calc(44px + 9 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .heading--image-title {
        font-size: 53px
    }
}

@media screen and (max-width: 320px) {
    .heading--image-title {
        font-size: 30px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .heading--image-title {
        font-size: calc(30px + 6 * ((100vw - 320px) / 703))
    }
}

.heading--full-image-title {
    width: 100%;
    text-align: center;
    margin-top: 7.5%;
    font-size: 44px
}

@media screen and (min-width: 1024px) {
    .heading--full-image-title {
        font-size: calc(44px + 9 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .heading--full-image-title {
        font-size: 53px
    }
}

@media screen and (max-width: 320px) {
    .heading--full-image-title {
        font-size: 30px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .heading--full-image-title {
        font-size: calc(30px + 6 * ((100vw - 320px) / 703))
    }
}

.heading--video-section {
    margin-bottom: 12%;
    font-weight: 300;
    text-align: center;
    font-size: 16px
}

@media screen and (min-width: 1024px) {
    .heading--video-section {
        font-size: calc(16px + 6 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .heading--video-section {
        font-size: 22px
    }
}

@media screen and (max-width: 320px) {
    .heading--video-section {
        font-size: 28px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .heading--video-section {
        font-size: calc(28px + 0 * ((100vw - 320px) / 703))
    }
}

@media (min-width: 48em) {
    .heading--video-section {
        margin-bottom: 0;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        text-align: right;
        -webkit-transform: rotate(-90deg) translateX(-100%) translateY(-100%);
        transform: rotate(-90deg) translateX(-100%) translateY(-100%)
    }
}

@media (min-width: 64em) {
    .heading--video-section {
        -webkit-transform: rotate(-90deg) translateX(-100%) translateY(-150%);
        transform: rotate(-90deg) translateX(-100%) translateY(-150%)
    }
}

.heading--popup {
    text-align: center;
    margin-bottom: 4.7%
}

.heading--hero, .heading--popup-video {
    font-weight: 300;
    margin-top: .3em;
    margin-bottom: .1em;
    line-height: 1;
    font-size: 58px
}

@media screen and (min-width: 1024px) {
    .heading--hero, .heading--popup-video {
        font-size: calc(58px + 26 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .heading--hero, .heading--popup-video {
        font-size: 84px
    }
}

@media screen and (max-width: 320px) {
    .heading--hero, .heading--popup-video {
        font-size: 50px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .heading--hero, .heading--popup-video {
        font-size: calc(50px + 0 * ((100vw - 320px) / 703))
    }
}

.heading--hero {
    text-align: center
}

@media (max-width: 47.99em) {
    .heading--hero {
        margin-top: -.9em;
        margin-bottom: 0;
        text-align: center
    }
}

@media (min-width: 48em) and (max-width: 64.0525em) {
    .heading--hero {
        margin-top: .9em
    }
}

.heading--family-section {
    font-weight: 300;
    letter-spacing: .5px;
    line-height: .9;
    margin-bottom: 9%;
    opacity: 1;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    white-space: pre-wrap;
    font-size: 49px
}

@media screen and (min-width: 1024px) {
    .heading--family-section {
        /*font-size: calc(49px + 27 * ((100vw - 1024px) / 817));*/
        font-size:calc(27px + 15 * ((100vw - 1024px) / 817));
    }
}

@media screen and (min-width: 1841px) {
    .heading--family-section {
        font-size: 42px;
    }
}

@media screen and (max-width: 320px) {
    .heading--family-section {
        font-size: 31px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .heading--family-section {
        font-size: calc(31px + 0 * ((100vw - 320px) / 703))
    }
}

@media (min-width: 48em) and (max-width: 64.0525em) {
    .heading--family-section {
        margin-bottom: 12%
    }
}

@media (min-width: 48em) {
    .heading--family-section {
        margin-bottom: 20px;
    }
}

.heading--double-top {
    padding-top: 2em
}

.heading--info-text {
    margin-bottom: 2.6%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    font-size: 32px
}

@media screen and (min-width: 1024px) {
    .heading--info-text {
        font-size: calc(32px + 13 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .heading--info-text {
        font-size: 45px
    }
}

.heading--tenute-link {
    margin-bottom: 0;
    margin-left: 12vw
}

.text-animated {
    opacity: 0;
    -webkit-transform: rotateY(14deg) translateY(-3px);
    transform: rotateY(14deg) translateY(-3px);
    z-index: 1
}

.text-animated--active {
    opacity: 1;
    -webkit-transform: rotateY(0) translateY(0);
    transform: rotateY(0) translateY(0);
    -webkit-transition: opacity .56s ease, -webkit-transform .56s ease;
    transition: opacity .56s ease, -webkit-transform .56s ease;
    transition: transform .56s ease, opacity .56s ease;
    transition: transform .56s ease, opacity .56s ease, -webkit-transform .56s ease
}

.heading--hero.text-animated--active {
    -webkit-transition: none;
    transition: none
}

.heading--hero.text-animated--active, .text-animated--opacity, .text-animated--opacity.text-animated--active {
    -webkit-transform: none;
    transform: none
}

.article p, .page-template-default .post-content p, .paragraph {
    line-height: 1.45;
    margin-top: 0;
    margin-bottom: 0;
    white-space: pre-line;
    font-size: 17px
}

@media screen and (min-width: 1024px) {
    .article p, .page-template-default .post-content p, .paragraph {
        font-size: calc(17px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .article p, .page-template-default .post-content p, .paragraph {
        font-size: 17px
    }
}

@media (min-width: 48em) {
    .article p, .page-template-default .post-content p, .paragraph {
        line-height: 1.7
    }
}

.accented-text, .paragraph--primary-color, .paragraph--subtitle {
    color: #000
}

.paragraph--info-text, .paragraph--secondary-color, .paragraph--tabs-list {
    color: #fff
}

.paragraph--subtitle {
    font-size: 27px
}

@media screen and (min-width: 1024px) {
    .paragraph--subtitle {
        font-size: calc(27px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .paragraph--subtitle {
        font-size: 27px
    }
}

.paragraph--tabs-list {
    line-height: 1.5;
    margin-bottom: 65px;
    width: 100%
}

.paragraph--info-text {
    line-height: 1.75;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    font-size: 11px
}

@media screen and (min-width: 1024px) {
    .paragraph--info-text {
        font-size: calc(11px + 6 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .paragraph--info-text {
        font-size: 17px
    }
}

.paragraph--stylised-section {
    line-height: 1.34;
    opacity: 1;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    padding-top: .5em;
    font-size: 16.5px
}

@media screen and (min-width: 1024px) {
    .paragraph--stylised-section {
        font-size: calc(16.5px + 6.5 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .paragraph--stylised-section {
        font-size: 23px
    }
}

@media (max-width: 64.0525em) {
    .paragraph--stylised-section {
        line-height: 1.5
    }
}

.paragraph--stylised-section:first-letter {
    font-size: 150%;
    line-height: .525
}

@media (min-width: 48em) and (max-width: 64.0525em) {
    .paragraph--stylised-section:first-letter {
        font-size: 210%;
        line-height: .525
    }
}

.article p a, .page-template-default .post-content p a, .paragraph a {
    color: #a18e56;
    text-decoration: none
}

.article p a:hover, .page-template-default .post-content p a:hover, .paragraph a:hover {
    text-decoration: underline
}

.section-link {
    position: relative;
    font-family: Lato, sans-serif;
    letter-spacing: 2.5px;
    font-weight: 900;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    white-space: nowrap;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: none;
    cursor: pointer;
    font-size: 9px
}

@media screen and (min-width: 1024px) {
    .section-link {
        font-size: calc(9px + 2 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .section-link {
        font-size: 11px
    }
}

@media (min-width: 48em) {
    .section-link {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (max-width: 64.0525em) {
    .section-link {
        letter-spacing: 2px;
        padding: 0
    }
}

.section-link:focus {
    outline: none
}

.device-desktop .section-link:hover .section-link__line {
    border-color: #a18e56;
    -webkit-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out
}

.device-desktop .section-link:hover .plus.section-link__circle .plus-circle, .device-desktop .section-link:hover .plus.section-link__circle .plus-line {
    stroke: #a18e56;
    -webkit-transition: stroke .3s ease-out;
    transition: stroke .3s ease-out
}

.section-link--no-margin, .section-link--tabs-list {
    margin: 0
}

.section-link--centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-link--tabs-list {
    padding-right: 1rem
}

.section-link--with-excerpt {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.section-link--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.section-link__decoration {
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px
}

.section-link__line {
    content: "";
    display: block;
    border-left: 1px solid #000;
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    width: 2rem;
    height: 1.5rem;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    border-width: 1px;
    position: relative;
    pointer-events: none;
    -webkit-transition: border-color .3s ease-out .8s;
    transition: border-color .3s ease-out .8s
}

@media (min-width: 48em) {
    .section-link__line {
        height: 2.5rem;
        width: 2.5rem
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-max-device-pixel-ratio: 3),(min-resolution: 2dppx) and (max-resolution: 3dppx) {
    .section-link__line {
        border-width: .5px
    }
}

@media (-webkit-min-device-pixel-ratio: 4),(min-resolution: 4dppx) {
    .section-link__line {
        border-width: .25px
    }
}

.section-link__circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.section-link__circle .plus-circle, .section-link__circle .plus-line {
    stroke: #000;
    -webkit-transition: stroke .3s ease-out .7s;
    transition: stroke .3s ease-out .7s
}

.section-link--invert {
    color: #fff
}

.section-link--invert .section-link__line {
    border-color: #fff
}

.section-link--invert:hover {
    color: hsla(0, 0%, 100%, .7)
}

.section-link--invert .plus-circle, .section-link--invert .plus-line {
    stroke: #fff
}

.section-link__title {
    font-family: Bodoni\ 72, serif;
    display: block;
    text-transform: none;
    margin-bottom: .3rem;
    white-space: normal;
    font-size: 25px
}

@media screen and (min-width: 1024px) {
    .section-link__title {
        font-size: calc(25px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .section-link__title {
        font-size: 25px
    }
}

@media (min-width: 48em) {
    .section-link__title {
        text-align: center
    }
}

.section-link__excerpt {
    font-weight: 900;
    display: block;
    text-align: center;
    white-space: normal;
    font-size: 9px
}

@media screen and (min-width: 1024px) {
    .section-link__excerpt {
        font-size: calc(9px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .section-link__excerpt {
        font-size: 9px
    }
}

.section-link__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    white-space: normal
}

@media (max-width: 47.99em) {
    .section-link__text {
        margin-top: 5px
    }
}

.section-link__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none
}

@media (min-width: 48em) {
    .section-link__content {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.section-image-link__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.section-image-link__right-content {
    margin-left: 5rem
}

.section-image-link__image-wrapper {
    margin-left: 1.5rem;
    width: 37%
}

.section-image-link__image {
    max-width: 100%;
    height: auto
}

.section-image-link__left-content, .section-image-link__wrapper {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

.section-image-link__description, .section-image-link__image-wrapper, .section-image-link__left-content, .section-image-link__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.section-image-link__description, .section-image-link__image-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.section-image-link__sub-title, .section-image-link__title {
    font-family: Lato, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 9px
}

@media screen and (min-width: 1024px) {
    .section-image-link__sub-title, .section-image-link__title {
        font-size: calc(9px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .section-image-link__sub-title, .section-image-link__title {
        font-size: 9px
    }
}

.section-image-link__title {
    margin-bottom: 1rem;
    font-weight: 900
}

.section-image-link__sub-title {
    color: #aeaeae
}

.section-image-link__plus {
    width: 30px !important;
    height: 30px !important;
    margin-bottom: 1rem
}

.section-image-link__plus .plus-circle, .section-image-link__plus .plus-line {
    stroke: #aeaeae
}

.image-text-section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    overflow: hidden;
    opacity: 0;
    background: #f7f7f7
}

.image-text-section.scroll-magic-section--active {
    opacity: 1;
    -webkit-transition: opacity 1.4s ease;
    transition: opacity 1.4s ease
}

.image-text-section.scroll-magic-section--active .image-text-section__image-wrapper:before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 2.1s ease;
    transition: -webkit-transform 2.1s ease;
    transition: transform 2.1s ease;
    transition: transform 2.1s ease, -webkit-transform 2.1s ease
}

@media (min-width: 48em) {
    .image-text-section {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.image-text-section .image-overlay {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .35s ease-in-out;
    transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out
}

.image-overlay__button .section-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.image-overlay__button .section-link__text {
    opacity: 1;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.image-overlay__button .section-link__decoration {
    display: inline-block;
    vertical-align: middle
}

.image-overlay__button .section-link__decoration .section-link__line {
    width: 1.5rem;
    height: 1.5rem
}

.image-overlay__button .section-link__decoration .section-link__circle {
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none
}

.image-overlay__button .section-link__wrapper {
    -webkit-transition: all .35s;
    transition: all .35s;
    display: block;
    position: absolute;
    top: 50%
}

.image-text-section__image {
    -webkit-transition: -webkit-transform 1.4s ease-in-out;
    transition: -webkit-transform 1.4s ease-in-out;
    transition: transform 1.4s ease-in-out;
    transition: transform 1.4s ease-in-out, -webkit-transform 1.4s ease-in-out
}

.image-text-section__image-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    height: 44vh
}

@media (min-width: 48em) {
    .image-text-section__image-wrapper {
        height: auto;
        width: 50%
    }

    .image-text-section__image-wrapper:before {
        width: 80%;
        height: 100%;
        background: #f7f7f7;
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        z-index: 2
    }
}

.device-mobile .image-text-section__image-wrapper .image-overlay {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.device-mobile .image-text-section__image-wrapper .section-link__wrapper {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    opacity: 1
}

.device-desktop .image-text-section__image-wrapper .section-link--gallery:hover .section-link__text {
    color: #a18e56
}

.device-desktop .image-text-section__image-wrapper .section-link--gallery:hover .plus.section-link__circle .plus-circle, .device-desktop .image-text-section__image-wrapper .section-link--gallery:hover .section-link__line {
    border-color: #a18e56
}

.device-desktop .image-text-section__image-wrapper .section-link--gallery:hover .plus.section-link__circle .plus-line {
    stroke: #a18e56
}

.device-mobile .image-text-section__image-wrapper .image-overlay, .device-tablet .image-text-section__image-wrapper .image-overlay, .image-text-section__image-wrapper:hover .image-overlay {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-duration: .7s;
    transition-duration: .7s
}

.device-mobile .image-text-section__image-wrapper .section-link__wrapper, .device-tablet .image-text-section__image-wrapper .section-link__wrapper, .image-text-section__image-wrapper:hover .section-link__wrapper {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    opacity: 1
}

.device-mobile .image-text-section__image-wrapper .image-text-section__image, .device-tablet .image-text-section__image-wrapper .image-text-section__image, .image-text-section__image-wrapper:hover .image-text-section__image {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: -webkit-transform 5s ease-in-out;
    transition: -webkit-transform 5s ease-in-out;
    transition: transform 5s ease-in-out;
    transition: transform 5s ease-in-out, -webkit-transform 5s ease-in-out
}

.image-text-section__text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5.5vh 11.7vw 8vh;
    position: relative;
    text-align: left
}

@media (min-width: 48em) {
    .image-text-section__text {
        padding: 8.5vh 6.8vw;
        text-align: right;
        width: 50%
    }
}

@media (min-width: 64.0625em) {
    .image-text-section__text {
        padding: 13.5vh 7.7vw 11.7vh
    }
}

.image-text-section--reversed .image-text-section__text {
    padding-right: 9.4%
}

@media (min-width: 48em) {
    .image-text-section--reversed {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.image-text-section--reversed .image-overlay {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    left: 0
}

.image-text-section__links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16.5%
}

@media (min-width: 48em) {
    .image-text-section__links-wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 7.5%
    }
}

.image-text-section__link {
    margin-top: 1.5rem;
    width: 100%
}

@media (min-width: 48em) {
    .image-text-section__link {
        margin-left: 1.5rem;
        width: auto
    }

    .image-text-section__link:first-child {
        margin-left: 0
    }
}

.title-section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0
}

.title-section.scroll-magic-section--active {
    opacity: 1;
    -webkit-transition: opacity 1.4s ease;
    transition: opacity 1.4s ease
}

.title-section__image-wrapper {
    width: 100%
}

.title-section__image-wrapper .image {
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 48em) {
    .title-section__image-wrapper .image {
        width: 100%
    }
}

.title-section--plain .title-section__copy {
    margin: 8vh 0 6vh;
    position: static;
    overflow: hidden
}

.article .title-section--plain p, .page-template-default .post-content .title-section--plain p, .title-section--plain .article p, .title-section--plain .page-template-default .post-content p, .title-section--plain .paragraph {
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    font-size: 20px
}

@media screen and (min-width: 1024px) {
    .article .title-section--plain p, .page-template-default .post-content .title-section--plain p, .title-section--plain .article p, .title-section--plain .page-template-default .post-content p, .title-section--plain .paragraph {
        font-size: calc(20px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .article .title-section--plain p, .page-template-default .post-content .title-section--plain p, .title-section--plain .article p, .title-section--plain .page-template-default .post-content p, .title-section--plain .paragraph {
        font-size: 20px
    }
}

.title-section__copy {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0 10%
}

.title-section__copy .heading--title-section {
    margin-bottom: 10%
}

.article .title-section__copy p, .page-template-default .post-content .title-section__copy p, .title-section__copy .article p, .title-section__copy .page-template-default .post-content p, .title-section__copy .paragraph {
    width: 100%
}

@media (min-width: 48em) and (max-width: 64.0525em) {
    .article .title-section__copy p, .page-template-default .post-content .title-section__copy p, .title-section__copy .article p, .title-section__copy .page-template-default .post-content p, .title-section__copy .paragraph {
        margin-left: 22%;
        margin-right: 22%;
        margin-top: 1%;
        text-align: center
    }
}

@media (min-width: 48em) {
    .title-section__copy {
        padding: 0;
        text-align: left
    }

    .title-section__copy .heading--title-section {
        margin-bottom: 0
    }
}

.video-section {
    background-size: cover;
    position: relative;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.video-section__elements {
    display: block;
    width: 100%;
    padding: 18.5% 0 14%
}

@media (min-width: 48em) {
    .video-section__elements {
        padding: 3% 8% 5%
    }
}

@media (min-width: 64.0625em) {
    .video-section__elements {
        padding: 4.7% 8% 6.5%
    }
}

.images-slider {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 50%
}

.images-slider__item {
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0
}

.images-slider__item--active {
    z-index: 1
}

.images-slider__item--active, .images-slider__item--next {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 1
}

.images-slider__item--next {
    z-index: 2
}

.article .section-wrapper h1, .article .section-wrapper h2, .article .section-wrapper h3, .article .section-wrapper h4, .article .section-wrapper h5, .article .section-wrapper h6, .section-wrapper .article h1, .section-wrapper .article h2, .section-wrapper .article h3, .section-wrapper .article h4, .section-wrapper .article h5, .section-wrapper .article h6, .section-wrapper .heading, .section-wrapper .video-player .big-video-title, .video-player .section-wrapper .big-video-title {
    white-space: pre-wrap
}

.site-header {
    background-color: #000;
    position: fixed;
    height: 132px;
    width: 100%;
    z-index: 16
}

@media (max-width: 64.0525em) {
    .site-header {
        height: 104px
    }
}

@media (max-width: 47.99em) {
    .site-header {
        height: 84px;
        padding-bottom: 12px;
        padding-top: 12px;
        text-align: center;
        top: 0;
        position: fixed;
        width: 100%
    }
}

@media (max-width: 64.0525em) {
    .page-timeline .site-header {
        height: 0
    }
}

.site-header .menu-button {
    margin: 0 2.9%;
    font-size: 11px
}

@media screen and (min-width: 1024px) {
    .site-header .menu-button {
        font-size: calc(11px + 2 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .site-header .menu-button {
        font-size: 13px
    }
}

@media screen and (max-width: 320px) {
    .site-header .menu-button {
        font-size: 7px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .site-header .menu-button {
        font-size: calc(7px + 3 * ((100vw - 320px) / 703))
    }
}

@media (max-width: 64.0525em) {
    .site-header .menu-button {
        letter-spacing: 2px;
        margin: 0 3.5%;
        height: 46%
    }
}

.site-header .menu-button:after {
    height: 170%
}

.site-header .menu-button:hover:after {
    top: 160%;
    left: 5%
}

.site-header__mobile-logo {
    width:59px;
}

@media screen and (min-width: 1024px) {
    .site-header__mobile-logo {
        font-size: calc(58px + 2 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .site-header__mobile-logo {
        font-size: 60px
    }
}

@media (min-width: 48em) {
    .site-header__mobile-logo {
        display: none
    }
}

.site-header__right-logo {
    display: none;
    font-size: 48px;
    color: #fff
}

@media (min-width: 48em) {
    .site-header__right-logo {
        display: block;
        position: absolute;
        right: 1.6vw;
        top: 1.2vw;
        color: #fff;
        font-size: 46px
    }
}

@media screen and (min-width: 48em) and (min-width: 1024px) {
    .site-header__right-logo {
        font-size: calc(46px + 17 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 48em) and (min-width: 1841px) {
    .site-header__right-logo {
        font-size: 63px
    }
}

@media (min-width: 48em) and (max-width: 64.0525em) {
    .site-header__right-logo {
        top: 1.9vw;
        top: .8vw
    }
}

.site-header__right-logo-pre {
    display: block;
    color: #a18e56;
    font-size: 35px;
    right: 3.2vw;
    right: 25px;
    top: 3.2vw;
    top: 22px;
    position: absolute
}

@media (min-width: 48em) {
    .site-header__right-logo-pre {
        display: block;
        right: 13.5vw;
        top: 1.4vw;
        font-size: 32px
    }
}

@media screen and (min-width: 48em) and (min-width: 1024px) {
    .site-header__right-logo-pre {
        font-size: calc(32px + 16 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 48em) and (min-width: 1841px) {
    .site-header__right-logo-pre {
        font-size: 48px
    }
}

@media (min-width: 50em) {
    .site-header__right-logo-pre {
        right: 12.85vw
    }
}

@media (min-width: 56.25em) {
    .site-header__right-logo-pre {
        right: 11.5vw
    }
}

@media (min-width: 62em) {
    .site-header__right-logo-pre {
        right: 10.7vw
    }
}

@media (min-width: 67.5em) {
    .site-header__right-logo-pre {
        right: 10vw
    }
}

@media (min-width: 85.375em) {
    .site-header__right-logo-pre {
        right: 9.3vw
    }
}

@media (min-width: 106.25em) {
    .site-header__right-logo-pre {
        right: 8.3vw
    }
}

@media (max-width: 64.0525em) {
    .page-timeline .site-header {
        background-color: transparent;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        pointer-events: none
    }
}

@media (max-width: 64.0525em) {
    .page-timeline .site-header__mobile-logo {
        display: none
    }
}

.main-nav {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    font-family: Lato, sans-serif
}

@media (max-width: 47.99em) {
    .main-nav {
        display: none
    }
}

.main-nav__list {
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-nav__item {
    list-style-type: none;
    width: 21%;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    position: relative;
    font-weight: 700;
    line-height: 1;
    cursor: pointer
}

@media (min-width: 64em) {
    .main-nav__item {
        width: 11%
    }
}

.main-nav__item--logo {
    height: 100%;
    margin: 0 4.4%;
    max-width: 170px;
    width: 8.8vw;
    overflow: visible
}

@media (max-width: 64.0525em) {
    .main-nav__item--logo {
        width: 13.8vw;
        margin: 0
    }
}

.main-nav__item--logo .animated-logo {
    width: 80%
}

.main-nav__item-logo-anchor {
    text-decoration: none
}

.main-logo {
    width: 100%
}

.menu-button {
    font-family: Lato, sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    letter-spacing: 4px;
    height: 50px;
    text-transform: uppercase;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 8px
}

@media screen and (min-width: 1024px) {
    .menu-button {
        font-size: calc(8px + 3 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .menu-button {
        font-size: 11px
    }
}

@media (min-width: 48em) {
    .menu-button {
        height: 62px
    }
}

@media (max-width: 64.0525em) {
    .menu-button {
        margin: 0
    }
}

.menu-button:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 70%;
    background-color: #fff;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease
}

.menu-button:hover .menu-button__link {
    color: #a18e56;
    text-decoration: none;
}

.menu-button:hover:before {
    -webkit-transform: translateX(20%);
    transform: translateX(20%)
}

.site-header .menu-button:before {
    width: 100%
}

.site-header .menu-button:hover:before {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.decoration-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) skewX(-45deg);
    transform: translate(-50%, -50%) skewX(-45deg);
    height: 100%
}

@media (max-width: 47.99em) {
    .decoration-wrapper--home-section {
        -webkit-transform: translate(-50%, -50%) skewX(-50deg);
        transform: translate(-50%, -50%) skewX(-50deg)
    }
}

.decoration {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform .35s linear;
    transition: -webkit-transform .35s linear;
    transition: transform .35s linear;
    transition: transform .35s linear, -webkit-transform .35s linear
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-max-device-pixel-ratio: 3),(min-resolution: 2dppx) and (max-resolution: 3dppx) {
    .decoration {
        width: .5px
    }
}

@media (-webkit-min-device-pixel-ratio: 4),(min-resolution: 4dppx) {
    .decoration {
        width: .25px
    }
}

.accented-section-link:hover .decoration, .decoration.decoration--out, .menu-button:hover .decoration {
    -webkit-transform-origin: 0 -100%;
    transform-origin: 0 -100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .7s linear;
    transition: -webkit-transform .7s linear;
    transition: transform .7s linear;
    transition: transform .7s linear, -webkit-transform .7s linear
}

.decoration--invert {
    background-color: rgba(0, 0, 0, .5)
}

.menu-button--plain:after {
    top: 140%;
    left: 0;
    -webkit-transition: none;
    transition: none
}

.menu-button--active .menu-button__link {
    color: #a18e56
}

.menu-button--active:before {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.menu-button__link {
    position: relative;
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: color .7s ease;
    transition: color .7s ease
}

@media (max-width: 47.99em) {
    .menu-button__link {
        letter-spacing: .4em;
        margin-right: -.4em
    }
}

@media (max-width: 64.0525em) {
    .page-timeline .main-nav {
        display: none;
        height: 0
    }
}

.lang-nav {
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: #fff
}

@media (max-width: 47.99em) {
    .lang-nav {
        font-weight: 400
    }
}

.lang-nav__list {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.lang-nav__item {
    text-align: right;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: 2px;
    font-size: 8px
}

@media screen and (min-width: 1024px) {
    .lang-nav__item {
        font-size: calc(8px + 1 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .lang-nav__item {
        font-size: 9px
    }
}

.lang-nav__item a {
    -webkit-transition: color .5s ease;
    transition: color .5s ease
}

.lang-nav__item a:hover {
    color: #a18e56
}

.lang-nav__item:last-child {
    margin-bottom: 0
}

@media (max-width: 64.0525em) {
    .lang-nav__item {
        margin-bottom: 20px
    }
}

@media (max-width: 47.99em) {
    .lang-nav__item {
        margin-bottom: 10px;
        font-size: 12px
    }
}

.lang-nav__item a {
    color: #adadad;
    text-decoration: none
}

.lang-nav__item--active a {
    color: #fff
}

.site-header .lang-nav-desktop-menu {
    display: none;
    width: 25px;
    height: 31px;
    top: auto
}

@media (min-width: 64.0625em) {
    .site-header .lang-nav-desktop-menu {
        display: block;
        position: absolute;
        bottom: 7%;
        left: 1.7vw;
        padding: 0
    }
}

@media (min-width: 48em) and (max-width: 63.99em) {
    .site-header .lang-nav-desktop-menu {
        top: 2.4vw;
        bottom: auto;
        left: 9.7vw;
        display: block;
        position: absolute
    }

    .site-header .lang-nav-desktop-menu .lang-nav__item {
        margin-bottom: 8px
    }
}

.site-header .lang-nav-desktop-menu .lang-nav__item {
    text-align: left
}

header .lang-nav-speciale-tenute {
    display: none
}

@media (max-width: 47.99em) {
    .postid-1634 .lang-nav-speciale-tenute {
        position: absolute;
        z-index: 2;
        -webkit-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
        padding: 0;
        border: 0;
        background: none;
        top: 0;
        right: 9vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        vertical-align: middle
    }
}

.hamburger-menu-displayed {
    overflow: hidden
}

.hamburger, .hamburger-menu__close {
    position: absolute;
    z-index: 2;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    padding: 0;
    border: 0;
    background: none;
    opacity: .8;
    top: 5.6vw;
    left: 9vw
}

@media (min-width: 48em) {
    .hamburger, .hamburger-menu__close {
        width: 4.5%;
        top: 2vw;
        left: 1.7vw
    }
}

@media (min-width: 48em) and (max-width: 64.0525em) {
    .hamburger, .hamburger-menu__close {
        top: 2.6vw;
        left: 3vw
    }
}

.hamburger-menu__close:focus, .hamburger:focus {
    outline: none
}

.hamburger-logo-programma-sviluppo {
    position: absolute;
    z-index: 2;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    padding: 0;
    border: 0;
    background: none;
    opacity: .8;
    bottom: 11.6vw;
    left: 3vw;
    width: 16vw;
    opacity: 0
}

@media (min-width: 48em) {
    .hamburger-logo-programma-sviluppo {
        bottom: 2vw;
        left: 2.6vw
    }
}

@media (min-width: 48em) and (max-width: 64.0525em) {
    .hamburger-logo-programma-sviluppo {
        bottom: 2.6vw;
        left: 1vw
    }
}

.hamburger-logo-programma-sviluppo:focus {
    outline: none
}

.hamburger-logo-programma-sviluppo img {
    max-width: 100%
}

.hamburger-logo-programma-sviluppo.hamburger-logo-programma-sviluppo--faded:hover {
    opacity: 1 !important
}

.hamburger .hamburger-icon__line {
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.hamburger:hover {
    opacity: 1
}

.hamburger:hover .hamburger-icon__line {
    stroke: #a18e56
}

.hamburger-menu__close {
    left: auto;
    right: 2.5vw;
    top: 2vh;
    z-index: 0;
    opacity: 0
}

@media (min-width: 48em) {
    .hamburger-menu__close {
        left: 1.6vw;
        top: 2vw;
        z-index: 2
    }
}

@media (min-width: 48em) and (max-width: 64.0525em) {
    .hamburger-menu__close {
        top: 1.6vw
    }
}

.hamburger-menu__close.close-icon {
    height: 66px
}

.hamburger-menu__close.close-icon:after, .hamburger-menu__close.close-icon:before {
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease
}

.hamburger-menu__close.close-icon:hover:after, .hamburger-menu__close.close-icon:hover:before {
    background-color: #a18e56;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease
}

.hamburger-menu__close:after, .hamburger-menu__close:before {
    border-radius: 2px;
    height: 23px
}

@media (min-width: 48em) {
    .hamburger-menu__close:after, .hamburger-menu__close:before {
        border-radius: 0;
        height: 66px
    }
}

@media (min-width: 48em) and (max-width: 64.0525em) {
    .hamburger-menu__close:after, .hamburger-menu__close:before {
        height: 49px
    }
}

.hamburger-menu__close.hamburger-menu__close--faded:hover {
    opacity: 1 !important
}

.hamburger {
    width: 3%;
    cursor: pointer
}

@media (max-width: 64.0525em) {
    .hamburger {
        width: 4.7%
    }
}

@media (max-width: 47.99em) {
    .hamburger {
        width: 10%;
        width: 40px;
        top: 34px
    }
}

.hamburger-icon {
    width: 100%;
    overflow: hidden;
    max-height: 40px;
}

.hamburger-icon__line {
    stroke: #fff;
    stroke-width: 3px;
    /*stroke-dasharray: 70px, 8px*/
}

.hamburger-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 100;
    background: #000;
    overflow: hidden
}

.hamburger-menu .lang-nav__item {
    margin-bottom: 11px;
    display: inline-block
}

@media (min-width: 48em) {
    .hamburger-menu .lang-nav__item {
        display: block
    }
}

@media (max-width: 47.99em) {
    .hamburger-menu .lang-nav__item:first-child {
        margin-right: 10px
    }
}

.hamburger-menu--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.hamburger-menu--full {
    padding: .5% 0 3.5%;
    height: 100%
}

@media (max-width: 64.0525em) {
    .hamburger-menu--full {
        padding: 1.5% 0 1%
    }
}

.hamburger-menu__bg-logo {
    width: 20%;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.hamburger-menu__logo {
    display: none
}

@media (min-width: 48em) {
    .hamburger-menu__logo {
        display: block;
        margin-top: 1em;
        width: 10%
    }
}

@media (min-width: 48em) and (max-width: 64.0525em) {
    .hamburger-menu__logo {
        width: 18.4%
    }
}

.hamburger-menu__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    width: 100%;
    margin: 35px 0 0
}

@media (min-width: 48em) {
    .hamburger-menu__columns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: -1% 0 0;
        width: 80%
    }
}

.hamburger-menu__column {
    text-align: center;
    position: relative
}

@media (min-width: 48em) {
    .hamburger-menu__column {
        width: 25%
    }

    .hamburger-menu__column:not(:last-child):after {
        content: "";
        height: 120%;
        background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(20%, hsla(0, 0%, 100%, .3)), color-stop(80%, hsla(0, 0%, 100%, .3)), to(hsla(0, 0%, 100%, 0)));
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3) 20%, hsla(0, 0%, 100%, .3) 80%, hsla(0, 0%, 100%, 0));
        width: 1px;
        position: absolute;
        top: -10%;
        right: 0
    }
}

@media (min-width: 48em) {
    .hamburger-menu__column.mobile-only {
        display: none
    }
}

.hamburger-menu__column .menu-button {
    font-size: 10px
}

@media screen and (min-width: 1024px) {
    .hamburger-menu__column .menu-button {
        font-size: calc(10px + 1 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .hamburger-menu__column .menu-button {
        font-size: 11px
    }
}

@media screen and (max-width: 320px) {
    .hamburger-menu__column .menu-button {
        font-size: 16px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .hamburger-menu__column .menu-button {
        font-size: calc(16px + 1 * ((100vw - 320px) / 703))
    }
}

.hamburger-menu__column .menu-button:hover:after {
    top: 140%;
    left: 3%
}

@media (min-width: 48em) {
    .hamburger-menu__column .menu-button {
        height: 5.4em;
        margin-bottom: 11%
    }
}

@media (min-width: 48em) and (max-width: 64.0525em) {
    .hamburger-menu__column .menu-button {
        height: 3em
    }
}

.hamburger-menu__column-header {
    margin-bottom: 1.3em;
    min-width: 55%
}

@media (min-width: 48em) {
    .hamburger-menu__column-header {
        margin-bottom: 1.5em;
        min-width: 45%
    }
}

.hamburger-menu-list {
    font-family: Bodoni\ 72, serif;
    display: block;
    list-style: none;
    padding: 0
}

@media (max-width: 47.99em) {
    .hamburger-menu-list {
        display: none
    }
}

.hamburger-menu-list__item {
    margin: 0 0 3%
}

@media (max-width: 64.0525em) {
    .hamburger-menu-list__item {
        margin: 0
    }
}

.hamburger-menu-list__link {
    color: #fff;
    text-decoration: none;
    opacity: .4;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    line-height: 2;
    font-size: 18px
}

@media screen and (min-width: 1024px) {
    .hamburger-menu-list__link {
        font-size: calc(18px + 7 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .hamburger-menu-list__link {
        font-size: 25px
    }
}

.hamburger-menu-list__link:hover {
    color: #a18e56;
    opacity: 1;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

@media (min-width: 48em) {
    .hamburger-menu__bottom {
        width: 25%
    }
}

.hamburger-menu__social, .social-links {
    position: relative;
    text-align: center;
    padding-top: 2em
}

@media (max-width: 47.99em) {
    .hamburger-menu__social, .social-links {
        padding-bottom: 1em;
        padding-top: 1em
    }

    .hamburger-menu__social:after, .social-links:after {
        content: "";
        height: 1px;
        background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(20%, hsla(0, 0%, 100%, .3)), color-stop(80%, hsla(0, 0%, 100%, .3)), to(hsla(0, 0%, 100%, 0)));
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3) 20%, hsla(0, 0%, 100%, .3) 80%, hsla(0, 0%, 100%, 0));
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0
    }
}

.hamburger-menu__social:before, .social-links:before {
    content: "";
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(20%, hsla(0, 0%, 100%, .3)), color-stop(80%, hsla(0, 0%, 100%, .3)), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3) 20%, hsla(0, 0%, 100%, .3) 80%, hsla(0, 0%, 100%, 0));
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.hamburger-menu__search {
    position: relative;
    text-align: center
}

.hamburger-menu__search a {
    padding: 1em
}

.hamburger-menu__search span {
    visibility: hidden;
    font-size: 0;
    height: 0;
    width: 0
}

.hamburger-menu__social-link, .social-links__item-link {
    display: inline-block;
    background-color: #000;
    text-decoration: none;
    color: #666;
    -webkit-transition: color .35s ease-in-out;
    transition: color .35s ease-in-out;
    font-size: 12px;
    margin: 0 10px
}

.device-desktop .hamburger-menu__social-link:hover, .device-desktop .social-links__item-link:hover {
    color: #a18e56
}

.hamburger-menu__search a {
    display: inline-block;
    text-decoration: none;
    color: #666;
    -webkit-transition: color .35s ease-in-out;
    transition: color .35s ease-in-out;
    font-size: 25px;
    margin: 0 10px
}

.device-desktop .hamburger-menu__search a:hover {
    color: #a18e56
}

@media (min-width: 48em) {
    .hamburger-menu__lang-nav {
        display: block;
        position: absolute;
        top: 1.55%;
        right: .7%;
        padding: 0
    }
}

@media (max-width: 47.99em) {
    .hamburger-menu__lang-nav {
        padding-bottom: 1em;
        padding-top: 1em
    }
}

@media (min-width: 48em) and (max-width: 64.0525em) {
    .hamburger-menu__lang-nav {
        top: 3.2%;
        right: 2.3%
    }
}

.hamburger-menu__lang-nav .lang-nav__list {
    text-align: center
}

.hamburger-menu__contact-handler {
    font-family: Lato, sans-serif;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, .4);
    letter-spacing: 4px;
    font-weight: 700;
    cursor: pointer;
    display: block;
    padding: 5%;
    font-size: 8px
}

@media screen and (min-width: 1024px) {
    .hamburger-menu__contact-handler {
        font-size: calc(8px + 2 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .hamburger-menu__contact-handler {
        font-size: 10px
    }
}

@media screen and (max-width: 320px) {
    .hamburger-menu__contact-handler {
        font-size: 11px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .hamburger-menu__contact-handler {
        font-size: calc(11px + 0 * ((100vw - 320px) / 703))
    }
}

@media (min-width: 48em) {
    .hamburger-menu__contact-handler {
        display: none;
        padding: 2%
    }
}

@media (min-width: 64.0625em) {
    .hamburger-menu__contact-handler {
        padding: 1.4%
    }
}

.hamburger-menu__contact {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(95%);
    transform: translateY(95%);
    -webkit-transition: -webkit-transform .15s linear;
    transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear, -webkit-transform .15s linear
}

@media (max-width: 47.99em) {
    .hamburger-menu__contact {
        top: 0
    }
}

.hamburger-menu__contact--show {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    -webkit-transition: -webkit-transform .35s cubic-bezier(.39, .58, .57, 1);
    transition: -webkit-transform .35s cubic-bezier(.39, .58, .57, 1);
    transition: transform .35s cubic-bezier(.39, .58, .57, 1);
    transition: transform .35s cubic-bezier(.39, .58, .57, 1), -webkit-transform .35s cubic-bezier(.39, .58, .57, 1)
}

.hamburger-menu__contact-close {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    background: none;
    border: none;
    width: 2.6em;
    display: block;
    cursor: pointer;
    top: 2em;
    left: auto;
    right: 2em
}

.hamburger-menu__contact-close:focus {
    outline: none
}

.hamburger-menu__contact-close:before {
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    -webkit-transition: border-color .5s ease;
    transition: border-color .5s ease;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger-menu__contact-close:hover:before {
    border-color: #a18e56;
    -webkit-transition: border-color .5s ease;
    transition: border-color .5s ease
}

@media (min-width: 48em) {
    .hamburger-menu__contact-close {
        left: 0;
        right: 0
    }
}

@media (max-width: 64.0525em) {
    .page-timeline .hamburger {
        pointer-events: auto;
        width: 7% !important;
        left: 5vw !important
    }
}

.hero {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-color: #000
}

@media (min-width: 48em) {
    .hero {
        height: 31.5vw
    }
}

@media (min-width: 64.0625em) {
    .hero {
        height: 36vw
    }
}

.hero-small {
    height: 20vh
}

@media (min-width: 48em) {
    .hero-small {
        height: 18vw
    }
}

@media (min-width: 64.0625em) {
    .hero-small {
        height: 13vw
    }
}

.hero__text {
    z-index: 2;
    left: 0;
    top: 0;
    line-height: 0
}

.hero-background, .hero__text {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.hero-background {
    z-index: 1;
    background-color: #000
}

@media (max-width: 47.99em) {
    .hero-background:after {
        content: "";
        background-color: rgba(0, 0, 0, .43);
        height: 100%;
        width: 100%;
        display: block;
        top: 0;
        left: 0;
        position: absolute
    }
}

.hero-background--zoom-in {
    -webkit-transition: -webkit-transform 2.1s ease;
    transition: -webkit-transform 2.1s ease;
    transition: transform 2.1s ease;
    transition: transform 2.1s ease, -webkit-transform 2.1s ease;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.hero-background__image, .hero__video {
    width: 100%;
    height: 100%
}

.hero__video {
    position: absolute;
    z-index: 0
}

.hero__video--centered {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hero-wrapper {
    background-color: #000;
    z-index: 1;
    position: relative
}

.secondary-menu {
    text-align: center;
    z-index: 10;
    font-size: 30px
}

@media screen and (min-width: 1024px) {
    .secondary-menu {
        font-size: calc(30px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .secondary-menu {
        font-size: 30px
    }
}

.secondary-menu__item {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    padding: 1% 2.25%;
    border-bottom: 3px solid transparent
}

.secondary-menu__item, .secondary-menu__item:hover {
    -webkit-transition: color .21s ease-in-out;
    transition: color .21s ease-in-out
}

.secondary-menu__item:hover {
    color: #a18e56
}

.secondary-menu__item--active {
    border-bottom: 3px solid #a18e56;
    color: #a18e56;
    -webkit-transition: all .21s ease-in-out;
    transition: all .21s ease-in-out
}

.tertiary-menu {
    font-family: Lato, sans-serif;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    text-align: center;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px
}

@media screen and (min-width: 1024px) {
    .tertiary-menu {
        font-size: calc(15px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .tertiary-menu {
        font-size: 15px
    }
}

@media (min-width: 48em) {
    .tertiary-menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.tertiary-menu__item {
    margin: 0 .75%;
    color: #bdbdbd;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700
}

.tertiary-menu__item--black {
    color: #000
}

@media (min-width: 48em) {
    .tertiary-menu__item--active {
        color: #a18e56
    }
}

.special-wine .wine-master-link {
    position: relative;
    padding-right: .75%;
    margin-right: 0
}

.special-wine .wine-master-link:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #a18e56;
    position: absolute;
    right: 0
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
    text-align: center
}

@font-face {
    font-family: VideoJS;
    src: url(data:application/octet-stream;base64,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dHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZARoBGwEcAR0BHgEfASABIQEiAARwbGF5C3BsYXktY2lyY2xlBXBhdXNlC3ZvbHVtZS1tdXRlCnZvbHVtZS1sb3cKdm9sdW1lLW1pZAt2b2x1bWUtaGlnaBBmdWxsc2NyZWVuLWVudGVyD2Z1bGxzY3JlZW4tZXhpdAZzcXVhcmUHc3Bpbm5lcglzdWJ0aXRsZXMIY2FwdGlvbnMIY2hhcHRlcnMFc2hhcmUDY29nBmNpcmNsZQ5jaXJjbGUtb3V0bGluZRNjaXJjbGUtaW5uZXItY2lyY2xlAmhkBmNhbmNlbAZyZXBsYXkIZmFjZWJvb2sFZ3BsdXMIbGlua2VkaW4HdHdpdHRlcgZ0dW1ibHIJcGludGVyZXN0EWF1ZGlvLWRlc2NyaXB0aW9uBWF1ZGlvCW5leHQtaXRlbQ1wcmV2aW91cy1pdGVtAAAAAA==?#iefix) format("eot")
}

@font-face {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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AG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAIAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgAEcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwluZXh0LWl0ZW0NcHJldmlvdXMtaXRlbQAAAAA=) format("truetype");
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder, .vjs-icon-play {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
    content: "\F101"
}

.vjs-icon-play-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-play-circle:before {
    content: "\F102"
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder, .vjs-icon-pause {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before, .vjs-icon-pause:before {
    content: "\F103"
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder, .vjs-icon-volume-mute {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before, .vjs-icon-volume-mute:before {
    content: "\F104"
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder, .vjs-icon-volume-low {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before, .vjs-icon-volume-low:before {
    content: "\F105"
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder, .vjs-icon-volume-mid {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before, .vjs-icon-volume-mid:before {
    content: "\F106"
}

.video-js .vjs-mute-control .vjs-icon-placeholder, .vjs-icon-volume-high {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before, .vjs-icon-volume-high:before {
    content: "\F107"
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-enter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-enter:before {
    content: "\F108"
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-exit {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-exit:before {
    content: "\F109"
}

.vjs-icon-square {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-square:before {
    content: "\F10A"
}

.vjs-icon-spinner {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-spinner:before {
    content: "\F10B"
}

.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .vjs-icon-subtitles {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .vjs-icon-subtitles:before {
    content: "\F10C"
}

.video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-captions {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-captions:before {
    content: "\F10D"
}

.video-js .vjs-chapters-button .vjs-icon-placeholder, .vjs-icon-chapters {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before, .vjs-icon-chapters:before {
    content: "\F10E"
}

.vjs-icon-share {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-share:before {
    content: "\F10F"
}

.vjs-icon-cog {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-cog:before {
    content: "\F110"
}

.video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-icon-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-icon-circle:before {
    content: "\F111"
}

.vjs-icon-circle-outline {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-circle-outline:before {
    content: "\F112"
}

.vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-circle-inner-circle:before {
    content: "\F113"
}

.vjs-icon-hd {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-hd:before {
    content: "\F114"
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder, .vjs-icon-cancel {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before, .vjs-icon-cancel:before {
    content: "\F115"
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder, .vjs-icon-replay {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before, .vjs-icon-replay:before {
    content: "\F116"
}

.vjs-icon-facebook {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-facebook:before {
    content: "\F117"
}

.vjs-icon-gplus {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-gplus:before {
    content: "\F118"
}

.vjs-icon-linkedin {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-linkedin:before {
    content: "\F119"
}

.vjs-icon-twitter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-twitter:before {
    content: "\F11A"
}

.vjs-icon-tumblr {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-tumblr:before {
    content: "\F11B"
}

.vjs-icon-pinterest {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-pinterest:before {
    content: "\F11C"
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder, .vjs-icon-audio-description {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before, .vjs-icon-audio-description:before {
    content: "\F11D"
}

.video-js .vjs-audio-button .vjs-icon-placeholder, .vjs-icon-audio {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before, .vjs-icon-audio:before {
    content: "\F11E"
}

.vjs-icon-next-item {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-next-item:before {
    content: "\F11F"
}

.vjs-icon-previous-item {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-previous-item:before {
    content: "\F120"
}

.video-js {
    display: block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: normal
}

.video-js:-moz-full-screen {
    position: absolute
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important
}

.video-js[tabindex="-1"] {
    outline: none
}

.video-js *, .video-js :after, .video-js :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin: 0
}

.video-js.vjs-4-3, .video-js.vjs-16-9, .video-js.vjs-fluid {
    width: 100%;
    max-width: 100%;
    height: 0
}

.video-js.vjs-16-9 {
    padding-top: 56.25%
}

.video-js.vjs-4-3 {
    padding-top: 75%
}

.video-js.vjs-fill, .video-js .vjs-tech {
    width: 100%;
    height: 100%
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto
}

.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.video-js.vjs-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none
}

.vjs-hidden {
    display: none !important
}

.vjs-disabled {
    opacity: .5;
    cursor: default
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible
}

.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0 auto
}

.vjs-no-js a, .vjs-no-js a:visited {
    color: #66a8cc
}

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 3em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: .06666em solid #fff;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
    border-radius: .3em;
    -webkit-transition: all .4s;
    transition: all .4s
}

.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -.75em;
    margin-left: -1.5em
}

.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5);
    -webkit-transition: all 0s;
    transition: all 0s
}

.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button {
    display: none
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
    display: block
}

.video-js button {
    background: none;
    border: none;
    color: inherit;
    display: inline-block;
    overflow: visible;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.vjs-control .vjs-button {
    width: 100%;
    height: 100%
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: .5em;
    z-index: 2
}

.video-js .vjs-modal-dialog {
    background: rgba(0, 0, 0, .8);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, .8), hsla(0, 0%, 100%, 0));
    overflow: auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.video-js .vjs-modal-dialog > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1
}

.vjs-menu-button {
    cursor: pointer
}

.vjs-menu-button.vjs-disabled {
    cursor: default
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none
}

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.vjs-menu .vjs-menu-content > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
    display: none
}

.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: .2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase
}

.vjs-menu li.vjs-menu-item:focus, .vjs-menu li.vjs-menu-item:hover {
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5)
}

.vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2b333f
}

.vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 .3em;
    font-weight: 700;
    cursor: default
}

.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0;
    margin-bottom: 1.5em;
    border-top-color: rgba(43, 51, 63, .7)
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing, .vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
    display: block
}

.video-js .vjs-menu-button-inline {
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden
}

.video-js .vjs-menu-button-inline:before {
    width: 2.222222222em
}

.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 12em
}

.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline:hover .vjs-menu {
    display: block;
    opacity: 1
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
    width: auto
}

.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden
}

.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7)
}

.vjs-has-started .vjs-control-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .1s, opacity .1s;
    transition: visibility .1s, opacity .1s
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s
}

.vjs-controls-disabled .vjs-control-bar, .vjs-error .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar {
    display: none !important
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table
}

.video-js .vjs-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none
}

.vjs-button > .vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 1.67
}

.video-js .vjs-control:focus, .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff
}

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle
}

.video-js .vjs-custom-control-spacer {
    display: none
}

.video-js .vjs-progress-control {
    cursor: pointer;
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 4em
}

.video-js .vjs-progress-control.disabled {
    cursor: default
}

.vjs-live .vjs-progress-control {
    display: none
}

.vjs-no-flex .vjs-progress-control {
    width: auto
}

.video-js .vjs-progress-holder {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-transition: all .2s;
    transition: all .2s;
    height: .3em
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.6666666666666667em
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
    font-size: 1em
}

.video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-progress-holder .vjs-play-progress {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0;
    left: 0;
    top: 0
}

.video-js .vjs-play-progress {
    background-color: #fff
}

.video-js .vjs-play-progress:before {
    font-size: .9em;
    position: absolute;
    right: -.5em;
    top: -.333333333333333em;
    z-index: 1
}

.video-js .vjs-load-progress {
    background: #bfc7d3;
    background: rgba(115, 133, 159, .5)
}

.video-js .vjs-load-progress div {
    background: #fff;
    background: rgba(115, 133, 159, .75)
}

.video-js .vjs-time-tooltip {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .8);
    border-radius: .3em;
    color: #000;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px;
    pointer-events: none;
    position: relative;
    top: -3.4em;
    visibility: hidden;
    z-index: 1
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
    display: none
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip, .video-js .vjs-progress-control:hover .vjs-time-tooltip {
    display: block;
    font-size: .6em;
    visibility: visible
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
    font-size: 1em
}

.video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    display: none
}

.vjs-mouse-display .vjs-time-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
}

.video-js .vjs-slider {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 .45em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5)
}

.video-js .vjs-slider.disabled {
    cursor: default
}

.video-js .vjs-slider:focus {
    text-shadow: 0 0 1em #fff;
    -webkit-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff
}

.video-js .vjs-mute-control {
    cursor: pointer;
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 3em
}

.video-js .vjs-volume-control {
    cursor: pointer;
    margin-right: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
    width: 5em
}

.video-js .vjs-volume-panel .vjs-volume-control {
    visibility: visible;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-left: -1px
}

.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical, .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-level {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.video-js .vjs-volume-panel {
    -webkit-transition: width 1s;
    transition: width 1s
}

.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel .vjs-volume-control:hover, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel:hover .vjs-volume-control {
    visibility: visible;
    opacity: 1;
    position: relative;
    -webkit-transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s;
    transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s
}

.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em
}

.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-level, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-level, .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-level, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-level {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
    width: 9em;
    -webkit-transition: width .1s;
    transition: width .1s
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    height: 8em;
    width: 3em;
    left: -3.5em;
    -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
    visibility: visible;
    opacity: 1;
    position: relative;
    -webkit-transition: none;
    transition: none
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical, .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    position: absolute;
    bottom: 3em;
    left: .5em
}

.video-js .vjs-volume-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.video-js .vjs-volume-bar {
    margin: 1.35em .45em
}

.vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: .3em
}

.vjs-volume-bar.vjs-slider-vertical {
    width: .3em;
    height: 5em;
    margin: 1.35em auto
}

.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff
}

.video-js .vjs-volume-level:before {
    position: absolute;
    font-size: .9em
}

.vjs-slider-vertical .vjs-volume-level {
    width: .3em
}

.vjs-slider-vertical .vjs-volume-level:before {
    top: -.5em;
    left: -.3em
}

.vjs-slider-horizontal .vjs-volume-level {
    height: .3em
}

.vjs-slider-horizontal .vjs-volume-level:before {
    top: -.3em;
    right: -.5em
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 4em
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%
}

.video-js .vjs-volume-vertical {
    width: 3em;
    height: 8em;
    bottom: 8em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7)
}

.video-js .vjs-volume-horizontal .vjs-menu {
    left: -2em
}

.vjs-poster {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%
}

.vjs-poster, .vjs-poster img {
    vertical-align: middle;
    padding: 0
}

.vjs-poster img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    width: 100%
}

.vjs-has-started .vjs-poster {
    display: none
}

.vjs-audio.vjs-has-started .vjs-poster {
    display: block
}

.vjs-using-native-controls .vjs-poster {
    display: none
}

.video-js .vjs-live-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    font-size: 1em;
    line-height: 3em
}

.vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left
}

.video-js .vjs-time-control {
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em
}

.video-js .vjs-current-time, .vjs-live .vjs-time-control, .vjs-no-flex .vjs-current-time {
    display: none
}

.vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control {
    width: 0 !important;
    white-space: nowrap
}

.video-js .vjs-duration, .vjs-no-flex .vjs-duration {
    display: none
}

.vjs-time-divider {
    display: none;
    line-height: 3em
}

.vjs-live .vjs-time-divider {
    display: none
}

.video-js .vjs-play-control .vjs-icon-placeholder {
    cursor: pointer;
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none
}

.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em
}

.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: .1em;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5)
}

.vjs-subtitles {
    color: #fff
}

.vjs-captions {
    color: #fc6
}

.vjs-tt-cue {
    display: block
}

video::-webkit-media-text-track-display {
    -webkit-transform: translateY(-3em);
    transform: translateY(-3em)
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em)
}

.video-js .vjs-fullscreen-control {
    cursor: pointer;
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none
}

.vjs-playback-rate .vjs-playback-rate-value, .vjs-playback-rate > .vjs-menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vjs-playback-rate .vjs-playback-rate-value {
    pointer-events: none;
    font-size: 1.5em;
    line-height: 2;
    text-align: center
}

.vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center
}

.vjs-error .vjs-error-display:before {
    color: #fff;
    content: "X";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -.5em;
    position: absolute;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, .7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    visibility: hidden
}

.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
    display: block;
    -webkit-animation: 0s linear .3s forwards vjs-spinner-show;
    animation: 0s linear .3s forwards vjs-spinner-show
}

.vjs-loading-spinner:after, .vjs-loading-spinner:before {
    content: "";
    position: absolute;
    margin: -6px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before {
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
    border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
    border-top-color: #fff;
    -webkit-animation-delay: .44s;
    animation-delay: .44s
}

@keyframes vjs-spinner-show {
    to {
        visibility: visible
    }
}

@-webkit-keyframes vjs-spinner-show {
    to {
        visibility: visible
    }
}

@keyframes vjs-spinner-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes vjs-spinner-spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }
    20% {
        border-top-color: #73859f
    }
    35% {
        border-top-color: #fff
    }
    60% {
        border-top-color: #73859f
    }
    to {
        border-top-color: #73859f
    }
}

@-webkit-keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }
    20% {
        border-top-color: #73859f
    }
    35% {
        border-top-color: #fff
    }
    60% {
        border-top-color: #73859f
    }
    to {
        border-top-color: #73859f
    }
}

.vjs-chapters-button .vjs-menu ul {
    width: 24em
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    position: absolute
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: "\F10D";
    font-size: 1.5em;
    line-height: inherit
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
    width: auto
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control {
    display: none
}

.vjs-modal-dialog.vjs-text-track-settings {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .75);
    color: #fff;
    height: 70%
}

.vjs-text-track-settings .vjs-modal-dialog-content {
    display: table
}

.vjs-text-track-settings .vjs-track-settings-colors, .vjs-text-track-settings .vjs-track-settings-controls, .vjs-text-track-settings .vjs-track-settings-font {
    display: table-cell
}

.vjs-text-track-settings .vjs-track-settings-controls {
    text-align: right;
    vertical-align: bottom
}

.vjs-text-track-settings fieldset {
    margin: 5px;
    padding: 3px;
    border: none
}

.vjs-text-track-settings fieldset span {
    display: inline-block;
    margin-left: 5px
}

.vjs-text-track-settings legend {
    color: #fff;
    margin: 0 0 5px
}

.vjs-text-track-settings .vjs-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    margin: 0 0 5px;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.vjs-track-settings-controls button:active, .vjs-track-settings-controls button:focus {
    outline-style: solid;
    outline-width: medium;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #fff), to(#73859f));
    background-image: linear-gradient(0deg, #fff 88%, #73859f)
}

.vjs-track-settings-controls button:hover {
    color: rgba(43, 51, 63, .75)
}

.vjs-track-settings-controls button {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #fff), to(#73859f));
    background-image: linear-gradient(-180deg, #fff 88%, #73859f);
    color: #2b333f;
    cursor: pointer;
    border-radius: 2px
}

.vjs-track-settings-controls .vjs-default-button {
    margin-right: 1em
}

@media print {
    .video-js > :not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden
    }
}

.vjs-resize-manager {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    visibility: hidden
}

.video-player.video-player--hero, .video-player.video-player--home, .video-player.video-player--popup {
    position: absolute;
    bottom: 0;
    height: 100%;
    max-height: 100%;
    width: 100%
}

.video-player.video-player--hero .vjs-tech, .video-player.video-player--home .vjs-tech, .video-player.video-player--popup .vjs-tech {
    top: 50%;
    left: 50%;
    min-height: 100%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-player * {
    outline: none
}

.video-player .vjs-control:focus {
    text-shadow: none
}

.video-player.video-player--hero.vjs-fluid {
    padding-top: 0
}

.video-player.vjs-fluid.video-player-dimensions {
    width: 100%;
    padding-top: 49.35%
}

.video-player.vjs-user-inactive:not(.vjs-paused) .circle-container, .video-player.vjs-user-inactive:not(.vjs-paused) .hero-close-button, .video-player.vjs-user-inactive:not(.vjs-paused) .mute-button, .video-player.vjs-user-inactive:not(.vjs-paused) .video-duration {
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    opacity: 0
}

.video-player .circle-container, .video-player .hero-close-button, .video-player .mute-button, .video-player .video-duration {
    opacity: 1;
    -webkit-transition: opacity .25s ease-in-out, color .5s ease;
    transition: opacity .25s ease-in-out, color .5s ease
}

.video-player .circle-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    height: 70px;
    width: 70px;
    padding: 25px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 48em) {
    .video-player .circle-container {
        left: 0;
        top: auto;
        height: 100px;
        width: 100px;
        -webkit-transform: none;
        transform: none
    }
}

@media (min-width: 64.0625em) {
    .video-player .circle-container {
        height: 120px;
        width: 120px
    }
}

.video-player .circle-progress {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.video-player .circle-progress svg > path:first-child {
    stroke-opacity: .23
}

.video-player .play-button {
    height: 40px;
    width: 40px
}

.video-player .play-button .vjs-icon-placeholder:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 34px;
    -webkit-transition: color .5s ease;
    transition: color .5s ease
}

.video-player .play-button .vjs-icon-placeholder:hover:before {
    color: #a18e56
}

.video-player .video-duration {
    display: none
}

@media (min-width: 48em) {
    .video-player .video-duration {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 120px;
        width: 120px;
        font-weight: 600;
        font-size: 9px;
        letter-spacing: 3px;
        pointer-events: none;
        height: 150px;
        width: 150px
    }
}

@media (min-width: 64.0625em) {
    .video-player .video-duration {
        height: 170px;
        width: 170px
    }
}

.video-player .mute-button {
    display: none
}

@media (min-width: 48em) {
    .video-player .mute-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100px;
        width: 70px;
        position: absolute;
        right: 6px;
        bottom: 0;
        padding: 0
    }
}

.video-player .mute-button .vjs-icon-placeholder:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 23px
}

.video-player .mute-button video {
    width: 500px;
    display: block
}

.video-player .mute-button .video-container {
    position: absolute
}

.video-player .mute-button:hover {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    color: #a18e56
}

.video-player .mute-button:hover .equalizer-column {
    background-color: #a18e56
}

.video-player .big-video-title {
    display: none
}

@media (min-width: 48em) {
    .video-player .big-video-title {
        position: absolute;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        cursor: pointer;
        text-align: center;
        font-family: Bodoni\ 72, serif;
        -webkit-transition: color .5s ease;
        transition: color .5s ease
    }

    .device-desktop .video-player .big-video-title:hover, .video-player .big-video-title.big-video-title--active {
        color: #a18e56
    }

    .device-desktop .video-player .big-video-title:hover:after, .video-player .big-video-title.big-video-title--active:after {
        border-color: #a18e56
    }
}

.video-player .vjs-loading-spinner {
    border-radius: 50%;
    height: 3.7em;
    width: 3.7em;
    font-size: 2.3em;
    top: calc(50% - 1.85em);
    left: calc(50% - 1.85em);
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .25)
}

.video-player .vjs-loading-spinner:after, .video-player .vjs-loading-spinner:before {
    margin: -1px
}

.video-player .hero-close-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    width: 70px;
    position: absolute;
    left: calc(50% - 35px);
    bottom: 0;
    padding: 0;
    margin-bottom: 60px
}

@media (min-width: 48em) {
    .video-player .hero-close-button {
        margin-bottom: 20px
    }
}

.video-player .hero-close-button:hover {
    color: #a18e56;
    cursor: pointer
}

.video-player .hero-close-button__copy {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 9px;
    letter-spacing: 3px;
    margin: 0 auto
}

.equalizer {
    height: 16px;
    width: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    margin: 0 auto
}

.equalizer.equalizer--muted .equalizer-column, .video-player.vjs-paused .equalizer .equalizer-column {
    -webkit-transform: translateY(90%) !important;
    transform: translateY(90%) !important
}

.equalizer-column {
    background-color: #fff;
    width: 3px;
    height: 16px;
    display: block;
    -webkit-transition: background-color .5s ease, -webkit-transform .2s linear;
    transition: background-color .5s ease, -webkit-transform .2s linear;
    transition: transform .2s linear, background-color .5s ease;
    transition: transform .2s linear, background-color .5s ease, -webkit-transform .2s linear;
    margin-right: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.equalizer-column:last-child {
    margin-right: 0
}

.equalizer__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: -10px;
    margin-top: 4px;
    font-weight: 600;
    font-size: 9px;
    letter-spacing: 3px;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.background-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 47.99em) {
    .background-video {
        -webkit-transform: none;
        transform: none;
        left: 0;
        top: 0
    }
}

.background-video * {
    display: none
}

.background-video .vjs-tech {
    display: block;
    width: auto
}

.accordion__item {
    margin-bottom: 10%
}

.accordion__image-outer-wrapper {
    height: 0;
    overflow: scroll;
    -webkit-transition: height .56s ease-in-out, margin-bottom .14s ease-in-out;
    transition: height .56s ease-in-out, margin-bottom .14s ease-in-out
}

.accordion__item--active .accordion__image-outer-wrapper {
    height: 240px;
    margin-bottom: 4.5%
}

.accordion__item--hiding .accordion__image-outer-wrapper {
    height: 0
}

@media (min-width: 48em) {
    .accordion__image-outer-wrapper {
        width: 235px;
        overflow: hidden
    }

    .accordion__item--active .accordion__image-outer-wrapper {
        height: 235px
    }
}

.accordion__item--active .accordion__image-outer-wrapper--short {
    height: 100px
}

.accordion__image-inner-wrapper {
    width: 100%;
    height: 235px;
    position: relative;
    display: none;
    padding: 6px
}

.accordion__item--active .accordion__image-inner-wrapper {
    display: block
}

.accordion__image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity .7s ease-out, -webkit-transform .98s ease-in-out;
    transition: opacity .7s ease-out, -webkit-transform .98s ease-in-out;
    transition: opacity .7s ease-out, transform .98s ease-in-out;
    transition: opacity .7s ease-out, transform .98s ease-in-out, -webkit-transform .98s ease-in-out;
    cursor: pointer;
    z-index: 1;
    -ms-interpolation-mode: nearest-neighbor
}

.accordion__image--loaded {
    opacity: 1
}

.accordion__image--loaded:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.accordion__image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1
}

:root .accordion__image-wrapper, _::-webkit-full-page-media, _:future {
    overflow: visible
}

:root .accordion__mask, _::-webkit-full-page-media, _:future {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 120px #fff;
    box-shadow: 0 0 0 120px #fff;
    pointer-events: none;
    z-index: 2
}

.accordion__spinner:not(.spinner--active) + .accordion__image-wrapper .accordion__mask {
    display: block
}

.accordion__spinner {
    z-index: 2
}

.accordion__title {
    font-weight: 400;
    margin: 0;
    font-size: 32px
}

@media screen and (min-width: 1024px) {
    .accordion__title {
        font-size: calc(32px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .accordion__title {
        font-size: 32px
    }
}

.accordion__description {
    font-size: 16px
}

@media screen and (min-width: 1024px) {
    .accordion__description {
        font-size: calc(16px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .accordion__description {
        font-size: 16px
    }
}

.accordion__item-link {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    position: relative
}

.accordion__item--active .accordion__item-link {
    color: #a18e56
}

.accordion__item-link--uppercase {
    text-transform: uppercase
}

.accordion__item-icon {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 50%;
    content: "";
    border: 1px solid #000;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-max-device-pixel-ratio: 3),(min-resolution: 2dppx) and (max-resolution: 3dppx) {
    .accordion__item-icon {
        border-width: .5px
    }
}

@media (-webkit-min-device-pixel-ratio: 4),(min-resolution: 4dppx) {
    .accordion__item-icon {
        border-width: .25px
    }
}

.accordion__item--active .accordion__item-icon {
    bottom: 37.5%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.accordion__item-icon--invert {
    border-color: #fff
}

.accordion__plus {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3
}

.accordion__item--active {
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease
}

@-webkit-keyframes spinner-rotate {
    0% {
        stroke-dashoffset: 368.60617px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    45% {
        stroke-dashoffset: 118.54867px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    55% {
        stroke-dashoffset: 118.54867px;
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    to {
        stroke-dashoffset: 368.60617px;
        -webkit-transform: rotate(269deg);
        transform: rotate(269deg)
    }
}

@keyframes spinner-rotate {
    0% {
        stroke-dashoffset: 368.60617px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    45% {
        stroke-dashoffset: 118.54867px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    55% {
        stroke-dashoffset: 118.54867px;
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    to {
        stroke-dashoffset: 368.60617px;
        -webkit-transform: rotate(269deg);
        transform: rotate(269deg)
    }
}

.spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0
}

.spinner--active {
    display: block
}

.spinner__circle {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: spinner-rotate;
    animation-name: spinner-rotate;
    stroke-dasharray: 368.60617px;
    stroke-dashoffset: 368.60617px;
    stroke-width: 1px;
    fill: transparent;
    stroke: #a18e56
}

.spinner--quick .spinner__circle {
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.vertical-menu {
    font-family: Lato, sans-serif;
    position: relative;
    font-size: 15px
}

@media screen and (min-width: 1024px) {
    .vertical-menu {
        font-size: calc(15px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .vertical-menu {
        font-size: 15px
    }
}

.vertical-menu.scrollable {
    overflow: auto;
    text-align: center
}

.vertical-menu.scrollable .jspHorizontalBar, .vertical-menu.scrollable .jspVerticalBar {
    display: none
}

.vertical-menu__item {
    display: block;
    color: #bdbdbd;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 11.6%;
    -webkit-transition: color .5s ease;
    transition: color .5s ease
}

@media (max-width: 47.99em) {
    .vertical-menu__item {
        text-align: center
    }
}

.vertical-menu__item--active, .vertical-menu__item:hover {
    color: #a18e56
}

@-webkit-keyframes popup-overlay-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes popup-overlay-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes popup-in {
    0%, 60% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes popup-in {
    0%, 60% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.popup-overlay {
    -webkit-animation: popup-overlay-in .5s ease-in;
    animation: popup-overlay-in .5s ease-in;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .8);
    z-index: 100
}

.popup, .popup-displayed {
    position: fixed
}

.popup {
    -webkit-animation: popup-in .7s ease-in;
    animation: popup-in .7s ease-in;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: #fff;
    padding: 1%;
    z-index: 101;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 48em) {
    .popup {
        top: 40px;
        left: 40px;
        right: 40px;
        bottom: 40px
    }
}

.popup__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 0;
    background: none;
    padding: 1.5rem;
    cursor: pointer;
    -webkit-transition: opacity .5s ease, -webkit-transform .14s ease-in-out;
    transition: opacity .5s ease, -webkit-transform .14s ease-in-out;
    transition: transform .14s ease-in-out, opacity .5s ease;
    transition: transform .14s ease-in-out, opacity .5s ease, -webkit-transform .14s ease-in-out;
    z-index: 5;
    border: 1px solid #a18e56;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: opacity .14s ease-in-out, background-color .5s ease;
    transition: opacity .14s ease-in-out, background-color .5s ease
}

@media (min-width: 48em) {
    .popup__close {
        top: 2rem;
        right: 2rem
    }
}

.popup__close:after, .popup__close:before {
    display: block;
    content: "";
    height: 0;
    width: 2rem;
    border-bottom: 1px solid #a18e56;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: absolute
}

.popup__close:before {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.popup__close:after {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg)
}

.popup__close:focus {
    outline: none
}

.device-desktop .popup__close:hover {
    opacity: 1;
    border: 1px solid #fff;
    background-color: #a18e56
}

.device-desktop .popup__close:hover:after, .device-desktop .popup__close:hover:before {
    border-color: #fff
}

.popup__nav, .timeline-popup__navigation-button {
    position: absolute;
    top: 50%;
    background: none;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid #a18e56;
    padding: 1.25rem;
    width: 0;
    height: 0;
    background-color: #fff;
    z-index: 5;
    -webkit-transition: opacity .14s ease-in-out, background-color .5s ease;
    transition: opacity .14s ease-in-out, background-color .5s ease
}

.popup__nav:after, .popup__nav:before, .timeline-popup__navigation-button:after, .timeline-popup__navigation-button:before {
    content: "";
    display: block;
    height: 0;
    width: .7rem;
    border-bottom: 1px solid #a18e56;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.popup__nav:focus, .timeline-popup__navigation-button:focus {
    outline: none
}

.device-desktop .popup__nav:hover, .device-desktop .timeline-popup__navigation-button:hover {
    border-color: #fff;
    background-color: #a18e56
}

.device-desktop .popup__nav:hover:after, .device-desktop .popup__nav:hover:before, .device-desktop .timeline-popup__navigation-button:hover:after, .device-desktop .timeline-popup__navigation-button:hover:before {
    border-color: #fff
}

.popup__nav--prev, .timeline-popup__navigation-button--prev {
    left: 2%
}

.popup__nav--prev:after, .popup__nav--prev:before, .timeline-popup__navigation-button--prev:after, .timeline-popup__navigation-button--prev:before {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.popup__nav--prev:before, .timeline-popup__navigation-button--prev:before {
    -webkit-transform: translateX(-50%) rotate(40deg);
    transform: translateX(-50%) rotate(40deg)
}

.popup__nav--prev:after, .timeline-popup__navigation-button--prev:after {
    -webkit-transform: translateX(-50%) rotate(-40deg);
    transform: translateX(-50%) rotate(-40deg)
}

.popup__nav--next, .timeline-popup__navigation-button--next {
    right: 2%
}

.popup__nav--next:after, .popup__nav--next:before, .timeline-popup__navigation-button--next:after, .timeline-popup__navigation-button--next:before {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.popup__nav--next:before, .timeline-popup__navigation-button--next:before {
    -webkit-transform: translateX(-50%) rotate(-40deg);
    transform: translateX(-50%) rotate(-40deg)
}

.popup__nav--next:after, .timeline-popup__navigation-button--next:after {
    -webkit-transform: translateX(-50%) rotate(40deg);
    transform: translateX(-50%) rotate(40deg)
}

.popup__nav--hidden {
    opacity: 0;
    visibility: hidden
}

.popup__footer {
    font-family: Lato, sans-serif;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    text-align: center;
    padding: 2% 1% 1%;
    text-transform: uppercase;
    color: #000;
    font-weight: 900;
    letter-spacing: .1em;
    z-index: 5;
    font-size: 12px
}

@media screen and (min-width: 1024px) {
    .popup__footer {
        font-size: calc(12px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .popup__footer {
        font-size: 12px
    }
}

.popup__content {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden
}

.popup__content-item {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: #f1f1ec;
    z-index: 1
}

.popup__content-item--active {
    display: block;
    z-index: 2
}

#popup-gallery .popup__content-item {
    display: block;
    visibility: hidden;
    opacity: 0
}

#popup-gallery .popup__content-item--active {
    visibility: inherit;
    opacity: 1
}

.popup__content-item--next {
    z-index: 3
}

.popup-content__image, .popup__content-item--full-image {
    background: #f1f1ec 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.article .popup-content__image h1, .article .popup-content__image h2, .article .popup-content__image h3, .article .popup-content__image h4, .article .popup-content__image h5, .article .popup-content__image h6, .article .popup__content-item--full-image h1, .article .popup__content-item--full-image h2, .article .popup__content-item--full-image h3, .article .popup__content-item--full-image h4, .article .popup__content-item--full-image h5, .article .popup__content-item--full-image h6, .popup-content__image .article h1, .popup-content__image .article h2, .popup-content__image .article h3, .popup-content__image .article h4, .popup-content__image .article h5, .popup-content__image .article h6, .popup-content__image .heading, .popup-content__image .video-player .big-video-title, .popup__content-item--full-image .article h1, .popup__content-item--full-image .article h2, .popup__content-item--full-image .article h3, .popup__content-item--full-image .article h4, .popup__content-item--full-image .article h5, .popup__content-item--full-image .article h6, .popup__content-item--full-image .heading, .popup__content-item--full-image .video-player .big-video-title, .video-player .popup-content__image .big-video-title, .video-player .popup__content-item--full-image .big-video-title {
    display: none
}

@media (orientation: portrait), only screen and (max-width: 768px) {
    .popup__content-item--full-image {
        background-color: #000;
        background-size: contain
    }
}

.popup__content-item--image-with-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.popup__content-item--image-with-copy .popup-content__image, .popup__content-item--image-with-copy .popup-content__right {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.popup-content__copy {
    -ms-flex-item-align: center;
    align-self: center;
    padding: 6%
}

.article .popup-content__copy p, .page-template-default .post-content .popup-content__copy p, .popup-content__copy .article p, .popup-content__copy .page-template-default .post-content p, .popup-content__copy .paragraph {
    text-align: center;
    padding-bottom: 60px
}

.popup-content__copy .decoration-text-end {
    top: auto;
    bottom: 0;
    height: 35px;
    -webkit-transform: translate(-50%) skewX(-45deg);
    transform: translate(-50%) skewX(-45deg)
}

.popup-content__copy .decoration-text-end .decoration {
    height: 35px;
    width: 1px;
    background-color: rgba(0, 0, 0, .8)
}

.popup-content__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.popup-content__right .popup-content__copy {
    padding: 13%
}

.popup-content__right .popup-content__copy .jspScrollable {
    overflow: visible !important;
    position: static
}

.popup-content__right .popup-content__copy .jspScrollable .jspContainer {
    margin-left: 21px
}

@media (min-width: 48em) {
    .popup-content__right .popup-content__copy .jspScrollable .jspContainer {
        margin-left: 18px
    }
}

.popup-content__right .gallery-buttons-after {
    padding-bottom: 5%
}

@media screen and (orientation: portrait) {
    .popup__content-item--image-with-copy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .popup__content-item--image-with-copy .popup-content__image, .popup__content-item--image-with-copy .popup-content__right {
        width: 100%;
        height: 50%
    }

    .popup-content__right .popup-content__copy {
        padding: 6%
    }
}

.popup-content__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup-content__iframe {
    display: block;
    height: 450px;
    width: 100%;
    margin: 2.5% auto
}

.popup-video-wrapper {
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background-color: #000
}

.popup-video-wrapper .video-js {
    position: static
}

.popup-video-wrapper .vjs-poster {
    z-index: 1;
    background-size: cover
}

.popup-video-wrapper .big-video-title {
    z-index: 1
}

.popup-video-wrapper .video-play-button {
    width: 2.8rem;
    height: 2.8rem
}

@media (min-width: 48em) and (max-width: 64.0525em) {
    .popup-video-wrapper .video-play-button {
        width: 3.5rem;
        height: 3.5rem;
        margin-top: 1%
    }
}

@media (min-width: 64.0625em) {
    .popup-video-wrapper .video-play-button {
        width: 3.8rem;
        height: 3.8rem;
        margin-top: 1.5%
    }
}

#popup-gallery .heading--full-image-title {
    display: none
}

.confirm_restaurant_alert {
    padding: 3%;
    border: none;
    text-align: center;
    margin-bottom: 4.7%;
    font-size: 1.3em;
    display: none
}

.confirm_restaurant_alert a.popup_close_top {
    position: absolute;
    top: 1rem;
    top: -60px;
    right: -42px;
    border: 0;
    background: none;
    padding: 1.25rem 0;
    cursor: pointer;
    -webkit-transition: opacity .5s ease, -webkit-transform .14s ease-in-out;
    transition: opacity .5s ease, -webkit-transform .14s ease-in-out;
    transition: transform .14s ease-in-out, opacity .5s ease;
    transition: transform .14s ease-in-out, opacity .5s ease, -webkit-transform .14s ease-in-out;
    opacity: .6;
    z-index: 5
}

.confirm_restaurant_alert a.popup_close_top:before {
    display: block;
    content: "";
    height: 0;
    width: 2.3rem;
    border-bottom: 1px solid #a18e56;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.confirm_restaurant_alert a.popup_close_top:after {
    display: block;
    content: "";
    height: 0;
    width: 2.3rem;
    border-bottom: 1px solid #a18e56;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translateY(-1px) rotate(-45deg);
    transform: translateY(-1px) rotate(-45deg)
}

.confirm_restaurant_alert a.popup_close_top span {
    display: none
}

.confirm_restaurant_alert .btn {
    margin-bottom: 15px;
    margin-top: 7px
}

.confirm_restaurant_alert .btn a {
    margin-top: 0;
    width: 40px;
    text-align: center;
    background-color: #282828;
    border: none;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    margin-right: 10px
}

#popup-prenota .popup-content__copy {
    overflow: hidden;
    text-align: center;
    width: 100%;
    padding: 6%;
    height: 100%;
    background-image: url(/images/prenota_bg.jpg);
    background-size: cover;
    background-position: 50%
}

#popup-prenota .popup-content__copy .popup-content {
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch
}

#popup-prenota .popup-content__copy .popup-content input {
    margin: 5px;
    padding: 5px
}

.popup-content iframe {
    max-width: 750px
}

.article .popup__content h1, .article .popup__content h2, .article .popup__content h3, .article .popup__content h4, .article .popup__content h5, .article .popup__content h6, .popup__content .article h1, .popup__content .article h2, .popup__content .article h3, .popup__content .article h4, .popup__content .article h5, .popup__content .article h6, .popup__content .heading, .popup__content .video-player .big-video-title, .video-player .popup__content .big-video-title {
    white-space: pre-wrap
}

.popup.popup_fullpage_acc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    padding: 0;
    margin: 20px
}

.popup.popup_fullpage_acc .popup__content {
    max-width: 1200px;
    max-height: 800px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.popup.popup_fullpage_acc .popup__content .popup__content-item {
    margin: 15px;
    position: static;
    height: auto
}

.popup.popup_fullpage_acc .popup__content.only-text {
    max-width: 900px;
    max-width: 595px;
    max-height: 550px;
    max-height: 467px
}

.popup.popup_fullpage_acc .popup__content.only-text .popup__content-item--full-copy, .popup.popup_fullpage_acc .popup__content.only-text .popup__content-item--full-copy .jspContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup.popup_fullpage_acc .popup__content.only-text .popup__content-item--full-copy .jspContainer .jspPane {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.article .popup.popup_fullpage_acc h2, .popup.popup_fullpage_acc .article h2, .popup.popup_fullpage_acc .heading--h2, .popup.popup_fullpage_acc .video-player .big-video-title, .video-player .popup.popup_fullpage_acc .big-video-title {
    font-size: 27px
}

@media screen and (min-width: 1024px) {
    .article .popup.popup_fullpage_acc h2, .popup.popup_fullpage_acc .article h2, .popup.popup_fullpage_acc .heading--h2, .popup.popup_fullpage_acc .video-player .big-video-title, .video-player .popup.popup_fullpage_acc .big-video-title {
        font-size: calc(27px + 9 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .article .popup.popup_fullpage_acc h2, .popup.popup_fullpage_acc .article h2, .popup.popup_fullpage_acc .heading--h2, .popup.popup_fullpage_acc .video-player .big-video-title, .video-player .popup.popup_fullpage_acc .big-video-title {
        font-size: 36px
    }
}

.postid-1634 .popup.popup_fullpage_acc .popup__content.only-text, .postid-1639 .popup.popup_fullpage_acc .popup__content.only-text, .postid-1640 .popup.popup_fullpage_acc .popup__content.only-text {
    max-width: 1200px;
    max-height: 800px
}

.scrollable {
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.scrollable__content {
    overflow: auto;
    height: auto;
    min-width: 100%
}

.scrollable__content:focus {
    outline: none
}

.scrollable__content-icon-wrapper {
    cursor: pointer;
    position: absolute
}

.scrollable__content-icon-wrapper--top {
    top: -25px
}

.scrollable__content-icon-wrapper--top .scrollable__content-icon:after, .scrollable__content-icon-wrapper--top .scrollable__content-icon:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.scrollable__content-icon-wrapper--bottom {
    bottom: 0
}

.scrollable__content-icon-wrapper--bottom .scrollable__content-icon:after, .scrollable__content-icon-wrapper--bottom .scrollable__content-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.scrollable__content-icon {
    width: 100%;
    display: block;
    top: 25px;
    position: relative
}

.scrollable__content-icon:after, .scrollable__content-icon:before {
    border: 1px solid #87857f;
    border-top: 0;
    border-left: 0;
    position: absolute;
    width: 14px;
    height: 14px;
    display: block;
    -webkit-transition: border-color .5s ease;
    transition: border-color .5s ease;
    content: "";
    left: 50%
}

.scrollable__content-icon:before {
    bottom: 0
}

.scrollable__content-icon:after {
    bottom: 6px
}

.jspTrack {
    background: #a18e56
}

.jspDrag {
    background: #000
}

.jspVerticalBar {
    background: none;
    width: 3px
}

.jspVerticalBar .jspTrack {
    width: 1px;
    margin: 0 1px
}

.jspVerticalBar .jspDrag {
    width: 3px;
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px)
}

.jspVerticalBar--thin {
    width: 2px
}

.jspVerticalBar--thin .jspTrack {
    width: 2px;
    margin: 0
}

.jspVerticalBar--thin .jspDrag {
    width: 2px;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.jspHorizontalBar {
    background: none;
    height: 3px
}

.jspHorizontalBar .jspTrack {
    height: 1px;
    margin: 1px 0
}

.jspHorizontalBar .jspDrag {
    height: 3px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.animated-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: .7vw;
    margin: auto;
    width: 180px;
    height: auto
}

.animated-logo image {
    width: 100%
}

.animated-logo__stop-color--gold {
    stop-color: #a18e56
}

.animated-logo__stop-color--white {
    stop-color: #fff
}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
    background: #000;
    -webkit-transition: opacity .7s ease .7s, -webkit-transform 0s linear 1.4s;
    transition: opacity .7s ease .7s, -webkit-transform 0s linear 1.4s;
    transition: opacity .7s ease .7s, transform 0s linear 1.4s;
    transition: opacity .7s ease .7s, transform 0s linear 1.4s, -webkit-transform 0s linear 1.4s;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: radial-gradient(#000, #3b3836)
}

.page-loader--loaded {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.page-loader__logo {
    width: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 64.0525em) {
    .page-loader__logo {
        width: 20%
    }
}

.page-loader__logo-image {
    width: 100%;
    height: auto
}

.animated-logo-corona {
    position: relative
}

.static-logo-corona {
    vertical-align: bottom;
    width: 100%
}

.animated-logo-corona__image--base .static-logo-corona__path {
    fill: #3b3836
}

.animated-logo-corona__image--overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden
}

.animated-logo-corona__image--overlay .static-logo-corona {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1000px
}

.animated-logo-corona__image--overlay .static-logo-corona__path {
    fill: #fff
}

.background-logo-corona {
    width: 59vh;
    height: 95vh;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.background-logo-corona__stop-color {
    stop-color: #080808
}

.background-logo-corona__stop-color--animated {
    stop-color: #111
}

body.page--tutti-vini {
    position: absolute
}

.footer {
    font-family: Lato, sans-serif;
    z-index: 20;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.4;
    padding: 4em 6em 0;
    background-color: #000;
    font-size: 13px
}

@media screen and (min-width: 1024px) {
    .footer {
        font-size: calc(13px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .footer {
        font-size: 13px
    }
}

@media (max-width: 47.99em) {
    .footer {
        padding: 2.5em 3.2em 1.5em
    }
}

.footer.hamburger-menu__contact {
    background-color: #454445
}

.footer__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media (min-width: 48em) {
    .footer__columns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 3%
    }
}

@media (min-width: 64.0625em) {
    .footer__columns {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 65%
    }
}

@media (max-width: 47.99em) {
    .footer__column {
        margin-right: 0;
        line-height: 1.3;
        letter-spacing: 1.5pt
    }
}

@media (min-width: 64.0625em) {
    .footer__column {
        margin-right: 4.5em
    }
}

.footer__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    border-top: 2px solid #87857f;
    margin-top: 5%
}

@media (min-width: 48em) {
    .footer__container {
        margin-top: 0;
        border-top: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 64.0625em) {
    .footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 35%
    }
}

.footer__logos {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media (min-width: 48em) {
    .footer__logos {
        -ms-flex-item-align: start;
        align-self: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width: 64.0625em) {
    .footer__logos {
        -ms-flex-item-align: end;
        align-self: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.footer__logo {
    margin-right: 1em
}

.footer__logo:last-child {
    margin-right: 0
}

@media (min-width: 48em) {
    .footer__logo {
        margin-right: 2em
    }
}

@media (min-width: 64.0625em) {
    .footer__logo {
        margin-left: 2em;
        margin-right: 0
    }
}

.footer__logo img {
    max-height: 4em;
    max-width: 100%
}

.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 10px 0 20px;
    width: 100%
}

@media (min-width: 48em) {
    .footer__links {
        display: block;
        margin: 0;
        text-align: right;
        padding: .5em 0
    }
}

.footer-link {
    color: #a18e56;
    text-decoration: none;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.footer-link:hover {
    color: #fff
}

.footer__link {
    color: #a18e56;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    text-decoration: none
}

.footer__link:hover {
    color: #fff
}

.footer__link:not(:last-child) {
    margin-right: .7em
}

.footer__link:not(:last-child):after {
    content: "|";
    margin-left: .7em
}

@media (max-width: 47.99em) {
    .footer__link {
        font-size: 12px;
        letter-spacing: 1.9pt;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center
    }

    .footer__link, .footer__link:after {
        -ms-flex-item-align: center;
        align-self: center
    }

    .footer__link:not(:last-child) {
        margin-right: .5em
    }

    .footer__link:not(:last-child):after {
        margin-left: .5em
    }
}

.footer__bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    color: hsla(0, 0%, 100%, .5);
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2em;
    font-size: 10px
}

@media screen and (min-width: 1024px) {
    .footer__bottom {
        font-size: calc(10px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .footer__bottom {
        font-size: 10px
    }
}

@media (min-width: 48em) {
    .footer__bottom {
        border-top: 1px solid #87857f;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1em 0
    }
}

@media (min-width: 64.0625em) {
    .footer__bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 0
    }
}

.footer__bottom div + div {
    position: relative;
    padding-top: 10px;
    padding-left: 45px
}

@media (min-width: 64.0625em) {
    .footer__bottom div + div {
        padding-left: 50px;
        padding-top: 0
    }
}

.footer__bottom .eu-flag {
    background-image: url(/images/footer-flag.jpg);
    width: 37px;
    height: 25px;
    position: absolute;
    top: 5px;
    left: 0
}

@media (min-width: 64.0625em) {
    .footer__bottom .eu-flag {
        display: inline-block;
        top: -6px;
        left: 5px
    }
}

.footer__contact-handler {
    display: none;
    height: 70px;
    -webkit-transition: color .5s ease;
    transition: color .5s ease
}

.footer__contact-handler:hover {
    color: #a18e56
}

@media (min-width: 48em) {
    .footer__contact-handler {
        font-family: Lato, sans-serif;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        text-transform: uppercase;
        color: hsla(0, 0%, 100%, .4);
        letter-spacing: 4px;
        font-weight: 700;
        cursor: pointer;
        display: block;
        position: absolute;
        top: -6%;
        font-size: 8px
    }
}

@media screen and (min-width: 48em) and (min-width: 1024px) {
    .footer__contact-handler {
        font-size: calc(8px + 2 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 48em) and (min-width: 1841px) {
    .footer__contact-handler {
        font-size: 10px
    }
}

@media screen and (min-width: 48em) and (max-width: 320px) {
    .footer__contact-handler {
        font-size: 11px
    }
}

@media screen and (min-width: 48em) and (min-width: 320px) and (max-width: 1023px) {
    .footer__contact-handler {
        font-size: calc(11px + 0 * ((100vw - 320px) / 703))
    }
}

@media (min-width: 64.0625em) {
    .footer__contact-handler {
        top: -8%
    }
}

.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: background .7s ease, -webkit-transform .7s ease;
    transition: background .7s ease, -webkit-transform .7s ease;
    transition: transform .7s ease, background .7s ease;
    transition: transform .7s ease, background .7s ease, -webkit-transform .7s ease;
    z-index: 15;
    background: hsla(0, 0%, 94%, .8)
}

@media (min-width: 48em) {
    .sub-menu {
        width: 21rem;
        -webkit-transform: translateX(21rem);
        transform: translateX(21rem)
    }
}

.sub-menu--visible {
    -webkit-transform: translateX(calc(100% - 3rem));
    transform: translateX(calc(100% - 3rem))
}

@media (min-width: 48em) {
    .sub-menu--visible {
        -webkit-transform: translateX(17rem);
        transform: translateX(17rem)
    }
}

.sub-menu--active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.sub-menu--active:after {
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background-image: linear-gradient(hsla(0, 0%, 100%, 0), #fff);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    pointer-events: none
}

.sub-menu--active .sub-menu__label--open {
    display: none
}

.sub-menu--active .sub-menu__label--close {
    display: block
}

@media (min-width: 48em) {
    .sub-menu--active:after {
        display: none
    }
}

.sub-menu__relative-container {
    position: relative;
    width: 100%;
    height: 100%
}

.sub-menu__label {
    position: relative;
    top: 7rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    font-family: Lato, sans-serif;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .4em;
    direction: rtl;
    font-size: 10px
}

@media screen and (min-width: 1024px) {
    .sub-menu__label {
        font-size: calc(10px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .sub-menu__label {
        font-size: 10px
    }
}

@media (min-width: 48em) {
    .sub-menu__label {
        letter-spacing: .1em;
        top: 5rem
    }
}

.sub-menu__label:before {
    content: "";
    display: block;
    border: 1px solid #918181;
    border-top: 0;
    border-left: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 118%
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-max-device-pixel-ratio: 3),(min-resolution: 2dppx) and (max-resolution: 3dppx) {
    .sub-menu__label:before {
        border-width: .5px
    }
}

@media (-webkit-min-device-pixel-ratio: 4),(min-resolution: 4dppx) {
    .sub-menu__label:before {
        border-width: .25px
    }
}

.sub-menu__label--open {
    display: block
}

.sub-menu__label--open:before {
    top: 3px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.sub-menu__label--close {
    display: none
}

.sub-menu__label--close:before {
    top: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sub-menu__content {
    height: 100%;
    width: 100%;
    padding-right: 4rem;
    padding-left: 4rem;
    overflow: hidden
}

@media (min-width: 48em) {
    .sub-menu__content {
        padding-right: 1.5rem;
        padding-left: 2.5rem
    }
}

.sub-menu__content-inner {
    padding-top: 5rem
}

.sub-menu .jspVerticalBar {
    display: none
}

.sub-menu .jspPane {
    margin-left: 0 !important;
    width: 100% !important
}

.sub-menu__toggle-button {
    height: 100%;
    width: 3.3rem;
    position: absolute;
    cursor: pointer;
    z-index: 2
}

@media (min-width: 48em) {
    #sideSubMenu .scrollable {
        margin-left: 3.3rem;
        width: 17.7rem
    }
}

#sideSubMenu .scrollable .scrollable__content {
    background: #efefef;
    background: hsla(0, 0%, 94%, .8)
}

#sideSubMenu.sub-menu--active .scrollable .scrollable__content {
    background: #efefef
}

.sub-menu__list, .sub-menu__sub-list {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0 0 1.5rem;
    text-align: center;
    border: 1px solid #a2a2a2;
    border-right: 0;
    border-top: 0;
    border-left: 0
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-max-device-pixel-ratio: 3),(min-resolution: 2dppx) and (max-resolution: 3dppx) {
    .sub-menu__list, .sub-menu__sub-list {
        border-width: .5px
    }
}

@media (-webkit-min-device-pixel-ratio: 4),(min-resolution: 4dppx) {
    .sub-menu__list, .sub-menu__sub-list {
        border-width: .25px
    }
}

.sub-menu__list--clean, .sub-menu__sub-list--clean {
    border: 0
}

.sub-menu__list--clean {
    margin: 1.5rem 0;
    padding: 0
}

.sub-menu__item, .sub-menu__sub-item {
    color: #a2a2a2;
    -webkit-transition: color .35s ease;
    transition: color .35s ease;
    cursor: pointer
}

.sub-menu__item:hover, .sub-menu__sub-item:hover {
    color: #a18e56
}

.sub-menu__item {
    font-weight: 400;
    margin-bottom: 8px;
    font-size: 20px
}

@media screen and (min-width: 1024px) {
    .sub-menu__item {
        font-size: calc(20px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .sub-menu__item {
        font-size: 20px
    }
}

.sub-menu__item--dark {
    color: #000
}

.sub-menu__sub-item {
    font-family: Lato, sans-serif;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: .5rem;
    font-size: 9px
}

@media screen and (min-width: 1024px) {
    .sub-menu__sub-item {
        font-size: calc(9px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .sub-menu__sub-item {
        font-size: 9px
    }
}

.sub-menu__sub-item:last-of-type {
    margin-bottom: 0
}

.sub-menu__image-list {
    list-style: none;
    padding: 1.5rem 0 0;
    margin: 0;
    text-align: center
}

.sub-menu__image-item {
    cursor: pointer;
    margin-bottom: 1.5rem
}

.sub-menu__list-image {
    width: 60%;
    height: auto
}

.experience-sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 65vh;
}

.experience-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    background: #f7f7f7;
    opacity: 1;
    -webkit-transition: opacity .35s ease;
    transition: opacity .35s ease
}

@media (min-width: 48em) {
    .experience-section {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .experience-section:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        background: #fff
    }

    .experience-section:nth-child(2n) .experience-section__image-wrapper {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: 0
    }

    .experience-section:nth-child(2n):hover .experience-section__image-wrapper {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (min-width: 48em) and (max-width: 64.0525em) {
    .experience-section:nth-child(odd) .experience-section__image-wrapper {
        margin-right: 4rem
    }
}

.experience-section__text-wrapper {
    width: 100%;
    padding: 0;
    text-align: left
}

@media (min-width: 48em) {
    .experience-section__text-wrapper {
        padding: 8vh 9vw;
        text-align: right;
        width: 50%
    }
}

/*@media (min-width: 64.0625em) {*/
/*    .experience-section__text-wrapper {*/
/*        padding: 15vh 7vw*/
/*    }*/
/*}*/

.experience-section__image-wrapper {
    position: relative;
    height: 60vh;
    width: 100%;
    background:#000;
    text-align: center;
}

@media (min-width: 48em) {
    .experience-section__image-wrapper {
        pointer-events: auto;
        position: absolute;
        height: 100%;
        width: 50%;
        top: 0;
        right: 0;
        overflow: hidden;
        -webkit-transition: width 1.05s ease-in-out;
        transition: width 1.05s ease-in-out
    }

    .experience-section__image-wrapper:before {
        position: absolute;
        display: block;
        height: 100%;
        width: 100%;
        background: #fff;
        top: 0;
        left: 0;
        z-index: 3;
        content: "";
        -webkit-transition: -webkit-transform 2.1s ease;
        transition: -webkit-transform 2.1s ease;
        transition: transform 2.1s ease;
        transition: transform 2.1s ease, -webkit-transform 2.1s ease
    }
}

@media (min-width: 64.0625em) {
    .experience-section__image-wrapper {
        width: 50%
    }

    /*.experience-section__image-wrapper:hover {*/
    /*    width: 50%*/
    /*}*/

    /*.experience-section__image-wrapper:hover .experience-section__background {*/
    /*    -webkit-transform: scale(1.1);*/
    /*    transform: scale(1.1)*/
    /*}*/
}

.experience-section__background {
    position: absolute;
    top: 0;
    left: 0;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 2.1s ease, -webkit-transform 3.5s ease-in-out;
    transition: opacity 2.1s ease, -webkit-transform 3.5s ease-in-out;
    transition: transform 3.5s ease-in-out, opacity 2.1s ease;
    transition: transform 3.5s ease-in-out, opacity 2.1s ease, -webkit-transform 3.5s ease-in-out;
    opacity: 0
}

.experience-section--active {
    opacity: 1
}

.experience-section--active .experience-section__image-wrapper:before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.experience-section--active .experience-section__background {
    opacity: 1
}

.experience-section__logo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1
}

.experience-section__logo {
    max-width: 220px;
    height: auto
}

.experience-section__text-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto;
    width: 100%;
    padding: 2.15rem 2.5rem
}

@media (min-width: 48em) {
    .experience-section__text-content {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 0;
        width: 100%
    }
}

.experience-section__paragraph {
    margin-bottom: 7.5%;
    text-align: left
}

@media (min-width: 48em) {
    .experience-section__paragraph {
        text-align: right
    }
}

.experience-section__title {
    text-align: left;
}

@media (min-width: 48em) {
    .experience-section__title {
        text-align: right
    }
}

@media (min-width: 48em) and (max-width: 64.0525em) {
    .experience-section__title {
        font-size: 29px
    }
}

@media screen and (min-width: 48em) and (max-width: 64.0525em) and (min-width: 1024px) {
    .experience-section__title {
        font-size: calc(29px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 48em) and (max-width: 64.0525em) and (min-width: 1841px) {
    .experience-section__title {
        font-size: 29px
    }
}

.experience-section__breadcrumbs {
    font-family: Lato, sans-serif;
    color: #a2a2a2;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .1em;
    margin-top: 0;
    line-height: 1.5;
    font-size: 10px
}

@media screen and (min-width: 1024px) {
    .experience-section__breadcrumbs {
        font-size: calc(10px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .experience-section__breadcrumbs {
        font-size: 10px
    }
}

@media (min-width: 48em) and (max-width: 64.0525em) {
    .experience-section__breadcrumbs {
        margin-bottom: 16.5%
    }
}

.experience-section__breadcrumbs-strong {
    color: #000
}

.experience-section__breadcrumbs-strong:after {
    content: " |";
    color: #a2a2a2
}

.experience-section__info-text {
    color: #000;
    margin-bottom: .75rem;
    font-size: 16px
}

@media screen and (min-width: 1024px) {
    .experience-section__info-text {
        font-size: calc(16px + 5 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .experience-section__info-text {
        font-size: 21px
    }
}

@media screen and (max-width: 320px) {
    .experience-section__info-text {
        font-size: 18px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .experience-section__info-text {
        font-size: calc(18px + 0 * ((100vw - 320px) / 703))
    }
}

@media (min-width: 48em) {
    .experience-section__info-text {
        margin-bottom: .5rem
    }
}

.map-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
    width: calc(100% + 50px);
    height: calc(87.7vh + 24px);
    -webkit-transform: translateX(-25px) translateY(-12px);
    transform: translateX(-25px) translateY(-12px)
}

@media (orientation: portrait), only screen and (max-width: 768px) {
    .map-area {
        display: none
    }
}

.map {
    position: relative;
    background-color: #363d44;
    height: calc(100vh - 132px)
}

@media (max-width: 64.0525em) {
    .map {
        height: calc(100vh - 104px)
    }
}

@media (max-width: 47.99em) {
    .map {
        height: calc(100vh - 84px)
    }
}

@media (min-width: 48em) {
    .map {
        overflow: hidden;
        width: 100%
    }
}

@media (orientation: portrait), only screen and (max-width: 768px) {
    .map {
        overflow: auto
    }

    .map .accordion__image-outer-wrapper {
        overflow: scroll;
        width: 100%
    }
}

@media (orientation: portrait), only screen and (max-width: 768px) {
    .tenute__fixed-background {
        background-repeat: no-repeat;
        display: block
    }

    .accordion__item--active .tenute__fixed-background {
        position: fixed;
        height: 100%;
        width: 100vw;
        top: 0
    }

    .tenute__accordion-background--tenute-mondo, .tenute__fixed-background--tenute-mondo {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(105vw, rgba(54, 61, 68, 0)), color-stop(165vw, #363d44)), url(/images/world-tablet.jpg);
        background-image: linear-gradient(180deg, rgba(54, 61, 68, 0) 105vw, #363d44 165vw), url(/images/world-tablet.jpg);
        background-position-y: -272px
    }

    .tenute__accordion-background--tenute-italia, .tenute__fixed-background--tenute-italia {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(105vw, rgba(54, 61, 68, 0)), color-stop(165vw, #363d44)), url(/images/italy-tablet.jpg);
        background-image: linear-gradient(180deg, rgba(54, 61, 68, 0) 105vw, #363d44 165vw), url(/images/italy-tablet.jpg);
        background-position-y: -188px
    }

    .tenute__accordion-background--tenute-antinori, .tenute__fixed-background--tenute-antinori {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(105vw, rgba(54, 61, 68, 0)), color-stop(165vw, #363d44)), url(/images/antinori-tablet.jpg);
        background-image: linear-gradient(180deg, rgba(54, 61, 68, 0) 105vw, #363d44 165vw), url(/images/antinori-tablet.jpg);
        background-position-y: -104px
    }

    .tenute__accordion-background {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%
    }

    .map-area__tenute--tenute-mondo {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(105vw, rgba(54, 61, 68, 0)), color-stop(165vw, #363d44)), url(/images/world-tablet.jpg);
        background-image: linear-gradient(180deg, rgba(54, 61, 68, 0) 105vw, #363d44 165vw), url(/images/world-tablet.jpg)
    }

    .map-area__tenute--tenute-italia {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(105vw, rgba(54, 61, 68, 0)), color-stop(165vw, #363d44)), url(/images/italy-tablet.jpg);
        background-image: linear-gradient(180deg, rgba(54, 61, 68, 0) 105vw, #363d44 165vw), url(/images/italy-tablet.jpg)
    }

    .map-area__tenute--tenute-antinori {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(105vw, rgba(54, 61, 68, 0)), color-stop(165vw, #363d44)), url(/images/antinori-tablet.jpg);
        background-image: linear-gradient(180deg, rgba(54, 61, 68, 0) 105vw, #363d44 165vw), url(/images/antinori-tablet.jpg)
    }

    .map-area__tenute {
        background-image: none;
        background-position-y: 0;
        background-repeat: no-repeat
    }
}

@media (max-width: 47.99em) {
    .tenute__accordion-background, .tenute__fixed-background {
        background-size: cover;
        background-position-y: center
    }

    .map-area__tenute--tenute-mondo {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(105vw, rgba(54, 61, 68, 0)), color-stop(165vw, #363d44)), url(/images/world-mobile.jpg);
        background-image: linear-gradient(180deg, rgba(54, 61, 68, 0) 105vw, #363d44 165vw), url(/images/world-mobile.jpg)
    }

    .map-area__tenute--tenute-italia {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(105vw, rgba(54, 61, 68, 0)), color-stop(165vw, #363d44)), url(/images/italy-mobile.jpg);
        background-image: linear-gradient(180deg, rgba(54, 61, 68, 0) 105vw, #363d44 165vw), url(/images/italy-mobile.jpg)
    }

    .map-area__tenute--tenute-antinori {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(105vw, rgba(54, 61, 68, 0)), color-stop(165vw, #363d44)), url(/images/antinori-mobile.jpg);
        background-image: linear-gradient(180deg, rgba(54, 61, 68, 0) 105vw, #363d44 165vw), url(/images/antinori-mobile.jpg)
    }
}

.map-area--tenute-mondo {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(48vw, rgba(54, 61, 68, 0)), color-stop(52vw, #363d44)), url(/images/world.jpg);
    background-image: linear-gradient(180deg, rgba(54, 61, 68, 0) 48vw, #363d44 52vw), url(/images/world.jpg)
}

.map-area--tenute-italia {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(48vw, rgba(54, 61, 68, 0)), color-stop(52vw, #363d44)), url(/images/italy.jpg);
    background-image: linear-gradient(180deg, rgba(54, 61, 68, 0) 48vw, #363d44 52vw), url(/images/italy.jpg)
}

.map-area--tenute-antinori {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(48vw, rgba(54, 61, 68, 0)), color-stop(52vw, #363d44)), url(/images/antinori.jpg);
    background-image: linear-gradient(180deg, rgba(54, 61, 68, 0) 48vw, #363d44 52vw), url(/images/antinori.jpg)
}

.map-area__wrapper {
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    position: static
}

@media (min-width: 48em) {
    .map-area__wrapper {
        position: absolute
    }
}

@media (orientation: portrait), only screen and (max-width: 768px) {
    .map-area__wrapper {
        position: static
    }
}

.map-area__wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.map-area__wrapper--activated {
    opacity: 1;
    z-index: 1
}

.another-dot-pointer, .dot-pointer {
    position: absolute;
    left: -2px;
    top: -2px;
    display: block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%
}

.special-tenute-point, .tenute-logo {
    position: absolute;
    left: 0;
    top: 0
}

.tenute-logo {
    display: block;
    width: auto;
    height: auto
}

.tenute-logo__image {
    pointer-events: none
}

.info-text__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 7.9%;
    width: 20%
}

@media (orientation: portrait), only screen and (max-width: 768px) {
    .info-text__wrapper {
        display: none
    }
}

.perspective-wrapper {
    -webkit-perspective: 100em;
    perspective: 100em
}

.tenute-list {
    position: absolute;
    z-index: 1;
    right: 7.9%;
    width: 12.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Lato, sans-serif;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

@media (orientation: portrait), only screen and (max-width: 768px) {
    .tenute-list {
        display: none
    }
}

.tenute-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    color: hsla(0, 0%, 100%, .6);
    margin-bottom: 13.6%;
    margin-bottom: 11%;
    font-weight: 400;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform-origin: 0;
    transform-origin: 0
}

@media (orientation: portrait), only screen and (max-width: 768px) {
    .tenute-list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.tenute-list__item:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.tenute-list-mobile__subtitle, .tenute-list__subtitle {
    font-family: Bodoni\ 72, serif;
    letter-spacing: .4px;
    font-size: 10px
}

@media screen and (min-width: 1024px) {
    .tenute-list-mobile__subtitle, .tenute-list__subtitle {
        font-size: calc(10px + 6 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .tenute-list-mobile__subtitle, .tenute-list__subtitle {
        font-size: 16px
    }
}

.tenute-list-mobile__title, .tenute-list__title {
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 2.5%;
    margin-bottom: 1.5%;
    text-transform: uppercase;
    font-size: 9px
}

@media screen and (min-width: 1024px) {
    .tenute-list-mobile__title, .tenute-list__title {
        font-size: calc(9px + 6 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .tenute-list-mobile__title, .tenute-list__title {
        font-size: 15px
    }
}

.tenute-list-mobile {
    display: none
}

@media (orientation: portrait), only screen and (max-width: 768px) {
    .tenute-list-mobile {
        position: relative;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.tenute-list-mobile__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.5vh 0
}

@media screen and (max-width: 320px) {
    .tenute-list-mobile__subtitle {
        font-size: 18px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .tenute-list-mobile__subtitle {
        font-size: calc(18px + 2 * ((100vw - 320px) / 703))
    }
}

.tenute-list-logo {
    display: none
}

@media (orientation: portrait), only screen and (max-width: 768px) {
    .tenute-list-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.tenute-list-logo__image {
    max-height: 20vh;
    max-width: 68vw;
    margin: 1.5vh 0;
    width: auto
}

@media (orientation: portrait), only screen and (max-width: 768px) {
    .tenute-list-logo__image {
        max-width: 46vw
    }
}

@media (max-width: 47.99em) {
    .tenute-list-logo__image {
        max-width: 68vw
    }
}

.tenute-list-mobile__item {
    width: 68vw;
    padding-bottom: 3vh;
    margin-bottom: 3vh;
    border-bottom: 1px solid hsla(0, 0%, 100%, .6);
    border-width: 1px
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-max-device-pixel-ratio: 3),(min-resolution: 2dppx) and (max-resolution: 3dppx) {
    .tenute-list-mobile__item {
        border-width: .5px
    }
}

@media (-webkit-min-device-pixel-ratio: 4),(min-resolution: 4dppx) {
    .tenute-list-mobile__item {
        border-width: .25px
    }
}

.tenute-list-mobile__link-wrapper {
    padding: 1.5vh 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 320px) {
    .tenute-list-mobile__link-wrapper .section-link {
        font-size: 11px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .tenute-list-mobile__link-wrapper .section-link {
        font-size: calc(11px + 2 * ((100vw - 320px) / 703))
    }
}

.line {
    position: absolute;
    background-color: #fff;
    height: 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-max-device-pixel-ratio: 3),(min-resolution: 2dppx) and (max-resolution: 3dppx) {
    .line {
        height: .5px
    }
}

@media (-webkit-min-device-pixel-ratio: 4),(min-resolution: 4dppx) {
    .line {
        height: .25px
    }
}

.bubble, .bubble__border {
    background-color: #fff;
    display: block;
    width: 280px;
    height: 280px;
    position: absolute;
    left: calc(50% - 140px);
    top: calc(50% - 140px);
    border-radius: 50%;
    opacity: .25;
    -webkit-transform: scale(0);
    transform: scale(0);
    pointer-events: none
}

.bubble--point, .bubble__border--point {
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 30px)
}

.bubble__border {
    background-color: transparent;
    border: 2px solid hsla(0, 0%, 100%, .25)
}

.bubble__border--point {
    opacity: 0
}

.map-navigation__wrapper {
    position: fixed;
    z-index: 2;
    bottom: 0;
    height: 8.7%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (orientation: portrait), only screen and (max-width: 768px) {
    .map-navigation__wrapper {
        display: none
    }
}

.map--section {
    height: 92vh
}

@media (orientation: portrait), only screen and (max-width: 768px) {
    .map--section {
        height: auto;
        z-index: 0;
        position: relative
    }
}

.map--section .map-area {
    height: calc(92vh + 24px)
}

.map--section .map-navigation__wrapper {
    position: absolute
}

.map-navigation__decoraton-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: hsla(0, 0%, 100%, .25)
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-max-device-pixel-ratio: 3),(min-resolution: 2dppx) and (max-resolution: 3dppx) {
    .map-navigation__decoraton-line {
        height: .5px
    }
}

@media (-webkit-min-device-pixel-ratio: 4),(min-resolution: 4dppx) {
    .map-navigation__decoraton-line {
        height: .25px
    }
}

.map-navigation {
    width: 100%;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(54, 61, 68, .2)
}

.map-navigation, .map-navigation__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.map-navigation__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: 0 2%;
    cursor: pointer;
    font-family: Bodoni\ 72, serif;
    font-size: 20px
}

@media screen and (min-width: 1024px) {
    .map-navigation__item {
        font-size: calc(20px + 11 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .map-navigation__item {
        font-size: 31px
    }
}

.map-navigation__item.map-navigation__item--active .map-navigation__title, .map-navigation__item:hover .map-navigation__title {
    color: #fff
}

.map-navigation__item.map-navigation__item--active .map-navigation__title:before, .map-navigation__item:hover .map-navigation__title:before {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.map-navigation__title {
    color: #8f8881;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1em;
    pointer-events: none;
    -webkit-transition: color .7s ease;
    transition: color .7s ease;
    white-space: nowrap
}

.map-navigation__title:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #fff;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease
}

.map-navigation__title--active {
    color: #fff
}

.map-elements__item {
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media (orientation: portrait), only screen and (max-width: 768px) {
    .map-elements__wrapper {
        display: none
    }
}

.accordion__image-outer-wrapper--full-height {
    -webkit-transition: height 1.05s ease-in-out, padding-bottom .35s ease-in-out;
    transition: height 1.05s ease-in-out, padding-bottom .35s ease-in-out
}

.accordion__item--active .accordion__image-outer-wrapper--full-height {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 5vw
}

.map-area__tenute {
    display: none
}

@media (orientation: portrait), only screen and (max-width: 768px) {
    .map-area__tenute {
        background-size: 100%;
        margin-bottom: 0;
        display: block
    }

    .map-area__tenute:not(.accordion__item--active) {
        position: relative;
        z-index: 2
    }
}

.map-area__tenute--active {
    display: none
}

@media (orientation: portrait), only screen and (max-width: 768px) {
    .map-area__tenute--active {
        display: block
    }
}

.tenute__link-wrapper {
    background-color: rgba(0, 0, 0, .3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 84px;
    position: relative;
    z-index: 1
}

.tenute__link-wrapper .accordion__item-link {
    width: 100%
}

.simple-wine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 7.65%;
    margin-bottom: 7.65%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width: 48em) {
    .simple-wine {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 4%;
        padding-right: 4%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 48em) and (max-width: 64.0525em) {
    .simple-wine {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 64.0525em) {
    .mobile-wine__year, .simple-wine__year {
        font-weight: 900;
        margin: 12px 0;
        font-size: 12px;
        font-family: Lato, sans-serif
    }
}

@media (max-width: 64.0525em) {
    .simple-wine__menu--decorated {
        max-height: 200px;
        top: 0;
        position: relative;
        z-index: 0;
        margin-right: 3%;
        margin-left: 3%
    }

    .simple-wine__menu--decorated:after, .simple-wine__menu--decorated:before {
        position: absolute;
        content: "";
        display: block;
        height: 60px;
        width: 100%;
        background-color: #fff;
        left: 0;
        pointer-events: none;
        z-index: 1
    }

    .simple-wine__menu--decorated:before {
        top: 0;
        background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0)), to(#fff));
        background: linear-gradient(bottom, hsla(0, 0%, 100%, 0), #fff)
    }

    .simple-wine__menu--decorated:after {
        bottom: 0;
        background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
        background: linear-gradient(bottom, #fff, hsla(0, 0%, 100%, 0))
    }

    .simple-wine__menu--decorated .vertical-menu {
        min-height: 100px;
        max-height: 200px;
        padding: 25px 0 35px
    }

    .simple-wine__menu--decorated .jspPane {
        margin-left: 0
    }
}

.mobile-wine__menu, .simple-wine__menu {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 100%;
    margin-right: 3%
}

@media (min-width: 48em) {
    .mobile-wine__menu, .simple-wine__menu {
        width: 7%
    }
}

@media (min-width: 64.0625em) {
    .mobile-wine__menu, .simple-wine__menu {
        max-height: 100%
    }
}

.simple-wine__category-wrapper {
    width: 100%
}

@media (min-width: 48em) {
    .simple-wine__category-wrapper {
        width: 43%
    }
}

@media (min-width: 64.0625em) {
    .simple-wine__category-wrapper {
        width: 40%
    }
}

.simple-wine__image {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 70%;
    margin: 0 auto
}

@media (min-width: 48em) {
    .simple-wine__image {
        margin: 0;
        max-width: 35%
    }
}

@media (min-width: 64.0625em) {
    .simple-wine__image {
        max-width: 60%;
        text-align: center
    }
}

.simple-wine__image img {
    width: 100%;
    max-width: 630px
}

.mobile-wine__menu .jspPane {
    width: 100% !important
}

.wine-menus .secondary-menu {
    padding-bottom: 0
}

.wine-menus-wrapper {
    z-index: 11
}

@media (max-width: 47.99em) {
    .wine-menus-wrapper.sticky-element {
        position: static
    }
}

@media (min-width: 48em) {
    .wine-menus-wrapper {
        -webkit-box-shadow: 0 2px 10px 0 #e3e3e3;
        box-shadow: 0 2px 10px 0 #e3e3e3;
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }
}

.wine-menus-wrapper--inactive {
    overflow: hidden;
    position: relative !important
}

.wine-menus {
    background-color: #fff;
    padding-top: .8%
}

.wine-menus__resizable-menu {
    -webkit-transition: -webkit-transform .21s ease-in-out;
    transition: -webkit-transform .21s ease-in-out;
    transition: transform .21s ease-in-out;
    transition: transform .21s ease-in-out, -webkit-transform .21s ease-in-out
}

@media (min-width: 48em) {
    .wine-menus-wrapper--categories.sticky-element--sticky + .wine-bottle .wine-bottle__copy, .wine-menus-wrapper--categories.sticky-element--sticky + .wine-bottle .wine-bottle__sidebar .accordion {
        padding-top: 43%
    }
}

.wine-menus__category-wrapper {
    overflow: hidden;
    position: relative
}

.wine-bottle {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    position: relative;
    z-index: 1
}

@media (min-width: 48em) {
    .wine-bottle {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 2.5%
    }
}

@media (max-width: 47.99em) {
    .wine-bottle {
        padding: 0
    }
}

.wine-bottle__category {
    margin-bottom: 0
}

@media (min-width: 48em) {
    .wine-bottle__category {
        display: none
    }
}

.wine-bottle__category.accordion__item--active {
    background-color: #f5f5f5
}

.wine-bottle__category.accordion__item--active .accordion__item-link {
    color: inherit
}

.wine-bottle__category.wine-bottle__year-accordion-category.accordion__item--active {
    background-color: inherit
}

.wine-bottle__category--active {
    display: block
}

.wine-bottle__category-text {
    border-bottom: 1px solid #dbdbdb
}

@media (min-width: 48em) {
    .wine-bottle__category-text {
        border-bottom: none;
        margin-bottom: 11.5%
    }
}

.wine-bottle__category-text .section-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 47.99em) {
    .wine-bottle__category .accordion__item-link {
        position: relative;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .article .wine-bottle__category .accordion__item-link h1, .article .wine-bottle__category .accordion__item-link h2, .article .wine-bottle__category .accordion__item-link h3, .article .wine-bottle__category .accordion__item-link h4, .article .wine-bottle__category .accordion__item-link h5, .article .wine-bottle__category .accordion__item-link h6, .video-player .wine-bottle__category .accordion__item-link .big-video-title, .wine-bottle__category .accordion__item-link .article h1, .wine-bottle__category .accordion__item-link .article h2, .wine-bottle__category .accordion__item-link .article h3, .wine-bottle__category .accordion__item-link .article h4, .wine-bottle__category .accordion__item-link .article h5, .wine-bottle__category .accordion__item-link .article h6, .wine-bottle__category .accordion__item-link .heading, .wine-bottle__category .accordion__item-link .video-player .big-video-title {
        margin: 0
    }
}

@media screen and (max-width: 47.99em) and (max-width: 320px) {
    .article .wine-bottle__category .accordion__item-link h1, .article .wine-bottle__category .accordion__item-link h2, .article .wine-bottle__category .accordion__item-link h3, .article .wine-bottle__category .accordion__item-link h4, .article .wine-bottle__category .accordion__item-link h5, .article .wine-bottle__category .accordion__item-link h6, .video-player .wine-bottle__category .accordion__item-link .big-video-title, .wine-bottle__category .accordion__item-link .article h1, .wine-bottle__category .accordion__item-link .article h2, .wine-bottle__category .accordion__item-link .article h3, .wine-bottle__category .accordion__item-link .article h4, .wine-bottle__category .accordion__item-link .article h5, .wine-bottle__category .accordion__item-link .article h6, .wine-bottle__category .accordion__item-link .heading, .wine-bottle__category .accordion__item-link .video-player .big-video-title {
        font-size: 25px
    }
}

@media screen and (max-width: 47.99em) and (min-width: 320px) and (max-width: 1023px) {
    .article .wine-bottle__category .accordion__item-link h1, .article .wine-bottle__category .accordion__item-link h2, .article .wine-bottle__category .accordion__item-link h3, .article .wine-bottle__category .accordion__item-link h4, .article .wine-bottle__category .accordion__item-link h5, .article .wine-bottle__category .accordion__item-link h6, .video-player .wine-bottle__category .accordion__item-link .big-video-title, .wine-bottle__category .accordion__item-link .article h1, .wine-bottle__category .accordion__item-link .article h2, .wine-bottle__category .accordion__item-link .article h3, .wine-bottle__category .accordion__item-link .article h4, .wine-bottle__category .accordion__item-link .article h5, .wine-bottle__category .accordion__item-link .article h6, .wine-bottle__category .accordion__item-link .heading, .wine-bottle__category .accordion__item-link .video-player .big-video-title {
        font-size: calc(25px + 0 * ((100vw - 320px) / 703))
    }
}

.wine-bottle__copy-wrapper, .wine-bottle__master-copy-wrapper {
    width: 100%
}

@media (min-width: 48em) {
    .wine-bottle__copy-wrapper, .wine-bottle__master-copy-wrapper {
        width: 32%
    }
}

@media (max-width: 47.99em) {
    .article .wine-bottle__copy-wrapper p, .article .wine-bottle__master-copy-wrapper p, .page-template-default .post-content .wine-bottle__copy-wrapper p, .page-template-default .post-content .wine-bottle__master-copy-wrapper p, .wine-bottle__copy-wrapper .accordion__item-link, .wine-bottle__copy-wrapper .article p, .wine-bottle__copy-wrapper .page-template-default .post-content p, .wine-bottle__copy-wrapper .paragraph, .wine-bottle__copy-wrapper .wine-bottle__breadcrumbs, .wine-bottle__copy-wrapper .wine-bottle__category-links-wrapper, .wine-bottle__master-copy-wrapper .accordion__item-link, .wine-bottle__master-copy-wrapper .article p, .wine-bottle__master-copy-wrapper .page-template-default .post-content p, .wine-bottle__master-copy-wrapper .paragraph, .wine-bottle__master-copy-wrapper .wine-bottle__breadcrumbs, .wine-bottle__master-copy-wrapper .wine-bottle__category-links-wrapper {
        padding-left: 10%;
        padding-right: 10%
    }

    .wine-bottle__copy-wrapper .breadcrumbs, .wine-bottle__master-copy-wrapper .breadcrumbs {
        margin-bottom: 0
    }

    .wine-bottle__copy-wrapper .wine-bottle__breadcrumbs, .wine-bottle__master-copy-wrapper .wine-bottle__breadcrumbs {
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 8.4%;
        padding-top: 8.4%;
        margin-bottom: 0
    }
}

.wine-bottle__copy {
    padding-top: 10%;
    z-index: 10;
    -webkit-transition: padding-top .21s ease-in-out;
    transition: padding-top .21s ease-in-out
}

@media (min-width: 48em) {
    .wine-bottle__copy {
        padding-top: 24.9%
    }
}

.wine-bottle__year-accordion-outer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.accordion__item--active .wine-bottle__year-accordion-outer-wrapper {
    height: 180px;
    overflow: hidden
}

.wine-bottle__year-accordion-outer-wrapper .wine-menus__year {
    margin: 10px 0
}

.wine-menus__year {
    opacity: 0
}

.device-desktop .wine-menus__year {
    -webkit-transition: all .21s ease-in-out;
    transition: all .21s ease-in-out
}

.device-desktop .wine-menus__year:hover {
    color: #a18e56;
    -webkit-transition: color .21s ease-in-out;
    transition: color .21s ease-in-out
}

.wine-menus__year--active {
    opacity: 1;
    -webkit-transition: opacity .21s ease-in-out;
    transition: opacity .21s ease-in-out
}

.wine-bottle__sidebar-item {
    position: relative
}

.article .device-desktop .wine-bottle__sidebar-item h1, .article .device-desktop .wine-bottle__sidebar-item h2, .article .device-desktop .wine-bottle__sidebar-item h3, .article .device-desktop .wine-bottle__sidebar-item h4, .article .device-desktop .wine-bottle__sidebar-item h5, .article .device-desktop .wine-bottle__sidebar-item h6, .device-desktop .wine-bottle__sidebar-item .article h1, .device-desktop .wine-bottle__sidebar-item .article h2, .device-desktop .wine-bottle__sidebar-item .article h3, .device-desktop .wine-bottle__sidebar-item .article h4, .device-desktop .wine-bottle__sidebar-item .article h5, .device-desktop .wine-bottle__sidebar-item .article h6, .device-desktop .wine-bottle__sidebar-item .heading, .device-desktop .wine-bottle__sidebar-item .video-player .big-video-title, .video-player .device-desktop .wine-bottle__sidebar-item .big-video-title {
    -webkit-transition: color .21s ease-in-out;
    transition: color .21s ease-in-out
}

.article .device-desktop .wine-bottle__sidebar-item:hover h1, .article .device-desktop .wine-bottle__sidebar-item:hover h2, .article .device-desktop .wine-bottle__sidebar-item:hover h3, .article .device-desktop .wine-bottle__sidebar-item:hover h4, .article .device-desktop .wine-bottle__sidebar-item:hover h5, .article .device-desktop .wine-bottle__sidebar-item:hover h6, .device-desktop .wine-bottle__sidebar-item:hover .article h1, .device-desktop .wine-bottle__sidebar-item:hover .article h2, .device-desktop .wine-bottle__sidebar-item:hover .article h3, .device-desktop .wine-bottle__sidebar-item:hover .article h4, .device-desktop .wine-bottle__sidebar-item:hover .article h5, .device-desktop .wine-bottle__sidebar-item:hover .article h6, .device-desktop .wine-bottle__sidebar-item:hover .heading, .device-desktop .wine-bottle__sidebar-item:hover .video-player .big-video-title, .video-player .device-desktop .wine-bottle__sidebar-item:hover .big-video-title {
    color: #a18e56;
    -webkit-transition: color .21s ease-in-out;
    transition: color .21s ease-in-out
}

.device-desktop .wine-bottle__sidebar-item:hover .wine-bottle__sidebar-item-plus .plus-circle, .device-desktop .wine-bottle__sidebar-item:hover .wine-bottle__sidebar-item-plus .plus-line, .wine-bottle__sidebar-item.accordion__item--active .plus-circle, .wine-bottle__sidebar-item.accordion__item--active .plus-line {
    -webkit-transition: stroke .21s ease-in-out;
    transition: stroke .21s ease-in-out;
    stroke: #a18e56
}

.wine-bottle__sidebar-item.accordion__item--active .wine-bottle__sidebar-item-plus .plus-line:last-child {
    -webkit-transition: stroke .21s ease-in-out;
    transition: stroke .21s ease-in-out;
    stroke: transparent
}

.accordion__item-plus-icon {
    cursor: pointer;
    display: block;
    position: absolute;
    left: -50px
}

.wine-bottle__sidebar-item-plus {
    width: 30px !important;
    height: 30px !important
}

.wine-bottle__sidebar-item-plus .plus-circle, .wine-bottle__sidebar-item-plus .plus-line {
    stroke: #aeaeae
}

.wine-bottle__category-links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px
}

@media (min-width: 48em) {
    .wine-bottle__category-links-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 0
    }
}

.wine-bottle__image {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 50%;
    margin: 10% auto 5%
}

.wine-bottle__image img {
    width: 100%;
    max-width: 630px
}

.wine-bottle__image img.wine-bottle__image--hidden {
    opacity: 0
}

@media (min-width: 48em) {
    .wine-bottle__image {
        margin: 0 auto;
        padding-left: 3%;
        padding-right: 3%;
        max-width: 34%;
        padding-top: 5%
    }
}

@media (min-width: 64.0625em) {
    .wine-bottle__image {
        max-width: 60%
    }
}

@media (max-width: 47.99em) {
    .wine-box--mobile-hidden {
        display: none
    }
}

.wine-box--hidden, .wine-box--mobile-only {
    display: none
}

@media (max-width: 47.99em) {
    .wine-box--mobile-only {
        display: block
    }
}

.wine-bottle__sidebar {
    display: none
}

@media (min-width: 48em) {
    .wine-bottle__sidebar {
        display: block;
        width: 32%
    }

    .wine-bottle__sidebar .accordion {
        padding-top: 24.9%;
        -webkit-transition: padding-top .21s ease-in-out;
        transition: padding-top .21s ease-in-out;
        z-index: 10
    }
}

.wine-bottle__year-accordion-item {
    font-weight: 900
}

@media screen and (max-width: 320px) {
    .wine-bottle__year-accordion-item {
        font-size: 16px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .wine-bottle__year-accordion-item {
        font-size: calc(16px + 0 * ((100vw - 320px) / 703))
    }
}

.article .wine-bottle__master-copy-wrapper--mobile h1, .article .wine-bottle__master-copy-wrapper--mobile h2, .article .wine-bottle__master-copy-wrapper--mobile h3, .article .wine-bottle__master-copy-wrapper--mobile h4, .article .wine-bottle__master-copy-wrapper--mobile h5, .article .wine-bottle__master-copy-wrapper--mobile h6, .video-player .wine-bottle__master-copy-wrapper--mobile .big-video-title, .wine-bottle__master-copy-wrapper--mobile .article h1, .wine-bottle__master-copy-wrapper--mobile .article h2, .wine-bottle__master-copy-wrapper--mobile .article h3, .wine-bottle__master-copy-wrapper--mobile .article h4, .wine-bottle__master-copy-wrapper--mobile .article h5, .wine-bottle__master-copy-wrapper--mobile .article h6, .wine-bottle__master-copy-wrapper--mobile .heading, .wine-bottle__master-copy-wrapper--mobile .video-player .big-video-title {
    padding-left: 10%;
    padding-right: 10%
}

.wine-bottle__master-copy-wrapper--mobile .wine-bottle__category-text {
    border-bottom: none
}

.wine-bottle__section-link {
    margin: 7% 0 5%
}

.wine-bottle__section-link .section-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wines__wrapper {
    position: relative;
    z-index: 12;
    margin-right: 3rem
}

@media (min-width: 48em) {
    .wines__wrapper {
        margin-right: 4rem
    }
}

.wines__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wines__header, .wines__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wines__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 12;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .7s ease-in-out;
    transition: -webkit-transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out, -webkit-transform .7s ease-in-out;
    padding: 16% 12% 10%
}

.wines__header.scroll-magic-section--active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media (min-width: 48em) {
    .wines__header {
        height: 36vh;
        padding: 0 0 0 10%
    }
}

.wines__header-subtitle {
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
    font-size: 12px
}

@media screen and (min-width: 1024px) {
    .wines__header-subtitle {
        font-size: calc(12px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .wines__header-subtitle {
        font-size: 12px
    }
}

.wines__header-title {
    font-weight: 400;
    margin: .4em 0 0;
    font-size: 54px
}

@media screen and (min-width: 1024px) {
    .wines__header-title {
        font-size: calc(54px + 8 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .wines__header-title {
        font-size: 62px
    }
}

@media screen and (max-width: 320px) {
    .wines__header-title {
        font-size: 35px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .wines__header-title {
        font-size: calc(35px + 7 * ((100vw - 320px) / 703))
    }
}

.wines__header-subtitle, .wines__header-title {
    opacity: 0;
    -webkit-transform: scaleX(.9);
    transform: scaleX(.9);
    -webkit-transition: .56s ease-in-out .7s;
    transition: .56s ease-in-out .7s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-origin: left;
    transform-origin: left
}

.scroll-magic-section--active .wines__header-subtitle, .scroll-magic-section--active .wines__header-title {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.wines__header-subtitle {
    -webkit-transition-delay: .84s;
    transition-delay: .84s
}

.wines__title-wrapper {
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    z-index: 10;
    margin: -10em 0 10em
}

.wines__title-wrapper.sticky-element--sticky {
    opacity: 1
}

.wines__title {
    font-weight: 400;
    -webkit-transform: rotate(-90deg) translate(-13em, 4vw);
    transform: rotate(-90deg) translate(-13em, 4vw);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    white-space: nowrap;
    margin: 0;
    height: 0;
    width: 0;
    direction: rtl;
    color: #454545;
    font-size: 20px
}

@media screen and (min-width: 1024px) {
    .wines__title {
        font-size: calc(20px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .wines__title {
        font-size: 20px
    }
}

@media screen and (max-width: 320px) {
    .wines__title {
        font-size: 14px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .wines__title {
        font-size: calc(14px + 0 * ((100vw - 320px) / 703))
    }
}

.wines__block {
    position: relative;
    width: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .7s ease-in-out;
    transition: -webkit-transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out, -webkit-transform .7s ease-in-out;
    min-height: 35vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.wines__block.scroll-magic-section--active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media (min-width: 48em) {
    .wines__block {
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.wines__block--small-image, .wines__block--small-wine {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%)
}

.wines__copy {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 16% 12% 10%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 47.99em) {
    .wines__copy .section-link {
        color: #000;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 30px
    }

    .wines__copy .section-link__text {
        color: #000
    }

    .wines__copy .section-link__line {
        border-color: #000
    }

    .wines__copy .section-link__decoration {
        padding-left: 0
    }
}

@media (min-width: 48em) {
    .wines__copy {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: absolute;
        width: 50%;
        text-align: right;
        margin: 0;
        padding: 10%
    }

    .wines__block--odd .wines__copy {
        left: 0;
        padding: 5% 7% 5% 10%
    }

    .wines__block--even .wines__copy {
        right: 0;
        padding: 5% 16% 5% 10%
    }

    .wines__block--small-wine .wines__copy {
        left: auto;
        right: 10%;
        padding: 0
    }
}

.wines__bottle-wrapper {
    text-align: center;
    width: 50%;
    padding: 4% 0;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 48em) {
    .wines__block--odd .wines__bottle-wrapper {
        margin-right: 0;
        margin-left: 50%
    }

    .wines__block--even .wines__bottle-wrapper, .wines__block--small-wine .wines__bottle-wrapper {
        margin-left: 0;
        margin-right: 50%
    }
}

.wines__bottle {
    max-width: 100%;
    opacity: 0;
    -webkit-transition: opacity .56s ease-in-out .7s;
    transition: opacity .56s ease-in-out .7s
}

.scroll-magic-section--active .wines__bottle {
    opacity: 1
}

@media (min-width: 48em) {
    .wines__bottle {
        max-height: 35vw
    }
}

.wines__copy-title {
    margin: 0 0 5%;
    font-size: 54px
}

@media screen and (min-width: 1024px) {
    .wines__copy-title {
        font-size: calc(54px + 8 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .wines__copy-title {
        font-size: 62px
    }
}

@media screen and (max-width: 320px) {
    .wines__copy-title {
        font-size: 46px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .wines__copy-title {
        font-size: calc(46px + 6 * ((100vw - 320px) / 703))
    }
}

@media (min-width: 48em) {
    .wines__copy-title {
        margin: 0 0 10% 5%
    }
}

.wines__copy-subtitle {
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 16px
}

@media screen and (min-width: 1024px) {
    .wines__copy-subtitle {
        font-size: calc(16px + 2 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .wines__copy-subtitle {
        font-size: 18px
    }
}

@media screen and (max-width: 320px) {
    .wines__copy-subtitle {
        font-size: 12px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .wines__copy-subtitle {
        font-size: calc(12px + 2 * ((100vw - 320px) / 703))
    }
}

@media (min-width: 48em) {
    .wines__copy-subtitle {
        letter-spacing: normal;
        text-transform: none
    }
}

.wines__copy-paragraph {
    margin: 0;
    font-size: 18px
}

@media screen and (min-width: 1024px) {
    .wines__copy-paragraph {
        font-size: calc(18px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .wines__copy-paragraph {
        font-size: 18px
    }
}

@media screen and (max-width: 320px) {
    .wines__copy-paragraph {
        font-size: 16px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .wines__copy-paragraph {
        font-size: calc(16px + 0 * ((100vw - 320px) / 703))
    }
}

@media (min-width: 48em) {
    .wines__copy-paragraph {
        margin: 0 0 14% 20%
    }
}

.wines__copy-paragraph, .wines__copy-subtitle, .wines__copy-title {
    opacity: 0;
    -webkit-transform: scaleX(.9);
    transform: scaleX(.9);
    -webkit-transition: .56s ease-in-out .7s;
    transition: .56s ease-in-out .7s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-origin: left;
    transform-origin: left
}

.scroll-magic-section--active .wines__copy-paragraph, .scroll-magic-section--active .wines__copy-subtitle, .scroll-magic-section--active .wines__copy-title {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.wines__copy-paragraph, .wines__copy-subtitle {
    -webkit-transition-delay: .84s;
    transition-delay: .84s
}

.wines__block--single-narrow-right {
    overflow: hidden
}

.wines__block--single-narrow-right .wines__copy {
    color: #000
}

@media (min-width: 48em) {
    .wines__block--single-narrow-right {
        background: #000
    }

    .wines__block--single-narrow-right.wines__block--even .wines__copy, .wines__block--single-narrow-right.wines__block--odd .wines__copy {
        padding: 5% 16% 5% 10%
    }

    .wines__block--single-narrow-right .wines__copy {
        color: #fff;
        z-index: 2
    }
}

.wines__block--single-narrow-right .image {
    display: block;
    -webkit-transition: -webkit-transform 1.4s ease-in-out;
    transition: -webkit-transform 1.4s ease-in-out;
    transition: transform 1.4s ease-in-out;
    transition: transform 1.4s ease-in-out, -webkit-transform 1.4s ease-in-out;
    z-index: 1;
    height: 36vh
}

@media (min-width: 48em) {
    .wines__block--single-narrow-right .image {
        height: 100%
    }
}

.wines__block--single-narrow-right:hover .image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 3.5s ease-in-out;
    transition: -webkit-transform 3.5s ease-in-out;
    transition: transform 3.5s ease-in-out;
    transition: transform 3.5s ease-in-out, -webkit-transform 3.5s ease-in-out
}

.wines__block--small-wine .wines__copy-title {
    font-size: 44px
}

@media screen and (min-width: 1024px) {
    .wines__block--small-wine .wines__copy-title {
        font-size: calc(44px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .wines__block--small-wine .wines__copy-title {
        font-size: 44px
    }
}

.wines__block--small-wine .wines__copy-subtitle {
    font-size: 14px
}

@media screen and (min-width: 1024px) {
    .wines__block--small-wine .wines__copy-subtitle {
        font-size: calc(14px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .wines__block--small-wine .wines__copy-subtitle {
        font-size: 14px
    }
}

.wines__block--small-wine .wines__copy-paragraph {
    font-size: 14px
}

@media screen and (min-width: 1024px) {
    .wines__block--small-wine .wines__copy-paragraph {
        font-size: calc(14px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .wines__block--small-wine .wines__copy-paragraph {
        font-size: 14px
    }
}

@media (min-width: 48em) {
    .wines__block--small-image, .wines__block--small-wine {
        width: 50%
    }
}

.wines__block--small-image .image {
    height: 100%
}

.wines__separator {
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 50vh
}

.wines__header--odd, .wines__wrapper--odd .wines__list {
    background-color: #fff
}

.wines__header--even, .wines__wrapper--even .wines__list {
    background-color: #f5f5f5
}

.wines__block--odd {
    background-color: #fff
}

.wines__block--even {
    background-color: #f5f5f5
}

.related-wines-wrapper .image-text-section__link {
    width: 100%
}

.related-wines-wrapper .related-wines-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.related-wines-wrapper .related-wines-item .section-link__title {
    text-align: right;
    font-size: 22px
}

@media screen and (min-width: 1024px) {
    .related-wines-wrapper .related-wines-item .section-link__title {
        font-size: calc(22px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .related-wines-wrapper .related-wines-item .section-link__title {
        font-size: 22px
    }
}

.related-wines-wrapper .related-wines-item .section-link__excerpt {
    text-align: right
}

@media (max-width: 47.99em) {
    .related-wines-wrapper .section-link__content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.wine-content--special {
    display: none
}

@media (min-width: 48em) {
    .wine-content--special {
        display: block
    }
}

.wine-content--special.wine-content--mobile-visible {
    display: block
}

.page-template-default .post-content {
    width: 100%;
    margin: auto;
    padding: 5.5vh 11.7vw 8vh;
    white-space: pre-wrap
}

@media (min-width: 48em) {
    .page-template-default .post-content {
        padding: 0;
        padding: 8.5vh 6.8vw
    }
}

@media (min-width: 64.0625em) {
    .page-template-default .post-content {
        padding: 13.5vh 7.7vw 11.7vh
    }
}

.page-template-default .post-content p {
    margin-bottom: 1em
}

.page-template-default .post-content h2 {
    font-size: 27px
}

@media screen and (min-width: 1024px) {
    .page-template-default .post-content h2 {
        font-size: calc(27px + 15 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .page-template-default .post-content h2 {
        font-size: 42px
    }
}

@media screen and (max-width: 320px) {
    .page-template-default .post-content h2 {
        font-size: 28px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .page-template-default .post-content h2 {
        font-size: calc(28px + 0 * ((100vw - 320px) / 703))
    }
}

.page-template-default .post-content h3 {
    font-size: 27px
}

@media screen and (min-width: 1024px) {
    .page-template-default .post-content h3 {
        font-size: calc(27px + 7 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .page-template-default .post-content h3 {
        font-size: 34px
    }
}

.page-template-default .post-content h4 {
    font-size: 25px
}

@media screen and (min-width: 1024px) {
    .page-template-default .post-content h4 {
        font-size: calc(25px + 5 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .page-template-default .post-content h4 {
        font-size: 30px
    }
}

.page-template-default .post-content h2, .page-template-default .post-content h3, .page-template-default .post-content h4 {
    line-height: 1.1
}

@media (min-width: 48em) {
    .page-template-default .post-content h2, .page-template-default .post-content h3, .page-template-default .post-content h4 {
        line-height: 1.15
    }
}

.page-template-default .post-content a {
    color: #a18e56;
    word-wrap: break-word
}

.wide-block {
    text-align: center;
    padding: 5.5vh 7.7vw 8vh
}

.wide-block img {
    max-width: 100%;
    height: auto
}

.wide-block .img-desktop, .wide-block .img-tablet {
    display: none
}

.wide-block .img-mobile {
    display: block
}

@media (min-width: 48em) {
    .wide-block .img-desktop {
        display: none
    }

    .wide-block .img-tablet {
        display: block
    }

    .wide-block .img-mobile {
        display: none
    }
}

@media (min-width: 64.0625em) {
    .wide-block .img-desktop {
        display: block
    }

    .wide-block .img-mobile, .wide-block .img-tablet {
        display: none
    }
}

@media (min-width: 85.375em) {
    .wide-block {
        padding: 13.5vh 7.7vw 11.7vh
    }
}

.article .wide-block h1, .article .wide-block h2, .article .wide-block h3, .article .wide-block h4, .article .wide-block h5, .article .wide-block h6, .video-player .wide-block .big-video-title, .wide-block .article h1, .wide-block .article h2, .wide-block .article h3, .wide-block .article h4, .wide-block .article h5, .wide-block .article h6, .wide-block .heading, .wide-block .video-player .big-video-title {
    margin-bottom: 3.5%
}

.home {
    height: 100vh;
    background-color: #000
}

.home, .home__content {
    width: 100%;
    position: relative
}

.home__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: start;
    z-index: 1;
    border: 0 solid #e0ddd3
}

.home-nav {
    top: auto;
    bottom: 4.5%;
    height: 7%
}

@media (max-width: 64.0525em) {
    .home-nav {
        bottom: 10%;
        height: 6.5%
    }
}

.home-nav__list, .home-nav__list-item {
    height: 100%
}

.home-nav__list-item:hover:after {
    left: 0
}

@media (max-width: 64.0525em) {
    .home-nav__list-item:hover:after {
        left: -32%
    }
}

.home-nav__item-anchor {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
}

.home-nav__list-item.main-nav__item--hidden.main-nav__item--link {
    pointer-events: none
}

.home__hamburger {
    top: 3vw;
    left: 3vw
}

@media (max-width: 47.99em) {
    .home__hamburger {
        top: 25px;
        left: 6vw
    }
}

.home__top-logo {
    display: block;
    position: absolute;
    top: 5%;
    right: 2%;
    color: #fff;
    font-size: 52px
}

@media screen and (min-width: 1024px) {
    .home__top-logo {
        font-size: calc(52px + 23 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .home__top-logo {
        font-size: 75px
    }
}

@media (max-width: 64.0525em) {
    .home__top-logo {
        top: 3.6%;
        right: 2.6%
    }
}

@media (max-width: 47.99em) {
    .home__top-logo {
        top: 1.6%
    }
}

.home__top-logo-pre {
    position: absolute;
    top: 2%;
    right: 10%;
    color: #a18e56;
    right: 125px;
    font-size: 36px
}

@media (min-width: 48em) {
    .home__top-logo-pre {
        display: block;
        top: 4%;
        right: 15.8%;
        font-size: 32px
    }
}

@media screen and (min-width: 48em) and (min-width: 1024px) {
    .home__top-logo-pre {
        font-size: calc(32px + 16 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 48em) and (min-width: 1841px) {
    .home__top-logo-pre {
        font-size: 48px
    }
}

@media (min-width: 52.5em) {
    .home__top-logo-pre {
        right: 14.7%
    }
}

@media (min-width: 56.25em) {
    .home__top-logo-pre {
        right: 14%
    }
}

@media (min-width: 62em) {
    .home__top-logo-pre {
        right: 14%
    }
}

@media (min-width: 64em) {
    .home__top-logo-pre {
        top: 5.5%;
        right: 12%
    }
}

@media (min-width: 67.5em) {
    .home__top-logo-pre {
        right: 12%
    }
}

@media (min-width: 85.375em) {
    .home__top-logo-pre {
        right: 11%
    }
}

@media (min-width: 106.25em) {
    .home__top-logo-pre {
        right: 10%
    }
}

.generazioni-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px
}

.generazioni-mobile .home__bottom-logo {
    visibility: inherit;
    opacity: 1;
    display: block;
    position: absolute;
    color: #fff;
    font-size: 60px
}

.home__lang-nav {
    position: absolute;
    right: 1.8%;
    bottom: 3%;
    z-index: 2
}

@media (max-width: 64.0525em) {
    .home__lang-nav {
        right: 4%;
        bottom: 3%
    }
}

@media (max-width: 47.99em) {
    .home__lang-nav {
        bottom: auto;
        right: 6%;
        bottom: 4%
    }
}

.home-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 48em) {
    .home-title {
        position: absolute;
        bottom: 21.5%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (max-width: 64.0525em) {
    .home-title {
        bottom: 25%
    }
}

.home-title:hover .home-title__text {
    color: #fff
}

.home-title:hover .play-button-svg__track {
    stroke: #fff
}

.home-title__text {
    margin-top: 1rem;
    margin-bottom: 0;
    color: hsla(0, 0%, 100%, .8);
    font-weight: 300;
    -webkit-transition: color .35s ease-in-out;
    transition: color .35s ease-in-out;
    font-size: 28px
}

@media screen and (min-width: 1024px) {
    .home-title__text {
        font-size: calc(28px + 7 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .home-title__text {
        font-size: 35px
    }
}

.home-video {
    z-index: 0;
    overflow: hidden
}

.home-video, .home-video__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home-video__overlay {
    opacity: .6;
    background-color: #000
}

.home-video__video {
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 1
}

@media (max-width: 47.99em) {
    .home-video__video {
        position: absolute;
        top: 0
    }
}

.home-video__video * {
    display: none
}

.home-video__video .vjs-tech {
    display: block;
    width: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    min-height: 100%;
    min-width: 100%
}

.home-title__button {
    width: 2rem;
    height: 2rem
}

@media (max-width: 64.0525em) {
    .home-title__button {
        width: 2.5rem;
        height: 2.5rem
    }
}

.home-overlay-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: background-color .8s ease;
    transition: background-color .8s ease;
    background-color: rgba(35, 32, 30, 0)
}

.home-overlay-back--active {
    background-color: rgba(35, 32, 30, .8)
}

.home-overlay-back--active .home-overlay__content {
    opacity: 1
}

.home-overlay {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    overflow: hidden
}

@media screen and (max-width: 47.99em) and (orientation: portrait) {
    .home-overlay {
        top: 30%;
        height: 30%
    }
}

.home-overlay__content {
    position: relative;
    height: 100%;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    opacity: 0
}

.home-overlay__content .big-video-title:after {
    display: none
}

.home-overlay__close-button {
    cursor: pointer;
    position: absolute;
    top: 2rem;
    right: 2rem;
    opacity: 0
}

@media (max-width: 64.0525em) {
    .home-overlay__close-button {
        top: 1rem;
        right: 1rem
    }
}

.home__fade-in-element {
    opacity: 0
}

.home__logo {
    color: #fff;
    opacity: 1;
    /*margin-top: -3.5%;*/
    margin-top:12%;
    font-size: 121px
}

@media screen and (min-width: 1024px) {
    .home__logo {
        font-size: calc(121px + 45 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .home__logo {
        font-size: 166px
    }
}

@media (max-width: 64.0525em) {
    .home__logo {
        margin-top: -8%
    }
}

@media (max-width: 47.99em) {
    .home__logo {
        margin-top: 49%;
        margin-bottom: 20%
    }

    .home__logo:before {
        font-size: 88%
    }
}

@media screen and (max-width: 47.99em) and (orientation: landscape) {
    .home__logo {
        margin-top: 0;
        margin-bottom: 0
    }
}

.home__fullpage-section {
    height: 100vh;
    position: relative
}

.home__fullpage-section--mobile {
    background-size: cover;
    background-position: 50%;
    color: #000;
    display: block
}

@media (min-width: 48em) {
    .home__fullpage-section--mobile {
        display: none
    }
}

.home__fullpage-section-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-decoration: none
}

.home__fullpage-section-link, .home__fullpage-section-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.home__fullpage-section-title {
    color: #fff;
    font-family: Lato;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5em;
    margin-right: -.5em;
    text-align: center;
    position: relative;
    height: 60px
}

.home__fullpage-section-overlay {
    background-color: rgba(0, 0, 0, .35);
    height: 100vh;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.home-overlay__chapters {
    position: absolute;
    bottom: 7%;
    left: 50%;
    padding: 0 16px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out
}

@media (min-width: 48em) {
    .home-overlay__chapters {
        padding: 0;
        width: 50%
    }

    .vjs-user-inactive + .home-overlay__chapters {
        opacity: 0
    }
}

.home-overlay__chapter {
    background: none;
    border: none;
    padding: 0;
    color: hsla(0, 0%, 100%, .7);
    cursor: pointer;
    -webkit-transition: color .35s ease;
    transition: color .35s ease;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    font-size: 22px
}

@media screen and (min-width: 1024px) {
    .home-overlay__chapter {
        font-size: calc(22px + 6 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .home-overlay__chapter {
        font-size: 28px
    }
}

@media screen and (max-width: 320px) {
    .home-overlay__chapter {
        font-size: 12px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .home-overlay__chapter {
        font-size: calc(12px + 4 * ((100vw - 320px) / 703))
    }
}

.home-overlay__chapter:hover {
    color: #a18e56
}

.home-overlay__chapter:focus {
    outline: 0
}

@media (max-width: 64.0525em) {
    .home-overlay__chapter {
        margin: 0 3%
    }
}

.home-overlay__chapter--active {
    color: #fff
}

.home__info-label {
    bottom: 1em;
    color: hsla(0, 0%, 100%, .26);
    font-family: Lato;
    font-weight: 900;
    letter-spacing: 1pt;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    word-spacing: 2pt;
    font-size: 9px
}

@media screen and (min-width: 1024px) {
    .home__info-label {
        font-size: calc(9px + 1 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .home__info-label {
        font-size: 10px
    }
}

@media screen and (max-width: 320px) {
    .home__info-label {
        font-size: 7px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .home__info-label {
        font-size: calc(7px + 1 * ((100vw - 320px) / 703))
    }
}

/*.family {*/
/*    display: none*/
/*}*/

@media (min-width: 48em) {
    .family {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative
    }
}

.family-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.family-section {
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    /*height: 84vh;*/
    padding: 14.25vh 13.3% 14.5vh 11.1%;
    z-index: 0;
    visibility: hidden;
    overflow: hidden
}
@media (min-width: 48em) {


    .family-section:nth-child(2n) {
        padding-left: 7.1%
    }

    .family-section:nth-child(2n) .family-section__copy {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 4%;
        margin-right: 0
    }

    .family-section:nth-child(2n) .family-section__logo {
        right: 4%;
        left: auto
    }
}

@media (min-width: 48em) and (min-width: 64.0625em) {
    .family-section:nth-child(2n) .family-section__logo {
        right: 8%
    }
}

@media (min-width: 48em) and (max-width: 64.0525em) {
    .family-section {
        padding: 15vh 7.7% 18vh
    }
}

.family-section__background {
    background-size: cover;
    background-position: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.family-section--active {
    z-index: 1;
    visibility: visible
}

.family-section__image-wrapper {
    width: 61.4%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    overflow: hidden
}

@media (max-width: 64.0525em) {
    .family-section__image-wrapper {
        width: 57.7%
    }
}

.family-section__image-outer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.family-section__image {
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    position: relative
}

.family-section__copy {
    z-index: 1;
    padding: 13%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

@media (min-width: 48em) {
    .family-section__copy {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 4%;
        padding: 15vh 0 0;
        width: 34.6%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 48em) and (max-width: 64.0525em) {
    .family-section__copy {
        width: 38.3%;
        padding: 13vh 0 0
    }
}

@media (min-width: 64.0625em) {
    .family-section__copy {
        padding: 11vh 0 0
    }
}

.family-section__copy .scrollable__content:not(.jspScrollable) .jspPane {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.family-section__link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width: 48em) {
    .family-section__link-wrapper {
        margin-top: 2.7%
    }
}

.family-section-nav {
    display: none
}

@media (min-width: 48em) {
    .family-section-nav {
        position: fixed;
        z-index: 2;
        bottom: 0;
        width: 100%;
        height: 8.7%;
        -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, .1);
        box-shadow: 0 -5px 10px rgba(0, 0, 0, .1);
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 48em) and (max-width: 64.0525em) {
    .family-section-nav {
        height: 9%
    }
}

.family-section-nav__list {
    text-align: center;
    margin: 0;
    padding: 0 6.5% 0 4%;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media (max-width: 64.0525em) {
    .family-section-nav__list {
        padding: 0 10.4%
    }
}

.family-section-nav__item {
    font-family: Lato, sans-serif;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    list-style-type: none;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 800;
    letter-spacing: 2px;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    height: 100%;
    width: 20%;
    font-size: 7px
}

@media screen and (min-width: 1024px) {
    .family-section-nav__item {
        font-size: calc(7px + 5 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .family-section-nav__item {
        font-size: 12px
    }
}

.family-section-nav__item:hover .family-section-nav__item-anchor {
    color: #a18e56
}

.family-section-nav__item:hover .family-section-nav__item-anchor:before {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.family-section-nav__item-anchor {
    text-decoration: none;
    color: rgba(0, 0, 0, .5);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    padding: 0 20%;
    white-space: nowrap;
    cursor: pointer
}

.family-section-nav__item-anchor:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #000;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease
}

.family-section-nav__item-anchor--active {
    color: #000
}

.family-section-nav__item-anchor--active:before {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.image--family-section {
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 100%
}

@media (min-width: 48em) {
    .image--family-section {
        height: 100%;
        position: absolute;
        top: 0
    }
}

.family__sections--mobile {
    display: block
}

@media (min-width: 48em) {
    .family__sections--mobile {
        display: none
    }
}

@media (max-width: 47.99em) {
    .article .family-section__text p, .family-section__text .article p, .family-section__text .page-template-default .post-content p, .family-section__text .paragraph, .page-template-default .post-content .family-section__text p {
        overflow: auto;
        letter-spacing: .2px
    }
}

.family-section__logo {
    position: relative;
    right: 10px;
    margin-bottom: 10%;
    width: 31%
}

@media (min-width: 48em) {
    .family-section__logo {
        position: absolute;
        width: 9%;
        top: 11.8%;
        left: 4%;
        right: auto
    }
}

@media (min-width: 64.0625em) {
    .family-section__logo {
        top: 11%;
        left: 8%;
        width: 7.5%
    }
}

.wine-filter {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 48em) {
    .wine-filter .scrollable__content.jspScrollable .jspContainer {
        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(16%, #000), color-stop(84%, #000), to(transparent));
        -webkit-mask-image: linear-gradient(transparent, #000 16%, #000 84%, transparent);
        mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(16%, #000), color-stop(84%, #000), to(transparent));
        mask-image: linear-gradient(transparent, #000 16%, #000 84%, transparent)
    }

    .wine-filter .scrollable__content.jspScrollable .jspContainer .wine-filter-results__list-item:first-of-type {
        margin-top: 3rem
    }

    .wine-filter .scrollable__content.jspScrollable .jspContainer .wine-filter-results__list-item:last-of-type {
        margin-bottom: 6rem
    }
}

.wine-filter__footer-link {
    cursor: pointer;
    margin-top: 4vh;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out, color .8s ease;
    transition: opacity .4s ease-in-out, color .8s ease;
    text-decoration: none;
    color: #000;
    white-space: nowrap;
    font-size: 29px
}

@media screen and (min-width: 1024px) {
    .wine-filter__footer-link {
        font-size: calc(29px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .wine-filter__footer-link {
        font-size: 29px
    }
}

@media screen and (max-width: 320px) {
    .wine-filter__footer-link {
        font-size: 20px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .wine-filter__footer-link {
        font-size: calc(20px + 4 * ((100vw - 320px) / 703))
    }
}

.device-desktop .wine-filter__footer-link:hover {
    color: #a18e56
}

@media (min-width: 64.0625em) {
    .wine-filter__footer-link {
        margin-top: 5.674vh
    }
}

.wine-filter__breadcrumb {
    background: none;
    border: none;
    top: 9vw;
    left: 9vw;
    position: absolute;
    width: 100%;
    display: block;
    z-index: 10;
    color: #aeaeae;
    text-align: left;
    padding-left: 15px
}

@media screen and (max-width: 320px) {
    .wine-filter__breadcrumb {
        font-size: 10px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .wine-filter__breadcrumb {
        font-size: calc(10px + 2 * ((100vw - 320px) / 703))
    }
}

.wine-filter__breadcrumb:before {
    border: 2px solid #000;
    border-top: 0;
    border-left: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    -webkit-transition: border-color .5s ease;
    transition: border-color .5s ease;
    content: "";
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: -10px;
    top: -3px
}

.wine-filter__footer {
    position: absolute;
    width: 0;
    left: 9vw;
    right: 9vw;
    bottom: 0;
    border: 1px solid #e3e3e3;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    margin-bottom: 4vh;
    opacity: 0
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-max-device-pixel-ratio: 3),(min-resolution: 2dppx) and (max-resolution: 3dppx) {
    .wine-filter__footer {
        border-width: .5px
    }
}

@media (-webkit-min-device-pixel-ratio: 4),(min-resolution: 4dppx) {
    .wine-filter__footer {
        border-width: .25px
    }
}

@media (min-width: 64.0625em) {
    .wine-filter__footer {
        margin-bottom: 7vh
    }
}

@media (min-width: 48em) {
    .wine-filter__footer {
        left: 7%;
        right: auto;
        width: 86%
    }
}

.wine-filter__footer--active {
    width: calc(100% - 2 * 9vw);
    opacity: 1
}

@media (min-width: 48em) {
    .wine-filter__footer--active {
        width: 86%
    }
}

.wine-filter__footer--active .wine-filter__footer-link {
    opacity: 1
}

.wine-filter__footer-content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 48em) {
    .wine-filter__footer-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.wine-filter__button {
    cursor: pointer;
    background: transparent;
    border: 0;
    font-size: 20px;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    -webkit-transition: color .7s ease, width 1s ease-out;
    transition: color .7s ease, width 1s ease-out
}

.device-desktop .wine-filter__button:hover {
    color: #a18e56
}

.wine-filter__button:focus {
    outline: 0
}

.wine-filter__button--active {
    color: #a18e56
}

.wine-main-filters__item {
    line-height: 1.19;
    text-align: left;
    width: 100%;
    margin: 10px 0;
    font-size: 50px
}

@media screen and (min-width: 1024px) {
    .wine-main-filters__item {
        font-size: calc(50px + 10 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .wine-main-filters__item {
        font-size: 60px
    }
}

@media screen and (max-width: 320px) {
    .wine-main-filters__item {
        font-size: 39px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .wine-main-filters__item {
        font-size: calc(39px + 5 * ((100vw - 320px) / 703))
    }
}

@media (min-width: 48em) {
    .wine-main-filters__item {
        text-align: center;
        margin: 20px 0
    }
}

.button-denominazione_vino {
    display: none
}

.wine-filter-wrapper.scrollable--no-vertical .jspContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wine-filter-wrapper.scrollable--no-vertical .jspPane {
    position: relative !important
}

.wine-sub-filters__item {
    margin-bottom: 1rem;
    font-size: 24px
}

@media screen and (min-width: 1024px) {
    .wine-sub-filters__item {
        font-size: calc(24px + 2 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .wine-sub-filters__item {
        font-size: 26px
    }
}

@media screen and (max-width: 320px) {
    .wine-sub-filters__item {
        font-size: 18px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .wine-sub-filters__item {
        font-size: calc(18px + 2 * ((100vw - 320px) / 703))
    }
}

.wine-sub-filters__item:first-child {
    margin-top: 50px
}

.wine-sub-filters__item:last-child {
    margin-bottom: 80px
}

span.filer-sep {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: 600
}

.filer-sep {
    font-family: Lato, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    margin: 5px 0
}

.wine-filter-results__list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

.wine-filter-results__list-item {
    opacity: 0;
    margin-bottom: 1rem
}

.wine-filter-results__list-item:last-of-type {
    margin-bottom: 0
}

@media (min-width: 48em) {
    .wine-filter-results__list-item {
        margin-bottom: 2rem
    }
}

@media (min-width: 64.0625em) {
    .wine-filter-results__list-item {
        margin-bottom: 4rem
    }
}

.wine-filter-results__list-item-link {
    text-decoration: none;
    display: block;
    color: #000;
    -webkit-transition: color 1s ease;
    transition: color 1s ease
}

.device-desktop .wine-filter-results__list-item-link:focus, .device-desktop .wine-filter-results__list-item-link:hover {
    color: #a18e56
}

.wine-filter-results__list-item-title {
    font-family: Bodoni\ 72, serif;
    display: inline-block;
    width: auto;
    text-transform: none;
    margin-bottom: .3rem;
    font-size: 24px
}

@media screen and (min-width: 1024px) {
    .wine-filter-results__list-item-title {
        font-size: calc(24px + 2 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .wine-filter-results__list-item-title {
        font-size: 26px
    }
}

@media screen and (max-width: 320px) {
    .wine-filter-results__list-item-title {
        font-size: 18px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .wine-filter-results__list-item-title {
        font-size: calc(18px + 2 * ((100vw - 320px) / 703))
    }
}

.wine-filter-results__list-item-excerpt {
    font-family: Lato, sans-serif;
    font-weight: 900;
    display: block;
    text-transform: uppercase;
    font-size: 12px
}

@media screen and (min-width: 1024px) {
    .wine-filter-results__list-item-excerpt {
        font-size: calc(12px + 1 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .wine-filter-results__list-item-excerpt {
        font-size: 13px
    }
}

.wine-filter__loader {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.wine-filter__loader .loader__inner {
    margin: 0 auto
}

.wine-filter__video-wrapper {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
    background: #fff;
    padding-top: 7.225%
}

@media (max-width: 64.0525em) {
    .wine-filter__video-wrapper {
        padding-top: 10.2%
    }
}

.wine-filter__video {
    background-color: #fff
}

.wine-filter__results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wine-filter__results, .wine-sub-filters {
    width: 100vw;
    height: 100%
}

@media (min-width: 48em) {
    .wine-filter__results, .wine-sub-filters {
        width: 0;
        margin-right: 0
    }
}

.wine-main-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

@media (min-width: 48em) {
    .wine-main-filters {
        margin-right: 4%
    }
}

.wine-filter__results, .wine-sub-filters {
    position: relative
}

.wine-filter__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    height: calc(100% - 84px);
    padding: 0;
    position: fixed;
    width: 300%
}

@media (min-width: 48em) {
    .wine-filter__content {
        width: 100%;
        position: absolute;
        top: 104px;
        left: 0;
        right: 0;
        margin: auto;
        height: calc(100% - 104px)
    }
}

@media (min-width: 64.0625em) {
    .wine-filter__content {
        padding: 7.5% 0 12.5%;
        top: 132px;
        height: calc(100% - 132px)
    }
}

.wine-filter__content--active .wine-main-filters__item {
    width: 0
}

@media (max-width: 47.99em) {
    .wine-filter__results, .wine-main-filters, .wine-sub-filters {
        padding: 0 12vw;
        width: 33.33333%
    }
}

@media (max-width: 47.99em) {
    .wine-filter-results__list.scrollable, .wine-filter__list.scrollable {
        max-height: 48vh;
        margin-top: 12vh
    }
}

.main-filters--active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out
}

@media (min-width: 48em) and (max-width: 64.0525em) {
    .wine-filter__content--finished .wine-filter__results, .wine-filter__content--finished .wine-sub-filters {
        max-height: 60%
    }
}

@media (min-width: 48em) {
    .wine-filter__content--finished .wine-sub-filters {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 2%;
        width: 18%
    }

    .wine-filter__content--finished .wine-filter__results {
        padding: 5% 0;
        width: 22%
    }

    .wine-filter__content--finished .wine-main-filters__item {
        width: 100%
    }
}

@media (min-width: 64.0625em) {
    .wine-filter__content--finished .wine-sub-filters {
        margin-right: 5%
    }

    .wine-filter__content--finished .wine-filter__results {
        padding: 0
    }
}

.wine-filter__content--finished .wine-main-filters__item {
    text-align: left
}

.wine-main-filters__item-text {
    display: inline-block;
    white-space: nowrap
}

.experience-header {
    padding: 1.5rem 2.5rem 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 48em) {
    .experience-header {
        padding: 4rem 4rem 4rem 5rem
    }
}

@media (min-width: 64.0625em) {
    .experience-header {
        padding: 7rem 4rem 7rem 7rem
    }
}

.experience-header__title {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 38px
}

@media screen and (min-width: 1024px) {
    .experience-header__title {
        font-size: calc(38px + 14 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .experience-header__title {
        font-size: 52px
    }
}

@media screen and (max-width: 320px) {
    .experience-header__title {
        font-size: 28px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .experience-header__title {
        font-size: calc(28px + 2 * ((100vw - 320px) / 703))
    }
}

@media (min-width: 48em) {
    .experience-header__title {
        margin-bottom: 3rem
    }
}

.experience-header__sub-title {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 400;
    opacity: 0;
    position: relative;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer;
    font-size: 25px
}

@media screen and (min-width: 1024px) {
    .experience-header__sub-title {
        font-size: calc(25px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .experience-header__sub-title {
        font-size: 25px
    }
}

.experience-header__sub-title:hover {
    color: #a18e56
}

.experience-header__sub-title:hover .circle-icon, .experience-header__sub-title:hover .circle-icon__arrow {
    border-color: #a18e56
}

.experience-header__left-content {
    width: 100%;
    margin-right: 5%
}

@media (min-width: 48em) {
    .experience-header__left-content {
        width: 20%
    }
}

.experience-filters {
    position: relative;
    width: 75%;
    overflow: hidden
}

.expeirence__header__full-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: hidden
}

.expeirence__header__full-image:focus {
    outline: 0
}

.expeirence__header__full-image:before {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 3;
    content: "";
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.expeirence__header__full-image--active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 4s ease;
    transition: -webkit-transform 4s ease;
    transition: transform 4s ease;
    transition: transform 4s ease, -webkit-transform 4s ease
}

.expeirence__header__full-image--active:before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 2.1s ease;
    transition: -webkit-transform 2.1s ease;
    transition: transform 2.1s ease;
    transition: transform 2.1s ease, -webkit-transform 2.1s ease
}

.experience-filters__list {
    display: none
}

@media (min-width: 48em) {
    .experience-filters__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0;
        margin: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
        background-color: #fff;
        position: relative;
        z-index: 2
    }
}

.experience-filters__list-item {
    cursor: pointer;
    height: 24.5vw;
    width: 16.66667%;
    overflow: hidden;
    position: relative;
    margin-right: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media (min-width: 48em) {
    .experience-filters__list-item:hover .experience-filters__image {
        -webkit-filter: none;
        filter: none;
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1)
    }
}

@media (min-width: 64.0625em) {
    .experience-filters__list-item {
        height: 22.5vw
    }
}

.experience-filters__list-item-content {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.experience-filters__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-filter: gray;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .5;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    display: none
}

.objectfit .experience-filters__image--original {
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.no-objectfit .experience-filters__image--fallback {
    background: no-repeat 50% 50%;
    background-size: cover;
    display: block
}

.experience-filters__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.experience-filters__plus {
    width: 3rem;
    height: 3rem
}

.experience-header__list {
    list-style: none;
    padding: 0;
    margin: 0
}

.experience-header__list-item {
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: 900;
    letter-spacing: .1em;
    cursor: pointer;
    font-size: 11px
}

@media screen and (min-width: 1024px) {
    .experience-header__list-item {
        font-size: calc(11px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .experience-header__list-item {
        font-size: 11px
    }
}

@media screen and (max-width: 320px) {
    .experience-header__list-item {
        font-size: 10px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .experience-header__list-item {
        font-size: calc(10px + 0 * ((100vw - 320px) / 703))
    }
}

@media (min-width: 48em) {
    .experience-header__list-item {
        margin-bottom: .5rem
    }
}

.experience__loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 2rem 0;
    z-index: 2
}

.experience__loader--hidden {
    display: none
}

.experience-header__list-item {
    -webkit-transition: color .7s ease;
    transition: color .7s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.experience-header__list-item .experience-header__list-item-icon {
    display: none
}

.experience-header__list-item.experience-sub-filter--active, .experience-header__list-item:hover {
    color: #a18e56
}

.experience-header__list-item.experience-sub-filter--active .experience-header__list-item-icon {
    display: block
}

.experience-header__list-item.experience-sub-filter--active .experience-header__list-item-text {
    border-right: 1px solid #a2a2a2;
    padding-right: 18px;
    margin-right: 6px
}

@media (min-width: 48em) {
    .experience-header__list-item.experience-sub-filter--active .experience-header__list-item-text {
        padding-right: 5px;
        margin-right: 5px
    }
}

.experience-header__list-item-icon {
    width: 10px;
    height: 10px
}

.experience-header__list-item-icon:after, .experience-header__list-item-icon:before {
    width: 1px;
    height: 10px;
    left: 6px;
    background-color: #000
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-max-device-pixel-ratio: 3),(min-resolution: 2dppx) and (max-resolution: 3dppx) {
    .experience-header__list-item-icon:after, .experience-header__list-item-icon:before {
        width: .5px
    }
}

@media (-webkit-min-device-pixel-ratio: 4),(min-resolution: 4dppx) {
    .experience-header__list-item-icon:after, .experience-header__list-item-icon:before {
        width: .25px
    }
}

.sub-menu__item.experience-filter--active, .sub-menu__sub-item.experience-sub-filter--active {
    color: #a18e56
}

.sub-menu__item .iconext-antinori-chianti-classico {
    font-size: 94px;
    margin: 10px;
    display: inline-block
}

.experience-filters__list-item-content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 1.05s ease;
    transition: -webkit-transform 1.05s ease;
    transition: transform 1.05s ease;
    transition: transform 1.05s ease, -webkit-transform 1.05s ease
}

.experience--hidden .experience-filters__list-item {
    pointer-events: none
}

.experience--hidden .experience-filters__list-item-content {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.special-tenuta-menu-wrapper {
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: -1px
}

@media (max-width: 47.99em) {
    .special-tenuta-menu-wrapper {
        position: relative
    }
}

@media (min-width: 85.375em) {
    .special-tenuta-menu-wrapper {
        height: 65px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.special-tenuta-menu-wrapper.sticky-element--sticky {
    z-index: 2
}

.special-tenuta-menu {
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 6%;
    font-size: 8px
}

@media screen and (min-width: 1024px) {
    .special-tenuta-menu {
        font-size: calc(8px + 4 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .special-tenuta-menu {
        font-size: 12px
    }
}

@media screen and (max-width: 320px) {
    .special-tenuta-menu {
        font-size: 9px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .special-tenuta-menu {
        font-size: calc(9px + 2 * ((100vw - 320px) / 703))
    }
}

@media (min-width: 48em) {
    .special-tenuta-menu {
        height: auto;
        margin-top: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 48em) and (max-width: 85.365em) {
    .special-tenuta-menu {
        width: 100%
    }
}

.special-tenuta-menu__item {
    color: #fff;
    text-decoration: none;
    list-style: none;
    padding: 0 1%;
    letter-spacing: 1.1px;
    font-weight: 700;
    position: relative;
    white-space: nowrap;
    -webkit-transition: color .7s ease;
    transition: color .7s ease;
    margin: 2.5% 0
}

@media (min-width: 48em) {
    .special-tenuta-menu__item:not(:last-child):after {
        content: "";
        height: 100%;
        background-color: #fff;
        width: 1px;
        position: absolute;
        right: 0
    }

    .special-tenuta-menu__item:hover, .special-tenuta-menu__item:hover strong {
        color: #a18e56
    }
}

@media (min-width: 85.375em) {
    .special-tenuta-menu__item {
        margin: 0;
        padding: 0 1.75%
    }
}

.special-tenuta-menu__item strong {
    color: #918181;
    pointer-events: none
}

.social-links {
    width: auto;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    top: 0;
    bottom: 0;
    position: absolute;
    right: 1.4%;
    padding-top: 0
}

@media (max-width: 63.99em) {
    .social-links {
        right: auto;
        position: static
    }
}

.social-links:after, .social-links:before {
    display: none
}

.social-links__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social-links__item-title {
    display: none
}

.lang-nav-speciale_tenuta {
    bottom: 0;
    position: absolute;
    left: 1.4%;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.lang-nav-speciale_tenuta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 63.99em) {
    .lang-nav-speciale_tenuta ul {
        margin: 0 auto
    }
}

@media (max-width: 47.99em) {
    .lang-nav-speciale_tenuta {
        display: none
    }
}

.lang-nav-speciale_tenuta .lang-nav__item {
    margin-bottom: 0;
    margin-right: 8px
}

.timeline {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #000;
    overflow: hidden
}

.timeline-wrapper {
    position: relative;
    height: 100%;
    z-index: 2
}

.timeline-nav {
    position: absolute;
    top: 0;
    left: 0;
    padding: 35px 50px 25px;
    width: 100%;
    overflow: hidden
}

.timeline-nav__chapter-title {
    color: #fff;
    margin-bottom: 30px;
    display: block;
    border: 0;
    background: none;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    font-size: 21px
}

@media screen and (min-width: 1024px) {
    .timeline-nav__chapter-title {
        font-size: calc(21px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .timeline-nav__chapter-title {
        font-size: 21px
    }
}

.timeline-nav__chapter-title:focus {
    outline: 0
}

.timeline-nav__wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.timeline-nav__chapter-items, .timeline-nav__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.timeline-nav__chapter-items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.timeline-nav__chapter-item {
    position: relative;
    border: 0;
    border-radius: 50%;
    background: #fff;
    height: 5px;
    width: 5px;
    margin-right: 55px;
    padding: 0;
    opacity: 0
}

.timeline-nav__chapter-item:first-child {
    opacity: .35
}

.timeline-nav__chapter-item:first-child .timeline-nav__chapter-item-stroke {
    position: absolute;
    height: 20px;
    width: 20px;
    opacity: .35;
    border-radius: 50%;
    top: -7.5px;
    left: -7.5px;
    border: 1px solid #fff
}

.timeline-nav__chapter-item:focus {
    outline: 0
}

.timeline-nav__chapter {
    position: relative
}

.timeline-nav__chapter:before {
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    width: 100%;
    content: "";
    display: block;
    opacity: .15;
    background: #fff
}

.timeline-slideshow, .timeline-slideshow__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.timeline-slideshow__slide {
    background-size: cover;
    background-position: 50%;
    opacity: 1;
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease;
    -webkit-animation: zoom-in 180s infinite;
    animation: zoom-in 180s infinite
}

.timeline-slideshow__slide--hidden {
    opacity: 0;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.timeline-orientation-overlay {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
    color: #fff;
    font-size: 15px
}

@media screen and (min-width: 1024px) {
    .timeline-orientation-overlay {
        font-size: calc(15px + 0 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .timeline-orientation-overlay {
        font-size: 15px
    }
}

.page-timeline {
    overflow: hidden
}

.timeline-popup__wrapper {
    padding-bottom: 0
}

.timeline-popup .popup__content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.timeline-popup {
    display: none;
    -webkit-animation: none;
    animation: none
}

.timeline-popup-loader {
    z-index: 999
}

.timeline-popup__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 55px
}

.timeline-popup__bullet-wrapper, .timeline-popup__navigation {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.timeline-popup__bullet-wrapper {
    font-family: Lato, sans-serif;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    list-style-type: none;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 800;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    height: 100%;
    margin: 0 .5%;
    font-size: 8px
}

@media screen and (min-width: 1024px) {
    .timeline-popup__bullet-wrapper {
        font-size: calc(8px + 1 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .timeline-popup__bullet-wrapper {
        font-size: 9px
    }
}

.timeline-popup__bullet {
    text-decoration: none;
    border: none;
    background-color: transparent;
    color: #000;
    height: 100%;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    padding: 0 8px;
    white-space: nowrap;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    opacity: .5
}

.timeline-popup__bullet.timeline-popup__bullet--active, .timeline-popup__bullet:hover {
    opacity: 1
}

.timeline-popup__bullet.timeline-popup__bullet--active .timeline-popup__bullet-decorator, .timeline-popup__bullet:hover .timeline-popup__bullet-decorator {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.timeline-popup__bullet-year {
    display: inline
}

.timeline-popup__bullet-decorator {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease
}

.heading-popup-timeline__chapter-name {
    font-family: Lato, sans-serif;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    color: #a18e56;
    text-transform: uppercase;
    font-weight: 600;
    padding: 1% 0 8%;
    font-size: 8px
}

@media screen and (min-width: 1024px) {
    .heading-popup-timeline__chapter-name {
        font-size: calc(8px + 1 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .heading-popup-timeline__chapter-name {
        font-size: 9px
    }
}

.search {
    background-color: #000;
    padding: 1% 0 3.5%
}

.search .search-inner {
    width: 100%
}

.search form {
    text-align: center;
    width: 100%
}

.search button {
    background-color: transparent;
    border: none;
    font-size: 25px;
    color: #fff;
    color: hsla(0, 0%, 100%, .4);
    cursor: pointer
}

.search button span {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0
}

.search .search-text {
    color: #fff;
    color: hsla(0, 0%, 100%, .8);
    font-size: 28px;
    font-weight: 400
}

.search .search-text span {
    color: #a18e56
}

.search .empty-results {
    color: #fff
}

.no-results .search-text {
    padding: 0 0 5%;
    margin-top: -5%
}

#search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    min-height: calc(100% - 84px);
    height: auto;
    position: absolute;
    width: 100%
}

@media (min-width: 48em) {
    #search {
        min-height: calc(100% - 104px);
        top: 104px
    }
}

@media (min-width: 64.0625em) {
    #search {
        top: 132px;
        min-height: calc(100% - 132px);
        width: 100%
    }
}

.custom-search {
    padding: 3px;
    background-color: #000;
    display: inline-block;
    width: 100%
}

.custom-search input {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #000;
    color: hsla(0, 0%, 100%, .8);
    opacity: .8;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    width: 100%;
    position: relative
}

.custom-search input:focus {
    outline: none
}

.custom-search input:-webkit-autofill, .custom-search input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #000 inset;
    -webkit-text-fill-color: #fff
}

.custom-search div {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.custom-search div:after {
    content: "";
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(20%, hsla(0, 0%, 100%, .3)), color-stop(80%, hsla(0, 0%, 100%, .3)), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3) 20%, hsla(0, 0%, 100%, .3) 80%, hsla(0, 0%, 100%, 0));
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0
}

@media (min-width: 64em) {
    .custom-search div {
        width: 50%
    }
}

.search-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.search-results .section-link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: auto
}

.search-results .post-title {
    margin-top: 10px;
    margin-bottom: 0
}

.article .search-results p, .page-template-default .post-content .search-results p, .search-results .article p, .search-results .page-template-default .post-content p, .search-results .paragraph {
    margin-bottom: 15px
}

.search-results .heading--h3 {
    font-size: 28px
}

.search__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    width: 100%;
    margin: 35px 0 0
}

@media (min-width: 64em) {
    .search__columns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 80%
    }
}

.search__column {
    text-align: left;
    position: relative;
    padding: 0 3.9%;
    color: #fff;
    color: hsla(0, 0%, 100%, .8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px
}

@media (min-width: 64em) {
    .search__column {
        width: 33.333%;
        margin-bottom: 0
    }
}

.search__column a {
    color: #fff;
    color: hsla(0, 0%, 100%, .8);
    text-decoration: none
}

.category {
    padding: 12px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    font-family: Lato
}

.category .category-title {
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    color: hsla(0, 0%, 100%, .8);
    letter-spacing: .2em;
    font-size: 13px
}

@media screen and (min-width: 1024px) {
    .category .category-title {
        font-size: calc(13px + -1 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .category .category-title {
        font-size: 12px
    }
}

.error404 .site-content {
    background-image: url(/images/404.jpg);
    background-position: 50% 50%;
    background-size: cover;
    max-height: 100vh;
    position: relative
}

.error404 .default-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.error404 p {
    color: #a18e56;
    font-family: Bodoni\ 72;
    text-align: center;
    margin: 0 20px;
    margin-bottom: 3.8%;
    font-size: 20px
}

@media screen and (min-width: 1024px) {
    .error404 p {
        font-size: calc(20px + 5 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .error404 p {
        font-size: 25px
    }
}

@media screen and (max-width: 320px) {
    .error404 p {
        font-size: 18px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .error404 p {
        font-size: calc(18px + 2 * ((100vw - 320px) / 703))
    }
}

.button-link {
    padding: 15px 35px;
    text-transform: uppercase;
    background: #a18e56;
    color: #000;
    font-family: Lato;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    border: 1px solid hsla(0, 0%, 100%, .15);
    display: inline-block;
    font-size: 10px
}

@media screen and (min-width: 1024px) {
    .button-link {
        font-size: calc(10px + 1 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .button-link {
        font-size: 11px
    }
}

@media screen and (max-width: 320px) {
    .button-link {
        font-size: 9px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .button-link {
        font-size: calc(9px + 1 * ((100vw - 320px) / 703))
    }
}

.button-link:hover {
    text-decoration: underline
}

.error404 .social-links {
    position: static;
    width: 50%;
    display: block;
    text-align: center;
    border-top: 1px solid hsla(0, 0%, 100%, .13);
    padding-top: 2%;
    margin: 5% auto 0
}

.error404 .social-links .social-links__item {
    display: inline-block
}

.error404 .social-links .social-links__item .social-links__item-link {
    background-color: transparent
}

.error404 .footer {
    background-color: #454445
}

.unsupported-overlay {
    background-image: url(/images/404.jpg);
    background-size: cover;
    background-position: 50% 50%;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    display: none;
    top: 0;
    left: 0;
    width: 100%
}

.unsupported-overlay-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.unsupported-overlay-inner p {
    color: #a18e56;
    font-family: Bodoni\ 72;
    text-align: center;
    margin: 0 20px;
    margin-bottom: 3.8%;
    font-size: 20px
}

@media screen and (min-width: 1024px) {
    .unsupported-overlay-inner p {
        font-size: calc(20px + 5 * ((100vw - 1024px) / 817))
    }
}

@media screen and (min-width: 1841px) {
    .unsupported-overlay-inner p {
        font-size: 25px
    }
}

@media screen and (max-width: 320px) {
    .unsupported-overlay-inner p {
        font-size: 18px
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .unsupported-overlay-inner p {
        font-size: calc(18px + 2 * ((100vw - 320px) / 703))
    }
}

.unsupported-overlay-inner .social-links {
    position: static;
    width: 50%;
    display: block;
    text-align: center;
    border-top: 1px solid hsla(0, 0%, 100%, .13);
    padding-top: 2%;
    margin: 5% auto 0
}

.unsupported-overlay-inner .social-links .social-links__item {
    display: inline-block
}

.unsupported-overlay-inner .social-links .social-links__item .social-links__item-link {
    background-color: transparent
}

@media (max-width: 63.99em) {
    .it_privacy_notice {
        font-size: 2vw !important
    }
}

@media (max-width: 63.99em) {
    .it_privacy_notice button {
        font-size: 1.2vw !important
    }
}

/*# sourceMappingURL=main.css.map*/
