@charset "UTF-8";
/* Modules */
:root {
  --starColor: #a9936f;
  --buttonBgColor: #a9936f;
  --buttonFgColor: white;
  --hospitalityPanelHeight: 27px;
  --headerHeight: 70px;
}

.button--white {
  --buttonBgColor: white;
  --buttonFgColor: #001f23;
}

.button--leading-icon::after {
  display: none;
}

/* Layout */
body:not(.intro-video-complete) {
  overflow: hidden;
}

body:not(.intro-video-complete) [data-arrow] {
  z-index: 1;
}

@media (max-width: 680px) {
  header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #001EC8;
    z-index: -1;
  }
}
body:not(.intro-video-complete) header {
  z-index: 1;
}
body.intro-video-complete header {
  opacity: 1 !important;
}

@media (max-width: 680px) {
  div[data-hospitality-panel] {
    position: relative;
    z-index: 51;
  }
  body:not(.intro-video-complete) div[data-hospitality-panel] {
    z-index: 1;
  }
}
@media (min-width: 769px) {
  div[data-hospitality-panel] .hidden.sm\:block {
    display: block;
  }
}
body.intro-video-complete div[data-hospitality-panel] > div {
  opacity: 1 !important;
}



.fifty-fifty-block {
  --accentColor: #a9936f;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media (max-width: 768px) {
  .fifty-fifty-block {
    grid-template-columns: auto;
  }
}

.fifty-fifty-block--bg-blue {
  --accentColor: rgb(33 0 160);
  background-color: white;
  color:rgb(33 0 160);
}

.fifty-fifty-block__content p {
    color: rgb(33 0 160);
    font-size: 16px;
    line-height: 22px;
}
.fifty-fifty-block--py {
  padding-block: clamp(3rem, 2.2353rem + 3.1373vw, 6rem) clamp(2rem, 1.4902rem + 2.0915vw, 4rem);
}
@media (max-width: 768px) {
  .fifty-fifty-block--py {
    padding-top: 0;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .fifty-fifty-block .match-info-block-detail__details {
    column-gap: 4px;
  }
}

.fifty-fifty-block__image {
  aspect-ratio: 16/11;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .fifty-fifty-block__image {
    border-radius: 0 0 20px 20px;
  }
}
@media (min-width: 769px) {
  .fifty-fifty-block.fifty-fifty-block--alt .fifty-fifty-block__image {
    grid-area: 1/2/1/2;
    border-radius: 20px 0 0 20px;
    aspect-ratio: 700/525;
  }
}
.fifty-fifty-block__image img, .fifty-fifty-block__image video {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.fifty-fifty-block__content {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding-left: clamp(1rem, -0.3382rem + 5.4902vw, 6.25rem);
  padding-right: clamp(1rem, -1.9314rem + 12.0261vw, 12.5rem);
}
.fifty-fifty-block.fifty-fifty-block--alt .fifty-fifty-block__content {
  padding-right: clamp(1rem, -0.3382rem + 5.4902vw, 6.25rem);
  padding-left: clamp(1rem, -1.9314rem + 12.0261vw, 12.5rem);
}
@media (max-width: 768px) {
  .fifty-fifty-block__content {
    padding-top: 32px;
  }
}
.fifty-fifty-block__content h3 {
  margin-block: 0;
  font-size: clamp(1.25rem, 0.9951rem + 1.0458vw, 2.25rem);
  line-height: clamp(1.25rem, 0.9951rem + 1.0458vw, 2.25rem);
  font-weight: bold;
}
div.featured-matches-block .fifty-fifty-block__content h3 {
  font-size: clamp(2.375rem, 2.2157rem + 0.6536vw, 3rem);
  line-height: clamp(3rem, 2.8407rem + 0.6536vw, 3.625rem);
}
@media (max-width: 640px) {
  div.featured-matches-block .fifty-fifty-block__content h3 {
    text-align: center;
  }
}
.fifty-fifty-block__content ul li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding-block: 10px;
  font-size: clamp(1.125rem, 1.0294rem + 0.3922vw, 1.5rem);
  line-height: clamp(1.75rem, 1.6544rem + 0.3922vw, 2.125rem);
  font-weight: bold;
}
.fifty-fifty-block__content ul li::before {
  content: "→";
  flex-shrink: 0;
  font-size: 18px;
  color: var(--accentColor);
  font-weight: normal;
}
.fifty-fifty-block__content ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fifty-fifty-block__content .button {
  margin: clamp(1.5rem, 1.3725rem + 0.5229vw, 2rem) auto 0 0;
}

.fifty-fifty-block__content-type {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media (max-width: 640px) {
  div.featured-matches-block .fifty-fifty-block__content-type {
    text-align: center;
  }
}

.fifty-fifty-block__price > span {
  font-size: 12px;
  line-height: 18px;
}
.fifty-fifty-block__price > span.number {
  margin-right: 4px;
  font-size: clamp(1.125rem, 1.0294rem + 0.3922vw, 1.5rem);
  line-height: clamp(1.75rem, 1.6544rem + 0.3922vw, 2.125rem);
  color: var(--accentColor);
  font-weight: bold;
}

/* Amenities Block */
.amenities-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.5rem, 0.1286rem + 1.5238vw, 1.5rem);
  padding-inline: clamp(1rem, -1.9314rem + 12.0261vw, 12.5rem); /* (16, 200) */
}
@media (max-width: 1336px) {
  .amenities-block {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 980px) {
  .amenities-block {
    grid-template-columns: repeat(2, 1fr);
  }
}

.amenities-block-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 0.7451rem + 1.0458vw, 2rem);
  border-radius: 20px;
  row-gap: 24px;
  background-color: white;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  text-align: center;
}
@media (min-width: 480px) {
  .amenities-block-item {
    aspect-ratio: 1;
  }
}

