@keyframes landing-module-scss-module__wZmyjG__slideFromLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes landing-module-scss-module__wZmyjG__slideFromRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes landing-module-scss-module__wZmyjG__fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-module-scss-module__wZmyjG__cardFadeIn{0%{opacity:0}to{opacity:1}}@keyframes landing-module-scss-module__wZmyjG__text-rotate-animate{0%,20%{transform:translateY(0)}25%,45%{transform:translateY(-20%)}50%,70%{transform:translateY(-40%)}75%,95%{transform:translateY(-60%)}to{transform:translateY(-80%)}}:root{--max-width:1200px;--padding-x:max(3rem,calc((100vw - var(--max-width))/2 + 3rem));--image-width-s:240px;--image-width-m:270px;--image-width-l:300px;--title-size:4rem;--subtitle-size:3rem;--description-size:1.125rem;--h2-size:1.25rem}@media only screen and (max-width:767px){:root{--max-width:unset;--padding-x:1rem;--image-width-s:160px;--image-width-m:190px;--image-width-l:220px;--title-size:2.5rem;--subtitle-size:2rem;--description-size:1rem;--h2-size:1rem}}.landing-module-scss-module__wZmyjG__container{flex-direction:column;display:flex;overflow:hidden auto}.landing-module-scss-module__wZmyjG__header{z-index:800;justify-content:space-between;align-items:center;padding:1rem 2rem;transition:background-color .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s,border-color .3s,padding-bottom .3s;animation:.9s cubic-bezier(.16,1,.3,1) both landing-module-scss-module__wZmyjG__slideFromLeft;display:flex;position:fixed;inset:0 0 auto}.landing-module-scss-module__wZmyjG__header.scrolled{-webkit-backdrop-filter:blur(16px)saturate(180%);backdrop-filter:blur(16px)saturate(180%);background-color:#fff9;box-shadow:0 1px #e5e7eb4d}.landing-module-scss-module__wZmyjG__header nav{align-items:center;gap:1.5rem;font-size:.875rem;font-weight:500;display:none}.landing-module-scss-module__wZmyjG__header nav a{transition:color .2s;position:relative}.landing-module-scss-module__wZmyjG__header nav a:after{content:"";transform-origin:50%;background-color:var(--c-accent-lighter);z-index:-1;border-radius:30px;transition:transform .25s cubic-bezier(.16,1,.3,1);position:absolute;inset:-6px -12px;transform:scale(0)}:is(.landing-module-scss-module__wZmyjG__header nav a:hover,.landing-module-scss-module__wZmyjG__header nav a.nav-active){color:var(--c-accent)}.landing-module-scss-module__wZmyjG__header nav a.nav-active:after{transform:scaleX(1)}.landing-module-scss-module__wZmyjG__header .landing-module-scss-module__wZmyjG__actions{align-items:center;gap:4px;display:flex}.landing-module-scss-module__wZmyjG__header .landing-module-scss-module__wZmyjG__actions a:first-of-type button{font-weight:500}.landing-module-scss-module__wZmyjG__header .landing-module-scss-module__wZmyjG__actions a:first-of-type button:hover{color:var(--c-accent);background-color:var(--c-accent-lightest)}@media only screen and (min-width:1280px){.landing-module-scss-module__wZmyjG__header nav{display:flex}}@media only screen and (max-width:767px){.landing-module-scss-module__wZmyjG__header{padding:1rem}}@media only screen and (max-width:639px){.landing-module-scss-module__wZmyjG__header .landing-module-scss-module__wZmyjG__actions a:first-of-type{display:none}}.landing-module-scss-module__wZmyjG__logo{justify-content:center;align-self:center;display:inline-flex}.landing-module-scss-module__wZmyjG__logo.landing-module-scss-module__wZmyjG__disabled{opacity:1!important;cursor:default!important}.landing-module-scss-module__wZmyjG__logo img{width:auto;height:40px}@media only screen and (max-width:767px){.landing-module-scss-module__wZmyjG__logo img{height:36px}}.landing-module-scss-module__wZmyjG__topContainer{background-color:#fff;border-radius:0 0 4rem 4rem;flex-direction:column;flex-shrink:0;align-items:stretch;gap:1rem;min-height:100dvh;padding-top:6rem;display:flex;position:relative;overflow:hidden}.landing-module-scss-module__wZmyjG__topContainer:before{content:"";z-index:-1;opacity:.8;background-color:#fff;background-image:repeating-linear-gradient(90deg,#0000 0 5px,#fff 5px 15px,#0000 15px 20px),repeating-linear-gradient(#0000 0 5px,#fff 5px 15px,#0000 15px 20px),linear-gradient(#f3f4f6 1.8px,#0000 1.8px),linear-gradient(90deg,#f3f4f6 1.8px,#0000 1.8px);background-position:0 0,0 0,0 -.6px,-.6px 0;background-size:100% 100%,100% 100%,60px 60px,60px 60px;position:absolute;inset:0}@media only screen and (max-width:767px){.landing-module-scss-module__wZmyjG__topContainer{padding-bottom:3rem}}.landing-module-scss-module__wZmyjG__hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;max-width:800px;margin:0 auto;padding:3rem;display:flex}.landing-module-scss-module__wZmyjG__hero h1{font-size:var(--title-size);letter-spacing:-2px;text-shadow:2px 2px 4px #0003;font-weight:800;line-height:1;animation:.9s cubic-bezier(.16,1,.3,1) both landing-module-scss-module__wZmyjG__slideFromLeft}.landing-module-scss-module__wZmyjG__hero h1 span{color:var(--c-accent);text-align:center}.landing-module-scss-module__wZmyjG__hero .landing-module-scss-module__wZmyjG__subhero{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100%;animation:.9s cubic-bezier(.16,1,.3,1) .12s both landing-module-scss-module__wZmyjG__slideFromRight;display:flex}.landing-module-scss-module__wZmyjG__hero .landing-module-scss-module__wZmyjG__subhero h2{color:var(--c-gray-600);text-wrap:balance;font-size:var(--h2-size);max-width:90%;font-weight:500;line-height:1.5}.landing-module-scss-module__wZmyjG__hero .landing-module-scss-module__wZmyjG__subhero>div{flex-direction:column;align-items:center;gap:.5rem;display:flex}.landing-module-scss-module__wZmyjG__hero .landing-module-scss-module__wZmyjG__subhero>div button,.landing-module-scss-module__wZmyjG__hero .landing-module-scss-module__wZmyjG__subhero>div a{justify-content:space-between;width:100%;font-size:20px}.landing-module-scss-module__wZmyjG__hero .landing-module-scss-module__wZmyjG__subhero>div button{gap:1.5rem;box-shadow:2px 2px 4px #0003}@media only screen and (max-width:767px){.landing-module-scss-module__wZmyjG__hero{gap:1rem;width:100%;margin:0;padding:2rem 1rem 3rem}.landing-module-scss-module__wZmyjG__hero .landing-module-scss-module__wZmyjG__subhero h2{max-width:unset}}.landing-module-scss-module__wZmyjG__rotatingContainer{height:1.15em;color:var(--c-accent);vertical-align:top;width:100%;display:inline-block;position:relative;overflow:hidden}.landing-module-scss-module__wZmyjG__rotatingList{flex-direction:column;align-items:center;animation:12s cubic-bezier(.16,1,.3,1) infinite landing-module-scss-module__wZmyjG__text-rotate-animate;display:flex;position:absolute;inset:0 0 auto}.landing-module-scss-module__wZmyjG__rotatingItem{white-space:nowrap;text-align:center;align-items:center;height:1.15em;display:flex}.landing-module-scss-module__wZmyjG__searchSection{padding:max(10rem,20vh)var(--padding-x);text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.landing-module-scss-module__wZmyjG__searchSection>span[data-animate-item],.landing-module-scss-module__wZmyjG__searchSection>h3[data-animate-item],.landing-module-scss-module__wZmyjG__searchSection .landing-module-scss-module__wZmyjG__cta[data-animate-item]{transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.landing-module-scss-module__wZmyjG__searchSection>span[data-animate-item]:not([data-visible]),.landing-module-scss-module__wZmyjG__searchSection>h3[data-animate-item]:not([data-visible]),.landing-module-scss-module__wZmyjG__searchSection .landing-module-scss-module__wZmyjG__cta[data-animate-item]:not([data-visible]){opacity:0;transform:translateY(28px)}.landing-module-scss-module__wZmyjG__searchSection .landing-module-scss-module__wZmyjG__searchInputWrapper[data-animate-item]{transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1),border-color .2s,background-color .2s}.landing-module-scss-module__wZmyjG__searchSection .landing-module-scss-module__wZmyjG__searchInputWrapper[data-animate-item]:not([data-visible]){opacity:0;transform:translateY(28px)}.landing-module-scss-module__wZmyjG__searchSection .landing-module-scss-module__wZmyjG__categories>.landing-module-scss-module__wZmyjG__categoryChipWrapper[data-animate-item]{transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.landing-module-scss-module__wZmyjG__searchSection .landing-module-scss-module__wZmyjG__categories>.landing-module-scss-module__wZmyjG__categoryChipWrapper[data-animate-item]:not([data-visible]){opacity:0;transform:translateY(28px)}.landing-module-scss-module__wZmyjG__searchSection span{color:var(--c-accent);text-transform:uppercase;letter-spacing:1.4px;font-size:14px;font-weight:700}.landing-module-scss-module__wZmyjG__searchSection h3{font-size:var(--subtitle-size);text-wrap:balance;letter-spacing:-2px;text-shadow:2px 2px 4px #0003;max-width:600px;line-height:1}.landing-module-scss-module__wZmyjG__searchSection .landing-module-scss-module__wZmyjG__categories{flex-wrap:wrap;gap:1rem;width:60%;font-weight:500;display:flex}.landing-module-scss-module__wZmyjG__searchSection .landing-module-scss-module__wZmyjG__categories .landing-module-scss-module__wZmyjG__categoryChip{border:1px solid var(--c-foreground);border-radius:33rem;align-items:center;gap:6px;padding:8px 12px;transition:color .2s,border-color .2s,transform .2s,background-color .2s;display:flex}.landing-module-scss-module__wZmyjG__searchSection .landing-module-scss-module__wZmyjG__categories .landing-module-scss-module__wZmyjG__categoryChip:hover{color:var(--c-accent);border-color:var(--c-accent);background-color:var(--c-accent-lightest);transform:translateY(-4px)}.landing-module-scss-module__wZmyjG__searchSection .landing-module-scss-module__wZmyjG__cta{margin:2rem 0 0}.landing-module-scss-module__wZmyjG__searchSection .landing-module-scss-module__wZmyjG__cta button{box-shadow:2px 2px 4px #0003}@media only screen and (max-width:767px){.landing-module-scss-module__wZmyjG__searchSection{align-items:flex-start;padding:6rem 1rem 0}.landing-module-scss-module__wZmyjG__searchSection h3{text-align:left;line-height:1.1}.landing-module-scss-module__wZmyjG__searchSection .landing-module-scss-module__wZmyjG__categories{width:100%}.landing-module-scss-module__wZmyjG__searchSection .landing-module-scss-module__wZmyjG__cta{align-self:flex-end}}.landing-module-scss-module__wZmyjG__searchInputWrapper{background-color:var(--c-gray-100);border:2px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:60%;height:44px;margin:3rem auto;transition:border-color .2s,background-color .2s;display:flex;position:relative;overflow:hidden;box-shadow:2px 2px 4px #0003}.landing-module-scss-module__wZmyjG__searchInputWrapper.landing-module-scss-module__wZmyjG__focus{border-color:var(--c-accent)}.landing-module-scss-module__wZmyjG__searchInputWrapper input{width:100%;height:100%;color:inherit;background-color:unset;border:none;outline:none;padding:0 0 0 16px;font-family:inherit;font-size:16px;font-weight:500}.landing-module-scss-module__wZmyjG__searchInputWrapper input::placeholder{color:var(--c-gray-400)}.landing-module-scss-module__wZmyjG__searchInputWrapper .landing-module-scss-module__wZmyjG__inputIcons{justify-content:center;align-items:center;margin-right:6px;display:flex}.landing-module-scss-module__wZmyjG__searchInputWrapper button{color:var(--c-gray-400)!important;padding:4px!important}.landing-module-scss-module__wZmyjG__searchInputWrapper button img{height:22px}.landing-module-scss-module__wZmyjG__searchInputWrapper button:hover{color:var(--c-accent)!important}@media only screen and (max-width:767px){.landing-module-scss-module__wZmyjG__searchInputWrapper{width:100%;margin-inline:0}}.landing-module-scss-module__wZmyjG__gallery{justify-content:center;align-items:center;gap:1rem;width:100%;margin:-1rem auto -4rem;padding:4rem 0;display:flex;position:relative;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 15% 85%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 15% 85%,#0000 100%)}@media only screen and (max-width:767px){.landing-module-scss-module__wZmyjG__gallery{margin-top:-4rem}}.landing-module-scss-module__wZmyjG__galleryImageWrapper{aspect-ratio:3/4;background-color:var(--c-gray-200);border-radius:1.25rem;flex-shrink:0;transition:transform .3s,box-shadow .3s;animation:.8s both landing-module-scss-module__wZmyjG__cardFadeIn;display:flex;overflow:hidden}.landing-module-scss-module__wZmyjG__galleryImageWrapper:nth-child(2){width:var(--image-width-m);z-index:3;animation-delay:.55s;box-shadow:0 8px 32px #00000014}.landing-module-scss-module__wZmyjG__galleryImageWrapper:nth-child(3){width:var(--image-width-l);z-index:5;animation-delay:.65s;box-shadow:0 12px 48px #0000001f}.landing-module-scss-module__wZmyjG__galleryImageWrapper:nth-child(4){width:var(--image-width-m);z-index:2;animation-delay:.55s;box-shadow:0 8px 32px #00000014}.landing-module-scss-module__wZmyjG__galleryImageWrapper:nth-child(5),.landing-module-scss-module__wZmyjG__galleryImageWrapper:first-child{width:var(--image-width-s);z-index:1;animation-delay:.4s;box-shadow:0 4px 24px #0000000f}.landing-module-scss-module__wZmyjG__galleryImage{object-fit:cover;width:100%;height:100%;transition:transform .4s}.landing-module-scss-module__wZmyjG__galleryImage:hover{transform:scale(1.1)}.landing-module-scss-module__wZmyjG__section{padding:8rem var(--padding-x);border-radius:0 0 4rem 4rem;flex-direction:column;align-items:center;gap:3rem;display:flex;position:relative}.landing-module-scss-module__wZmyjG__section:before{content:"";background-color:inherit;width:100%;height:4rem;z-index:inherit;position:absolute;inset:auto 0 100%}@media only screen and (max-width:767px){.landing-module-scss-module__wZmyjG__section{flex-direction:column;padding-bottom:4rem;display:flex}}.landing-module-scss-module__wZmyjG__section>:first-child{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;max-width:600px;display:flex;position:relative}.landing-module-scss-module__wZmyjG__section>:first-child .landing-module-scss-module__wZmyjG__sectionIndex{letter-spacing:-4px;z-index:-1;pointer-events:none;color:#0000;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(to bottom right,#e7e5e499,rgb(from var(--c-accent)r g b/.15),transparent);font-size:15em;font-weight:800;line-height:.8;position:absolute;inset:-5rem auto auto 0}.landing-module-scss-module__wZmyjG__section>:first-child span{color:var(--c-accent);text-transform:uppercase;letter-spacing:1.4px;font-size:14px;font-weight:700}.landing-module-scss-module__wZmyjG__section>:first-child h3{font-size:var(--subtitle-size);text-wrap:balance;letter-spacing:-2px;text-shadow:2px 2px 4px #0003;line-height:1}.landing-module-scss-module__wZmyjG__section>:first-child p{color:var(--c-gray-600);line-height:1.5;font-size:var(--description-size);margin-top:.5rem}.landing-module-scss-module__wZmyjG__section>[data-animate-item]{transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.landing-module-scss-module__wZmyjG__section>[data-animate-item]:not([data-visible]){opacity:0;transform:translateY(32px)}@media only screen and (max-width:767px){.landing-module-scss-module__wZmyjG__section>:first-child{text-align:left;max-width:unset;align-items:flex-start}.landing-module-scss-module__wZmyjG__section>:first-child h3{line-height:1.1}}.landing-module-scss-module__wZmyjG__features{background-color:var(--c-neutral)}.landing-module-scss-module__wZmyjG__featureCards{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media only screen and (max-width:767px){.landing-module-scss-module__wZmyjG__featureCards{flex-direction:column;display:flex}}.landing-module-scss-module__wZmyjG__featureCardWrapper{transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.landing-module-scss-module__wZmyjG__featureCardWrapper[data-animate-item]:not([data-visible]){opacity:0;transform:translateY(24px)}.landing-module-scss-module__wZmyjG__featureCard{color:var(--c-gray-600);background-color:#fff;border-radius:1rem;flex-direction:column;gap:1rem;height:100%;padding:2rem 1rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;box-shadow:0 3px 4px -2px #0000001a,0 2px 3px -4px #0000000d}.landing-module-scss-module__wZmyjG__featureCard img{opacity:.2;z-index:1;width:auto;height:60px;transition:color .3s;position:absolute;inset:6px 6px auto auto}.landing-module-scss-module__wZmyjG__featureCard .landing-module-scss-module__wZmyjG__count{z-index:1;color:#0000;letter-spacing:-4px;pointer-events:none;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(to bottom,#e7e5e499,rgb(from var(--c-accent)r g b/.2),transparent);font-size:70px;font-weight:800;line-height:.8;transition:color .3s;position:absolute;inset:8px 8px auto auto}.landing-module-scss-module__wZmyjG__featureCard .landing-module-scss-module__wZmyjG__title{letter-spacing:-.5px;z-index:2;font-size:1.25rem;font-weight:600;line-height:1.2;transition:color .3s}.landing-module-scss-module__wZmyjG__featureCard p{text-wrap:balance;z-index:2}.landing-module-scss-module__wZmyjG__featureCard:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.landing-module-scss-module__wZmyjG__featureCard:hover img,.landing-module-scss-module__wZmyjG__featureCard:hover .landing-module-scss-module__wZmyjG__title{color:var(--c-accent)}.landing-module-scss-module__wZmyjG__purchaseSteps{background-color:#fff}.landing-module-scss-module__wZmyjG__timeline{flex-direction:column;width:100%;max-width:900px;display:flex;position:relative}.landing-module-scss-module__wZmyjG__timelineLine{background:linear-gradient(to bottom,transparent,var(--c-accent)8%,var(--c-accent)92%,transparent);opacity:.25;border-radius:2px;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.landing-module-scss-module__wZmyjG__timelineRow{grid-template-columns:1fr 3rem 1fr;align-items:center;gap:0;display:grid}.landing-module-scss-module__wZmyjG__timelineRow[data-side=left] .landing-module-scss-module__wZmyjG__timelineCard:first-child{grid-column:1}.landing-module-scss-module__wZmyjG__timelineRow[data-side=left] .landing-module-scss-module__wZmyjG__timelineConnector{grid-column:2}.landing-module-scss-module__wZmyjG__timelineRow[data-side=left] .landing-module-scss-module__wZmyjG__timelineCard:last-child{visibility:hidden;grid-column:3}.landing-module-scss-module__wZmyjG__timelineRow[data-side=right] .landing-module-scss-module__wZmyjG__timelineCard:first-child{grid-area:1/3}.landing-module-scss-module__wZmyjG__timelineRow[data-side=right] .landing-module-scss-module__wZmyjG__timelineConnector{grid-area:1/2}.landing-module-scss-module__wZmyjG__timelineRow[data-side=right] .landing-module-scss-module__wZmyjG__timelineCard:last-child{visibility:hidden;grid-area:1/1}@media only screen and (max-width:767px){.landing-module-scss-module__wZmyjG__timelineRow{grid-template-columns:2rem 1fr}.landing-module-scss-module__wZmyjG__timelineRow[data-side=left] .landing-module-scss-module__wZmyjG__timelineCard:first-child,.landing-module-scss-module__wZmyjG__timelineRow[data-side=right] .landing-module-scss-module__wZmyjG__timelineCard:first-child{visibility:visible;grid-area:1/2}.landing-module-scss-module__wZmyjG__timelineRow[data-side=left] .landing-module-scss-module__wZmyjG__timelineConnector,.landing-module-scss-module__wZmyjG__timelineRow[data-side=right] .landing-module-scss-module__wZmyjG__timelineConnector{grid-area:1/1}.landing-module-scss-module__wZmyjG__timelineRow[data-side=left] .landing-module-scss-module__wZmyjG__timelineCard:last-child,.landing-module-scss-module__wZmyjG__timelineRow[data-side=right] .landing-module-scss-module__wZmyjG__timelineCard:last-child{display:none}}.landing-module-scss-module__wZmyjG__timelineConnector{justify-content:center;align-self:stretch;align-items:center;display:flex;position:relative}.landing-module-scss-module__wZmyjG__timelineConnector:before{content:"";background-color:var(--c-accent);opacity:.2;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.landing-module-scss-module__wZmyjG__timelineDot{background-color:var(--c-accent);width:14px;height:14px;box-shadow:0 0 0 2px var(--c-accent),0 2px 8px rgb(from var(--c-accent)r g b/.3);z-index:1;border:3px solid #fff;border-radius:50%;flex-shrink:0;position:relative}.landing-module-scss-module__wZmyjG__timelineCard{padding:.25rem}.landing-module-scss-module__wZmyjG__timelineCard .landing-module-scss-module__wZmyjG__featureCard{background-color:var(--c-gray-100)}.landing-module-scss-module__wZmyjG__qasSection{grid-template-columns:1fr 1.15fr}.landing-module-scss-module__wZmyjG__qas{flex-direction:column;gap:1.5rem;max-width:720px;display:flex}@media only screen and (max-width:767px){.landing-module-scss-module__wZmyjG__qas{max-width:unset}}.landing-module-scss-module__wZmyjG__accordionWrapper{transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.landing-module-scss-module__wZmyjG__accordionWrapper[data-animate-item]:not([data-visible]){opacity:0;transform:translateY(20px)}.landing-module-scss-module__wZmyjG__accordion{color:var(--c-gray-600);background-color:#fff;border-radius:1rem;grid-template-rows:auto 0fr;place-items:flex-start;gap:0;padding:1rem;transition:grid-template-rows .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1);display:grid;position:relative;box-shadow:0 3px 4px -2px #0000001a,0 2px 3px -4px #0000000d}.landing-module-scss-module__wZmyjG__accordion.landing-module-scss-module__wZmyjG__open{grid-template-rows:auto 1fr;gap:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.landing-module-scss-module__wZmyjG__accordion.landing-module-scss-module__wZmyjG__open .landing-module-scss-module__wZmyjG__accordionHeader>span{color:var(--c-accent)}.landing-module-scss-module__wZmyjG__accordion.landing-module-scss-module__wZmyjG__open .landing-module-scss-module__wZmyjG__accordionHeader>button{color:var(--c-accent);background-color:var(--c-accent-lighter)!important}.landing-module-scss-module__wZmyjG__accordion.landing-module-scss-module__wZmyjG__open .landing-module-scss-module__wZmyjG__accordionHeader>button img{transform:rotate(180deg)}.landing-module-scss-module__wZmyjG__accordion .landing-module-scss-module__wZmyjG__accordionHeader{justify-content:space-between;align-items:flex-start;gap:6px;width:100%;display:flex}.landing-module-scss-module__wZmyjG__accordion .landing-module-scss-module__wZmyjG__accordionHeader>button{background-color:var(--c-gray-100);color:var(--c-gray-500);position:absolute;inset:.5rem .5rem auto auto}.landing-module-scss-module__wZmyjG__accordion .landing-module-scss-module__wZmyjG__accordionHeader>button:hover{color:var(--c-accent);background-color:var(--c-accent-lighter)!important}.landing-module-scss-module__wZmyjG__accordion .landing-module-scss-module__wZmyjG__accordionHeader>button img{transition:transform .35s cubic-bezier(.16,1,.3,1)}.landing-module-scss-module__wZmyjG__accordion .landing-module-scss-module__wZmyjG__accordionHeader>span{cursor:pointer;font-size:1.25rem;font-weight:500;transition:color .2s}.landing-module-scss-module__wZmyjG__accordion .landing-module-scss-module__wZmyjG__accordionHeader>span:hover,.landing-module-scss-module__wZmyjG__accordion .landing-module-scss-module__wZmyjG__accordionHeader>span.landing-module-scss-module__wZmyjG__open{color:var(--c-accent)}.landing-module-scss-module__wZmyjG__accordion .landing-module-scss-module__wZmyjG__accordionHeader>div{width:40px}.landing-module-scss-module__wZmyjG__accordion .landing-module-scss-module__wZmyjG__accordionDescription{opacity:0;transition:opacity .25s;overflow:hidden}.landing-module-scss-module__wZmyjG__accordion .landing-module-scss-module__wZmyjG__accordionDescription.landing-module-scss-module__wZmyjG__open{opacity:1;transition:opacity .35s .1s}.landing-module-scss-module__wZmyjG__footer{z-index:2;background-color:#fff;border-radius:4rem 4rem 0 0;flex-direction:column;display:flex}.landing-module-scss-module__wZmyjG__footer .landing-module-scss-module__wZmyjG__footerBrand[data-animate-item],.landing-module-scss-module__wZmyjG__footer .landing-module-scss-module__wZmyjG__footerNavGroup[data-animate-item],.landing-module-scss-module__wZmyjG__footer .landing-module-scss-module__wZmyjG__footerDivider[data-animate-item],.landing-module-scss-module__wZmyjG__footer .landing-module-scss-module__wZmyjG__footerWordmark[data-animate-item]{transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.landing-module-scss-module__wZmyjG__footer .landing-module-scss-module__wZmyjG__footerBrand[data-animate-item]:not([data-visible]),.landing-module-scss-module__wZmyjG__footer .landing-module-scss-module__wZmyjG__footerNavGroup[data-animate-item]:not([data-visible]),.landing-module-scss-module__wZmyjG__footer .landing-module-scss-module__wZmyjG__footerDivider[data-animate-item]:not([data-visible]),.landing-module-scss-module__wZmyjG__footer .landing-module-scss-module__wZmyjG__footerWordmark[data-animate-item]:not([data-visible]){opacity:0;transform:translateY(28px)}.landing-module-scss-module__wZmyjG__footerContent{padding:4rem var(--padding-x)3rem;grid-template-columns:1.4fr 2fr;gap:4rem;display:grid}@media only screen and (max-width:767px){.landing-module-scss-module__wZmyjG__footerContent{flex-direction:column;padding:2rem 1rem;display:flex}}.landing-module-scss-module__wZmyjG__footerBrand{flex-direction:column;gap:1rem;display:flex}.landing-module-scss-module__wZmyjG__footerBrand p{color:var(--c-gray-500);max-width:28ch;font-size:.875rem;line-height:1.6}@media only screen and (max-width:767px){.landing-module-scss-module__wZmyjG__footerBrand{text-align:center;align-items:center}}.landing-module-scss-module__wZmyjG__footerLogo{margin-bottom:8px;display:inline-flex}.landing-module-scss-module__wZmyjG__footerLogo img{width:auto;height:36px}.landing-module-scss-module__wZmyjG__footerSocials{gap:.75rem;margin-top:.25rem;display:flex}.landing-module-scss-module__wZmyjG__footerSocials a{background-color:var(--c-gray-100);width:38px;height:38px;color:var(--c-gray-500);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:background-color .2s,color .2s,transform .2s;display:flex}.landing-module-scss-module__wZmyjG__footerSocials a:hover{background-color:var(--c-accent-lighter);color:var(--c-accent);transform:translateY(-2px)}.landing-module-scss-module__wZmyjG__footerSocials a img,.landing-module-scss-module__wZmyjG__footerSocials a svg{width:auto;height:20px}.landing-module-scss-module__wZmyjG__footerNav{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media only screen and (max-width:767px){.landing-module-scss-module__wZmyjG__footerNav{flex-direction:column;display:flex}}.landing-module-scss-module__wZmyjG__footerNavGroup{flex-direction:column;gap:.875rem;display:flex}.landing-module-scss-module__wZmyjG__footerNavGroup h4{text-transform:uppercase;letter-spacing:.08em;color:var(--c-gray-400);font-size:.8rem;font-weight:700}.landing-module-scss-module__wZmyjG__footerNavGroup ul{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.landing-module-scss-module__wZmyjG__footerNavGroup a{color:var(--c-gray-600);font-size:.9rem;text-decoration:none;transition:color .18s}.landing-module-scss-module__wZmyjG__footerNavGroup a:hover{color:var(--c-accent)}@media only screen and (max-width:767px){.landing-module-scss-module__wZmyjG__footerNavGroup{flex-direction:row;justify-content:space-between}.landing-module-scss-module__wZmyjG__footerNavGroup ul{width:50%}.landing-module-scss-module__wZmyjG__footerNavGroup ul>*{flex-shrink:0}}.landing-module-scss-module__wZmyjG__footerDivider{padding:0 var(--padding-x)1.5rem;border-top:1px solid var(--c-gray-100);margin:0 var(--padding-x);align-items:center;padding:1.25rem 0 1.5rem;display:flex}.landing-module-scss-module__wZmyjG__footerDivider span{color:var(--c-gray-400);font-size:.8rem}.landing-module-scss-module__wZmyjG__footerWordmark{pointer-events:none;-webkit-user-select:none;user-select:none;line-height:.85;position:relative;overflow:hidden}.landing-module-scss-module__wZmyjG__footerWordmark span{color:var(--c-gray-200);letter-spacing:-.04em;white-space:nowrap;text-align:center;width:100%;font-size:21vw;font-weight:800;line-height:.85;display:block;-webkit-mask-image:linear-gradient(#000000b3 0%,#0000 85%);mask-image:linear-gradient(#000000b3 0%,#0000 85%)}.landing-module-scss-module__wZmyjG__insurance{color:#fff;border-radius:0 0 4rem 4rem;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:relative;padding:8rem var(--padding-x)!important}.landing-module-scss-module__wZmyjG__insurance:before{content:"";background-color:inherit;width:100%;height:4rem;z-index:inherit;position:absolute;inset:auto 0 100%}@media only screen and (max-width:767px){.landing-module-scss-module__wZmyjG__insurance{flex-direction:column;padding-bottom:4rem;display:flex}}.landing-module-scss-module__wZmyjG__insurance{z-index:1;text-align:center;text-wrap:balance}.landing-module-scss-module__wZmyjG__insurance .landing-module-scss-module__wZmyjG__bgImage{z-index:-1;background-image:url(/images/vehicles.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;position:absolute;inset:-4rem 0}.landing-module-scss-module__wZmyjG__insurance .landing-module-scss-module__wZmyjG__bgImage:after{content:"";background-color:#0009;position:absolute;inset:0}.landing-module-scss-module__wZmyjG__insurance:after{content:"";background-color:inherit;z-index:-1;width:100%;height:8rem;position:absolute;inset:auto 0 -4rem}.landing-module-scss-module__wZmyjG__insurance>span{color:var(--c-accent);text-transform:uppercase;letter-spacing:1.4px;font-size:14px;font-weight:700}.landing-module-scss-module__wZmyjG__insurance h3{font-size:var(--subtitle-size);letter-spacing:-2px;text-shadow:2px 2px 4px #0003;max-width:600px;line-height:1}.landing-module-scss-module__wZmyjG__insurance p{opacity:.8;max-width:600px;font-size:var(--description-size);margin-top:.5rem}.landing-module-scss-module__wZmyjG__insurance .landing-module-scss-module__wZmyjG__actions{flex-direction:column;align-items:center;gap:12px;margin:3rem 0 0;font-size:.875rem;display:flex}.landing-module-scss-module__wZmyjG__insurance .landing-module-scss-module__wZmyjG__actions>a button{width:100%;box-shadow:2px 2px 4px #0003}.landing-module-scss-module__wZmyjG__insurance .landing-module-scss-module__wZmyjG__actions>a:not(:first-of-type){align-self:center;transition:color .2s}.landing-module-scss-module__wZmyjG__insurance .landing-module-scss-module__wZmyjG__actions>a:not(:first-of-type):hover{color:var(--c-accent)}.landing-module-scss-module__wZmyjG__insurance .landing-module-scss-module__wZmyjG__chips{flex-wrap:wrap;gap:1rem;margin:2rem 0 0;display:flex}.landing-module-scss-module__wZmyjG__insurance .landing-module-scss-module__wZmyjG__chips>*{color:#0d1b2a;background-color:#fff;border-radius:33rem;align-items:center;gap:6px;padding:6px 12px;font-weight:500;display:flex}.landing-module-scss-module__wZmyjG__insurance>[data-animate-item]{transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.landing-module-scss-module__wZmyjG__insurance>[data-animate-item]:not([data-visible]){opacity:0;transform:translateY(28px)}@media only screen and (max-width:767px){.landing-module-scss-module__wZmyjG__insurance{align-items:flex-start}.landing-module-scss-module__wZmyjG__insurance h3{max-width:unset;text-align:left;line-height:1.1}.landing-module-scss-module__wZmyjG__insurance p{max-width:unset;text-align:left}.landing-module-scss-module__wZmyjG__insurance a{align-self:stretch}.landing-module-scss-module__wZmyjG__insurance .landing-module-scss-module__wZmyjG__actions,.landing-module-scss-module__wZmyjG__insurance .landing-module-scss-module__wZmyjG__chips{align-self:center}}
