.home-page .light{--c-nav-bg:rgba(241,242,253,0.7);--c-nav-sub:rgba(255,255,255,1);--c-bg:rgba(255,255,255,1);--c-card:rgba(255,255,255,1);--c-txt:rgba(0,6,15,1);--c-light-dim:rgba(107,107,148,0.1);--c-light-dim-over:rgba(107,107,148,0.3);--c-shadow:rgba(0,6,15,0.2);--c-btn:linear-gradient(90deg,rgb(57,76,246),rgb(116,170,252));--c-blue:rgb(57,76,246);--c-guage:rgba(255,255,255,1)}.home-page .dark{--c-nav-bg:rgba(0,0,1,0.5);--c-nav-sub:rgba(30,30,30,1);--c-bg:rgba(0,6,15,1);--c-card:rgba(30,30,30,1);--c-txt:rgba(255,255,255,1);--c-light-dim:rgba(107,107,148,0.2);--c-light-dim-over:rgba(107,107,148,0.3);--c-shadow:rgba(0,0,0,0.2);--c-btn:linear-gradient(90deg,rgb(57,76,246),rgb(116,170,252));--c-blue:rgb(57,76,246);--c-guage:rgba(0,0,0,1)}.home-page body{background:rgba(255,255,255,1)!important}body:has(.stake-page){background:rgba(255,255,255,1)}.home-page html{scroll-behavior:smooth}.home-page body{overflow-x:hidden;overflow-y:auto}.home-page main{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center;width:100%;background:no-repeat 50% 0/100% auto url(/img/sys_bg.svg)}.home-page main:before{content:"";display:block;width:100%;height:6.8rem;background-color:transparent}.home-page main>div.bg{display:none;position:fixed;left:0;top:0;width:100%;height:100%;background-color:transparent;z-index:90}.home-page main>div.bg.show{display:block}.home-page header{display:block;position:fixed;left:0;top:0;width:100%;height:6rem;border-bottom:.1rem solid transparent;z-index:100}.home-page header.fixed{background-color:var(--c-nav-bg);backdrop-filter:blur(2rem);border-color:rgba(0,6,15,.1)}.home-page header div.bg{display:none;position:absolute;left:0;top:0;width:100%;height:100%;background-color:transparent;z-index:110}.home-page header div.bg.show{display:block}.home-page header div.header{display:flex;align-items:flex-start;margin:1.3rem auto 0;width:120rem;height:3.2rem}.home-page header div.header :is(.menu,.pulldown){margin:0 4rem 0 0;font-size:1.4rem;color:var(--c-txt);line-height:3.2rem;opacity:.7}.home-page header div.header :is(.menu,.pulldown):hover{opacity:1}.home-page header div.header a.home{display:block;margin:0 4rem 0 0;width:3.2rem;height:3.2rem;background:no-repeat 50% 50%/contain url(/img/sys_icon_logo.svg)}.home-page header div.header div.wrapper{width:max-content}.home-page header div.header button.pulldown{display:flex;align-items:center;width:max-content;height:3.2rem}.home-page header div.header button.pulldown:after{content:"";display:block;margin:0 0 0 .4rem;width:1.6rem;height:1.6rem;background-color:var(--c-txt);mask:no-repeat 50% 50%/contain url(/img/sys_icon_up.svg);-webkit-mask:no-repeat 50% 50%/contain url(/img/sys_icon_up.svg);transform:rotate(180deg)}.home-page header div.header section.sub{display:none;position:absolute;padding:.8rem 0;width:14rem;height:auto;background-color:var(--c-nav-sub);border-radius:.8rem;box-shadow:0 .2rem 1.2rem var(--c-shadow);overflow:hidden;z-index:200}.home-page header div.header section.sub.show{display:block}.home-page header div.header section.sub a{display:flex;justify-content:space-between;align-items:center;padding:0 1.8rem;width:100%;height:4rem;font-size:1.4rem;background-color:transparent;transition:background-color .2s ease}.home-page header div.header section.sub a:hover{background-color:var(--c-light-dim)}.home-page header div.header section.sub a.icon:after{content:"";display:block;width:2.4rem;height:2.4rem;background-color:var(--c-txt);mask:no-repeat 50% 50%/contain;-webkit-mask:no-repeat 50% 50%/contain;opacity:.4}.home-page header div.header section.sub a.icon.email:after{mask-image:url(/img/sys_icon_email.svg);-webkit-mask-image:url(/img/sys_icon_email.svg)}.home-page header div.header section.sub a.icon.forum:after{mask-image:url(/img/sys_icon_forum.svg);-webkit-mask-image:url(/img/sys_icon_forum.svg)}.home-page header div.header section.sub a.icon.twitter:after{mask-image:url(/img/sys_shortcut_x.svg);-webkit-mask-image:url(/img/sys_shortcut_x.svg)}.home-page header div.header section.sub a.icon.discord:after{mask-image:url(/img/sys_shortcut_discord.svg);-webkit-mask-image:url(/img/sys_shortcut_discord.svg)}.home-page header div.header section.sub a.icon.telegram:after{mask-image:url(/img/sys_shortcut_telegram.svg);-webkit-mask-image:url(/img/sys_shortcut_telegram.svg)}.home-page header div.header a.ext{display:flex;justify-content:center;align-items:center;margin:0 0 0 auto;padding:0 2.4rem;width:max-content;height:3.6rem;font-size:1.6rem;color:var(--c-txt);border:.1rem solid var(--c-txt);border-radius:1.8rem;overflow:hidden;transition:color .3s ease,background-color .3s ease}.home-page header div.header a.ext:hover{color:var(--c-bg);background-color:var(--c-txt)}.home-page header div.header section.lang{display:flex;justify-content:space-between;align-items:center;margin:0 0 0 2rem;width:8.4rem;height:3.6rem}.home-page header div.header section.lang label{justify-content:center;width:4rem;height:2.4rem;font-size:1.2rem;font-variation-settings:"wght" 400;border-radius:.8rem;overflow:hidden;transition:color .2s ease,background-color .2s ease}.home-page header div.header section.lang label:hover{background-color:var(--c-shadow)}.home-page header div.header section.lang input[type=radio]:checked+label{color:var(--c-bg);background-color:var(--c-txt)}.home-page header nav{display:none;padding:0 2rem;width:100%;height:100%}.home-page header nav a.home{display:block;width:3.2rem;height:3.2rem;background:no-repeat 50% 50%/contain url(/img/sys_icon_logo.svg)}.home-page header nav a.stake{display:flex;justify-content:center;align-items:center;margin:0 0 0 auto;padding:0 2.4rem;width:max-content;height:3.6rem;font-size:1.6rem;color:var(--c-txt);border:.1rem solid var(--c-txt);border-radius:1.8rem;overflow:hidden;transition:color .3s ease,background-color .3s ease}.home-page header nav a.stake:hover{color:var(--c-bg);background-color:var(--c-txt)}.home-page header nav button.menu{display:flex;align-items:center;width:2.4rem;height:2.4rem}.home-page header nav button.menu:after,.home-page header nav button.menu:before{content:"";display:block;position:absolute;left:0;width:2.4rem;height:6%;background-color:var(--c-txt);border-radius:.3rem;overflow:hidden;transform-origin:50% 0;transition:transform .2s ease}.home-page header nav button.menu:before{top:.3rem}.home-page header nav button.menu:after{bottom:.3rem}.home-page header nav button.menu div.bar{width:100%;height:6%;background-color:var(--c-txt);transition:opacity .2s ease}.home-page header nav button.menu.expand:before{transform:translateY(1.1rem) rotate(135deg)}.home-page header nav button.menu.expand:after{transform:translateY(-.6rem) rotate(-135deg)}.home-page header nav button.menu.expand div.bar{opacity:0}.home-page aside.nav{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center;padding:7.2rem 2rem 0;position:fixed;left:0;top:0;width:100vw;height:100vh;background-color:var(--c-nav-bg);backdrop-filter:blur(3rem);transform:translateY(-100vh);z-index:90;transition:transform .2s ease}.home-page aside.nav.show{transform:translateY(0)}.home-page aside.nav a.menu{padding-block:.6rem;line-height:3.2rem}.home-page aside.nav a.menu,.home-page aside.nav button{font-size:2rem;font-variation-settings:"wght" 700;color:var(--c-txt);opacity:.7}.home-page aside.nav button{display:flex;align-items:center;width:max-content;height:4.4rem}.home-page aside.nav button:after{content:"";display:block;margin:0 0 0 .6rem;width:2.4rem;height:2.4rem;background-color:var(--c-txt);mask:no-repeat 50% 50%/contain url(/img/sys_icon_up.svg);-webkit-mask:no-repeat 50% 50%/contain url(/img/sys_icon_up.svg);transform:rotate(180deg)}.home-page aside.nav button.expand:after{transform:rotate(0deg)}.home-page aside.nav section{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center;width:100%;height:0;opacity:0;overflow:hidden;transition:opacity .2s ease}.home-page aside.nav section.expand{height:max-content;opacity:1}.home-page aside.nav a.sub{display:flex;align-items:center;width:max-content;height:3.2rem;font-size:1.8rem}.home-page aside.nav a.sub.icon:after{content:"";display:block;margin:0 0 0 .6rem;width:2.4rem;height:2.4rem;background-color:var(--c-txt);opacity:.4;mask:no-repeat 50% 50%/contain;-webkit-mask:no-repeat 50% 50%/contain}.home-page aside.nav a.sub.email:after{mask-image:url(/img/sys_icon_email.svg);-webkit-mask-image:url(/img/sys_icon_email.svg)}.home-page aside.nav a.sub.forum:after{mask-image:url(/img/sys_icon_forum.svg);-webkit-mask-image:url(/img/sys_icon_forum.svg)}.home-page aside.nav a.sub.twitter:after{mask-image:url(/img/sys_shortcut_x.svg);-webkit-mask-image:url(/img/sys_shortcut_x.svg)}.home-page aside.nav a.sub.discord:after{mask-image:url(/img/sys_shortcut_discord.svg);-webkit-mask-image:url(/img/sys_shortcut_discord.svg)}.home-page aside.nav a.sub.telegram:after{mask-image:url(/img/sys_shortcut_telegram.svg);-webkit-mask-image:url(/img/sys_shortcut_telegram.svg)}.home-page aside.nav a.stake{display:flex;justify-content:center;align-items:center;position:absolute;left:2rem;bottom:7.2rem;width:calc(100% - 4rem);height:4.4rem;font-size:1.4rem;color:var(--c-bg);background-color:var(--c-txt);border-radius:2.2rem;overflow:hidden}.home-page footer{padding:9.6rem 0 0;width:100%;height:auto}.home-page footer div.wrapper{display:flex;align-items:center;margin:0 auto;width:120rem;height:8.8rem;border-top:.1rem solid rgba(107,107,148,.3)}.home-page footer div.wrapper a{display:flex;align-items:center;height:2.4rem}.home-page footer div.wrapper a.home{font-size:1.2rem;font-variation-settings:"wght" 400;color:rgba(107,107,148,1)}.home-page footer div.wrapper a.home:before{content:"";display:block;margin:0 1.6rem 0 0;width:2.4rem;height:2.4rem;background:no-repeat 50% 50%/contain url(/img/sys_icon_logo.svg)}.home-page footer div.wrapper a.shortcut{margin:0 0 0 1.6rem;width:2.4rem;background-color:var(--c-txt);mask:no-repeat 50% 50%/contain;-webkit-mask:no-repeat 50% 50%/contain;opacity:.5;transition:opacity .2s ease}.home-page footer div.wrapper a.shortcut:hover{opacity:1}.home-page footer div.wrapper a.shortcut.discord{margin:0 0 0 auto;mask-image:url(/img/sys_shortcut_discord.svg);-webkit-mask-image:url(/img/sys_shortcut_discord.svg)}.home-page footer div.wrapper a.shortcut.telegram{mask-image:url(/img/sys_shortcut_telegram.svg);-webkit-mask-image:url(/img/sys_shortcut_telegram.svg)}.home-page footer div.wrapper a.shortcut.x{mask-image:url(/img/sys_shortcut_x.svg);-webkit-mask-image:url(/img/sys_shortcut_x.svg)}.home-page footer div.wrapper h6{margin:0 0 0 4rem;font-size:1rem;font-variation-settings:"wght" 400;color:rgba(107,107,148,1)}.home-page div.title{margin:2.4rem 0 0;width:100%;font-size:4.8rem;font-variation-settings:"wght" 700;line-height:5.6rem}.home-page div.title.white{color:rgba(255,255,255,1)}.home-page div.subtitle{display:flex;align-items:center;padding:0 0 1.6rem;width:100%;height:3.2rem;font-size:1.4rem;border-bottom:.1rem solid rgba(107,107,148,.3)}.home-page div.subtitle:before{content:"";display:block;margin:0 .8rem 0 0;width:1.6rem;height:1.6rem;background-color:var(--c-txt);mask:no-repeat 0 50%/contain;-webkit-mask:no-repeat 0 50%/contain}.home-page div.subtitle.white{color:rgba(255,255,255,1);border-color:rgba(107,107,148,.3)}.home-page div.subtitle.white:before{background-color:rgba(255,255,255,1)}.home-page div.containers{display:flex;justify-content:center;margin:4.8rem;padding:9.6rem 0;width:100%;background-color:rgb(22,22,23)}.home-page article.cards,.home-page article.frame{display:flex;padding:9.6rem 0 0;width:100rem}.home-page article.cards{flex-wrap:wrap;justify-content:space-between;align-content:flex-start}.home-page article.cards section{margin:2rem 0 0;padding:4.8rem 3.2rem 0;width:49rem;height:66rem;border-radius:1.6rem;overflow:hidden}.home-page article.cards section h2{font-size:4.8rem;font-variation-settings:"wght" 700;line-height:5.6rem}.home-page article.cards section h3{margin:4rem 0 0;font-size:2rem;font-variation-settings:"wght" 700;line-height:2.4rem;opacity:.6}.home-page article.cards section div.card{position:absolute;padding:4.8rem 3.2rem 0;left:0;top:0;width:100%;height:100%;background-color:rgba(255,255,255,1);box-shadow:0 0 40rem 0 rgba(0,6,15,.2);border-radius:1.6rem;backface-visibility:hidden;overflow:hidden;transform-origin:50% 50%;transition:transform .5s cubic-bezier(.455,.03,.515,.955)}.home-page article.cards section div.card.page-2{transform:rotateY(1turn)}.home-page article a.go{display:flex;align-items:center;position:absolute;padding:0 2rem;right:3.2rem;bottom:3.2rem;width:max-content;height:3.6rem;font-size:1.6rem;border:.1rem solid var(--c-txt);border-radius:1.8rem;overflow:hidden;transition:color .2s ease,background-color .2s ease}.home-page article a.go:hover{color:rgba(255,255,255,1);background-color:var(--c-txt)}.home-page article a.go.white{color:rgba(255,255,255,1);border-color:rgba(255,255,255,1)}.home-page article a.go.white:hover{color:var(--c-txt);background-color:rgba(255,255,255,1)}.home-page article button.btn{position:absolute;padding:0 2rem;right:3.2rem;bottom:3.2rem;width:max-content;height:3.6rem;font-size:1.6rem;border:.1rem solid var(--c-txt);border-radius:1.8rem;overflow:hidden;transition:color .2s ease,background-color .2s ease}.home-page article button.btn:hover{color:rgba(255,255,255,1);background-color:var(--c-txt)}.home-page article button.btn.white{color:rgba(255,255,255,1);border-color:rgba(255,255,255,1)}.home-page article button.btn.white:hover{color:var(--c-txt);background-color:rgba(255,255,255,1)}.home-page aside.player{display:flex;justify-content:center;align-items:center;position:fixed;left:0;top:0;width:100%;height:100%;background-color:var(--c-nav-bg);backdrop-filter:blur(3rem);overflow:hidden;z-index:200}.home-page aside.player div.player{width:min(90vw,150vh);height:auto;aspect-ratio:16/9}.home-page aside.player button.close{position:absolute;right:3.2rem;top:3.2rem;width:4rem;height:4rem;background-color:var(--c-light-dim);border-radius:50%;overflow:hidden;transition:background-color .2s ease}.home-page aside.player button.close:hover{background-color:var(--c-light-dim-over)}.home-page aside.player button.close:after{content:"";display:block;width:100%;height:100%;background-color:var(--c-txt);mask:no-repeat 50% 50%/2.4rem 2.4rem url(/img/sys_btn_close.svg);-webkit-mask:no-repeat 50% 50%/2.4rem 2.4rem url(/img/sys_btn_close.svg)}.home-page article.stake{justify-content:space-between;align-items:flex-start}.home-page article.stake section{width:48.8rem}.home-page article.stake section.title h1{display:block;width:max-content;font-size:9rem;font-variation-settings:"wght" 700;color:transparent;background-image:var(--tomatoGradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:10rem}.home-page article.stake section.title h2{margin:4rem 0 0;font-size:2.4rem;font-variation-settings:"wght" 700;color:var(--c-txt);line-height:3.2rem;opacity:.6}.home-page article.stake section.title ul{display:flex;justify-content:space-between;align-items:flex-start;margin:4rem auto 0;width:max-content;list-style:none}.home-page article.stake section.title ul li{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center;margin:0 2.4rem 0 0;width:13rem}.home-page article.stake section.title ul li:before{content:"";display:flex;width:2.4rem;height:2.4rem;background-color:var(--c-txt);mask:no-repeat 50% 0/contain;opacity:.3}.home-page article.stake section.title ul li.stakers:before{mask-image:url(/img/sys_icon_stakers.svg);-webkit-mask-image:url(/img/sys_icon_stakers.svg)}.home-page article.stake section.title ul li.staked:before{mask-image:url(/img/sys_icon_staked.svg);-webkit-mask-image:url(/img/sys_icon_staked.svg)}.home-page article.stake section.title ul li.paid:before{mask-image:url(/img/sys_icon_paid.svg);-webkit-mask-image:url(/img/sys_icon_paid.svg)}.home-page article.stake section.title ul li :is(h3,h4){margin:.8rem auto 0;color:var(--c-txt);opacity:.7}.home-page article.stake section.title ul li h3{font-size:2.4rem;font-variation-settings:"wght" 700}.home-page article.stake section.title ul li h4{font-size:1.4rem;font-variation-settings:"wght" 500}.home-page article.stake section.slider{display:flex;flex-wrap:wrap;justify-content:space-between;align-content:flex-start}.home-page article.stake section.slider div.card{display:flex;flex-flow:column nowrap;padding:1.6rem 2.4rem 0;width:calc(50% - .6rem);height:8rem;background-color:rgba(255,255,255,1);border-radius:1.2rem;box-shadow:0 0 40rem 0 rgba(0,6,15,.2);overflow:hidden}.home-page article.stake section.slider div.card.wide{flex-flow:unset;flex-wrap:wrap;justify-content:space-between;align-content:flex-start;margin:1.2rem auto 0;padding:2.4rem;width:100%;height:auto}.home-page article.stake section.slider div.card h2{margin:.8rem 0 0;width:max-content;height:2.4rem;font-size:2rem;font-variation-settings:"wght" 700;line-height:2.4rem}.home-page article.stake section.slider div.card h2.eth{padding:0 0 0 2.8rem;background:no-repeat 0 50%/contain url(/img/sys_icon_eth.svg)}.home-page article.stake section.slider div.card h3{font-size:1.4rem;font-variation-settings:"wght" 400}.home-page article.stake section.slider div.card div.wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;align-content:flex-start;margin:0 auto 1.6rem;padding:1.6rem;width:100%;height:auto;background-color:rgba(0,6,15,.06);border-radius:.8rem;overflow:hidden}.home-page article.stake section.slider div.card div.wrapper input[type=number],.home-page article.stake section.slider div.card div.wrapper input[type=text]{width:60%;font-size:4rem;font-variation-settings:"wght" 500}.home-page article.stake section.slider div.card div.wrapper h4{margin:1.6rem 0 0;width:100%;font-size:1.4rem;font-variation-settings:"wght" 400;color:rgba(107,107,148,1)}.home-page article.stake section.slider div.card div.wrapper h4:before{content:"$";margin:0 .4rem 0 0}.home-page article.stake section.slider div.card div.wrapper div.slider{margin:1.6rem auto 0;width:100%}.home-page article.stake section.slider input[type=range]{width:100%;height:.6rem;background-color:rgba(255,255,255,1);border-radius:.3rem;box-shadow:0 0 6rem rgb(76,212,139,.1);appearance:none;-webkit-appearance:none}.home-page article.stake section.slider input[type=range]::-webkit-slider-thumb{width:2.4rem;height:2.4rem;background-color:rgb(255,255,255);border:.5rem solid rgb(76,212,139);border-radius:50%;box-shadow:0 0 8rem .5rem rgba(49,212,139,.3);cursor:pointer;box-sizing:border-box;-webkit-appearance:none}.home-page article.stake section.slider div.card div.eth-info{margin:0 0 0 .4rem;width:1.6rem;height:1.6rem;background:no-repeat 50% 50%/contain url(/img/sys_icon_info.svg)}.home-page article.stake section.slider div.card div.eth-info.hide{opacity:0;pointer-events:none}.home-page article.stake section.slider div.card h5{font-size:1.4rem}.home-page article.stake section.slider div.card h5.eth{margin:0 0 0 auto}.home-page article.stake section.slider div.card h5.eth:after{content:"osETH";margin:0 0 0 .4rem}.home-page article.stake section.slider div.card a{display:flex;justify-content:center;align-items:center;margin:3.2rem auto 0;width:100%;height:6rem;font-size:1.8rem;color:rgba(255,255,255,1);background-color:var(--c-txt);border-radius:3rem;overflow:hidden;transition:opacity .2s ease}.home-page article.stake section.slider div.card a:hover{opacity:.8}.home-page article.stake aside.info{position:fixed;left:0;top:-200rem;padding:1.2rem 2rem;width:36rem;font-size:1.4rem;font-variation-settings:"wght" 400;color:rgba(255,255,255,1);background-color:var(--c-txt);line-height:2rem;text-align:center;border-radius:1.2rem;opacity:0;transform:scale(0);overflow:hidden;z-index:10;transition:opacity .3s ease,transform .3s ease}.home-page article.stake aside.info.show{opacity:1;transform:scale(1)}.home-page article.anchor{justify-content:space-between;align-items:flex-start;column-gap:2rem}.home-page article.anchor figure{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center;padding:4rem 3.2rem;width:auto;height:44rem;border-radius:1.6rem;overflow:hidden}.home-page article.anchor figure:before{content:"";display:block;width:4.6rem;height:4.6rem;background-color:rgba(255,255,255,1);mask:no-repeat 50% 50%/contain}.home-page article.anchor figure h2{margin:1.6rem auto 0;font-size:2.4rem;font-variation-settings:"wght" 700;color:rgba(255,255,255,1);line-height:3.2rem;text-align:center}.home-page article.anchor figure a.go{position:relative;margin:2rem auto 0;right:unset;bottom:unset}.home-page article.anchor figure h3{margin:3.6rem auto 0;font-size:1.6rem;font-variation-settings:"wght" 500;color:rgba(255,255,255,.5);line-height:2.4rem;text-align:center}.home-page article.anchor figure h3 strong{font-variation-settings:"wght" 500;color:rgba(255,255,255,1)}.home-page article.anchor figure.oseth{background-color:rgba(255,255,255,1);box-shadow:0 0 40rem 0 rgba(0,6,15,.2)}.home-page article.anchor figure.oseth h2{color:var(--c-txt)}.home-page article.anchor figure.oseth h3{color:rgba(var(--c-txt),.5)}.home-page article.anchor figure.oseth h3 strong{color:var(--c-txt)}.home-page article.anchor figure.vaults{background-image:var(--purpleOrangeGradient)}.home-page article.anchor figure.operator{background-color:var(--c-txt)}.home-page article.anchor figure.oseth:before{background-color:var(--c-txt);mask-image:url(/img/sys_icon_secure.svg);-webkit-mask-image:url(/img/sys_icon_secure.svg)}.home-page article.anchor figure.vaults:before{mask-image:url(/img/sys_icon_marketplace.svg);-webkit-mask-image:url(/img/sys_icon_marketplace.svg)}.home-page article.anchor figure.operator:before{mask-image:url(/img/sys_icon_fingerprint.svg);-webkit-mask-image:url(/img/sys_icon_fingerprint.svg)}.home-page article.partners{flex-flow:column nowrap;justify-content:flex-start;align-items:center}.home-page article.partners h2{font-size:2.4rem;font-variation-settings:"wght" 700;opacity:.6}.home-page article.partners section.scroller{margin:3.2rem auto 0;width:100%;max-width:100rem;height:13rem;mask:linear-gradient(90deg,transparent,white 10%,white 90%,transparent);-webkit-mask:linear-gradient(90deg,transparent,white 10%,white 90%,transparent);overflow:hidden}.home-page article.partners section.scroller div.scroller_inner{display:flex;width:max-content;flex-wrap:nowrap;gap:4rem;padding-block:1rem}.home-page article.partners section.scroller div.scroller_inner.start{animation:scroll 80s linear infinite forwards}.home-page article.partners section.scroller div.scroller_inner img{max-height:10rem;aspect-ratio:auto}@keyframes scroll{to{transform:translate(calc(-50% - 2rem))}}.home-page article.oseth div.subtitle:before{mask-image:url(/img/sys_icon_secure.svg);-webkit-mask-image:url(/img/sys_icon_secure.svg)}.home-page article.oseth section.coin{margin:4.8rem 0 0;width:100%;height:52rem;background-color:var(--c-txt)}.home-page article.oseth section.coin h1{font-size:6rem;font-variation-settings:"wght" 700;color:transparent;background-image:var(--orangeGradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:7.2rem}.home-page article.oseth section.coin h3{color:rgba(255,255,255,1);opacity:1}.home-page article.oseth section.coin a{display:flex;align-items:center;position:absolute;right:3.2rem;bottom:3.2rem;padding:0 3rem;width:max-content;height:3.6rem;background-image:var(--orangeGradient);border-radius:1.8rem;overflow:hidden;box-sizing:border-box;border:.2rem solid transparent;transition:color .2s ease,background-color .2s ease}.home-page article.oseth section.coin a span{font-size:1.6rem;font-variation-settings:"wght" 700}.home-page article.oseth section.coin a:hover{background:linear-gradient(var(--c-txt),var(--c-txt)) padding-box,var(--orangeGradient)}.home-page article.oseth section.coin a:hover span{color:transparent;background-image:var(--orangeGradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home-page article.oseth section.coin video{position:absolute;right:3.2rem;top:0;width:21rem;height:41rem}.home-page article.oseth section.stake{background-image:var(--orangeGradient)}.home-page article.oseth section.stake div.time{position:absolute;right:3.2rem;bottom:3.2rem;width:11rem;height:7.5rem;background:no-repeat 0 0/contain url(/img/sys_icon_timer.webp)}.home-page article.oseth section.safe{background-color:rgba(255,255,255,1);box-shadow:0 0 40rem 0 rgba(0,6,15,.2)}.home-page article.oseth section.safe div.safe{margin:0 auto 4rem;width:100%;height:18.6rem;background:no-repeat 0 0/contain url(/img/sys_img_safe.svg)}.home-page article.oseth section.vaults{padding:0;width:100%;height:53.4rem;border-radius:0;overflow:unset;perspective:1000rem}.home-page article.oseth section.vaults div.card video{position:absolute;left:0;top:0;width:100%;height:100%}.home-page article.oseth section.vaults div.card h2{margin:2.4rem 0 0;z-index:1}.home-page article.oseth section.vaults div.card h3{z-index:1}.home-page article.oseth section.vaults div.card.page-2{display:flex;flex-flow:column nowrap;justify-content:center;align-items:flex-start;background:no-repeat calc(50% + 16rem) 50% /auto 88% url(/img/sys_img_phone.webp)}.home-page article.oseth section.vaults div.card.page-2 h4{font-size:2rem;font-variation-settings:"wght" 700;line-height:2.4rem}.home-page article.oseth section.vaults div.card.page-2 h5{margin:3.6rem 0 0;font-size:1.6rem;line-height:2.2rem;opacity:.6}.home-page article.oseth section.vaults[data-page="1"] div.page-1{transform:rotateY(0deg)}.home-page article.oseth section.vaults[data-page="1"] div.page-2{transform:rotateY(-180deg)}.home-page article.oseth section.vaults[data-page="2"] div.page-1{transform:rotateY(180deg)}.home-page article.oseth section.vaults[data-page="2"] div.page-2{transform:rotateY(0deg)}.home-page article.vaults div.subtitle:before{mask-image:url(/img/sys_icon_marketplace.svg);-webkit-mask-image:url(/img/sys_icon_marketplace.svg)}.home-page article.vaults section.earn{position:relative;overflow:hidden;margin:4.8rem auto 0;width:100%;height:53.5rem}.home-page article.vaults section.earn video{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:-1}.home-page article.vaults section.earn h1{margin:2.4rem 0 0;font-size:6rem;font-variation-settings:"wght" 700;color:rgba(255,255,255,1);line-height:7.2rem}.home-page article.vaults section.earn h3{color:rgba(255,255,255,1);opacity:1}.home-page article.vaults section.unmatched{background-color:rgba(255,255,255,1);box-shadow:0 0 40rem 0 rgba(0,6,15,.2)}.home-page article.vaults section.unmatched div.boat{position:absolute;bottom:14rem;width:28.5rem;height:8.6rem;background:no-repeat 0 0/contain url(/img/sys_img_boat.svg)}.home-page article.vaults section.liquid{perspective:1000rem}.home-page article.vaults section.liquid div.card{background-color:var(--c-txt)}.home-page article.vaults section.liquid div.card.page-1{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center}.home-page article.vaults section.liquid div.card.page-1 div.faucet{width:7rem;height:5.6rem;background:no-repeat 50% 0/contain url(/img/sys_img_faucet.webp)}.home-page article.vaults section.liquid div.card.page-1 h1{margin:6rem auto;font-size:4.8rem;font-variation-settings:"wght" 700;color:transparent;background-image:var(--pinkGradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:5.6rem;text-align:center}.home-page article.vaults section.liquid div.card.page-1 video{width:10.2rem;height:12.2rem}.home-page article.vaults section.liquid div.card.page-2 h4{font-size:2rem;font-variation-settings:"wght" 700;color:rgba(255,255,255,1)}.home-page article.vaults section.liquid div.card.page-2 h5{margin:3.6rem 0 0;font-size:1.6rem;color:rgba(255,255,255,1);line-height:2.2rem;opacity:.6}.home-page article.vaults section.liquid[data-page="1"] div.page-1{transform:rotateY(0deg)}.home-page article.vaults section.liquid[data-page="1"] div.page-2{transform:rotateY(-180deg)}.home-page article.vaults section.liquid[data-page="2"] div.page-1{transform:rotateY(180deg)}.home-page article.vaults section.liquid[data-page="2"] div.page-2{transform:rotateY(0deg)}.home-page article.vaults section.vaults{width:100%;height:51.6rem;background-color:rgba(255,255,255,1);box-shadow:0 0 40rem 0 rgba(0,6,15,.2)}.home-page article.vaults section.vaults video{position:absolute;left:calc((100% - 51.6rem) / 2 + 10rem);top:0;width:51.6rem;height:51.6rem}.home-page article.liquid div.subtitle:before{mask-image:url(/img/sys_icon_fingerprint.svg);-webkit-mask-image:url(/img/sys_icon_fingerprint.svg)}.home-page article.liquid section{height:60rem;background-color:var(--c-txt)}.home-page article.liquid section h3{color:rgba(255,255,255,1)}.home-page article.liquid section.farm{width:100%;height:48.4rem}.home-page article.liquid section.farm video{position:absolute;left:50%;top:calc((100% - 26rem) / 2);width:35rem;height:26rem}.home-page article.liquid section.farm h1{font-size:4.8rem;font-variation-settings:"wght" 700;color:transparent;background-image:var(--blueGradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:5.6rem}.home-page article.liquid section.control video{width:5.4rem;height:5.4rem}.home-page article.liquid section.control h1{margin:4.8rem 0 0;font-size:4.8rem;font-variation-settings:"wght" 700;color:transparent;background-image:var(--purpleGradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:5.6rem}.home-page article.liquid section.solo video{position:absolute;left:-28%;top:-19%;width:60rem;height:60rem}.home-page article.liquid section.solo h6{margin:10.4rem 0 0;font-size:4rem;font-variation-settings:"wght" 700;color:transparent;background-image:var(--grayGradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home-page article.liquid section.solo h1{font-size:10rem;font-variation-settings:"wght" 700;color:rgba(255,255,255,1)}.home-page article.security{flex-flow:column nowrap;justify-content:flex-start;align-items:center}.home-page article.security div.subtitle:before{mask-image:url(/img/sys_icon_shield.svg);-webkit-mask-image:url(/img/sys_icon_shield.svg)}.home-page article.security section.audited{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;margin:4.8rem auto 0;width:100%}.home-page article.security section.audited h2{width:50%;font-size:4.8rem;font-variation-settings:"wght" 700}.home-page article.security section.audited ul{display:flex;justify-content:flex-end;width:50%;list-style:none}.home-page article.security section.audited ul li{margin:0 0 0 2.6rem;width:13rem;height:10.8rem;background:no-repeat 50% 50%/auto 4.4rem;border-radius:1.6rem;box-shadow:0 0 40rem 0 rgba(0,6,15,.2);overflow:hidden}.home-page article.security section.audited ul li.sigma{background-image:url(/img/sys_logo_sigma.webp)}.home-page article.security section.audited ul li.halborn{background-size:11rem auto;background-image:url(/img/sys_logo_halborn.webp)}.home-page article.security section.audited ul li.hats{background-image:url(/img/sys_logo_hats.webp)}.home-page article.security section.audited a.go{position:relative;margin:4.8rem 0 0;right:unset;bottom:unset}.home-page article.security section.method{margin:9.6rem auto 0;width:100%}.home-page article.security section.method h2{font-size:6rem;font-variation-settings:"wght" 700;line-height:7.2rem}.home-page article.security section.method h2 span{opacity:.3}.home-page article.security section.method ul{display:flex;justify-content:space-between;align-items:flex-start;margin:7.2rem auto 0;width:100%;list-style:none}.home-page article.security section.method ul li{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center;padding:4rem 3.2rem;width:calc((100% - 4rem) / 3);border-radius:1.6rem;overflow:hidden}.home-page article.security section.method ul li:before{content:"";display:block;width:4.6rem;height:4.6rem;background-color:rgb(255,255,255,1);mask:no-repeat 50% 50%/contain;-webkit-mask:no-repeat 50% 50%/contain}.home-page article.security section.method ul li h2{margin:1.6rem auto 0;font-size:2.4rem;font-variation-settings:"wght" 700;color:rgba(255,255,255,1);line-height:3.2rem;text-align:center}.home-page article.security section.method a.go{position:relative;margin:2rem 0 0;right:unset;bottom:unset}.home-page article.security section.method ul li:first-of-type{background-color:rgba(255,255,255,1);box-shadow:0 0 40rem 0 rgba(0,6,15,.2)}.home-page article.security section.method ul li:first-of-type:before{background-color:var(--c-txt);mask-image:url(/img/sys_icon_secure.svg);-webkit-mask-image:url(/img/sys_icon_secure.svg)}.home-page article.security section.method ul li:first-of-type h2{color:var(--c-txt)}.home-page article.security section.method ul li:nth-of-type(2){background-image:var(--purpleOrangeGradient)}.home-page article.security section.method ul li:nth-of-type(2):before{mask-image:url(/img/sys_icon_marketplace.svg);-webkit-mask-image:url(/img/sys_icon_marketplace.svg)}.home-page article.security section.method ul li:nth-of-type(3){background-color:var(--c-txt)}.home-page article.security section.method ul li:nth-of-type(3):before{mask-image:url(/img/sys_icon_fingerprint.svg);-webkit-mask-image:url(/img/sys_icon_fingerprint.svg)}.home-page aside.language{display:none}@media (min-width:320px) and (max-width:675px){.home-page html{font-size:2.67vw}.home-page main{background-size:auto}.home-page header{height:5.6rem}.home-page header div.header{display:none}.home-page header nav{display:flex;justify-content:space-between;align-items:center}.home-page div.title{margin:2.4rem 0 0;font-size:3.2rem;line-height:4.4rem}.home-page div.subtitle{display:flex;align-items:center;padding:0 0 1.6rem;width:100%;height:3.2rem;font-size:1.4rem;border-bottom:.1rem solid rgba(107,107,148,.3)}.home-page div.subtitle:before{content:"";display:block;margin:0 .8rem 0 0;width:1.6rem;height:1.6rem;background-color:var(--c-txt);mask:no-repeat 0 50%/contain;-webkit-mask:no-repeat 0 50%/contain}.home-page div.subtitle.white{color:rgba(255,255,255,1);border-color:rgba(107,107,148,.3)}.home-page div.subtitle.white:before{background-color:rgba(255,255,255,1)}.home-page div.containers{margin:4.8rem;padding:0 0 4.8rem}.home-page article.frame{display:flex;padding:4.8rem 2rem 0;width:100%}.home-page article.cards{display:flex;flex-flow:column nowrap;justify-content:center;align-content:flex-start;padding:9.6rem 2rem 0;width:100%}.home-page article.cards section{padding:0 2.4rem;width:100%;height:66rem}.home-page article.cards section h2{font-size:4rem;line-height:4.8rem}.home-page article.cards section h3{margin:2.4rem 0 0;font-size:1.8rem;line-height:2.4rem;opacity:.6}.home-page article.cards section div.card{position:absolute;padding:4.8rem 2.4rem 0;left:0;top:0;width:100%;height:100%;background-color:rgba(255,255,255,1);box-shadow:0 0 40rem 0 rgba(0,6,15,.2);border-radius:1.6rem;backface-visibility:hidden;overflow:hidden;transform-origin:50% 50%;transition:transform .5s cubic-bezier(.455,.03,.515,.955)}.home-page article.cards section div.card.page-2{transform:rotateY(1turn)}.home-page article a.go{right:2.4rem;bottom:2.4rem}.home-page article a.go:hover{color:rgba(255,255,255,1);background-color:var(--c-txt)}.home-page article a.go.white{color:rgba(255,255,255,1);border-color:rgba(255,255,255,1)}.home-page article a.go.white:hover{color:var(--c-txt);background-color:rgba(255,255,255,1)}.home-page article button.btn{position:absolute;padding:0 2rem;right:3.2rem;bottom:3.2rem;width:max-content;height:3.6rem;font-size:1.6rem;border:.1rem solid var(--c-txt);border-radius:1.8rem;overflow:hidden;transition:color .2s ease,background-color .2s ease}.home-page article button.btn:hover{color:rgba(255,255,255,1);background-color:var(--c-txt)}.home-page article button.btn.white{color:rgba(255,255,255,1);border-color:rgba(255,255,255,1)}.home-page article button.btn.white:hover{color:var(--c-txt);background-color:rgba(255,255,255,1)}.home-page article.stake{flex-flow:column;justify-content:flex-start;align-items:center}.home-page article.stake section{padding:0 0 4rem;width:100%}.home-page article.stake section.title h1{width:100%;font-size:6rem;line-height:7.2rem;text-align:center}.home-page article.stake section.title h2{font-size:2rem;line-height:2.4rem;text-align:center}.home-page article.stake section.title ul{margin:4rem auto 0;width:100%;gap:1.6rem}.home-page article.stake section.title ul li{margin:0;width:100%}.home-page article.stake section.title ul li :is(h3,h4){margin:.8rem auto 0;color:var(--c-txt);opacity:.7}.home-page article.stake section.title ul li h3{font-size:1.8rem}.home-page article.stake section.title ul li h4{font-size:1.4rem}.home-page article.stake section.slider div.card{width:calc(50% - .6rem);height:8rem}.home-page article.stake section.slider div.card.wide{margin:1.2rem auto 0;padding:2.4rem;width:100%;height:auto}.home-page article.stake section.slider div.card h2{margin:.8rem 0 0;height:2.4rem;font-size:1.8rem;font-variation-settings:"wght" 500}.home-page article.stake section.slider div.card h2.eth{padding:0 0 0 2.8rem}.home-page article.stake section.slider div.card h3{font-size:1.2rem}.home-page article.stake section.slider div.card div.wrapper{margin:0 auto 1.6rem;padding:1.6rem;border-radius:.8rem}.home-page article.stake section.slider div.card div.wrapper input[type=number],.home-page article.stake section.slider div.card div.wrapper input[type=text]{font-size:2rem;font-variation-settings:"wght" 700}.home-page article.stake section.slider div.card div.wrapper h4{margin:1.6rem 0 0;width:100%;font-size:1.4rem;font-variation-settings:"wght" 400;color:rgba(107,107,148,1)}.home-page article.stake section.slider div.card div.wrapper h4:before{content:"$";margin:0 .4rem 0 0}.home-page article.stake section.slider div.card div.wrapper div.slider{margin:1.6rem auto 0;width:100%}.home-page article.stake section.slider input[type=range]{width:100%;height:.6rem;background-color:rgba(255,255,255,1);border-radius:.3rem;box-shadow:0 0 6rem rgb(76,212,139,.1);appearance:none;-webkit-appearance:none}.home-page article.stake section.slider input[type=range]::-webkit-slider-thumb{width:2.4rem;height:2.4rem;background-color:rgb(255,255,255);border:.5rem solid rgb(76,212,139);border-radius:50%;box-shadow:0 0 8rem .5rem rgba(49,212,139,.3);cursor:pointer;box-sizing:border-box;-webkit-appearance:none}.home-page article.stake section.slider div.card div.eth-info{margin:0 0 0 .4rem;width:1.6rem;height:1.6rem;background:no-repeat 50% 50%/contain url(/img/sys_icon_info.svg)}.home-page article.stake section.slider div.card div.eth-info.hide{opacity:0;pointer-events:none}.home-page article.stake section.slider div.card h5{font-size:1.4rem}.home-page article.stake section.slider div.card h5.eth{margin:0 0 0 auto}.home-page article.stake section.slider div.card h5.eth:after{content:"osETH";margin:0 0 0 .4rem}.home-page article.stake section.slider div.card a{display:flex;justify-content:center;align-items:center;margin:3.2rem auto 0;width:100%;height:6rem;font-size:1.8rem;color:rgba(255,255,255,1);background-color:var(--c-txt);border-radius:3rem;overflow:hidden;transition:opacity .2s ease}.home-page article.stake section.slider div.card a:hover{opacity:.8}.home-page article.stake aside.info{position:fixed;left:0;top:-200rem;padding:1.2rem 2rem;width:36rem;font-size:1.4rem;font-variation-settings:"wght" 400;color:rgba(255,255,255,1);background-color:var(--c-txt);line-height:2rem;text-align:center;border-radius:1.2rem;opacity:0;transform:scale(0);overflow:hidden;z-index:10;transition:opacity .3s ease,transform .3s ease}.home-page article.stake aside.info.show{opacity:1;transform:scale(1)}.home-page article.anchor{flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:2rem;padding:9.6rem 2rem 0}.home-page article.partners{padding:9.6rem 2rem 0}.home-page article.partners h2{font-size:2rem}.home-page article.oseth section.coin{margin:4.8rem 0 0;height:70rem}.home-page article.oseth section.coin h1{margin:4.8rem 0 0;font-size:4rem;line-height:4.8rem}.home-page article.oseth section.coin h3{display:none}.home-page article.oseth section.coin a{right:2.4rem;bottom:2.4rem;padding:0 3rem}.home-page article.oseth section.coin video{right:-.5rem;top:unset;bottom:10rem;width:23.5rem;height:30rem}.home-page article.oseth section.stake{height:50rem;background-image:var(--orangeGradient)}.home-page article.oseth section.stake h2{margin:4.8rem 0 0}.home-page article.oseth section.stake div.time{right:2.4rem;bottom:2.4rem}.home-page article.oseth section.safe{background-color:rgba(255,255,255,1)}.home-page article.oseth section.safe div.safe{margin:4.8rem auto 4rem;width:100%;height:18.5rem}.home-page article.oseth section.vaults{height:70rem}.home-page article.oseth section.vaults div.card video{display:block;position:relative;margin:2.4rem 0 0 -2.4rem;left:unset;top:unset;width:calc(100% + 4.8rem);height:auto}.home-page article.oseth section.vaults div.card h2{margin:2.4rem 0 0}.home-page article.oseth section.vaults div.card.page-2{justify-content:flex-start;padding:3.2rem;background:none}.home-page article.oseth section.vaults div.card.page-2 h4{margin:0}.home-page article.oseth section.vaults div.card.page-2 h5{margin:2.4rem 0 0}.home-page article.oseth section.vaults div.card.page-2 h5:first-of-type{margin:3.6rem 0 0}.home-page article.vaults section.earn{position:relative;overflow:hidden}.home-page article.vaults section.earn .video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.home-page article.vaults section.earn h1{margin:2.4rem 0 0;font-size:4rem;line-height:4.8rem}.home-page article.vaults section.unmatched{height:56rem}.home-page article.vaults section.unmatched h2{margin:4.8rem 0 0}.home-page article.vaults section.unmatched div.boat{bottom:14rem;width:28.5rem;height:8.6rem}.home-page article.vaults section.liquid{height:62rem;perspective:1000rem}.home-page article.vaults section.liquid div.card.page-1 div.faucet{width:7rem;height:5.6rem}.home-page article.vaults section.liquid div.card.page-1 h1{margin:6rem auto;font-size:4rem;line-height:4.8rem}.home-page article.vaults section.liquid div.card.page-2 h5{margin:2.4rem 0 0}.home-page article.vaults section.liquid div.card.page-2 h5:first-of-type{margin:3.6rem 0 0}.home-page article.vaults section.vaults{padding:0 2.4rem 10rem;height:auto}.home-page article.vaults section.vaults h2{margin:4.8rem 0 0}.home-page article.vaults section.vaults video{position:relative;left:unset;top:unset;width:100%;height:auto;aspect-ratio:1/1}.home-page article.liquid section{height:60rem}.home-page article.liquid section.farm{margin:4.8rem 0 0;padding:0 2.4rem 10rem;height:auto}.home-page article.liquid section.farm video{display:block;position:relative;margin:5.6rem 0 0 auto;left:unset;top:unset;width:26rem;height:21rem}.home-page article.liquid section.farm h1{margin:4.8rem 0 0;font-size:4rem;line-height:4.8rem}.home-page article.liquid section.farm h3{margin:5.6rem 0 0}.home-page article.liquid section.control{height:56rem}.home-page article.liquid section.control video{margin:4.8rem 0 0}.home-page article.liquid section.control h1{font-size:4rem;line-height:4.8rem}.home-page article.liquid section.solo{height:58rem}.home-page article.liquid section.solo video{left:0;top:-20vw;width:90vw;height:90vw}.home-page article.liquid section.solo h6{margin:12rem 0 0;font-size:4rem;font-variation-settings:"wght" 700;color:transparent;background-image:var(--grayGradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home-page article.liquid section.solo h1{font-size:4rem}.home-page article.liquid section.solo h3{margin:12rem 0 0}.home-page article.security{flex-flow:column nowrap;justify-content:flex-start;align-items:center}.home-page article.security section.audited{justify-content:center;align-items:flex-start;margin:4.8rem auto 0}.home-page article.security section.audited h2{width:100%;font-size:3.2rem;text-align:center}.home-page article.security section.audited ul{flex-flow:column nowrap;justify-content:flex-start;margin:4rem auto 0;width:100%;gap:2rem}.home-page article.security section.audited ul li{margin:0;width:100%;height:10rem}.home-page article.security section.method{margin:9.6rem auto 0}.home-page article.security section.method h2{font-size:4rem;line-height:4.8rem}.home-page article.security section.method ul{flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:2rem;margin:7.2rem auto 0}.home-page article.security section.method ul li{padding:4rem 3.2rem;width:100%}.home-page footer{padding:4rem 2rem 3.2rem;width:100%;height:auto}.home-page footer div.wrapper{flex-wrap:wrap;justify-content:center;align-items:flex-start;margin:0 auto;padding:3.2rem 0 0;width:100%;height:8.8rem;border-top:.1rem solid rgba(107,107,148,.3)}.home-page footer div.wrapper a{height:2.4rem}.home-page footer div.wrapper a.home{display:none}.home-page footer div.wrapper a.shortcut{margin:0 0 0 1.6rem;width:2.4rem;background-color:var(--c-txt);mask:no-repeat 50% 50%/contain;-webkit-mask:no-repeat 50% 50%/contain;opacity:.5;transition:opacity .2s ease}.home-page footer div.wrapper a.shortcut.discord{margin:0}.home-page footer div.wrapper h6{margin:1.6rem auto 0;width:100%;text-align:center}.home-page aside.language{display:flex;position:fixed;bottom:2rem;right:2rem;gap:.4rem;background-color:rgba(0,0,0,.8);backdrop-filter:blur(1rem);padding:.4rem;border-radius:2rem;box-shadow:0 .4rem 1.2rem rgba(0,0,0,.15);z-index:9999}.home-page aside.language label{display:flex;justify-content:center;align-items:center;padding:.6rem 1.2rem;font-size:1.2rem;font-weight:500;color:rgba(255,255,255,.7);border-radius:1.6rem;cursor:pointer;transition:all .3s ease}.home-page aside.language label:hover{color:rgba(255,255,255,1);background-color:rgba(255,255,255,.1)}.home-page aside.language input[type=radio]:checked+label{background-color:rgba(255,255,255,1);color:rgba(0,0,0,.9)}}