.amenities-block-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: darkslategrey;
}

.amenities-block-item__name {
  color: #000;
  font-size: clamp(0.875rem, 0.7357rem + 0.5714vw, 1.25rem);
  line-height: clamp(1.25rem, 1.1107rem + 0.5714vw, 1.625rem);
  font-weight: bold;
}

/* Simple CTA Block */
.simple-cta-block {
  display: block;
  text-align: center;
}

/*** UPDATED FOR CAROUSEL FEATURES ***/
.tabs {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.tabs--colour-alt {
  background-color: #c8f2e0;
}
.tabs--pt-6 {
  padding-top: 24px;
}
.tabs--home {
  margin-top: -50px;
}
@media (max-width: 568px) {
  .tabs--home {
    margin-top: -42px;
  }
}

.tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: none;
}
.tab-list::-webkit-scrollbar {
  display: none;
}
@media (max-width: 568px) {
  .tab-list {
    justify-content: flex-start;
  }
}

.tab {
  height: 50px;
  min-width: fit-content;
  padding: 16px 24px;
  border-radius: 10px 10px 0 0;
  border: 1px solid rgb(0 155 255);
  border-bottom: none;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: #001f23;
  color: white;
  cursor: pointer;
}
@media (max-width: 568px) {
  .tab {
    height: 42px;
    padding: 10px 14px;
  }
}
.tabs.tabs--colour-alt .tab {
  background-color: #c8f2e0;
  color: #001f23;
}
.tab--active {
  background-color: rgb(0 155 255);
  color: #001f23;
}
.tabs.tabs--colour-alt .tab--active {
  background-color: #001f23;
  color: #c8f2e0;
}

.tab-content {
  position: relative;
  display: none;
  justify-content: center;
  padding: 20px clamp(2rem, 0.4214rem + 6.4762vw, 6.25rem);
  background-color: rgb(33 0 160);
  color: white;
  border: 1px solid rgb(0 155 255);
}
.tab-content--active {
  display: flex;
}
@media (max-width: 568px) {
  .tab-content {
    justify-content: flex-start;
    gap: 12px;
    overflow: auto;
  }
  .tab-content::-webkit-scrollbar-track {
    background-color: var(--color-green);
  }
  .tab-content::-webkit-scrollbar {
    background-color: var(--color-green);
    height: 6px;
    width: 6px;
  }
  .tab-content::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    cursor: pointer;
  }
  .tab-content > .tab-match-info {
    width: 335px;
    min-width: 335px;
  }
}

