.nav-dropdown{position:relative}.nav-dropdown__trigger{display:flex;align-items:center;gap:.02rem;cursor:pointer;font-size:.16rem;font-weight:400;background:none;border:none;font-family:inherit;color:#191a1c;padding:.08rem 0;white-space:nowrap}.nav-dropdown__trigger:hover{color:#191a1c}.nav-dropdown__arrow{font-size:.1rem;transition:transform .2s}.nav-dropdown__arrow--open{transform:rotate(180deg)}.nav-dropdown__menu{position:absolute;top:100%;left:0;min-width:2.4rem;background:#ededed;border-radius:.08rem;box-shadow:0 0 .08rem #00000014;padding:.04rem .08rem;z-index:1002;opacity:0;visibility:hidden;transform:translateY(.04rem);transition:all .2s}.nav-dropdown__menu--visible{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown__menu--right{left:auto;right:0}.nav-dropdown__menu--white{background:#fff}.nav-dropdown__item{display:block;width:100%;padding:.13rem .08rem;font-size:.14rem;line-height:.22rem;font-weight:400;color:#191a1c;cursor:pointer;transition:background .15s,color .15s;text-align:left;border:none;background:none;font-family:inherit;border-radius:.04rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-dropdown__item:hover{background:#d9d9d9}.nav-dropdown__item--active{background:none}.nav-dropdown__menu--white .nav-dropdown__item:hover{background:#f5f5f5}.nav-dropdown__menu--white .nav-dropdown__item.nav-dropdown__item--active{background:none}.nav-dropdown--compact .nav-dropdown__trigger{font-size:.12rem;padding:0;gap:.04rem}.nav-dropdown--compact .nav-dropdown__arrow{font-size:.12rem}.nav-dropdown--compact .nav-dropdown__menu{min-width:1.2rem;top:.2rem}.lang-switcher{position:relative;z-index:1002}.c-button{display:inline-flex;align-items:center;gap:.08rem;border:none;font-family:inherit;cursor:pointer;transition:background .2s;background:#191a1c;color:#fff;white-space:nowrap}.c-button:hover{background:#333}.c-button--pill{border-radius:10rem}.c-button--soft{border-radius:.16rem}.c-button--md{padding:.08rem .16rem;font-size:.16rem;font-weight:400}.c-button--lg{padding:.16rem .32rem;font-size:.16rem;font-weight:400;letter-spacing:-.045em}.c-button--arrow-inline .c-button__arrow{display:inline-flex;align-items:center}.c-button--arrow-circle .c-button__arrow{display:inline-flex;align-items:center;justify-content:center;width:.2rem;height:.2rem;background:#fff;color:#191a1c;border-radius:10rem;font-size:.12rem;line-height:1}.c-button__label{display:inline}.header{position:sticky;top:0;z-index:1000;background:#f5f5f5;border-bottom:1px solid #d9d9d9}.header__topbar{background:#f5f5f5;position:relative;z-index:1001}.header__topbar-inner{max-width:12rem;margin:0 auto;display:flex;align-items:center;justify-content:flex-end;gap:.24rem;height:.4rem;border-bottom:1px solid #d9d9d9}@media (max-width: 1199px){.header__topbar-inner{max-width:none;margin:0 .24rem}}.header__topbar-login{font-size:.12rem;font-weight:400;cursor:pointer;background:none;border:none;font-family:inherit;color:#191a1c}.header__topbar-login:hover{color:#191a1c}.header__inner{max-width:12rem;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:.72rem}@media (max-width: 1199px){.header__inner{max-width:none;margin:0 .24rem}}.header__logo{display:inline-flex;align-items:center;cursor:pointer;flex-shrink:0}.header__logo img{display:block;width:1.36rem;height:.24rem}.header__nav{display:flex;align-items:center;gap:.4rem;flex:1;justify-content:center}@media (max-width: 1199px){.header__nav{display:none}}.header__nav-link{font-size:.16rem;font-weight:400;cursor:pointer;transition:color .2s;background:none;border:none;font-family:inherit;color:#191a1c;white-space:nowrap}.header__nav-link:hover{color:#191a1c}.header__actions{display:flex;align-items:center;flex-shrink:0}@media (max-width: 1199px){.header__actions{display:none}}.header__hamburger{display:none;background:none;border:none;font-size:.24rem;cursor:pointer;padding:.04rem;color:#191a1c}@media (max-width: 1199px){.header__hamburger{display:block}}.mobile-drawer{position:fixed;top:0;left:0;right:0;width:100vw;height:100dvh;background:#fff;z-index:2000;overflow-y:auto;transform:translate(100%);transition:transform .3s}.mobile-drawer--open{transform:translate(0)}.mobile-drawer__inner{max-width:12rem;margin:0 auto;min-height:100dvh}@media (max-width: 1199px){.mobile-drawer__inner{max-width:none;margin:0 .24rem}}.mobile-drawer__topbar{display:flex;align-items:center;justify-content:flex-end;height:.72rem}.mobile-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1999}.mobile-drawer__close{background:none;border:none;font-size:.24rem;cursor:pointer;padding:.04rem;color:#191a1c}.mobile-drawer__nav{display:flex;flex-direction:column;gap:.08rem;margin-top:.24rem}.mobile-drawer__link{font-size:.16rem;font-weight:500;padding:.12rem 0;border:none;background:none;font-family:inherit;color:#191a1c;text-align:left;cursor:pointer}.mobile-drawer__group-title{font-size:.16rem;font-weight:500;padding:.12rem 0;cursor:pointer;display:flex;align-items:center;justify-content:space-between;border:none;background:none;font-family:inherit;color:#191a1c;width:100%;text-align:left}.mobile-drawer__group-title--compact{padding:0}.mobile-drawer__group-items{padding-left:.16rem}.mobile-drawer__sub-link{display:block;font-size:.14rem;padding:.1rem 0;color:#737373;border:none;background:none;font-family:inherit;cursor:pointer;text-align:left;width:100%}.mobile-drawer__sub-link:hover{color:#737373}.mobile-drawer__actions{margin-top:.16rem;border-top:1px solid #e8e8e8;width:100%}.mobile-drawer__actions--top{margin-bottom:.24rem;padding-top:0;padding-bottom:.24rem;border-top:none;border-bottom:1px solid #e8e8e8}.mobile-drawer__actions-row{display:flex;align-items:center;justify-content:space-between;gap:.12rem;width:100%}.mobile-drawer .lang-switcher .nav-dropdown--compact .nav-dropdown__trigger{font-size:.14rem;gap:.08rem}.mobile-drawer .lang-switcher .nav-dropdown--compact .nav-dropdown__arrow{font-size:.14rem}.footer{background:#ededed;overflow:hidden}.footer__inner{max-width:12rem;margin:0 auto;padding-top:.72rem;padding-bottom:.72rem}@media (max-width: 1199px){.footer__inner{max-width:none;margin:0 .24rem}}.footer__top{display:flex;justify-content:space-between;align-items:flex-start;gap:.4rem}.footer__cols{display:flex;gap:.64rem;flex-wrap:wrap}.footer__col{display:flex;flex-direction:column;gap:.16rem;min-width:1.4rem}.footer__col--grouped{gap:.48rem}.footer__group{display:flex;flex-direction:column;gap:.16rem}.footer__group-links{display:flex;flex-direction:column;gap:.12rem}.footer__col-title{font-size:.16rem;font-weight:600;color:#191a1c;letter-spacing:-.72px}.footer__link{font-size:.14rem;color:#191a1c;background:none;border:none;font-family:inherit;text-align:left;padding:0;cursor:pointer;text-transform:capitalize}.footer__link:hover{color:#46a342}.footer .c-button{margin-top:.16rem;width:fit-content;padding:.08rem .08rem .08rem .16rem}.footer__qr{width:1.2rem;height:1.2rem;flex-shrink:0}.footer__qr img{width:100%;height:100%;object-fit:cover}.footer__divider{width:100%;height:1px;background:#d9d9d9;margin-top:.32rem}.footer__brand{margin-top:.72rem;display:flex;justify-content:center}.footer__brand img{display:block;width:100%;height:auto;max-width:12rem}.footer__bottom{background:#191a1c;padding:.16rem .08rem;text-align:center;font-size:.12rem;color:#fff;text-transform:capitalize}@media (max-width: 767px){.footer__top{flex-direction:column}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:.16rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:#191a1c;background-color:#f5f5f5;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}.container{max-width:12rem;margin:0 auto}@media (max-width: 1199px){.container{max-width:none;margin:0 .24rem}}.section{padding:.8rem 0}.u-container{max-width:12rem;margin:0 auto}@media (max-width: 1199px){.u-container{max-width:none;margin:0 .24rem}}.u-section{padding-top:.8rem;padding-bottom:.8rem}.u-stack{display:flex;flex-direction:column;gap:.16rem}.u-stack--xs{gap:.08rem}.u-stack--sm{gap:.12rem}.u-stack--md{gap:.16rem}.u-stack--lg{gap:.24rem}.u-visually-hidden,.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
