@import "tailwindcss";

:root {
  --navy: #08294f;
  --navy-deep: #031a34;
  --blue: #2f63b5;
  --blue-bright: #3b78d1;
  --orange: #eb7a17;
  --green: #6cae45;
  --ink: #15263b;
  --muted: #637386;
  --line: #dfe7ef;
  --mist: #f3f7fa;
  --white: #fff;
  --shadow: 0 20px 60px rgba(8, 41, 79, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Tahoma, Arial, sans-serif; font-size: 16px; line-height: 1.75; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 105px 0; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(8,41,79,.09); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; margin-inline-end: auto; min-width: 220px; }
.brand-mark { width: 72px; height: 58px; display: grid; place-items: center; flex: 0 0 auto; }
.brand-mark img { width: auto; height: 56px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.25; }
.brand-copy strong { color: var(--navy); font-size: 18px; letter-spacing: .5px; }
.brand-copy small { color: var(--muted); font-size: 10px; margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 23px; font-size: 13px; font-weight: 700; white-space: nowrap; }
.main-nav a { position: relative; padding: 28px 0 24px; color: #31455c; }
.main-nav a::after { content: ""; position: absolute; inset-inline: 50% 50%; bottom: 17px; height: 2px; background: var(--orange); transition: .25s ease; }
.main-nav a:hover::after { inset-inline: 0 0; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.language-button { width: 37px; height: 37px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--navy); font-weight: 800; cursor: pointer; }
.menu-button { display: none; border: 0; background: transparent; color: var(--navy); font-size: 25px; cursor: pointer; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 51px; padding: 0 25px; border-radius: 6px; border: 1px solid transparent; font-weight: 800; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 39px; padding: 0 17px; background: var(--navy); color: #fff; font-size: 12px; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--orange), #f29633); box-shadow: 0 12px 26px rgba(235,122,23,.26); }
.button-ghost { border-color: rgba(255,255,255,.55); color: #fff; background: rgba(255,255,255,.08); backdrop-filter: blur(6px); }
.button-outline { color: var(--navy); border-color: var(--navy); background: transparent; }

.hero { min-height: 760px; padding: 156px 0 76px; position: relative; display: flex; align-items: center; overflow: hidden; background: var(--navy-deep); color: #fff; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.9); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,26,52,.96) 4%, rgba(3,26,52,.85) 49%, rgba(3,26,52,.45) 78%, rgba(3,26,52,.64) 100%); }
[dir="rtl"] .hero-overlay { background: linear-gradient(270deg, rgba(3,26,52,.96) 4%, rgba(3,26,52,.85) 49%, rgba(3,26,52,.45) 78%, rgba(3,26,52,.64) 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to left, black, transparent 72%); }
.hero::before { content: ""; position: absolute; width: 500px; height: 500px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; inset-inline-end: -170px; top: 100px; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.45fr) minmax(330px,.55fr); align-items: center; gap: 76px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .3px; }
.eyebrow::before, .section-kicker::before { content: ""; width: 27px; height: 2px; background: currentColor; }
.hero h1 { margin: 18px 0 12px; max-width: 780px; font-size: clamp(40px, 5.1vw, 72px); line-height: 1.18; letter-spacing: -2px; }
.hero h1 span { display: block; color: #93bfff; }
.hero-lead { margin: 0 0 27px; color: #e6eef8; font-size: clamp(18px,2.1vw,25px); font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 34px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 28px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.18); }
.hero-facts > div { display: flex; align-items: center; gap: 12px; }
.fact-icon { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #96c5ff; font-size: 19px; }
.hero-facts p { margin: 0; display: flex; flex-direction: column; line-height: 1.5; }
.hero-facts small { color: #9fb1c5; font-size: 10px; }
.hero-facts strong { font-size: 13px; color: #fff; }
.countdown-card { padding: 28px; border: 1px solid rgba(255,255,255,.21); border-radius: 14px; background: rgba(5,31,59,.66); box-shadow: 0 30px 80px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
.countdown-kicker { display: block; margin-bottom: 17px; color: #bdd9ff; font-size: 12px; font-weight: 800; }
.countdown { direction: ltr; display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.countdown div { min-width: 0; padding: 14px 6px 10px; text-align: center; background: rgba(255,255,255,.08); border-radius: 6px; }
.countdown strong { display: block; font-size: 29px; line-height: 1.1; font-family: Arial,sans-serif; }
.countdown small { display: block; margin-top: 5px; color: #a9b8c9; font-size: 9px; }
.date-tile { margin: 18px 0 12px; padding: 15px 17px; display: flex; align-items: center; gap: 13px; background: linear-gradient(135deg,rgba(235,122,23,.94),rgba(235,122,23,.72)); border-radius: 7px; }
.date-tile strong { direction: ltr; font: 800 26px/1 Arial,sans-serif; }
.date-tile span { font-size: 12px; font-weight: 800; }
.countdown-card > p { margin: 0; color: #c3d0df; font-size: 12px; line-height: 1.7; }

.quick-bar { background: #fff; box-shadow: 0 12px 35px rgba(8,41,79,.09); position: relative; z-index: 3; }
.quick-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.quick-grid > div { min-height: 108px; display: flex; align-items: center; justify-content: center; gap: 13px; border-inline-start: 1px solid var(--line); }
.quick-grid > div:first-child { border-inline-start: 0; }
.quick-grid b { font: 800 30px/1 Arial,sans-serif; color: var(--blue); }
.quick-grid span { color: var(--muted); font-size: 12px; font-weight: 700; }

.split-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 85px; }
.section-copy h2, .section-heading h2, .registration-copy h2, .contact-band h2 { margin: 13px 0 21px; color: var(--navy); font-size: clamp(31px,4vw,50px); line-height: 1.32; letter-spacing: -1.2px; }
.section-copy > p { color: var(--muted); margin: 0 0 14px; }
.pillars { margin-top: 34px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.pillars article { padding: 20px 17px; background: var(--mist); border-top: 3px solid var(--blue); border-radius: 7px; }
.pillars article:nth-child(2) { border-color: var(--orange); }
.pillars article:nth-child(3) { border-color: var(--green); }
.pillars span { color: #9eabb8; font: 700 11px Arial,sans-serif; }
.pillars h3 { margin: 8px 0 7px; color: var(--navy); font-size: 15px; }
.pillars p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.media-stack { position: relative; min-height: 540px; }
.media-stack::before { content: ""; position: absolute; width: 76%; height: 82%; top: -22px; inset-inline-end: -22px; background: repeating-linear-gradient(135deg,rgba(47,99,181,.15) 0 2px,transparent 2px 10px); border-radius: 12px; }
.media-stack img { position: relative; width: 92%; height: 485px; object-fit: cover; border-radius: 10px; box-shadow: var(--shadow); }
.media-note { position: absolute; inset-inline-start: -32px; bottom: 5px; width: 280px; padding: 22px 25px; display: flex; flex-direction: column; background: var(--navy); color: #fff; border-radius: 8px; box-shadow: 0 20px 45px rgba(8,41,79,.28); }
.media-note strong { color: #fff; }
.media-note span { margin-top: 4px; color: #b8c8da; font-size: 11px; }

.tracks { background: var(--mist); }
.section-heading { margin-bottom: 44px; max-width: 740px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .section-kicker { justify-content: center; }
.section-heading.centered .section-kicker::after { content: ""; width: 27px; height: 2px; background: currentColor; }
.section-heading h2 { margin-bottom: 12px; }
.section-heading p { color: var(--muted); margin: 0; }
.track-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.track-card { position: relative; min-height: 260px; padding: 30px 27px; background: #fff; border: 1px solid #e8edf2; border-radius: 9px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.track-card::before { content: ""; position: absolute; width: 90px; height: 90px; inset-inline-end: -52px; top: -50px; border: 18px solid rgba(47,99,181,.07); border-radius: 50%; }
.track-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(47,99,181,.25); }
.track-number { color: var(--orange); font: 800 12px Arial,sans-serif; }
.track-card h3 { margin: 25px 0 9px; color: var(--navy); font-size: 19px; }
.track-card p { min-height: 66px; margin: 0 0 20px; color: var(--muted); font-size: 12px; }
.track-card a { color: var(--blue); font-size: 11px; font-weight: 800; }
.track-card a span { transition: transform .2s; display: inline-block; }
.track-card:hover a span { transform: translateX(-4px); }

.program { background: #fff; }
.program-heading, .gallery-heading { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 25px; }
.program-heading > div, .gallery-heading > div { max-width: 720px; }
.text-link, .social-link { flex: 0 0 auto; margin-bottom: 12px; color: var(--blue); border-bottom: 1px solid rgba(47,99,181,.35); padding-bottom: 5px; font-size: 12px; font-weight: 800; }
.timeline { position: relative; }
.timeline::before { content: ""; position: absolute; top: 0; bottom: 0; inset-inline-start: 158px; width: 1px; background: var(--line); }
.timeline-item { display: grid; grid-template-columns: 128px 28px 1fr; gap: 18px; align-items: start; min-height: 120px; padding: 18px 0; }
.timeline-date { display: flex; flex-direction: column; align-items: end; padding-top: 2px; }
.timeline-date span { color: var(--navy); font-size: 14px; font-weight: 800; }
.timeline-date small { color: #a1adba; font: 700 10px Arial,sans-serif; }
.timeline-dot { width: 13px; height: 13px; margin: 8px auto 0; border: 3px solid #fff; background: #aebbc8; border-radius: 50%; box-shadow: 0 0 0 1px #aebbc8; position: relative; z-index: 2; }
.timeline-item.active .timeline-dot { background: var(--orange); box-shadow: 0 0 0 1px var(--orange),0 0 0 7px rgba(235,122,23,.11); }
.timeline-item > div:last-child { padding: 0 25px 22px; border-bottom: 1px solid var(--line); }
.day-label { color: var(--blue); font-size: 10px; font-weight: 800; }
.timeline-item h3 { margin: 5px 0 6px; color: var(--navy); font-size: 18px; }
.timeline-item p { margin: 0; color: var(--muted); font-size: 12px; }

.gallery-section { background: #edf3f7; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 260px 260px; gap: 14px; }
.gallery-card { margin: 0; position: relative; overflow: hidden; border-radius: 8px; background: var(--navy); }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent,rgba(3,26,52,.88)); }
.gallery-card:hover img { transform: scale(1.04); }
.gallery-card figcaption { position: absolute; z-index: 2; inset-inline: 20px; bottom: 15px; color: #fff; font-size: 12px; font-weight: 800; }
.gallery-1 { grid-row: 1 / 3; }
.gallery-4 { grid-column: 2 / 4; }
.gallery-5 { display: none; }

.participate { position: relative; background: var(--navy-deep); color: #fff; overflow: hidden; }
.participate::before { content: ""; position: absolute; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle,rgba(47,99,181,.32),transparent 67%); top: -300px; inset-inline-start: -100px; }
.section-heading.light { position: relative; }
.section-heading.light h2 { color: #fff; }
.participation-grid { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.participation-grid article { min-height: 330px; padding: 33px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 9px; }
.participation-grid article.featured { background: #fff; color: var(--ink); transform: translateY(-13px); box-shadow: 0 25px 70px rgba(0,0,0,.24); }
.card-tag { float: left; padding: 5px 10px; border-radius: 20px; background: #fdf0e2; color: var(--orange); font-size: 9px; font-weight: 800; }
.card-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 24px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #97c0fb; font-size: 23px; }
.featured .card-icon { border-color: var(--line); color: var(--blue); }
.participation-grid small { color: #8ca5c2; font-size: 10px; }
.participation-grid h3 { margin: 6px 0 10px; font-size: 24px; }
.featured h3 { color: var(--navy); }
.participation-grid p { color: #b8c7d8; font-size: 13px; min-height: 68px; }
.featured p { color: var(--muted); }
.participation-grid a { display: inline-block; margin-top: 15px; color: #fff; font-size: 12px; font-weight: 800; }
.featured a { color: var(--orange); }

.registration { background: #fff; }
.registration-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 75px; align-items: start; }
.registration-copy { position: sticky; top: 125px; }
.registration-copy p { color: var(--muted); }
.registration-copy ul { list-style: none; padding: 0; margin: 28px 0; }
.registration-copy li { position: relative; margin: 11px 0; padding-inline-start: 27px; color: #42556a; font-size: 13px; font-weight: 700; }
.registration-copy li::before { content: "✓"; position: absolute; inset-inline-start: 0; color: var(--green); font-weight: 900; }
.registration-form { padding: 37px; border: 1px solid var(--line); border-radius: 10px; background: var(--mist); box-shadow: 0 20px 55px rgba(8,41,79,.08); }
.form-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; margin-bottom: 23px; border-bottom: 1px solid var(--line); }
.form-head strong { color: var(--navy); }
.form-head span, .form-note { color: var(--muted); font-size: 10px; }
.registration-form label { display: flex; flex-direction: column; gap: 7px; margin-bottom: 17px; color: #34495f; font-size: 11px; font-weight: 800; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.registration-form input, .registration-form select, .registration-form textarea { width: 100%; border: 1px solid #d7e0e9; background: #fff; border-radius: 6px; padding: 12px 13px; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }
.registration-form input:focus, .registration-form select:focus, .registration-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47,99,181,.1); }
.registration-form textarea { resize: vertical; }
.form-submit { width: 100%; border: 0; }
.form-note { margin: 11px 0 0; text-align: center; }

.faq { background: var(--mist); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-list details { background: #fff; border: 1px solid var(--line); border-radius: 7px; margin-bottom: 12px; overflow: hidden; }
.faq-list summary { padding: 21px 24px; list-style: none; cursor: pointer; color: var(--navy); font-size: 13px; font-weight: 800; position: relative; padding-inline-end: 55px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; inset-inline-end: 22px; top: 15px; color: var(--orange); font: 400 26px Arial,sans-serif; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 24px 20px; color: var(--muted); font-size: 12px; }

.contact-band { padding: 75px 0; background: linear-gradient(115deg,var(--blue),#1c4b93); color: #fff; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.contact-band .section-kicker { color: #f8ad64; }
.contact-band h2 { color: #fff; margin: 8px 0; }
.contact-band p { margin: 0; color: #d9e7f8; }
.contact-items { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.contact-items > * { min-height: 100px; padding: 20px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.17); border-radius: 7px; display: flex; flex-direction: column; justify-content: center; }
.contact-items small { color: #c5d9f4; font-size: 9px; }
.contact-items strong { margin-top: 5px; font-size: 11px; word-break: break-word; }

footer { padding: 70px 0 25px; background: #061d37; color: #c5d0dc; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 45px; }
.footer-brand { max-width: 330px; }
.footer-logo { width: 150px; height: 108px; display: grid; place-items: center; }
.footer-logo img { width: auto; height: 104px; object-fit: contain; }
.footer-brand p { color: #9fb0c3; font-size: 12px; }
.footer-grid h3 { color: #fff; font-size: 13px; margin: 0 0 17px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a { margin: 5px 0; color: #9fb0c3; font-size: 11px; }
.footer-grid a:hover { color: #fff; }
.copyright { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; margin-top: 50px; border-top: 1px solid rgba(255,255,255,.1); color: #6f849a; font-size: 9px; }
.floating-cta { position: fixed; z-index: 20; inset-inline-end: 24px; bottom: 22px; display: none; align-items: center; gap: 14px; padding: 12px 16px; color: #fff; background: var(--orange); border-radius: 40px; box-shadow: 0 14px 30px rgba(235,122,23,.35); font-size: 12px; font-weight: 800; }
.floating-cta b { width: 28px; height: 28px; display: grid; place-items: center; background: rgba(255,255,255,.17); border-radius: 50%; }

/* Daily news slider */
.daily-news { padding: 84px 0 92px; background: #f4f7fa; overflow: hidden; }
.breaking-ticker { width: min(1180px,calc(100% - 40px)); min-height: 46px; margin: 0 auto 42px; display: flex; align-items: center; background: var(--navy-deep); color: #fff; border-radius: 7px; overflow: hidden; }
.breaking-ticker > strong { align-self: stretch; min-width: 82px; display: grid; place-items: center; background: #d72626; font-size: 12px; letter-spacing: .4px; }
.ticker-window { overflow: hidden; flex: 1; direction: ltr; }
.ticker-track { width: max-content; display: flex; align-items: center; animation: tickerMove 28s linear infinite; }
.ticker-track a { padding: 0 22px; color: #f2f6fa; white-space: nowrap; direction: rtl; font-size: 12px; font-weight: 750; }
.ticker-track span { margin-inline-start: 30px; color: var(--orange); }
.breaking-ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes tickerMove { to { transform: translateX(-50%); } }
.news-section-head { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 28px; }
.news-section-head h2 { margin: 10px 0 0; color: var(--navy); font-size: clamp(31px,4vw,48px); line-height: 1.25; }
.news-stage-wrap { display: grid; grid-template-columns: 1fr; gap: 16px; }
.news-stage-wrap.with-side { grid-template-columns: minmax(0,1fr) 310px; }
.news-stage { position: relative; min-height: 570px; border-radius: 14px; overflow: hidden; background: var(--navy); box-shadow: 0 24px 65px rgba(6,29,55,.18); outline: none; }
.news-stage:focus-visible { box-shadow: 0 0 0 4px rgba(47,99,181,.25),0 24px 65px rgba(6,29,55,.18); }
.news-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transform: translateX(3%); transition: opacity .7s ease,transform .85s cubic-bezier(.2,.7,.2,1); }
.news-slide.is-active { opacity: 1; pointer-events: auto; transform: translateX(0); z-index: 2; }
.news-image-wrap,.news-image-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; }
.news-image-wrap img { z-index: 1; object-fit: cover; transform: scale(1); }
.news-slide.is-active .news-image-wrap img { animation: newsKenBurns var(--slide-duration,6000ms) ease-out both; }
.news-image-skeleton { position: absolute; inset: 0; z-index: 0; background: linear-gradient(100deg,#102f52 30%,#1c4c80 48%,#102f52 66%); background-size: 220% 100%; animation: skeletonShimmer 1.4s infinite; }
@keyframes newsKenBurns { to { transform: scale(1.055); } }
@keyframes skeletonShimmer { to { background-position-x: -220%; } }
.news-gradient { position: absolute; inset: 0; background: linear-gradient(90deg,color-mix(in srgb,var(--news-gradient,#061d37) var(--news-opacity,82%),transparent) 0%,color-mix(in srgb,var(--news-gradient,#061d37) 62%,transparent) 48%,transparent 82%); }
.news-copy { position: absolute; z-index: 3; inset-inline: clamp(28px,5vw,72px); bottom: clamp(65px,10vw,102px); max-width: 680px; color: var(--news-text,#fff); }
.news-stage.text-center .news-copy { margin-inline: auto; text-align: center; }
.news-stage.text-left .news-copy { margin-inline-start: auto; text-align: left; direction: ltr; }
.news-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; opacity: 0; transform: translateY(16px); }
.news-meta span,.news-meta b { padding: 6px 10px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.19); border-radius: 30px; color: inherit; font-size: 9px; font-weight: 850; }
.news-meta time { font-size: 10px; opacity: .8; }
.news-meta b { background: var(--orange); border-color: var(--orange); }
.news-meta .urgent { background: #d72626; border-color: #d72626; }
.news-copy h3 { max-width: 850px; margin: 14px 0 12px; color: inherit; font-size: clamp(31px,4.7vw,58px); line-height: 1.2; letter-spacing: -1.3px; opacity: 0; transform: translateY(24px); }
.news-copy p { max-width: 650px; margin: 0 0 24px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: inherit; font-size: clamp(13px,1.4vw,17px); line-height: 1.8; opacity: 0; transform: translateY(24px); }
.news-read-button { display: inline-flex; align-items: center; gap: 12px; padding: 12px 17px; color: #fff; background: var(--orange); border-radius: 6px; font-size: 11px; font-weight: 850; opacity: 0; transform: translateY(24px); }
.news-slide.is-active .news-meta { animation: newsEnter .55s .13s forwards; }
.news-slide.is-active .news-copy h3 { animation: newsEnter .65s .24s forwards; }
.news-slide.is-active .news-copy p { animation: newsEnter .65s .36s forwards; }
.news-slide.is-active .news-read-button { animation: newsEnter .6s .48s forwards; }
@keyframes newsEnter { to { opacity: 1; transform: translateY(0); } }
.news-controls { position: absolute; z-index: 5; inset-inline-start: 26px; bottom: 24px; display: flex; gap: 7px; }
.news-controls button { width: 39px; height: 39px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; background: rgba(4,26,50,.42); cursor: pointer; backdrop-filter: blur(8px); }
.news-controls button:hover { background: var(--orange); border-color: var(--orange); }
.news-controls .pause-control { font-size: 11px; }
.news-counter { position: absolute; z-index: 5; inset-inline-end: 26px; bottom: 27px; display: flex; gap: 7px; align-items: baseline; color: #fff; direction: ltr; }
.news-counter b { font: 800 21px Arial,sans-serif; }.news-counter span,.news-counter small { opacity: .55; font: 700 10px Arial,sans-serif; }
.news-progress { position: absolute; z-index: 6; bottom: 0; left: 0; right: 0; height: 4px; background: rgba(255,255,255,.18); }
.news-progress span { display: block; width: 0; height: 100%; background: var(--orange); animation: newsProgress var(--slide-duration,6000ms) linear forwards; }
.news-stage.is-paused .news-progress span,.news-stage.is-paused .news-image-wrap img { animation-play-state: paused; }
@keyframes newsProgress { to { width: 100%; } }
.news-side-list { display: flex; flex-direction: column; gap: 8px; }
.news-side-list button { flex: 1; display: grid; grid-template-columns: 33px 1fr; align-items: center; gap: 10px; text-align: start; padding: 18px 15px; border: 1px solid #dfe7ee; border-radius: 9px; background: #fff; cursor: pointer; transition: .2s; }
.news-side-list button:hover,.news-side-list button.active { color: #fff; background: var(--navy); border-color: var(--navy); transform: translateX(-4px); }
.news-side-list > button > span { color: var(--orange); font: 800 11px Arial,sans-serif; }
.news-side-list small { display: block; margin-bottom: 4px; color: #7990a7; font-size: 8px; }
.news-side-list strong { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: var(--navy); font-size: 11px; line-height: 1.55; }
.news-side-list button.active strong,.news-side-list button:hover strong { color: #fff; }
.news-dots { display: flex; justify-content: center; gap: 7px; padding-top: 19px; }
.news-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 20px; background: #aebdca; cursor: pointer; transition: width .25s,background .25s; }
.news-dots button.active { width: 31px; background: var(--orange); }
.news-multi { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.news-multi-card { height: 430px; position: relative; overflow: hidden; border-radius: 12px; background: var(--navy); box-shadow: 0 15px 45px rgba(6,29,55,.12); }
.news-multi-card img { object-fit: cover; transition: transform 6s ease; }.news-multi-card:hover img { transform: scale(1.05); }
.news-multi-overlay { position: absolute; inset: 0; background: linear-gradient(transparent 30%,rgba(6,29,55,.95)); }
.news-multi-copy { position: absolute; inset-inline: 24px; bottom: 24px; color: #fff; }.news-multi-copy span { color: #ffb369; font-size: 9px; font-weight: 850; }.news-multi-copy h3 { margin: 8px 0; font-size: 20px; line-height: 1.45; }.news-multi-copy h3 a { color: #fff; }.news-multi-copy small { opacity: .65; font-size: 9px; }

/* Public news archive and article */
.news-page-shell,.article-page { min-height: 100vh; background: #f5f8fa; }.news-page-header { padding: 85px 0 72px; background: var(--navy-deep); color: #fff; }.news-page-header h1 { margin: 12px 0; color: #fff; font-size: clamp(40px,6vw,70px); }.news-page-header p { max-width: 670px; color: #bdccdb; }.news-back { display: inline-block; margin-bottom: 35px; color: #ffae5b; font-size: 11px; font-weight: 800; }
.news-archive-grid { padding-block: 65px 100px; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }.archive-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 10px; }.archive-image { display: block; position: relative; height: 235px; background: var(--navy); }.archive-image img { object-fit: cover; }.archive-card > div { padding: 23px; }.archive-card span { color: var(--orange); font-size: 9px; font-weight: 850; }.archive-card time { float: left; color: #9aa9b6; font-size: 9px; }.archive-card h2 { margin: 12px 0 9px; color: var(--navy); font-size: 20px; line-height: 1.5; }.archive-card h2 a { color: inherit; }.archive-card p { color: var(--muted); font-size: 11px; min-height: 54px; }.archive-read { color: var(--blue); font-size: 10px; font-weight: 850; }
.news-loading-shell { padding-block: 85px; }.news-loading-heading,.news-loading-image,.news-loading-line { border-radius: 14px; background: linear-gradient(100deg,#e8eef4 25%,#fff 42%,#e8eef4 60%); background-size: 240% 100%; animation: skeletonShimmer 1.4s ease-in-out infinite; }.news-loading-heading { width: min(380px,75%); height: 52px; margin-bottom: 34px; }.news-loading-card { padding: 14px; border: 1px solid rgba(19,63,105,.1); border-radius: 20px; background: #fff; }.news-loading-image { aspect-ratio: 16/10; margin-bottom: 18px; }.news-loading-line { height: 14px; margin: 11px 4px; }.news-loading-line-short { width: 42%; }
.article-hero { position: relative; min-height: 660px; display: flex; align-items: end; background: var(--navy); }.article-hero > img { object-fit: cover; }.article-hero-gradient { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(4,25,48,.97),rgba(4,25,48,.17) 73%); }.article-hero-copy { position: relative; z-index: 2; padding-bottom: 75px; color: #fff; }.article-hero-copy > div { display: flex; gap: 14px; align-items: center; }.article-hero-copy > div span { padding: 6px 10px; background: var(--orange); border-radius: 20px; font-size: 9px; font-weight: 850; }.article-hero-copy time { color: #d0dbe6; font-size: 10px; }.article-hero h1 { max-width: 940px; margin: 16px 0; color: #fff; font-size: clamp(38px,6vw,72px); line-height: 1.2; }.article-hero p { max-width: 760px; margin: 0; color: #d5e0ea; font-size: 16px; line-height: 1.8; }
.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 80px; padding-block: 70px; }.article-content { color: #30445a; font-size: 17px; line-height: 2.1; }.article-content > p:first-child { color: var(--navy); font-size: 21px; font-weight: 750; }.article-video { aspect-ratio: 16/9; margin: 35px 0; }.article-video iframe { width: 100%; height: 100%; border: 0; }.article-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 35px 0; }.article-gallery figure { margin: 0; }.article-gallery img,.article-gallery video { width: 100%; height: auto; border-radius: 8px; }.article-gallery figcaption { color: var(--muted); font-size: 10px; }.article-share { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; padding-top: 30px; border-top: 1px solid var(--line); }.article-share strong { margin-inline-end: 10px; color: var(--navy); font-size: 12px; }.article-share a { padding: 8px 12px; background: #e8eff5; color: var(--navy); border-radius: 5px; font-size: 10px; font-weight: 800; }.article-related { position: sticky; top: 35px; align-self: start; }.article-related h2 { color: var(--navy); font-size: 20px; }.article-related a { display: block; padding: 18px 0; border-bottom: 1px solid var(--line); }.article-related span { color: var(--orange); font-size: 8px; }.article-related strong { display: block; margin-top: 5px; color: var(--navy); font-size: 12px; line-height: 1.65; }.article-adjacent { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-bottom: 85px; }.article-adjacent a { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }.article-adjacent small { display: block; color: var(--orange); font-size: 9px; }.article-adjacent strong { color: var(--navy); font-size: 12px; }

/* News administration */
.admin-shell { min-height: 100vh; background: #eef3f7; color: #263a50; }.admin-topbar { min-height: 82px; padding: 14px clamp(18px,4vw,55px); display: flex; align-items: center; justify-content: space-between; gap: 25px; background: var(--navy-deep); color: #fff; }.admin-topbar span { color: #f6a455; font: 800 10px Arial,sans-serif; }.admin-topbar h1 { margin: 4px 0 0; color: #fff; font-size: 24px; }.admin-topbar > div:last-child { display: flex; gap: 12px; align-items: center; }.admin-topbar a { padding: 8px 11px; border: 1px solid rgba(255,255,255,.18); color: #fff; border-radius: 5px; font-size: 9px; }.admin-topbar small { color: #9fb4c9; }.admin-message { position: sticky; top: 10px; z-index: 20; width: fit-content; margin: 12px auto -20px; padding: 10px 18px; color: #fff; background: var(--blue); border-radius: 30px; box-shadow: var(--shadow); font-size: 11px; }.admin-layout { width: min(1500px,calc(100% - 30px)); margin: 0 auto; padding: 35px 0 80px; display: grid; grid-template-columns: minmax(0,1fr) 365px; gap: 22px; }.admin-panel { margin-bottom: 18px; padding: 25px; background: #fff; border: 1px solid #dce5ed; border-radius: 10px; }.admin-panel.sticky { position: sticky; top: 16px; z-index: 4; }.admin-panel h3 { margin: 0 0 20px; color: var(--navy); font-size: 17px; }.admin-form-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 18px; padding: 22px 25px; background: #fff; border-radius: 10px; }.admin-form-head span { color: var(--orange); font-size: 9px; font-weight: 850; }.admin-form-head h2 { max-width: 650px; margin: 5px 0 0; color: var(--navy); font-size: 22px; }.admin-form-head > div:last-child { display: flex; gap: 7px; }.admin-panel label { display: flex; flex-direction: column; gap: 7px; margin-bottom: 15px; color: #40566d; font-size: 10px; font-weight: 800; }.admin-panel input,.admin-panel textarea,.admin-panel select { width: 100%; padding: 11px 12px; border: 1px solid #d5e0e9; border-radius: 6px; color: #21384f; background: #fbfdff; outline: none; }.admin-panel input:focus,.admin-panel textarea:focus,.admin-panel select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47,99,181,.09); }.admin-panel input[type="color"] { height: 44px; padding: 4px; }.admin-panel input[type="range"] { padding: 0; }.admin-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }.admin-row.three { grid-template-columns: repeat(3,1fr); }.admin-checks { display: flex; flex-wrap: wrap; gap: 17px; margin: 8px 0 20px; }.admin-checks.column { flex-direction: column; gap: 8px; }.admin-checks label { flex-direction: row; align-items: center; margin: 0; }.admin-checks input { width: auto; }.admin-primary,.admin-secondary { padding: 10px 14px; border: 0; border-radius: 6px; cursor: pointer; font-size: 10px; font-weight: 850; }.admin-primary { color: #fff; background: var(--orange); }.admin-secondary { color: var(--navy); background: #e8eff5; }.admin-primary.full { width: 100%; }.admin-upload-preview { position: relative; height: 330px; margin-bottom: 16px; overflow: hidden; background: var(--navy); border-radius: 8px; }.admin-upload-preview img { width: 100%; height: 100%; object-fit: cover; }.upload-button { position: absolute; inset-inline-end: 14px; bottom: 14px; width: fit-content!important; margin: 0!important; padding: 10px 13px; color: #fff!important; background: var(--orange); border-radius: 5px; cursor: pointer; }.upload-button.secondary { position: static; display: inline-flex; margin-bottom: 16px!important; }.upload-button input { display: none; }.media-list > div { display: grid; grid-template-columns: 50px 1fr 45px; gap: 8px; align-items: center; margin-bottom: 7px; }.media-list span { color: var(--blue); font-size: 9px; }.media-list button { border: 0; color: #b51f1f; background: transparent; cursor: pointer; }.admin-help { color: var(--muted); font-size: 10px; }.admin-news-list { display: flex; flex-direction: column; gap: 7px; }.admin-news-list article { display: grid; grid-template-columns: 18px 52px 1fr auto auto; gap: 8px; align-items: center; padding: 8px; background: #f5f8fa; border: 1px solid #e1e8ee; border-radius: 7px; cursor: grab; }.admin-news-list img { width: 52px; height: 45px; object-fit: cover; border-radius: 4px; }.admin-news-list small { display: block; color: var(--orange); font-size: 7px; }.admin-news-list strong { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: var(--navy); font-size: 9px; line-height: 1.45; }.admin-news-list button { padding: 5px; border: 0; color: var(--blue); background: transparent; cursor: pointer; font-size: 8px; }.admin-news-list button.danger { color: #c72e2e; font-size: 17px; }.drag-handle { color: #95a5b4; }.admin-preview-modal { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 30px; background: rgba(2,17,33,.86); }.admin-preview-modal article { width: min(1050px,100%); height: min(650px,80vh); position: relative; overflow: hidden; background: var(--navy); border-radius: 14px; }.admin-preview-modal article > img { width: 100%; height: 100%; object-fit: cover; }.preview-gradient { position: absolute; inset: 0; }.preview-copy { position: absolute; inset-inline: 50px; bottom: 55px; max-width: 700px; }.preview-copy.text-center { margin-inline: auto; text-align: center; }.preview-copy.text-left { margin-inline-start: auto; text-align: left; direction: ltr; }.preview-copy span { color: #ffb05f; font-size: 10px; }.preview-copy h2 { color: inherit; font-size: 42px; line-height: 1.25; }.preview-copy p { color: inherit; }.preview-copy button { padding: 10px 15px; border: 0; color: #fff; background: var(--orange); border-radius: 5px; }.preview-close { position: fixed; z-index: 2; top: 20px; inset-inline-end: 25px; width: 40px; height: 40px; border: 0; border-radius: 50%; color: #fff; background: var(--orange); cursor: pointer; font-size: 20px; }.admin-access-page { min-height: 100vh; display: grid; place-items: center; padding: 25px; background: #eff4f7; }.admin-access-page > div { width: min(560px,100%); padding: 45px; text-align: center; background: #fff; border-radius: 12px; box-shadow: var(--shadow); }.admin-access-page img { width: 90px; }.admin-access-page span { display: block; color: var(--orange); font-size: 10px; font-weight: 850; }.admin-access-page h1 { color: var(--navy); }.admin-access-page p { color: var(--muted); }.admin-access-page a { display: inline-block; margin: 5px; padding: 9px 13px; color: #fff; background: var(--blue); border-radius: 5px; font-size: 10px; }

body.is-en { font-family: Arial, sans-serif; }
body.is-en .hero h1 { letter-spacing: -1.5px; }

@media (max-width: 1080px) {
  .main-nav { gap: 15px; }
  .main-nav a:nth-child(5), .main-nav a:nth-child(6) { display: none; }
  .hero-content { gap: 36px; }
  .pillars { grid-template-columns: 1fr; }
  .media-stack { min-height: 600px; }
  .media-stack img { height: 540px; width: 100%; }
  .track-grid { grid-template-columns: repeat(2,1fr); }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 72px; }
  .container { width: min(100% - 28px, 680px); }
  .section { padding: 76px 0; }
  .nav-wrap { min-height: 70px; }
  .brand-copy { display: none; }
  .brand { min-width: 72px; margin-inline-end: auto; }
  .brand-mark { width: 66px; height: 52px; }
  .menu-button { display: block; order: 2; }
  .main-nav { display: none; position: absolute; top: 70px; inset-inline: 14px; padding: 10px; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a, .main-nav a:nth-child(5), .main-nav a:nth-child(6) { display: block; padding: 12px 15px; }
  .main-nav a::after { display: none; }
  .nav-actions { order: 1; }
  .nav-actions .button { display: none; }
  .hero { min-height: auto; padding: 125px 0 65px; }
  .hero-content { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(36px,10vw,55px); }
  .countdown-card { max-width: 520px; }
  .quick-grid { grid-template-columns: repeat(2,1fr); }
  .quick-grid > div { min-height: 88px; border-bottom: 1px solid var(--line); }
  .split-layout, .registration-layout, .faq-layout { grid-template-columns: 1fr; gap: 50px; }
  .registration-copy { position: static; }
  .media-stack { max-width: 560px; margin-inline: auto; min-height: 500px; }
  .media-stack img { height: 450px; }
  .media-note { inset-inline-start: 15px; }
  .program-heading, .gallery-heading { display: block; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 280px 210px 210px; }
  .gallery-1 { grid-column: 1 / 3; grid-row: 1; }
  .gallery-4 { grid-column: 1 / 3; }
  .participation-grid { grid-template-columns: 1fr; max-width: 580px; margin-inline: auto; }
  .participation-grid article.featured { transform: none; }
  .contact-items { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
  .floating-cta { display: flex; }
  .daily-news { padding: 62px 0 70px; }
  .breaking-ticker { width: calc(100% - 28px); margin-bottom: 30px; }
  .news-section-head { align-items: start; }
  .news-stage-wrap.with-side { grid-template-columns: 1fr; }
  .news-stage { min-height: 520px; }
  .news-side-list { display: grid; grid-template-columns: 1fr 1fr; }
  .news-side-list button { min-height: 92px; }
  .news-multi { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .news-multi-card { flex: 0 0 78%; scroll-snap-align: center; }
  .news-archive-grid { grid-template-columns: 1fr 1fr; }
  .article-hero { min-height: 570px; }
  .article-layout { grid-template-columns: 1fr; gap: 35px; }
  .article-related { position: static; }
  .admin-layout { grid-template-columns: 1fr; }
  .admin-sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; align-items: start; }
  .admin-panel.sticky { position: static; }
}

@media (max-width: 540px) {
  .container { width: calc(100% - 24px); }
  .section { padding: 65px 0; }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: 38px; line-height: 1.25; letter-spacing: -1px; }
  .hero-lead { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-facts { gap: 14px; }
  .hero-facts > div { width: 100%; }
  .countdown-card { padding: 20px 14px; }
  .countdown strong { font-size: 23px; }
  .quick-grid b { font-size: 25px; }
  .quick-grid span { font-size: 10px; }
  .section-copy h2, .section-heading h2, .registration-copy h2, .contact-band h2 { font-size: 31px; }
  .track-grid { grid-template-columns: 1fr; }
  .media-stack { min-height: 380px; }
  .media-stack img { height: 350px; }
  .media-note { width: calc(100% - 30px); bottom: -18px; }
  .timeline::before { inset-inline-start: 100px; }
  .timeline-item { grid-template-columns: 77px 18px 1fr; gap: 8px; }
  .timeline-item > div:last-child { padding-inline: 13px; }
  .timeline-date span { font-size: 11px; }
  .gallery-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
  .gallery-card, .gallery-5 { display: block; flex: 0 0 83%; height: 270px; scroll-snap-align: center; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .registration-form { padding: 24px 17px; }
  .form-head { align-items: start; flex-direction: column; gap: 5px; }
  .contact-items { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-grid > div:nth-child(3) { display: none; }
  .copyright { flex-direction: column; }
  .breaking-ticker { width: calc(100% - 24px); border-radius: 5px; }
  .breaking-ticker > strong { min-width: 62px; }
  .news-section-head { display: block; }
  .news-stage { min-height: 520px; border-radius: 9px; }
  .news-copy { inset-inline: 22px; bottom: 92px; }
  .news-copy h3 { font-size: 31px; letter-spacing: -.5px; }
  .news-copy p { font-size: 12px; }
  .news-gradient { background: linear-gradient(0deg,color-mix(in srgb,var(--news-gradient,#061d37) 94%,transparent),color-mix(in srgb,var(--news-gradient,#061d37) 38%,transparent) 75%,transparent); }
  .news-controls { inset-inline-start: 16px; bottom: 20px; }.news-counter { inset-inline-end: 16px; bottom: 23px; }
  .news-side-list { display: flex; overflow-x: auto; }.news-side-list button { flex: 0 0 83%; }
  .news-multi-card { flex-basis: 86%; height: 390px; }
  .news-archive-grid { grid-template-columns: 1fr; padding-block: 35px 70px; }.archive-image { height: 230px; }
  .article-hero { min-height: 620px; }.article-hero-copy { padding-bottom: 48px; }.article-hero h1 { font-size: 37px; }.article-hero p { font-size: 13px; }.article-layout { padding-block: 45px; }.article-content { font-size: 15px; }.article-gallery { grid-template-columns: 1fr; }.article-adjacent { grid-template-columns: 1fr; }
  .admin-topbar { align-items: flex-start; flex-direction: column; }.admin-topbar > div:last-child { flex-wrap: wrap; }.admin-layout { width: calc(100% - 18px); }.admin-form-head { align-items: flex-start; flex-direction: column; }.admin-form-head > div:last-child { flex-wrap: wrap; }.admin-row,.admin-row.three { grid-template-columns: 1fr; }.admin-sidebar { grid-template-columns: 1fr; }.admin-panel { padding: 18px; }.admin-upload-preview { height: 240px; }.admin-preview-modal { padding: 12px; }.preview-copy { inset-inline: 20px; bottom: 30px; }.preview-copy h2 { font-size: 29px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .ticker-track { animation: none; }
  .news-slide.is-active .news-image-wrap img { animation: none; }
  .news-progress { display: none; }
}
