:root{--font-size-sm: 0.875rem;--font-size-p: 	1rem;--font-size-h5: 1.25rem;--font-size-h4: 1.625rem;--font-size-h3: 1.875rem;--font-size-h2: 2.125rem;--font-size-h1: 2.5rem;--white-color: rgba(255,255,255,1);--black-color: rgba(0,0,0,1);--dark-grey: rgba(65,65,65,1);--dark-grey-c60: rgba(65,65,65,0.6);--mid-grey: rgba(210, 213, 216);--sub-grey: rgba(89,88,88,1);--light-grey: rgba(239,239,239,1);--yellow: rgba(252,224,110,1);--yellow-c50: rgba(252,224,110,0.7);--yellow-c70: rgba(252,224,110,0.7);--yellow-c90: rgba(252,224,110,0.9)}*{box-sizing:border-box;margin:0;padding:0;line-height:1.2em}html{margin:0;padding:0;width:100%;height:100%;min-height:100%;scroll-behavior:smooth;scroll-padding-top:120px}body{position:relative;margin:0;padding:0;width:100%;height:100%;min-height:100%;font-family:'Montserrat', sans-serif;font-size:var(--font-size-p);font-weight:400;color:var(--black-color);overflow-x:hidden;overflow-y:scroll}h1{font-size:var(--font-size-h1)}h2{font-size:var(--font-size-h2)}h3{font-size:var(--font-size-h3)}h4{font-size:var(--font-size-h4)}h5{font-size:var(--font-size-h5)}p{font-size:var(--font-size-p)}h1{position:relative;display:inline;font-size:var(--font-size-h1);font-weight:700;text-transform:uppercase;margin:0;padding:0 5px 0 3px;z-index:2;box-shadow:inset 0 -0.5em 0 0 var(--yellow)}@media (max-width: 800px){h1{font-size:var(--font-size-h2)}}p a{color:var(--black-color);text-decoration:underline}p a:hover{text-decoration:none}.ada-static-page-container{width:100%;margin:110px 0 0 0;padding:0 20px}@media (max-width: 768px){.ada-static-page-container{margin:70px 0 0 0}}.ada-static-page-container .ada-static-page-content{width:100%;max-width:930px;margin:0 auto;padding:60px 0}.ada-static-page-container .ada-static-page-content p{margin:40px 0 0 0;font-size:var(--font-size-p);line-height:1.5em}.ada-static-page-container .ada-static-page-content .ada-static-page-content-team{width:100%;display:flex;flex-direction:row;margin:60px 0 0 0;gap:20px}@media (max-width: 600px){.ada-static-page-container .ada-static-page-content .ada-static-page-content-team{flex-direction:column}}.ada-static-page-container .ada-static-page-content .ada-static-page-content-team .ada-static-page-content-team-item{position:relative;width:33.33%;aspect-ratio:1 / 1;z-index:2;text-align:center}@media (max-width: 600px){.ada-static-page-container .ada-static-page-content .ada-static-page-content-team .ada-static-page-content-team-item{width:80%;margin:0 auto}}.ada-static-page-container .ada-static-page-content .ada-static-page-content-team .ada-static-page-content-team-item::after{position:absolute;content:'';width:100%;aspect-ratio:1 / 1;top:0;left:0;border-radius:50%;background:var(--yellow);z-index:-1;transition:all 0.5s}.ada-static-page-container .ada-static-page-content .ada-static-page-content-team .ada-static-page-content-team-item:hover::after{width:33.33%}.ada-static-page-container .ada-static-page-content .ada-static-page-content-team .ada-static-page-content-team-item:nth-of-type(1)::after{background-image:url("/i/icons/bulb.svg");background-repeat:no-repeat;background-position:center;background-size:50px}.ada-static-page-container .ada-static-page-content .ada-static-page-content-team .ada-static-page-content-team-item:nth-of-type(2)::after{background-image:url("/i/icons/settings.svg");background-repeat:no-repeat;background-position:center;background-size:50px}.ada-static-page-container .ada-static-page-content .ada-static-page-content-team .ada-static-page-content-team-item:nth-of-type(3)::after{left:auto;right:0;background-image:url("/i/icons/brush.svg");background-repeat:no-repeat;background-position:center;background-size:50px}.ada-static-page-container .ada-static-page-content .ada-static-page-content-team .ada-static-page-content-team-item img{width:100%;object-fit:cover;filter:grayscale(1)}.ada-static-page-container .ada-static-page-content .ada-static-page-content-team .ada-static-page-content-team-item p{font-size:var(--font-size-p)}.ada-static-page-container .ada-static-page-content .ada-static-page-content-team .ada-static-page-content-team-item p span{display:block;text-transform:uppercase;font-weight:700}.PageBar{width:100%;max-width:1600px;margin:30px auto;color:var(--dark-grey);display:flex;justify-content:center;align-items:center}.PageBar a{float:right;color:var(--dark-grey);text-decoration:none}.PageBar .prev{margin:0 10px;width:16px;height:24px}.PageBar .prev:hover{color:var(--dark-grey)}.PageBar .prev::before{content:'';position:absolute;border:solid var(--dark-grey);border-width:0 1px 1px 0;display:inline-block;margin-top:5px;padding:7px;transform:rotate(135deg);-webkit-transform:rotate(135deg)}.PageBar span.prev{opacity:0.5}.PageBar span.next{opacity:0.5}.PageBar .pages{margin:0 10px}.PageBar .next{margin:0 10px;width:16px;height:24px}.PageBar .next:hover{color:var(--dark-grey)}.PageBar .next::after{content:'';position:absolute;border:solid var(--dark-grey);border-width:0 1px 1px 0;display:inline-block;margin-top:5px;padding:7px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.modal{display:none;position:fixed;top:110px;right:0;bottom:0;left:0;background:url(/i/content/bgn2.png) top left repeat,rgba(0,0,0,0.8);padding:40px;z-index:9999}@media (max-width: 768px){.modal{top:70px}}.modal .modal-container{position:relative;width:100%;height:100%}.modal .modal-container .modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:var(--mid-grey);padding:0;width:100%;max-width:980px;aspect-ratio:16 / 9}.modal .modal-container .modal-content .ada-modal-swiper{height:100%;z-index:200}.modal .modal-container .modal-content .ada-modal-swiper .swiper-wrapper .swiper-slide{text-align:center}.modal .modal-container .modal-content .ada-modal-swiper .swiper-wrapper .swiper-slide img{height:100%}.modal .modal-container .modal-content .modal-content-desc{text-align:center;color:var(--mid-grey);font-size:var(--font-size-p);background:linear-gradient(0deg, #414141 80%, #2e2e2e 100%);margin:0;padding:26px;z-index:1}.modal .modal-container .modal-content #close{position:absolute;top:-20px;right:-20px;background:var(--dark-grey);width:40px;height:40px;border-radius:50%;cursor:pointer;z-index:9999;box-shadow:0 0 5px var(--dark-grey-c60);transition:all 0.5s}.modal .modal-container .modal-content #close:hover{background:var(--yellow)}.modal .modal-container .modal-content #close:hover::before,.modal .modal-container .modal-content #close:hover::after{background:var(--black-color)}.modal .modal-container .modal-content #close::before,.modal .modal-container .modal-content #close::after{position:absolute;content:'';width:50%;height:2px;background:var(--mid-grey);top:50%;left:24%}.modal .modal-container .modal-content #close::before{transform:rotate(45deg)}.modal .modal-container .modal-content #close::after{transform:rotate(-45deg)}.modal .modal-container .swiper-button-next,.modal .modal-container .swiper-button-prev{position:absolute;top:50%;transform:translateY(-50%);width:110px;height:70px;margin:0;padding:0;transition:all 0.5s;display:flex;flex-direction:column;justify-content:center;align-content:center;background:var(--dark-grey)}.modal .modal-container .swiper-button-next:hover,.modal .modal-container .swiper-button-prev:hover{background:var(--yellow)}.modal .modal-container .swiper-button-next::after,.modal .modal-container .swiper-button-prev::after{position:absolute;content:'';font-size:0;top:calc(50% - 14px);width:25px;height:25px}.modal .modal-container .swiper-button-next:hover::after,.modal .modal-container .swiper-button-prev:hover::after{border:solid var(--black-color);border-width:0 2px 2px 0}.modal .modal-container .swiper-button-next::before,.modal .modal-container .swiper-button-prev::before{position:absolute;content:'';top:calc(50% - 1px);height:2px;width:32px}.modal .modal-container .swiper-button-next:hover::before,.modal .modal-container .swiper-button-prev:hover::before{background:var(--black-color)}@media (max-width: 980px){.modal .modal-container .swiper-button-next,.modal .modal-container .swiper-button-prev{width:70px}}.modal .modal-container .swiper-button-next{right:-40px;align-items:flex-start}.modal .modal-container .swiper-button-next::after{border:solid var(--mid-grey);border-width:0 2px 2px 0;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);left:18px}.modal .modal-container .swiper-button-next::before{background:var(--mid-grey);left:15px}.modal .modal-container .swiper-button-prev{left:-40px;align-items:flex-end}.modal .modal-container .swiper-button-prev::after{border:solid var(--mid-grey);border-width:0 2px 2px 0;transform:rotate(135deg);-webkit-transform:rotate(135deg);right:18px}.modal .modal-container .swiper-button-prev::before{background:var(--mid-grey);right:15px}.ada-footer-container{position:relative;width:100%;padding:0;background:#383838;z-index:3}.ada-footer-container .ada-footer-content{width:100%;margin:0 auto;padding:100px 30px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}@media (max-width: 540px){.ada-footer-container .ada-footer-content{padding:100px 30px 200px}}.ada-footer-container .ada-footer-content .ada-footer-content-col{width:25%;padding:0 60px;border-right:1px solid var(--sub-grey)}.ada-footer-container .ada-footer-content .ada-footer-content-col:nth-of-type(1){width:18%;padding:0 20px 0 0}.ada-footer-container .ada-footer-content .ada-footer-content-col:nth-of-type(1) img{width:auto;height:82px;object-fit:contain;filter:brightness(0) saturate(100%) invert(80%) sepia(70%) saturate(330%) hue-rotate(352deg) brightness(102%) contrast(98%)}@media (max-width: 768px){.ada-footer-container .ada-footer-content .ada-footer-content-col:nth-of-type(1) img{height:60px}}@media (max-width: 1280px){.ada-footer-container .ada-footer-content .ada-footer-content-col{padding:0 30px}}@media (max-width: 980px){.ada-footer-container .ada-footer-content .ada-footer-content-col{width:50%;margin:0 0 60px}.ada-footer-container .ada-footer-content .ada-footer-content-col:nth-of-type(1){width:50%}.ada-footer-container .ada-footer-content .ada-footer-content-col:nth-of-type(2),.ada-footer-container .ada-footer-content .ada-footer-content-col:nth-of-type(4){border-right:none}}@media (max-width: 540px){.ada-footer-container .ada-footer-content .ada-footer-content-col{width:100%;border-right:none;border-top:1px solid var(--sub-grey);margin:0;padding:30px 0}.ada-footer-container .ada-footer-content .ada-footer-content-col:nth-of-type(1){border:none;padding:0 0 30px}.ada-footer-container .ada-footer-content .ada-footer-content-col:nth-of-type(4){padding:30px 0 0 0;margin:0}}.ada-footer-container .ada-footer-content .ada-footer-content-col h5{font-size:var(--font-size-h5);font-weight:700;color:#888888;margin:0 0 25px;text-transform:uppercase}.ada-footer-container .ada-footer-content .ada-footer-content-col ul{list-style:none;margin:0;padding:0}.ada-footer-container .ada-footer-content .ada-footer-content-col ul li{margin:0 0 24px}.ada-footer-container .ada-footer-content .ada-footer-content-col ul li:nth-last-of-type(1){margin:0}.ada-footer-container .ada-footer-content .ada-footer-content-col ul li a{color:var(--light-grey);text-transform:uppercase;text-decoration:none;font-size:var(--font-size-p);transition:all 0.5s}.ada-footer-container .ada-footer-content .ada-footer-content-col ul li a:hover{color:var(--yellow)}.ada-footer-container .ada-footer-content .ada-footer-content-col p{font-size:var(--font-size-p);color:var(--white-color);transition:all 0.5s;line-height:1.5em}.ada-footer-container .ada-footer-content .ada-footer-content-col a{text-decoration:none;color:var(--sub-grey)}.ada-footer-container .ada-footer-content .ada-footer-content-col a:hover p{color:var(--yellow)}.ada-footer-container .ada-footer-social-content{position:absolute;top:100px;right:0;width:50px;height:240px;display:flex;flex-direction:column;gap:1px}@media (max-width: 600px){.ada-footer-container .ada-footer-social-content{flex-direction:row;width:240px;height:60px;bottom:500px;top:auto;right:calc(50% - 120px)}}@media (max-width: 580px){.ada-footer-container .ada-footer-social-content{bottom:600px}}@media (max-width: 425px){.ada-footer-container .ada-footer-social-content{bottom:700px}}.ada-footer-container .ada-footer-social-content .ada-footer-social-item{display:block;height:50px;width:50px;transition:all 0.5s;display:flex;background:var(--sub-grey);flex-direction:column;justify-content:center;align-content:center;align-items:center}@media (max-width: 600px){.ada-footer-container .ada-footer-social-content .ada-footer-social-item{width:60px;height:60px}}.ada-footer-container .ada-footer-social-content .ada-footer-social-item img{height:40%;transition:all 0.5s;filter:brightness(0) saturate(100%) invert(17%) sepia(0%) saturate(1993%) hue-rotate(154deg) brightness(93%) contrast(83%)}@media (max-width: 600px){.ada-footer-container .ada-footer-social-content .ada-footer-social-item img{height:30%}}.ada-footer-container .ada-footer-social-content .ada-email-btn:hover{background:var(--yellow)}.ada-footer-container .ada-footer-social-content .ada-instagram-btn:hover{background:#ff0176}.ada-footer-container .ada-footer-social-content .ada-instagram-btn:hover img{filter:brightness(0) saturate(100%) invert(99%) sepia(95%) saturate(2%) hue-rotate(197deg) brightness(106%) contrast(100%)}.ada-footer-container .ada-footer-social-content .ada-facebook-btn:hover{background:#4267B2}.ada-footer-container .ada-footer-social-content .ada-facebook-btn:hover img{filter:brightness(0) saturate(100%) invert(99%) sepia(95%) saturate(2%) hue-rotate(197deg) brightness(106%) contrast(100%)}.ada-footer-container .ada-footer-social-content .ada-youtube-btn:hover{background:#FF0000}.ada-footer-container .ada-footer-social-content .ada-youtube-btn:hover img{filter:brightness(0) saturate(100%) invert(99%) sepia(95%) saturate(2%) hue-rotate(197deg) brightness(106%) contrast(100%)}.ada-footer-container .footer__eu{background:var(--light-grey);padding:35px 20px 35px 20px}.ada-footer-container .footer__eu .footer__eu-container{width:100%;max-width:1630px;margin:0 auto;display:flex;gap:20px;flex-wrap:wrap;text-decoration:none;color:var(--sub-grey)}.ada-footer-container .footer__eu .footer__eu-container .footer__eu-col{width:100%;max-width:calc(15% - 10px);display:flex;flex-direction:column;justify-content:flex-start;gap:20px}@media (max-width: 1024px){.ada-footer-container .footer__eu .footer__eu-container .footer__eu-col{max-width:calc(30% - 10px)}}@media (max-width: 768px){.ada-footer-container .footer__eu .footer__eu-container .footer__eu-col{max-width:100%;flex-direction:row;flex-wrap:wrap}}@media (max-width: 768px){.ada-footer-container .footer__eu .footer__eu-container .footer__eu-col .footer__eu-img{max-height:50px}}.ada-footer-container .footer__eu .footer__eu-container .footer__eu-col .footer__eu-img img{display:block;margin:0;padding:0;width:100%;height:100%;object-fit:contain;object-position:0 0}.ada-footer-container .footer__eu .footer__eu-container .footer__eu-body{width:100%;max-width:calc(85% - 10px)}@media (max-width: 1024px){.ada-footer-container .footer__eu .footer__eu-container .footer__eu-body{max-width:calc(70% - 10px)}}@media (max-width: 768px){.ada-footer-container .footer__eu .footer__eu-container .footer__eu-body{max-width:100%}}.ada-footer-container .ada-footer-copyright-container{width:100%;padding:35px 80px 35px 10px;background:var(--sub-grey)}.ada-footer-container .ada-footer-copyright-container .ada-footer-copyright-content{width:100%;margin:0 auto;padding:0 20px;color:#888888;font-size:var(--font-size-sm);display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}@media (max-width: 740px){.ada-footer-container .ada-footer-copyright-container .ada-footer-copyright-content p{text-indent:-999999px}}@media (max-width: 600px){.ada-footer-container .ada-footer-copyright-container .ada-footer-copyright-content p{display:none}}.toTop{position:fixed;bottom:25px;right:20px;width:50px;height:50px;text-align:center;opacity:0.75;visibility:hidden;transition:all .3s;z-index:1000;fill:var(--yellow)}.toTop.show{visibility:visible}.toTop.show:hover,.toTop.show:active{cursor:pointer;opacity:1}

/*# sourceMappingURL=530d908f6f0f22df4a77f638838197c2.css.map */