@-webkit-keyframes scale-down{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-down{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}.UIStyles{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px}.UIStyles-block{grid-row-end:span var(--span)}.UIStyles-header{background-color:#ff9800;color:#fff;padding:24px;border-radius:8px 8px 0 0;font-size:24px;font-weight:500}.UIStyles-content{border:1px solid #ededed;padding:0 24px 24px;color:#bfbfbf;border-radius:0 0 8px 8px;overflow:hidden}.UIStyles-content.-dark{background-color:rgba(0,0,0,.7);border:none;color:#fff}.UICircularProgress{width:20px;height:20px;-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;position:relative}.UICircularProgress-path{stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:rgba(0,0,0,.84)}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}.TypographyRefresh-h1{font-size:56px;line-height:60px}.TypographyRefresh-h1,.TypographyRefresh-h2{font-family:Inter,sans-serif;font-style:normal;font-weight:900}.TypographyRefresh-h2{font-size:40px;line-height:40px}.TypographyRefresh-h3{font-family:Roboto;font-style:normal;font-weight:900;font-size:36px;line-height:36px;letter-spacing:.714286px}.TypographyRefresh-h4{font-size:30px;line-height:32px}.TypographyRefresh-h4,.TypographyRefresh-h5{font-family:Roboto;font-style:normal;font-weight:700;letter-spacing:.2px;-webkit-font-smoothing:antialiased}.TypographyRefresh-h5{font-size:24px;line-height:30px}.TypographyRefresh-h6{font-size:20px;-webkit-font-smoothing:antialiased;letter-spacing:.2px}.TypographyRefresh-h6,.TypographyRefresh-subtitle1{font-family:Roboto;font-style:normal;font-weight:700;line-height:24px}.TypographyRefresh-subtitle1{font-size:18px}.TypographyRefresh-subtitle2{font-family:Roboto;font-style:normal;font-weight:700;font-size:16px;line-height:22px;-webkit-font-smoothing:antialiased;letter-spacing:.2px}.TypographyRefresh-button{font-weight:500}.TypographyRefresh-body1,.TypographyRefresh-button{font-family:Roboto;font-style:normal;font-size:15px;line-height:22px;letter-spacing:.2px}.TypographyRefresh-body1{font-weight:400}.TypographyRefresh-body2{font-weight:700}.TypographyRefresh-body2,.TypographyRefresh-caption{font-family:Roboto;font-style:normal;font-size:13px;line-height:22px;letter-spacing:.2px}.TypographyRefresh-caption{font-weight:400;-webkit-font-smoothing:antialiased}.TypographyRefresh-menu{font-family:Roboto;font-style:normal;font-weight:500;font-size:12px;line-height:22px;letter-spacing:.2px}.TypographyRefresh-tiny{font-size:10px;line-height:14px}.TypographyRefresh-input,.TypographyRefresh-tiny{font-family:Roboto;font-style:normal;font-weight:400;letter-spacing:.2px}.TypographyRefresh-input{font-size:16px}.ButtonRefresh,.TypographyRefresh-input{line-height:22px;-webkit-font-smoothing:antialiased}.ButtonRefresh{border-radius:8px;display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;cursor:pointer;overflow:hidden;background:none;border:none;text-decoration:none;padding:0 20px;height:48px;min-width:48px;position:relative;font-family:Roboto;font-style:normal;font-weight:500;font-size:15px;letter-spacing:.2px;transition:all .25s ease-out;background:#ebeef4;color:#000}@media(hover:hover)and (pointer:fine){.ButtonRefresh:hover{background:#000;color:#fff}}.ButtonRefresh.-active{background:#000;color:#fff}.ButtonRefresh:active,.ButtonRefresh:focus{outline:none}.ButtonRefresh.-primary{background:#000;color:#fff}@media(hover:hover)and (pointer:fine){.ButtonRefresh.-primary:hover{background:#9396a8;color:#fff}}.ButtonRefresh.-primary.-active{background:#9396a8;color:#fff}.ButtonRefresh.-white{padding:0 14px;background:#fff;color:#000;border:1px solid #caccd8}@media(hover:hover)and (pointer:fine){.ButtonRefresh.-white:hover{background:#000;color:#fff;border-color:#000}}.ButtonRefresh.-white.-active{background:#000;color:#fff;border-color:#000}.ButtonRefresh.-white.-small.-iconLeft{padding:0 8px;border-radius:4px}.ButtonRefresh.-white.-small.-iconLeft .ButtonRefresh-content{font-family:Roboto;font-style:normal;font-weight:400;font-size:13px;line-height:22px;-webkit-font-smoothing:antialiased;letter-spacing:.2px}.ButtonRefresh.-white.-iconOnly{padding:0 11px}.ButtonRefresh.-white.-iconOnly.-small{padding:0 5px}.ButtonRefresh.-secondaryIcon{background:transparent;border:none;color:#000}@media(hover:hover)and (pointer:fine){.ButtonRefresh.-secondaryIcon:hover{background:#f5f6fa;border:none;color:#000}}.ButtonRefresh.-secondaryIcon.-active{color:#ff9800}.ButtonRefresh.-secondaryIcon.disabled{color:#caccd8}.ButtonRefresh.-secondaryIcon.-iconOnly.-small{padding:0 6px}.ButtonRefresh.-colored{background:#fff;color:var(--button-color,#000)}@media(hover:hover)and (pointer:fine){.ButtonRefresh.-colored:hover{background:var(--button-color,#000);color:#fff}}.ButtonRefresh.-colored-inverse{background:var(--button-color,#000);color:#fff}@media(hover:hover)and (pointer:fine){.ButtonRefresh.-colored-inverse:hover{background:#fff;color:var(--button-color,#000)}}.ButtonRefresh.disabled,.ButtonRefresh[disabled]{cursor:default;pointer-events:none;color:#caccd8;background:#ebeef4}.ButtonRefresh.-small{height:36px;min-width:36px}.ButtonRefresh.-small.-iconRight{padding-right:10px}.ButtonRefresh.-small.-iconLeft{padding-left:10px;padding-right:16px}.ButtonRefresh.-iconOnly{padding:0 12px}.ButtonRefresh.-iconOnly.-small{padding:0 10px}.ButtonRefresh.-fullWidth{width:100%;-webkit-justify-content:center;justify-content:center}.ButtonRefresh.-fullWidth.-withDropdownArrow .ButtonRefresh-content{margin:0 24px}.ButtonRefresh.-withDropdownArrow{padding-right:10px}.ButtonRefresh.-loading{pointer-events:none;cursor:auto}.ButtonRefresh.-loading .ButtonRefresh-content,.ButtonRefresh.-loading .ButtonRefresh-icon{opacity:0}.ButtonRefresh.-loading .ButtonRefresh-loader{display:block}.ButtonRefresh-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.2px;font-weight:500}.ButtonRefresh-icon{-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;pointer-events:none;color:currentColor}.ButtonRefresh-icon.-left{margin-right:8px}.ButtonRefresh-icon.-right{margin-left:8px}.ButtonRefresh-icon svg{width:24px;height:24px;fill:currentColor}.ButtonRefresh-loader{color:currentColor;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ButtonRefresh-loader svg circle{stroke:currentColor}.ButtonRefreshGroup{display:-webkit-flex;display:flex;cursor:pointer}@media(hover:hover)and (pointer:fine){.ButtonRefreshGroup:hover .ButtonRefresh{background:#000;color:#fff}}.ButtonRefreshGroup.-primary .ButtonRefresh{background:#000;color:#fff}@media(hover:hover)and (pointer:fine){.ButtonRefreshGroup.-primary:hover .ButtonRefresh{background:#9396a8;color:#fff}}.ButtonRefreshGroup .ButtonRefresh{pointer-events:none}.ButtonRefreshGroup .ButtonRefresh:first-child{border-top-right-radius:0;border-bottom-right-radius:0;margin-right:1px}.ButtonRefreshGroup .ButtonRefresh:last-child{border-top-left-radius:0;border-bottom-left-radius:0;padding-left:12px;padding-right:12px}body{padding-top:80px;background:#fff;font-size:20px}@media(max-width:939px){body{padding-top:60px;font-size:15px}}@media(max-width:725px){body{padding-top:30px}}a{color:#282828;text-decoration:underline;-webkit-text-decoration-color:#ff9800;text-decoration-color:#ff9800;text-underline-position:under;transition:all .1s ease-in-out}a:hover{color:#ff9800}.h2{margin-bottom:40px;font-size:56px;font-weight:700;line-height:1.36}@media(max-width:939px){.h2{margin-bottom:24px;font-size:26px}}.h3{margin-bottom:40px;font-size:26px;font-weight:700;line-height:1.54}@media(max-width:939px){.h3{margin-bottom:24px;font-size:20px}}p+.h3{margin-top:40px}@media(max-width:939px){p+.h3{margin-top:24px}}ul{list-style-type:none;padding:0}ul li{position:relative;padding-left:30px;margin-bottom:20px}@media(max-width:725px){ul li{padding-left:20px;margin-bottom:16px}}ul li:before{content:"";width:16px;height:16px;position:absolute;top:0;margin-top:9px;left:0;background:#ff9800}@media(max-width:725px){ul li:before{width:10px;height:10px;margin-top:8px}}.About-header{margin-bottom:40px;font-size:76px;font-weight:700;line-height:1.4;color:#161616}@media(max-width:939px){.About-header{margin-bottom:0;font-size:50px}}@media(max-width:725px){.About-header{font-size:26px}}.About-header span{display:inline-block;vertical-align:top;margin-right:10px;position:relative;width:300px}@media(max-width:939px){.About-header span{width:190px}}@media(max-width:725px){.About-header span{width:110px;margin-right:5px}}.About-header svg{width:100%;height:auto;position:absolute;left:0;top:50%;margin-top:-1px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media(max-width:725px){.About-header svg{margin-top:0}}.About-mute{background:#f6f6f6}.About-section{padding:80px 0;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}@media(max-width:939px){.About-section{padding:60px 0}}@media(max-width:725px){.About-section{padding:40px 0;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center}}.About-section.-column{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start}.About-section.-no-bottom-padding{padding-bottom:0}.About-section-text{max-width:700px;line-height:1.7}@media(max-width:725px){.About-section-text{-webkit-order:2;order:2}}.About-section-media{margin-left:60px}@media(max-width:725px){.About-section-media{-webkit-order:1;order:1;margin-left:0;margin-bottom:32px}}.About-section-media svg{width:100%;height:auto}@media(max-width:725px){.About-section-media svg{width:170px}}.About-list{width:50%;-webkit-align-self:flex-start;align-self:flex-start}@media(max-width:725px){.About-list{width:100%}}.About-list:first-child{padding-right:20px}@media(max-width:725px){.About-list:first-child{padding-right:0;margin-bottom:24px}}.About-list:last-child{padding-left:20px}@media(max-width:725px){.About-list:last-child{padding-left:0}}.About-list-item{margin-bottom:36px}@media(max-width:725px){.About-list-item{margin-bottom:24px}}.About-list-item:last-child{margin-bottom:0}.About-building{padding:80px 0}@media(max-width:939px){.About-building{padding:60px 0}}@media(max-width:725px){.About-building{padding:40px 0}}.About-building-grid{display:-webkit-flex;display:flex}@media(max-width:939px){.About-building-grid{-webkit-flex-wrap:wrap;flex-wrap:wrap}}.About-building-item{-webkit-flex-basis:20%;flex-basis:20%;padding:24px;overflow:hidden}@media(max-width:939px){.About-building-item{-webkit-flex-basis:33.33%;flex-basis:33.33%;text-align:center}}@media(max-width:725px){.About-building-item{-webkit-flex-basis:50%;flex-basis:50%}}@media(max-width:480px){.About-building-item{-webkit-flex-basis:100%;flex-basis:100%}}.About-building-image{margin-bottom:30px}@media(max-width:939px){.About-building-image{margin-bottom:16px}}.About-footer{padding:40px 0;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;font-size:25px}@media(max-width:939px){.About-footer{-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;padding:40px 0 96px}}@media(max-width:725px){.About-footer{font-size:15px}}.About-footer a{display:inline-block}.About-footer-home{white-space:nowrap;text-decoration:none;border-bottom:2px solid #ff9800}@media(max-width:939px){.About-footer-home{margin-bottom:24px}}@media(max-width:725px){.About-footer-home{border-bottom-width:1px;margin-bottom:12px}}.About-footer-logo{display:inline-block;position:relative;width:100px;margin-left:4px}@media(max-width:725px){.About-footer-logo{width:60px}}.About-footer-logo svg{width:100%;position:absolute;left:0;top:50%;margin-top:-1px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media(max-width:725px){.About-footer-logo svg{margin-top:0}}.About-yeoselia{padding:30px 80px;background:#fee9ce;border-radius:8px;margin-bottom:60px;margin-top:-10px}@media(max-width:725px){.About-yeoselia{padding:20px}}.About-yeoselia-row{width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;position:relative;margin:30px 0;-webkit-align-items:center;align-items:center}@media(max-width:725px){.About-yeoselia-row{margin:20px 0 10px}}.About-yeoselia-image{position:absolute;right:0;width:230px;height:229px;-webkit-flex-shrink:0;flex-shrink:0}@media(max-width:725px){.About-yeoselia-image{width:100px;height:99.6px;position:relative}}.About-yeoselia-image img{width:100%;height:100%;object-fit:contain}.About-yeoselia-title{font-family:Roboto;font-size:36px;font-style:normal;font-weight:900;line-height:36px;letter-spacing:.714px;max-width:calc(100% - 250px);-webkit-font-smoothing:antialiased}@media(max-width:725px){.About-yeoselia-title{max-width:100%;font-size:16px;line-height:22px;letter-spacing:.2px;padding-right:20px}}.About-yeoselia-action{width:200px}@media(max-width:725px){.About-yeoselia-action{width:100%}}

/*# sourceMappingURL=About.26660c5709b6bfb9e6ee.css.map*/