/**
**  Defaults - START **
**/
body{
    background-color: #000000;
}
p,h1,h2,h3,h4,h5,h6,b,label,b,strong,span,input,button,select,textarea,div{
    font-family: 'Filson Pro';
}
.container{
    --bs-gutter-x: 10rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}
header{
    padding: 2.5rem 0;
    background-color: #000000;
    border-bottom: 2px solid #ffffff;
}
header img.logo{
    width: 190px;
    height: auto !important;
    align-self: center;
}
.clock{
    display: flex;
}
.clock .item{
    align-self: center;
    width: 55px;
    height: 55px;
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #ffffff;
    margin: 0 8px;
    position: relative;
}
.clock .item.days{
    width: auto;
    padding: 0 10px;
}
.clock .item.no-border{
    width: auto;
    padding: 0 10px;
    font-size: 16px;
    border: none;
    padding-right: 0;
}
.clock .item:after{
    content: ':';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -13px;
}
.clock .item.second:after,.clock .item.days:after,.clock .item.no-border:after{
    content: '';
}
.btn-default-sim{
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    padding: 15px 45px;
    text-decoration: underline;
    background-color: #000000;
    border: 2px solid #ffffff;
    cursor: pointer;
}
.btn-default-sim:hover,.btn-default-sim:active{
    background-color: #ffffff;
    color: #000000;
}
.stars-articles{
    position: relative;
    width: 100%;
    height: 100%;
}
#stars-2-d{
    opacity: 0;
    transition: 1s;
}
.bg-stars{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}
.bg-stars img.s1{
    position: absolute;
    left: 0;
    top: 0;
    height: 120%;
    min-width: 120%;
    animation-duration: 8s; /* Duration of the animation */
    animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); /* Custom easing for smooth start and end */
    animation-iteration-count: infinite; /* Repeat indefinitely */
    animation-name: moveSlow; /* Animation for fast layer */
}
.bg-stars img.s2{
    position: absolute;
    left: 0;
    top: 0;
    height: 110%;
    min-width: 110%;
    animation-duration: 8s; /* Duration of the animation */
    animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); /* Custom easing for smooth start and end */
    animation-iteration-count: infinite; /* Repeat indefinitely */
    animation-name: moveFast; /* Animation for fast layer */
}

@keyframes moveFast {
    0% {
        transform: translateX(0);
      }
      50% {
        transform: translateX(-10%);
      }
      100% {
        transform: translateX(0);
      }
}

@keyframes moveSlow {
    0% {
        transform: translateX(0);
      }
      50% {
        transform: translateX(-4.5%);
      }
      100% {
        transform: translateX(0);
      }
}
/**
**  Defaults - END **
**/

