.wprss_ajax img {
display: block;
margin: 0 auto;
}
ul.wp_rss_retriever_list {
margin-left: 0 !important;
}
.wp_rss_retriever li {
margin-bottom: 10px;
list-style: none;
}
a.wp_rss_retriever_title {
display: block;
margin-bottom: .5em;
} .wp_rss_retriever_image {
position: relative;
float: left;
margin-right: 1em;
margin-bottom: 1em;
width: 150px;
height: 150px;
overflow: hidden;
}
.wp_rss_retriever_image img {
position: absolute;
left: 50%;
top: 50%;
height: 100%;
max-width: none;
max-height: none;
width: auto;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
object-fit: cover;
}
.wp_rss_retriever_image img.portrait {
min-width: 100%;
min-height: 100%;
}
a.wp_rss_retriever_readmore {
display: inline-block;
}
.wp_rss_retriever_metadata {
margin: .5em 0;
font-size: 85%;
clear: both;
} .wp_rss_retriever ul:before,
.wp_rss_retriever ul:after,
.wp_rss_retriever_metadata:before,
.wp_rss_retriever_metadata:after,
.wp_rss_retriever_container:before,
.wp_rss_retriever_container:after,
.wp_rss_retriever_item_wrapper:before,
.wp_rss_retriever_item_wrapper:after {
content: '';
display: table;
}
.wp_rss_retriever ul:after,
.wp_rss_retriever_metadata:after,
.wp_rss_retriever_container:after,
.wp_rss_retriever_item_wrapper:after  {
clear: both;
}
.wp_rss_retriever_credits {
text-align: right;
font-size: .5em;
}:root{
--st-red:#d1232a;
--st-red-dark:#a4171d;
--st-red-soft:#fdeceb;
--st-ink:#15171c;
--st-ink-2:#3d434f;
--st-muted:#6b7280;
--st-line:#e5e7eb;
--st-line-2:#f1f2f4;
--st-bg:#ffffff;
--st-bg-2:#f7f8fa;
--st-radius:14px;
--st-radius-sm:9px;
--st-shadow:0 1px 2px rgba(21,23,28,.05),0 8px 24px -12px rgba(21,23,28,.18);
--st-shadow-lg:0 18px 40px -20px rgba(21,23,28,.35);
--st-wrap:1200px;
--st-gap:clamp(16px,2.2vw,28px);
--st-sans:"Inter var","Inter",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
--st-ease:cubic-bezier(.2,.7,.3,1);
} *,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){
html{scroll-behavior:auto}
*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
body{
margin:0;background:var(--st-bg);color:var(--st-ink);
font-family:var(--st-sans);font-size:17px;line-height:1.65;
-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
}
img,svg,video,iframe{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
a:hover{color:var(--st-red)}
p{margin:0 0 1.1em}
h1,h2,h3,h4{margin:0 0 .5em;line-height:1.2;font-weight:800;letter-spacing:-.02em;text-wrap:balance}
h1{font-size:clamp(1.9rem,1.2rem + 2.4vw,2.9rem)}
h2{font-size:clamp(1.4rem,1.05rem + 1.3vw,2rem)}
h3{font-size:1.18rem}
ul,ol{padding-left:1.25em}
hr{border:0;border-top:1px solid var(--st-line);margin:2rem 0}
:focus-visible{outline:3px solid var(--st-red);outline-offset:2px;border-radius:4px}
::selection{background:var(--st-red);color:#fff}
.st-wrap{width:min(100% - 2rem,var(--st-wrap));margin-inline:auto}
.st-skip{position:absolute;left:-9999px;top:0;background:var(--st-red);color:#fff;padding:.7rem 1.1rem;z-index:999;border-radius:0 0 var(--st-radius-sm) 0}
.st-skip:focus{left:0;color:#fff}
.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap} .st-topbar{background:var(--st-ink);color:#cfd3db;font-size:.82rem}
.st-topbar .st-wrap{display:flex;flex-wrap:wrap;gap:.4rem 1.4rem;align-items:center;justify-content:space-between;min-height:38px}
.st-topbar a{color:#cfd3db}
.st-topbar a:hover{color:#fff}
.st-topbar__contacts{display:flex;flex-wrap:wrap;gap:.3rem 1.2rem;margin:0;padding:0;list-style:none}
.st-topbar__contacts li{display:flex;align-items:center;gap:.4rem}
.st-topbar__social{display:flex;gap:.35rem}
.st-topbar__social a{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;transition:background .2s var(--st-ease),color .2s var(--st-ease)}
.st-topbar__social a:hover{background:var(--st-red);color:#fff}
.st-header{background:#fff;border-bottom:1px solid var(--st-line);position:sticky;top:0;z-index:60}
.st-header__inner{display:flex;align-items:center;gap:var(--st-gap);min-height:76px}
.st-brand{display:flex;align-items:center;gap:.75rem;flex:0 0 auto;max-width:min(62vw,420px)}
.st-brand img{max-height:56px;width:auto}
.st-brand__text{font-weight:900;font-size:1.28rem;letter-spacing:-.03em;line-height:1.05}
.st-brand__text span{display:block;font-size:.66rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--st-muted)}
.st-header__actions{margin-left:auto;display:flex;align-items:center;gap:.5rem}
.st-nav{margin-left:auto}
.st-nav ul{display:flex;align-items:center;gap:.15rem;list-style:none;margin:0;padding:0}
.st-nav li{position:relative}
.st-nav a{display:block;padding:.6rem .78rem;font-size:.95rem;font-weight:600;border-radius:var(--st-radius-sm);transition:color .2s var(--st-ease),background .2s var(--st-ease)}
.st-nav > ul > li > a::after{content:"";position:absolute;left:.78rem;right:.78rem;bottom:.28rem;height:2px;background:var(--st-red);border-radius:2px;transform:scaleX(0);transform-origin:left;transition:transform .25s var(--st-ease)}
.st-nav > ul > li > a:hover::after,.st-nav > ul > li.current-menu-item > a::after,.st-nav > ul > li.current-menu-parent > a::after{transform:scaleX(1)}
.st-nav .menu-item-has-children > a{padding-right:1.5rem}
.st-nav .menu-item-has-children > a::before{content:"";position:absolute;right:.62rem;top:50%;width:6px;height:6px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-70%) rotate(45deg);opacity:.6}
.st-nav .sub-menu{position:absolute;left:0;top:calc(100% + .35rem);min-width:220px;display:block;flex-direction:column;background:#fff;border:1px solid var(--st-line);border-radius:var(--st-radius);box-shadow:var(--st-shadow-lg);padding:.35rem;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .2s var(--st-ease),transform .2s var(--st-ease),visibility .2s}
.st-nav li:hover > .sub-menu,.st-nav li:focus-within > .sub-menu,.st-nav li.is-open > .sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.st-nav .sub-menu a{padding:.55rem .7rem;font-weight:500}
.st-nav .sub-menu a:hover{background:var(--st-red-soft);color:var(--st-red-dark)}
.st-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.62rem 1.1rem;border-radius:999px;font-weight:700;font-size:.92rem;border:1px solid transparent;cursor:pointer;transition:transform .18s var(--st-ease),background .2s var(--st-ease),color .2s var(--st-ease),border-color .2s var(--st-ease)}
.st-btn:hover{transform:translateY(-1px)}
.st-btn--primary{background:var(--st-red);color:#fff}
.st-btn--primary:hover{background:var(--st-red-dark);color:#fff}
.st-btn--ghost{border-color:var(--st-line);color:var(--st-ink)}
.st-btn--ghost:hover{border-color:var(--st-red);color:var(--st-red)}
.st-btn--light{background:#fff;color:var(--st-ink)}
.st-btn--block{width:100%;white-space:nowrap;padding-inline:.6rem;font-size:.86rem}
.st-icon-btn{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;border:1px solid var(--st-line);background:#fff;color:var(--st-ink);cursor:pointer;transition:border-color .2s var(--st-ease),color .2s var(--st-ease)}
.st-icon-btn:hover{border-color:var(--st-red);color:var(--st-red)}
.st-menu-toggle{display:none} .st-search-panel{display:none;border-top:1px solid var(--st-line);background:var(--st-bg-2)}
.st-search-panel.is-open{display:block;animation:st-fade .25s var(--st-ease)}
.st-search-panel form{display:flex;gap:.5rem;padding:1rem 0}
.st-search-panel input[type=search]{flex:1;padding:.8rem 1rem;border:1px solid var(--st-line);border-radius:999px;font:inherit;background:#fff}
@keyframes st-fade{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}} .st-card{display:flex;flex-direction:column;gap:.6rem;background:#fff;border-radius:var(--st-radius);overflow:hidden;position:relative;transition:transform .25s var(--st-ease)}
.st-card:hover{transform:translateY(-3px)}
.st-card__thumb{position:relative;display:block;aspect-ratio:16/10;background:var(--st-line-2);border-radius:var(--st-radius);overflow:hidden}
.st-card__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--st-ease)}
.st-card:hover .st-card__thumb img{transform:scale(1.045)}
.st-card__title{font-size:1.05rem;font-weight:700;line-height:1.3;margin:0}
.st-card__title a::after{content:"";position:absolute;inset:0}
.st-card__meta{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;font-size:.79rem;color:var(--st-muted)}
.st-card__excerpt{font-size:.94rem;color:var(--st-ink-2);margin:0}
.st-tag{display:inline-flex;align-items:center;padding:.22rem .6rem;border-radius:999px;background:var(--st-red-soft);color:var(--st-red-dark);font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;position:relative;z-index:2}
.st-tag--solid{background:var(--st-red);color:#fff}
.st-card--lead .st-card__thumb{aspect-ratio:16/9}
.st-card--lead .st-card__title{font-size:clamp(1.35rem,1rem + 1.4vw,2.05rem);letter-spacing:-.025em}
.st-card--overlay{justify-content:flex-end;min-height:clamp(210px,19vw,280px);color:#fff;isolation:isolate}
.st-card--overlay .st-card__thumb{position:absolute;inset:0;aspect-ratio:auto;border-radius:var(--st-radius);z-index:-1}
.st-card--overlay::after{content:"";position:absolute;inset:0;border-radius:var(--st-radius);background:linear-gradient(180deg,rgba(10,11,14,0) 28%,rgba(10,11,14,.88) 96%);z-index:-1}
.st-card--overlay .st-card__body{padding:1.4rem}
.st-card--overlay .st-card__title{color:#fff}
.st-card--overlay .st-card__meta{color:rgba(255,255,255,.82)}
.st-card--row{flex-direction:row;align-items:flex-start;gap:.9rem}
.st-card--row .st-card__thumb{flex:0 0 108px;aspect-ratio:1;border-radius:var(--st-radius-sm)}
.st-card--row .st-card__title{font-size:.98rem} .st-section{padding-block:clamp(2.2rem,4vw,3.4rem)}
.st-section--soft{background:var(--st-bg-2)}
.st-section__head{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}
.st-section__head h2{margin:0;font-size:clamp(1.25rem,1.05rem + .7vw,1.6rem)}
.st-section__head h2::before{content:"";display:inline-block;width:10px;height:10px;margin-right:.55rem;border-radius:3px;background:var(--st-red);transform:translateY(-2px)}
.st-section__head .st-rule{flex:1;height:1px;background:var(--st-line)}
.st-section__head a{font-size:.88rem;font-weight:700;color:var(--st-red);white-space:nowrap}
.st-hero{display:grid;gap:var(--st-gap);grid-template-columns:1.55fr 1fr;align-items:stretch}
.st-hero__side{display:grid;gap:var(--st-gap);grid-template-rows:repeat(2,1fr);align-content:stretch}
.st-grid{display:grid;gap:var(--st-gap)}
.st-grid--3{grid-template-columns:repeat(3,1fr)}
.st-grid--4{grid-template-columns:repeat(4,1fr)}
.st-grid--2{grid-template-columns:repeat(2,1fr)}
.st-split{display:grid;gap:var(--st-gap);grid-template-columns:1fr 340px;align-items:start} .st-quick{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--st-gap)}
.st-quick a{display:flex;align-items:center;gap:.85rem;padding:1.05rem 1.2rem;background:#fff;border:1px solid var(--st-line);border-radius:var(--st-radius);font-weight:700;transition:border-color .2s var(--st-ease),transform .2s var(--st-ease),box-shadow .25s var(--st-ease)}
.st-quick a:hover{border-color:var(--st-red);transform:translateY(-2px);box-shadow:var(--st-shadow)}
.st-quick svg{flex:0 0 26px;color:var(--st-red)}
.st-quick small{display:block;font-weight:500;font-size:.78rem;color:var(--st-muted);letter-spacing:0} .st-cta{position:relative;overflow:hidden;background:var(--st-ink);color:#fff;border-radius:var(--st-radius);padding:clamp(1.6rem,3vw,2.6rem);display:grid;gap:1.2rem;grid-template-columns:1fr auto;align-items:center}
.st-cta::before{content:"";position:absolute;inset:auto -60px -120px auto;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(209,35,42,.55),transparent 68%)}
.st-cta > *{position:relative}
.st-cta h2{color:#fff;margin:0 0 .35rem}
.st-cta p{margin:0;color:rgba(255,255,255,.78);max-width:56ch} .st-filters{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;margin-bottom:1.5rem;padding:1rem;background:var(--st-bg-2);border-radius:var(--st-radius)}
.st-filters label{font-size:.8rem;font-weight:700;color:var(--st-muted);text-transform:uppercase;letter-spacing:.05em}
.st-filters input[type=search],.st-filters select{padding:.6rem .85rem;border:1px solid var(--st-line);border-radius:999px;font:inherit;font-size:.92rem;background:#fff;min-width:170px}
.st-filters input[type=search]{flex:1;min-width:220px}
.st-doc-list{display:grid;gap:.7rem;list-style:none;margin:0;padding:0}
.st-doc{display:flex;align-items:center;gap:1rem;padding:1rem 1.15rem;background:#fff;border:1px solid var(--st-line);border-radius:var(--st-radius);transition:border-color .2s var(--st-ease),box-shadow .25s var(--st-ease),transform .2s var(--st-ease)}
.st-doc:hover{border-color:var(--st-red);box-shadow:var(--st-shadow);transform:translateY(-2px)}
.st-doc__icon{flex:0 0 44px;height:44px;display:grid;place-items:center;border-radius:12px;background:var(--st-red-soft);color:var(--st-red-dark)}
.st-doc__body{flex:1;min-width:0}
.st-doc__title{font-weight:700;font-size:1rem;margin:0 0 .15rem;line-height:1.3}
.st-doc__meta{font-size:.8rem;color:var(--st-muted);display:flex;flex-wrap:wrap;gap:.35rem .8rem}
.st-doc__actions{display:flex;gap:.4rem;flex:0 0 auto}
.st-empty{padding:2.5rem 1rem;text-align:center;color:var(--st-muted);background:var(--st-bg-2);border-radius:var(--st-radius)}
.st-bulletin{display:flex;flex-direction:column;background:#fff;border:1px solid var(--st-line);border-radius:var(--st-radius);overflow:hidden;transition:transform .25s var(--st-ease),box-shadow .25s var(--st-ease)}
.st-bulletin:hover{transform:translateY(-4px);box-shadow:var(--st-shadow-lg)}
.st-bulletin__cover{aspect-ratio:3/4;background:var(--st-line-2);overflow:hidden}
.st-bulletin__cover img{width:100%;height:100%;object-fit:cover}
.st-bulletin__body{padding:.95rem 1rem 1.1rem;display:flex;flex-direction:column;gap:.55rem;flex:1}
.st-bulletin__body h3{font-size:1rem;margin:0}
.st-partner{display:flex;flex-direction:column;gap:.7rem;padding:1.2rem;background:#fff;border:1px solid var(--st-line);border-radius:var(--st-radius);height:100%;transition:border-color .2s var(--st-ease),transform .2s var(--st-ease)}
.st-partner:hover{border-color:var(--st-red);transform:translateY(-3px)}
.st-partner__logo{height:64px;display:grid;place-items:center}
.st-partner__logo img{max-height:64px;width:auto;object-fit:contain;filter:saturate(.1);transition:filter .3s var(--st-ease)}
.st-partner:hover .st-partner__logo img{filter:none}
.st-partner h3{font-size:1rem;margin:0}
.st-partner__discount{font-weight:900;color:var(--st-red);font-size:1.3rem;letter-spacing:-.02em} .st-people{display:grid;gap:var(--st-gap);grid-template-columns:repeat(auto-fill,minmax(210px,1fr))}
.st-person{text-align:center;background:#fff;border:1px solid var(--st-line);border-radius:var(--st-radius);padding:1.2rem;transition:transform .25s var(--st-ease),box-shadow .25s var(--st-ease)}
.st-person:hover{transform:translateY(-3px);box-shadow:var(--st-shadow)}
.st-person img{width:104px;height:104px;border-radius:50%;object-fit:cover;margin:0 auto .8rem;border:3px solid var(--st-red-soft)}
.st-person h3{font-size:1rem;margin:0 0 .15rem}
.st-person p{margin:0;font-size:.85rem;color:var(--st-muted)} .st-timeline{position:relative;margin:0;padding:0 0 0 2rem;list-style:none}
.st-timeline::before{content:"";position:absolute;left:7px;top:.4rem;bottom:.4rem;width:2px;background:linear-gradient(180deg,var(--st-red),var(--st-line))}
.st-timeline li{position:relative;padding-bottom:1.8rem}
.st-timeline li::before{content:"";position:absolute;left:-2rem;top:.45rem;width:16px;height:16px;border-radius:50%;background:#fff;border:3px solid var(--st-red)}
.st-timeline b{display:block;color:var(--st-red);font-size:.9rem;letter-spacing:.04em} .st-breadcrumb{font-size:.82rem;color:var(--st-muted);padding-block:1rem;display:flex;flex-wrap:wrap;gap:.35rem}
.st-breadcrumb a:hover{color:var(--st-red)}
.st-entry{max-width:none}
.st-entry__header{margin-bottom:1.4rem}
.st-entry__meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;align-items:center;font-size:.86rem;color:var(--st-muted);margin-top:.8rem}
.st-entry__lead{font-size:1.14rem;color:var(--st-ink-2);font-weight:500}
.st-featured{margin:0 0 1.6rem}
.st-featured img{width:100%;border-radius:var(--st-radius)}
.st-featured figcaption{font-size:.8rem;color:var(--st-muted);padding:.55rem 0 0 .8rem;border-left:3px solid var(--st-red);margin-top:.6rem}
.st-content{font-size:1.06rem}
.st-content > *{margin-bottom:1.15em}
.st-content h2{margin-top:1.8em;font-size:1.5rem}
.st-content h3{margin-top:1.5em}
.st-content img,.st-content figure{border-radius:var(--st-radius)}
.st-content figcaption{font-size:.8rem;color:var(--st-muted);padding:.5rem 0 0 .8rem;border-left:3px solid var(--st-red);margin-top:.5rem;border-radius:0}
.st-content a{color:var(--st-red-dark);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}
.st-content blockquote{margin:1.6em 0;padding:.3rem 0 .3rem 1.3rem;border-left:4px solid var(--st-red);font-size:1.15rem;font-weight:500;color:var(--st-ink)}
.st-content table{width:100%;border-collapse:collapse;font-size:.94rem}
.st-content th,.st-content td{border:1px solid var(--st-line);padding:.6rem .8rem;text-align:left}
.st-content th{background:var(--st-bg-2)}
.st-content ul li,.st-content ol li{margin-bottom:.35em}
.st-share{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;padding:1.2rem 0;border-block:1px solid var(--st-line);margin:2rem 0}
.st-share span{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--st-muted);margin-right:.3rem}
.st-sidebar{position:sticky;top:96px;display:grid;gap:var(--st-gap)}
.st-widget{background:#fff;border:1px solid var(--st-line);border-radius:var(--st-radius);padding:1.2rem}
.st-widget h2,.st-widget .widget-title{font-size:.95rem;text-transform:uppercase;letter-spacing:.07em;margin:0 0 1rem;padding-bottom:.6rem;border-bottom:2px solid var(--st-red);display:inline-block}
.st-widget ul{list-style:none;margin:0;padding:0;display:grid;gap:.6rem}
.st-pagination{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;margin-top:2.4rem}
.st-pagination .page-numbers{display:grid;place-items:center;min-width:42px;height:42px;padding:0 .7rem;border:1px solid var(--st-line);border-radius:999px;font-weight:700;font-size:.9rem}
.st-pagination .page-numbers:hover{border-color:var(--st-red);color:var(--st-red)}
.st-pagination .current{background:var(--st-red);border-color:var(--st-red);color:#fff} .st-footer{background:var(--st-ink);color:#b9bec9;margin-top:clamp(2.5rem,5vw,4rem);font-size:.94rem;position:relative;padding-top:.25rem}
.st-footer::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--st-red),var(--st-red-dark) 55%,var(--st-red))}
.st-footer a{color:#e6e8ec}
.st-footer a:hover{color:#fff;text-decoration:underline}
.st-footer__top{display:grid;gap:var(--st-gap);grid-template-columns:1.4fr 1fr 1fr;padding-block:clamp(2.2rem,4vw,3.2rem)}
.st-footer h3{color:#fff;font-size:.92rem;text-transform:uppercase;letter-spacing:.08em;margin:0 0 1rem}
.st-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}
.st-footer__brand img{max-height:64px;margin-bottom:1rem;filter:brightness(0) invert(1)}
.st-office{padding:.9rem 1rem;background:rgba(255,255,255,.05);border-radius:var(--st-radius-sm);border-left:3px solid var(--st-red)}
.st-office strong{color:#fff;display:block;font-size:.9rem}
.st-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-block:1.1rem;display:flex;flex-wrap:wrap;gap:.8rem 1.2rem;align-items:center;justify-content:space-between;font-size:.82rem;color:#8b919d}
.st-whats{position:fixed;right:18px;bottom:18px;z-index:70;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;box-shadow:var(--st-shadow-lg);transition:transform .25s var(--st-ease)}
.st-whats:hover{transform:scale(1.08);color:#fff} @media (max-width:1024px){
.st-hero{grid-template-columns:1fr}
.st-hero__side{grid-template-columns:repeat(2,1fr)}
.st-grid--4{grid-template-columns:repeat(2,1fr)}
.st-quick{grid-template-columns:repeat(2,1fr)}
.st-split{grid-template-columns:1fr}
.st-sidebar{position:static;grid-template-columns:repeat(2,1fr)}
.st-footer__top{grid-template-columns:1fr 1fr}
}
@media (max-width:860px){
.st-menu-toggle{display:grid}
.st-nav{position:fixed;inset:0 0 0 auto;width:min(86vw,360px);background:#fff;padding:5.2rem 1.2rem 2rem;box-shadow:var(--st-shadow-lg);transform:translateX(100%);transition:transform .3s var(--st-ease);overflow-y:auto;z-index:80;visibility:hidden}
.st-nav.is-open{transform:none;visibility:visible}
.st-nav ul{flex-direction:column;align-items:stretch;gap:.1rem}
.st-nav a{padding:.85rem .6rem;font-size:1.02rem;border-bottom:1px solid var(--st-line-2)}
.st-nav > ul > li > a::after{display:none}
.st-nav .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-left:2px solid var(--st-red-soft);border-radius:0;padding:0 0 0 .8rem;margin:0 0 .4rem;display:none}
.st-nav li.is-open > .sub-menu{display:block}
.st-nav .menu-item-has-children > a::before{right:1rem;transition:transform .25s var(--st-ease)}
.st-nav li.is-open > a::before{transform:translateY(-20%) rotate(-135deg)}
.st-backdrop{position:fixed;inset:0;background:rgba(10,11,14,.5);z-index:70;opacity:0;visibility:hidden;transition:opacity .25s var(--st-ease),visibility .25s}
.st-backdrop.is-open{opacity:1;visibility:visible}
body.st-no-scroll{overflow:hidden}
.st-topbar__contacts{display:none}
}
@media (max-width:640px){
body{font-size:16px}
.st-grid--3,.st-grid--4,.st-grid--2,.st-quick,.st-hero__side,.st-sidebar,.st-footer__top{grid-template-columns:1fr}
.st-cta{grid-template-columns:1fr}
.st-card--overlay{min-height:300px}
.st-doc{flex-wrap:wrap}
.st-doc__actions{width:100%}
.st-doc__actions .st-btn{flex:1}
.st-brand img{max-height:44px}
}
@media print{
.st-topbar,.st-header,.st-footer,.st-share,.st-whats,.st-sidebar,.st-pagination{display:none!important}
body{font-size:12pt}
.st-content a{text-decoration:none;color:#000}
} .st-content--timeline > ul{position:relative;list-style:none;margin:2rem 0;padding:0 0 0 2rem}
.st-content--timeline > ul::before{content:"";position:absolute;left:7px;top:.4rem;bottom:.4rem;width:2px;background:linear-gradient(180deg,var(--st-red),var(--st-line))}
.st-content--timeline > ul > li{position:relative;padding-bottom:1.5rem;margin:0}
.st-content--timeline > ul > li::before{content:"";position:absolute;left:-2rem;top:.5rem;width:16px;height:16px;border-radius:50%;background:#fff;border:3px solid var(--st-red)}
.st-content--timeline > ul > li strong:first-child{display:block;color:var(--st-red);font-size:.92rem;letter-spacing:.04em} .st-main{display:block}
.st-comments .comment-list{list-style:none;margin:1rem 0 0;padding:0;display:grid;gap:1rem}
.st-comments .comment-list ul{list-style:none;padding-left:1.2rem}
.st-comments .comment-body{padding:1rem;background:var(--st-bg-2);border-radius:var(--st-radius)}
@media (max-width:640px){.st-header__cta{display:none}}
@media (max-width:860px){.st-header__cta{padding:.5rem .8rem;font-size:.84rem}} .st-indices{display:grid;gap:var(--st-gap);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:start;margin-top:1.4rem}
.st-indices[data-total="1"]{grid-template-columns:minmax(0,760px);justify-content:center}
.st-indices[data-total="2"]{grid-template-columns:repeat(2,1fr)}
.st-indice{position:relative;display:block;background:#fff;border:1px solid var(--st-line);border-radius:var(--st-radius);overflow:hidden;transition:transform .25s var(--st-ease),box-shadow .3s var(--st-ease),border-color .2s var(--st-ease)}
.st-indice img{width:100%;height:auto;display:block}
a.st-indice:hover{transform:translateY(-4px);border-color:var(--st-red);box-shadow:var(--st-shadow-lg)}
.st-indice__badge{position:absolute;right:12px;bottom:12px;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--st-red);color:#fff;opacity:0;transform:translateX(-6px);transition:opacity .25s var(--st-ease),transform .25s var(--st-ease)}
a.st-indice:hover .st-indice__badge,a.st-indice:focus-visible .st-indice__badge{opacity:1;transform:none} .st-ig__handle{display:inline-flex;align-items:center;gap:.35rem;font-weight:700;color:var(--st-red)}
.st-ig__cta{margin-top:1.4rem;text-align:center}
.st-ig{position:relative}
.st-ig #sb_instagram{padding-bottom:0!important;width:100%!important}
.st-ig #sb_instagram #sbi_images{gap:var(--st-gap)!important;padding:0!important}
.st-ig #sb_instagram .sbi_item{padding:0!important;border-radius:var(--st-radius);overflow:hidden;background:var(--st-line-2);transition:transform .3s var(--st-ease),box-shadow .3s var(--st-ease)}
.st-ig #sb_instagram .sbi_item:hover{transform:translateY(-4px);box-shadow:var(--st-shadow-lg)}
.st-ig #sb_instagram .sbi_photo_wrap,.st-ig #sb_instagram .sbi_photo{border-radius:var(--st-radius);overflow:hidden}
.st-ig #sb_instagram .sbi_photo img{transition:transform .5s var(--st-ease)}
.st-ig #sb_instagram .sbi_item:hover .sbi_photo img{transform:scale(1.06)}
.st-ig #sb_instagram .sbi_photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,11,14,0) 55%,rgba(10,11,14,.55));opacity:0;transition:opacity .3s var(--st-ease);pointer-events:none}
.st-ig #sb_instagram .sbi_item:hover .sbi_photo::after{opacity:1}
.st-ig #sb_instagram .sbi_header_text,.st-ig #sb_instagram .sbi_header_link{font-family:var(--st-sans)!important}
.st-ig #sb_instagram .sbi_follow_btn a{background:var(--st-red)!important;border-radius:999px!important;font-weight:700!important;box-shadow:none!important;transition:background .2s var(--st-ease)}
.st-ig #sb_instagram .sbi_follow_btn a:hover{background:var(--st-red-dark)!important}
.st-ig #sb_instagram .sbi_load_btn{background:#fff!important;color:var(--st-ink)!important;border:1px solid var(--st-line)!important;border-radius:999px!important;font-weight:700!important}
.st-ig #sb_instagram .sbi_load_btn:hover{border-color:var(--st-red)!important;color:var(--st-red)!important}
.st-ig #sb_instagram .sbi_loader{background:var(--st-red)!important} .st-afiliacoes{border-top:1px solid rgba(255,255,255,.1);padding-block:1.2rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.8rem 1.8rem;width:min(100% - 2rem,var(--st-wrap));margin-inline:auto}
.st-afiliacoes__label{font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#8b919d}
.st-afiliacoes ul{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem 1.6rem;list-style:none;margin:0;padding:0}
.st-afiliacoes img{max-height:46px;width:auto;opacity:.85;filter:brightness(0) invert(1);transition:opacity .25s var(--st-ease),filter .25s var(--st-ease)}
.st-afiliacoes a:hover img{opacity:1;filter:none}
.st-afiliacoes__nome{display:inline-flex;align-items:center;padding:.4rem .9rem;border:1px solid rgba(255,255,255,.18);border-radius:999px;font-weight:800;letter-spacing:.06em;color:#fff;font-size:.86rem;transition:border-color .2s var(--st-ease),background .2s var(--st-ease)}
.st-afiliacoes a:hover .st-afiliacoes__nome{border-color:var(--st-red);background:var(--st-red)}
@media (max-width:640px){
.st-indices[data-total="2"]{grid-template-columns:1fr}
.st-afiliacoes{justify-content:flex-start}
} .st-credit{display:inline-flex;align-items:center;gap:14px;opacity:.5;transition:opacity .3s var(--st-ease),transform .3s var(--st-ease)}
.st-credit:hover,.st-credit:focus-visible{opacity:1;transform:translateY(-1px);color:inherit}
.st-credit__label{font-size:10.5px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#8b919d;transition:color .3s var(--st-ease)}
.st-credit:hover .st-credit__label{color:#d7dbe2}
.st-credit__mark{height:62px;width:auto}
@media (max-width:720px){
.st-credit{gap:11px}
.st-credit__mark{height:52px}
} .st-idx-grid{display:grid;gap:var(--st-gap);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:1.4rem}
.st-idx{position:relative;display:flex;flex-direction:column;gap:.55rem;padding:1.4rem 1.5rem;background:#fff;border:1px solid var(--st-line);border-radius:var(--st-radius);overflow:hidden;transition:transform .25s var(--st-ease),box-shadow .3s var(--st-ease)}
.st-idx:hover{transform:translateY(-3px);box-shadow:var(--st-shadow)}
.st-idx::before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--st-muted)}
.st-idx--alta::before{background:var(--st-red)}
.st-idx--baixa::before{background:#0f8a5f}
.st-idx__head{display:flex;align-items:baseline;justify-content:space-between;gap:.6rem}
.st-idx__head h3{margin:0;font-size:1.25rem;letter-spacing:-.02em}
.st-idx__mes{font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--st-muted)}
.st-idx__valor{display:flex;align-items:center;gap:.6rem;margin:0;font-size:clamp(2.3rem,1.6rem + 2.4vw,3.2rem);font-weight:800;letter-spacing:-.04em;line-height:1}
.st-idx__valor small{font-size:.42em;font-weight:700;margin-left:.08em;color:var(--st-muted)}
.st-idx__seta{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;flex:0 0 auto}
.st-idx--alta .st-idx__seta{background:var(--st-red-soft);color:var(--st-red)}
.st-idx--baixa .st-idx__seta{background:#e7f5ef;color:#0f8a5f}
.st-idx--estavel .st-idx__seta{background:var(--st-line-2);color:var(--st-muted)}
.st-idx__tendencia{margin:0;font-size:.92rem;font-weight:700}
.st-idx--alta .st-idx__tendencia{color:var(--st-red-dark)}
.st-idx--baixa .st-idx__tendencia{color:#0b6f4c}
.st-idx--estavel .st-idx__tendencia{color:var(--st-muted)}
.st-idx__extra{display:flex;flex-wrap:wrap;gap:.4rem 1.6rem;margin:.3rem 0 0;padding:.8rem 0 0;border-top:1px solid var(--st-line)}
.st-idx__extra div{display:flex;flex-direction:column;gap:.1rem}
.st-idx__extra dt{font-size:.74rem;letter-spacing:.05em;text-transform:uppercase;color:var(--st-muted)}
.st-idx__extra dd{margin:0;font-size:1.02rem;font-weight:700}
.st-idx__desc{margin:0;font-size:.85rem;color:var(--st-muted)}
.st-idx__fonte{margin:1.3rem 0 0}
.st-indices{margin-top:1.6rem} .st-ig-wrap{display:grid;gap:var(--st-gap);grid-template-columns:280px 1fr;align-items:start;margin-top:1.2rem}
.st-ig-profile{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:1.5rem 1.3rem;background:#fff;border:1px solid var(--st-line);border-radius:var(--st-radius);position:sticky;top:96px}
.st-ig-profile__avatar{width:92px;height:92px;border-radius:50%;padding:3px;background:conic-gradient(from 210deg,var(--st-red),#f7a23b,var(--st-red-dark),var(--st-red));display:grid;place-items:center}
.st-ig-profile__avatar img,.st-ig-profile__fallback{width:100%;height:100%;border-radius:50%;object-fit:cover;background:#fff;display:grid;place-items:center;border:3px solid #fff;color:var(--st-red)}
.st-ig-profile__nome{margin:.5rem 0 0;font-size:1.05rem}
.st-ig-profile__handle{font-weight:700;color:var(--st-red);font-size:.92rem}
.st-ig-profile__bio{margin:.3rem 0 .6rem;font-size:.88rem;color:var(--st-ink-2);line-height:1.5}
.st-ig{min-width:0} .st-ig #sb_instagram{width:100%!important;padding-bottom:0!important;background:transparent!important}
.st-ig #sb_instagram .sb_instagram_header{padding:0 0 1rem!important;margin:0 0 1rem!important;border-bottom:1px solid var(--st-line)}
.st-ig #sb_instagram .sb_instagram_header .sbi_header_img,.st-ig #sb_instagram .sb_instagram_header img{border-radius:50%!important}
.st-ig #sb_instagram .sb_instagram_header h3,.st-ig #sb_instagram .sbi_header_text h3{font-family:var(--st-sans)!important;font-weight:800!important;letter-spacing:-.02em!important;color:var(--st-ink)!important}
.st-ig #sb_instagram .sbi_bio{font-family:var(--st-sans)!important;color:var(--st-ink-2)!important;font-size:.9rem!important}
.st-ig #sb_instagram #sbi_images{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(122px,1fr))!important;gap:10px!important;padding:0!important}
.st-ig #sb_instagram #sbi_images .sbi_item{width:100%!important;padding:0!important;margin:0!important;border-radius:var(--st-radius-sm);overflow:hidden;background:var(--st-line-2);transition:transform .3s var(--st-ease),box-shadow .3s var(--st-ease)}
.st-ig #sb_instagram #sbi_images .sbi_item:hover{transform:translateY(-3px);box-shadow:var(--st-shadow)}
.st-ig #sb_instagram .sbi_photo_wrap,.st-ig #sb_instagram .sbi_photo{position:relative;display:block;width:100%!important;height:auto!important;aspect-ratio:1;border-radius:var(--st-radius-sm);overflow:hidden}
.st-ig #sb_instagram .sbi_photo img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .5s var(--st-ease)}
.st-ig #sb_instagram .sbi_item:hover .sbi_photo img{transform:scale(1.07)}
.st-ig #sb_instagram .sbi_photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,11,14,0) 55%,rgba(10,11,14,.5));opacity:0;transition:opacity .3s var(--st-ease);pointer-events:none}
.st-ig #sb_instagram .sbi_item:hover .sbi_photo::after{opacity:1} .st-ig #sb_instagram.sbi-carousel #sbi_images,.st-ig #sb_instagram .sbi-carousel-wrapper #sbi_images{display:flex!important;grid-template-columns:none!important}
.st-ig #sb_instagram .sbi_carousel_arrow,.st-ig #sb_instagram .sbi-carousel-arrow{background:#fff!important;border:1px solid var(--st-line)!important;border-radius:50%!important;color:var(--st-ink)!important;box-shadow:var(--st-shadow)!important}
.st-ig #sb_instagram .sbi_carousel_arrow:hover,.st-ig #sb_instagram .sbi-carousel-arrow:hover{border-color:var(--st-red)!important;color:var(--st-red)!important}
.st-ig #sb_instagram .swiper-pagination-bullet-active{background:var(--st-red)!important} .st-ig #sb_instagram .sbi_follow_btn a{background:var(--st-red)!important;border-radius:999px!important;font-family:var(--st-sans)!important;font-weight:700!important;box-shadow:none!important;transition:background .2s var(--st-ease)}
.st-ig #sb_instagram .sbi_follow_btn a:hover{background:var(--st-red-dark)!important}
.st-ig #sb_instagram .sbi_load_btn{background:#fff!important;color:var(--st-ink)!important;border:1px solid var(--st-line)!important;border-radius:999px!important;font-family:var(--st-sans)!important;font-weight:700!important}
.st-ig #sb_instagram .sbi_load_btn:hover{border-color:var(--st-red)!important;color:var(--st-red)!important}
.st-ig #sb_instagram .sbi_loader{background:var(--st-red)!important}
@media (max-width:860px){
.st-ig-wrap{grid-template-columns:1fr}
.st-ig-profile{position:static;flex-direction:row;text-align:left;align-items:center;gap:1rem;flex-wrap:wrap}
.st-ig-profile__bio{flex-basis:100%;margin:0}
.st-ig-profile .st-btn--block{width:auto;margin-left:auto}
.st-ig #sb_instagram #sbi_images{grid-template-columns:repeat(auto-fill,minmax(104px,1fr))!important}
} .st-acordo-desc{margin-top:2.2rem;padding:1.4rem 1.6rem;background:var(--st-bg-2);border-radius:var(--st-radius);border-left:4px solid var(--st-red)}
.st-acordo-desc h2{margin:0 0 .8rem;font-size:1.15rem}
.st-acordo-desc .st-content{font-size:1rem}
.st-acordo-desc .st-content > *:last-child{margin-bottom:0}