@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);*,::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%}button{background:0 0;outline:0;border:none;cursor:pointer}body{position:relative;font-family:Inter,sans-serif;font-weight:400;line-height:1.2;font-style:normal;color:#1e1e1e;background-color:#f0eeee}.container{max-width:1200px;padding:12px;margin:0 auto}.logo{display:flex;align-items:center;gap:1em}.logo img{height:40px;width:auto}.logo p{font-weight:700;font-size:18px}.cookie-banner{position:fixed;bottom:0;left:0;right:0;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:2rem}.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;font-family:Inter,sans-serif}.cookie-banner .cookie-content p{font-size:.95rem;line-height:1.5;margin-bottom:1rem;color:#4b5563}.cookie-banner .cookie-content p a{color:#1d3485}.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:.8rem;text-align:center;font-weight:600;transition:background-color .3s ease,color .3s ease,border-color .3s ease,color .3s ease;background-color:#1d3485;color:#f0eeee}.button:hover{background-color:rgb(22.6092592593,40.5407407407,103.6907407407)}.button-black{background-color:#1e1e1e;color:#fff}.button-black:hover{background-color:rgb(12.15,12.15,12.15)}section{padding:2.5rem 0}.section-header{margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:12px}.section-header .title{font-size:clamp(28px,3vw + .5rem,42px);margin-bottom:12px;font-weight:600}.section-header .description{font-size:clamp(16px,1.2vw + .3rem,18px);text-align:center;max-width:720px}.intro{text-align:center;background-color:#1d3485;color:#fff}.intro-wrapper{display:flex;flex-direction:column;align-items:center}.intro-title{font-size:70px;font-family:Inter,sans-serif;text-transform:uppercase}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;align-items:center}@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}}.images{box-shadow:0 5px 10px rgba(0,0,0,.2);border-radius:20px}.header{background-color:#1d3485;color:#f0eeee;box-shadow:0 5px 10px rgba(0,0,0,.2);position:sticky;top:0;z-index:9999}.header .navbar{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%}.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:#f0eeee}.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:#f0eeee;transition:.3s ease}.header .navbar .burger{display:none;width:30px;height:30px;z-index:10;color:#f0eeee;font-size:20px}@media (max-width:768px){.header .navbar .burger{display:block}.header .navbar .menu-list{position:fixed;top:0;right:-100%;width:50%;height:100vh;background:#333;flex-direction:column;align-items:center;justify-content:center;gap:2em;transition:right .4s;border-radius:20px;color:#fff}.header .navbar .menu-list.active{right:0}}.benefits-wrapper{max-width:1000px;border-radius:20px;box-shadow:0 5px 10px rgba(0,0,0,.2);border:1px solid #ddd;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:0 auto;padding:1rem;background-color:#fff}.benefits-item{padding:10px;text-align:center}.benefits-item i{font-size:38px;color:#1d3485;margin-bottom:12px}.benefits-item h3{font-size:16px;font-weight:400}.vehicle-item{background-color:#fff;border-radius:20px;border:1px solid #ddd;box-shadow:0 5px 10px rgba(0,0,0,.2);padding:1rem}.vehicle-item img{height:200px;margin-bottom:12px}.vehicle-item p{color:#4b5563;text-align:center}.about .grid2{align-items:center;margin-bottom:20px}.about .heading{font-size:20px;margin-bottom:7px}.about .subheading{margin-bottom:15px}.about .text{line-height:1.4}.about article{margin-bottom:20px}.about article ul{padding-left:1em}.about article ul li{display:flex;align-items:center;gap:5px}.about article ul li::before{content:"";display:inline-block;width:6px;height:6px;border-radius:1px;background-color:#1e1e1e}.top-banner img{border-bottom-right-radius:20px;border-top-right-radius:20px}.top-banner-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.top-banner-title{font-weight:600;margin-bottom:20px;font-size:clamp(32px,3vw + .5rem,48px);line-height:1.2;margin-bottom:clamp(16px,1.5vw,24px)}.top-banner-subtitle{line-height:1.5;margin-bottom:clamp(24px,2.5vw,40px);color:#4b5563}.top-banner-button{padding-left:2rem;padding-right:2rem}.services-card{display:flex;flex-direction:column;padding:1rem;border-radius:20px;box-shadow:0 5px 10px rgba(0,0,0,.2);background-color:#fff}.services-card img{height:200px;margin-bottom:15px}.services-card .title{font-size:24px;margin-bottom:10px}.services-card .description{color:#4b5563;font-size:14px;margin-bottom:12px}.services-card .price{margin-bottom:10px}.services-card .price span{font-size:24px;font-weight:600}.services-card .button{margin-top:auto;width:100%}.review-list{display:flex;flex-direction:column;gap:1.5rem}.review .grid2{align-items:center}.review-item{padding:.7rem 1rem;border-radius:20px;box-shadow:0 5px 10px rgba(0,0,0,.2);border:1px solid #ddd;background-color:#fff}.review-item header{display:flex;align-items:center;gap:12px;padding-bottom:10px;border-bottom:1px solid #4b5563}.review-item footer{padding-top:10px}.review-avatar{font-size:22px;height:40px;width:40px;border-radius:50%;background-color:#fff;border:1px solid #ddd;color:#1d3485;display:grid;place-items:center}.review-author{flex:1}.review-author p{font-size:14px}.review-text{color:#4b5563}.review-text::before{content:"“";margin-right:3px}.review-text::after{content:"”";margin-left:3px}.cta{text-align:center;background-color:#1d3485;color:#fff}.cta-title{font-size:clamp(28px,3vw + .5rem,42px);margin-bottom:20px;font-weight:600}.cta-text{font-size:clamp(16px,1.2vw + .3rem,18px);text-align:center;max-width:720px;margin:0 auto;line-height:1.6}.faq-item{padding:1rem;border-radius:20px;box-shadow:0 5px 10px rgba(0,0,0,.2);border:1px solid #ddd;background-color:#fff}.faq-item header{display:flex;align-items:center;gap:10px}.faq-item header span{height:24px;width:24px;border-radius:3px;background-color:#1d3485;display:flex;justify-content:center;align-items:center;color:#fff}.faq-item footer{color:#4b5563}.faq-item hr{margin:8px 0}.privacy .container{max-width:1000px}.privacy h4{margin-bottom:.4rem;font-weight:600;font-size:1.2rem;margin-top:1rem}.privacy-paragraph{margin-bottom:.5rem;margin-left:1rem}.privacy-list{margin-bottom:1rem;margin-left:1rem;padding-left:1em;list-style:disc;display:flex;flex-direction:column;gap:7px}.privacy .section-title{font-size:1.5rem;text-align:center;font-weight:600;margin-bottom:2rem}.privacy a{color:#1d3485}.privacy a:hover{text-decoration:underline}.contact .info-box{padding:2rem;border-radius:1rem;box-shadow:0 5px 10px rgba(0,0,0,.2);border:1px solid #ddd;background-color:#fff;height:100%}.contact .info-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 i{font-size:1.25rem;margin-right:1rem;margin-top:.25rem;color:#1d3485}.contact .info-item h4{font-weight:700;margin-bottom:.25rem;color:#1d3485}.contact .info-item a:hover{text-decoration:underline}.contact .contact-form-box{border-radius:1rem;padding:2rem;box-shadow:0 5px 10px rgba(0,0,0,.2);border:1px solid #ddd;background-color:#fff}.contact .contact-form-box h3{font-size:1.25rem;font-weight:700;color:#1e1e1e;margin-bottom:1.5rem}.contact .form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.contact .form-grid{grid-template-columns:repeat(2,1fr)}}.contact .form-group{display:flex;flex-direction:column;margin-bottom:15px}.contact .form-group label{font-size:.875rem;font-weight:500;color:#1e1e1e;margin-bottom:.25rem}.contact .form-group input,.contact .form-group select,.contact .form-group textarea{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;outline:0;width:100%}.contact .form-group input:focus,.contact .form-group select:focus,.contact .form-group textarea:focus{border-color:#1d3485;box-shadow:0 0 0 1px #1d3485}.contact .form-checkbox{margin-bottom:15px;display:block}.contact .form-checkbox a{color:#1d3485}.contact .form-checkbox a:hover{text-decoration:underline}.contact form{display:flex;flex-direction:column}.thank-you-wrapper{background-color:#fff;max-width:1000px;margin:0 auto;padding:25px;border-radius:20px;box-shadow:0 5px 10px rgba(0,0,0,.2);border:1px solid #ddd;text-align:center}.thank-you-title{font-family:Inter,sans-serif;font-size:42px;margin-bottom:1rem}.thank-you-text{margin-bottom:2rem;color:#4b5563}.thank-you-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.footer{background-color:#1d3485;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-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}