@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap);.loader-container[data-v-22e929d0]{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#1e2126;z-index:9999}.loader[data-v-22e929d0]{border:5px solid #ef233c;border-top:5px solid transparent;border-radius:50%;width:40px;height:40px;animation:spin-22e929d0 .5s linear infinite}@media screen and (max-width:768px){.loader[data-v-22e929d0]{width:30px;height:30px}}@media screen and (max-width:480px){.loader[data-v-22e929d0]{width:20px;height:20px}}@keyframes spin-22e929d0{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.header[data-v-5d4803d8]{display:flex;justify-content:space-between;align-items:center;padding:20px}.header .logo[data-v-5d4803d8]{height:60px}.header nav[data-v-5d4803d8]{display:flex;align-items:center}.header nav ul[data-v-5d4803d8]{display:flex;list-style:none;padding:0;margin:0}.header nav ul li a[data-v-5d4803d8]{color:#fff;margin:1.5rem;text-decoration:none;font-size:1.2rem;transition:all .5s}.header nav ul li a[data-v-5d4803d8]:hover{color:#ef233c}.header nav .button[data-v-5d4803d8]{background-color:#ef233c;border-radius:20px 20px 20px 0;padding:10px 20px}.header nav .button[data-v-5d4803d8]:hover{color:#fff!important;opacity:.75}.header nav .language-switcher[data-v-5d4803d8]{position:relative;margin-left:2rem}.header nav .language-switcher .language-dropdown[data-v-5d4803d8]{background-color:transparent;font-family:Oswald;color:#fff;border:none;padding:10px 25px;font-size:1.2rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:all .5s}.header nav .language-switcher .language-dropdown[data-v-5d4803d8]:hover{opacity:.85}.header nav .language-switcher .language-dropdown[data-v-5d4803d8]:focus{outline:none}.header nav .language-switcher .language-dropdown option[data-v-5d4803d8]{background-color:#1e2126;color:#fff;border:none}.header nav .language-switcher[data-v-5d4803d8]:after{content:"▼";position:absolute;left:50px;top:50%;transform:translateY(-50%);pointer-events:none;color:#fff}.header .hamburger[data-v-5d4803d8]{display:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;cursor:pointer}.header .hamburger span[data-v-5d4803d8]{display:block;height:4px;width:100%;background-color:#fff;border-radius:2px;transition:all .3s}.header .hamburger span.is-active[data-v-5d4803d8]:first-child{transform:rotate(45deg) translateY(10px)}.header .hamburger span.is-active[data-v-5d4803d8]:nth-child(2){opacity:0}.header .hamburger span.is-active[data-v-5d4803d8]:nth-child(3){transform:rotate(-45deg) translateY(-10px)}@media screen and (max-width:768px){.header .hamburger[data-v-5d4803d8]{display:flex}.header .desktop-language-switcher[data-v-5d4803d8]{display:none}.header .mobile-nav[data-v-5d4803d8]{display:none;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;right:0;height:100%;min-width:300px;background-color:rgba(0,0,0,.9);z-index:1000;overflow-y:auto;overflow-x:hidden;padding-top:0;transition:transform .3s ease-in-out}.header .mobile-nav.is-active[data-v-5d4803d8]{display:flex;transform:translateX(100%);animation:slideIn-5d4803d8 .3s forwards}.header .mobile-nav .mobile-header[data-v-5d4803d8]{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem;position:absolute;top:0;left:0}.header .mobile-nav .mobile-header .close-icon[data-v-5d4803d8]{font-size:2rem;color:#fff;cursor:pointer}.header .mobile-nav .mobile-header .language-switcher[data-v-5d4803d8]{margin-right:20px}.header .mobile-nav .mobile-header .language-switcher[data-v-5d4803d8]:after{display:none}.header .mobile-nav ul[data-v-5d4803d8]{flex-direction:column;align-items:center;width:100%;padding:0;list-style:none;margin-top:60px}.header .mobile-nav ul li[data-v-5d4803d8]{width:100%;margin:0 0;text-align:left}.header .mobile-nav ul li .button[data-v-5d4803d8]{background:transparent}.header .mobile-nav ul li .button[data-v-5d4803d8]:hover{border-radius:0}.header .mobile-nav ul li a[data-v-5d4803d8]{width:100%;padding:1rem;font-size:1.5rem;color:#fff;text-decoration:none;display:block;transition:all .3s ease}.header .mobile-nav ul li a[data-v-5d4803d8]:hover{background-color:#ef233c;color:#fff}}@keyframes slideIn-5d4803d8{0%{transform:translateX(100%)}to{transform:translateX(0)}}.back-to-top[data-v-5d4803d8]{position:fixed;bottom:20px;right:20px;background-color:#ef233c;color:#fff;border:none;border-radius:20px 20px 0 20px;width:50px;height:50px;font-size:3rem;cursor:pointer;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 8px rgba(0,0,0,.2);z-index:99999;transition:opacity .3s ease,transform .3s ease}.back-to-top .scroll_top_btn[data-v-5d4803d8]{width:40px;height:40px;stroke:#fff}.back-to-top[data-v-5d4803d8]:hover{opacity:.8;transform:translateY(-5px)}.back-to-top[data-v-5d4803d8]:focus{outline:none}.hero[data-v-d5948474]{color:#fff;padding:100px 20px;display:flex;align-items:center}.hero .hero-content[data-v-d5948474]{flex:1}.hero .illustration[data-v-d5948474]{flex-shrink:0;margin-left:20px}.hero h1[data-v-d5948474]{font-size:4.5rem;font-weight:600}.hero h1 span[data-v-d5948474]{color:#ef233c!important}.hero p[data-v-d5948474]{font-size:1.6rem;color:#d4d4d4;margin-bottom:40px}.hero .illustration img[data-v-d5948474]{width:500px;animation:float-d5948474 3s ease-in-out infinite}@media screen and (max-width:1300px){.hero .illustration img[data-v-d5948474]{width:100%;max-width:500px;margin-left:50px}}@media screen and (max-width:1100px){.hero .illustration img[data-v-d5948474]{width:100%;max-width:300px;margin-left:50px}.hero h1[data-v-d5948474]{font-size:4rem}}@media screen and (max-width:900px){.hero .illustration img[data-v-d5948474]{width:100%;max-width:240px;margin-left:50px}.hero h1[data-v-d5948474]{font-size:3rem}}@media screen and (max-width:768px){.hero[data-v-d5948474]{flex-direction:column;text-align:center;padding:50px 20px}.hero h1[data-v-d5948474]{font-size:3rem}.hero p[data-v-d5948474]{font-size:1.4rem;margin-bottom:20px}.hero .illustration[data-v-d5948474]{margin-left:0;margin-top:20px}.hero .illustration img[data-v-d5948474]{width:100%;max-width:300px}}@media screen and (max-width:480px){.hero h1[data-v-d5948474]{font-size:2.5rem}.hero .illustration img[data-v-d5948474]{max-width:250px}}@keyframes float-d5948474{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.services[data-v-38498261]{display:flex;justify-content:space-around;padding:50px 20px;background-color:#1e2126;color:#fff}@media screen and (max-width:768px){.services[data-v-38498261]{flex-direction:column;align-items:center;text-align:center;padding:30px 20px}}.service[data-v-38498261]{display:flex;align-items:center;text-align:left}@media screen and (max-width:768px){.service[data-v-38498261]{flex-direction:column;margin-bottom:20px;text-align:center}}.icon-container[data-v-38498261]{flex-shrink:0;margin-right:30px}@media screen and (max-width:768px){.icon-container[data-v-38498261]{margin-right:0;margin-bottom:15px}}.service img[data-v-38498261]{width:50px}@media screen and (max-width:768px){.service img[data-v-38498261]{width:40px}}.service p[data-v-38498261]{font-size:18px;font-weight:400;margin:0}@media screen and (max-width:768px){.service p[data-v-38498261]{font-size:16px}}.references[data-v-778fca70]{padding-top:60px;padding-bottom:80px}h1[data-v-778fca70]{text-transform:uppercase;font-size:4.5rem;text-align:center;margin:100px 0;color:#ef233c}p[data-v-778fca70]{text-align:center}.card-list[data-v-778fca70]{display:flex;flex-direction:column;gap:180px;margin-top:100px}.card[data-v-778fca70]{display:flex;align-items:flex-start;border-radius:8px;overflow:hidden;flex-wrap:nowrap}.card.reverse[data-v-778fca70]{flex-direction:row-reverse}.card-image img[data-v-778fca70]{width:730px;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:20px 20px 20px 0}.card-content[data-v-778fca70]{padding:0 75px;display:flex;flex-direction:column;justify-content:flex-start}.card-content h2[data-v-778fca70]{font-size:2.1rem;margin-bottom:10px}.card-content p[data-v-778fca70]{text-align:left}.tags[data-v-778fca70]{margin-top:15px;display:flex;gap:15px}.tag[data-v-778fca70]{padding:7px 12px;background:#1e2126;border-radius:20px 20px 20px 0;font-size:.9rem}.button-container[data-v-778fca70]{margin-top:50px}.btn[data-v-778fca70]{background-color:transparent;border:3px solid #ef233c;color:#ef233c;padding:10px 20px;text-decoration:none;font-size:1.3rem;border-radius:20px 20px 20px 0;text-align:center;display:inline-block;transition:all .5s}.btn[data-v-778fca70]:hover{background:#ef233c;color:#fff}@media screen and (max-width:1200px){.card-list[data-v-778fca70]{gap:100px}h1[data-v-778fca70]{font-size:3rem;margin:50px 0}.card-content[data-v-778fca70]{padding:0 50px}.card-content h2[data-v-778fca70]{font-size:1.8rem}.card-image img[data-v-778fca70]{max-width:100%;min-width:500px;height:auto}}@media screen and (max-width:940px){.card-image img[data-v-778fca70]{max-width:100%;min-width:380px;height:auto}}@media screen and (max-width:820px){.card-image img[data-v-778fca70]{max-width:100%;min-width:340px;height:auto}}@media screen and (max-width:768px){.card.reverse[data-v-778fca70],.card[data-v-778fca70]{flex-direction:column;align-items:center;gap:20px}.card-content[data-v-778fca70]{padding:0 20px;text-align:center}.card-content h2[data-v-778fca70]{font-size:1.5rem}.card-content p[data-v-778fca70]{font-size:1.2rem;text-align:center}.tag[data-v-778fca70]{font-size:.8rem}.btn[data-v-778fca70]{font-size:1.1rem;padding:8px 16px}}@media screen and (max-width:480px){h1[data-v-778fca70]{font-size:2.5rem}.card-content[data-v-778fca70]{padding:15px}.card-content h2[data-v-778fca70]{font-size:1.3rem}.card-content p[data-v-778fca70]{font-size:1rem}.tag[data-v-778fca70]{font-size:.7rem}.btn[data-v-778fca70]{font-size:1rem;padding:6px 12px}}.stats-container[data-v-9dc4ea50]{display:flex;justify-content:space-around;padding:20px;margin-top:20px;margin-bottom:20px}@media screen and (max-width:768px){.stats-container[data-v-9dc4ea50]{flex-direction:column;align-items:center}}.stat-item[data-v-9dc4ea50]{text-align:center;margin:10px}@media screen and (max-width:768px){.stat-item[data-v-9dc4ea50]{margin:20px 0}}.stat-item h2[data-v-9dc4ea50]{font-size:3rem;color:#ef233c;margin:0}@media screen and (max-width:768px){.stat-item h2[data-v-9dc4ea50]{font-size:2.5rem}}@media screen and (max-width:480px){.stat-item h2[data-v-9dc4ea50]{font-size:2rem}}.stat-item p[data-v-9dc4ea50]{font-size:1.3rem;color:#666}@media screen and (max-width:768px){.stat-item p[data-v-9dc4ea50]{font-size:1.2rem}}@media screen and (max-width:480px){.stat-item p[data-v-9dc4ea50]{font-size:1rem}}.testimonials-container[data-v-2cf95b3f]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;border-radius:10px;position:relative;height:150px;padding-bottom:60px}@media screen and (max-width:768px){.testimonials-container[data-v-2cf95b3f]{height:auto;padding:15px;padding-bottom:50px}}@media screen and (max-width:480px){.testimonials-container[data-v-2cf95b3f]{padding:10px;padding-bottom:40px}}.testimonial[data-v-2cf95b3f]{position:absolute;text-align:center;opacity:0;max-width:90%}@media screen and (max-width:768px){.testimonial[data-v-2cf95b3f]{position:relative;max-width:100%}}.testimonial-text[data-v-2cf95b3f]{font-size:1.3rem;margin:10px 0}@media screen and (max-width:768px){.testimonial-text[data-v-2cf95b3f]{font-size:1.2rem;margin:8px 0}}@media screen and (max-width:480px){.testimonial-text[data-v-2cf95b3f]{font-size:1.1rem;margin:6px 0}}.testimonial-author[data-v-2cf95b3f]{font-size:1.3rem;font-weight:300;color:#ef233c;margin-top:10px}@media screen and (max-width:768px){.testimonial-author[data-v-2cf95b3f]{font-size:1.2rem;margin-top:8px}}@media screen and (max-width:480px){.testimonial-author[data-v-2cf95b3f]{font-size:1.1rem;margin-top:6px}}.about-me-container[data-v-6b16b806]{display:flex;gap:20px;padding:20px;width:100%;justify-content:center}@media screen and (max-width:768px){.about-me-container[data-v-6b16b806]{flex-direction:column;align-items:center;padding:10px}}h1[data-v-6b16b806]{text-transform:uppercase;font-size:4.5rem;text-align:center;padding:100px 0;color:#ef233c}@media screen and (max-width:768px){h1[data-v-6b16b806]{font-size:3rem;padding:50px 0}}@media screen and (max-width:480px){h1[data-v-6b16b806]{font-size:2.5rem;padding:30px 0}}.person[data-v-6b16b806]{display:flex;align-items:center;max-width:950px;border-radius:10px;padding:20px;margin-top:-100px}@media screen and (max-width:768px){.person[data-v-6b16b806]{flex-direction:column;margin-top:0;padding:10px}}.person-photo[data-v-6b16b806]{width:270px;height:270px;border-radius:20px 20px 0 20px;-o-object-fit:cover;object-fit:cover;margin-right:100px;box-shadow:10px 10px 0 0 #ef233c}@media screen and (max-width:768px){.person-photo[data-v-6b16b806]{width:200px;height:200px;margin-right:0;margin-bottom:20px}}@media screen and (max-width:480px){.person-photo[data-v-6b16b806]{width:150px;height:150px}}.person-info[data-v-6b16b806]{flex:1;text-align:left}@media screen and (max-width:768px){.person-info[data-v-6b16b806]{text-align:center}}.person-name[data-v-6b16b806]{font-size:1.8rem;margin:0}@media screen and (max-width:480px){.person-name[data-v-6b16b806]{font-size:1.5rem}}.person-role[data-v-6b16b806]{font-size:1.2rem;color:#888;margin-bottom:10px}@media screen and (max-width:480px){.person-role[data-v-6b16b806]{font-size:1rem}}.person-description[data-v-6b16b806]{font-size:1.3rem;line-height:2.1rem;color:#fff}@media screen and (max-width:480px){.person-description[data-v-6b16b806]{font-size:1.1rem;line-height:1.8rem}}.contact-container[data-v-12287a1e]{display:flex;justify-content:space-between;align-items:flex-start;padding:40px;flex-wrap:wrap}@media screen and (max-width:768px){.contact-container[data-v-12287a1e]{flex-direction:column;padding:20px}}.contact-info[data-v-12287a1e]{flex:1;margin-right:40px;max-width:700px}@media screen and (max-width:768px){.contact-info[data-v-12287a1e]{margin-right:0;margin-bottom:30px;max-width:100%}}.red-font[data-v-12287a1e]{color:#ef233c}.contact-info h2[data-v-12287a1e]{font-size:3rem;color:#ef233c;margin-bottom:20px}@media screen and (max-width:768px){.contact-info h2[data-v-12287a1e]{font-size:2.5rem}}.contact-info p[data-v-12287a1e]{font-size:1.3rem;margin-bottom:10px;color:#fff}@media screen and (max-width:768px){.contact-info p[data-v-12287a1e]{font-size:1.2rem}}.contact-info h3[data-v-12287a1e]{font-size:1.5rem;margin-top:20px;margin-bottom:5px}@media screen and (max-width:768px){.contact-info h3[data-v-12287a1e]{font-size:1.3rem}}.contact-details[data-v-12287a1e]{font-size:1.3rem;color:#333}@media screen and (max-width:768px){.contact-details[data-v-12287a1e]{font-size:1.2rem}}.contact-details p[data-v-12287a1e]{margin:5px 0}.contact-form[data-v-12287a1e]{flex:1.5;padding:30px;max-width:750px}@media screen and (max-width:768px){.contact-form[data-v-12287a1e]{padding:20px;max-width:100%}}.form-row[data-v-12287a1e]{display:flex;justify-content:space-between}@media screen and (max-width:768px){.form-row[data-v-12287a1e]{flex-direction:column}}.half-width[data-v-12287a1e]{width:45%}@media screen and (max-width:768px){.half-width[data-v-12287a1e]{width:100%}}.form-group[data-v-12287a1e]{margin-bottom:20px}.form-group label[data-v-12287a1e]{display:block;margin-bottom:8px;font-weight:400;opacity:.5}.form-group input[data-v-12287a1e],.form-group textarea[data-v-12287a1e]{border:2px solid transparent;width:100%;padding:20px;font-family:Oswald;font-weight:400;border-radius:20px 20px 20px 0;font-size:1.3rem;color:#fff;background:#1e2126}.form-group input[data-v-12287a1e]:focus,.form-group textarea[data-v-12287a1e]:focus{border:2px solid #ef233c}.form-group input:focus label[data-v-12287a1e],.form-group textarea:focus label[data-v-12287a1e]{color:#ef233c!important}@media screen and (max-width:768px){.form-group input[data-v-12287a1e],.form-group textarea[data-v-12287a1e]{font-size:1.2rem;padding:15px}}.form-group textarea[data-v-12287a1e]{resize:vertical}.checkbox-group[data-v-12287a1e]{display:flex;align-items:center}.checkbox-group input[data-v-12287a1e]{margin-right:10px;max-width:50px}.submit-button[data-v-12287a1e]{background-color:#ef233c;color:#fff;border:none;padding:12px 50px;border-radius:20px 20px 20px 0;font-weight:600;text-transform:uppercase;font-family:Oswald;font-size:1.3rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .5s}.submit-button[data-v-12287a1e]:hover{opacity:.75}@media screen and (max-width:768px){.submit-button[data-v-12287a1e]{font-size:1.2rem;padding:10px 40px}}@media screen and (max-width:480px){.submit-button[data-v-12287a1e]{font-size:1.1rem;padding:8px 30px}}.submit-button .send-icon[data-v-12287a1e]{width:30px;height:30px;stroke:#fff;fill:none;margin-right:10px}@media screen and (max-width:768px){.submit-button .send-icon[data-v-12287a1e]{width:25px;height:25px}}@media screen and (max-width:480px){.submit-button .send-icon[data-v-12287a1e]{width:20px;height:20px}}.submit-button i[data-v-12287a1e]{margin-right:8px}.footer-container[data-v-04dec00d]{display:flex;justify-content:space-between;color:#fff;padding-top:40px;padding-bottom:40px;margin-top:80px;flex-wrap:wrap}@media screen and (max-width:768px){.footer-container[data-v-04dec00d]{flex-direction:column;align-items:center;text-align:center}}.footer-column[data-v-04dec00d]{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;justify-content:start;margin-bottom:20px}@media screen and (max-width:768px){.footer-column[data-v-04dec00d]{width:100%}}.footer-logo[data-v-04dec00d]{display:flex;align-items:center;justify-content:center;margin-bottom:20px}@media screen and (max-width:768px){.footer-logo[data-v-04dec00d]{margin-bottom:20px}}.footer-logo img[data-v-04dec00d]{height:70px;margin-right:15px}.footer-description[data-v-04dec00d]{margin:20px 0}p[data-v-04dec00d]{font-size:1.3rem;margin:5px}@media screen and (max-width:768px){p[data-v-04dec00d]{font-size:1.2rem}}.red_font[data-v-04dec00d]{color:#ef233c}.footer-social[data-v-04dec00d]{display:flex;gap:50px;margin-top:20px;justify-content:center}@media screen and (max-width:768px){.footer-social[data-v-04dec00d]{gap:30px}}.social-icon[data-v-04dec00d]{width:24px;height:24px;fill:#fff;transition:all .5s}.social-icon[data-v-04dec00d]:hover{fill:#ef233c}.footer-column h3[data-v-04dec00d]{margin-bottom:30px;font-size:1.3rem;color:#ef233c;font-weight:500}@media screen and (max-width:768px){.footer-column h3[data-v-04dec00d]{font-size:1.2rem;margin-bottom:20px}}.footer-column ul[data-v-04dec00d]{list-style:none;padding:0;margin:0 0 20px 0}@media screen and (max-width:768px){.footer-column ul[data-v-04dec00d]{margin:0}}.footer-column ul li[data-v-04dec00d]{margin-bottom:10px}@media screen and (max-width:768px){.footer-column ul li[data-v-04dec00d]{margin-bottom:8px}}.footer-column ul li a[data-v-04dec00d]{color:#fff;text-decoration:none;font-size:1.3rem;font-weight:300}@media screen and (max-width:768px){.footer-column ul li a[data-v-04dec00d]{font-size:1.2rem}}.footer-column p a[data-v-04dec00d]{color:#fff;text-decoration:none}.footer-column p a[data-v-04dec00d]:hover,.footer-column ul li a[data-v-04dec00d]:hover{opacity:.8}.cta-container[data-v-fc6f6094]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;background-color:#121417;color:#fff;text-align:center;transition:background-color 2s ease;transition-delay:1s}@media screen and (max-width:768px){.cta-container[data-v-fc6f6094]{padding:20px}}@media screen and (max-width:480px){.cta-container[data-v-fc6f6094]{padding:15px}}.cta-visible[data-v-fc6f6094]{background-color:#ef233c}.cta-text[data-v-fc6f6094]{font-size:1.5rem;margin-bottom:30px}@media screen and (max-width:768px){.cta-text[data-v-fc6f6094]{font-size:1.3rem;margin-bottom:20px}}@media screen and (max-width:480px){.cta-text[data-v-fc6f6094]{font-size:1.1rem;margin-bottom:15px}}h2[data-v-fc6f6094]{font-weight:400;font-size:3rem!important;color:#fff}@media screen and (max-width:768px){h2[data-v-fc6f6094]{font-size:2.5rem}}@media screen and (max-width:480px){h2[data-v-fc6f6094]{font-size:2rem}}.cta-phone[data-v-fc6f6094]{display:flex;justify-content:center;align-items:center;margin-bottom:20px}@media screen and (max-width:768px){.cta-phone[data-v-fc6f6094]{margin-bottom:15px}}@media screen and (max-width:480px){.cta-phone[data-v-fc6f6094]{margin-bottom:10px}}.phone-icon[data-v-fc6f6094]{width:80px;height:80px;fill:none;stroke:#fff;animation:wiggle-fc6f6094 1s infinite}@media screen and (max-width:768px){.phone-icon[data-v-fc6f6094]{width:60px;height:60px}}@media screen and (max-width:480px){.phone-icon[data-v-fc6f6094]{width:50px;height:50px}}@keyframes wiggle-fc6f6094{0%{transform:rotate(0deg)}25%{transform:rotate(-10deg)}50%{transform:rotate(10deg)}75%{transform:rotate(-10deg)}to{transform:rotate(0deg)}}.cookie-consent[data-v-0326eda3]{position:fixed;bottom:0;width:100%;background-color:#fff;color:#fff;padding:13px;text-align:center;z-index:1000;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}@media screen and (max-width:768px){.cookie-consent[data-v-0326eda3]{padding:10px;flex-direction:column}}.cookie-consent p[data-v-0326eda3]{margin:0;display:inline-block;margin-right:10px;font-weight:400;font-size:1.3rem;color:#191b20}@media screen and (max-width:768px){.cookie-consent p[data-v-0326eda3]{font-size:1.2rem;margin-bottom:10px;margin-right:0}}.cookie-consent button[data-v-0326eda3]{background-color:#fff;color:#ef233c;border:none;padding:10px 20px;border-radius:20px 20px 20px 0;cursor:pointer;font-size:1rem;margin-left:20px;text-transform:uppercase;font-weight:400;font-family:Oswald;transition:opacity .3s}.cookie-consent button[data-v-0326eda3]:hover{opacity:.75}@media screen and (max-width:768px){.cookie-consent button[data-v-0326eda3]{font-size:1.2rem;padding:8px 15px;margin-left:0}}.logo-carousel[data-v-aeff2180]{overflow-x:auto;white-space:nowrap;display:flex;justify-content:center;padding-bottom:50px;scroll-behavior:smooth;@media screen and (max-width:768px){padding-bottom:30px}&[data-v-aeff2180]::-webkit-scrollbar{height:6px}&[data-v-aeff2180]::-webkit-scrollbar-thumb{background-color:$primary_color;border-radius:10px}&[data-v-aeff2180]::-webkit-scrollbar-track{background-color:#f0f0f0}}.logo-wrapper[data-v-aeff2180]{display:flex;align-items:center}.logo-item[data-v-aeff2180]{flex:0 0 auto;margin-right:50px;@media screen and (max-width:768px){margin-right:30px}@media screen and (max-width:480px){margin-right:20px}}.logo-item img[data-v-aeff2180]{height:50px;width:auto;opacity:.75;transition:opacity .3s;@media screen and (max-width:768px){height:40px}@media screen and (max-width:480px){height:35px}&[data-v-aeff2180]:hover{opacity:1}}#custom-cursor{position:fixed;width:20px;height:20px;border:2px solid #fff;border-radius:50%;pointer-events:none;z-index:1000;transform:translate(-50%,-50%);transition:width .2s ease,height .2s ease,transform .1s ease,background-color .2s ease;background-color:hsla(0,0%,100%,0)}body{font-family:Oswald;margin:0 auto;background-color:#191b20;color:#fff;overflow-x:hidden!important;cursor:none}::-moz-selection{background:#ef233c}::selection{background:#ef233c}button,input,textarea{cursor:none}html{scroll-behavior:smooth;overflow-x:hidden!important}input:focus,textarea:focus{outline:none}.container{max-width:1700px;margin-left:auto;margin-right:auto;padding-left:30px;padding-right:30px}@media screen and (max-width:1200px){.container{max-width:1200px;padding-left:20px;padding-right:20px}}@media screen and (max-width:768px){.container{max-width:100%;padding-left:15px;padding-right:15px}}@media screen and (max-width:480px){.container{max-width:100%;padding-left:10px;padding-right:10px}}.container-dark-bg{background:#121417;margin-top:-70px;padding-bottom:50px}@media screen and (max-width:768px){.container-dark-bg{margin-top:-50px;padding-bottom:40px}}@media screen and (max-width:480px){.container-dark-bg{margin-top:-30px;padding-bottom:30px}}p{font-size:1.3rem;font-weight:300;color:#d4d4d4}@media screen and (max-width:768px){p{font-size:1.2rem}}@media screen and (max-width:480px){p{font-size:1.1rem}}h1{font-weight:600;font-size:2.5rem}@media screen and (max-width:768px){h1{font-size:2.2rem}}@media screen and (max-width:480px){h1{font-size:2rem}}