.breadcrumb{display:flex;flex-wrap:wrap;padding:3px 0 6px;font-size:16px;line-height:20px;font-weight:550}.breadcrumb span{color:var(--cText)}.breadcrumb>a,.breadcrumb>span{position:relative}.breadcrumb>a:not(:last-child),.breadcrumb>span:not(:last-child){padding-right:38px}.breadcrumb>a:not(:last-child):before,.breadcrumb>span:not(:last-child):before{content:"";position:absolute;display:block;width:8px;height:8px;border:1px solid transparent;border-right-color:var(--cText);border-top-color:var(--cText);transform:rotateZ(45deg);right:17px;top:50%;margin-top:-4px}.dc-loader{--raz:10px;--col:#d92626;z-index:1;opacity:1;display:grid;grid-gap:0;grid-template-areas:"l1 l2 l3" "l4 l5 l6" "l7 l8 l9";grid-template-columns:repeat(3,var(--raz));grid-template-rows:repeat(3,var(--raz));width:calc(var(--raz) * 3);height:calc(var(--raz) * 3)}.dc-loader:after,.dc-loader:before{content:"";display:block;width:var(--raz);height:var(--raz);background:var(--col)}.dc-loader:before{grid-area:l5}.dc-loader:after{grid-area:l6;animation:loader-pulse ease-in 1.8s infinite;opacity:0}@keyframes loader-pulse{0%,25%,50%,75%{opacity:0}30%,5%,55%,80%{opacity:1}5%{grid-area:l8}30%{grid-area:l4}55%{grid-area:l2}80%{grid-area:l6}}.dc-loader.red{--col:#d92626}.dc-loader.green{--col:#2FAA77}.dc-loader.grey{--col:#515866}.dc-loader.white{--col:#FFF}.dc-loader.big{--raz:15px}.dc-loader.small{--raz:5px}:root{--Schemes-Surface:#FFFBFF;--Schemes-Outline-Variant:#C9C4D8}.latest-news-body{min-height:100vh}.latest-news-body .breadcrumb{padding:16px 0}.latest-news-body .hero,.latest-news-body .latest-news-hero{padding-top:calc(var(--header-height) + var(--vertical-items-gap));padding-bottom:0}.latest-news-body .latest-news-app__content[hidden]{display:none}.latest-news-section{padding:var(--vertical-items-gap) 0 0}.latest-news-hero{text-align:center}.latest-news-headline{max-width:784px;margin:0 auto;align-items:center}.latest-news-categories{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.latest-news-categories .btn{min-width:auto}.latest-news-categories .btn.active{background:var(--cDark);border-color:var(--cDark);color:#fff}.latest-news-grid-section .container{max-width:1200px}.latest-news-grid{display:grid;grid-template-columns:1fr;gap:32px;max-width:1200px;margin:0 auto;width:100%}@media (min-width:1024px){.latest-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.latest-news-grid.latest-news-grid--related{max-width:none;margin:0}@media (min-width:1024px){.latest-news-grid.latest-news-grid--related{grid-template-columns:repeat(3,minmax(0,1fr))}}.latest-news-pagination-section{padding:var(--vertical-items-gap) 0 var(--between-sections)}.latest-news-pagination{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}.latest-news-pagination .btn{width:40px;height:40px;padding:0;border:none;display:inline-flex;align-items:center;justify-content:center}.latest-news-pagination svg{display:block}.latest-news-pagination__numbers{display:flex;align-items:center;gap:4px}.latest-news-pagination__page{border-radius:50%}.latest-news-pagination__arrow{border-radius:50%}.latest-news-pagination__arrow .arrow-left svg{-webkit-margin-start:0;margin-inline-start:0;transform:rotate(180deg)}.latest-news-pagination__arrow[aria-disabled=true]{opacity:.35;pointer-events:none;cursor:default;background:rgba(29,26,36,.1)}.latest-news-pagination__ellipsis{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;color:var(--cGray500);font-size:16px}.latest-news-pagination .btn.filled{background:#1b1f28;color:#fff;opacity:1}.latest-news-detail-layout{display:grid;grid-template-columns:1fr;gap:var(--grid-gap)}.latest-news-detail-layout__sidebar,.latest-news-detail-layout__toc{display:none}@media (min-width:1280px){.latest-news-detail-layout{grid-template-columns:234px minmax(0,1fr) 234px;align-items:start}.latest-news-detail-layout__sidebar,.latest-news-detail-layout__toc{display:block}.latest-news-detail-layout__sidebar{position:-webkit-sticky;position:sticky;top:calc(var(--header-height) + 24px);align-self:start}.latest-news-detail-layout__toc{position:-webkit-sticky;position:sticky;top:calc(var(--header-height) + 24px);align-self:start}}.latest-news-sidebar{--sidebar-pad:16px;border-radius:12px;padding:var(--sidebar-pad);background:rgba(240,239,242,.6);border:1px solid var(--Schemes-Outline-Variant);background:var(--Schemes-Surface)}.latest-news-sidebar__list{display:flex;flex-direction:column;gap:10px}.latest-news-sidebar__link{color:var(--cText);text-decoration:none;display:block;border-radius:0 16px 16px 0;-webkit-margin-start:calc(-1 * var(--sidebar-pad));margin-inline-start:calc(-1 * var(--sidebar-pad));-webkit-margin-end:0;margin-inline-end:0;-webkit-padding-start:calc(var(--sidebar-pad) + 12px);padding-inline-start:calc(var(--sidebar-pad) + 12px);-webkit-padding-end:12px;padding-inline-end:12px;padding-block:10px;border-start-start-radius:0;border-end-start-radius:0;border-start-end-radius:16px;border-end-end-radius:16px}.latest-news-sidebar__link:hover{background:rgba(82,95,122,.08)}.latest-news-sidebar__link--active{background:rgba(253,206,227,.64)}.latest-news-sidebar__link:active{background:rgba(82,95,122,.12)}.latest-news-toc{-webkit-border-start:2px solid #E5E7EB;border-inline-start:2px solid #E5E7EB;-webkit-padding-start:16px;padding-inline-start:16px}.latest-news-toc__title{margin-bottom:16px}.latest-news-toc__list{list-style:none;padding:0;margin:0}.latest-news-toc__item{position:relative;-webkit-margin-start:-18px;margin-inline-start:-18px;-webkit-padding-start:16px;padding-inline-start:16px;-webkit-border-start:2px solid transparent;border-inline-start:2px solid transparent}.latest-news-toc__item--sub{-webkit-padding-start:28px;padding-inline-start:28px}.latest-news-toc__link{display:block;text-decoration:none;padding:8px 0;color:var(--cText);transition:color .2s ease}.latest-news-toc__link:hover{color:#dc2626}.latest-news-toc__item--active{border-inline-start-color:#DC2626}.latest-news-toc__item--active .latest-news-toc__link{color:#dc2626}.latest-news-post-card{background:linear-gradient(180deg,rgba(255,255,255,.54) 0,rgba(255,255,255,.36) 100%),linear-gradient(0deg,rgba(255,255,255,.6) 0,rgba(255,255,255,.6) 100%),rgba(51,51,51,.08);border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.9)}.latest-news-post-card__image{width:100%;height:220px;object-fit:cover;display:block}.latest-news-post-card__body{padding:24px;display:flex;flex-direction:column;gap:12px;min-height:220px}.latest-news-post-card__body .category{font-weight:700;color:var(--cText);text-decoration:underline}.latest-news-post-card__body h3 a{text-decoration:none;color:var(--cText)}.latest-news-post-card__body h3 a:hover{text-decoration:underline}.latest-news-post-card__meta{margin-top:auto;padding-top:16px;display:flex;align-items:center;gap:20px}.latest-news-post-card__avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;display:block}.latest-news-post-card__author-info{display:flex;flex-direction:column;gap:2px}.latest-news-post-card__author-info .p16{font-weight:550}.latest-news-post-card__author-link{text-decoration:none;color:var(--cText)}.latest-news-post-card__author-link:hover{text-decoration:none}.latest-news-post-detail__hero{margin:0 0 24px}.latest-news-post-detail__hero img{width:100%;display:block}.latest-news-post-detail__head{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.latest-news-post-detail__meta a{text-decoration:none;color:inherit}.latest-news-post-detail__body{line-height:1.7}.latest-news-post-detail__body h2{margin-top:32px;margin-bottom:16px}.latest-news-post-detail__body h3{margin-top:24px;margin-bottom:12px}.latest-news-post-detail__body p{margin-bottom:16px}.latest-news-post-detail__body img{max-width:100%;height:auto;border-radius:16px;margin:24px 0}.latest-news-post-detail__body ol,.latest-news-post-detail__body ul{margin-bottom:16px;-webkit-padding-start:24px;padding-inline-start:24px}.latest-news-post-detail__body blockquote{-webkit-border-start:4px solid var(--cGray300);border-inline-start:4px solid var(--cGray300);-webkit-padding-start:16px;padding-inline-start:16px;margin:24px 0;color:var(--cGray500)}.latest-news-detail__cover{margin-bottom:24px;border-radius:24px;overflow:hidden}.latest-news-detail__cover-image{width:100%;height:auto;max-height:420px;object-fit:cover;display:block}.latest-news-detail__title{margin-bottom:24px}.latest-news-detail__author{margin-bottom:32px}.latest-news-detail__author-link{display:flex;align-items:center;gap:16px;text-decoration:none;color:inherit}.latest-news-detail__author-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover}.latest-news-detail__author-info{display:flex;flex-direction:column;gap:2px}.latest-news-detail__meta-separator{margin:0 4px}.latest-news-detail__body{line-height:1.7}.latest-news-detail__body h2{margin-top:32px;margin-bottom:16px}.latest-news-detail__body h3{margin-top:24px;margin-bottom:12px}.latest-news-detail__body p{margin-bottom:16px}.latest-news-detail__body img{max-width:100%;height:auto;border-radius:16px;margin:24px 0}.latest-news-detail__body ol,.latest-news-detail__body ul{margin-bottom:16px;-webkit-padding-start:24px;padding-inline-start:24px}.latest-news-detail__body blockquote{-webkit-border-start:4px solid var(--cGray300);border-inline-start:4px solid var(--cGray300);-webkit-padding-start:16px;padding-inline-start:16px;margin:24px 0;color:var(--cGray500)}.latest-news-detail__tags{margin-top:32px;display:flex;flex-wrap:wrap;gap:8px}.latest-news-tag{display:inline-block;padding:6px 12px;background:rgba(240,239,242,.6);border-radius:20px;font-size:14px;color:var(--cGray500);text-decoration:none}.latest-news-tag:hover{background:rgba(82,95,122,.12)}.latest-news-related{margin-top:0;padding-top:var(--between-sections);border-top:1px solid var(--cGray200)}.latest-news-related__title{margin-bottom:24px}.latest-news-section.hero-author{padding-top:var(--header-height)}.latest-news-hero-author{display:grid;grid-template-columns:1fr;gap:16px;justify-items:center;text-align:center;max-width:784px;width:100%;margin:0 auto;padding-top:var(--grid-gap)}.latest-news-hero-author__avatar{width:128px;height:128px;border-radius:50%;object-fit:cover;background:var(--cGray100)}.latest-news-author-card{background:linear-gradient(180deg,rgba(255,255,255,.54) 0,rgba(255,255,255,.36) 100%),linear-gradient(0deg,rgba(255,255,255,.6) 0,rgba(255,255,255,.6) 100%),rgba(51,51,51,.08);border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:12px;height:100%;border:1px solid #eeecfc}.latest-news-author-card__avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;display:block}.latest-news-author-card--clickable{cursor:pointer}.latest-news-author-card--clickable:focus-visible{outline:2px solid rgba(82,95,122,.24);outline-offset:2px}.latest-news-empty{padding:48px 24px;border-radius:24px;background:rgba(240,239,242,.6);text-align:center}.latest-news-loader{padding:64px 0;display:flex;justify-content:center}.latest-news-category-hero{text-align:center}.latest-news-category-hero .latest-news-headline{margin-top:var(--grid-gap)}.latest-news-category-hero .latest-news-category-description{max-width:600px;margin:16px auto 0}.latest-news-body .latest-news-category-hero{padding-top:var(--header-height)}
/*# sourceMappingURL=latest-news.min.css.map */
