body.elixio--overlayed {
    overflow: hidden !important;
}

.elixio--container header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    transform: translateY(-90%);
    transition: 0.25s linear all;
}

.elixio--container header:hover {
    transform: translateY(0%);
}

.elixio--nav {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.elixio--nav ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
}

.elixio--nav a {
    text-decoration: none;
    margin: 0 0.25rem;
    color: #1a1a1a;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5rem;
    opacity: 0.8;
    transition: 0.25s linear all;
}

.elixio--nav a.active,
.elixio--nav a:hover,
.elixio--nav a:active,
.elixio--nav a:focus {
    opacity: 1;
    color: #D9B35F99;
}

.elixio--nav .elixio--logo {
    width: 9rem;
    height: 4.937142857rem;
    display: block;
    flex-basis: auto;
}


.elixio--nav .elixio--socials {
    margin-left: 1.5rem;
}

.elixio--gate {}

.elixio--age-gate {
    position: fixed;
    width: 100vw;
    height: 100vh;
    min-height: 56.2%;
    z-index: 1000;
    background-color: #f0f0f0;
    background-image: url(./assets/images/elixio_white.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.elixio--gate-logo {
    width: 12.875rem;
    height: 8.25rem;
    margin-bottom: 1rem;
    margin-top: 0;
    transform: scale(1.5);
}

.elixio--kv .elixio--gate-logo {
    position: absolute !important;
    top: 0 !important;
}


.elixio--gate-logo > img {
    display: block;
    width: 100%;
}

.elixio--gate-question {
    color: #000000;
    font-size: 2.4375rem;
    letter-spacing: 0;
    line-height: 2.5rem;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 3rem;
}


.elixio--gate-button {
    position: relative;
    color: #000000;
    font-size: 1.3125rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}

.dot {
    display: block;
    border-radius: 50%;
    margin: 1rem auto;
    height: 0.25rem;
    width: 0.25rem;
    background-color: #0F0F0F;
}

.dot:first-of-type {
    margin-top: 3rem;
}

.elixio--gate-button-target {
    display: block;
    height: 5.8125rem;
    width: 5.8125rem;
    border: 1px solid #EBD4A9;
    border-radius: 50%;
}

.elixio--gate-button:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    height: 5.8125rem;
    width: 5.8125rem;
    background-color: #D9B35F;
    transform: translate(-50%, -50%);
    z-index: -1;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}


.elixio--gate-overlay {
    width: 100vw;
    height: 100vh;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: url(./assets/images/elixio_overlay.webp);
    background-position: center;
    background-size: contain;
    pointer-events: none;
    overflow: hidden;
}

/**
*/

.elixio--section:not(.elixio--age-gate) {
    position: relative;
}

.elixio--section:not(.elixio--age-gate, .elixio--wines):after {
    content: '';
    display: block;
    width: 100%;
    height: 0.3333333333rem;
    bottom: 0;
    left: 0;
    background-color: #B89A54;
    position: absolute;
    z-index: 1;
}

.elixio--presentation {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
}

.elixio--presentation .inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.presentation-bottleshot {
    height: 56rem;
    width: 16.6rem;
    object-fit: cover;
    background-image: url(./assets/images/heading-bottle.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 5.5rem;
}

.presentation-bottleshot img {
    display: none;
}


.elixio--kv {
    overflow: hidden;
    justify-content: safe;
}

.elixio--kv-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 0 !important;
    padding-bottom: 100vh;
    background-color: #000;
}

.elixio--kv-container > video {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.elixio--title h1:after {
    content: '\00AB';
    display: block;
    width: 5rem;
    height: 5rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-75%, 5rem) rotate(270deg);
    font-size: 6rem;
    color: #D9B35F;
    font-weight: 300;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    text-align: center;
}

.elixio--white-mask {
    display: block;
    width: 100%;
    height: 100vh;
    min-height: 56.2%;
    background-image: url(./assets/images/elixio_x_white.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fafafa00;
}

.elixio--black-mask {
    display: block;
    width: 100%;
    height: 100vh;
    min-height: 56.2%;
    background-image: url(./assets/images/elixio_x_black.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff00;
}

.elixio--animation-container {
    position: absolute;
    top: 50%;
    width: 20vw;
    height: 20vw;
}

.elixio--animation-container > img {
    height: 100%;
    display: block;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.elixio--dancer-animation {
    left: 35%;
    transform: translate(-50%, -50%);
}

.elixio--player-animation {
    right: 35%;
    transform: translate(50%, -50%);
}

.elixio--player-animation > img {
    height: 110%;
}


.elixio--title {
    height: 100%;
    margin-left: 2rem;
    width: 39.166666667rem;
}

.elixio--title h1 {
    text-transform: uppercase;
    font-size: 5rem;
    letter-spacing: 0;
    line-height: 2.5rem;
    text-align: center;
    font-weight: 400;
    position: relative;
    color: #D9B35F;
    line-height: 1.1;
}

.elixio--title h1 small {
    font-size: 0.45em;
}

/*
.elixio--title h1:before {
  content:'';
  background-image:url(./assets/images/x_grey.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width:35rem;
  height: 35rem;
  background-position: center;
  display: block;
  position: absolute;
  transform:translate(-50%,-50%);
  top:50%;
  left:50%;
  z-index: -1;
}*/

.elixio--intro {}

.elixio--intro .elixio--inner {
    width: 65%;
    max-width: 28.125rem;
}

.elixio--intro .elixio--inner h2 {
    color: #000000;
    font-size: 2.0625rem;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}

.elixio--intro .elixio--inner p {
    color: #000000;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 400;
}

.elixio--intro.insigne--intro .elixio--inner h2,
.elixio--intro.insigne--intro .elixio--inner p {
    color: #ffffffaa;
}

.elixio--wines > h2 {
    font-size: 2.75rem;
    line-height: 1.000001;
    color: #b99b4e;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.elixio--wines > p {
    color: #121212;
    line-height: 1;
    text-align: center;
    font-size: 1.66666666667rem;
    margin-top: 0;
}

.elixio--wines-nav {
    display: flex;
    flex-direction: row;
    opacity: 1;
    transition: 0.25s linear all;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999;
}

.elixio--wines-nav li {
    margin: 1rem;
}

.wine-nav-link {
    position: relative;
    cursor: pointer;
    height: 2rem;
    font-size: 1.66666666667rem;
    line-height: 1;
    color: #202020;
    opacity: 0.6;
    transition: 0.25s linear all;
    will-change: opacity color;
    text-transform: uppercase;
}

.wine-nav-link:hover,
.wine-nav-link:focus,
.wine-nav-link:active,
.wine-nav-link.current {
    opacity: 1;
    color: #B99B4E;
}

.elixio--wines-nav.insigne .wine-nav-link > span {}

.wine-nav-link > span {
    color: #000000;
    transition: 0.25s linear all;
    will-change: opacity;
    z-index: 10;
    font-size: 1rem;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.wine-nav-link:hover > span {
    opacity: 1;
}

.elixio--wines-nav.insigne .wine-nav-link > span {}


.elixio--wines-carousel {
    width: 49.5625rem;
    height: 36rem;
    overflow: hidden;
    position: relative;
}

.elixio--wine {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 48.75rem;
    flex-basis: auto;
}

.elixio--wine-bottleshot {
    width: 8.75rem;
    height: 30.333333rem;
    flex-basis: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/*.elixio--wine:nth-of-type(2n) .elixio--wine-bottleshot {
  order:2;
}

.elixio--wine:nth-of-type(2n) figcaption {
  order:1;
}

.elixio--wine:nth-of-type(2n+1) .elixio--wine-bottleshot {
  order:1;
}

.elixio--wine:nth-of-type(2n+1) figcaption {
  order:2;
}*/


.elixio--wine-bottleshot img {
    display: block;
    width: 100%;
}

.elixio--wine-description {
    width: 23.125rem;
}

.elixio--wine-description h1 {
    color: #000000;
    font-weight: 400;
    font-size: 2.0625rem;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}

.elixio--wine-description p {
    color: #000000;
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.0625em;
}


.elixio--video {
    box-sizing: border-box;
    height: 4.25rem;
    width: 4.25rem;
    border: 0.3125rem solid #E6CF94;
    background-color: #141414;
    border-radius: 50%;
    position: absolute;
    right: 25%;
    bottom: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.725rem;
    cursor: pointer;
    transform: translateX(135%);
    z-index: 0;
}

.elixio--video:after {
    content: '';
    display: block;
    width: 6.25rem;
    height: 15.625rem;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./assets/images/x_black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/**/

.elixio--endorsement-container,
.elixio--endorsement-container-animated {
    position: absolute;
    bottom: 2rem;
}

.elixio--endorsement {
    width: 100vw;
    height: 5vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-image: url(./assets/images/graffigna--endorsement-b.png);
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
}

.elixio--endorsement > img {
    display: block;
    width: auto;
    height: 5vw;
    transform: translateX(-10%);
    opacity: 0;
    visibility: hidden;
}

.elixio--graffigna {
    margin-top: 5rem;
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.elixio--graffigna > img {
    display: block;
    height: auto;
    width: 15rem;
}

.elixio--endorsement-footer {
    padding: 3rem 0;
    position: relative;
}

/***/

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        bottom: 0;
    }

    40% {
        bottom: 3px;
    }

    60% {
        bottom: 1px;
    }
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        bottom: 0;
    }

    40% {
        bottom: 3px;
    }

    60% {
        bottom: 1px;
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        bottom: 0;
    }

    40% {
        bottom: 3px;
    }

    60% {
        bottom: 1px;
    }
}

.elixio--insigne-carousel .elixio--wine-description h1,
.elixio--insigne-carousel .elixio--wine-description p {
    color: #ffffffaa !important;
}


.swiper-slide {
    width: 48.75rem;
}

/**/

.elixio--video-nav {
    position: absolute;
    top: 3.5rem;
    right: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.elixio--video-nav a,
.elixio--video-nav-b a {
    display: block;
    cursor: pointer;
    color: #B99B4E;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 0;
}

.elixio--video-nav-b {
    position: absolute;
    bottom: 3.5rem;
    right: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


.elixio--video-nav-mute:not(.elixio--video-muted) b:first-of-type {
    display: none;
}

.elixio--video-nav-mute:not(.elixio--video-muted) b:last-of-type {
    display: inline-block;
}

.elixio--video-nav-mute.elixio--video-muted b:first-of-type {
    display: inline-block;
}

.elixio--video-nav-mute.elixio--video-muted b:last-of-type {
    display: none;
}


.elixio--video-nav-expand:not(.expanded) b:first-of-type {
    display: inline-block;
}

.elixio--video-nav-expand:not(.expanded) b:last-of-type {
    display: none;
}

.elixio--video-nav-expand.expanded b:first-of-type {
    display: none;
}

.elixio--video-nav-expand.expanded b:last-of-type {
    display: inline-block;
}

#insigne--intro .elixio--wine-bottleshot,
#varietal--intro .elixio--wine-bottleshot {
    width: 0rem;
    margin: 0 -5rem;
}


/**/

.swiper-button-prev,
.swiper-button-next {
    color: #D9B35F;
}


.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 4rem;
    right: auto;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}

/**/

.elixio--presentation {
    height: 56rem;
    background-image: url(./assets/images/elixio_black.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.elixio--wines {
    height: 100vh;
    min-height: 52rem;
    flex-direction: column;
}

.elixio--wines:last-of-type:after {
    display: none;
}

.elixio--wines:last-of-type > p {
    color: #ffffff;
}


/**/

.elixio--x {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 57.3%;
}

.elixio--x > img {
    width: 100%;
    height: auto;
    display: block;
}

/* #35403C <- insigne green */


.insigne-prev,
.varietal-prev,
.insigne-next,
.varietal-next {
    left: 50%;
}

.insigne-next,
.varietal-next {
    transform: translateX(1000%);
}

.insigne-prev,
.varietal-prev {
    transform: translateX(-1000%);
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 3rem;
    height: 3rem;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/**
*/

.scroll-please {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    color: #B99B4E;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.66666667rem;
}

.scroll-please:after {
    content: '\00AB';
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-75%, 2rem) rotate(270deg);
    font-size: 2rem;
    color: #D9B35F;
    font-weight: 300;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    text-align: center;
}


.arrow {
    position: absolute;
}

.arrow-up {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5rem 7.0833333333rem 8.5rem;
    border-color: transparent transparent #1a1a1aee transparent;
    /**/
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.arrow-down {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.0833333333rem 8.5rem 0 8.5rem;
    border-color: #1a1a1aee transparent transparent transparent;
    /**/
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.arrow-right {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 31rem 0 31rem 32.0833333333rem;
    border-color: transparent transparent transparent #1a1a1aee;
    /**/
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-25%);
}

.arrow-left {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 31rem 32.0833333333rem 31rem 0;
    border-color: transparent #1a1a1aee transparent transparent;
    /**/
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(25%);
}
