@-webkit-keyframes fade-down {
    from {
        opacity: 0%;
        transform: translate(0px, -20px);
        opacity: 0%;
        transform: translate(0px, -20px);
    }
    to {
        opacity: 100%;
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes zoom-out-horiz {
    from {
        transform: scale(15) translate(-10.2%, 7.5%);
    }
    92% {
        transform: scale(1.5) translate(-9.5%, 7%);
    }
    to {
        transform: scale(1) translate(0, 0);
    }
}

@-webkit-keyframes zoom-out-vert {
    from {
        transform: scale(18) translate(-16.2%, 7.7%);
    }
    95% {
        transform: scale(1.8) translate(-15%, 7.6%);
    }
    to {
        transform: scale(1) translate(0, 0);
    }
}

.fade-display {
    text-align: right;
}

.fade-display img {
    position: absolute;
    top: 0;
    right: 0;
}

.fade-display .fade-display-inner {
    position: relative;
}

.little-icon {
    width: 120px;
}

#intro {
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
}

#intro .intro-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0%;
}

#intro .subtitle {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0%;
}

#intro .subtitle.left-subtitle.animated {
    animation-name: fade-down;
    animation-delay: 1500ms;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

#intro .subtitle.right-subtitle.animated {
    animation-name: fade-down;
    animation-delay: 2000ms;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

#intro #intro-overlay-horiz {
    
}

#intro #intro-overlay-horiz.animated {
    
}

#intro #intro-overlay-vert {
    
}

#intro #intro-overlay-vert.animated {
}

#intro #intro-text {
    position: absolute;
    font-size: 100px;
    color: black;
    display: none;
}

#intro #intro-video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 102%;
    min-width: 100%;
}

#intro #intro-subtitle {
    position: absolute;
    text-align: center;
    color: white;
    left: 28%;
    top: 
    font-size: 2.8rem;
}

#intro #loading-indicator {
    margin-top: 70px;
}

#introTakeover {
    background-color: black;
    padding: 3rem 1rem 0;
}

#introTakeover .intro-video {
    width: 100%;
    max-height: 550px;
}


#magic-image-box #photo-holder {
    position: absolute;
}

#magic-image-box #photo-holder #inner {
    position: relative;
    top: 240px;
    left: -10px;
    display: none;
    background: white;
}

#magic-image-box:hover #photo-holder {
    display: inline-block;
}

#products {
    max-height: 920px;
    overflow: hidden;
}

#products .product-div {
    display: none;
}

#countdownTeaser .block {
    position: relative;
}

#countdownTeaser .content {
    padding: 120px 50px 120px 30px;
}

#countdownTeaser .headline {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

#countdownTeaser .headline h2 {
    font-size: 3.5rem;
}

#countdownTeaser .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#countdownTeaser .countdown {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

#countdownTeaser .countdown .wrapper {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

#countdownTeaser .countdown .item {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 1rem;
    width: 4rem;
}

#countdownTeaser .countdown .item span {
    color: white;
    background-color: black;
    font-weight: bold;
    border-radius: 5%;
    padding: 0.1rem;
    font-size: 1rem;
}

#countdownTeaser .countdown .item .number {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    border-radius: 5%;
    aspect-ratio: 1 / 1.15;
}

#countdownTeaser .countdown .item .number span {
    font-size: 2.5rem;
}

#build .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#build .block {
    min-height: 890px;
}

#build .block h2 span.highlight-subtle {
    color: black;
}

#build .block-body {
    font-size: 1.5rem;
}

#build .block-body img {
    width: 100%;
    max-width: 390px;
    padding-top: 50px;
    transition: opacity 0.5s;
}

#build .block-body a:hover img {
    opacity: 0.7;
}
  
#build .highlights {
    max-width: 600px;
}

#build .highlights .sep {
    color: white;
}

#build .credit span {
    font-weight: 600;
}

#chantalGuillon .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#chantalGuillon .block {
    min-height: 890px;
}

