.NewsContainer-module-scss-module__lClb8G__article{background-color:var(--background);isolation:isolate;background-image:radial-gradient(circle at 10% 20%,#00000005 0%,#0000 20%),radial-gradient(circle at 90% 80%,#00000005 0%,#0000 20%);align-items:center;min-height:80vh;padding:40px 0;animation:.8s ease-out NewsContainer-module-scss-module__lClb8G__fadeIn;display:flex;position:relative;overflow:hidden}.NewsContainer-module-scss-module__lClb8G__container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}@keyframes NewsContainer-module-scss-module__lClb8G__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes NewsContainer-module-scss-module__lClb8G__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes NewsContainer-module-scss-module__lClb8G__slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.NewsContainer-module-scss-module__lClb8G__topSection{grid-template-columns:1.2fr 1fr;gap:6rem;display:grid}@media (max-width:1200px){.NewsContainer-module-scss-module__lClb8G__topSection{gap:3rem}}@media (max-width:1024px){.NewsContainer-module-scss-module__lClb8G__topSection{text-align:center;grid-template-columns:1fr;gap:40px}}.NewsContainer-module-scss-module__lClb8G__contentSide{flex-direction:column;gap:32px;animation:.8s cubic-bezier(.16,1,.3,1) .2s backwards NewsContainer-module-scss-module__lClb8G__slideUp;display:flex}@media (max-width:1024px){.NewsContainer-module-scss-module__lClb8G__contentSide{align-items:center}}.NewsContainer-module-scss-module__lClb8G__meta{text-transform:uppercase;letter-spacing:1.5px;align-items:center;gap:16px;font-size:.9rem;font-weight:700;display:flex}@media (max-width:1024px){.NewsContainer-module-scss-module__lClb8G__meta{justify-content:center}}.NewsContainer-module-scss-module__lClb8G__category{color:var(--primary-red-color);background:var(--primary-red-color-blur);border-radius:8px;padding:6px 16px;font-size:.8rem}.NewsContainer-module-scss-module__lClb8G__date{color:var(--foreground);opacity:.5}.NewsContainer-module-scss-module__lClb8G__title{color:var(--foreground);text-transform:uppercase;letter-spacing:-1px;margin:0;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:1.05}.NewsContainer-module-scss-module__lClb8G__subtitle{color:var(--foreground);opacity:.85;letter-spacing:-.5px;margin-top:8px;font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:600;line-height:1.4}.NewsContainer-module-scss-module__lClb8G__subtitle p{margin:0}.NewsContainer-module-scss-module__lClb8G__articleBody{color:var(--foreground);opacity:.8;max-width:600px;font-size:1.25rem;line-height:1.6}@media (max-width:1024px){.NewsContainer-module-scss-module__lClb8G__articleBody{margin:0 auto}}.NewsContainer-module-scss-module__lClb8G__articleBody p{margin-bottom:1.5rem}.NewsContainer-module-scss-module__lClb8G__articleBody strong{color:var(--foreground);font-weight:700}.NewsContainer-module-scss-module__lClb8G__featuredImageWrapper{aspect-ratio:2/3;border-radius:32px;width:100%;animation-delay:.4s;position:relative;overflow:hidden}.NewsContainer-module-scss-module__lClb8G__featuredImageWrapper img{object-fit:cover}.NewsContainer-module-scss-module__lClb8G__featuredImageWrapper .NewsContainer-module-scss-module__lClb8G__imageOverlay{opacity:0;pointer-events:none;z-index:2;background:#0000004d;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.NewsContainer-module-scss-module__lClb8G__featuredImageWrapper:hover{cursor:pointer}.NewsContainer-module-scss-module__lClb8G__featuredImageWrapper:hover .NewsContainer-module-scss-module__lClb8G__imageOverlay{opacity:1}@media (max-width:1024px){.NewsContainer-module-scss-module__lClb8G__featuredImageWrapper{max-width:500px;margin:0 auto}}.NewsContainer-module-scss-module__lClb8G__backLink{color:var(--foreground);background:var(--secondary);border-radius:16px;align-self:flex-start;align-items:center;gap:12px;padding:16px 32px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex}@media (max-width:1024px){.NewsContainer-module-scss-module__lClb8G__backLink{align-self:center}}.NewsContainer-module-scss-module__lClb8G__backLink svg{transition:transform .3s}.NewsContainer-module-scss-module__lClb8G__backLink:hover{background:var(--border-gray);box-shadow:0 10px 25px #0000000d}.NewsContainer-module-scss-module__lClb8G__backLink:hover svg{transform:translate(-5px)}.NewsContainer-module-scss-module__lClb8G__modalContent{justify-content:center;align-items:center;display:flex;overflow:hidden;width:auto!important;max-width:90vw!important;height:auto!important;max-height:90vh!important;box-shadow:none!important;z-index:200!important;background:0 0!important;border:none!important;padding:0!important}.NewsContainer-module-scss-module__lClb8G__modalImageWrapper{cursor:zoom-out;width:90vw;height:90vh;position:relative}.NewsContainer-module-scss-module__lClb8G__socialSection{flex-direction:column;gap:12px;margin-top:20px;display:flex}.NewsContainer-module-scss-module__lClb8G__socialLabel{text-transform:uppercase;letter-spacing:1px;color:var(--foreground);opacity:.6;font-size:.9rem;font-weight:700}.NewsContainer-module-scss-module__lClb8G__socialLinks{flex-wrap:wrap;gap:12px;display:flex}.NewsContainer-module-scss-module__lClb8G__socialLink{background:var(--secondary);border:1px solid var(--border-gray);color:var(--foreground);border-radius:12px;align-items:center;gap:10px;padding:10px 20px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.NewsContainer-module-scss-module__lClb8G__socialLink svg{color:var(--primary-red-color);font-size:1.2rem}.NewsContainer-module-scss-module__lClb8G__socialLink:hover{background:var(--primary-red-color-blur);border-color:var(--primary-red-color);color:var(--primary-red-color);transform:translateY(-3px);box-shadow:0 10px 20px #0000000d}.NewsContainer-module-scss-module__lClb8G__socialLink:hover svg{transform:scale(1.1)}.NewsContainer-module-scss-module__lClb8G__cooperationCTA{background:var(--background);border:1px solid var(--border-gray);border-radius:24px;grid-template-columns:1fr auto;align-items:center;gap:40px;max-width:700px;margin-top:80px;padding:32px;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000000a}.NewsContainer-module-scss-module__lClb8G__cooperationCTA:before{content:"";background:radial-gradient(circle, var(--primary-red-color-blur) 0%, transparent 70%);filter:blur(40px);opacity:.3;pointer-events:none;width:200px;height:200px;position:absolute;bottom:-50px;right:-50px}@media (max-width:768px){.NewsContainer-module-scss-module__lClb8G__cooperationCTA{grid-template-columns:1fr;gap:24px;padding:24px}}.NewsContainer-module-scss-module__lClb8G__ctaText{flex-direction:column;gap:8px;display:flex}.NewsContainer-module-scss-module__lClb8G__ctaTitle{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:800}.NewsContainer-module-scss-module__lClb8G__ctaSubtitle{color:var(--foreground);opacity:.6;margin:0;font-size:1rem;line-height:1.5}.NewsContainer-module-scss-module__lClb8G__ctaCard{background:var(--secondary);border-radius:20px;flex-direction:column;gap:20px;min-width:280px;padding:24px;display:flex}@media (max-width:768px){.NewsContainer-module-scss-module__lClb8G__ctaCard{min-width:100%}}.NewsContainer-module-scss-module__lClb8G__ctaInfo{flex-direction:column;gap:2px;display:flex}.NewsContainer-module-scss-module__lClb8G__ctaDept{color:var(--foreground);font-size:1.1rem;font-weight:800}.NewsContainer-module-scss-module__lClb8G__ctaSub{color:var(--primary-red-color);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:700}.NewsContainer-module-scss-module__lClb8G__ctaContacts{flex-direction:column;gap:10px;display:flex}.NewsContainer-module-scss-module__lClb8G__ctaContactItem{color:var(--foreground);align-items:center;gap:12px;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.NewsContainer-module-scss-module__lClb8G__ctaContactItem svg{color:var(--primary-red-color);opacity:.8}.NewsContainer-module-scss-module__lClb8G__ctaContactItem:hover{color:var(--primary-red-color);transform:translate(5px)}.NewsContainer-module-scss-module__lClb8G__ctaContactItem:hover svg{opacity:1}