/**
**  Article 1 - START **
**/
.article-1{
    width: 100%;
    position: relative;
    display: inline-block;
    background-color: #000000;
}
.article-1-d{
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    background-color: #000000;
    border-bottom: 1px solid #222222;
}
.article-1-d .info{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.article-1-d .outer-cover{
    position: relative;
}
.article-1-d .outer-cover:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,1) 30%, rgba(0,0,0,0));
}
.article-1-d .outer-cover:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(to top, rgba(0,0,0,1) 30%, rgba(0,0,0,0));
}
.article-1-d img.cover{
    width: 80vw;
}
.article-1-d h1{
    font-size: 40px;
    color: #ffffff;
    font-family: 'Wiener Norm';
}
.article-1-d p{
    font-size: 15px;
    font-weight: 300;
    margin: 20px 0 0 0;
    color: #ffffff;
}
.article-1-d button{
    margin: 50px 0 0 0;
}
.article-1 .parallax{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: inherit;
    width: 40%;
    height: 80vh;
    overflow: hidden;
}
.article-1 .container{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.article-1 .parallax img{
    position: absolute;
    right: inherit;
    left: -50%;
    top: 0;
    opacity: 0.9;
    transform: translateX(15.8%);
    height: auto;
    width: 150%;
}
.article-1 .content{
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 120px 0;
    z-index: 2;
}
.article-1 .outer-img{
    width: 35vw !important;
    height: 35vw !important;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    align-self: self-start;
}
.article-1 .outer-img img.cover{
    width: auto;
    height: 100%;
    align-self: self-start;
}
.article-1 .container .info{
    height: 100%;
    margin: 0 0 0 70px;
    display: block;
}
.article-1 .container .info h1{
    font-family: 'Wiener Norm';
    color: #ffffff;
    font-size: 40px;
}
.article-1 .container .info h2{
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    margin: 28px 0 0 0;
    line-height: 1.5;
    width: 65%;
}
.article-1 .container .info .btn-default-sim{
    margin: 30px 0 0 0;
}
/**
**  Article 1 - END **
**/

/**
**  Article 2-d - START **
**/
.article-2-d{
    background-color: #000;
    height: 400vh;
    position: relative;
}
#article-2-load{
    position: fixed;
    width: 0%;
    height: 7px;
    bottom: 0;
    left: 0;
    z-index: 100;
    transition: 0.15s;
    background-color: #ffffff;
}   
.article-2-d .content{
    background-color: #000;
    padding: 100px 0;
    height: 100vh;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.article-2-d .container .info{
    background-color: #000000;
    padding: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    position: relative;
}
.article-2-d .container .info .box-1{
    border: 1px solid #ffffff;
    width: calc(540px - 5rem);
    height: calc(540px - 5rem);
}
.article-2-d .container .info .box-1 .head-box{
    height: calc((540px - 5rem) / 3);
}
.article-2-d .container .info .box-1 .head-box .visor{
    overflow: hidden;
    width: calc( (540px - 5rem) / 3 );
    height: 100%;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    position: absolute;
    z-index: 2;

    transition: 0.8s;
    transition-timing-function: linear;
}
.article-2-d .container .info .box-1 .head-box{
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ffffff;
}
.article-2-d .container .info .box-1 .head-box .items{
    height: 100%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    width: calc(540px - 5rem);
    background-color: #000000;
    transition: 0.8s;
    transition-timing-function: linear;
}
#article-2-img{
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-duration: 0.5s;
}
.article-2-d .container .info .box-1.active-1 .visor{
    left: 0;
}
.article-2-d .container .info .box-1.active-1 .items{
    left: 0;
}
.article-2-d .container .info .box-1.active-2 .visor{
    left: calc((540px - 5rem) / 3);
}
.article-2-d .container .info .box-1.active-2 .visor .items{
    /* transform: translateX(-33.333333333%); */
    left: -100%;
}
.article-2-d .container .info .box-1.active-3 .visor{
    left: calc( ( (540px - 5rem) - (540px - 5rem) / 3 ) );
}
.article-2-d .container .info .box-1.active-3 .visor .items{
    left: -200%;
}
.article-2-d .container .info .box-1 .head-box .item{
    width: calc( (540px - 5rem) / 3 );
    height: calc( (540px - 5rem) / 3 );
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.article-2-d .container .info .box-1 .head-box .item img{
    max-height: 50%;
    max-width: 50%;
}
.article-2-d .container .info .box-1 .head-box .bg{
    position: absolute;
    z-index: 1;
    bottom: -25%;
    left: 0;
}
.article-2-d .container .info .box-1 .head-box .bg img{
    width: 140%;
}
.article-2-d .container .info .box-1 .body-box{
    flex: 1;
    overflow: hidden;
    position: relative;
    height: calc( (((540px - 5rem) / 3) * 2 ) - 2px );
}
.article-2-d .container .info .box-1 .body-box .item{
    width: 100%;
    height: calc( (((540px - 5rem) / 3) * 2 ) - 2px );
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.article-2-d .container .info .box-1 .body-box .item h3{
    color: #ffffff;
    font-family: 'Wiener Norm';
    text-align: center;
    font-size: 40px;
    margin: 0;
}
.article-2-d .container .info .box-1 .body-box .item p{
    font-size: 16px;
    margin: 17px 0 0 0;
    text-align: center;
    color: #ffffff;
}
.article-2-d .container .info .box-2{
    width: calc(540px - 5rem);
    height: calc(540px - 5rem);
    border: 1px solid #ffffff;
    overflow: hidden;
    position: relative;
}
.article-2-d .container .info .box-2 .items{
    display: flex;
    flex-direction: row;
    width: calc( 3 * (540px - 5rem - 2px) );
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.8s;
    transition-timing-function: linear;
}
.article-2-d .container .info .box-2.active-1 .items{
    left: 0;
}
.article-2-d .container .info .box-2.active-2 .items{
    left: -100%;
}
.article-2-d .container .info .box-2.active-3 .items{
    left: -200%;
}
.article-2-d .container .info .box-2 .items .item{
    width: calc(540px - 5rem - 2px);
    height: calc(540px - 5rem - 2px);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}
.article-2-d .container .info .box-1 .body-box .items{
    position: absolute;
    width: 100%;
    transition: 0.8s;
    transition-timing-function: linear;
}
.article-2-d .container .info .box-1.active-1 .body-box .items{
    top: 0;
}
.article-2-d .container .info .box-1.active-2 .body-box .items{
    top: calc( -1 * ((((540px - 5rem) / 3) * 2 ) - 2px ) );
}
.article-2-d .container .info .box-1.active-3 .body-box .items{
    top: calc( -1 * (((((540px - 5rem) / 3) * 2 ) - 2px ) * 2 ) );
}
@media (max-width: 1400px) {
    .article-2-d .container .info .box-1 .head-box{
        height: calc((440px - 5rem) / 3);
    }
    .article-2-d .container .info .box-1 .head-box .visor{
        width: calc( (440px - 5rem) / 3 );
    }
    .article-2-d .container .info .box-1 .head-box .items{
        width: calc(440px - 5rem);
    }
    .article-2-d .container .info .box-1 .head-box{
        height: calc((440px - 5rem) / 3);
    }
    .article-2-d .container .info .box-1{
        border: 1px solid #ffffff;
        width: calc(440px - 5rem);
        height: calc(440px - 5rem);
    }
    .article-2-d .container .info .box-1.active-2 .visor{
        left: calc((440px - 5rem) / 3);
    }
    .article-2-d .container .info .box-1.active-3 .visor{
        left: calc( ( (440px - 5rem) - (440px - 5rem) / 3 ) );
    }
    .article-2-d .container .info .box-1 .head-box .item{
        width: calc( (440px - 5rem) / 3 );
        height: calc( (440px - 5rem) / 3 );
    }
    .article-2-d .container .info .box-1 .body-box{
        height: calc( (((440px - 5rem) / 3) * 2 ) - 2px );
    }
    .article-2-d .container .info .box-1 .body-box .item{
        height: calc( (((440px - 5rem) / 3) * 2 ) - 2px );
    }
    .article-2-d .container .info .box-2{
        width: calc(440px - 5rem);
        height: calc(440px - 5rem);
    }
    .article-2-d .container .info .box-2 .items .item{
        width: calc(440px - 5rem - 2px);
        height: calc(440px - 5rem - 2px);
    }
    .article-2-d .container .info .box-1.active-2 .body-box .items{
        top: calc( -1 * ((((440px - 5rem) / 3) * 2 ) - 2px ) );
    }
    .article-2-d .container .info .box-1.active-3 .body-box .items{
        top: calc( -1 * (((((440px - 5rem) / 3) * 2 ) - 2px ) * 2 ) );
    }
}
/**
**  Article 2-d - END **
**/

/**
**  Article 2 - START **
**/
.article-2{
    background-color: #000000;
    padding-bottom: 150px;
    margin: 150px 0 0 0;
    border-bottom: 2px solid #ffffff;
}
.article-2 .container{
    display: flex;
    align-items: center;
}
.article-2 .content .outer-image{
    width: 40vw;
    height: 40vw;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.article-2 .content .outer-image img{
    height: 100%;
    width: auto;
}
.article-2 .content .container .info{
    padding-top: 0;
    width: 50%;
}
.article-2 .content .container .info .first-info{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.article-2 .content .container .info .first-info h3{
    text-align: left;
    font-family: 'Wiener Norm';
    font-size: 40px;
    color: #ffffff;
}
.article-2 .content .container .info .second-info p{
    color: #ffffff;
    font-size: 15px;
    margin: 35px 0 50px 0;
    width: 70%;
}
/**
**  Article 2 - END **
**/

/**
**  Article Drink Desktop - START **
**/
.article-drink{
    background: #000000;
    padding: 200px 0;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
}
.article-drink .content .outer-image{
    overflow: hidden;
    width: 30vw;
    height: 30vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
}
.article-drink .content .outer-image img.bg{
    position: absolute;
    width: 135%;
    bottom: -60px;
    left: -130px;
    z-index: 1;
    opacity: 0.7;
}
.article-drink .content .outer-image img.drink-img{
    position: relative;
    z-index: 2;
    width: 80%;
    height: auto;
    border: 2px solid rgb(31 31 31);
}
.article-drink .content .outer-image .container img{
    position: relative;
    z-index: 2;
    width: 100%;
    border: 2px solid rgb(31 31 31);
}
.article-drink .content .container .info{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 50vw;
    padding: 50px;
    flex: 1;
}
.article-drink .content .container .info .info-left{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding-left: 60px;
    margin: 30px 0 0 0;
}
.article-drink .content .container .info h3{
    font-family: 'Wiener Norm';
    font-size: 40px;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
    color: #ffffff;
    padding: 0 60px;
}
.article-drink .content .container .info p{
    color: #ffffff;
    font-size: 15px;
    margin: 0 0 20px 0;
    padding: 0 0px 0 60px;
    font-weight: 300;
}
/**
**  Article Drink Desktop - END **
**/

/**
**  Article 3 - START **
**/
.article-3{
    background: transparent;
    padding: 130px 0 50px 0;
    position: relative;
    z-index: 2;
    border-bottom: 2px solid #ffffff;
}
.article-3.desktop{
    border-bottom: none;
    padding-top: 200px;
}
.article-3 .chef-box{
    background-color: #000000;
    padding: 80px;
    z-index: 2;
    position: relative;
}
.article-3 .content .outer-image{
    overflow: hidden;
    width: 40vw;
    height: calc(30vw * 1.24);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
}
.article-3 .content .outer-image img.bg{
    position: absolute;
    width: 135%;
    bottom: -60px;
    left: -130px;
    z-index: 1;
    opacity: 0.7;
}
.article-3 .content .outer-image img.chef-img{
    position: relative;
    z-index: 2;
    width: 80%;
    height: auto;
    border: 2px solid rgb(31 31 31);
}
.article-3 .content .outer-image .container img{
    position: relative;
    z-index: 2;
    width: 100%;
    border: 2px solid rgb(31 31 31);
}
.article-3 .content .container .info{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 50vw;
    padding: 50px;
}
.article-3 .content .container .info h3{
    font-family: 'Wiener Norm';
    font-size: 40px;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
    color: #ffffff;
    padding: 0 60px;
}
.article-3 .content .container .info p{
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 20px 0;
    padding: 0 60px;
}
/**
**  Article 3 - END **
**/

/**
**  Article 4 - START **
**/
@keyframes sliderDrinkEatMeet {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-100%);
    }
    45% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(-200%);
    }
    70% {
        transform: translateX(-200%);
    }
    75% {
        transform: translateX(0);
    }
    95% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes sliderDrinkEatMeetText {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-35vw);
    }
    45% {
        transform: translateX(-35vw);
    }
    50% {
        transform: translateX(-70vw);
    }
    70% {
        transform: translateX(-70vw);
    }
    75% {
        transform: translateX(0);
    }
    95% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(0);
    }
}
.article-4{
    z-index: 2;
    position: relative;
}
.article-4 .content{
    display: flex;
    flex-direction: row;
    padding: 150px 0;
}
.article-4 .content .slider-outer{
    width: 35vw;
    height: 35vw;
}
.article-4 .content .outer-image{
    width: 35vw;
    height: 35vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
}
.article-4 .content .outer-image .slider {
    width: auto;
    display: flex;
    flex-direction: row;
    animation: sliderDrinkEatMeet 10s ease-in-out infinite;
    position: relative;
}
.article-4 .content .outer-image img{
    width: 100%;
}
.article-4 .content .info{
    display: flex;
    width: 35vw;
    height: 35vw;
}
.article-4 .content .info .box-1{
    border: 2px solid #ffffff;
    width: 35vw;
    height: 35vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}