.carousel-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  flex-shrink: 0;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: clamp(2rem, 0.4214rem + 6.4762vw, 6.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 40px);
  border: none;
  background-color: transparent;
  color: rgb(0 155 255);
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s ease;
}
.carousel-btn::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgb(0 155 255);
}
.carousel-btn:hover {
  color: #bbfd00;
}
.carousel-btn:hover::after {
  background-color: #bbfd00;
}
.carousel-btn:hover svg {
  transform: translateX(0);
}
.carousel-btn svg {
  width: 22px;
  height: 22px;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
@media (max-width: 568px) {
  .carousel-btn svg {
    width: 16px;
    height: 16px;
  }
}
.carousel-btn--prev {
  left: 0;
}
.carousel-btn--prev > span {
  transform: scale(-1);
}
.carousel-btn--prev::after {
  right: 0;
}
.carousel-btn--prev:hover svg {
  transform: translateX(-3px);
}
.carousel-btn--next {
  right: 0;
}
.carousel-btn--next::after {
  left: 0;
}
.carousel-btn--next:hover svg {
  transform: translateX(3px);
}
.tabs--colour-alt .carousel-btn {
  color: rgb(0 155 255);
}
.tabs--colour-alt .carousel-btn::after {
  background-color: rgb(0 155 255);
}
.tabs--colour-alt .carousel-btn:hover {
  color: #bbfd00;
}
.tabs--colour-alt .carousel-btn:hover::after {
  background-color: #bbfd00;
}

.tab-match-info-scroller {
  display: flex;
  column-gap: 24px;
  padding-inline: 0;
  overflow: visible;
}
@media (max-width: 568px) {
  .tab-match-info-scroller {
    column-gap: 12px;
  }
}

.tab-match-info {
  position: relative;
  width: 335px;
  min-width: 335px;
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
}
@media (max-width: 568px) {
  .tab-match-info {
    width: 90%;
    min-width: 90%;
    padding: 12px 20px;
  }
}
.tab-match-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 73, 65, 0.65);
  transition: background-color 0.25s ease;
}
.tab-match-info:hover::before {
  background-color: rgba(0, 73, 65, 0.85);
}
.tab-match-info.is-grabbing, .tab-match-info-scroller.is-grabbing .tab-match-info {
  user-select: none;
  -webkit-user-drag: none;
}

.tab-match-info__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.tab-match-info__type {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.tab-match-info__match {
  position: relative;
  margin: 10px 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 568px) {
  .tab-match-info__match {
    font-size: 18px;
  }
}

.tab-match-info__meta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  font-size: 14px;
}
.tab-match-info__meta > span:first-child {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.tab-match-info__meta > span:first-child svg {
  width: 14px;
  height: 14px;
  margin-top: -2px;
}

.tab-match-info__meta-link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #bbfd00;
  border-radius: 100%;
}
.tab-match-info__meta-link-icon::before {
  content: "→";
  color: #bbfd00;
  font-size: 16px;
  transition: transform 0.25s ease;
}
.tab-match-info:hover .tab-match-info__meta-link-icon::before {
  transform: translateX(4px);
}
@media (max-width: 568px) {
  .tab-match-info__meta-link-icon {
    width: 24px;
    height: 24px;
  }
}

body:not(.intro-video-complete) #sign-up-form {
  z-index: 0;
}


/* To be updated to use tailwind classes */
.generic-footer .bg-blue > .container {
  padding-bottom: clamp(6.5rem, 6.0539rem + 1.8301vw, 8.25rem);
}

:root {
  --matchInfoBlockHeight: clamp(6.875rem, 6.3971rem + 1.9608vw, 8.75rem);
  --imageWrapperHeight: 900% !important;
}

/* NON-Experimental */
@media (max-width: 768px) {
  .featured-matches-block .fifty-fifty-block__image {
    aspect-ratio: unset;
  }
}

