.banner{width:100%;height:710px;position:relative;top:0;left:0;z-index:1}.banner__cover{width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;background-color:var(--color-black);opacity:.7}.banner__img{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;top:0;left:0;z-index:1}.banner__text{position:absolute;bottom:20%;left:5%;z-index:3;color:var(--color-white)}.banner__text-title{width:800px;font-family:AsapCondensed,sans-serif;font-size:3rem;font-weight:400;margin-bottom:20px}.banner__text-btn{width:190px;height:55px;background-color:transparent;color:var(--color-orange);font-family:AsapCondensed,sans-serif;font-size:1.5rem;font-weight:400;text-align:center;line-height:50px;text-decoration:none;border-radius:10px;cursor:pointer;border:3px solid var(--color-orange);display:flex;justify-content:center;align-items:center;transition:all .3s ease-in-out}.banner__text-btn-icon{width:25px;height:25px;margin-left:10px;margin-right:10px;vertical-align:middle;transition:all .3s ease-in-out}.banner__text-btn:hover{background-color:var(--color-orange);color:var(--color-white);font-weight:600}.banner__text-btn:hover .banner__text-btn-icon{transform:scale(1.2);color:var(--color-white)}@media (min-width: 768px) and (max-width: 1024px){.banner{height:500px}.banner__text{bottom:10%;left:5%}.banner__text-title{width:600px;font-size:2.5rem}.banner__text-btn{width:150px;height:45px;font-size:1.2rem;line-height:40px}}@media (max-width: 481px){.banner{width:100%;height:400px}.banner__text{bottom:5%;left:5%}.banner__text-title{width:350px;font-size:1.8rem}.banner__text-btn{width:120px;height:40px;font-size:1rem;line-height:35px}}.header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:25px 50px;position:absolute;top:0;left:0;z-index:1000;transition:all .4s ease}.header--scrolled{position:fixed;background:#222222b3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:15px 40px;box-shadow:0 4px 20px #0000004d}.header__logo-img{width:200px;transition:width .3s ease}.header--scrolled .header__logo-img{width:160px}.header__icon{color:var(--color-white);width:50px;height:50px;cursor:pointer;transition:all .3s ease-in-out}.header__icon-open,.header__icon-close{display:none}.header__icon:hover{color:var(--color-yellow)}.header__nav,.header__nav-show{display:flex;gap:20px}.header__nav-link,.header__nav-link-active{color:var(--color-white);text-decoration:none;font-family:Baloo2,sans-serif;font-size:1.5rem;font-weight:600;transition:color .3s ease-in-out}.header__nav-link:hover,.header__nav-link-active{color:var(--color-yellow)}.header__nav-link-active:hover{color:var(--color-white)}@media (min-width: 768px) and (max-width: 1024px){.header{padding:20px 40px}.header--scrolled{padding:12px 30px}.header__nav-link,.header__nav-link-active{font-size:1.2rem}.header__logo-img{width:130px}.header--scrolled .header__logo-img{width:110px}}@media (max-width: 481px){.header{width:100%;padding:25px 30px}.header--scrolled{padding:15px 20px}.header__logo-img{width:120px}.header--scrolled .header__logo-img{width:100px}.header__nav,.header__nav-show{position:fixed;flex-direction:column;justify-content:center;align-items:center;gap:10px;left:0;top:0;width:100%;height:100vh;background-color:var(--color-black);z-index:1000;display:none;transition:all .3s ease-in-out}.header__nav-show{display:flex}.header__icon-close.active{display:block;position:fixed;z-index:1001;right:30px}.header__nav-link,.header__nav-link-active{font-size:2rem}.header__icon-open{display:block}}.footer{width:100%;height:100px;background-color:var(--color-black);padding:0 50px;display:flex;justify-content:space-between;align-items:center}.footer__logo{width:200px;height:100px;display:flex;justify-content:center;align-items:center}.footer__content-title{color:var(--color-white)}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer__socilaMedia__content{display:flex;justify-content:center;align-items:center;flex-direction:column}.footer__socilaMedia__content-title{font-family:Ballo2n,sans-serif;font-size:2rem;font-weight:700;color:var(--color-white)}.footer__socilaMedia__content-icons{display:flex;justify-content:center;align-items:center;gap:20px}.footer__socilaMedia__content-icons a{text-decoration:none;color:var(--color-white);font-size:2rem;transition:all .3s ease-in-out}.footer__socilaMedia__content-icons a:hover{color:var(--color-yellow);transform:scale(1.2)}@media (min-width: 768px) and (max-width: 1024px){.footer{padding:0 20px}.footer__logo{width:150px;height:100px}.footer__content-title{font-size:1rem}.footer__socilaMedia__content-title{font-size:1.5rem;margin-bottom:10px}.footer__socilaMedia__content-icons a{font-size:1.5rem}}@media (max-width: 481px){.footer{padding:0 20px;gap:20px}.footer__logo{width:120px;height:100px}.footer__content-title{display:none}.footer__socilaMedia__content-title{font-size:1.5rem;margin-bottom:10px}.footer__socilaMedia__content-icons a{font-size:1.5rem}}.aboutus{width:100%;display:flex;justify-content:center;align-items:center;gap:100px;margin:100px 0}.aboutus__content{display:flex;flex-direction:column;gap:10px}.aboutus__content-subtitle{width:500px;font-family:Baloo2,sans-serif;font-size:2rem;font-weight:800;line-height:30px;color:var(--color-black)}.aboutus__content-text{width:450px;line-height:25px;text-align:justify}.aboutus__hr{width:6px;height:350px;background-color:var(--color-blue);border-radius:10px}.aboutus__img{width:500px;height:300px}@media (min-width: 768px) and (max-width: 1024px){.aboutus{flex-direction:column;gap:30px;margin:50px 0}.aboutus__hr{display:none}}@media (max-width: 481px){.aboutus{flex-direction:column;gap:30px;padding:0 20px;margin:50px 0}.aboutus__content-subtitle{width:100%;font-size:1.5rem}.aboutus__content-text{width:100%}.aboutus__hr{display:none}.aboutus__img{width:100%;height:200px}}.serviceCard{width:350px;height:370px;background-color:var(--color-black-light);border-radius:10px;display:flex;flex-direction:column;align-items:center;color:var(--color-white);padding:20px}.serviceCard__icon{width:160px;height:160px;transition:all .3s ease-in-out}.serviceCard__hr{width:100%;height:6px;background-color:var(--color-yellow);border-radius:10px;margin:10px 0}.serviceCard__content{width:100%}.serviceCard__content-title{text-align:center;font-size:1.7rem;font-weight:600;font-family:Baloo2,sans-serif}.serviceCard__content-description{width:100%;font-size:1rem;text-align:justify;margin:5px 0}.serviceCard__content-link{text-decoration:none;color:var(--color-yellow);font-weight:600}@media (max-width: 481px){.serviceCard{width:280px;height:100%;align-items:center;margin:0 35px}.serviceCard__icon{width:100px;height:100px}.serviceCard__content-title{font-size:1.2rem}.serviceCard__content-description{font-size:.9rem;margin-bottom:10px}}.carousel{width:100%;height:500px;margin:100px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--color-gray);gap:20px}.carousel__title{width:800px;font-size:2.5rem;font-weight:800;text-align:center;color:var(--color-black);display:flex;justify-content:center;align-items:center;gap:50px}.carousel__title:before,.carousel__title:after{content:"";display:block;width:100px;height:8px;border-radius:10px;background-color:var(--color-blue)}.carousel__controls{width:100%;display:flex;justify-content:space-between;align-content:center;position:absolute;padding:0 50px;z-index:1}.carousel__controls-button{width:50px;height:50px;background-color:var(--color-white);border-radius:50%;border:none;display:flex;justify-content:center;align-items:center;cursor:pointer;margin-top:85px;transition:all .3s ease-in-out}.carousel__controls-button:hover{transform:scale(1.2)}.carousel__container{width:1160px;display:flex;gap:50px;overflow:hidden}.carousel__container-item{border-radius:10px;color:#fff}@media (min-width: 768px) and (max-width: 1024px){.carousel{margin:50px 0}.carousel__title{width:100%;font-size:2rem}.carousel__controls-button{width:40px;height:40px}.carousel__container{width:380px}}@media (max-width: 481px){.carousel{margin:50px 0}.carousel__title{width:100%;font-size:2rem;gap:20px}.carousel__title:before,.carousel__title:after{content:none;display:none}.carousel__controls{padding:0 10px}.carousel__controls-button{width:50px;height:50px}.carousel__container{width:350px}.carousel__controls-button:hover{transform:scale(1)}}.benefits{width:100%;margin:100px 0;padding:0 15%}.benefits__title{font-weight:800;font-size:2.5rem;text-transform:uppercase;color:#333;margin-bottom:20px}.benefits__content{width:100%;display:flex;justify-content:space-between}.benefits__content-list{display:flex;flex-direction:column;gap:10px;list-style:none}.benefits__content-list-item{display:flex;align-items:center;gap:10px}@media (min-width: 768px) and (max-width: 1024px){.benefits{padding:0 10%;margin:50px 0}.benefits__title{font-size:2rem}.benefits__content{flex-direction:column;align-items:center}.benefits__content-list{flex-direction:row;flex-wrap:wrap;gap:10px}.benefits__content-list-item{width:45%}}@media (max-width: 481px){.benefits{padding:0 5%;margin:50px 0}.benefits__title{font-size:1.5rem}.benefits__content{flex-direction:column;align-items:center}.benefits__content-list{flex-direction:column;gap:20px}.benefits__content-list-item{width:100%}}.locationMap{width:100%;height:400px;background-color:var(--color-blue);margin:100px 0;display:flex;justify-content:space-evenly;align-items:center;color:var(--color-white);gap:50px;padding:25px}.locationMap__icon{width:27%}.locationMap__hr{width:8px;height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:10px}.locationMap__hr-item{width:100%;height:140px;background-color:var(--color-white);border-radius:10px}.locationMap__content{position:relative}.locationMap__content-title{font-family:Baloo2,sans-serif;font-size:2.5rem;font-weight:700}.locationMap__content-locations{font-family:Baloo2,sans-serif;font-size:1.5rem;font-weight:600;margin-top:5px;margin-left:50px}@media (min-width: 768px) and (max-width: 1024px){.locationMap{height:300px;gap:20px;padding:15px;margin:50px 0}.locationMap__icon{width:30%}.locationMap__hr-item{height:120px}.locationMap__content-title{font-size:2rem}.locationMap__content-locations{font-size:1.2rem;margin-left:30px}}@media (max-width: 481px){.locationMap{height:250px;gap:10px;padding:10px;margin:50px 0}.locationMap__icon{width:40%}.locationMap__hr-item{display:none}.locationMap__content-title{font-size:1.5rem}.locationMap__content-locations{font-size:1rem;margin-left:20px}}.proyectCard{width:100%;height:100%;margin:100px 0;transition:all .3s ease-in-out}.proyectCard__img{width:300px;object-fit:cover;border-radius:.5rem;transition:all .3s ease-in-out}.proyectCard__title{font-weight:600;color:var(--color-black);font-size:1.2rem}@media (min-width: 768px) and (max-width: 1024px){.proyectCard{width:100%;height:100%;margin:50px 0}.proyectCard__img{width:300px;object-fit:cover;border-radius:.5rem}.proyectCard__title{font-weight:600;color:var(--color-black);font-size:1.2rem}}@media (max-width: 481px){.proyectCard{width:100%;height:100%;margin:50px 20px}.proyectCard__img{width:270px;object-fit:cover;border-radius:.5rem}.proyectCard__title{font-weight:600;color:var(--color-black);font-size:1.2rem}}.proyectCarousel{width:100%;margin:100px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;position:relative}.proyectCarousel__carousel__title{font-family:Baloo2,sans-serif;font-weight:800;color:var(--color-black);font-size:3rem;text-align:center;width:70%;line-height:3rem;margin-bottom:50px}.proyectCarousel__carousel__title span{color:var(--color-orange)}.proyectCarousel__carousel__controls{width:100%;height:290px;display:flex;justify-content:space-between;align-items:center;position:absolute;top:30%;bottom:0}.proyectCarousel__carousel__controls-button{width:50px;height:100%;background-color:var(--color-black);opacity:.45;display:flex;justify-content:center;align-items:center;cursor:pointer;color:var(--color-white);transition:all .3s ease-in-out}.proyectCarousel__carousel__controls-icon{width:40px;height:40px;opacity:.45}.proyectCarousel__carousel__controls-button:hover,.proyectCarousel__carousel__controls-button:hover .proyectCarousel__carousel__controls-icon{opacity:.85}.proyectCarousel__carousel__container{width:100%;height:350px;display:flex;align-items:end;gap:100px;padding:0 10px;overflow:hidden}@media (min-width: 768px) and (max-width: 1024px){.proyectCarousel{margin:50px 0}.proyectCarousel__carousel__title{font-size:2rem;width:100%;margin:-10px;line-height:30px}.proyectCarousel__carousel__container{width:100%;height:350px;display:flex;align-items:end;gap:30px;padding:0 10px;overflow:hidden}.proyectCarousel__carousel__controls{width:100%;height:290px;display:flex;justify-content:space-between;align-items:center;position:absolute;top:22%;bottom:0}}@media (max-width: 481px){.proyectCarousel{margin:80px 0}.proyectCarousel__carousel__title{font-size:1.5rem;line-height:20px;width:100%;margin:-30px}.proyectCarousel__carousel__controls{width:100%;height:50px;display:flex;justify-content:space-between;align-items:center;position:static;margin-top:20px;margin-bottom:-100px;padding:0 20px}.proyectCarousel__carousel__container{width:300px;height:350px;display:flex;align-items:start;gap:5px;overflow:hidden;padding:0;margin:0}}.socialBanner{width:100%;display:flex;align-items:center;margin-top:-80px;margin-bottom:100px}.socialBanner__hr{width:20%;height:115px;display:block;background-color:var(--color-black-light);border-top:5px solid var(--color-yellow);border-bottom:5px solid var(--color-yellow)}.socialBanner__content{width:60%;height:130px;display:flex;justify-content:center;align-items:center;gap:50px;background-color:var(--color-black-light);border-top:5px solid var(--color-yellow);border-bottom:5px solid var(--color-yellow);color:var(--color-white)}.socialBanner__content-title{width:45%;font-size:1.5rem;font-weight:200;text-align:center;font-family:AsapCondensed,sans-serif;text-align:start}.socialBanner__content-title span{font-weight:600;margin-left:10px;color:var(--color-yellow)}.socialBanner__contect-redes{display:flex;flex-direction:column;gap:10px}.socialBanner__content-redes-item{display:flex;justify-content:center;align-items:center;gap:10px;border-radius:50%;font-size:1.5rem;cursor:pointer;text-decoration:none;color:var(--color-white);margin-left:100px;transition:all .3s ease-in-out}.socialBanner__content-redes-item:hover{color:var(--color-yellow)}.socialBanner__content-redes-item:hover .socialBanner__content-redes-item-icon{background-color:var(--color-black-light);color:var(--color-white)}.socialBanner__content-redes-item-icon{width:30px;height:30px;padding:5px;display:flex;justify-content:center;align-items:center;border-radius:5px;background-color:var(--color-white);color:var(--color-black-light);transition:all .3s ease-in-out}.socialBanner__content-redes-item-label{font-weight:600;font-family:Baloo2,sans-serif}@media (min-width: 768px) and (max-width: 1024px){.socialBanner{margin-top:0;margin-bottom:50px}.socialBanner__content{width:100%;height:130px;gap:20px}.socialBanner__hr{width:10%;height:115px}.socialBanner__content-title{width:50%;font-size:1.2rem}.socialBanner__content-redes-item{font-size:1.2rem;margin-left:80px}}@media (max-width: 481px){.socialBanner{margin-top:-100px;margin-bottom:50px}.socialBanner__content{width:100%;height:130px;gap:20px;padding:10px 20px}.socialBanner__hr{width:0;height:115px}.socialBanner__content-title{width:50%;font-size:1.1rem}.socialBanner__content-title span{font-size:1.2rem;margin-left:5px}.socialBanner__content-redes-item{font-size:1.2rem;margin-left:20px}}.brands{width:100%;height:400px;display:flex;flex-direction:column;justify-content:center;gap:30px;align-items:center;margin:100px 0}.brands__title{font-size:2.3rem;text-align:center;width:100%;margin-bottom:20px;font-weight:600;font-family:AsapCondensed,sans-serif}.brands__title span{color:var(--color-orange)}.brands__container{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;place-items:center;width:100%;padding:0 50px}.brands__container--all{grid-column:1 / -1}.brands__container-item{width:250px;height:100%}@media (min-width: 768px) and (max-width: 1024px){.brands__container{grid-template-columns:repeat(2,1fr);gap:40px;padding:0 20px;place-content:center}.brands__container--all{grid-column:1 / -1}.brands__container-item{width:200px}}@media (max-width: 481px){.brands{margin-top:-20px}.brands__container{grid-template-columns:repeat(2,1fr);gap:20px;padding:0 10px;place-content:center}.brands__title{font-size:1.8rem}.brands__container--all{grid-column:1 / -1}.brands__container-item{width:150px}}.about{padding:60px 20px;background-color:#f9f9f9;font-family:Roboto,sans-serif}.about__container{max-width:1200px;margin:0 auto;background-color:#fff;padding:2rem 3rem;border-radius:10px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;gap:2rem}.about__title{font-size:3rem;font-weight:700;color:#333;text-align:center;margin-bottom:1.5rem}.about__description{font-size:1.2rem;color:#555;line-height:1.6;text-align:center;margin-bottom:2rem}.about__section{margin-bottom:2rem}.about__subtitle{font-size:2rem;font-weight:600;color:#222;margin-bottom:1rem}.about__text{font-size:1.1rem;color:#444;line-height:1.6;margin-bottom:1rem}.about__values{list-style-type:none;padding-left:0}.about__values li{font-size:1.1rem;color:#444;margin-bottom:.8rem}.about__cta{text-align:center;margin-top:3rem;background-color:#f3f3f3;padding:2rem;border-radius:8px;box-shadow:0 4px 10px #0000001a}.about__cta h3{font-size:2rem;font-weight:700;color:#333;margin-bottom:1rem}.about__cta p{font-size:1.1rem;color:#555}.about__cta a{color:#f3c000;font-weight:700;text-decoration:none;border-bottom:2px solid #f3c000;padding-bottom:2px}.about__cta a:hover{text-decoration:underline}@media (max-width: 1024px){.about__title{font-size:2.5rem}.about__subtitle{font-size:1.8rem}.about__text{font-size:1rem}.about__cta h3{font-size:1.5rem}.about__cta p{font-size:1rem}}@media (max-width: 600px){.about__title{font-size:2rem}.about__description{font-size:1rem}.about__subtitle{font-size:1.5rem}.about__text{font-size:.9rem}.about__cta h3{font-size:1.3rem}.about__cta p{font-size:1rem}}.service-card{background-color:var(--color--black-dark, #1f1f1f);color:var(--color-white, #ffffff);padding:1.5rem;border-radius:1rem;text-align:center;box-shadow:0 4px 12px #0003;transition:transform .3s ease,box-shadow .3s ease,grid-column .3s ease,border .3s ease,background .3s ease;cursor:pointer;border:2px solid transparent}.service-card:hover{transform:scale(1.05);box-shadow:0 8px 20px #0006}.service-card--expanded{grid-column:1 / -1;border:2px solid #f3c000;background:linear-gradient(135deg,#1f1f1f,#2a2a2a);box-shadow:0 12px 30px #00000080;transform:scale(1.02)}.service-card__icon-wrapper{display:flex;justify-content:center;margin-bottom:1rem}.service-card__icon{width:80px;height:80px;object-fit:contain}.service-card h2{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.service-card p{font-size:1rem;margin-bottom:1rem}.service-card__extra{margin-top:1rem;font-size:.95rem;line-height:1.5}@media (max-width: 1024px){.service-card{padding:1.2rem}.service-card__icon{width:70px;height:70px}.service-card h2{font-size:1.15rem}.service-card p,.service-card__extra{font-size:.95rem}}@media (max-width: 600px){.service-card{padding:1rem}.service-card__icon{width:60px;height:60px}.service-card h2{font-size:1.05rem}.service-card p,.service-card__extra{font-size:.9rem}}.services{width:100%}.services__title{font-size:2.5rem;font-weight:700;text-align:center;margin-top:3rem;color:var(--color-gray-dark);letter-spacing:1.5px;position:relative;display:block;width:100%}.services__title:after{content:"";display:block;width:80px;height:4px;background-color:var(--color-yellow);margin:.6rem auto 0;border-radius:2px}.services__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1200px;margin:0 auto;padding:2rem}@media (max-width: 1024px){.services__grid{grid-template-columns:1fr;padding:1.5rem}.services__title{font-size:2.2rem;margin-top:2rem}}@media (max-width: 600px){.services__title{font-size:1.8rem;letter-spacing:1px;margin-top:1.5rem}.services__title:after{width:60px;height:3px}.services__grid{padding:1rem;gap:1.5rem}}.contact{padding:60px 20px;background-color:#f4f4f4;font-family:Roboto,sans-serif}.contact__container{max-width:1200px;margin:0 auto;background-color:#fff;padding:3rem;border-radius:10px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;gap:2rem}.contact__title{font-size:2.5rem;font-weight:700;color:#333;text-align:center;margin-bottom:1.5rem}.contact__description{font-size:1.2rem;color:#555;line-height:1.6;text-align:center;margin-bottom:2rem}.contact__form{display:flex;flex-direction:column;gap:1.5rem}.contact__form-group{display:flex;flex-direction:column;gap:.5rem}.contact__label{font-size:1.1rem;font-weight:600;color:#333}.contact__input,.contact__textarea{font-size:1rem;padding:10px;border-radius:8px;border:1px solid #ccc;outline:none;transition:border .3s ease}.contact__input:focus,.contact__textarea:focus{border-color:#f3c000}.contact__textarea{resize:vertical;height:150px}.contact__button{padding:12px 25px;font-size:1.1rem;font-weight:600;background-color:#f3c000;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.contact__button:hover{background-color:#dba100}.contact__form-group{margin-top:1rem}.contact__form-group input{font-size:1rem;padding:10px;border-radius:8px;border:1px solid #ccc}.contact__form-group input:focus{border-color:#f3c000}.contact__socials{margin-top:3rem;text-align:center;padding:2rem;background-color:#f4f4f4;border-radius:8px;box-shadow:0 4px 10px #0000001a}.contact__socials p{font-size:1.2rem;color:#555}.contact__social-icons{display:flex;justify-content:center;gap:2rem;margin-top:1rem}.contact__social-icon{display:flex;align-items:center;gap:8px;font-size:1.2rem;color:#333;text-decoration:none;font-weight:600;transition:color .3s ease}.contact__social-icon:hover{color:#f3c000}.contact__social-icon svg{font-size:1.5rem}@media (max-width: 1024px){.contact__title{font-size:2rem}.contact__description,.contact__input,.contact__textarea,.contact__button{font-size:1rem}.contact__socials{padding:1.5rem}.contact__socials p{font-size:1.1rem}.contact__social-icons{gap:1.5rem}.contact__social-icon{font-size:1.3rem}}@media (max-width: 600px){.contact__title{font-size:1.8rem}.contact__description,.contact__input,.contact__textarea,.contact__button{font-size:1rem}.contact__socials{padding:1rem}.contact__socials p{font-size:1rem}.contact__social-icons{flex-direction:column;gap:1rem}.contact__social-icon{font-size:1.2rem}}@font-face{font-family:AsapCondensed;src:url(/assets/AsapCondensed-Bold-CTDQg38q.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:AsapCondensed;src:url(/assets/AsapCondensed-ExtraBold-DXoHY0bw.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:AsapCondensed;src:url(/assets/AsapCondensed-Light-BuErEfOX.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:AsapCondensed;src:url(/assets/AsapCondensed-Medium-J-lRxC4T.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:AsapCondensed;src:url(/assets/AsapCondensed-Regular-CRaPxDG5.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:AsapCondensed;src:url(/assets/AsapCondensed-SemiBold-DDJBMzCt.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Baloo2;src:url(/assets/Baloo2-Bold-CBAbYtxk.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Baloo2;src:url(/assets/Baloo2-ExtraBold-DVB2vuT-.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:Baloo2;src:url(/assets/Baloo2-Medium-D1oc01xw.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Baloo2;src:url(/assets/Baloo2-Regular-CPJQLf9z.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Baloo2;src:url(/assets/Baloo2-SemiBold-Bt3aSVfn.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Roboto;src:url(/assets/Roboto-Bold-_ZJd4Sbe.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Roboto;src:url(/assets/Roboto-Light-r0KW6U_F.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Roboto;src:url(/assets/Roboto-Medium-CwcsZ-zd.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Roboto;src:url(/assets/Roboto-Regular-CN_pkOMA.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto;src:url(/assets/Roboto-SemiBold-EVIM0_1H.ttf) format("truetype");font-weight:600;font-style:normal}:root{--color-white: #ffffff;--color-gray: #DDDDDD;--color-black: #000000;--color-black-light: #292A2D;--color--black-dark: #1f1f1f;--color-gray-dark: #222222;--color-blue: #0057FF;--color-yellow: #FFD600;--color-orange: #EE601C}*{margin:0;padding:0;box-sizing:border-box;-webkit-user-select:none;user-select:none}body{background-color:var(--color-white);font-family:Roboto,sans-serif;font-weight:400}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:var(--color-blue);border-radius:10px}
