:root {
--uu: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
--dvo: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
--yxu: #212529;
--mv: #14477d;
--dtc: #4f5a66;
--wla: #7a3a1a;
--scse: #43220f;
--yl: #e6e0d9;
--tc: #ffffff;
--hmbl: #fdf3ed;
--uas: #fef9f6;
--ec: #ece0d6;
--wxk: #e8b53d;
--yz: #d9a070;
--nw: 3 / 2;
--nqiq: 5 / 4;
--efpz: 1 / 1;
--wetv: 2 / 3;
--mo: 3.5rem;
--fct: 1.25rem;
--inhi: 12px;
--vtvz: 6px;
--hbg: 0 3px 14px color-mix(in srgb, var(--scse) 12%, transparent);
--pin: 0 12px 28px color-mix(in srgb, var(--scse) 15%, transparent);
--gpy: 0.15s ease;
--hbrd: 2px solid var(--mv);
--yrq: color-mix(in srgb, var(--wla) 45%, var(--yl));
--iol: rgba(255, 255, 255, 0.8);
--tgmt: rgba(255, 255, 255, 0.07);
--amj: rgba(255, 255, 255, 0.14);
--mafb: 3rem;
--ua: 88px;
--ehh: 16px;
--wj: 0;
}
@media (prefers-reduced-motion: reduce) { :root { --gpy: 0s; } }
* { box-sizing: border-box; margin: 0; }
html { scroll-padding-top: var(--ua); }
@property --wj { syntax: '<number>'; inherits: true; initial-value: 0; }
@supports (animation-timeline: scroll()) {
header.joy { animation: gztt linear both; animation-timeline: scroll(root);
animation-range: 40px 200px; }
@keyframes gztt { to { --wj: 1; } }
html { scroll-padding-top: calc(var(--ua) - var(--ehh)); }
}
html { overflow-x: clip; }
body {
overflow-x: clip;
font-family: var(--uu);
font-size: 18px; line-height: 1.6; color: var(--yxu); background: var(--tc);
-webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: var(--dvo); color: var(--yxu); font-weight: 700;
letter-spacing: -0.015em; line-height: 1.15; }
h1 { font-size: clamp(2.2rem, 3.4vw, 2.8rem); }
h2 { font-size: clamp(1.75rem, 2.8vw, 2.25rem); }
h3 { font-size: 1.2rem; }
.docd { color: var(--dtc); }
a { color: var(--mv); text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible {
outline: var(--hbrd); outline-offset: 2px; border-radius: 3px;
}
img { max-width: 100%; }
ul { list-style: none; padding: 0; }
.ofpp { max-width: 1360px; margin: 0 auto; padding: 0 1.25rem; }
.ynj { background: var(--hmbl); margin-inline: calc(50% - 50vw);
padding: var(--mo) calc(50vw - 50%); }
.ynj:has(> .ubty) { padding-inline: max(1.25rem, calc(50vw - 50% - 6rem)); }
.ynj:not(.oxfu):not(.bnn):not(.busk) + .ynj:not(.oxfu):not(.bnn):not(.busk),
.ynj.oxfu + .ynj.oxfu,
.ynj.bnn + .ynj.bnn,
.ynj.busk + .ynj.busk,
.ynj.oxfu + .ynj:not(.oxfu):not(.bnn):not(.busk),
.ynj:not(.oxfu):not(.bnn):not(.busk) + .ynj.oxfu { padding-top: calc(var(--mo) / 2); }
.ynj, .ynj.gpyv { --biy: var(--tc); background: var(--biy); }
.ynj.oxfu { --biy: var(--uas); }
.ynj.bnn { --biy: var(--ec); }
.ynj.busk { --biy: var(--scse); --yrq: color-mix(in srgb, var(--yz) 55%, transparent);
color: #fff; text-align: center; }
.ynj.busk h1, .ynj.busk h2, .ynj.busk a { color: #fff; }
.ynj.busk p { color: var(--iol); }
.ynj.busk .nm { color: var(--yz); }
.ynj.busk .ipn.tmt { background: var(--hmbl); color: var(--scse); }
.ynj.busk .ipn.rndw { color: var(--hmbl); border-color: var(--ec); }
.ynj.busk .ipn.rndw:hover { background: rgba(255, 255, 255, 0.08); }
.ynj.busk .ml { text-align: left; }
.ynj.tzrt { position: relative; isolation: isolate; }
.ynj.tzrt > .pspb { position: absolute; inset: 0; z-index: -1; }
.ynj.tzrt > .pspb > img { display: block; width: 100%; height: 100%; max-width: none;
object-fit: cover; }
.ynj.tzrt > .pspb::after { content: ''; position: absolute; inset: 0;
background: linear-gradient(color-mix(in srgb, var(--scse) 86%, transparent),
color-mix(in srgb, var(--scse) 74%, transparent)); }
.fdy { display: grid; gap: 1rem;
grid-template-columns: repeat(auto-fit, minmax(min(var(--mbz), 100%), 1fr)); }
.fdy.eh { grid-template-columns: repeat(var(--wrpq, 2), minmax(0, 1fr)); }
@media (max-width: 60rem) { .fdy.eh { grid-template-columns: minmax(0, 1fr); } }
.nv { display: flex; flex-direction: column; background: var(--tc);
border: 1px solid var(--yl); border-radius: var(--inhi);
padding: var(--fct); }
.nv.wgln { display: grid; place-items: center; text-align: center; min-height: 4.5rem; }
.nv > img { display: block; width: calc(100% + var(--fct) * 2);
max-width: none; height: auto; aspect-ratio: var(--nqiq); object-fit: cover;
margin: calc(var(--fct) * -1) calc(var(--fct) * -1) var(--fct);
border-radius: calc(var(--inhi) - 1px) calc(var(--inhi) - 1px) 0 0; }
.nv.dsel { display: grid; grid-template-columns: minmax(8rem, 32%) minmax(0, 1fr);
column-gap: var(--fct); }
.nv.dsel > img { align-self: stretch; width: calc(100% + var(--fct));
height: calc(100% + var(--fct) * 2); min-height: 0; aspect-ratio: auto;
margin: calc(var(--fct) * -1) 0 calc(var(--fct) * -1) calc(var(--fct) * -1);
border-radius: calc(var(--inhi) - 1px) 0 0 calc(var(--inhi) - 1px); }
.nv.dsel > .gjuo { display: flex; flex-direction: column; }
.nv.dsel .gjuo p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6;
line-clamp: 6; overflow: hidden; }
@media (max-width: 34rem) {
.nv.dsel { grid-template-columns: minmax(0, 1fr); }
.nv.dsel > img { width: revert; height: revert; min-height: revert; aspect-ratio: revert;
margin: revert; border-radius: revert; }
}
.nv h3 { margin-bottom: 0.45rem; }
.nv h3 > a { color: inherit; }
.nv h3 > a:hover { text-decoration: none; }
.nv .wqr { align-self: start; display: inline-flex; align-items: center; gap: 0.4rem;
margin-top: auto; padding-top: 0.9rem; text-decoration: none; color: var(--mv); }
.nv:hover .wqr svg { transform: translateX(2px); }
.nv .wqr svg { transition: transform var(--gpy); }
.nv:has(.wqr), .nv.cpnz { box-shadow: var(--hbg); }
.nv:has(.wqr) { position: relative; }
.nv h3 > a::after { content: ''; position: absolute; inset: 0; }
.nv:has(.wqr) { transition: border-color var(--gpy), box-shadow var(--gpy); }
.nv:has(.wqr):hover, .nv:has(.wqr):focus-within {
border-color: var(--yrq); box-shadow: var(--pin); }
.nv.txee { background: rgba(255, 255, 255, 0.55); border: 0;
border-left: 3px solid var(--wla); }
.ynj.busk .nv.txee { border-left-color: var(--yz); }
.nv .xf { display: grid; place-items: center; width: 3.5rem; height: 3.5rem;
border-radius: var(--vtvz); background: var(--hmbl); color: var(--wla);
margin-bottom: 1rem; }
.nv.wgln .xf { border-radius: 50%; }
.nv.wgln:has(.xf) { align-content: start; }
.nv.kf { display: grid; grid-template-columns: 3.4rem minmax(0, 1fr); column-gap: 1.25rem;
align-items: start; }
.nv.kf .tn, .nv.wg .tn { width: 3.4rem; height: 3.4rem; font-size: 1.5rem;
line-height: 1; background: var(--wla); }
.nv.kf .tn { margin: 0; }
.nv.liw h3 { margin-bottom: 0.75rem; }
.nv.liw li { display: flex; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--yl); }
.nv.liw li:last-child { padding-bottom: 0; }
.nv.liw li > div { min-width: 0; }
.nv.liw .xf { flex: none; width: 3rem; height: 3rem; margin: 0; }
.nv.liw .nm { margin-bottom: 0.2rem; }
.nv.liw .xzsv { display: block; font-family: var(--dvo); font-weight: 700;
font-size: 1.2rem; line-height: 1.25; overflow-wrap: anywhere; }
.nv.liw .ucry { margin-top: 0.3rem; }
.nv.kpx { background: var(--scse); border: 0; color: #fff; }
.nv.kpx h3 { color: #fff; }
.nv.kpx p { color: var(--iol); }
.nv.kpx .xf { background: rgba(255, 255, 255, 0.1); color: var(--yz); }
.nv.mf { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
padding: 0; overflow: hidden; max-width: 64rem; margin-inline: auto; box-shadow: var(--hbg); }
.nv.mf > div { padding: var(--fct); }
.nv.mf .ymh > img { width: 100%; height: 0; min-height: 100%; object-fit: cover;
border-radius: 0; box-shadow: none; }
.nv.mf h3 { font-size: 1.5rem; margin-bottom: 0.25rem; }
.nv.mf .ucry { padding-bottom: 1rem; margin-bottom: 1rem; border-bottom: 1px solid var(--yl); }
.nv.mf blockquote { margin-top: 1.25rem; background: var(--hmbl); font-style: italic; }
.nv.cpnz { position: relative; padding: 0; border: 0; overflow: hidden; color: #fff; }
.nv.cpnz > img { margin: 0; width: 100%; max-width: 100%;
aspect-ratio: var(--nw); border-radius: 0; }
.nv.cpnz .jzt { position: absolute; inset: auto 0 0 0;
padding: 4rem var(--fct) var(--fct);
background: linear-gradient(to top, rgba(20, 12, 6, 0.88), rgba(20, 12, 6, 0.55) 45%, rgba(20, 12, 6, 0)); }
.nv.cpnz .wij { display: inline-block; max-width: 100%; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis; vertical-align: top;
background: var(--wla); color: #fff;
font-size: 0.75rem; padding: 0.3rem 0.8rem; border-radius: 999px; margin-bottom: 0.65rem; }
.nv.cpnz h3 { color: #fff; font-size: 1.2rem; margin-bottom: 0.3rem; }
.nv.cpnz p { color: var(--iol); font-size: 0.9rem; }
.nv.cpnz h3 > a { color: inherit; text-decoration: none; }
.nv.cpnz h3 > a:hover { text-decoration: underline; text-underline-offset: 3px; }
.nv.cpnz:has(h3 > a) { transition: box-shadow var(--gpy), transform var(--gpy); }
.nv.cpnz:has(h3 > a):hover { box-shadow: var(--pin); }
.nv.cpnz:has(h3 > a:focus-visible) { outline: var(--hbrd); outline-offset: 2px; }
.nv.cpnz h3 > a:focus-visible { outline: none; }
.nv.wg { align-items: center; text-align: center; background: none; border: 0; padding: 0 1rem; }
.nv.wg .tn { margin-bottom: 1.1rem; position: relative;
box-shadow: 0 0 0 6px var(--biy); }
.fdy:has(> .nv.wg) { position: relative; }
.fdy:has(> .nv.wg)::before { content: ''; position: absolute; left: 12.5%; right: 12.5%;
top: 1.7rem; border-top: 1px solid color-mix(in srgb, var(--scse) 22%, transparent); }
.nv .tn { display: grid; place-items: center; width: 2.3rem; height: 2.3rem;
border-radius: 50%; background: var(--scse); color: #fff;
font-family: var(--uu); font-variant-numeric: lining-nums; margin-bottom: 0.85rem; }
.cvwv { max-width: 64ch; margin-inline: auto; }
.kofw { text-align: center; margin-bottom: 1.75rem; }
.kofw:last-child { margin-bottom: 0; }
.ml .kofw { text-align: left; margin-bottom: 0; }
.ml .kofw + .fdy { margin-top: 1.75rem; }
.kofw p { margin-top: 0.75rem; }
.kofw p:not(.nm) { max-width: 64ch; margin-inline: auto; }
.ml .kofw p { margin-inline: 0; max-width: none; }
.docd { text-align: center; margin-top: 1.5rem; max-width: 64ch; margin-inline: auto; }
.uap { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.docd > .ajnn { display: none; }
.uap:focus-visible ~ .ajnn { outline: var(--hbrd); outline-offset: 3px; }
.ml .docd { text-align: left; margin-inline: 0; }
.ucry { font-size: 0.9rem; color: var(--dtc); }
.dew a, .qzju a, .ucry a, .kofw p a, .nv p a { text-decoration: underline;
text-underline-offset: 2px; }
.ipn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
border: 1px solid transparent; cursor: pointer; font-family: var(--dvo);
font-size: 1.2rem; font-weight: 600; border-radius: var(--vtvz); padding: 13px 26px; }
.ipn { transition: background-color var(--gpy), filter var(--gpy); }
.ipn:hover { text-decoration: none; filter: brightness(1.08); }
.ipn.tmt { background: var(--mv); color: #fff; }
.ipn svg, li > svg { flex: none; vertical-align: -0.2em; }
.ipn.rndw { background: transparent; color: var(--wla); border-color: var(--wla);
border-width: 2px; padding: 12px 25px; }
.ipn.rndw:hover { background: color-mix(in srgb, var(--wla) 6%, transparent); filter: none; }
.pjzx { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }
.ml .pjzx { justify-content: flex-start; }
.dw { display: none; position: fixed; z-index: 40; right: 1rem;
bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
width: 56px; height: 56px; border-radius: 50%; background: var(--mv); color: #fff;
box-shadow: var(--hbg); }
.dlv { background: var(--scse); color: #fff; font-size: 1.05rem; }
.dlv .ofpp { display: flex; justify-content: center; align-items: center;
gap: 0.5rem; padding-block: 0.6rem; }
.dlv span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dlv a { color: #fff; font-weight: 600; text-decoration: underline; white-space: nowrap;
flex: none; }
header.joy { --bwsv: calc(var(--ehh) * var(--wj));
position: sticky; top: calc(-1 * var(--bwsv)); z-index: 20;
padding-top: var(--bwsv);
background: var(--tc); border-bottom: 1px solid var(--yl); }
header.joy .ofpp { position: relative; display: flex; align-items: center;
gap: 1.5rem; min-height: calc(var(--ua) - var(--bwsv)); }
header.joy .ipn { padding-block: calc(13px - 6px * var(--wj)); }
.exw { --xemy: 48px; display: flex; align-items: center; min-width: 0; }
.exw picture { display: contents; }
.exw img { display: block; height: calc(var(--xemy) - var(--bwsv) / 2); width: auto;
max-width: 100%; object-fit: contain; object-position: left center; }
header.joy nav { margin-left: auto; display: flex; align-items: center;
gap: 1.4rem; font-size: 1.0625rem; font-weight: 500; }
header.joy nav a { color: var(--yxu); }
.nqxi { display: none; }
.gm { display: none; }
.klf { position: relative; padding-block: 0.7rem; }
.pr { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.yxqm { display: inline-flex; align-items: center; gap: 0.3rem;
cursor: pointer; user-select: none; }
.yxqm svg { transition: transform var(--gpy); }
.pr:checked ~ .yxqm svg { transform: rotate(180deg); }
.pr:focus-visible ~ .yxqm { outline: var(--hbrd); outline-offset: 3px;
border-radius: 3px; }
.ddqs { display: none; position: fixed; inset: 0; z-index: 25; }
.pr:checked ~ .ddqs { display: block; }
.eoly { display: none; }
.klf:hover > .eoly,
.klf:focus-within > .eoly,
.pr:checked ~ .eoly {
display: block; position: absolute; top: 100%; left: 0; z-index: 30;
columns: 2; column-gap: 1.5rem; width: max-content; max-width: min(88vw, 620px);
background: var(--tc); border: 1px solid var(--yl); border-radius: var(--inhi);
padding: 1rem 1.25rem; box-shadow: var(--pin);
}
.eoly a { display: block; padding: 0.25rem 0; font-size: 1rem;
break-inside: avoid; min-width: 150px; }
footer.joy { background: var(--scse); color: var(--iol);
padding-top: 2.5rem; font-size: 0.95rem; }
footer.joy h3 { color: #fff; margin-bottom: 0.9rem; }
footer.joy a { color: var(--iol); }
footer.joy li { padding: 0.2rem 0; }
footer.joy details { display: flex; flex-direction: column; }
footer.joy summary { order: 1; cursor: pointer; list-style: none; padding: 0.2rem 0; color: var(--yz); font-weight: 600; }
footer.joy summary::-webkit-details-marker { display: none; }
footer.joy details:not([open]) .rfg, footer.joy details[open] .ybi { display: none; }
.lh { border-top: 1px solid rgba(255, 255, 255, 0.15); margin-top: 2rem;
padding: 1.25rem 0; text-align: center; }
.xnt { display: block; }
.ml { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
gap: 2.5rem; align-items: center; }
.ml > img, .ml > svg { width: 100%; height: auto; aspect-ratio: var(--nw);
object-fit: cover; border-radius: var(--inhi); }
.ml.ubty { align-items: stretch; }
.ml.ubty > div { display: flex; flex-direction: column; justify-content: center; }
.ml.ubty > img { aspect-ratio: var(--nw); height: 100%; }
@media (max-width: 860px) {
.ml { grid-template-columns: minmax(0, 1fr); gap: 1.75rem; }
.ml.ubty > img { order: -1; height: auto; }
}
.ymh > img, .ymh > svg { display: block; width: 100%; height: auto;
aspect-ratio: var(--efpz); object-fit: cover;
border-radius: var(--inhi); }
.xrxc .ymh > img { object-position: 50% 22%; }
.ml > img, .ml > svg, .ymh > img, .ymh > svg, .ml.siu .iovz > img {
box-shadow: var(--hbg); }
.ubty h1 { font-size: clamp(2rem, 3.1vw, 2.6rem); }
.qzju { font-size: 1.2rem; font-weight: 500; color: var(--wla); }
.qzju a { color: inherit; text-decoration: underline; text-underline-offset: 3px;
text-decoration-thickness: 1px; }
.ubty .qzju { margin: 1.25rem 0 1.75rem; }
.ynj.busk .qzju { color: var(--yz); }
.nm, .nv .wqr, .cpnz .wij { font-size: 0.875rem; font-weight: 700;
letter-spacing: 0.14em; text-transform: uppercase; color: var(--wla); }
.nm, .kofw .nm { margin: 0 0 0.6rem; font-size: 0.875rem; }
.cko { display: flex; align-items: center; gap: 0.5rem; padding: 0.9rem 1rem;
font-size: 0.95rem; font-weight: 600; line-height: 1.35; }
.fdy:has(> .cko) { gap: 0.6rem; }
.cko > span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cko .ucry { margin-left: auto; flex: none; font-weight: 400; white-space: nowrap; }
.qlbf { display: grid; gap: 0.55rem; margin: 0 0 1.75rem; }
.vbl .qlbf { grid-template-columns: 1fr 1fr; gap: 0.75rem; margin: 0; }
.vbl .qlbf li, .wcs li, .cko { background: var(--tc); border: 1px solid var(--yl);
border-radius: var(--vtvz); color: var(--yxu); }
.vbl .qlbf li { padding: 0.8rem 0.95rem; font-size: 0.95rem; font-weight: 600;
line-height: 1.35; }
.ynj.busk .vbl .qlbf li, .ynj.busk .wcs li, .ynj.busk .cko { background: var(--tgmt);
border-color: var(--amj); color: #fff; }
.cko, .wcs li { transition: border-color var(--gpy), box-shadow var(--gpy); }
.cko:hover, .cko:focus-visible,
.wcs li:has(summary:hover), .wcs li:has(summary:focus-visible) {
border-color: var(--yrq); }
.cko:hover, .cko:focus-visible { box-shadow: var(--hbg); }
.ynj.busk .qlbf svg, .ynj.busk .cko svg { color: var(--ec); }
.ynj.busk .ucry, .ynj.busk .jp .vrae { color: var(--iol); }
@media (max-width: 560px) { .vbl .qlbf { grid-template-columns: 1fr; } }
.ubty .jp { display: flex; flex-wrap: nowrap; align-items: center; gap: 0.85rem;
margin-top: 1.75rem; padding-top: 1.25rem; border-top: 1px solid var(--yl);
font-size: 0.9rem; }
.ubty .jp .sf { display: flex; gap: 0.4rem; flex: none; }
.ubty .jp .sf img, .ubty .jp .sf svg { width: 40px; height: 40px;
aspect-ratio: 1; object-fit: contain; }
.ubty .jp .dj { display: grid; gap: 0; line-height: 1.3; min-width: 0; }
.ubty .jp .xzsv { display: flex; align-items: center; gap: 0.45rem;
font-family: var(--dvo); font-weight: 600; font-size: 1.05rem; flex-wrap: wrap;}
.ubty .jp .vrae { color: var(--dtc); }
.ml.siu { grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); align-items: stretch; }
.ml.siu > .fym { align-self: start; }
.ml.siu .dew { margin: 1rem 0 0; }
.ml.siu .iovz { display: grid; grid-auto-rows: minmax(0, 1fr); gap: 1rem;
min-height: 0; position: relative; }
.ml.siu .iovz > img { width: 100%; height: 0; min-height: 100%; object-fit: cover;
border-radius: var(--inhi); display: block; }
.ml.siu .iovz > .ipn { position: absolute; top: 1rem; left: 1rem; width: auto;
max-width: calc(100% - 2rem); }
.ml.siu .iovz > figcaption { position: absolute; left: 1rem; bottom: 1rem;
max-width: calc(100% - 2rem); background: var(--scse); color: #fff;
font-family: var(--dvo); font-weight: 600; font-size: 0.95rem; line-height: 1.3;
padding: 0.45rem 0.8rem; border-radius: var(--vtvz); }
.ymh { position: relative; margin: 0; }
.ml.axr > .ymh { order: 1; }
.ymh .cigd { position: absolute; max-width: 60%; padding: 0.8rem 1rem;
box-shadow: var(--pin); }
.ymh .cigd:first-of-type { top: 2rem; right: 0;
border-radius: var(--inhi) 0 0 var(--inhi); }
.ymh .cigd:last-of-type { bottom: 2rem; left: 0;
border-radius: 0 var(--inhi) var(--inhi) 0; }
.nv.cigd b { display: block; font-family: var(--dvo); font-size: 1.7rem;
line-height: 1.1; color: var(--wla); }
.nv.cigd span { display: block; font-size: 0.9rem; line-height: 1.25; }
.nv.cigd.wgln { padding: 1.5rem var(--fct); gap: 0.35rem; }
.nv.cigd.wgln b { font-size: 2.4rem; }
.ynj.busk .nv { background: var(--tgmt);
border-color: var(--amj); color: #fff; text-align: left; }
.ynj.busk .nv h3 { color: #fff; }
.ynj.busk .nv.wgln { text-align: center; }
.ynj.busk .nv.cigd b { color: var(--yz); }
.ml.xrxc { grid-template-columns: minmax(0, 2fr) minmax(0, 5fr); max-width: 64rem; margin-inline: auto; }
.ml.zasn { grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); }
.ml.zasn.axr { grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); }
.ml.zasn, .ml.zasn.axr { align-items: stretch; }
.ml.zasn > .ymh > img { width: 100%; height: 0; min-height: 100%;
aspect-ratio: auto; object-fit: cover; }
.ymh .rqi { position: absolute; right: 1rem; bottom: 1rem; width: 3rem; height: 3rem;
display: grid; place-items: center; border-radius: 50%; background: var(--wla);
color: #fff; border: 3px solid var(--tc); }
.cy li, .qlbf li { display: flex; align-items: center; gap: 0.5rem; }
.cy svg, .qlbf svg { color: var(--mv); flex: none; }
.cko svg { color: var(--wla); flex: none; }
.cy li { font-weight: 600; font-size: 1.2rem; }
.qlbf li { font-size: 1.1rem; font-weight: 500; }
.cy { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 2rem;
background: var(--hmbl); margin-inline: calc(50% - 50vw);
padding: 1rem calc(50vw - 50%); }
@media (max-width: 860px) {
.cy { display: grid; grid-template-columns: repeat(2, minmax(0, auto));
justify-content: center; gap: 0.7rem 2rem; align-items: start; }
.cy li { align-items: start; font-size: 1.05rem; }
.cy svg { margin-top: 0.15rem; }
}
@media (max-width: 34rem) {
.cy { grid-template-columns: minmax(0, auto); gap: 0.6rem; }
}
.ycc { display: inline-flex; gap: 2px; color: var(--wxk); }
.nv.bh { gap: 0.9rem; }
.nv.bh .lij { display: flex; align-items: center; justify-content: space-between; }
.nv.bh .lij img { width: 24px; height: 24px; flex: none; }
.nv.bh > p { flex: 1; }
.nv.bh .eu { display: flex; align-items: center; gap: 0.75rem; padding-top: 0.9rem;
border-top: 1px solid var(--yl); }
.nv.bh .eu > .tn { margin: 0; flex: none; }
.nv.bh .eu .wf { margin: 0; }
.nv.bh .eu .vrae { display: block; font-size: 0.9rem; color: var(--dtc); }
.nv.bh .eu .vrae a { color: var(--yxu); text-decoration: underline;
text-underline-offset: 2px; text-decoration-color: var(--yrq); }
.nv.bh .eu .vrae a:hover { text-decoration-color: currentColor; }
.wf { display: block; margin-top: 0.75rem; font-weight: 600; font-size: 1rem;
font-style: normal; }
.fym { background: var(--tc); border: 1px solid var(--yl);
border-radius: var(--inhi); overflow: hidden; }
.wa { background: var(--wla); color: #fff; text-align: center;
padding: 1.35rem 1.25rem 1.6rem;
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), 50% 100%, 0 calc(100% - 14px)); }
.wa .egtf { margin: 0; color: #fff; font-family: var(--dvo); font-weight: 700;
font-size: 1.35rem; line-height: 1.2; text-transform: uppercase; letter-spacing: 0.02em; }
.wa p { margin-top: 0.3rem; font-size: 0.9rem; color: #fff; }
.kql { padding: 1.1rem var(--fct) var(--fct); }
.ynj.busk .fym { color: var(--yxu); }
.ynj.busk .fym .ucry { color: var(--dtc); }
.ynj.busk .fym a { color: var(--mv); }
.ynj.busk .fym .ipn.tmt { background: var(--mv); color: #fff; }
.ynj.busk .wa .egtf, .ynj.busk .wa p { color: #fff; }
.fym .fdy { gap: 0 0.75rem; }
.fym .ucry { margin: 0 0 0.8rem; }
.fym .ipn { width: 100%; }
.ghu span { font-weight: 600; font-size: 0.9rem; color: var(--yxu); }
.ghu input, .ghu select, .ghu textarea {
font: inherit; line-height: 1.6; width: 100%; padding: 10px 12px; background: var(--tc);
border: 1px solid var(--yl); border-radius: var(--vtvz); color: var(--yxu); }
.utzf { overflow-x: auto; background: var(--tc); border: 1px solid var(--yl);
border-radius: var(--inhi); }
.abbh { border-collapse: collapse; width: 100%; min-width: 40rem; }
.abbh th, .abbh td { text-align: left; padding: 0.8rem 1rem;
border-bottom: 1px solid var(--yl); vertical-align: top; }
.abbh tbody tr:last-child th, .abbh tbody tr:last-child td { border-bottom: 0; }
.abbh thead th { font-family: var(--dvo); font-size: 0.9rem; color: var(--dtc);
background: var(--hmbl); white-space: nowrap; }
.abbh tbody th { font-family: var(--dvo); font-weight: 600; }
.ghu.jon { display: block; position: relative; margin-bottom: 0.8rem; }
.ghu.jon > input, .ghu.jon > .yec > select, .ghu.jon > textarea {
padding: 20px 12px 6px; }
.ghu.jon > span:last-child { position: absolute; left: 13px; top: 50%;
transform: translateY(-50%); font-weight: 400; font-size: 1rem; color: var(--dtc);
pointer-events: none; transition: top var(--gpy), font-size var(--gpy), transform var(--gpy); }
.ghu.jon > :focus + span:last-child,
.ghu.jon > :is(input, textarea):not(:placeholder-shown) + span:last-child,
.ghu.jon > .yec:focus-within + span:last-child,
.ghu.jon > .yec:not(:has(option[value='']:checked)) + span:last-child {
top: 6px; transform: none; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.02em; }
.ghu.jon.zns > span:last-child { top: 14px; transform: none; }
.ghu.jon > .yec > select { padding-right: 2.4rem; }
.ghu .yec { position: relative; display: block; }
.ghu .yec select { appearance: none; -webkit-appearance: none; padding-right: 2.4rem; }
.ghu .yec svg { position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
pointer-events: none; color: var(--dtc); }
.zfe li { display: flex; align-items: flex-start; gap: 0.5rem; padding: 0.25rem 0; }
.zfe li > svg { flex: none; height: 1lh; }
.dew > * + * { margin-top: 1rem; }
.dew > * + h3 { margin-top: 1.75rem; }
.dew .emyl { font-weight: 600; }
.dew + .fdy { margin-top: 2rem; }
.ml .dew { margin: 1rem 0 1.75rem; }
.ml .dew:last-child { margin-bottom: 0; }
.mc { grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); align-items: start; }
@media (min-width: 861px) {
.mc > div:first-child { position: sticky; top: calc(var(--ua) + 1.5rem); }
}
.mc .ipn { margin-top: 1.5rem; }
.wcs { display: grid; gap: 0.6rem; }
.wcs summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem;
padding: 0.9rem 1rem; cursor: pointer; list-style: none;
font-family: var(--dvo); font-size: 1.05rem; font-weight: 600; }
.wcs summary::-webkit-details-marker { display: none; }
.wcs summary svg { flex: none; width: 24px; height: 24px; padding: 4px; border-radius: 50%;
background: var(--wla); color: #fff; transition: transform var(--gpy); }
.wcs details[open] summary svg { transform: rotate(45deg); }
.wcs .ttg { padding: 0 1rem 1rem; }
.wcs summary h3 { font: inherit; color: inherit; margin: 0; }
.odf ol { display: flex; flex-wrap: nowrap; gap: 0.35rem; margin: 0; padding: 0;
list-style: none; max-width: 100%; }
.odf li { white-space: nowrap; flex: none; }
.odf li:last-child { flex: 0 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.odf li + li::before { content: '›'; margin-right: 0.35rem; }
.odf a { color: inherit; }
.qkox { padding-block: 1rem; }
.qkox .odf ol { justify-content: center; }
.aknz { max-width: 52rem; margin-inline: auto; }
@media (max-width: 860px) {
header.joy .ofpp { gap: 0 0.75rem; flex-wrap: nowrap; }
header.joy .exw { flex: 1; --xemy: 42px; }
.nqxi { display: block; position: absolute; width: 1px; height: 1px; margin: -1px;
padding: 0; border: 0; overflow: hidden; clip-path: inset(50%); }
.gm { display: grid; place-items: center; flex: none; margin-left: auto;
width: 42px; height: 42px; cursor: pointer; background: var(--tc);
border: 1px solid var(--yl); border-radius: var(--vtvz); }
.gm span { grid-area: 1 / 1; display: flex; }
.gm .rfg, .nqxi:checked ~ .gm .ybi { display: none; }
.nqxi:checked ~ .gm .rfg { display: flex; }
.nqxi:focus-visible ~ .gm { outline: var(--hbrd); outline-offset: 2px; }
header.joy nav { position: absolute; top: 100%; inset-inline: 0; margin-left: 0;
display: grid; gap: 0; padding: 0 1.25rem; background: var(--tc);
border-bottom: 1px solid var(--yl);
max-height: 0; overflow: hidden; visibility: hidden; }
.nqxi:checked ~ nav { visibility: visible; max-height: calc(100vh - var(--ua));
overflow-y: auto; padding-bottom: 0.9rem; }
header.joy:has(.nqxi:checked) { border-bottom-color: transparent; }
header.joy nav a { margin-inline: -1.25rem; padding: 0.65rem 1.25rem;
border-top: 1px solid var(--yl);
font-family: var(--dvo); font-size: 1.15rem; font-weight: 700; }
header.joy nav > .ipn { width: 100%; margin-top: 0.75rem; margin-inline: 0;
border-top: 0; padding: 12px 24px; }
.klf { width: 100%; padding-block: 0; }
.yxqm { display: flex; justify-content: space-between; align-items: center;
width: auto; margin-inline: -1.25rem; padding: 0.65rem 1.25rem;
border-top: 1px solid var(--yl);
font-family: var(--dvo); font-size: 1.15rem; font-weight: 700; }
.ddqs { display: none !important; }
.klf:hover > .eoly, .klf:focus-within > .eoly { display: none; }
.pr:checked ~ .eoly {
display: block; position: static; columns: 1; width: auto; max-width: none; left: auto;
border: 0; border-radius: 0; box-shadow: none; margin-inline: -1.25rem; padding: 0;
background: var(--ec); }
header.joy nav .eoly a { margin-inline: 0;
padding: 0.7rem 1.25rem 0.7rem 2rem;
border-top: 1px solid color-mix(in srgb, var(--yxu) 12%, transparent);
font-family: var(--uu); font-size: 1rem; font-weight: 400; line-height: 1.4; }
header.joy nav .eoly a:first-child { border-top: 0; }
:root { --mo: 2.25rem; }
.ynj:has(> .ubty) { padding-bottom: calc(var(--mo) / 2); }
.dw { display: grid; place-items: center; }
main .ipn { width: 100%; }
.vbl > div:first-child { display: contents; }
.vbl .ipn { order: 1; }
.vbl .dew { margin: 0; }
.ml.siu, .ml.xrxc, .ml.zasn, .ml.zasn.axr { grid-template-columns: minmax(0, 1fr); }
.nv.mf { grid-template-columns: minmax(0, 1fr); }
.nv.mf .ymh > img { height: auto; min-height: 0; aspect-ratio: var(--efpz); }
.ml.zasn > .ymh > img { height: auto; min-height: 0; aspect-ratio: var(--efpz); }
.fdy:has(> .nv.wg) { gap: 2rem; }
.fdy:has(> .nv.wg)::before { display: none; }
.fdy:has(> .nv > img) { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.fdy:has(> .nv > img) .nv { --fct: 0.9rem; }
.fdy:has(> .nv > img) .nv > p { display: none; }
.nv > img { aspect-ratio: 2 / 1; }
.nv.cpnz > img { aspect-ratio: 2 / 3; }
.nv.cpnz .wij { font-size: 0.7rem; letter-spacing: 0.08em; }
.nv.cpnz h3 { font-size: 1rem; }
.nv.cpnz p { font-size: 0.875rem; }
.kofw, .docd { text-align: left; }
.kofw p:not(.nm), .docd { margin-inline: 0; }
.qkox .odf ol { justify-content: flex-start; }
.nv.wg { display: grid; grid-template-columns: 3.4rem minmax(0, 1fr); column-gap: 1rem;
align-items: start; text-align: left; position: relative; padding: 0; }
.nv.wg .tn { grid-row: 1 / span 2; margin: 0; }
.nv.wg h3 { margin: 0 0 0.35rem; }
.nv.wg::before { content: ''; position: absolute; left: 1.7rem; top: 1.7rem;
bottom: calc(-2rem - 1.7rem); border-left: 1px solid color-mix(in srgb, var(--scse) 22%, transparent); }
.nv.wg:last-child::before { display: none; }
.nv .wqr { padding: 0.75rem 0; margin-bottom: -0.75rem; white-space: nowrap; }
footer.joy li { padding: 0; }
footer.joy li a, footer.joy summary { display: inline-block; padding: 0.35rem 0; }
.ml.siu .iovz { grid-auto-rows: auto; }
.ml.siu .iovz > img { height: auto; aspect-ratio: var(--nw); }
.ml.siu:has(.dew) { gap: 1.25rem; }
.ml.siu:has(.dew) > div, .ml.siu:has(.dew) .iovz, .ml.siu:has(.dew) .dew { display: contents; }
.ml.siu:has(.dew) .dew > p { margin: 0; }
.ml.siu:has(.dew) .dew > p:nth-child(n + 2) { order: 2; }
.ml.siu:has(.dew) .iovz > img:first-child { order: 1; }
.ml.siu:has(.dew) .iovz > img + img { order: 3; }
.ml.siu:not(:has(.dew)) .iovz > img + img { display: none; }
}
@media (max-width: 34rem) {
.dlv { font-size: 0.95rem; }
.dlv .ofpp { flex-direction: column; gap: 0; line-height: 1.35;
padding-inline: 0.9rem; }
.dlv span { overflow: visible; text-overflow: clip; white-space: normal;
text-align: center; }
.fdy:has(> .nv > img):not(:has(> .nv.cpnz)) { grid-template-columns: minmax(0, 1fr); }
.fdy:has(> .nv > img):not(:has(> .nv.cpnz)) .nv > p { display: revert; }
.fdy:has(> .nv > img):not(:has(> .nv.cpnz)) .nv { --fct: 1.1rem; }
.fym .fdy { grid-template-columns: minmax(0, 1fr); }
.ynj:has(.uap) .fdy > .nv:nth-child(n + 7) { display: none; }
.ynj:has(.uap:checked) .fdy > .nv { display: revert; }
.docd > .ajnn { display: inline-flex; }
.docd > a.ipn { display: none; }
.uap:checked ~ .ajnn { display: none; }
.cy li { align-items: center; text-align: left; }
.fdy:has(> .nv.cpnz) { grid-template-columns: minmax(0, 1fr); }
.fdy:has(> .nv.cpnz) > .nv.cpnz:nth-child(n + 5) { display: none; }
.nv.cpnz > img { aspect-ratio: var(--nqiq); }
}