.flex-1{flex:1}.d-flex{display:flex}.d-row{flex-direction:row}.d-row-reverse{flex-direction:row-reverse}.d-col{flex-direction:column}.d-none{display:none}.flex-flow{flex-wrap:wrap}.hidden{display:none}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.grid-7{grid-template-columns:repeat(7,minmax(0,1fr));display:grid}.grid-col-2{grid-column:span 2}.grid{grid-template-columns:repeat(var(--grid-n), minmax(0, 1fr));display:grid}.grid-row-2{grid-row:span 2}.gap-2{gap:2px}.gap-5{gap:5px}.gap-10{gap:10px}.gap-15{gap:15px}.gap-20{gap:20px}.gap-25{gap:25px}.gap-30{gap:30px}.gap-35{gap:35px}.j-start{justify-content:flex-start}.j-center{justify-content:center}.j-between{justify-content:space-between}.j-end{justify-content:flex-end}.a-start{align-items:flex-start}.a-center{align-items:center}.a-end{align-items:flex-end}.a-stretch{align-items:stretch}.a-baseline{align-items:baseline}.s-start{align-self:flex-start}.s-center{align-self:center}.s-end{align-self:flex-end}.style-none{list-style-type:none}.aspect-ratio-1{aspect-ratio:1}.text-start{text-align:start}.text-center{text-align:center}.text-end{text-align:end}.text-no-wap{text-wrap:nowrap}strong{font-weight:600}.clap-line-1{-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.light{font-weight:lighter}.bold{font-weight:700}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.underline{text-decoration:underline}.line-through{text-decoration:line-through}.no-break{white-space:nowrap}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.overflow-hidden{overflow:hidden}.pointer{cursor:pointer}.pointer-none{pointer-events:none}.index-0{z-index:0}.index-1{z-index:1}.h100{height:100%}.w100{width:100%}.vh100{height:100vh}.vw100{width:100vw}.cover{object-fit:cover}.contain{object-fit:contain}.rotate{transform:rotate(var(--rotate-deg))}.transition-1{transition:all .1s}.transition-3{transition:all .3s}.transition-5{transition:all .5s}.bg-color{background-color:var(--bg-color)}.br-color{border-color:var(--br-color)}
*{color:#000;margin:0;padding:0;font-family:Roboto Condensed;font-weight:400;text-decoration:none;list-style:none}:root{--yellow:#ffcf2e;--blue:#63b3ed;--green:#75d59a;--red:red;--violet:#d53f8c;--smoke:#ebebeb;--gray:#a4a4a4;--white:white;--black:black;--skeleton-base:#e5e7eb;--skeleton-highlight:#f3f4f6;--table-cell-padding:10px}@media (max-width:599px){:root{--pad-h:20px}}@media (min-width:600px) and (max-width:1366px){:root{--pad-h:40px}}@media (min-width:1367px){:root{--pad-h:10vw}}html{scroll-behavior:smooth;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{flex-direction:column;width:100vw;height:100vh;display:flex}.main{overflow-y:auto}::selection{background-color:var(--yellow);color:var(--black)}.s{font-size:clamp(9px,2vw,12px)}.m{font-size:clamp(12px,2.4vw,15px)}.l{font-size:clamp(14px,2.8vw,18px)}.xl{font-size:clamp(16px,3.2vw,20px)}.xxl{font-size:clamp(18px,3.6vw,25px)}.xxxl{font-size:clamp(22px,4.2vw,30px)}.xxxxl{font-size:clamp(26px,5vw,40px)}.x5{font-size:clamp(30px,5.8vw,50px)}canvas{max-width:100%!important;max-height:100%!important}.yellow{color:var(--yellow)}.blue{color:var(--blue)}.green{color:var(--green)}.red{color:var(--red)}.smoke{color:var(--smoke)}.gray{color:var(--gray)}.white{color:var(--white)}.black{color:var(--black)}.header-search-container input{min-width:250px!important}.header-search-container .header-search-btn{min-width:200px}input[type=checkbox]{--toggle-width:50px;--toggle-height:30px;width:var(--toggle-width);height:var(--toggle-height);appearance:none;background:var(--smoke);border-radius:calc(var(--toggle-height)/2);cursor:pointer;transition:background .3s;position:relative;box-shadow:0 0 0 1px #fff}input[type=checkbox]:before{content:"";width:calc(var(--toggle-height)*.8);height:calc(var(--toggle-height)*.8);background:#fff;border-radius:50%;transition:transform .3s;position:absolute;top:10%;left:5%;box-shadow:0 .1em .3em #0000004d}input[type=checkbox]:checked{background:var(--yellow)}input[type=checkbox]:checked:before{transform:translateX(calc(var(--toggle-width) - var(--toggle-height)))}table{table-layout:auto;border-collapse:separate;border-spacing:0;border:solid 1px var(--smoke);background-color:#fff;width:100%;margin-bottom:40px;position:relative}table thead{z-index:1;position:sticky;top:0}table tr th{background:#fff}table tr:nth-child(2n) td{background-color:var(--smoke)}table th{text-align:start;padding:var(--table-cell-padding);border-bottom:solid 1px var(--smoke);padding-right:0;font-size:18px}table td{padding:var(--table-cell-padding);padding-right:0;font-size:18px}table .cell-xs{width:80px;min-width:80px}table .cell-s{width:100px;min-width:100px}table .cell-m{width:120px;min-width:120px}table .cell-l{width:150px;min-width:150px}table .cell-min-x{min-width:130px}table .cell-phone{width:150px;min-width:150px}table .cell-email{width:240px;min-width:240px}table .profile_picture{width:50px;min-width:50px;height:50px;min-height:50px;padding:5px 0}table .profile_picture img{object-fit:cover;vertical-align:middle;border-radius:8px;width:100%;height:100%}table .profile_picture i{justify-content:center;display:flex}table .car_picture{width:150px;height:80px;padding:10px 0}table .car_picture img{object-fit:cover;vertical-align:middle;border-radius:8px;width:100%;height:100%}table .car_picture i{justify-content:center;display:flex}table .date,table .time{width:100px;min-width:100px}table .date-time{width:135px;min-width:135px}table .cell-x{width:200px;min-width:200px}.btn{background-color:var(--yellow);border:solid 1px var(--yellow);cursor:pointer;border:#0000;border-radius:8px;padding:15px}.btn:disabled{opacity:.5;pointer-events:none}.btn-secondary{border:solid 1px var(--yellow);background-color:#fff}.btn-red{background-color:var(--red);color:var(--white);border:solid 1px var(--red)}.action-btns-container button{cursor:pointer;background:0 0;border:none}.action-btns-container button i{font-size:18px}.model-footer{padding-left:50%}.status-text{padding-left:30px}.status-text:before{content:"";aspect-ratio:1;background:var(--gray);height:12px;top:50%;left:var(--table-cell-padding);border-radius:100%;position:absolute;transform:translateY(-50%)}.status-text[data-status=approved]:before,.status-text[data-status=ongoing]:before,.status-text[data-status=agreementopened]:before,.status-text[data-status=completed]:before,.status-text[data-status=available]:before{background:var(--green)}.status-text[data-status=booked]:before,.status-text[data-status=readyforagreement]:before{background:var(--blue)}.status-text[data-status=pending]:before,.status-text[data-status=paymentpending]:before{background:var(--yellow)}.status-text[data-status=rejected]:before,.status-text[data-status=cancelled]:before,.status-text[data-status=maintenance]:before,.status-text[data-status=notavailable]:before,.status-text[data-status=refunded]:before{background:var(--red)}.status-text[data-status=others]:before{background:var(--violet)}.status-text[data-status=initialapproval]:before{background:var(--smoke)}.tab-header-item{border:none;border-bottom:solid 1px var(--smoke);color:#000;cursor:pointer;background:0 0;padding:8px 20px;font-size:18px}.active-tab-header{color:var(--yellow);border-bottom-color:var(--yellow)}.tab-content{padding:20px 2px 2px}.page-pad{padding-left:var(--pad-h);padding-right:var(--pad-h)}.p-20{padding:20px}.p-t-20{padding-top:20px}.p-b-20{padding-bottom:20px}.m-t-20{margin-top:20px}.m-b-20{margin-bottom:20px}.linear-bg{background:linear-gradient(#fff8ec 0%,#fff0 100%)}.desktop-d-none{display:none}.post-description{text-align:justify;line-height:1.6}.post-description span{background:0 0!important;font-family:Roboto Condensed!important}.post-description a,.post-description a strong{color:#00f!important;text-decoration:underline!important}.post-description img{width:100%}.highlight-field,.highlight-field>*{color:red;position:relative;overflow:hidden}.highlight-field:after{content:"";pointer-events:none;will-change:transform;background:linear-gradient(120deg,#0000 0%,#fff0 35%,#ffffffe6 50%,#fff0 65%,#0000 100%);width:120px;height:100%;animation:1.4s linear infinite shineMove;position:absolute;top:0;left:0;transform:translate(-150%)}@keyframes shineMove{0%{transform:translate(-150%)}to{transform:translate(250%)}}.swiper-pagination-bullets{z-index:10;left:50%;bottom:5px!important}.swiper-pagination-bullets .swiper-pagination-bullet{background:var(--yellow);opacity:.4;border-radius:5px;width:10px;height:5px;transition:all .3s}.swiper-pagination-bullets .swiper-pagination-bullet-active{background:var(--yellow);opacity:1;width:20px}

@media (max-width:600px){.mobile-d-none{display:none}.mobile-d-col{flex-direction:column}.mobile-d-col-reverse{flex-direction:column-reverse}.desktop-d-none{display:flex}}
.WhatsAppBtn-module-scss-module__ZtgXfa__whatsapp-btn{z-index:3;background:#21c063;border:none;border-radius:100%;width:50px;height:50px;bottom:40px;right:40px;box-shadow:0 0 5px #0000004d}.WhatsAppBtn-module-scss-module__ZtgXfa__whatsapp-btn:hover{transform:scale(1.05)}@media (max-width:599px){.WhatsAppBtn-module-scss-module__ZtgXfa__whatsapp-btn{bottom:15px;right:15px}}
.Footer-module-scss-module__x1QmJG__main-container{margin:50px var(--pad-h);padding-bottom:50px}.Footer-module-scss-module__x1QmJG__container{border-top:solid 1px var(--smoke);padding-top:50px}.Footer-module-scss-module__x1QmJG__icon{border-radius:100%;height:30px;font-size:14px}.Footer-module-scss-module__x1QmJG__facebook-icon{background:#1877f2}.Footer-module-scss-module__x1QmJG__instagram-icon{background:#e4405f}.Footer-module-scss-module__x1QmJG__tiktok-icon{background:#000}.Footer-module-scss-module__x1QmJG__linkedin-icon{background:#0a66c2}.Footer-module-scss-module__x1QmJG__youtube-icon{background:red}.Footer-module-scss-module__x1QmJG__snapchat-icon{background:#fffc00}.Footer-module-scss-module__x1QmJG__seo-hidden{height:0;font-size:0;overflow:hidden}@media (max-width:600px){.Footer-module-scss-module__x1QmJG__main-container{margin:10px var(--pad-h);padding-bottom:0}.Footer-module-scss-module__x1QmJG__container{flex-direction:column;gap:40px}}
:root{--action-btn-size:40px}.Header-module-scss-module__8OvzAG__header{z-index:4;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--smoke);height:80px;min-height:80px;position:sticky;top:0;left:0;right:0}.Header-module-scss-module__8OvzAG__main-menu{padding:0 var(--pad-h)}.Header-module-scss-module__8OvzAG__account-btn{border:solid 1px var(--black);height:var(--action-btn-size);max-height:var(--action-btn-size);background:0 0;border-radius:8px;padding:0 10px}.Header-module-scss-module__8OvzAG__action-btn{border:solid 1px var(--black);height:var(--action-btn-size);width:var(--action-btn-size);background:0 0;border-radius:8px}.Header-module-scss-module__8OvzAG__menu a{color:var(--black);text-shadow:0 0 5px #fff;text-decoration:none;position:relative}.Header-module-scss-module__8OvzAG__menu a.Header-module-scss-module__8OvzAG__active{color:var(--yellow)}.Header-module-scss-module__8OvzAG__menu a.Header-module-scss-module__8OvzAG__active:after{content:"";background-color:var(--yellow);width:100%;height:2px;position:absolute;bottom:-6px;left:0}.Header-module-scss-module__8OvzAG__toggle-btn{display:none}@media (max-width:900px){.Header-module-scss-module__8OvzAG__header{background:#fff}.Header-module-scss-module__8OvzAG__menu{background-color:#fff;flex-direction:column;align-items:center;gap:30px;height:calc(100dvh - 80px);padding-top:20px;transition:transform .3s ease-in-out;display:flex;inset:80px 0 0;transform:translate(-100%);position:fixed!important}.Header-module-scss-module__8OvzAG__menu.Header-module-scss-module__8OvzAG__open{transform:translate(0)}.Header-module-scss-module__8OvzAG__menu li{font-size:20px}.Header-module-scss-module__8OvzAG__account-btn{aspect-ratio:1;padding:0;font-size:16px}.Header-module-scss-module__8OvzAG__toggle-btn{border:solid 1px var(--black);background:0 0;border-radius:8px;width:42px;font-size:17px;display:flex}}
@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9c282a6db290773d-s.12aru~tnao-l3.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(../media/537f068cf010a382-s.0yaejf~~fqghh.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(../media/c300beac511639d2-s.0utl6m0teb.k-.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a01ece5cbe79cced-s.0g23aeesqt~zo.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(../media/825d4e07c4597d86-s.05l7hn0r~4rr9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(../media/65645b6ef686c6a1-s.0uqkhmfuijbtt.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ef1484efef1c9752-s.p.09utjot42e~ja.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9c282a6db290773d-s.12aru~tnao-l3.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(../media/537f068cf010a382-s.0yaejf~~fqghh.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(../media/c300beac511639d2-s.0utl6m0teb.k-.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a01ece5cbe79cced-s.0g23aeesqt~zo.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(../media/825d4e07c4597d86-s.05l7hn0r~4rr9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(../media/65645b6ef686c6a1-s.0uqkhmfuijbtt.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ef1484efef1c9752-s.p.09utjot42e~ja.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto Condensed Fallback;src:local(Arial);ascent-override:104.44%;descent-override:27.48%;line-gap-override:0.0%;size-adjust:88.83%}.roboto_condensed_2db38a01-module__0ByUvG__className{font-family:Roboto Condensed,Roboto Condensed Fallback;font-style:normal}
.PhoneBtn-module-scss-module__hvBxsq__phone-btn{z-index:3;background:#000;border:none;border-radius:100%;width:50px;height:50px;bottom:100px;right:40px;box-shadow:0 0 5px #0000004d}.PhoneBtn-module-scss-module__hvBxsq__phone-btn:hover{transform:scale(1.05)}@media (max-width:599px){.PhoneBtn-module-scss-module__hvBxsq__phone-btn{bottom:75px;right:15px}}
