.loading-screen{align-items:center;background-color:var(--fuel-color-background-default);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;transition:opacity .3s ease-out,background-color .3s ease-out;width:100vw;z-index:9999}.loading-screen.complete{opacity:0;pointer-events:none}.loading-logo{transform-origin:center}.loading-logo,.loading-logo svg{transition:transform .5s cubic-bezier(.4,0,.2,1)}.loading-logo svg{height:40px;transform-origin:top left;width:52px}.loading-screen.loading .loading-logo svg{animation:logo-grow .6s ease-out forwards}.loading-screen.transitioning .loading-logo{transform:translate(var(--tx,0),var(--ty,0))}.loading-screen.transitioning .loading-logo svg{transform:scale(var(--scale,.5))}.loading-logo,.loading-logo svg{transform-origin:top left}.page-loading .features-section{opacity:0;transform:translateY(10px);transition:opacity .6s ease-out,transform .6s ease-out}.page-loading .hero-section .hero-container{overflow:hidden;padding:var(--hero-padding-y-end,88px) 0;width:0}.page-loading .hero-section .hero-content,.page-loading .hero-section .scroll-indicator{opacity:0}.page-loading.loading-complete .site-header{opacity:1;transform:none;transition:none}.page-loading.loading-complete .site-header .nav-item{animation:nav-item-reveal .4s ease-out forwards;opacity:0}.page-loading.loading-complete .site-header .nav-item:first-child{animation-delay:.2s}.page-loading.loading-complete .site-header .nav-item:nth-child(2){animation-delay:.35s}.page-loading.loading-complete .site-header .nav-item:nth-child(3){animation-delay:.5s}.page-loading.loading-complete .site-header .nav-item:nth-child(4){animation-delay:.65s}.page-loading.loading-complete .site-header .nav-item:nth-child(5){animation-delay:.8s}.page-loading.loading-complete .hero-section .hero-container{--hero-padding-x-end:64px;--hero-padding-y-end:88px;animation:hero-container-open .8s ease-out 1s forwards}.page-loading.loading-complete .hero-section .hero-content,.page-loading.loading-complete .hero-section .scroll-indicator{opacity:1;transition:opacity .4s ease-out 1.8s}.page-loading.loading-complete .features-section{opacity:1;transform:translateY(0);transition-delay:.8s}@keyframes nav-item-reveal{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.page-loading .site-header .nav-item{opacity:0}.loading-screen.symbol-hidden .loading-logo{display:none}@keyframes logo-grow{0%{height:0;width:0}to{height:40px;width:52px}}@keyframes hero-container-open{0%{padding:var(--hero-padding-y-end,88px) 0;width:0}to{padding:var(--hero-padding-y-end,88px) var(--hero-padding-x-end,64px);width:100%}}.loading-screen.bg-clear{background-color:transparent}@media(max-width:1200px){.page-loading.loading-complete .hero-section .hero-container{--hero-padding-x-end:48px;--hero-padding-y-end:64px}}@media(max-width:768px){.page-loading.loading-complete .hero-section .hero-container{--hero-padding-x-end:24px;--hero-padding-y-end:40px}}@media(max-width:480px){.page-loading.loading-complete .hero-section .hero-container{--hero-padding-x-end:16px;--hero-padding-y-end:32px}}.timeline-section{background:var(--fuel-color-background-default);display:grid;grid-template-columns:280px 1fr;margin-bottom:var(--fuel-space-huge);margin-top:var(--fuel-space-huge);padding:0 var(--fuel-space-huge);padding-bottom:var(--fuel-space-huge);position:relative}.timeline-left-column{display:flex;flex-direction:column;gap:var(--fuel-space-xxlarge);height:578px;position:sticky;top:64px;width:280px;z-index:50}.timeline-right-column{left:-120px;position:relative}.timeline-container{padding-top:var(--fuel-space-medium);position:relative}.timeline-container,.timeline-header{display:flex;flex-direction:column;gap:var(--fuel-space-small)}.timeline-header{align-items:flex-start}.timeline-header-badge{align-items:flex-start;display:flex;gap:var(--fuel-space-small)}.timeline-chip{align-items:center;background-color:transparent;cursor:default;display:flex}.timeline-chip:hover{background-color:transparent!important}.timeline-chip .fuel-chip__label{color:var(--fuel-color-text-medium);font-size:var(--fuel-typography-body-small-font-size);font-weight:var(--fuel-typography-body-small-font-weight);line-height:var(--fuel-typography-body-small-line-height);text-align:center}.timeline-chip .fuel-chip__label,.timeline-title{font-family:var(--fuel-font-family-body),"Satoshi",-apple-system,Roboto,Helvetica,sans-serif}.timeline-title{align-self:stretch;color:var(--fuel-color-text-default);font-size:var(--fuel-typography-display-small-font-size);font-weight:var(--fuel-typography-display-small-font-weight);letter-spacing:var(--fuel-typography-display-small-letter-spacing);line-height:var(--fuel-typography-display-small-line-height);margin:0}.timeline-content{align-items:center;align-self:stretch;display:flex;flex:1 0 0}.timeline-chips{align-items:flex-start;align-self:flex-start;display:flex;flex-direction:column;gap:var(--fuel-space-xsmall);width:56px}.timeline-track,.timeline-year-chip{align-self:stretch}.timeline-track{align-items:center;display:flex;flex-direction:column;min-height:800px;width:100%}.timeline-track,.timeline-track.sticky-active{position:relative}.timeline-line{background:var(--fuel-color-text-default);height:calc(100% - 500px);left:50%;position:absolute;scale:1 0;top:80px;transform:translateX(-50%);transform-origin:top;transition:scale 1.5s cubic-bezier(.4,0,.2,1);width:2px;z-index:1}.timeline-line.animate{scale:1 1}.timeline-overlay{background:linear-gradient(180deg,rgba(0,0,0,var(--fuel-opacity-0)) -28.31%,var(--fuel-color-background-default) 54.41%);height:136px;left:0;position:absolute;transition:position .2s ease;width:100%;z-index:5}.timeline-overlay.sticky-active{left:0;position:fixed;right:0;width:100%}.timeline-overlay-top{top:0;transform:rotate(180deg)}.timeline-overlay-top.sticky-active{top:0}.timeline-events{align-items:flex-start;display:flex;flex-direction:column;gap:var(--fuel-space-spacious);padding-top:calc(var(--fuel-space-spacious) + var(--fuel-space-large));position:relative;width:100%;z-index:2}.timeline-event[data-year="2013"]{margin-top:var(--fuel-size-128)}.timeline-event[data-year="2025"],.timeline-event[data-year="2025"] .timeline-event-wrapper{padding-bottom:0}.timeline-event{align-items:flex-start;display:flex;gap:var(--fuel-space-huge);justify-content:center;min-height:250px;opacity:var(--fuel-opacity-0);padding:var(--fuel-space-xxlarge) 0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1);width:100%}.timeline-event.animate{opacity:var(--fuel-opacity-100);transform:translateY(0)}.timeline-event-wrapper{align-items:flex-start;display:flex;flex-shrink:0;gap:var(--fuel-space-large);max-width:732px;width:100%}.timeline-event-wrapper.is-max-685{max-width:736px}.timeline-event-wrapper.is-max-702{max-width:738px}.timeline-event-right .timeline-event-wrapper{justify-content:flex-end}.timeline-event-left .timeline-event-wrapper{justify-content:flex-start}.timeline-event-bullets{gap:var(--fuel-space-xxxsmall);height:72px}.timeline-bullet,.timeline-event-bullets{align-items:center;display:flex;justify-content:center}.timeline-bullet{background:var(--fuel-color-surface-primary-weakest);border-radius:var(--fuel-border-radius-circle);flex-shrink:0;gap:var(--fuel-space-xxsmall);height:40px;outline:var(--fuel-border-width-thick) solid var(--fuel-color-background-default);padding:var(--fuel-space-xxsmall);scale:0;transition:scale .6s cubic-bezier(.34,1.56,.64,1);transition-delay:.2s;width:40px}.timeline-event.animate .timeline-bullet{scale:1}.timeline-bullet.brand-bullet{background:var(--fuel-color-surface-brand)}.timeline-divider{background:var(--fuel-color-border-medium);border-radius:var(--fuel-border-radius-xsmall);height:2px;scale:0 1;transition:scale .6s cubic-bezier(.4,0,.2,1);transition-delay:.4s;width:84px}.timeline-event.animate .timeline-divider{scale:1 1}.timeline-divider.brand-divider{background:var(--fuel-color-surface-brand)}.timeline-divider-left{margin-right:var(--fuel-space-xxxsmall);transform-origin:right}.timeline-divider-right{margin-left:var(--fuel-space-xxxsmall);transform-origin:left}.timeline-event-content{display:flex;flex-direction:column;gap:var(--fuel-space-small);justify-content:center;max-width:233px;opacity:var(--fuel-opacity-0);transform:translateY(20px);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1);transition-delay:.6s}.timeline-event.animate .timeline-event-content{opacity:var(--fuel-opacity-100);transform:translateY(0)}.timeline-event-right .timeline-event-content{align-items:flex-start}.timeline-event-left .timeline-event-content{align-items:flex-end;text-align:right}.timeline-event-year{color:var(--fuel-color-text-default);font-family:var(--fuel-font-family-body),"Satoshi",-apple-system,Roboto,Helvetica,sans-serif;font-size:var(--fuel-typography-display-large-font-size);font-weight:var(--fuel-typography-display-large-font-weight);letter-spacing:var(--fuel-typography-display-large-letter-spacing);line-height:var(--fuel-typography-display-large-line-height);margin:0}.timeline-event-year.future-year{color:var(--fuel-color-text-primary)}.timeline-event-description{color:var(--fuel-color-text-medium);font-family:var(--fuel-font-family-body),"Satoshi",-apple-system,Roboto,Helvetica,sans-serif;font-size:var(--fuel-typography-body-medium-font-size);font-weight:var(--fuel-typography-body-medium-font-weight);line-height:var(--fuel-typography-body-medium-line-height);margin:0}.timeline-event-description strong{color:var(--fuel-color-text-default);font-weight:var(--fuel-typography-headings-small-font-weight)}.timeline-logo{height:24px;margin-top:var(--fuel-space-small);max-width:177px;width:auto}@media(max-width:1200px){.timeline-event-year,.timeline-title{font-size:var(--fuel-typography-display-medium-font-size);letter-spacing:var(--fuel-typography-display-medium-letter-spacing);line-height:var(--fuel-typography-display-medium-line-height)}.timeline-chips,.timeline-chips.sticky-active{left:48px}}@media(max-width:768px){.timeline-content{flex-direction:column;gap:var(--fuel-space-large)}.timeline-chips{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;position:static;width:100%;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:var(--fuel-space-xxsmall);justify-content:flex-start;padding-right:var(--fuel-space-small);scroll-snap-type:x mandatory;transform:none}.timeline-chips::-webkit-scrollbar{display:none}.timeline-chips{scrollbar-width:none}.timeline-year-chip{scroll-snap-align:start}.timeline-event-year,.timeline-title{font-size:var(--fuel-typography-display-small-font-size);letter-spacing:var(--fuel-typography-display-small-letter-spacing);line-height:var(--fuel-typography-display-small-line-height)}.timeline-track{min-height:600px;overflow:hidden}.timeline-overlay.sticky-active{position:absolute}.timeline-event-right .timeline-event-wrapper{justify-content:flex-start}.timeline-event-wrapper{max-width:100%}.timeline-event-bullets{order:-1}.timeline-event-left .timeline-event-content{align-items:flex-start;text-align:left}.timeline-event-left .timeline-event-bullets{flex-direction:row-reverse}}.timeline-center-wrapper{align-items:center;flex-direction:column;gap:var(--fuel-space-large);justify-content:center;max-width:none;text-align:center;width:100%}.timeline-center-wrapper .timeline-divider{display:none}.timeline-event-center{align-items:center!important;margin:0 auto var(--fuel-space-giant);max-width:300px;text-align:center!important}.timeline-event-center .timeline-event-description{text-align:center}.timeline-event-bullets{position:relative;z-index:10}.timeline-bullet{position:relative;z-index:11}.timeline-event-center{padding-top:var(--fuel-space-large);position:relative;z-index:10}@media(max-width:768px){.timeline-center-wrapper{flex-direction:row;text-align:left}.timeline-event-center{align-items:flex-start!important;margin:0;text-align:left!important}.timeline-event-center .timeline-event-description{text-align:left}.timeline-center-wrapper .timeline-event-bullets{align-items:center;display:inline-flex;flex-direction:row;flex-wrap:nowrap;gap:var(--fuel-space-xxxsmall);height:auto;justify-content:flex-start;line-height:0;white-space:nowrap}.timeline-center-wrapper .timeline-bullet{flex:0 0 40px}.timeline-center-wrapper .timeline-divider{align-self:center;display:block}.timeline-center-wrapper .timeline-divider.timeline-divider-right{margin-left:var(--fuel-space-xxxsmall)}}.timeline-center-wrapper{padding-bottom:var(--fuel-space-huge);position:relative}@media(max-width:1200px){.timeline-section{grid-template-columns:240px 1fr;padding:0 var(--fuel-space-xxxlarge)}.timeline-left-column{width:240px}}@media(max-width:968px){.timeline-section{grid-template-columns:1fr;padding:0 var(--fuel-space-medium)}.timeline-left-column{position:relative;width:auto}.timeline-right-column{left:0;position:relative}.timeline-chips{align-self:center;flex-direction:row;flex-wrap:wrap;justify-content:center;width:auto}.timeline-line{height:calc(100% - 185px);left:50%;top:50px}}@media(max-width:768px){.timeline-section{overflow-x:hidden;padding:0 var(--fuel-space-small)}.timeline-left-column{background:var(--fuel-color-background-default);height:auto;max-width:100%;overflow:hidden;position:sticky;top:64px;z-index:50}.timeline-chips{box-sizing:border-box;display:flex;flex-direction:row;max-width:100%;overflow-x:auto;overflow-y:hidden;width:100%;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start;left:auto;margin-left:var(--fuel-space-xlarge);padding-right:var(--fuel-space-xlarge);scroll-snap-type:x mandatory;top:auto;transform:none}.timeline-chips::-webkit-scrollbar{display:none}.timeline-chips{scrollbar-width:none}.timeline-year-chip{scroll-snap-align:start}.timeline-title{font-size:var(--fuel-typography-headings-large-font-size);letter-spacing:var(--fuel-typography-headings-large-letter-spacing);line-height:var(--fuel-typography-display-small-line-height)}}@media(max-width:480px){.timeline-header{gap:var(--fuel-space-large);padding:0 var(--fuel-space-medium)}.timeline-event-center{max-width:none;padding-top:64px;width:auto}.timeline-event-description{padding-right:20px}.timeline-section{margin:0 0 var(--fuel-space-spacious);padding:0 0 var(--fuel-space-spacious)}.timeline-event-year{font-size:var(--fuel-typography-headings-large-font-size);letter-spacing:var(--fuel-typography-headings-medium-letter-spacing);line-height:var(--fuel-typography-headings-medium-line-height);margin-top:12px}.timeline-track{min-height:500px;overflow:hidden}.timeline-events{padding:var(--fuel-space-large) var(--fuel-space-xsmall) 0}.timeline-event{justify-content:flex-start;min-height:auto;padding:var(--fuel-space-large) 0}.timeline-logo{height:20px;max-width:120px}.timeline-line{left:32px;top:96px}.timeline-divider{width:32px}}.security-section{background:var(--fuel-color-background-default);overflow:hidden;padding:80px var(--fuel-space-small) 80px 64px;position:relative;width:100%}.security-background-lines{bottom:0;pointer-events:none;position:absolute;right:-15%;z-index:0}.security-lines-svg{height:auto;max-width:912px;opacity:.6;width:100%}.security-container{align-items:center;display:grid;gap:80px;grid-template-columns:1fr 720px;min-height:516px;position:relative;z-index:1}.security-content{display:flex;flex-direction:column;gap:var(--fuel-space-large);height:70%;justify-content:space-between;padding-right:80px}.security-right-column{display:flex;flex-direction:column;gap:40px}.security-header{display:flex;flex-direction:column;gap:var(--fuel-space-medium)}.security-chip{align-self:flex-start;background-color:transparent;cursor:default}.security-chip:hover{background-color:transparent!important}.security-chip .fuel-chip__label{background-color:transparent;color:var(--fuel-color-text-medium);font-family:var(--fuel-font-family-body);font-size:var(--fuel-typography-body-small-font-size);font-weight:var(--fuel-typography-body-small-font-weight);line-height:var(--fuel-typography-body-small-line-height);text-align:center}.reveal-up .security-chip{opacity:0;transform:translateY(var(--fuel-space-xlarge));transition:opacity .6s ease,transform .6s ease;transition-delay:var(--reveal-delay,0s)}.reveal-up .security-chip.is-visible{opacity:1;transform:translateY(0)}.security-title{color:var(--fuel-color-text-default);font-family:var(--fuel-font-family-body);font-size:var(--fuel-typography-headings-large-font-size);font-weight:var(--fuel-typography-headings-large-font-weight);letter-spacing:var(--fuel-typography-headings-large-letter-spacing);line-height:var(--fuel-typography-headings-large-line-height);margin:0;max-width:100%}.reveal-up .security-title{opacity:0;transform:translateY(var(--fuel-space-xlarge));transition:opacity .6s ease,transform .6s ease;transition-delay:var(--reveal-delay,0s)}.reveal-up .security-title.is-visible{opacity:1;transform:translateY(0)}.security-value{color:var(--fuel-color-text-primary);font-family:var(--fuel-font-family-body);font-size:var(--fuel-typography-display-extra-large-font-size);font-weight:var(--fuel-typography-display-extra-large-font-weight);letter-spacing:var(--fuel-typography-display-extra-large-letter-spacing);line-height:var(--fuel-typography-display-extra-large-line-height);margin:0}.reveal-up .security-value{opacity:0;transform:translateY(var(--fuel-space-xlarge));transition:opacity .6s ease,transform .6s ease;transition-delay:var(--reveal-delay,0s)}.reveal-up .security-value.is-visible{opacity:1;transform:translateY(0)}.security-description{padding-right:128px}.security-description p{color:var(--fuel-color-text-medium);font-family:var(--fuel-font-family-body);font-size:var(--fuel-typography-body-medium-font-size);font-weight:var(--fuel-typography-body-medium-font-weight);letter-spacing:var(--fuel-typography-body-medium-letter-spacing);line-height:var(--fuel-typography-body-medium-line-height);margin:0}.reveal-up .security-description{opacity:0;transform:translateY(var(--fuel-space-xlarge));transition:opacity .6s ease,transform .6s ease;transition-delay:var(--reveal-delay,0s)}.reveal-up .security-description.is-visible{opacity:1;transform:translateY(0)}.security-images{align-items:center;display:flex;gap:var(--fuel-space-medium);height:100%;justify-content:center}.security-image{background:var(--fuel-color-background-weak);border-radius:var(--fuel-border-radius-xxlarge);height:350px;-o-object-fit:cover;object-fit:cover;width:350px}.reveal-up .security-image{opacity:0;transform:translateY(var(--fuel-space-xlarge));transition:opacity .6s ease,transform .6s ease;transition-delay:var(--reveal-delay,0s)}.reveal-up .security-image.is-visible{opacity:1;transform:translateY(0)}@media(max-width:1200px){.security-lines-svg{max-width:700px}.security-container{gap:60px;grid-template-columns:1fr 600px}.security-content{padding-right:60px}.security-value{font-size:var(--fuel-typography-display-large-font-size);letter-spacing:var(--fuel-typography-display-large-letter-spacing)}.security-description{padding-right:100px}.security-image{height:280px;width:280px}}@media(max-width:968px){.security-section{padding:60px var(--fuel-space-small)}.security-lines-svg{max-width:500px;opacity:.4}.security-container{gap:40px;grid-template-columns:1fr;text-align:left}.security-content{order:1;padding-right:0}.security-right-column{order:2}.security-images{gap:var(--fuel-space-small);justify-content:flex-start}.security-value{font-size:var(--fuel-typography-display-large-font-size);letter-spacing:var(--fuel-typography-display-large-letter-spacing)}.security-description{padding-right:0}.security-image{height:240px;width:240px}}@media(max-width:768px){.security-section{padding:40px var(--fuel-space-small)}.security-lines-svg{max-width:400px;opacity:.3}.security-images{align-items:center;flex-direction:column}.security-value{padding:var(--fuel-space-xxlarge) 0}.security-image{height:280px;width:280px}}@media(max-width:480px){.security-section{padding:0 var(--fuel-space-xxsmall)}.security-lines-svg{max-width:300px;opacity:.2}.security-container{gap:32px}.security-title br{display:none}.security-content{padding:32px var(--fuel-space-small)}.security-header{gap:var(--fuel-space-large)}.security-description{padding:var(--fuel-space-large) var(--fuel-space-small)}.security-images{gap:var(--fuel-space-xxsmall)}.security-image{padding:0;width:100%}}:root{--fuel-font-family-display:Satoshi;--fuel-font-family-body:Satoshi;--fuel-font-family-heading:Satoshi;--fuel-font-family-caption:Satoshi;--fuel-font-size-1:0.625rem;--fuel-font-size-2:0.75rem;--fuel-font-size-3:0.875rem;--fuel-font-size-4:1rem;--fuel-font-size-5:1.125rem;--fuel-font-size-6:1.25rem;--fuel-font-size-7:1.5rem;--fuel-font-size-8:2rem;--fuel-font-size-9:2.5rem;--fuel-font-size-10:3rem;--fuel-font-size-11:4rem;--fuel-font-size-12:6rem;--fuel-font-weight-light:300;--fuel-font-weight-regular:400;--fuel-font-weight-medium:500;--fuel-font-weight-bold:600;--fuel-font-weight-black:700;--fuel-font-lineheight-tighter:1.0;--fuel-font-lineheight-tight:1.1;--fuel-font-lineheight-relaxed:1.3;--fuel-font-lineheight-cozy:1.4;--fuel-font-lineheight-roomy:1.5;--fuel-font-lineheight-spacious:1.6;--fuel-font-spacing-tighter:-6%;--fuel-font-spacing-tight:-4%;--fuel-font-spacing-thin:-2%;--fuel-font-spacing-default:0%;--fuel-font-spacing-cozy:2%;--fuel-font-spacing-roomy:4%;--fuel-size-0:0rem;--fuel-size-2:0.125rem;--fuel-size-4:0.25rem;--fuel-size-8:0.5rem;--fuel-size-12:0.75rem;--fuel-size-16:1rem;--fuel-size-20:1.25rem;--fuel-size-24:1.5rem;--fuel-size-28:1.75rem;--fuel-size-32:2rem;--fuel-size-36:2.25rem;--fuel-size-40:2.5rem;--fuel-size-44:2.75rem;--fuel-size-48:3rem;--fuel-size-52:3.25rem;--fuel-size-56:3.5rem;--fuel-size-60:3.75rem;--fuel-size-64:4rem;--fuel-size-68:4.25rem;--fuel-size-72:4.5rem;--fuel-size-76:4.75rem;--fuel-size-80:5rem;--fuel-size-84:5.25rem;--fuel-size-88:5.5rem;--fuel-size-92:5.75rem;--fuel-size-96:6rem;--fuel-size-104:6.5rem;--fuel-size-112:7rem;--fuel-size-128:8rem;--fuel-size-160:10rem;--fuel-size-200:12.5rem;--fuel-radius-0:0rem;--fuel-radius-2:0.125rem;--fuel-radius-4:0.25rem;--fuel-radius-8:0.5rem;--fuel-radius-12:0.75rem;--fuel-radius-16:1rem;--fuel-radius-20:1.25rem;--fuel-radius-24:1.5rem;--fuel-radius-100:6.25rem;--fuel-radius-circle:100%;--fuel-width-0:0rem;--fuel-width-1:0.0625rem;--fuel-width-2:0.125rem;--fuel-width-3:0.1875rem;--fuel-width-4:0.25rem;--fuel-width-8:0.5rem;--fuel-opacity-0:0;--fuel-opacity-6:0.06;--fuel-opacity-12:0.12;--fuel-opacity-16:0.16;--fuel-opacity-20:0.2;--fuel-opacity-24:0.24;--fuel-opacity-32:0.32;--fuel-opacity-40:0.4;--fuel-opacity-48:0.48;--fuel-opacity-64:0.64;--fuel-opacity-80:0.8;--fuel-opacity-100:1;--fuel-shadow-1:0px 2px 4px 0px hsla(0,0%,7%,.12);--fuel-shadow-2:0px 4px 4px 0px hsla(0,0%,7%,.08);--fuel-shadow-3:0px 4px 8px 0px hsla(0,0%,7%,.12);--fuel-shadow-4:0px 6px 12px -6px hsla(0,0%,7%,.12);--fuel-shadow-5:0px 8px 8px -4px hsla(0,0%,7%,.08);--fuel-shadow-6:0px 8px 12px 0px hsla(0,0%,7%,.08);--fuel-shadow-7:0px 8px 14px -6px hsla(0,0%,7%,.12);--fuel-shadow-8:0px 8px 18px -6px hsla(0,0%,7%,.12);--fuel-shadow-9:0px 8px 22px -6px hsla(0,0%,7%,.12);--fuel-shadow-10:0px 10px 24px -4px hsla(0,0%,7%,.08);--fuel-shadow-11:0px 10px 28px -6px hsla(0,0%,7%,.12);--fuel-shadow-12:0px 12px 40px -4px hsla(0,0%,7%,.08);--fuel-shadow-13:0px 14px 64px -4px hsla(0,0%,7%,.08);--fuel-shadow-14:0px 18px 88px -4px hsla(0,0%,7%,.08);--fuel-color-light-gray-0:#fff;--fuel-color-light-gray-100:#f4f4f5;--fuel-color-light-gray-200:#dfe1e6;--fuel-color-light-gray-300:#babec9;--fuel-color-light-gray-600:#636b7e;--fuel-color-light-gray-1100:#111;--fuel-color-light-blue-200:#dbecff;--fuel-color-light-blue-500:#3993f9;--fuel-color-light-blue-600:#0769da;--fuel-color-light-blue-700:#045dc3;--fuel-color-light-blue-800:#024ca2;--fuel-color-light-blue-1000:#002b5c;--fuel-color-light-red-200:#fae3e5;--fuel-color-light-red-600:#d92641;--fuel-color-light-red-800:#a81e32;--fuel-color-light-green-200:#daede0;--fuel-color-light-green-400:#18d567;--fuel-color-light-green-600:#0c884c;--fuel-color-light-green-800:#09683a;--fuel-color-light-yellow-200:#fdf5e6;--fuel-color-light-yellow-600:#f7c53b;--fuel-color-light-cyan-600:#00aeef;--fuel-color-dark-gray-100:#1a1a1a;--fuel-color-dark-gray-200:#2a2a2a;--fuel-color-dark-gray-300:#3a3a3a;--fuel-color-dark-gray-500:#5a5a5a;--fuel-color-dark-gray-600:#6a6a6a;--fuel-color-dark-gray-700:#7a7a7a;--fuel-color-dark-gray-800:#8a8a8a;--fuel-color-dark-gray-900:#9a9a9a;--fuel-color-dark-gray-1100:#fff;--fuel-color-dark-blue-300:#87ceeb;--fuel-color-dark-blue-600:#4169e1;--fuel-color-dark-blue-700:#0769da;--fuel-color-dark-blue-900:#024ca2;--fuel-color-dark-blue-1000:#002b5c;--fuel-color-dark-red-300:#ffb6c1;--fuel-color-dark-red-700:#d92641;--fuel-color-dark-red-900:#a81e32;--fuel-color-dark-green-300:#90ee90;--fuel-color-dark-green-400:#18d567;--fuel-color-dark-green-700:#0c884c;--fuel-color-dark-green-900:#09683a;--fuel-color-dark-yellow-300:#ffffe0;--fuel-color-dark-yellow-700:#f7c53b;--fuel-color-dark-cyan-600:#00aeef;--fuel-typography-overline-font-size:var(--fuel-font-size-1);--fuel-typography-overline-font-weight:var(--fuel-font-weight-bold);--fuel-typography-overline-line-height:var(--fuel-font-lineheight-spacious);--fuel-typography-overline-letter-spacing:var(--fuel-font-spacing-default);--fuel-typography-caption-font-size:var(--fuel-font-size-2);--fuel-typography-caption-font-weight:var(--fuel-font-weight-medium);--fuel-typography-caption-line-height:var(--fuel-font-lineheight-spacious);--fuel-typography-caption-letter-spacing:var(--fuel-font-spacing-default);--fuel-typography-body-small-font-size:var(--fuel-font-size-3);--fuel-typography-body-small-font-weight:var(--fuel-font-weight-medium);--fuel-typography-body-small-line-height:var(--fuel-font-lineheight-roomy);--fuel-typography-body-small-letter-spacing:var(--fuel-font-spacing-default);--fuel-typography-body-medium-font-size:var(--fuel-font-size-4);--fuel-typography-body-medium-font-weight:var(--fuel-font-weight-medium);--fuel-typography-body-medium-line-height:var(--fuel-font-lineheight-roomy);--fuel-typography-body-medium-letter-spacing:var(--fuel-font-spacing-default);--fuel-typography-body-large-font-size:var(--fuel-font-size-5);--fuel-typography-body-large-font-weight:var(--fuel-font-weight-medium);--fuel-typography-body-large-line-height:var(--fuel-font-lineheight-roomy);--fuel-typography-body-large-letter-spacing:var(--fuel-font-spacing-default);--fuel-typography-headings-small-font-size:var(--fuel-font-size-6);--fuel-typography-headings-small-font-weight:var(--fuel-font-weight-medium);--fuel-typography-headings-small-line-height:var(--fuel-font-lineheight-relaxed);--fuel-typography-headings-small-letter-spacing:var(--fuel-font-spacing-tight);--fuel-typography-headings-medium-font-size:var(--fuel-font-size-7);--fuel-typography-headings-medium-font-weight:var(--fuel-font-weight-medium);--fuel-typography-headings-medium-line-height:var(--fuel-font-lineheight-relaxed);--fuel-typography-headings-medium-letter-spacing:var(--fuel-font-spacing-tight);--fuel-typography-headings-large-font-size:var(--fuel-font-size-8);--fuel-typography-headings-large-font-weight:var(--fuel-font-weight-medium);--fuel-typography-headings-large-line-height:var(--fuel-font-lineheight-relaxed);--fuel-typography-headings-large-letter-spacing:var(--fuel-font-spacing-tight);--fuel-typography-display-small-font-size:var(--fuel-font-size-9);--fuel-typography-display-small-font-weight:var(--fuel-font-weight-medium);--fuel-typography-display-small-line-height:var(--fuel-font-lineheight-tight);--fuel-typography-display-small-letter-spacing:var(--fuel-font-spacing-tighter);--fuel-typography-display-medium-font-size:var(--fuel-font-size-10);--fuel-typography-display-medium-font-weight:var(--fuel-font-weight-medium);--fuel-typography-display-medium-line-height:var(--fuel-font-lineheight-tight);--fuel-typography-display-medium-letter-spacing:var(--fuel-font-spacing-tight);--fuel-typography-display-large-font-size:var(--fuel-font-size-11);--fuel-typography-display-large-font-weight:var(--fuel-font-weight-medium);--fuel-typography-display-large-line-height:var(--fuel-font-lineheight-tight);--fuel-typography-display-large-letter-spacing:var(--fuel-font-spacing-tight);--fuel-typography-display-extra-large-font-size:var(--fuel-font-size-12);--fuel-typography-display-extra-large-font-weight:var(--fuel-font-weight-medium);--fuel-typography-display-extra-large-line-height:var(--fuel-font-lineheight-tighter);--fuel-typography-display-extra-large-letter-spacing:var(--fuel-font-spacing-tight);--fuel-space-none:var(--fuel-size-0);--fuel-space-micro:var(--fuel-size-2);--fuel-space-xxxsmall:var(--fuel-size-4);--fuel-space-xxsmall:var(--fuel-size-8);--fuel-space-xsmall:var(--fuel-size-12);--fuel-space-small:var(--fuel-size-16);--fuel-space-medium:var(--fuel-size-20);--fuel-space-large:var(--fuel-size-24);--fuel-space-xlarge:var(--fuel-size-32);--fuel-space-xxlarge:var(--fuel-size-40);--fuel-space-xxxlarge:var(--fuel-size-48);--fuel-space-huge:var(--fuel-size-56);--fuel-space-spacious:var(--fuel-size-64);--fuel-space-giant:var(--fuel-size-80);--fuel-border-radius-none:var(--fuel-radius-0);--fuel-border-radius-xsmall:var(--fuel-radius-4);--fuel-border-radius-small:var(--fuel-radius-8);--fuel-border-radius-medium:var(--fuel-radius-12);--fuel-border-radius-large:var(--fuel-radius-16);--fuel-border-radius-xlarge:var(--fuel-radius-20);--fuel-border-radius-xxlarge:var(--fuel-radius-24);--fuel-border-radius-pill:var(--fuel-radius-100);--fuel-border-radius-circle:var(--fuel-radius-circle);--fuel-border-width-none:var(--fuel-width-0);--fuel-border-width-thinner:var(--fuel-width-1);--fuel-border-width-thin:var(--fuel-width-2);--fuel-border-width-thick:var(--fuel-width-4);--fuel-icon-size-xsmall:var(--fuel-size-12);--fuel-icon-size-small:var(--fuel-size-16);--fuel-icon-size-medium:var(--fuel-size-20);--fuel-icon-size-large:var(--fuel-size-24);--fuel-icon-size-xlarge:var(--fuel-size-32);--fuel-opacity-transparent:var(--fuel-opacity-6);--fuel-opacity-semitransparent:var(--fuel-opacity-12);--fuel-opacity-translucent:var(--fuel-opacity-16);--fuel-opacity-light:var(--fuel-opacity-20);--fuel-opacity-medium:var(--fuel-opacity-32);--fuel-opacity-overlay:var(--fuel-opacity-40);--fuel-opacity-intense:var(--fuel-opacity-64);--fuel-opacity-semiopaque:var(--fuel-opacity-80);--fuel-elevation-low-shadow:var(--fuel-shadow-3);--fuel-elevation-medium-shadow:var(--fuel-shadow-7),var(--fuel-shadow-10);--fuel-elevation-high-shadow:var(--fuel-shadow-12),var(--fuel-shadow-14)}[data-theme=light]{--fuel-color-background-default:var(--fuel-color-light-gray-0);--fuel-color-background-weak:var(--fuel-color-light-gray-100);--fuel-color-background-medium:var(--fuel-color-light-gray-200);--fuel-color-background-inverted:var(--fuel-color-light-gray-1100);--fuel-color-surface-default:var(--fuel-color-light-gray-0);--fuel-color-surface-weak:var(--fuel-color-light-gray-100);--fuel-color-surface-medium:var(--fuel-color-light-gray-200);--fuel-color-surface-inverted:var(--fuel-color-light-gray-1100);--fuel-color-surface-primary:var(--fuel-color-light-blue-600);--fuel-color-surface-primary-weakest:var(--fuel-color-light-blue-200);--fuel-color-surface-primary-strong:var(--fuel-color-light-blue-800);--fuel-color-surface-success:var(--fuel-color-light-green-600);--fuel-color-surface-success-weakest:var(--fuel-color-light-green-200);--fuel-color-surface-success-strong:var(--fuel-color-light-green-800);--fuel-color-surface-danger:var(--fuel-color-light-red-600);--fuel-color-surface-danger-weakest:var(--fuel-color-light-red-200);--fuel-color-surface-danger-strong:var(--fuel-color-light-red-800);--fuel-color-surface-support:var(--fuel-color-light-yellow-600);--fuel-color-surface-support-weakest:var(--fuel-color-light-yellow-200);--fuel-color-surface-brand:var(--fuel-color-light-cyan-600);--fuel-color-text-default:var(--fuel-color-light-gray-1100);--fuel-color-text-medium:var(--fuel-color-light-gray-600);--fuel-color-text-placeholder:var(--fuel-color-light-gray-300);--fuel-color-text-inverted:var(--fuel-color-light-gray-0);--fuel-color-text-primary:var(--fuel-color-light-blue-600);--fuel-color-text-primary-strong:var(--fuel-color-light-blue-800);--fuel-color-text-success:var(--fuel-color-light-green-600);--fuel-color-text-success-strong:var(--fuel-color-light-green-800);--fuel-color-text-danger:var(--fuel-color-light-red-600);--fuel-color-text-danger-strong:var(--fuel-color-light-red-800);--fuel-color-border-default:var(--fuel-color-light-gray-200);--fuel-color-border-medium:var(--fuel-color-light-gray-300);--fuel-color-border-strong:var(--fuel-color-light-gray-1100);--fuel-color-border-inverted:var(--fuel-color-light-gray-0);--fuel-color-border-focus:var(--fuel-color-light-blue-500);--fuel-color-border-primary:var(--fuel-color-light-blue-600);--fuel-color-border-success:var(--fuel-color-light-green-600);--fuel-color-border-danger:var(--fuel-color-light-red-600);--fuel-color-icon-default:var(--fuel-color-light-gray-600);--fuel-color-icon-weak:var(--fuel-color-light-gray-300);--fuel-color-icon-strong:var(--fuel-color-light-gray-1100);--fuel-color-icon-inverted:var(--fuel-color-light-gray-0);--fuel-color-icon-primary:var(--fuel-color-light-blue-600);--fuel-color-icon-success:var(--fuel-color-light-green-600);--fuel-color-icon-danger:var(--fuel-color-light-red-600);--fuel-color-status-online:var(--fuel-color-light-green-400);--fuel-color-status-offline:var(--fuel-color-light-gray-600);--fuel-color-interaction-enabled:var(--fuel-color-light-gray-600);--fuel-color-interaction-hovered:var(--fuel-color-light-blue-700);--fuel-color-interaction-pressed:var(--fuel-color-light-blue-800);--fuel-color-interaction-enabled-alpha:rgba(7,105,218,.06);--fuel-color-interaction-hovered-alpha:rgba(7,105,218,.12);--fuel-color-interaction-pressed-alpha:rgba(7,105,218,.16);--fuel-color-on-primary:var(--fuel-color-light-gray-0);--fuel-color-on-success:var(--fuel-color-light-gray-0);--fuel-color-on-danger:var(--fuel-color-light-gray-0);--fuel-color-on-support:var(--fuel-color-light-gray-1100);--fuel-color-on-brand:var(--fuel-color-light-gray-0)}[data-theme=dark]{--fuel-color-background-default:var(--fuel-color-dark-gray-100);--fuel-color-background-weak:var(--fuel-color-dark-gray-200);--fuel-color-background-medium:var(--fuel-color-dark-gray-300);--fuel-color-background-inverted:var(--fuel-color-dark-gray-1100);--fuel-color-surface-default:var(--fuel-color-dark-gray-100);--fuel-color-surface-weak:var(--fuel-color-dark-gray-200);--fuel-color-surface-medium:var(--fuel-color-dark-gray-300);--fuel-color-surface-inverted:var(--fuel-color-dark-gray-1100);--fuel-color-surface-primary:var(--fuel-color-dark-blue-700);--fuel-color-surface-primary-weakest:var(--fuel-color-dark-blue-300);--fuel-color-surface-primary-strong:var(--fuel-color-dark-blue-900);--fuel-color-surface-success:var(--fuel-color-dark-green-700);--fuel-color-surface-success-weakest:var(--fuel-color-dark-green-300);--fuel-color-surface-success-strong:var(--fuel-color-dark-green-900);--fuel-color-surface-danger:var(--fuel-color-dark-red-700);--fuel-color-surface-danger-weakest:var(--fuel-color-dark-red-300);--fuel-color-surface-danger-strong:var(--fuel-color-dark-red-900);--fuel-color-surface-support:var(--fuel-color-dark-yellow-700);--fuel-color-surface-support-weakest:var(--fuel-color-dark-yellow-300);--fuel-color-surface-brand:var(--fuel-color-dark-cyan-600);--fuel-color-text-default:var(--fuel-color-dark-gray-1100);--fuel-color-text-medium:var(--fuel-color-dark-gray-900);--fuel-color-text-placeholder:var(--fuel-color-dark-gray-600);--fuel-color-text-inverted:var(--fuel-color-dark-gray-100);--fuel-color-text-primary:var(--fuel-color-dark-blue-700);--fuel-color-text-primary-strong:var(--fuel-color-dark-blue-900);--fuel-color-text-success:var(--fuel-color-dark-green-700);--fuel-color-text-success-strong:var(--fuel-color-dark-green-900);--fuel-color-text-danger:var(--fuel-color-dark-red-700);--fuel-color-text-danger-strong:var(--fuel-color-dark-red-900);--fuel-color-border-default:var(--fuel-color-dark-gray-500);--fuel-color-border-medium:var(--fuel-color-dark-gray-600);--fuel-color-border-strong:var(--fuel-color-dark-gray-1100);--fuel-color-border-inverted:var(--fuel-color-dark-gray-100);--fuel-color-border-focus:var(--fuel-color-dark-blue-600);--fuel-color-border-primary:var(--fuel-color-dark-blue-700);--fuel-color-border-success:var(--fuel-color-dark-green-700);--fuel-color-border-danger:var(--fuel-color-dark-red-700);--fuel-color-icon-default:var(--fuel-color-dark-gray-900);--fuel-color-icon-weak:var(--fuel-color-dark-gray-600);--fuel-color-icon-strong:var(--fuel-color-dark-gray-1100);--fuel-color-icon-inverted:var(--fuel-color-dark-gray-100);--fuel-color-icon-primary:var(--fuel-color-dark-blue-700);--fuel-color-icon-success:var(--fuel-color-dark-green-700);--fuel-color-icon-danger:var(--fuel-color-dark-red-700);--fuel-color-status-online:var(--fuel-color-dark-green-400);--fuel-color-status-offline:var(--fuel-color-dark-gray-600);--fuel-color-interaction-enabled:var(--fuel-color-dark-gray-700);--fuel-color-interaction-hovered:var(--fuel-color-dark-gray-800);--fuel-color-interaction-pressed:var(--fuel-color-dark-gray-900);--fuel-color-interaction-enabled-alpha:rgba(7,105,218,.12);--fuel-color-interaction-hovered-alpha:rgba(7,105,218,.16);--fuel-color-interaction-pressed-alpha:rgba(7,105,218,.2);--fuel-color-on-primary:var(--fuel-color-dark-gray-1100);--fuel-color-on-success:var(--fuel-color-dark-gray-1100);--fuel-color-on-danger:var(--fuel-color-dark-gray-1100);--fuel-color-on-support:var(--fuel-color-dark-gray-1100);--fuel-color-on-brand:var(--fuel-color-dark-gray-1100)}.driver-truck-section{background:var(--fuel-color-background-default);margin-bottom:var(--fuel-space-huge);padding:0 var(--fuel-space-small);width:100%}.driver-truck-container{align-items:flex-start;display:flex;flex-direction:column;gap:8px;height:768px;width:100%}.driver-truck-background{align-items:flex-start;background:var(--fuel-color-surface-weak);border-radius:24px;display:flex;height:100%;position:relative;width:100%}.driver-truck-content{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column}.driver-truck-row-1{border-bottom:1px solid var(--fuel-color-border-default)}.driver-truck-row-1,.driver-truck-row-2{align-items:flex-start;display:flex;flex:1 0 0}.driver-truck-row-2{align-self:stretch}.driver-truck-column-left{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:16px;padding:48px}.driver-truck-row-2 .driver-truck-column-left{border-right:1px solid var(--fuel-color-border-default);flex:1}.driver-truck-row-1 .driver-truck-column-left{border-right:1px solid var(--fuel-color-border-default);flex:1.4 0 0}.driver-truck-column-right{align-self:stretch;flex:1 0 0;flex-direction:column;padding:48px}.driver-truck-chip,.driver-truck-column-right{align-items:flex-start;display:flex;gap:16px}.driver-truck-app-chip{align-items:center;background-color:transparent;cursor:default;display:flex}.driver-truck-app-chip:hover{background-color:transparent!important}.driver-truck-app-chip .fuel-chip__label{color:var(--fuel-color-text-medium);font-size:var(--fuel-typography-body-small-font-size);font-weight:var(--fuel-typography-body-small-font-weight);line-height:var(--fuel-typography-body-small-line-height);text-align:center}.driver-truck-app-chip .fuel-chip__label,.driver-truck-title{font-family:var(--fuel-font-family-body),"Satoshi",-apple-system,Roboto,Helvetica,sans-serif}.driver-truck-title{color:var(--fuel-color-text-default);font-size:var(--fuel-typography-headings-large-font-size);font-weight:var(--fuel-typography-headings-large-font-weight);letter-spacing:var(--fuel-typography-headings-large-letter-spacing);line-height:var(--fuel-typography-headings-large-line-height);margin:0}.driver-truck-feature{align-items:flex-start;align-self:stretch;display:flex;flex:1 0 0;flex-direction:column;gap:16px}.driver-truck-feature-header{align-items:center;align-self:stretch;display:flex;gap:16px}.driver-truck-feature-icon{align-items:center;background:var(--fuel-color-surface-primary-weakest);border-radius:8px;display:flex;flex-direction:column;gap:10px;height:48px;justify-content:center;padding:8px;width:48px}.driver-truck-feature-title{color:var(--fuel-color-text-default);font-family:var(--fuel-font-family-body),"Satoshi",-apple-system,Roboto,Helvetica,sans-serif;font-size:var(--fuel-typography-headings-small-font-size);font-weight:var(--fuel-typography-headings-small-font-weight);letter-spacing:var(--fuel-typography-headings-small-letter-spacing);line-height:var(--fuel-typography-headings-small-line-height);margin:0}.driver-truck-feature-content{align-items:flex-start;align-self:stretch;display:flex;flex:1 0 0;flex-direction:column;padding-left:64px}.driver-truck-feature-description{align-self:stretch;color:var(--fuel-color-text-medium);font-family:var(--fuel-font-family-body),"Satoshi",-apple-system,Roboto,Helvetica,sans-serif;font-size:var(--fuel-typography-body-medium-font-size);font-weight:var(--fuel-typography-body-medium-font-weight);line-height:var(--fuel-typography-body-medium-line-height);margin:0 0 48px}.driver-truck-feature-button{align-items:center;background:var(--fuel-color-interaction-enabled-alpha);border:none;border-radius:var(--fuel-border-radius-pill);color:var(--fuel-color-text-default);cursor:pointer;display:flex;font-family:var(--fuel-font-family-body),"Satoshi",-apple-system,Roboto,Helvetica,sans-serif;font-size:var(--fuel-typography-caption-font-size);font-weight:var(--fuel-typography-caption-font-weight);gap:8px;justify-content:center;line-height:var(--fuel-typography-caption-line-height);max-height:32px;min-height:32px;min-width:56px;padding:0 12px}.driver-truck-phone{align-items:center;align-self:stretch;display:flex;padding:48px 48px 48px 0}.driver-truck-phone-bg{background:var(--fuel-color-surface-primary-weakest);border-radius:24px;height:100%;overflow:hidden;position:relative;width:440px}.driver-truck-phone-bg.reveal-up{opacity:0;transform:translateY(24px);transition:opacity .4s ease-in,transform .5s ease-in;transition-delay:var(--reveal-delay,0s)}.driver-truck-phone-bg.reveal-up.is-visible{opacity:1;transform:translateY(0);transition:opacity .5s ease-out,transform .6s ease-out;transition-delay:var(--reveal-delay,0s)}.driver-truck-phone-image{bottom:0;height:auto;left:50%;max-width:75%;-o-object-fit:contain;object-fit:contain;position:absolute;transform:translateX(-50%)}@media(max-width:1200px){.driver-truck-container{height:auto;min-height:600px}.driver-truck-title br{display:none}.driver-truck-column-left,.driver-truck-column-right{padding:48px}}@media(max-width:968px){.driver-truck-background{flex-direction:column}.driver-truck-content{flex:none}.driver-truck-row-1,.driver-truck-row-2{flex-direction:column}.driver-truck-column-left,.driver-truck-column-right{border-right:none}.driver-truck-row-2 .driver-truck-column-right{border-bottom:none}.driver-truck-phone{flex:none;height:400px;padding:32px}.driver-truck-phone-bg{gap:32px;padding:16px 0}}@media(max-width:768px){.driver-truck-section{padding:0 var(--fuel-space-small)}.driver-truck-container{height:auto;min-height:auto}.driver-truck-column-left,.driver-truck-column-right{padding:32px}.driver-truck-feature-content{padding-left:48px}}@media(max-width:480px){.driver-truck-section{padding:0 var(--fuel-space-xxsmall)}.driver-truck-phone{padding:0}.driver-truck-phone .driver-truck-phone-bg{border-top-left-radius:0;border-top-right-radius:0}.driver-truck-title br{display:inline}.driver-truck-row-1 .driver-truck-column-left{border:0;gap:var(--fuel-space-large);padding-top:64px}.driver-truck-row-2 .driver-truck-column-left{border-bottom:1px solid var(--fuel-color-border-default);border-right:0}.driver-truck-feature-content{padding-left:0}.driver-truck-phone-bg{gap:16px;padding:12px 0}.driver-truck-feature-header{align-items:flex-start;flex-direction:column}}