.learning-content-article{display:flex;flex-direction:column}.learning-content-article__wrapper{display:flex;margin:12rem auto auto;max-width:var(--container_width);width:100%}.learning-content-article__wrapper__button{align-items:flex-end;display:flex;flex-direction:column;margin:auto auto 12rem;max-width:var(--container_width);width:100%}@media (max-width:1250px){.learning-content-article__wrapper{margin-top:2.7rem;padding:0 2rem}.learning-content-article__wrapper__button{margin-bottom:10rem;padding:0 2rem}}.learning-content-article__wrapper__button a{display:flex;font-weight:700}.learning-content-article__wrapper__button a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath stroke='%231D1D1B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1.898 10.151 4.483-4.483-4.483-4.483'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";display:block;height:24px;margin-left:.3rem;margin-right:.5rem;transition:transform .3s;width:24px}.learning-content-article__wrapper__button a:hover:after{transform:translateX(.5rem)}.learning-content-article__wrapper__button span{font-size:1.4rem;font-weight:600;opacity:.3}.learning-content-article__wrapper__bar{width:calc(var(--gutter_width_percent) + var(--column_width_percent))}@media (max-width:992px){.learning-content-article__wrapper__bar{display:none}}.learning-content-article__wrapper__bar>div{background:#1d1d1b08;border-radius:10px;height:calc(100vh - 14rem);overflow:hidden;position:sticky;top:12rem;width:6px}.learning-content-article__wrapper__bar>div>span{background:#f7146b;border-radius:10px;display:block;height:0;width:6px}.learning-content-article__wrapper__article{width:calc(var(--gutter_width_percent)*9 + var(--column_width_percent)*10)}@media (max-width:992px){.learning-content-article__wrapper__article{width:100%}}.learning-content-article__wrapper__article img{border-radius:8px}