.article{width:min(100% - 128px,900px);margin:0 auto}@media screen and (min-width:600px)and (max-width:1199px){.article{width:calc(100% - 64px)}}@media screen and (max-width:599px){.article{width:calc(100% - 32px)}}.article.has-related{padding-bottom:96px}@media screen and (max-width:899px){.article.has-related{padding-bottom:64px}}@media screen and (max-width:599px){.article.has-related{padding-bottom:32px}}.article-header{display:flex;flex-direction:column;gap:12px;margin:96px 0}@media screen and (max-width:899px){.article-header{margin:42px 0}}.article-header-date{margin-top:32px;font-size:1rem;font-family:var(--avenir-font),sans-serif;font-weight:500;color:#707070;text-wrap-style:pretty}.article-header-title{-webkit-text-fill-color:rgba(0,0,0,0);background-image:linear-gradient(153deg,#4969fb,#203bb8 100%,#203bb8);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;letter-spacing:-.5px;font-family:var(--avenir-font),sans-serif;font-weight:900;text-wrap-style:balance}@media screen and (max-width:899px){.article-header-title{font-size:2.5rem}}@media screen and (max-width:599px){.article-header-title{font-size:2rem}}.article-header-excerpt{display:flex;flex-direction:column;gap:4px}.article-header-excerpt p{font-style:italic;color:#4d4d4d!important;font-size:1.25rem;font-family:var(--avenir-font),sans-serif;font-weight:500;color:#1a1a1a;line-height:1.5;text-wrap-style:pretty}@media screen and (max-width:899px){.article-header-excerpt p{font-size:1rem;line-height:1.5}}.article-header-categories{position:relative;display:flex;flex-wrap:wrap;align-items:center;gap:8px}.article-header-categories-item{padding:8px;height:36px;border-radius:8px;display:flex;align-items:center;color:#fff;font-weight:700}.article-header-categories-item-primary{background-color:#4969fb}.article-header-categories-item-secondary{background-color:#ffba00}.article-header-categories-item-tertiary{background-color:#ff5f5f}.article-header-categories-item-quaternary{background-color:#3eb516}.article-header-categories-item-quinary{background-color:#00a2ff}.article-header-categories-item-senary{background-color:#925fff}.article-header-categories-item-black{background-color:#141414}.article-content{display:flex;overflow:hidden}.article-content .richtext{width:100%}.scroll-to-top-cont{grid-column:2;position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:32px;left:16px;width:0}@media screen and (max-width:1199px){.scroll-to-top-cont{display:none}}.scroll-to-top-cont .scroll-to-top{position:-webkit-sticky;position:sticky;bottom:32px;background-color:#4969fb;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000;border:none;box-shadow:0 2px 10px rgba(0,0,0,.1)}.scroll-to-top-cont .scroll-to-top:hover{transform:translateY(-3px);box-shadow:0 4px 15px rgba(0,0,0,.2)}.scroll-to-top-cont .scroll-to-top.visible{opacity:1;visibility:visible}.scroll-to-top-cont .scroll-to-top img{width:20px;height:20px;transform:rotate(-90deg)}