/* Experimental */
.featured-matches-block__item {
  position: relative;
  background-color: #001f23;
  isolation: isolate;
}
@media (max-width: 768px) {
  .featured-matches-block__item {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 769px) {
  .featured-matches-block__item {
    overflow: clip;
  }
  .featured-matches-block__item:nth-child(2) .fifty-fifty-block__image-wrapper {
    top: calc(-100% * 1);
  }
  .featured-matches-block__item:nth-child(3) .fifty-fifty-block__image-wrapper {
    top: calc(-100% * 2);
  }
  .featured-matches-block__item:nth-child(4) .fifty-fifty-block__image-wrapper {
    top: calc(-100% * 3);
  }
  .featured-matches-block__item:nth-child(5) .fifty-fifty-block__image-wrapper {
    top: calc(-100% * 4);
  }
  .featured-matches-block__item:nth-child(6) .fifty-fifty-block__image-wrapper {
    top: calc(-100% * 5);
  }
  .featured-matches-block__item:nth-child(7) .fifty-fifty-block__image-wrapper {
    top: calc(-100% * 6);
  }
  .featured-matches-block__item:nth-child(8) .fifty-fifty-block__image-wrapper {
    top: calc(-100% * 7);
  }
  .featured-matches-block__item:nth-child(9) .fifty-fifty-block__image-wrapper {
    top: calc(-100% * 8);
  }
  .featured-matches-block__item:nth-child(10) .fifty-fifty-block__image-wrapper {
    top: calc(-100% * 9);
  }
  .featured-matches-block__item:nth-child(11) .fifty-fifty-block__image-wrapper {
    top: calc(-100% * 10);
  }
  .featured-matches-block__item:nth-child(12) .fifty-fifty-block__image-wrapper {
    top: calc(-100% * 11);
  }
  .featured-matches-block__item:nth-child(13) .fifty-fifty-block__image-wrapper {
    top: calc(-100% * 12);
  }
  .featured-matches-block__item:nth-child(14) .fifty-fifty-block__image-wrapper {
    top: calc(-100% * 13);
  }
  .featured-matches-block__item:nth-child(15) .fifty-fifty-block__image-wrapper {
    top: calc(-100% * 14);
  }
  .featured-matches-block__item:nth-child(16) .fifty-fifty-block__image-wrapper {
    top: calc(-100% * 15);
  }
  .featured-matches-block__item:nth-child(17) .fifty-fifty-block__image-wrapper {
    top: calc(-100% * 16);
  }
  .featured-matches-block__item:nth-child(18) .fifty-fifty-block__image-wrapper {
    top: calc(-100% * 17);
  }
  .featured-matches-block__item:nth-child(19) .fifty-fifty-block__image-wrapper {
    top: calc(-100% * 18);
  }
  .featured-matches-block__item:nth-child(20) .fifty-fifty-block__image-wrapper {
    top: calc(-100% * 19);
  }
}

.featured-matches-block__item .fifty-fifty-block__image {
  aspect-ratio: 700/525;
}
@media (max-width: 768px) {
  .featured-matches-block__item .fifty-fifty-block__image {
    aspect-ratio: unset;
  }
}
@media (min-width: 769px) {
  .featured-matches-block__item .fifty-fifty-block__image {
    position: relative;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
    max-width: 700px;
  }
}


body > div > header svg {
  width: 68px;
  height: 68px;
}

.large-image-title-block {
  position: relative;
}
.large-image-title-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004941;
  opacity: 0.6;
  z-index: 1;
}

@media (max-width: 568px) {
  .generic-footer-inner nav ul {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* Hero */
.homepage-hero {
  padding-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 568px) {
  .homepage-hero {
    padding-bottom: 42px;
  }
}
body:not(.intro-video-complete) .homepage-hero {
  overflow: visible;
}

.homepage-hero__supersign {
  position: absolute;
  top: 20vh;
  left: 0;
  width: 50%;
  transform: translateX(-35%) rotate(-275deg);
}

.homepage-hero__image-grid {
    display: flex;
    justify-content: center;
    max-width: 1376px;
    gap: 20px;
    margin-inline: auto;
    margin-bottom: 60px;
    padding-inline: clamp(1rem, 0.7451rem + 1.0458vw, 2rem);
flex-direction: row;
}


.homepage-hero__image-grid-column {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
  width: 260px;
  border-radius: 10px;
  overflow: hidden;
}


.homepage-hero__image-grid-column img, .homepage-hero__image-grid-column video {
  border-radius: 10px;
}
.homepage-hero__image-grid-column video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body:not(.intro-video-complete) .homepage-hero__image-grid-column--video {
  z-index: 100;
}

.homepage-hero__image-grid-column-video-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110vw;
    width: 110dvw;
    height: 110vh;
    height: 110dvh;
    min-height: 900px;
    transform: translate(-50%, -75%);
    transform-origin: 50% 50%;
    z-index: 1;
    transition: all 1s cubic-bezier(0.33, 1, 0.68, 1) 2s;
    will-change: width, height, transform;
}
@media (min-height: 900px) {
  .homepage-hero__image-grid-column-video-wrapper {
    transform: translate(-50%, -60%);
    height: 125vh;
    height: 125dvh;
  }
}
.homepage-hero__image-grid-column-video-wrapper.animate {
  width: 100%;
  height: 100%;
  min-height: 0;
  transform: translate(-50%, -50%);
}
.homepage-hero__bottom-content {
  max-width: 592px;
  margin-inline: auto;
  padding: clamp(2.5rem, 1.5714rem + 3.8095vw, 5rem) 16px clamp(2rem, 1.2571rem + 3.0476vw, 4rem);
  text-align: center;
  color: rgb(33 0 160);
}

.homepage-hero__bottom-content p {
  color: rgb(33 0 160);
  font-size: 18px;
  line-height: 28px;
}
.homepage-hero__bottom-content .button {
  margin-top: clamp(2rem, 1.5357rem + 1.9048vw, 3.25rem);
}

/*# sourceMappingURL=dfb_ps.css.map */

.fifty-fifty-block__image {
    background: url(/media/kosjl3jc/background-for-uefa-cities.png);
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}
.mx-auto.flex.flex-col.gap-4.text-balance {
    display: flex;
    align-items: center;
}

section.relative.homepage-hero {
    background: url(/media/yalp22r4/euro2028_pattern_duotone_modules2_rgb.webp);
    background-repeat: no-repeat;
    background-size: 100% 50%;
    padding-top: 100px;
    background-color: white !important;
}

p.fl-text-sm\/base.mx-auto {
    padding-bottom: 70px;
}

ul.grid.grid-cols-1.gap-8.text-balance.md\:grid-cols-3 .relative {
    background: rgb(0 155 255) !important;
    border-radius: 100%;
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.relative.flex.min-h-270.flex-col.justify-center.overflow-hidden.pt-8.pb-38.text-center.text-blue.md\:pt-16.md\:pb-80.why-register-interest {
    background: rgb(0 30 200);
    color: white;
}

section.relative.flex.min-h-270.flex-col.justify-center.overflow-hidden.pt-8.pb-38.text-center.text-blue.md\:pt-16.md\:pb-80.why-register-interest h3 {
    font-size: 1rem !important;
}

div#needtoknow h2 {
    text-align: center;
}

.sign-up-form-wrapper button {
    color: #2100A0;
}
.sign-up-form-toggle[aria-expanded="true"] {
    color: transparent;
}
.match-info-block-detail__details-item {
    font-family: 'UEFA Euro Pro Light Narrow', Arial, Helvetica, sans-serif !important;
    letter-spacing: 0;
}

section.relative.flex.min-h-270.flex-col.justify-center.overflow-hidden.pt-8.pb-38.text-center.text-blue.md\:pt-16.md\:pb-80.why-register-interest h2 {
    padding-bottom: 50px;
}


.homepage-hero__image-grid-column {
  position: relative;
  width: 260px;
  border-radius: 10px;
  overflow: hidden;
}

.homepage-hero__image-grid-column img,
.homepage-hero__image-grid-column video {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.homepage-hero__video-block {
  position: relative;
  width: 100%;
}

.homepage-hero__image-grid-column--video {
    width: 90%;
    aspect-ratio: 1000 / 200;
    overflow: visible;
    display: flex;
    align-content: center !important;
    margin: auto;
}

body:not(.intro-video-complete) .homepage-hero__image-grid-column--video {
  z-index: 100;
}

.homepage-hero__image-grid-column-video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110vw;
  width: 110dvw;
  height: 110vh;
  height: 110dvh;
  min-height: 900px;
  transform: translate(-50%, -75%);
  transform-origin: 50% 50%;
  z-index: 1;
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1) 2s;
  will-change: width, height, transform;
}