.article-4 .content .info .box-1 .slider{
    display: flex;
    flex-direction: row;
    width: 150vw;
    animation: sliderDrinkEatMeetText 10s ease-in-out infinite;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
}
.article-4 .content .info .box-1 h3{
    text-align: center;
    font-family: 'Wiener Norm';
    font-size: 40px;
    margin: 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(35vw);
    height: calc(35vw);
}
.article-4 .content .info .box-2{
    border: 2px solid #ffffff;
    width: calc(50vw);
    height: calc(50vw);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    display: none;
}
/**
**  Article 4 - END **
**/

/**
**  Article 6 - START **
**/
.article-6{
    padding: 0 0 220px 0;
    border-bottom: 1px solid #222222;
    position: relative;
}
.article-6 .container {
    --bs-gutter-x: 0rem;
    position: relative;
}
.article-6 .container .items{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.article-6 .container .item{
    position: relative;
    width: 23vw;
    height: 24vw;
    margin: 90px 0 0 0;
    background-color: #000;
}
.article-6 .container .item .cover-img{
    width: 50%;
    height: 80%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.article-6 .container .item.left .cover-img{
    position: absolute;
    right: 0;
}
.article-6 .container .item .cover-img img{
    position: absolute;
    height: 100%;
    left: 0;
    top: 50%;
    transform: translate(0, 50%);
}
.article-6 .container .item.left .cover-img img{
    left: inherit;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.article-6 .container .item .info{
    position: absolute;
    top: 0;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 2;
}
.article-6 .container .item.left .info{
    left: 20px;
    right: inherit;
    align-items: flex-start;
}
.article-6 .container .item .info h3{
    font-family: 'Wiener Norm';
    font-size: 30px;
    text-align: left;
    color: #ffffff;
    margin: 45px 0 0 0;
}
.article-6 .container .item .info p{
    width: 40%;
    text-align: left;
    font-size: 16px;
    margin: 20px 0 0 0;
    color: #ffffff;
}
.article-6 .outer-btn{
    display: flex;
}
.article-6 .btn-default-sim{
    margin: 0 auto 0 auto;
}
/**
**  Article 6 - END **
**/

/**
**  Article 7 - START **
**/
.article-7{
    padding: 150px 0;
    border-bottom: 1px solid #222222;
}
.article-7 .container.main{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.article-7 .info{
    padding: 0 160px;
    flex: 1;
    margin: 80px 0 0 0;
    text-align: center;
}
.article-7 .info .container h3{
    font-family: 'Wiener Norm';
    font-size: 40px;
    color: #ffffff;
}
.article-7 .info .container p{
    font-size: 15px;
    color: #ffffff;
    margin: 25px 0 0 0;
    font-weight: 300;
}
.article-7 .info .btn-default-sim{
    margin: 50px 0 0 0;
}
.article-7 .slideshow{
    border-top: none;
    border-bottom: none;
    width: calc(0.5 * (100vw - 35rem));
    height: calc(0.5 * (100vw - 35rem));
}
.article-7 .outer-image{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.article-7 .outer-image .slider {
    width: auto;
    display: flex;
    flex-direction: row;
    position: relative;
    transition: 0.7s;
}
.article-7 .outer-image .slider > div {
    position: absolute;
    width: 100%;
    opacity: 0;
}
.article-7 .outer-image img{
    width: 100%;
}
.article-7 .diamonds{
    position: absolute;
    bottom: 35px;
    display: flex;
}
.article-7 .diamonds .diamond {
    width: 7px;
    height: 7px;
    margin: 0 10px;
    background-color: transparent;
    border: 2px solid white;
    transform: rotate(45deg);
    display: inline-block;
}
.article-7 .diamonds .diamond.active{
    background-color: #ffffff;
}
/**
**  Article 7 - END **
**/

/**
**  Article 8 - START **
**/
.article-8{
    padding: 200px 0;
    border-bottom: 1px solid #222222;
    position: relative;
}
.article-8 .container .faq-content{
    background-color: #000;
    padding: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.article-8 .container .faq-content .info{
    margin: 0 70px 0 0;
}
.article-8 .container .faq-content .info h3{
    font-size: 40px;
    font-family: 'Wiener Norm';
    color: #ffffff;
}
.article-8 .container .faq-content .info p{
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
}
.article-8 .container .faq-content .faq .item{
    border-bottom: 1px solid #fff;
    margin: 40px 0;
}
.article-8 .container .faq-content .faq .item .head-item{
    font-size: 15px;
    color: #ffffff;
    padding: 7px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.article-8 .container .faq-content .faq .item .head-item svg{
    margin: 0;
    width: 15px;
}
.article-8 .container .faq-content .faq .item .body-item{
    height: 0;
    overflow: hidden;
    font-size: 15px;
    color: #ffffff;
    padding: 0;
}
.article-8 .container .faq-content .faq .item .body-item.open{
    height: auto;
    padding: 20px;
    background-color: #111111;
}
/**
**  Article 8 - END **
**/

/**
**  Article 9 - START **
**/
.article-9{
    padding: 200px 0;
    border-bottom: 1px solid #222222;
}
.article-9 .container .map-content{
    background-color: #000;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
}
.article-9 .container .map-content .info{
    margin: 0;
    width: 50%;
    padding: 80px;
}
.article-9 .container .map-content .info h3{
    font-size: 40px;
    font-family: 'Wiener Norm';
    color: #ffffff;
}
.article-9 .container .map-content .info p{
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
}
.article-9 .container .map-content .info button{
    margin: 20px 0 0 0;
}
.article-9 .container .map-content .map{
    flex: 1;
    width: 50%;
    margin: 0;
    height: 500px;
    overflow: hidden;
}
.article-9 .container .map-content .map iframe{
    filter: grayscale(100%);
    opacity: 0.5;
    width: 100%;
    height: 500px;
    padding: 0;
    margin: 0;
}
/**
**  Article 9 - END **
**/

/**
**  Article 10 - START **
**/
.article-10{
    padding: 200px 0;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    position: relative;
}
.article-10 .content{
    background-color: #000;
    display: flex;
    padding: 80px;
    position: relative;
    z-index: 2;
}
.article-10 .content .outer-image{
    overflow: hidden;
    width: 30vw;
    height: 30vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
}
.article-10 .content .outer-image img.bg{
    position: absolute;
    width: 135%;
    top: -300px;
    left: -120px;
    z-index: 1;
    opacity: 0.7;
}
.article-10 .content .outer-image img.drink-img{
    position: relative;
    z-index: 2;
    width: 80%;
    height: auto;
    border: 2px solid rgb(31 31 31);
}
.article-10 .content .outer-image img{
    position: relative;
    z-index: 2;
    width: 100%;
    border: 2px solid rgb(31 31 31);
}
.article-10 .content .info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: transparent;
    width: 50vw;
    padding: 0 60px 0 0 ;
    flex: 1;
}
.article-10 .content .info .info-left{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 30px 0 0 0;
}
.article-10 .content .info h3{
    font-family: 'Wiener Norm';
    font-size: 40px;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
    color: #ffffff;
    padding: 0;
}
.article-10 .content .info p{
    color: #ffffff;
    font-size: 15px;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 300;
}
/**
**  Article 10 - END **
**/

footer{
    padding: 70px 0 60px 0;
}
footer .container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
footer .images{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px 0;
    width: 350px;
}
footer .images img{
    width: 40% !important;
    height: auto !important;
    align-self: center;
}
footer .images .sep{
    height: 45px;
    width: 2px;
    background-color: #ffffff;
}
footer p{
    margin: 15px 0 0 0;
    color: #ffffff;
    width: 100%;
    font-size: 13px;
    text-align: center;
}

.mobile,.mobile-flex,.mobile-inline-block{
    display: none !important;
}
.desktop{
    display: block !important;
}
.desktop-flex{
    display: flex !important;
}
.desktop-inline-block{
    display: inline-block !important;
}

@media screen and (max-width: 768px) {
    .mobile{
        display: block !important;
    }
    .mobile-flex{
        display: flex !important;
    }
    .mobile-inline-block{
        display: inline-block !important;
    }
    .desktop,.desktop-flex,.desktop-inline-block{
        display: none !important;
    }
    header img.logo{
        width: 120px;
    }
    header{
        padding: 1.7rem 0;
    }
    .clock .item{
        width: 40px;
        height: 40px;
        font-size: 14px;
        margin: 0 5px;
    }
    .clock .item:after{
        right: -9px;
    }
    .clock .item.no-border{
        font-size: 13px;
    }
    .btn-default-sim{
        font-size: 15px;
    }
    .container{
        --bs-gutter-x: 2.5rem;
    }

    /**
    **  Article 1 - START **
    **/
    .article-1{
        width: 100%;
        position: relative;
        display: inline-block;
        background-color: #000000;
    }
    .article-1 .parallax{
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        left: inherit;
        width: 40%;
        height: 90vh;
        overflow: hidden;
    }
    .article-1 .container{
        display: block;
    }
    .article-1 .parallax img{
        position: absolute;
        left: inherit;
        right: 90px;
        top: 0;
        height: 100%;
        width: auto;
        opacity: 0.9;
        transform: translateX(23.0986%);
    }
    .article-1 .content{
        display: flex;
        flex-direction: column;
        position: relative;
        margin: 90px 0 80px 0;
        z-index: 2;
    }
    .article-1 img.cover{
        width: 93% !important;
        height: auto !important;
        align-self: self-start;
    }
    .article-1 .container .info{
        height: 100%;
        margin: 45px 0 0 0;
        display: block;
    }
    .article-1 .container .info h1{
        font-family: 'Wiener Norm';
        color: #ffffff;
        font-size: 30px;
    }
    .article-1 .container .info h2{
        color: #ffffff;
        font-size: 16px;
        font-weight: 300;
        margin: 28px 0 0 0;
        line-height: 1.5;
        width: auto;
    }
    .article-1 .container .info .btn-default-sim{
        margin: 30px 0 0 0;
    }
    /**
    **  Article 1 - END **
    **/

    /**
    **  Article 2 - START **
    **/
    .article-2{
        background-color: #000000;
        padding-bottom: 80px;
        border-bottom: 2px solid #ffffff;
        margin: 0;
    }
    .article-2 .container{
        display: block;
    }
    .article-2 .content .outer-image{
        width: 100%;
        height: 380px;
        display: flex;
        overflow: hidden;
        align-items: center;
        justify-content: center;
    }
    .article-2 .content .outer-image img{
        height: 100%;
    }
    .article-2 .content .container .info{
        padding-top: 33px;
        width: auto;
    }
    .article-2 .content .container .info .first-info{
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
    }
    .article-2 .content .container .info .first-info h3{
        text-align: right;
        font-family: 'Wiener Norm';
        font-size: 30px;
        color: #ffffff;
    }
    .article-2 .content .container .info .second-info p{
        color: #ffffff;
        font-size: 14px;
        margin: 0 0 20px 0;
    }
    /**
    **  Article 2 - END **
    **/

    /**
    **  Article 3 - START **
    **/
    .article-3{
        background: #000000;
        padding: 70px 0 50px 0;
        border-bottom: none;
    }
    .article-3 .content .outer-image{
        overflow: hidden;
        width: 100%;
        background-color: transparent;
        height: auto;
        position: relative;
        padding: 25px 0;
        display: block;
    }
    .article-3 .content .outer-image img.bg{
        position: absolute;
        width: 135%;
        bottom: -60px;
        left: -130px;
        z-index: 1;
        opacity: 0.7;
    }
    .article-3 .content .outer-image .container img{
        position: relative;
        z-index: 2;
        width: 100%;
        border: 2px solid rgb(31 31 31);
    }
    .article-3 .content .container .info{
        display: block;
        width: auto;
        padding: 70px 0 0 0;
        background-color: transparent;
    }
    .article-3 .content .container .info h3{
        font-family: 'Wiener Norm';
        font-size: 30px;
        margin-bottom: 20px;
        color: #ffffff;
        padding: 0;
    }
    .article-3 .content .container .info p{
        color: #ffffff;
        font-size: 14px;
        margin: 0 0 20px 0;
        padding: 0;
    }
    /**
    **  Article 3 - END **
    **/

    /**
    **  Article 4 - START **
    **/
    @keyframes sliderDrinkEatMeetMob {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-100%);
        }
        45% {
            transform: translateX(-100%);
        }
        50% {
            transform: translateX(-200%);
        }
        70% {
            transform: translateX(-200%);
        }
        75% {
            transform: translateX(0);
        }
        95% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(0);
        }
    }
    @keyframes sliderDrinkEatMeetTextMob {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-50vw);
        }
        45% {
            transform: translateX(-50vw);
        }
        50% {
            transform: translateX(-100vw);
        }
        70% {
            transform: translateX(-100vw);
        }
        75% {
            transform: translateX(0);
        }
        95% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(0);
        }
    }
    .article-4 .content{
        display: block;
        padding: 0;
    }
    .article-4 .content .slider-outer {
        width: 100%;
        height: auto;
    }
    .article-4 .content .outer-image{
        width: 100%;
        height: 380px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
    }
    .article-4 .container{
        padding: 0 !important;
    }
    .article-4 .content .outer-image .slider {
        width: auto;
        display: flex;
        flex-direction: row;
        animation: sliderDrinkEatMeetMob 10s ease-in-out infinite;
        position: relative;
    }
    .article-4 .content .outer-image img{
        width: 100%;
    }
    .article-4 .content .info{
        display: flex;
        width: auto;
        height: 50vw;
    }
    .article-4 .content .info .box-1{
        border: 2px solid #ffffff;
        width: calc(50vw);
        height: calc(50vw);
        display: flex;
        align-items: center;
        justify-content: flex-start;
        overflow: hidden;
        border-right: none;
    }
    .article-4 .content .info .box-1 .slider{
        display: flex;
        flex-direction: row;
        width: 150vw;
        animation: sliderDrinkEatMeetTextMob 10s ease-in-out infinite;
        height: 100%;
        align-items: center;
        justify-content: flex-start;
    }
    .article-4 .content .info .box-1 h3{
        text-align: center;
        font-family: 'Wiener Norm';
        font-size: 28px;
        margin: 0;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(50vw);
        height: calc(50vw);
    }
    .article-4 .content .info .box-2{
        border: 2px solid #ffffff;
        width: calc(50vw);
        height: calc(50vw);
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .article-4 .content .info .box-2 .stars1{
        height: 400%;
        width: auto;
        position: absolute;
        left: -100%;
        top: 0;
    }
    .article-4 .content .info .box-2 .stars2{
        height: 500%;
        width: auto;
        position: absolute;
        left: -300%;
        top: 0;
    }
    /**
    **  Article 4 - END **
    **/

    /**
    **  Article 6 - START **
    **/
    .article-6{
        padding: 0 0 90px 0;
        border-bottom: 2px solid #ffffff;
    }
    .article-6 .container {
        --bs-gutter-x: 2.5rem;
    }
    .article-6 .container .items{
        display: block;
    }
    .article-6 .container .item{
        position: relative;
        width: 100%;
        height: 72vw;
        margin: 90px 0 0 0;
    }
    .article-6 .container .item .cover-img{
        width: 40vw;
        height: 72vw;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
    }
    .article-6 .container .item.left .cover-img{
        position: absolute;
        right: 0;
    }
    .article-6 .container .item .cover-img img{
        position: absolute;
        height: 100%;
        left: 0;
        top: 50%;
        transform: translate(0, 50%);
    }
    .article-6 .container .item.left .cover-img img{
        left: inherit;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
    }
    .article-6 .container .item .info{
        position: absolute;
        top: 0;
        right: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        z-index: 2;
    }
    .article-6 .container .item.left .info{
        left: 20px;
        right: inherit;
        align-items: flex-start;
    }
    .article-6 .container .item .info h3{
        font-family: 'Wiener Norm';
        font-size: 30px;
        text-align: left;
        color: #ffffff;
        margin: 45px 0 0 0;
    }
    .article-6 .container .item .info p{
        width: 45%;
        text-align: left;
        font-size: 14px;
        margin: 20px 0 0 0;
        color: #ffffff;
    }
    .article-6 .outer-btn{
        display: block;
    }
    .article-6 .btn-default-sim{
        margin: 100px 0 0 0;
    }
    /**
    **  Article 6 - END **
    **/

    /**
    **  Article 7 - START **
    **/
    .article-7{
        padding: 0 0;
        border-bottom: none;
    }
    .article-7 .container.main{
        display: block;
        padding: 0;
    }
    .article-7 .info{
        padding: 90px 0;
        margin: 0;
    }
    .article-7 .info .container h3{
        font-family: 'Wiener Norm';
        font-size: 30px;
        color: #ffffff;
    }
    .article-7 .info .container p{
        font-size: 14px;
        color: #ffffff;
        margin: 25px 0 0 0;
    }
    .article-7 .slideshow{
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        width: 100%;
        height: auto;
    }
    .article-7 .outer-image{
        width: 100vw;
        height: 100vw;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .article-7 .outer-image .slider {
        width: auto;
        display: flex;
        flex-direction: row;
        position: relative;
        transition: 0.7s;
    }
    .article-7 .outer-image .slider > div {
        position: absolute;
        width: 100%;
        opacity: 0;
    }
    .article-7 .outer-image img{
        width: 100%;
    }
    .article-7 .diamonds{
        position: absolute;
        bottom: 35px;
        display: flex;
    }
    .article-7 .diamonds .diamond {
        width: 7px;
        height: 7px;
        margin: 0 10px;
        background-color: transparent;
        border: 2px solid white;
        transform: rotate(45deg);
        display: inline-block;
    }
    .article-7 .diamonds .diamond.active{
        background-color: #ffffff;
    }
    /**
    **  Article 7 - END **
    **/

    /**
    **  Article 8 - START **
    **/
    .article-8{
        padding: 80px 0;
    }
    .article-8 .container .faq-content{
        padding: 25px;
        flex-direction: column;
    }
    .article-8 .container .faq-content .info{
        margin: 0 0 0 0;
    }
    .article-8 .container .faq-content .info h3{
        font-size: 28px;
        font-family: 'Wiener Norm';
        color: #ffffff;
    }
    .article-8 .container .faq-content .info p{
        font-size: 13px;
        font-weight: 300;
        color: #ffffff;
    }
    .article-8 .container .faq-content .faq .item{
        border-bottom: 1px solid #fff;
        margin: 40px 0;
    }
    .article-8 .container .faq-content .faq .item .head-item{
        font-size: 13px;
        color: #ffffff;
        padding: 7px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }
    .article-8 .container .faq-content .faq .item .head-item svg{
        margin: 0;
        width: 15px;
    }
    .article-8 .container .faq-content .faq .item .body-item{
        font-size: 13px;
        line-height: 1.5;
    }
    .article-8 .container .faq-content .faq .item .body-item.open{
        padding: 15px;
    }
    /**
    **  Article 8 - END **
    **/

    /**
    **  Article 9 - START **
    **/
    .article-9{
        padding: 80px 0;
        border-bottom: 1px solid #222222;
    }
    .article-9 .container .map-content{
        padding: 0;
        flex-direction: column;
        border: none;
    }
    .article-9 .container .map-content .info{
        width: 100%;
        padding: 0;
    }
    .article-9 .container .map-content .info h3{
        font-size: 28px;
        font-family: 'Wiener Norm';
        color: #ffffff;
    }
    .article-9 .container .map-content .info p{
        font-size: 15px;
        font-weight: 300;
        color: #ffffff;
    }
    .article-9 .container .map-content .info button{
        margin: 20px 0 0 0;
    }
    .article-9 .container .map-content .map{
        width: 100%;
        margin: 30px 0 0 0;
        height: 300px;
    }
    .article-9 .container .map-content .map iframe{
        width: 100%;
        height: 300px;
        padding: 0;
        margin: 0;
    }
    /**
    **  Article 9 - END **
    **/

    /**
    **  Article 10 - START **
    **/
    .article-10{
        padding: 70px 0;
    }
    .article-10 .content{
        padding: 0;
        flex-direction: column;
    }
    .article-10 .content .outer-image{
        width: 90vw;
        height: 90vw;
        margin: 0 0 50px 0;
    }
    .article-10 .content .outer-image img.drink-img{
        position: relative;
        z-index: 2;
        width: 80%;
        height: auto;
        border: 2px solid rgb(31 31 31);
    }
    .article-10 .content .info{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        background-color: transparent;
        width: 100%;
        padding: 0 0 0 0 ;
        flex: 1;
    }
    .article-10 .content .info .info-left{
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        margin: 30px 0 0 0;
    }
    .article-10 .content .info h3{
        font-family: 'Wiener Norm';
        font-size: 25px;
        margin-bottom: 20px;
        width: 100%;
        text-align: left;
        color: #ffffff;
        padding: 0;
    }
    .article-10 .content .info p{
        color: #ffffff;
        font-size: 13px;
        margin: 0 0 0 0;
        padding: 0;
        font-weight: 300;
    }
    /**
    **  Article 10 - END **
    **/

    footer .images{
        width: 80%;
    }

    footer p{
        font-size: 11px;
    }
}