/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./template-parts/blocks/race-highlights/race-highlights.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.race-highlights__header {
  margin-bottom: 32px; }
  @media (max-width: 575px) {
    .race-highlights__header {
      margin-bottom: 25px; } }

.race-highlights__mobile-selector {
  display: none; }
  @media (max-width: 991px) {
    .race-highlights__mobile-selector {
      display: block;
      position: relative;
      margin-bottom: 25px; } }

.race-highlights__selector-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: var(--brand-blue);
  color: #fff;
  border: none;
  border-radius: 92px;
  padding: 11px 24px;
  font-size: 20px;
  font-family: inherit;
  cursor: pointer; }
  .race-highlights__selector-btn[aria-expanded="true"] {
    border-radius: 20px 20px 0 0; }
    .race-highlights__selector-btn[aria-expanded="true"] .routes-section__selector-arrow {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .race-highlights__selector-btn:focus-visible {
    outline: 2px solid var(--brand-blue);
    outline-offset: 2px; }

.race-highlights__selector-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left; }

.race-highlights__selector-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 12px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease; }

.race-highlights__selector-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border: 2px solid var(--brand-blue);
  border-top: none;
  border-radius: 0 0 20px 20px;
  list-style: none;
  padding: 4px 0 8px;
  margin: 0;
  z-index: 10;
  overflow: hidden; }

.race-highlights__selector-option {
  padding: 12px 24px;
  font-size: 18px;
  font-family: inherit;
  cursor: pointer;
  color: var(--text-color-primary);
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease; }
  .race-highlights__selector-option:hover {
    background: var(--bg-light-secondary); }
  .race-highlights__selector-option.is-active {
    font-weight: 700;
    color: var(--brand-blue); }

.race-highlights__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px; }
  @media (max-width: 991px) {
    .race-highlights__tabs {
      display: none; } }

.race-highlights__tab {
  font-size: 20px;
  padding: 11px 30px; }
  .race-highlights__tab.is-active {
    background: var(--brand-blue);
    color: #fff;
    border-color: var(--brand-blue); }
  .race-highlights__tab:focus-visible {
    outline: 2px solid var(--brand-blue);
    outline-offset: 2px; }

.race-highlights__panel {
  display: none; }
  .race-highlights__panel.is-active {
    display: block; }
  .race-highlights__panel[hidden] {
    display: none; }

.race-highlights__distance-bar {
  display: none; }
  @media (max-width: 991px) {
    .race-highlights__distance-bar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: var(--brand-green);
      padding: 14px 20px;
      min-height: 70px; }
      .race-highlights__distance-bar .routes-section__distance {
        font-size: 48px; } }
  @media (max-width: 480px) {
    .race-highlights__distance-bar {
      padding: 10px 15px;
      min-height: 50px; }
      .race-highlights__distance-bar .routes-section__distance {
        font-size: 40px; } }

.race-highlights__map-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--bg-light-secondary); }

.race-highlights__map-img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto; }

.race-highlights__map-embed {
  width: 100%;
  height: auto;
  position: relative; }
  .race-highlights__map-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block; }

.race-highlights__landmarks {
  margin-top: 40px; }
  @media (max-width: 1199px) {
    .race-highlights__landmarks {
      margin-top: 30px; } }
  @media (max-width: 991px) {
    .race-highlights__landmarks {
      margin-top: 24px;
      padding-bottom: 4px; } }
  @media (max-width: 575px) {
    .race-highlights__landmarks {
      margin-top: 20px; } }
  .race-highlights__landmarks .splide__track {
    overflow: visible; }

.race-highlights__landmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  @media (max-width: 1199px) {
    .race-highlights__landmark {
      gap: 20px; } }
  @media (max-width: 991px) {
    .race-highlights__landmark {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 240px;
      gap: 16px; } }
  .race-highlights__landmark.active .routes-section__landmark-caption {
    color: var(--brand-blue);
    padding-left: 35px; }
    @media (max-width: 991px) {
      .race-highlights__landmark.active .routes-section__landmark-caption {
        padding-left: 30px; } }
    .race-highlights__landmark.active .routes-section__landmark-caption:before {
      opacity: 1; }
  .race-highlights__landmark img {
    width: 100%;
    aspect-ratio: 328 / 262;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (max-width: 991px) {
    .race-highlights__landmark img {
      aspect-ratio: 240 / 170; } }

.race-highlights__landmark-caption {
  font-size: 24px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-color-primary);
  font-weight: 400;
  -webkit-transition: color 0.2s ease, padding 0.2s ease;
  transition: color 0.2s ease, padding 0.2s ease; }
  @media (max-width: 1399px) {
    .race-highlights__landmark-caption {
      font-size: 22px; } }
  @media (max-width: 1199px) {
    .race-highlights__landmark-caption {
      font-size: 18px; } }
  @media (max-width: 991px) {
    .race-highlights__landmark-caption {
      font-size: 14px;
      letter-spacing: 0.05em;
      line-height: 18px; } }
  .race-highlights__landmark-caption:before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAyNSAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIzLjUgMTIuMjVDMjMuNSAyMSAxMi4yNSAyOC41IDEyLjI1IDI4LjVDMTIuMjUgMjguNSAxIDIxIDEgMTIuMjVDMSA5LjI2NjMxIDIuMTg1MjYgNi40MDQ4MyA0LjI5NTA1IDQuMjk1MDVDNi40MDQ4MyAyLjE4NTI2IDkuMjY2MzEgMSAxMi4yNSAxQzE1LjIzMzcgMSAxOC4wOTUyIDIuMTg1MjYgMjAuMjA0OSA0LjI5NTA1QzIyLjMxNDcgNi40MDQ4MyAyMy41IDkuMjY2MzEgMjMuNSAxMi4yNVoiIHN0cm9rZT0iIzAwN0VDNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEyLjI1IDE2QzE0LjMyMTEgMTYgMTYgMTQuMzIxMSAxNiAxMi4yNUMxNiAxMC4xNzg5IDE0LjMyMTEgOC41IDEyLjI1IDguNUMxMC4xNzg5IDguNSA4LjUgMTAuMTc4OSA4LjUgMTIuMjVDOC41IDE0LjMyMTEgMTAuMTc4OSAxNiAxMi4yNSAxNloiIHN0cm9rZT0iIzAwN0VDNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 25px;
    height: 30px;
    position: absolute;
    left: 0;
    top: -2px;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    @media (max-width: 991px) {
      .race-highlights__landmark-caption:before {
        width: 20px;
        height: 24px; } }
  .race-highlights__landmark-caption strong {
    font-weight: 800; }


/*# sourceMappingURL=race-highlights.bundle.css.map*/