@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
.featuresHeroSection{text-align:center;background:linear-gradient(rgba(32,32,32,0) 55%,#000 100%),#000 url(/resources/GenericHeroBG.png) 50%/cover no-repeat;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:64px 16px 96px;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;display:flex;position:relative;overflow:visible}.featuresHeroContent{z-index:2;max-width:100%;position:relative}.featuresHeroTitle{color:#fff;margin-bottom:16px;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:32px;font-weight:700;line-height:1.25}.featuresHeroSubtitle{color:rgba(255,255,255,.698);margin-bottom:32px;font-size:16px;line-height:1.7}.featuresPlanToggleSwitchContainer{background-color:#262626;border:2px solid #333;border-radius:20px;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:360px;margin:0 auto;padding:16px;display:flex}.toggleSwitchRow1{align-items:center;gap:12px;display:flex}.toggleSwitchOption1,.toggleSwitchOption2{color:#fff;padding:8px 14px;font-size:14px;font-weight:500}.toggleSwitchOption2{background-color:#ff4172;border-radius:999px}.toggleSwitchSavings{color:#169000;background-color:#dbfce7;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:500}.switch{width:48px;height:28px;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:999px;transition:all .3s;position:absolute;top:0;bottom:0;left:0;right:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .3s;position:absolute;bottom:4px;left:4px;box-shadow:0 0 12px rgba(0,0,0,.4)}.switch input:checked+.slider{background-color:#ff4172}.switch input:checked+.slider:before{transform:translate(20px)}@media (min-width:768px){.featuresHeroSection{padding:96px 48px 160px}.featuresHeroTitle{font-size:48px}.featuresHeroSubtitle{max-width:640px;margin-left:auto;margin-right:auto;font-size:18px}.featuresPlanToggleSwitchContainer{flex-direction:row;justify-content:center;gap:20px;max-width:520px;padding:20px}.toggleSwitchOption1,.toggleSwitchOption2{font-size:16px}.toggleSwitchSavings{font-size:14px}.switch{width:56px;height:32px}.slider:before{width:24px;height:24px}.switch input:checked+.slider:before{transform:translate(24px)}}@media (min-width:1024px){.featuresHeroSection{height:650px;padding:80px 80px 240px}.featuresHeroTitle{max-width:800px;margin-left:auto;margin-right:auto;font-size:60px;line-height:1}.featuresHeroSubtitle{max-width:800px;font-size:20px}.featuresPlanToggleSwitchContainer{max-width:600px}}
.secondFeaturesSection{box-sizing:border-box;z-index:10;background:#000;width:100%;padding:10vw 4vw;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;position:relative;overflow:visible}.secondFeaturesCardsContainer{grid-template-columns:1fr;gap:max(16px,min(4vw,32px));max-width:1200px;margin:-150px auto 0;display:grid}.secondFeaturesCard{text-align:center;color:#fff;background:#141414;border:1px solid #333;border-radius:12px;padding:max(16px,min(4vw,24px));transition:background-color .3s,box-shadow .3s,transform .3s;position:relative;box-shadow:0 2px 10px rgba(0,0,0,.08)}.secondFeaturesCard:hover{background-color:#000;box-shadow:0 0 20px #ff4172}.secondFeaturesCardIcon{background-color:#202020;border-radius:16px;width:max(40px,min(12vw,64px));height:max(40px,min(12vw,64px));margin:0 auto 20px;padding:16px;display:block}.secondFeaturesCardTitle{color:#fff;margin-bottom:12px;font-size:max(18px,min(5vw,22px));font-weight:600;line-height:1.3}.secondFeaturesCard:hover .secondFeaturesCardTitle{color:#ff4172}.secondFeaturesCardDescription{color:#e0e0e0;max-width:90%;margin:0 auto;font-size:max(14px,min(4vw,16px));line-height:1.6}.defaultIcon{display:block}.hoverIcon,.secondFeaturesCard:hover .defaultIcon{display:none}.secondFeaturesCard:hover .hoverIcon{display:block}@media (min-width:768px){.secondFeaturesSection{padding:6vw}.secondFeaturesCardsContainer{grid-template-columns:repeat(2,1fr);gap:max(24px,min(4vw,40px));margin:-200px auto 0}.secondFeaturesCard{padding:28px}}@media (min-width:1024px){.secondFeaturesSection{padding:4vw 2vw}.secondFeaturesCardsContainer{grid-template-columns:repeat(3,1fr);max-width:1200px;margin:-300px auto 0}.secondFeaturesCard{max-width:364px;padding:32px}.secondFeaturesCardTitle{font-size:18px}.secondFeaturesCardDescription{font-size:14px}.secondFeaturesCardIcon{margin-bottom:24px}}@media (min-width:1280px){.secondFeaturesCardsContainer{grid-template-columns:repeat(4,1fr);max-width:1536px}}.secondFeaturesCard:hover .secondFeaturesCardIcon{background-color:#3f1624}.secondFeaturesCard{position:relative;overflow:hidden}.hoverProgressBar{background:linear-gradient(90deg,#ff4172,#ff7a9a);border-radius:0 4px 4px 0;width:0%;height:3px;transition:width 2s linear;position:absolute;bottom:0;left:0}.secondFeaturesCard:hover .hoverProgressBar{width:100%}
.thirdFeaturesSection{box-sizing:border-box;background-color:#000;flex-direction:column;justify-content:center;align-items:center;height:auto;padding:8vw 6vw;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;display:flex;position:relative;overflow:hidden}.thirdFeaturesSection:before{content:"";opacity:.15;z-index:0;pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0}.thirdFeaturesTitle{color:#fff;text-align:center;margin:4vw 0 3vw;font-size:6vw;font-weight:600;line-height:1.3}.thirdFeaturesButtonContainer{z-index:2;flex-direction:column;align-items:center;gap:4vw;margin-top:3vw;display:flex}.thirdFeaturesFreeButton,.thirdFeaturesShogunButton{color:#fff;cursor:pointer;background-color:#ff4172;border:none;border-radius:8vw;padding:2.5vw 8vw;font-size:4vw;font-weight:600;transition:all .3s}.thirdFeaturesFreeButton:hover,.thirdFeaturesShogunButton:hover{background-color:#ff5b88}.thirdFeaturesDescription{color:#fff;text-align:center;max-width:90%;margin-top:6vw;font-size:3.8vw;font-weight:400;line-height:1.5}@media (min-width:768px) and (max-width:1023px){.thirdFeaturesSection{padding:6vw 8vw}.thirdFeaturesTitle{margin:0;font-size:4vw}.thirdFeaturesButtonContainer{flex-direction:row;justify-content:center;gap:3vw;margin-top:2vw}.thirdFeaturesFreeButton,.thirdFeaturesShogunButton{border-radius:4vw;padding:1.2vw 4vw;font-size:2vw}.thirdFeaturesDescription{max-width:80%;margin-top:3.5vw;font-size:2vw}}@media (min-width:1024px){.thirdFeaturesSection{padding:3vw 10vw}.thirdFeaturesTitle{margin:0;font-size:28px}.thirdFeaturesButtonContainer{flex-direction:row;justify-content:center;gap:1.5vw;margin-top:1.5vw}.thirdFeaturesFreeButton,.thirdFeaturesShogunButton{border-radius:8px;padding:15px 40px;font-size:20px}.thirdFeaturesDescription{max-width:60%;margin-top:30px;font-size:16px}}
