@font-face{font-family:Renault;font-display:swap;src:url(/assets/NouvelR-Regular-paCz-MQn.ttf) ,}:root{--vt-c-white:#fff;--vt-c-white-soft:#f8f8f8;--vt-c-white-mute:#f2f2f2;--vt-c-black:#181818;--vt-c-black-soft:#222;--vt-c-black-mute:#282828;--vt-c-indigo:#2c3e50;--vt-c-divider-light-1:rgba(60,60,60,.29);--vt-c-divider-light-2:rgba(60,60,60,.12);--vt-c-divider-dark-1:rgba(84,84,84,.65);--vt-c-divider-dark-2:rgba(84,84,84,.48);--vt-c-text-light-1:var(--vt-c-indigo);--vt-c-text-light-2:rgba(60,60,60,.66);--vt-c-text-dark-1:var(--vt-c-white);--vt-c-text-dark-2:rgba(235,235,235,.64)}:root{--color-background:var(--vt-c-white);--color-background-soft:var(--vt-c-white-soft);--color-background-mute:var(--vt-c-white-mute);--color-border:var(--vt-c-divider-light-2);--color-border-hover:var(--vt-c-divider-light-1);--color-heading:var(--vt-c-text-light-1);--color-text:var(--vt-c-text-light-1);--section-gap:160px}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100dvh;color:var(--color-text);background:var(--color-background);transition:color .5s , background-color .5s;line-height:1.6;font-family:Renault,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{margin:0 auto;font-weight:400}header{max-width:100%;overflow-x:hidden;display:flex;flex-direction:column;align-items:center;width:100%;height:auto;position:sticky;z-index:100;top:0;left:0;background-color:#fff}header #contact{width:75%;padding:5px 10px;display:flex;justify-content:space-between;align-items:center;height:30px}@media screen and (max-width:768px){header #contact{display:none}}@media screen and (min-width:768px) and (max-width:1200px){header #contact{display:flex;width:100%}}header #contact h5{font-family:Renault,sans-serif;margin:0;font-size:1em}header #contact a{color:#162b40;text-decoration:none;font-weight:600;font-family:Renault,sans-serif;font-size:1em;position:relative;top:.05em}header #contact a.active{text-decoration:underline!important}@media screen and (min-width:768px) and (max-width:1200px){header #contact a{font-size:.8em}}header #contact a:hover{text-decoration:underline}header #contact #location,header #contact #phone{display:flex;height:30px}header #contact #location{justify-content:flex-start;gap:1em;align-items:center}header #contact #location span{height:30px;display:flex;align-items:center;gap:.25em;font-weight:600;font-family:Renault,sans-serif;color:#162b40;font-size:1em}@media screen and (min-width:768px) and (max-width:1200px){header #contact #location span{font-size:.8em}}header #contact #location span:nth-child(1):before{content:url(https://api.iconify.design/carbon/location-filled.svg?color=%23162b40&width=15&height=15\');position:relative;top:.15em}header #contact #location span:nth-child(2):before{content:url(https://api.iconify.design/tabler/clock-hour-3.svg?color=%23162b40&width=15&height=15\');position:relative;top:.15em}header #contact #location span p{margin:0;position:relative;top:.05em}header #contact #phone{justify-content:flex-end;align-items:center;gap:.25em}header #contact #phone:before{content:url(https://api.iconify.design/carbon/phone-voice.svg?color=%23162b40&width=20&height=20);position:relative;top:.15em}header nav{width:75%;height:60px;padding:0 10px;display:flex;justify-content:space-between;align-items:center;font-family:Renault,sans-serif;-webkit-user-select:none;user-select:none}@media screen and (max-width:1200px){header nav{width:100%}}header nav .brand{display:flex;align-items:center;gap:5px;height:40px;border-left:10px solid #efdf00;font-size:1.5rem;color:#000;cursor:pointer}header nav .brand #brand___first-part,header nav .brand #brand___second-part{margin:0;line-height:30px}header nav .brand #brand___first-part{font-weight:600;padding-left:.5em}header nav .brand #brand___second-part{font-weight:600}@media screen and (max-width:1200px){header nav .show{left:0!important;transition:all .5s ease;background-color:#fff;height:calc(100vh - 60px)}}header nav .active .bar{opacity:0;transition:opacity .5s ease}header nav .active:before{transform:translateY(8.5px) rotate(45deg);transition:transform .5s ease}header nav .active:after{transform:translateY(-8.5px) rotate(-45deg);transition:transform .5s ease}header nav #burger-btn{display:none}@media screen and (max-width:768px){header nav #burger-btn{width:30px;height:20px;display:flex;justify-content:center;align-items:center;position:relative}header nav #burger-btn .bar{width:30px;height:3px;background-color:#162b40;border-radius:3px;transition:opacity .5s ease}header nav #burger-btn:before{content:"";position:absolute;top:0;width:30px;height:3px;background-color:#162b40;border-radius:3px;transition:transform .5s ease}header nav #burger-btn:after{content:"";position:absolute;bottom:0;width:30px;height:3px;background-color:#162b40;border-radius:3px;transition:transform .5s ease}}header nav ul{list-style:none;display:flex;align-items:center;gap:.75em}@media screen and (max-width:768px){header nav ul{position:fixed;flex-direction:column;width:100%;top:60px;padding:0;margin:0;left:100%;transition:all .5s ease}}@media screen and (min-width:768px) and (max-width:1200px){header nav ul{top:90px}}header nav ul li{font-family:Renault,sans-serif;font-size:1.2rem;background-color:#fff;font-weight:400;position:relative;cursor:pointer}header nav ul li a{text-decoration:none}header nav ul li:has(a.active):before{transform:scaleX(1)!important}header nav ul li:last-child:has(a.active) button{background-color:#162b40;color:#efdf00}header nav ul li:not(:last-child):before{content:"";position:absolute;width:100%;height:2px;background-color:#efdf00;bottom:0;left:0;transform:scaleX(0);transform-origin:left;transition:transform .3s ease-in-out}header nav ul li:not(:last-child):hover:before{transform:scaleX(1)}header nav ul li:not(:last-child) a{text-decoration:none;color:#162b40}footer::-webkit-scrollbar{display:none}footer{max-width:100%;overflow-x:hidden;position:relative;bottom:0;display:flex;flex-direction:column}footer .contact{width:100%;height:75px;background:#efdf00;display:flex;justify-content:center;align-items:center;gap:3em;font-family:Renault,sans-serif;font-size:1.25em;color:#162b40}@media screen and (max-width:1200px){footer .contact{font-size:.8em;gap:1em;height:125px;flex-direction:column}}footer .contact h2{margin:0;font-weight:400}footer .contact a{display:flex;font-size:1.25em;color:#162b40;text-decoration:none;justify-content:center;align-items:center;font-weight:600;border-radius:.33em;transition:all .15s ease-in-out;cursor:pointer}footer .contact a:hover{text-decoration:underline}footer .contact a:before{content:url(https://api.iconify.design/bxs/phone.svg?color=%23162b40&width=40&height=40);display:block;width:1.5em;height:1.5em;margin-right:.5em;position:relative}@media screen and (max-width:1200px){footer .contact a:before{top:-.5em;margin-right:2em}}footer .footer{width:100%;background:#fff;display:flex;justify-content:space-between;align-items:center;font-family:Renault,sans-serif;font-size:1.25em;color:#efdf00;padding:2em 1em}@media screen and (max-width:1200px){footer .footer{flex-direction:column}}footer .footer .general{width:50%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:1em;padding:1em 2em}@media screen and (max-width:1200px){footer .footer .general{width:100%;padding:1em;align-items:center}}footer .footer .general .brand{display:flex;align-items:center;gap:5px;height:40px;border-left:10px solid #efdf00;font-size:1.5rem;color:#000}footer .footer .general .brand #brand___first-part,footer .footer .general .brand #brand___second-part{margin:0;line-height:30px}footer .footer .general .brand #brand___first-part{font-weight:600;padding-left:.5em}footer .footer .general .brand #brand___second-part{font-weight:600}footer .general span.doc{cursor:pointer;font-weight:400;font-family:Renault,sans-serif;color:#162b40;font-size:.75em}footer .general span.doc:hover{text-decoration:underline}footer .footer .general a{display:flex;font-size:1.25em;color:#162b40;text-decoration:none;justify-content:center;align-items:center;font-weight:600;border-radius:.33em;transition:all .15s ease-in-out;cursor:pointer}@media screen and (max-width:1200px){footer .footer .general a{font-size:.8em}}footer .footer .general a:hover{text-decoration:underline}footer .footer .general a:before{content:url(https://api.iconify.design/bxs/phone.svg?color=%23162b40&width=40&height=40);display:block;width:1.5em;height:1.5em;margin-right:.5em;position:relative}@media screen and (max-width:1200px){footer .footer .general a:before{top:-.5em;margin-right:2em}}footer .footer .general .hours{height:30px;display:flex;align-items:center;gap:.25em;font-weight:600;font-family:Renault,sans-serif;color:#162b40;font-size:1em}@media screen and (max-width:767px){footer .footer .general .hours{font-size:.75em;flex-direction:column;width:100%;text-align:center;height:auto}}footer .footer .general .hours h5{font-family:Renault,sans-serif;margin:0;font-size:1em}@media screen and (max-width:767px){footer .footer .general .hours{font-size:.8em}}footer .footer .general .hours:before{content:url(https://api.iconify.design/tabler/clock-hour-3.svg?color=%23162b40&width=15&height=15\');position:relative;top:.15em}footer .footer .general .hours p{margin:0;position:relative;top:.05em}footer .footer .general .copyright{font-weight:400;font-family:Renault,sans-serif;color:#162b40;font-size:.75em}@media screen and (max-width:767px){footer .footer .general .copyright{text-align:center;width:100%}}footer .footer iframe{width:600px;height:300px}@media screen and (max-width:767px){footer .footer iframe{width:300px;height:200px}}.btn-primary{all:unset;padding:.25em 1em;display:flex;justify-content:center;align-items:center;background:#efdf00;color:#162b40;font-weight:600;border-radius:.33em;transition:all .15s ease-in-out;cursor:pointer}.btn-primary:hover{background:#162b40;color:#efdf00}:root{--vc-clr-primary:#000;--vc-clr-secondary: #090f207f;--vc-clr-white:#fff;--vc-icn-width:1.2em;--vc-nav-width:30px;--vc-nav-height:30px;--vc-nav-border-radius:0;--vc-nav-color:var(--vc-clr-primary);--vc-nav-color-hover:var(--vc-clr-secondary);--vc-nav-background:transparent;--vc-pgn-width:12px;--vc-pgn-height:4px;--vc-pgn-margin:4px;--vc-pgn-border-radius:0;--vc-pgn-background-color:var(--vc-clr-secondary);--vc-pgn-active-color:var(--vc-clr-primary)}.carousel{position:relative;text-align:center;box-sizing:border-box;touch-action:pan-y;overscroll-behavior:none}.carousel.is-dragging{touch-action:none}.carousel *{box-sizing:border-box}.carousel__track{display:flex;padding:0!important;position:relative}.carousel__viewport{overflow:hidden}.carousel__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.carousel__icon{width:var(--vc-icn-width);height:var(--vc-icn-width);fill:currentColor}.carousel__prev,.carousel__next{box-sizing:content-box;background:var(--vc-nav-background);border-radius:var(--vc-nav-border-radius);width:var(--vc-nav-width);height:var(--vc-nav-height);text-align:center;font-size:var(--vc-nav-height);padding:0;color:var(--vc-nav-color);display:flex;justify-content:center;align-items:center;position:absolute;border:0;cursor:pointer;margin:0 10px;top:50%;transform:translateY(-50%)}.carousel__next--disabled,.carousel__prev--disabled{cursor:not-allowed;opacity:.5}.carousel__prev{left:0}.carousel__next{right:0}.carousel--rtl .carousel__prev{left:auto;right:0}.carousel--rtl .carousel__next{right:auto;left:0}@media (hover:hover){.carousel__prev:hover,.carousel__next:hover{color:var(--vc-nav-color-hover)}}.carousel__pagination{display:flex;justify-content:center;list-style:none;line-height:0;margin:10px 0 0;padding:0}.carousel__pagination-button{display:block;border:0;margin:0;cursor:pointer;padding:var(--vc-pgn-margin);background:transparent}.carousel__pagination-button:after{display:block;content:"";width:var(--vc-pgn-width);height:var(--vc-pgn-height);border-radius:var(--vc-pgn-border-radius);background-color:var(--vc-pgn-background-color)}.carousel__pagination-button--active:after{background-color:var(--vc-pgn-active-color)}@media (hover:hover){.carousel__pagination-button:hover:after{background-color:var(--vc-pgn-active-color)}}.carousel__slide{scroll-snap-stop:auto;flex-shrink:0;margin:0;position:relative;display:flex;justify-content:center;align-items:center;transform:translateZ(0)}.carousel[data-v-21bf22f6]{width:55%}@media (max-width:1200px){.carousel[data-v-21bf22f6]{width:100%}}.slide[data-v-21bf22f6]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:1em;padding:1rem;border-radius:.25em;box-shadow:0 0 10px #0000001a}.slide .slide__image[data-v-21bf22f6]{width:100%;height:100%}.slide .slide__image img[data-v-21bf22f6]{width:100%;height:100%;min-height:235px;object-fit:cover}.slide .slide__content[data-v-21bf22f6]{display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-height:150px;gap:.5em;font-family:Renault,sans-serif;color:#525252}.slide .slide__content h2[data-v-21bf22f6]{font-size:1.5rem;font-weight:600;margin:0}.slide .slide__content p[data-v-21bf22f6]{font-size:1.25em;font-weight:600;margin:0}.slide .slide__content .bonus[data-v-21bf22f6]{font-size:.8em;font-weight:400}.carousel__pagination[data-v-21bf22f6]{padding:0}main[data-v-baef61f5]::-webkit-scrollbar{display:none}main[data-v-baef61f5]{max-width:100%;overflow-x:hidden}.hero[data-v-baef61f5]{width:100%;height:600px;position:relative}@media screen and (max-width:600px){.hero[data-v-baef61f5]{height:500px}}.hero .bottom_minus[data-v-baef61f5]{bottom:-1.5%}.hero[data-v-baef61f5]:before{content:"";position:absolute;bottom:0;left:0;width:50%;height:27.5%;background:#000000bf;clip-path:polygon(0 0,100% 0%,75% 100%,0% 100%)}.hero-second[data-v-baef61f5]:before{height:20%;width:30%}@media screen and (max-width:600px){.hero[data-v-baef61f5]:before{width:100%;clip-path:unset}}@media screen and (min-width:600px) and (max-width:1024px){.hero[data-v-baef61f5]:before{width:75%;clip-path:unset}}.hero img[data-v-baef61f5]{width:100%;height:100%;object-fit:cover}.hero__text[data-v-baef61f5]{position:absolute;bottom:2.5%;left:2.5%}.hero__text--first[data-v-baef61f5]{font-family:Renault,sans-serif;color:#efdf00;font-weight:600;font-size:1.5rem;margin:0}@media screen and (max-width:600px){.hero__text--first[data-v-baef61f5]{font-size:1em}}.hero__text--second[data-v-baef61f5]{display:flex;flex-direction:column}.hero__text--second h1[data-v-baef61f5]{font-family:Renault,sans-serif;color:#fff;font-size:2.5rem;margin:0;line-height:1em}@media screen and (max-width:600px){.hero__text--second h1[data-v-baef61f5]{font-size:1.75em}}.hero__text--second h1[data-v-baef61f5]:nth-child(2){font-style:italic}.hero__text--third[data-v-baef61f5]{display:block;font-family:Renault,sans-serif;color:#fff;font-size:1rem;max-width:50%;font-weight:400;margin:0}@media screen and (max-width:600px){.hero__text--third[data-v-baef61f5]{font-size:.75em;max-width:75%}}.hero__text button[data-v-baef61f5]{margin-top:1em;font-family:Renault,sans-serif}@media screen and (max-width:600px){.hero__text button[data-v-baef61f5]{margin-top:.5rem}}.hero__modal[data-v-baef61f5]{width:60%;height:125px;position:absolute;bottom:-75px;left:20%;display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:2em 3em;overflow:visible;border-radius:.25em;box-shadow:0 0 .5em .5em #00000040}@media screen and (max-width:1200px){.hero__modal[data-v-baef61f5]{width:100%;bottom:-125px;left:0;border-radius:0;padding:1em 2em;flex-direction:column;box-shadow:0 0 #00000040;gap:1em}}.hero__modal__text[data-v-baef61f5]{position:relative;left:0;width:50%}@media screen and (max-width:1200px){.hero__modal__text[data-v-baef61f5]{width:100%;left:0}}.hero__modal__text span[data-v-baef61f5]{font-family:Renault,sans-serif}.hero__modal__text section[data-v-baef61f5]{display:flex;gap:.25em;font-size:1.5rem}.hero__modal__text section h3[data-v-baef61f5]{font-family:Renault,sans-serif;margin:0;color:#162b40;white-space:nowrap}.hero__modal__text section .hero__modal__text--italic[data-v-baef61f5]{font-style:italic;font-weight:400}.hero__modal button[data-v-baef61f5]{height:40px;width:30%;font-family:Renault,sans-serif;white-space:nowrap}@media screen and (max-width:1200px){.hero__modal button[data-v-baef61f5]{width:75%}}.why-us[data-v-baef61f5]{width:100%;display:flex;align-items:flex-start;justify-content:center;padding:10em 10px 2em;gap:10em;background:#f8f8f9}.why-us__img[data-v-baef61f5]{display:flex;flex-direction:column;justify-content:flex-start;position:relative}@media screen and (max-width:1200px){.why-us__img[data-v-baef61f5]{display:none}}.why-us__img img[data-v-baef61f5]:nth-child(2){position:absolute;bottom:-75%;right:-35%}.why-us__text[data-v-baef61f5]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:40%}@media screen and (max-width:1200px){.why-us__text[data-v-baef61f5]{width:100%;margin-top:2em}}.why-us__text h2[data-v-baef61f5]{font-family:Renault,sans-serif;color:#162b40;font-size:2.5rem;font-weight:500;padding:0 0 1em;margin:0;text-align:center}@media screen and (max-width:600px){.why-us__text h2[data-v-baef61f5]{font-size:1.75em}}.why-us__text--list[data-v-baef61f5]{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;width:100%;row-gap:2em}.why-us__text--list__item[data-v-baef61f5]{max-width:50%;width:auto;display:flex;align-items:center;gap:1em}@media screen and (max-width:768px){.why-us__text--list__item[data-v-baef61f5]{max-width:100%}}@media screen and (min-width:768px) and (max-width:1200px){.why-us__text--list__item[data-v-baef61f5]{max-width:45%}}.why-us__text--list__item:nth-child(1)>.icon[data-v-baef61f5]:before{content:url(https://api.iconify.design/mdi/tools.svg?color=%23162b40&width=40&height=40)}.why-us__text--list__item:nth-child(2)>.icon[data-v-baef61f5]:before{content:url(https://api.iconify.design/raphael/employee.svg?color=%23162b40&width=40&height=40)}.why-us__text--list__item:nth-child(3)>.icon[data-v-baef61f5]:before{content:url(https://api.iconify.design/material-symbols/settings.svg?color=%23162b40&width=40&height=40)}.why-us__text--list__item:nth-child(4)>.icon[data-v-baef61f5]:before{content:url(https://api.iconify.design/ri/dashboard-3-fill.svg?color=%23162b40&width=40&height=40)}.why-us__text--list__item .icon[data-v-baef61f5]{min-width:75px;height:65px;background-color:#efdf00;display:block;clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%);display:flex;transform:rotate(90deg);justify-content:center;align-items:center}.why-us__text--list__item .icon[data-v-baef61f5]:before{display:flex;justify-content:center;align-items:center;width:75px;height:65px;position:relative;top:0;left:0;transform:rotate(-90deg)}.why-us__text--list__item .text h5[data-v-baef61f5]{font-family:Renault,sans-serif;color:#162b40;font-size:1.25rem;margin:0}.why-us__text--list__item .text span[data-v-baef61f5]{font-family:Renault,sans-serif;color:#525252;font-size:1rem}.special-offer[data-v-baef61f5]{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:10em 10px 2em;gap:2em}@media screen and (max-width:1200px){.special-offer[data-v-baef61f5]{padding:2em 10px}}@media screen and (min-width:1200px) and (max-width:1600px){.special-offer[data-v-baef61f5]{padding:5em 10px 2em}}.special-offer h2[data-v-baef61f5]{font-family:Renault,sans-serif;color:#162b40;font-size:2.5rem;font-weight:500;margin:0;text-align:center}@media screen and (max-width:600px){.special-offer h2[data-v-baef61f5]{font-size:1.75em}}.special-offer__list[data-v-baef61f5]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;gap:1em}.special-offer__list__item[data-v-baef61f5]{display:flex;flex-direction:column;align-items:center;gap:.5em}.our_vehicle[data-v-baef61f5]{width:100%;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:2em 10px}.our_vehicle h2[data-v-baef61f5]{font-family:Renault,sans-serif;color:#162b40;font-size:2.5rem;font-weight:500;margin:0;text-align:center}@media screen and (max-width:600px){.our_vehicle h2[data-v-baef61f5]{font-size:1.75em}}.highlight img[data-v-baef61f5]{width:100%}.our_vehicle .highlight[data-v-baef61f5]{display:flex;justify-content:space-between;align-items:center;padding:2em 5em;width:55%;background:#f2f2f2;margin-top:2em}@media screen and (max-width:768px){.our_vehicle .highlight[data-v-baef61f5]{width:100%;padding:2em 1em;flex-direction:column}}@media screen and (min-width:768px) and (max-width:1200px){.our_vehicle .highlight[data-v-baef61f5]{width:100%;padding:2em 1em;flex-direction:row}}@media screen and (min-width:1200px) and (max-width:1600px){.our_vehicle .highlight[data-v-baef61f5]{width:75%;padding:2em 1em;flex-direction:row}}.our_vehicle .highlight__description[data-v-baef61f5]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1em}.our_vehicle .highlight__description .badge[data-v-baef61f5]{padding:.1em .5em;border:1px solid #00abe5;border-radius:5px;font-family:Renault,sans-serif;color:#00abe5;font-weight:600}.our_vehicle .highlight__description .name[data-v-baef61f5]{text-align:left!important}.our_vehicle .highlight__description .bonus[data-v-baef61f5]{font-family:Renault,sans-serif;color:#fff;font-size:1em;background:#72c293;padding:.1em .25em;border-radius:5px}.our_vehicle .highlight__description .energy-grade[data-v-baef61f5]{font-family:Renault,sans-serif;color:#000;font-size:1em;font-weight:800;border-radius:5px;display:flex;justify-content:center;align-items:flex-start;position:relative;gap:.5em}.our_vehicle .highlight__description .energy-grade[data-v-baef61f5]:after{content:attr(data);display:inline-block;width:1.25em;height:1.25em;padding:0 .25em;color:#fff;display:flex;justify-content:flex-start;align-items:center;clip-path:polygon(0% 0%,75% 0%,100% 50%,75% 100%,0% 100%)}.our_vehicle .highlight__description .energy-grade[data="A"][data-v-baef61f5]:after{background-color:#0f8749}.our_vehicle .highlight__description .energy-grade[data="B"][data-v-baef61f5]:after{background-color:#27b94c}.our_vehicle .highlight__description .energy-grade[data="C"][data-v-baef61f5]:after{background-color:#94c43d}.our_vehicle .highlight__description .energy-grade[data="D"][data-v-baef61f5]:after{background-color:#ece847}.our_vehicle .highlight__description .energy-grade[data="E"][data-v-baef61f5]:after{background-color:#e5ab30}.our_vehicle .highlight__description .energy-grade[data="F"][data-v-baef61f5]:after{background-color:#d76124}.our_vehicle .highlight__description .energy-grade[data="G"][data-v-baef61f5]:after{background-color:#c71f1e}.our_vehicle .highlight__description h4[data-v-baef61f5]{font-family:Renault,sans-serif;color:#162b40;font-size:1.5rem;font-weight:500;margin:0;text-align:left}@media screen and (max-width:600px){.our_vehicle .highlight__description h4[data-v-baef61f5]{font-size:1.25em}}main[data-v-ef7abbb4]::-webkit-scrollbar{display:none}main[data-v-ef7abbb4]{font-family:Renault,sans-serif;max-width:100%;overflow-x:hidden;background:url(https://cdn.paddock-one.com/v1/storage/buckets/660e80a57905b9ed565e/files/666bf1efaa154afbde75/preview?project=63c127124a17806ab460&output=webp&quality=100);background-position:100% 100%;background-repeat:no-repeat}.topic-description[data-v-ef7abbb4]{background-color:#fff;color:#162b40;padding:1em;text-align:center;box-shadow:0 7px 10px #00000026;border-radius:.33em;width:50%;top:50%}@media screen and (max-width:720px){.topic-description[data-v-ef7abbb4]{width:80%}main[data-v-ef7abbb4]{background-image:none}}h2[data-v-ef7abbb4]{text-decoration:underline #efdf00}input[type="submit"][data-v-ef7abbb4]{cursor:pointer;font-weight:700}.rgpd[data-v-ef7abbb4]{display:flex;gap:.5em;align-items:center}.content[data-v-ef7abbb4]{width:100%;display:flex;flex-direction:column;align-items:center;gap:1em;min-height:calc(100vh - 90px)}.content h1[data-v-ef7abbb4]{font-size:3em;font-family:Renault,sans-serif;color:#162b40}.content form[data-v-ef7abbb4]{display:flex;flex-direction:column;gap:.5em;width:40%;padding:2em;min-height:500px}small[data-v-ef7abbb4]{font-size:1em}@media screen and (max-width:1400px) and (min-width:1000px){.content form[data-v-ef7abbb4]{width:60%}}@media screen and (max-width:1000px) and (min-width:500px){.content form[data-v-ef7abbb4]{width:80%}}@media screen and (max-width:500px){.content form[data-v-ef7abbb4]{width:95%}}.content form input[data-v-ef7abbb4],.content form textarea[data-v-ef7abbb4],.content form select[data-v-ef7abbb4]{height:15%;border:none;border:1px solid #2d2d2d20;border-radius:.33rem;background-color:transparent;font-family:Renault,sans-serif;padding:.5em .25em}.content form input[data-v-ef7abbb4]:focus,.content form textarea[data-v-ef7abbb4]:focus,.content form select[data-v-ef7abbb4]:focus{outline:none;border-color:#efdf00}.content form input[type="submit"][data-v-ef7abbb4]{width:40%;height:40px;background-color:#efdf00;color:#162b40;border:none;border-radius:.33em;transition:all .15s ease-in-out;position:relative;top:.5em}.content form textarea[data-v-ef7abbb4]{height:200px}.content form input[type="submit"][data-v-ef7abbb4]:hover{background-color:#162b40;color:#efdf00;border:none}