@font-face{font-family:ArialRounded;src:url(/fonts/ARLRDBD.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.srvz-root{font-family:var(--font-rounded),sans-serif;background:var(--main-background);color:var(--text);min-height:100vh;overflow-x:hidden;position:relative}.heading-display{font-family:var(--font-montserrat,Montserrat,sans-serif)}.hero{padding:100px 1rem 2.5rem;text-align:center}.hero__heading{font-size:clamp(38px,6.5vw,65px);font-weight:900;font-style:italic;line-height:1;letter-spacing:-.02em;max-width:56rem;margin:1.5rem auto 0}.hero__heading-word-container{display:inline-flex;position:relative;vertical-align:middle;justify-content:center;align-items:center;min-width:6ch}.hero__heading-word{display:inline-block}.hero__heading-pill{display:inline-flex;align-items:center;gap:.25em;padding:.15em .5em;background:var(--main-background);border-radius:999px;box-shadow:var(--boxShadow);font-family:var(--font-rounded),sans-serif;font-size:inherit;font-weight:700;font-style:normal;line-height:1;letter-spacing:-.01em;text-decoration:none;color:inherit;vertical-align:middle;white-space:nowrap;margin-top:20px;backface-visibility:hidden;transform:translateZ(0);-webkit-font-smoothing:antialiased}.hero__heading-pill .hero__pill-icon{height:.7em;width:auto;flex-shrink:0}.hero__heading-pill .hero__pill-icon-wrap{height:1.1em;display:flex;align-items:center}.hero__sub{margin-top:1.5rem;font-size:1.125rem;color:var(--gray4);margin-left:auto;margin-right:auto;line-height:1.4;max-width:38rem}.hero__pills{flex-wrap:wrap;gap:.625rem;margin-top:1.25rem}.hero__pill,.hero__pills{display:flex;justify-content:center}.hero__pill{box-sizing:border-box;width:min-content;height:40px;flex-direction:row;align-items:center;padding:0 16px;box-shadow:var(--boxShadow);background-color:var(--main-background);overflow:hidden;align-content:center;flex-wrap:nowrap;gap:9px;border-radius:29px;font-family:var(--font-rounded),sans-serif;font-size:.8125rem;font-weight:700;text-decoration:none;color:inherit;transition:background .15s,transform .1s;white-space:nowrap;-webkit-font-smoothing:antialiased;backface-visibility:hidden;transform:translateZ(0)}.hero__pill:hover{background:var(--gray1);transform:translateY(-1px)}.hero__pill-icon-wrap{display:flex;align-items:center;justify-content:center;height:100%}.hero__pill-icon{height:18px;width:auto}.hero__cards{display:flex;justify-content:center;position:relative;height:clamp(300px,80vw,360px);margin:4.5rem auto 3.5rem;width:100%}@media (min-width:768px){.hero__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;max-width:56rem;margin:1.5rem auto 0;height:auto}}@media (max-width:767px){.hero__cards .photo-card{position:absolute;width:42vw;max-width:160px;padding-bottom:0;height:60vw;max-height:232px;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1);transform:translateX(var(--tx)) rotate(var(--rot))}.hero__cards .photo-card:first-child{--tx:-26vw;--rot:-15deg;z-index:1}.hero__cards .photo-card:nth-child(2){--tx:-9vw;--rot:-5deg;z-index:2}.hero__cards .photo-card:nth-child(3){--tx:9vw;--rot:5deg;z-index:3}.hero__cards .photo-card:nth-child(4){--tx:26vw;--rot:15deg;z-index:4}.hero__cards .photo-card.is-active,.hero__cards .photo-card:hover{z-index:10;transform:translateX(var(--tx)) rotate(var(--rot)) scale(1.1) translateY(-20px);box-shadow:var(--hoverShadow)}.hero__cards .photo-card.is-active{z-index:9}}.photo-card{position:relative;border-radius:21px;overflow:visible;background:var(--main-background);box-shadow:var(--cardShadow);padding-bottom:145%;display:block;text-decoration:none;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1);will-change:transform}.photo-card:hover{transform:translateY(-8px) scale(1.04);box-shadow:var(--hoverShadow)}.photo-card__inner{position:absolute;inset:2px;border-radius:19px;overflow:hidden}.photo-card__inner:after{content:"";position:absolute;inset:0;border-radius:19px;background:linear-gradient(180deg,hsla(0,17%,51%,0) 0,var(--main-background) 100%);border-color:var(--main-background);border-style:solid;border-width:0 1px 1px;transition:opacity .35s cubic-bezier(.22,1,.36,1);z-index:1}.photo-card:hover .photo-card__inner:after{opacity:.15}.photo-card__img{object-fit:cover;width:100%!important;height:100%!important;filter:var(--img-filter,none)}.photo-card__label{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);z-index:2;pointer-events:none}@media (max-width:767px){.photo-card__label span{display:none}.photo-card__label.hero__pill{width:36px;height:36px;padding:0;gap:0;border-radius:50%}.photo-card__label .hero__pill-icon{height:20px}}.photo-card:hover .photo-card__label{transform:translateX(-50%)}.section-tag{display:flex;align-items:center;gap:.5rem}.section-tag__icon{width:1rem;height:1rem}.section-tag__label{font-size:.875rem;font-weight:600}.section{padding:2rem 1.5rem;max-width:1500px;margin:0 auto}@media (min-width:768px){.section{padding:.1rem 1rem}}.section__grid{display:grid;gap:2rem;align-items:center}@media (min-width:768px){.section__grid--img-right{grid-template-columns:1.2fr 2fr}.section__grid--img-left{grid-template-columns:2fr 1.2fr}}.section__grid--top{align-items:center;margin-bottom:2rem}.section__content{display:flex;flex-direction:column;max-width:500px;text-align:center;align-items:center;margin:0 auto}@media (min-width:768px){.section__content{margin:0}.section__content--left{text-align:right;align-items:flex-end}.section__content--right{text-align:left;align-items:flex-start}}.section__heading{font-size:clamp(30px,4vw,52px);font-weight:900;font-style:italic;line-height:1.05;letter-spacing:-.025em;margin-top:.75rem}.section__body{margin-top:1rem;font-size:.9375rem;color:var(--sub-text);line-height:1.7}.section__photo{border-radius:1.5rem;aspect-ratio:1.35;position:relative;width:100%}.section__photo img{object-fit:contain!important;width:100%!important;height:100%!important;border-radius:1.5rem}@media (max-width:767px){.order-first{order:-1}.order-last{order:1}}@media (min-width:768px){.md-order-first{order:-1}.md-order-last{order:1}}.stints__heading{font-size:clamp(32px,4.5vw,50px);font-weight:900;font-style:italic;line-height:1;letter-spacing:-.025em;margin-top:1rem}.stints__body{margin-top:1rem;font-size:.9375rem;color:var(--sub-text);line-height:1.7;max-width:24rem}.stints__promo{border-radius:1.5rem;background:var(--gray1);padding:3.5rem 2rem;text-align:center;position:relative;overflow:hidden;min-height:360px;display:flex;align-items:center;justify-content:center}@media (min-width:768px){.stints__promo{padding:3.5rem 8rem;min-height:420px}}.stints__promo-content{position:relative;z-index:1}.stints__promo-img{position:absolute;border-radius:1rem;overflow:hidden;display:block}@media (min-width:768px){.stints__promo-img{display:block}}.stints__promo-img--1{width:130px;height:88px;right:-20px;bottom:-10px;transform:rotate(-15deg)}.stints__promo-img--2{width:108px;height:162px;left:-28px;bottom:-40px}.stints__promo-img--3{width:56px;height:84px;left:-6px;top:-12px;transform:rotate(12deg)}.stints__promo-img--4{width:70px;height:105px;right:-8px;top:-14px}@media (min-width:768px){.stints__promo-img--1{width:300px;height:200px;right:-35px;bottom:-18px}.stints__promo-img--2{width:260px;height:390px;left:-65px;bottom:-95px}.stints__promo-img--3{width:100px;height:150px;left:0;top:-18px}.stints__promo-img--4{width:130px;height:195px;right:-12px;top:-24px}}.stints__promo-heading{font-size:clamp(38px,6vw,72px);font-weight:900;font-style:italic;line-height:1.15;letter-spacing:-.025em}.stints__promo-sub{color:var(--gray4);font-size:1.0625rem;margin-top:.5rem}.stints__promo-tagline{font-size:clamp(18px,3vw,28px);font-weight:900;font-style:italic;margin-top:.5rem}.stints__promo-desc{color:var(--gray4);font-size:.875rem;margin-top:1rem;max-width:28rem;margin-left:auto;margin-right:auto;line-height:1.6}.stints__promo-btn{display:inline-block;margin-top:1.5rem;background:var(--text);color:var(--main-background);border-radius:9999px;padding:.75rem 1.75rem;font-size:.8125rem;font-weight:600;text-decoration:none;transition:background .15s}.stints__promo-btn:hover{background:var(--contrast1)}.rentals__images{position:relative;height:460px}.rentals__venue{right:0;top:0;width:72%;height:85%;border-radius:1.5rem}.rentals__app,.rentals__venue{position:absolute;overflow:hidden}.rentals__app{left:0;top:2rem;width:44%;height:88%;border-radius:1rem;box-shadow:var(--modalShadow);border:1px solid var(--shadow)}.rentals__beta-badge{background:#ffedd5;color:#ea580c;font-size:.625rem;font-weight:700;border-radius:9999px;padding:.25rem .75rem;text-transform:uppercase;letter-spacing:.05em}.rentals__tag-wrap{margin-top:.75rem}.connected{position:relative;padding:6rem 0;text-align:center;overflow:hidden}.connected__flex-layout{display:flex;align-items:center;justify-content:center;width:100%;min-height:40vw}.connected__side-img{display:none}@media (min-width:1024px){.connected__side-img{display:block;position:relative;flex-shrink:0;width:38vw;height:54vw;max-height:90vh}.connected__side-img--left{margin-left:-19vw}.connected__side-img--right{margin-right:-19vw}}.connected__center-content{flex:1;max-width:600px;padding:0 2rem;z-index:2}.connected__image-wrap{margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center}.connected__image-wrap img{max-width:100%;height:auto}.connected__heading{font-size:clamp(36px,5.5vw,68px);font-weight:900;font-style:italic;line-height:1.15;letter-spacing:-.025em}.connected__body{margin-top:1rem;font-size:1rem;color:var(--sub-text);max-width:480px;margin-left:auto;margin-right:auto;line-height:1.75}.connected__store-btns{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:5px;margin-top:3.5rem}.business{padding:1.5rem 1rem;max-width:1280px;margin:0 auto}@media (min-width:768px){.business{padding:1.5rem 2.5rem}}.business__card{background:var(--text);color:var(--main-background);border-radius:1.5rem;padding:4rem 2rem;text-align:center}@media (min-width:768px){.business__card{padding:4rem}}.business__logo-wrap{display:flex;justify-content:center;margin-bottom:1.5rem}.business__logo{height:2rem;width:auto}.business__heading{font-size:clamp(28px,4.5vw,56px);font-weight:700;line-height:1.15;max-width:42rem;margin:0 auto}.business__cta{display:inline-flex;align-items:center;gap:.625rem;margin-top:2rem;border:1px solid hsla(0,0%,100%,.3);color:var(--main-background);border-radius:9999px;padding:.75rem 1.5rem;font-size:.8125rem;font-weight:600;text-decoration:none;transition:background .15s}.business__cta:hover{background:hsla(0,0%,100%,.1)}.business__cta-arrow{width:2rem;height:auto}.backed{padding:3rem 1rem;text-align:center}.backed__label{font-size:.75rem;font-weight:600;color:var(--gray4);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.backed__logo{object-fit:contain;display:block;margin:0 auto}.footer{background:var(--best-gray);border-top:1px solid var(--shadow);padding:4rem 1.5rem 2rem}@media (min-width:768px){.footer{padding:5rem 2.5rem 3rem}}.footer__inner{max-width:1280px;margin:0 auto}.footer__top{display:flex;flex-direction:column;gap:3rem;margin-bottom:4rem}@media (min-width:1024px){.footer__top{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer__brand{display:flex;flex-direction:column;gap:.5rem}.footer__logo-wrap{display:flex;align-items:center;gap:8px}.footer__logo{height:28px;width:auto;color:var(--text)}.footer__logo-text{font-family:inherit;font-weight:700;font-size:24px;letter-spacing:-.02em}.footer__logo-tm{font-size:10px;vertical-align:super}.footer__sub-brand{font-size:.875rem;color:var(--gray4);font-weight:400}.footer__nav{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}@media (min-width:768px){.footer__nav{grid-template-columns:repeat(3,1fr);gap:4rem}}.footer__col{display:flex;flex-direction:column;gap:1.25rem}.footer__col-title{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.footer__col-title.underline{text-decoration:underline;text-underline-offset:4px}.footer__col-links{display:flex;flex-direction:column;gap:.75rem}.footer__link{font-size:.9375rem;font-weight:700;color:var(--text);text-decoration:none;transition:opacity .2s}.footer__link--grey{color:var(--gray4);font-weight:400}.footer__link:hover{opacity:.7}.footer__bottom{border-top:1px solid var(--shadow);padding-top:2rem}.footer__copyright{font-size:.8125rem;color:var(--gray4);text-align:left}.scroll-indicator{position:fixed;bottom:32px;left:50%;display:flex;align-items:center;gap:8px;background:var(--gray1);padding:11px 18px;border-radius:999px;box-shadow:0 8px 32px var(--shadow);font-size:.875rem;font-weight:700;color:var(--text);z-index:1000;pointer-events:none;white-space:nowrap;border:1px solid var(--shadow)}.scroll-indicator__icon{width:15px;height:15px}