@keyframes move{0%{left:-50%}to{left:150%}}@keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes frame-highlight{0%{outline:2px solid pro-palette(primary,500);outline-offset:4px;scale:1.05}to{outline:2px solid transparent}}@keyframes size-highlight{0%{background:pro-palette(primary,500)}to{background:transparent}}@keyframes waves{0%{transform-origin:bottom;transform:scaleY(1) scaleX(1.2);filter:saturate(1.5)}to{transform-origin:bottom;transform:scaleY(.8) scaleX(1.3);opacity:.8}}@keyframes fall{0%{transform:translateY(-10vh)}to{transform:translateY(105vh)}}.snowflake{position:absolute;top:-5vh;animation-name:fall;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes animatedgradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animated-gradient-text{--gradient-color-1:#ff7e5f;--gradient-color-2:#feb47b;--gradient-color-3:#86a8e7;--gradient-color-4:#91eae4;--animation-speed:5s;background-image:linear-gradient(-45deg,var(--gradient-color-1),var(--gradient-color-2),var(--gradient-color-3),var(--gradient-color-4));background-size:300% 300%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:animatedgradient var(--animation-speed) ease infinite}@keyframes fall-short{0%{transform:translateY(-120%) rotate(0deg)}to{transform:translateY(60px) rotate(270deg)}}.snowflake-short{position:absolute;top:0;animation-name:fall-short;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:backwards}.header-mobile-menu{visibility:hidden}.header-mobile-menu.open{visibility:visible}.header-mobile-menu .vs-button{transition:none}.compare-option{background:#fff;color:hsl(from var(--vs-content-bg) h s l/1);display:flex;justify-content:center;align-items:center;position:relative;transition:border-radius .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:10px;padding:20px 16px;justify-content:left;font-size:18px!important;margin:7px 0;height:58px;max-height:58px}.compare-option.bottom{margin-bottom:30px}.compare-option-flex,.compare-option-live{display:flex;gap:10px;align-items:center}.compare-option-live{justify-content:space-between;padding:12px 7px;cursor:pointer}.compare-option-live>span{font-size:16px!important;font-weight:500!important;line-height:19.36px;text-align:left;color:var(--black-base)}.compare-option-live .live-icon{display:flex;background:var(--red-base);color:#fff;justify-content:center;align-items:center;font-size:10px!important;line-height:95%;font-weight:500!important;height:20px;max-height:23.38px;border-radius:100px;padding:3px 8px 3px 4px}.compare-option button{font-size:18px!important}.theme-switch{display:flex;align-items:center;padding-bottom:10px}.theme-switch .theme-text{width:100%;color:var(--black-base);font-size:18px!important;padding:20px 16px}[data-theme=dark] .compare-option{background-color:#000}