@font-face{font-family:Comfortaa;src:url(/fonts/Comfortaa-VariableFont_wght.woff2) format("woff2");font-weight:300 700;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-VariableFont_wght.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}:root{--blue: #0ab7fa;--violet: #9c56c4;--green: rgb(86, 175, 64);--gold: rgb(252, 195, 0);--grey: rgba(56, 56, 104, .1);--color-blue: 56, 56, 104;--color-white: #ffffff;--color-black: #000}:root{--secondary-color: #9c56c4;--border-color: #c1a3e6;--background-light: #fff;--text-dark: #383868;--button-hover: #7a47b7}*{margin:0;padding:0}body{font-family:Montserrat,sans-serif;color:var(--text-dark);background-color:var(--background-light)}.header,.main{box-sizing:border-box;max-width:1220px;margin:0 auto}.header,.footer{padding:0 20px}h1,h2,h3{font-weight:700;color:var(--primary-color)}h1{font-size:1.875rem;line-height:2.125rem;font-weight:500}h2{font-size:1.75rem;font-weight:300;font-family:Comfortaa,serif}h3{font-size:1rem}p{font-size:1rem;line-height:1.5;color:var(--text-dark)}.button{background-color:var(--secondary-color);color:#fff;padding:16px 20px;border-radius:8px;font-weight:700;text-transform:uppercase;font-size:1rem;border:none;cursor:pointer;transition:opacity .3s ease}.button:hover{opacity:.9}.card{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 8px #0000001a}.social-links{background:#fff;padding:15px;border-radius:8px;display:inline-block;border:1px solid var(--border-color)}.social-links a{color:var(--secondary-color);font-weight:700;text-decoration:none}.social-links a:hover{text-decoration:underline}.about{display:flex;justify-content:space-between;flex-direction:column;align-items:center;gap:3rem;margin-top:2rem;padding:0 20px}.about .text{width:100%}.about .text h2{margin-bottom:2.5rem}.about .text p{line-height:2rem}.about .soc-media{width:100%;padding:1.5rem;align-self:flex-start;background-color:rgba(var(--color-blue),.03);border-radius:.9375rem;box-sizing:border-box}.about .soc-media div{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem}.about .soc-media div a{display:flex;align-items:center;gap:1rem;color:var(--text-dark);text-decoration:none}.about .soc-media div a :first-child{width:24px;height:24px;padding:.625rem;background-color:var(--background-light);border-radius:.625rem}@media screen and (min-width: 1100px){.about{flex-direction:row}.about .soc-media{max-width:20rem}.about .text{max-width:760px}.about .soc-media{box-sizing:content-box}.about .soc-media div a :first-child{width:22px;height:22px}}.container:has(.header){width:100dvw;box-sizing:border-box;border-top:5px solid var(--secondary-color)}.header{padding:32px 20px 50px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:2rem;border-bottom:2px solid var(--grey)}.header img{height:250px;width:250px;border-radius:100%;padding:5px;border:5px solid var(--secondary-color)}.header section{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.header section h4{margin:0;font-weight:400;color:var(--secondary-color)}.header section p{margin:1.5rem 0}.header section h1{margin:0;margin-top:.5rem}.header section .button{width:100%}@media screen and (min-width: 1100px){.header{flex-direction:row}.header section{align-items:flex-start}.header section .button{width:min-content}}.modal-overlay{position:fixed;top:0;left:0;width:100dvw;height:100dvh;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:5}.modal-content{position:relative;width:100%;max-width:600px;padding:30px;border-radius:12px;background-color:#fff;display:flex;flex-direction:column}.close-btn{position:absolute;top:20px;right:20px;font-size:2.5rem;cursor:pointer}.form-group{margin-bottom:30px;width:100%}input:invalid{border-color:red}input,.custom-select{width:100%;box-sizing:border-box;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:16px}.modal-content .submit-btn{width:100%;background:#007bff;color:#fff;margin-top:20px}.modal-content .submit-btn:hover{background:#0056b3}.modal-content .submit-btn:disabled{background:gray;cursor:not-allowed}.required{color:red;margin-left:5px}.custom-select{background-color:#fff;cursor:pointer;width:100%}.custom-select:focus{outline:none;border-color:#00f}label{display:block;margin-bottom:5px}h2{text-align:center;margin-bottom:20px}textarea{width:100%;box-sizing:border-box;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:16px}.nav-container{display:flex;height:56px;align-items:center;justify-content:space-between;margin:0 auto;padding:0 20px}.fixed{background-color:#f9f9fa;position:fixed;top:0;width:100%;padding:0;z-index:3;box-shadow:0 4px 6px #0000001a}.nav li{display:inline;font-size:15px}ul a.active{opacity:1!important;color:var(--primary-color)}.nav{display:flex;margin:1rem auto}.nav>.block{display:none}.nav-container>ul{display:inline;max-width:100%;text-align:center;list-style:none}.nav-container>ul>li>a{opacity:.5;padding:1rem;font-weight:500!important}.fixed ul{display:none}.button{display:block}.fixed .button{display:none}.fixed{display:block;margin:0}.nav .nav-mobile{display:grid;grid-template-rows:1fr auto;width:100%;min-height:100dvh;padding-bottom:1rem;box-sizing:border-box}.menu ul{display:grid;gap:10px;padding:20px}.nav .nav-mobile .button{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:1rem 1rem 3rem;height:55px;width:calc(100% - 2rem);max-width:1100px}.menu li{padding:10px 10px 10px 0;border-bottom:1px solid rgba(0,0,0,.1)}.menu a{opacity:.5;font-size:1.25rem;font-weight:500;line-height:1.125rem}.nav-container button:last-child{background-color:#fff;font-family:Montserrat,sans-serif;display:block;border-radius:.625rem;border:0;padding:0 1rem;height:2.5rem;align-items:center;justify-content:center}.block{display:block!important}.fixed .submit-btn{display:block}@media screen and (min-width: 1100px){.nav{display:flex;margin:1rem auto;position:relative;transition:all .3s ease-in-out}.fixed .button{display:block}.nav .nav-mobile{display:none}.nav ul{max-width:100%;text-align:center;list-style:none}.nav a{opacity:.5;padding:1rem;font-weight:500!important}.fixed{display:block;margin:0 auto;background-color:var(--background-light);position:fixed;top:0;width:100%;padding:0;z-index:3;box-shadow:0 4px 6px #0000001a}.fixed ul{display:inline}.button{display:block}.nav-container button:last-child{display:none}.nav-container{display:flex;height:70px;align-items:center;justify-content:space-between;max-width:1790px;padding:0 20px}}.services{width:100%;padding:3rem 20px;margin:4rem 0;box-sizing:border-box;background-color:rgba(var(--color-blue),.03)}.services h2{margin-bottom:1.25rem;text-align:center}.services>section{max-width:760px;margin:0 auto}.services .service-item{padding:1.25rem 0;border-bottom:1px solid rgba(var(--color-blue),.1)}.services .service-item:last-of-type{border:none}.service-item>section{display:flex;flex-direction:column;gap:1rem}.service-item>section div{display:flex;flex-direction:column;gap:.25rem}.service-item>section div h4{font-size:1.44rem}.service-item>p{margin:1rem 0}.service-item>p ul{margin-left:1.5rem}.service-item>p strong{font-weight:600}.service-item>section div p{font-size:.75rem;color:var(--secondary-color)}.service-item>h5{font-size:1.25rem;font-weight:700;color:#da0000}.service-item>small{margin-top:.25rem;margin-bottom:-.25rem;color:var(--color-blue);opacity:.75;text-decoration:line-through}.service-item p:last-child{margin-top:.75rem;& ul{margin-left:1rem}}.service-item>section>.button{background-color:transparent;font-size:.936rem;font-weight:400;border:2px solid var(--secondary-color);border-radius:10px;color:var(--secondary-color);box-sizing:border-box}.service-item>section>.button:hover{background-color:var(--secondary-color);color:var(--color-white)}@media (min-width: 570px){.service-item>section{flex-direction:row}.service-item>section>.button{width:auto;margin-left:auto;align-self:flex-start}}@media screen and (min-width: 1100px){.services{border-radius:20px}}.faq{width:100%;box-sizing:border-box;padding:1.5rem 20px 4rem;border-radius:.9375rem;display:flex;flex-direction:column;align-items:center;cursor:pointer}.faq h2{margin-bottom:3rem}.faq>div{width:100%;max-width:760px;display:flex;flex-direction:column;gap:.5rem}.faq .question{width:100%;box-sizing:border-box;padding:24px;display:flex;flex-direction:column;gap:1rem;border:2px solid transparent;border-radius:.9375rem;transition:height .3s}.faq .question.open{border:2px solid rgba(var(--color-blue),.1);transition:height .3s}.faq .question div{display:flex;align-items:center;gap:.5rem}.faq .question div :first-child{transition:all .5s}.faq .question p{display:none;margin-left:1.6rem}.faq .question.open p{display:block}.faq .question button{border:none;background:none;cursor:pointer;text-decoration:underline;font-size:1rem;color:var(--color-blue)}.footer{background-color:rgba(var(--color-blue),.03)}.footer .container{max-width:1220px;padding:2.5rem 20px;margin:0 auto}hr{border:0;border-top:1px solid #e5e5e5;margin:2.5rem 0}.hidden{margin:0}.footer-grid{display:grid;gap:2.5rem}@media (min-width: 1100px){.footer-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.unhidden{display:flex!important}nav{align-items:normal!important}}@media (min-width: 560px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hidden,.unhidden{display:none}nav{align-items:flex-end}.footer-social div{display:flex;flex-direction:column;align-items:flex-end}}.footer-company{display:flex;flex-direction:column}.footer-company button{display:flex;gap:1rem;background:none;border:none;cursor:pointer;padding:0}.footer-company img{max-width:100%;height:auto}.footer-company .copyright{color:var(--text-dark);font-size:.875rem;line-height:1.125rem}nav{display:flex;flex-direction:column;gap:1.5rem}nav a{color:inherit;text-decoration:none;font-size:1rem;font-weight:700;text-align:left}.footer-social{display:flex;flex-direction:column;gap:1.5rem}.footer-social a{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit;font-size:1.05rem;font-weight:400}.footer-social div{display:flex;gap:.5rem;align-items:center}.footer-bottom{display:flex;flex:1 1 auto;flex-direction:column;gap:1rem;margin-top:2.5rem;opacity:.85}.footer-bottom a{color:inherit;text-decoration:underline}@media (min-width: 1100px){.footer-bottom{flex-direction:row;align-items:center}}.copyright{margin-top:3rem}.reviews{margin-bottom:4rem;padding:0 20px;box-sizing:border-box}.reviews h2{margin-bottom:.5rem}.reviews h3{font-weight:400;margin-bottom:2.5rem;line-height:1.5rem}.reviews h3 svg{vertical-align:sub}.reviews div{display:flex;gap:1rem;overflow-x:scroll;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:10px}.reviews div .review{min-width:100%;height:min-content;box-sizing:border-box;padding:20px;background-color:rgba(var(--color-blue),.03);border-radius:20px;scroll-snap-align:start}.reviews div .review h4{font-size:1.2rem;margin-bottom:1rem}.reviews div .review p{max-height:192px;overflow-y:hidden}.reviews div .review p.more{height:auto;max-height:none;overflow:visible}.reviews div .review button{margin-top:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;background:none;border:none;color:var(--color-blue);font-weight:600}@media screen and (min-width: 570px){.reviews div .review{min-width:calc(50% - 1rem)}}@media screen and (min-width: 1100px){.reviews div .review{min-width:calc((100% / 3) - 1rem)}}.not-found{height:100dvh;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;& h1{font-size:2.986rem}& a{text-decoration:none}}
