@charset "UTF-8";*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}button,input,select,textarea{font:inherit}ul{list-style:none}a{text-decoration:none;color:inherit}img,picture,svg{display:block}img{-o-object-fit:cover;object-fit:cover;width:100%;height:auto}.material-icons-round{-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:0}button{background:0 0;outline:0;border:none;cursor:pointer}body{position:relative;font-family:"Roboto Condensed",sans-serif;font-weight:400;line-height:1.2;font-style:normal;color:#fff;background-color:#192521}.container{max-width:1200px;padding:12px;margin:0 auto}.logo{display:flex;align-items:center;gap:5px}.logo img{height:40px;width:auto}.logo p{font-weight:700;font-size:18px;color:#e69d31}.cookie-banner{position:fixed;bottom:0;left:0;right:0;color:#1e1e1e;background:#fff;border:1px solid #ccc;box-shadow:0 6px 20px rgba(0,0,0,.15);margin:auto;z-index:9999;display:none}.cookie-banner .cookie-container{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.cookie-banner .cookie-content{min-width:300px;flex:1;display:flex;flex-direction:column;align-items:flex-start}.cookie-banner .cookie-content h3{font-size:1.2rem;margin-bottom:.5rem;font-weight:600}.cookie-banner .cookie-content p{font-size:.95rem;line-height:1.5;margin-bottom:1rem}.cookie-banner .cookie-content p a{color:#e69d31}.cookie-banner .cookie-content p a:hover{text-decoration:underline}.cookie-banner .cookie-buttons{display:flex;align-items:center;gap:1rem}.cookie-banner .cookie-buttons button{min-width:120px}.button{display:inline-block;padding:1rem 1.5rem;border-radius:1rem;text-align:center;font-weight:600;transition:background-color .3s ease,color .3s ease,border-color .3s ease,color .3s ease;background-color:#e69d31;color:#f9f9f9}.button:hover{background-color:rgb(216.9688311688,140.0818181818,26.3311688312)}.button-black{background-color:#1e1e1e;color:#fff}.button-black:hover{background-color:rgb(12.15,12.15,12.15)}section{padding:min(1.5rem,5%) 0}.section-header{margin-bottom:1.2rem;display:flex;flex-direction:column;align-items:center;gap:12px}.section-header .title{font-size:clamp(28px,3vw + .5rem,42px);font-weight:600}.section-header .description{font-size:clamp(16px,1.2vw + .3rem,18px);text-align:center;max-width:720px}.intro{text-align:center;color:#e69d31}.intro-wrapper{display:flex;flex-direction:column;align-items:center}.intro-title{font-size:70px;font-family:"Roboto Condensed",sans-serif;text-transform:uppercase}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (max-width:768px){.grid2{grid-template-columns:1fr}}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width:768px){.grid3{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.grid3{grid-template-columns:1fr}}.grid4{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,280px));justify-content:center;gap:1rem}.images{border-radius:1rem}.link{text-decoration:underline;transition:color .3s ease}.link:hover{color:#e69d31}.header{background-color:#192521;color:#fff;position:relative;z-index:999}@media (max-width:768px){.header{position:sticky;top:0;box-shadow:0 5px 10px rgba(0,0,0,.2)}}.header .navbar{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px}.header .navbar .menu-list{display:flex;align-items:center;gap:2em}.header .navbar .menu-list a{position:relative;transition:color .3s ease}.header .navbar .menu-list a:hover{color:#e69d31}.header .navbar .menu-list a:hover::before{content:"";position:absolute;bottom:-5px;left:0;right:0;display:block;height:2px;border-radius:1px;background-color:#e69d31;transition:.3s ease}.header .navbar #close-sidebar-button svg,.header .navbar #open-sidebar-button svg{height:30px;width:30px}.header .navbar #close-sidebar-button,.header .navbar #open-sidebar-button{display:none}.header .navbar #overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5)}@media screen and (max-width:768px){.header .navbar .menu-list{position:fixed;top:0;right:-100%;height:100vh;width:min(15em,100%);z-index:10;border-left:1px solid #ddd;border-top-left-radius:1rem;border-bottom-left-radius:1rem;color:#fff;padding:2rem 1rem;display:flex;flex-direction:column;background-color:#192521;transition:right .3s ease-out}.header .navbar .menu-list.show{right:0}.header .navbar .menu-list.show~#overlay{display:block}.header .navbar .menu-list li{width:100%}.header .navbar #close-sidebar-button,.header .navbar #open-sidebar-button{display:block}}.hero{min-height:600px;position:relative;overflow:hidden;display:flex}.hero .container{flex:1;display:flex;align-items:center;justify-content:center}.hero img,.hero-overlay{position:absolute;inset:0;z-index:0}.hero img{height:100%}.hero-overlay{background:rgba(0,0,0,.5)}.hero-content{position:relative;z-index:2;color:#fff;text-align:center}.hero-content h1{font-weight:600;font-size:clamp(32px,3vw + .5rem,48px);line-height:1.2;margin-bottom:clamp(16px,1.5vw,24px);max-width:700px}.hero-content p{line-height:1.5;margin-bottom:1rem;max-width:600px}.hero-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:8rem}@media (max-width:768px){.hero-buttons{margin-bottom:4rem}}.hero .fast-form-title{margin-bottom:1rem;color:#e69d31}.hero .fast-form form{display:flex;align-items:center;gap:10px}@media (max-width:768px){.hero .fast-form form{flex-direction:column;max-width:450px;margin:0 auto}}.hero .fast-form form input{padding:10px 15px;border-radius:10px;border:1px solid #ddd;background-color:#fff}@media (max-width:768px){.hero .fast-form form input{width:100%}}.hero .fast-form form button{padding:10px 20px;border-radius:10px}@media (max-width:768px){.hero .fast-form form button{width:100%}}.section-header .lines{display:flex;align-items:center;gap:10px}.section-header .lines::after,.section-header .lines::before{content:"";display:inline-block;width:50px;height:4px;border-radius:2px;background-color:#e69d31}.service-item{background-color:#2d2e33;border-radius:1rem;padding:1rem;display:flex;flex-direction:column}.service-item img{border-radius:1rem;margin-bottom:1rem}.service-item .title{font-size:24px;margin-bottom:5px}.service-item .description{color:#f9f9f9;margin-bottom:1rem}.service-item .duration{margin-bottom:10px}.service-item .price{margin-bottom:1rem}.service-item .price span{font-size:18px;font-weight:700}.service-item .button{margin-top:auto}.service-item-cta{display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center}.service-item-cta h3{font-size:24px;margin-bottom:8px}.service-item-cta p{color:#f9f9f9;margin-bottom:1rem}.locations-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width:768px){.locations-list{grid-template-columns:1fr}}.locations-item-title{font-size:24px;color:#e69d31;margin-bottom:1rem}.locations-item-address{display:flex;align-items:center;gap:5px;margin-bottom:10px}.locations-item-address .material-icons-round{font-size:18px;color:#e69d31}.gallery img{border-radius:1rem}.advantage-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(200px,100%),1fr));justify-content:center;gap:1rem}.advantage-card{padding:1rem;text-align:center}.advantage-card .material-icons-round{font-size:52px;margin-bottom:12px;color:#e69d31}.advantage-card h3{font-size:24px;margin-bottom:10px}.advantage-card p{color:#f9f9f9}.reviews-item{display:flex;flex-direction:column;gap:1rem;padding:1rem;border-radius:1rem;background-color:#2d2e33}.reviews-item header{display:flex;align-items:center;gap:1rem}.reviews-item header img{width:60px;height:60px;border-radius:50%}.reviews-item header h3{font-size:20px}.reviews-item header p{font-size:14px;color:#f9f9f9}.reviews-item footer{font-style:italic;color:#f9f9f9}.reviews-item footer p::before{content:"«";margin-right:3px}.reviews-item footer p::after{content:"»";margin-left:3px}.questions-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.questions-list-item{border-radius:1rem;box-shadow:0 5px 10px rgba(0,0,0,.2);border:1px solid #ddd;overflow:hidden;background-color:#fff;padding:.7rem 1rem}.questions-list-item summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.questions-list-item summary .arrow{height:24px;width:24px}.questions-list-item summary .arrow span{display:inline-block;width:4px;height:16px;border-radius:2px;background-color:#1e1e1e;transition:transform .3s ease}.questions-list-item summary .arrow span:first-child{transform:rotate(35deg) translate(14px,-4px)}.questions-list-item summary .arrow span:last-child{transform:rotate(-35deg) translate(-4px,3px)}.questions-list-item[open] .arrow span{height:22px}.questions-list-item[open] .arrow span:first-child{transform:rotate(45deg) translate(8px,-7px)}.questions-list-item[open] .arrow span:last-child{transform:rotate(-45deg) translate(1px,2px)}.questions-list-item p{margin-top:10px;color:#f9f9f9}.process .grid2{align-items:center}.process-list{display:flex;flex-direction:column;gap:2rem;list-style:none}.process-step{display:flex;align-items:center;gap:10px}.process-step .material-icons-round{font-size:65px;color:#e69d31}.process-step article h3{font-size:22px;margin-bottom:8px}.process-step article p{color:#f9f9f9}.about img{border-radius:1rem}.about .grid2{align-items:center}.about-wrapper{display:flex;flex-direction:column;gap:10px}.about-item h3{font-size:24px;margin-bottom:12px}.about-item p{color:#f9f9f9;line-height:1.25}.contact-box{border-radius:1rem;padding:2rem;box-shadow:0 5px 10px rgba(0,0,0,.2);background-color:#2d2e33}@media (max-width:768px){.contact-box{padding:1rem}}.contact-box h3{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.contact .info-item{display:flex;align-items:flex-start;margin-bottom:1rem}.contact .info-item .material-icons-round{margin-right:.5rem;color:#e69d31}.contact .info-item h4{font-weight:700;margin-bottom:.25rem;color:#e69d31}.contact .info-item a:hover{text-decoration:underline}.contact .form{display:flex;flex-direction:column}.contact .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width:768px){.contact .form-grid{grid-template-columns:1fr}}.contact .form-group{display:flex;flex-direction:column;margin-bottom:15px}.contact .form-group label{font-size:.875rem;font-weight:500;margin-bottom:.25rem}.contact .form-group .input-wrapper{display:flex;align-items:center;gap:.5rem;padding:.5rem;background-color:#fff;border:1px solid #ddd;border-radius:.375rem}.contact .form-group .input-wrapper:focus-within{border-color:#e69d31}.contact .form-group .input-wrapper .material-icons-round{font-size:18px;color:#1e1e1e}.contact .form-group .input-wrapper input{border:none;outline:0;background-color:transparent;flex:1 0}.contact .form-group textarea{padding:.5rem;background-color:#fff;border:1px solid #ddd;border-radius:.375rem;outline:0}.contact .form-group textarea:focus{border-color:#e69d31}.contact .form-checkbox{margin-bottom:15px;display:block}.privacy .container{max-width:1000px}.privacy-title{font-size:2rem;margin-bottom:20px}.privacy-paragraph{font-size:1rem;line-height:1.6;margin-bottom:15px}.privacy-list{padding-left:20px;margin-bottom:15px;list-style:disc;padding-left:1em;list-style-position:inside}.privacy-list li{font-size:1rem;line-height:1.6}.privacy hr{margin:20px 0;border:0;border-top:1px solid #ddd}.privacy a:hover{text-decoration:underline}@media (max-width:768px){.privacy .section-title{font-size:1.8rem}}.footer{color:#fff;padding:2rem 0}.footer a:hover{text-decoration:underline}.footer-bottom{flex-wrap:wrap;justify-content:center;padding:2rem 0;border-top:1px solid rgba(255,255,255,.4)}.footer-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:35px 20px;margin-bottom:25px}.footer-col-title{font-size:18px;margin-bottom:1.2rem;text-transform:uppercase}.footer .copyright{text-align:center;opacity:.7}.footer .logo{margin-bottom:24px}.footer .logo p{color:#fff}.footer .logo-subtitle{max-width:80%}.footer ul{display:flex;flex-direction:column;gap:10px}.footer ul li{display:flex;align-items:center;gap:1em}.footer ul.footer-bottom{flex-direction:row;gap:20px}.footer ul:not(.footer-contact) li::before{content:"";display:inline-block;width:6px;height:6px;border-radius:1px;background-color:#fff}

