.site-header{position:fixed;top:0;left:0;right:0;z-index:30;background:#fff;transition:transform .5s,box-shadow .5s}.utility-bar{min-height:34px;padding:0 36px;display:flex;align-items:center;justify-content:space-between;background:var(--ink);color:#fff;font-size:11px;font-weight:500}.utility-bar>a,.utility-bar div,.utility-bar div a{display:flex;align-items:center;gap:7px}.utility-bar>div{gap:20px}.utility-bar>div a{border-left:1px solid #666;padding-left:20px}.utility-bar a:hover{color:var(--yellow)}.nav-row{height:98px;padding:0 44px;display:flex;align-items:center;justify-content:space-between;transition:height .5s;gap:30px}.brand{flex-shrink:0;width:190px;transition:width .5s}.brand img{width:100%;height:auto}.desktop-nav{display:flex;align-items:center;gap:24px}.nav-group{position:relative;padding:22px 0}.nav-item-row{display:flex;gap:4px;align-items:center}.nav-link{font-size:14px;font-weight:600;white-space:nowrap;padding-block:5px;position:relative}.nav-link:after{content:"";height:2px;background:var(--ink);position:absolute;bottom:0;left:0;width:100%;transform:scaleX(0);transform-origin:left;transition:transform .25s}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.nav-expand{padding:4px 0 4px 3px;background:none;border:0;display:flex;transition:transform .25s}.nav-expand[aria-expanded=true]{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:calc(100% - 6px);left:-22px;width:212px;padding:12px 0;border:2px solid var(--ink);border-radius:6px;box-shadow:4px 5px 0 var(--ink);background:#fff;opacity:0;visibility:hidden;transform:translateY(7px);transition:opacity .2s,transform .2s,visibility .2s}.nav-dropdown.is-open{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown a{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;font-size:13px}.nav-dropdown a:hover{background:var(--yellow)}.nav-recruit{display:flex;align-items:center;gap:8px;padding:11px 17px;background:var(--yellow);color:var(--ink);border:1.5px solid var(--ink);border-radius:32px;box-shadow:3px 4px 0 var(--ink);font-size:13px;font-weight:600;white-space:nowrap;transition:background .25s,box-shadow .25s,transform .25s}.nav-recruit:hover{background:var(--yellow);box-shadow:5px 7px 0 var(--ink);transform:translate(-2px,-3px)}.nav-recruit:active{box-shadow:0 0 0 var(--ink);transform:translate(2px,3px)}.site-header.is-scrolled{transform:translateY(-34px);box-shadow:0 1px #09090b15}.site-header.is-scrolled .nav-row{height:76px}.site-header.is-scrolled .brand{width:156px}.mobile-toggle,.mobile-menu{display:none}.site-footer{--focus-color:var(--yellow);background:var(--ink);color:#fff;padding:72px 0 0}.footer-invitation{display:flex;justify-content:space-between;align-items:center;font-size:44px;line-height:1.5;font-weight:700}.footer-cta-arrow{width:88px;height:88px;border-radius:50%;border:1px solid var(--ink);display:grid;place-items:center;background:var(--yellow);color:var(--ink);transition:background .25s,color .25s,transform .25s}.footer-cta-arrow svg{width:42px;height:42px}.footer-invitation:hover .footer-cta-arrow{color:var(--ink);background:var(--yellow-soft);transform:rotate(45deg);border-color:var(--ink)}.footer-rule{height:1px;background:#ffffff32;margin:48px 0 55px}.footer-grid{display:grid;grid-template-columns:1.45fr .7fr .75fr 1.2fr;gap:44px}.footer-brand img{width:192px;max-width:100%;height:auto;object-fit:contain}.footer-brand p{margin-top:26px;font-size:13px;color:#b8b8bf;line-height:1.95}.wechat-button{margin-top:24px;padding:8px 0;display:flex;gap:9px;align-items:center;background:none;color:#fff;border:0;font-size:12px}.wechat-button:hover{color:var(--yellow)}.footer-grid h3{font-size:14px;font-weight:600;margin-bottom:25px}.footer-nav{display:flex;flex-direction:column;align-items:flex-start;gap:15px}.footer-nav h3{margin-bottom:10px}.footer-nav a{color:#b8b8bf;font-size:13px;display:flex;align-items:center;gap:5px;transition:color .2s}.footer-nav a:hover,.footer-contact a:hover{color:var(--yellow)}.footer-contact>a,.footer-contact>p{display:flex;align-items:flex-start;gap:10px;color:#b8b8bf;font-size:12px;line-height:1.9;margin-bottom:15px}.footer-contact svg{margin-top:3px;flex-shrink:0}.footer-contact>a:last-child{color:#fff;margin-top:22px}.footer-bottom{display:flex;align-items:center;gap:30px;border-top:1px solid #ffffff26;padding:26px 0;margin-top:55px;font-size:11px;color:#aaaab0}.footer-bottom span{margin-right:auto}.footer-bottom button{padding:4px;background:none;border:0;color:#fff;display:grid;place-items:center}.site-dialog{border:2px solid var(--ink);border-radius:8px;padding:0;max-width:min(1100px,calc(100% - 40px));width:100%;max-height:calc(100dvh - 60px);overflow:auto;color:var(--ink);background:var(--paper)}.site-dialog::backdrop{background:#09090be0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.dialog-body{position:relative;padding:26px}.dialog-body h2{font-size:22px;padding-right:60px;margin-bottom:24px}.dialog-close{position:absolute;right:18px;top:14px;z-index:1;width:38px;height:38px}.site-dialog video{display:block;width:100%;max-height:75dvh;background:#09090b}.video-error{padding:70px 20px;text-align:center}.video-error .text-link{margin-top:15px}.site-dialog--qr{max-width:370px;text-align:center}.site-dialog--qr h2{padding:0;margin:40px 0 20px}.site-dialog--qr p{font-size:14px;margin:22px 0}.qr-image{width:220px;image-rendering:auto;margin-inline:auto}@media(max-width:1200px){.desktop-nav{gap:17px}.nav-row{padding-inline:30px;gap:18px}.brand{width:168px}.nav-link{font-size:13px}}@media(max-width:1000px){.desktop-nav{display:none}.mobile-toggle{display:grid;place-items:center;padding:9px;background:none;border:0}.mobile-menu{--focus-color:var(--ink);position:fixed;top:132px;bottom:0;height:calc(100dvh - 132px);width:100%;padding:18px 36px 40px;background:var(--yellow);overflow:auto;display:block;visibility:hidden;transform:translateY(-20px);opacity:0;transition:transform .35s,opacity .3s,visibility .3s}.mobile-menu.is-open{transform:none;opacity:1;visibility:visible}.mobile-nav-row{display:flex;align-items:center;justify-content:space-between}.mobile-nav-group{border-bottom:1px solid #09090b33}.mobile-nav-row>a{padding:22px 0;font-size:25px;font-weight:700}.mobile-nav-row>button{background:none;border:0;padding:12px;display:flex}.mobile-submenu{padding:0 0 18px;display:flex;flex-direction:column;gap:8px}.mobile-submenu a{display:flex;gap:15px;align-items:center;font-size:15px;padding:6px 0}.mobile-join{display:flex;justify-content:space-between;font-size:25px;font-weight:700;padding:24px 0}.mobile-contact{display:flex;align-items:center;gap:12px;margin-top:15px;font-size:15px}.mobile-menu-signature{display:block;margin-top:42px;font-size:12px;opacity:.7}.site-header.menu-is-open{transform:none}.site-header.menu-is-open .nav-row{height:98px;background:var(--yellow)}.site-header.is-scrolled .mobile-menu{top:110px;height:calc(100dvh - 76px)}.site-header.is-scrolled.menu-is-open .mobile-menu{top:132px;height:calc(100dvh - 132px)}.footer-grid{grid-template-columns:1.3fr 1fr 1fr;gap:36px}.footer-contact{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:5px 30px}.footer-contact h3{grid-column:1/-1}.footer-contact>a:last-child{margin-top:0}}@media(max-width:760px){.utility-bar{height:30px;min-height:30px;padding:0 12px;gap:8px;font-size:10px}.utility-bar>span{max-width:100%}.utility-bar>div{flex-shrink:0}.utility-bar>a,.language-label{display:none}.utility-bar>div a{border:0;padding:0}.nav-row,.site-header.menu-is-open .nav-row{height:72px;padding:0 20px}.brand{width:152px}.site-header.is-scrolled{transform:translateY(-30px)}.site-header.is-scrolled .nav-row{height:68px}.site-header.is-scrolled .brand{width:143px}.site-header.menu-is-open{transform:none}.site-header.is-scrolled.menu-is-open .nav-row{height:72px}.mobile-menu,.site-header.is-scrolled.menu-is-open .mobile-menu{top:102px;height:calc(100dvh - 102px);padding:12px 24px 40px}.mobile-nav-row>a,.mobile-join{font-size:22px;padding-block:20px}.site-footer{padding-top:48px}.footer-invitation{font-size:28px;gap:24px}.footer-cta-arrow{width:60px;height:60px;flex-shrink:0}.footer-cta-arrow svg{width:29px;height:29px}.footer-rule{margin:32px 0 36px}.footer-grid{grid-template-columns:1fr 1fr;gap:38px 24px}.footer-brand{grid-column:1/-1}.footer-brand img{width:180px}.footer-brand p{margin-top:18px}.footer-contact{display:block}.footer-contact h3{margin-bottom:22px}.footer-bottom{gap:17px;flex-wrap:wrap;margin-top:32px;line-height:1.8}.footer-bottom span{width:100%}.footer-bottom button{margin-left:auto}.dialog-body{padding:16px}.dialog-body h2{font-size:18px;margin-top:8px}}.office-map-area{min-width:0}.office-map{position:relative;width:100%;aspect-ratio:900/560;isolation:isolate}.office-map__land{position:absolute;width:100%;height:85.714286%;top:7.142857%;object-fit:contain;opacity:.88}.office-map__overlay{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}.office-map__connector{fill:none;stroke:var(--yellow);stroke-width:1;opacity:.4;vector-effect:non-scaling-stroke;stroke-linejoin:round}.office-map__active-path{fill:none;stroke:var(--yellow);stroke-width:2;stroke-dasharray:1;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}.office-map__dot{fill:var(--yellow);stroke:var(--ink);stroke-width:1}.office-map__pulse{fill:none;stroke:var(--yellow);stroke-width:1;opacity:0}.office-map__focus-ring{fill:none;stroke:var(--yellow);stroke-width:2}.office-map__focus-center{fill:var(--yellow);stroke:var(--paper);stroke-width:2}.office-map__label{position:absolute;z-index:2;translate:-50% -50%;width:94px;padding:0;background:transparent;border:0;color:var(--ink);text-align:left}.office-map__label-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:54px;padding:8px 10px;border:1px solid var(--ink);border-radius:999px;background:color-mix(in srgb,var(--yellow) 68%,var(--paper));box-shadow:3px 4px 0 var(--ink);translate:0 0;transition:translate .32s,background .32s,box-shadow .32s}.office-map__label-name{display:flex;align-items:center;gap:7px;font-size:17px;font-weight:700;white-space:nowrap}.office-map__label-name i{display:block;width:6px;height:6px;flex:none;background:var(--ink);border-radius:50%;opacity:.4}.office-map__label small{display:block;font-size:10px;line-height:1.6;white-space:nowrap}.office-map__label.is-active{z-index:3}.office-map__label.is-active .office-map__label-inner{background:var(--yellow);box-shadow:3px 4px 0 var(--ink)}.office-map__label.is-active i{opacity:1}.office-map__label:hover .office-map__label-inner,.office-map__label:focus-visible .office-map__label-inner{background:var(--yellow);translate:-2px -3px;box-shadow:5px 7px 0 var(--ink)}.office-map__origin{position:absolute;left:9%;bottom:15%;font-size:12px;font-weight:500}.office-city-selector{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;width:min(100%,540px);margin:14px auto 0}.office-city-selector button{display:flex;justify-content:center;align-items:center;gap:5px;min-width:0;min-height:42px;padding:8px 4px;border:1px solid transparent;border-radius:999px;background:transparent;font-size:14px;font-weight:600;transition:transform .32s,box-shadow .32s,background .32s,border-color .32s;white-space:nowrap}.office-city-selector svg{opacity:0;transition:opacity .25s}.office-city-selector button.is-active{background:var(--yellow);border-color:var(--ink);box-shadow:3px 4px 0 var(--ink)}.office-city-selector button.is-active svg{opacity:1}.office-city-selector button:hover,.office-city-selector button:focus-visible{background:var(--yellow);border-color:var(--ink);transform:translate(-2px,-3px);box-shadow:5px 7px 0 var(--ink)}.office-city-caption{min-height:24px;margin-top:18px;font-size:12px;line-height:1.8;text-align:center}@media(max-width:1200px){.office-map__label{width:82px}.office-map__label-inner{min-height:48px;padding:7px 8px}.office-map__label-name{font-size:15px;gap:5px}.office-map__label small{font-size:9px}}@media(max-width:1000px)and (min-width:761px){.office-map__label{width:66px}.office-map__label-inner{min-height:42px;padding:5px 6px}.office-map__label-name{font-size:13px;gap:4px}.office-map__label small{font-size:8px}.office-map__origin{left:3%;font-size:10px}.office-city-selector{gap:2px}.office-city-selector button{font-size:12px;gap:2px}.office-city-selector svg{width:12px}}@media(max-width:760px){.office-map__label{width:72px}.office-map__label-inner{min-height:43px;padding:5px 7px}.office-map__label-name{font-size:14px;gap:4px}.office-map__label-name i{width:4px;height:4px}.office-map__label small{font-size:8px}.office-map__origin{left:0;bottom:13%;font-size:10px}.office-city-selector{margin-top:24px;gap:3px}.office-city-selector button{font-size:12px;gap:2px}.office-city-selector svg{width:12px}.office-city-caption{margin-top:14px;font-size:11px}}@media(max-width:370px){.office-map__label{width:61px}.office-map__label-inner{min-height:38px;padding:4px 5px}.office-map__label-name{font-size:12px;gap:3px}.office-map__label small{font-size:7px}.office-city-selector button{font-size:11px}.office-city-selector svg{width:10px}}.home-mission{padding:104px 0 0}.mission-layout{display:grid;grid-template-columns:420px minmax(0,1fr);align-items:center;gap:24px;min-height:480px}.mission-copy{min-width:0}.mission-copy h2{font-size:48px;font-weight:800;line-height:1.45}.mission-copy .eyebrow{margin-bottom:26px}.mission-copy .button{margin-top:36px}.mission-image{width:100%;height:auto;object-fit:contain}.mission-stats{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px;margin:64px 0 0;border-block:1px solid var(--line)}.mission-stat{position:relative;min-width:0;padding:36px 0 32px;display:flex;flex-direction:column;gap:14px}.mission-stat dt{order:2;color:var(--muted);font-size:15px}.mission-stat-value{margin:0;display:flex;align-items:baseline;gap:6px;font-size:60px;font-weight:700;line-height:1.2;font-variant-numeric:tabular-nums;white-space:nowrap}.mission-stat-number{min-width:0}.mission-stat-plus{color:var(--orange);font-size:32px;align-self:flex-start}.mission-stat-accent{position:absolute;bottom:-1px;left:0;width:100%;height:4px;transform:scaleX(.14);transform-origin:left;background:var(--yellow)}.mission-stat:nth-child(2) .mission-stat-accent{background:var(--orange)}@media(max-width:1100px){.mission-layout{grid-template-columns:1fr 1.2fr;gap:24px;min-height:400px}.mission-copy h2{font-size:40px}.mission-image{height:400px}.mission-stat-value{font-size:44px}.mission-stats{gap:25px}}@media(max-width:760px){.home-mission{padding-top:70px}.mission-layout{grid-template-columns:minmax(0,1fr);gap:38px;min-height:0}.mission-copy h2{font-size:32px}.mission-copy .button{margin-top:28px}.mission-image{height:auto;width:100%;justify-self:center}.mission-stats{margin-top:40px;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 26px}.mission-stat:first-child{grid-column:1/-1;border-bottom:1px solid var(--line)}.mission-stat{padding-block:27px}.mission-stat-value{font-size:42px}.mission-stat-plus{font-size:27px}.mission-stat dt{font-size:13px}}:is(.news-page,.news-article-page,.home-news){color:#09090b;background:#fff}:is(.news-page,.news-article-page,.home-news) .container{width:min(1280px,calc(100% - 112px))}.news-page-heading{background:var(--yellow)}.news-page-heading.page-heading h1,.home-news .section-title{font-size:48px;line-height:1.35;overflow-wrap:anywhere}.news-breadcrumb{flex-wrap:wrap;row-gap:8px;line-height:1.7}.news-breadcrumb [aria-current]{min-width:0;overflow-wrap:anywhere}.news-page .news-listing{padding-top:48px}.news-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:16px}.news-years{display:inline-flex;flex-wrap:wrap;gap:4px;min-width:0;margin:0 auto 0 0;padding:4px;border:1.5px solid #09090b;border-radius:8px}.news-years button{min-height:42px;padding:8px 18px;border:0;border-radius:4px;background:transparent;font-size:14px;font-weight:600;white-space:nowrap;transition:background .3s,color .3s}.news-years button:hover{background:var(--yellow)}.news-years button[aria-pressed=true]{color:var(--ink);background:var(--yellow)}.news-search{display:flex;align-items:center;gap:10px;width:290px;min-height:52px;padding-inline:16px 8px;border:1.5px solid #09090b;border-radius:8px;background:#fff}.news-search>svg{flex:0 0 auto}.news-search:focus-within{outline:3px solid var(--focus-color);outline-offset:4px}.news-search input{width:100%;min-width:0;min-height:48px;padding:0;border:0;outline:none;background:transparent;font-size:16px}.news-search input::placeholder{color:#606064;opacity:1}.news-search input::-webkit-search-cancel-button{appearance:none}.news-search__clear{display:grid;flex:0 0 36px;place-items:center;width:36px;height:40px;padding:0;border:0;border-radius:4px;background:transparent}.news-search__clear:hover{background:var(--yellow)}.news-reset{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:48px;padding:8px;border:0;background:transparent;font-size:14px;font-weight:600}.news-reset:not(:disabled):hover{text-decoration:underline;text-underline-offset:5px}.news-reset:disabled{color:#6d6d70}.news-result-count{margin-block:22px 32px;color:#606064;font-size:14px;line-height:1.85}.news-list-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 32px;align-items:start}.news-card{min-width:0}.news-card__link{display:flex;flex-direction:column;height:100%;transition:transform .3s}.news-photo{display:block;position:relative;width:100%;overflow:hidden;border-radius:8px;background:#f3f3f3}.news-photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s}.news-card .news-photo{aspect-ratio:8 / 5!important;flex-shrink:0;border:2px solid var(--ink);box-shadow:0 5px 0 var(--ink);transition:transform .3s,box-shadow .3s}.news-card__link:hover .news-photo,.news-card__link:focus-visible .news-photo{transform:translateY(-6px) rotate(-1deg);box-shadow:0 11px 0 var(--ink)}.news-card__link:hover .news-photo img{transform:scale(1.035)}.news-photo__unavailable{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:20px;color:#606064;background:#f3f3f3;font-size:14px;text-align:center}.news-card__body{display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding-top:22px}.news-meta{display:flex;flex-wrap:wrap;align-items:center;gap:14px;font-size:13px;line-height:1.6}.news-meta time{color:#545458;font-variant-numeric:tabular-nums}.news-category{flex-shrink:0;background:#09090b;color:#fff;border-radius:3px;transform:rotate(-3deg)}.news-card h2,.news-card h3{margin:0;font-size:20px;font-weight:700;line-height:1.6;text-wrap:balance;overflow-wrap:anywhere}.news-card__excerpt{max-width:40em;color:#545458;font-size:16px;line-height:1.85;overflow-wrap:anywhere}.news-card__read{display:inline-flex;align-items:center;gap:10px;padding-block:2px;font-size:14px;font-weight:600}.news-card__read svg{transition:transform .3s}.news-card__link:hover .news-card__read svg{transform:translate(3px,-3px)}.news-card--featured h2,.news-card--featured h3{font-size:26px;line-height:1.5}.news-list-grid>.news-card--featured{grid-column:span 2;grid-row:span 2;align-self:stretch}.news-list-grid>.news-card--featured .news-photo{flex:1 0 auto;min-height:280px;aspect-ratio:4 / 3!important}.news-empty{display:flex;flex-direction:column;align-items:center;gap:20px;padding-block:72px;text-align:center}.news-empty>svg{color:#09090b}.news-empty h2{font-size:26px;line-height:1.5}.news-empty p{color:#545458;font-size:16px;line-height:1.85}.news-empty .button{margin-top:8px}.news-section-heading{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px;margin-bottom:48px}.news-section-all{flex-shrink:0;min-height:44px;white-space:nowrap}.news-home-grid{display:grid;grid-template-columns:minmax(0,2fr) repeat(2,minmax(0,1fr));gap:32px}.news-home-grid>.news-card--featured{grid-column:1;grid-row:span 2}.news-home-grid .news-card--featured .news-photo{flex:1 0 auto;min-height:320px;aspect-ratio:4 / 3!important}.news-home-grid>.news-card:not(.news-card--featured) .news-photo{aspect-ratio:4 / 3!important}.news-home-grid .news-meta{gap:10px;font-size:12px}.news-home-grid .news-card:not(.news-card--featured) .news-card__body{gap:12px;padding-top:20px}.news-article-heading h1{max-width:22em;margin-bottom:30px;text-wrap:balance}.news-article-heading .news-meta time{color:#09090b}.news-article-layout{padding-block:36px 96px}.news-back-link{margin-bottom:36px}.news-article-cover{width:min(100%,980px);margin:0 auto 56px}.news-article-cover img,.news-article-photo img{object-fit:contain}.news-article-body{width:min(100%,760px);margin-inline:auto;font-size:16px;line-height:1.85;overflow-wrap:anywhere}.news-article-body>p{margin-bottom:12px;white-space:pre-line}.news-article-body>h2{margin-block:44px 22px;padding-left:18px;border-left:4px solid var(--orange);font-size:24px;line-height:1.65;text-wrap:pretty}.news-article-photo{margin:32px 0}.news-article-source{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-top:48px;padding-top:24px;border-top:1px solid #dedee0;color:#545458;font-size:14px}.news-article-source .text-link{color:#09090b}.news-article-pagination{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;width:min(100%,980px);margin:64px auto 0;padding-top:32px;border-top:2px solid #09090b}.news-adjacent{display:flex;flex-direction:column;align-items:flex-start;gap:14px;min-width:0;padding:20px;transition:background .3s,transform .3s}.news-adjacent:hover{background:var(--yellow-soft);transform:translateY(-3px)}.news-adjacent>span{display:inline-flex;align-items:center;gap:10px;font-size:14px}.news-adjacent h2{font-size:20px;line-height:1.6;text-wrap:pretty;overflow-wrap:anywhere}.news-adjacent time{color:#545458;font-size:13px}.news-adjacent--next{grid-column:2;align-items:flex-end;text-align:right}@media(max-width:1100px){.news-list-grid,.news-home-grid{gap:32px 24px}.news-home-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.news-home-grid>.news-card--featured{grid-column:1 / -1;grid-row:auto}.news-home-grid>.news-card:not(.news-card--featured){grid-column:auto}.news-home-grid .news-card--featured .news-photo{flex:0 0 auto;min-height:0;aspect-ratio:16 / 9!important}.news-list-grid .news-card--featured .news-photo{aspect-ratio:1 / 1!important}}@media(max-width:760px){:is(.news-page,.news-article-page,.home-news) .container{width:calc(100% - 40px)}.news-page-heading.page-heading h1,.home-news .section-title{font-size:32px;line-height:1.4}.news-page .news-listing{padding-top:32px}.news-toolbar{gap:14px 10px}.news-years{justify-content:stretch;width:100%;margin-right:0}.news-years button{flex:1;padding-inline:10px}.news-search{flex:1;width:auto;min-width:0}.news-reset{flex-shrink:0}.news-result-count{margin-block:20px 28px}.news-list-grid,.news-home-grid{grid-template-columns:minmax(0,1fr);gap:36px}.news-list-grid>.news-card--featured,.news-home-grid>.news-card--featured,.news-home-grid>.news-card:not(.news-card--featured){grid-column:auto;grid-row:auto}.news-list-grid .news-card--featured .news-photo,.news-home-grid .news-card--featured .news-photo,.news-home-grid>.news-card:not(.news-card--featured) .news-photo{flex:0 0 auto;min-height:0;aspect-ratio:3 / 2!important}.news-card__body{gap:14px;padding-top:20px}.news-card--featured h2,.news-card--featured h3{font-size:26px}.news-section-heading{align-items:flex-start;gap:18px;margin-bottom:32px}.news-empty{padding-block:48px}.news-empty h2{font-size:22px}.news-article-layout{padding-block:24px 64px}.news-back-link{margin-bottom:24px}.news-article-cover{margin-bottom:32px}.news-article-body>h2{font-size:22px;margin-top:36px}.news-article-photo{margin-block:26px}.news-article-pagination{grid-template-columns:minmax(0,1fr);gap:12px;margin-top:40px;padding-top:20px}.news-adjacent{padding:16px 0}.news-adjacent--next{grid-column:auto;align-items:flex-start;text-align:left}}@media(prefers-reduced-motion:reduce){.news-card .news-photo,.news-card__link,.news-photo img,.news-card__read svg,.news-adjacent{transition:none}.news-card__link:hover,.news-card__link:hover .news-photo,.news-card__link:focus-visible .news-photo,.news-card__link:hover .news-photo img,.news-card__link:hover .news-card__read svg,.news-adjacent:hover{transform:none}}.rich-article{overflow-wrap:anywhere;line-height:1.85}.rich-article img{max-width:100%;height:auto}.rich-article ul{list-style:disc;padding-left:1.8em}.rich-article ol{list-style:decimal;padding-left:1.8em}.rich-article blockquote{margin:24px 0;padding:8px 20px;border-left:3px solid var(--orange)}.rich-article video,.cms .tiptap video{display:block;width:100%;max-width:100%;height:auto;margin:24px auto}.rich-article div,.rich-article section,.rich-article figure{max-width:100%}.cms .tiptap div,.cms .tiptap section,.cms .tiptap figure{max-width:100%}.rich-article p[style*="text-align:center"] img,.rich-article p[style*="text-align: center"] img,.cms .tiptap p[style*="text-align:center"] img,.cms .tiptap p[style*="text-align: center"] img{margin-left:auto;margin-right:auto}.rich-article .aligncenter,.cms .tiptap .aligncenter{display:block;margin-left:auto;margin-right:auto}.rich-article h1{font-size:28px;margin:1.4em 0 .7em}.rich-article h5,.rich-article h6{font-size:18px;margin:1.4em 0 .7em}.rich-article .wechat-decoration-run,.cms .tiptap .wechat-decoration-run{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px;margin:18px auto}.rich-article .wechat-decoration-run img,.cms .tiptap .wechat-decoration-run img{flex:0 1 auto;max-width:96px;max-height:96px;object-fit:contain;margin:0!important}.rich-article a{text-decoration:underline}.rich-article pre{white-space:pre-wrap}.news-pages{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:64px}.news-pages button{display:grid;place-items:center;width:44px;height:44px;background:#fff;border:1px solid var(--ink);border-radius:50%;cursor:pointer;color:var(--ink);transition:transform .2s,box-shadow .2s}.news-pages button[aria-current=page]{background:#ffee34;box-shadow:2px 3px 0 var(--ink)}.news-pages button:hover:not(:disabled){transform:translateY(-3px);box-shadow:2px 5px 0 var(--ink)}.news-pages button:disabled{opacity:.3;cursor:default}.home-hero{padding-top:var(--header-height)}.hero-stage{position:relative;min-height:480px;height:calc(100svh - var(--header-height) - 22px);overflow:hidden;background:var(--ink);color:#fff}.hero-backgrounds,.hero-background,.hero-shade{position:absolute;inset:0;width:100%;height:100%}.hero-backgrounds{z-index:0}.hero-background{object-fit:cover;object-position:center;opacity:0;visibility:hidden;will-change:transform,opacity}.hero-background.is-active{opacity:1;visibility:visible}.hero-shade{background:linear-gradient(90deg,#09090bad,#09090b4a 42%,#09090b00 76%)}.hero-background--team{object-position:65% 40%}.hero-stage--team .hero-shade{background:linear-gradient(90deg,#09090baa,#09090b38 68%,transparent)}.hero-stage--academy .hero-shade{background:linear-gradient(90deg,#09090bbb,#09090b30 80%)}.hero-content{position:absolute;inset:0;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:50px 20px 110px;visibility:hidden;opacity:0;pointer-events:none}.hero-content.is-active{visibility:visible;opacity:1;pointer-events:auto}.hero-text-mask,.hero-title-mask{display:block;overflow:hidden}.hero-title-mask{display:flex;white-space:nowrap;padding-bottom:.1em;margin-bottom:-.1em}.hero-copy-reveal,.hero-title-char{display:inline-block}.hero-kicker{font-size:17px;font-weight:500;margin-bottom:20px}.hero-content h1{max-width:100%;font-size:88px;line-height:1.23;font-weight:800}.hero-description{max-width:100%;font-size:19px;line-height:1.85;font-weight:500;margin-top:28px}.hero-actions{display:flex;align-items:center;gap:29px;margin-top:36px}.hero-actions .button{min-width:167px}.hero-video{display:flex;align-items:center;gap:12px;background:none;border:0;color:#fff;padding:9px 0;font-size:14px}.hero-video>span{width:33px;height:33px;display:grid;place-items:center;border:1px solid var(--ink);border-radius:50%;background:var(--yellow);color:var(--ink);transition:transform .25s}.hero-video svg{margin-left:2px}.hero-video:hover>span{transform:scale(1.08)}.hero-counter{position:absolute;left:24px;top:44%;display:flex;flex-direction:column;align-items:center;z-index:2;font-size:11px}.hero-counter i{width:15px;height:2px;background:var(--yellow);margin:12px 0}.hero-counter>span{opacity:.65}.hero-timer{position:absolute;top:0;height:3px;width:100%;background:#ffffff25;z-index:3}.hero-timer span{width:100%;height:100%;display:block;transform:scaleX(0);transform-origin:left;background:var(--yellow)}.hero-controls{position:absolute;right:44px;bottom:106px;display:flex;align-items:center;gap:9px;z-index:3}.hero-dots{display:flex;align-items:center;gap:8px;margin-right:17px}.hero-dots button{width:7px;height:7px;border:0;border-radius:50%;padding:0;background:#ffffff80;transition:width .3s,background .3s}.hero-dots button:before{content:"";display:block;width:22px;height:30px;transform:translate(-6px,-12px)}.hero-dots button.is-active{background:var(--yellow);width:26px;border-radius:5px}.hero-control-button{width:36px;height:36px;background:var(--yellow);border:1px solid var(--ink);border-radius:50%;color:var(--ink);display:grid;place-items:center;padding:0;transition:transform .25s,box-shadow .25s}.hero-control-button:hover{transform:translateY(-2px);box-shadow:2px 3px var(--ink)}.hero-control-button[aria-disabled=true]{opacity:.6;cursor:default}.hero-scroll{position:absolute;left:50%;bottom:92px;z-index:2;color:#fff;animation:scroll-arrow 2s ease-in-out infinite;padding:8px}.color-stripes{display:flex;flex-direction:column;height:var(--vi-divider-height)}.color-stripes i{flex:1;background:var(--yellow)}.color-stripes i:nth-child(2){background:var(--orange)}.quicklinks{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:-78px;position:relative;z-index:3;scroll-margin-top:106px}.quicklink{position:relative;background:#fff;border:2px solid var(--ink);border-radius:8px;box-shadow:0 5px 0 var(--ink);min-height:166px;padding:20px 24px 22px;transition:transform .3s,box-shadow .3s,background .3s}.quicklink:hover{background:var(--yellow);transform:translateY(-6px) rotate(-1deg);box-shadow:0 11px 0 var(--ink)}.quicklink h2{font-size:20px;line-height:1.5;font-weight:700;margin-top:18px;text-wrap:wrap}.quicklink-arrow{position:absolute;right:20px;top:23px}.home-games{padding-top:125px;padding-bottom:118px}.showcase-layout{display:grid;grid-template-columns:1.08fr 1fr;align-items:center;gap:110px}.showcase-copy .section-copy{margin-top:25px;max-width:440px}.showcase-copy .button{margin-top:30px}.product-name{margin-top:24px;font-size:24px;font-weight:600}.product-name span{font-size:15px;font-weight:500;margin-left:10px;color:var(--muted)}.showcase-copy .product-name+.section-copy{margin-top:12px}.photo-stack{position:relative;aspect-ratio:1;margin:30px 18px 38px;touch-action:pan-y;max-width:510px}.photo-stack-cutout{position:absolute;inset:-28px;background:var(--ink);clip-path:polygon(3% 6%,24% 2%,41% 6%,62% 1%,82% 6%,98% 3%,95% 30%,99% 53%,96% 78%,99% 96%,73% 99%,53% 96%,33% 99%,5% 96%,1% 75%,4% 48%,1% 24%);transform:rotate(-3deg)}.photo-stack-frames{position:absolute;inset:0}.stack-frame{position:absolute;inset:0;overflow:hidden;border-radius:8px;transform:rotate(-8deg) scale(.96);opacity:0;transition:transform .6s var(--ease),opacity .6s}.stack-frame img{width:100%;height:100%;object-fit:cover}.stack-frame.is-current{z-index:2;opacity:1;transform:rotate(3deg)}.stack-frame.is-next{z-index:1;opacity:1;transform:rotate(-6deg) scale(.96)}.stack-frame.is-hidden{transform:translate(8%) rotate(8deg) scale(.9)}.stack-caption{position:absolute;bottom:0;left:0;right:0;padding:45px 22px 18px;color:#fff;background:linear-gradient(transparent,#09090bad);font-size:12px;line-height:1.6}.stack-arrow{position:absolute;top:46%;z-index:4;box-shadow:2px 3px 0 var(--ink)}.stack-arrow--prev{left:-34px}.stack-arrow--next{right:-34px}.stack-pagination{position:absolute;bottom:-57px;left:0;width:100%;display:flex;align-items:center;justify-content:center;gap:14px;font-size:11px;color:#8a8a8c}.stack-pagination>span{color:var(--ink);font-weight:600}.stack-pagination i{width:38px;height:1px;background:#ceced0}.world-section{--focus-color:var(--ink);background:var(--orange);padding:95px 0 90px;overflow:visible}.world-layout{display:grid;grid-template-columns:.85fr 1.5fr;gap:26px;align-items:center}.world-copy .section-title{font-size:52px;line-height:1.35}.world-copy>p:not(.eyebrow){font-size:16px;line-height:1.9;margin:26px 0}.world-copy .button{margin-top:7px;background:var(--yellow)}.world-copy .button:hover{background:var(--yellow)}.home-team{padding-block:132px 136px}.showcase-layout--reverse{grid-template-columns:1fr 1.08fr}.team-values{display:flex;gap:20px;margin-top:26px;font-size:12px;font-weight:500}.team-values span{display:flex;align-items:center;gap:9px}.team-values span:before{content:"";width:5px;height:5px;background:var(--orange);border-radius:50%}.home-academy{--highlight-color:var(--orange);--focus-color:var(--ink);background:var(--yellow);padding:85px 0 66px}.academy-home-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:55px}.academy-home-heading>div:last-child{padding-bottom:7px}.academy-home-heading p:not(.eyebrow){font-size:16px;line-height:1.85}.academy-home-heading .text-link{margin-top:20px}.academy-home-programs{display:grid;grid-template-columns:repeat(3,1fr);margin-top:48px;border-top:1px solid #09090b4a;border-bottom:1px solid #09090b4a}.academy-home-programs>a{padding:30px 24px 30px 0;position:relative;transition:background .3s}.academy-home-programs>a:not(:first-child){border-left:1px solid #09090b4a;padding-left:28px}.academy-home-programs>a:hover{background:#ffffff35}.program-number{display:block;font-size:13px;margin-bottom:25px}.academy-home-programs h3{font-size:22px;font-weight:700;margin-bottom:13px}.academy-home-programs p{font-size:12px;line-height:1.8;padding-right:8px}.academy-home-programs>a>svg{position:absolute;top:26px;right:25px;transition:transform .25s}.academy-home-programs>a:hover>svg{transform:translate(3px,-3px)}.academy-home-note{display:flex;gap:10px;align-items:center;margin-top:25px;font-size:12px}.home-invitation{background:var(--paper);padding:64px 0;border-top:1px solid var(--line)}.invitation-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:56px}.invitation-copy{min-width:0}.home-invitation .eyebrow:before{background:var(--ink)}.home-invitation h2{font-size:44px;line-height:1.45;font-weight:800;max-width:750px}.home-invitation .button{margin-top:30px}.invitation-illustration{justify-self:end;width:100%;height:auto;object-fit:contain;border-radius:6px}@keyframes scroll-arrow{50%{transform:translateY(6px)}}@media(min-width:1700px){.hero-content h1{font-size:96px}.hero-content{padding-left:10px}}@media(max-width:1200px){.showcase-layout{gap:70px;grid-template-columns:1fr 1fr}.photo-stack{margin-inline:20px}.world-copy .section-title{font-size:44px}.hero-content h1{font-size:68px}.quicklink{padding-inline:18px}.quicklink h2{font-size:19px}}@media(max-width:1000px){.hero-content{padding-left:25px}.hero-counter{left:16px}.quicklinks{gap:13px}.quicklink h2{font-size:17px}.quicklink{min-height:153px;padding-inline:15px}.quicklink .tag{font-size:10px}.quicklink-arrow{right:13px}.showcase-layout{gap:45px}.world-layout{grid-template-columns:1fr 1.3fr}.world-copy .section-title{font-size:38px}.home-team{padding-block:100px}.team-values{gap:10px}.home-invitation h2{font-size:36px}.invitation-layout{gap:36px}.academy-home-programs h3{font-size:19px}}@media(max-width:760px){.hero-stage{height:calc(100svh - var(--header-height) - 22px);min-height:420px}.hero-background{object-position:62% center}.hero-background--team{object-position:57% center}.hero-background--academy{object-position:62% center}.hero-shade{background:linear-gradient(90deg,#09090b9c,#09090b33),linear-gradient(0deg,#09090b5e,transparent 75%)}.hero-content{padding:40px 7px 130px;justify-content:flex-end}.hero-counter{display:none}.hero-kicker{font-size:13px;margin-bottom:12px}.hero-content h1{font-size:47px;line-height:1.3;margin-left:0}.hero-description{font-size:15px;line-height:1.9;margin-top:19px}.hero-actions{gap:22px;margin-top:26px}.hero-actions .button{min-width:144px;gap:16px}.hero-video{font-size:12px;gap:8px}.hero-video>span{width:29px;height:29px}.hero-controls{right:25px;bottom:77px}.hero-dots{gap:7px;margin-right:10px}.hero-control-button{width:29px;height:29px}.hero-scroll{display:none}.color-stripes{height:12px}.quicklinks{display:flex;overflow-x:auto;margin-top:-46px;gap:13px;width:100%;padding:0 20px 10px;scroll-snap-type:x mandatory;scrollbar-width:none}.quicklinks::-webkit-scrollbar{display:none}.quicklink{flex:0 0 70%;min-height:148px;padding:18px 21px;scroll-snap-align:center}.quicklink h2{font-size:20px;margin-top:16px}.quicklink .tag{font-size:11px}.quicklink-arrow{right:20px;top:20px}.home-games{padding-top:70px;padding-bottom:86px}.showcase-layout{display:flex;flex-direction:column;align-items:stretch;gap:60px}.home-games .showcase-copy{order:-1}.showcase-copy .section-title br:nth-of-type(2){display:none}.showcase-copy .section-copy{font-size:15px;line-height:1.95;margin-top:20px}.product-name{margin-top:22px;font-size:22px}.showcase-copy .button{margin-top:26px}.photo-stack{margin:16px 28px 45px;max-width:480px}.photo-stack-cutout{inset:-19px}.stack-arrow{width:40px;height:40px}.stack-arrow--prev{left:-31px}.stack-arrow--next{right:-31px}.stack-pagination{bottom:-47px}.stack-caption{font-size:10px;padding:35px 16px 16px}.world-section{padding:62px 0 50px}.world-layout{display:flex;flex-direction:column;gap:40px;align-items:stretch}.world-copy .section-title{font-size:36px}.world-copy .section-title br:nth-of-type(2){display:none}.world-copy>p:not(.eyebrow){font-size:15px;margin:20px 0}.home-team{padding-block:85px 90px}.team-values{gap:18px;font-size:11px}.home-academy{padding:58px 0 45px}.academy-home-heading{display:block}.academy-home-heading>div:last-child{margin-top:25px}.academy-home-heading p:not(.eyebrow){font-size:15px}.academy-home-heading .text-link{margin-top:14px}.academy-home-programs{display:block;margin-top:28px}.academy-home-programs>a,.academy-home-programs>a:not(:first-child){border-left:0;padding:25px 0;display:flex;gap:20px}.academy-home-programs>a:not(:first-child){border-top:1px solid #09090b35}.program-number{margin:4px 0 0}.academy-home-programs h3{font-size:19px;margin-bottom:8px}.academy-home-programs p{font-size:11px;padding-right:18px}.academy-home-programs>a>svg{right:0;width:21px}.academy-home-note{font-size:11px;line-height:1.8}.home-invitation{padding:56px 0}.invitation-layout{grid-template-columns:minmax(0,1fr);gap:32px}.home-invitation h2{font-size:30px}.invitation-illustration{justify-self:center;width:100%}}@media(max-width:370px){.hero-content h1{font-size:41px}.hero-actions{gap:15px}.hero-video{font-size:11px}.home-invitation h2{font-size:26px}.world-copy .section-title{font-size:32px}}.careers-page{color:var(--ink, #09090b);background:#fff;font-family:Readex Pro,Noto Sans SC,Microsoft YaHei,sans-serif;letter-spacing:0}.careers-page .container{max-width:1280px}.careers-page .section-title{font-size:48px;font-weight:800;line-height:1.4;overflow-wrap:anywhere}.careers-hero{position:relative;height:calc(100svh - var(--header-height) - 22px);min-height:480px;isolation:isolate;color:#fff;background:var(--ink, #09090b)}.careers-hero:before{position:absolute;z-index:-1;inset:0;background:#09090b33;content:""}.careers-hero-image{position:absolute;z-index:-2;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:50% 52%}.careers-hero-inner{position:relative;display:grid;height:100%;place-items:center}.careers-page .careers-breadcrumb{position:absolute;top:30px;left:0;margin:0;color:#fff;text-shadow:0 1px 6px rgb(9 9 11 / 65%)}.careers-breadcrumb a{padding-block:10px}.careers-hero-copy{max-width:100%;padding-bottom:44px;text-align:center;text-shadow:0 3px 24px rgb(9 9 11 / 35%)}.careers-hero-copy h1{margin:0;font-size:64px;font-weight:800;line-height:1.25}.careers-hero-copy p{margin-top:20px;font-size:24px;font-weight:500;line-height:1.6}.careers-intro-button{margin-top:32px;text-shadow:none}.careers-video-toggle{position:absolute;right:36px;bottom:40px;z-index:2}.careers-page .careers-life{padding-top:52px;padding-bottom:90px}.careers-life-heading{max-width:900px;margin-inline:auto;text-align:center}.careers-life-heading .eyebrow{justify-content:center}.careers-culture{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:24px;margin-top:28px;font-size:19px;font-weight:500;line-height:1.9}.careers-culture-separator{color:#727276;font-weight:400}.careers-gallery{display:grid;grid-template-columns:minmax(0,1fr) 280px;align-items:center;gap:44px;margin-top:30px}.careers-gallery-stage{position:relative;min-width:0;aspect-ratio:4 / 3;touch-action:pan-y pinch-zoom;cursor:grab;user-select:none;-webkit-user-select:none}.careers-gallery-stage:active{cursor:grabbing}.careers-gallery-stage:focus-visible{border-radius:4px}.careers-gallery-slide{position:absolute;inset:9% 8%;padding:9px;background:#fff;box-shadow:0 8px 28px #09090b1f;transform-origin:50% 60%;transition:transform .6s cubic-bezier(.22,.68,0,1.01),opacity .6s,visibility .6s}.careers-gallery-slide--current{z-index:2;visibility:visible;opacity:1;transform:rotate(3deg)}.careers-gallery-slide--next{z-index:1;visibility:visible;opacity:1;transform:translate(-8%) rotate(-9deg) scale(.9);pointer-events:none}.careers-gallery-slide--rest{z-index:0;visibility:hidden;opacity:0;transform:translate(5%) rotate(7deg) scale(.9);pointer-events:none}.careers-gallery-photo{width:100%;height:100%;overflow:hidden}.careers-gallery-photo img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.careers-gallery-info{min-width:0;padding-right:6px}.careers-gallery-caption{min-height:222px}.careers-gallery-count{display:flex;align-items:baseline;gap:12px;margin-bottom:26px;font-size:14px;font-weight:500;line-height:1.4;font-variant-numeric:tabular-nums}.careers-gallery-count>span:first-of-type+span{font-size:28px;font-weight:600}.careers-gallery-count-separator{color:#727276}.careers-gallery-caption h3{margin-bottom:15px;font-size:24px;font-weight:700;line-height:1.5;overflow-wrap:anywhere}.careers-gallery-description{max-width:30em;color:#454548;font-size:17px;line-height:1.9;overflow-wrap:anywhere}.careers-gallery-controls{display:flex;align-items:center;gap:18px;margin-top:24px;padding-bottom:7px}.careers-page .careers-gallery-control{width:54px;height:54px;flex:0 0 54px;border:2px solid var(--ink, #09090b);border-radius:40px;box-shadow:3px 4px 0 var(--ink, #09090b);transition:transform .32s,box-shadow .32s,background .32s}.careers-page .careers-gallery-control--next{background:var(--yellow)}.careers-page .careers-gallery-control:active{box-shadow:0 0 0 var(--ink, #09090b);transform:translate(2px,3px)}.careers-benefits{background:var(--yellow)}.careers-benefits-heading{max-width:900px}.careers-section-copy{margin-top:24px;font-size:17px;line-height:1.9;overflow-wrap:anywhere}.careers-benefit-groups{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);align-items:start;gap:90px;margin-top:64px}.careers-benefit-group{min-width:0}.careers-benefit-group-title{display:flex;align-items:center;gap:14px;margin-bottom:28px;font-size:26px;font-weight:700;line-height:1.5}.careers-benefit-group-title svg{flex-shrink:0}.careers-benefit-row{border-top:1px solid rgb(9 9 11 / 30%)}.careers-benefit-row:last-child{border-bottom:1px solid rgb(9 9 11 / 30%)}.careers-benefit-row summary{display:flex;min-height:78px;align-items:center;justify-content:space-between;gap:20px;padding-block:22px;list-style:none;font-size:19px;font-weight:600;line-height:1.6;cursor:pointer}.careers-benefit-row summary::-webkit-details-marker{display:none}.careers-benefit-row summary::marker{content:""}.careers-benefit-row summary>span:first-child{min-width:0;overflow-wrap:anywhere}.careers-benefit-row summary:focus-visible{outline-offset:-3px}.careers-benefit-toggle{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border-radius:50%;transition:background .32s}.careers-benefit-minus,.careers-benefit-row[open] .careers-benefit-plus{display:none}.careers-benefit-row[open] .careers-benefit-minus{display:block}.careers-benefit-row[open] .careers-benefit-toggle{background:var(--yellow)}.careers-benefit-content{padding:0 32px 28px 0;color:#454548;font-size:16px;line-height:1.9;overflow-wrap:anywhere}.careers-benefit-content dl{display:grid;gap:17px;margin:0}.careers-benefit-content dt{margin-bottom:3px;color:var(--ink, #09090b);font-weight:600}.careers-benefit-content dd{margin:0}.careers-page .careers-recruitment{padding-block:132px 120px}.careers-recruitment-inner{text-align:center}.careers-recruitment .careers-section-copy{max-width:720px;margin-inline:auto;color:#454548}.careers-recruitment-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;margin-top:38px}.careers-page .careers-recruitment-button{min-width:208px;min-height:54px}.careers-all-jobs{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:10px;margin-top:30px;padding-block:10px;font-size:14px;font-weight:500;line-height:1.6;text-decoration:underline;text-underline-offset:5px}.careers-all-jobs svg{transition:transform .32s}.careers-visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}@media(hover:hover)and (pointer:fine){.careers-gallery-stage:hover .careers-gallery-slide--current img{transform:scale(1.035)}.careers-page .careers-gallery-control:hover{background:var(--yellow);box-shadow:5px 7px 0 var(--ink, #09090b);transform:translate(-2px,-3px)}.careers-benefit-row summary:hover .careers-benefit-toggle{background:var(--yellow)}.careers-all-jobs:hover svg{transform:translate(2px,-2px)}}@media(max-width:1100px){.careers-gallery{grid-template-columns:minmax(0,1fr) 240px;gap:20px}.careers-gallery-caption{min-height:244px}.careers-benefit-groups{gap:48px}}@media(max-width:760px){.careers-page .section-title{font-size:32px;line-height:1.5}.careers-hero{height:calc(100svh - var(--header-height) - 22px);min-height:420px}.careers-video-toggle{right:20px;bottom:28px}.careers-hero-image{object-position:52% 50%}.careers-page .careers-breadcrumb{top:18px;font-size:12px}.careers-hero-copy{padding-bottom:28px}.careers-hero-copy h1{font-size:40px;line-height:1.3}.careers-hero-copy p{margin-top:16px;font-size:20px}.careers-page .careers-life{padding-block:52px 64px}.careers-life-heading{text-align:left}.careers-life-heading .eyebrow{justify-content:flex-start}.careers-culture{justify-content:flex-start;gap:18px;margin-top:24px;font-size:17px}.careers-gallery{grid-template-columns:minmax(0,1fr);gap:18px;margin-top:30px}.careers-gallery-slide{padding:6px}.careers-gallery-info{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;padding-right:5px}.careers-gallery-caption{min-height:250px}.careers-gallery-count{margin-bottom:18px;font-size:12px}.careers-gallery-count>span:first-of-type+span{font-size:24px}.careers-gallery-caption h3{margin-bottom:10px;font-size:21px}.careers-gallery-description{font-size:15px;line-height:1.9}.careers-gallery-controls{gap:12px;margin-top:0}.careers-section-copy{font-size:17px}.careers-benefit-groups{grid-template-columns:minmax(0,1fr);gap:48px;margin-top:40px}.careers-benefit-group-title{gap:12px;margin-bottom:22px;font-size:24px}.careers-benefit-row summary{min-height:74px;gap:12px;padding-block:20px;font-size:17px}.careers-benefit-content{padding-right:12px;font-size:16px}.careers-page .careers-recruitment{padding-block:92px 80px}.careers-recruitment-actions{flex-direction:column;align-items:center;gap:20px;margin-top:30px}.careers-page .careers-recruitment-button{width:min(100%,300px)}.careers-desktop-break{display:none}}@media(max-width:380px){.careers-gallery-info{grid-template-columns:minmax(0,1fr);gap:0}.careers-gallery-caption{min-height:200px}.careers-gallery-controls{margin-top:16px}}@media(prefers-reduced-motion:reduce){.careers-page *,.careers-page *:before,.careers-page *:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}.careers-gallery-stage:hover .careers-gallery-slide--current img{transform:none}}.principle-carousel{margin-top:52px;min-width:0}.principle-arc{position:relative;height:400px;overflow:hidden;touch-action:pan-y}.principle-arc-item{position:absolute;top:12px;left:calc(50% - 125px);width:250px;height:280px;border:0;padding:20px;background:none;isolation:isolate;transform-origin:50% 100%}.principle-arc-item:before{content:"";position:absolute;inset:8px;background:#f2f3f5;z-index:-1;clip-path:polygon(5% 0,30% 3%,48% 0,70% 3%,96% 0,100% 28%,98% 60%,100% 97%,74% 100%,50% 97%,25% 100%,0 96%,2% 65%,0 30%);transition:background .35s}.principle-arc-item.is-active:before{background:var(--yellow)}.principle-arc-item.is-active{filter:drop-shadow(4px 6px 0 var(--ink))}.principle-mascot-float{display:block;width:100%;height:100%}.principle-mascot-float img{width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none}.principle-previous,.principle-next{position:absolute;top:140px;z-index:20;box-shadow:2px 3px 0 var(--ink)}.principle-previous{left:calc(50% - 199px)}.principle-next{right:calc(50% - 199px)}.principle-details{text-align:center;min-height:236px}.principle-index{display:flex;align-items:baseline;justify-content:center;gap:10px;font-variant-numeric:tabular-nums;margin-bottom:12px}.principle-index b{font-size:22px}.principle-index>span{font-size:12px;color:var(--muted)}.principle-detail h3{font-size:36px;line-height:1.4;margin-bottom:20px}.principle-detail ul{list-style:none;margin:0;padding:0;font-size:17px;line-height:1.9;color:#454548}.principle-pagination{display:flex;justify-content:center;gap:12px;margin-top:18px}.principle-pagination button{min-width:44px;height:44px;border:0;border-bottom:3px solid var(--line);padding:8px;background:none;font-size:12px;font-weight:600;transition:background .25s,border-color .25s}.principle-pagination button[aria-pressed=true],.principle-pagination button:hover{background:var(--yellow);border-color:var(--ink)}@media(max-width:760px){.principle-carousel{margin-top:32px}.principle-arc{height:260px;margin-inline:-20px}.principle-arc-item{width:160px;height:205px;left:calc(50% - 80px);top:16px;padding:12px}.principle-previous,.principle-next{top:178px;width:40px;height:40px}.principle-previous{left:calc(50% - 120px)}.principle-next{right:calc(50% - 120px)}.principle-detail h3{font-size:28px}.principle-detail ul{font-size:15px}.principle-details{min-height:215px}}.academy-page{color:#09090b;background:#fff}.academy-page .container{width:min(1280px,calc(100% - 112px))}.academy-page .section-title{font-size:48px;line-height:1.32}.academy-page .button{min-height:54px;border:2px solid #09090b;border-radius:40px;box-shadow:3px 4px #09090b;transition:background-color .32s,transform .32s,box-shadow .32s}.academy-page .button:hover{transform:translate(-2px,-3px);box-shadow:5px 7px #09090b}.academy-page .button:active{transform:translate(2px,3px);box-shadow:0 0 #09090b}.academy-page :is(a,button,summary,[role=tabpanel]):focus-visible{outline:3px solid #09090b;outline-offset:6px}.academy-hero{position:relative;height:calc(100svh - var(--header-height) - 22px);min-height:480px;isolation:isolate;background:var(--ink);color:#fff}.academy-hero:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#09090ba6,#09090b24 80%)}.academy-hero-heading{position:relative;height:100%;padding-block:32px;display:flex;align-items:center}.academy-hero-copy{padding-bottom:40px}.academy-page .academy-breadcrumb{flex-wrap:wrap;margin-bottom:28px;line-height:22px;position:absolute;top:32px;left:0;color:#fff}.academy-hero .eyebrow{margin-bottom:12px;line-height:20px}.academy-hero h1{font-size:64px;font-weight:800;line-height:1.25}.academy-hero-support{margin-top:16px;font-size:24px;font-weight:600;line-height:1.5}.academy-hero-photo{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 55%}.academy-page .academy-principles{padding-top:80px}.academy-programs{position:relative;background:var(--paper)}.academy-program-anchor{position:absolute;top:0;left:0;width:1px;height:1px;pointer-events:none}.academy-programs-heading{margin-bottom:38px}.academy-goal{margin-top:22px;font-size:18px;line-height:1.8}.academy-goal strong{margin-left:12px;font-weight:600}.academy-mobile-break{display:none}.academy-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;width:min(100%,780px);margin-bottom:64px}.academy-page .academy-tab{min-width:0;gap:12px;padding:13px 18px;background:transparent;font-size:17px;line-height:1.4;white-space:nowrap;transition:background-color .3s,transform .3s,box-shadow .3s}.academy-page .academy-tab[aria-selected=true],.academy-page .academy-tab:hover{background:var(--yellow)}.academy-programs-stage{display:grid;min-height:600px}.academy-panel{position:relative;display:grid;grid-area:1 / 1;visibility:hidden;min-height:600px;grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);align-items:start;align-content:start;gap:72px}.academy-panel.is-active{visibility:visible}.academy-program-figure{min-width:0;margin:26px 0 0;overflow:hidden;border-radius:6px}.academy-program-photo{width:100%;height:auto;aspect-ratio:1840 / 856;object-fit:contain;object-position:center}.academy-program-copy{min-width:0}.academy-program-english{margin-bottom:12px;font-size:13px;font-weight:500;line-height:1.6}.academy-program-copy>h3{font-size:32px;font-weight:800;line-height:1.4}.academy-courses{margin-top:28px;border-top:1px solid rgb(9 9 11 / 30%)}.academy-course{border-bottom:1px solid rgb(9 9 11 / 30%)}.academy-course summary{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:62px;padding-block:17px;font-size:19px;font-weight:700;line-height:1.5;cursor:pointer;list-style:none}.academy-course summary::-webkit-details-marker{display:none}.academy-course summary::marker{content:""}.academy-course summary svg{flex:0 0 20px;transition:transform .3s}.academy-course summary:hover{text-decoration:underline;text-underline-offset:5px}.academy-course[open] summary svg{transform:rotate(180deg)}.academy-course>p{margin:0;padding:0 32px 22px 0;font-size:16px;line-height:1.9;overflow-wrap:anywhere}.academy-recruitment{background:var(--orange);text-align:center}.academy-recruitment .section-title{max-width:840px;margin-inline:auto}.academy-recruitment .highlight:after{background:var(--yellow)}.academy-recruitment p{margin-top:24px;font-size:22px;font-weight:600;line-height:1.6}.academy-page .academy-recruitment-link{max-width:100%;margin-top:34px;background:var(--yellow)}.academy-page .academy-recruitment-link:hover{background:var(--yellow)}@media(max-width:1100px){.academy-panel{gap:40px}}@media(max-width:900px)and (min-width:761px){.academy-programs-stage,.academy-panel{min-height:700px}.academy-panel{gap:32px}}@media(max-width:760px){.academy-page .container{width:calc(100% - 40px)}.academy-page .section-title{font-size:32px;line-height:1.4}.academy-hero{min-height:420px}.academy-hero-heading{padding-block:24px}.academy-page .academy-breadcrumb{margin-bottom:24px;top:24px}.academy-hero h1{font-size:40px;line-height:1.3}.academy-hero-support{margin-top:12px;font-size:20px;line-height:1.5}.academy-hero-photo{object-position:58% center}.academy-page .academy-principles{padding-top:64px}.academy-goal{margin-top:18px;font-size:16px}.academy-title-separator{display:none}.academy-title-programs{display:block}.academy-goal strong{margin-left:0}.academy-mobile-break{display:block}.academy-tabs{gap:10px;margin-bottom:40px}.academy-page .academy-tab{gap:0;padding:12px 6px;font-size:14px}.academy-tab>svg{display:none}.academy-programs-stage,.academy-panel{min-height:0}.academy-panel{grid-template-columns:minmax(0,1fr);gap:36px}.academy-program-figure{margin-top:0;padding-right:6px}.academy-program-copy>h3{font-size:28px;line-height:1.4}.academy-courses{margin-top:22px}.academy-course summary{font-size:18px}.academy-course>p{padding-right:0;font-size:15px}.academy-recruitment p{font-size:20px}.academy-page .academy-recruitment-link{padding-inline:18px;gap:12px}}@media(prefers-reduced-motion:reduce){.academy-page *,.academy-page *:before,.academy-page *:after{animation:none;transition:none}}.game-hero,.about-hero{position:relative;height:570px;background:var(--ink);color:#fff;overflow:hidden}.game-hero{height:calc(100svh - var(--header-height) - 22px);min-height:480px}.game-hero-bg,.game-hero-shade,.about-hero-image,.about-hero-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.game-hero-shade{background:linear-gradient(90deg,#09090b80,transparent 85%)}.game-hero>.container,.about-hero>.container{position:relative;z-index:1;height:100%;padding-top:32px}.game-hero-copy{position:absolute;top:50%;transform:translateY(-50%);padding:0 0 40px}.game-hero-copy>p:first-child{font-size:20px;font-weight:600;margin-bottom:12px}.game-hero h1{font-size:88px;line-height:1.25;font-weight:700}.game-hero-subtitle{margin-top:20px;font-size:17px}.game-hero-copy .button{margin-top:30px}.game-store-links{display:flex;justify-content:center;gap:14px}.game-store-links--hero{position:absolute;right:56px;bottom:36px;z-index:2}.game-store-links img{width:160px;height:auto;transition:transform .25s}.game-store-links a:hover img{transform:translateY(-4px)}.game-intro .container{max-width:900px}.game-intro .section-title{margin-bottom:35px}.game-intro .section-copy+.section-copy{margin-top:18px}.game-characters{background:var(--orange);padding:65px 0}.character-layout{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.character-image{min-width:0;height:540px;display:flex;justify-content:center;align-items:center;animation:character-in .5s var(--ease)}.character-image img{height:100%;width:100%;object-fit:contain}.character-image--max img{height:50%;width:50%}.character-tabs{display:flex;gap:25px;margin-top:32px;border-bottom:1px solid #09090b44}.character-tabs button{border:1px solid transparent;border-radius:999px;background:none;padding:12px 16px;font-size:16px;font-weight:600}.character-tabs button[aria-selected=true]{background:var(--yellow);color:var(--ink);border-color:var(--ink)}.character-tabs button:hover{background:var(--yellow)}.character-copy{min-height:125px;padding-top:24px}.character-copy h3{font-size:23px;margin-bottom:13px}.character-copy p{font-size:15px;line-height:1.85;max-width:390px}.game-islands-heading{display:flex;gap:60px;justify-content:space-between;align-items:flex-end;margin-bottom:52px}.game-islands-heading .section-copy{font-size:15px}.island-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.island-gallery figure{margin:0;overflow:hidden}.island-gallery img{aspect-ratio:1;width:100%;object-fit:cover;border-radius:6px;transition:transform .6s}.island-gallery figure:hover img{transform:scale(1.025)}.island-gallery figcaption{padding:18px 0;display:flex;justify-content:space-between;font-size:14px;border-bottom:1px solid var(--line)}.island-gallery figcaption span{color:var(--muted);font-size:12px}.game-end{--focus-color:var(--ink);text-align:center;padding:70px 0 80px;background:var(--yellow);margin-bottom:0}.game-end p{margin-top:20px;margin-bottom:32px;font-size:16px}.game-end .button{background:var(--yellow);margin-right:26px}.about-hero-image{top:-8%;height:116%;object-position:center 58%}.about-hero-shade{background:#09090b59}.about-hero-copy{position:absolute;left:0;width:100%;top:45%;transform:translateY(-20%);text-align:center}.about-hero-copy>p:first-child{font-size:19px;margin-bottom:23px}.about-hero-copy h1{font-size:72px;font-weight:800}.about-hero-copy>p:last-child{font-size:18px;margin-top:25px}.about-story>.container{display:grid;grid-template-columns:.9fr 1.3fr;gap:90px}.about-year{display:block;font-size:72px;font-weight:600;margin-top:45px;color:var(--ink)}.about-year>span{display:block;font-size:14px;font-weight:400;margin-top:4px}.about-story-text{font-size:16px;line-height:1.95;color:#454548}.about-story-text p+p{margin-top:24px}.about-culture{--highlight-color:var(--orange);background:var(--yellow);padding:80px 0}.culture-statements{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:45px 0}.culture-statement{font-size:26px;line-height:1.7;font-weight:700;max-width:520px}.culture-statements>div+div{border-left:1px solid #09090b44;padding-left:50px}.culture-subheading{position:relative;width:fit-content;align-self:start;isolation:isolate;font-size:18px;line-height:1.5;font-weight:700;margin:0 0 24px}.culture-subheading:after{content:"";position:absolute;bottom:0;left:-3px;right:-3px;height:7px;background:#ff5933;z-index:-1;transform:rotate(-2deg)}.culture-values-heading{display:flex;align-items:center;justify-content:space-between}.culture-values-heading .culture-subheading{margin:0}.culture-value-list{display:grid;grid-template-columns:1fr 1fr 1.2fr 1fr 1fr;align-items:center;gap:26px;list-style:none;margin:0;padding:76px 12px 64px;width:100%}.culture-value{position:relative;min-width:0}.culture-value:nth-child(2n){top:14px}.culture-bubble{position:relative;width:100%;aspect-ratio:1;border:2px solid #ff5933;border-radius:50%;background:#fff;color:var(--ink);display:flex;align-items:center;justify-content:center;padding:12px;box-shadow:4px 8px #ff5933,inset 3px 5px #ffffff75;cursor:default;transform-origin:50% 80%;-webkit-tap-highlight-color:transparent}.culture-value:nth-child(odd) .culture-bubble{background:#ff5933;box-shadow:4px 8px #ff593355,inset 3px 5px #ffffff75}.culture-value-name{font-size:28px;font-weight:800;white-space:nowrap}.culture-value:nth-child(3) .culture-value-name{font-size:42px}.culture-bubble:focus-visible{outline:3px solid var(--ink);outline-offset:8px}.culture-atmosphere{display:grid;grid-template-columns:1fr 3fr;gap:32px;margin-top:60px}.culture-atmosphere .culture-bottom{margin:0;font-size:18px;line-height:2.2}@media(max-width:700px){.culture-value-scroll{overflow-x:auto;scrollbar-color:#ff5933 transparent;scrollbar-width:thin}.culture-value-list{min-width:850px;gap:22px;padding:64px 12px 42px}.culture-value-name{font-size:22px}.culture-value:nth-child(3) .culture-value-name{font-size:36px}.culture-atmosphere{grid-template-columns:1fr;gap:0;margin-top:40px}.culture-atmosphere .culture-bottom{font-size:15px}}@media(min-width:701px)and (max-width:1100px){.culture-value-name{font-size:22px}}.culture-bottom{font-size:15px;line-height:2;margin-top:35px}.about-video-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:38px}.about-video-heading>p{font-size:15px}.about-video-player{width:100%;position:relative;display:block;background:var(--ink);border:0;padding:0;overflow:hidden}.about-video-player img{width:100%;aspect-ratio:2.52;object-fit:cover;opacity:.84;transition:transform .7s,opacity .7s}.about-video-player:hover img{transform:scale(1.02);opacity:1}.about-video-player>span{width:80px;height:80px;border-radius:50%;background:var(--yellow);border:2px solid var(--ink);box-shadow:3px 4px 0 var(--ink);display:grid;place-items:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.about-video-player svg{margin-left:4px}.about-locations{background:#f4f4f5}.about-locations>.container{display:grid;grid-template-columns:1fr 1fr;gap:90px}.location-list>div{display:flex;align-items:center;gap:30px;border-bottom:1px solid #c7c7ca;padding:23px 0}.location-list>div>span{font-size:12px;color:var(--muted)}.location-list h3{font-size:24px;font-weight:600;margin-right:auto}.location-list>.text-link{margin-top:28px}.location-disclosure{border-bottom:1px solid #c7c7ca}.location-disclosure summary{display:flex;align-items:center;gap:30px;padding:23px 0;cursor:pointer;list-style:none}.location-disclosure summary::-webkit-details-marker{display:none}.location-disclosure summary>span{font-size:12px;color:var(--muted)}.location-disclosure summary:hover h3{text-decoration:underline;text-decoration-color:var(--yellow);text-underline-offset:6px}.location-disclosure summary>svg{transition:transform .3s}.location-disclosure[open] summary>svg{transform:rotate(180deg)}.location-address{display:flex;align-items:flex-start;gap:12px;padding:0 0 26px 45px}.location-address svg{flex:none;margin-top:5px}.location-address address{font-style:normal;font-size:15px;line-height:1.9;overflow-wrap:anywhere}.contact-layout{display:grid;grid-template-columns:1.15fr 1fr;gap:100px}.contact-methods{margin-top:34px}.contact-methods>a,.contact-methods>button{display:flex;align-items:center;gap:22px;width:100%;text-align:left;background:none;border:0;border-bottom:1px solid var(--line);padding:24px 0}.contact-methods small{font-size:12px;color:var(--muted);display:block;margin-bottom:8px}.contact-methods strong{font-size:18px;font-weight:500;overflow-wrap:anywhere}.contact-methods>a>svg:last-child,.contact-methods>button>svg:last-child{margin-left:auto;width:19px}.contact-methods>a:hover>svg:last-child,.contact-methods>button:hover>svg:last-child{transform:translate(3px,-3px)}.contact-office>img{aspect-ratio:4/3;object-fit:cover;width:100%;border-radius:6px}.contact-office>h3{display:flex;align-items:center;gap:9px;font-size:19px;font-weight:600;margin:25px 0 16px}.contact-office>p{font-size:14px;line-height:1.9}.copy-address{background:none;border:0;border-bottom:1px solid var(--ink);padding:8px 0;margin-top:15px;font-size:13px}.contact-office>.copy-status{font-size:12px;color:var(--muted);min-height:24px;margin-top:9px}.contact-jobs{padding:64px 0;background:var(--yellow);margin-bottom:0}.contact-jobs>.container{display:flex;align-items:center;justify-content:space-between;gap:45px}.contact-jobs h2{font-size:32px;font-weight:700;margin-bottom:18px}.contact-jobs p{font-size:15px;line-height:1.8}.privacy-copy{max-width:820px}.privacy-copy h2{font-size:24px;margin:34px 0 18px}.privacy-copy h2:first-child{margin-top:0}.privacy-copy p{font-size:16px;line-height:1.9;color:#444}.privacy-copy a{text-decoration:underline}.privacy-copy>.text-link{margin-top:35px}.not-found{padding-bottom:120px;background:var(--yellow-soft)}.not-found>.container{padding-top:100px}.not-found>.container>span{font-size:110px;font-weight:700}.not-found h1{font-size:44px;margin:12px 0 24px}.not-found p{font-size:17px;margin-bottom:34px}.not-found .text-link{margin-left:28px}@keyframes character-in{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:none}}@media(max-width:1100px){.about-story>.container{gap:55px}.contact-layout{gap:55px}.contact-methods strong{font-size:16px}.character-layout{gap:30px}.character-image{height:430px}.game-islands-heading{gap:40px}}@media(max-width:760px){.game-hero{height:calc(100svh - var(--header-height) - 22px);min-height:420px}.game-hero-bg{object-position:59% center}.game-hero-copy{padding:0 0 45px}.game-hero h1{font-size:49px}.game-hero-copy>p:first-child{font-size:16px}.game-hero-subtitle{font-size:14px}.game-hero-copy .button{margin-top:28px}.game-store-links{gap:12px;max-width:292px;margin-inline:auto}.game-store-links--hero{bottom:24px;right:20px;left:20px;margin-inline:0}.game-store-links a{flex:1;min-width:0}.game-store-links img{width:100%}.game-intro .container{width:calc(100% - 40px)}.game-intro .section-title{margin-bottom:28px}.game-intro .section-copy{line-height:1.95}.game-characters{padding:50px 0 35px}.character-layout{display:flex;flex-direction:column;gap:28px;align-items:stretch}.character-layout>div:last-child{order:-1}.character-image{height:330px}.character-tabs{margin-top:25px}.character-copy{min-height:115px;padding-top:20px}.game-islands-heading{display:block;margin-bottom:32px}.game-islands-heading .section-copy{margin-top:25px}.island-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:18px;padding-bottom:10px}.island-gallery>figure{min-width:85%;scroll-snap-align:start}.game-end{padding:55px 0 60px}.game-end .button{margin-right:0}.game-end .text-link{display:flex;width:fit-content;margin:24px auto 0}.about-hero{height:450px}.about-hero-image{object-position:center bottom}.about-hero-copy{top:38%}.about-hero-copy h1{font-size:40px}.about-hero-copy>p:first-child{font-size:14px}.about-hero-copy>p:last-child{font-size:14px;line-height:1.9;margin-top:22px}.about-story>.container{display:block}.about-year{font-size:64px;margin-top:26px}.about-story-text{font-size:15px;margin-top:36px}.about-culture{padding:55px 0}.culture-statements{display:block;padding:32px 0}.culture-statements>div+div{padding:28px 0 0;border-left:0}.culture-statement{font-size:23px}.culture-values{grid-template-columns:1fr 1fr;gap:26px 20px;padding:25px 0}.culture-values span{margin-bottom:10px}.culture-values h3{font-size:19px}.culture-bottom{font-size:14px;line-height:2;margin-top:26px}.about-video-heading{display:block;margin-bottom:27px}.about-video-heading p{margin-top:20px;font-size:14px}.about-video-player img{aspect-ratio:1.5}.about-video-player>span{width:58px;height:58px}.about-video-player svg{width:24px}.about-locations>.container{display:block}.location-list{margin-top:30px}.location-list h3{font-size:22px}.contact-layout{display:block}.contact-methods>a,.contact-methods>button{gap:15px}.contact-methods strong{font-size:15px}.contact-methods svg{width:20px}.contact-office{margin-top:45px}.contact-office>h3{font-size:19px}.contact-jobs{padding:50px 0}.contact-jobs>.container{display:block}.contact-jobs h2{font-size:27px}.contact-jobs p{font-size:14px}.contact-jobs .button{margin-top:26px}.privacy-copy h2{font-size:21px}.privacy-copy p{font-size:15px}.not-found>.container{padding-top:75px}.not-found>.container>span{font-size:85px}.not-found h1{font-size:30px;line-height:1.5}.not-found p{font-size:15px;line-height:1.8}.not-found .text-link{display:flex;margin:25px 0 0;width:fit-content}}@font-face{font-family:Readex Pro;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/readex-latin.woff2) format("woff2");unicode-range:U+0000-024F}@font-face{font-family:Noto Sans SC;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/noto-sc-0.woff2) format("woff2");unicode-range:U+3001,U+3002,U+300C,U+300D,U+4E00,U+4E07,U+4E09,U+4E0A,U+4E0B,U+4E0D,U+4E0E,U+4E13,U+4E16,U+4E1A,U+4E22,U+4E24,U+4E27,U+4E2A,U+4E2D,U+4E30,U+4E34,U+4E38,U+4E39,U+4E3A,U+4E3B,U+4E3E,U+4E45,U+4E48,U+4E49,U+4E4B,U+4E50,U+4E52,U+4E53,U+4E5D,U+4E5F,U+4E60,U+4E66,U+4E70,U+4E86,U+4E88,U+4E89,U+4E8B,U+4E8C,U+4E8E,U+4E92,U+4E94,U+4E9B,U+4EA4,U+4EA6,U+4EA7,U+4EAB,U+4EAE,U+4EB2,U+4EBA,U+4EC0,U+4EC5,U+4ECA,U+4ECB,U+4ECE,U+4ED6,U+4ED8,U+4ED9,U+4EE3,U+4EE4,U+4EE5,U+4EEA,U+4EEC,U+4EF6,U+4EF7,U+4EFB,U+4EFD,U+4EFF,U+4F01,U+4F0F,U+4F11,U+4F17,U+4F18,U+4F19,U+4F1A,U+4F20,U+4F24,U+4F34,U+4F3C,U+4F46,U+4F4D,U+4F4F,U+4F53,U+4F5B,U+4F5C,U+4F60,U+4F6C,U+4F7F,U+4F9B,U+4F9D,U+4FDD,U+4FE1,U+500D,U+5012,U+5019,U+503C,U+5047,U+505A,U+505C,U+5065,U+50A8,U+50CF,U+513F,U+5141,U+5143,U+5145,U+5148,U+5149,U+514B,U+514D,U+5151,U+515A,U+515C,U+5165,U+5168,U+516B,U+516C,U+516D,U+5171,U+5173,U+5174,U+5176,U+5177,U+5178,U+517B,U+517C,U+517D,U+5185,U+518C,U+518D,U+5192,U+519B,U+519C,U+51A0,U+51B0,U+51B5,U+51C6,U+51E0,U+51FA,U+51FB,U+5206,U+5207,U+5212,U+5217,U+5219,U+521B,U+521D,U+5224,U+5229,U+522B,U+5230,U+5236,U+5237,U+5238,U+523B,U+524D,U+526A,U+526F,U+529B,U+529E,U+529F,U+52A0,U+52A1,U+52A8,U+52A9,U+52AA,U+52B1,U+52B2,U+52BF,U+52C7,U+52D2,U+52E4,U+52FE,U+5305,U+5316,U+5319,U+533A,U+5341,U+5347,U+5348,U+534A,U+534E,U+534F,U+5355,U+5357,U+535A,U+5361,U+5370,U+5373,U+5374,U+5386,U+5389,U+539A,U+539F,U+53BB,U+53C2,U+53C8,U+53CA,U+53CB,U+53CC,U+53CD,U+53D1,U+53D6,U+53D7,U+53D8,U+53E0,U+53E3,U+53E5,U+53E6,U+53EA,U+53EB,U+53EF,U+53F0,U+53F6,U+53F7,U+53F8,U+53FC,U+53FD,U+5403,U+5404,U+5408,U+5409,U+540C,U+540D,U+540E,U+5410,U+5411,U+5417,U+541B,U+5427,U+542C,U+542F,U+5438,U+5439,U+544A,U+5458,U+5468,U+5473,U+547C,U+547D,U+548B,U+548C,U+5495,U+5496,U+54A8,U+54AC,U+54B8,U+54C1,U+54C7,U+54C9,U+54CD,U+54DF,U+54E5,U+54EA,U+5546,U+554A}@font-face{font-family:Noto Sans SC;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/noto-sc-1.woff2) format("woff2");unicode-range:U+5566,U+5582,U+558A,U+559C,U+559D,U+55A7,U+55B3,U+55E8,U+5634,U+5668,U+566A,U+56A3,U+56BC,U+56CA,U+56DE,U+56E0,U+56E2,U+56ED,U+56F0,U+56F4,U+56FA,U+56FD,U+56FE,U+5706,U+5708,U+5723,U+5728,U+5730,U+5733,U+573A,U+5740,U+5747,U+5750,U+575A,U+5761,U+5766,U+576A,U+578B,U+57CE,U+57D4,U+57DF,U+57F9,U+57FA,U+5802,U+5806,U+585E,U+5883,U+58EB,U+58F0,U+58F6,U+5904,U+5907,U+590D,U+5916,U+591A,U+591C,U+591F,U+5927,U+5929,U+592A,U+5931,U+5934,U+5938,U+5947,U+5951,U+5954,U+5956,U+5973,U+5976,U+597D,U+5982,U+5988,U+59CB,U+59D0,U+59FF,U+5A03,U+5A31,U+5A5A,U+5B50,U+5B54,U+5B57,U+5B66,U+5B69,U+5B88,U+5B89,U+5B8C,U+5B98,U+5B9A,U+5B9D,U+5B9E,U+5BA2,U+5BA4,U+5BB3,U+5BB4,U+5BB5,U+5BB6,U+5BB9,U+5BC6,U+5BCC,U+5BD3,U+5BF8,U+5BF9,U+5BFB,U+5BFC,U+5BFF,U+5C01,U+5C06,U+5C0A,U+5C0F,U+5C16,U+5C2C,U+5C31,U+5C3D,U+5C3E,U+5C40,U+5C45,U+5C4A,U+5C4B,U+5C4F,U+5C51,U+5C55,U+5C5E,U+5C71,U+5C7F,U+5C97,U+5C9B,U+5DDE,U+5DE5,U+5DE7,U+5DE9,U+5DEE,U+5DF1,U+5DF2,U+5DF4,U+5E02,U+5E03,U+5E08,U+5E0C,U+5E10,U+5E26,U+5E2D,U+5E2E,U+5E37,U+5E38,U+5E55,U+5E72,U+5E73,U+5E74,U+5E76,U+5E78,U+5E7B,U+5E7F,U+5E8F,U+5E94,U+5E95,U+5E97,U+5EA6,U+5EA7,U+5EB7,U+5EFA,U+5F00,U+5F02,U+5F0F,U+5F15,U+5F20,U+5F2F,U+5F39,U+5F3A,U+5F52,U+5F53,U+5F62,U+5F69,U+5F71,U+5F7B,U+5F7C,U+5F80,U+5F85,U+5F88,U+5F97,U+5FAE,U+5FC3,U+5FC5,U+5FC6,U+5FCD,U+5FD7,U+5FD9,U+5FEB,U+5FF5,U+6000,U+6001,U+600E,U+6015,U+601D,U+6025,U+602A,U+603B,U+604D,U+6050,U+606D,U+606F,U+607C,U+6084,U+609F,U+60A0,U+60A8,U+60C5,U+60CA,U+60E0,U+60EB,U+60F3,U+6108,U+6109,U+610F,U+611F,U+613F,U+6162,U+61C2,U+620F,U+6210,U+6211,U+6216,U+6218,U+6237,U+623F,U+6240,U+6241,U+624B,U+624D,U+6252,U+6253,U+6263,U+626B,U+627E,U+627F,U+6280,U+628A,U+6295,U+6296,U+62A4,U+62A5,U+62B1,U+62BD,U+62C5,U+62C6,U+62C9,U+62CD,U+62D2,U+62D3,U+62DB,U+62DF,U+62E5,U+62E7,U+62E9,U+62EC,U+62FC,U+62FF,U+6301,U+6302,U+6307,U+6309}@font-face{font-family:Noto Sans SC;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/noto-sc-2.woff2) format("woff2");unicode-range:U+6311,U+6321,U+6324,U+6325,U+632A,U+633A,U+6342,U+6349,U+6355,U+6362,U+636E,U+6377,U+6380,U+638C,U+6392,U+63A2,U+63A5,U+63A7,U+63A8,U+63B7,U+63CF,U+63D0,U+63D2,U+63E1,U+63ED,U+63F4,U+641C,U+641E,U+642D,U+643A,U+6446,U+64AD,U+64C5,U+64CD,U+652F,U+6536,U+6539,U+653B,U+653E,U+653F,U+6545,U+6548,U+654F,U+6570,U+6572,U+6574,U+6587,U+6599,U+65AD,U+65B0,U+65B9,U+65BD,U+65C1,U+65C5,U+65E0,U+65E2,U+65E5,U+65E9,U+65F6,U+65FA,U+660E,U+661F,U+6625,U+662F,U+6635,U+663E,U+664B,U+6653,U+665A,U+6668,U+666F,U+667A,U+6682,U+6696,U+66B4,U+66F2,U+66F4,U+6700,U+6708,U+6709,U+670B,U+670D,U+671B,U+671F,U+6728,U+672A,U+672C,U+672F,U+673A,U+6742,U+6743,U+6750,U+6761,U+6765,U+676F,U+677E,U+677F,U+6781,U+6797,U+679C,U+67B6,U+67D0,U+67D4,U+67DA,U+67E5,U+6807,U+6811,U+6821,U+6837,U+6838,U+6839,U+683C,U+6842,U+6846,U+6848,U+684C,U+6897,U+68A6,U+68B0,U+68C0,U+6905,U+690D,U+697C,U+6A21,U+6A58,U+6B21,U+6B22,U+6B3E,U+6B47,U+6B4C,U+6B63,U+6B64,U+6B65,U+6BB5,U+6BCF,U+6BD4,U+6BD5,U+6BEF,U+6C14,U+6C1B,U+6C34,U+6C38,U+6C42,U+6C49,U+6C57,U+6C60,U+6C64,U+6C89,U+6C9F,U+6CA1,U+6CB3,U+6CB8,U+6CBB,U+6CBF,U+6CC9,U+6CD5,U+6CDB,U+6CE1,U+6CE2,U+6CE8,U+6CEF,U+6CF3,U+6D1E,U+6D3B,U+6D3D,U+6D3E,U+6D41,U+6D4F,U+6D51,U+6D77,U+6D78,U+6D88,U+6DB2,U+6DB5,U+6DF1,U+6DF7,U+6E05,U+6E29,U+6E2F,U+6E38,U+6E7E,U+6E90,U+6ED1,U+6EDA,U+6EE1,U+6EE4,U+6F14,U+6F2B,U+6F5C,U+6F6E,U+6F88,U+6FC0,U+706B,U+706F,U+7075,U+70B8,U+70B9,U+70C8,U+70CA,U+70E6,U+70ED,U+7136,U+7167,U+7206,U+7231,U+7238,U+723D,U+7247,U+7248,U+724C,U+7259,U+725B,U+7269,U+7279,U+7280,U+72B6,U+72C2,U+72EC,U+731C,U+732B,U+732E,U+7387,U+738B,U+73A9,U+73AF,U+73B0,U+73BB,U+73CD,U+7403,U+7405,U+7406,U+7433,U+7483,U+74DC,U+751A,U+751C,U+751F,U+7528,U+7531,U+7535,U+753B,U+754C,U+7559,U+756A,U+7591,U+75AF,U+75B2,U+75BE,U+75C5,U+767B,U+7684,U+76CA,U+76D2,U+76D6,U+76D7,U+76D8,U+76DB,U+76EE,U+76F2,U+76F4}@font-face{font-family:Noto Sans SC;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/noto-sc-3.woff2) format("woff2");unicode-range:U+76F8,U+7701,U+770B,U+771F,U+773C,U+7740,U+775B,U+7761,U+7784,U+77AC,U+77B3,U+77E5,U+77ED,U+7801,U+7802,U+7814,U+7834,U+786E,U+788C,U+788E,U+7891,U+7897,U+78E8,U+793A,U+793C,U+793E,U+7956,U+795D,U+795E,U+7965,U+7968,U+7984,U+798F,U+79BB,U+79C0,U+79C1,U+79CB,U+79CD,U+79D2,U+79D8,U+79DF,U+79EF,U+79F0,U+7A0B,U+7A33,U+7A7A,U+7A7F,U+7A81,U+7A97,U+7ACB,U+7AD9,U+7ADE,U+7ADF,U+7AE0,U+7AE5,U+7AEF,U+7B11,U+7B14,U+7B26,U+7B2C,U+7B3C,U+7B49,U+7B51,U+7B54,U+7B56,U+7B5B,U+7B79,U+7B7E,U+7B80,U+7BA1,U+7BB1,U+7BC7,U+7BF7,U+7C73,U+7C7B,U+7CB9,U+7CBE,U+7CD6,U+7CFB,U+7D20,U+7D22,U+7D27,U+7D2F,U+7EA2,U+7EA6,U+7EA7,U+7EAF,U+7EB3,U+7EB7,U+7EB8,U+7EBF,U+7EC4,U+7EC6,U+7EC8,U+7ECD,U+7ECF,U+7ED3,U+7ED5,U+7ED8,U+7ED9,U+7EDD,U+7EDF,U+7EE7,U+7EE9,U+7EED,U+7EF3,U+7EF4,U+7EFC,U+7EFF,U+7F16,U+7F20,U+7F51,U+7F6E,U+7F8A,U+7F8E,U+7FA4,U+7FC1,U+7FFB,U+7FFC,U+8001,U+8003,U+8005,U+800C,U+804C,U+8052,U+8054,U+8058,U+805A,U+8089,U+809A,U+80A1,U+80A9,U+80B2,U+80BE,U+80C3,U+80CC,U+80DC,U+80FD,U+810F,U+8111,U+811A,U+8131,U+8138,U+8146,U+817A,U+817C,U+817E,U+817F,U+81EA,U+81F3,U+820C,U+8212,U+821E,U+822A,U+8272,U+8282,U+8292,U+82AC,U+82B1,U+82DF,U+82E6,U+8336,U+8349,U+8363,U+83B7,U+83DC,U+840C,U+8425,U+843D,U+8463,U+849C,U+84C4,U+853D,U+8584,U+85AA,U+85CF,U+864E,U+86CB,U+871C,U+878D,U+8840,U+884C,U+8857,U+8865,U+8868,U+88AB,U+88AD,U+88C1,U+88C5,U+8981,U+8986,U+89C1,U+89C2,U+89C4,U+89C6,U+89C8,U+89C9,U+89D2,U+89E3,U+8A00,U+8A89,U+8B66,U+8BA1,U+8BA4,U+8BA9,U+8BAD,U+8BAE,U+8BB0,U+8BB2,U+8BB8,U+8BBA,U+8BBE,U+8BC1,U+8BC6,U+8BCD,U+8BDA,U+8BDD,U+8BDE,U+8BE0,U+8BE2,U+8BE5,U+8BE6,U+8BED,U+8BEF,U+8BF4,U+8BF7,U+8BFB,U+8BFE,U+8C01,U+8C03,U+8C0B,U+8C13,U+8C1C,U+8C22,U+8C31,U+8C61,U+8C6A,U+8C8C,U+8D21,U+8D22,U+8D23,U+8D25,U+8D26,U+8D27,U+8D34,U+8D35,U+8D39,U+8D3A,U+8D44,U+8D4B,U+8D4F,U+8D5A,U+8D5B,U+8D62,U+8D70,U+8D76,U+8D77,U+8D85,U+8D8A,U+8DA3}@font-face{font-family:Noto Sans SC;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/noto-sc-4.woff2) format("woff2");unicode-range:U+8DB3,U+8DB4,U+8DBE,U+8DC3,U+8DDF,U+8DEF,U+8DF3,U+8E0F,U+8E2A,U+8E2E,U+8E44,U+8E48,U+8E72,U+8E81,U+8EAB,U+8F66,U+8F6C,U+8F6E,U+8F7B,U+8F7D,U+8F83,U+8F85,U+8F9B,U+8FB9,U+8FBE,U+8FC7,U+8FCE,U+8FD0,U+8FD4,U+8FD8,U+8FD9,U+8FDB,U+8FDC,U+8FDE,U+8FED,U+8FFD,U+9001,U+9003,U+9009,U+900F,U+9012,U+9014,U+901A,U+901B,U+901F,U+9020,U+9047,U+904D,U+9053,U+905B,U+907F,U+90A3,U+90AE,U+90E8,U+90FD,U+914D,U+9152,U+916C,U+9192,U+91CA,U+91CC,U+91CD,U+91CE,U+91CF,U+91D1,U+9488,U+949F,U+94A5,U+94BB,U+94C1,U+94FA,U+94FE,U+9500,U+9501,U+9519,U+9526,U+952E,U+955C,U+957F,U+95E8,U+95EA,U+95ED,U+95EE,U+95F2,U+95F4,U+95F9,U+95FB,U+9605,U+9614,U+961F,U+9635,U+9636,U+963F,U+9644,U+9645,U+9648,U+9650,U+9664,U+9669,U+966A,U+968F,U+9690,U+9699,U+96BE,U+96C6,U+96EA,U+96F6,U+9700,U+9760,U+9762,U+97F3,U+9875,U+9876,U+9879,U+987A,U+987B,U+987E,U+987F,U+9884,U+9886,U+9891,U+9897,U+9898,U+989C,U+989D,U+98CE,U+98D8,U+98D9,U+98DE,U+98DF,U+9910,U+996D,U+996E,U+9970,U+9971,U+997C,U+998B,U+9996,U+9999,U+99A8,U+9A6C,U+9A76,U+9A8C,U+9A91,U+9AD8,U+9B3C,U+9B42,U+9B45,U+9C7C,U+9C9C,U+9CA4,U+9E1F,U+9E2D,U+9E45,U+9E6D,U+9EC4,U+9ED8,U+9F13,U+9F99,U+FF01,U+FF08,U+FF09,U+FF0C,U+FF1A,U+FF1B,U+FF1F,U+FF5C,U+FF5E,U+FF65}:root{font-family:Readex Pro,Noto Sans SC,Microsoft YaHei,sans-serif;color:#09090b;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--ink: #09090b;--paper: #fff;--yellow: #ffee34;--orange: #ff5933;--yellow-soft: color-mix(in srgb, var(--yellow) 18%, var(--paper));--highlight-color: var(--yellow);--focus-color: var(--orange);--muted: #606064;--line: #dedee0;--page-width: 1280px;--header-height: 132px;--vi-divider-height: 18px;--vi-divider-background: linear-gradient(to bottom, var(--yellow) 0 50%, var(--orange) 50% 100%);--ease: cubic-bezier(.22, .68, 0, 1.01)}*{box-sizing:border-box;letter-spacing:0}html{scroll-padding-top:100px}body{margin:0;min-width:0}button,input,select,textarea{font:inherit;color:inherit}button,a{-webkit-tap-highlight-color:transparent}button,a,input,select,textarea{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button svg,a svg{flex-shrink:0}h1,h2,h3,h4,p{margin:0}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}::selection{background:var(--yellow);color:var(--ink)}:focus-visible{outline:3px solid var(--focus-color);outline-offset:5px}.container{width:min(var(--page-width),calc(100% - 112px));margin-inline:auto}.section{padding-block:112px}.eyebrow{font-size:13px;font-weight:600;margin-bottom:24px;display:flex;align-items:center;gap:12px}.eyebrow:before{content:"";width:24px;height:3px;background:currentColor}.section-title{font-size:48px;font-weight:800;line-height:1.32}.section-copy{font-size:17px;line-height:1.9;color:#454548}.highlight{position:relative;z-index:0;white-space:nowrap}.highlight:after{content:"";position:absolute;z-index:-1;background:var(--highlight-color);height:28%;bottom:3%;left:-3%;right:-3%;transform:rotate(-2deg)}.button{min-height:54px;padding:12px 25px;border:2px solid var(--ink);border-radius:40px;background:var(--yellow);color:var(--ink);box-shadow:3px 4px 0 var(--ink);display:inline-flex;justify-content:center;align-items:center;gap:18px;font-size:15px;font-weight:600;transition:transform .32s,box-shadow .32s,background .32s}.button:hover{background:var(--yellow);transform:translate(-2px,-3px);box-shadow:5px 7px 0 var(--ink)}.button:active{transform:translate(2px,3px);box-shadow:0 0 0 var(--ink)}.button--yellow,.button--yellow:hover{background:var(--yellow)}.button--dark{background:var(--yellow);color:var(--ink);border-color:var(--ink);box-shadow:3px 4px 0 var(--ink)}.button--dark:hover{background:var(--yellow);color:var(--ink)}.text-link{display:inline-flex;align-items:center;gap:12px;font-size:15px;font-weight:600;border-bottom:1px solid currentColor;padding-block:8px;transition:gap .25s}.text-link:hover{gap:20px}.icon-button{display:inline-grid;place-items:center;width:46px;height:46px;padding:0;border:1.5px solid var(--ink);border-radius:50%;background:var(--yellow);color:var(--ink);transition:background .2s,transform .2s,box-shadow .2s}.icon-button:hover{background:var(--yellow);transform:translate(-2px,-3px);box-shadow:5px 7px 0 var(--ink)}.icon-button:active{transform:translate(2px,3px);box-shadow:0 0 0 var(--ink)}.tag{width:fit-content;display:inline-block;border-radius:3px;padding:5px 9px;font-size:12px;font-weight:600;background:var(--ink);color:#fff;transform:rotate(-3deg)}.tear-band{position:relative;margin-block:22px}.tear-band:before,.tear-band:after{content:"";position:absolute;height:30px;left:0;width:100%;background:inherit;pointer-events:none}.tear-band:before{top:-29px;clip-path:polygon(0 40%,4% 18%,10% 60%,16% 6%,23% 36%,28% 9%,36% 68%,44% 30%,52% 55%,60% 0,69% 47%,76% 26%,85% 61%,94% 10%,100% 30%,100% 100%,0 100%)}.tear-band:after{bottom:-29px;clip-path:polygon(0 0,100% 0,100% 55%,95% 28%,88% 74%,79% 39%,72% 88%,65% 12%,58% 81%,51% 35%,43% 67%,36% 28%,28% 60%,20% 14%,13% 69%,6% 43%,0 64%)}.skip-link{position:fixed;top:-100px;left:24px;z-index:100;padding:14px 22px;background:var(--yellow);border:2px solid var(--ink)}.skip-link:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-heading{--highlight-color: var(--orange);--focus-color: var(--ink);padding:70px 0 64px;background:var(--yellow)}.page-heading h1{font-size:60px;font-weight:800;line-height:1.25}.page-heading p{margin-top:24px;max-width:700px;font-size:17px;line-height:1.85}.breadcrumb{display:flex;gap:10px;align-items:center;margin-bottom:34px;font-size:13px}.breadcrumb a:hover{text-decoration:underline}.page-main{padding-top:var(--header-height);min-height:70vh}.page-main .page-heading{position:relative}.page-main :is(.game-hero,.about-hero,.careers-hero,.academy-hero,.page-heading):after,.site-footer:before{content:"";position:absolute;left:0;right:0;height:var(--vi-divider-height);background:var(--vi-divider-background);pointer-events:none;z-index:3}.page-main :is(.game-hero,.about-hero,.careers-hero,.academy-hero,.page-heading):after{bottom:0}.site-footer{position:relative;margin-top:var(--vi-divider-height)}.site-footer:before{top:calc(-1 * var(--vi-divider-height))}main:has(>.tear-band:last-child){padding-bottom:85px}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-stopped{overflow:hidden}.lenis [data-lenis-prevent]{overscroll-behavior:contain}@media(min-width:1600px){:root{--page-width: 1440px}}@media(max-width:1100px){.container{width:calc(100% - 72px)}.section-title{font-size:40px}.section{padding-block:88px}}@media(max-width:760px){:root{--header-height: 102px}.container{width:calc(100% - 40px)}.section{padding-block:64px}.section-title{font-size:32px;line-height:1.4}.section-copy{font-size:15px}.eyebrow{font-size:11px;margin-bottom:20px}.button{min-height:50px;padding:12px 20px;font-size:14px;gap:14px}.page-heading{padding:40px 0 45px}.page-heading h1{font-size:38px}.page-heading p{font-size:15px}.breadcrumb{margin-bottom:24px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.language-select{background:transparent;color:inherit;border:0;font:inherit;cursor:pointer;padding:3px 18px 3px 4px;max-width:130px}.language-select option{color:#09090b;background:#fff}html[lang=en] .product-name>span{display:none}.mobile-menu .language-select{font-size:16px;color:#09090b;margin:16px 24px}html[lang=en] .desktop-nav{gap:16px}html[lang=en] .nav-link{font-size:12px}html[lang=en] .section-title{font-size:40px;line-height:1.25}html[lang=en] .mission-copy h2{font-size:38px;line-height:1.3}html[lang=en] .highlight{white-space:normal}html[lang=en] .culture-value-name{font-size:20px;white-space:normal;text-align:center;line-height:1.2}html[lang=en] .culture-value:nth-child(3) .culture-value-name{font-size:32px}html[lang=en] .office-map__label-name{font-size:12px;gap:3px}html[lang=en] .office-map__label small{display:none}html[lang=en] .office-city-selector button{font-size:11px}html[lang=en] .hero-content h1{font-size:64px}html[lang=en] .academy-principle-title{font-size:30px}html[lang=en] .mission-stat dt{font-size:13px}html[lang=en] .careers-hero-copy .highlight{--highlight-color:#ffee34}@media(max-width:1100px){html[lang=en] .section-title{font-size:32px}html[lang=en] .mission-copy h2{font-size:30px}}@media(max-width:760px){html[lang=en] .academy-tab{min-width:0;white-space:normal;overflow-wrap:anywhere}html[lang=en] .academy-tab>span{min-width:0}html[lang=en] .utility-bar>span{display:none}html[lang=en] .utility-bar{justify-content:flex-end}html[lang=en] .section-title{font-size:28px}html[lang=en] .hero-content h1{font-size:38px}html[lang=en] .office-map__label-name,html[lang=en] .office-city-selector button{font-size:9px}html[lang=en] .about-hero-copy h1{font-size:34px}html[lang=en] .academy-hero-heading h1{font-size:36px}html[lang=en] .culture-value-name{font-size:19px}}
