html{font-size:15px}@media (min-width:1024px){html{font-size:16px}}@media (min-width:1920px){html{font-size:18px}}body{font-family:"Arial Rounded MT Bold",sans-serif;line-height:1.4;font-weight:400;color:#1a1a1a;background-color:#fff}h1,h2,h3,h4{font-weight:500;line-height:1;margin-bottom:.5em}h1{font-size:2.5rem;line-height:1;margin-bottom:.25em}h2{font-size:2rem;line-height:1;margin-bottom:.5em}h3{line-height:1.4}*{box-sizing:border-box;padding:0;margin:0}html{overscroll-behavior:none;min-height:100%}body{height:100%}@media (max-width:599px){.hidden-phone{display:none!important}}@media (min-width:600px){.hidden-tablet{display:none!important}}@media (min-width:1024px){.hidden-desktop{display:none!important}}@media (min-width:1920px){.hidden-hd{display:none!important}}.container,.hero__container{width:100%;padding:0 1rem;position:relative}@media (min-width:1024px){.container,.hero__container{max-width:1200px;margin:0 auto}}@media (min-width:1920px){.container,.hero__container{max-width:1200px;margin:0 auto}}.columns{display:flex;flex-direction:column;gap:1.5rem}@media (min-width:1024px){.columns{flex-direction:row;justify-content:space-between;gap:2rem}.columns .column{flex:1;max-width:45ch}}a{color:#302B1E;transition:color .3s ease}a:hover{color:#e36963}.btn{padding:.5rem 1rem;display:inline-block;margin-top:1rem;text-decoration:none;background-color:gray;border-radius:.5rem;transition:background-color 0.3s ease;color:#fff}.btn:hover{background-color:#666;color:#fff;cursor:pointer}.btn--small{padding:.25rem .5rem;font-size:.875rem}.btn--highlight{background-color:#B6AF9D}.btn--highlight:hover{background-color:#d42e25}.btn--mt{margin-top:1rem!important}p{margin-bottom:1rem}p+p{margin-top:1rem}ul,ol{list-style-position:inside}hr{height:1px;margin:2rem 0;border:none;border-bottom:2px dotted #4d4d4d;display:block}.gform-theme--foundation .gform_button.button{background-color:#B6AF9D!important}.gform-theme--foundation .gform_fields{--gf-form-gap-y:1rem}form{font-family:inherit;margin-top:1rem}form input,form textarea{padding:.5rem 1rem;font-size:1rem;border-radius:0;border:1px solid #666;font-family:inherit;width:100%;outline:none}form input:focus,form input:active,form textarea:focus,form textarea:active{border:1px solid #B6AF9D}form .input-group{display:flex;flex-direction:row;align-items:stretch;justify-content:flex-start}form .input-group input:first-of-type{border-right:0}form .input-group button.btn{margin-top:0;border-radius:0}form input[type=submit],form button[type=submit]{padding:.8rem;font-size:1rem;border:1px solid #B6AF9D;display:flex;flex-direction:row;align-items:center}form input[type=submit] svg,form button[type=submit] svg{height:1rem;fill:#fff}.hamburger{width:30px;height:1.25rem;position:absolute;top:1.25rem;right:1rem;transform:rotate(0deg);transition:0.3s ease-in-out;cursor:pointer;flex-shrink:0;-webkit-tap-highlight-color:#fff0}.hamburger:hover,.hamburger:focus,.hamburger:active{outline:none}@media (min-width:1024px){.hamburger{display:none}}.hamburger span{display:block;position:absolute;height:2px;width:100%;background:#4d4d4d;border-radius:2px;opacity:1;left:0;transform:rotate(0deg);transition:0.25s ease-in-out}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2),.hamburger span:nth-child(3){top:9px}.hamburger span:nth-child(4){top:18px}nav.nav--expanded .hamburger span:nth-child(1){top:9px;width:0%;left:50%}nav.nav--expanded .hamburger span:nth-child(2){transform:rotate(45deg)}nav.nav--expanded .hamburger span:nth-child(3){transform:rotate(-45deg)}nav.nav--expanded .hamburger span:nth-child(4){top:9px;width:0%;left:50%}.hero{position:relative;overflow:hidden;height:20rem}.hero picture{position:absolute;left:0;top:0;z-index:-1;overflow:hidden;height:100%;width:100%}.hero img{width:100%;display:block;height:100%;object-fit:cover;object-position:center center}.hero__container{height:100%;z-index:3}.hero__content{position:absolute;bottom:1rem}@media (min-width:1024px){.hero__content{bottom:3rem}}.hero__title,.hero__text{color:#fff;font-size:2.4rem;text-shadow:0 0 4px rgb(0 0 0 / .2)}@media (min-width:1024px){.hero__title,.hero__text{font-size:4rem}}.hero__text{font-size:1.2rem;max-width:60ch;font-weight:400}@media (min-width:1024px){.hero__text{font-size:1.5rem}}.hero:after{content:"";height:100%;width:100%;background-image:linear-gradient(222deg,#fff0 35%,rgb(0 0 0 / .8) 100%),linear-gradient(180deg,#fff0 40%,rgb(0 0 0 / .8) 100%);position:absolute;left:0;bottom:0;z-index:1}.hero--home{height:60vh;min-height:40vw;max-height:600px}.hero--home picture{position:relative}.hero--home .hero__content{max-width:calc(100% - 2rem)}@media (min-width:1024px){.hero--home picture{position:absolute}}.image--single{margin:1rem 0;grid-column:2 / 4}@media (min-width:1024px){.image--single{grid-column:3 / 4}}.image--single img{max-width:100%}.swiper{width:100%;height:100%;position:absolute}.MarkupPagerNav{list-style-type:none;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap}.MarkupPagerNav li{margin:0 .25rem}.MarkupPagerNav li a{text-decoration:none;color:#b3b3b3;display:block;padding:.25rem .5rem;transition:color 0.3s ease}.MarkupPagerNav li a:hover{color:#fff}.MarkupPagerNav li.MarkupPagerNavOn a{font-weight:700;color:#fff}.MarkupPagerNav li.MarkupPagerNavSeparator{margin:0 .5rem}.MarkupPagerNav li.MarkupPagerNavPrevious a span svg,.MarkupPagerNav li.MarkupPagerNavNext a span svg{width:1rem;height:1rem;display:block}.MarkupPagerNav li.MarkupPagerNavPrevious a span svg path,.MarkupPagerNav li.MarkupPagerNavNext a span svg path{fill:#b3b3b3;transition:fill 0.3s ease}.MarkupPagerNav li.MarkupPagerNavPrevious a:hover span svg path,.MarkupPagerNav li.MarkupPagerNavNext a:hover span svg path{fill:#fff}.MarkupPagerNav li.MarkupPagerNavPrevious a span svg{transform:rotate(180deg)}.MarkupPagerNav li.MarkupPagerNavSeparator{color:gray}.grid{margin:2rem 0rem;display:flex;flex-wrap:wrap}.grid .grid-sizer,.grid .grid-item{width:50%;padding:.5rem}.grid .grid-sizer .polaroid,.grid .grid-item .polaroid{background:#fff;box-shadow:2px 2px 8px #fff0;transition:all 0.2s ease;outline:none}.grid .grid-sizer .polaroid .img-wrapper,.grid .grid-item .polaroid .img-wrapper{overflow:hidden;background-repeat:no-repeat;background-position:center;position:relative;min-height:150px}.grid .grid-sizer .polaroid .img-wrapper img,.grid .grid-item .polaroid .img-wrapper img{position:relative;display:block;width:100%;height:auto;transition:all 0.2s ease}@media (min-width:1024px){.grid .grid-sizer,.grid .grid-item{width:25%;padding:.75rem}}.grid .grid-sizer:hover .polaroid,.grid .grid-item:hover .polaroid{transform:scale(1.04)!important;box-shadow:2px 5px 10px rgb(0 0 0 / .3);opacity:1;z-index:999999}.car{margin:1rem 0;width:100%;background-color:#f9f9f9;border:1px solid #eee}.car__container{display:flex;flex-direction:column}@media (min-width:600px){.car__container{flex-direction:row}}.car__img{position:relative;overflow:hidden;flex:1}.car__img img{display:block;will-change:transform;transition:transform 0.5s ease-in-out;width:100%}@media (min-width:600px){.car__img img{position:absolute;object-fit:cover;object-position:center;height:100%}}.car__img:hover img{transform:scale(1.02) rotate(-0.5deg)}.car__info{padding:1rem;flex:2;display:flex;flex-direction:column}@media (min-width:600px){.car__info{padding:1.5rem}}.car-info__image{position:relative;overflow:hidden}.car-info__image img{max-width:100%}.car__title{font-size:1.5rem}.car__title a{color:#262626;text-decoration:none}.car__title a:hover{color:#B6AF9D}.car__specs{list-style-type:none;margin-top:1.5rem}@media (min-width:600px){.car__specs{column-count:2}}.car__specs li{display:flex}.car__spec-label{width:8rem;color:#666}.car__spec-label:after{content:":"}.car__moreinfo{display:flex;align-items:center;justify-content:flex-start;margin-top:1.5rem}.car--sold:after{content:attr(data-sold);padding:.25rem 5rem;color:#fff;background-color:#B6AF9D;transform:rotate(-45deg) translate(-28%,-25%);font-size:1.25rem;display:inline-block;position:absolute;top:0;left:0}.car__images-count{padding:.5em .75em;position:absolute;top:0;right:0;display:flex;flex-direction:row;align-items:center;font-size:1rem;color:#fff;line-height:1;text-shadow:0 0 3px rgb(0 0 0 / .6)}.car__images-count svg{fill:#fff;margin-right:.5em;width:20px;height:auto;filter:drop-shadow(0 0 1px rgb(0 0 0 / .6))}.car__images-count svg.car--hasvideo{width:18px;margin-right:.75em}.textimage{display:flex;flex-direction:column}@media (min-width:1024px){.textimage{flex-direction:row;align-items:stretch;justify-content:space-between}}.textimage__content{line-height:1.6;flex:1}.textimage__text{max-width:65ch}.textimage__image{flex:1}.textimage__image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}@media (min-width:1024px){.textimage--img-left{flex-direction:row-reverse}}.textimage--highlight{background-color:#B6AF9D}.textimage--highlight .textimage__content{padding:1rem;color:#fff}@media (min-width:1024px){.textimage--highlight .textimage__content{padding:2rem}}.textimage--highlight .textimage__text a{color:#fff}.textimage--dark{background-color:#B6AF9D;color:#fff}.textimage--dark .textimage__content{padding:1rem;color:#fff}@media (min-width:1024px){.textimage--dark .textimage__content{padding:2rem}}.textimage+.textimage{margin-top:1rem}@media (min-width:1024px){.textimage+.textimage{margin-top:2rem}}.socials{list-style-type:none;display:flex;flex-direction:row;margin-top:1rem}.socials li{margin-right:.5rem}.socials li a svg{fill:#fff;transition:fill 0.2s ease}.socials li a:hover svg{fill:#B6AF9D}.sections{display:flex;flex-direction:column;gap:1rem}@media (min-width:1024px){.sections{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:2rem}}.sections .section{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-self:stretch;background-color:#f2f2f2;border-radius:2rem 2rem 0 0;overflow:hidden}.sections .section__img{height:200px;width:100%;background-size:cover;background-position:center}.sections .section__title{font-weight:400;font-size:1.5rem;display:flex;flex-direction:row;align-items:center}.sections .section__title a{text-decoration:none;color:#1a1a1a}.sections .section__title a:hover{color:#ad261f}.sections .section__title svg{width:2.4rem;height:auto;margin-right:1rem}.sections .section__content{padding:1rem}@media (min-width:1024px){.sections .section__content{padding:1.5rem 1.5rem .5rem 1.5rem}}.sections .section__btn{margin-top:auto;padding:0 1rem 1rem}@media (min-width:1024px){.sections .section__btn{padding:0 1.5rem 1.5rem}}.sections .section .btn{display:inline-block}.whatsapp{position:fixed;bottom:1rem;right:1rem;z-index:9999}.whatsapp svg{fill:#fff;width:4.5rem;height:auto;cursor:pointer;transition:transform 0.3s ease;position:relative;padding:.25rem;background-color:#91b181;border-radius:50%}@media (max-width:320px){.whatsapp svg{width:4rem}}.whatsapp svg:hover{transform:scale(1.05)}.gallery{margin:2rem 0}.gallery__images{margin-left:-.5rem;margin-right:-.5rem;display:flex;flex-wrap:wrap}@media (min-width:1024px){.gallery__images{margin-left:-.75rem;margin-right:-.75rem}}.gallery .gallery-sizer,.gallery .gallery-item{width:50%;padding:.5rem;box-sizing:border-box}@media (min-width:1024px){.gallery .gallery-sizer,.gallery .gallery-item{width:25%;padding:.75rem}}.gallery .gallery-item img{width:100%;height:auto;display:block}.blogs{margin:0 auto;display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-gap:20px}@media (min-width:600px){.blogs{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.blogs{grid-template-columns:1fr 1fr 1fr}}.blog-item,.card{min-height:100%;box-shadow:0 2px 5px rgb(0 0 0 / .1);display:flex;flex-direction:column;color:#444;position:relative;top:0;transition:all .1s ease-in;background-color:#f2f2f2;border-radius:2rem 2rem 0 0;overflow:hidden}.blog-item a,.card a{transition:none;text-decoration:none;color:inherit}.blog-item:hover,.card:hover{top:-2px}.blog-item:hover h2,.card:hover h2{color:#B6AF9D;transition:color .3s ease}.blog-item article,.card article{padding:20px;display:flex;flex:1;justify-content:space-between;flex-direction:column}.blog-item .thumb,.card .thumb{padding-bottom:60%;background-size:cover;background-position:center center}.blog-item p,.card p{flex:1;line-height:1.4}.blog-item h2,.card h2{font-size:1.1rem;margin:0;color:#333;font-weight:500;line-height:1.4}.blog-item span,.card span{font-size:12px;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.05em;margin:2em 0 0 0}.secondary-nav{background:#B6AF9D;align-content:end;display:none;top:0;left:0;z-index:4}@media (min-width:1024px){.secondary-nav{position:sticky;display:flex}}.secondary-nav ul{display:flex;flex-direction:row;align-items:end;justify-content:center;list-style-type:none;padding:0;margin-bottom:0}@media (min-width:600px){.secondary-nav ul{justify-content:flex-end}}.secondary-nav ul li{display:inline-block}.secondary-nav ul li:after{content:"|";color:#c07ea5;display:inline-block;text-align:center;margin:0 2px 0 4px}.secondary-nav ul li:last-child:after{content:""}.secondary-nav ul li a{color:#fff;text-decoration:none;font-size:.8em;padding:5px 12px;display:inline-block}.secondary-nav ul li svg{padding-top:5px;width:1rem;height:1rem}nav{position:sticky;display:flex;justify-content:space-between;width:100%;top:0;left:0;color:#1a1a1a;background-color:#fff0;font-size:1rem;z-index:4;height:4rem;border-bottom:none}@media (min-width:1024px){nav{position:sticky;top:30px}}nav .logo{margin-right:auto}nav .logo img{height:5rem;position:absolute;top:0;left:0;border-bottom:none;box-shadow:0 4px 15px 4px rgb(0 0 0 / .15);background-color:#fff;padding:1rem}@media (min-width:1024px){nav .logo img{height:6rem}}@media (min-width:1920px){nav .logo img{height:7rem}}nav .nav-wrapper{background-color:#fff0;height:100vh;width:100%;position:fixed;top:0;left:0;transform:translateX(-100%);padding-top:1.5rem;z-index:1}@media (min-width:1024px){nav .nav-wrapper{background-color:#fff0;height:auto;position:relative;top:auto;left:auto;transform:none;padding-top:0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}}nav .nav-phone{font-size:1.4rem;position:absolute;right:4rem;top:1rem}nav .nav-phone a{text-decoration:none;color:#4d4d4d}nav .nav-phone a:hover{color:#e36963}nav .nav-phone svg{height:1rem}nav .hamburger{z-index:1}nav>.container,nav>.hero__container{display:flex;justify-content:space-between;flex-direction:column}@media (min-width:1024px){nav>.container,nav>.hero__container{flex-direction:row;align-items:center;justify-content:flex-start;padding-left:10rem}}@media (min-width:1024px){nav{height:auto}}nav ul{list-style-type:none;display:flex;flex-direction:row}nav ul li a{padding:.4rem .5rem}nav ul li a.lang img{width:2rem;height:2rem;border-radius:50%}@media (min-width:1024px){nav ul li a.lang img{width:1.5rem;height:1.5rem}}nav ul.navigation{display:block;list-style-type:none}@media (min-width:1024px){nav ul.navigation{display:flex;font-size:1.1rem;font-weight:500;margin-left:2rem;padding-top:0}}@media (min-width:1920px){nav ul.navigation{margin-left:6rem}}nav ul.navigation li{opacity:0;transform:translateX(-30px)}@media (min-width:1024px){nav ul.navigation li{opacity:1;transform:none}}nav ul.navigation li a{color:#1a1a1a;text-decoration:none;transition:all 0.3s ease;padding:.5rem 1rem;font-size:1.3rem;display:flex;flex-direction:row;align-items:center;background:#fff0;outline:none;justify-content:center;-webkit-tap-highlight-color:#fff0}@media (min-width:1024px){nav ul.navigation li a{font-size:.9rem;padding:1.5rem .75rem}}@media (min-width:1024px){nav ul.navigation li a:hover,nav ul.navigation li a.active{color:#B6AF9D}}@media (min-width:1024px){nav ul.navigation li a.active--current{color:#B6AF9D}}nav ul.navigation li svg{width:1.5rem;height:1.5rem;margin-right:.3rem}nav ul.languages{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:2rem}@media (min-width:1024px){nav ul.languages{margin-top:0}}nav ul.languages li{opacity:0;transform:translateX(-30px)}@media (min-width:1024px){nav ul.languages li{opacity:1;transform:none}}nav.nav--expanded .nav-wrapper{overflow:auto}.breadcrumbs{width:100%;margin-top:2rem;padding:1rem 0;border-top:2px dotted #4d4d4d;order:2;overflow:auto}@media (min-width:1024px){.breadcrumbs{order:initial}}.breadcrumbs ul{list-style-type:none;display:flex;flex-direction:row;font-size:1rem;flex-wrap:nowrap}.breadcrumbs ul li{margin-right:1rem;white-space:nowrap}.breadcrumbs ul li a{color:#999;text-decoration:none;transition:color 0.3s ease}.breadcrumbs ul li a:after{content:"\000BB";margin:0 0 0 .5rem}.breadcrumbs ul li a:hover{color:#B6AF9D}.breadcrumbs ul li:last-of-type a:after{display:none}.intro{font-size:1.2rem;line-height:1.4;max-width:65ch;margin-bottom:1rem}@media (min-width:600px){.intro{font-size:1.4rem;margin-bottom:2rem}}main{display:block;padding:1rem 0}@media (min-width:1024px){main{padding:2rem 0}}main>.container,main>.hero__container{padding:0 1rem}main .content-container{padding:1rem 0}@media (min-width:1024px){main .content-container{padding:2rem 0}}.page-meta{line-height:1.6;margin:2rem 0 0 0;flex-shrink:0;font-size:1rem;list-style-type:none;padding-top:1rem;border-top:1px dotted #666;order:2;width:100%;opacity:.4}@media (min-width:1024px){.page-meta{font-size:.875rem;margin:0 3rem 0 0;max-width:12rem;padding-top:0;border:none;order:0}}.page-meta__label{margin-right:.5rem;color:#b3b3b3}@media (min-width:1024px){.car-info__wrapper{display:grid;grid-template-columns:repeat(2,1fr);column-gap:3rem}}.car-info__image,.car-info__video{position:relative;overflow:hidden}.car-info__image img,.car-info__video img{max-width:100%}.car-info__image.car--sold:after,.car-info__video.car--sold:after{content:attr(data-sold);padding:.25rem 5rem;color:#fff;background-color:#B6AF9D;transform:rotate(-45deg) translate(-28%,-25%);font-size:1.25rem;display:inline-block;position:absolute;top:0;left:0}.car-info__content{margin-bottom:2rem}@media (min-width:1024px){.car-info__content{margin-bottom:0}}.car-info__intro{font-size:1.8rem;margin-bottom:1rem;max-width:65ch}.car-info__description{max-width:65ch}.car-info__specs{margin-top:2rem}.car-info__specs ul{list-style-type:none}.car-info__specs ul li{margin-bottom:.5rem;display:flex;flex-direction:row;justify-content:flex-start}.car-info__specs ul li span{display:block}.car-info__specs ul li span.spec-label{width:7rem}.car-info__specs ul li span.spec-label:after{content:":";margin-right:1rem}.car-info__images{margin-left:-.5rem;margin-right:-.5rem;display:flex;flex-wrap:wrap}@media (min-width:1024px){.car-info__images{margin-left:-.75rem;margin-right:-.75rem}}.car-info__images a{width:25%;padding:.5rem;box-sizing:border-box}.car-info__images a img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover;height:auto}@media (min-width:1024px){.part-info__wrapper{display:grid;grid-template-columns:repeat(2,1fr);column-gap:3rem}}.part-info__image,.part-info__video{position:relative;overflow:hidden}.part-info__image img,.part-info__video img{max-width:100%}.part-info__content{margin-bottom:2rem}@media (min-width:1024px){.part-info__content{margin-bottom:0}}.part-info__intro{font-size:1.8rem;margin-bottom:1rem;max-width:65ch}.part-info__description{max-width:65ch}.part-info__specs{margin-top:1rem}.part-info__specs ul{list-style-type:none}.part-info__specs ul li{margin-bottom:.5rem;display:flex;flex-direction:row;justify-content:flex-start}.part-info__specs ul li span{display:block}.part-info__specs ul li span.spec-label{width:7rem}.part-info__specs ul li span.spec-label:after{content:":";margin-right:1rem}.part-info__images{margin-left:-.5rem;margin-right:-.5rem;display:flex;flex-wrap:wrap}@media (min-width:1024px){.part-info__images{margin-left:-.75rem;margin-right:-.75rem}}.part-info__images a{width:25%;padding:.5rem;box-sizing:border-box}.part-info__images a img{display:block;max-width:100%;height:auto}.filters{border-top:1px solid #e6e6e6;padding-top:1rem;margin:1.5rem 0}@media (min-width:1024px){.filters{padding-top:2rem;margin:3rem 0 1.5rem}}.filters__title{display:flex;flex-direction:row;align-items:center;font-size:1.5rem;font-weight:500;margin-bottom:.5rem}@media (min-width:600px){.filters__list{display:grid;grid-template-columns:repeat(2,auto);column-gap:1.5rem}}@media (min-width:1024px){.filters__list{grid-template-columns:repeat(3,auto);column-gap:2rem}}.filters__group{margin-bottom:1.5rem}@media (min-width:600px){.filters__group{margin-bottom:0}}.filters__group h3{font-size:1.25rem;display:flex;flex-direction:row;align-items:center}.filters__group h3 svg{margin-right:.5rem;width:16px;height:auto}.filters .button-group{display:flex;flex-direction:row;flex-wrap:wrap;box-sizing:border-box}.filters .button-group button{padding:.5rem .75rem;border:1px solid #e6e6e6;background-color:#fff;margin-right:5px;margin-bottom:5px;font-size:.95rem;font-family:inherit;line-height:1;cursor:pointer;transition:all 0.3s ease-in-out}.filters .button-group button:hover{background-color:#e6e6e6}.filters .button-group button.is-checked{background-color:#e6e6e6}.cars{margin-bottom:1.5rem}.rental_item{margin:1rem 0;width:100%;background-color:#f9f9f9;border:1px solid #eee}.rental_item__container{display:flex;flex-direction:column}@media (min-width:600px){.rental_item__container{flex-direction:row}}.rental_item__img{position:relative;overflow:hidden;flex:1}.rental_item__img img{display:block;will-change:transform;transition:transform 0.5s ease-in-out;width:100%}@media (min-width:600px){.rental_item__img img{position:absolute;object-fit:cover;object-position:center;height:100%;max-height:350px;width:100%}}.rental_item__img:hover img{transform:scale(1.02) rotate(-0.5deg)}.rental_item__info{padding:1rem;flex:2;display:flex;flex-direction:column}@media (min-width:600px){.rental_item__info{padding:1.5rem}}.rental_item-info__image{position:relative;overflow:hidden}.rental_item-info__image img{max-width:100%}.rental_item__title{font-size:1.5rem}.rental_item__title a{color:#262626;text-decoration:none}.rental_item__title a:hover{color:#B6AF9D}.rental_item__specs{list-style-type:none;margin-top:1.5rem;margin-left:0}.rental_item__specs li{display:flex;flex-direction:row;justify-content:space-between}@media (min-width:1024px){.rental_item__specs li{justify-content:flex-start}}.rental_item__spec-label{color:#666}@media (min-width:1024px){.rental_item__spec-label{width:50%}}.rental_item__spec-label:after{content:":"}.rental_item__moreinfo{display:flex;align-items:center;justify-content:flex-start;margin-top:1.5rem}@media (min-width:1024px){.rental_item-info__wrapper{display:grid;grid-template-columns:repeat(2,1fr);column-gap:3rem}}.rental_item-info__content{margin-bottom:2rem}@media (min-width:1024px){.rental_item-info__content{margin-bottom:0}}.rental_item-info__intro{font-size:1.8rem;margin-bottom:1rem;max-width:65ch}.rental_item-info__description{max-width:65ch}.rental_item-info__specs{margin-top:1rem}.rental_item-info__specs ul li{margin-bottom:.5rem;display:flex;flex-direction:row;justify-content:space-between}@media (min-width:1024px){.rental_item-info__specs ul li{justify-content:flex-start}}.rental_item-info__video{position:relative;overflow:hidden}.rental_item-info__video img{max-width:100%}.rental_item__images-count{padding:.5em .75em;position:absolute;top:0;right:0;display:flex;flex-direction:row;align-items:center;font-size:1rem;color:#fff;line-height:1;text-shadow:0 0 3px rgb(0 0 0 / .6)}.rental_item__images-count svg{fill:#fff;margin-right:.5em;width:20px;height:auto;filter:drop-shadow(0 0 1px rgb(0 0 0 / .6))}.rental_item__images-count svg.car--hasvideo{width:18px;margin-right:.75em}