@import url("https://fonts.googleapis.com/css2?family=Prata&family=Space+Grotesk:wght@300..700&display=swap");*{list-style:none;padding:0;text-decoration:none;box-sizing:border-box;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{font-size:16px;font-weight:400;font-family:Space Grotesk,sans-serif}.flex{display:flex}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.hidden{display:none}.justify-start{justify-content:start}.justify-end{justify-content:end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-start{text-align:start}.text-end{text-align:end}.place-items-start{place-items:start}.place-items-end{place-items:end}.place-items-center{place-items:center}.place-items-baseline{place-items:baseline}.place-items-stretch{place-items:stretch}.gap-10{gap:10px}.gap-20{gap:20px}.gap-30{gap:30px}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.w-full{width:100%}.h-screen{height:100vh}.cms-button{padding:10px 20px;border:none;color:#fff;transition:all .3s ease;gap:10px;align-items:center;border-radius:6.6666666667px;background:#cfa510;width:max-content;display:flex}.cms-button:hover{color:#fff;background:#a07f0c}.cms-title{padding:80px 0;justify-content:center;flex-direction:column;text-align:center;align-items:center;width:100%;display:flex}@media (max-width:480px){.cms-title{padding:50px 15px}}.cms-title__container{justify-content:center;max-width:850px;flex-direction:column;align-items:center;display:flex}.cms-title__container h1{font-size:32px;font-weight:600}@media (max-width:480px){.cms-title__container h1{font-size:28px}}.cms-title__container span{font-weight:300;font-style:italic;line-height:1.5}@media (max-width:480px){.cms-title__container span{font-size:14px}}.cms-category{justify-content:center;margin-bottom:80px;flex-direction:column;align-items:center;width:100%;display:flex}@media (max-width:480px){.cms-category{padding:0 15px;margin-bottom:50px}}.cms-category__container{justify-content:center;flex-direction:column;gap:30px;align-items:center;width:1200px;display:flex}@media (max-width:480px){.cms-category__container{width:100%}}.cms-category__wrapper{grid-template-columns:repeat(3,1fr);gap:30px;width:100%;display:grid}@media (max-width:480px){.cms-category__wrapper{grid-template-columns:repeat(2,1fr);gap:15px}.cms-category__wrapper.mobile-1cols{grid-template-columns:repeat(1,1fr)}}.cms-team{justify-content:center;margin-bottom:80px;flex-direction:column;align-items:center;width:100%;display:flex}@media (max-width:480px){.cms-team{padding:0 15px;margin-bottom:50px}}.cms-team__container{justify-content:center;flex-direction:column;gap:30px;align-items:center;width:1200px;display:flex}@media (max-width:480px){.cms-team__container{width:100%}}.cms-team__wrapper{grid-template-columns:repeat(4,1fr);gap:30px;width:100%;display:grid}@media (max-width:480px){.cms-team__wrapper{grid-template-columns:repeat(2,1fr)}}.cms-contact{padding:40px 0;justify-content:center;flex-direction:column;align-items:center;width:100%;display:flex}@media (max-width:480px){.cms-contact{padding:20px 15px}}.cms-contact__container{flex-direction:column;width:1200px;display:flex}@media (max-width:480px){.cms-contact__container{width:100%}}.cms-contact__wrapper{padding:50px 50px 0;justify-content:space-between;gap:60px;width:100%;display:flex}@media (max-width:480px){.cms-contact__wrapper{padding:0;flex-direction:column;gap:30px;margin-top:20px}}.cms-contact__wrapper-text{flex-direction:column;display:flex}.cms-contact__wrapper-text h1{font-size:28px;font-weight:600;margin-bottom:20px}@media (max-width:480px){.cms-contact__wrapper-text h1{font-size:24px}}.cms-contact__wrapper-text h4{font-size:22px;font-weight:600;margin-bottom:10px}@media (max-width:480px){.cms-contact__wrapper-text h4{font-size:18px}}.cms-contact__wrapper-form{padding:40px;border:1px solid #eee;flex-direction:column;gap:20px;border-radius:20px;background:#fff;width:650px;margin-top:-100px;display:flex}@media (max-width:480px){.cms-contact__wrapper-form{padding:20px;width:100%;margin-top:0}}.cms-contact__wrapper-form>h3{font-size:26px;font-weight:600}.cms-contact__wrapper-form>button{padding:10px 20px;border:none;color:#fff;border-radius:5px;background:#cfa510}.cms-contact__items{margin-bottom:40px;flex-direction:column;gap:20px;display:flex}.cms-contact__items>li{gap:10px;align-items:center;display:flex}.cms-contact__items>li i{height:65px;flex-shrink:0;justify-content:center;font-size:20px;font-size:30px;color:#cfa510;align-items:center;border-radius:20px;background:rgba(207,165,16,.1);width:65px;display:flex}.cms-contact__items>li div{flex-direction:column;display:flex}.cms-contact__items>li div>span:first-child{font-size:12px;font-weight:300;opacity:.8}.cms-contact__social{gap:15px;display:flex}.cms-contact__social li{display:flex}.cms-contact__social a{height:45px;justify-content:center;color:#fff!important;transition:all .3s ease;align-items:center;border-radius:50%;width:45px;display:flex}.cms-contact__social a.uil-facebook-f{background:#3b5998}.cms-contact__social a.uil-instagram{background:#e4405f}.cms-contact__social a.uil-youtube{background:#cd201f}.cms-contact__social a.uil-twitter-alt{background:#55acee}.cms-contact__social a.fa-x-twitter{background:#262829}.cms-contact__social a.uil-linkedin-alt{background:#0077b5}.cms-contact__social a:hover{transform:scale(1.1)}.cms-contact__map{height:auto;overflow:hidden;aspect-ratio:3/1;border-radius:20px;width:100%}@media (max-width:480px){.cms-contact__map{aspect-ratio:1/1}}@media (min-width:481px) and (max-width:768px){.cms-contact__map{aspect-ratio:1/1}}@media (min-width:769px) and (max-width:1024px){.cms-contact__map{aspect-ratio:1/1}}.cms-contact__form-row{flex-direction:column;gap:3px;width:100%;display:flex}.cms-contact__form-row label{font-size:12px;font-weight:300;opacity:.8}.cms-contact__form-row input,.cms-contact__form-row textarea{padding:10px;border:1px solid #eee;transition:all .3s ease;outline:none;border-radius:5px;width:100%}.cms-contact__form-row input:focus,.cms-contact__form-row textarea:focus{border-color:#cfa510;box-shadow:0 0 5px 0 rgba(0,0,0,.1)}.cms-contact__form-row textarea{height:150px;resize:none}.cms-page{padding:40px 0;justify-content:center;flex-direction:column;align-items:center;width:100%;display:flex}@media (max-width:480px){.cms-page{padding:20px 15px}}.cms-page__container{flex-direction:column;gap:30px;width:960px;display:flex}@media (max-width:480px){.cms-page__container{width:100%}}.cms-page__container svg.not-found{max-height:450px}.cms-page__title{flex-direction:column;width:100%;display:flex}.cms-page__title h1{font-size:32px;font-weight:600;margin-bottom:5px}.cms-page__title span{font-size:18px;font-weight:300}.cms-page__title span img{height:auto!important;max-width:100%!important}.cms-page__img{height:auto;object-fit:cover;aspect-ratio:16/8;border-radius:20px;background:#eee;margin-left:-85px;width:calc(100% + 170px)}@media (max-width:480px){.cms-page__img{margin-left:0;width:100%}}.cms-page__content{width:100%;line-height:1.5}.cms-page__content img{height:auto!important;max-width:100%!important}.cms-post{flex-direction:column;width:100%;display:flex}.cms-post__img{margin-bottom:10px;width:100%;display:flex}.cms-post__img img{height:auto;border:1px solid #eee;object-fit:cover;aspect-ratio:16/10;border-radius:20px;background:#eee;width:100%}.cms-post__category{font-size:14px;font-weight:300;transition:all .3s ease;opacity:.5}.cms-post__category:hover{opacity:1}.cms-post>h2{font-size:18px;font-weight:600;line-height:1.5}@media (max-width:480px){.cms-post>h2{font-size:16px}}.cms-user{flex-direction:column;width:100%;display:flex}.cms-user img{height:auto;border:1px solid #eee;margin-bottom:10px;object-fit:cover;aspect-ratio:13/16;border-radius:20px;background:#eee;width:100%}.cms-user>h2{font-size:18px;font-weight:600}@media (max-width:480px){.cms-user>h2{font-size:16px}}.cms-user>span{font-size:14px;font-weight:300}.cms-comment{border:1px solid #eee;flex-direction:column;border-radius:20px;width:100%;display:flex}.cms-comment__header{padding:15px 20px;font-size:14px;border-bottom:1px solid #eee;gap:10px;align-items:center;display:flex}.cms-comment__header span{font-weight:700}.cms-comment__text{padding:20px;font-size:18px;font-style:italic;line-height:1.5}@media (max-width:480px){.cms-comment__text{padding:15px;font-size:16px}}.cms-pagination{gap:5px}.cms-pagination,.cms-pagination a{justify-content:center;align-items:center;display:flex}.cms-pagination a{height:45px;border:1px solid #eee;transition:all .3s ease;opacity:.8;border-radius:5px;width:45px}.cms-pagination a:hover{opacity:1}.cms-pagination a.active{border:none;color:#fff;opacity:1;background:#cfa510}.cms-gallery{grid-template-columns:repeat(4,1fr);gap:20px;width:100%;display:grid}.cms-gallery__item{display:flex}.cms-gallery__item img{height:auto;border:1px solid #eee;object-fit:cover;aspect-ratio:1/1;border-radius:20px;background:#eee;width:100%}.cms-form{flex-direction:column;gap:20px;width:100%;display:flex}.cms-form h2{font-size:24px;font-weight:600}.cms-form button{padding:10px 20px;border:none;color:#fff;border-radius:5px;background:#cfa510}.cms-form__item{flex-direction:column;gap:3px;width:100%;display:flex}.cms-form__item label{font-size:12px;font-weight:300;opacity:.8}.cms-form__item input,.cms-form__item select,.cms-form__item textarea{padding:10px;border:1px solid #eee;transition:all .3s ease;outline:none;border-radius:5px;width:100%}.cms-form__item input:focus,.cms-form__item select:focus,.cms-form__item textarea:focus{border-color:#cfa510;box-shadow:0 0 5px 0 rgba(0,0,0,.1)}.cms-form__item input:required,.cms-form__item select:required,.cms-form__item textarea:required{border-left:2px solid #cd201f}.cms-form__item textarea{height:150px;resize:none}.cms-product{padding:40px 0;justify-content:center;flex-direction:column;align-items:center;width:100%;display:flex}@media (max-width:480px){.cms-product{padding:20px 15px}}.cms-product__container{gap:40px;width:1200px;display:flex}@media (max-width:480px){.cms-product__container{flex-direction:column;gap:30px;width:100%}}.cms-product__gallery{flex-shrink:0;position:sticky;flex-direction:column;align-self:flex-start;gap:15px;top:150px;width:610px;display:flex}@media (max-width:480px){.cms-product__gallery{position:relative;top:0;width:100%}}.cms-product__top{overflow:hidden;width:100%;display:flex}.cms-product__top-wrapper{display:flex}.cms-product__top-img{width:100%;display:flex}.cms-product__top-img img{height:auto;border:1px solid #eee;object-fit:cover;aspect-ratio:16/10;border-radius:20px;background:#eee;width:100%}.cms-product__bottom{overflow:hidden;width:100%;display:flex}.cms-product__bottom-wrapper{display:flex}.cms-product__bottom-img{height:auto;border:1px solid #eee;object-fit:cover;aspect-ratio:16/10;border-radius:10px;background:#eee;cursor:pointer;width:100%}.cms-product__bottom-img.swiper-slide-thumb-active{border-color:#cfa510}.cms-product__content{flex-direction:column;gap:10px;width:100%;display:flex}.cms-product__content h1{font-size:32px;font-weight:600}@media (max-width:480px){.cms-product__content h1{font-size:28px}}.cms-product__content-description{font-size:18px;font-weight:300}.cms-product__content-description p:last-child{margin-bottom:0}.cms-product__item{overflow:hidden;border:1px solid #eee;flex-direction:column;border-radius:10px;background:#fff;margin-top:10px;display:flex}.cms-product__item.active h2 i{transform:rotate(180deg)}.cms-product__item.active .cms-product__item-content{padding:20px;max-height:1000px;line-height:1.5}.cms-product__item.active .cms-product__item-content h1{font-size:24px;font-weight:600}.cms-product__item.active .cms-product__item-content h2{font-size:18px;font-weight:600;margin-bottom:10px}.cms-product__item.active .cms-product__item-content h3,.cms-product__item.active .cms-product__item-content h4,.cms-product__item.active .cms-product__item-content h5{font-size:16px;font-weight:600;margin-bottom:10px}.cms-product__item.active .cms-product__item-content ul{margin:15px}.cms-product__item.active .cms-product__item-content img{height:auto!important;max-width:100%!important;width:auto!important}.cms-product__item h2{padding:10px 20px;justify-content:space-between;font-size:18px;font-weight:600;color:#cfa510;border-bottom:1px solid #eee;align-items:center;cursor:pointer;display:flex}.cms-product__item h2 i{transition:all .3s ease}.cms-product__item-content{overflow:hidden;padding:0;transition:all .3s ease;max-height:0}.cms-catalogs{justify-content:center;margin-bottom:80px;flex-direction:column;align-items:center;width:100%;display:flex}@media (max-width:480px){.cms-catalogs{padding:0 15px;margin-bottom:50px}}.cms-catalogs__container{justify-content:center;flex-direction:column;gap:30px;align-items:center;width:1200px;display:flex}@media (max-width:480px){.cms-catalogs__container{width:100%}}.cms-catalogs__wrapper{grid-template-columns:repeat(2,1fr);gap:30px;width:100%;display:grid}@media (max-width:480px){.cms-catalogs__wrapper{grid-template-columns:1fr}}.cms-catalog{padding:20px;border:1px solid #eee;transition:all .3s ease;gap:10px;align-items:center;border-radius:20px;width:100%;display:flex}.cms-catalog:hover{border:1px solid #cfa510;background:rgba(207,165,16,.1)}.cms-catalog i{height:60px;justify-content:center;font-size:30px;color:#cfa510;align-items:center;border-radius:10px;background:rgba(207,165,16,.1);width:60px;display:flex}.cms-catalog h2{font-size:22px;font-weight:600}.cms-img-content{justify-content:center;margin-bottom:80px;flex-direction:column;align-items:center;width:100%;display:flex}@media (max-width:480px){.cms-img-content{padding:0 15px;margin-bottom:50px}}.cms-img-content__container{justify-content:center;flex-direction:column;gap:10px;align-items:center;width:1200px;display:flex}@media (max-width:480px){.cms-img-content__container{width:100%}}.cms-img-content__item{gap:10px;width:100%;display:flex}@media (max-width:480px){.cms-img-content__item{flex-direction:column!important}}.cms-img-content__item:hover .cms-img-content__item-text{color:#fff;background:#cfa510}.cms-img-content__item:nth-child(2n){flex-direction:row-reverse}.cms-img-content__item-img{height:auto;flex-shrink:0;width:calc(50% - 5px);display:flex}@media (max-width:480px){.cms-img-content__item-img{width:100%}}.cms-img-content__item-img img{height:auto;border:1px solid #eee;object-fit:cover;aspect-ratio:3/2;border-radius:20px;background:#eee;width:100%}.cms-img-content__item-text{flex-shrink:0;padding:40px;justify-content:center;font-size:18px;transition:all .3s ease;flex-direction:column;gap:10px;align-items:center;border-radius:20px;background:rgba(207,165,16,.03);width:calc(50% - 5px);display:flex}@media (max-width:480px){.cms-img-content__item-text{padding:20px;font-size:16px;width:100%}}.cms-img-content__item-text h1,.cms-img-content__item-text h2,.cms-img-content__item-text h3{font-size:28px;font-weight:600;margin-bottom:10px}@media (max-width:480px){.cms-img-content__item-text h1,.cms-img-content__item-text h2,.cms-img-content__item-text h3{font-size:18px}}.contact-cms{justify-content:center;gap:30px;align-items:center;width:100%;display:flex}@media (max-width:480px){.contact-cms{flex-direction:column;gap:20px}}.contact-cms>img{height:460px;overflow:hidden;flex-shrink:0;border:5px solid #eee;object-fit:cover;border-radius:20px;background:#eee;width:600px}@media (max-width:480px){.contact-cms>img{height:auto;aspect-ratio:1/1;width:100%}}.contact-cms__info{flex-direction:column;display:flex}.contact-cms__info>h2{font-size:28px;font-weight:600;color:#cfa510;font-family:Inika,serif}.contact-cms__info-text{font-weight:300;margin-bottom:15px}.contact-cms__wrapper{flex-direction:column;gap:20px;display:flex}.contact-cms__item{gap:15px;align-items:center;width:550px;display:flex}@media (max-width:480px){.contact-cms__item{width:100%}}.contact-cms__item i{height:75px;flex-shrink:0;justify-content:center;font-size:20px;font-size:30px;color:#cfa510;align-items:center;border-radius:15px;background:rgba(207,165,16,.1);width:75px;display:flex}.contact-cms__item>div{flex-direction:column;display:flex}.contact-cms__item>div span:first-child{font-size:16px;font-weight:300;color:#cfa510}.contact-cms__item>div a,.contact-cms__item>div span:last-child{font-size:18px}.contact-cms__gallery{overflow:hidden;border-radius:20px;width:100%;display:flex}.contact-cms__gallery-wrapper{width:100%}.contact-cms__gallery-wrapper img{height:auto;object-fit:cover;aspect-ratio:4/3;width:100%}body{font-size:16px;background:#f5f5f7;font-family:Space Grotesk,sans-serif}a,body{color:#0d0404}a{transition:color .3s ease}a:hover{color:#cfa510}strong{font-weight:700}p{margin-bottom:15px}.title-sub{max-width:900px;flex-direction:column;margin:auto;width:100%;display:flex}.title-sub h2{font-size:18px;font-weight:300;margin-bottom:10px}@media (max-width:480px){.title-sub h2{font-size:14px;margin-bottom:5px}}@media (min-width:481px) and (max-width:768px){.title-sub h2{font-size:14px;margin-bottom:5px}}@media (min-width:769px) and (max-width:1024px){.title-sub h2{font-size:14px;margin-bottom:5px}}.title-sub h1{font-size:32px;font-weight:500;margin-bottom:25px}@media (max-width:480px){.title-sub h1{font-size:24px;margin-bottom:15px}}@media (min-width:481px) and (max-width:768px){.title-sub h1{font-size:24px;margin-bottom:15px}}@media (min-width:769px) and (max-width:1024px){.title-sub h1{font-size:24px;margin-bottom:15px}}.title-sub h1 span{color:#cfa510}.button{justify-content:center;gap:10px;align-items:center;width:max-content;display:flex}.button i{color:#cfa510}.button--location{padding:8px 10px;font-size:14px;font-weight:300;color:#0d0404;gap:5px;border-radius:35px;background:#fff}.button--detail{font-size:18px;font-weight:500}@media (max-width:480px){.button--detail{font-size:16px}}@media (min-width:481px) and (max-width:768px){.button--detail{font-size:16px}}@media (min-width:769px) and (max-width:1024px){.button--detail{font-size:16px}}.button--detail-white{font-size:18px;color:#fff}@media (max-width:480px){.button--detail-white{font-size:16px}}@media (min-width:481px) and (max-width:768px){.button--detail-white{font-size:16px}}@media (min-width:769px) and (max-width:1024px){.button--detail-white{font-size:16px}}.button--detail-light{font-size:18px;font-weight:300}@media (max-width:480px){.button--detail-light{font-size:16px}}@media (min-width:481px) and (max-width:768px){.button--detail-light{font-size:16px}}@media (min-width:769px) and (max-width:1024px){.button--detail-light{font-size:16px}}.header{padding:30px 0;justify-content:center;position:relative;align-items:center;background:#0d0404;width:100%;display:flex}@media (max-width:480px){.header{padding:15px}}@media (min-width:481px) and (max-width:768px){.header{padding:15px}}@media (min-width:769px) and (max-width:1024px){.header{padding:15px}}.header__container{justify-content:space-between;align-items:center;width:1200px;display:flex}@media (max-width:480px){.header__container{width:100%}}@media (min-width:481px) and (max-width:768px){.header__container{width:100%}}@media (min-width:769px) and (max-width:1024px){.header__container{width:100%}}.header__logo{display:flex}.header__logo img{height:55px}@media (max-width:480px){.header__logo img{height:45px}}@media (min-width:481px) and (max-width:768px){.header__logo img{height:45px}}@media (min-width:769px) and (max-width:1024px){.header__logo img{height:45px}}.header__nav{max-width:660px;width:100%;display:flex}@media (max-width:480px){.header__nav{position:absolute;top:80px;left:0;display:none}}@media (min-width:481px) and (max-width:768px){.header__nav{position:absolute;top:80px;left:0;display:none}}@media (min-width:769px) and (max-width:1024px){.header__nav{position:absolute;top:80px;left:0;display:none}}.header__nav>ul{justify-content:space-between;align-items:center;width:100%;display:flex}@media (max-width:480px){.header__nav>ul{padding:20px;flex-direction:column;gap:10px;margin:0 10px;align-items:flex-start;box-shadow:0 0 10px rgba(13,4,4,.102);border-radius:10px;background:#fff;width:calc(100% - 20px)}}@media (min-width:481px) and (max-width:768px){.header__nav>ul{padding:20px;flex-direction:column;gap:10px;margin:0 10px;align-items:flex-start;box-shadow:0 0 10px rgba(13,4,4,.102);border-radius:10px;background:#fff;width:calc(100% - 20px)}}@media (min-width:769px) and (max-width:1024px){.header__nav>ul{padding:20px;flex-direction:column;gap:10px;margin:0 10px;align-items:flex-start;box-shadow:0 0 10px rgba(13,4,4,.102);border-radius:10px;background:#fff;width:calc(100% - 20px)}}.header__nav>ul>li{position:relative;display:flex}.header__nav>ul>li>a{font-size:18px;font-weight:500;color:#fff;gap:5px;align-items:center;display:flex}.header__nav>ul>li>a:hover{color:#cfa510}@media (max-width:480px){.header__nav>ul>li>a{color:#0d0404}}@media (min-width:481px) and (max-width:768px){.header__nav>ul>li>a{color:#0d0404}}@media (min-width:769px) and (max-width:1024px){.header__nav>ul>li>a{color:#0d0404}}.header__nav>ul>li>a i{font-size:12px;color:#cfa510}@media (max-width:480px){.header__nav>ul>li>a i{display:none}}@media (min-width:481px) and (max-width:768px){.header__nav>ul>li>a i{display:none}}@media (min-width:769px) and (max-width:1024px){.header__nav>ul>li>a i{display:none}}.header__nav>ul>li:hover .sub-menu{transform:translateY(0);opacity:1;visibility:visible}.header__nav>ul>li .sub-menu{transform:translateY(-10px);padding-top:10px;transition:all .3s ease;position:absolute;opacity:0;visibility:hidden;top:20px;width:240px;display:flex}@media (max-width:480px){.header__nav>ul>li .sub-menu{display:none}}@media (min-width:481px) and (max-width:768px){.header__nav>ul>li .sub-menu{display:none}}@media (min-width:769px) and (max-width:1024px){.header__nav>ul>li .sub-menu{display:none}}.header__nav>ul>li .sub-menu ul{padding:20px;flex-direction:column;gap:10px;box-shadow:0 0 10px rgba(13,4,4,.102);border-radius:10px;background:#fff;width:100%;display:flex}.header__lang{position:relative;display:flex}@media (max-width:480px){.header__lang{transform:translateY(-50%);right:70px;position:absolute;top:50%}}@media (min-width:481px) and (max-width:768px){.header__lang{transform:translateY(-50%);right:70px;position:absolute;top:50%}}@media (min-width:769px) and (max-width:1024px){.header__lang{transform:translateY(-50%);right:70px;position:absolute;top:50%}}.header__lang-active{padding:5px 10px 5px 5px;font-weight:300;transition:all .3s ease;gap:5px;align-items:center;border-radius:30px;background:#cfa510;display:flex}.header__lang-active:hover{color:#0d0404;background:#d5ba77}.header__lang-active img{height:20px;border-radius:50%;width:20px}.header__lang-active i{font-size:12px}.header__lang:hover .sub-menu{transform:translateY(0);opacity:1;visibility:visible}.header__lang .sub-menu{transform:translateY(-10px);padding-top:10px;transition:all .3s ease;position:absolute;opacity:0;visibility:hidden;top:30px;width:100%}.header__lang .sub-menu ul{padding:10px;flex-direction:column;gap:10px;box-shadow:0 0 10px rgba(13,4,4,.102);border-radius:10px;background:#fff;width:100%;display:flex}.header__lang .sub-menu ul li{display:flex}.header__lang .sub-menu ul a{justify-content:center;gap:5px;align-items:center;display:flex}.header__lang .sub-menu ul a img{height:20px;border-radius:50%;width:20px}.header__mobile-menu{height:45px;justify-content:center;font-size:18px;align-items:center;border-radius:5px;background:#fff;cursor:pointer;width:45px;display:none}@media (max-width:480px){.header__mobile-menu{display:flex}}@media (min-width:481px) and (max-width:768px){.header__mobile-menu{display:flex}}@media (min-width:769px) and (max-width:1024px){.header__mobile-menu{display:flex}}.hero{margin-bottom:160px;position:relative;background:#0d0404;width:100%;display:flex}@media (max-width:480px){.hero{margin-bottom:40px}}@media (min-width:481px) and (max-width:768px){.hero{margin-bottom:40px}}@media (min-width:769px) and (max-width:1024px){.hero{margin-bottom:40px}}.hero:before{height:150px;content:"";position:absolute;top:0;background:linear-gradient(180deg,#0d0404,rgba(13,4,4,0));left:0;width:100%;z-index:9}.hero__slider{overflow:hidden}.hero__slider,.hero__slider-item,.hero__slider-wrapper{width:100%;display:flex}.hero__slider-item{height:100vh!important;min-height:600px;position:relative}.hero__slider-item img,.hero__slider-item video{height:100%;pointer-events:none;position:absolute;object-fit:cover;top:0;left:0;width:100%}.hero__slider-item .button--location{pointer-events:none;position:absolute;bottom:30px;left:30px}.hero__arrow{transform:translateY(-50%);font-size:60px;color:#fff;transition:all .3s ease;position:absolute;opacity:.5;top:50%;cursor:pointer;z-index:99}.hero__arrow:hover{opacity:1}.hero__arrow--left{left:30px}.hero__arrow--right{right:30px}.hero__scroll{justify-content:center;font-size:12px;font-weight:300;right:40px;color:#fff;position:absolute;flex-direction:column;bottom:40px;gap:10px;align-items:center;display:flex;z-index:99}@media (max-width:480px){.hero__scroll{display:none}}@media (min-width:481px) and (max-width:768px){.hero__scroll{display:none}}@media (min-width:769px) and (max-width:1024px){.hero__scroll{display:none}}.hero__scroll span{transform:rotate(180deg);writing-mode:vertical-rl}.hero__scroll img{animation:animateDown 1s infinite}@keyframes animateDown{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(10px)}60%{transform:translateY(5px)}}.hero__social{font-size:18px;position:absolute;flex-direction:column;bottom:40px;gap:20px;left:40px;display:flex;z-index:99}.hero__social li{display:flex}.hero__social a{color:#fff;display:flex}.products{justify-content:center;margin-bottom:160px;flex-direction:column;align-items:center;width:100%;display:flex}@media (max-width:480px){.products{padding:0 15px;margin-bottom:40px}}@media (min-width:481px) and (max-width:768px){.products{padding:0 15px;margin-bottom:40px}}@media (min-width:769px) and (max-width:1024px){.products{padding:0 15px;margin-bottom:40px}}.products__title{margin-bottom:45px;max-width:1200px;gap:30px;width:100%;display:flex}@media (max-width:480px){.products__title{margin-bottom:20px;flex-direction:column;gap:5px}}@media (min-width:481px) and (max-width:768px){.products__title{margin-bottom:20px;flex-direction:column;gap:5px}}@media (min-width:769px) and (max-width:1024px){.products__title{margin-bottom:20px;flex-direction:column;gap:5px}}.products__title h4{font-size:32px;font-weight:500;width:600px}@media (max-width:480px){.products__title h4{font-size:24px;width:100%}}@media (min-width:481px) and (max-width:768px){.products__title h4{font-size:24px;width:100%}}@media (min-width:769px) and (max-width:1024px){.products__title h4{font-size:24px;width:100%}}.products__title h4>span{color:#cfa510}.products__title>span{font-size:18px;font-weight:300;width:720px;line-height:1.5}@media (max-width:480px){.products__title>span{font-size:14px;width:100%}}@media (min-width:481px) and (max-width:768px){.products__title>span{font-size:14px;width:100%}}@media (min-width:769px) and (max-width:1024px){.products__title>span{font-size:14px;width:100%}}.products__container{padding:0 50px;position:relative;max-width:1440px;width:100%;display:flex}@media (max-width:480px){.products__container{padding:0}}@media (min-width:481px) and (max-width:768px){.products__container{padding:0}}@media (min-width:769px) and (max-width:1024px){.products__container{padding:0}}.products__slider{overflow:hidden}.products__slider,.products__slider-wrapper{width:100%;display:flex}.product{border:1px solid rgba(13,4,4,.102);max-width:350px;border-radius:16px;background:#fff;width:100%}@media (max-width:480px){.product{max-width:100%}}@media (min-width:481px) and (max-width:768px){.product{max-width:100%}}@media (min-width:769px) and (max-width:1024px){.product{max-width:100%}}.product__text{padding:30px 30px 0;flex-direction:column;width:100%;display:flex}.product__text h3{font-size:14px;font-weight:300;margin-bottom:5px}.product__text h2{font-size:24px;font-weight:700}@media (max-width:480px){.product__text h2{font-size:18px}}@media (min-width:481px) and (max-width:768px){.product__text h2{font-size:18px}}@media (min-width:769px) and (max-width:1024px){.product__text h2{font-size:18px}}.product__img{padding:15px;display:flex}.product__img img{height:auto;object-fit:cover;aspect-ratio:1/1;border-radius:10px;width:100%}.about{padding:160px 0;justify-content:center;margin-bottom:80px;color:#fff;align-items:center;background:#0d0404;width:100%;display:flex}@media (max-width:480px){.about{padding:40px 10px;margin-bottom:40px}}@media (min-width:481px) and (max-width:768px){.about{padding:40px 10px;margin-bottom:40px}}@media (min-width:769px) and (max-width:1024px){.about{padding:40px 10px;margin-bottom:40px}}.about__container{justify-content:center;flex-direction:column;gap:100px;align-items:center;width:1200px;display:flex}@media (max-width:480px){.about__container{gap:40px;width:100%}}@media (min-width:481px) and (max-width:768px){.about__container{gap:40px;width:100%}}@media (min-width:769px) and (max-width:1024px){.about__container{gap:40px;width:100%}}.about__text{flex-direction:column;width:900px;display:flex}@media (max-width:480px){.about__text{width:100%}}@media (min-width:481px) and (max-width:768px){.about__text{width:100%}}@media (min-width:769px) and (max-width:1024px){.about__text{width:100%}}.about__text-description{font-size:18px;font-weight:300;margin-bottom:25px;line-height:1.5}.about__text-description p:last-child{margin-bottom:0}.about__locations{gap:35px;width:1200px;grid-template-areas:"top top" "left right";display:grid}@media (max-width:480px){.about__locations{gap:20px;width:100%;grid-template-areas:"top" "left" "right"}}@media (min-width:481px) and (max-width:768px){.about__locations{gap:20px;width:100%;grid-template-areas:"top" "left" "right"}}@media (min-width:769px) and (max-width:1024px){.about__locations{gap:20px;width:100%;grid-template-areas:"top" "left" "right"}}.location{height:auto;position:relative;width:100%;display:flex}.location .button--location{pointer-events:none;position:absolute;top:30px;left:30px}@media (max-width:480px){.location .button--location{top:5px;left:5px}}@media (min-width:481px) and (max-width:768px){.location .button--location{top:5px;left:5px}}@media (min-width:769px) and (max-width:1024px){.location .button--location{top:5px;left:5px}}.location video{overflow:hidden;aspect-ratio:16/9}.location img,.location video{height:auto;object-fit:cover;border-radius:20px;width:100%}@media (max-width:480px){.location img{border-radius:10px}}@media (min-width:481px) and (max-width:768px){.location img{border-radius:10px}}@media (min-width:769px) and (max-width:1024px){.location img{border-radius:10px}}.location:first-child{grid-area:top}.location:first-child img{aspect-ratio:16/9}.location:nth-child(2){grid-area:left}.location:nth-child(2) img{aspect-ratio:5/6}.location:nth-child(3){grid-area:right}.location:nth-child(3) img{aspect-ratio:3/2}.technologies{justify-content:center;margin-bottom:160px;align-items:center;width:100%;display:flex}@media (max-width:480px){.technologies{padding:0 15px;margin-bottom:40px}}@media (min-width:481px) and (max-width:768px){.technologies{padding:0 15px;margin-bottom:40px}}@media (min-width:769px) and (max-width:1024px){.technologies{padding:0 15px;margin-bottom:40px}}.technologies__container{justify-content:center;flex-direction:column;align-items:center;width:1200px;display:flex}@media (max-width:480px){.technologies__container{width:100%}}@media (min-width:481px) and (max-width:768px){.technologies__container{width:100%}}@media (min-width:769px) and (max-width:1024px){.technologies__container{width:100%}}.technologies__container .button--detail-light{margin-top:45px}@media (max-width:480px){.technologies__container .button--detail-light{margin-top:20px}}@media (min-width:481px) and (max-width:768px){.technologies__container .button--detail-light{margin-top:20px}}@media (min-width:769px) and (max-width:1024px){.technologies__container .button--detail-light{margin-top:20px}}.technology{padding:80px 0;justify-content:space-between;border-bottom:1px solid #e6e6eb;gap:30px;width:100%;display:flex}@media (max-width:480px){.technology{padding:20px 0;flex-direction:column;gap:10px}}@media (min-width:481px) and (max-width:768px){.technology{padding:20px 0;flex-direction:column;gap:10px}}@media (min-width:769px) and (max-width:1024px){.technology{padding:20px 0;flex-direction:column;gap:10px}}.technology h3{flex-shrink:0;font-size:32px;font-weight:500;width:340px}@media (max-width:480px){.technology h3{font-size:24px;width:100%}}@media (min-width:481px) and (max-width:768px){.technology h3{font-size:24px;width:100%}}@media (min-width:769px) and (max-width:1024px){.technology h3{font-size:24px;width:100%}}.technology__text{font-size:18px;font-weight:300;line-height:1.5}@media (max-width:480px){.technology__text{font-size:16px}}@media (min-width:481px) and (max-width:768px){.technology__text{font-size:16px}}@media (min-width:769px) and (max-width:1024px){.technology__text{font-size:16px}}.technology__text p:last-child{margin-bottom:0}.blogs{padding:160px 0;justify-content:center;align-items:center;background:#fff;width:100%;display:flex}@media (max-width:480px){.blogs{padding:40px 10px}}@media (min-width:481px) and (max-width:768px){.blogs{padding:40px 10px}}@media (min-width:769px) and (max-width:1024px){.blogs{padding:40px 10px}}.blogs__container{justify-content:center;flex-direction:column;gap:25px;align-items:center;width:1000px;display:flex}@media (max-width:480px){.blogs__container{width:100%}}@media (min-width:481px) and (max-width:768px){.blogs__container{width:100%}}@media (min-width:769px) and (max-width:1024px){.blogs__container{width:100%}}.blogs__container .button--detail-light{margin-top:20px}@media (max-width:480px){.blogs__container .button--detail-light{margin-top:10px}}@media (min-width:481px) and (max-width:768px){.blogs__container .button--detail-light{margin-top:10px}}@media (min-width:769px) and (max-width:1024px){.blogs__container .button--detail-light{margin-top:10px}}.blog{overflow:hidden;align-items:center;border-radius:20px;background:#f5f5f7;width:100%;display:flex}@media (max-width:480px){.blog{flex-direction:column;border-radius:10px}}@media (min-width:481px) and (max-width:768px){.blog{flex-direction:column;border-radius:10px}}@media (min-width:769px) and (max-width:1024px){.blog{flex-direction:column;border-radius:10px}}.blog__img{display:flex}.blog__img img{height:auto;object-fit:cover;aspect-ratio:1/1;width:350px}@media (max-width:480px){.blog__img img{aspect-ratio:1/1;width:100%}}@media (min-width:481px) and (max-width:768px){.blog__img img{aspect-ratio:1/1;width:100%}}@media (min-width:769px) and (max-width:1024px){.blog__img img{aspect-ratio:1/1;width:100%}}.blog__text{padding:40px;flex-direction:column;display:flex}@media (max-width:480px){.blog__text{padding:20px}}@media (min-width:481px) and (max-width:768px){.blog__text{padding:20px}}@media (min-width:769px) and (max-width:1024px){.blog__text{padding:20px}}.blog__text h3{font-size:22px;font-weight:700;margin-bottom:10px}@media (max-width:480px){.blog__text h3{font-size:18px;margin-bottom:5px}}@media (min-width:481px) and (max-width:768px){.blog__text h3{font-size:18px;margin-bottom:5px}}@media (min-width:769px) and (max-width:1024px){.blog__text h3{font-size:18px;margin-bottom:5px}}.blog__text span{font-size:18px;font-weight:300;margin-bottom:20px}@media (max-width:480px){.blog__text span{font-size:16px;margin-bottom:10px}}@media (min-width:481px) and (max-width:768px){.blog__text span{font-size:16px;margin-bottom:10px}}@media (min-width:769px) and (max-width:1024px){.blog__text span{font-size:16px;margin-bottom:10px}}.footer{justify-content:center;align-items:center;background:#fff;width:100%;display:flex}@media (max-width:480px){.footer{padding:0 10px}}@media (min-width:481px) and (max-width:768px){.footer{padding:0 10px}}@media (min-width:769px) and (max-width:1024px){.footer{padding:0 10px}}.footer__container{flex-direction:column;width:1200px;display:flex}@media (max-width:480px){.footer__container{width:100%}}@media (min-width:481px) and (max-width:768px){.footer__container{width:100%}}@media (min-width:769px) and (max-width:1024px){.footer__container{width:100%}}.footer__top{padding:100px 0;justify-content:space-between;border-bottom:1px solid #e6e6eb;width:100%;display:flex}@media (max-width:480px){.footer__top{padding:40px 0;flex-direction:column;gap:30px}}@media (min-width:481px) and (max-width:768px){.footer__top{padding:40px 0;flex-direction:column;gap:30px}}@media (min-width:769px) and (max-width:1024px){.footer__top{padding:40px 0;flex-direction:column;gap:30px}}.footer__about{flex-direction:column;gap:15px;width:435px;display:flex}@media (max-width:480px){.footer__about{width:100%}}@media (min-width:481px) and (max-width:768px){.footer__about{width:100%}}@media (min-width:769px) and (max-width:1024px){.footer__about{width:100%}}.footer__about-text{font-weight:300;line-height:1.5}.footer__about-text p:last-child{margin-bottom:0}.footer__menu{gap:10px}.footer__menu,.footer__product{font-size:18px;flex-direction:column;display:flex}.footer__product{gap:15px;width:425px}@media (max-width:480px){.footer__product{width:100%}}@media (min-width:481px) and (max-width:768px){.footer__product{width:100%}}@media (min-width:769px) and (max-width:1024px){.footer__product{width:100%}}.footer__product h5{font-size:18px;font-weight:500}.footer__product h5>span{color:#cfa510}.footer__product ul{grid-template-columns:repeat(2,1fr);font-size:18px;gap:10px;display:grid}.footer__product ul a,.footer__product ul li{display:flex}.footer__bottom{padding:50px 0;justify-content:space-between;width:100%;display:flex}@media (max-width:480px){.footer__bottom{padding:20px 0;justify-content:center;flex-direction:column;gap:20px;text-align:center;align-items:center}}@media (min-width:481px) and (max-width:768px){.footer__bottom{padding:20px 0;justify-content:center;flex-direction:column;gap:20px;text-align:center;align-items:center}}@media (min-width:769px) and (max-width:1024px){.footer__bottom{padding:20px 0;justify-content:center;flex-direction:column;gap:20px;text-align:center;align-items:center}}.footer__bottom>ul{gap:15px;display:flex}.footer__bottom>ul li{justify-content:center;gap:15px;align-items:center;display:flex}.footer__bottom>ul li:before{height:5px;content:"";border-radius:50%;background:#c0c0c3;width:5px}.footer__bottom>ul li:first-child:before{display:none}.footer__logo{display:flex}.footer__logo img{max-width:130px;max-height:100px}.footer__copyright{font-weight:300;line-height:1.5}.footer__copyright p:last-child{margin-bottom:0}.footer__oyos a{text-decoration:underline;color:#cfa510}.numbers{justify-content:center;margin-bottom:80px;align-items:center;width:100%;display:flex}@media (max-width:480px){.numbers{padding:0 10px;margin-bottom:40px}}.numbers__container{max-width:1200px;flex-direction:column;gap:40px;width:100%;display:flex}@media (max-width:480px){.numbers__container{gap:20px}}.numbers__wrapper{grid-template-columns:repeat(3,1fr);gap:25px;width:100%;display:grid}@media (max-width:480px){.numbers__wrapper{grid-template-columns:1fr;gap:20px}}.number{padding:30px;border:1px solid rgba(13,4,4,.102);transition:all .3s ease;flex-direction:column;gap:20px;border-radius:16px;background:#fff;width:100%;display:flex}.number:hover{border-color:#cfa510}.number img{height:65px;width:65px}.number__text{flex-direction:column;gap:10px;display:flex}.number__text h5{font-size:36px;font-weight:700;color:#cfa510}.number__text h6{font-size:22px;font-weight:600}.number__text>span{font-weight:300;opacity:.6}.certificates{flex-direction:column;width:100%;display:flex}.certificates__slider{overflow:hidden;margin-bottom:30px}.certificates__slider,.certificates__slider-wrapper{width:100%;display:flex}.certificates__slider-item{display:flex}.certificates__slider-item img{height:auto;aspect-ratio:2/3;border-radius:16px;width:100%}.certificates__pagination{justify-content:center;gap:10px;align-items:center;display:flex}.certificates__pagination span{height:15px;transition:all .3s ease;opacity:1;margin:0!important;border-radius:15px;background:#fff;cursor:pointer;width:15px}.certificates__pagination span:hover{background:#cfa510}.certificates__pagination span.swiper-pagination-bullet-active{background:#cfa510;width:35px}.blog__text h3,.cms-contact__wrapper-form>h3,.cms-contact__wrapper-text h1,.cms-contact__wrapper-text h4,.cms-page__title h1,.cms-product__content h1,.cms-title__container h1,.footer__product h5,.number__text h6,.product__text h2,.products__title h4,.title-sub h1{font-family:Prata,serif!important}.navbar{padding:15px 0;justify-content:center;align-items:center;background:#1a1a18;width:100%;display:flex;z-index:99}@media (max-width:480px){.navbar{display:none}}@media (min-width:481px) and (max-width:768px){.navbar{display:none}}@media (min-width:769px) and (max-width:1024px){.navbar{display:none}}.navbar__container{justify-content:center;justify-content:space-between;width:1200px}.navbar__container,.navbar__menu{position:relative;align-items:center;display:flex}.navbar__menu{justify-content:space-evenly;font-size:18px;font-weight:500;width:500px;z-index:99}.navbar__menu li{display:flex}.navbar__menu a{color:#fff;display:flex}.navbar__menu a:hover{color:#cfa510}.navbar__logo{position:relative;display:flex;z-index:99}.navbar__logo img{max-width:240px;max-height:180px}.navbar__bg{height:85px;transform:translateY(-50%);position:absolute;top:50%;border-radius:60px;background:rgba(26,26,24,.584);left:0;width:100%}.mobile-menu{padding:10px 15px;justify-content:space-between;position:relative;align-items:center;background:#1a1a18;width:100%;display:none}@media (max-width:480px){.mobile-menu{display:flex}}@media (min-width:481px) and (max-width:768px){.mobile-menu{display:flex}}@media (min-width:769px) and (max-width:1024px){.mobile-menu{display:flex}}.mobile-menu__logo{display:flex}.mobile-menu__logo img{max-width:130px;max-height:90px}.mobile-menu__button{height:45px;justify-content:center;font-size:18px;color:#1a1a18;align-items:center;border-radius:8px;background:#cfa510;width:45px;display:flex}.mobile-menu__nav{padding:30px;font-size:18px;position:absolute;top:120px;border-radius:8px;background:#fff;left:15px;width:calc(100% - 30px);display:none}.mobile-menu__nav li{margin-bottom:10px}.mobile-menu__nav li:last-child{margin-bottom:0}.branch{flex-direction:column}.branch,.branch__img{width:100%;display:flex}.branch__img{margin-bottom:15px}.branch__img img{height:auto;object-fit:cover;aspect-ratio:4/3;border-radius:16px;width:100%}.branch h3{font-size:22px;margin-bottom:10px;font-family:Prata,serif}.branch h3 a{color:#fff}.branch>span{font-weight:300;margin-bottom:10px;opacity:.6}.branch__phone{color:#fff;gap:5px;display:flex}.branch__phone i{color:#cfa510}