.kll-module {
  --kll-module-navy: var(--kll-navy, #050505);
  --kll-module-gold: var(--kll-gold-bright, #ab8d3f);
  --kll-module-mist: var(--kll-mist, #f3f5f6);
  --kll-module-line: var(--kll-line, #d9dee2);
  --kll-module-display: var(--kll-display, "Arial Narrow", Arial, sans-serif);
  width: 100%;
  min-width: 0;
  margin-top: var(--kll-module-space-top, 0);
  margin-bottom: var(--kll-module-space-bottom, 46px);
  color: var(--kll-module-navy);
  box-sizing: border-box;
}
.kll-module *, .kll-module *::before, .kll-module *::after { box-sizing: border-box; }
.edition-editor-content--blocks.entry-content { width: 100%; max-width: none; padding: 0; }
.edition-editor-content--blocks.entry-content > .kll-module:not(.alignfull) { width: var(--kll-wide, min(1440px, calc(100% - 7.5vw))); margin-inline: auto; }
.edition-editor-content--blocks.entry-content > .kll-module:first-child:not(.kll-module--edition-hero) { margin-top: var(--kll-module-space-top, clamp(46px, 7vw, 90px)); }
.edition-editor-content--blocks.entry-content > .kll-module:last-child { margin-bottom: var(--kll-module-space-bottom, clamp(50px, 7vw, 95px)); }
.kll-module--space-top-none { --kll-module-space-top: 0; }
.kll-module--space-top-s { --kll-module-space-top: 20px; }
.kll-module--space-top-m { --kll-module-space-top: 46px; }
.kll-module--space-top-l { --kll-module-space-top: clamp(70px, 8vw, 110px); }
.kll-module--space-bottom-none { --kll-module-space-bottom: 0; }
.kll-module--space-bottom-s { --kll-module-space-bottom: 20px; }
.kll-module--space-bottom-m { --kll-module-space-bottom: 46px; }
.kll-module--space-bottom-l { --kll-module-space-bottom: clamp(70px, 8vw, 110px); }
.kll-module--theme-light { padding: clamp(24px, 4vw, 48px); background: #fff; }
.kll-module--theme-mist { padding: clamp(24px, 4vw, 48px); background: var(--kll-module-mist); }
.kll-module--theme-navy { padding: clamp(24px, 4vw, 48px); background: var(--kll-module-navy); color: #fff; }
.kll-module--theme-gold { padding: clamp(24px, 4vw, 48px); background: var(--kll-module-gold); color: var(--kll-module-navy); }
.kll-module--theme-navy .kll-module__text a { color: var(--kll-module-gold); }
.kll-module--text-center { text-align: center; }
.kll-module--text-center .kll-module__title,
.kll-module--text-center .kll-module__text,
.kll-module--text-center .edition-hero__copy,
.kll-module--text-center .kll-page-hero__copy { margin-inline: auto; }
.kll-module--text-center .kll-module__title::after { margin-inline: auto; }
.kll-module--text-center .kll-module__actions,
.kll-module--text-center .hero-actions { justify-content: center; }
.kll-module--text-center .kll-page-hero__copy h1::after,
.kll-module--text-center .edition-hero__copy h1::after { margin-inline: auto; }
.kll-module--text-right { text-align: right; }
.kll-module--text-right .kll-module__title,
.kll-module--text-right .kll-module__text,
.kll-module--text-right .edition-hero__copy,
.kll-module--text-right .kll-page-hero__copy { margin-left: auto; }
.kll-module--text-right .kll-module__title::after { margin-left: auto; }
.kll-module--text-right .kll-module__actions,
.kll-module--text-right .hero-actions { justify-content: flex-end; }
.kll-module--text-right .kll-page-hero__copy h1::after,
.kll-module--text-right .edition-hero__copy h1::after { margin-left: auto; }
.kll-module--edition-hero { width: 100%; max-width: none; margin: 0 !important; padding: 0; color: #fff; }
.kll-module--edition-hero.alignfull { width: 100%; margin-inline: 0 !important; }
.kll-module--edition-hero .kll-edition-hero { position: relative; min-height: clamp(760px, 92svh, 1000px); padding: clamp(210px, 24vh, 270px) 4vw clamp(120px, 15vh, 180px); display: flex; align-items: center; isolation: isolate; overflow: hidden; background: var(--kll-module-navy); background-position: var(--kll-image-position, center center); background-size: cover; }
.kll-module--edition-hero .kll-edition-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,rgba(2,14,27,.92) 0%,rgba(2,14,27,.54) 40%,rgba(2,14,27,.08) 74%),linear-gradient(180deg,rgba(2,14,27,.2),transparent 62%,rgba(2,14,27,.72)); }
.kll-edition-hero__image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--kll-image-position, center center); }
.kll-module--edition-hero .edition-hero__copy { position: relative; z-index: 1; max-width: min(900px, 82vw); transform: none; }
.kll-module--edition-hero .edition-hero__copy h1 { margin: 0; color: #fff; font: 500 clamp(68px, 7vw, 112px)/.93 var(--kll-module-display); letter-spacing: -.02em; text-transform: uppercase; overflow-wrap: anywhere; }
.kll-module--edition-hero .edition-hero__copy h1::after { content: ""; display: block; width: 96px; height: 4px; margin-top: 28px; background: var(--kll-module-gold); }
.kll-module--edition-hero .edition-hero__copy > p { max-width: 850px; margin: 24px 0 32px; color: #fff; font: 600 clamp(18px, 1.6vw, 24px)/1.35 var(--kll-module-display); letter-spacing: .02em; }
.kll-module--edition-hero .hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; }
.kll-module--edition-hero .button { min-height: 62px; padding: 0 30px; border: 2px solid var(--kll-module-gold); display: inline-flex; align-items: center; justify-content: center; color: #fff; font: 700 var(--kll-font-button, 15px)/1.15 Arial, sans-serif; letter-spacing: .04em; text-align: center; text-decoration: none; }
.kll-module--edition-hero .button--gold { background: var(--kll-module-gold); color: var(--kll-module-navy); }
.kll-module--edition-hero .button:hover, .kll-module--edition-hero .button:focus-visible { background: #fff; border-color: #fff; color: var(--kll-module-navy); }
.kll-module--edition-hero .button:focus-visible, .kll-module--edition-hero .edition-scroll:focus-visible { outline: 3px solid var(--kll-module-gold); outline-offset: 4px; }
.kll-module--edition-hero .edition-hero__year { position: absolute; z-index: 2; top: 45%; right: 27px; padding-bottom: 90px; border-right: 2px solid var(--kll-module-gold); color: #fff; font: 700 15px/1 Arial,sans-serif; letter-spacing: .22em; writing-mode: vertical-rl; }
.kll-module--edition-hero .edition-scroll { position: absolute; z-index: 3; right: 42px; bottom: 54px; display: grid; justify-items: center; gap: 12px; color: #fff; font: 700 11px/1 Arial,sans-serif; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; }
.kll-module--edition-hero .edition-scroll i { position: relative; width: 26px; height: 44px; border: 1px solid #fff; border-radius: 18px; }
.kll-module--edition-hero .edition-scroll i::after { content: ""; position: absolute; top: 9px; left: 50%; width: 4px; height: 7px; border-radius: 4px; background: var(--kll-module-gold); transform: translateX(-50%); }
.kll-module--page-hero { padding: 0; color: #fff; }
.subpage > article > .kll-module--page-hero { margin-bottom: 0; }
.subpage .entry-content > .kll-module--jump-navigation { position: relative; z-index: 12; width: 100vw; max-width: none; margin: 0 calc(50% - 50vw) !important; padding: 0; }
.kll-module--jump-navigation .subpage-jump { width: 100%; }
.kll-page-hero { position: relative; isolation: isolate; min-height: clamp(360px, 48vw, 560px); padding: clamp(130px, 17vw, 210px) clamp(28px, 5vw, 78px) clamp(48px, 7vw, 86px); display: flex; align-items: flex-end; overflow: hidden; background: var(--kll-module-navy); }
.kll-page-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(3,16,29,.9), rgba(3,16,29,.3) 75%), linear-gradient(0deg, rgba(3,16,29,.7), transparent 60%); }
.kll-page-hero__media { position: absolute; z-index: -2; inset: 0; }
.kll-page-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: var(--kll-image-position, center center); }
.kll-page-hero__copy { position: relative; z-index: 1; max-width: 980px; }
.kll-page-hero__copy h1 { margin: 0; color: #fff; font: 600 clamp(48px, 6.5vw, 88px)/.96 var(--kll-module-display); letter-spacing: -.02em; text-transform: uppercase; overflow-wrap: anywhere; }
.kll-page-hero__copy h1::after { content: ""; width: 72px; height: 4px; margin-top: 22px; display: block; background: var(--kll-module-gold); }
.kll-page-hero__copy p { max-width: 780px; margin: 20px 0 0; color: #fff; font-size: clamp(17px, 1.7vw, 23px); font-weight: 600; line-height: 1.4; }
.kll-module__title,
.subpage .editorial-section .kll-module__title {
  max-width: 900px;
  margin: 0 0 22px;
  color: inherit;
  font: 600 clamp(30px, 3.25vw, var(--kll-font-section-title, 48px))/1.04 var(--kll-module-display);
  letter-spacing: -.012em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
.kll-module__title::after,
.subpage .editorial-section .kll-module__title::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin-top: 15px;
  background: var(--kll-module-gold);
}
.kll-module__text { max-width: 850px; font-size: var(--kll-font-body, 17px); line-height: 1.65; }
.kll-module__text > :first-child { margin-top: 0; }
.kll-module__text > :last-child { margin-bottom: 0; }
.kll-module__text a { color: #ab8d3f; font-weight: 700; text-underline-offset: 4px; }
.kll-managed-image { object-position: var(--kll-image-position, center center); }
.kll-module-media__caption,
.kll-module-video__credit,
.kll-module-cta__credit { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px 16px; color: #545454; font-size: var(--kll-font-small, 13px); line-height: 1.4; }
.kll-module-media__copyright { margin-left: auto; font-weight: 700; text-align: right; }
.kll-module--intro-text { padding-block: 18px 8px; }
.kll-module--intro .kll-module__text { max-width: 900px; font-size: clamp(20px, 1.7vw, 24px); line-height: 1.5; }
.kll-module--mist { padding: clamp(26px, 4vw, 48px); background: var(--kll-module-mist); }
.kll-module--navy { padding: clamp(28px, 4.5vw, 58px); background: var(--kll-module-navy); color: #fff; }
.kll-module--navy .kll-module__text a { color: var(--kll-module-gold); }

.kll-module-image-text__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.kll-module--image-right .kll-module-image-text__media { order: 2; }
.kll-module-image-text__media { margin: 0; overflow: hidden; background: var(--kll-module-mist); }
.kll-module-image-text__image { height: clamp(280px, 34vw, 520px); overflow: hidden; }
.kll-module-image-text__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: var(--kll-image-position, center center); }
.kll-module-image-text__caption { padding: 11px 14px 13px; display: flex; align-items: flex-start; justify-content: space-between; gap: 10px 20px; color: #545454; font-size: var(--kll-font-small, 13px); line-height: 1.4; }
.kll-module-image-text__copyright,
.kll-module-image-text__caption .kll-module-media__copyright { margin-left: auto; font-weight: 700; text-align: right; }
.kll-module-image-text__copy { min-width: 0; padding-block: 20px; }

.kll-module-cards { display: grid; grid-template-columns: repeat(var(--kll-card-columns, 3), minmax(0, 1fr)); gap: 20px; }
.kll-module-card { min-width: 0; min-height: 260px; padding: 28px; border-top: 4px solid var(--kll-module-gold); display: flex; flex-direction: column; background: var(--kll-module-mist); overflow: hidden; }
.kll-module-card figure { aspect-ratio: 16/10; margin: -28px -28px 24px; overflow: hidden; background: #dfe4e7; }
.kll-module-card figure img { display: block; width: 100%; height: 100%; object-fit: cover; }
.kll-module-card figure.kll-module-media-figure { aspect-ratio: auto; }
.kll-module-card figure.kll-module-media-figure > img { height: auto; aspect-ratio: 16/10; }
.kll-module-card figure.kll-module-media-figure > .kll-module-media__caption { padding: 10px 14px 12px; background: #fff; }
.kll-module-card h3,
.subpage .editorial-section .kll-module-card h3 { margin: 0 0 14px; color: inherit; font: 700 clamp(20px, 2.2vw, var(--kll-font-card-title, 29px))/1.08 var(--kll-module-display); overflow-wrap: anywhere; }
.kll-module-card p { max-width: none !important; margin: 0 0 16px; line-height: 1.55; }
.kll-module-card__text { line-height: 1.55; }
.kll-module-card__action, .kll-module-card > .kll-module-button { margin-top: auto; align-self: flex-start; }
.kll-module-card__meta, .kll-module-news-card time { margin-bottom: 12px; color: #ab8d3f; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.kll-module-camp .kll-module-card__meta,
.kll-module-media .kll-module-card__meta { line-height: 1.45; }
.kll-module-race__icon { width: 58px; height: 58px; margin: 0 0 16px; display: grid; place-items: center; color: #ab8d3f; }
.kll-module-race__icon img, .kll-module-race__icon svg { display: block; max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.kll-module-media .kll-module-card__action,
.kll-module-camp .kll-module-card__action,
.kll-module-related .kll-module-card__action { margin-top: auto; padding-top: 8px; }
.kll-module-related { min-height: 220px; }
.kll-module-related .kll-module-card__text { margin-bottom: 20px; }
.kll-module-related--has-icon { position: relative; padding-right: clamp(118px, 11vw, 164px); }
.kll-module-related__icon { position: absolute; top: 50%; right: clamp(24px, 3vw, 42px); width: clamp(68px, 7vw, 104px); height: clamp(68px, 7vw, 104px); display: grid; place-items: center; color: var(--kll-module-gold); pointer-events: none; transform: translateY(-50%); }
.kll-module-related__icon svg { display: block; width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }

.kll-module--notice { padding: 0; }
.kll-module-notice__inner { padding: clamp(24px, 3.5vw, 38px); border-top: 4px solid var(--kll-module-gold); background: #fff7df; }
.kll-module--important .kll-module-notice__inner { border-top-color: #bb422e; background: #fff0ec; }
.kll-module--success .kll-module-notice__inner { border-top-color: #2e7351; background: #edf8f1; }
.kll-module--notice .kll-module__title { margin-bottom: 14px; font-size: clamp(25px, 2.4vw, 34px); }
.kll-module--notice .kll-module__title::after { display: none; }

.kll-module-checklist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; margin: 0; padding: 0; list-style: none; background: var(--kll-module-mist); }
.subpage .editorial-section .kll-module-checklist { max-width: none; padding-left: 0; }
.kll-module-checklist li,
.subpage .editorial-section .kll-module-checklist li { position: relative; max-width: none; min-height: 66px; margin: 0 24px; padding: 20px 12px 18px 38px; border-bottom: 1px solid var(--kll-module-line); font-size: 17px; line-height: 1.45; }
.kll-module-checklist li::before { content: ""; position: absolute; top: 25px; left: 4px; width: 16px; height: 8px; border-left: 3px solid #ab8d3f; border-bottom: 3px solid #ab8d3f; transform: rotate(-45deg); }
.kll-module-table-wrap { width: 100%; overflow-x: auto; border-top: 4px solid var(--kll-module-gold); }
.kll-module-table { width: 100%; min-width: 620px; border-collapse: collapse; background: #fff; }
.kll-module-table th, .kll-module-table td { padding: 15px 17px; border-right: 1px solid var(--kll-module-line); border-bottom: 1px solid var(--kll-module-line); text-align: left; vertical-align: top; }
.kll-module-table th { background: var(--kll-module-navy); color: #fff; font: 700 15px/1.3 var(--kll-module-display); letter-spacing: .04em; text-transform: uppercase; }
.kll-module-table tbody tr:nth-child(even) td { background: rgba(227, 173, 63, .08); }

.kll-module__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 25px; }
.kll-module--align-center .kll-module__actions { justify-content: center; }
.kll-module--align-right .kll-module__actions { justify-content: flex-end; }
.kll-module-button { min-height: 50px; padding: 13px 20px; border: 2px solid var(--kll-module-navy); display: inline-flex; align-items: center; justify-content: center; color: var(--kll-module-navy); font: 700 var(--kll-font-button, 15px)/1.15 Arial, sans-serif; letter-spacing: .035em; text-align: center; text-decoration: none !important; }
.kll-module-button--primary { border-color: var(--kll-module-gold); background: var(--kll-module-gold); }
.kll-module-button--secondary { background: transparent; }
.kll-module-button--text { min-height: auto; padding: 10px 0; border: 0; border-bottom: 2px solid var(--kll-module-gold); }
.kll-module-button:hover, .kll-module-button:focus-visible { background: var(--kll-module-navy); color: #fff !important; }
.kll-module-button:focus-visible { outline: 3px solid var(--kll-module-gold); outline-offset: 3px; }

.kll-module--download, .kll-module--gpx { padding: clamp(25px, 4vw, 44px); border-top: 4px solid var(--kll-module-gold); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; align-items: center; background: var(--kll-module-mist); }
.kll-module--download .kll-module__title, .kll-module--gpx .kll-module__title { margin-bottom: 12px; font-size: clamp(27px, 2.6vw, 38px); }
.kll-module--download .kll-module__title::after, .kll-module--gpx .kll-module__title::after { display: none; }
.kll-module-download__file { margin: 12px 0 0; color: #62717d; font-size: 14px; }
.kll-module--download > .kll-module__actions, .kll-module--gpx > .kll-module__actions { margin-top: 0; }

.kll-module-video__frame, .kll-module-map__frame { position: relative; min-height: 380px; margin-top: 25px; display: grid; place-items: center; overflow: hidden; background: var(--kll-module-navy); color: #fff; }
.kll-module-video__frame { aspect-ratio: 16/9; }
.kll-module-video__poster { position: absolute; inset: 0; margin: 0; }
.kll-module-video__poster::after { content: ""; position: absolute; inset: 0; background: rgba(3, 16, 29, .58); }
.kll-module-video__poster img { width: 100%; height: 100%; object-fit: cover; }
.kll-module-video__credit { position: absolute; z-index: 1; right: 12px; bottom: 10px; left: 12px; padding: 7px 10px; background: rgba(0,0,0,.78); color: #fff; }
.kll-module-video__native-wrap { margin: 25px 0 0; background: var(--kll-module-mist); }
.kll-module-video__native-wrap .kll-module-video__credit { position: static; padding: 10px 12px 13px; background: transparent; color: #545454; }
.kll-module-consent__inner { position: relative; z-index: 1; max-width: 680px; padding: 36px; text-align: center; }
.kll-module-consent__inner p { max-width: 650px !important; margin: 18px auto 0 !important; color: #d7d7d2; font-size: 14px !important; line-height: 1.55; }
.kll-module-consent__inner a { color: #fff !important; }
.kll-module-consent .kll-module__actions { justify-content: center; }
.kll-module-consent .kll-module-button--secondary { border-color: #fff; color: #fff; }
.kll-module-video__frame iframe, .kll-module-map__frame iframe, .kll-module-video__native { display: block; width: 100%; aspect-ratio: 16/9; border: 0; }
.kll-module-video__native { object-fit: cover; }
.kll-module-map__frame iframe { min-height: 480px; }

.kll-module-gallery { display: grid; grid-template-columns: repeat(var(--kll-gallery-columns, 3), minmax(0, 1fr)); gap: 16px; }
.kll-module-gallery figure { margin: 0; overflow: hidden; background: var(--kll-module-mist); }
.kll-module-gallery img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.kll-module-gallery figcaption { padding: 10px 12px 13px; color: #545454; font-size: 13px; line-height: 1.4; }
.kll-module-faq { display: grid; gap: 10px; }
.kll-module-faq__item { border-top: 3px solid var(--kll-module-gold); background: var(--kll-module-mist); }
.kll-module-faq__item summary { padding: 20px 24px; cursor: pointer; font: 700 clamp(19px, 2vw, 23px)/1.25 var(--kll-module-display); }
.kll-module-faq__item summary:focus-visible { outline: 3px solid var(--kll-module-gold); outline-offset: -3px; }
.kll-module-faq__item > div { padding: 0 24px 24px; line-height: 1.65; }
.kll-module-faq--dynamic > .kll-module__empty { margin: 0; }

.kll-module-cta__inner { position: relative; isolation: isolate; min-height: 300px; padding: clamp(38px, 6vw, 78px); display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; overflow: hidden; background-color: var(--kll-module-navy); background-image: var(--kll-module-background, none); background-position: var(--kll-image-position, center center); background-repeat: no-repeat; background-size: cover; color: #fff; }
.kll-module-cta__inner::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(3,16,29,.94), rgba(3,16,29,.66)); }
.kll-module--gold .kll-module-cta__inner { background-color: var(--kll-module-gold); color: var(--kll-module-navy); }
.kll-module--gold .kll-module-cta__inner::before { background: rgba(227,173,63,.84); }
.kll-module--light .kll-module-cta__inner { background-color: var(--kll-module-mist); color: var(--kll-module-navy); }
.kll-module--light .kll-module-cta__inner::before { background: rgba(243,245,246,.9); }
.kll-module-cta__copy { max-width: 760px; }
.kll-module-cta__inner .kll-module__title { color: inherit; }
.kll-module-cta__inner .kll-module__text { color: inherit; }
.kll-module-cta__inner > .kll-module__actions { flex: 0 0 auto; margin-top: 0; }
.kll-module-cta__inner .kll-module-button--secondary { border-color: currentColor; color: inherit; }
.kll-module-cta__credit { position: absolute; z-index: 1; right: 14px; bottom: 10px; left: 14px; justify-content: flex-end; color: currentColor; font-size: 11px; }

.kll-module-advertising__inner { width: 100%; padding: 14px; border: 1px solid var(--kll-module-line); background: #fff; }
.kll-module-advertising__slot { min-height: 100px; }
.kll-module-advertising__label { margin-bottom: 9px; display: block; color: #545454; font-size: var(--kll-font-small, 13px); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.kll-module-advertising__link, .kll-module-advertising__media { display: block; overflow: hidden; background: var(--kll-module-mist); }
.kll-module-advertising__figure { margin: 0; }
.kll-module-advertising__figure .kll-module-media__caption { padding: 9px 12px 11px; }
.kll-module-advertising__link:focus-visible { outline: 3px solid var(--kll-module-gold); outline-offset: 3px; }
.kll-module-advertising__inner img { display: block; width: 100%; height: auto; max-height: 320px; object-fit: cover; }
.kll-module--format-wide .kll-module-advertising__inner img { height: clamp(130px, 17vw, 260px); }
.kll-module--format-compact .kll-module-advertising__inner img { height: clamp(120px, 22vw, 210px); }
.kll-module-advertising__inner p { margin: 10px 0 0; color: #545454; font-size: var(--kll-font-small, 13px); }
.kll-module--format-compact .kll-module-advertising__inner { max-width: 760px; margin-inline: auto; }
.kll-module-advertising__inner--compact { max-width: 760px; margin-inline: auto; }
.kll-module-advertising__inner--wide img, .kll-module-advertising__inner--compact img { aspect-ratio: 4/1; height: auto; max-height: none; object-fit: cover; }

.kll-module-quickfacts__race { margin: -10px 0 22px; color: #545454; font-size: var(--kll-font-small, 14px); font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.kll-module-quickfacts { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr)); gap: 1px; border-top: 4px solid var(--kll-module-gold); background: var(--kll-module-line); }
.kll-module-quickfact { min-width: 0; padding: 22px 20px; display: grid; align-content: start; gap: 8px; background: var(--kll-module-mist); }
.kll-module-quickfact span { color: #545454; font-size: var(--kll-font-small, 13px); font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.kll-module-quickfact strong { font: 600 clamp(20px, 2vw, 28px)/1.12 var(--kll-module-display); overflow-wrap: anywhere; }

.kll-module-results, .kll-module-documents { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 24px; }
.kll-module-result-card, .kll-module-document-card { min-width: 0; min-height: 260px; padding: 28px; border-top: 4px solid var(--kll-module-gold); display: flex; flex-direction: column; align-items: flex-start; background: var(--kll-module-mist); overflow: hidden; }
.kll-module-result-card__year { color: #ab8d3f; font: 700 var(--kll-font-result-year, 26px)/1 var(--kll-module-display); }
.kll-module-result-card h3, .kll-module-document-card h3,
.subpage .editorial-section .kll-module-result-card h3, .subpage .editorial-section .kll-module-document-card h3 { max-width: 100%; margin: 15px 0; color: inherit; font: 700 var(--kll-font-result-title, 26px)/1.08 var(--kll-module-display); text-transform: uppercase; overflow-wrap: anywhere; hyphens: auto; text-wrap: balance; }
.kll-module-document-card h3, .subpage .editorial-section .kll-module-document-card h3 { font-size: var(--kll-font-card-title, 28px); }
.kll-module-result-card p, .kll-module-document-card p { max-width: none !important; margin: 0 0 20px; font-size: var(--kll-font-small, 14px); line-height: 1.55; }
.kll-module-result-card .kll-module__actions { margin-top: auto; }
.kll-module-result-card .kll-module__actions .kll-module-button--primary { min-width: 112px; justify-content: center; font-size: 21px; letter-spacing: .04em; }
.kll-module-document-card .kll-module-button { margin-top: auto; }

.kll-module-contact__grid { margin-top: 28px; display: grid; grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr); gap: clamp(30px, 5vw, 72px); align-items: start; }
.kll-module-contact__details { padding: 28px; border-top: 4px solid var(--kll-module-gold); display: grid; gap: 15px; background: var(--kll-module-mist); font-style: normal; line-height: 1.55; }
.kll-module-contact__details strong { font: 700 clamp(22px, 2.2vw, var(--kll-font-card-title, 28px))/1.08 var(--kll-module-display); text-transform: uppercase; }
.kll-module-contact__details a { color: #ab8d3f; font-weight: 700; overflow-wrap: anywhere; }
.kll-module-contact__form { min-width: 0; }

.kll-module-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 24px 38px; padding: 24px 0; }
.kll-module-partners__intro { max-width: 850px; margin: -8px 0 18px; color: #545454; font-size: var(--kll-font-body, 17px); line-height: 1.55; }
.kll-module-logo { width: 170px; height: 82px; padding: 10px; display: grid; place-items: center; color: var(--kll-module-navy); text-align: center; text-decoration: none; }
.kll-module-logo img { max-width: 100%; max-height: 64px; width: auto; height: auto; object-fit: contain; }
.kll-module-logos--associations { padding: 20px; background: var(--kll-module-mist); }
.kll-module-logos--associations .kll-module-logo { width: 145px; height: 72px; }
.kll-module-logos--compact { gap: 12px 28px; padding-block: 12px; }
.kll-module-logos--compact .kll-module-logo { width: 138px; height: 62px; padding: 7px; }
.kll-module-logos--compact .kll-module-logo img { max-height: 48px; }
.kll-module-logos--associations.kll-module-logos--compact { padding: 14px; }
.kll-module-logos--associations.kll-module-logos--compact .kll-module-logo { width: 124px; height: 56px; }
.kll-module-logos--associations.kll-module-logos--compact .kll-module-logo img { max-height: 42px; }
.kll-module-form { min-width: 0; }
.kll-module__empty { grid-column: 1 / -1; max-width: none !important; padding: 22px; background: var(--kll-module-mist); text-align: center; }

@media (max-width: 900px) {
  .kll-module-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kll-module-cta__inner { align-items: flex-start; flex-direction: column; justify-content: flex-end; }
  .kll-module-contact__grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .kll-module { margin-bottom: var(--kll-module-space-bottom, 36px); }
  .kll-module__title, .subpage .editorial-section .kll-module__title { font-size: 32px; }
  .kll-module-image-text__grid, .kll-module-cards { grid-template-columns: 1fr; }
  .kll-module-related--has-icon { padding-right: 104px; }
  .kll-module-related__icon { right: 22px; width: 62px; height: 62px; }
  .kll-module--image-right .kll-module-image-text__media { order: 0; }
  .kll-module-image-text__image { height: clamp(260px, 72vw, 460px); }
  .kll-module-image-text__media img { object-position: var(--kll-mobile-image-position, var(--kll-image-position, center center)); }
  .kll-module-image-text__caption { flex-wrap: wrap; }
  .kll-managed-image { object-position: var(--kll-mobile-image-position, var(--kll-image-position, center center)); }
  .kll-module-media__caption, .kll-module-video__credit { flex-wrap: wrap; }
  .kll-module-checklist { grid-template-columns: 1fr; }
  .kll-module--download, .kll-module--gpx { grid-template-columns: 1fr; }
  .kll-module-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kll-module-video__frame { width: 100%; max-width: 100%; min-width: 0; min-height: 250px; aspect-ratio: auto; }
  .kll-module-map__frame { min-height: 300px; }
  .kll-module-consent__inner { width: 100%; max-width: 100%; min-width: 0; padding: 25px 18px; }
  .kll-module-consent .kll-module__actions { width: 100%; min-width: 0; }
  .kll-module-consent .kll-module-button { max-width: 100%; white-space: normal; }
  .kll-module-map__frame iframe { min-height: 380px; }
  .kll-module-cta__inner { min-height: 0; padding: 34px 24px; }
  .kll-module-cta__inner { background-position: var(--kll-mobile-image-position, var(--kll-image-position, center center)); }
  .kll-module-cta__inner > .kll-module__actions { width: 100%; }
  .kll-module-cta__inner .kll-module-button { width: 100%; }
  .kll-module-result-card, .kll-module-document-card { min-height: 0; padding: 23px; }
  .edition-editor-content--blocks.entry-content > .kll-module:not(.alignfull) { width: calc(100% - 40px); }
  .kll-module--edition-hero .kll-edition-hero { min-height: 820px; padding: 190px 20px 110px; align-items: center; }
  .kll-edition-hero__image { object-position: var(--kll-mobile-image-position, var(--kll-image-position, center center)); }
  .kll-module--edition-hero .kll-edition-hero::before { background: linear-gradient(180deg,rgba(2,14,27,.64),rgba(2,14,27,.3) 38%,rgba(2,14,27,.84) 82%,rgba(2,14,27,.96)); }
  .kll-module--edition-hero .edition-hero__copy { max-width: 100%; }
  .kll-module--edition-hero .edition-hero__copy h1 { font-size: clamp(48px, 13vw, 66px); line-height: .98; }
  .kll-module--edition-hero .edition-hero__copy > p { font-size: 18px; }
  .kll-module--edition-hero .hero-actions { width: min(100%, 310px); display: grid; grid-template-columns: 1fr; gap: 10px; }
  .kll-module--edition-hero .button { width: 100%; min-height: 56px; padding-inline: 18px; }
  .kll-module--edition-hero .edition-hero__year { display: none; }
  .kll-module--edition-hero .edition-scroll { right: 22px; bottom: 28px; }
  .kll-page-hero { min-height: 420px; padding: 150px 22px 48px; }
  .kll-page-hero__media img { object-position: var(--kll-mobile-image-position, var(--kll-image-position, center center)); }
  .kll-page-hero__copy h1 { font-size: clamp(42px, 12vw, 62px); }
}
@media (max-width: 440px) {
  .kll-module-gallery { grid-template-columns: 1fr; }
  .kll-module__actions { display: grid; grid-template-columns: 1fr; }
  .kll-module__actions .kll-module-button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .kll-module * { scroll-behavior: auto !important; transition: none !important; }
}
