﻿@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{padding:0px;margin:0px;box-sizing:border-box;list-style:none;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input,textarea,select,button{font-family:"Space Grotesk",sans-serif;font-size:16px;font-weight:400}.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;border-radius:5.3333333333px;background:#730000;color:#fff;display:flex;align-items:center;gap:10px;width:max-content;transition:all .3s ease}.cms-button:hover{color:#fff;background:#400000}.cms-title{width:100%;padding:80px 0px;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}@media(max-width: 480px){.cms-title{padding:50px 15px}}.cms-title__container{max-width:850px;display:flex;flex-direction:column;align-items:center;justify-content:center}.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{width:100%;margin-bottom:80px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(max-width: 480px){.cms-category{padding:0px 15px;margin-bottom:50px}}.cms-category__container{width:1200px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:30px}@media(max-width: 480px){.cms-category__container{width:100%}}.cms-category__wrapper{width:100%;display:grid;grid-template-columns:repeat(3, 1fr);gap:30px}@media(max-width: 480px){.cms-category__wrapper{grid-template-columns:repeat(2, 1fr);gap:15px}}@media(max-width: 480px){.cms-category__wrapper.mobile-1cols{grid-template-columns:repeat(1, 1fr)}}.cms-team{width:100%;margin-bottom:80px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(max-width: 480px){.cms-team{padding:0px 15px;margin-bottom:50px}}.cms-team__container{width:1200px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:30px}@media(max-width: 480px){.cms-team__container{width:100%}}.cms-team__wrapper{width:100%;display:grid;grid-template-columns:repeat(4, 1fr);gap:30px}@media(max-width: 480px){.cms-team__wrapper{grid-template-columns:repeat(2, 1fr)}}.cms-contact{width:100%;padding:40px 0px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(max-width: 480px){.cms-contact{padding:20px 15px}}.cms-contact__container{width:1200px;display:flex;flex-direction:column}@media(max-width: 480px){.cms-contact__container{width:100%}}.cms-contact__wrapper{display:flex;width:100%;justify-content:space-between;padding:50px 50px 0 50px;gap:60px}@media(max-width: 480px){.cms-contact__wrapper{flex-direction:column;padding:0px;gap:30px;margin-top:20px}}.cms-contact__wrapper-text{display:flex;flex-direction:column}.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;background:#fff;border-radius:16px;width:650px;margin-top:-100px;display:flex;flex-direction:column;gap:20px}@media(max-width: 480px){.cms-contact__wrapper-form{width:100%;margin-top:0px;padding:20px}}.cms-contact__wrapper-form>h3{font-size:26px;font-weight:600}.cms-contact__wrapper-form>button{padding:10px 20px;border:none;border-radius:5px;background:#730000;color:#fff}.cms-contact__items{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.cms-contact__items>li{display:flex;gap:10px;align-items:center}.cms-contact__items>li i{width:65px;height:65px;font-size:20px;display:flex;align-items:center;justify-content:center;border-radius:16px;color:#730000;background:rgba(115,0,0,.1);flex-shrink:0;font-size:30px}.cms-contact__items>li div{display:flex;flex-direction:column}.cms-contact__items>li div>span:first-child{font-size:12px;font-weight:300;opacity:.8}.cms-contact__social{display:flex;gap:15px}.cms-contact__social li{display:flex}.cms-contact__social a{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff !important;transition:all .3s ease}.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{width:100%;height:auto;aspect-ratio:3/1;border-radius:16px;overflow:hidden}@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{width:100%;display:flex;flex-direction:column;gap:3px}.cms-contact__form-row label{font-size:12px;font-weight:300;opacity:.8}.cms-contact__form-row input,.cms-contact__form-row textarea{width:100%;padding:10px;border:1px solid #eee;border-radius:5px;outline:none;transition:all .3s ease}.cms-contact__form-row input:focus,.cms-contact__form-row textarea:focus{border-color:#730000;box-shadow:0px 0px 5px 0px rgba(0,0,0,.1)}.cms-contact__form-row textarea{height:150px;resize:none}.cms-page{width:100%;padding:40px 0px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(max-width: 480px){.cms-page{padding:20px 15px}}.cms-page__container{width:960px;display:flex;flex-direction:column;gap:30px}@media(max-width: 480px){.cms-page__container{width:100%}}.cms-page__container svg.not-found{max-height:450px}.cms-page__title{width:100%;display:flex;flex-direction:column}.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{max-width:100% !important;height:auto !important}.cms-page__img{width:calc(100% + 170px);margin-left:-85px;border-radius:16px;height:auto;object-fit:cover;background:#eee}@media(max-width: 480px){.cms-page__img{width:100%;margin-left:0px}}.cms-page__content{width:100%;line-height:1.5}.cms-page__content img{max-width:100% !important;height:auto !important}.cms-page__content h1{font-size:28px;font-weight:600;margin:10px 0px}.cms-page__content h2{font-size:24px;font-weight:600;margin:10px 0px}.cms-page__content h3{font-size:20px;font-weight:600;margin:10px 0px}.cms-page__content h4{font-size:18px;font-weight:600;margin:10px 0px}.cms-page__content ul{margin:15px;list-style:disc}.cms-page__content ul li{list-style:disc}.cms-page__sidebar{width:1200px;margin-left:-120px;display:flex;gap:40px}@media(max-width: 480px){.cms-page__sidebar{width:100%;margin:0px;flex-direction:column;gap:20px}}.cms-page__sidebar-img{width:100%;height:auto;border-radius:16px}.cms-page__sidebar-items{display:flex;flex-direction:column;gap:5px;width:320px;flex-shrink:0}@media(max-width: 480px){.cms-page__sidebar-items{width:100%}}.cms-post{width:100%;display:flex;flex-direction:column}.cms-post__img{width:100%;display:flex;margin-bottom:10px}.cms-post__img img{width:100%;height:auto;object-fit:cover;aspect-ratio:16/10;background:#eee;border:1px solid #eee;border-radius:16px}.cms-post__category{font-size:14px;font-weight:300;opacity:.5;transition:all .3s ease}.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{width:100%;display:flex;flex-direction:column}.cms-user img{width:100%;height:auto;object-fit:cover;aspect-ratio:13/16;background:#eee;border:1px solid #eee;border-radius:16px;margin-bottom:10px}.cms-user>h2{font-size:18px;font-weight:600}@media(max-width: 480px){.cms-user>h2{font-size:16px}}.cms-user>span{font-weight:300;font-size:14px}.cms-comment{width:100%;display:flex;flex-direction:column;border-radius:16px;border:1px solid #eee}.cms-comment__header{padding:15px 20px;border-bottom:1px solid #eee;display:flex;font-size:14px;gap:10px;align-items:center}.cms-comment__header span{font-weight:700}.cms-comment__text{padding:20px;font-size:18px;line-height:1.5;font-style:italic}@media(max-width: 480px){.cms-comment__text{font-size:16px;padding:15px}}.cms-pagination{display:flex;align-items:center;justify-content:center;gap:5px}.cms-pagination a{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:5px;border:1px solid #eee;opacity:.8;transition:all .3s ease}.cms-pagination a:hover{opacity:1}.cms-pagination a.active{background:#730000;color:#fff;border:none;opacity:1}.cms-gallery{width:100%;display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}.cms-gallery__item{display:flex}.cms-gallery__item img{border-radius:16px;width:100%;height:auto;object-fit:cover;aspect-ratio:1/1;background:#eee;border:1px solid #eee}.cms-form{display:flex;width:100%;flex-direction:column;gap:20px}.cms-form h2{font-size:24px;font-weight:600}.cms-form button{padding:10px 20px;border:none;border-radius:5px;background:#730000;color:#fff}.cms-form__row{width:100%;display:flex;gap:20px}@media(max-width: 480px){.cms-form__row{flex-direction:column;gap:20px}}.cms-form__item{width:100%;display:flex;flex-direction:column;gap:3px}.cms-form__item label{font-size:12px;font-weight:300;opacity:.8}.cms-form__item input,.cms-form__item textarea,.cms-form__item select{width:100%;padding:10px;border:1px solid #eee;border-radius:5px;outline:none;transition:all .3s ease}.cms-form__item input:focus,.cms-form__item textarea:focus,.cms-form__item select:focus{border-color:#730000;box-shadow:0px 0px 5px 0px rgba(0,0,0,.1)}.cms-form__item input:required,.cms-form__item textarea:required,.cms-form__item select:required{border-left:2px solid #cd201f}.cms-form__item textarea{height:150px;resize:none}.cms-product{width:100%;padding:40px 0px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(max-width: 480px){.cms-product{padding:20px 15px}}.cms-product__container{width:1200px;display:flex;gap:40px}@media(max-width: 480px){.cms-product__container{width:100%;flex-direction:column;gap:30px}}.cms-product__gallery{width:610px;display:flex;flex-shrink:0;flex-direction:column;gap:15px;align-self:flex-start;position:sticky;top:150px}@media(max-width: 480px){.cms-product__gallery{width:100%;position:relative;top:0px}}.cms-product__top{width:100%;display:flex;overflow:hidden}.cms-product__top-wrapper{display:flex}.cms-product__top-img{display:flex;width:100%}.cms-product__top-img img{width:100%;height:auto;object-fit:cover;aspect-ratio:16/10;background:#eee;border:1px solid #eee;border-radius:16px}.cms-product__bottom{width:100%;display:flex;overflow:hidden}.cms-product__bottom-wrapper{display:flex}.cms-product__bottom-img{width:100%;height:auto;object-fit:cover;aspect-ratio:16/10;background:#eee;border:1px solid #eee;border-radius:8px;cursor:pointer}.cms-product__bottom-img.swiper-slide-thumb-active{border-color:#730000}.cms-product__content{width:100%;display:flex;flex-direction:column;gap:10px}.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:0px}.cms-product__item{background:#fff;display:flex;flex-direction:column;border:1px solid #eee;border-radius:8px;overflow:hidden;margin-top:10px}.cms-product__item.active h2 i{transform:rotate(180deg)}.cms-product__item.active .cms-product__item-content{max-height:1000px;padding:20px;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{max-width:100% !important;width:auto !important;height:auto !important}.cms-product__item h2{padding:10px 20px;font-size:18px;font-weight:600;border-bottom:1px solid #eee;color:#730000;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.cms-product__item h2 i{transition:all .3s ease}.cms-product__item-content{padding:0px;max-height:0px;overflow:hidden;transition:all .3s ease}.cms-catalogs{width:100%;margin-bottom:80px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(max-width: 480px){.cms-catalogs{padding:0px 15px;margin-bottom:50px}}.cms-catalogs__container{width:1200px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:30px}@media(max-width: 480px){.cms-catalogs__container{width:100%}}.cms-catalogs__wrapper{width:100%;display:grid;grid-template-columns:repeat(2, 1fr);gap:30px}@media(max-width: 480px){.cms-catalogs__wrapper{grid-template-columns:1fr}}.cms-catalog{display:flex;width:100%;border:1px solid #eee;border-radius:16px;padding:20px;align-items:center;gap:10px;transition:all .3s ease}.cms-catalog:hover{border:1px solid #730000;background:rgba(115,0,0,.1)}.cms-catalog i{width:60px;height:60px;font-size:30px;color:#730000;background:rgba(115,0,0,.1);border-radius:8px;display:flex;align-items:center;justify-content:center}.cms-catalog h2{font-size:22px;font-weight:600}.cms-img-content{width:100%;margin-bottom:80px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(max-width: 480px){.cms-img-content{padding:0px 15px;margin-bottom:50px}}.cms-img-content__container{width:1200px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px}@media(max-width: 480px){.cms-img-content__container{width:100%}}.cms-img-content__item{width:100%;display:flex;gap:10px}@media(max-width: 480px){.cms-img-content__item{flex-direction:column !important}}.cms-img-content__item:hover .cms-img-content__item-text{background:#730000;color:#fff}.cms-img-content__item:nth-child(2n){flex-direction:row-reverse}.cms-img-content__item-img{width:calc(50% - 5px);height:auto;display:flex;flex-shrink:0}@media(max-width: 480px){.cms-img-content__item-img{width:100%}}.cms-img-content__item-img img{width:100%;height:auto;object-fit:cover;aspect-ratio:3/2;background:#eee;border:1px solid #eee;border-radius:16px}.cms-img-content__item-text{width:calc(50% - 5px);flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:40px;font-size:18px;background:rgba(115,0,0,.03);border-radius:16px;transition:all .3s ease}@media(max-width: 480px){.cms-img-content__item-text{width:100%;padding:20px;font-size:16px}}.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}}ul.breadcrumb{display:flex;align-items:center;gap:10px;font-size:14px;margin-bottom:10px;overflow:auto}ul.breadcrumb li{display:flex;gap:10px;align-items:center;white-space:nowrap}ul.breadcrumb li:after{content:"";font-family:"unicons-line";opacity:.5}ul.breadcrumb li:last-child:after{content:none}.cms-category-list{width:100%;margin-bottom:80px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(max-width: 480px){.cms-category-list{padding:0px 15px;margin-bottom:50px}}.cms-category-list__container{width:960px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:30px}@media(max-width: 480px){.cms-category-list__container{width:100%}}.cms-category-list__wrapper{width:100%;display:grid;grid-template-columns:1fr;gap:30px}@media(max-width: 480px){.cms-category-list__wrapper{gap:15px}}.cms-post-list{width:100%;display:flex;gap:20px;padding:15px;border:1px solid #eee;border-radius:16px}@media(max-width: 480px){.cms-post-list{flex-direction:column;gap:15px}}.cms-post-list__img{width:100%;max-width:180px;display:flex}@media(max-width: 480px){.cms-post-list__img{max-width:100%}}.cms-post-list__img img{width:100%;height:auto;object-fit:cover;aspect-ratio:16/10;background:#eee;border:1px solid #eee;border-radius:10.6666666667px}.cms-post-list__category{font-size:14px;font-weight:300;opacity:.5;transition:all .3s ease}.cms-post-list__category:hover{opacity:1}.cms-post-list>h2{font-size:18px;font-weight:600;line-height:1.5}@media(max-width: 480px){.cms-post-list>h2{font-size:16px}}.custom-scrollbar::-webkit-scrollbar{width:5px;height:5px}.custom-scrollbar::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.custom-scrollbar::-webkit-scrollbar-thumb{background:#e7e4e4;border-radius:5px;transition:all .3s ease}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#dad7d7}body{font-size:16px;font-family:"Poppins",serif;color:#343434;background:#fff}a{color:#343434;transition:color .3s ease}a:hover{color:#a22800}strong{font-weight:700}p{margin-bottom:15px}.button{display:flex;align-items:center;justify-content:center;gap:10px}.button--register{padding:5px 10px;border-radius:5px;font-family:"Bebas Neue",serif;font-size:20px;color:#730000;background:#f49c00}.button--register i{font-size:16px;display:block !important;color:#730000 !important}.button--title{font-family:"Bebas Neue",serif;font-size:20px;color:#343434;opacity:.7}.button--title i{font-size:16px}.title-main{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;font-family:"Bebas Neue",serif}.title-main>h2{font-size:28px;font-weight:400;width:100%;display:flex;align-items:center;gap:20px;white-space:nowrap}.title-main>h2::after{content:"";width:100%;height:1px;background:#eee}.header{display:flex;align-items:center;justify-content:center;width:100%;padding:25px 0;position:relative;z-index:999;height:145px;background:#f7f7f7;border-bottom:1px solid #eee}@media(max-width: 480px){.header{height:85px;padding:15px}}.header::before{content:"";position:absolute;top:0;left:0;width:100%;height:120%;background:linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9254901961) 100%)}.header__container{width:1200px;display:flex;align-items:center;gap:50px;z-index:99}@media(max-width: 480px){.header__container{width:100%;gap:initial;justify-content:space-between}}.header__logo{display:flex}.header__logo img{width:auto;max-height:95px}@media(max-width: 480px){.header__logo img{max-height:55px}}.header__wrapper{width:100%;display:flex;flex-direction:column;gap:15px}@media(max-width: 480px){.header__wrapper{width:auto;flex-direction:row}}.header__menu-top{display:flex;align-items:center;justify-content:space-between}.header__menu-top .menu-top{display:flex;gap:30px;font-size:14px}@media(max-width: 480px){.header__menu-top .menu-top{display:none}}.header__menu-top .menu-top li{display:flex}.header__menu-top .menu-top a{display:flex;align-items:center;gap:5px}.header__menu-top .menu-top i.fa-user-tie{color:#c15a00}.header__menu-top .menu-top i.fa-shield-heart{color:#05ad2c}.header__menu-top .menu-top i.fa-file-shield{color:#0065e1}.header__menu-top .menu-social{display:flex;align-items:center;gap:15px}.header__menu-top .menu-social li{display:flex}@media(max-width: 480px){.header__menu-top .menu-social li:last-child{display:none}}.header__menu-top .menu-social .fa-brands{font-size:18px}.header__menu-top .menu-social .fa-instagram{color:#e1306c}.header__menu-top .menu-social .fa-facebook-f{color:#3b5998}.header__menu-top .menu-social .fa-x-twitter{color:#000}.header__menu-bottom{width:100%;display:flex}@media(max-width: 480px){.header__menu-bottom{width:auto}}.header__menu-bottom>ul{width:100%;display:flex;justify-content:space-between}@media(max-width: 480px){.header__menu-bottom>ul{position:absolute;flex-direction:column;top:80px;left:0;background:#fff;width:calc(100% - 30px);margin:0 15px;padding:20px;border-radius:8px;border:1px solid #eee;max-height:0;overflow:hidden;transition:all .3s ease;visibility:hidden;opacity:0}}.header__menu-bottom>ul.active{top:90px;max-height:600px;visibility:visible;opacity:1}.header__menu-bottom>ul>li{display:flex;flex-direction:column;position:relative}.header__menu-bottom>ul>li:hover .sub-menu{visibility:visible;top:20px;opacity:1;max-height:500px}@media(max-width: 480px){.header__menu-bottom>ul>li:hover .sub-menu{padding:5px 0}}.header__menu-bottom>ul>li:first-child{display:none}@media(max-width: 480px){.header__menu-bottom>ul>li:first-child{display:flex}}.header__menu-bottom>ul>li>a{font-family:"Bebas Neue",serif;font-size:24px;display:flex;align-items:center;gap:5px}@media(max-width: 480px){.header__menu-bottom>ul>li>a{width:100%;padding:5px 0}}.header__menu-bottom>ul>li>a i{font-size:14px;color:#f49c00}.header__menu-bottom>ul>li>.sub-menu{position:absolute;left:0px;top:0px;padding-top:15px;visibility:hidden;opacity:0;transition:all .3s ease;max-height:0}@media(max-width: 480px){.header__menu-bottom>ul>li>.sub-menu{position:relative;padding:0;top:0px !important}}.header__menu-bottom>ul>li>.sub-menu ul{display:flex;flex-direction:column;padding:20px;background:#fff;border-radius:8px;width:245px;border:1px solid #eee;gap:10px}@media(max-width: 480px){.header__menu-bottom>ul>li>.sub-menu ul{width:100%}}.header__menu-bottom>ul>li>.sub-menu ul li{position:relative;display:flex;width:100%}.header__menu-bottom>ul>li>.sub-menu ul li:hover .sub-menu-detail{visibility:visible;left:220px;opacity:1;max-height:500px}.header__menu-bottom>ul>li>.sub-menu ul li>.sub-menu-detail{position:absolute;top:-20px;left:200px;padding-left:10px;display:flex;visibility:hidden;opacity:0;max-height:0;transition:all .3s ease}@media(max-width: 480px){.header__menu-bottom>ul>li>.sub-menu ul li>.sub-menu-detail{display:none}}.header__menu-bottom>ul>li>.sub-menu ul li>.sub-menu-detail ul{display:flex;flex-direction:column;padding:20px;background:#fff;border-radius:8px;width:245px;border:1px solid #eee;gap:10px}.header__menu-bottom>ul>li>.sub-menu ul li>.sub-menu-detail li{display:flex}.header__menu-bottom>ul>li>.sub-menu ul li>.sub-menu-detail a{display:flex}.header__menu-bottom>ul>li>.sub-menu ul a{width:100%;display:flex;align-items:center;justify-content:space-between}.header__menu-bottom>ul>li>.sub-menu ul a i{color:#c15a00}@media(max-width: 480px){.header__menu-bottom>ul>li>.sub-menu ul a i{display:none}}.header__mobile-menu{width:45px;height:45px;display:none;align-items:center;justify-content:center;background:#730000;border-radius:5px;color:#fff}@media(max-width: 480px){.header__mobile-menu{display:flex}}.hero{display:flex;margin-top:0px;width:100%;position:relative}@media(max-width: 480px){.hero{margin-top:-85px}}.hero__slider{width:100%;height:auto;overflow:hidden;position:relative}.hero__slider-wrapper{width:100%;display:flex}.hero__slider-item{width:100%;height:auto;display:flex}.hero__slider-item a{display:flex}.hero__slider-item img{width:100%;height:auto;aspect-ratio:1960/1020;background:#eee;object-fit:cover}@media(max-width: 480px){.hero__slider-item img{aspect-ratio:3/4}}.hero__arrow{position:absolute;top:50%;transform:translateY(-50%);font-size:32px;cursor:pointer;transition:all .3s ease;z-index:99;background:#fff;color:#730000;padding:10px;border-radius:5px}@media(max-width: 480px){.hero__arrow{display:none}}.hero__arrow:hover{background:#730000;color:#fff}.hero__arrow--left{left:20px}.hero__arrow--right{right:20px}.hero__scroll-down{position:absolute;bottom:50px;left:50%;transform:translateX(-50%);font-size:30px;color:#fff;opacity:.5;z-index:99;animation:down 1s infinite}@media(max-width: 480px){.hero__scroll-down{font-size:24px;bottom:20px}}@keyframes down{0%{transform:translateY(0)}50%{transform:translateY(10px)}100%{transform:translateY(0)}}.mobile-menu{display:none;width:100%;padding:20px 15px;background:#f7f7f7}@media(max-width: 480px){.mobile-menu{display:flex}}.mobile-menu ul{width:100%;display:flex;flex-direction:column;gap:5px}.mobile-menu ul li{display:flex;width:100%}.mobile-menu ul li a{width:100%;display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:5px;background:#730000;color:#fff;font-family:"Bebas Neue",serif}.mobile-menu ul li a>span{display:flex;align-items:center;justify-content:center;gap:5px}.mobile-menu ul li a.register{background:#f49c00;color:#730000}.mobile-menu ul li a i.uil-angle-right{opacity:.5}.opportunities{width:100%;padding:70px 0;display:flex;align-items:center;justify-content:center}@media(max-width: 480px){.opportunities{padding:20px 15px}}.opportunities__container{width:1200px;display:flex;flex-direction:column;gap:25px}@media(max-width: 480px){.opportunities__container{width:100%}}.opportunities__slider{width:100%;display:flex;overflow:hidden}.opportunities__slider-wrapper{display:flex}.opportunities__wrapper{width:100%;position:relative}.opportunities__arrow{position:absolute;top:50%;transform:translateY(-50%);font-size:24px;cursor:pointer;opacity:.5;transition:all .3s ease}@media(max-width: 480px){.opportunities__arrow{display:none}}.opportunities__arrow:hover{opacity:1}.opportunities__arrow--left{left:-25px}.opportunities__arrow--right{right:-25px}.opportunity{display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;border:1px solid #eee}.opportunity>img{width:100%;height:auto;aspect-ratio:3/2;border-bottom:1px solid #eee;object-fit:cover}.opportunity__texts{width:100%;padding:20px}.opportunity__texts>h3{font-weight:600;margin-bottom:5px;font-size:16px;height:48px;overflow:hidden}.opportunity__texts>span{font-size:14px;font-weight:300}.schools{width:100%;padding:70px 0;display:flex;align-items:center;justify-content:center}@media(max-width: 480px){.schools{padding:20px 15px}}.schools__container{width:1200px;display:grid;grid-template-columns:repeat(3, 1fr);gap:25px}@media(max-width: 480px){.schools__container{grid-template-columns:repeat(1, 1fr);gap:15px}}.school{width:100%;display:flex;position:relative;border-radius:16px;overflow:hidden;border:1px solid #eee}.school:hover::before{height:100%}.school:hover span{height:100%}.school::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:30%;background:linear-gradient(180deg, rgba(162, 40, 0, 0) 0%, #a22800 100%);transition:all .3s ease}.school img{width:100%;height:auto;aspect-ratio:3/2;background:#eee;object-fit:cover}.school span{position:absolute;z-index:2;bottom:0;left:0;width:100%;height:30%;padding:15px;color:#fff;text-align:center;display:flex;align-items:center;justify-content:center;font-family:"Bebas Neue",serif;font-size:32px;transition:all .3s ease}.headlines{width:100%;padding:70px 0;display:flex;align-items:center;justify-content:center;background:#f7f7f7}@media(max-width: 480px){.headlines{padding:20px 15px}}.headlines__container{width:1200px;display:flex;gap:30px}@media(max-width: 480px){.headlines__container{width:100%;flex-direction:column;gap:20px}}.headline{width:800px;display:flex;position:relative}@media(max-width: 480px){.headline{width:100%}}.headline__slider{width:100%;height:auto;overflow:hidden;border-radius:16px}.headline__slider-wrapper{width:100%;display:flex}.headline__slider-item{width:100%;display:flex}.headline__slider-item a{display:flex}.headline__slider-item img{width:100%;height:auto;aspect-ratio:80/47;background:#eee;object-fit:cover}.headline__pages{position:absolute;display:flex;align-items:center;justify-content:center;gap:10px;top:initial !important;bottom:20px !important;left:0 !important;z-index:99}.headline__pages span{width:15px;height:15px;border-radius:15px;background:#fff;margin:0 !important;opacity:1 !important;display:flex;transition:all .3s ease}.headline__pages span.swiper-pagination-bullet-active{background:#f49c00;width:35px}.announcements{width:370px;display:flex;flex-direction:column}@media(max-width: 480px){.announcements{width:100%}}.announcements__container{width:100%;display:flex;flex-direction:column;gap:5px;height:435px;overflow:auto}.announcements__container .announcement:last-child{border-bottom:none}.announcement{width:100%;display:flex;flex-direction:column;gap:5px;padding:20px 0;border-bottom:1px solid #eee}.announcement h3{font-size:16px;font-weight:600}.announcement__meta{font-size:12px;font-weight:300;display:flex;justify-content:space-between;opacity:.5}.announcement-new{width:100%;display:flex;align-items:center;gap:10px;padding:10px;border:1px solid #eee;background:#fff;border-radius:8px;transition:all .3s ease}.announcement-new:hover{background:#f49c00;color:#730000}.announcement-new img{max-width:80px;width:100%;height:auto;aspect-ratio:80/47;object-fit:cover;border-radius:5px}.announcement-new h3{font-size:16px;font-weight:600}.events{width:100%;padding:70px 0;display:flex;align-items:center;justify-content:center;background:#f7f7f7}@media(max-width: 480px){.events{padding:20px 15px}}.events__container{width:1200px;display:flex;flex-direction:column;gap:25px}@media(max-width: 480px){.events__container{width:100%}}.events__wrapper{display:grid;grid-template-columns:repeat(4, 1fr);gap:25px}@media(max-width: 480px){.events__wrapper{grid-template-columns:repeat(2, 1fr);gap:5px}}.event{width:100%;display:flex;flex-direction:column;overflow:hidden;border-radius:16px;border:1px solid #eee;background:#fff}.event__img{width:100%;display:flex;border-bottom:1px solid #eee}.event__img img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}.event__texts{width:100%;display:flex;flex-direction:column;gap:5px;padding:15px}.event__meta{display:flex;justify-content:space-between;font-size:12px;opacity:.5}.event h3{font-size:14px;font-weight:600}.blogs{width:100%;padding:70px 0;display:flex;align-items:center;justify-content:center}@media(max-width: 480px){.blogs{padding:20px 15px}}.blogs__container{width:1200px;display:flex;flex-direction:column;gap:25px}@media(max-width: 480px){.blogs__container{width:100%}}.blogs__wrapper{display:grid;grid-template-columns:repeat(3, 1fr);gap:25px}@media(max-width: 480px){.blogs__wrapper{grid-template-columns:repeat(1, 1fr);gap:15px}}.blog{width:100%;display:flex;flex-direction:column}.blog__img{width:100%;display:flex;margin-bottom:15px}.blog__img img{width:100%;height:auto;aspect-ratio:4/3;background:#eee;border-radius:16px;object-fit:cover;border:1px solid #eee}.blog__meta{display:flex;justify-content:space-between;font-size:12px;opacity:.5;margin-bottom:5px}.blog h3{font-size:16px;font-weight:600;margin-bottom:5px}.blog span{font-size:14px;font-weight:300}.footer{width:100%;background:#730000;color:#fff;display:flex;align-items:center;justify-content:center}.footer__container{width:1200px;display:flex;flex-direction:column}@media(max-width: 480px){.footer__container{width:100%}}.footer__menus{width:100%;padding:70px 0;display:flex;justify-content:space-between;border-bottom:1px solid hsla(0,0%,100%,.1254901961)}@media(max-width: 480px){.footer__menus{padding:40px 15px;flex-direction:column;gap:20px}}.footer__menu{display:flex;flex-direction:column;gap:10px}.footer__menu h3{font-size:18px;font-weight:600}.footer__menu ul{display:flex;flex-direction:column;gap:10px}.footer__menu ul li{display:flex}.footer__menu ul a{color:#fff}.footer__contact{width:320px;display:flex;flex-direction:column;gap:20px}@media(max-width: 480px){.footer__contact{width:100%}}.footer__contact-item{display:flex;flex-direction:column}.footer__contact-item small{font-size:14px;font-weight:300;opacity:.5}.footer__contact-item a{color:#fff}.footer__bottom{display:flex;width:100%;padding:40px 0;justify-content:space-between}@media(max-width: 480px){.footer__bottom{padding:20px 15px;flex-direction:column;gap:15px}}.footer__bottom-left{display:flex;align-items:center;width:680px;gap:40px}@media(max-width: 480px){.footer__bottom-left{width:100%;flex-direction:column;align-items:flex-start;gap:15px}}.footer__copyright{display:flex;flex-direction:column;gap:20px}.footer__copyright-text{font-size:12px}.footer__copyright-text p:last-child{margin-bottom:0}.footer__copyright ul{display:flex;gap:25px;font-size:12px}@media(max-width: 480px){.footer__copyright ul{flex-wrap:wrap}}.footer__copyright ul li{display:flex}.footer__copyright ul a{display:flex;color:#fff;opacity:.5}.footer__logo{display:flex}.footer__logo img{max-height:85px}@media(max-width: 480px){.footer__logo img{max-height:55px}}.footer__oyos{font-size:12px}.footer__oyos a{text-decoration:underline;color:#f49c00}.logos{display:grid;grid-template-columns:repeat(2, 1fr);gap:25px}@media(max-width: 480px){.logos{grid-template-columns:repeat(1, 1fr);gap:15px}}.logos__item{display:flex;flex-direction:column;gap:15px;padding:15px;border:1px solid #eee;border-radius:16px}.logos__item img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:8px}.logos__item-downloads{display:flex;gap:15px}@media(max-width: 480px){.logos__item-downloads{flex-direction:column;gap:10px}}.logos__item-downloads a{width:100%;padding:10px 15px;border-radius:5px;background:#f49c00;color:#730000;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:5px}.logos__item-downloads a:hover{background:#730000;color:#fff}.fixed-social{display:flex;flex-direction:column;overflow:hidden;position:fixed;border-radius:8px 0 0 8px;right:0;bottom:20px;z-index:999}.fixed-social li{display:flex}.fixed-social a{display:flex;transition:all .3s ease}.fixed-social a i{display:flex;width:40px;height:40px;align-items:center;justify-content:center;color:#fff}.fixed-social a i.fa-instagram{background:linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)}.fixed-social a i.fa-facebook-f{background:linear-gradient(45deg, #3b5998 0%, #5a7fa2 50%, #8b9dc3 100%)}.fixed-social a i.fa-x-twitter{background:linear-gradient(45deg, #000 0%, #000 25%, #000 50%, #000 75%, #000 100%)}.post-grid-list{display:grid;grid-template-columns:repeat(3, 1fr);gap:25px}@media(max-width: 480px){.post-grid-list{grid-template-columns:repeat(1, 1fr);gap:15px}}.post-grid-list li{display:flex}.post-grid-list a{display:flex}.post-grid-list img{width:100%;height:auto}/*# sourceMappingURL=main.css.map */
