@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Light.woff2") format("woff2"), url("../fonts/Ubuntu-Light.woff") format("woff"), url("../fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Regular.woff2") format("woff2"), url("../fonts/Ubuntu-Regular.woff") format("woff"), url("../fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Medium.woff2") format("woff2"), url("../fonts/Ubuntu-Medium.woff") format("woff"), url("../fonts/Ubuntu-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Bold.woff2") format("woff2"), url("../fonts/Ubuntu-Bold.woff") format("woff"), url("../fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

html {
  position: relative;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box; }
  html *,
  html *:before,
  html *:after {
    box-sizing: inherit; }

body {
  margin: 0;
  font-size: 16px;
  font-family: 'Ubuntu';
  font-weight: 400;
  color: #1D1D1D;
  background-color: #F3F3F3; }

input,
select,
label {
  font-size: 1rem;
  font-family: 'Ubuntu';
  font-weight: 450; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

b,
strong {
  font-weight: bold; }

sub,
sup {
  font-size: 75%;
  vertical-align: baseline; }

sup {
  top: -0.3em;
  position: relative; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

.mt-1 {
  margin-top: 1rem; }

.mb-1 {
  margin-bottom: 1rem; }

.title--small {
  font-size: calc(clamp(0.625rem, 0.376vw + 0.537rem, 0.875rem));
  color: #B0D5E2;
  font-weight: 400; }

.title--medium {
  font-size: calc(clamp(0.875rem, 0.188vw + 0.831rem, 1rem));
  color: #B0D5E2; }

h1,
.h1 {
  font-size: calc(clamp(2rem, 1rem + 3.2vi, 3rem));
  font-weight: 700;
  line-height: 120%;
  color: #fff; }

h2,
.h2 {
  font-size: calc(clamp(1.5rem, 1.127vw + 1.236rem, 2.25rem));
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.045rem; }
  h2--big,
  .h2--big {
    font-size: calc(clamp(1.5rem, 2.066vw + 1.016rem, 2.875rem));
    font-weight: 400;
    letter-spacing: -0.0575rem; }

h3,
.h3 {
  font-size: calc(clamp(1.25rem, 0.939vw + 1.03rem, 1.875rem));
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.01875rem; }

h4,
.h4 {
  font-size: calc(clamp(1.25rem, 0.563vw + 1.118rem, 1.625rem));
  font-weight: 400;
  line-height: 130%; }

h5,
.h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%; }

h6,
.h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 140%; }

.text-large {
  font-size: calc(clamp(1.125rem, 0.188vw + 1.081rem, 1.25rem));
  line-height: 1.6; }

.text-medium {
  font-size: calc(clamp(1rem, 0.188vw + 1.081rem, 1.125rem));
  line-height: 1.6; }

p,
.text-regular {
  font-size: calc(clamp(0.875rem, 0.188vw + 0.831rem, 1rem));
  line-height: 1.6; }

.text-small, .footer__menu-wrapper ul li a {
  font-size: .875rem;
  line-height: 1.2; }

.text-black {
  color: #1D1D1D; }

.text-white {
  color: #fff; }

.text-grey {
  color: #898B8D; }

.text-primary {
  color: #F0554E; }

.opacity-60 {
  opacity: .6; }

.font-weight-medium {
  font-weight: 500; }

.font-weight-bold {
  font-weight: 700; }

.text-gradient {
  display: inline-block;
  background-clip: text !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #1D1D1D 0%, #F0554E 100%); }

.btn, form.freeform-form button {
  font-family: 'Ubuntu';
  padding: 0.75rem 1.5rem;
  border-radius: 6.25rem;
  font-size: 1rem;
  font-weight: 450;
  border: none;
  cursor: pointer;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: .3s ease-out;
  background-color: transparent; }
  @media screen and (max-width: 980px) {
    .btn, form.freeform-form button {
      padding: 0.5rem 1.25rem; } }
  .btn::after, form.freeform-form button::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 6.25rem;
    content: "";
    display: block;
    z-index: -2; }
  .btn::before, form.freeform-form button::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scaleX(0);
    content: "";
    display: block;
    z-index: -1;
    transition: transform .3s ease-out;
    transform-origin: bottom right; }
  .btn:hover::before, form.freeform-form button:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left; }
  .btn--primary, form.freeform-form button {
    color: #fff; }
    .btn--primary::after, form.freeform-form button::after {
      background-color: #F0554E; }
    .btn--primary::before, form.freeform-form button::before {
      background-color: #ec281f; }
  .btn--black {
    color: #fff; }
    .btn--black::after {
      background-color: #1D1D1D; }
    .btn--black::before {
      background-color: #373737; }
  .btn--tertiary {
    border: 1px solid rgba(29, 29, 29, 0.6);
    color: rgba(29, 29, 29, 0.6); }
    .btn--tertiary::after {
      background-color: transparent; }
    .btn--tertiary::before {
      background-color: #1D1D1D; }
    .btn--tertiary:hover {
      border-color: #1d1d1d;
      color: white; }
  .btn--white-ghost {
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6); }
    .btn--white-ghost::after {
      background-color: transparent; }
    .btn--white-ghost::before {
      background-color: #fff; }
    .btn--white-ghost:hover {
      border-color: white;
      color: #f0554e; }
  .btn--white {
    color: #1D1D1D; }
    .btn--white::after {
      background-color: #fff; }
    .btn--white::before {
      background-color: #F0554E; }
    .btn--white:hover {
      color: #fff; }
  .btn--large {
    padding: .75rem 1.5rem; }

.link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  color: #1D1D1D;
  text-decoration: none;
  font-weight: 400;
  transition: .3s ease all; }
  .link--underline {
    text-decoration: underline; }
    .link--underline:hover {
      text-decoration: none; }
  .link--white {
    color: #fff; }
  .link--small {
    font-size: .875rem; }

.wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 5vw;
  max-width: 1920px;
  margin: 0 auto; }
  .wrapper--sm {
    max-width: 1670px; }
  .wrapper--xs {
    max-width: 1420px; }
  .wrapper--xxs {
    max-width: 1170px; }

.menu {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 1rem; }
  .menu__link {
    padding: .75rem;
    line-height: 1.5;
    color: #1D1D1D;
    text-decoration: none;
    transition: color .3s ease-out; }
    .menu__link:hover {
      color: #F0554E; }

.header__top {
  background-color: #1D1D1D;
  padding: 1.25rem 0;
  color: #fff;
  font-size: .875rem; }
  @media screen and (max-width: 980px) {
    .header__top {
      padding: .5rem 0;
      display: none; } }

.header__top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem; }
  @media screen and (max-width: 980px) {
    .header__top-wrapper {
      display: none; } }

.header__next-race {
  position: relative;
  display: block;
  padding-left: 1.75rem; }
  .header__next-race::before {
    background-color: #00FF48;
    width: .5rem;
    height: .5rem;
    border-radius: .5rem;
    display: block;
    content: "";
    position: absolute;
    top: .25rem;
    left: .25rem; }
  .header__next-race::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    background-color: rgba(0, 255, 72, 0.25); }

.header__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem; }
  .header__socials a {
    height: 1rem; }
    .header__socials a svg {
      height: 1rem; }

.header__main {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem; }

.header__right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem; }
  @media screen and (max-width: 980px) {
    .header__right {
      display: none; } }

.header__menu {
  background-color: #fff;
  border: 1px solid #fff;
  padding: .75rem;
  border-radius: 999rem; }

.header__resnav-opener {
  position: fixed;
  right: 5vw;
  z-index: 99; }
  @media screen and (min-width: 980px) {
    .header__resnav-opener {
      display: none; } }

.resnav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 98;
  background-color: #F3F3F3;
  padding: 7.5rem 0 0;
  transform: translateX(100%);
  transition: .3s ease transform; }
  .resnav--active {
    transform: translateX(0); }
  .resnav__menu {
    list-style: none;
    margin: 0;
    padding: 0; }
  .resnav__menu-item {
    padding: 0; }
  .resnav__menu-link {
    display: block;
    color: #1D1D1D;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 1rem 0; }

.footer {
  background-color: #1D1D1D; }
  .footer__main {
    padding: 5rem 0; }
  .footer__socials {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem; }
  .footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: .25rem;
    background-color: transparent;
    transition: .3s ease background-color; }
    .footer__social svg {
      height: 1rem;
      width: 1rem; }
      .footer__social svg path {
        fill: #fff;
        transition: .3s ease fill; }
    .footer__social:hover {
      background-color: #fff; }
      .footer__social:hover svg path {
        fill: #F0554E; }
  .footer__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem; }
    .footer__wrapper h3 {
      max-width: 40rem; }
    @media screen and (max-width: 980px) {
      .footer__wrapper {
        grid-template-columns: 1fr; } }
  .footer__menu-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem; }
    @media screen and (max-width: 580px) {
      .footer__menu-wrapper {
        grid-template-columns: 1fr; } }
    .footer__menu-wrapper ul {
      display: inline-block;
      margin: 0;
      padding: 0;
      list-style: none; }
      .footer__menu-wrapper ul li a {
        color: #fff;
        text-decoration: none;
        line-height: 210%;
        transition: .3s ease opacity; }
  .footer__menu-wrapper ul:hover a:not(:hover) {
    opacity: 0.5; }
  .footer__logo {
    opacity: .5;
    margin-bottom: 5rem; }
  .footer__bottom {
    padding: 2rem 0;
    background-color: #101010;
    color: #fff;
    font-size: 14px; }

.cookie-banner {
  position: fixed;
  bottom: 4vh;
  right: 1.5rem;
  z-index: 99999;
  width: 50rem; }
  @media screen and (max-width: 980px) {
    .cookie-banner {
      width: calc(100% - 3rem);
      bottom: 3vh; } }
  @media screen and (max-width: 768px) {
    .cookie-banner {
      width: 60%;
      right: unset;
      left: 1.5rem; } }
  @media screen and (max-width: 580px) {
    .cookie-banner {
      left: 1rem;
      right: unset;
      width: calc(100% - 2rem);
      bottom: 2vh; } }
  .cookie-banner.elc-hidden {
    display: none; }
  .cookie-banner.elc-fullwidth {
    width: 28rem; }
    @media screen and (max-width: 768px) {
      .cookie-banner.elc-fullwidth {
        width: 60%; } }
    @media screen and (max-width: 580px) {
      .cookie-banner.elc-fullwidth {
        width: calc(100% - 2rem); } }
    .cookie-banner.elc-fullwidth .cookie-banner__text--main {
      display: none; }
    .cookie-banner.elc-fullwidth .cookie-banner__text--info {
      display: block; }
    .cookie-banner.elc-fullwidth .cookie-banner__text--more {
      display: block; }
    .cookie-banner.elc-fullwidth .cookie-banner__button--preferences {
      display: none; }
    .cookie-banner.elc-fullwidth .cookie-banner__button--save {
      display: inline-block; }
    .cookie-banner.elc-fullwidth .cookie-banner__fields {
      display: flex; }
    .cookie-banner.elc-fullwidth .cookie-banner__inner {
      flex-direction: column;
      align-items: flex-start;
      gap: 2rem; }
      @media screen and (max-width: 768px) {
        .cookie-banner.elc-fullwidth .cookie-banner__inner {
          gap: 1rem; } }
    .cookie-banner.elc-fullwidth .cookie-banner__buttons {
      flex-direction: row-reverse; }
  .cookie-banner__inner {
    background: #F3F5F7;
    padding: 1.5rem 2rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem; }
    @media screen and (max-width: 768px) {
      .cookie-banner__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: 1.5rem; } }
  .cookie-banner__settings {
    background: #F3F5F7;
    padding: 1.5rem 2rem;
    border-radius: 0.5rem;
    display: none; }
  .cookie-banner__buttons {
    display: flex;
    align-items: center;
    gap: 1rem; }
    .cookie-banner__buttons-form {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 2rem; }
      @media screen and (max-width: 768px) {
        .cookie-banner__buttons-form {
          gap: 1rem; } }
  .cookie-banner__fields {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem; }
    .cookie-banner__fields-group {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      overflow: hidden;
      max-height: 1.625rem;
      transition: max-height 0.3s cubic-bezier(0.65, 0.05, 0.36, 1); }
      .cookie-banner__fields-group--head {
        width: 100%;
        height: 1.625rem;
        position: relative;
        display: flex;
        align-items: center;
        cursor: pointer; }
      .cookie-banner__fields-group--toggle {
        position: absolute;
        right: 0;
        display: flex;
        align-items: center; }
        .cookie-banner__fields-group--toggle svg {
          transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1); }
      .cookie-banner__fields-group--description {
        color: rgba(29, 29, 29, 0.8);
        padding-top: 1rem;
        width: 90%; }
      .cookie-banner__fields-group--active .cookie-banner__fields-group--toggle svg {
        transform: rotate(180deg); }
  .cookie-banner__text--info {
    display: none; }
  .cookie-banner__text--more {
    display: none; }
  .cookie-banner__button--save {
    display: none; }
  .cookie-banner__checkbox {
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #898B8D;
    transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    box-sizing: border-box; }
    .cookie-banner__checkbox svg {
      opacity: 0;
      transform: scale(0.5);
      transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0.2s cubic-bezier(0.65, 0.05, 0.36, 1); }
    .cookie-banner__checkbox-wrap {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      cursor: pointer; }
      .cookie-banner__checkbox-wrap > * {
        pointer-events: none; }
  .cookie-banner .elc-cookie-checkbox {
    display: none; }
    .cookie-banner .elc-cookie-checkbox:checked + .cookie-banner__checkbox-wrap .cookie-banner__checkbox {
      background-color: #CB1617;
      border: 1px solid #CB1617; }
      .cookie-banner .elc-cookie-checkbox:checked + .cookie-banner__checkbox-wrap .cookie-banner__checkbox svg {
        opacity: 1;
        transform: scale(1); }
    .cookie-banner .elc-cookie-checkbox:disabled + .cookie-banner__checkbox-wrap .cookie-banner__checkbox {
      background-color: rgba(203, 22, 23, 0.5);
      border: 1px solid transparent; }

form.freeform-form .freeform-row > div {
  padding: .75rem 0; }
  form.freeform-form .freeform-row > div .freeform-errors li {
    margin-top: .5rem;
    color: #CB1617;
    font: inherit;
    font-style: italic; }

form.freeform-form .freeform-row input,
form.freeform-form .freeform-row textarea {
  border: 1px solid rgba(29, 29, 29, 0.2);
  border-radius: 0;
  transition: .3s ease border-color; }
  form.freeform-form .freeform-row input:active, form.freeform-form .freeform-row input:focus,
  form.freeform-form .freeform-row textarea:active,
  form.freeform-form .freeform-row textarea:focus {
    border-color: #1d1d1d; }
  form.freeform-form .freeform-row input.freeform.has-errors,
  form.freeform-form .freeform-row textarea.freeform.has-errors {
    border-color: #CB1617; }

form.freeform-form .freeform-row textarea {
  height: 7.5rem;
  resize: vertical; }

form.freeform-form .freeform-form-success {
  background-color: #318C27;
  border-color: #318C27; }

form.freeform-form .freeform-form-errors {
  background-color: #CB1617;
  border-color: #CB1617; }

form.freeform-form .freeform-form-success,
form.freeform-form .freeform-form-errors {
  border-radius: 0;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem; }

.banner {
  padding: 7.5rem 0 5rem; }
  .banner__wrapper {
    max-width: 900px; }
  .banner__content {
    max-width: 500px;
    margin: 2rem 0 1.5rem; }
  .banner__buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap; }

.video-content {
  background-color: #1D1D1D; }
  .video-content__video-wrapper {
    position: relative;
    height: 100%;
    width: 100%; }
    .video-content__video-wrapper::before {
      background: linear-gradient(180deg, rgba(29, 29, 29, 0) 0%, #1d1d1d 100%);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      content: "";
      display: block; }
  .video-content__video {
    width: 100%;
    height: auto;
    aspect-ratio: 4/1;
    object-fit: cover;
    min-height: 20rem; }
  .video-content__content-wrapper {
    padding: 7.5rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 7.5rem; }
    @media screen and (max-width: 980px) {
      .video-content__content-wrapper {
        grid-template-columns: 1fr; } }
    .video-content__content-wrapper h2 {
      margin: .5rem 0 1.5rem; }

.calendar {
  padding: 7.5rem 0; }
  .calendar__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem; }
    @media screen and (max-width: 1280px) {
      .calendar__wrapper {
        grid-template-columns: repeat(3, 1fr); } }
    @media screen and (max-width: 980px) {
      .calendar__wrapper {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 580px) {
      .calendar__wrapper {
        grid-template-columns: 1fr; } }
  .calendar__title {
    margin-bottom: 5rem; }
  .calendar__season {
    padding: 2rem;
    background-color: #fff;
    width: 100%;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between; }
    .calendar__season h4 {
      margin-bottom: 0; }
  .calendar__season-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem; }
  .calendar__season-price {
    opacity: .75; }
  .calendar__item {
    padding: 2rem;
    background-color: #fff;
    width: 100%; }
    .calendar__item .btn, .calendar__item form.freeform-form button, form.freeform-form .calendar__item button {
      margin: 2rem 0 0; }
  .calendar__item-content {
    margin: .5rem 0 0;
    line-height: 1.3; }

.regulations {
  padding: 7.5rem 0; }
  .regulations__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem; }
    @media screen and (max-width: 1280px) {
      .regulations__wrapper {
        grid-template-columns: repeat(3, 1fr); } }
    @media screen and (max-width: 980px) {
      .regulations__wrapper {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 580px) {
      .regulations__wrapper {
        grid-template-columns: 1fr; } }
  .regulations__title {
    margin-bottom: 5rem; }
  .regulations__item {
    padding: 2rem;
    background-color: #fff;
    width: 100%; }
    .regulations__item .btn, .regulations__item form.freeform-form button, form.freeform-form .regulations__item button {
      margin: 2rem 0 0; }
  .regulations__item-content {
    margin: .5rem 0 0;
    line-height: 1.3; }

.contact {
  padding: 7.5rem 0 0;
  background-color: #fff; }
  .contact__wrapper {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 2rem 5rem; }
    @media screen and (max-width: 980px) {
      .contact__wrapper {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 580px) {
      .contact__wrapper {
        grid-template-columns: 1fr; } }
  .contact h2 {
    max-width: 20rem;
    margin-bottom: 1.5rem; }

.images {
  padding: 10rem 0;
  background-color: #1D1D1D; }
  .images__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem; }
    @media screen and (max-width: 980px) {
      .images__wrapper {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 580px) {
      .images__wrapper {
        grid-template-columns: 1fr; } }
  .images__image {
    height: auto;
    width: 100%;
    aspect-ratio: 5/4;
    object-fit: cover; }
  .images__column {
    display: grid;
    gap: 2.5rem; }
    .images__column:nth-child(1) .images__image:nth-child(1), .images__column:nth-child(3) .images__image:nth-child(1) {
      aspect-ratio: 1/1; }
    .images__column:nth-child(2) .images__image:nth-child(2), .images__column:nth-child(4) .images__image:nth-child(2) {
      aspect-ratio: 1/1; }
    @media screen and (max-width: 580px) {
      .images__column:nth-child(2) {
        display: none; } }
    @media screen and (max-width: 980px) {
      .images__column:nth-child(3), .images__column:nth-child(4) {
        display: none; } }
  .images__content-wrapper {
    max-width: 40rem;
    margin: 0 auto 5rem;
    text-align: center; }
    .images__content-wrapper h2 {
      margin: .5rem 0 1.5rem; }
    .images__content-wrapper p:not(:last-child) {
      margin-bottom: 1rem; }
    .images__content-wrapper .btn, .images__content-wrapper form.freeform-form button, form.freeform-form .images__content-wrapper button {
      margin-top: 2rem; }
    @media screen and (max-width: 580px) {
      .images__content-wrapper {
        margin: 0 0 5rem;
        text-align: left; } }

.hero {
  background-color: #F3F3F3;
  padding: 7.5rem 0 2.5rem; }
  .hero__content {
    color: #1D1D1D; }

.image {
  position: relative;
  background-color: #fff;
  padding: 5rem 0; }
  .image__wrapper {
    position: relative;
    display: block; }
    .image__wrapper::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      display: block;
      background-color: rgba(29, 29, 29, 0.25);
      border-radius: 1rem; }
  .image__image {
    height: auto;
    width: 100%;
    aspect-ratio: 3/1;
    object-fit: cover;
    border-radius: 1rem;
    min-height: 20rem; }

.cta {
  padding: 7.5rem 0; }
  @media screen and (max-width: 980px) {
    .cta {
      padding: 7.5rem 0; } }
  @media screen and (max-width: 580px) {
    .cta {
      padding: 5rem 0; } }
  .cta__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 2.5rem;
    align-items: center; }
    @media screen and (max-width: 980px) {
      .cta__wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 2rem; } }
    @media screen and (max-width: 768px) {
      .cta__wrapper {
        grid-template-columns: 1fr; } }
  .cta h2 {
    max-width: 20rem; }
  .cta p {
    margin: 1rem 0 1.5rem; }
  .cta__next-race {
    background-color: #1D1D1D; }
  .cta__next-race-layout-wrapper {
    padding: 2rem;
    position: relative;
    height: 15rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .cta__next-race-layout-wrapper::after {
      content: "";
      background: linear-gradient(0deg, #1D1D1D, transparent);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      display: block;
      z-index: 1; }
  .cta__next-race-layout {
    position: relative;
    z-index: 2;
    height: 7.5rem; }
  .cta__image {
    position: absolute;
    height: 15rem;
    width: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    z-index: 0; }
  .cta__counter {
    padding: 4rem 2rem;
    background-color: #1D1D1D;
    color: #fff;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem; }
    @media screen and (max-width: 580px) {
      .cta__counter {
        grid-template-columns: 1fr 1fr; } }
  .cta__counter-item {
    display: flex;
    flex-direction: column;
    text-align: center; }
  .cta__counter-count {
    font-weight: 500;
    font-size: 2rem;
    line-height: 4rem; }
  .cta__counter-title {
    text-transform: uppercase;
    opacity: .5;
    font-size: 1rem; }

.video {
  background-color: #1D1D1D; }
  .video__video-wrapper {
    position: relative;
    height: 100%;
    width: 100%; }
    .video__video-wrapper::before {
      background: linear-gradient(180deg, rgba(29, 29, 29, 0) 0%, #1d1d1d 100%);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      content: "";
      display: block; }
  .video__video {
    width: 100%;
    height: auto;
    aspect-ratio: 4/1;
    object-fit: cover;
    min-height: 20rem; }
    @media screen and (max-width: 980px) {
      .video__video {
        display: none; } }
  .video__image {
    width: 100%;
    height: auto;
    aspect-ratio: 4/1;
    object-fit: cover;
    min-height: 20rem; }
    @media screen and (min-width: 980px) {
      .video__image {
        display: none; } }
