.about-container{color:#161616;margin:0 auto;background-color:#fff7ed;display:flex;align-items:center;flex-direction:column;min-height:var(--content-height)}.about-container img{width:100%;object-fit:contain;min-height:250px;object-position:50% 65%}.about-text-container{max-width:1000px;padding:0 25px;margin-bottom:60px}.about-header{font-size:32px}.about-text{font-weight:500}.about-box{background-color:#ffcc8d;display:flex;flex-direction:column;align-items:left;justify-content:center;margin:15px 25px;padding:20px 35px;border-radius:5px}.box-header{font-size:24px}.about-button{background-color:#161616;color:#fff;width:175px;height:50px;font-weight:700;border-radius:10px;font-size:14px;max-width:500px}.about-button:hover{background-color:#3a3a3a}@media (min-width: 768px){.about-container{min-height:var(--content-height);max-width:100%}.about-container img{width:100%;object-fit:cover;max-height:350px}.about-box{width:30%}}.home-container{background-image:url(/assets/image%2053-C4WAH-HA.png);background-size:cover;height:var(--content-height);display:flex;align-items:center}.home-text-container{margin:0 auto;padding:25px 50px}.home-header,.home-text{color:#fff;margin-bottom:25px}.home-button{width:100%;color:#fff;background-color:#ff8c38;height:50px;font-weight:700;border-radius:5px;font-size:16px;margin-bottom:50px}.home-button:hover{background-color:#fe7818}@media (min-width: 768px){.home-container{min-height:var(--content-height)}.home-text-container{margin:100px 25px}.home-button{width:150px}}.menu-component{background-color:#fff7ed;height:var(--menu-height);display:flex;align-items:center;justify-content:space-between;padding:0 25px}.menu-component h1{color:#000;font-size:26px;text-transform:uppercase;font-weight:900;text-decoration:underline}.menu-link-container{height:24px;display:flex;justify-content:space-around;align-items:center}.menu-link-container .link-button{color:#4d4d4d;text-decoration:none;padding:5px 10px;margin:0 5px;font-size:20px}.menu-link-container .link-button:hover{text-decoration:underline}.link-button.active-link{font-weight:700;text-decoration:underline;color:#161616}footer{background-color:#252525;height:var(--footer-height);display:flex;text-align:center;justify-content:center;padding:0;margin:0}footer p{font-size:16px;color:#aaa}button{letter-spacing:.2px;font-weight:600;border:none;cursor:pointer;border-radius:5px;font-size:16px;text-transform:capitalize}button:active{transform:scale(.98)}.host-menu{background-color:#fff7ed;display:flex;justify-content:space-around;max-width:500px;border-radius:10px;height:var(--host-menu-height);padding-bottom:25px}.host-menu-item{font-size:20px;color:#4d4d4d;text-decoration:none;padding:5px;margin:0 5px;text-transform:capitalize}.host-menu-item:hover{text-decoration:underline}@media (min-width: 768px){.host-menu{max-width:700px;margin:0 auto}.host-vans-container h2{text-align:center}}@media (min-width: 1024px){.host-menu{max-width:900px;margin:0 auto}}.balls{width:4em;display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between}.balls div{width:.8em;height:.8em;border-radius:50%;background-color:#ffcc8d}.balls div:nth-of-type(1){transform:translate(-100%);animation:left-swing .5s ease-in alternate infinite}.balls div:nth-of-type(3){transform:translate(-95%);animation:right-swing .5s ease-out alternate infinite}@keyframes left-swing{50%,to{transform:translate(95%)}}@keyframes right-swing{50%{transform:translate(-95%)}to{transform:translate(100%)}}.loading-animation{display:flex;align-items:center;justify-content:center}.toast-container{position:fixed;width:250px;min-height:75px;bottom:5%;right:2.5%}.toast{height:75px;border-radius:10px;display:flex;justify-content:center;align-items:center;margin-top:10px;border:solid .5px}.toast.alert{color:red;background-color:#f9bfbfcc}.toast.neutral{color:orange;background-color:#fdf7d2cc}.toast.success{color:green;background-color:#a9f5b2cc}.vans-container{background-color:#ffead0;min-height:var(--content-height)}.vans-header{padding:25px 0;margin:0 20px}.button-container{max-width:450px;display:flex;justify-content:space-between;align-items:start;margin:10px 20px}.filter{padding:8px 16px;margin:5px;border-radius:5px;border:solid 1px #E17654;background-color:#ffead0;color:#4d4d4d}.filter:hover{background-color:#e17654;color:#ffead0;transition:all .3s ease-in-out}.filter.active{background-color:#e17654;color:#ffead0}.clear-filter{background-color:#ffead0;border:none;text-decoration:underline}.clear-filter:hover{scale:1.05;transition:all .3s ease-in-out}.filter.clear-filter:disabled{opacity:.5;cursor:not-allowed;scale:none;transition:none;background-color:#ffead0;color:#4d4d4d}.vans-list-container{display:grid;grid-template-columns:1fr 1fr;gap:5px}@media (max-width: 520px){.vans-header-container{margin:10px}.button-container{flex-wrap:wrap;justify-content:space-around}.vans-list-container{grid-template-columns:1fr;margin:0 auto}}@media (min-width: 768px){.vans-container{min-height:var(--content-height)}.home-button{width:150px}.vans-list-container{margin:0 auto;max-width:1280px;grid-template-columns:1fr 1fr 1fr}}@media (min-width: 1024px){.vans-container{min-height:var(--content-height)}.van-list-container{max-width:900px;grid-template-columns:1fr 1fr}}.van-card-link{text-decoration:none;color:#161616}.van-card{width:230px;color:#161616;margin:15px 10px;padding:10px;border-radius:5px;box-shadow:0 4px 8px 2px #0000000d}.van-card:hover{transition:all .3s ease-in-out;border-radius:5px;box-shadow:0 4px 8px 2px #00000040}.van-card img{min-height:230px;width:100%;aspect-ratio:1/1;border-radius:5px}.van-card-text-container{display:flex;justify-content:space-between}.van-card-name{font-size:20px}.van-card-price{font-size:20px;width:70px;text-align:end}.van-card-price span{font-size:16px}.van-card-button-simple{width:85px;height:34px;color:#ffead0;background-color:#e17654}.van-card-button-luxury{width:85px;height:34px;color:#ffead0;background-color:#161616}.van-card-button-rugged{width:85px;height:34px;color:#ffead0;background-color:#115e59}@media (max-width: 520px){.van-card{width:300px;margin:0 auto}}@media (min-width: 768px){.van-card{width:230px}}@media (min-width: 1024px){.van-card{width:350px}}.content-loading{background-image:linear-gradient(to right,#f8ce9c 0,#fbddb8,#f5d4ad 20%,#ffcc8d);background-size:200% 100%;animation:bgPos 1s linear infinite}.loading-img{min-height:230px;width:100%;aspect-ratio:1/1;border-radius:5px}@keyframes bgPos{0%{background-position:50% 0}to{background-position:-150% 0}}.van-detail-container{margin:0 auto;padding:0 10px 25px;display:flex;align-items:start;flex-direction:column;max-width:500px;min-height:var(--content-height)}.van-detail-container img{object-fit:cover;margin:15px auto 0;max-height:350px;width:100%;border-radius:5px}.van-price{font-size:20px}.van-price span{font-size:16px}.van-btn{width:100%;color:#fff;background-color:#ff8c38;max-width:500px;height:50px;border-radius:5px}.van-type{display:flex;justify-content:center;align-items:center;width:85px;height:34px;color:#ffead0;border-radius:5px}.van-type.rugged{background-color:#115e59}.van-type.simple{background-color:#e17654}.van-type.luxury{background-color:#161616}@media (min-width: 768px){.van-detail-container{max-width:600px;margin:0 auto}.van-detail-container img{max-height:450px;width:100%}}@media (min-width: 1024px){.van-detail-container{max-width:1024px;margin:0 auto}.van-detail-container img{max-height:500px;width:100%}}.dashboard-container{max-width:700px;margin:0 auto;min-height:var(--host-content-height)}.dash-header-container{display:flex;justify-content:center;flex-direction:column}.dash-header{background-color:#ffead0;padding:0 15px}.dash-header h1{padding:5px 0;margin:5px 0}.dash-header-text{display:flex;justify-content:space-between}.dash-header-text p{padding:5px 0;margin:5px 0}.dash-header-text p span{font-weight:700;text-decoration:underline}.dash-header h2{font-size:36px;padding:5px 0;margin:5px 0 25px}.dash-review{display:flex;justify-content:space-between;background-color:#ffddb2;padding:0 15px}.dash-review-score{display:flex;align-items:center}.dash-review-score h3{margin-right:25px}.dash-review-score p span{font-weight:700}@media (min-width: 768px){.dashboard-container{max-width:100%;margin:0 auto}.dash-header,.dash-review{padding:0 75px}}@media (min-width: 1024px){.dashboard-container{max-width:100%;margin:0 auto}.dash-header,.dash-review{padding:0 150px}.dash-header-text{display:block}}.income-container{max-width:700px;min-height:var(--host-content-height);margin:0 auto}.income-header{padding:10px}.income-header h2{margin:0;font-size:36px}.income-graph{width:100%}.income-graph img{height:auto;width:100%}.income-transactions-container{margin-bottom:50px}.income-header h3{font-size:36px}.income-span{font-weight:700;text-decoration:underline}.income-trans-header{display:flex;justify-content:space-between;padding:10px}.income-transaction{display:flex;justify-content:space-between;background-color:#fff;margin:10px 0;padding:10px}.review-container{max-width:700px;margin:0 auto}.review-header-container{display:flex;align-items:baseline}.review-header-container h1{margin:0 10px;font-size:36px}.review-header-container p span{text-decoration:underline;font-weight:700}.review-rating-container{display:flex;align-items:center}.review-rating-container h3{margin:0 10px;font-size:32px}.review-rating-graph-container{width:600px;margin:0 auto;display:flex;align-items:center;flex-direction:column}.line-container{display:flex;padding:0 20px;min-width:250px;max-width:500px}.review-score{display:flex;align-items:center;margin:0 10px}.review-score p{width:40px}.review-line{width:100%;background-color:#b9b9b9;height:10px}.review-line.full{background-color:#ff8c38}.review-content{margin:25px}.user-reviews-container{margin:15px;min-height:150px}.user-review-header{display:flex;align-items:baseline}.user-review-header p{margin-right:10px}.review-name{font-weight:700}.review-comment-line{background-color:#b9b9b9;height:.5px}@media (max-width: 520px){.review-rating-graph-container{width:350px}.line-container{min-width:150px;padding:0 10px}}.host-vans-container{background-color:#fff7ed;min-height:var(--host-content-height)}.host-van-link{text-decoration:none;color:#000}.host-van-container{display:flex;height:125px;justify-items:start;margin:15px;background-color:#fff;border-radius:5px}.host-van-image{width:125px}.host-van-container:hover{box-shadow:0 4px 10px 2px #00000026;transition:all .2s ease-in-out}.host-van-text-container{padding:0 15px}.host-van-text-container h3{font-size:24px;margin:10px 0}.host-van-text-container p span{font-weight:700;font-size:18px}.list-new-van{display:block;margin:15px auto;width:200px;height:50px;color:#f8f3ec;background-color:#e17654}@media (min-width: 768px){.host-vans-container{max-width:700px;margin:0 auto}.host-vans-container h2{text-align:center}}@media (min-width: 1024px){.host-vans-container{max-width:900px;margin:0 auto}}.host-van-details-container{min-height:var(--host-content-height);display:flex;max-width:700px;flex-direction:column;align-items:left;margin:0 auto}.back-button{margin:20px 0;text-decoration:none;color:#4d4d4d;font-size:16px}.host-vancard-container{height:100%;padding:0 25px}.host-vancard-header-container{max-width:700px;height:200px;display:flex;align-items:center}.host-vancard-header-container img{height:100%}.host-vancard-text{margin:0 20px;display:flex;justify-content:center;flex-direction:column}.host-van-type{display:flex;justify-content:center;align-items:center;width:85px;height:34px;color:#ffead0;border-radius:5px}.host-van-type.rugged{background-color:#115e59}.host-van-type.simple{background-color:#e17654}.host-van-type.luxury{background-color:#161616}.host-vancard-menu{margin:20px 0;padding:0 5px;border-radius:10px;background-color:#ffead0;max-width:225px;display:flex;justify-content:center;align-items:center}.host-vancard-button{font-size:16px;color:#4d4d4d;text-decoration:none;padding:5px 5px 5px 0;margin:0 5px 5px;text-transform:capitalize}.host-vancard-button:hover{text-decoration:underline}@media (min-width: 768px){.host-vancard-container{max-width:700px}.host-vans-container h2{text-align:center}}@media (min-width: 1024px){.host-vancard-container{max-width:900px}}.pricing-sub strong{font-size:32px}.pricing-sub{font-size:24px}.sub-photos-container{display:inline-flex}.add-more-photos{margin-left:5px;height:75px;width:75px;display:flex;justify-content:center;align-items:center;background-color:#ffead092;cursor:pointer}.add-more-photos:hover{background-color:#ffead0e7}.not-found-container{height:var(--content-height);max-width:900px;margin:0 auto}.back-home-button{margin:20px;text-decoration:none;padding:10px 25px;color:#fff;font-size:16px;background-color:#e17654}.login-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:var(--content-height)}.login-form{display:flex;flex-direction:column;align-items:center}.login-form label{font-size:18px;display:flex;flex-direction:column;margin:0 5px 10px 0}.login-form input{width:300px;padding:10px;border:1px solid #ccc;border-radius:5px;margin:5px 0}.login-btn{margin-top:15px;padding:10px 20px;background-color:#ff8c00;color:#fff}.login-first{color:red}:root{font-family:inter;margin:0;padding:0;background-color:#fff7ed;--menu-height: 75px;--footer-height: 65px;--content-height: calc(100vh - var(--menu-height) - var(--footer-height));--host-layout-height: 55px;--host-content-height: calc(var(--content-height) - var(--host-layout-height))}body{margin:0;padding:0}@media (min-width: 768px){:root{max-width:1920px}}
