@charset "UTF-8";:root{--color-green: #027B5E;--color-red: #F84343;--color-yellow: #FECD00;--color-black: #20221D;--bg-color: #FAFAFA;--title-font: Anton;--body-font: Microsoft YaHei, Lato, sans-serif;--biggest-font-size: 2.5rem;--bigger-font-size: 2rem;--big-font-size: 1.5rem;--normal-font-size: .938rem;--small-font-size: .913rem}@media screen and (min-width: 1440px){:root{--biggest-font-size: 3.5rem;--bigger-font-size: 2.5rem;--big-font-size: 2rem;--normal-font-size: 1.1rem;--small-font-size: 1rem}}body{position:relative;font-family:Lato,sans-serif;background-color:var(--bg-color);color:var(--color-black);font-size:var(--normal-font-size);letter-spacing:.3px}.wf-active body{font-family:var(--body-font);letter-spacing:normal}h1,h2,h3,h4,h5,h6{font-family:var(--title-font)}p{font-size:var(--small-font-size)}a{color:var(--bg-color);text-decoration:none;transition:color .3s ease-in-out;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out}a:hover{color:var(--color-yellow)}ul,li{list-style:none;padding:0;margin:0;display:inherit}img{max-width:100%;height:auto}address{font-family:Lato,sans-serif}.wf-active address{font-family:var(--body-font);font-size:medium}label{font-family:Lato,sans-serif}.wf-active label{font-family:var(--body-font);font-size:medium}section{position:relative;padding:100px 0 80px;background-color:var(--bg-color)}.color-green{color:var(--color-green)}.color-red{color:var(--color-red)}.color-yellow{color:var(--color-yellow)}.bg-green{background-color:var(--color-green)}.btn{border-radius:60px;font-size:var(--small-font-size);position:relative;overflow:hidden;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;padding:10px 26px}.btn__green{color:var(--bg-color);z-index:2}.btn__green:before{background-color:var(--color-green);color:var(--bg-color);border-radius:60px;content:"";display:block;height:100%;width:100%;position:absolute;right:0;top:0;transform:translate(0);transform-origin:left top;transition:.3s transform ease-in-out;-webkit-transition:.3s transform ease-in-out;-moz-transition:.3s transform ease-in-out;will-change:transform;z-index:-1}.btn__green:hover:before{transform:translateY(100%) rotate(10deg)}.btn__green:hover{border:1px solid var(--color-green);color:var(--color-green);transform:scale(1.05);will-change:transform}.btn__red{color:var(--bg-color);z-index:2}.btn__red:before{background-color:var(--color-red);color:var(--bg-color);border-radius:60px;content:"";display:block;height:100%;width:100%;position:absolute;right:0;top:0;transform:translate(0);transform-origin:left top;transition:.3s transform ease-in-out;-webkit-transition:.3s transform ease-in-out;-moz-transition:.3s transform ease-in-out;will-change:transform;z-index:-1}.btn__red:hover:before{transform:translateY(100%) rotate(10deg)}.btn__red:hover{border:1px solid var(--color-red);color:var(--color-red);transform:scale(1.05);will-change:transform}.btn__outline-yellow{background-color:transparent;color:var(--color-yellow)}.btn__outline-yellow:after{background-color:var(--color-yellow);color:var(--bg-color);border-radius:60px;content:"";display:block;height:100%;width:100%;position:absolute;left:0;top:0;transform:translate(-100%) rotate(10deg);transform-origin:top left;transition:.3s transform ease-in-out;-webkit-transition:.3s transform ease-in-out;-moz-transition:.3s transform ease-in-out;will-change:transform;z-index:-1}.btn__outline-yellow:before{border:1px solid var(--color-yellow);border-radius:60px;content:"";height:100%;width:100%;position:absolute;right:0;top:0}.btn__outline-yellow:hover:after{transform:translate(0)}.btn__outline-yellow:hover{background-color:var(--color-yellow);color:var(--bg-color);transform:scale(1.05);will-change:transform}.invalid-feedback{font-family:Lato,sans-serif;color:var(--color-red)}.wf-active .invalid-feedback{font-family:var(--body-font)}.form-control{font-family:Lato,sans-serif}.form-control:focus{box-shadow:none;border-color:var(--color-green)}.wf-active .form-control{font-family:var(--body-font)}.form-control.is-invalid{border-color:var(--color-red)}.indicator-progress{display:none}.preload-page{visibility:hidden}.page-loaded{overflow-y:auto}.pageloader__wrapper{background-color:#fff;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999999}.pageloader__wrapper .pageloader{position:absolute;width:100%;height:100%;top:0}.pageloader__wrapper .pageloader #pl-bar{width:0;background-color:var(--color-green)}.back__to__top{position:fixed;bottom:30px;right:30px;width:80px;height:80px;z-index:99;opacity:0;transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;background-image:url(/build/assets/yum-yeah-yamii-logo-03-64f80fce70546-b7a3d4c7.webp);background-repeat:no-repeat;background-size:75px;background-position:center center}.back__to__top.active{opacity:1;transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease}.back__to__top:hover{cursor:pointer}.back__to__top svg{transition:transform;-webkit-transition:transform;-moz-transition:transform;will-change:transform}.back__to__top svg:hover{-webkit-animation:spin 10s linear infinite;-moz-animation:spin 10s linear infinite;animation:spin 10s linear infinite}@-moz-keyframes spin{to{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg)}}@keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.main{overflow:hidden;position:relative;z-index:2;clip-path:inset(0px 0px 0px round 0 0 40px 40px);background:var(--bg-color)}.header{position:fixed;width:100%;top:0;left:0;z-index:99;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out}.header:before{content:"";background-color:var(--bg-color);position:absolute;width:100%;height:5rem;top:-5rem;left:0;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;box-shadow:0 2px 16px #0000001a}.header.active:before{top:0}.header.active .nav__link{color:var(--color-green)!important}.header.show .nav__logo img{filter:brightness(0) invert(1);transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out}.header.show .nav__link{color:var(--bg-color)!important}.header.show .nav__menu{visibility:visible;right:0;transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out}.header.show .nav__menu:before{right:0}.header.show .toggle__button{transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out}.header.show .toggle__button:hover{opacity:.7}.header.show .bar{background-color:var(--bg-color)!important}.header.show .bar-1{transform:rotate(-45deg)!important}.header.show .bar-3{margin-top:0!important;transform:rotate(45deg) translate(-.26rem,-.34rem)!important}.header .nav{position:relative;padding:10px 20px;height:5rem}@media screen and (min-width: 1440px){.header .nav{padding:10px 60px}}.header .nav .container{display:flex;justify-content:space-between;align-items:center;max-width:1440px}.header .nav__logo{position:relative;z-index:10}.header .nav__logo img{height:2rem;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out}@media screen and (min-width: 768px){.header .nav__logo img{height:2.5rem}}.header .nav__menu .nav__list{display:flex;flex-direction:column;padding-left:calc(20px + var(--bs-gutter-x) * .5)}@media screen and (min-width: 1025px){.header .nav__menu .nav__list{flex-direction:row;column-gap:2rem}}@media screen and (min-width: 1440px){.header .nav__menu .nav__list{flex-direction:row;column-gap:3rem}}.header .nav__menu .nav__list .nav__item .nav__link{overflow:hidden;position:relative;display:inline-block;color:var(--bg-color);font-family:var(--title-font);font-size:var(--biggest-font-size);letter-spacing:2px;line-height:55px;text-transform:uppercase}@media screen and (min-width: 1025px){.header .nav__menu .nav__list .nav__item .nav__link{font-family:Lato,sans-serif;font-size:.98rem;letter-spacing:unset;text-transform:unset;line-height:unset}.wf-active .header .nav__menu .nav__list .nav__item .nav__link{font-family:var(--body-font);letter-spacing:normal}}.header .nav__menu .nav__list .nav__item .nav__link:after{position:absolute;width:100%;left:0}.header .nav__menu .nav__list .nav__item .nav__link:after{color:var(--color-yellow);content:attr(data-replace);height:100%;top:0;transform-origin:100% 50%;transform:translate3d(0,200%,0);transition:transform .4s cubic-bezier(.76,0,.24,1);-webkit-transition:transform .4s cubic-bezier(.76,0,.24,1);-moz-transition:transform .4s cubic-bezier(.76,0,.24,1)}.header .nav__menu .nav__list .nav__item .nav__link:hover:after{transform:translateZ(0)}.header .nav__menu .nav__list .nav__item .nav__link:hover span{transform:translate3d(0,-200%,0)}.header .nav__menu .nav__list .nav__item .nav__link span{display:inline-block;transition:transform .4s cubic-bezier(.76,0,.24,1);-webkit-transition:transform .4s cubic-bezier(.76,0,.24,1);-moz-transition:transform .4s cubic-bezier(.76,0,.24,1)}.header .nav__menu.nav__menu_active .nav__item .nav__link{color:var(--color-green)}@media screen and (max-width: 1024px){.header .nav__menu{position:fixed;top:0;right:100%;background-color:var(--color-green);width:100%;height:100vh;display:flex;justify-content:start;align-items:center;padding-block:5rem 3rem;visibility:hidden;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;transition-duration:.7s;-webkit-transition-duration:.7s;transition-timing-function:cubic-bezier(.86,0,.07,1);-webkit-transition-timing-function:cubic-bezier(.86,0,.07,1)}.header .nav__menu:before{content:"";position:absolute;top:0;right:100%;width:100%;height:100vh;background-image:url(/build/assets/batik-bg-64f80fc1a9b21-54624485.webp);background-repeat:no-repeat;background-position:center center;background-size:cover;transition:all 4s ease;transition-duration:.8s;-webkit-transition-duration:.8s;transition-timing-function:cubic-bezier(.86,0,.07,1);-webkit-transition-timing-function:cubic-bezier(.86,0,.07,1)}}.header .nav__toggle{display:flex;justify-content:center;align-items:center;cursor:pointer;width:40px;height:40px;position:relative}@media screen and (min-width: 1025px){.header .nav__toggle{display:none}}.header .toggle__button .bar{background-color:var(--color-green);width:30px;height:2px;display:block;margin:5px 0;border-radius:1px;transition:transform .4s cubic-bezier(.455,.03,.515,.955);-webkit-transition:transform .4s cubic-bezier(.455,.03,.515,.955);-moz-transition:transform .4s cubic-bezier(.455,.03,.515,.955)}@media screen and (min-width: 768px){.header .toggle__button .bar{background-color:var(--bg-color)}}.header .toggle__button .bar-1{margin-top:0}.header .toggle__button .bar-3{margin-top:7px}.header .toggle__button:hover .bar-1{transform:translate(3.5px)}.header .toggle__button:hover .bar-3{margin-top:7px;transform:translate(-3.5px)}.home__section{display:flex;align-items:center;width:100%;height:100%;background-color:var(--color-green);padding:60px 0}@media screen and (min-width: 768px){.home__section{height:28rem}}@media screen and (min-width: 1024px){.home__section{height:35rem}}@media screen and (min-width: 1440px){.home__section{height:40rem}}@media screen and (min-width: 2000px){.home__section{height:45rem}}.home__bg{position:absolute;top:0;left:0;width:100%;height:10rem;background-color:#ffdc95;background-image:url(/build/assets/batik-bg-64f80fc1a9b21-54624485.webp);background-repeat:no-repeat;background-size:cover}@media screen and (min-width: 768px){.home__bg{width:40%;height:28rem}}@media screen and (min-width: 1024px){.home__bg{height:35rem}}@media screen and (min-width: 1440px){.home__bg{height:40rem}}@media screen and (min-width: 2000px){.home__bg{height:45rem}}.home__coffee{position:absolute;top:50%;left:50%;width:120px;translate:15% 5%;rotate:-10deg;z-index:1;animation:float 4s ease-in-out infinite}@media screen and (min-width: 550px){.home__coffee{width:135px;translate:30% -5%}}@media screen and (min-width: 768px){.home__coffee{width:200px;top:unset;left:unset;translate:unset;rotate:-15deg;bottom:-5%;right:-8%}}@media screen and (min-width: 1024px){.home__coffee{width:220px;right:-10%}}@media screen and (min-width: 1440px){.home__coffee{width:280px}}@media screen and (min-width: 2000px){.home__coffee{width:320px}}@keyframes float{0%{transform:translatey(0)}50%{transform:translatey(-20px)}to{transform:translatey(0)}}.home__content{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:start;padding:10rem 10px 0;color:var(--bg-color)}@media screen and (min-width: 550px){.home__content{padding:12rem 25px 0}}@media screen and (min-width: 768px){.home__content{width:100%;justify-content:center;padding:100px 0 0 45%}}.home__content .home__title{font-size:var(--bigger-font-size);text-transform:uppercase;font-weight:700;letter-spacing:1.5px;width:50%}.home__content .home__title span{color:var(--color-yellow);font-style:italic}@media screen and (min-width: 768px){.home__content .home__title{font-size:var(--biggest-font-size);width:100%;letter-spacing:2px}}@media screen and (min-width: 830px){.home__content .home__title{letter-spacing:3px}}.home__section_2{text-align:center}.home__section_2 h3{letter-spacing:.2px}.home__section_2 img{width:100px;height:auto}@media screen and (min-width: 768px){.home__section_2 img{width:150px}}.home__section_3{color:var(--bg-color);background-color:var(--color-green);background-image:url(/build/assets/batik-bg-64f80fc1a9b21-54624485.webp);background-size:50%}.product__section{padding-top:50px}@media screen and (min-width: 992px){.product__section{padding-top:0}}.product_image_slider{position:relative;background-image:url(/build/assets/slider-bg-e3224f64.svg);background-size:contain;background-repeat:no-repeat;background-position:center}.product_image_slider .slick-prev,.product_image_slider .slick-next{top:unset;bottom:0;z-index:1;font-weight:700}.product_image_slider .slick-prev{left:50px}@media screen and (min-width: 1200px){.product_image_slider .slick-prev{left:80px}}.product_image_slider .slick-prev:before{content:"";font-family:bootstrap-icons,serif!important;font-size:30px}.product_image_slider .slick-next{right:50px}@media screen and (min-width: 1200px){.product_image_slider .slick-next{right:80px}}.product_image_slider .slick-next:before{content:"";font-family:bootstrap-icons,serif!important;font-size:30px}.product_image_slider .slick-list{overflow:unset}.product_image_slider .product_item{text-align:center}.product_image_slider .product_item .product_title{display:none}@media screen and (min-width: 992px){.product_image_slider .product_item .product_title{display:block}}.product_image_slider .product_item .product_image{position:relative}.product_image_slider .product_item .product_image img{width:auto;height:300px;margin:auto;object-fit:contain}@media screen and (min-width: 375px){.product_image_slider .product_item .product_image img{height:350px}}@media screen and (min-width: 768px){.product_image_slider .product_item .product_image img{height:400px}}@media screen and (min-width: 1024px){.product_image_slider .product_item .product_image img{height:350px}}@media screen and (min-width: 1200px){.product_image_slider .product_item .product_image img{height:400px}}@media screen and (min-width: 1440px){.product_image_slider .product_item .product_image img{height:420px}}.product_content_slider{text-align:center}@media screen and (min-width: 992px){.product_content_slider{text-align:start}}.product_content_slider .product_content{padding:5px}@media screen and (min-width: 425px){.product_content_slider .product_content{padding:10px}}@media screen and (min-width: 500px){.product_content_slider .product_content{padding:30px}}@media screen and (min-width: 768px){.product_content_slider .product_content{padding:50px}}.section__heading{margin-bottom:100px}.card__wrapper{position:relative;display:flex;justify-content:center;margin-bottom:60px}.card__wrapper .card__wrapper_item{position:sticky;transition:all .3s ease-in-out}.card__wrapper .card__wrapper_item:nth-child(1){transform:translate(30%,5%) rotate(-30deg)}.card__wrapper .card__wrapper_item:nth-child(2){transform:translateY(-5%) rotate(3deg)}.card__wrapper .card__wrapper_item:nth-child(3){transform:translate(-35%,5%) rotate(38deg)}.card__wrapper:hover .card__wrapper_item:nth-child(1){transform:translate(15%,5%) rotate(-35deg)}.card__wrapper:hover .card__wrapper_item:nth-child(2){transform:translate(-5%,-8%) rotate(-1deg)}.card__wrapper:hover .card__wrapper_item:nth-child(3){transform:translate(-30%,5%) rotate(45deg)}.card__wrapper_content{width:80%;padding:20px;margin:0 auto;text-align:center}@media screen and (min-width: 992px){.card__wrapper_content{text-align:start;width:70%}}.home__section_5{background-color:var(--color-green);background-image:url(/build/assets/batik-bg-64f80fc1a9b21-54624485.webp);background-size:50%}@media screen and (min-width: 1600px){.home__section_5 .container{max-width:1440px}}.home__section_5 .article__wrapper{display:flex;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.home__section_5 .article__wrapper::-webkit-scrollbar{display:none}.home__section_5 .article__wrapper .article__item{background-color:var(--bg-color);margin:0 10px 25px;border-radius:20px;min-width:80vw;max-width:21vw;box-shadow:0 10px 15px -3px #0000001a}@media screen and (min-width: 600px){.home__section_5 .article__wrapper .article__item{min-width:55vw}}@media screen and (min-width: 768px){.home__section_5 .article__wrapper .article__item{min-width:42vw}}@media screen and (min-width: 1024px){.home__section_5 .article__wrapper .article__item{min-width:35vw}}@media screen and (min-width: 1200px){.home__section_5 .article__wrapper .article__item{min-width:28vw}}@media screen and (min-width: 1440px){.home__section_5 .article__wrapper .article__item{min-width:19vw}}@media screen and (min-width: 1500px){.home__section_5 .article__wrapper .article__item{min-width:21vw}}.home__section_5 .article__wrapper .article__item .article__thumb{width:100%;height:auto;overflow:hidden;border-radius:20px 20px 0 0}.home__section_5 .article__wrapper .article__item .article__thumb img{object-fit:cover;aspect-ratio:2/1.2;transition:all .4s ease-out}.home__section_5 .article__wrapper .article__item .article__thumb:hover img{transform:scale(1.1)}.home__section_5 .article__wrapper .article__item .article__content{padding:25px 25px 22px}@media screen and (min-width: 768px){.home__section_5 .article__wrapper .article__item .article__content{padding:20px 20px 22px}}.home__section_5 .article__wrapper .article__item .article__content h5{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:55px;line-height:28px;letter-spacing:1px;margin-bottom:18px;color:var(--color-green);text-decoration:underline .15em rgba(2,123,94,0);transition:text-decoration-color .3s}.home__section_5 .article__wrapper .article__item .article__content h5:hover{text-decoration-color:#027b5e}.home__section_5 .article__wrapper .article__item .article__content p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;height:65px;margin-bottom:20px}@media screen and (min-width: 1440px){.home__section_5 .article__wrapper .article__item .article__content p{height:70px;font-size:.95rem}}.home__section_5 .article__wrapper .article__item .article__content .btn{font-size:.7rem;padding:5px 15px}.home__section_6{background-image:url(/build/assets/yum-yeah-location-64f80fc8ad7f0-a599f8f1.webp);background-size:80vw;background-repeat:no-repeat;background-position:center bottom;padding-bottom:90%}@media screen and (min-width: 576px){.home__section_6{background-size:50vw;padding-bottom:50px}}@media screen and (min-width: 992px){.home__section_6{background-size:38vw;background-position:30px bottom;padding-bottom:80px}}@media screen and (min-width: 1600px){.home__section_6{background-size:contain;background-position:left 50px bottom -20px;padding-bottom:100px}}@media screen and (min-width: 1700px){.home__section_6{background-position:left 100px bottom -20px}}@media screen and (min-width: 1800px){.home__section_6{background-position:left 120px bottom -20px}}@media screen and (min-width: 1900px){.home__section_6{background-position:left 150px bottom -20px}}@media screen and (min-width: 2000px){.home__section_6{background-position:left 200px bottom -20px}}@media screen and (min-width: 2100px){.home__section_6{background-position:left 230px bottom -20px}}@media screen and (min-width: 2200px){.home__section_6{background-position:left 260px bottom -20px}}@media screen and (min-width: 2300px){.home__section_6{background-position:left 300px bottom -20px}}@media screen and (min-width: 2400px){.home__section_6{background-position:left 400px bottom -20px}}.home__section_6 h1{text-align:center}@media screen and (min-width: 768px){.home__section_6 h1{text-align:start}}.home__section_6 .address__info{text-align:center;margin-bottom:30px;display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (min-width: 768px){.home__section_6 .address__info{text-align:start;align-items:start;padding-left:40px}}.home__section_6 .address__info h4{position:relative;color:var(--color-red);letter-spacing:.4px}.home__section_6 .address__info h4:before{content:"";width:32px;height:32px;background:url(/build/assets/mascot-64f80fc434558-323d8cbe.webp) center no-repeat;background-size:contain;position:absolute;top:0;left:-45px}.footer{color:var(--bg-color);width:100%;background-color:var(--color-green);padding:50px 0 0}@media screen and (min-width: 768px){.footer{position:fixed;bottom:0;z-index:-1;padding:50px 20px 0}}.footer .container{max-width:1440px}.footer .footer__content{padding-bottom:5px;border-bottom:1px solid rgba(255,255,255,.4)}.footer .footer__content h5{letter-spacing:.3px}@media screen and (min-width: 768px){.footer .footer__content h5{margin-bottom:18px}}.footer .footer__content .footer__logo{margin-bottom:25px}.footer .footer__content .footer__logo img{width:150px;height:auto;margin-bottom:25px}.footer .footer__content .footer__description{width:100%}@media screen and (min-width: 500px){.footer .footer__content .footer__description{width:70%}}@media screen and (min-width: 768px){.footer .footer__content .footer__description{width:100%}}.footer .footer__content .footer__widget{margin-bottom:25px}.footer .footer__content .footer__widget ul li{line-height:1.7rem}@media screen and (min-width: 1200px){.footer .footer__content .footer__widget ul li{line-height:2rem}}.footer .footer__content .footer__widget address{margin-bottom:25px}.footer .copyright__section{display:flex;justify-content:space-between;align-items:center;padding:20px 0;flex-direction:column}@media screen and (min-width: 768px){.footer .copyright__section{flex-direction:row}}.footer .copyright__section p{text-align:center}@media screen and (min-width: 768px){.footer .copyright__section p{font-size:.9rem;text-align:start}}.footer .copyright__section .social__media{margin-top:10px}@media screen and (min-width: 768px){.footer .copyright__section .social__media{margin-top:0}}.footer .copyright__section .social__media ul{display:flex;gap:1rem}.section__submark{margin-top:5rem;padding:5rem 0}@media screen and (min-width: 768px){.section__submark .section__submark__title{padding-right:10px}}.section__submark .section__submark__title h1{color:var(--color-green);font-size:11.5vw;margin-bottom:0}@media screen and (min-width: 425px){.section__submark .section__submark__title h1{font-size:12vw}}@media screen and (min-width: 576px){.section__submark .section__submark__title h1{font-size:65px}}@media screen and (min-width: 992px){.section__submark .section__submark__title h1{font-size:70px}}@media screen and (min-width: 1440px){.section__submark .section__submark__title h1{font-size:80px}}.section__submark .section__submark__logo{max-width:100%}@media screen and (min-width: 768px){.section__submark .section__submark__logo{max-width:250px}}@media screen and (min-width: 992px){.section__submark .section__submark__logo{max-width:270px}}@media screen and (min-width: 1440px){.section__submark .section__submark__logo{max-width:300px}}.section__slogan p{font-size:1rem}@media screen and (min-width: 992px){.section__slogan p{font-size:1.2rem}}.section__about .section__about__image{width:320px;margin:0 auto 50px}@media screen and (min-width: 992px){.section__about .section__about__image{margin-bottom:0}}.section__about .section__content h3{margin-bottom:30px}.section__vision{background-color:var(--color-yellow);background-image:url(/build/assets/vision-background-64f80fc904909-e19c3356.webp);background-size:cover;background-repeat:no-repeat;background-position:left center;width:106%;height:100%;display:flex;align-items:center}@media screen and (min-width: 992px){.section__vision{background-size:50% auto;padding:60px 0}}@media screen and (min-width: 1024px){.section__vision{padding:6vw 0}}@media screen and (min-width: 1200px){.section__vision{padding:8vw 0}}.section__vision .bg__overlay{background-color:#0003;width:100%;height:100%;position:absolute;top:0;left:0}@media screen and (min-width: 992px){.section__vision .bg__overlay{display:none}}.section__vision .vision__content{position:relative;padding:0 10px}.section__vision .vision__content h2{color:var(--color-green);margin-bottom:20px}.section__vision .vision__content p{font-size:1.3rem;color:var(--bg-color);font-family:var(--title-font);margin-bottom:0}@media screen and (min-width: 992px){.section__vision .vision__content p{font-size:1.5rem}}@media screen and (min-width: 1200px){.section__vision .vision__content p{font-size:1.8rem}}.section__mission{background-color:var(--color-green);background-image:url(/build/assets/coffee-table-64f80fc0aea53-4bcb1ff2.webp);background-size:100px;background-repeat:no-repeat;background-position:left bottom;overflow:hidden;padding:100px 0 130px}@media screen and (min-width: 1024px){.section__mission{padding:100px 0}}@media screen and (min-width: 1440px){.section__mission{background-size:120px}}@media screen and (min-width: 1500px){.section__mission{background-size:150px}}.section__mission .mission__content h2{color:var(--color-red);margin-bottom:20px}.section__mission .mission__content p{font-size:1.3rem;color:var(--bg-color);font-family:var(--title-font);margin-bottom:0}@media screen and (min-width: 992px){.section__mission .mission__content p{font-size:1.5rem}}@media screen and (min-width: 1200px){.section__mission .mission__content p{font-size:1.8rem}}.section__mission .mission__image{position:absolute;top:-10px;right:5%;max-width:120px;animation:sway 2.4s infinite;animation-timing-function:ease-in-out;-webkit-transform-origin:top;-moz-transform-origin:top;transform-origin:top}@media screen and (min-width: 992px){.section__mission .mission__image{right:20%;max-width:230px}}@media screen and (min-width: 1200px){.section__mission .mission__image{top:-30px;max-width:280px}}@keyframes sway{0%{transform:rotate(10deg)}50%{transform:rotate(-10deg)}to{transform:rotate(10deg)}}.section__team .team__wrapper .team__item{text-align:center;margin-bottom:25px}.section__team .team__wrapper .team__item .team__item__image{width:120px;height:120px;border:2.5px solid var(--color-red);border-radius:50%;margin:0 auto 10px;position:relative}.section__team .team__wrapper .team__item .team__item__image img{width:100%;height:100%;border-radius:50%;object-fit:cover}.section__team .team__wrapper .team__item .team__item__image:after{content:"";background-image:url(/build/assets/yum-yeah-yamii-logo-03-64f80fce70546-b7a3d4c7.webp);background-size:contain;background-repeat:no-repeat;background-position:bottom;width:50px;height:100%;position:absolute;bottom:-10px;right:-5px}.section__team .team__wrapper .team__item .team__item__content span{display:block}.section__breadcrumb{background-color:var(--color-green);margin-top:5rem;padding:3.5rem 0}@media screen and (min-width: 768px){.section__breadcrumb{padding:5rem 0}}@media screen and (min-width: 1024px){.section__breadcrumb{padding:7rem 0}}@media screen and (min-width: 1600px){.section__breadcrumb .container{max-width:1440px}}.section__breadcrumb h1{font-size:3rem;letter-spacing:2px;color:var(--bg-color)}@media screen and (min-width: 768px){.section__breadcrumb h1{font-size:4rem}}@media screen and (min-width: 1024px){.section__breadcrumb h1{font-size:5rem}}@media screen and (min-width: 1220px){.section__breadcrumb h1{font-size:6rem}}.section__breadcrumb p{color:var(--bg-color)}.section__marquee{isolation:isolate;padding:0}.section__marquee .marquee__text{color:var(--color-green);--translate-3d-x: -5%;overflow:hidden;display:flex;align-items:center;font-weight:700}.section__marquee .marquee__text:before{display:block;white-space:pre;content:attr(data-text) "  •  " attr(data-text) "  •  " attr(data-text) "  •  " attr(data-text) "  •  " attr(data-text) "  •  " attr(data-text) "  •  " attr(data-text) "  •  " attr(data-text) "  •  " attr(data-text) "  •  " attr(data-text) "  •  " attr(data-text) "  •  " attr(data-text) "  •  " attr(data-text) "  •  " attr(data-text) "  •  " attr(data-text) "  •  " attr(data-text) "  •  " attr(data-text) "  •  " attr(data-text) "  •  " attr(data-text) "  •  " attr(data-text) "  •  ";width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;transform:translate3d(var(--translate-3d-x, -2%),0,0);will-change:transform}@media (prefers-reduced-motion: no-preference){.section__marquee .marquee__text:before{animation:marquee 2s linear infinite}}@keyframes marquee{0%{transform:translate3d(var(--translate-3d-x, -2%),0,0)}to{transform:translate3d(calc(var(--translate-3d-x) - 5% - 1px),0,0)}}.section__menu{border-top:1px solid var(--color-green);padding:5rem 0}@media screen and (min-width: 1600px){.section__menu .container{max-width:1440px}}.section__menu h1{font-size:4rem;letter-spacing:2px;color:var(--color-green);margin-bottom:0}@media screen and (min-width: 768px){.section__menu h1{font-size:5rem}}@media screen and (min-width: 1024px){.section__menu h1{font-size:6rem}}.section__menu .menu__wrapper .menu__heading{margin-bottom:2rem}.section__menu .menu__wrapper .menu__swiper{padding:0 20px;display:flex;gap:25px;overflow-x:scroll;width:100%}.section__menu .menu__wrapper .menu__swiper .menu__item{position:relative}.section__menu .menu__wrapper .menu__swiper .menu__item .menu__item__thumb{width:35vh;background-color:#dfdfe3;padding:20px 20px 70px;display:flex;justify-content:center;aspect-ratio:2/3;border-radius:20px;margin-bottom:20px}.section__menu .menu__wrapper .menu__swiper .menu__item .menu__item__thumb img{width:80%;object-fit:contain;transition:all .5s ease-out}.section__menu .menu__wrapper .menu__swiper .menu__item .menu__item__thumb img:hover{transform:scale(1.05)}.section__menu .menu__wrapper .menu__swiper .menu__item .menu__item__content{position:absolute;bottom:35px;left:30px}.section__menu .menu__wrapper .menu__swiper .menu__item .menu__item__content h4{color:var(--color-green)}.section__contact{margin-bottom:5rem}@media screen and (min-width: 1600px){.section__contact .container{max-width:1440px}}.section__contact .contact__details h1{font-size:3rem;color:var(--color-green);margin-bottom:20px}.section__contact .contact__details .contact__widget{margin-bottom:20px}.section__contact .contact__details .contact__widget h5{color:var(--color-green)}.section__contact .contact__details .contact__widget a{color:var(--color-black)}.section__contact .contact__details .contact__widget a:hover{color:var(--color-yellow)}.section__contact .contact__details .contact__widget .contact__info li{line-height:1.7rem}@media screen and (min-width: 1200px){.section__contact .contact__details .contact__widget .contact__info li{line-height:2rem}}.section__contact .contact__form{padding:3rem 2rem;border:2px solid var(--color-green)}@media screen and (min-width: 992px){.section__contact .contact__form{padding:3rem 3rem 2rem}}.section__location{padding:0}.section__location .location__wrapper{padding:8% 6%}@media screen and (min-width: 768px){.section__location .location__wrapper{max-height:100vh;overflow-y:scroll}}.section__location .location__wrapper .location__filter{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:50px}.section__location .location__wrapper .location__filter .filter__item{color:var(--color-green);font-size:.85rem;padding:5px 15px;border:1px solid var(--color-green);border-radius:20px;cursor:pointer;transition:color .3s ease-in-out,background-color .3s ease-in-out}@media screen and (min-width: 768px){.section__location .location__wrapper .location__filter .filter__item{font-size:var(--small-font-size);padding:8px 20px}}.section__location .location__wrapper .location__filter .filter__item:hover{color:var(--bg-color);background-color:var(--color-green);transition:color .3s ease-in-out,background-color .3s ease-in-out}.section__location .location__wrapper .location__filter .filter__item.active{color:var(--bg-color);background-color:var(--color-green)}.section__location .location__wrapper .location__item{display:flex;flex-direction:column;border-bottom:1px solid var(--color-green);padding-bottom:20px;margin-bottom:30px}@media screen and (min-width: 768px){.section__location .location__wrapper .location__item{flex-direction:row;align-items:center;justify-content:space-between}}.section__location .location__wrapper .location__item h5{color:var(--color-green)}.section__location .location__wrapper .location__item address{margin-bottom:10px}@media screen and (min-width: 768px){.section__location .location__wrapper .location__item address{width:50%}}.section__location .location__wrapper .location__item .btn{font-size:.85rem;padding:6px 15px}@media screen and (min-width: 768px){.section__location .location__wrapper .location__item .btn{font-size:var(--small-font-size);padding:8px 20px}}.section__location .section__map{width:100%;height:100vh;overflow:hidden}.section__location .section__map #map{width:100%;height:100%}.section__login{padding:120px 0 80px}.section__login .container{max-width:1440px}.section__login .card{border:none;border-radius:10px;padding:40px 10px;box-shadow:0 10px 15px -3px #0000001a}.section__account-overview{padding:120px 0 0;margin-bottom:50px}.section__account-overview .container{max-width:1440px}.section__account-overview .card{border:none;border-radius:10px;box-shadow:0 10px 15px -3px #0000001a;padding:2rem 2.25rem 0}.section__account-overview .card .card-body{padding-bottom:0}.section__account-overview .card .card-body .border-dashed{border-style:dashed!important;border-color:#e1e3ea;color:var(--color-contrast-high);padding:12px 15px}.section__account-overview .card .card-body .border-dashed br{display:none}@media screen and (min-width: 768px){.section__account-overview .card .card-body .border-dashed br{display:inline}}.section__account-overview .card .card-body .separator{border-bottom:1px solid #eff2f5;display:block;height:0}.section__account-overview .card .card-body .nav{border-color:transparent;--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: .5rem;--bs-nav-link-color: var(--color-green);--bs-nav-link-hover-color: var(--color-green);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;font-size:1.1rem!important}.section__account-overview .card .card-body .nav.nav-stretch{align-items:stretch;padding-top:0!important;padding-bottom:0!important}.section__account-overview .card .card-body .nav.nav-stretch .nav-item{display:flex;align-items:stretch;padding-top:0!important;padding-bottom:0!important}.section__account-overview .card .card-body .nav.nav-stretch .nav-item .nav-link{border:0;transition:color .2s ease;padding:.8rem 0;margin:0 1rem}.section__account-overview .card .card-body .nav.nav-stretch .nav-item .nav-link.active{color:var(--color-green);background-color:transparent;border-bottom:2px solid var(--color-green)}.section__account-details{padding:0 0 80px}.section__account-details .container{max-width:1440px}.section__account-details .card{border:none;border-radius:10px;box-shadow:0 10px 15px -3px #0000001a}.section__account-details .card .card-header{background-color:var(--color-green);color:var(--bg-color);padding:1.5rem 2.5rem}.section__account-details .card .card-body{padding:2rem 2.25rem}.section__account-details .card .card-body .btn{width:100%}@media screen and (min-width: 768px){.section__account-details .card .card-body .btn{width:auto}}.section__merchandises{border-top:1px solid var(--color-green);padding:5rem 0}@media screen and (min-width: 1600px){.section__merchandises .container{max-width:1440px}}.section__merchandises h2{font-size:2.5rem;color:var(--color-green)}@media screen and (min-width: 768px){.section__merchandises h2{font-size:3rem}}@media screen and (min-width: 1024px){.section__merchandises h2{font-size:4rem}}.section__merchandises .merchandise__item{position:relative;margin-bottom:4rem}.section__merchandises .merchandise__item img{aspect-ratio:1/1;border-radius:1rem;object-fit:cover;position:relative;width:100%}.section__merchandises .merchandise__item .merchandise__content{position:absolute;bottom:-2.5rem;left:1rem;right:1rem;z-index:2}.section__merchandises .merchandise__item .merchandise__content .ticket__inner{color:#0b0b14;-webkit-mask-image:radial-gradient(circle at left center,transparent 10px,black 11px,black 55%,transparent 0),radial-gradient(circle at right center,transparent 10px,black 11px,black 55%,transparent 0);mask-image:radial-gradient(circle at left center,transparent 10px,black 11px,black 55%,transparent 0),radial-gradient(circle at right center,transparent 10px,black 11px,black 55%,transparent 0);border-radius:.75rem}@media (min-width: 1024px){.section__merchandises .merchandise__item .merchandise__content .ticket__inner{display:flex}}.section__merchandises .merchandise__item .merchandise__content .ticket__inner .ticket__side{position:relative;background:hsl(41,44%,93%) repeating-linear-gradient(-45deg,rgba(255,255,255,.1),rgba(255,255,255,.1) 1px,transparent 1px,transparent 6px) repeat}.section__merchandises .merchandise__item .merchandise__content .ticket__inner .ticket__side.left{flex-grow:1;padding:1.3rem 1.5rem 0}@media (min-width: 1024px){.section__merchandises .merchandise__item .merchandise__content .ticket__inner .ticket__side.left{display:flex;flex-direction:column;justify-content:center;padding:1rem 1rem 1rem 1.5rem}}.section__merchandises .merchandise__item .merchandise__content .ticket__inner .ticket__side.right{align-items:center;display:flex;justify-content:space-between;padding:.3rem 1.5rem 1.2rem;margin-top:-1px;transform-origin:0 0;transition:transform .6s cubic-bezier(.77,0,.175,1)}@media (min-width: 1024px){.section__merchandises .merchandise__item .merchandise__content .ticket__inner .ticket__side.right{align-items:center;flex-direction:column;justify-content:center;max-width:180px;min-width:180px;padding:1rem 1.5rem 1rem 1rem;transform-origin:0 100%;width:180px;border-left:2px dotted #000}}.section__merchandises .merchandise__item .merchandise__content .ticket__inner .ticket__side.right .ticket__price{font-size:1.2rem;font-family:var(--title-font)}@media screen and (min-width: 400px){.section__merchandises .merchandise__item .merchandise__content .ticket__inner .ticket__side.right .ticket__price{font-size:1.5rem}}.section__merchandises .merchandise__item .merchandise__content .ticket__inner .ticket__side h3{font-size:1.2rem;margin-bottom:0}@media screen and (min-width: 400px){.section__merchandises .merchandise__item .merchandise__content .ticket__inner .ticket__side h3{font-size:1.5rem}}.section__merchandises .merchandise__item .merchandise__content .ticket__inner .ticket__side .btn-sm{padding:.5rem 1rem;font-size:.75rem}.section__merchandises .merchandise__item .merchandise__content .ticket__inner .ticket__bg{border-radius:.75rem;color:#f5f0e5;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.modal-backdrop{background-color:#0b0b1499}.modal-dialog{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0b0b1499;margin:0;max-width:100%;height:100svh}.modal-dialog .modal-content{border-radius:1rem;border:2px solid var(--color-green);margin:0 auto;max-width:33rem;width:90%}@media screen and (min-width: 768px){.modal-dialog .modal-content{width:100%}}.modal-dialog .modal-content .modal-header{background:var(--color-green);border-bottom:1px solid var(--color-green);padding:1.4rem;color:#f5f0e5}.modal-dialog .modal-content .modal-body{justify-content:center;text-align:center;color:var(--color-green)}.modal-dialog .modal-content .modal-body img{border-radius:1rem;width:100%}.modal-dialog .modal-content .modal-footer{padding:1.3rem;color:var(--color-green);background:rgba(255,255,255,.85);border-top:1px dotted var(--color-green)}.modal-dialog .modal-content .modal-footer .btn__outline-yellow{background:var(--color-yellow);color:var(--bg-color);font-weight:700}.modal-dialog .btn-close{filter:invert(1)}.modal-dialog .btn-close:focus{box-shadow:none}.toast{border-color:var(--color-green)}.toast .toast-header{background:var(--color-green);border-color:var(--color-green);color:var(--bg-color)}.toast .toast-header .btn-close{filter:invert(1)}.badge{padding:.3rem 1rem}.qr-modal .modal-content .modal-body{background:rgba(255,255,255,.85);padding:3rem 5rem 2rem}.buy10free1-stamps{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap}.buy10free1-card{background-color:#fecd00;background-image:url(/build/assets/batik-bg-64f80fc1a9b21-54624485.webp);background-size:initial;background-repeat:repeat-x;border:0}.stamp{width:20%;display:flex;justify-content:center;align-items:center}.stamp img{max-width:100%}@media screen and (min-width: 1024px){.stamp{padding:1rem}}.stamp:not(:nth-child(n+6)){padding-bottom:2rem}.buy10free1-description{margin:0 auto;max-width:500px;text-align:center;padding:1rem}.stamp--gray{filter:grayscale(100%)}
