@charset "UTF-8";.support-chart{margin:0;padding:4rem 0;background-color:#f5f8ff}@media (max-width:1599px){.support-chart{padding-bottom:0}}@media (max-width:1023px){.support-chart{padding:3.5rem 0 0}}@media (max-width:1023px){.support-chart .segment{grid-row:2/3;grid-column:1/3;width:100%;max-width:max-content}}.support-chart .tooltip{align-self:center;max-width:max-content}.support-chart .tooltip .tooltip__content{left:auto;right:0;transform:none}.support-chart .tooltip.is-tooltip-top .tooltip__content{top:auto;bottom:calc(100% + 1rem)}.support-chart .tooltip.is-tooltip-bottom .tooltip__content{top:calc(100% + 1rem);bottom:auto}.support-chart .tooltip .tooltip__icon{display:flex;cursor:pointer}.support-chart .tooltip .tooltip__icon svg{fill:#767689}.support-chart .skeleton{border-radius:.625rem;transition:opacity .25s ease-in-out;position:absolute;top:0;left:0;width:100%;height:100%;box-sizing:border-box;background-color:#f5f8ff;cursor:wait;overflow:hidden;-webkit-user-select:none;user-select:none;will-change:transform}@keyframes skeleton-shimmer{0%{transform:translate3d(-12.5rem,0,0)}100%{transform:translate3d(calc(12.5rem + 100vw),0,0)}}.support-chart .skeleton::before{position:absolute;top:0;left:0;content:"";width:12.5rem;height:100%;background:linear-gradient(270deg,rgba(237,236,234,0) 0,rgba(250,250,249,.72162) 36.46%,#fff 50.52%,rgba(237,236,234,0) 100%);background-size:12.5rem 100%;animation:skeleton-shimmer 2.5s ease-in-out infinite}.support-chart .skeleton.is-hidden{z-index:-10;opacity:0}.support-chart__container{max-width:var(--container);margin-right:auto;margin-left:auto;padding-right:var(--indent);padding-left:var(--indent)}.support-chart__section{display:flex;flex-direction:column;gap:4rem;padding:4rem 0}@media (max-width:1599px){.support-chart__section{padding-top:0}}@media (max-width:1023px){.support-chart__section{gap:1rem;padding-top:0;padding-bottom:3.5rem}}@media (max-width:1023px){.support-chart__heading{margin-bottom:1rem}}.support-chart__block{display:flex;flex-direction:column;gap:3.5rem;padding:0 3.5rem 2rem;border-radius:1rem;background-color:#fff}@media (max-width:1023px){.support-chart__block{gap:2rem;padding:0 2rem 1rem}}@media (max-width:767px){.support-chart__block{padding:0 1rem 1rem}}.support-chart__header{display:grid;grid-template-columns:1fr auto auto;gap:2rem;align-items:center;padding:2rem 0;border-bottom:.0625rem solid #dce2f9}@media (max-width:1023px){.support-chart__header{grid-template-columns:1fr auto;gap:1.5rem 1rem}}.support-chart__header-value{display:flex;gap:.75rem;align-items:center}@media (max-width:1023px){.support-chart__header-value{gap:.25rem;align-items:initial}}@media (max-width:1279px){.support-chart__header-value .heading .heading__title{font-size:1.5rem}}@media (max-width:1023px){.support-chart__header-value .heading .heading__title{font-size:2.25rem}}.support-chart__header-icon{flex-shrink:0}@media (max-width:1023px){.support-chart__header-icon{display:flex;width:2rem;height:2rem}.support-chart__header-icon svg{width:100%;height:100%}}.support-chart__header-right{display:flex;gap:2rem;align-items:center}@media (max-width:1023px){.support-chart__header-right{justify-content:space-between;width:100%}}.support-chart__content{display:flex;justify-content:space-between}@media (max-width:1023px){.support-chart__content{flex-direction:column}}@media (max-width:1279px){.support-chart__value{min-height:4.5rem}.support-chart__value .heading__title{font-size:2.25rem}}@media (max-width:1023px){.support-chart__value{margin-bottom:2rem}.support-chart__value .heading__title{font-size:3rem}}.support-chart__value .heading{position:relative}.support-chart__value .skeleton{width:15rem;height:6.125rem}@media (max-width:1279px){.support-chart__value .skeleton{width:12rem;height:4.5rem}}.support-chart__graph{position:relative;width:70%;padding-top:35%}@media (max-width:1599px){.support-chart__graph{width:62%;padding-top:31%}}@media (max-width:1279px){.support-chart__graph{width:70%;padding-top:35%}}@media (max-width:1023px){.support-chart__graph{width:100%;padding-top:50%}}.support-chart__graph canvas{position:absolute;top:0;left:0;width:100%!important;height:100%!important}