@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,500..900&family=Chakra+Petch:wght@400;500;600;700&display=swap");

:root {
    --nitro-green: #009746;
    --nitro-green-dark: #005a3d;
    --nitro-ink: #171918;
    --nitro-muted: #6e7370;
    --nitro-paper: #f6f7f6;
    --theme: #009746;
    --header: #07140f;
    --white: #fff;
}

.nitro-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.nitro-home > .over-wrap > .toolbar-wrap,
.nitro-home > .over-wrap > .tm-menu-box,
.nitro-home > .over-wrap > .tm-top-a-box,
.nitro-home .nitro-replaced { display: none !important; }
.nitro-stage, .nitro-stage * { box-sizing: border-box; }
.nitro-home { overflow-x: hidden; }
.nitro-stage { width: 100%; max-width: 100vw; color: var(--nitro-ink); font-family: "Chakra Petch", sans-serif; overflow: hidden; }
.nitro-stage.nitro-motion-ready .wow:not(.animated) { visibility: hidden !important; opacity: 0; }
.nitro-stage .wow.animated { visibility: visible !important; }
.nitro-container { width: min(1480px, calc(100% - 56px)); margin: 0 auto; }

.nitro-header { position: absolute; z-index: 30; top: 0; left: 0; width: 100%; padding: 0; }
.nitro-header.is-sticky .nitro-topline { display: none; }
.nitro-header.is-sticky .nitro-nav-wrap { position: fixed; z-index: 50; top: 0; left: 50%; width: min(1720px, calc(100% - 32px)); transform: translateX(-50%); animation: nitroHeaderDown .5s ease both; }
@keyframes nitroHeaderDown { from { opacity: 0; transform: translate(-50%,-110%); } to { opacity: 1; transform: translate(-50%,0); } }
.nitro-topline { position: relative; width: min(1720px, calc(100% - 32px)); height: 59px; margin: 0 auto; padding-right:0; padding-left:12px; display: flex; align-items: center; gap: 30px; background:#013e2b; color: #fff; font-size: 14px; font-weight: 700; }
.nitro-topline::before { content: ""; position: absolute; z-index: 0; top: 0; bottom: 0; left: 0; width: 55vw; background: linear-gradient(90deg, #074631, #08734b); clip-path: polygon(0 0,100% 0,96% 100%,0 100%); }
.nitro-topline > * { position:relative; z-index:1; }
.nitro-topline p { margin: 0; }
.nitro-city-brand-wrap { position:relative; align-self:stretch; min-width:min(430px,40vw); display:flex; align-items:center; justify-content:flex-end; margin-left:auto; padding:0 26px 0 70px; overflow:hidden; }
.nitro-city-brand-wrap::before { content:""; position:absolute; inset:0; background:linear-gradient(110deg,rgba(1,62,43,0),rgba(0,42,29,.48) 32%,rgba(0,35,24,.72)); }
.nitro-city-brand { position:relative; z-index:1; display:block; width:min(330px,31vw); height:auto; max-height:32px; object-fit:contain; object-position:right center; }
.nitro-home .nitro-topline { background:#013e2b; }
.nitro-home .nitro-topline::before { width:68%; background:linear-gradient(90deg,#08734b 0%,rgba(8,115,75,.92) 48%,rgba(8,115,75,.48) 72%,rgba(8,115,75,0) 100%); clip-path:none; }
.nitro-home .nitro-city-brand-wrap { padding-right:12px; padding-left:20px; }
.nitro-home .nitro-city-brand-wrap::before { content:none; }
.nitro-social-dots { display: flex; gap: 10px; }
.nitro-social-dots a { width: 35px; height: 35px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #fff; color: var(--nitro-green-dark); font-size: 13px; text-decoration: none; transition: color .25s ease, background-color .25s ease, transform .25s ease; }
.nitro-social-dots a:hover, .nitro-social-dots a:focus { background: var(--nitro-green); color: #fff; text-decoration: none; transform: translateY(-2px); }
.nitro-nav-wrap { width: min(1720px, calc(100% - 32px)); min-height: 88px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; background: #fff; box-shadow: 0 12px 32px rgba(0,0,0,.1); }
.nitro-logo { flex: 0 0 250px; display: flex; align-items: center; gap: 13px; color: var(--nitro-ink); }
.nitro-logo img { display: block; width: 68px; height: 68px; object-fit: cover; object-position: left center; }
.nitro-logo-text { display: flex; flex-direction: column; align-items: flex-start; gap: 0; font-family: "Big Shoulders", sans-serif; font-size: 27px; font-weight: 900; line-height: .91; letter-spacing: .01em; white-space: nowrap; }
.nitro-logo-text > span { display: block; line-height: 1; }
.nitro-logo:hover, .nitro-logo:focus { color: var(--nitro-ink); text-decoration: none; }
.nitro-menu { flex: 1 1 auto; min-width: 0; margin-left: 56px; }
.nitro-menu > ul { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0; padding: 0; list-style: none; }
.nitro-menu li { position: relative; margin: 0; padding: 0; list-style: none; }
.nitro-menu > ul > li > a { display: block; color: #191b1a; font-size: 12px; font-weight: 700; line-height: 88px; text-transform: uppercase; white-space: nowrap; }
.nitro-menu a:hover, .nitro-menu a:focus { color: var(--nitro-green); text-decoration: none; }
.nitro-submenu { position: absolute; top: 80px; left: -18px; width: 230px; margin: 0; padding: 12px 0; background: #fff; box-shadow: 0 18px 40px rgba(0,0,0,.18); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s ease; }
.nitro-submenu a { display: block; padding: 10px 18px; color: var(--nitro-ink); font-size: 12px; font-weight: 600; text-transform: uppercase; }
.nitro-menu li:hover > .nitro-submenu, .nitro-menu li:focus-within > .nitro-submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.nitro-submenu .nitro-submenu--nested { top:-12px; left:calc(100% - 5px); width:245px; transform:translateX(10px); }
.nitro-submenu li:hover > .nitro-submenu--nested,.nitro-submenu li:focus-within > .nitro-submenu--nested { transform:translateX(0); }
.nitro-has-nested > a { padding-right:34px !important; }
.nitro-has-nested > a::after { content:"›"; position:absolute; top:50%; right:15px; color:#009746; font-size:18px; line-height:1; transform:translateY(-50%); }
.nitro-menu > ul > .nitro-has-nested > a::after { content:""; }
.nitro-submenu-toggle { display:none; }
.nitro-menu-toggle { display: block; flex: 0 0 46px; width: 46px; height: 46px; margin-left: 18px; padding: 9px 8px; border: 0; background: transparent; cursor: pointer; }
.nitro-menu-toggle span:not(.nitro-sr-only) { display: block; width: 30px; height: 2px; margin: 6px auto; background: var(--nitro-ink); transition: .25s ease; }

.nitro-hero { --nitro-hero-x: 0px; --nitro-hero-y: 0px; position: relative; min-height: 1000px; padding: 280px 0 270px; color: #fff; overflow: hidden; }
.nitro-hero::before { content: ""; position: absolute; z-index: 0; inset: -2%; background-image: var(--nitro-hero-image); background-position: calc(50% + var(--nitro-hero-x)) calc(50% + var(--nitro-hero-y)); background-size: cover; opacity: 0; transform: scale(.97); transition: background-image .5s ease, background-position .25s ease-out; will-change: transform, opacity; }
.nitro-hero.is-sequencing::before { animation: nitroHeroPhotoIn .8s cubic-bezier(.2,.7,.2,1) .08s both, nitroHeroZoom 9s ease-out .88s both; }
@keyframes nitroHeroPhotoIn { from { opacity: 0; transform: scale(.97); } to { opacity: 1; transform: scale(1); } }
@keyframes nitroHeroZoom { from { transform: scale(1); } to { transform: scale(1.16); } }
.nitro-hero-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(2,15,11,.66) 0%, rgba(0,45,30,.35) 47%, rgba(3,8,7,.64) 100%); opacity: 0; }
.nitro-hero.is-sequencing .nitro-hero-shade { animation: nitroHeroShadeIn .45s ease .48s both; }
@keyframes nitroHeroShadeIn { from { opacity: 0; } to { opacity: 1; } }
.nitro-hero-shade::after { content: ""; position: absolute; inset: 0; opacity: .12; background: url("../../assets/images/triangle-bg.png") center/cover no-repeat; }
.nitro-hero-wave { position: absolute; z-index: 2; inset: 0 auto 0 0; height: 100%; opacity: 0; pointer-events: none; transform: translate3d(-18%,0,0); will-change: transform, opacity; }
.nitro-hero-wave img { display: block; width: auto; max-width: none; height: 100%; filter: hue-rotate(92deg) saturate(.84) brightness(.66); }
.nitro-hero-wave::after { content: ""; position: absolute; z-index: 2; inset: 0; background: radial-gradient(ellipse 47% 58% at 25% 48%, rgba(2,27,20,.96) 0%, rgba(0,48,34,.9) 48%, rgba(0,64,42,.58) 70%, rgba(0,70,45,0) 100%); }
.nitro-hero.is-sequencing .nitro-hero-wave { animation: nitroHeroWaveIn .9s cubic-bezier(.16,.84,.34,1) .7s both; }
@keyframes nitroHeroWaveIn { from { opacity: 0; transform: translate3d(-18%,0,0); } to { opacity: .94; transform: translate3d(0,0,0); } }
.nitro-hero-inner { position: relative; z-index: 3; width: min(1665px, calc(100% - 56px)); min-height: 450px; display: flex; align-items: flex-end; }
.nitro-hero-copy { width: min(860px, 68%); transition: opacity .25s ease, transform .25s ease-out; }
.nitro-hero.is-changing .nitro-hero-copy { opacity: .05; transform: translate3d(0,24px,0); }
.nitro-hero-copy > *, .nitro-hero-word, .nitro-hero-thumbs { opacity: 0; }
.nitro-hero.is-sequencing .nitro-eyebrow { animation: nitroHeroTextIn .7s ease 1.1s both; }
.nitro-hero.is-sequencing .nitro-hero-copy h1 { animation: nitroHeroTextIn .8s ease 1.3s both; }
.nitro-hero.is-sequencing .nitro-hero-lead { animation: nitroHeroTextIn .75s ease 1.5s both; }
.nitro-hero.is-sequencing .nitro-actions { animation: nitroHeroTextIn .75s ease 1.7s both; }
.nitro-hero.is-sequencing .nitro-hero-word { animation: nitroHeroWordIn .8s ease 1.7s both; }
.nitro-hero.is-sequencing .nitro-hero-thumbs { animation: nitroHeroTextIn .7s ease 1.9s both; }
@keyframes nitroHeroTextIn { from { opacity: 0; transform: translate3d(0,42px,0); } to { opacity: 1; transform: translate3d(0,0,0); } }
@keyframes nitroHeroWordIn { from { opacity: 0; transform: translate3d(45px,0,0); } to { opacity: 1; transform: translate3d(0,0,0); } }
.nitro-eyebrow, .nitro-kicker { margin: 0 0 24px; font-size: 17px; font-weight: 700; letter-spacing: .32em; text-transform: uppercase; }
.nitro-hero h1, .nitro-about h2, .nitro-section-head h2 { margin: 0; font-family: "Big Shoulders", sans-serif; font-weight: 800; line-height: .96; text-transform: uppercase; }
.nitro-hero h1 { max-width: 920px; font-size: clamp(70px, 6.3vw, 108px); color: #fff; }
.nitro-title-char { display: inline-block; opacity: 0; animation: nitroTitleChar .85s cubic-bezier(.16,.84,.34,1) forwards; }
@keyframes nitroTitleChar { from { opacity: 0; transform: translate3d(60px,0,0) rotateX(15deg); } to { opacity: 1; transform: translate3d(0,0,0) rotateX(0); } }
.nitro-hero-lead { max-width: 745px; margin-top: 30px; font-size: 15px; font-weight: 600; line-height: 1.75; text-transform: uppercase; }
.nitro-hero-lead:empty { display: none; }
.nitro-actions { display: flex; gap: 24px; margin-top: 48px; }
.nitro-btn { position: relative; z-index: 1; display: inline-flex; min-height: 48px; height: auto; padding: 0 30px; align-items: center; justify-content: center; gap: 10px; overflow: hidden; border: 1px solid transparent; font-size: 12px; font-weight: 700; line-height: 48px; letter-spacing: .02em; text-transform: uppercase; transition: .25s ease; }
.nitro-stage .theme-btn::before { content: ""; position: absolute; z-index: -1; top: -10px; left: 50%; width: 0; height: 0; border-radius: 50%; background: var(--nitro-ink); transform: translate(-50%, -50%); transition: width .8s ease, height .8s ease; }
.nitro-stage .theme-btn.bg-white::before { background: var(--nitro-green); }
.nitro-stage .theme-btn:hover::before, .nitro-stage .theme-btn:focus::before { width: 800px; height: 800px; }
.nitro-stage .theme-btn i { transition: transform .35s ease; }
.nitro-stage .theme-btn:hover i { animation: nitroArrow .45s ease; }
@keyframes nitroArrow { 49% { transform: translate(100%, -100%); } 50% { opacity: 0; transform: translate(-100%, 100%); } 100% { opacity: 1; transform: translate(0, 0); } }
.nitro-btn:hover, .nitro-btn:focus { color: #fff; text-decoration: none; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,0,0,.16); }
.nitro-btn--green { background: var(--nitro-green); color: #fff; }
.nitro-btn--green:hover { background: #007d3b; }
.nitro-btn--light { background: #fff; color: var(--nitro-ink); }
.nitro-btn--light:hover { background: var(--nitro-ink); color: #fff; }
.nitro-hero-word { position: absolute; z-index: 2; right: 5%; top: 145px; width: 240px; height: 460px; display: flex; align-items: center; justify-content: center; overflow: visible; color: rgba(255,255,255,.12); font-family: "Big Shoulders", sans-serif; font-weight: 900; letter-spacing: -.04em; text-transform: uppercase; transition: transform .25s ease-out; }
.nitro-hero-word-inner { display: block; flex: 0 0 480px; width: 480px; transform: rotate(90deg); transform-origin: center; text-align: center; white-space: nowrap; }
.nitro-hero-word-inner b { display: block; font-size: clamp(86px, 6vw, 124px); font-weight: 900; line-height: .68; }
.nitro-hero-word-inner b:last-child { color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.32); }
.nitro-hero-thumbs { position: absolute; z-index: 4; right: 4%; bottom: -40px; display: flex; gap: 16px; padding: 20px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.12); backdrop-filter: blur(30px); }
.nitro-hero-thumbs button { width: 100px; height: 100px; padding: 0; overflow: hidden; border: 2px solid transparent; background: #111; cursor: pointer; transition: .3s ease; }
.nitro-hero-thumbs button:hover, .nitro-hero-thumbs button.is-active { border-color: var(--nitro-green); transform: translateY(-4px); }
.nitro-hero-thumbs img { width: 100%; height: 100%; object-fit: cover; }

.nitro-next-match { position: relative; z-index: 5; width: min(1480px, calc(100% - 72px)); height: 220px; min-height: 220px; margin: -145px auto 0; display: grid; grid-template-columns: 1.12fr 1fr 1fr; color: #fff; filter: drop-shadow(0 24px 28px rgba(0,0,0,.18)); }
.nitro-match-side, .nitro-match-teams { height: 220px; min-height: 220px; display: flex; align-items: center; justify-content: center; }
.nitro-match-side { padding: 25px; flex-direction: column; text-align: center; background: #232522; }
.nitro-match-side--date { gap: 17px; padding: 25px 28px 25px 58px; background: linear-gradient(rgba(33,35,32,.94),rgba(33,35,32,.94)), url("../img/home-1/tickets-box-bg.png") center/cover; clip-path: polygon(15% 0,100% 0,100% 100%,15% 100%,0 54%); }
.nitro-match-side--venue { align-items: flex-start; padding-right: 44px; padding-left: 44px; background: #252724; text-align: left; clip-path: polygon(0 0,85% 0,100% 54%,85% 100%,0 100%); }
.nitro-match-side span { font-family: "Big Shoulders", sans-serif; font-size: 30px; font-weight: 800; line-height: 1; text-transform: uppercase; }
.nitro-match-side > strong { font-family: "Big Shoulders", sans-serif; font-size: 38px; line-height: 1.05; }
.nitro-match-side p { margin: 8px 0 0; font-size: 14px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.nitro-match-date-heading { text-align: center; }
.nitro-match-countdown { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; width: min(100%, 390px); align-items: start; color: #fff; }
.nitro-match-countdown div { min-width: 52px; text-align: center; }
.nitro-match-countdown strong { display: block; font-family: "Big Shoulders", sans-serif; font-size: 38px; font-variant-numeric: tabular-nums; font-weight: 800; line-height: .88; }
.nitro-match-countdown small { display: block; margin-top: 8px; color: rgba(255,255,255,.72); font-size: 9px; font-weight: 800; letter-spacing: .12em; line-height: 1; }
.nitro-match-countdown i { padding-top: 1px; color: var(--nitro-green); font-family: "Big Shoulders", sans-serif; font-size: 32px; font-style: normal; font-weight: 800; line-height: .8; }
.nitro-match-side .nitro-btn { min-height: 42px; padding: 0 21px; }
.nitro-match-side--venue .nitro-match-ticket { margin-top:18px; }
.nitro-match-teams { gap: 22px; padding: 20px; background: #efefef; color: var(--nitro-ink); }
.nitro-match-teams div { max-width: 130px; text-align: center; }
.nitro-match-teams img { display: block; width: 92px; height: 92px; margin: 0 auto 8px; object-fit: contain; }
.nitro-match-teams span { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.nitro-match-teams b { font-family: "Big Shoulders", sans-serif; font-size: 48px; }

.nitro-last-score { position: relative; z-index: 3; min-height: 500px; margin-top: 72px; display: flex; align-items: center; overflow: hidden; background: #252724 url("../img/home-3/score-bg.jpg") center/cover no-repeat; color: #fff; box-shadow: 0 -16px 38px rgba(0,0,0,.07), 0 18px 42px rgba(0,0,0,.1); }
.nitro-last-score::before { content: ""; position: absolute; z-index: 0; inset: 0; background: rgba(37,39,36,.7); pointer-events: none; }
.nitro-last-score::after { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, rgba(37,39,36,.4) 0%, rgba(37,39,36,.84) 23%, #252724 35%, #252724 65%, rgba(37,39,36,.84) 77%, rgba(37,39,36,.4) 100%); pointer-events: none; }
.nitro-last-score-shape { position: absolute; z-index: 1; top: 0; bottom: 0; width: 34%; background: none; pointer-events: none; }
.nitro-last-score-shape::before, .nitro-last-score-shape::after { content: ""; position: absolute; }
.nitro-last-score-shape--left { left: 0; }
.nitro-last-score-shape--left::before { top: 0; left: 11%; width: 78%; height: 50%; background: #f5f6f5; clip-path: polygon(0 0,100% 0,50% 100%); }
.nitro-last-score-shape--left::after { bottom: 0; left: 11%; width: 78%; height: 50%; background: var(--nitro-green); clip-path: polygon(50% 0,100% 100%,0 100%); }
.nitro-last-score-shape--right { right: 0; }
.nitro-last-score-shape--right::before { top: 0; right: 11%; width: 78%; height: 50%; background: var(--nitro-green); clip-path: polygon(0 0,100% 0,50% 100%); }
.nitro-last-score-shape--right::after { right: 11%; bottom: 0; width: 78%; height: 50%; background: #f5f6f5; clip-path: polygon(50% 0,100% 100%,0 100%); }
.nitro-last-score-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(190px,280px) minmax(0,1fr) minmax(190px,280px); gap: 50px; align-items: center; padding-top: 72px; padding-bottom: 72px; }
.nitro-last-score-logo { position: relative; display: flex; min-height: 260px; align-items: center; justify-content: center; }
.nitro-last-score-logo::before { content: ""; position: absolute; width: 245px; height: 245px; border: 1px solid rgba(0,0,0,.08); border-radius: 50%; background: #fff; box-shadow: 0 20px 45px rgba(0,0,0,.2); }
.nitro-last-score-logo img { position: relative; z-index: 1; display: block; width: 180px; height: 180px; object-fit: contain; filter: drop-shadow(0 18px 24px rgba(0,0,0,.22)); transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.nitro-last-score-logo:hover img { transform: scale(1.06) rotate(-2deg); }
.nitro-last-score-content { text-align: center; }
.nitro-last-score-kicker { margin: 0 0 24px; color: var(--nitro-green); font-size: 13px; font-weight: 800; letter-spacing: .32em; text-transform: uppercase; }
.nitro-last-score-main { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); gap: 28px; align-items: center; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.2); }
.nitro-last-score-main h3 { width: min(100%,190px); margin: 0; color: #fff; font-family: "Big Shoulders", sans-serif; font-size: clamp(27px,2.2vw,42px); font-weight: 800; line-height: .9; text-wrap: balance; overflow-wrap: break-word; text-transform: uppercase; }
.nitro-last-score-main h3:first-child { justify-self: end; text-align: right; }
.nitro-last-score-main h3:last-child { justify-self: start; text-align: left; }
.nitro-last-score-result { display: flex; align-items: center; justify-content: center; gap: 7px; }
.nitro-last-score-result span { display: inline-flex; width: 82px; height: 82px; align-items: center; justify-content: center; background: var(--nitro-green); font-family: "Big Shoulders", sans-serif; font-size: 54px; font-weight: 900; line-height: 1; box-shadow: 0 14px 30px rgba(0,151,70,.18); }
.nitro-last-score-result span:last-child { background: rgba(255,255,255,.1); }
.nitro-last-score-result i { color: rgba(255,255,255,.62); font-family: "Big Shoulders", sans-serif; font-size: 42px; font-style: normal; font-weight: 900; }
.nitro-last-score-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 30px; margin-top: 26px; }
.nitro-last-score-meta span { position: relative; color: rgba(255,255,255,.76); font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.nitro-last-score-meta span + span::before { content: ""; position: absolute; left: -16px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: var(--nitro-green); transform: translateY(-50%); }
.nitro-last-score-periods { margin: 15px 0 0; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 700; text-transform: uppercase; }

.nitro-about { position: relative; padding: 112px 0 96px; background: #fff; }
.nitro-about .nitro-container { width: min(1680px, calc(100% - 96px)); }
.nitro-about-shape { position: absolute; z-index: 0; pointer-events: none; background-repeat: no-repeat; background-size: contain; opacity: .38; }
.nitro-about-shape--left { top: 0; left: 0; width: 240px; height: 100%; background-image: url("../img/home-1/about/left-shape.png"); background-position: left top; }
.nitro-about-shape--right { top: 0; right: 0; width: 250px; height: 100%; background-image: url("../img/home-1/about/right-shape.png"); background-position: right center; }
.nitro-about .nitro-container { position: relative; z-index: 1; }
.nitro-about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
.nitro-about-visual { position: relative; min-height: 720px; }
.nitro-vertical-label { position: absolute; left: -54px; top: 40px; color: #f2f3f2; font-family: "Big Shoulders", sans-serif; font-size: 112px; font-weight: 900; line-height: 1; writing-mode: vertical-rl; transform: rotate(180deg); }
.nitro-about-main-image { position: absolute; z-index: 1; left: 20px; top: 10px; width: 92%; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.nitro-about-main-image img { display: block; width: 100%; height: auto; }
.nitro-about-visual:hover .nitro-about-main-image { transform: scale(1.035) rotate(-1deg); }
.nitro-about-small-image { position: absolute; z-index: 2; right: -10px; bottom: 12px; width: 42%; }
.nitro-about-small-image img { display: block; width: 100%; height: auto; }
.nitro-about-copy { padding-top: 20px; }
.nitro-kicker { margin-bottom: 20px; padding-top: 12px; border-top: 1px solid rgba(0,151,70,.5); }
.nitro-about h2 { max-width: 720px; font-size: clamp(44px, 3.5vw, 58px); line-height: 1.02; }
.nitro-about h2 span { color: var(--nitro-ink); }
.nitro-section-head h2 span { color: var(--nitro-green); }
.nitro-about-copy > p:not(.nitro-kicker) { max-width: 760px; margin: 32px 0 28px; color: #3f4542; font-size: 15px; line-height: 1.75; }
.nitro-about-list { margin: 0 0 30px; padding: 0; list-style: none; }
.nitro-about-list li { display: flex; gap: 12px; margin: 18px 0; color: #555b58; font-size: 12px; line-height: 1.5; }
.nitro-about-list i { margin-top: 3px; color: var(--nitro-green); }
.nitro-about-list strong { display: block; margin-bottom: 5px; color: var(--nitro-ink); font-size: 16px; }
.nitro-about-list small { display: block; color: #555b58; font-size: 13px; font-weight: 500; line-height: 1.55; text-transform: uppercase; }

.nitro-ranking { position: relative; overflow: hidden; padding: 62px 0 68px; background: #164b35 url("../img/home-3/ranking/ranking-bg.jpg") center/cover no-repeat; background-blend-mode: multiply; color: #fff; }
.nitro-ranking::before { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(112deg,rgba(8,52,38,.91) 0%,rgba(20,89,53,.82) 48%,rgba(31,105,48,.9) 100%); }
.nitro-ranking .nitro-container { position: relative; z-index: 2; width: min(1500px,calc(100% - 56px)); }
.nitro-ranking-word { position: absolute; z-index: 1; top: 50%; right: -34px; color: rgba(255,255,255,.045); font-family: "Big Shoulders",sans-serif; font-size: clamp(86px,9vw,150px); font-weight: 900; letter-spacing: .03em; line-height: 1; writing-mode: vertical-rl; transform: translateY(-50%); }
.nitro-ranking-shape { position: absolute; z-index: 1; pointer-events: none; opacity: .16; }
.nitro-ranking-shape--one { top: -22%; left: 19%; width: 36%; height: 82%; background: #fff; clip-path: polygon(0 0,100% 15%,42% 100%); }
.nitro-ranking-shape--two { right: 10%; bottom: -32%; width: 46%; height: 84%; background: #00a651; clip-path: polygon(32% 0,100% 12%,56% 100%,0 72%); }
.nitro-ranking-heading { position: relative; margin-bottom: 28px; text-align: center; }
.nitro-ranking-heading p { margin: 0 0 10px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 800; letter-spacing: .28em; text-transform: uppercase; }
.nitro-ranking-heading h2 { margin: 0; color: #fff; font-family: "Big Shoulders",sans-serif; font-size: clamp(40px,3.4vw,54px); font-weight: 800; line-height: .95; text-transform: uppercase; }
.nitro-ranking-heading h2 span { color: #fff; font-weight: 900; }
.nitro-ranking-layout { display: grid; grid-template-columns: minmax(0,1fr) 285px; gap: 28px; align-items: start; }
.nitro-ranking-table-wrap { min-width: 0; border: 1px solid rgba(255,255,255,.2); box-shadow: 0 24px 55px rgba(0,28,18,.22); }
.nitro-ranking-scroll { overflow-x: auto; scrollbar-color: rgba(255,255,255,.65) rgba(0,0,0,.18); scrollbar-width: thin; }
.nitro-ranking-table { width: 100%; min-width: 960px; border-collapse: collapse; table-layout: fixed; color: #fff; }
.nitro-ranking-table th,.nitro-ranking-table td { padding: 8px 9px; border-right: 1px solid rgba(255,255,255,.32); text-align: center; vertical-align: middle; }
.nitro-ranking-table th:last-child,.nitro-ranking-table td:last-child { border-right: 0; }
.nitro-ranking-table thead { background: rgba(10,55,38,.72); }
.nitro-ranking-table th { height: 48px; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.nitro-ranking-table tbody tr { background: rgba(6,38,29,.32); transition: background-color .3s ease; }
.nitro-ranking-table tbody tr:nth-child(odd) { background: rgba(255,255,255,.14); }
.nitro-ranking-table tbody tr:hover { background: rgba(255,255,255,.22); }
.nitro-ranking-table tbody tr.is-jkh { background: rgba(0,166,81,.42); box-shadow: inset 5px 0 0 #fff; }
.nitro-ranking-table td { height: 40px; font-size: 11px; font-weight: 700; }
.nitro-ranking-table th:nth-child(1),.nitro-ranking-table td:nth-child(1) { width: 70px; }
.nitro-ranking-table th:nth-child(2),.nitro-ranking-table td:nth-child(2) { width: 260px; text-align: left; }
.nitro-ranking-table th:nth-child(2) { text-align: center; }
.nitro-ranking-table td:nth-child(2) { font-size: 12px; font-weight: 800; }
.nitro-ranking-aside { display: flex; flex-direction: column; gap: 20px; }
.nitro-ranking-photo { flex: none; width: 100%; height: 452px; min-height: 0; background-position: 68% center; background-size: cover; box-shadow: 0 24px 55px rgba(0,28,18,.24); transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.nitro-ranking-aside:hover .nitro-ranking-photo { transform: translateY(-7px); }
.nitro-ranking-aside .nitro-btn { align-self: flex-end; min-width: 190px; }

.nitro-achievements { position: relative; overflow: hidden; margin: 0; padding: 74px 0 68px; background: #f5f6f5; }
.nitro-achievements::before { content: ""; position: absolute; z-index: 0; inset: 0 0 auto; height: 330px; background: linear-gradient(115deg,#052f25 0%,#073b2d 50%,#162823 100%); }
.nitro-achievements::after { content: ""; position: absolute; z-index: 0; top: 0; left: 0; width: 62%; height: 330px; background: linear-gradient(118deg,rgba(255,255,255,.045),transparent 57%),linear-gradient(138deg,transparent 44%,rgba(0,151,78,.12) 44%,rgba(0,151,78,.02) 68%,transparent 68%); pointer-events: none; }
.nitro-achievements .nitro-container { position: relative; z-index: 2; width: min(1500px,calc(100% - 56px)); }
.nitro-achievements-word { position: absolute; z-index: 1; top: -8px; right: -14px; color: rgba(255,255,255,.035); font-family: "Big Shoulders",sans-serif; font-size: clamp(120px,15vw,235px); font-weight: 900; line-height: .82; text-transform: uppercase; writing-mode: vertical-rl; pointer-events: none; }
.nitro-achievements-heading { margin-bottom: 44px; text-align: left; }
.nitro-achievements-heading p { margin: 0 0 10px; color: #63d49a; font-size: 12px; font-weight: 800; letter-spacing: .3em; text-transform: uppercase; }
.nitro-achievements-heading h2 { margin: 0; color: #fff; font-family: "Big Shoulders",sans-serif; font-size: clamp(48px,4.2vw,68px); font-weight: 800; line-height: .95; text-transform: uppercase; }
.nitro-achievements-heading h2 span { color: #fff; font-weight: 900; }
.nitro-achievements-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 22px; align-items: start; }
.nitro-achievement { --achievement-color: var(--nitro-green); position: relative; isolation: isolate; min-width: 0; height: 300px; overflow: hidden; background: #fff; text-align: center; filter: drop-shadow(0 17px 18px rgba(12,28,20,.12)); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 238 232'%3E%3Cpath d='M237.839 0H119.019H.161C-5.079 194.525 118.981 232 118.981 232S243.079 194.525 237.839 0Z'/%3E%3C/svg%3E") center/100% 100% no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 238 232'%3E%3Cpath d='M237.839 0H119.019H.161C-5.079 194.525 118.981 232 118.981 232S243.079 194.525 237.839 0Z'/%3E%3C/svg%3E") center/100% 100% no-repeat; transition: transform .5s cubic-bezier(.2,.75,.2,1),filter .45s ease; }
.nitro-achievement:hover { transform: translateY(-11px); filter: drop-shadow(0 25px 24px rgba(12,28,20,.2)); }
.nitro-achievement-symbol { position: relative; z-index: 1; height: 112px; margin: 13px 14px 0; overflow: hidden; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg,#edf2ef 0%,#fff 48%,#e3ebe6 100%); color: var(--achievement-color); clip-path: polygon(0 0,100% 0,96% 100%,4% 100%); transition: transform .75s cubic-bezier(.2,.7,.2,1),filter .45s ease; }
.nitro-achievement-symbol::before,.nitro-achievement-symbol::after { content: ""; position: absolute; border: 1px solid currentColor; border-radius: 50%; opacity: .13; }
.nitro-achievement-symbol::before { width: 145px; height: 145px; }
.nitro-achievement-symbol::after { width: 82px; height: 82px; }
.nitro-achievement-symbol > span { position: absolute; right: 9px; bottom: -13px; color: currentColor; font-family: "Big Shoulders",sans-serif; font-size: 72px; font-weight: 900; line-height: 1; opacity: .09; }
.nitro-achievement:hover .nitro-achievement-symbol { transform: scale(1.035); filter: saturate(1.08); }
.nitro-achievement h3 { position: relative; z-index: 2; min-height: 51px; margin: 12px 15px 0; color: var(--nitro-ink); font-family: "Big Shoulders",sans-serif; font-size: 22px; font-weight: 900; line-height: .95; text-transform: uppercase; }
.nitro-achievement-badge { position: absolute; z-index: 1; right: 19px; bottom: 0; left: 19px; height: 83px; display: flex; align-items: center; justify-content: center; background: var(--achievement-color); clip-path: polygon(8% 0,92% 0,78% 70%,50% 100%,22% 70%); }
.nitro-achievement-badge > i { margin-bottom: 17px; color: #fff; font-size: 34px; filter: drop-shadow(0 5px 7px rgba(0,0,0,.2)); transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.nitro-achievement-stars { position: relative; z-index: 2; display: flex; min-height: 0; align-items: center; justify-content: center; gap: 9px; margin: 0; color: var(--achievement-color); font-size: 21px; line-height: 1; white-space: nowrap; filter: drop-shadow(0 4px 5px rgba(20,35,27,.12)); transition: transform .45s ease; }
.nitro-achievement:hover .nitro-achievement-stars { transform: scale(1.12); }
.nitro-achievement:hover .nitro-achievement-badge > i { transform: translateY(-3px) rotateY(180deg); }
.nitro-achievement--gold { --achievement-color: #c8a126; }
.nitro-achievement--silver { --achievement-color: #8c969c; }
.nitro-achievement--bronze { --achievement-color: #a5673f; }
.nitro-achievement--green { --achievement-color: #00974e; }
.nitro-achievement--black { --achievement-color: #202321; }

.nitro-news { position: relative; padding: 100px 0 120px; background: var(--nitro-paper); }
.nitro-news .nitro-container { position: relative; z-index: 1; width: min(1380px, calc(100% - 56px)); }
.nitro-news::before { content: "NAJNOWSZE NEWSY"; position: absolute; z-index: 0; top: 24px; left: 50%; transform: translateX(-50%); color: rgba(20,24,22,.055); font-family: "Big Shoulders", sans-serif; font-size: clamp(92px, 12vw, 184px); font-weight: 900; letter-spacing: -.035em; line-height: 1; white-space: nowrap; pointer-events: none; }
.nitro-news--academy { padding-top: 105px; padding-bottom: 64px; background: #fff; border-top: 1px solid rgba(17,83,59,.08); }
.nitro-news--academy::before { content: "AKADEMIA JKH"; color: rgba(0,151,78,.055); }
.nitro-news--academy + .nitro-about { padding-top: 64px; }
.nitro-section-head { position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.nitro-section-head h2 { font-size: clamp(40px, 3.8vw, 50px); }
.nitro-news-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 24px; }
.nitro-news-card { min-width: 0; overflow: hidden; background: #fff; box-shadow: 0 10px 32px rgba(21,30,25,.04); transition: transform .4s ease, box-shadow .4s ease; }
.nitro-news-card:hover { transform: translateY(-8px); box-shadow: 0 22px 45px rgba(21,30,25,.13); }
.nitro-news-card:nth-child(1) { grid-column: 1; grid-row: 1 / 3; }
.nitro-news-card:nth-child(2) { grid-column: 2; grid-row: 1 / 3; }
.nitro-news-card:nth-child(3) { grid-column: 3; grid-row: 1; }
.nitro-news-card:nth-child(4) { grid-column: 3; grid-row: 2; }
.nitro-news-image { display:block; width:100%; height:auto; aspect-ratio:3/2; overflow:hidden; background:#dfe5e2; }
.nitro-news-image img { display:block; width:100%; height:100%; object-fit:cover; object-position:center; transition:transform .75s cubic-bezier(.2,.7,.2,1); }
.nitro-news-card:hover .nitro-news-image img { transform:scale(1.06); }
.nitro-news-content { padding: 22px 24px 26px; }
.nitro-news-meta { display: flex; flex-wrap: wrap; gap: 16px; color: #646b67; font-size: 12px; font-weight: 600; line-height: 1.35; text-transform: uppercase; }
.nitro-news-meta span { display: inline-flex; align-items: center; gap: 6px; }
.nitro-news-card h3 { margin: 14px 0 18px; font-family: "Big Shoulders", sans-serif; font-size: 26px; font-weight: 800; line-height: 1.05; text-transform: uppercase; }
.nitro-news-card h3 a { color: var(--nitro-ink); }
.nitro-news-card h3 a:hover { color: var(--nitro-green); text-decoration: none; }
.nitro-read-more { display: inline-flex; align-items: center; gap: 7px; color: var(--nitro-green); font-size: 13px; font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.nitro-news-card:nth-child(n+3) { display: grid; grid-template-columns: 0 1fr; }
.nitro-news-card:nth-child(n+3) .nitro-news-image { width:0; height:0; aspect-ratio:auto; }
.nitro-news-card:nth-child(n+3) .nitro-news-content { padding: 24px 28px; }

/* Custom cursor and micro-interactions used by the original Nitro demo. */
.nitro-stage .mouseCursor { position: fixed; z-index: 99999; top: 0; left: 0; pointer-events: none; opacity: 0; border-radius: 50%; transform: translate3d(-100px,-100px,0); transition: width .25s ease, height .25s ease, margin .25s ease, background-color .25s ease, border-color .25s ease, opacity .2s ease; }
.nitro-stage .mouseCursor.is-visible { opacity: 1; }
.nitro-stage .cursor-inner { width: 7px; height: 7px; margin: -3px 0 0 -3px; background: var(--nitro-green); }
.nitro-stage .cursor-outer { width: 34px; height: 34px; margin: -17px 0 0 -17px; border: 1px solid rgba(0,151,70,.8); transition: transform .08s linear, width .25s ease, height .25s ease, margin .25s ease, opacity .2s ease; }
.nitro-stage .cursor-inner.cursor-hover { width: 42px; height: 42px; margin: -21px 0 0 -21px; background: rgba(0,151,70,.18); }
.nitro-stage .cursor-outer.cursor-hover { width: 54px; height: 54px; margin: -27px 0 0 -27px; border-color: rgba(0,151,70,.25); }

@media (prefers-reduced-motion: reduce) {
    .nitro-stage *, .nitro-stage *::before, .nitro-stage *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
    .nitro-stage .mouseCursor { display: none; }
}

@media (min-width: 1200px) and (max-width: 1320px) {
    .nitro-nav-wrap { padding: 0 14px; }
    .nitro-logo { flex-basis: 205px; }
    .nitro-logo-text { font-size: 24px; }
    .nitro-menu { margin-left: 50px; }
    .nitro-menu > ul { gap: 8px; }
    .nitro-menu > ul > li > a { font-size: 10px; }
    .nitro-menu-toggle { margin-left: 13px; }
}

@media (min-width: 1500px) {
    .nitro-logo { flex-basis: 270px; }
    .nitro-menu { margin-left: 95px; }
    .nitro-menu > ul > li > a { font-size: 12px; }
}

@media (max-width: 1199px) {
    .nitro-header { padding: 0 12px; }
    .nitro-menu-toggle { display: block; margin-left: auto; }
    .nitro-menu { position: absolute; top: 147px; left: 16px; right: 16px; max-height: 0; overflow: hidden; margin: 0; background: #fff; box-shadow: 0 18px 35px rgba(0,0,0,.18); transition: max-height .35s ease; }
    .nitro-header.is-sticky .nitro-menu { position: fixed; top: 88px; }
    .nitro-menu.is-open { max-height: 70vh; overflow-y: auto; }
    .nitro-menu > ul { display: block; width: auto; padding: 10px 20px 18px; }
    .nitro-menu > ul > li > a { line-height: 42px; font-size: 12px; }
    .nitro-submenu { position: static; display: none; width: auto; padding: 0 0 8px 14px; opacity: 1; visibility: visible; transform: none; box-shadow: none; }
    .nitro-submenu .nitro-submenu--nested { position:static; width:auto; padding:0 0 6px 14px; transform:none; }
    .nitro-menu li.is-submenu-open > .nitro-submenu { display:block; }
    .nitro-menu li.nitro-has-submenu > a,.nitro-menu li.nitro-has-nested > a { padding-right:48px !important; }
    .nitro-has-nested > a::after { display:none; }
    .nitro-submenu-toggle { position:absolute; z-index:2; top:3px; right:0; width:38px; height:38px; display:flex; align-items:center; justify-content:center; padding:0; border:0; background:#f1f6f3; color:#087344; cursor:pointer; }
    .nitro-submenu .nitro-submenu-toggle { top:2px; right:4px; width:34px; height:34px; }
    .nitro-submenu-toggle i { transition:transform .25s ease; }
    .is-submenu-open > .nitro-submenu-toggle i { transform:rotate(180deg); }
    .nitro-submenu .is-submenu-open > .nitro-submenu-toggle i { transform:rotate(90deg); }
    .nitro-hero { min-height: 880px; padding: 230px 0 185px; }
    .nitro-hero-word, .nitro-hero-thumbs { display: none; }
    .nitro-achievements::before, .nitro-achievements::after { height: 315px; }
    .nitro-achievements-grid { grid-template-columns: repeat(3,minmax(0,270px)); justify-content: center; row-gap: 28px; }
}

@media (max-width: 1180px) {
    .nitro-menu > ul { gap: 13px; }
    .nitro-menu > ul > li > a { font-size: 10px; }
    .nitro-logo { flex-basis: 180px; }
    .nitro-logo-text { font-size: 22px; }
}

@media (max-width: 960px) {
    .nitro-header { padding: 0 12px; }
    .nitro-city-brand-wrap { display:none; }
    .nitro-topline { height: 40px; }
    .nitro-social-dots a { width: 18px; height: 18px; font-size: 9px; }
    .nitro-nav-wrap { min-height: 68px; }
    .nitro-menu { top: 108px; }
    .nitro-header.is-sticky .nitro-menu { top: 68px; }
    .nitro-hero { min-height: 760px; padding: 165px 0 145px; }
    .nitro-hero-wave { right: 18%; }
    .nitro-hero-wave img { width: 100%; height: 100%; object-fit: fill; }
    .nitro-hero-copy { width: 84%; }
    .nitro-next-match { width: calc(100% - 32px); height: auto; grid-template-columns: 1fr 1.2fr; }
    .nitro-match-side--date { padding-left: 44px; }
    .nitro-match-side--venue { grid-column: 1 / 3; min-height: 145px; align-items: center; text-align: center; clip-path: none; padding-left: 25px; }
    .nitro-last-score-grid { grid-template-columns: 150px minmax(0,1fr) 150px; gap: 22px; }
    .nitro-last-score { margin-top: 50px; }
    .nitro-last-score-logo { min-height: 170px; }
    .nitro-last-score-logo::before { width: 150px; height: 150px; }
    .nitro-last-score-logo img { width: 108px; height: 108px; }
    .nitro-last-score-main { gap: 14px; }
    .nitro-last-score-result span { width: 62px; height: 68px; font-size: 44px; }
    .nitro-about-grid { gap: 42px; }
    .nitro-about-visual { min-height: 430px; }
    .nitro-about .nitro-container { width: min(100% - 48px,1680px); }
    .nitro-achievements-grid { grid-template-columns: repeat(2,minmax(0,280px)); }
    .nitro-news-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
    .nitro-news-card:nth-child(n) { grid-column: auto; grid-row: auto; }
    .nitro-news-card:nth-child(n+3) { display: block; }
    .nitro-news-card:nth-child(n+3) .nitro-news-image { width:auto; height:auto; aspect-ratio:3/2; }
    .nitro-ranking-layout { grid-template-columns: minmax(0,1fr) 245px; gap: 22px; }
    .nitro-ranking-photo { height: 452px; min-height: 0; }
}

@media (max-width: 680px) {
    .nitro-container { width: min(100% - 28px, 1180px); }
    .nitro-topline { gap: 14px; font-size: 10px; }
    .nitro-social-dots { gap: 6px; }
    .nitro-social-dots a { width: 15px; height: 15px; font-size: 8px; }
    .nitro-nav-wrap { padding: 0 13px; }
    .nitro-logo { flex-basis: 180px; }
    .nitro-logo img { height: 48px; }
    .nitro-logo-text { font-size: 20px; }
    .nitro-hero { min-height: 720px; padding: 152px 0 115px; background-position: 62% center; }
    .nitro-hero-inner { position: static; }
    .nitro-hero-shade { background: linear-gradient(90deg, rgba(12,25,20,.97), rgba(0,90,61,.88) 65%, rgba(0,70,45,.52)); }
    .nitro-hero-wave { right: -38%; opacity: 0; }
    .nitro-hero.is-sequencing .nitro-hero-wave { animation-name: nitroHeroWaveInMobile; }
    @keyframes nitroHeroWaveInMobile { from { opacity: 0; transform: translate3d(-18%,0,0); } to { opacity: .72; transform: translate3d(0,0,0); } }
    .nitro-hero-inner { align-items: flex-start; }
    .nitro-hero-copy { position: relative; z-index: 2; width: 100%; }
    .nitro-hero h1 { font-size: clamp(46px, 13vw, 58px); }
    .nitro-eyebrow { font-size: 11px; letter-spacing: .2em; }
    .nitro-hero-lead { font-size: 12px; }
    .nitro-actions { flex-direction: column; align-items: flex-start; }
    .nitro-actions .nitro-btn { width: 210px; }
    .nitro-hero-word { display: none; }
    .nitro-hero-thumbs { right: 14px; bottom: -65px; }
    .nitro-hero-thumbs button { width: 54px; height: 50px; }
    .nitro-next-match { margin-top: -45px; grid-template-columns: 1fr; }
    .nitro-match-side, .nitro-match-teams { height: 170px; min-height: 170px; }
    .nitro-match-side--date { height: 210px; min-height: 210px; }
    .nitro-match-side--date, .nitro-match-side--venue { grid-column: auto; padding-right: 25px; padding-left: 25px; clip-path: none; }
    .nitro-match-countdown { width: min(100%, 350px); }
    .nitro-match-countdown strong { font-size: 34px; }
    .nitro-match-countdown div { min-width: 45px; }
    .nitro-last-score { min-height: 0; }
    .nitro-last-score { margin-top: 34px; }
    .nitro-last-score-shape { width: 52%; opacity: .45; }
    .nitro-last-score-grid { grid-template-columns: 1fr 1fr; gap: 16px; padding-top: 65px; padding-bottom: 65px; }
    .nitro-last-score-content { grid-column: 1 / 3; grid-row: 1; }
    .nitro-last-score-logo { grid-row: 2; min-height: 135px; }
    .nitro-last-score-logo::before { width: 125px; height: 125px; }
    .nitro-last-score-logo img { width: 88px; height: 88px; }
    .nitro-last-score-main { grid-template-columns: 1fr; gap: 18px; }
    .nitro-last-score-main h3:first-child, .nitro-last-score-main h3:last-child { justify-self: center; text-align: center; }
    .nitro-last-score-result { grid-row: 2; }
    .nitro-last-score-meta { gap: 9px 18px; }
    .nitro-last-score-meta span + span::before { left: -10px; }
    .nitro-about { padding: 90px 0 80px; }
    .nitro-about .nitro-container { width: min(100% - 28px,1680px); }
    .nitro-about-grid { grid-template-columns: 1fr; gap: 35px; }
    .nitro-about-visual { min-height: 390px; }
    .nitro-vertical-label { left: -26px; font-size: 76px; }
    .nitro-about-small-image { right: 0; }
    .nitro-ranking { padding: 58px 0 66px; }
    .nitro-ranking .nitro-container { width: min(100% - 28px,1500px); }
    .nitro-ranking-heading { margin-bottom: 30px; }
    .nitro-ranking-layout { grid-template-columns: 1fr; }
    .nitro-ranking-photo { height: 360px; min-height: 0; }
    .nitro-ranking-aside .nitro-btn { align-self: flex-start; }
    .nitro-ranking-word { right: -18px; opacity: .7; }
    .nitro-achievements { padding: 62px 0 72px; }
    .nitro-achievements::before, .nitro-achievements::after { height: 275px; }
    .nitro-achievements .nitro-container { width: min(100% - 28px,1500px); }
    .nitro-achievements-heading { margin-bottom: 32px; }
    .nitro-achievements-grid { grid-template-columns: 1fr; gap: 22px; }
    .nitro-achievement { width: min(100%,290px); height: 300px; margin: 0 auto; }
    .nitro-news { padding: 75px 0 90px; }
    .nitro-news--academy { padding-bottom: 48px; }
    .nitro-news--academy + .nitro-about { padding-top: 48px; }
    .nitro-section-head { align-items: flex-start; flex-direction: column; }
    .nitro-news-grid { grid-template-columns: 1fr; }
    .nitro-news-image, .nitro-news-card:nth-child(n+3) .nitro-news-image { height:auto; aspect-ratio:3/2; }
}

@media (prefers-reduced-motion: reduce) {
    .nitro-hero::before, .nitro-hero-shade, .nitro-hero-wave, .nitro-hero-copy > *, .nitro-hero-word, .nitro-hero-thumbs { opacity: 1; animation: none !important; transform: none; }
    .nitro-hero-wave { opacity: .94; }
}
