:root{--tile-border-radius: 18px;--tile-padding: 0px 80px 59px 50px;--tile-profile-padding: 34px 80px 63px 50px;--tile-min-height-full: 550px;--tile-min-height-half: 670px;--grid-gutter: 24px}@media only screen and (max-width: 1068px){:root{--tile-padding: 0px 60px 50px 34px;--tile-profile-padding: 25px 50px 53px 34px;--tile-min-height-full: 400px;--tile-min-height-half: 500px}}@media only screen and (max-width: 734px){:root{--tile-padding: 0px 60px 44px 30px;--tile-profile-padding: 21px 60px 47px 30px;--tile-min-height-full: 465px;--tile-min-height-half: 465px}}.section-tiles-grid{background-color:#f5f5f7;padding-top:201px}@media only screen and (max-width: 1068px){.section-tiles-grid{padding-top:90px}}.section-tiles-grid .section-content{margin-left:auto;margin-right:auto;width:1020px;padding:0 24px}@media only screen and (max-width: 1068px){.section-tiles-grid .section-content{width:687px}}@media only screen and (max-width: 734px){.section-tiles-grid .section-content{width:auto;max-width:var(--small-max-width);padding:0 20px}}.section-tiles-grid .section-headline{margin-bottom:88px;text-align:center}@media only screen and (max-width: 1068px){.section-tiles-grid .section-headline{margin-bottom:61px}}@media only screen and (max-width: 734px){.section-tiles-grid .section-headline{margin-bottom:42px}}.section-tiles-grid .grid-container{display:grid;grid-template-columns:repeat(2, 2fr);grid-gap:var(--grid-gutter);width:100%;margin:auto;box-sizing:border-box}.grid-item{position:relative;box-sizing:border-box;border-radius:var(--tile-border-radius);background-color:#fff;overflow:hidden;padding:var(--tile-padding);display:flex;flex-direction:column;justify-content:flex-end}.grid-item.full{min-height:var(--tile-min-height-full);grid-column:span 2;justify-content:center;padding-bottom:0px}.grid-item.half{min-height:var(--tile-min-height-half)}@media only screen and (max-width: 734px){.grid-item.half{grid-column:span 2}}html.enhanced-layout .grid-item{will-change:transform;transition:transform 1s cubic-bezier(0.5, 1, 0.89, 1);transform:translateY(50px)}html.enhanced-layout .grid-item.appear{transform:translateY(0)}html.text-zoom .grid-item{padding-bottom:100px;word-break:break-word}.grid-item .picture-container{position:absolute;top:0;left:0;margin:0;z-index:0}.grid-item.theme-dark{background-color:#1d1d1f}.grid-item.theme-dark .grid-item-headline{color:#f5f5f7}.grid-item.profile{background-color:#fff}.grid-item.profile .grid-item-headline{position:absolute;left:0;right:0;bottom:0;z-index:1;padding:var(--tile-profile-padding);background-color:rgba(29,29,31,0.9)}.grid-item.profile.purple .grid-item-headline{background-color:rgba(128,104,145,0.9)}.grid-item.profile.sage .grid-item-headline{background-color:rgba(85,140,126,0.9)}.grid-item.profile.steel .grid-item-headline{background-color:rgba(91,122,167,0.9)}.grid-item.profile.violet .grid-item-headline{background-color:rgba(121,108,182,0.9)}.grid-item.profile.indigo .grid-item-headline{background-color:rgba(104,119,188,0.9)}.grid-item.warm-gray{background-color:#e9e5e4}.grid-item.cool-gray{background-color:#dcdce3}.hover-icons-container{position:relative;--from-background: transparent;--from-color: black;--to-background: transparent;--to-color: black}.hover-icons-container.hover .hover-icon-from,.hover-icons-container:hover .hover-icon-from{opacity:0}.hover-icons-container.hover .hover-icon-to,.hover-icons-container:hover .hover-icon-to{opacity:1}.hover-icons-container .hover-icon{transition:opacity 0.15s;position:relative;overflow:visible}.hover-icons-container .hover-icon-from{color:var(--from-color);background:var(--from-background)}.hover-icons-container .hover-icon-to{opacity:0;z-index:1;position:absolute;left:0;top:0;color:var(--to-color);background:var(--to-background)}.hover-icons-container .hover-icon:after{padding-top:4px;overflow:visible}.modal{padding:0;quotes:"“" "”";--outer-padding: 0;--width:1020px}@media only screen and (max-width: 1068px){.modal{--width:687px}}@media only screen and (max-width: 734px){.modal{--width:100%}}.modal:after{content:'';background:white}.modal .content-table{display:block}.modal .content-cell{display:flex;height:auto;min-height:100vh;align-items:center;justify-content:center}@media only screen and (max-width: 734px){.modal .content-cell{display:block;height:100%}}.modal .content-wrapper{width:auto;padding:var(--outer-padding) 0}.modal .content-padding{padding:0;max-width:initial;flex-basis:initial;border-radius:0;background:none !important}.modal .modal-content{background:white;overflow:hidden;width:var(--width);transform:translateZ(0);border-radius:18px}@media only screen and (max-width: 734px){.modal .modal-content{border-radius:0}}.grid-item .modal-contents{display:none}.grid-item .modal-trigger{position:absolute;width:44px;height:44px;bottom:22px;right:22px;z-index:1;transform:translate3d(0, 0, 0)}html.text-zoom .grid-item .modal-trigger{right:50px;bottom:54px}.grid-item .modal-trigger .modal-open-icon{position:absolute;width:44px;height:44px;top:0;left:0}.grid-item .modal-trigger .modal-open-icon .icon{font-size:34px;font-weight:300;position:absolute;top:-3px;left:3px}html.text-zoom .grid-item .modal-trigger .modal-open-icon{width:100px;height:100px}.grid-item .modal-trigger:hover{opacity:0.6}@media only screen and (max-width: 1068px){.grid-item .modal-trigger{bottom:14px;right:14px}.grid-item .modal-trigger .modal-open-icon .icon{font-size:30px;top:-1px;left:6px}}.grid-item.theme-dark .icon{color:#f5f5f7}:root{--modal-duration: .4}html.firefox.no-windows .main{transition:filter .4s}html.firefox body.in-modal .main{filter:blur(24px)}.modal{cursor:pointer;background:none;--inner-padding:130px;--outer-padding:80px}@media only screen and (max-width: 1068px){.modal{--inner-padding:86px}}@media only screen and (max-width: 734px){.modal{--inner-padding:30px;--outer-padding:0}}.modal.clone{z-index:99999}.modal.clone .sticky-close{position:absolute;top:0;left:0;will-change:opacity}.modal.clone .backdrop,.modal.clone .modal-content,.modal.clone .modal-contents{will-change:transform, opacity}.modal.clone .modal-content{border-radius:18px}.modal .backdrop{pointer-events:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(245,245,247,0.6);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.modal.is-animating .modal-content{position:fixed;top:0;left:0}.modal.is-animating .modal-content,.modal.is-animating .modal-contents{transform-origin:top center}.modal.theme-dark .hover-icons-container{--from-background: transparent;--from-color: white}.modal.theme-dark .hover-icons-container.over-modal-copy{--from-background: radial-gradient(#fff 50%, transparent 50%);--from-color: #1d1d1f;--to-background: radial-gradient(#fff 50%, transparent 50%);--to-color: #1d1d1f}.modal.theme-dark .modal-headline,.modal.theme-dark .modal-intro{color:#fff}.modal .content-padding{display:flex;flex-direction:column-reverse}.modal .modal-content{cursor:initial}@media only screen and (min-width: 735px){.modal .modal-content{box-shadow:0px 0px 16px 0px rgba(0,0,0,0.2)}}@media only screen and (max-width: 734px){.modal .modal-content{min-height:100vh}}.modal .sticky-close{position:-webkit-sticky;position:sticky;top:var(--outer-padding);height:0;font-weight:400 !important}.modal .sticky-close:hover{cursor:pointer}.modal .sticky-close .hover-icons-container{display:inline-block;margin-left:36px;margin-top:64px}@media only screen and (max-width: 1068px){.modal .sticky-close .hover-icons-container{margin-left:28px;margin-top:28px}}@media only screen and (max-width: 734px){.modal .sticky-close .hover-icons-container{margin-left:20px;margin-top:20px}}.modal .sticky-close .hover-icons-container .hover-icon-from{transition:opacity 0s, color 0.3s, background 0.3s}.modal .sticky-close .hover-icons-container .hover-icon-from:hover{opacity:0.6}.modal .sticky-close .hover-icons-container .hover-icon-to{display:none}.modal .inner-padding{padding:0 var(--inner-padding)}.modal .modal-top{padding:150px 0 90px 0;position:relative;overflow:hidden;background:#1d1d1f}@media only screen and (max-width: 1068px){.modal .modal-top{padding:135px 0 75px 0}}@media only screen and (max-width: 734px){.modal .modal-top{padding:115px 0 75px 0}}.modal .modal-top:after{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0}.modal .modal-top picture,.modal .modal-top img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top left}.modal .modal-top picture{filter:blur(64px);will-change:filter;transform:scale(1.2);transform-origin:25%}.modal .modal-top .inner-padding{position:relative;z-index:1}.modal .modal-copy{background:#fff;padding-top:80px;padding-bottom:200px}@media only screen and (max-width: 1068px){.modal .modal-copy{padding-top:65px;padding-bottom:135px}}@media only screen and (max-width: 734px){.modal .modal-copy{padding-bottom:125px}}.modal .modal-copy h3{font-weight:600 !important}.modal .modal-copy h3+p{margin-top:0.3em}.modal .modal-copy h3,.modal .modal-copy p,.modal .modal-copy li{font-size:21px;line-height:1.381;font-weight:400;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy h3:lang(ja),.modal .modal-copy p:lang(ja),.modal .modal-copy li:lang(ja){line-height:1.4286;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy h3:lang(ko),.modal .modal-copy p:lang(ko),.modal .modal-copy li:lang(ko){line-height:1.52381;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy h3:lang(th),.modal .modal-copy p:lang(th),.modal .modal-copy li:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy h3:lang(ar),.modal .modal-copy p:lang(ar),.modal .modal-copy li:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy h3:lang(zh-CN),.modal .modal-copy p:lang(zh-CN),.modal .modal-copy li:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy h3:lang(zh-HK),.modal .modal-copy p:lang(zh-HK),.modal .modal-copy li:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy h3:lang(zh-MO),.modal .modal-copy p:lang(zh-MO),.modal .modal-copy li:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy h3:lang(zh-TW),.modal .modal-copy p:lang(zh-TW),.modal .modal-copy li:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 734px){.modal .modal-copy h3,.modal .modal-copy p,.modal .modal-copy li{font-size:19px;line-height:1.4211;font-weight:400;letter-spacing:.012em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy h3:lang(ja),.modal .modal-copy p:lang(ja),.modal .modal-copy li:lang(ja){line-height:1.47376;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy h3:lang(ko),.modal .modal-copy p:lang(ko),.modal .modal-copy li:lang(ko){line-height:1.52632;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy h3:lang(th),.modal .modal-copy p:lang(th),.modal .modal-copy li:lang(th){line-height:1.36844;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy h3:lang(ar),.modal .modal-copy p:lang(ar),.modal .modal-copy li:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy h3:lang(zh-CN),.modal .modal-copy p:lang(zh-CN),.modal .modal-copy li:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy h3:lang(zh-HK),.modal .modal-copy p:lang(zh-HK),.modal .modal-copy li:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy h3:lang(zh-MO),.modal .modal-copy p:lang(zh-MO),.modal .modal-copy li:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy h3:lang(zh-TW),.modal .modal-copy p:lang(zh-TW),.modal .modal-copy li:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.modal .modal-copy .ul-header{margin-top:2em}.modal .modal-copy li{margin-left:6px}.modal .modal-copy li:not(:first-child){margin-top:12px}.modal .modal-copy hr{margin:62px 0}@media only screen and (max-width: 1068px){.modal .modal-copy hr{margin:42px 0}}@media only screen and (max-width: 734px){.modal .modal-copy hr{margin:36px 0}}.modal .modal-copy .intro{font-weight:600 !important;font-size:32px;line-height:1.25;font-weight:400;letter-spacing:.004em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;padding-bottom:30px}.modal .modal-copy .intro:lang(ja){line-height:1.34375;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy .intro:lang(ko){line-height:1.375;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy .intro:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy .intro:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy .intro:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy .intro:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy .intro:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy .intro:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.modal .modal-copy .intro{font-size:28px;line-height:1.28583;font-weight:400;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy .intro:lang(ko){line-height:1.39286;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy .intro:lang(th){line-height:1.39286;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy .intro:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy .intro:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy .intro:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy .intro:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy .intro:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy .intro:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.modal .modal-copy .intro{font-size:24px;line-height:1.33341;font-weight:400;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy .intro:lang(ja){line-height:1.41667;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy .intro:lang(ko){line-height:1.45841;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy .intro:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy .intro:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy .intro:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy .intro:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy .intro:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.modal .modal-copy .intro:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 1068px){.modal .modal-copy .intro{padding-bottom:20px}}.modal .modal-copy .quote{margin:0;padding:54px 0}@media only screen and (max-width: 1068px){.modal .modal-copy .quote{padding:50px 0}}.modal .modal-copy .quote .typography-quote{font-weight:600 !important}.modal .modal-copy .quote+p{margin-top:0}.modal .modal-copy .quote-text:after{margin-right:-1em}html.no-js picture[data-lazy]{display:none !important}.section-hero{text-align:center;padding-top:142px;padding-bottom:132px;overflow:hidden}@media only screen and (max-width: 1068px){.section-hero{padding-top:86px;padding-bottom:94px}}@media only screen and (max-width: 734px){.section-hero{padding-top:44px;padding-bottom:68px}.section-hero .section-content{max-width:350px}}.section-hero .hero-headline{background:linear-gradient(to right, #4077d9, #7a61b8, #942b7e);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media only screen and (max-width: 734px){.section-hero .hero-copy{font-size:28px;line-height:1.14286;font-weight:600;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-copy:lang(ko){line-height:1.25;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-copy:lang(th){line-height:1.39286;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-copy:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-copy:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-copy:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-copy:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-copy:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-copy:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px) and (max-width: 1068px){.section-hero .hero-copy{font-size:24px;line-height:1.16667;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-copy:lang(ja){line-height:1.25;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-copy:lang(ko){line-height:1.29167;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-copy:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-copy:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-copy:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-copy:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-copy:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-copy:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px) and (max-width: 734px){.section-hero .hero-copy{font-size:21px;line-height:1.19048;font-weight:600;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-copy:lang(ja){line-height:1.2381;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-copy:lang(ko){line-height:1.2858;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-copy:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-copy:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-copy:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-copy:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-copy:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-copy:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.section-hero .hero-image-collage{position:relative;height:974px;margin-top:97px}@media only screen and (max-width: 1068px){.section-hero .hero-image-collage{margin-left:3px}}@media only screen and (max-width: 734px){.section-hero .hero-image-collage{margin-left:48px}}.section-hero .hero-image-collage .picture-container{position:absolute;top:0;left:50%}html.enhanced-layout .section-hero .hero-image-collage .picture-container{will-change:opacity, transform}.section-hero .hero-image-collage .picture-container picture{border-radius:18px;overflow:hidden}@media only screen and (max-width: 1068px){.section-hero .hero-image-collage .picture-container picture{border-radius:9px}}html.enhanced-layout .section-hero .hero-image-collage .picture-container picture{opacity:0;transform:translateY(120px);will-change:transform}@media only screen and (max-width: 1068px){.section-hero .hero-image-collage{height:614px;margin-top:92px}}@media only screen and (max-width: 734px){.section-hero .hero-image-collage{height:440px;margin-top:46px}.section-hero .hero-image-collage .picture-container picture{border-radius:9px}}.section-hero .hero-subhead{margin:93px auto 26px;max-width:630px}@media only screen and (max-width: 1068px){.section-hero .hero-subhead{margin:90px auto 14px}}@media only screen and (max-width: 734px){.section-hero .hero-subhead{margin:60px 0 20px;font-size:48px;line-height:1.08349;font-weight:600;letter-spacing:-.003em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;text-align:left}.section-hero .hero-subhead:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-subhead:lang(ja){line-height:1.14599;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-subhead:lang(ko){line-height:1.1875;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-subhead:lang(zh){letter-spacing:0em}.section-hero .hero-subhead:lang(th){line-height:1.33349;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-subhead:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-subhead:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-subhead:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-subhead:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px) and (max-width: 1068px){.section-hero .hero-subhead{font-size:40px;line-height:1.1;font-weight:600;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-subhead:lang(ja){line-height:1.175;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-subhead:lang(ko){line-height:1.2;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-subhead:lang(th){line-height:1.35;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-subhead:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-subhead:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-subhead:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-subhead:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-subhead:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px) and (max-width: 734px){.section-hero .hero-subhead{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-subhead:lang(ja){line-height:1.21875;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-subhead:lang(ko){line-height:1.21875;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-subhead:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-subhead:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-subhead:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-subhead:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-subhead:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-hero .hero-subhead:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.section-hero .hero-stats{list-style:none;display:grid;grid-template-columns:repeat(2, 2fr);grid-column-gap:70px;grid-row-gap:60px;text-align:left;margin:80px 60px 10px}@media only screen and (max-width: 1068px){.section-hero .hero-stats{grid-column-gap:22px;grid-row-gap:36px;margin:52px 22px 0}}@media only screen and (max-width: 734px){.section-hero .hero-stats{grid-row-gap:32px;margin:40px 0 0 0;padding-right:40px}}.section-hero .hero-stats .stat-item{display:flex}.section-hero .hero-stats .stat-item .arrow-up-icon{flex-shrink:0;width:42px;height:42px;margin-top:7px;margin-right:15px}@media only screen and (max-width: 1068px){.section-hero .hero-stats .stat-item .arrow-up-icon{width:28px;height:28px;margin-top:3px;margin-right:13px}}@media only screen and (max-width: 734px){.section-hero .hero-stats .stat-item .arrow-up-icon{width:25px;height:25px;margin-right:12px}}.section-hero .hero-stats .stat-item a{color:#1d1d1f}.section-hero .hero-stats .stat-item a:hover{color:#06c;text-decoration:none}@media only screen and (max-width: 734px){.section-hero .hero-stats .stat-item{grid-column:span 2}}.section-hero .hero-stats .stat-item:nth-child(1) .arrow-up-icon{fill:#6768c2}@media only screen and (min-width: 735px) and (max-width: 1068px){.section-hero .hero-stats .stat-item:nth-child(1) p{margin-right:15px}}.section-hero .hero-stats .stat-item:nth-child(2) .arrow-up-icon{fill:#7961b9}.section-hero .hero-stats .stat-item:nth-child(2) p{margin-right:40px}@media only screen and (max-width: 1068px){.section-hero .hero-stats .stat-item:nth-child(2) p{margin-right:10px}}@media only screen and (max-width: 734px){.section-hero .hero-stats .stat-item:nth-child(2) p{margin-right:0px}}.section-hero .hero-stats .stat-item:nth-child(3) .arrow-up-icon{fill:#7f55ac}.section-hero .hero-stats .stat-item:nth-child(4) .arrow-up-icon{fill:#86479c}@media only screen and (max-width: 734px){.section-hero .typography-caption{text-align:left}}.section-hero .hero-cta{margin:0 auto}.overview-hero-accessability-container{margin-left:-597px;margin-top:422px;z-index:2}@media only screen and (max-width: 1068px){.overview-hero-accessability-container{margin-left:-382px;margin-top:267px}}@media only screen and (max-width: 734px){.overview-hero-accessability-container{margin-left:19px;margin-top:186px}}html.enhanced-layout .overview-hero-accessability-container picture{animation:fade-in 0.6s linear 2.2s forwards,slide-up 0.6s cubic-bezier(0.26, 0.67, 0.48, 0.91) 2.2s forwards}@media only screen and (max-width: 734px){html.enhanced-layout .overview-hero-accessability-container picture{animation:fade-in 0.6s linear 2s forwards,slide-up 0.6s cubic-bezier(0.26, 0.67, 0.48, 0.91) 2s forwards}}.overview-hero-inclusion-container{margin-left:-248px;margin-top:528px}@media only screen and (max-width: 1068px){.overview-hero-inclusion-container{margin-left:-160px;margin-top:337px}}@media only screen and (max-width: 734px){.overview-hero-inclusion-container{margin-left:-195px;margin-top:240px}}html.enhanced-layout .overview-hero-inclusion-container picture{animation:fade-in 0.6s linear 2.4s forwards,slide-up 0.6s cubic-bezier(0.26, 0.67, 0.48, 0.91) 2.4s forwards}@media only screen and (max-width: 734px){html.enhanced-layout .overview-hero-inclusion-container picture{animation:fade-in 0.6s linear 2.2s forwards,slide-up 0.6s cubic-bezier(0.26, 0.67, 0.48, 0.91) 2.2s forwards}}.overview-hero-cupertino-container{margin-left:77px;margin-top:349px;z-index:4}@media only screen and (max-width: 1068px){.overview-hero-cupertino-container{margin-left:45px;margin-top:222px}}@media only screen and (max-width: 734px){.overview-hero-cupertino-container{margin-left:-23px;margin-top:151px}}html.enhanced-layout .overview-hero-cupertino-container picture{animation:fade-in 0.6s linear 1.8s forwards,slide-up 0.6s cubic-bezier(0.26, 0.67, 0.48, 0.91) 1.8s forwards}@media only screen and (max-width: 734px){html.enhanced-layout .overview-hero-cupertino-container picture{animation:fade-in 0.6s linear 1.8s forwards,slide-up 0.6s cubic-bezier(0.26, 0.67, 0.48, 0.91) 1.8s forwards}}.overview-hero-greenshirts-container{margin-left:-468px;margin-top:136px;z-index:3}@media only screen and (max-width: 1068px){.overview-hero-greenshirts-container{margin-left:-300px;margin-top:88px}}@media only screen and (max-width: 734px){.overview-hero-greenshirts-container{margin-left:-237px;margin-top:87px}}html.enhanced-layout .overview-hero-greenshirts-container picture{animation:fade-in 0.6s linear 1.6s forwards,slide-up 0.6s cubic-bezier(0.26, 0.67, 0.48, 0.91) 1.6s forwards}@media only screen and (max-width: 734px){html.enhanced-layout .overview-hero-greenshirts-container picture{animation:fade-in 0.6s linear 1.6s forwards,slide-up 0.6s cubic-bezier(0.26, 0.67, 0.48, 0.91) 1.6s forwards}}.overview-hero-lab-container{margin-left:297px;margin-top:349px}@media only screen and (max-width: 1068px){.overview-hero-lab-container{margin-left:185px;margin-top:222px}}@media only screen and (max-width: 734px){.overview-hero-lab-container{margin-left:-185px;margin-top:362px;z-index:4}}html.enhanced-layout .overview-hero-lab-container picture{animation:fade-in 0.6s linear 2s forwards,slide-up 0.6s cubic-bezier(0.26, 0.67, 0.48, 0.91) 2s forwards}@media only screen and (max-width: 734px){html.enhanced-layout .overview-hero-lab-container picture{animation:fade-in 0.6s linear 2.6s forwards,slide-up 0.6s cubic-bezier(0.26, 0.67, 0.48, 0.91) 2.6s forwards}}.overview-hero-applestore-charlotte-container{margin-left:-560px;margin-top:37px;z-index:4}@media only screen and (max-width: 1068px){.overview-hero-applestore-charlotte-container{margin-left:-356px;margin-top:24px}}@media only screen and (max-width: 734px){.overview-hero-applestore-charlotte-container{margin-left:-116px;margin-top:3px}}html.enhanced-layout .overview-hero-applestore-charlotte-container picture{animation:fade-in 0.6s linear 1.2s forwards,slide-up 0.6s cubic-bezier(0.26, 0.67, 0.48, 0.91) 1.2s forwards}@media only screen and (max-width: 734px){html.enhanced-layout .overview-hero-applestore-charlotte-container picture{animation:fade-in 0.6s linear 1s forwards,slide-up 0.6s cubic-bezier(0.26, 0.67, 0.48, 0.91) 1s forwards}}.overview-hero-retail-paris-container{margin-left:-447px;margin-top:786px;z-index:4}@media only screen and (max-width: 1068px){.overview-hero-retail-paris-container{margin-left:-289px;margin-top:496px}}@media only screen and (max-width: 734px){.overview-hero-retail-paris-container{margin-left:77px;margin-top:350px}}html.enhanced-layout .overview-hero-retail-paris-container picture{animation:fade-in 0.6s linear 2.4s forwards,slide-up 0.6s cubic-bezier(0.26, 0.67, 0.48, 0.91) 2.4s forwards}.overview-hero-appleretail-mask-container{margin-left:429px;margin-top:129px;z-index:4}@media only screen and (max-width: 1068px){.overview-hero-appleretail-mask-container{margin-left:261px;margin-top:87px}}@media only screen and (max-width: 734px){.overview-hero-appleretail-mask-container{margin-left:71px;margin-top:102px}}html.enhanced-layout .overview-hero-appleretail-mask-container picture{animation:fade-in 0.6s linear 1.4s forwards,slide-up 0.6s cubic-bezier(0.26, 0.67, 0.48, 0.91) 1.4s forwards}@media only screen and (max-width: 734px){html.enhanced-layout .overview-hero-appleretail-mask-container picture{animation:fade-in 0.6s linear 1.4s forwards,slide-up 0.6s cubic-bezier(0.26, 0.67, 0.48, 0.91) 1.4s forwards}}.overview-hero-storymaker-container{margin-left:77px}@media only screen and (max-width: 1068px){.overview-hero-storymaker-container{margin-left:45px}}@media only screen and (max-width: 734px){.overview-hero-storymaker-container{margin-left:-48px;margin-top:15px;z-index:3}}html.enhanced-layout .overview-hero-storymaker-container picture{animation:fade-in 0.6s linear 1s forwards,slide-up 0.6s cubic-bezier(0.26, 0.67, 0.48, 0.91) 1s forwards}@media only screen and (max-width: 734px){html.enhanced-layout .overview-hero-storymaker-container picture{animation:fade-in 0.6s linear 1.2s forwards,slide-up 0.6s cubic-bezier(0.26, 0.67, 0.48, 0.91) 1.2s forwards}}@keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes slide-up{from{transform:translateY(120px)}to{transform:translateY(0)}}.section-improvements{background:#fbfbfd;text-align:center;padding-top:114px;padding-bottom:133px}@media only screen and (max-width: 1068px){.section-improvements{padding-top:63px;padding-bottom:84px}}@media only screen and (max-width: 734px){.section-improvements{text-align:left;padding-top:69px;padding-bottom:118px}}@media only screen and (max-width: 734px){.section-improvements .section-content{max-width:var(--small-max-width);margin-left:auto;margin-right:auto}}.section-improvements .section-headline{max-width:670px}@media only screen and (max-width: 1068px){.section-improvements .section-headline{max-width:550px}}@media only screen and (max-width: 734px){.section-improvements .section-headline{max-width:290px}}@media only screen and (min-width: 735px){.section-improvements .section-headline{margin-left:auto;margin-right:auto}}.section-improvements .typography-caption{margin-top:26px}@media only screen and (max-width: 1068px){.section-improvements .typography-caption{margin-top:14px}}@media only screen and (max-width: 734px){.section-improvements .typography-caption{margin-top:20px}}.section-improvements .improvements-stats{list-style:none;margin:107px 0 0;display:grid;grid-template-columns:repeat(4, 1fr);grid-column-gap:30px}html.text-zoom .section-improvements .improvements-stats{grid-template-columns:repeat(2, 1fr)}@media only screen and (max-width: 1068px){.section-improvements .improvements-stats{margin:61px 0 0}}@media only screen and (max-width: 734px){.section-improvements .improvements-stats{margin:40px 0 0;grid-row-gap:50px;grid-template-columns:repeat(2, 1fr)}}.section-improvements .improvements-stats .badge{margin:0}.section-improvements .improvements-stats .badge .badge-content{margin:0;padding:0}.section-improvements .improvements-stats .badge .badge-caption{position:relative}@media only screen and (max-width: 734px){.section-improvements .improvements-stats .badge{text-align:left;max-width:120px}}.section-improvements .improvements-stats .stat-item:nth-child(1) .badge-value{color:#6768c2}.section-improvements .improvements-stats .stat-item:nth-child(2) .badge-value{color:#7961b9}.section-improvements .improvements-stats .stat-item:nth-child(3) .badge-value{color:#7f55ac}.section-improvements .improvements-stats .stat-item:nth-child(4) .badge-value{color:#86479c}.section-actions .section-headline{margin-left:auto;margin-right:auto;max-width:780px}@media only screen and (max-width: 1068px){.section-actions .section-headline{max-width:590px}}@media only screen and (max-width: 734px){.section-actions .grid-item-plans{order:1}.section-actions .grid-item-lajuan{order:2}.section-actions .grid-item-leaders{order:3}.section-actions .grid-item-marcela{order:4}.section-actions .grid-item-research-development{order:5}.section-actions .grid-item-dna{order:6}.section-actions .grid-item-brent{order:7}.section-actions .grid-item-hiring{order:8}.section-actions .grid-item-pay{order:9}.section-actions .grid-item-t-ray{order:10}.section-actions .grid-item-career{order:11}}.modal-plans .modal-content,.modal-plans .modal-top{background:#1d1d1f}.modal-plans .modal-headline{max-width:590px}.modal-lajuan .modal-content{background:rgba(128,104,145,0.3)}.modal-lajuan .modal-top{background:rgba(128,104,145,0.8)}.modal-lajuan .modal-top:after{background:rgba(128,104,145,0.2)}.modal-marcela .modal-content{background:rgba(85,140,126,0.3)}.modal-marcela .modal-top{background:rgba(18,106,14,0.8)}.modal-marcela .modal-top picture{filter:blur(84px)}.modal-leaders .modal-content,.modal-leaders .modal-top{background:#e9e5e4}.grid-item-research-development .headline-icon-container{display:flex;align-items:center}.grid-item-research-development .headline-icon-container picture{margin:0 80px 0 160px;flex-shrink:0}@media only screen and (max-width: 1068px){.grid-item-research-development .headline-icon-container picture{margin:0 60px 0 100px}}@media only screen and (max-width: 734px){.grid-item-research-development .headline-icon-container picture{margin:66px 0 24px}}@media only screen and (max-width: 734px){.grid-item-research-development .headline-icon-container{flex-direction:column-reverse;align-items:flex-start}}@media only screen and (max-width: 374px){.grid-item-research-development.grid-item.full{justify-content:flex-end;padding-bottom:64px}}.modal-research-development .modal-content,.modal-research-development .modal-top{background:#f5f5f7}.modal-dna .modal-content,.modal-dna .modal-top{background:#1d1d1f}.modal-dna .modal-headline{max-width:520px}@media only screen and (max-width: 1068px){.modal-dna .modal-headline{max-width:400px}}@media only screen and (max-width: 734px){.modal-dna .badge-container{display:flex;flex-direction:column}}.modal-dna .badge-container .badge{min-width:174px}@media only screen and (max-width: 1068px){.modal-dna .badge-container .badge{min-width:151px}}@media only screen and (max-width: 734px){.modal-dna .badge-container .badge{min-width:0px}}@media only screen and (max-width: 734px){.modal-dna .badge-container .badge{max-width:150px}.modal-dna .badge-container .badge:not(:first-child){margin-top:20px}}.modal-dna .badge-container .badge .badge-value{display:block}.modal-dna .badge-container .badge .badge-value,.modal-dna .badge-container .badge .badge-unit{color:#2f68a7}@media only screen and (min-width: 1069px){.grid-item.grid-item-brent .grid-item-headline{padding-right:70px}}@media only screen and (max-width: 734px){.grid-item.grid-item-brent .grid-item-headline{padding-right:54px}}.modal-brent .modal-content{background:rgba(91,122,167,0.3)}.modal-brent .modal-top{background:rgba(91,122,167,0.8)}.modal-brent .modal-top:after{background:rgba(91,122,167,0.1)}.modal-hiring .modal-content,.modal-hiring .modal-top{background:#e9e5e4}.modal-hiring .modal-headline{max-width:620px}@media only screen and (max-width: 1068px){.modal-hiring .modal-headline{max-width:470px}}@media only screen and (max-width: 734px){.modal-hiring .modal-headline{max-width:390px}}@media only screen and (max-width: 374px){.grid-item-pay{padding-bottom:64px}}.modal-pay .modal-content,.modal-pay .modal-top{background:#f5f5f7}.modal-pay .modal-headline{max-width:640px}@media only screen and (max-width: 734px){.modal-pay .modal-headline{max-width:410px}}.modal-t-ray .modal-content{background:rgba(121,108,182,0.3)}.modal-t-ray .modal-top{background:rgba(121,108,182,0.8)}.modal-t-ray .modal-top:after{background:rgba(121,108,182,0.2)}.modal-career .modal-content,.modal-career .modal-top{background:#dcdce3}.section-people{padding-bottom:310px}@media only screen and (max-width: 1068px){.section-people{padding-bottom:125px}}@media only screen and (max-width: 734px){.section-people{padding-bottom:100px}.section-people .grid-item-inclusion{order:1}.section-people .grid-item-niharika{order:2}.section-people .grid-item-memoji{order:3}.section-people .grid-item-chloe{order:4}.section-people .grid-item-apple-store{order:5}.section-people .grid-item-nicolas{order:6}.section-people .grid-item-programs{order:7}}.section-people .section-headline{max-width:630px;margin-left:auto;margin-right:auto}@media only screen and (max-width: 1068px){.section-people .section-headline{max-width:470px}}@media only screen and (max-width: 734px){.section-people .section-headline{max-width:326px}}.modal-inclusion .modal-content,.modal-inclusion .modal-top{background:#1d1d1f}.modal-inclusion .modal-headline{max-width:700px}@media only screen and (max-width: 734px){.modal-inclusion .modal-headline{max-width:440px}}.modal-niharika .modal-content{background:rgba(104,119,188,0.3)}.modal-niharika .modal-top{background:rgba(104,119,188,0.8)}.modal-niharika .modal-top:after{background:rgba(104,119,188,0.1)}.modal-chloe .modal-content{background:rgba(85,140,126,0.3)}.modal-chloe .modal-top{background:rgba(85,140,126,0.8)}.modal-chloe .modal-top:after{background:rgba(85,140,126,0.3)}.modal-memoji .modal-content,.modal-memoji .modal-top{background:#e9e5e4}.modal-memoji .modal-headline{max-width:600px}@media only screen and (max-width: 1068px){.modal-memoji .modal-headline{max-width:460px}}@media only screen and (max-width: 734px){.modal-memoji .modal-headline{max-width:380px}}.modal-apple-store .modal-content,.modal-apple-store .modal-top{background:#dcdce3}.modal-nicolas .modal-content{background:rgba(91,122,167,0.3)}.modal-nicolas .modal-top{background:rgba(91,122,167,0.8)}.modal-nicolas .modal-top:after{background:rgba(91,122,167,0.2)}.grid-item.grid-item-programs{text-align:center;padding-left:80px;padding-right:80px}@media only screen and (max-width: 1068px){.grid-item.grid-item-programs{padding-left:60px;padding-right:60px}}@media only screen and (max-width: 734px){.grid-item.grid-item-programs{text-align:left;padding:var(--tile-padding);justify-content:flex-end}}.grid-item.grid-item-programs .grid-item-headline{max-width:690px;margin-left:auto;margin-right:auto}@media only screen and (max-width: 1068px){.grid-item.grid-item-programs .grid-item-headline{max-width:430px}}.modal-programs .modal-content,.modal-programs .modal-top{background:#1d1d1f}.section-progress{--panel-color: #F8F8F9;--female-color: #558C7E;--urc-color: #2A61A0;text-align:center;padding:130px 0 104px}@media only screen and (max-width: 1068px){.section-progress{padding:100px 0 15px}}@media only screen and (max-width: 734px){.section-progress{padding:88px 0 86px}}@media only screen and (max-width: 734px){.section-progress .section-content{max-width:var(--small-max-width);margin-left:auto;margin-right:auto}}.section-progress .section-headline,.section-progress .section-intro{margin-left:auto;margin-right:auto}@media only screen and (max-width: 734px){.section-progress .section-headline,.section-progress .section-intro{text-align:left}}.section-progress .section-intro{max-width:670px}@media only screen and (max-width: 1068px){.section-progress .section-intro{max-width:630px}}@media only screen and (max-width: 734px){.section-progress .section-intro{max-width:100%}}.section-progress .tablist-wrapper{list-style:none;margin:auto;padding:0;display:flex;justify-content:space-between;max-width:230px}html.text-zoom .section-progress .tablist-wrapper{max-width:100%}.section-progress .tablist-wrapper li{color:#8a8a8c}.section-progress .tablist-wrapper li.current{color:#1d1d1f;border-bottom:1px solid #1d1d1f}.section-progress .tablist-wrapper a{color:inherit}.section-progress .tablist-wrapper a:hover{text-decoration:none}.section-progress .typography-caption{color:#86868b}.section-progress .graphs{display:grid;grid-auto-columns:1fr;grid-gap:24px;margin-top:86px;grid-auto-flow:column}@media only screen and (max-width: 1068px){.section-progress .graphs{margin-top:86px}}@media only screen and (max-width: 734px){.section-progress .graphs{margin-top:62px;grid-auto-flow:row}}.section-progress .graphs [data-point]{position:absolute}.section-progress .graphs [data-point] .label{position:absolute;top:0;left:0;width:100%;height:100%}.section-progress .graphs [data-year="2014"]{left:0}.section-progress .graphs [data-year="2020"]{right:0}.section-progress .graphs .marker,.section-progress .graphs .x-axis,.section-progress .graphs .x-axis-dot{display:none}.section-progress .percent{font-size:0.7em;vertical-align:text-top}.section-progress .graph-container{display:flex;flex-direction:column;justify-content:flex-end}.section-progress .graph{background:var(--panel-color);padding:40px;border-radius:20px;overflow:hidden}.section-progress .graph-title{font-weight:600}@media only screen and (min-width: 735px) and (max-width: 1068px){.section-progress .graph-title{padding-bottom:10px}}.section-progress .gallery .item-container{position:relative;height:320px}@media only screen and (max-width: 734px){.section-progress .gallery .item-container{height:220px}}.section-progress .gallery .gallery-item{transition:opacity 0.3s;position:absolute;top:0;left:0;width:100%;height:100%}.section-progress .gallery .gallery-item:not(.current){opacity:0;pointer-events:none}.section-progress .gallery .gallery-item.current{transition-delay:0.2s}.section-progress .gallery .gallery-item .percent{font-weight:700}.section-progress .legend{border-top:1px solid #cdced0;padding-top:8px}.section-progress .legend .years{display:flex;justify-content:space-between}.section-progress .legend .colors{padding-top:30px}.section-progress .legend .colors .color:first-child{margin-right:20px}.section-progress .legend .colors .color:before{box-sizing:border-box;display:inline-block;content:'';width:12px;height:12px;border-radius:50%;margin-right:0.6em}@media only screen and (max-width: 734px){.section-progress .graph-container.urc{margin-top:30px}}.section-progress .graph-container.urc .graph-title{max-width:280px;margin-left:auto;margin-right:auto}html.text-zoom .section-progress .line-under30 [data-point]{margin-top:-30px}.section-progress .female .line [data-year],.section-progress .female .graphline{color:var(--female-color);stroke:var(--female-color)}.section-progress .female .graphline-dot{fill:var(--female-color);stroke-width:3;stroke:var(--female-color)}.section-progress .female .graphline-group-2 .graphline-dot{fill:var(--panel-color)}.section-progress .female .legend .color.overall:before{background:var(--female-color)}.section-progress .female .legend .color.under30:before{background:var(--panel-gray);border:3px solid var(--female-color)}.section-progress .female #female-representation-apple .line-overall [data-year="2014"]{top:230px}@media only screen and (max-width: 734px){.section-progress .female #female-representation-apple .line-overall [data-year="2014"]{top:158px}}.section-progress .female #female-representation-apple .line-overall [data-year="2020"]{top:218px}@media only screen and (max-width: 734px){.section-progress .female #female-representation-apple .line-overall [data-year="2020"]{top:148px}}.section-progress .female #female-representation-apple .line-under30 [data-year="2014"]{top:188px}@media only screen and (max-width: 734px){.section-progress .female #female-representation-apple .line-under30 [data-year="2014"]{top:122px}}.section-progress .female #female-representation-apple .line-under30 [data-year="2020"]{top:165px}@media only screen and (max-width: 734px){.section-progress .female #female-representation-apple .line-under30 [data-year="2020"]{top:104px}}.section-progress .female #female-representation-rd .line-overall [data-year="2014"]{top:264px}@media only screen and (max-width: 734px){.section-progress .female #female-representation-rd .line-overall [data-year="2014"]{top:183px}}.section-progress .female #female-representation-rd .line-overall [data-year="2020"]{top:250px}@media only screen and (max-width: 1068px){.section-progress .female #female-representation-rd .line-overall [data-year="2020"]{top:254px}}@media only screen and (max-width: 734px){.section-progress .female #female-representation-rd .line-overall [data-year="2020"]{top:174px}}.section-progress .female #female-representation-rd .line-under30 [data-year="2014"]{top:222px}@media only screen and (max-width: 734px){.section-progress .female #female-representation-rd .line-under30 [data-year="2014"]{top:142px}}.section-progress .female #female-representation-rd .line-under30 [data-year="2020"]{top:190px}@media only screen and (max-width: 734px){.section-progress .female #female-representation-rd .line-under30 [data-year="2020"]{top:120px}}.section-progress .female #female-representation-non-rd .line-overall [data-year="2014"]{top:222px}@media only screen and (max-width: 734px){.section-progress .female #female-representation-non-rd .line-overall [data-year="2014"]{top:152px}}.section-progress .female #female-representation-non-rd .line-overall [data-year="2020"]{top:204px}@media only screen and (max-width: 734px){.section-progress .female #female-representation-non-rd .line-overall [data-year="2020"]{top:142px}}.section-progress .female #female-representation-non-rd .line-under30 [data-year="2014"]{top:188px}@media only screen and (max-width: 734px){.section-progress .female #female-representation-non-rd .line-under30 [data-year="2014"]{top:118px}}.section-progress .female #female-representation-non-rd .line-under30 [data-year="2020"]{top:158px}@media only screen and (max-width: 734px){.section-progress .female #female-representation-non-rd .line-under30 [data-year="2020"]{top:98px}}.section-progress .urc .line [data-year],.section-progress .urc .graphline{color:var(--urc-color);stroke:var(--urc-color)}.section-progress .urc .graphline-dot{fill:var(--urc-color);stroke-width:3;stroke:var(--urc-color)}.section-progress .urc .graphline-group-2 .graphline-dot{fill:var(--panel-color)}.section-progress .urc .legend .color.overall:before{background:var(--urc-color)}.section-progress .urc .legend .color.under30:before{background:var(--panel-gray);border:3px solid var(--urc-color)}.section-progress .urc #urc-representation-apple .line-overall [data-year="2014"]{top:186px}@media only screen and (max-width: 734px){.section-progress .urc #urc-representation-apple .line-overall [data-year="2014"]{top:128px}}.section-progress .urc #urc-representation-apple .line-overall [data-year="2020"]{top:174px}@media only screen and (max-width: 734px){.section-progress .urc #urc-representation-apple .line-overall [data-year="2020"]{top:122px}}.section-progress .urc #urc-representation-apple .line-under30 [data-year="2014"]{top:132px}@media only screen and (max-width: 734px){.section-progress .urc #urc-representation-apple .line-under30 [data-year="2014"]{top:82px}}.section-progress .urc #urc-representation-apple .line-under30 [data-year="2020"]{top:96px}@media only screen and (max-width: 734px){.section-progress .urc #urc-representation-apple .line-under30 [data-year="2020"]{top:56px}}.section-progress .urc #urc-representation-rd .line-overall [data-year="2014"]{top:250px}@media only screen and (max-width: 734px){.section-progress .urc #urc-representation-rd .line-overall [data-year="2014"]{top:172px}}.section-progress .urc #urc-representation-rd .line-overall [data-year="2020"]{top:230px}@media only screen and (max-width: 734px){.section-progress .urc #urc-representation-rd .line-overall [data-year="2020"]{top:162px}}.section-progress .urc #urc-representation-rd .line-under30 [data-year="2014"]{top:206px}@media only screen and (max-width: 734px){.section-progress .urc #urc-representation-rd .line-under30 [data-year="2014"]{top:130px}}.section-progress .urc #urc-representation-rd .line-under30 [data-year="2020"]{top:170px}@media only screen and (max-width: 734px){.section-progress .urc #urc-representation-rd .line-under30 [data-year="2020"]{top:108px}}.section-progress .urc #urc-representation-non-rd .line-overall [data-year="2014"]{top:170px}@media only screen and (max-width: 734px){.section-progress .urc #urc-representation-non-rd .line-overall [data-year="2014"]{top:118px}}.section-progress .urc #urc-representation-non-rd .line-overall [data-year="2020"]{top:144px}@media only screen and (max-width: 734px){.section-progress .urc #urc-representation-non-rd .line-overall [data-year="2020"]{top:100px}}.section-progress .urc #urc-representation-non-rd .line-under30 [data-year="2014"]{top:120px}@media only screen and (max-width: 734px){.section-progress .urc #urc-representation-non-rd .line-under30 [data-year="2014"]{top:72px}}.section-progress .urc #urc-representation-non-rd .line-under30 [data-year="2020"]{top:70px}@media only screen and (max-width: 1068px){.section-progress .urc #urc-representation-non-rd .line-under30 [data-year="2020"]{top:74px}}@media only screen and (max-width: 734px){.section-progress .urc #urc-representation-non-rd .line-under30 [data-year="2020"]{top:40px}}.section-progress .future{background:var(--panel-color);padding:109px 40px 107px 40px;margin-top:24px;border-radius:20px;overflow:hidden}@media only screen and (max-width: 1068px){.section-progress .future{padding:93px 40px 93px 40px}}@media only screen and (max-width: 734px){.section-progress .future{padding:66px 30px 63px 30px}}.section-progress .future .section-intro{max-width:700px}@media only screen and (max-width: 1068px){.section-progress .future .section-intro{max-width:530px}}@media only screen and (max-width: 734px){.section-progress .future .section-intro{max-width:100%}}.section-progress .future .typography-caption{margin-top:25px;max-width:490px;margin-left:auto;margin-right:auto}.section-progress .future .progress-stats{margin-top:85px;display:flex}html.text-zoom .section-progress .future .progress-stats{flex-wrap:wrap}@media only screen and (max-width: 1068px){.section-progress .future .progress-stats{display:block;margin-top:67px;max-width:450px;margin-left:auto;margin-right:auto}}.section-progress .future .progress-stats ul{list-style:none;margin:0;padding:0 20px;display:flex}.section-progress .future .progress-stats ul.retail-overall{border-right:1px solid #d2d2d7}@media only screen and (max-width: 1068px){.section-progress .future .progress-stats ul.retail-overall{border-right:none;border-bottom:1px solid #d2d2d7;padding-bottom:40px}}@media only screen and (max-width: 1068px){.section-progress .future .progress-stats ul.retail-leadership{padding-top:40px}}@media only screen and (max-width: 734px){.section-progress .future .progress-stats ul{padding-left:0;padding-right:0}}.section-progress .future .progress-stats .badge{min-width:4.4em;margin:0}.section-progress .future .progress-stats .badge .badge-content{margin:0;padding:0}.section-progress .future .progress-stats .badge .badge-caption{position:relative}@media only screen and (max-width: 734px){.section-progress .future .progress-stats .badge{text-align:left;max-width:130px}}.section-progress .future .retail-overall .stat-item:nth-child(1){padding-right:18px}@media only screen and (max-width: 1068px){.section-progress .future .retail-overall .stat-item:nth-child(1){padding-right:60px}}@media only screen and (max-width: 734px){.section-progress .future .retail-overall .stat-item:nth-child(1){padding-right:20px}}.section-progress .future .retail-overall .stat-item:nth-child(1) .badge-value{color:#3e67ab}.section-progress .future .retail-overall .stat-item:nth-child(2) .badge-value{color:#4a65ae}.section-progress .future .retail-leadership .stat-item:nth-child(1){padding-right:20px}@media only screen and (max-width: 1068px){.section-progress .future .retail-leadership .stat-item:nth-child(1){padding-right:60px}}@media only screen and (max-width: 734px){.section-progress .future .retail-leadership .stat-item:nth-child(1){padding-right:20px}}.section-progress .future .retail-leadership .stat-item:nth-child(1) .badge-value{color:#6663b4}.section-progress .future .retail-leadership .stat-item:nth-child(2) .badge-value{color:#7761b8}.section-progress .graphs .graphline-group-2,.section-progress .graphs .line-under30 span[data-year]{transform:translateY(-12px)}.section-progress #female-representation-non-rd .graphline-group-2,.section-progress #female-representation-non-rd .line-under30 span[data-year]{transform:translateY(0)}.typography-headline-standalone{font-size:96px;line-height:1.04167;font-weight:600;letter-spacing:-.015em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(ko){line-height:1.14615;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh){letter-spacing:0em}.typography-headline-standalone:lang(th){line-height:1.34375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-headline-standalone{font-size:80px;line-height:1.05;font-weight:600;letter-spacing:-.015em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(ja){line-height:1.0875;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(ko){line-height:1.15;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh){letter-spacing:0em}.typography-headline-standalone:lang(th){line-height:1.35;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-headline-standalone{font-size:48px;line-height:1.08349;font-weight:600;letter-spacing:-.003em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(ja){line-height:1.14599;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(ko){line-height:1.1875;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh){letter-spacing:0em}.typography-headline-standalone:lang(th){line-height:1.33349;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-headline-super{font-size:80px;line-height:1.05;font-weight:600;letter-spacing:-.015em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(ja){line-height:1.0875;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(ko){line-height:1.15;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh){letter-spacing:0em}.typography-headline-super:lang(th){line-height:1.35;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-headline-super{font-size:64px;line-height:1.0625;font-weight:600;letter-spacing:-.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(ja){line-height:1.10938;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(ko){line-height:1.17188;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh){letter-spacing:0em}.typography-headline-super:lang(th){line-height:1.34375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-headline-super{font-size:48px;line-height:1.08349;font-weight:600;letter-spacing:-.003em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(ja){line-height:1.14599;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(ko){line-height:1.1875;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh){letter-spacing:0em}.typography-headline-super:lang(th){line-height:1.33349;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-headline-elevated{font-size:64px;line-height:1.0625;font-weight:600;letter-spacing:-.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(ja){line-height:1.10938;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(ko){line-height:1.17188;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh){letter-spacing:0em}.typography-headline-elevated:lang(th){line-height:1.34375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-headline-elevated{font-size:48px;line-height:1.08349;font-weight:600;letter-spacing:-.003em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(ja){line-height:1.14599;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(ko){line-height:1.1875;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh){letter-spacing:0em}.typography-headline-elevated:lang(th){line-height:1.33349;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-headline-elevated{font-size:40px;line-height:1.1;font-weight:600;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(ja){line-height:1.175;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(ko){line-height:1.2;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(th){line-height:1.35;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-headline{font-size:48px;line-height:1.08349;font-weight:600;letter-spacing:-.003em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(ja){line-height:1.14599;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(ko){line-height:1.1875;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh){letter-spacing:0em}.typography-headline:lang(th){line-height:1.33349;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-headline{font-size:40px;line-height:1.1;font-weight:600;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(ja){line-height:1.175;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(ko){line-height:1.2;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(th){line-height:1.35;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-headline{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(ja){line-height:1.21875;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(ko){line-height:1.21875;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-headline-reduced{font-size:40px;line-height:1.1;font-weight:600;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(ja){line-height:1.175;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(ko){line-height:1.2;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(th){line-height:1.35;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-headline-reduced{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(ja){line-height:1.21875;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(ko){line-height:1.21875;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-headline-reduced{font-size:28px;line-height:1.14286;font-weight:600;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(ko){line-height:1.25;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(th){line-height:1.39286;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-eyebrow-super{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(ja){line-height:1.21875;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(ko){line-height:1.21875;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-eyebrow-super{font-size:28px;line-height:1.14286;font-weight:600;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(ko){line-height:1.25;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(th){line-height:1.39286;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-eyebrow-super{font-size:24px;line-height:1.16667;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(ja){line-height:1.25;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(ko){line-height:1.29167;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-eyebrow-elevated{font-size:28px;line-height:1.14286;font-weight:600;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(ko){line-height:1.25;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(th){line-height:1.39286;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-eyebrow-elevated{font-size:24px;line-height:1.16667;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(ja){line-height:1.25;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(ko){line-height:1.29167;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-eyebrow-elevated{font-size:21px;line-height:1.19048;font-weight:600;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(ja){line-height:1.2381;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(ko){line-height:1.2858;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-eyebrow{font-size:24px;line-height:1.16667;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(ja){line-height:1.25;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(ko){line-height:1.29167;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-eyebrow{font-size:21px;line-height:1.19048;font-weight:600;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(ja){line-height:1.2381;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(ko){line-height:1.2858;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-eyebrow-reduced{font-size:21px;line-height:1.19048;font-weight:600;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(ja){line-height:1.2381;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(ko){line-height:1.2858;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 734px){.typography-eyebrow-reduced{font-size:19px;line-height:1.21053;font-weight:600;letter-spacing:.012em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(ja){line-height:1.26316;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(ko){line-height:1.31579;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(th){line-height:1.36844;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-intro-elevated{font-size:24px;line-height:1.33341;font-weight:400;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(ja){line-height:1.41667;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(ko){line-height:1.45841;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-intro-elevated{font-size:21px;line-height:1.381;font-weight:400;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(ja){line-height:1.4286;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(ko){line-height:1.52381;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-intro{font-size:21px;line-height:1.381;font-weight:400;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(ja){line-height:1.4286;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(ko){line-height:1.52381;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 734px){.typography-intro{font-size:19px;line-height:1.4211;font-weight:400;letter-spacing:.012em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(ja){line-height:1.47376;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(ko){line-height:1.52632;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(th){line-height:1.36844;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-quote{font-size:40px;line-height:1.2;font-weight:400;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(ja){line-height:1.275;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(ko){line-height:1.325;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(th){line-height:1.35;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-quote{font-size:32px;line-height:1.25;font-weight:400;letter-spacing:.004em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(ja){line-height:1.34375;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(ko){line-height:1.375;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-quote{font-size:28px;line-height:1.28583;font-weight:400;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(ko){line-height:1.39286;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(th){line-height:1.39286;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-quote-reduced{font-size:32px;line-height:1.25;font-weight:400;letter-spacing:.004em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(ja){line-height:1.34375;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(ko){line-height:1.375;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-quote-reduced{font-size:28px;line-height:1.28583;font-weight:400;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(ko){line-height:1.39286;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(th){line-height:1.39286;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-quote-reduced{font-size:24px;line-height:1.33341;font-weight:400;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(ja){line-height:1.41667;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(ko){line-height:1.45841;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-callout{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(ja){line-height:1.21875;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(ko){line-height:1.21875;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-callout{font-size:28px;line-height:1.14286;font-weight:600;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(ko){line-height:1.25;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(th){line-height:1.39286;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-callout{font-size:24px;line-height:1.16667;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(ja){line-height:1.25;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(ko){line-height:1.29167;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-manifesto{font-size:32px;line-height:1.25;font-weight:600;letter-spacing:.004em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(ja){line-height:1.34375;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(ko){line-height:1.375;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-manifesto{font-size:28px;line-height:1.28583;font-weight:600;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(ko){line-height:1.39286;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(th){line-height:1.39286;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-manifesto{font-size:24px;line-height:1.33341;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(ja){line-height:1.41667;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(ko){line-height:1.45841;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-label{font-size:24px;line-height:1.16667;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(ja){line-height:1.25;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(ko){line-height:1.29167;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-label{font-size:21px;line-height:1.19048;font-weight:600;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(ja){line-height:1.2381;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(ko){line-height:1.2858;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-tout{font-size:19px;line-height:1.21053;font-weight:600;letter-spacing:.012em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tout:lang(ja){line-height:1.26316;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tout:lang(ko){line-height:1.31579;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tout:lang(th){line-height:1.36844;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tout:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tout:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tout:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tout:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tout:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body{font-size:17px;line-height:1.47059;font-weight:400;letter-spacing:-.022em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body:lang(ko){line-height:1.58824;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body:lang(zh){letter-spacing:0em}.typography-body:lang(th){line-height:1.35296;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-tight{font-size:17px;line-height:1.23536;font-weight:400;letter-spacing:-.022em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-tight:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-tight:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-tight:lang(ko){line-height:1.35296;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-tight:lang(zh){letter-spacing:0em}.typography-body-tight:lang(th){line-height:1.35296;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-tight:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-tight:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-tight:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-tight:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced{font-size:14px;line-height:1.42859;font-weight:400;letter-spacing:-.016em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced:lang(ko){line-height:1.57143;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced:lang(zh){letter-spacing:0em}.typography-body-reduced:lang(th){line-height:1.35718;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced-tight{font-size:14px;line-height:1.28577;font-weight:400;letter-spacing:-.016em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced-tight:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced-tight:lang(ja){line-height:1.35718;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced-tight:lang(ko){line-height:1.42859;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced-tight:lang(zh){letter-spacing:0em}.typography-body-reduced-tight:lang(th){line-height:1.35718;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced-tight:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced-tight:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced-tight:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced-tight:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-caption{font-size:12px;line-height:1.33337;font-weight:400;letter-spacing:-.01em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-caption:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-caption:lang(ja){line-height:1.41667;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-caption:lang(ko){line-height:1.41667;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-caption:lang(zh){letter-spacing:0em}.typography-caption:lang(th){line-height:1.33337;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-caption:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-caption:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-caption:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-caption:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-subtablist{font-size:19px;line-height:1.52632;font-weight:300;letter-spacing:.016em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-subtablist:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-subtablist:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-subtablist:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-subtablist:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-subtablist:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-subtablist:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-subtablist:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-subtablist:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-data-subtablist{font-size:14px;line-height:1.57143;font-weight:300;letter-spacing:-.024em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-subtablist:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-subtablist:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-subtablist:lang(ko){letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-subtablist:lang(zh){letter-spacing:0em}.typography-data-subtablist:lang(th){font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-subtablist:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-subtablist:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-subtablist:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-subtablist:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-data-maintablist{font-size:17px;line-height:1.47059;font-weight:400;letter-spacing:-.024em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-maintablist:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-maintablist:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-maintablist:lang(ko){letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-maintablist:lang(zh){letter-spacing:0em}.typography-data-maintablist:lang(th){font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-maintablist:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-maintablist:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-maintablist:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-maintablist:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-horizontal-graph-badge{font-size:24px;line-height:1.20841;font-weight:600;letter-spacing:-.01em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-horizontal-graph-badge:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-horizontal-graph-badge:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-horizontal-graph-badge:lang(ko){letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-horizontal-graph-badge:lang(zh){letter-spacing:0em}.typography-data-horizontal-graph-badge:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-horizontal-graph-badge:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-horizontal-graph-badge:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-horizontal-graph-badge:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-horizontal-graph-badge:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-value{font-size:64px;line-height:1;font-weight:600;letter-spacing:-.02em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-value:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-value:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-value:lang(ko){letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-value:lang(zh){letter-spacing:0em}.typography-data-donut-graph-badge-value:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-value:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-value:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-value:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-value:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-data-donut-graph-badge-value{font-size:48px;line-height:1;font-weight:600;letter-spacing:-.015em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-value:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-value:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-value:lang(ko){letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-value:lang(zh){letter-spacing:0em}.typography-data-donut-graph-badge-value:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-value:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-value:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-value:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-value:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-data-donut-graph-badge-value{font-size:40px;line-height:1;font-weight:600;letter-spacing:-.015em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-value:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-value:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-value:lang(ko){letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-value:lang(zh){letter-spacing:0em}.typography-data-donut-graph-badge-value:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-value:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-value:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-value:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-value:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-data-donut-graph-badge-unit{font-size:40px;line-height:1.1;font-weight:700;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-unit:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-unit:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-unit:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-unit:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-unit:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-unit:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-unit:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-unit:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-data-donut-graph-badge-unit{font-size:32px;line-height:1.125;font-weight:700;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-unit:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-unit:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-unit:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-unit:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-unit:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-unit:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-unit:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-unit:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-data-donut-graph-badge-unit{font-size:28px;line-height:1.14286;font-weight:700;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-unit:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-unit:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-unit:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-unit:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-unit:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-unit:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-unit:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-data-donut-graph-badge-unit:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-graph-badge-percent{font-size:16px;line-height:1.25;font-weight:600;letter-spacing:0em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-graph-badge-percent:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-graph-badge-percent:lang(ja){font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-graph-badge-percent:lang(ko){font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-graph-badge-percent:lang(th){font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-graph-badge-percent:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-graph-badge-percent:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-graph-badge-percent:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-graph-badge-percent:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-graph-badge-percent{font-size:14px;line-height:1.28577;font-weight:600;letter-spacing:0em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-graph-badge-percent:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-graph-badge-percent:lang(ja){font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-graph-badge-percent:lang(ko){font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-graph-badge-percent:lang(th){font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-graph-badge-percent:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-graph-badge-percent:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-graph-badge-percent:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-graph-badge-percent:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-hero-stat{font-size:21px;line-height:1.381;font-weight:400;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-hero-stat:lang(ja){line-height:1.4286;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-hero-stat:lang(ko){line-height:1.52381;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-hero-stat:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-hero-stat:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-hero-stat:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-hero-stat:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-hero-stat:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-hero-stat:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-hero-stat{font-size:17px;line-height:1.23536;font-weight:400;letter-spacing:-.022em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-hero-stat:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-hero-stat:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-hero-stat:lang(ko){line-height:1.35296;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-hero-stat:lang(zh){letter-spacing:0em}.typography-hero-stat:lang(th){line-height:1.35296;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-hero-stat:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-hero-stat:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-hero-stat:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-hero-stat:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-grid-item-headline{font-size:64px;line-height:1.0625;font-weight:600;letter-spacing:-.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-headline:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-headline:lang(ja){line-height:1.10938;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-headline:lang(ko){line-height:1.17188;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-headline:lang(zh){letter-spacing:0em}.typography-grid-item-headline:lang(th){line-height:1.34375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-headline:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-headline:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-headline:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-headline:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-grid-item-headline{font-size:40px;line-height:1.1;font-weight:600;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-headline:lang(ja){line-height:1.175;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-headline:lang(ko){line-height:1.2;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-headline:lang(th){line-height:1.35;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-headline:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-headline:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-headline:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-headline:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-headline:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-grid-item-profile-headline{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-profile-headline:lang(ja){line-height:1.21875;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-profile-headline:lang(ko){line-height:1.21875;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-profile-headline:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-profile-headline:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-profile-headline:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-profile-headline:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-profile-headline:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-profile-headline:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-grid-item-profile-headline{font-size:21px;line-height:1.19048;font-weight:600;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-profile-headline:lang(ja){line-height:1.2381;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-profile-headline:lang(ko){line-height:1.2858;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-profile-headline:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-profile-headline:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-profile-headline:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-profile-headline:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-profile-headline:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-grid-item-profile-headline:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-improvements-stats-badge{font-size:72px;line-height:1.05556;font-weight:600;letter-spacing:-.012em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-improvements-stats-badge:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-improvements-stats-badge:lang(ja){line-height:1.09738;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-improvements-stats-badge:lang(ko){line-height:1.15278;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-improvements-stats-badge:lang(zh){letter-spacing:0em}.typography-improvements-stats-badge:lang(th){line-height:1.34738;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-improvements-stats-badge:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-improvements-stats-badge:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-improvements-stats-badge:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-improvements-stats-badge:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-improvements-stats-badge{font-size:40px;line-height:1.1;font-weight:600;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-improvements-stats-badge:lang(ja){line-height:1.175;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-improvements-stats-badge:lang(ko){line-height:1.2;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-improvements-stats-badge:lang(th){line-height:1.35;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-improvements-stats-badge:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-improvements-stats-badge:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-improvements-stats-badge:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-improvements-stats-badge:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-improvements-stats-badge:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-improvements-stats-badge{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-improvements-stats-badge:lang(ja){line-height:1.21875;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-improvements-stats-badge:lang(ko){line-height:1.21875;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-improvements-stats-badge:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-improvements-stats-badge:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-improvements-stats-badge:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-improvements-stats-badge:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-improvements-stats-badge:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-improvements-stats-badge:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-quote-credit{font-size:21px;line-height:1.19048;font-weight:400;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-credit:lang(ja){line-height:1.2381;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-credit:lang(ko){line-height:1.2858;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-credit:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-credit:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-credit:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-credit:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-credit:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-credit:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-quote-credit{font-size:17px;line-height:1.23536;font-weight:400;letter-spacing:-.022em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-credit:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-credit:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-credit:lang(ko){line-height:1.35296;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-credit:lang(zh){letter-spacing:0em}.typography-quote-credit:lang(th){line-height:1.35296;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-credit:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-credit:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-credit:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-credit:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-intro-alt{font-size:21px;line-height:1.381;font-weight:400;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-alt:lang(ja){line-height:1.4286;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-alt:lang(ko){line-height:1.52381;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-alt:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-alt:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-alt:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-alt:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-alt:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-alt:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-intro-alt{font-size:21px;line-height:1.381;font-weight:400;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-alt:lang(ja){line-height:1.4286;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-alt:lang(ko){line-height:1.52381;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-alt:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-alt:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-alt:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-alt:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-alt:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-alt:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-intro-alt{font-size:17px;line-height:1.47059;font-weight:400;letter-spacing:-.022em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-alt:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-alt:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-alt:lang(ko){line-height:1.58824;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-alt:lang(zh){letter-spacing:0em}.typography-intro-alt:lang(th){line-height:1.35296;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-alt:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-alt:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-alt:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-alt:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-intro-future{font-size:21px;line-height:1.381;font-weight:400;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-future:lang(ja){line-height:1.4286;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-future:lang(ko){line-height:1.52381;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-future:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-future:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-future:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-future:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-future:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-future:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-intro-future{font-size:17px;line-height:1.47059;font-weight:400;letter-spacing:-.022em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-future:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-future:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-future:lang(ko){line-height:1.58824;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-future:lang(zh){letter-spacing:0em}.typography-intro-future:lang(th){line-height:1.35296;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-future:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-future:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-future:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-future:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-tablist-tab{font-size:21px;line-height:1.381;font-weight:400;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tablist-tab:lang(ja){line-height:1.4286;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tablist-tab:lang(ko){line-height:1.52381;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tablist-tab:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tablist-tab:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tablist-tab:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tablist-tab:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tablist-tab:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tablist-tab:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-tablist-tab{font-size:17px;line-height:1.47059;font-weight:400;letter-spacing:-.022em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tablist-tab:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tablist-tab:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tablist-tab:lang(ko){line-height:1.58824;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tablist-tab:lang(zh){letter-spacing:0em}.typography-tablist-tab:lang(th){line-height:1.35296;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tablist-tab:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tablist-tab:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tablist-tab:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tablist-tab:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-tablist-tab{font-size:17px;line-height:1.47059;font-weight:400;letter-spacing:-.022em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tablist-tab:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tablist-tab:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tablist-tab:lang(ko){line-height:1.58824;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tablist-tab:lang(zh){letter-spacing:0em}.typography-tablist-tab:lang(th){line-height:1.35296;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tablist-tab:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tablist-tab:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tablist-tab:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tablist-tab:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}[class*="typography-eyebrow"]{display:block;margin-bottom:.4em}[class*="typography-eyebrow"]+*{margin-top:0}.typography-headline+.typography-intro{margin-top:1.2em}.typography-headline-super+.typography-intro-elevated{margin-top:1.6em}.typography-headline-elevated+.typography-intro-elevated{margin-top:1.4em}.typography-headline-reduced+p,.typography-headline-reduced+ul,.typography-headline-reduced+.typography-body{margin-top:1em}svg.ac-graph-svg{width:100%;height:100%}.graph .badge-value{color:#f56300}.ac-graph-line .graphline-dot{stroke-width:0}.ac-graph-line .graphline{fill:transparent;stroke-width:3px;stroke-linecap:round}.ac-graph-line .marker{fill:transparent;stroke:#f5f5f7;stroke-width:1px;stroke-linecap:round}.ac-graph-line .x-axis-dot{fill:#d2d2d7}.ac-graph-line .x-axis{fill:transparent;stroke:#d2d2d7;stroke-width:1.5px;stroke-linecap:round}.ac-graph-line ~ .badge{position:absolute;left:0;top:0}@media only screen and (max-width: 1068px){.ac-graph-line ~ .badge .badge-value{font-size:40px;line-height:1;font-weight:400;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-value:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-value:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-value:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-value:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-value:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-value:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-value:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-value:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-caption{font-size:14px;line-height:1.28577;font-weight:400;letter-spacing:-.016em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-caption:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-caption:lang(ja){line-height:1.35718;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-caption:lang(ko){line-height:1.42859;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-caption:lang(zh){letter-spacing:0em}.ac-graph-line ~ .badge .badge-caption:lang(th){line-height:1.35718;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-caption:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-caption:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-caption:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-caption:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-unit,.ac-graph-line ~ .badge .badge-unit-plus,.ac-graph-line ~ .badge .badge-unit-percent,.ac-graph-line ~ .badge .badge-unit-currency{font-size:28px;line-height:1;font-weight:400;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;font-weight:600}.ac-graph-line ~ .badge .badge-unit:lang(ar),.ac-graph-line ~ .badge .badge-unit-plus:lang(ar),.ac-graph-line ~ .badge .badge-unit-percent:lang(ar),.ac-graph-line ~ .badge .badge-unit-currency:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-unit:lang(ja),.ac-graph-line ~ .badge .badge-unit-plus:lang(ja),.ac-graph-line ~ .badge .badge-unit-percent:lang(ja),.ac-graph-line ~ .badge .badge-unit-currency:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-unit:lang(ko),.ac-graph-line ~ .badge .badge-unit-plus:lang(ko),.ac-graph-line ~ .badge .badge-unit-percent:lang(ko),.ac-graph-line ~ .badge .badge-unit-currency:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-unit:lang(th),.ac-graph-line ~ .badge .badge-unit-plus:lang(th),.ac-graph-line ~ .badge .badge-unit-percent:lang(th),.ac-graph-line ~ .badge .badge-unit-currency:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-unit:lang(zh-CN),.ac-graph-line ~ .badge .badge-unit-plus:lang(zh-CN),.ac-graph-line ~ .badge .badge-unit-percent:lang(zh-CN),.ac-graph-line ~ .badge .badge-unit-currency:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-unit:lang(zh-HK),.ac-graph-line ~ .badge .badge-unit-plus:lang(zh-HK),.ac-graph-line ~ .badge .badge-unit-percent:lang(zh-HK),.ac-graph-line ~ .badge .badge-unit-currency:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-unit:lang(zh-MO),.ac-graph-line ~ .badge .badge-unit-plus:lang(zh-MO),.ac-graph-line ~ .badge .badge-unit-percent:lang(zh-MO),.ac-graph-line ~ .badge .badge-unit-currency:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-unit:lang(zh-TW),.ac-graph-line ~ .badge .badge-unit-plus:lang(zh-TW),.ac-graph-line ~ .badge .badge-unit-percent:lang(zh-TW),.ac-graph-line ~ .badge .badge-unit-currency:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge .badge-unit-plus{top:-.29em}.ac-graph-line ~ .badge .badge-unit-percent{top:-.31em}.ac-graph-line ~ .badge .badge-unit-currency{top:-.325em}.ac-graph-line ~ .badge.badge-stacked .badge-value{font-size:28px;line-height:1;font-weight:400;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;font-weight:600}.ac-graph-line ~ .badge.badge-stacked .badge-value:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge.badge-stacked .badge-value:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge.badge-stacked .badge-value:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge.badge-stacked .badge-value:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge.badge-stacked .badge-value:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge.badge-stacked .badge-value:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge.badge-stacked .badge-value:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge.badge-stacked .badge-value:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-line ~ .badge.badge-stacked .badge-content{padding-bottom:4px}}.theme-dark .ac-graph-line .marker{stroke:#1d1d1f}.theme-dark .ac-graph-line .x-axis-dot{fill:#424245}.theme-dark .ac-graph-line .x-axis{stroke:#424245}svg.ac-graph-svg{width:100%;height:100%}.graph .badge-value{color:#f56300}.ac-graph-donut .donut-wedge{fill:#f56300}.ac-graph-donut ~ .badge,.ac-graph-donut ~ .donut-title{position:absolute;width:100%;margin:0;text-align:center;left:0;top:50%;transform:translateY(-50%)}@media only screen and (max-width: 1068px){.ac-graph-donut ~ .badge .badge-value{font-size:40px;line-height:1;font-weight:400;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-value:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-value:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-value:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-value:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-value:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-value:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-value:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-value:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-caption{font-size:14px;line-height:1.28577;font-weight:400;letter-spacing:-.016em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-caption:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-caption:lang(ja){line-height:1.35718;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-caption:lang(ko){line-height:1.42859;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-caption:lang(zh){letter-spacing:0em}.ac-graph-donut ~ .badge .badge-caption:lang(th){line-height:1.35718;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-caption:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-caption:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-caption:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-caption:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-unit,.ac-graph-donut ~ .badge .badge-unit-plus,.ac-graph-donut ~ .badge .badge-unit-percent,.ac-graph-donut ~ .badge .badge-unit-currency{font-size:28px;line-height:1;font-weight:400;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;font-weight:600}.ac-graph-donut ~ .badge .badge-unit:lang(ar),.ac-graph-donut ~ .badge .badge-unit-plus:lang(ar),.ac-graph-donut ~ .badge .badge-unit-percent:lang(ar),.ac-graph-donut ~ .badge .badge-unit-currency:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-unit:lang(ja),.ac-graph-donut ~ .badge .badge-unit-plus:lang(ja),.ac-graph-donut ~ .badge .badge-unit-percent:lang(ja),.ac-graph-donut ~ .badge .badge-unit-currency:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-unit:lang(ko),.ac-graph-donut ~ .badge .badge-unit-plus:lang(ko),.ac-graph-donut ~ .badge .badge-unit-percent:lang(ko),.ac-graph-donut ~ .badge .badge-unit-currency:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-unit:lang(th),.ac-graph-donut ~ .badge .badge-unit-plus:lang(th),.ac-graph-donut ~ .badge .badge-unit-percent:lang(th),.ac-graph-donut ~ .badge .badge-unit-currency:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-unit:lang(zh-CN),.ac-graph-donut ~ .badge .badge-unit-plus:lang(zh-CN),.ac-graph-donut ~ .badge .badge-unit-percent:lang(zh-CN),.ac-graph-donut ~ .badge .badge-unit-currency:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-unit:lang(zh-HK),.ac-graph-donut ~ .badge .badge-unit-plus:lang(zh-HK),.ac-graph-donut ~ .badge .badge-unit-percent:lang(zh-HK),.ac-graph-donut ~ .badge .badge-unit-currency:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-unit:lang(zh-MO),.ac-graph-donut ~ .badge .badge-unit-plus:lang(zh-MO),.ac-graph-donut ~ .badge .badge-unit-percent:lang(zh-MO),.ac-graph-donut ~ .badge .badge-unit-currency:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-unit:lang(zh-TW),.ac-graph-donut ~ .badge .badge-unit-plus:lang(zh-TW),.ac-graph-donut ~ .badge .badge-unit-percent:lang(zh-TW),.ac-graph-donut ~ .badge .badge-unit-currency:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge .badge-unit-plus{top:-.29em}.ac-graph-donut ~ .badge .badge-unit-percent{top:-.31em}.ac-graph-donut ~ .badge .badge-unit-currency{top:-.325em}.ac-graph-donut ~ .badge.badge-stacked .badge-value{font-size:28px;line-height:1;font-weight:400;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;font-weight:600}.ac-graph-donut ~ .badge.badge-stacked .badge-value:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge.badge-stacked .badge-value:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge.badge-stacked .badge-value:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge.badge-stacked .badge-value:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge.badge-stacked .badge-value:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge.badge-stacked .badge-value:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge.badge-stacked .badge-value:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge.badge-stacked .badge-value:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .badge.badge-stacked .badge-content{padding-bottom:4px}}.ac-graph-donut ~ .donut-title{color:#f56300;font-size:24px;line-height:1.16667;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .donut-title:lang(ja){line-height:1.25;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .donut-title:lang(ko){line-height:1.29167;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .donut-title:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .donut-title:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .donut-title:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .donut-title:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .donut-title:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .donut-title:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.ac-graph-donut ~ .donut-title{font-size:21px;line-height:1.19048;font-weight:600;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .donut-title:lang(ja){line-height:1.2381;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .donut-title:lang(ko){line-height:1.2858;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .donut-title:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .donut-title:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .donut-title:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .donut-title:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .donut-title:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.ac-graph-donut ~ .donut-title:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.donut-sidebar .ac-graph-donut ~ .donut-title{font-size:21px;line-height:1.19048;font-weight:600;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .donut-title:lang(ja){line-height:1.2381;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .donut-title:lang(ko){line-height:1.2858;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .donut-title:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .donut-title:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .donut-title:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .donut-title:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .donut-title:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .donut-title:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .badge .badge-value{font-size:40px;line-height:1;font-weight:400;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .badge .badge-value:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .badge .badge-value:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .badge .badge-value:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .badge .badge-value:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .badge .badge-value:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .badge .badge-value:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .badge .badge-value:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .badge .badge-value:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .badge .badge-unit,.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-plus,.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-percent,.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-currency{font-size:27px;line-height:1;font-weight:600;letter-spacing:.008em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .badge .badge-unit:lang(ar),.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-plus:lang(ar),.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-percent:lang(ar),.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-currency:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .badge .badge-unit:lang(ja),.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-plus:lang(ja),.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-percent:lang(ja),.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-currency:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .badge .badge-unit:lang(ko),.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-plus:lang(ko),.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-percent:lang(ko),.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-currency:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .badge .badge-unit:lang(th),.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-plus:lang(th),.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-percent:lang(th),.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-currency:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .badge .badge-unit:lang(zh-CN),.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-plus:lang(zh-CN),.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-percent:lang(zh-CN),.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-currency:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .badge .badge-unit:lang(zh-HK),.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-plus:lang(zh-HK),.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-percent:lang(zh-HK),.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-currency:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .badge .badge-unit:lang(zh-MO),.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-plus:lang(zh-MO),.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-percent:lang(zh-MO),.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-currency:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-sidebar .ac-graph-donut ~ .badge .badge-unit:lang(zh-TW),.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-plus:lang(zh-TW),.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-percent:lang(zh-TW),.donut-sidebar .ac-graph-donut ~ .badge .badge-unit-currency:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-legend{font-size:12px;line-height:1.33337;font-weight:400;letter-spacing:-.01em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;color:#6e6e73;list-style:none;padding:0}.donut-legend:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-legend:lang(ja){line-height:1.41667;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-legend:lang(ko){line-height:1.41667;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-legend:lang(zh){letter-spacing:0em}.donut-legend:lang(th){line-height:1.33337;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-legend:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-legend:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-legend:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-legend:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.donut-legend li{line-height:1.2;margin-bottom:.85em}.donut-legend li::before{background-color:#86868b}.donut-legend li::before{display:block;content:'';position:relative;border-radius:50%;float:left;margin:1px 7px 0 0;width:12px;height:12px}.theme-dark .ac-graph-donut .donut-wedge{fill:#f56300}.theme-dark .ac-graph-donut ~ .donut-title{color:#f56300}.theme-dark .donut-legend{color:#86868b}svg.ac-graph-svg{width:100%;height:100%}.graph .badge-value{color:#f56300}.graph-data{width:100%;height:100%;display:inline-block}.graph-bar-slot{height:4px;margin-bottom:8px;background:#f5f5f7}.graph-bar{height:4px;margin-bottom:8px;background:#f56300}.graph-bar-slot .graph-bar{margin-bottom:0}.graph-caption{font-size:12px;line-height:1.33337;font-weight:400;letter-spacing:-.01em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;text-align:start;color:#6e6e73}.graph-caption:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-caption:lang(ja){line-height:1.41667;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-caption:lang(ko){line-height:1.41667;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-caption:lang(zh){letter-spacing:0em}.graph-caption:lang(th){line-height:1.33337;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-caption:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-caption:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-caption:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-caption:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-caption-total{font-weight:600;color:#1d1d1f}.graph-unit.deemphasize,.graph-unit.deemphasize .badge-value{color:#86868b}.graph-unit.deemphasize .graph-bar{background:#86868b}.graph .badge{margin-right:0}.theme-dark .graph-bar-slot{background:#1d1d1f}.theme-dark .graph-bar{background:#f56300}.theme-dark .graph-caption{color:#86868b}.theme-dark .graph-caption-total{color:#f5f5f7}.graph-horizontalbar .graph-unit{position:relative}.graph-horizontalbar .graph-unit:last-child{margin-bottom:0}@media only screen and (max-width: 1068px){.graph-horizontalbar .graph-unit{margin-bottom:0}}.graph-horizontalbar .badge{text-align:right;position:absolute;right:calc(100% - 102px);bottom:26px}@media only screen and (max-width: 1068px){.graph-horizontalbar .badge .badge-value{font-size:40px;line-height:1;font-weight:400;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-value:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-value:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-value:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-value:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-value:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-value:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-value:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-value:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-caption{font-size:14px;line-height:1.28577;font-weight:400;letter-spacing:-.016em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-caption:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-caption:lang(ja){line-height:1.35718;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-caption:lang(ko){line-height:1.42859;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-caption:lang(zh){letter-spacing:0em}.graph-horizontalbar .badge .badge-caption:lang(th){line-height:1.35718;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-caption:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-caption:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-caption:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-caption:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-unit,.graph-horizontalbar .badge .badge-unit-plus,.graph-horizontalbar .badge .badge-unit-percent,.graph-horizontalbar .badge .badge-unit-currency{font-size:28px;line-height:1;font-weight:400;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;font-weight:600}.graph-horizontalbar .badge .badge-unit:lang(ar),.graph-horizontalbar .badge .badge-unit-plus:lang(ar),.graph-horizontalbar .badge .badge-unit-percent:lang(ar),.graph-horizontalbar .badge .badge-unit-currency:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-unit:lang(ja),.graph-horizontalbar .badge .badge-unit-plus:lang(ja),.graph-horizontalbar .badge .badge-unit-percent:lang(ja),.graph-horizontalbar .badge .badge-unit-currency:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-unit:lang(ko),.graph-horizontalbar .badge .badge-unit-plus:lang(ko),.graph-horizontalbar .badge .badge-unit-percent:lang(ko),.graph-horizontalbar .badge .badge-unit-currency:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-unit:lang(th),.graph-horizontalbar .badge .badge-unit-plus:lang(th),.graph-horizontalbar .badge .badge-unit-percent:lang(th),.graph-horizontalbar .badge .badge-unit-currency:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-unit:lang(zh-CN),.graph-horizontalbar .badge .badge-unit-plus:lang(zh-CN),.graph-horizontalbar .badge .badge-unit-percent:lang(zh-CN),.graph-horizontalbar .badge .badge-unit-currency:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-unit:lang(zh-HK),.graph-horizontalbar .badge .badge-unit-plus:lang(zh-HK),.graph-horizontalbar .badge .badge-unit-percent:lang(zh-HK),.graph-horizontalbar .badge .badge-unit-currency:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-unit:lang(zh-MO),.graph-horizontalbar .badge .badge-unit-plus:lang(zh-MO),.graph-horizontalbar .badge .badge-unit-percent:lang(zh-MO),.graph-horizontalbar .badge .badge-unit-currency:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-unit:lang(zh-TW),.graph-horizontalbar .badge .badge-unit-plus:lang(zh-TW),.graph-horizontalbar .badge .badge-unit-percent:lang(zh-TW),.graph-horizontalbar .badge .badge-unit-currency:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge .badge-unit-plus{top:-.29em}.graph-horizontalbar .badge .badge-unit-percent{top:-.31em}.graph-horizontalbar .badge .badge-unit-currency{top:-.325em}.graph-horizontalbar .badge.badge-stacked .badge-value{font-size:28px;line-height:1;font-weight:400;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;font-weight:600}.graph-horizontalbar .badge.badge-stacked .badge-value:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge.badge-stacked .badge-value:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge.badge-stacked .badge-value:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge.badge-stacked .badge-value:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge.badge-stacked .badge-value:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge.badge-stacked .badge-value:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge.badge-stacked .badge-value:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge.badge-stacked .badge-value:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-horizontalbar .badge.badge-stacked .badge-content{padding-bottom:4px}}@media only screen and (max-width: 734px){.graph-horizontalbar .graph-bar{margin-bottom:5px}}.graph-horizontalbar .graph-data{width:100%;height:42px;margin:10px 0 16px 0}@media only screen and (max-width: 734px){.graph-horizontalbar .graph-data{width:100%;height:33px;margin-top:0;margin-bottom:26px}}.graph-horizontalbar .badge+.graph-data{box-sizing:border-box;padding-left:138px}@media only screen and (max-width: 734px){.graph-horizontalbar .badge+.graph-data{padding-top:6px;padding-left:118px}}.graph-sidebar-bar .graph-unit{clear:left;height:49px}.graph-sidebar-bar .badge{float:left;width:60px;padding-right:10px}.graph-sidebar-bar .badge-value{margin-top:-.2em}.graph-sidebar-bar .graph-data{width:100%}.graph-sidebar-bar .badge+.graph-data{width:calc(100% - 60px)}.graph-sidebar-bar .graph-bar{margin-bottom:5px}.graph-verticalbar{margin-bottom:74px;height:160px}.graph-verticalbar .graph-unit{position:relative;margin-bottom:74px;display:inline-block;height:100%;min-width:90px;vertical-align:top}.graph-verticalbar .badge{position:absolute;top:100%;margin-top:10px}@media only screen and (max-width: 1068px){.graph-verticalbar .badge .badge-value{font-size:40px;line-height:1;font-weight:400;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-value:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-value:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-value:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-value:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-value:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-value:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-value:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-value:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-caption{font-size:14px;line-height:1.28577;font-weight:400;letter-spacing:-.016em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-caption:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-caption:lang(ja){line-height:1.35718;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-caption:lang(ko){line-height:1.42859;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-caption:lang(zh){letter-spacing:0em}.graph-verticalbar .badge .badge-caption:lang(th){line-height:1.35718;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-caption:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-caption:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-caption:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-caption:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-unit,.graph-verticalbar .badge .badge-unit-plus,.graph-verticalbar .badge .badge-unit-percent,.graph-verticalbar .badge .badge-unit-currency{font-size:28px;line-height:1;font-weight:400;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;font-weight:600}.graph-verticalbar .badge .badge-unit:lang(ar),.graph-verticalbar .badge .badge-unit-plus:lang(ar),.graph-verticalbar .badge .badge-unit-percent:lang(ar),.graph-verticalbar .badge .badge-unit-currency:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-unit:lang(ja),.graph-verticalbar .badge .badge-unit-plus:lang(ja),.graph-verticalbar .badge .badge-unit-percent:lang(ja),.graph-verticalbar .badge .badge-unit-currency:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-unit:lang(ko),.graph-verticalbar .badge .badge-unit-plus:lang(ko),.graph-verticalbar .badge .badge-unit-percent:lang(ko),.graph-verticalbar .badge .badge-unit-currency:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-unit:lang(th),.graph-verticalbar .badge .badge-unit-plus:lang(th),.graph-verticalbar .badge .badge-unit-percent:lang(th),.graph-verticalbar .badge .badge-unit-currency:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-unit:lang(zh-CN),.graph-verticalbar .badge .badge-unit-plus:lang(zh-CN),.graph-verticalbar .badge .badge-unit-percent:lang(zh-CN),.graph-verticalbar .badge .badge-unit-currency:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-unit:lang(zh-HK),.graph-verticalbar .badge .badge-unit-plus:lang(zh-HK),.graph-verticalbar .badge .badge-unit-percent:lang(zh-HK),.graph-verticalbar .badge .badge-unit-currency:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-unit:lang(zh-MO),.graph-verticalbar .badge .badge-unit-plus:lang(zh-MO),.graph-verticalbar .badge .badge-unit-percent:lang(zh-MO),.graph-verticalbar .badge .badge-unit-currency:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-unit:lang(zh-TW),.graph-verticalbar .badge .badge-unit-plus:lang(zh-TW),.graph-verticalbar .badge .badge-unit-percent:lang(zh-TW),.graph-verticalbar .badge .badge-unit-currency:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge .badge-unit-plus{top:-.29em}.graph-verticalbar .badge .badge-unit-percent{top:-.31em}.graph-verticalbar .badge .badge-unit-currency{top:-.325em}.graph-verticalbar .badge.badge-stacked .badge-value{font-size:28px;line-height:1;font-weight:400;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;font-weight:600}.graph-verticalbar .badge.badge-stacked .badge-value:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge.badge-stacked .badge-value:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge.badge-stacked .badge-value:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge.badge-stacked .badge-value:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge.badge-stacked .badge-value:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge.badge-stacked .badge-value:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge.badge-stacked .badge-value:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge.badge-stacked .badge-value:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.graph-verticalbar .badge.badge-stacked .badge-content{padding-bottom:4px}}.graph-verticalbar .graph-data{position:relative;width:100%}.graph-verticalbar .graph-bar{position:absolute;bottom:0;width:4px;margin-bottom:0}.graph-verticalbar .graph-caption{position:absolute;bottom:0;white-space:nowrap;display:block;transform-origin:left bottom;transform:rotate(-90deg) translate(0, 28px)}.section-graphs{position:relative}.section-graphs .graph-horizontalbar .number,.section-graphs .graph-horizontalbar .graph-badge-half{display:inline-block;vertical-align:top}.section-graphs .graph-horizontalbar .graph-caption{font-size:14px;line-height:1.42859;font-weight:400;letter-spacing:-.016em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;color:#1d1d1f;text-transform:capitalize}.section-graphs .graph-horizontalbar .graph-caption:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-caption:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-caption:lang(ko){line-height:1.57143;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-caption:lang(zh){letter-spacing:0em}.section-graphs .graph-horizontalbar .graph-caption:lang(th){line-height:1.35718;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-caption:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-caption:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-caption:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-caption:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-unit{display:table;margin-top:25px}@media only screen and (max-width: 1068px){.section-graphs .graph-horizontalbar .graph-unit{margin-top:10px}}.section-graphs .graph-horizontalbar .graph-unit.nomargin-top{margin-top:0}.section-graphs .graph-horizontalbar .graph-badge,.section-graphs .graph-horizontalbar .graph-data{display:table-cell}.section-graphs .graph-horizontalbar .graph-badge{font-size:24px;line-height:1.20841;font-weight:600;letter-spacing:-.01em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;min-width:95px;text-align:right;color:#008a81;line-height:0.7;padding-right:0}.section-graphs .graph-horizontalbar .graph-badge:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-badge:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-badge:lang(ko){letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-badge:lang(zh){letter-spacing:0em}.section-graphs .graph-horizontalbar .graph-badge:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-badge:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-badge:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-badge:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-badge:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.section-graphs .graph-horizontalbar .graph-badge{min-width:80px}}@media only screen and (max-width: 734px){.section-graphs .graph-horizontalbar .graph-badge{min-width:74px}}.section-graphs .graph-horizontalbar .graph-badge-half{font-size:16px;line-height:1.25;font-weight:600;letter-spacing:0em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-badge-half:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-badge-half:lang(ja){font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-badge-half:lang(ko){font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-badge-half:lang(th){font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-badge-half:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-badge-half:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-badge-half:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-badge-half:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.section-graphs .graph-horizontalbar .graph-badge-half{font-size:14px;line-height:1.28577;font-weight:600;letter-spacing:0em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-badge-half:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-badge-half:lang(ja){font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-badge-half:lang(ko){font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-badge-half:lang(th){font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-badge-half:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-badge-half:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-badge-half:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-horizontalbar .graph-badge-half:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.section-graphs .graph-horizontalbar .graph-data{width:100%;padding-left:15px;vertical-align:top}@media only screen and (max-width: 1068px){.section-graphs .graph-horizontalbar .graph-data{padding-bottom:8px}}@media only screen and (max-width: 734px){.section-graphs .graph-horizontalbar .graph-data{padding-bottom:17px}}.section-graphs .graph-horizontalbar .graph-bar{border-radius:10px;height:6px;margin-bottom:2px}@media only screen and (max-width: 1068px){.section-graphs .graph-horizontalbar .graph-bar{height:6px;margin-bottom:2px}}@media only screen and (max-width: 734px){.section-graphs .graph-horizontalbar .graph-bar{height:6px;margin-bottom:2px}}.section-graphs .graph-us-ethnicity .graph-badge-half,.section-graphs .info-representation .graph-badge-half{line-height:0.8;margin-left:0.1em}html.reduced-motion .section-graphs .graph-us-ethnicity .graph-container .graph-horizontalbar .graph-bar{transition-duration:0s}.section-graphs .graph-legend{margin:40px auto 0}@media only screen and (max-width: 1068px){.section-graphs .graph-legend{margin-top:35px}}.section-graphs .graph-legend .graph-legend-icon{display:inline-block;margin:0;margin-left:22px}.section-graphs .graph-legend .graph-legend-icon:not(:first-of-type){margin-left:44px}.section-graphs .graph-legend .graph-legend-icon:before{background:red;content:'';position:absolute;width:16px;height:4px;border-radius:3px;transform:translate(-22px, 6px)}.section-graphs .graph-legend .graph-legend-icon:nth-child(1):before{background-color:#008a81}.section-graphs .graph-legend .graph-legend-icon:nth-child(2):before{background-color:#929292}.section-graphs .line-graph{margin:0 auto}.section-graphs .line-graph .graph-headline{transform:translateY(65px)}.section-graphs .line-graph .line-graph-wrapper{position:relative;margin:0 auto;width:100%}.section-graphs .line-graph .line-graph-target{margin:0;position:absolute;bottom:0;width:100%}.section-graphs .line-graph .graph-values{margin:0;position:absolute;bottom:0;width:104%;display:flex;flex-direction:row;justify-content:space-between;margin-left:-0.5%}.section-graphs .line-graph .graph-values .graph-value{list-style-type:none}.section-graphs .line-graph .graph-values .badge-value{display:inline-block;line-height:0.8;vertical-align:top;font-size:24px;line-height:1.16667;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .line-graph .graph-values .badge-value:lang(ja){line-height:1.25;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .line-graph .graph-values .badge-value:lang(ko){line-height:1.29167;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .line-graph .graph-values .badge-value:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .line-graph .graph-values .badge-value:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .line-graph .graph-values .badge-value:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .line-graph .graph-values .badge-value:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .line-graph .graph-values .badge-value:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .line-graph .graph-values .badge-value:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.section-graphs .line-graph .graph-values .badge-value{font-size:21px;line-height:1.19048;font-weight:600;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .line-graph .graph-values .badge-value:lang(ja){line-height:1.2381;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .line-graph .graph-values .badge-value:lang(ko){line-height:1.2858;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .line-graph .graph-values .badge-value:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .line-graph .graph-values .badge-value:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .line-graph .graph-values .badge-value:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .line-graph .graph-values .badge-value:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .line-graph .graph-values .badge-value:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .line-graph .graph-values .badge-value:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.section-graphs .line-graph .graph-values .badge-unit-percent{vertical-align:top;top:0}.section-graphs .line-graph .grid-values{margin:0;position:absolute;bottom:0;width:104%;display:flex;flex-direction:row;justify-content:space-between;margin-left:-2%;transform:translateY(15px);color:#747474}.section-graphs .line-graph .grid-values .grid-value{list-style-type:none}.section-graphs .line-graph .ac-graph-line .ac-graph-path.marker{stroke:#e8e7e6}.section-graphs .line-graph .ac-graph-line .ac-graph-path.x-axis,.section-graphs .line-graph .ac-graph-line .ac-graph-circle.x-axis-dot{display:none}.section-graphs .line-graph .graphline-group-1 .ac-graph-path{stroke:#929292}.section-graphs .line-graph .graphline-group-1 .ac-graph-circle{fill:#929292}.section-graphs .line-graph .badge-all{color:#929292}.section-graphs .line-graph .badge-all .badge-value{padding-top:10px}.section-graphs .line-graph .graphline-group-2 .ac-graph-path{stroke:#008a81}.section-graphs .line-graph .graphline-group-2 .ac-graph-circle{fill:#008a81}.section-graphs .line-graph .badge-filtered{color:#008a81}.section-graphs .line-graph .badge-filtered .badge-value{transform:translateY(-100%);padding-bottom:16px}.section-graphs .graph-legend{color:#767677;border-top:1px solid #767677;margin:96px auto 0;padding-top:36px}@media only screen and (max-width: 1068px){.section-graphs .graph-legend{margin:86px auto 0;padding-top:46px}}@media only screen and (max-width: 734px){.section-graphs .graph-legend{margin:46px auto 0;padding-top:26px}}.section-graphs .data-legend-0,.section-graphs .data-legend-1,.section-graphs .data-legend-2,.section-graphs .data-legend-3,.section-graphs .data-legend-4{display:none;margin:0}.section-graphs [data-show='data-set-0'] ~ .graph-legend .data-legend-0{display:inline-block}.section-graphs [data-show='data-set-1'] ~ .graph-legend .data-legend-1{display:inline-block}.section-graphs [data-show='data-set-2'] ~ .graph-legend .data-legend-2{display:inline-block}.section-graphs [data-show='data-set-3'] ~ .graph-legend .data-legend-3{display:inline-block}.section-graphs [data-show='data-set-4'] ~ .graph-legend .data-legend-4{display:inline-block}.section-graphs .data-tablist{margin-left:0}.section-graphs .data-tablist li{display:inline-block;cursor:pointer}.section-graphs .main-tablist,.section-graphs .sub-tablist{-webkit-tap-highlight-color:transparent}.section-graphs .main-tablist{font-size:17px;line-height:1.47059;font-weight:400;letter-spacing:-.024em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;margin:10px 0 50px}.section-graphs .main-tablist:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .main-tablist:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .main-tablist:lang(ko){letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .main-tablist:lang(zh){letter-spacing:0em}.section-graphs .main-tablist:lang(th){font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .main-tablist:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .main-tablist:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .main-tablist:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .main-tablist:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.section-graphs .main-tablist{margin-bottom:40px}}@media only screen and (max-width: 734px){.section-graphs .main-tablist{margin-bottom:20px}}.section-graphs .main-tablist ul{margin:0;display:inline-block;position:relative;pointer-events:none}@media only screen and (max-width: 734px){.section-graphs .main-tablist ul{display:flex;flex-wrap:wrap;justify-content:center;min-height:3.3em;align-content:space-between}}.section-graphs .main-tablist ul li{margin-right:20px;color:#8a8a8c;transition:0.35s color;pointer-events:auto}@media only screen and (max-width: 734px){.section-graphs .main-tablist ul li{margin-right:0;flex-basis:25%}}.section-graphs .main-tablist ul li.current .underline{color:#1d1d1f;border-bottom:1px solid #1d1d1f}.section-graphs .main-tablist ul li:last-child{margin-right:0}.section-graphs .sub-tablist{font-size:19px;line-height:1.52632;font-weight:300;letter-spacing:.016em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;margin-left:auto;margin-right:auto;max-width:360px;color:#747474;text-align:center;margin-top:24px}.section-graphs .sub-tablist:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .sub-tablist:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .sub-tablist:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .sub-tablist:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .sub-tablist:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .sub-tablist:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .sub-tablist:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .sub-tablist:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.section-graphs .sub-tablist{font-size:14px;line-height:1.57143;font-weight:300;letter-spacing:-.024em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .sub-tablist:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .sub-tablist:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .sub-tablist:lang(ko){letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .sub-tablist:lang(zh){letter-spacing:0em}.section-graphs .sub-tablist:lang(th){font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .sub-tablist:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .sub-tablist:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .sub-tablist:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .sub-tablist:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 1068px){.section-graphs .sub-tablist{margin-top:19px}}@media only screen and (max-width: 734px){.section-graphs .sub-tablist{margin-top:20px}}@media only screen and (max-width: 1068px){.section-graphs .sub-tablist{max-width:284px}}@media only screen and (max-width: 734px){.section-graphs .sub-tablist{max-width:300px}}.section-graphs .sub-tablist li{font-weight:400;margin-bottom:10px;margin-left:20px;border-bottom:1px solid transparent}@media only screen and (max-width: 1068px){.section-graphs .sub-tablist li{margin-bottom:6px}}.section-graphs .sub-tablist li:first-child,.section-graphs .sub-tablist li:nth-child(5){margin-left:0}.section-graphs .sub-tablist li.current{color:#1d1d1f;border-bottom:1px solid #6e6e73}.section-graphs .section-content{padding-top:70px}@media only screen and (max-width: 734px){.section-graphs .section-content{padding-top:0}}.section-graphs .section-block{margin-bottom:70px}@media only screen and (max-width: 734px){.section-graphs .section-block{margin-bottom:98px;margin-left:auto;margin-right:auto;max-width:375px}}.section-graphs .data-legend{height:80px}@media only screen and (max-width: 1068px){.section-graphs .data-legend{height:115px}}@media only screen and (max-width: 734px){.section-graphs .data-legend{height:auto}}.section-graphs #footnote-urcs{padding-top:calc(var(--r-localnav-height) + 10px);margin-top:calc(-1*var(--r-localnav-height) + 10px)}.section-graphs .section-headline,.section-graphs .data-tablist{text-align:center;margin-left:auto;margin-right:auto}.section-graphs .vo-text{position:absolute !important;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);padding:0 !important;border:0 !important;height:1px !important;width:1px !important}.section-graphs .graph-container{display:flex;flex-direction:column}.section-graphs .graph-container .sub-tablist{order:1}.section-graphs .graph-title{text-align:center;margin-top:0;font-weight:600}.section-graphs .graph{margin-top:30px;min-height:380px}@media only screen and (max-width: 1068px){.section-graphs .graph{margin-top:22px;min-height:350px}}@media only screen and (max-width: 734px){.section-graphs .graph{margin-top:26px;min-height:294px}}.section-graphs [data-show='data-set-3'] .graph-horizontalbar .graph-unit,.section-graphs [data-show='data-set-4'] .graph-horizontalbar .graph-unit,.section-graphs [data-show='data-set-5'] .graph-horizontalbar .graph-unit,.section-graphs [data-show='data-set-6'] .graph-horizontalbar .graph-unit{margin-top:13.5px}@media only screen and (max-width: 1068px){.section-graphs [data-show='data-set-3'] .graph-horizontalbar .graph-unit,.section-graphs [data-show='data-set-4'] .graph-horizontalbar .graph-unit,.section-graphs [data-show='data-set-5'] .graph-horizontalbar .graph-unit,.section-graphs [data-show='data-set-6'] .graph-horizontalbar .graph-unit{margin-top:0}}.section-graphs .graph-global-gender .graph-donut{position:relative}@media only screen and (min-width: 735px) and (max-width: 1068px){.section-graphs .graph-global-gender .graph-donut{margin-top:67px;min-height:305px}}@media only screen and (max-width: 734px){.section-graphs .graph-global-gender .graph-donut{width:265px;margin-left:auto;margin-right:auto}}.section-graphs .graph-global-gender .donut-wedge{opacity:1}.section-graphs .graph-global-gender .donut-wedge:nth-child(odd){fill:#2A61A0}.section-graphs .graph-global-gender .donut-wedge:nth-child(even){fill:#558C7E}.section-graphs .graph-global-gender .graph-image{margin:0 auto;width:360px;height:360px}@media only screen and (max-width: 1068px){.section-graphs .graph-global-gender .graph-image{width:256px;height:256px}}@media only screen and (max-width: 734px){.section-graphs .graph-global-gender .graph-image{width:265px;height:265px}}.section-graphs .graph-global-gender .graph-caption{position:absolute;width:100%;text-align:left;text-transform:capitalize;top:144px}@media only screen and (max-width: 1068px){.section-graphs .graph-global-gender .graph-caption{top:96px}}@media only screen and (max-width: 734px){.section-graphs .graph-global-gender .graph-caption{top:101px}}html.text-zoom .section-graphs .graph-global-gender .graph-caption{top:60px}.section-graphs .graph-global-gender .graph-caption .item{display:inline-block;min-width:110px}.section-graphs .graph-global-gender .graph-caption .item:first-child{margin-left:78px;margin-right:35px}@media only screen and (max-width: 1068px){.section-graphs .graph-global-gender .graph-caption .item:first-child{margin-left:38px;margin-right:-6px}}@media only screen and (max-width: 734px){.section-graphs .graph-global-gender .graph-caption .item:first-child{margin-left:24px}}html.text-zoom .section-graphs .graph-global-gender .graph-caption .item{margin-left:118px}.section-graphs .graph-global-gender .graph-caption .graph-badge{position:relative;min-width:60px;text-align:center}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value{font-size:64px;line-height:1;font-weight:600;letter-spacing:-.02em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(ko){letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(zh){letter-spacing:0em}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value{font-size:48px;line-height:1;font-weight:600;letter-spacing:-.015em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(ko){letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(zh){letter-spacing:0em}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value{font-size:40px;line-height:1;font-weight:600;letter-spacing:-.015em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(ko){letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(zh){letter-spacing:0em}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-value:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit{font-size:40px;line-height:1.1;font-weight:700;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit{font-size:32px;line-height:1.125;font-weight:700;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit{font-size:28px;line-height:1.14286;font-weight:700;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-badge .typography-data-donut-graph-badge-unit:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.section-graphs .graph-global-gender .graph-caption .graph-badge .donut-graph-badge-unit{vertical-align:top;line-height:1.3;font-weight:700}.section-graphs .graph-global-gender .graph-caption .graph-category{display:block;text-align:center;color:#1d1d1f;font-size:14px;line-height:1.42859;font-weight:400;letter-spacing:-.016em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;width:84px}.section-graphs .graph-global-gender .graph-caption .graph-category:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-category:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-category:lang(ko){line-height:1.57143;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-category:lang(zh){letter-spacing:0em}.section-graphs .graph-global-gender .graph-caption .graph-category:lang(th){line-height:1.35718;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-category:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-category:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-category:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-category:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.section-graphs .graph-global-gender .graph-caption .graph-category{font-size:12px;line-height:1.33337;font-weight:400;letter-spacing:-.01em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-category:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-category:lang(ja){line-height:1.41667;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-category:lang(ko){line-height:1.41667;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-category:lang(zh){letter-spacing:0em}.section-graphs .graph-global-gender .graph-caption .graph-category:lang(th){line-height:1.33337;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-category:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-category:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-category:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.section-graphs .graph-global-gender .graph-caption .graph-category:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 1068px){.section-graphs .graph-global-gender .graph-caption .graph-category{width:100px}}@media only screen and (max-width: 734px){.section-graphs .graph-global-gender .graph-caption .graph-category{width:93px}}.section-graphs .graph-global-gender .graph-caption .male-data .graph-badge{color:#2A61A0}.section-graphs .graph-global-gender .graph-caption .female-data .graph-badge{color:#558C7E}.section-graphs .graph-global-gender.animate .female-data .graph-badge{opacity:1;transition:opacity .2s cubic-bezier(0.42, 0, 0.58, 1) .75s}.section-graphs .graph-global-gender.animate .male-data .graph-badge{opacity:1;transition:opacity .2s cubic-bezier(0.42, 0, 0.58, 1) .95s}@media only screen and (max-width: 734px){.section-graphs .graph-us-ethnicity{margin-top:49px}}.section-graphs .graph-us-ethnicity .horizontal-unit-5{display:none;opacity:0}.section-graphs .graph-us-ethnicity .graph-badge{color:#2A61A0}.section-graphs .graph-us-ethnicity .graph-bar{background:#2A61A0}.section-graphs .graph-us-ethnicity .graph-horizontalbar .horizontal-unit-0 .graph-bar{width:0%;transition-property:width;transition-timing-function:ease-out;transition-duration:.21s;transition-delay:0s}.section-graphs .graph-us-ethnicity .graph-horizontalbar.animate .horizontal-unit-0 .graph-bar{width:21%}html.no-js .section-graphs .graph-us-ethnicity .graph-horizontalbar .horizontal-unit-0 .graph-bar{width:21%}.section-graphs .graph-us-ethnicity .graph-horizontalbar .horizontal-unit-1 .graph-bar{width:0%;transition-property:width;transition-timing-function:ease-out;transition-duration:.2s;transition-delay:0s}.section-graphs .graph-us-ethnicity .graph-horizontalbar.animate .horizontal-unit-1 .graph-bar{width:9%}html.no-js .section-graphs .graph-us-ethnicity .graph-horizontalbar .horizontal-unit-1 .graph-bar{width:9%}.section-graphs .graph-us-ethnicity .graph-horizontalbar .horizontal-unit-2 .graph-bar{width:0%;transition-property:width;transition-timing-function:ease-out;transition-duration:.2s;transition-delay:0s}.section-graphs .graph-us-ethnicity .graph-horizontalbar.animate .horizontal-unit-2 .graph-bar{width:13%}html.no-js .section-graphs .graph-us-ethnicity .graph-horizontalbar .horizontal-unit-2 .graph-bar{width:13%}.section-graphs .graph-us-ethnicity .graph-horizontalbar .horizontal-unit-3 .graph-bar{width:0%;transition-property:width;transition-timing-function:ease-out;transition-duration:.2s;transition-delay:0s}.section-graphs .graph-us-ethnicity .graph-horizontalbar.animate .horizontal-unit-3 .graph-bar{width:1%}html.no-js .section-graphs .graph-us-ethnicity .graph-horizontalbar .horizontal-unit-3 .graph-bar{width:1%}.section-graphs .graph-us-ethnicity .graph-horizontalbar .horizontal-unit-4 .graph-bar{width:0%;transition-property:width;transition-timing-function:ease-out;transition-duration:.2s;transition-delay:0s}.section-graphs .graph-us-ethnicity .graph-horizontalbar.animate .horizontal-unit-4 .graph-bar{width:3%}html.no-js .section-graphs .graph-us-ethnicity .graph-horizontalbar .horizontal-unit-4 .graph-bar{width:3%}.section-graphs .graph-us-ethnicity .graph-horizontalbar .horizontal-unit-6 .graph-bar{width:0%;transition-property:width;transition-timing-function:ease-out;transition-duration:.54s;transition-delay:0s}.section-graphs .graph-us-ethnicity .graph-horizontalbar.animate .horizontal-unit-6 .graph-bar{width:54%}html.no-js .section-graphs .graph-us-ethnicity .graph-horizontalbar .horizontal-unit-6 .graph-bar{width:54%}@media only screen and (max-width: 734px){.section-graphs .graph-us-ethnicity .graph-horizontalbar .horizontal-unit-6{padding-bottom:4px}}.section-graphs .graph-us-ethnicity .graph-horizontalbar .graph-unit.nomargin-top{margin-top:0}.section-graphs .graph-us-ethnicity .graph-badge,.section-graphs .graph-us-ethnicity .graph-caption{opacity:0}.section-graphs .graph-us-ethnicity .animate .graph-badge,.section-graphs .graph-us-ethnicity .animate .graph-caption{opacity:1;transition:opacity 0.7s ease-out}html.text-zoom .section-graphs .data-legend{height:auto}.section-quote{background:#f3f3f5;text-align:center;padding-top:206px;padding-bottom:172px;position:relative}@media only screen and (max-width: 1068px){.section-quote{padding-top:143px;padding-bottom:145px}}@media only screen and (max-width: 734px){.section-quote{padding-top:75px;padding-bottom:75px}}@media only screen and (max-width: 734px){.section-quote .section-content{max-width:var(--small-max-width);margin-left:auto;margin-right:auto}}.section-quote blockquote{max-width:780px;margin-left:auto;margin-right:auto}.section-news{padding-top:110px;padding-bottom:110px;margin-bottom:0;background-color:#e8e8ed;--transition-duration: 0.25s;--image-size: 480px}@media only screen and (max-width: 1068px){.section-news{--image-size: 336px;padding-top:115px;padding-bottom:115px}}@media only screen and (max-width: 734px){.section-news{--image-size: 280px;padding-top:74px;padding-bottom:74px;text-align:left}}.section-news.theme-light{background-color:#fbfbfd}.section-news .section-content{text-align:center}@media only screen and (max-width: 734px){.section-news .section-content{max-width:var(--small-max-width)}}.section-news .newsroom-header{max-width:660px;margin-left:auto;margin-right:auto}@media only screen and (max-width: 1068px){.section-news .newsroom-header{max-width:550px}}@media only screen and (max-width: 734px){.section-news .newsroom-header{max-width:270px}}.section-news .paddlenav{margin-left:auto;margin-right:auto;margin-left:auto;margin-right:auto;width:980px}html.aow .section-news .paddlenav{display:none}@media only screen and (min-width: 1441px){.section-news .paddlenav{margin-left:auto;margin-right:auto;width:980px}}@media only screen and (max-width: 1068px){.section-news .paddlenav{margin-left:auto;margin-right:auto;width:692px}}@media only screen and (max-width: 734px){.section-news .paddlenav{margin-left:auto;margin-right:auto;width:87.5%}}@media only screen and (max-width: 734px){.section-news .paddlenav{max-width:335px}}.section-news .paddlenav ul{display:flex;justify-content:space-between;list-style:none;margin:0 auto;width:94px}.section-news .paddlenav button{position:relative;width:44px;height:44px}.section-news .paddlenav button .svg-icon{position:absolute;top:0;left:0;width:44px;fill:#1d1d1f;transition:opacity 0.15s}.section-news .paddlenav button .svg-icon.icon-hover{opacity:0}.section-news .paddlenav button:hover .svg-icon{opacity:0}.section-news .paddlenav button:hover .svg-icon.icon-hover{opacity:1}.section-news .paddlenav button:disabled .svg-icon,.section-news .paddlenav button:disabled:hover .svg-icon{fill:#86868b;opacity:1}.section-news .paddlenav button:disabled .svg-icon.icon-hover,.section-news .paddlenav button:disabled:hover .svg-icon.icon-hover{opacity:0}.section-news #newsroom-item-template{display:none}.section-news .section-gallery{overflow:hidden;padding-top:36px}@media only screen and (max-width: 1068px){.section-news .section-gallery{padding-top:44px}}@media only screen and (max-width: 734px){.section-news .section-gallery{padding-top:22px}}.section-news .gallery{text-align:left;position:relative;--viewport-content: 980px;--grid-gap: 20px;--scroll-duration: 0.7}@media only screen and (max-width: 1068px){.section-news .gallery{--viewport-content: 692px}}@media only screen and (max-width: 734px){.section-news .gallery{--viewport-content: 87.5%}}.section-news .gallery.no-scroll-overflow .paddlenav{display:none}.section-news .gallery .gallery-content{overflow-x:scroll;overflow-y:hidden;--padding-bottom: var(--grid-gap);padding-bottom:var(--padding-bottom);margin-bottom:calc(-1 * var(--padding-bottom));-webkit-clip-path:polygon(0% 0%, 100% 0%, 100% calc(100% - var(--padding-bottom)), 0% calc(100% - var(--padding-bottom)));clip-path:polygon(0% 0%, 100% 0%, 100% calc(100% - var(--padding-bottom)), 0% calc(100% - var(--padding-bottom)))}html.touch .section-news .gallery .gallery-content{-webkit-overflow-scrolling:touch}html.edge .section-news .gallery .gallery-content{-ms-overflow-style:none}.section-news .gallery .gallery-content::-webkit-scrollbar{display:none}.section-news .gallery .item-container{display:grid;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;grid-gap:var(--grid-gap);grid-template:1fr / -webkit-min-content;grid-template:1fr / min-content;list-style:none;--padding: calc((100% - var(--viewport-content)) / 2);padding-left:var(--padding);padding-right:var(--padding);margin:auto;padding-top:20px;padding-bottom:30px}html.edge .section-news .gallery .item-container .gallery-item:only-child{grid-column:1 / 3;width:100%}html.edge .section-news .gallery .item-container .gallery-item:only-child .newsroom-item{width:var(--image-size);margin:0 auto}.section-news .gallery .gallery-item{width:var(--image-size);grid-row:1}.section-news .newsroom-item{position:relative;display:block;height:100%}.section-news .newsroom-item-article{box-shadow:none;transition:box-shadow var(--transition-duration);height:100%;background-color:#fff;border-radius:10px;overflow:hidden;transform:translateZ(0);display:flex;flex-direction:column}.section-news .newsroom-item-image{height:270px;width:480px;border-top-left-radius:10px;border-top-right-radius:10px;overflow:hidden;transition:height var(--transition-duration)}@media only screen and (max-width: 1068px){.section-news .newsroom-item-image{height:189px}}@media only screen and (max-width: 734px){.section-news .newsroom-item-image{height:157.5px}}@media only screen and (max-width: 1068px){.section-news .newsroom-item-image{width:336px}}@media only screen and (max-width: 734px){.section-news .newsroom-item-image{width:280px}}.section-news .newsroom-item-picture{transition:transform var(--transition-duration);object-fit:cover;width:100%;height:270px;display:block;position:relative}@media only screen and (max-width: 1068px){.section-news .newsroom-item-picture{height:189px}}@media only screen and (max-width: 734px){.section-news .newsroom-item-picture{height:157.5px}}.section-news .newsroom-item-picture:after{opacity:0;transition:var(--transition-duration);content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:#000}.section-news .newsroom-item-picture img{width:100%}.section-news .newsroom-item-content,.section-news .newsroom-item-header-container,.section-news .newsroom-item-header{display:flex;flex-grow:1}.section-news .newsroom-item-content{transition:padding-bottom var(--transition-duration) ease;padding:24px 18px;flex-grow:1;background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.section-news .newsroom-item-header-container{position:relative}.section-news .newsroom-item-header{flex-direction:column;justify-content:space-between}.section-news .newsroom-item-title{margin-bottom:16px}@media only screen and (max-width: 1068px){.section-news .newsroom-item-title{margin-bottom:13px}}@media only screen and (max-width: 734px){.section-news .newsroom-item-title{margin-bottom:12px}}.section-news .newsroom-item-time{color:#6e6e73;font-size:12px}.section-news .newsroom-item-description{visibility:hidden;opacity:0;transition:opacity 0.05s ease;transition-delay:0;color:#6e6e73;position:absolute;left:0;bottom:-16px;transform:translateY(100%);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.section-news .newsroom-item:hover{text-decoration:none}html.no-reduced-motion.no-touch .section-news .newsroom-item:hover,html.no-reduced-motion.no-touch .section-news .newsroom-item:focus:not([data-focus-method*="mouse"]){text-decoration:none}html.no-reduced-motion.no-touch .section-news .newsroom-item:hover .newsroom-item-article,html.no-reduced-motion.no-touch .section-news .newsroom-item:focus:not([data-focus-method*="mouse"]) .newsroom-item-article{box-shadow:10px 10px 20px 0px rgba(0,0,0,0.04),-10px 0 20px 0px rgba(0,0,0,0.04)}html.no-reduced-motion.no-touch .section-news .newsroom-item:hover .newsroom-item-image,html.no-reduced-motion.no-touch .section-news .newsroom-item:focus:not([data-focus-method*="mouse"]) .newsroom-item-image{height:222px}@media only screen and (max-width: 1068px){html.no-reduced-motion.no-touch .section-news .newsroom-item:hover .newsroom-item-image,html.no-reduced-motion.no-touch .section-news .newsroom-item:focus:not([data-focus-method*="mouse"]) .newsroom-item-image{height:141px}}@media only screen and (max-width: 734px){html.no-reduced-motion.no-touch .section-news .newsroom-item:hover .newsroom-item-image,html.no-reduced-motion.no-touch .section-news .newsroom-item:focus:not([data-focus-method*="mouse"]) .newsroom-item-image{height:109.5px}}html.no-reduced-motion.no-touch .section-news .newsroom-item:hover .newsroom-item-picture,html.no-reduced-motion.no-touch .section-news .newsroom-item:focus:not([data-focus-method*="mouse"]) .newsroom-item-picture{transform:scale(1.05)}html.no-reduced-motion.no-touch .section-news .newsroom-item:hover .newsroom-item-picture:after,html.no-reduced-motion.no-touch .section-news .newsroom-item:focus:not([data-focus-method*="mouse"]) .newsroom-item-picture:after{opacity:0.15}html.no-reduced-motion.no-touch .section-news .newsroom-item:hover .newsroom-item-content,html.no-reduced-motion.no-touch .section-news .newsroom-item:focus:not([data-focus-method*="mouse"]) .newsroom-item-content{padding-bottom:72px}html.no-reduced-motion.no-touch.text-zoom .section-news .newsroom-item:hover .newsroom-item-content,html.no-reduced-motion.no-touch.text-zoom .section-news .newsroom-item:focus:not([data-focus-method*="mouse"]) .newsroom-item-content{padding-bottom:100px}html.no-reduced-motion.no-touch .section-news .newsroom-item:hover .newsroom-item-description,html.no-reduced-motion.no-touch .section-news .newsroom-item:focus:not([data-focus-method*="mouse"]) .newsroom-item-description{visibility:visible;opacity:1;transition-delay:calc(var(--transition-duration) * 0.8);transition-duration:calc(var(--transition-duration) * 0.8)}html.no-reduced-motion.touch .section-news .newsroom-item.hover{text-decoration:none}html.no-reduced-motion.touch .section-news .newsroom-item.hover .newsroom-item-article{box-shadow:10px 10px 20px 0px rgba(0,0,0,0.04),-10px 0 20px 0px rgba(0,0,0,0.04)}html.no-reduced-motion.touch .section-news .newsroom-item.hover .newsroom-item-image{height:222px}@media only screen and (max-width: 1068px){html.no-reduced-motion.touch .section-news .newsroom-item.hover .newsroom-item-image{height:141px}}@media only screen and (max-width: 734px){html.no-reduced-motion.touch .section-news .newsroom-item.hover .newsroom-item-image{height:109.5px}}html.no-reduced-motion.touch .section-news .newsroom-item.hover .newsroom-item-picture{transform:scale(1.05)}html.no-reduced-motion.touch .section-news .newsroom-item.hover .newsroom-item-picture:after{opacity:0.15}html.no-reduced-motion.touch .section-news .newsroom-item.hover .newsroom-item-content{padding-bottom:72px}html.no-reduced-motion.touch.text-zoom .section-news .newsroom-item.hover .newsroom-item-content{padding-bottom:100px}html.no-reduced-motion.touch .section-news .newsroom-item.hover .newsroom-item-description{visibility:visible;opacity:1;transition-delay:calc(var(--transition-duration) * 0.8);transition-duration:calc(var(--transition-duration) * 0.8)}:root{--small-max-width: 350px}.bold{font-weight:700}.semibold{font-weight:600}.color-caption{color:#767677}.overview-hero-accessability{display:block;width:var(--p-width);height:var(--p-height);--p-width: 317px;--p-height: 456px}@media only screen and (max-width: 1068px) and (max-width: 1068px){.overview-hero-accessability{--p-width: 200px;--p-height: 288px}}@media only screen and (max-width: 734px) and (max-width: 734px){.overview-hero-accessability{--p-width: 127px;--p-height: 183px}}.overview-hero-appleretail-mask{display:block;width:var(--p-width);height:var(--p-height);--p-width: 188px;--p-height: 147px}@media only screen and (max-width: 1068px) and (max-width: 1068px){.overview-hero-appleretail-mask{--p-width: 118px;--p-height: 93px}}@media only screen and (max-width: 734px) and (max-width: 734px){.overview-hero-appleretail-mask{--p-width: 75px;--p-height: 59px}}.overview-hero-applestore-charlotte{display:block;width:var(--p-width);height:var(--p-height);--p-width: 147px;--p-height: 188px}@media only screen and (max-width: 1068px) and (max-width: 1068px){.overview-hero-applestore-charlotte{--p-width: 93px;--p-height: 118px}}@media only screen and (max-width: 734px) and (max-width: 734px){.overview-hero-applestore-charlotte{--p-width: 59px;--p-height: 75px}}.overview-hero-cupertino{display:block;width:var(--p-width);height:var(--p-height);--p-width: 188px;--p-height: 147px}@media only screen and (max-width: 1068px) and (max-width: 1068px){.overview-hero-cupertino{--p-width: 118px;--p-height: 93px}}@media only screen and (max-width: 734px) and (max-width: 734px){.overview-hero-cupertino{--p-width: 75px;--p-height: 59px}}.overview-hero-greenshirts{display:block;width:var(--p-width);height:var(--p-height);--p-width: 513px;--p-height: 360px}@media only screen and (max-width: 1068px) and (max-width: 1068px){.overview-hero-greenshirts{--p-width: 323px;--p-height: 227px}}@media only screen and (max-width: 734px) and (max-width: 734px){.overview-hero-greenshirts{--p-width: 205px;--p-height: 144px}}.overview-hero-inclusion{display:block;width:var(--p-width);height:var(--p-height);--p-width: 513px;--p-height: 360px}@media only screen and (max-width: 1068px) and (max-width: 1068px){.overview-hero-inclusion{--p-width: 323px;--p-height: 227px}}@media only screen and (max-width: 734px) and (max-width: 734px){.overview-hero-inclusion{--p-width: 205px;--p-height: 144px}}.overview-hero-lab{display:block;width:var(--p-width);height:var(--p-height);--p-width: 317px;--p-height: 456px}@media only screen and (max-width: 1068px) and (max-width: 1068px){.overview-hero-lab{--p-width: 200px;--p-height: 288px}}@media only screen and (max-width: 734px) and (max-width: 734px){.overview-hero-lab{--p-width: 59px;--p-height: 75px}}.overview-hero-retail-paris{display:block;width:var(--p-width);height:var(--p-height);--p-width: 147px;--p-height: 188px}@media only screen and (max-width: 1068px) and (max-width: 1068px){.overview-hero-retail-paris{--p-width: 93px;--p-height: 118px}}@media only screen and (max-width: 734px) and (max-width: 734px){.overview-hero-retail-paris{--p-width: 59px;--p-height: 75px}}.overview-hero-storymaker{display:block;width:var(--p-width);height:var(--p-height);--p-width: 456px;--p-height: 317px}@media only screen and (max-width: 1068px) and (max-width: 1068px){.overview-hero-storymaker{--p-width: 288px;--p-height: 200px}}@media only screen and (max-width: 734px) and (max-width: 734px){.overview-hero-storymaker{--p-width: 183px;--p-height: 127px}}.overview-icon-rd{display:block;width:var(--p-width);height:var(--p-height);--p-width: 160px;--p-height: 111px}@media only screen and (max-width: 1068px) and (max-width: 1068px){.overview-icon-rd{--p-width: 128px;--p-height: 89px}}@media only screen and (max-width: 734px) and (max-width: 734px){.overview-icon-rd{--p-width: 80px;--p-height: 55px}}.overview-tile-brent{display:block;width:var(--p-width);height:var(--p-height);--p-width: 498px;--p-height: 670px}@media only screen and (max-width: 1068px) and (max-width: 1068px){.overview-tile-brent{--p-width: 333px;--p-height: 502px}}@media only screen and (max-width: 734px) and (max-width: 734px){.overview-tile-brent{--p-width: 350px;--p-height: 465px}}.overview-tile-chloe{display:block;width:var(--p-width);height:var(--p-height);--p-width: 498px;--p-height: 670px}@media only screen and (max-width: 1068px) and (max-width: 1068px){.overview-tile-chloe{--p-width: 333px;--p-height: 502px}}@media only screen and (max-width: 734px) and (max-width: 734px){.overview-tile-chloe{--p-width: 350px;--p-height: 465px}}.overview-tile-lajuan{display:block;width:var(--p-width);height:var(--p-height);--p-width: 498px;--p-height: 670px}@media only screen and (max-width: 1068px) and (max-width: 1068px){.overview-tile-lajuan{--p-width: 333px;--p-height: 502px}}@media only screen and (max-width: 734px) and (max-width: 734px){.overview-tile-lajuan{--p-width: 350px;--p-height: 465px}}.overview-tile-marcela{display:block;width:var(--p-width);height:var(--p-height);--p-width: 498px;--p-height: 670px}@media only screen and (max-width: 1068px) and (max-width: 1068px){.overview-tile-marcela{--p-width: 333px;--p-height: 502px}}@media only screen and (max-width: 734px) and (max-width: 734px){.overview-tile-marcela{--p-width: 350px;--p-height: 465px}}.overview-tile-nicolas{display:block;width:var(--p-width);height:var(--p-height);--p-width: 498px;--p-height: 670px}@media only screen and (max-width: 1068px) and (max-width: 1068px){.overview-tile-nicolas{--p-width: 333px;--p-height: 502px}}@media only screen and (max-width: 734px) and (max-width: 734px){.overview-tile-nicolas{--p-width: 350px;--p-height: 492px}}.overview-tile-niharika{display:block;width:var(--p-width);height:var(--p-height);--p-width: 498px;--p-height: 670px}@media only screen and (max-width: 1068px) and (max-width: 1068px){.overview-tile-niharika{--p-width: 333px;--p-height: 502px}}@media only screen and (max-width: 734px) and (max-width: 734px){.overview-tile-niharika{--p-width: 350px;--p-height: 465px}}.overview-tile-tray{display:block;width:var(--p-width);height:var(--p-height);--p-width: 498px;--p-height: 670px}@media only screen and (max-width: 1068px) and (max-width: 1068px){.overview-tile-tray{--p-width: 333px;--p-height: 502px}}@media only screen and (max-width: 734px) and (max-width: 734px){.overview-tile-tray{--p-width: 350px;--p-height: 465px}}.page-overview .main{margin-left:auto;margin-right:auto;max-width:2560px}@media only screen and (min-width: 1069px){.page-overview .badge .badge-value{font-size:64px;line-height:1;font-weight:400;letter-spacing:-.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-value:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-value:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-value:lang(ko){letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-value:lang(zh){letter-spacing:0em}.page-overview .badge .badge-value:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-value:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-value:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-value:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-value:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption{font-size:14px;line-height:1.28577;font-weight:400;letter-spacing:-.016em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(ja){line-height:1.35718;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(ko){line-height:1.42859;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(zh){letter-spacing:0em}.page-overview .badge .badge-caption:lang(th){line-height:1.35718;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-unit,.page-overview .badge .badge-unit-plus,.page-overview .badge .badge-unit-percent,.page-overview .badge .badge-unit-currency{font-size:40px;line-height:1;font-weight:400;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;font-weight:600}.page-overview .badge .badge-unit:lang(ar),.page-overview .badge .badge-unit-plus:lang(ar),.page-overview .badge .badge-unit-percent:lang(ar),.page-overview .badge .badge-unit-currency:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-unit:lang(ja),.page-overview .badge .badge-unit-plus:lang(ja),.page-overview .badge .badge-unit-percent:lang(ja),.page-overview .badge .badge-unit-currency:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-unit:lang(ko),.page-overview .badge .badge-unit-plus:lang(ko),.page-overview .badge .badge-unit-percent:lang(ko),.page-overview .badge .badge-unit-currency:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-unit:lang(th),.page-overview .badge .badge-unit-plus:lang(th),.page-overview .badge .badge-unit-percent:lang(th),.page-overview .badge .badge-unit-currency:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-unit:lang(zh-CN),.page-overview .badge .badge-unit-plus:lang(zh-CN),.page-overview .badge .badge-unit-percent:lang(zh-CN),.page-overview .badge .badge-unit-currency:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-unit:lang(zh-HK),.page-overview .badge .badge-unit-plus:lang(zh-HK),.page-overview .badge .badge-unit-percent:lang(zh-HK),.page-overview .badge .badge-unit-currency:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-unit:lang(zh-MO),.page-overview .badge .badge-unit-plus:lang(zh-MO),.page-overview .badge .badge-unit-percent:lang(zh-MO),.page-overview .badge .badge-unit-currency:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-unit:lang(zh-TW),.page-overview .badge .badge-unit-plus:lang(zh-TW),.page-overview .badge .badge-unit-percent:lang(zh-TW),.page-overview .badge .badge-unit-currency:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-unit-plus{top:-.22em}.page-overview .badge .badge-unit-percent{top:-.43em}.page-overview .badge .badge-unit-currency{top:-.43em}.page-overview .badge.badge-stacked .badge-value{font-size:40px;line-height:1;font-weight:400;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;font-weight:600}.page-overview .badge.badge-stacked .badge-value:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge.badge-stacked .badge-value:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge.badge-stacked .badge-value:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge.badge-stacked .badge-value:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge.badge-stacked .badge-value:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge.badge-stacked .badge-value:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge.badge-stacked .badge-value:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge.badge-stacked .badge-value:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge.badge-stacked .badge-content{padding-bottom:4px}}@media only screen and (max-width: 734px){.page-overview .badge .badge-value{font-size:40px;line-height:1;font-weight:400;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-value:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-value:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-value:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-value:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-value:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-value:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-value:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-value:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption{font-size:14px;line-height:1.28577;font-weight:400;letter-spacing:-.016em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(ja){line-height:1.35718;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(ko){line-height:1.42859;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(zh){letter-spacing:0em}.page-overview .badge .badge-caption:lang(th){line-height:1.35718;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-unit,.page-overview .badge .badge-unit-plus,.page-overview .badge .badge-unit-percent,.page-overview .badge .badge-unit-currency{font-size:28px;line-height:1;font-weight:400;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;font-weight:600}.page-overview .badge .badge-unit:lang(ar),.page-overview .badge .badge-unit-plus:lang(ar),.page-overview .badge .badge-unit-percent:lang(ar),.page-overview .badge .badge-unit-currency:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-unit:lang(ja),.page-overview .badge .badge-unit-plus:lang(ja),.page-overview .badge .badge-unit-percent:lang(ja),.page-overview .badge .badge-unit-currency:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-unit:lang(ko),.page-overview .badge .badge-unit-plus:lang(ko),.page-overview .badge .badge-unit-percent:lang(ko),.page-overview .badge .badge-unit-currency:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-unit:lang(th),.page-overview .badge .badge-unit-plus:lang(th),.page-overview .badge .badge-unit-percent:lang(th),.page-overview .badge .badge-unit-currency:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-unit:lang(zh-CN),.page-overview .badge .badge-unit-plus:lang(zh-CN),.page-overview .badge .badge-unit-percent:lang(zh-CN),.page-overview .badge .badge-unit-currency:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-unit:lang(zh-HK),.page-overview .badge .badge-unit-plus:lang(zh-HK),.page-overview .badge .badge-unit-percent:lang(zh-HK),.page-overview .badge .badge-unit-currency:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-unit:lang(zh-MO),.page-overview .badge .badge-unit-plus:lang(zh-MO),.page-overview .badge .badge-unit-percent:lang(zh-MO),.page-overview .badge .badge-unit-currency:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-unit:lang(zh-TW),.page-overview .badge .badge-unit-plus:lang(zh-TW),.page-overview .badge .badge-unit-percent:lang(zh-TW),.page-overview .badge .badge-unit-currency:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-unit-plus{top:-.29em}.page-overview .badge .badge-unit-percent{top:-.31em}.page-overview .badge .badge-unit-currency{top:-.325em}.page-overview .badge.badge-stacked .badge-value{font-size:28px;line-height:1;font-weight:400;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;font-weight:600}.page-overview .badge.badge-stacked .badge-value:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge.badge-stacked .badge-value:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge.badge-stacked .badge-value:lang(ko){font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge.badge-stacked .badge-value:lang(th){font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge.badge-stacked .badge-value:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge.badge-stacked .badge-value:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge.badge-stacked .badge-value:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge.badge-stacked .badge-value:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge.badge-stacked .badge-content{padding-bottom:4px}}.page-overview .badge .badge-value{font-weight:600;display:flex;justify-content:center;align-items:baseline}@media only screen and (max-width: 734px){.page-overview .badge .badge-value{justify-content:flex-start}}.page-overview .badge .badge-unit,.page-overview .badge .badge-unit-percent{font-weight:700;width:0.3em}.page-overview .badge .badge-caption{font-size:14px;line-height:1.42859;font-weight:400;letter-spacing:-.016em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(ko){line-height:1.57143;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(zh){letter-spacing:0em}.page-overview .badge .badge-caption:lang(th){line-height:1.35718;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.page-overview .badge .badge-caption{font-size:12px;line-height:1.33337;font-weight:400;letter-spacing:-.01em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(ja){line-height:1.41667;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(ko){line-height:1.41667;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(zh){letter-spacing:0em}.page-overview .badge .badge-caption:lang(th){line-height:1.33337;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.page-overview .badge .badge-caption:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.page-overview .quote-text:before{content:open-quote;display:inline-block;width:1em;margin-left:-1em;text-align:right}.page-overview .quote-text:after{content:close-quote;display:inline-block;text-align:left}.section-content{margin-left:auto;margin-right:auto;width:980px}@media only screen and (min-width: 1441px){.section-content{margin-left:auto;margin-right:auto;width:980px}}@media only screen and (max-width: 1068px){.section-content{margin-left:auto;margin-right:auto;width:692px}}@media only screen and (max-width: 734px){.section-content{margin-left:auto;margin-right:auto;width:87.5%}}
