.early-access-button{font-size:clamp(14px,2vw,20px);padding:20px 30px}@media screen and (min-width:769px)and (max-width:1000px){.early-access-button{width:-moz-fit-content;width:fit-content;padding:10px 15px}}@media screen and (max-width:768px){.early-access-button{min-width:40%;padding:10px 15px}}.hero-section{width:100%;display:flex;flex-direction:row;justify-content:space-between}.hero-text{font-size:clamp(32px,4vw,64px)}.hero-fade-hidden{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.hero-fade-visible{opacity:1;transform:translateY(0);transition:opacity .8s ease-out,transform .8s ease-out}@keyframes scrollDown{0%{transform:translateY(-66.66%)}to{transform:translateY(0)}}@keyframes scrollUp{0%{transform:translateY(0)}to{transform:translateY(-66.66%)}}@keyframes scrollHorizontal{0%{transform:translate(0)}to{transform:translate(-33.33%)}}@keyframes horizontalScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.carousel-left{animation:scrollDown 40s linear infinite}.carousel-right{animation:scrollUp 40s linear infinite}.carousel-container{overflow:hidden;width:clamp(200px,20vw,265px)}@media(max-width:768px){.hero-text{color:var(--primary-grey);text-align:center;font-family:Inter;font-weight:700;line-height:normal;text-transform:uppercase}section{flex-direction:column!important;align-items:center!important}section>div:first-child{align-items:center!important}section>div:first-child>div{align-items:center!important}section>div:first-child>div>div{align-items:center!important}h1,p{text-align:center!important}.mobile-carousel-wrapper{overflow:hidden;width:100%;max-width:100%;position:relative;display:flex;align-items:center;padding:50px 0}.mobile-carousel{display:flex;gap:6px;animation:carouselScrollWithPause 40s ease-in-out infinite;width:-moz-fit-content;width:fit-content;padding-left:calc(50% - 100px);align-items:center}@keyframes carouselScrollWithPause{0%,3%{transform:translate(0)}7%,10%{transform:translate(-206px)}14%,17%{transform:translate(-412px)}21%,24%{transform:translate(-618px)}28%,31%{transform:translate(-824px)}35%,38%{transform:translate(-1030px)}42%,45%{transform:translate(-1236px)}49%,52%{transform:translate(-1442px)}56%,59%{transform:translate(-1648px)}63%,66%{transform:translate(-1854px)}70%,73%{transform:translate(-2060px)}77%,80%{transform:translate(-2266px)}84%,87%{transform:translate(-2472px)}91%,94%{transform:translate(-2678px)}98%,to{transform:translate(-2884px)}}.carousel-item{flex-shrink:0;border-radius:10px;overflow:visible;box-shadow:1px 1px 3px #0003;position:relative;width:200px;height:125px;transform-origin:center center;transform:scale(1);opacity:.8;z-index:1}.carousel-item:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 2px #00000026;pointer-events:none}.carousel-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block;border-radius:10px}@keyframes blossomEffect{0%{transform:scale(1);opacity:.8;z-index:1}1.5%{transform:scale(1.5);opacity:1;z-index:50}5%{transform:scale(1.5);opacity:1;z-index:50}6.5%{transform:scale(1);opacity:.8;z-index:1}to{transform:scale(1);opacity:.8;z-index:1}}.carousel-item:nth-child(1){animation:blossomEffect 40s ease-in-out 0s infinite}.carousel-item:nth-child(2){animation:blossomEffect 40s ease-in-out 2.8s infinite}.carousel-item:nth-child(3){animation:blossomEffect 40s ease-in-out 5.6s infinite}.carousel-item:nth-child(4){animation:blossomEffect 40s ease-in-out 8.4s infinite}.carousel-item:nth-child(5){animation:blossomEffect 40s ease-in-out 11.2s infinite}.carousel-item:nth-child(6){animation:blossomEffect 40s ease-in-out 14s infinite}.carousel-item:nth-child(7){animation:blossomEffect 40s ease-in-out 16.8s infinite}.carousel-item:nth-child(8){animation:blossomEffect 40s ease-in-out 19.6s infinite}.carousel-item:nth-child(9){animation:blossomEffect 40s ease-in-out 22.4s infinite}.carousel-item:nth-child(10){animation:blossomEffect 40s ease-in-out 25.2s infinite}.carousel-item:nth-child(11){animation:blossomEffect 40s ease-in-out 28s infinite}.carousel-item:nth-child(12){animation:blossomEffect 40s ease-in-out 30.8s infinite}.carousel-item:nth-child(13){animation:blossomEffect 40s ease-in-out 33.6s infinite}.carousel-item:nth-child(14){animation:blossomEffect 40s ease-in-out 36.4s infinite}.carousel-item:nth-child(15){animation:blossomEffect 40s ease-in-out 39.2s infinite}.carousel-item:nth-child(16){animation:blossomEffect 40s ease-in-out 42s infinite}.carousel-item:nth-child(17){animation:blossomEffect 40s ease-in-out 44.8s infinite}.carousel-item:nth-child(18){animation:blossomEffect 40s ease-in-out 47.6s infinite}}.fade-in-hidden{opacity:0;transform:translateY(50px);transition:opacity .7s ease-out,transform .7s ease-out}.fade-in-visible{opacity:1;transform:translateY(0);transition:opacity .7s ease-out,transform .7s ease-out}.benefit-card{background-color:var(--primary-light);border-radius:20px;padding:min(6vw,90px) min(3vw,50px);display:flex;flex-direction:column;gap:24px;box-shadow:1px 3px 5px #0003,inset 0 0 2px #00000026;flex:1;transition:transform .3s ease,box-shadow .3s ease,border .3s ease;cursor:pointer;border:.1px solid transparent;min-width:0}.benefit-card:hover{transform:translateY(-8px);box-shadow:2px 6px 12px #00000040,inset 0 0 2px #00000026;border:1px solid #1A65A2}.benefit-card-header{display:flex;gap:16px;align-items:center}.benefit-card-icon{width:28px;height:28px;flex-shrink:0}.benefit-card-title{font-family:Inter;font-size:20px;font-weight:600;color:#1a65a2;margin:0;line-height:normal;letter-spacing:.4px}.benefit-card-description{font-family:Inter;font-size:16px;font-weight:400;color:var(--primary-grey);margin:0;line-height:normal;white-space:pre-wrap;text-align:left}.benefits-container{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;width:100%}@media(max-width:768px){.benefits-section{padding-left:16px;padding-right:16px}.benefits-container{display:flex;flex-direction:column;gap:16px}.benefit-card{background-color:var(--primary-light);border-radius:16px;padding:24px 35px;display:flex;flex-direction:column;gap:14px;box-shadow:1px 1px 3px #0003,inset 0 0 2px #00000026;flex:1;transition:transform .3s ease,box-shadow .3s ease,border .3s ease;cursor:pointer;border:.1px solid transparent}.benefit-card:hover{transform:translateY(-6px);box-shadow:2px 4px 10px #00000040,inset 0 0 2px #00000026;border:1px solid #1A65A2}.benefit-card-header{gap:8px}.benefit-card-icon{width:16px;height:16px;flex-shrink:0}.benefit-card-title{font-family:Inter;font-size:18px;font-weight:600;color:#1a65a2;margin:0;line-height:normal;letter-spacing:.36px;text-align:left}.benefit-card-description{font-family:Inter;font-size:12px;font-weight:400;color:var(--primary-grey);margin:0;line-height:normal;white-space:pre-wrap;text-align:left!important}}.sticky-card{width:100%;max-width:1400px;margin:0 auto;background-color:transparent;position:relative;display:block;overflow:hidden;transform-origin:center center;will-change:transform;box-shadow:0 4px 20px #0003;border-radius:20px;padding:3rem}.sticky-card:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,calc(var(--overlay-opacity, 0) * .5));pointer-events:none;z-index:10}.sticky-card-number{position:absolute;top:3rem;right:3rem;z-index:20;width:auto;padding:0}.sticky-card-number-text{font-size:128px;font-family:Inter;font-weight:900;line-height:1;opacity:.5;text-align:center;color:var(--primary-grey)}.sticky-card-content{display:flex;flex-direction:row;gap:5rem;padding:0;min-height:calc(100vh - 15rem);z-index:5;position:relative}.sticky-card-text-block{flex:0 0 45%;display:flex;flex-direction:column;justify-content:flex-start;max-width:100%;gap:2rem;padding-top:1.5rem}.sticky-card-header{display:flex;flex-direction:column;gap:1rem}.sticky-card-title{font-family:Inter;font-size:48px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:1.44px;color:var(--primary-grey)}.sticky-card-description{font-size:18px;font-weight:500;line-height:1.5;color:var(--primary-grey);margin:0 auto}.sticky-card-actions{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;margin-top:1.5rem}.sticky-card-waitlist-text{font-size:16px;font-family:Inter;font-weight:400;line-height:normal;color:#000;margin:0;max-width:450px}.sticky-card-illustration-area{display:flex;justify-content:flex-end;align-items:flex-end}.sticky-card-illustration{width:100%;height:-moz-fit-content;height:fit-content;display:flex;justify-content:flex-end;align-items:flex-end}.sticky-card-illustration:nth-child(2){justify-content:center;align-items:center}.sticky-card-illustration svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.sticky-card-locations{display:flex;gap:0;margin-top:1.5rem;max-width:100%;align-self:flex-end;width:auto;position:relative;height:clamp(270px,20vw,570px);margin-right:25%}.sticky-card-location{display:flex;height:clamp(122px,21.75vw,238px);width:clamp(171px,31.725vw,356px);align-items:center;flex-shrink:0;position:absolute;border-radius:20px;overflow:hidden;box-shadow:1px 3px 5px #0003;background:#fff;margin-right:25%}.sticky-card-location:nth-child(1){transform:rotate(-11.011deg);z-index:10;left:50px;top:-160px}.sticky-card-location:nth-child(2){transform:rotate(2.601deg);z-index:20;left:120px;top:0}.sticky-card-location:nth-child(3){transform:rotate(3.424deg);z-index:30;left:-50px;top:54px}.sticky-card-location-image{width:100%;height:100%;border-radius:20px;overflow:hidden;flex:1}.sticky-card-location-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sticky-card-location-label{position:absolute;bottom:auto;top:12px;left:13px;background:var(--primary-light);border-radius:1000px;padding:.3em 1.25em;box-shadow:1px 3px 5px #0003;font-size:clamp(10px,.75em,18px);font-weight:400;color:var(--primary-grey);text-align:center;display:flex;align-items:center;justify-content:center}.sticky-card-title-number{display:none}@media(max-width:768px){.sticky-card{padding:1.5rem 1rem;max-width:calc(100% - 40px);margin-left:20px;margin-right:20px;margin-bottom:20px;border-radius:20px;min-height:auto;position:relative!important;transform:none!important}.sticky-card-number{display:none}.sticky-card-title-number{display:inline;margin-right:.5rem}.sticky-card-content{flex-direction:column;min-height:auto;gap:2rem;padding-top:0}.sticky-card-text-block{flex:none;width:100%;padding-top:0;gap:1.5rem;align-items:center}.sticky-card-illustration{justify-content:center;align-items:center}.sticky-card-illustration-area{width:100%;padding-bottom:0;padding-right:0}.sticky-card-locations{width:80%;max-width:355px;margin:0 auto}.sticky-card-title{font-size:20px;letter-spacing:.6px;line-height:1.2;text-align:center}.sticky-card-description{font-size:clamp(12px,.75em,18px);line-height:1.5;text-align:center;width:100%}.sticky-card-header{gap:1.5rem}.sticky-card-actions{margin-top:1rem;align-items:center;width:100%}.sticky-card-waitlist-text{display:none}.sticky-card[data-card-index="1"] .sticky-card-illustration,.sticky-card[data-card-index="2"] .sticky-card-illustration{justify-content:center;align-items:center}.sticky-card-location:nth-child(1){transform:rotate(-11deg);z-index:10;left:17%;top:10%}.sticky-card-location:nth-child(2){transform:rotate(2.601deg);z-index:20;left:44%;top:33%}.sticky-card-location:nth-child(3){transform:rotate(3.424deg);z-index:30;left:2%;top:45%}}.sticky-cards-container{width:100%;display:flex;flex-direction:column;gap:100px;--overlay-opacity: 0;background-color:transparent;padding:5vh 0}@media(max-width:768px){.sticky-cards-container{gap:20px}}.card2-illustration{display:flex;flex-direction:column;gap:2rem;width:100%;height:100%}.card2-settings{display:flex;flex-direction:column;gap:.75rem}.card2-setting-row{display:flex;gap:.8rem}.card2-setting-row:nth-child(2){padding-left:2.5rem}.card2-setting-row:nth-child(3){padding-right:.625rem}.card2-setting-pill{background:var(--secondary-blue);color:var(--primary-grey);font-weight:500;border-radius:1000px;padding:.75rem .625rem;min-width:170px;font-size:14px;box-shadow:1px 3px 5px #0003}.card2-setting-pill.disabled{opacity:.6}.card2-guides{display:flex;flex-direction:column;gap:1.5rem;position:relative;height:250px}.card3-illustration{z-index:-1;overflow:hidden;display:flex;flex-direction:column;gap:0;max-height:517px;width:100%;height:100%;align-items:center;justify-content:flex-start;position:relative;padding:1rem;border-radius:20px;right:50px;bottom:50px}.card3-guide-selection{display:flex;flex-direction:column;gap:1.5rem;align-items:center;padding:.5rem 3rem 1.5rem;width:100%;position:relative}.card3-guide-selectors{display:flex;gap:1.5rem;align-items:center;justify-content:center;width:100%;position:relative}.card3-selector{display:flex;flex-direction:column;gap:.5rem;align-items:center;position:relative}.card3-selector-avatar{width:40px;height:40px;border-radius:50%;background:#e9f2fa;display:flex;align-items:center;justify-content:center;padding:10px;position:relative}.card3-selector-avatar svg{width:16px;height:16px}.card3-selector-avatar.other{border-radius:50px;background:linear-gradient(270deg,#7cae44 -86.26%,#116493)}.card3-selector-avatar.other svg{color:var(--primary-light)}.card3-selector-name{font-size:12px;font-weight:400;color:var(--primary-grey);text-align:center}.card3-selector-language{font-size:12px;font-weight:400;color:#1a65a2;background:#e9f2fa;padding:4px 8px;border-radius:1000px;text-align:center}.card3-dots-arrow{display:flex;gap:3px;align-items:center;position:absolute;top:0;left:50%;transform:translate(-50%,200%);padding:0}.card3-dot-img{width:4px;height:4px;flex-shrink:0}.card3-arrow-img{width:8px;height:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.card3-arrow-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.card3-guide-images-section{display:flex;gap:.5rem;align-items:center;justify-content:center;width:100%;padding-top:.5rem;padding-bottom:2rem;position:relative}.card3-guide-image-small{width:clamp(62.5px,12.5vw,105px);height:clamp(78.125px,15.625vw,131.25px);border-radius:15px;overflow:hidden;box-shadow:1px 3px 5px #0003;flex-shrink:0;opacity:.6;position:relative}.card3-guide-image-small img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card3-guide-image-center{width:clamp(100px,20vw,168px);height:clamp(125px,25vw,210px);border-radius:15px;overflow:hidden;position:relative;flex-shrink:0;background:#d2e5f4;padding:6px}.card3-guide-image-center-inner{width:100%;height:100%;border-radius:15px;overflow:hidden;box-shadow:1px 1px 3px #0003}.card3-guide-image-center-inner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card3-check-badge{position:absolute;top:9px;right:9px;background:#207eca;color:#fff;width:27px;height:27px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;z-index:10;padding:6px}.card3-check-badge svg{width:18px;height:18px}.card3-pricing-tag-wrapper{display:flex;justify-content:center;width:100%;padding:0 3rem 2rem;position:relative}.card3-pricing-tag{width:clamp(200px,25vw,286px);aspect-ratio:2.6;height:auto;border-radius:10px;padding:12px 16px;font-size:clamp(10px,1.25vw,16px);overflow:hidden;background:linear-gradient(270deg,#7cae44 -86.26%,#116493);opacity:.8;max-width:286px;flex-shrink:0;box-shadow:1px 3px 5px #0003}.card3-pricing-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3px}.card3-pricing-guide-info{display:flex;align-items:center;gap:4px}.card3-pricing-guide-name{font-size:1.25em;font-weight:500;color:var(--primary-light);margin:0;letter-spacing:.4px}.card3-pricing-guide-info img{width:1em;aspect-ratio:1}.card3-pricing-amount{display:flex;align-items:center;font-weight:100;gap:4px}.card3-pricing-price{font-size:1.5em;font-weight:500;color:var(--primary-light);margin:0;letter-spacing:.48px;align-items:center}.card3-pricing-unit{font-size:.75em;font-weight:200;color:var(--primary-light);margin:0}.card3-pricing-divider{width:100%;height:1px;background:var(--primary-light);opacity:.8;top:0;bottom:0;margin:.1875em 0 .3125em}.card3-pricing-perks{display:flex;flex-direction:column;gap:.5em}.card3-pricing-perk{display:flex;justify-content:space-between;align-items:center}.card3-pricing-perk-left{display:flex;align-items:center;gap:.625em}.card3-pricing-perk-icon{width:.625em;height:.625em;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.card3-pricing-perk-icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;width:.625em;height:.625em}.card3-pricing-perk-text{font-size:.75em;font-weight:100;color:var(--primary-light);margin:0}.card3-pricing-perk-price{font-size:.75em;font-weight:400;color:var(--primary-light);margin:0}.card4-illustration{min-height:auto;width:474px;height:345px;background-size:cover;background-position:center;border-radius:16px;overflow:hidden;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;justify-content:center}.card4-message{display:flex;gap:1rem;align-items:flex-start}.card4-message.user{flex-direction:row-reverse}.card4-avatar{width:64px;height:64px;border-radius:1000px;background:var(--primary-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;overflow:hidden}.card4-avatar-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;position:relative}.card4-avatar-icon svg{width:100%;height:100%}.card4-bubble{background:#fff;border-radius:18px;padding:1rem 1.5rem;max-width:70%;font-size:14px;color:var(--primary-grey);line-height:1.4;justify-content:center;box-shadow:1px 3px 5px #0003}.card4-message.user .card4-bubble{background:var(--primary-light)}@media(max-width:768px){.card2-illustration{gap:1.5rem;align-items:center;justify-content:flex-start}.card2-settings{gap:.5rem;width:100%;max-width:355px}.card2-setting-row{gap:.5rem;justify-content:center}.card2-setting-row:nth-child(2){padding-left:0}.card2-setting-row:nth-child(3){padding-right:0}.card2-setting-pill{min-width:90px;font-size:10px;padding:8px 12px;white-space:nowrap}.card2-guides{height:113px;width:100%;max-width:355px;display:flex;align-items:center;justify-content:center}.card3-illustration{right:0;bottom:0}.card3-guide-images-section{padding:.25rem 1.5rem 1rem}.card4-bubble{padding:.5rem .75rem}}.guide-card{white-space:nowrap;background:var(--primary-light);border-radius:20px;position:absolute;width:420px;height:160px;box-shadow:3px 0 5px #0000004d;overflow:hidden;display:flex;flex-direction:row}.inactive{opacity:.4;left:-80px;top:100px;z-index:1}.active{left:80px;top:50px;z-index:2}.card2-guide-image{width:30%}.card2-guide-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card2-guide-info{flex-grow:1;padding:1.5em 1em;display:flex;flex-direction:column;gap:10px}.card2-guide-header{display:flex;flex-direction:row;align-items:center;justify-content:space-around;gap:2px;font-weight:600;font-size:20px;color:var(--primary-grey);letter-spacing:.4px;width:100%;margin:0}.guide-name-country{display:flex;flex-direction:row;align-items:center;gap:5px}.card2-guide-badge{background:#207eca;color:var(--primary-light);padding:5px 10px;border-radius:50px;font-size:12px;font-weight:400;margin:0}.card2-guide-header img{width:18px;height:18px}.card2-guide-rating{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--primary-grey);font-weight:500;line-height:16px}.card2-guide-rating span{display:flex;gap:0px;align-items:center}.card2-guide-rating-value{font-size:14px;font-weight:500;color:var(--primary-grey);margin:0}.card2-guide-stars{display:flex;gap:0px;align-items:center}.card2-guide-stars svg{width:18px;height:18px}.card2-guide-rating-count{font-size:14px;font-weight:500;color:var(--primary-grey);opacity:.6;margin:0}.card2-guide-languages{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:16px;color:var(--primary-grey)}.card2-guide-languages img{width:24px;height:24px;flex-shrink:0}@media(max-width:768px){.guide-card{width:100%;position:relative;left:0;top:0}.guide-card:not(.active){display:none}.card2-guide-info{padding:10px;justify-content:center;gap:8px}.card2-guide-header{flex-direction:column;align-items:start;font-size:18px;margin:0}.card2-guide-header img{width:16px;height:16px}.card2-guide-badge{font-size:10px;padding:4px 8px;position:static;width:-moz-fit-content;width:fit-content;margin:0}.guide-card.active .card2-guide-header,.guide-card.active .card2-guide-badge{position:static}.card2-guide-rating{font-size:10px;position:static;gap:6px;margin:0}.card2-guide-rating-value{font-size:10px}.card2-guide-stars svg{width:12px;height:12px}.card2-guide-rating-count{font-size:10px}.card2-guide-languages{font-size:10px;position:static;gap:6px;margin:0}.card2-guide-languages img{width:16px;height:16px}}.comparison-wrapper{width:100%;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#1e293b;transition:all .7s cubic-bezier(.4,0,.2,1)}.comparison-wrapper.visible{opacity:1;transform:translateY(0)}.comparison-wrapper.hidden{opacity:0;transform:translateY(3rem)}.comparison-container{max-width:80rem;margin-left:auto;margin-right:auto}.comparison-header{display:flex;flex-direction:column;gap:1rem;text-align:center;margin-bottom:1.5rem}.comparison-title{font-size:2.25rem;font-weight:700;color:#1a65a2;text-align:center}.comparison-subheading{font-size:clamp(14px,15vw,16px)}.comparison-subtitle{color:#6b7280;max-width:42rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.75rem;opacity:.8}.comparison-content{position:relative;display:flex;flex-direction:column;gap:1.5rem;align-items:stretch;justify-content:center}.comparison-card{display:flex;flex-direction:column;flex:1;padding:2.5rem;border-radius:1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border:1px solid rgb(243,244,246);z-index:10;background-color:#fff}.comparison-card-header{text-align:center;margin-bottom:2.5rem}.comparison-card-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.comparison-card-subtitle{font-weight:500}.comparison-card-subtitle.traditional{color:#9ca3af}.comparison-card-subtitle.velo{color:#1a65a2}.comparison-items{display:flex;flex-direction:column;justify-content:space-between;flex:1;gap:1rem}.comparison-item{height:clamp(85px,15vw,100px);display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:.75rem;transition:all .3s ease-out;cursor:pointer}.comparison-item.traditional{border:1px solid rgb(243 244 246);background-color:#fff}.comparison-item.velo{background-color:#f0f9ff80;border:1px solid rgb(224 242 254)}.comparison-item-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.comparison-item-icon.traditional{width:1rem;height:1rem;border-radius:9999px}.comparison-item-icon.velo,.comparison-item-icon img{width:1.5rem;height:1.5rem}.comparison-item-text{font-size:1rem;font-weight:500}.comparison-item-text.traditional{color:#4b5563}.comparison-item-text.velo{color:#1f2937}.comparison-arrow-desktop{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(90deg);z-index:20;display:none}.comparison-arrow-desktop img{width:3.5rem;height:3.5rem;transform:rotate(180deg)}.comparison-arrow-mobile{display:flex;justify-content:center;margin-top:-1rem;margin-bottom:-1rem;z-index:20}.comparison-arrow-mobile img{width:3rem;height:3rem}.velo-card-bar{position:absolute;top:0;left:0;right:0;height:.375rem;background-color:#1a65a2}.velo-card-wrapper{position:relative;overflow:hidden}.comparison-footer{text-align:center;margin-top:3rem;max-width:42rem;margin-left:auto;margin-right:auto}.comparison-footer-text{color:#4b5563;opacity:.8}@media(min-width:768px){.comparison-content{flex-direction:row}.comparison-arrow-desktop{display:flex}.comparison-arrow-mobile{display:none}.comparison-title{font-size:1.25rem}}@media(max-width:767px){.comparison-item-text{font-size:.875rem}.comparison-item{padding:.75rem;height:85px}.comparison-card{padding:2rem}}.action-section{width:100%;max-width:100%;margin-left:auto;margin-right:auto;position:relative;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;display:flex;flex-direction:column;gap:1.5rem;align-items:center;justify-content:center;padding:4rem 1rem}.action-background-image{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.action-overlay{position:absolute;inset:0;background-color:#1c1c1c99}.footer-main-heading{font-weight:600;font-size:clamp(22px,5vw,64px);color:var(--primary-light);text-transform:uppercase;text-align:center;line-height:1.25;z-index:10;max-width:28rem;letter-spacing:.025em;padding-left:1rem;padding-right:1rem}.action-cta-container{display:flex;flex-direction:column;gap:.5rem;align-items:center;z-index:10}.action-subtext{margin-top:10px;font-size:.875rem;line-height:1.25rem;font-weight:400;color:var(--primary-light);text-align:center;max-width:270px}@media(min-width:768px){.action-section{max-width:72rem;gap:2rem;padding:8rem 1rem}.footer-main-heading{max-width:48rem;padding-left:0;padding-right:0;font-weight:900}.action-subtext{font-size:1rem;line-height:1.5rem;max-width:100%}}.main-footer{margin-top:200px;background-color:var(--primary-grey);display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding:6.125rem 6.5rem;box-sizing:border-box}.footer-logo{display:flex;align-items:flex-start}.footer-content{display:flex;flex-direction:column;gap:2.0625rem;align-items:flex-end;width:479px}.footer-social{display:flex;gap:1.875rem;align-items:center}.footer-social-icon{width:2.5rem;height:2.5rem;cursor:pointer;transition:opacity .3s ease}.footer-social-icon:hover{opacity:.8}.footer-copyright{white-space:nowrap;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:normal;color:#fdfdfd;text-align:right;max-width:479px}.footer-copyright-mobile{display:none}.footer-copyright-desktop{display:block}@media screen and (max-width:768px){.main-footer{margin-top:150px;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:2rem}.footer-logo{align-items:center}.footer-content{flex-direction:column;gap:1.5rem;align-items:center;width:100%}.footer-social{gap:1.875rem}.footer-social-icon{width:2rem;height:2rem}.footer-copyright{white-space:initial;font-size:.875rem;text-align:center;max-width:320px}.footer-copyright-desktop{display:none}.footer-copyright-mobile{display:block}}@media screen and (max-width:480px){.main-footer{margin-top:100px;padding:3rem 1.5rem}.footer-social-icon{width:1.75rem;height:1.75rem}.footer-copyright{white-space:initial;font-size:.75rem;max-width:280px}}.landing-page-main{width:100%;padding:0 min(5%,6em);display:flex;flex-direction:column;gap:200px;align-items:center}.toolkit-fade-hidden{opacity:0;transform:translateY(50px);transition:opacity .7s ease-out,transform .7s ease-out}.toolkit-fade-visible{opacity:1;transform:translateY(0);transition:opacity .7s ease-out,transform .7s ease-out}.section-title{font-size:clamp(20px,4vw,48px);font-weight:700;color:var(--primary-grey);max-width:100%;line-height:1.2;text-align:center;font-family:Inter;margin-left:auto;margin-right:auto}.gain-item{height:100%;display:flex;flex-direction:row;align-items:flex-end;gap:16px}.gain-image{height:clamp(300px,20vw,380px);aspect-ratio:.8;width:auto;flex-shrink:0;overflow:hidden}.gain-image img{transition:transform .8s ease-out}.gain-image-hidden img{transform:scale(1.15)}.gain-image-visible img{transform:scale(1)}.gain-description{flex-grow:1;display:flex;justify-content:end;font-family:Inter;font-size:clamp(14px,8vw,16px);font-weight:400;color:var(--primary-grey);line-height:normal;opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out}.gain-description-visible{opacity:1;transform:translateY(0)}@media(max-width:768px){.landing-page-main{gap:200px;padding:0 max(3vw,.5em)}.gain-title{color:var(--primary-grey);text-align:center;font-family:Inter;font-size:25px;font-weight:500;line-height:normal}.gain-content{flex-direction:column;gap:48px}.gain-item{flex-direction:column;align-items:flex-start;gap:16px}.gain-image{top:10px;width:100%;max-width:326px;height:344px;border-radius:20px}.landing-page-main>section:last-of-type{margin-left:calc(-1*max(3vw,.5em));margin-right:calc(-1*max(3vw,.5em));width:calc(100% + 2*max(3vw,.5em));max-width:none;border-radius:0}}
