html:has(.snap-container){scroll-snap-type:y mandatory;scroll-behavior:smooth;overflow-x:hidden}html:has(.snap-container) body{overflow-x:hidden}.snap-container{width:100%}.snap-section{width:100%;min-height:100dvh;scroll-snap-align:start;scroll-snap-stop:always;position:relative;background:transparent}.snap-section .snap-section-content{min-height:100%;opacity:.4;transform:translateY(18px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);background:transparent}.snap-section.snap-section-active .snap-section-content{opacity:1;transform:translateY(0)}@media (max-width:768px){html:has(.snap-container){scroll-snap-type:none!important}.snap-container{overflow-y:visible!important}.snap-section{min-height:auto!important;height:auto!important;scroll-snap-align:none!important}.snap-section .snap-section-content{opacity:1!important;transform:none!important;min-height:auto!important;height:auto!important}}.home-page.snap-active .snap-section-content section{min-height:unset;height:auto;padding:var(--section-padding-v) var(--container-padding)}.home-page.snap-active .snap-section-content .hero-comparison{min-height:unset;height:auto}