#chantalGuillon .signature {
    max-width: 350px;
}

#chantalGuillon .cta {
    display: flex;
    align-items: center;
    color: black;
    text-decoration: none;
    font-size: 19px;
    margin-top: 5rem;
}

#chantalGuillon .cta span {
    margin-left: 1rem;
}

#chantalGuillon .cta i {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    top: -2px;
    margin-left: 10px;
    display: inline-block;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

#wallSection {
    padding-bottom: 0px;
    line-height: 0;
}

@media (max-width: 1440px) {
    #build .bg-img {
      object-position: left;
    }
}

@media screen and (max-width: 500px) {
    #countdownTeaser .countdown .item {
        width: 3rem;
    }

    #countdownTeaser .countdown .item span {
        font-size: 0.75rem;
    }

    #countdownTeaser .countdown .item .number span {
        font-size: 1.75rem;
    }

    #chantalGuillon .signature {
        max-width: 50%;
    }
}

@media screen and (max-width: 400px) {
    #countdownTeaser .countdown .wrapper {
        gap: 0.25rem;
    }
}


@media (min-width: 800px) {
    #intro #intro-overlay-vert {
        display: none;
    }
    
    #intro #intro-left-subtitle-vert {
        display: none;
    }
    
    #intro #intro-right-subtitle-vert {
        display: none;
    }
    
    #biobrew-logo {
        top: 90px !important;
    }
    
    #ingr-logo {
        top: 60px !important;
        width: 47%
    }
}

@media (min-width: 990px) {
    #bigQuote .gentle-img {
        text-align: right;
    }
    
    #biobrew-logo {
        top: 120px !important;
    }
    
    #ingr-logo {
        top: 90px !important;
        width: 47%
    }

    #build .block {
        padding: 4rem;
    }
}

@media (min-width: 1200px) {
    #bigQuote .gentle-img {
        margin-top: 50px;
        margin-left: 50px;
    }
}

@media (min-width: 1380px) {
    #biobrew-logo {
        top: 100px !important;
        width: 70%;
    }
    
    #ingr-logo {
        top: 70px !important;
        width: 50%;
    }
    
    #magic-image-box #photo-holder #pop-over-image {
        position: relative;
        top: 160px;
        left: 20px;
        width: 250px;
    }
}

@media (min-width: 1380px) {
    #biobrew-logo {
        top: 100px !important;
        width: 70%;
    }
    
    #ingr-logo {
        top: 70px !important;
        width: 50%;
    }
    
    #magic-image-box #photo-holder #pop-over-image {
        position: relative;
        top: 160px;
        left: 20px;
        width: 250px;
    }
}

@media (min-width: 1800px) {
    #biobrew-logo {
        top: 90px !important;
        width: 50%;
    }
    
    #ingr-logo {
        top: 50px !important;
        width: 40%;
    }
}

@media (max-width: 760px) {
    #intro #intro-text {
        font-size: 70px;
    }
}

@media (max-width: 800px) {
    #bigQuote .gentle-img {
        margin-left: 0px;
    }
    
    #intro #intro-overlay-horiz {
        display: none;
    }
    
    #intro #intro-left-subtitle-horiz {
        display: none;
    }
    
    #intro #intro-right-subtitle-horiz {
        display: none;
    }
    
    #biobrew-logo {
        top: 80px !important;
    }
    
    #ingr-logo {
        top: 30px !important;
    }
}

@media (max-width: 990px) {
    #bigQuote .gentle-img {
        margin-left: 20px;
    }
}

@media (max-width: 1200px) {
    #bigQuote .gentle-img {
        margin-top: 70px;
        margin-left: 30px;
    }
}

@media (max-width: 500px) {
    .intro {
        max-height: 850px !important;
    }
    
    #biobrew-logo {
        top: 110px !important;
    }
    
    #ingr-logo {
        top: 70px !important;
    }
    
    #intro #intro-text {
        font-size: 40px;
    }
}