@media (min-height: 900px) {
  .homepage-hero__image-grid-column-video-wrapper {
    transform: translate(-50%, -60%);
    height: 125vh;
    height: 125dvh;
  }
}

.homepage-hero__image-grid-column-video-wrapper.animate {
  width: 100%;
  height: 100%;
  min-height: 0;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {

  .homepage-hero__image-side {
    display: none;
  }

}

.homepage-hero__image-side.homepage-hero__image-side--left {
    display: flex;
    justify-content: flex-end;
    padding-right: 10%;
}



a.match-info-block-detail__details-item:hover {
    background: var(--accentColor);
    color: white !important;
    fill: white !important;
}
a.match-info-block-detail__details-item{
transition: 0.3s ease-in-out !important;}

.match-info-block-detail__details-item:hover svg {
    color: white !important;
}

.match-info-block-detail__details-item svg {
transition: 0.3s ease-in-out !important;}


button.button.button--white.button--leading-icon.sign-up-form-toggle.js-sign-up-form-toggle {
    text-transform: uppercase;
    font-weight: bolder;
    font-family: 'UEFA Euro Pro Book';
}

.homepage-hero__image-grid-column:nth-child(3) {
    width: 275px;
    aspect-ratio: 275 / 443;
    overflow: visible;
}

.featured-matches-block, .featured-matches-block__item, .fifty-fifty-block {
    background: #f1f3f8;
}

.features-header {
    background: #f1f3f8 !important;
    text-align: center;
    text-transform: uppercase;
}   

.features-header h2 {
    margin-block-start: 0;
    margin-block-end: 0;
}

.features-header--inner {
    background: white !important;
    color: rgb(0 155 255) !important;
    display: inline-block;
    padding: 0px 50px 15px;
    border-radius: 0 0 20px 20px;
}



.fifty-fifty-block__content img {
    max-width: 190px;
}


h2 {
    font-family: 'UEFA Euro Pro Heavy Extended', Arial, Helvetica, sans-serif !important;
    color: rgb(0 155 255) !important;
    font-size: 45px !important;
}