.acf-block-preview .acf-block.home-cover-v2 .home-cover-v2__container {
  max-width: 1000px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

.acf-block.home-cover-v2 {
  position: relative;
  background-color: var(--yrp--preset--color--primary);
}

.acf-block.home-cover-v2:first-child {
  margin-top: calc(var(--yrp--preset--header-height--mobile) * -1);
}

.acf-block.home-cover-v2 .home-cover-v2__container {
  max-width: 1750px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}

.acf-block.home-cover-v2 .home-cover-v2__time-container {
  position: relative;
}

.acf-block.home-cover-v2 .home-cover-v2__year-container {
  position: relative;
}

.acf-block.home-cover-v2 .home-cover-v2__year>* {
  width: 100%;
}

.acf-block.home-cover-v2 .home-cover-v2__image-container {
  position: relative;
  width: calc(100% + 25px);
}

.acf-block.home-cover-v2 .home-cover-v2__image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2E2E2E;
  opacity: 0.3;
}

.acf-block.home-cover-v2 .home-cover-v2__year {
  width: 100%;
  height: calc(100% + 2rem);
  position: absolute;
  bottom: 0;
  left: 0;
}

.acf-block.home-cover-v2 .home-cover-v2__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.acf-block.home-cover-v2 .home-cover-v2__year>* {
  object-position: bottom right;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.acf-block.home-cover-v2 .home-cover-v2__image>img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.acf-block.home-cover-v2 .home-cover-v2__text-container {
  width: 100%;
  position: absolute;
  left: 25px;
  bottom: calc(25px + -4rem);
}

.acf-block.home-cover-v2 .home-cover-v2__text {
  position: relative;
}

.acf-block.home-cover-v2 .home-cover-v2__text>* {
  margin: 0;
}

.acf-block.home-cover-v2 .home-cover-v2__eyebrow,
.acf-block.home-cover-v2 .home-cover-v2__title {
  color: #fff;
  text-transform: uppercase;
}

.acf-block.home-cover-v2 .home-cover-v2__eyebrow {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 100%;
  font-size: clamp(1.125rem, 4vw, 1.375rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

.acf-block.home-cover-v2 .home-cover-v2__title {
  font-size: clamp(3.125rem, 6vw, 4.5rem);
}

@media(max-width: 1023px) {
  .acf-block.home-cover-v2 {
    min-height: 85vh;
    margin-bottom: 4rem;
  }

  .acf-block.home-cover-v2 .home-cover-v2__body {
    display: flex;
    flex-direction: column;
    min-height: 85vh;
  }

  .acf-block.home-cover-v2 .home-cover-v2__year-container {
    width: calc(50% + 60px);
    margin-left: -60px;
    aspect-ratio: 2 / 3;
  }

  .acf-block.home-cover-v2 .home-cover-v2__content-container {
    position: relative;
    flex: 1;
  }

  .acf-block.home-cover-v2 .home-cover-v2__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media(max-width: 767px) {
  .acf-block.home-cover-v2 .home-cover-v2__time-container {
    transform: translateY(-5rem);
  }

  .acf-block.home-cover-v2 .home-cover-v2__year-container {
    width: calc(50% + 25px);
    margin-left: -25px;
    aspect-ratio: 9 / 16;
  }

  .acf-block.home-cover-v2 .home-cover-v2__image-container {
    height: calc(100% + 10rem);
    transform: translateY(-6rem);
  }
}

@media(min-width: 768px) {
  .acf-block.home-cover-v2 .home-cover-v2__container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media(min-width: 1024px) {
  .acf-block-preview .acf-block.home-cover-v2 {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0 !important;
  }

  .acf-block-preview .acf-block.home-cover-v2 .home-cover-v2__time {
    margin-top: calc(((95px + 2rem) * -1) - 4rem);
  }

  .acf-block-preview .acf-block.home-cover-v2 .home-cover-v2__content-container {
    top: calc(95px + 2rem);
  }

  .acf-block.home-cover-v2 {
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding-bottom: 0;
    margin-bottom: 2rem;
  }

  .acf-block.home-cover-v2:first-child {
    margin-top: calc(var(--yrp--preset--header-height--desktop) * -1);
  }

  .acf-block.home-cover-v2 .home-cover-v2__time-container {
    min-height: 100vh;
  }

  .acf-block.home-cover-v2 .home-cover-v2__time {
    width: 30%;
  }

  .acf-block.home-cover-v2 .home-cover-v2__year-container {
    width: calc(100% + 60px);
    min-height: 100vh;
    margin-left: -60px;
  }

  .acf-block.home-cover-v2 .home-cover-v2__content-container {
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 120px);
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .acf-block.home-cover-v2 .home-cover-v2__content {
    position: relative;
    width: 75%;
  }

  .acf-block.home-cover-v2 .home-cover-v2__image-container {
    width: calc(100% + 60px);
    min-height: calc(100vh - var(--yrp--preset--header-height--desktop));
  }

  .acf-block.home-cover-v2 .home-cover-v2__text-container {
    display: flex;
    justify-content: flex-end;
    left: 0;
    bottom: 4rem;
  }

  .acf-block.home-cover-v2 .home-cover-v2__text {
    display: inline-block;
  }
}

@media(min-width: 1750px) {
  .acf-block.home-cover-v2 {
    min-height: 900px;
  }

  .acf-block.home-cover-v2 .home-cover-v2__time-container {
    min-height: 900px;
  }

  .acf-block.home-cover-v2 .home-cover-v2__year-container {
    width: calc(100% + 60px + ((100vw - 1750px) / 2));
    min-height: 900px;
    margin-left: calc(-60px - ((100vw - 1750px) / 2));
  }

  .acf-block.home-cover-v2 .home-cover-v2__content-container {
    width: calc(1750px - 120px);
  }

  .acf-block.home-cover-v2 .home-cover-v2__image-container {
    width: calc(100% + 60px + ((100vw - 1750px) / 2));
    min-height: calc(900px - var(--yrp--preset--header-height--desktop));
  }
}