@import"https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Sen&family=Wix+Madefor+Display:wght@400;500;600;700;800&display=swap";html{max-width:100%;scroll-behavior:smooth}@media (min-width: 320px){html{overflow-x:hidden}}@media (min-width: 576px){html{overflow-x:hidden}}@media (min-width: 720px){html{overflow-x:unset}}@media (min-width: 992px){html{overflow-x:unset}}@media (min-width: 1200px){html{overflow-x:unset}}@media (min-width: 1400px){html{overflow-x:unset}}a{color:unset;text-decoration:unset}body{margin:0;color:#fff;font-family:Wix Madefor Display,sans-serif;background:#020306}@media (min-width: 1400px){body{max-width:1920px;margin:0 auto}}.flex{display:flex}.flex.spaceBetween{justify-content:space-between}.flex.spaceEvenly{justify-content:space-evenly}.flex.center{justify-content:center}header{width:100%;padding-top:40px;padding-bottom:32.5px;z-index:1000;display:flex;position:fixed;justify-content:space-around;align-items:center;background-color:#0003;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:all .3s ease}@media (min-width: 300px){header{padding-top:20px;padding-bottom:20px;justify-content:space-between}header .logo{width:120px;margin-left:15px}header .logo img{height:28px}header .headerRight{display:flex;justify-content:flex-end;margin-right:15px;gap:10px}header .headerRight .desktop-nav,header .headerRight .contact-button{display:none}header .headerRight .hamburger-menu{display:flex}header .headerRight .language-switcher{display:flex}header .headerRight .language-dropdown{display:flex}header .hamburger-menu{width:36px;height:36px}header .language-dropdown .language-dropdown-button{padding:6px 10px;min-width:auto}}@media (min-width: 720px) and (max-width: 991px){header{padding-top:25px;padding-bottom:25px;justify-content:space-between}}header.scrolled{padding-top:20px;padding-bottom:20px;background-color:#000c;box-shadow:0 5px 15px #0000001a}header .logo{width:170px}@media (min-width: 720px) and (max-width: 991px){header .logo{width:140px}}header .logo img{height:36px}@media (min-width: 720px) and (max-width: 991px){header .logo img{height:30px}}header nav ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:row;justify-content:center;gap:25px;font-size:17px}@media (min-width: 720px) and (max-width: 991px){header nav ul{gap:12px;font-size:15px}}@media (min-width: 992px) and (max-width: 1199px){header nav ul{gap:15px;font-size:16px}}@media (min-width: 1200px){header nav ul{gap:25px;font-size:17px}}header nav ul li{cursor:pointer}header nav ul li:hover{color:#b30ecf;transition:.2s all}header .headerRight{align-items:center;display:flex;flex-direction:row;justify-content:space-between;gap:65px}@media (min-width: 720px) and (max-width: 991px){header .headerRight{gap:15px}}@media (min-width: 992px) and (max-width: 1199px){header .headerRight{gap:30px}}@media (min-width: 1200px){header .headerRight{gap:65px}}header .headerRight .round{background:linear-gradient(135deg,#b30ecf 0%,#7b1fa2 100%);padding:11px 45px;border:1px solid rgba(255,255,255,.4);border-radius:25px;transition:all .3s ease}@media (min-width: 720px) and (max-width: 991px){header .headerRight .round{padding:6px 15px;font-size:13px}}@media (min-width: 992px) and (max-width: 1199px){header .headerRight .round{padding:8px 25px;font-size:14px}}@media (min-width: 1200px){header .headerRight .round{padding:11px 45px;font-size:16px}}header .headerRight .round:hover{background:linear-gradient(135deg,#d81b60 0%,#8e24aa 100%);transform:translateY(-2px);box-shadow:0 8px 25px #b30ecf4d}header .headerRight .language-and-contact{display:flex;align-items:center;gap:15px}@media (min-width: 720px) and (max-width: 991px){header .headerRight .language-and-contact{gap:8px}}@media (min-width: 992px) and (max-width: 1199px){header .headerRight .language-and-contact{gap:10px}}@media (min-width: 1200px){header .headerRight .language-and-contact{gap:15px}}header .hamburger-menu{cursor:pointer;z-index:1001;width:40px;height:40px;background-color:#00000040;border:1px solid rgba(255,255,255,.09);border-radius:6.8%;display:flex;align-items:center;justify-content:center}header .hamburger-icon{width:24px;height:18px;position:relative;margin:0;transform:rotate(0);transition:.5s ease-in-out}header .hamburger-icon span{display:block;position:absolute;height:3px;width:100%;background:white;border-radius:9px;opacity:1;left:0;transform:rotate(0);transition:.25s ease-in-out}header .hamburger-icon span:nth-child(1){top:0}header .hamburger-icon span:nth-child(2){top:8px}header .hamburger-icon span:nth-child(3){top:16px}header .hamburger-icon.open span:nth-child(1){top:8px;transform:rotate(135deg)}header .hamburger-icon.open span:nth-child(2){opacity:0;left:-60px}header .hamburger-icon.open span:nth-child(3){top:8px;transform:rotate(-135deg)}@media (min-width: 320px){header .headerLeft{margin-left:20px}header .headerRight{display:flex;justify-content:flex-end;margin-right:20px;gap:20px}header .headerRight .desktop-nav{display:none}header .headerRight .contact-button{display:none}header .headerRight .hamburger-menu{display:flex}header .headerRight .language-switcher{display:flex}header .headerRight .language-dropdown{display:flex}}@media (min-width: 576px){header .headerLeft{margin-left:30px}header .headerRight{margin-right:30px}}@media (min-width: 720px){header .headerRight{display:flex}header .headerRight .desktop-nav{display:block}header .headerRight .contact-button{display:block}header .headerRight .hamburger-menu{display:none}}@media (min-width: 992px){header .headerLeft{margin-left:40px}header .headerRight{margin-right:40px}}@media (min-width: 1200px){header .headerLeft{margin-left:60px}header .headerRight{margin-right:60px}}.mobile-menu{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background-color:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:999;transition:right .3s ease;box-shadow:-5px 0 15px #0003;display:flex;flex-direction:column;justify-content:center;align-items:center}.mobile-menu.open{right:0}.mobile-menu nav{width:100%}.mobile-menu ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;align-items:center}.mobile-menu li{margin:15px 0;font-size:18px;cursor:pointer;transition:color .3s ease;padding:10px 20px;width:100%;text-align:center}.mobile-menu li:hover{color:#b30ecf}.mobile-menu .mobile-contact{background-color:#5e29cb;color:#fff;border-radius:25px;margin-top:20px;padding:10px 20px;border:1px solid rgba(255,255,255,.4)}.mobile-menu .mobile-language-switcher{padding:20px;text-align:center;margin-top:10px}.mobile-menu .mobile-language-switcher .language-dropdown{margin:0 auto}.mobile-menu .mobile-language-switcher .language-dropdown .language-dropdown-button{background-color:#ffffff1a;min-width:150px}.mobile-menu .mobile-language-switcher .language-dropdown .language-dropdown-button .language-name,.mobile-menu .mobile-language-switcher .language-dropdown .language-dropdown-button .dropdown-arrow{display:inline-block}.mobile-menu .mobile-language-switcher .language-dropdown .language-dropdown-menu{position:absolute;left:50%;transform:translate(-50%);right:auto}@media (min-width: 769px){.mobile-menu{display:none}}.buttonPattern{background-color:#000;color:#fff;padding:15px 48px;border-radius:95px;box-shadow:none;outline:none!important;border:2px solid white;transition:.2s all;font-weight:600}@media (min-width: 320px){.buttonPattern{padding:10px 30px;font-size:14px}section.services.serviceComponentMain{width:277px}}@media (min-width: 576px){.buttonPattern{padding:12px 35px;font-size:14px}section.services.serviceComponentMain{width:337px}}@media (min-width: 720px){.buttonPattern{padding:12px 35px;font-size:14px}header .headerRight{gap:65px}}@media (min-width: 992px){.buttonPattern{padding:14px 40px;font-size:15px}}@media (min-width: 1200px){.buttonPattern{padding:15px 48px;font-size:16px}}.buttonPattern.white{background-color:#fff;color:#000;padding:10px 48px;height:48px;transition:.2s all}@media (min-width: 320px){.buttonPattern.white{padding:8px 30px;height:auto}}@media (min-width: 576px){.buttonPattern.white{padding:8px 35px;height:auto}}@media (min-width: 720px){.buttonPattern.white{padding:8px 35px;height:auto}}@media (min-width: 992px){.buttonPattern.white{padding:9px 40px;height:auto}}@media (min-width: 1200px){.buttonPattern.white{padding:10px 48px;height:48px}}.buttonPattern.white.squareBorder{border-radius:0}.buttonPattern.white:hover{background-color:#020306;color:#fff;transition:.2s all}.buttonPattern:hover{cursor:pointer;background-color:#fff;color:#000;transition:.2s all}span.purpleColor{color:#b30ecf}.titlesIntro{font-size:3.4em;text-align:center;font-weight:600;width:80%;margin:100px auto}@media (min-width: 320px){.titlesIntro{font-size:1.3em;margin:60px auto;width:90%}}@media (min-width: 576px){.titlesIntro{font-size:1.8em;margin:70px auto;width:85%}}@media (min-width: 720px){.titlesIntro{font-size:2.2em;margin:80px auto;width:80%}}@media (min-width: 992px){.titlesIntro{font-size:2.8em;margin:90px auto;width:80%}}@media (min-width: 1200px){.titlesIntro{font-size:3.4em;margin:100px auto;width:80%}}section.bannerPage{position:relative;height:110vh;z-index:0;overflow:hidden}section.bannerPage .banner{background-image:url(/img/background.jpg);background-size:cover;display:flex;justify-content:center;flex-direction:column;width:100%;text-align:center;height:110dvh;background-repeat:no-repeat;background-position:center bottom}@media (min-width: 320px){section.bannerPage .banner{padding-top:20px}}@media (min-width: 576px){section.bannerPage .banner{padding-top:30px}}@media (min-width: 720px){section.bannerPage .banner{padding-top:80px}}@media (min-width: 992px){section.bannerPage .banner{padding-top:60px}}@media (min-width: 1200px){section.bannerPage .banner{padding-top:40px}}section.bannerPage .banner h1,section.bannerPage .banner h2{font-size:4.8em;line-height:1.2}section.bannerPage .banner h1{width:67%;margin:0 auto}@media (min-width: 320px){section.bannerPage .banner h1{width:90%}}@media (min-width: 576px){section.bannerPage .banner h1{width:85%}}@media (min-width: 720px){section.bannerPage .banner h1{width:80%}}@media (min-width: 992px){section.bannerPage .banner h1{width:75%}}@media (min-width: 1200px){section.bannerPage .banner h1{width:67%}}section.bannerPage .banner mark{color:#fff;background-color:#7a64ff}@media (min-width: 320px){section.bannerPage .banner h1,section.bannerPage .banner h2{font-size:1.4em;line-height:1.3}}@media (min-width: 576px){section.bannerPage .banner h1,section.bannerPage .banner h2{font-size:1.8em;line-height:1.3}}@media (min-width: 720px){section.bannerPage .banner h1,section.bannerPage .banner h2{font-size:2.2em;line-height:1.3}}@media (min-width: 992px){section.bannerPage .banner h1,section.bannerPage .banner h2{font-size:2.8em;line-height:1.3}}@media (min-width: 1200px){section.bannerPage .banner h1,section.bannerPage .banner h2{font-size:3.2em;line-height:1.3}}@media (min-width: 1400px){section.bannerPage .banner h1,section.bannerPage .banner h2{font-size:3.6em;line-height:1.3}}section.bannerPage .roller{right:30px;align-items:center;position:absolute;display:flex;justify-content:flex-end;bottom:32px;width:100%;gap:30px}@media (min-width: 320px){section.bannerPage .roller{flex-direction:column;gap:0;text-align:center;right:unset}}@media (min-width: 576px){section.bannerPage .roller{flex-direction:column;gap:5px;text-align:center;right:unset}}@media (min-width: 720px){section.bannerPage .roller{flex-direction:row;gap:15px;text-align:unset;right:15px;bottom:20px}}@media (min-width: 992px){section.bannerPage .roller{flex-direction:row;gap:20px;text-align:unset;right:20px;bottom:25px}}@media (min-width: 1200px){section.bannerPage .roller{flex-direction:row;gap:30px;text-align:unset;right:30px;bottom:32px}}section.services{overflow:hidden;padding:20px 0}@media (min-width: 720px){section.services{padding:30px 0}}@media (min-width: 992px){section.services{padding:40px 0}}section.services .serviceComponentMain{display:flex;flex-direction:column;height:440px;background:rgba(255,255,255,.02);border-radius:12px;overflow:hidden;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);margin:0 auto;padding-bottom:70px}.serviceComponentMain:hover{transform:translateY(-5px);box-shadow:0 15px 40px #b30ecf26;border-color:#b30ecf4d}.serviceComponent{flex:1;display:flex;flex-direction:column;padding:20px;text-align:center;justify-content:space-between;align-items:center;gap:15px}.serviceImageWrapper{width:100%;height:250px;overflow:hidden;border-radius:8px;margin-bottom:10px}.serviceImageWrapper img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.serviceComponentMain:hover .serviceImageWrapper img{transform:scale(1.05)}.serviceContent{flex:1;display:flex;flex-direction:column;text-align:center;gap:10px}.serviceContent h3{margin:0;font-size:1.1rem;font-weight:600;color:#fff}.serviceContent p{margin:0;font-size:.85rem;line-height:1.5;color:#fffc;flex:1;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.serviceComponentMain>a{padding:0 20px 20px;text-decoration:none}.serviceComponentMain>a .buttonPattern{width:100%;text-align:center;margin:0;font-size:.9rem;padding:10px 20px}@media (min-width: 320px){.serviceComponentMain{width:290px;height:400px}.serviceImageWrapper{height:200px}.serviceContent h3{font-size:1rem}.serviceContent p{font-size:.8rem;-webkit-line-clamp:3}}@media (min-width: 576px){.serviceComponentMain{width:310px;height:420px}.serviceImageWrapper{height:220px}.serviceContent h3{font-size:1.05rem}.serviceContent p{font-size:.82rem;-webkit-line-clamp:4}}@media (min-width: 720px){.serviceComponentMain{width:320px;height:430px}.serviceImageWrapper{height:230px}.serviceContent h3{font-size:1.08rem}.serviceContent p{font-size:.83rem}}@media (min-width: 992px){.serviceComponentMain{width:330px;height:435px}.serviceImageWrapper{height:240px}.serviceContent h3{font-size:1.1rem}.serviceContent p{font-size:.84rem}}@media (min-width: 1200px){.serviceComponentMain{width:337px;height:440px}.serviceImageWrapper{height:250px}.serviceContent h3{font-size:1.1rem}.serviceContent p{font-size:.85rem}}section.services section.serviceGrid{align-items:baseline;justify-content:center;flex-direction:row;flex-wrap:wrap;gap:30px;width:80%;margin:0 auto;display:flex;align-items:center}@media (min-width: 320px){section.services section.serviceGrid{flex-direction:column;gap:45px}}@media (min-width: 576px){section.services section.serviceGrid{flex-direction:column;gap:45px}}@media (min-width: 720px){section.services section.serviceGrid{flex-direction:row;gap:15px}}@media (min-width: 992px){section.services section.serviceGrid{flex-direction:row;gap:20px}}@media (min-width: 1200px){section.services section.serviceGrid{flex-direction:row;gap:30px}}section.services .servicesTitle{text-align:center;font-size:3.4em}@media (min-width: 320px){section.services .servicesTitle{font-size:1.8em}}@media (min-width: 576px){section.services .servicesTitle{font-size:2.2em}}@media (min-width: 720px){section.services .servicesTitle{font-size:2.4em}}@media (min-width: 992px){section.services .servicesTitle{font-size:2.8em}}@media (min-width: 1200px){section.services .servicesTitle{font-size:3.4em}}section.workFlow{padding:40px 0}section.workFlow .workflow-container{max-width:1200px;margin:0 auto;padding:20px}@media (min-width: 320px){section.workFlow .workflow-container{padding:15px}}@media (min-width: 576px){section.workFlow .workflow-container{padding:15px}}@media (min-width: 720px){section.workFlow .workflow-container{padding:20px}}@media (min-width: 992px){section.workFlow .workflow-container{padding:20px;max-width:900px}}@media (min-width: 1200px){section.workFlow .workflow-container{padding:20px;max-width:1100px}}@media (min-width: 1400px){section.workFlow .workflow-container{max-width:1200px}}section.workFlow .workflow-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin:40px auto}@media (min-width: 320px){section.workFlow .workflow-grid{grid-template-columns:1fr;gap:15px}}@media (min-width: 576px){section.workFlow .workflow-grid{grid-template-columns:1fr;gap:15px}}@media (min-width: 720px){section.workFlow .workflow-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (min-width: 992px){section.workFlow .workflow-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (min-width: 1200px){section.workFlow .workflow-grid{grid-template-columns:repeat(3,1fr);gap:25px}}section.workFlow .step-card{background-color:#ffffff0d;border-radius:10px;border:1px solid rgba(255,255,255,.1);box-shadow:0 5px 15px #0000001a;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease;display:flex;min-height:150px}@media (min-width: 320px){section.workFlow .step-card{min-height:130px}}@media (min-width: 576px){section.workFlow .step-card{min-height:140px}}@media (min-width: 720px){section.workFlow .step-card{min-height:150px}}section.workFlow .step-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}section.workFlow .step-number{background:linear-gradient(135deg,#5e29cb,#8a5cf5);color:#fff;font-size:24px;font-weight:700;width:60px;display:flex;align-items:center;justify-content:center}@media (min-width: 320px){section.workFlow .step-number{width:50px;font-size:20px}}@media (min-width: 576px){section.workFlow .step-number{width:55px;font-size:22px}}@media (min-width: 720px){section.workFlow .step-number{width:60px;font-size:24px}}section.workFlow .step-content{flex:1;display:flex;flex-direction:column}section.workFlow .stepTitle{background-color:#212121;padding:15px;font-weight:700}@media (min-width: 320px){section.workFlow .stepTitle{padding:10px}}@media (min-width: 576px){section.workFlow .stepTitle{padding:12px}}@media (min-width: 720px){section.workFlow .stepTitle{padding:15px}}section.workFlow .stepDescription{background-color:#5e29cb;padding:15px;flex:1}@media (min-width: 320px){section.workFlow .stepDescription{padding:10px}}@media (min-width: 576px){section.workFlow .stepDescription{padding:12px}}@media (min-width: 720px){section.workFlow .stepDescription{padding:15px}}section.workFlow .stepTitle p,section.workFlow .stepDescription p{margin:0;font-size:16px;line-height:1.4}@media (min-width: 320px){section.workFlow .stepTitle p,section.workFlow .stepDescription p{font-size:14px;line-height:1.3}}@media (min-width: 576px){section.workFlow .stepTitle p,section.workFlow .stepDescription p{font-size:15px;line-height:1.3}}@media (min-width: 720px){section.workFlow .stepTitle p,section.workFlow .stepDescription p{font-size:16px;line-height:1.4}}section.workFlow .stepDescription p{font-size:14px}@media (min-width: 320px){section.workFlow .stepDescription p{font-size:12px}}@media (min-width: 576px){section.workFlow .stepDescription p{font-size:13px}}@media (min-width: 720px){section.workFlow .stepDescription p{font-size:14px}}section.ratings{padding:60px 0;background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(94,41,203,.1));text-align:center}section.ratings h2{margin-top:36px;margin-bottom:20px}@media (min-width: 320px){section.ratings h2{font-size:24px}}@media (min-width: 576px){section.ratings h2{font-size:28px}}@media (min-width: 720px){section.ratings h2{font-size:32px}}@media (min-width: 992px){section.ratings h2{font-size:36px}}section.ratings h3{text-align:center;max-width:1110px;font-size:30px;font-weight:lighter;margin-bottom:50px;line-height:1.4;margin-left:auto;margin-right:auto}@media (min-width: 320px){section.ratings h3{font-size:15px;padding:0 25px;margin-bottom:30px}}@media (min-width: 576px){section.ratings h3{font-size:18px;padding:0 30px;margin-bottom:35px}}@media (min-width: 720px){section.ratings h3{font-size:22px;padding:0 40px;margin-bottom:40px}}@media (min-width: 992px){section.ratings h3{font-size:26px;padding:0 50px;margin-bottom:45px}}@media (min-width: 1200px){section.ratings h3{font-size:30px;padding:unset;margin-bottom:50px}}section.ratings .ratingComponents{gap:28px;flex-wrap:wrap;justify-content:center;max-width:1400px;margin:0 auto}@media (min-width: 320px){section.ratings .ratingComponents{flex-direction:column;align-items:center}}@media (min-width: 576px){section.ratings .ratingComponents{flex-direction:column;align-items:center}}@media (min-width: 720px){section.ratings .ratingComponents{flex-direction:row;align-items:center}}@media (min-width: 992px){section.ratings .ratingComponents{flex-direction:row;align-items:stretch;gap:20px}}@media (min-width: 1200px){section.ratings .ratingComponents{flex-direction:row;align-items:stretch;gap:28px}}section.ratings .ratingComponents .ratingComponent{width:325px;min-height:464px;background-color:#fffffff7;position:relative;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #00000026;transition:transform .3s ease,box-shadow .3s ease;margin:0 auto 20px}@media (min-width: 992px){section.ratings .ratingComponents .ratingComponent{margin-bottom:0}}section.ratings .ratingComponents .ratingComponent:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000040}@media (min-width: 320px){section.ratings .ratingComponents .ratingComponent{width:275px;min-height:420px}}@media (min-width: 576px){section.ratings .ratingComponents .ratingComponent{width:300px;min-height:440px}}@media (min-width: 720px){section.ratings .ratingComponents .ratingComponent{width:310px;min-height:450px}}@media (min-width: 992px){section.ratings .ratingComponents .ratingComponent{width:320px;min-height:460px}}@media (min-width: 1200px){section.ratings .ratingComponents .ratingComponent{width:325px;min-height:464px}}section.ratings .ratingComponents .ratingComponent .customerRatingContent{width:100%;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:20px 0 30px;text-align:center}section.ratings .ratingComponents .ratingComponent .customerRatingContent h4,section.ratings .ratingComponents .ratingComponent .customerRatingContent p{color:#000}section.ratings .ratingComponents .ratingComponent .customerRatingContent h4{text-align:center;margin:12px 0;font-size:18px;font-weight:700;position:relative;padding-bottom:10px}@media (min-width: 320px){section.ratings .ratingComponents .ratingComponent .customerRatingContent h4{font-size:16px}}@media (min-width: 576px){section.ratings .ratingComponents .ratingComponent .customerRatingContent h4{font-size:17px}}@media (min-width: 720px){section.ratings .ratingComponents .ratingComponent .customerRatingContent h4{font-size:18px}}section.ratings .ratingComponents .ratingComponent .customerRatingContent h4:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:40px;height:3px;background:linear-gradient(90deg,#7A64FF 0%,#FF337A 100%)}section.ratings .ratingComponents .ratingComponent .customerRatingContent p{margin:15px 0 0;font-size:14px;width:100%;max-width:280px;text-align:center;font-weight:lighter;font-style:italic;letter-spacing:1.1px;line-height:1.6;position:relative}@media (min-width: 320px){section.ratings .ratingComponents .ratingComponent .customerRatingContent p{font-size:12px;max-width:240px;letter-spacing:.9px}}@media (min-width: 576px){section.ratings .ratingComponents .ratingComponent .customerRatingContent p{font-size:13px;max-width:260px;letter-spacing:1px}}@media (min-width: 720px){section.ratings .ratingComponents .ratingComponent .customerRatingContent p{font-size:14px;max-width:280px;letter-spacing:1.1px}}section.ratings .ratingComponents .ratingComponent .customerRatingContent p:before{content:'"';font-size:40px;color:#7a64ff33;position:absolute;top:-20px;left:0}section.ratings .ratingComponents .ratingComponent .customerRatingContent p:after{content:'"';font-size:40px;color:#7a64ff33;position:absolute;bottom:-30px;right:0}section.ratings .ratingComponents .ratingComponent .flex{width:inherit;flex-direction:column;height:100%;justify-content:flex-start}section.ratings .ratingComponents .ratingComponent .flex img{width:inherit;height:230px;background-color:#b30ecf;object-fit:cover;transition:transform .5s ease}@media (min-width: 320px){section.ratings .ratingComponents .ratingComponent .flex img{height:200px}}@media (min-width: 576px){section.ratings .ratingComponents .ratingComponent .flex img{height:210px}}@media (min-width: 720px){section.ratings .ratingComponents .ratingComponent .flex img{height:220px}}@media (min-width: 992px){section.ratings .ratingComponents .ratingComponent .flex img{height:230px}}section.ratings .ratingComponents .ratingComponent .flex img:hover{transform:scale(1.05)}.orcamentoButton{margin-top:26px;margin-bottom:66px}.orcamentoButton button:hover{background:repeat padding-box border-box 0%/auto scroll linear-gradient(90deg,#7A64FF 0%,#FF337A 100%);border-color:#737373}footer{display:flex;width:100%;flex-direction:row;justify-content:space-between;min-height:300px;gap:35px;padding:20px 0;overflow:hidden;max-width:100%;box-sizing:border-box}@media (min-width: 320px){footer{flex-direction:column;position:relative;min-height:auto;padding:30px 15px}}@media (min-width: 576px){footer{flex-direction:column;position:relative;min-height:auto;padding:30px 20px}}@media (min-width: 720px){footer{flex-direction:row;flex-wrap:wrap;position:unset;min-height:250px;padding:30px}}@media (min-width: 992px){footer{min-height:280px;padding:30px 40px}}@media (min-width: 1200px){footer{min-height:300px;padding:40px 60px}}footer a{margin:0;padding:0}@media (min-width: 320px){footer .flex{align-items:center}}@media (min-width: 576px){footer .flex{align-items:center}}@media (min-width: 720px){footer .flex{align-items:flex-start}}footer .leftSideLine{border-top:1px solid #939393;display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start}@media (min-width: 320px){footer .leftSideLine{flex-direction:column;width:100%;border-top:1px solid #939393;padding-top:20px;align-items:center}}@media (min-width: 576px){footer .leftSideLine{flex-direction:column;width:100%;padding-top:20px;align-items:center}}@media (min-width: 720px){footer .leftSideLine{flex-direction:row;width:100%;padding-top:20px;margin-bottom:30px;align-items:flex-start}}@media (min-width: 992px){footer .leftSideLine{width:100%;padding-top:20px;margin-bottom:30px}}@media (min-width: 1200px){footer .leftSideLine{width:100%;padding-top:20px;margin-bottom:30px}}footer .leftSideLine div.logoFooter{display:flex;justify-content:center;align-items:center}footer .leftSideLine div.logoFooter img{width:64px}@media (min-width: 320px){footer .leftSideLine div.logoFooter img{width:50px}}@media (min-width: 576px){footer .leftSideLine div.logoFooter img{width:55px}}@media (min-width: 720px){footer .leftSideLine div.logoFooter img{width:60px}}@media (min-width: 992px){footer .leftSideLine div.logoFooter img{width:64px}}@media (min-width: 320px){footer .leftSideLine div.logoFooter{margin-top:18px;width:100%}}@media (min-width: 576px){footer .leftSideLine div.logoFooter{margin-top:18px;width:100%}}@media (min-width: 720px){footer .leftSideLine div.logoFooter{margin-top:unset;width:20%}}@media (min-width: 992px){footer .leftSideLine div.logoFooter{width:20%}}@media (min-width: 1200px){footer .leftSideLine div.logoFooter{width:20%}}footer .leftSideLine div.menuFooter{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;width:100%;margin-top:20px}@media (min-width: 320px){footer .leftSideLine div.menuFooter{flex-direction:column;width:100%;gap:20px;align-items:center}}@media (min-width: 576px){footer .leftSideLine div.menuFooter{flex-direction:column;width:100%;gap:20px;align-items:center}}@media (min-width: 720px){footer .leftSideLine div.menuFooter{flex-direction:row;width:80%;margin-top:0;gap:10px;align-items:flex-start}}@media (min-width: 992px){footer .leftSideLine div.menuFooter{width:80%;gap:15px}}@media (min-width: 1200px){footer .leftSideLine div.menuFooter{width:80%;gap:20px}}footer .leftSideLine div.menuFooter .menuRightWrapper{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;width:100%}@media (min-width: 320px){footer .leftSideLine div.menuFooter .menuRightWrapper{flex-direction:column;width:100%;gap:20px;align-items:center}}@media (min-width: 576px){footer .leftSideLine div.menuFooter .menuRightWrapper{flex-direction:column;width:100%;gap:20px;align-items:center}}@media (min-width: 720px){footer .leftSideLine div.menuFooter .menuRightWrapper{flex-direction:row;width:100%;gap:10px;align-items:flex-start}}@media (min-width: 992px){footer .leftSideLine div.menuFooter .menuRightWrapper{width:100%;gap:15px}}@media (min-width: 1200px){footer .leftSideLine div.menuFooter .menuRightWrapper{width:100%;gap:20px}}footer .leftSideLine div.menuFooter h3{margin-bottom:15px;font-size:18px}@media (min-width: 320px){footer .leftSideLine div.menuFooter h3{font-size:16px}}@media (min-width: 576px){footer .leftSideLine div.menuFooter h3{font-size:17px}}@media (min-width: 720px){footer .leftSideLine div.menuFooter h3{font-size:18px}}@media (min-width: 992px){footer .leftSideLine div.menuFooter h3{font-size:19px}}@media (min-width: 320px){footer .leftSideLine div.menuFooter .menuLeft,footer .leftSideLine div.menuFooter .menuRight{width:100%}footer .leftSideLine div.menuFooter .menuLeft ul,footer .leftSideLine div.menuFooter .menuLeft h2,footer .leftSideLine div.menuFooter .menuRight ul,footer .leftSideLine div.menuFooter .menuRight h2{text-align:center}}@media (min-width: 576px){footer .leftSideLine div.menuFooter .menuLeft,footer .leftSideLine div.menuFooter .menuRight{width:100%}footer .leftSideLine div.menuFooter .menuLeft ul,footer .leftSideLine div.menuFooter .menuLeft h2,footer .leftSideLine div.menuFooter .menuRight ul,footer .leftSideLine div.menuFooter .menuRight h2{text-align:center}}@media (min-width: 720px){footer .leftSideLine div.menuFooter .menuLeft,footer .leftSideLine div.menuFooter .menuRight{width:50%}footer .leftSideLine div.menuFooter .menuLeft ul,footer .leftSideLine div.menuFooter .menuLeft h2,footer .leftSideLine div.menuFooter .menuRight ul,footer .leftSideLine div.menuFooter .menuRight h2{text-align:unset}}@media (min-width: 992px){footer .leftSideLine div.menuFooter .menuLeft,footer .leftSideLine div.menuFooter .menuRight{width:50%}}@media (min-width: 1200px){footer .leftSideLine div.menuFooter .menuLeft,footer .leftSideLine div.menuFooter .menuRight{width:50%}}footer .leftSideLine div.menuFooter .menuLeft h2,footer .leftSideLine div.menuFooter .menuRight h2{font-size:18px;margin:0 0 15px}@media (min-width: 320px){footer .leftSideLine div.menuFooter .menuLeft h2,footer .leftSideLine div.menuFooter .menuRight h2{font-size:16px;margin:0 0 10px}}@media (min-width: 576px){footer .leftSideLine div.menuFooter .menuLeft h2,footer .leftSideLine div.menuFooter .menuRight h2{font-size:17px;margin:0 0 12px}}@media (min-width: 720px){footer .leftSideLine div.menuFooter .menuLeft h2,footer .leftSideLine div.menuFooter .menuRight h2{font-size:18px;margin:0 0 15px}}footer .leftSideLine div.menuFooter .menuLeft ul,footer .leftSideLine div.menuFooter .menuRight ul{list-style:none;display:flex;flex-direction:column;padding:0;gap:12px;margin:0}@media (min-width: 320px){footer .leftSideLine div.menuFooter .menuLeft ul,footer .leftSideLine div.menuFooter .menuRight ul{gap:8px}}@media (min-width: 576px){footer .leftSideLine div.menuFooter .menuLeft ul,footer .leftSideLine div.menuFooter .menuRight ul{gap:10px}}@media (min-width: 720px){footer .leftSideLine div.menuFooter .menuLeft ul,footer .leftSideLine div.menuFooter .menuRight ul{gap:12px}}footer .leftSideLine div.menuFooter .menuLeft ul li,footer .leftSideLine div.menuFooter .menuRight ul li{color:#939393;font-size:14px;cursor:pointer}@media (min-width: 320px){footer .leftSideLine div.menuFooter .menuLeft ul li,footer .leftSideLine div.menuFooter .menuRight ul li{font-size:12px}}@media (min-width: 576px){footer .leftSideLine div.menuFooter .menuLeft ul li,footer .leftSideLine div.menuFooter .menuRight ul li{font-size:13px}}@media (min-width: 720px){footer .leftSideLine div.menuFooter .menuLeft ul li,footer .leftSideLine div.menuFooter .menuRight ul li{font-size:14px}}footer .leftSideLine div.menuFooter .menuLeft ul li:hover,footer .leftSideLine div.menuFooter .menuRight ul li:hover{color:#b30ecf;transition:.2s all}footer .socialMediaFooter{display:flex;justify-content:center;align-items:flex-start;gap:35px;margin-top:30px;padding-top:30px}@media (min-width: 320px){footer .socialMediaFooter{flex-direction:column;width:100%;gap:20px;border-top:1px solid #939393;align-items:center}}@media (min-width: 576px){footer .socialMediaFooter{flex-direction:column;width:100%;gap:20px;border-top:1px solid #939393;align-items:center}}@media (min-width: 720px){footer .socialMediaFooter{flex-direction:row;border-top:none;border-left:none;margin-top:0;padding-top:0;padding-left:0;width:100%;gap:15px;align-items:flex-start}}@media (min-width: 992px){footer .socialMediaFooter{padding-left:0;gap:20px;width:100%}}@media (min-width: 1200px){footer .socialMediaFooter{padding-left:0;gap:35px;width:100%}}footer .socialMediaFooter .titleFooter{display:flex;flex-direction:column;text-align:center;justify-content:center;width:235px;gap:10px}@media (min-width: 320px){footer .socialMediaFooter .titleFooter{width:100%;gap:5px}}@media (min-width: 576px){footer .socialMediaFooter .titleFooter{width:100%;gap:8px}}@media (min-width: 720px){footer .socialMediaFooter .titleFooter{width:70%;text-align:left;gap:10px;align-items:flex-start}}@media (min-width: 992px){footer .socialMediaFooter .titleFooter{width:70%}}@media (min-width: 1200px){footer .socialMediaFooter .titleFooter{width:70%}}footer .socialMediaFooter .titleFooter h3,footer .socialMediaFooter .titleFooter p{margin:0}footer .socialMediaFooter .titleFooter h3{font-size:18px}@media (min-width: 320px){footer .socialMediaFooter .titleFooter h3{font-size:16px}}@media (min-width: 576px){footer .socialMediaFooter .titleFooter h3{font-size:17px}}@media (min-width: 720px){footer .socialMediaFooter .titleFooter h3{font-size:18px}}footer .socialMediaFooter .titleFooter p{color:#939393;font-size:14px}@media (min-width: 320px){footer .socialMediaFooter .titleFooter p{font-size:11px}}@media (min-width: 576px){footer .socialMediaFooter .titleFooter p{font-size:12px}}@media (min-width: 720px){footer .socialMediaFooter .titleFooter p{font-size:12px}}@media (min-width: 992px){footer .socialMediaFooter .titleFooter p{font-size:13px}}@media (min-width: 1200px){footer .socialMediaFooter .titleFooter p{font-size:14px}}footer .socialMediaFooter img{width:30px;height:30px}@media (min-width: 320px){footer .socialMediaFooter img{width:25px;height:25px}}@media (min-width: 576px){footer .socialMediaFooter img{width:28px;height:28px}}@media (min-width: 720px){footer .socialMediaFooter img{width:30px;height:30px}}footer .socialMediaFooter .socialMediaIcons{display:flex;flex-direction:row;gap:15px;margin-right:15px}@media (min-width: 320px){footer .socialMediaFooter .socialMediaIcons{gap:10px}}@media (min-width: 576px){footer .socialMediaFooter .socialMediaIcons{gap:12px}}@media (min-width: 720px){footer .socialMediaFooter .socialMediaIcons{gap:15px}}footer .copyrightFooter{display:flex;justify-content:center;align-items:center;border-left:1px solid #939393;padding:35px}@media (min-width: 320px){footer .copyrightFooter{text-align:center;border-left:none;border-top:1px solid #939393;margin-top:20px;padding:20px 0 0}}@media (min-width: 576px){footer .copyrightFooter{text-align:center;border-left:none;border-top:1px solid #939393;margin-top:20px;padding:20px 0 0}}@media (min-width: 720px){footer .copyrightFooter{text-align:unset;border-left:1px solid #939393;border-top:none;margin-top:0;padding:0 0 0 20px;width:40%}}@media (min-width: 992px){footer .copyrightFooter{padding:0 0 0 25px;width:40%}}@media (min-width: 1200px){footer .copyrightFooter{padding:0 0 0 35px;width:40%}}footer .copyrightFooter p{font-weight:700;color:#939393}@media (min-width: 320px){footer .copyrightFooter p{font-size:10px}}@media (min-width: 576px){footer .copyrightFooter p{font-size:11px}}@media (min-width: 720px){footer .copyrightFooter p{font-size:12px}}@media (min-width: 992px){footer .copyrightFooter p{font-size:13px}}@media (min-width: 1200px){footer .copyrightFooter p{font-size:14px}}.language-switcher{margin-left:15px}@media (min-width: 320px){.language-switcher{margin-left:10px}}@media (min-width: 576px){.language-switcher{margin-left:12px}}@media (min-width: 720px){.language-switcher{margin-left:15px}}.language-switcher .language-button{background-color:#00000040;color:#fff;border:1px solid rgba(255,255,255,.09);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:600;transition:all .3s ease}@media (min-width: 320px){.language-switcher .language-button{width:36px;height:36px}}@media (min-width: 576px){.language-switcher .language-button{width:38px;height:38px}}@media (min-width: 720px){.language-switcher .language-button{width:40px;height:40px}}.language-switcher .language-button:hover{background-color:#b30ecf80;transform:scale(1.05)}.language-dropdown{position:relative;margin-left:15px}@media (min-width: 320px){.language-dropdown{margin-left:10px}}@media (min-width: 576px){.language-dropdown{margin-left:12px}}@media (min-width: 720px){.language-dropdown{margin-left:15px}}.language-dropdown .language-dropdown-button{background-color:#00000040;color:#fff;border:1px solid rgba(255,255,255,.09);border-radius:20px;padding:8px 12px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:500;transition:all .3s ease;min-width:120px}@media (min-width: 320px){.language-dropdown .language-dropdown-button{padding:6px 10px;min-width:auto}}@media (min-width: 576px){.language-dropdown .language-dropdown-button{padding:7px 11px;min-width:auto}}@media (min-width: 720px){.language-dropdown .language-dropdown-button{padding:8px 12px;min-width:100px}}@media (min-width: 992px){.language-dropdown .language-dropdown-button{min-width:120px}}.language-dropdown .language-dropdown-button:hover{background-color:#b30ecf80}.language-dropdown .language-dropdown-button .language-flag{margin-right:8px;font-size:16px}@media (min-width: 320px){.language-dropdown .language-dropdown-button .language-flag{margin-right:0;font-size:16px}}@media (min-width: 576px){.language-dropdown .language-dropdown-button .language-flag{margin-right:0;font-size:16px}}@media (min-width: 720px){.language-dropdown .language-dropdown-button .language-flag{margin-right:6px;font-size:16px}}@media (min-width: 992px){.language-dropdown .language-dropdown-button .language-flag{margin-right:8px;font-size:16px}}.language-dropdown .language-dropdown-button .language-name{margin-right:8px;font-size:14px}@media (min-width: 320px){.language-dropdown .language-dropdown-button .language-name{display:none}}@media (min-width: 576px){.language-dropdown .language-dropdown-button .language-name{display:none}}@media (min-width: 720px){.language-dropdown .language-dropdown-button .language-name{display:inline-block;margin-right:6px;font-size:13px}}@media (min-width: 992px){.language-dropdown .language-dropdown-button .language-name{margin-right:8px;font-size:14px}}.language-dropdown .language-dropdown-button .dropdown-arrow{font-size:10px;transition:transform .3s ease}@media (min-width: 320px){.language-dropdown .language-dropdown-button .dropdown-arrow{display:none}}@media (min-width: 576px){.language-dropdown .language-dropdown-button .dropdown-arrow{display:none}}@media (min-width: 720px){.language-dropdown .language-dropdown-button .dropdown-arrow{display:inline-block;font-size:9px}}@media (min-width: 992px){.language-dropdown .language-dropdown-button .dropdown-arrow{font-size:10px}}.language-dropdown .language-dropdown-menu{position:absolute;top:100%;right:0;margin-top:5px;background-color:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;box-shadow:0 5px 15px #0003;list-style:none;padding:0;min-width:150px;z-index:1000;overflow:hidden}@media (min-width: 320px){.language-dropdown .language-dropdown-menu{right:-10px;min-width:120px}}@media (min-width: 576px){.language-dropdown .language-dropdown-menu{right:-10px;min-width:130px}}@media (min-width: 720px){.language-dropdown .language-dropdown-menu{right:0;min-width:140px}}@media (min-width: 992px){.language-dropdown .language-dropdown-menu{min-width:150px}}.language-dropdown .language-dropdown-menu li{margin:0;padding:0}.language-dropdown .language-dropdown-menu .language-option{display:flex;align-items:center;padding:10px 15px;width:100%;text-align:left;background:none;border:none;color:#fff;cursor:pointer;transition:background-color .3s ease}@media (min-width: 320px){.language-dropdown .language-dropdown-menu .language-option{padding:8px 12px}}@media (min-width: 576px){.language-dropdown .language-dropdown-menu .language-option{padding:9px 13px}}@media (min-width: 720px){.language-dropdown .language-dropdown-menu .language-option{padding:10px 15px}}.language-dropdown .language-dropdown-menu .language-option:hover{background-color:#b30ecf4d}.language-dropdown .language-dropdown-menu .language-option.active{background-color:#b30ecf80}.language-dropdown .language-dropdown-menu .language-option .language-flag{margin-right:10px;font-size:16px}@media (min-width: 320px){.language-dropdown .language-dropdown-menu .language-option .language-flag{margin-right:8px;font-size:15px}}@media (min-width: 576px){.language-dropdown .language-dropdown-menu .language-option .language-flag{margin-right:9px;font-size:15px}}@media (min-width: 720px){.language-dropdown .language-dropdown-menu .language-option .language-flag{margin-right:10px;font-size:16px}}.language-dropdown .language-dropdown-menu .language-option .language-name{font-size:14px}@media (min-width: 320px){.language-dropdown .language-dropdown-menu .language-option .language-name{font-size:12px}}@media (min-width: 576px){.language-dropdown .language-dropdown-menu .language-option .language-name{font-size:13px}}@media (min-width: 720px){.language-dropdown .language-dropdown-menu .language-option .language-name{font-size:14px}}.buttonPattern.brand-gradient{background:white;color:#000;border:2px solid transparent;padding:12px 30px;border-radius:8px;font-weight:600;transition:all .3s ease;text-transform:none}.buttonPattern.brand-gradient:hover{background:linear-gradient(135deg,#b30ecf 0%,#7b1fa2 100%);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #b30ecf4d;border:2px solid transparent}.faq-section{padding:80px 20px;max-width:1200px;margin:0 auto}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:rgba(255,255,255,.02);border-radius:12px;margin-bottom:15px;border:1px solid rgba(255,255,255,.1);overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#b30ecf4d}.faq-question{padding:20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.faq-question:hover{background:rgba(179,14,207,.1)}.faq-question h3{margin:0;font-size:1.1rem;font-weight:600;color:#fff;flex:1;padding-right:20px}.faq-toggle{font-size:1.5rem;font-weight:700;color:#b30ecf;transition:transform .3s ease;min-width:30px;text-align:center}.faq-item.active .faq-toggle{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease-in-out,padding .4s ease-in-out,opacity .4s ease-in-out;padding:0 20px;opacity:0}.faq-answer.open{max-height:300px;padding:20px;opacity:1}.faq-answer p{margin:0;color:#fffc;line-height:1.6;font-size:.95rem}.clients-slider{padding:10px 20px;text-align:center}.clients-container{max-width:1200px;margin:0 auto;padding:40px 0}.clients-swiper{padding:20px 0}.client-link{display:block;text-decoration:none;height:100%}.client-logo{display:flex;align-items:center;justify-content:center;height:120px;background:rgba(255,255,255);border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;opacity:1;padding:10px}.client-logo:hover{opacity:1;transform:translateY(-5px);border-color:#b30ecf4d;box-shadow:0 10px 30px #b30ecf26}.client-logo img{max-width:100%;max-height:80px;object-fit:contain;filter:brightness(.8);transition:filter .3s ease}.client-logo:hover img{filter:brightness(1)}@media (min-width: 320px){.client-logo{height:100px;padding:15px}.client-logo img{max-height:60px}}@media (min-width: 576px){.client-logo{height:110px;padding:18px}.client-logo img{max-height:70px}}@media (min-width: 720px){.client-logo{height:120px;padding:20px}.client-logo img{max-height:80px}}@media (min-width: 320px){.faq-question{padding:15px}.faq-question h3{font-size:.9rem;padding-right:15px}.faq-answer{padding:0 15px}.faq-answer.open{padding:15px}}@media (min-width: 576px){.faq-question{padding:18px}.faq-question h3{font-size:.95rem;padding-right:18px}.faq-answer{padding:0 18px}.faq-answer.open{padding:18px}}@media (min-width: 720px){.faq-question{padding:20px}.faq-question h3{font-size:1rem;padding-right:20px}.faq-answer{padding:0 20px}.faq-answer.open{padding:20px}}.swipper-wrapper{padding:10px 0}.new-faq-section{padding:80px 20px 0;max-width:1200px;margin:0 auto}.new-faq-container{max-width:800px;margin:0 auto}.new-faq-item{background:rgba(255,255,255,.02);border-radius:12px;margin-bottom:15px;border:1px solid rgba(255,255,255,.1);overflow:hidden;transition:all .3s ease}.new-faq-item:hover{border-color:#b30ecf4d;box-shadow:0 5px 15px #b30ecf1a}.new-faq-question{padding:20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;-webkit-user-select:none;user-select:none}.new-faq-question:hover{background:rgba(179,14,207,.1)}.new-faq-question h3{margin:0;font-size:1.1rem;font-weight:600;color:#fff;flex:1;padding-right:20px;line-height:1.4}.new-faq-icon{font-size:1.5rem;font-weight:700;color:#b30ecf;transition:transform .3s ease,color .3s ease;min-width:30px;text-align:center;font-family:monospace}.new-faq-question:hover .new-faq-icon{color:#d81b60;transform:scale(1.1)}.new-faq-answer{padding:0 20px 20px;animation:fadeInDown .3s ease-out}.new-faq-answer p{margin:0;color:#fffc;line-height:1.6;font-size:.95rem;padding-top:10px;border-top:1px solid rgba(255,255,255,.1)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 320px){.new-faq-section{padding:60px 15px}.new-faq-question{padding:15px}.new-faq-question h3{font-size:.9rem;padding-right:15px}.new-faq-answer{padding:0 15px 15px}.new-faq-answer p{font-size:.85rem}.new-faq-icon{font-size:1.3rem;min-width:25px}}@media (min-width: 576px){.new-faq-section{padding:70px 18px}.new-faq-question{padding:18px}.new-faq-question h3{font-size:.95rem;padding-right:18px}.new-faq-answer{padding:0 18px 18px}.new-faq-answer p{font-size:.9rem}.new-faq-icon{font-size:1.4rem;min-width:28px}}@media (min-width: 720px){.new-faq-section{padding:80px 20px}.new-faq-question{padding:20px}.new-faq-question h3{font-size:1rem;padding-right:20px}.new-faq-answer{padding:0 20px 20px}.new-faq-answer p{font-size:.95rem}.new-faq-icon{font-size:1.5rem;min-width:30px}}@media (min-width: 992px){.new-faq-question h3{font-size:1.1rem}}.faq-section,.faq-container,.faq-item,.faq-question,.faq-answer,.faq-toggle{display:none!important}.terms-container,.privacy-container,.about-us-container{max-width:1200px;margin:0 auto;padding:80px 20px}.terms-banner,.privacy-banner,.about-banner{text-align:center;margin-bottom:50px;margin-top:55px}.terms-banner h1,.privacy-banner h1,.about-banner h1{font-size:2.5rem;color:#fff;margin-bottom:20px;background:linear-gradient(135deg,#b30ecf 0%,#7b1fa2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.terms-content,.privacy-content,.about-content{max-width:800px;margin:0 auto}.terms-content h2,.privacy-content h2,.about-content h2{font-size:1.5rem;color:#b30ecf;margin:30px 0 15px}.terms-content p,.privacy-content p,.about-content p{color:#fffc;line-height:1.6;margin-bottom:20px;font-size:1rem}.privacy-content ul{color:#fffc;line-height:1.6;margin:10px 0 20px 20px;font-size:1rem}.privacy-content li{margin-bottom:8px}.about-section{background:rgba(255,255,255,.02);border-radius:12px;padding:25px;margin-bottom:30px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.about-section:hover{border-color:#b30ecf4d;box-shadow:0 5px 15px #b30ecf1a;transform:translateY(-2px)}.terms-footer,.privacy-footer{margin-top:50px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#fff9;font-size:.9rem}@media (max-width: 768px){.terms-container,.privacy-container,.about-us-container{padding:60px 15px}.terms-banner h1,.privacy-banner h1,.about-banner h1{font-size:2rem}.terms-content h2,.privacy-content h2,.about-content h2{font-size:1.3rem}.terms-content p,.privacy-content p,.about-content p,.privacy-content ul{font-size:.95rem}.about-section{padding:20px}}@media (max-width: 480px){.terms-banner h1,.privacy-banner h1,.about-banner h1{font-size:1.8rem}.terms-content h2,.privacy-content h2,.about-content h2{font-size:1.2rem}.terms-content p,.privacy-content p,.about-content p,.privacy-content ul{font-size:.9rem}.about-section{padding:15px}}@media (min-width: 300px) and (max-width: 768px){header .headerRight .buttonPattern.brand-gradient{display:none}.mobile-menu .mobile-contact{display:block;background:linear-gradient(135deg,#b30ecf 0%,#7b1fa2 100%);color:#fff;border-radius:25px;margin:20px auto;padding:12px 30px;border:1px solid rgba(255,255,255,.4);width:150px;max-width:250px;text-align:center;font-weight:500;transition:all .3s ease}.mobile-menu .mobile-contact:hover{background:linear-gradient(135deg,#d81b60 0%,#8e24aa 100%);transform:translateY(-2px);box-shadow:0 8px 25px #b30ecf4d}}@media (min-width: 769px){header .headerRight .round{display:block}.mobile-menu .mobile-contact{display:none}}#clients>div>div{padding:15px 0}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
