:root{--primary:#C61533;--primary-rgb:rgb(198,21,51);--white:#fff;--black:#1E1E1E;--gray:#F2F2F4;--font-family:'Montserrat',sans-serif}

html,
body{width:100%;height:100%;scroll-behavior:smooth;scroll-padding-top:124px}
body{font-family:'Urbanist',sans-serif;color:var(--black);background:#fafafa;display:flex;flex-direction:column}
.oc-progress-bar{background:var(--primary)}
::selection{background:var(--primary);color:var(--white)}
.main-content{flex:1 0 auto;position:relative;z-index:9}
img{max-width:100%;dynamic-range-limit:standard}
.btn-group{flex-wrap:wrap;gap:0.5rem 1rem}
.btn-group>.btn{border-radius:3rem !important;flex:none}
.btn{display:flex;align-items:center;justify-content:center;gap:0.75rem;padding:0.625rem 2.5rem;font-size:0.875rem !important;border-radius:3rem;width:fit-content;border:1px solid transparent;background:transparent;transition:all 0.15s ease;z-index:2;font-weight:700 !important}
.btn-primary{background:var(--primary);color:var(--white)}
.btn-primary svg path{fill:var(--white)}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{background:#af122c !important;color:var(--white) !important;border-color:#af122c !important}
.btn-about{padding:0.625rem 1.5rem}
.btn-services{width:95%}
.btn-transparent{border:1px solid var(--white);color:var(--white)}
.btn-transparent:hover{background:var(--black);color:var(--white);border:1px solid var(--black)}
.btn-transparent:hover svg path{fill:var(--white)}
.btn-white{color:var(--black);background:var(--white)}
.btn-white:hover{border:1px solid var(--white);color:var(--white)}
.btn-white:hover svg path{fill:var(--white)}
.btn-white-outline{color:var(--black);background:var(--white);border:1px solid var(--black)}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline:active{color:var(--white) !important;background:var(--black) !important;border-color:var(--black) !important}
.btn-white-outline svg path{fill:var(--black)}
.btn-white-outline:hover svg path,
.btn-white-outline:focus svg path,
.btn-white-outline:active svg path{fill:var(--white)}
.btn-red{color:var(--white);background:var(--primary)}
.btn-red:hover,
.btn-red:focus,
.btn-red:active{color:var(--primary) !important;border-color:var(--primary) !important}
.btn-red svg path{fill:var(--white)}
.btn-red:hover svg path,
.btn-red:focus svg path,
.btn-red:active svg path{fill:var(--primary)}
.btn-gray{color:var(--black);background:#F2F2F4;border:1px solid #F2F2F4}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active{color:var(--black) !important;background:#E0E0E2 !important;border-color:#E0E0E2 !important}
.btn-gray svg{stroke:var(--black)}
.btn-gray svg path{fill:var(--black)}
.badge{border-radius:3rem;padding:0.375rem 1rem;font-size:0.75rem;font-weight:700;text-transform:uppercase}.bg-primary{background:var(--primary) !important;color:var(--white) !important}
.bg-secondary{background:#797777 !important;color:var(--white) !important}
.card-btn-red:hover,
.card-btn-red:focus,
.card-btn-red:active{background:#af122c !important;color:var(--white) !important;border-color:#af122c !important}
.card-btn-red:hover svg path,
.card-btn-red:focus svg path,
.card-btn-red:active svg path{fill:var(--white)}
.btn-circle-red{background:var(--primary);border-radius:50%;padding:0.625rem;width:3rem;height:3rem}
.btn-circle-red:hover{border:1px solid var(--primary)}
.btn-circle-red:hover svg path{fill:var(--primary)}
.btn-black{color:var(--white);background:var(--black)}
.btn-black svg path{fill:var(--white)}
.btn-black:hover svg path,
.btn-black:focus svg path,
.btn-black:active svg path{fill:var(--black)}
.btn-black:hover,
.btn-black:focus,
.btn-black:active{color:var(--black) !important;background:transparent !important;border-color:var(--black) !important}
.btn-reset{color:#797777;border:1px solid #797777;background:transparent;padding:0.5rem 1.25rem;font-size:1rem;font-weight:500}
.btn-reset:hover,
.btn-reset:focus,
.btn-reset:active{color:var(--primary);background:transparent;border-color:var(--primary)}
.splide__pagination{gap:1rem;bottom:0.75rem}
.splide__pagination__page.is-active{transform:scale(1);opacity:1;width:2rem;border-radius:0.25rem}
.form-check-input{border-color:var(--black);background-color:transparent}
.form-check-input[type=checkbox]{border-radius:0}
.form-check-input:checked{background-color:var(--primary);border-color:var(--primary)}
.form-check-input:checked:hover,
.form-check-input:checked:focus,
.form-check-input:checked:active{background-color:#af122c}
.form-check-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(198,21,51,0.25)}
.form-label{font-weight:500}
.form-check,
.form-check-label,
.form-check-input{cursor:pointer}
.form-control:focus{border-color:var(--primary)}
.alert{padding:1rem;border-radius:0;margin-bottom:1rem}
.header{background:#1E1E1E;transition:background-color 0.3s ease,backdrop-filter 0.3s ease}
.header.header-absolute{position:absolute;width:100%;z-index:10;background:transparent}
.header.scrolled,
.header .scrolled{position:fixed;z-index:99;top:0;left:0;width:100%;background-color:rgba(0,0,0,0.6);backdrop-filter:blur(20px)}
.header .navbar-nav{gap:1.5rem}
.header .nav-item{display:flex;align-items:center;justify-content:center}
.header .nav-link{display:flex;align-items:center;gap:0.25rem;color:var(--white);font-size:1rem;font-weight:500;text-align:center;padding:0.375rem 0.25rem !important;transition:color 0.15s ease}
.header .nav-link:hover,
.header .nav-link:focus,
.header .nav-link:active{color:var(--primary)}
.header .navbar-nav .nav-link.active,
.header .navbar-nav .nav-link.show{color:var(--primary)}
.header .navbar-brand{display:flex;align-items:center;padding:0}
.header .navbar-brand img{max-width:212px}
.header .header-top .container{padding:0.75rem 0;border-bottom:1px solid rgba(255,255,255,0.20)}
.header.header-dark .header-top .container{border-bottom:1px solid rgba(0,0,0,0.10)}
.header .navbar .container{padding:0}
.header .header-contact{padding:0;margin:0;list-style:none;display:flex;align-items:center;gap:1.5rem}
.header .header-contact li a{color:var(--white);text-decoration:none;font-size:0.875rem;font-weight:500;display:flex;align-items:center;gap:0.25rem;transition:all 0.15s ease}
.header .header-contact li a:hover,
.header .header-contact li a:focus,
.header .header-contact li a:active{color:var(--primary)}
.header .header-contact li a svg{width:1rem;height:1rem}
.header .header-contact li a svg path{transition:all 0.15s ease}
.header .header-contact li a:hover svg path,
.header .header-contact li a:focus svg path,
.header .header-contact li a:active svg path{stroke:var(--primary)}
.header .header-socials li a:hover svg path,
.header .header-socials li a:focus svg path,
.header .header-socials li a:active svg path{stroke:transparent;fill:var(--primary)}
.header .navbar{padding:0.75rem 0}
.header .dropdown{position:relative}
.header .dropdown .dropdown-menu{padding:0.75rem 0;border:0;border-radius:0;overflow:hidden;min-width:124px;margin-left:0.25rem;opacity:0;display:block;top:80%;left:-0.625rem;background:#2d2d2d;visibility:hidden;transform:translateY(10px);transition:opacity 0.3s ease,transform 0.3s ease,visibility 0.3s}
.header .dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0);box-shadow:0 2px 16px rgba(0,0,0,0.15)}
.header .dropdown .dropdown-menu li{display:flex;width:fit-content}
.header .dropdown-item{display:flex;padding:0.125rem 0.75rem;border-radius:0;font-size:0.875rem;font-weight:500;color:var(--white);transition:all 0.3s ease}
.header .dropdown-item:active{background:transparent}
.header .dropdown-item:hover,
.header .dropdown-item:focus,
.header .dropdown-item:active{color:var(--primary);background:#f7f7f7;background:transparent;transform:translateX(6px)}
.header .dropdown-toggle::after{display:none}
.header .dropdown-toggle svg{width:1rem;height:1rem}
.header .btn.active{background:transparent;color:var(--white);border-color:var(--white)}
.logo-default{position:absolute}
.logo-default,
.logo-mobile{z-index:9;transition:opacity 0.3s ease;display:inline-block}
.logo-mobile{position:relative;opacity:0}
.header.open .logo-default{opacity:0}
.header.open .logo-mobile{opacity:1}#backToTopBtn{position:fixed;bottom:24px;right:24px;z-index:99;border:none;outline:none;background-color:var(--primary);color:var(--white);cursor:pointer;font-size:1.125rem;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(50px);transition:opacity 0.5s ease,transform 0.5s ease,background-color 0.3s ease-in-out}
#backToTopBtn:hover{background-color:#C20A24}
#backToTopBtn.show{display:flex;opacity:1;transform:translateY(0)}
#backToTopBtn svg{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;stroke-width:2}.section-padding{padding:4rem 0}
.section-padding+.section-padding{padding-top:0}
.section-subtitle-light{display:block;font-weight:300;font-size:0.875rem;line-height:normal;letter-spacing:0.18rem;color:var(--white);text-transform:uppercase;margin-bottom:1rem}
.section-subtitle-dark{font-weight:300;font-size:0.75rem;line-height:normal;letter-spacing:0.18rem;color:var(--black);text-transform:uppercase;margin-bottom:1rem}
.section-title-light{font-size:3rem;line-height:3.5rem;font-weight:700;letter-spacing:0.1rem;color:var(--white);margin-bottom:1rem}
.section-title-dark{font-size:3rem;line-height:3.5rem;font-weight:700;letter-spacing:0.1rem;color:var(--black);margin-bottom:1rem}
.section-second-title-dark{font-size:2rem;font-weight:700;color:var(--black);margin-bottom:0px}
.section-second-title-light{font-size:2rem;font-weight:700;color:var(--white)}
.section-second-subtitle-dark{font-size:1.25rem;font-weight:700;color:var(--black)}
.section-second-subtitle-light{font-size:1.25rem;font-weight:700;color:var(--black)}
.section-subheading-dark-bold{font-size:1.25rem;font-weight:900;color:var(--black)}
.section-subheading-light{font-size:1.5rem;font-weight:500;color:var(--white);margin-bottom:1rem}
.section-subheading-dark{font-size:1.5rem;font-weight:700;color:var(--black);white-space:nowrap}
.section-text-bold-dark{font-size:1rem;font-weight:700;margin-bottom:0px}
.section-text-light{color:var(--white);font-size:1rem;font-weight:300;margin-bottom:1.5rem;max-width:480px}
.section-text-dark{color:var(--black);font-size:1rem;font-weight:300}
.section-text-dark strong{font-weight:700}
.hero{position:relative}
.hero .hero-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}
.hero .hero-image img{width:100%;height:100%;object-fit:cover}
.hero .hero-image.animate-zoom img{animation:zoomIn 6s ease-in-out forwards}
@keyframes zoomIn{0%{transform:scale(1)}100%{transform:scale(1.1)}}
.hero .hero-slide{position:relative;height:56rem;width:100%;display:flex;justify-content:center;align-items:center;background-size:cover;background-position:center;overflow:hidden}
.hero .hero-slide::before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(270deg,rgba(30,30,30,0.00) 0%,rgba(30,30,30,0.50) 100%)}
.hero .hero-slide>.container{position:relative;z-index:1}
.splide__arrow{background:transparent;border-radius:50%;width:2.5rem;height:2.5rem;opacity:1}
.splide__arrow svg{fill:var(--gray)}.slider-pagination{position:absolute;right:3rem;top:48%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;z-index:10;gap:0.75rem}
.slider-pagination .arrow{background:none;border:none;color:white;font-size:1.2rem;cursor:pointer;margin:0.625rem 0}
.slider-pagination .pagination-numbers{display:flex;flex-direction:column;align-items:center;gap:1.5rem}
.pagination-bullet{background:none;border:none;color:rgba(255,255,255,0.4);font-size:1.25rem;font-weight:600;cursor:pointer;padding:0}
.pagination-bullet.active span{color:white;border:2px solid white;border-radius:50%;padding:0.3125rem 0.625rem;display:flex;align-items:center;justify-content:center;width:40px;height:40px}
.hero-bar{background:rgba(11,11,13,0.50);backdrop-filter:blur(10px);position:absolute;width:100%;left:0;bottom:0;padding:1rem 0}
.hero-bar-text{font-size:1.25rem;font-weight:300;color:var(--white);margin-bottom:0;max-width:272px}
.hero-partner{width:124px;aspect-ratio:2 / 1;display:flex;justify-content:center;align-items:center;background:transparent}
.hero-partner img{max-width:80px;max-height:40px;object-fit:contain;filter:invert(1)}
.card{border-radius:0;overflow:hidden}
.card .card-photo img{transition:transform 0.3s ease}
.card:hover .card-photo img,
.card:focus .card-photo img,
.card:active .card-photo img{transform:scale(1.05)}
.card-photo{aspect-ratio:1/1;position:relative;min-height:24rem}
.card-photo::before{content:'';position:absolute;z-index:1;width:100%;height:100%;top:0;left:0;background:linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.40) 100%)}
.card-photo picture{display:block;height:100%;width:100%}
.card-photo img{height:100%;width:100%;object-fit:cover}
.card-body{position:absolute;z-index:2;bottom:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 2rem 2.5rem;text-decoration:none}
.card-body h3{color:var(--white);font-size:2.2rem;font-weight:700;text-decoration:none}
.card .card-body .btn{transition:all 0.3s ease}
.card .card-body .btn svg path{transition:all 0.3s ease}
.card:hover .card-body .btn{background:var(--white);color:var(--black)}
.card:hover .card-body .btn svg path{fill:var(--black)}
.card-wide .card-photo{aspect-ratio:16/9;min-width:12rem}.cta-banner{width:100%}
.cta-banner .btn-group{justify-content:center}
.cta-banner-image{aspect-ratio:19/5}
.cta-banner-image img{height:100%;width:100%;object-fit:cover}
.about-numbers{position:relative}
.about-numbers::after{content:'';position:absolute;top:50%;right:-1.75rem;transform:translateY(-50%);width:1px;height:80%;background:rgba(0,0,0,0.10)}
.about-numbers:last-child::after{display:none}
.about-numbers span{color:var(--primary);font-size:2rem;font-weight:700}
.sold-cars{padding-right:2rem;border-right:1px solid rgba(0,0,0,0.20)}
.fixed-cars{padding-left:2rem}
.about-photos{position:relative}
.about-main-photo{height:45%;width:70%}
.about-main-photo img{aspect-ratio:1/1;height:100%;width:100%;object-fit:cover}
.about-secondary-photo{height:60%;width:40%;position:absolute;right:0;bottom:-20%}
.about-secondary-photo img{aspect-ratio:1/1;height:100%;width:100%;object-fit:cover}
.about-text{padding-left:2em}
.car-offer{position:relative;margin-top:6rem}
.car-offer .car-offer-info{max-width:38.125rem}
.car-offer .car-offer-info p{margin-bottom:0}
.car-offer .car-offer-swipe{position:absolute;right:25%;bottom:65%;font-size:0.75rem;color:var(--primary);font-weight:700;text-decoration:none;padding:0.5rem 1rem;border:1px solid var(--primary);border-radius:1.5rem}
.car .car-offer-content{position:relative;padding:3rem 2rem 0rem 2rem}
.car-offer-content::after{content:'';position:absolute;width:100%;height:50%;background:var(--gray);background-size:cover;background-position:center;top:0;left:0;z-index:-1}
.car-offer-btn a{font-size:0.875rem;font-weight:400;color:var(--black);text-decoration:none}
.main-car img{height:20rem;width:100%;object-fit:cover}
.services .service-card{margin-bottom:1.5rem;overflow:hidden}
.services .service-content{min-height:628px;height:100%;padding:4.5rem;display:flex;flex-direction:column;justify-content:center;color:var(--white);background:#3A3939}
.services .service-card:nth-child(3n+1) .service-content{background:#797777}
.services .service-card:first-child:nth-last-child(n+3) .service-content{background:var(--primary)}
.services .service-card:nth-child(1):nth-last-child(2) .service-content{background:var(--black)}
.services .service-card:nth-child(2):nth-last-child(1) .service-content{background:#3A3939}
.services .service-card:nth-child(3n+2) .service-content{background:var(--black)}
.services .service-card:nth-child(3n+3) .service-content{background:#3A3939}
.services .service-photo{height:100%}
.services .service-photo img{height:100%;width:100%;object-fit:cover}
.services .service-card{position:sticky;top:100px;transition:all 0.3s ease}
.services .service-content .btn-group{display:flex;flex-wrap:wrap;gap:1rem;max-width:700px}
.services .service-content .btn-group .btn{flex:1 1 calc(50% - 0.5rem);display:flex;align-items:center;justify-content:space-between;white-space:nowrap}
.services .service-content .btn-group .btn:only-child{flex:none}
.rich-text li{margin-bottom:0.5rem}
.check-list{list-style:none !important;padding-left:0}
.check-list li{position:relative;padding-left:1.75rem;margin-left:0.375rem;margin-bottom:0.5rem}
.check-list li::before{content:'';position:absolute;left:0;top:1px;width:1.25rem;height:1.25rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='icon icon-tabler icons-tabler-outline icon-tabler-check'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l5 5l10 -10' /%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}
.cards-section .card-link{aspect-ratio:1/1;transition:opacity 0.3s ease}
.cards-section .card-link img{height:100%;width:100%;object-fit:cover}
.cards-section .card-link:hover{opacity:0.9}
.cards .card{aspect-ratio:3/2}
.caradvisor-card{background:#f9f9fb;padding:4rem 4rem}
.caradvisor-logo{display:block;margin-bottom:1.5rem;max-width:172px;max-height:48px}
.caradvisor-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}
.caradvisor-label{display:inline-block;font-size:0.75rem;letter-spacing:0.2rem;text-transform:uppercase;color:rgba(30,30,30,0.6);margin-bottom:0.75rem}
.caradvisor-title{font-size:2.75rem;font-weight:800;margin-bottom:0.25rem}
.caradvisor-title span{color:var(--primary)}
.caradvisor-claim{font-size:1rem;color:rgba(30,30,30,0.75);margin-bottom:0}
.caradvisor-badge{background:var(--black);color:var(--white);padding:0.75rem 1.5rem;border-radius:999px;font-weight:700;letter-spacing:0.2rem}
.caradvisor-metrics{display:flex;align-items:start;gap:2.5rem;padding:1.5rem 0;border-top:1px solid #eceef4;border-bottom:1px solid #eceef4}
.caradvisor-rating,
.caradvisor-recommendation{display:flex;flex-direction:column;gap:0.25rem}
.caradvisor-rating{flex-direction:column;align-items:start;gap:0.25rem;flex:1}
.caradvisor-recommendation{flex:1}
.caradvisor-stars{display:flex;gap:0}
.caradvisor-star{width:1.85rem;height:1.85rem;fill:#dfe3ec;transition:fill 0.2s ease}
.caradvisor-star.filled{fill:#ffb443}
.caradvisor-star.half{fill:#ffd89b}
.caradvisor-divider{width:2px;height:96px;background:#eceef4}
.caradvisor-value{font-size:3.25rem;font-weight:700;line-height:1}
.caradvisor-caption{font-size:0.9rem;text-transform:uppercase;letter-spacing:0.18rem;color:rgba(30,30,30,0.6)}
.caradvisor-recommendation small{font-size:0.9rem;color:rgba(30,30,30,0.6)}
.caradvisor-updated{margin-top:1rem;font-size:0.9rem;color:rgba(30,30,30,0.6)}
.caradvisor-empty{padding:1.25rem 1.5rem;background:#fff6f7;border:1px dashed rgba(198,21,51,0.4);color:#7c1a2b}@media (max-width:991px){.caradvisor-card{padding:2rem}.caradvisor-metrics{flex-direction:column;align-items:flex-start}.caradvisor-divider{width:100%;height:1px}.caradvisor-rating{flex-direction:column;align-items:flex-start}.caradvisor-value{font-size:2.5rem}}
.blog-card{display:flex;flex-direction:column;text-decoration:none;color:var(--black);height:100%}
.blog-card .blog-photo{position:relative;min-height:332px;height:auto;width:100%;aspect-ratio:5/4;overflow:hidden}
.blog-card .blog-photo img{height:100%;width:100%;object-fit:cover;transition:transform 0.3s ease}
.blog-card:hover img,
.blog-card:focus img,
.blog-card:active img{transform:scale(1.05)}
.blog-card .blog-photo .blog-date{position:absolute;top:0;right:0;background:var(--black);color:var(--white);padding:0.25rem 1rem;margin:1rem;font-size:0.8125rem;font-weight:700}
.blog-card .blog-text{background:var(--gray);padding:1.5rem;height:100%;display:flex;flex-direction:column;justify-content:space-between}
.blog-card .blog-text .blog-card-title{font-size:2rem;font-weight:700}
.blog-card .blog-text button{border:0;padding:0;background:transparent;color:var(--black);font-size:0.875rem;font-weight:700;margin-top:1rem}
.cta-banner{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;aspect-ratio:19/5;padding:4rem;display:flex;justify-content:center;align-items:center}
.cta-banner::before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.40) 100%)}
.cta-banner>.container{position:relative;z-index:1}
.hero-subpage{background:var(--gray);padding:3rem 2rem}
.hero-subpage .section-title-dark{margin-bottom:0}
.hero-subpage .section-text-dark{margin-top:1rem}
.hero-subpage .hero-subpage-text{max-width:698px}
.hero-subpage .section-subtitle-dark{text-align:center}
.filter .accordion .accordion-item:nth-child(1) .accordion-button:nth-child(1){border-top:1px solid rgba(0,0,0,0.1) !important}
.filter .accordion-item{border:none;box-sizing:border-box;border-bottom:1px solid rgba(0,0,0,0.1);border-radius:0;background:transparent}
.filter .accordion-button{padding:1rem 0rem;border-radius:0px;box-shadow:none;background:transparent;font-weight:700}
.filter .accordion-button:focus{box-shadow:none}
.filter .accordion-button:not(.collapsed){background:none}
.filter .accordion .accordion-item:nth-child(1) .accordion-button:nth-child(1){border-radius:0px;border-top:1px solid black}
.filter .accordion .accordion-item:last-child .accordion-button:nth-child(1){border-radius:0px}
.filter .accordion-body{padding:0rem;padding-bottom:1rem}
.filter .accordion-body .checkbox-item{padding-bottom:0.5rem}
.filter .accordion-body .checkbox-item label{font-size:1rem;font-weight:400}
.filter .accordion-body .checkbox-item input[type="checkbox"]{width:1.5rem;height:1.5rem}
.filter .accordion-body .checkbox-item input[type="checkbox"]:checked{background:var(--primary)}
.filter .form-check-label span{font-size:0.875rem;font-weight:400;color:#a2a2a2}
.filter .accordion-button::after{background-size:16px;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19.92 8.95L13.4 15.47C12.63 16.24 11.37 16.24 10.6 15.47L4.08 8.95' stroke='%231E1E1E' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}
.filter .form-select{border:1px solid var(--black);border-radius:0}
.filter .form-select:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(198,21,51,0.25)}
.advertise .advertise-content-specs-item span{display:block;line-height:20px}
.advertise .advertise-content-specs-item .section-text-bold-dark{line-height:24px}
.advertise .advertise-photo{display:flex;justify-content:center;align-self:center;overflow:hidden;height:100%;width:100%;background:var(--gray);border:1px solid #f0f0f0;border-bottom:0}
.advertise .advertise-photo picture{display:block;height:100%;aspect-ratio:3/2;overflow:hidden}
.advertise .advertise-photo img{height:100%;width:100%;object-fit:cover;transition:transform 0.3s ease}
.advertise .advertise-photo:hover img,
.advertise .advertise-photo:focus img,
.advertise .advertise-photo:active img{transform:scale(1.05)}
.advertise .advertise-content{background:var(--gray);padding:1.5rem;height:100%;display:flex;flex-direction:column;justify-content:space-between}.pagination{gap:6px}.page-link{border-radius:0 !important}.page-item:first-child .page-link,
.page-item:last-child .page-link{border-radius:0 !important}.page-item .page-link{border:1px solid var(--primary);color:var(--primary);background-color:transparent;padding:0.5rem 0.9rem;font-weight:500;transition:all 0.2s ease}.page-item .page-link:hover{background-color:var(--primary);color:#fff;border-color:var(--primary)}.page-item.active .page-link{background-color:var(--primary);border-color:var(--primary);color:#fff;cursor:default}.page-item.disabled .page-link{opacity:0.4;pointer-events:none;color:var(--primary);background-color:transparent}.page-link:focus{box-shadow:0 0 0 0.15rem rgba(var(--primary-rgb),0.25)}
.breadcrumb-wrapper{background:var(--gray);padding:1.5rem}
.breadcrumb-wrapper .breadcrumb{margin-bottom:0}
.breadcrumb-wrapper .breadcrumb-item a{text-transform:none}
.breadcrumb{justify-content:center;text-align:center}
.breadcrumb-wrapper .breadcrumb{justify-content:start;text-align:left}
.breadcrumb .breadcrumb-item{text-transform:uppercase}
.breadcrumb .breadcrumb-item a{text-decoration:none;color:var(--black);transition:color 0.15s ease}
.breadcrumb .breadcrumb-item a:hover,
.breadcrumb .breadcrumb-item a:focus,
.breadcrumb .breadcrumb-item a:active{color:var(--primary)}
.detail-heading{border-bottom:1px solid var(--gray);padding:1.5rem 0rem}
.detail-heading-text p{font-size:2.25rem;font-weight:700;line-height:2.5rem}
.detail-heading-price .old-price{font-size:1.25rem;font-weight:300;line-height:1.25rem;padding-bottom:0.25rem;margin-top:-0.375rem !important;text-decoration-line:line-through}
.detail-heading-price .new-price{font-size:2.25rem;font-weight:700;line-height:2rem}
.detail-gallery-first{display:block;aspect-ratio:1/1;overflow:hidden}
.detail-gallery-first img{height:100%;width:100%;object-fit:cover}
.detail-gallery-secondary{aspect-ratio:1/1;max-width:224px}
.detail-gallery-secondary img{height:100%;width:100%;object-fit:cover}
.detail-info{padding:0 1rem}
.detail-info-item span{display:block;line-height:1.375rem}
.detail-info-item p{margin-bottom:0.875rem}
.detail-equipment-content{background:var(--gray);padding:2rem}
.detail-equipment-item{width:100%}
.detail-equipment-item svg{width:1rem;height:1rem;min-width:1rem;min-height:1rem}
.detail-equipment-item-body{background:var(--gray);padding:2rem}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link{color:rgba(0,0,0,0.40);font-size:1.25rem;font-weight:400;padding:0.5rem 3rem;border:0}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active{background:none;border:none;border-bottom:2px solid #C61533}
.nav-link:focus-visible{outline:none;box-shadow:none}
.discount-amount{color:var(--primary);line-height:1.25rem;font-weight:700;padding-bottom:0.5rem}
.detail-contact{min-height:36rem}
.deatil-equipment-heading{text-align:center}
.two-columns-layout{column-count:1;column-gap:2rem}
@media (min-width:992px){.two-columns-layout{column-count:2}}
.two-columns-layout .detail-equipment-item{break-inside:avoid;page-break-inside:avoid;margin-bottom:1rem}
.two-columns-layout svg{flex-shrink:0}
.detail-equipment-item{margin-bottom:0.5rem}
.sellers-content{background:var(--primary);padding:3.75rem}
.seller-card{position:relative;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}
.seller-card-photo{aspect-ratio:1/1;max-height:14rem}
.seller-card-photo img{height:100%;width:100%;object-fit:cover;border-radius:50%}
.seller-card-text{width:100%;height:100%;padding:2rem;z-index:1;margin-top:-2rem;background:var(--white)}
.seller-card-text-link{text-decoration:none;color:var(--primary);font-size:0.875rem;font-weight:700;transition:color 0.3s ease}
.seller-card-text-link:hover,
.seller-card-text-link:focus,
.seller-card-text-link:active{color:#af122c}
.seller-card-email,
.seller-card-phone{margin:0;padding:0;list-style:none}
.seller-card-phone li a{color:var(--black);font-size:0.875rem;font-weight:700;text-decoration:none;transition:color 0.3s ease}
.seller-card-phone li a:hover,
.seller-card-phone li a:focus,
.seller-card-phone li a:active{color:var(--primary)}
.service-form-content{background:var(--gray);padding:3.75rem 2rem}
.form-control:focus{box-shadow:none}
.form-group input{background:none;padding:1.25rem 0rem;border:none;border-bottom:1px solid var(--black);border-radius:0px;font-size:1rem;font-weight:500;color:var(--black);box-shadow:none}
.form-group input::placeholder{color:var(--black);font-weight:500}
.form-group input:focus{background:none}
.form-group select{padding:1.25rem 0rem;border:none;border-bottom:1px solid var(--black);border-radius:0px;font-size:1rem;font-weight:500;color:var(--black);box-shadow:none;background:none}
.form-group select:focus{background:none}
.form-group textarea{background:none;padding:1.25rem 0rem;border:none;border-bottom:1px solid var(--black);border-radius:0px;font-size:1rem;font-weight:500;color:var(--black);box-shadow:none}
.form-group textarea:focus{background:none}
.form-group textarea::placeholder{color:var(--black);font-weight:500}
.service-form-content a{color:var(--primary)}
.service-brand-brands{display:flex;justify-content:space-around}
.service-brand-brands .hero-partner{display:flex;align-items:center;justify-content:center;padding:1rem 2rem}
.service-brand-brands .hero-partner img{max-width:64px;max-height:64px;filter:brightness(0);-webkit-filter:brightness(0)}
.career-photo{aspect-ratio:1/1}
.career-photo img{aspect-ratio:1/1;object-fit:cover;object-position:10%}
.career-text-expectation ul{list-style:none;padding:0}
.career-text-expectation ul li{position:relative;padding-left:1.875rem;font-size:1rem;color:#1E1E1E;font-weight:300;margin-bottom:0.7rem}
.career-text-expectation ul li::before{content:url(/assets/images/Vector.svg);position:absolute;left:0;height:1.25rem;background-size:contain;background-repeat:no-repeat}
.career-card{text-decoration:none;background:var(--gray);padding:2rem 1.5rem;transition:background 0.3s ease}
.career-card:hover,
.career-card:focus,
.career-card:active{background:#e6e6e8}
.career-card-title{font-size:1.75rem;font-weight:700;color:var(--black);margin-bottom:0.5rem}
.career-card-description{margin-bottom:0;color:rgba(30,30,30,0.7)}
.career-badges{display:flex;justify-content:flex-end;gap:0.5rem}
.career-detail-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2.5rem}
.career-detail-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;padding:1.5rem;background:var(--gray);margin-bottom:2.5rem}
.career-detail-meta span{display:block;font-size:0.8rem;letter-spacing:0.15rem;text-transform:uppercase;color:rgba(30,30,30,0.5);margin-bottom:0.35rem}
.career-detail-meta strong{font-size:1.4rem;font-weight:700}
.career-detail-body{display:flex;flex-direction:column;gap:2.5rem}
.career-detail-section h2{font-size:1.5rem;margin-bottom:1rem}
.career-detail-cta{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,0.08);display:flex;justify-content:space-between;align-items:center;gap:1.5rem}
.career-detail-cta a{flex-shrink:0}
.career-detail-cta p{margin-bottom:0}
.career-detail-cta p a{color:var(--primary)}
.career-detail .career-badges{display:flex;flex-wrap:wrap;justify-content:start;gap:0.75rem}
.career-detail .career-badges span{background:var(--gray);padding:0.45rem 1rem;font-weight:600}
.footer .footer-content{padding:4rem 0.75rem 2rem;color:var(--white);background:var(--black)}
.footer-logo{display:flex;width:fit-content;margin-bottom:1.5rem}
.footer-logo img{max-width:212px}
.footer-left{font-size:0.875rem}
.footer-right .footer-text{color:var(--white);border-bottom:1px solid rgba(255,255,255,0.2)}
.footer-hours-heading h3{margin-top:2rem;margin-bottom:1rem;font-size:1.125rem;color:var(--white);font-weight:700}
.footer-heading-red{color:var(--primary)}
.footer-opening-hours{margin-bottom:0.4rem}
.footer-contact{display:flex;flex-direction:column;gap:0.75rem}
.footer-contact .footer-contact-item{width:fit-content;display:flex;align-items:center;gap:0.5rem;color:var(--white);text-decoration:none;transition:color 0.3s ease}
.footer-contact .footer-contact-item:hover,
.footer-contact .footer-contact-item:focus,
.footer-contact .footer-contact-item:active{color:var(--primary)}
.footer-contact .footer-contact-item svg path{transition:all 0.3s ease;stroke:var(--white)}
.footer-contact .footer-contact-item:hover svg path,
.footer-contact .footer-contact-item:focus svg path,
.footer-contact .footer-contact-item:active svg path{stroke:var(--primary)}
.day{font-size:14px;font-weight:500;color:var(--white)}
.hours{font-size:14px;font-weight:500;color:var(--white)}
.closed{color:#FFF33}
.footer-copyright{border-top:1px solid rgba(255,255,255,0.1);margin-top:2rem;padding-top:2rem}
.footer .footer-links{display:flex;flex-wrap:wrap;gap:1.5rem}
.footer .footer-links a{color:rgba(255,255,255,0.6);font-size:0.875rem;font-weight:500;text-decoration:none;transition:color 0.3s ease}
.footer .footer-links a:hover,
.footer .footer-links a:focus,
.footer .footer-links a:active{color:var(--primary)}
.copyright-text{color:rgba(255,255,255,0.6);font-size:0.875rem;margin-bottom:0}
.copyright-text .title{color:#fff}
.copyright-text a{color:rgba(255,255,255,0.6);transition:color 0.15s ease}
.copyright-text a:hover,
.copyright-text a:focus,
.copyright-text a:active{color:rgba(255,255,255,0.6)}
.copyright-btn a{max-width:12rem;text-decoration:none;font-size:0.875rem;font-weight:700;color:rgba(255,255,255,0.4);padding:0.625rem 2.5rem;border:1px solid rgba(255,255,255,0.4);border-radius:1.5rem;transition:all 0.15s ease}
.copyright-btn a svg{transition:all 0.15s ease;fill:rgba(255,255,255,0.4)}
.copyright-btn a:hover,
.copyright-btn a:focus,
.copyright-btn a:active{color:rgba(255,255,255,0.2);border-color:rgba(255,255,255,0.2)}
.copyright-btn a:hover svg,
.copyright-btn a:focus svg,
.copyright-btn a:active svg{fill:rgba(255,255,255,0.2)}.error-container{color:var(--black);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:4rem 1.25rem}
.error-content h1{font-size:8rem;font-weight:800;color:var(--primary);margin:0;text-align:center}
.error-content h2{font-size:2.5rem;font-weight:700;margin:10px 0;text-align:center}
.error-content p{text-align:center;font-size:1.2rem;margin-bottom:1.25rem}
@media screen and (max-width:768px){.error-content h1{font-size:7rem}.error-content h2{font-size:2rem}.error-content p{font-size:1rem}}
@media screen and (max-width:576px){.error-content h1{font-size:4rem}.error-content h2{font-size:1.5rem}.error-content p{font-size:0.875rem}}.post-image{position:relative;aspect-ratio:21/9;margin-top:-8rem;margin-bottom:3rem}
.post-image img{height:100%;width:100%;object-fit:cover}
.post-content a{color:var(--primary);transition:color 0.15s ease}
.post-content a:hover,
.post-content a:focus,
.post-content a:active{color:#af122c}
.post-content blockquote{font-size:1.5rem;font-weight:700;color:var(--black);background:var(--gray);border-left:4px solid var(--primary);padding:1.5rem;margin-bottom:1.5rem}

.post-gallery-item{display:block;position:relative;aspect-ratio:3/2;overflow:hidden}
.post-gallery-item img{height:100%;width:100%;object-fit:cover;transition:transform 0.3s ease}
.post-gallery-item:hover img,
.post-gallery-item:focus img,
.post-gallery-item:active img{transform:scale(1.05)}.employees-list .seller-card .seller-card-text{box-shadow:0 0 48px rgba(0,0,0,0.1)}.accordion-button:not(.collapsed){color:var(--black)}
.page-link{color:var(--black)}
.page-link:hover,
.page-link:focus,
.page-link:active,
.page-link.active{color:var(--primary)}
.page-link:focus{box-shadow:none}.rich-text ul{line-height:1.25rem}
.rich-text h3{margin-top:1.5rem}
.rich-text h3:first-child{margin-top:0}
@media screen and (min-width:1200px){.car-offer-content{padding:2rem}.car-offer-swipe{right:30% !important;bottom:70% !important}}
@media screen and (max-width:1512px){.hero .hero-slide{height:46rem}}
@media screen and (max-width:1366px){.cards .card{aspect-ratio:8/8}}
@media screen and (max-width:1200px){.btn{font-size:0.875rem !important}.section-title-light{font-size:2.5rem}.blog-card-title{font-size:1.5rem !important}.section-subheading-light{font-size:1.3rem}.car-offer-content{padding:2rem}.car-offer-swipe{right:10% !important;bottom:30% !important}.main-car img{height:17rem}}
@media screen and (max-width:991px){.navbar-toggler{border-radius:0;border:none;margin:-0.5rem 0 0 0}.navbar-toggler:focus{outline:none;box-shadow:none}.navbar-collapse{display:flex;align-items:start;justify-content:flex-start;padding:8rem 4rem 2rem !important}.navbar-collapse{position:fixed;z-index:99;right:-100%;background-color:var(--white);top:0;bottom:0;width:100%;height:100%;padding:100px 0;overflow:auto;transition:0.2s;-webkit-transition:0.2s;-moz-transition:0.2s;-ms-transition:0.2s;-o-transition:0.2s;flex-direction:column}.navbar-collapse.show{right:0;height:auto;min-height:100vh}.navbar .navbar-toggler,.navbar-brand{z-index:999}.navbar-toggler span{background-color:var(--white);position:relative;width:24px;height:2px;display:block;margin-bottom:6px;transition:0.5s;-webkit-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s}.navbar-toggler.open span:first-child{top:5px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}.navbar-toggler.open span:nth-child(2){display:none}.navbar-toggler.open span:last-child{top:-3px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)}.navbar-toggler.open span{background-color:var(--black)}.navbar-toggler span:last-child{margin-bottom:0}.header.header-dark .navbar-toggler span{background-color:var(--black)}.header .nav-item{justify-content:center}.header .nav-item .nav-link{font-size:1.5rem;color:var(--black)}.header .dropdown-item{font-size:1.125rem;font-weight:400}.header .dropdown .dropdown-menu{display:none;opacity:0;visibility:hidden;border:none;padding:0;padding-bottom:0.5rem}.header .dropdown .dropdown-menu.show{display:block;opacity:1;visibility:visible;transform:translateY(0);margin:0}.header .dropdown-toggle svg{width:1.5rem;height:1.5rem;stroke-width:3.5}.header .navbar-nav{gap:0;width:100%;align-items:flex-start !important}.header .navbar{padding:0.5rem 1rem}.main-car img{height:13rem}.about-text{margin-top:10rem}.cards-text{margin-top:5rem}.card-photo{aspect-ratio:3/2}.service-content{padding:3rem !important;min-height:auto}.services .service-card{position:sticky;top:5rem}.service-btn{width:95%}.footer-logo{max-width:20rem}.detail-info{padding:2rem 0rem}.detail-contact{margin-top:8rem}.hero .hero-slide>.container{padding:0 1rem 5rem}.card-photo{aspect-ratio:16/9;min-height:12rem}.slider-pagination{top:43%}.detail-heading-text h1{font-size:2rem}.detail-heading-text p{font-size:2rem;line-height:2.25rem}.detail-heading-price .new-price{font-size:2rem}.career-card{padding:1.75rem}.about-text{padding:0}.header .dropdown{flex-direction:column}.header .dropdown .dropdown-menu{background-color:#f8f9fa;box-shadow:none !important;padding:0.5rem 0}.header .dropdown-item{color:var(--black)}.header .dropdown{align-items:start}.services .service-photo{min-height:12rem;aspect-ratio:1/1}.services{margin-top:10rem}.hero-bar-text{max-width:100%}.detail-equipment-content{padding-bottom:0}}
@media screen and (max-width:768px){.section-title-dark{font-size:2.5rem}.car-offer-btn{margin-bottom:2rem}.main-car img{height:8rem}.card-photo{min-height:0}.section-title-dark{line-height:2.5rem}.section-title-light{font-size:2rem;line-height:2.5rem}.section-title-dark{font-size:2rem;line-height:2.5rem}.car-offer-swipe{right:30% !important;bottom:42% !important}.slider-pagination{right:1.5rem}.career-detail-cta{flex-direction:column;align-items:flex-start;gap:1.5rem}.cta-banner{padding:4rem 2rem}.about-text{margin-top:8rem}.cards-text{margin-top:3rem}.career-badges{justify-content:flex-start}.career-card{padding:2rem 1rem}.navbar-collapse>div:first-child{max-width:720px;margin:0 auto}.cards .card{aspect-ratio:8/5}.detail-heading-price .old-price{margin-top:0.125rem !important}.detail-heading-price .new-price{font-size:2.75rem;margin-top:0.375rem}.detail-contact{margin-top:6rem}}
@media screen and (max-width:576px){.navbar-collapse{padding:8rem 1.5rem 4rem !important}.slider-pagination{display:none}.section-padding{padding:2rem 0}.cta-banner{min-height:28rem}.nav-tabs{justify-content:center}.breadcrumb-wrapper{padding:1rem 0}.detail-heading{padding-bottom:0.5rem}.detail-info{padding:0.5rem 0}.detail-gallery-secondary{max-width:124px}.section-title-dark{margin-bottom:0}.about-text{margin-top:8rem}.card-body h3{font-size:1.75rem;margin-bottom:0}.section-subtitle-light{margin-bottom:0.25rem}.card .card-body .btn{padding:0.625rem 1.5rem}.services{margin-top:4rem}.card-body{padding:1.5rem 1.5rem 2rem}}
@media screen and (max-width:480px){.navbar-collapse{padding:6rem 0.75rem 4rem !important}.header .navbar-brand img{max-width:164px}.hero-bar-text{font-size:1rem}.hero-partner{margin:1rem 0rem;max-width:3rem}.hero-subpage{padding:2rem 1rem}.main-car img{height:6rem}.btn-circle-red{width:4rem}.detail-content p{font-size:1rem}.detail-equipment .nav .nav-link{font-size:1rem}.cta-banner{max-width:100%}.copryright-btn a{max-width:2rem}.header .navbar{padding:0.75rem 0.5rem}.post-image{aspect-ratio:3/2;margin-top:0}.services .service-content .btn-group{flex-direction:column}.services .service-content .btn-group .btn{flex:auto;width:100%}.card-body{padding:1.5rem 1rem}.caradvisor-card{padding:2rem 1.5rem}.caradvisor-metrics{gap:1.5rem}.cta-banner{padding:2rem 1rem}.footer .footer-content{padding:3rem 0.5rem 2rem}.footer-copyright{margin-top:1.5rem;padding-top:1.5rem}.hero-partner img{max-width:64px;max-height:32px}.hero .hero-slide>.container{padding:0 0.75rem 3rem}.hero .hero-slide{height:40rem}.about-text{margin-top:7rem}.section-subtitle-dark{line-height:1rem}.discount-amount{margin-bottom:0 !important}.services .service-content{padding:3rem !important}.section-second-title-dark{font-size:1.5rem}.seller-card-photo{max-height:12rem}}
@media screen and (max-width:425px){.service-brand-brands{flex-direction:column;align-items:center;gap:1rem}}
@media screen and (max-width:768px){.filter-mobile-collapse{position:fixed;z-index:9999;right:-100%;background-color:var(--white);top:0;bottom:0;width:100%;height:100%;padding:20px;padding-top:50px;overflow-y:auto;transition:transform 0.3s ease-in-out;display:block !important;transform:translateX(100%);right:0}.filter-mobile-collapse.show{transform:translateX(0)}}