@font-face {
  font-family: "UEFAEuro";
  src: url("../fonts/UEFAEuro-HeavyNarrow.woff2") format("woff2"), url("../fonts/UEFAEuro-HeavyNarrow.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ResotE";
  src: url("../fonts/ResotE.woff2") format("woff2"), url("../fonts/ResotE.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaPTCond";
  src: url("../fonts/FuturaPTCond-ExtraBoldObl.woff2") format("woff2"), url("../fonts/FuturaPTCond-ExtraBoldObl.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "EuropaTitle";
  src: url("../fonts/EuropaTitle-Bold.woff2") format("woff2"), url("../fonts/EuropaTitle-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Crashbow";
  src: url("../fonts/Crashbow.woff2") format("woff2"), url("../fonts/Crashbow.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Anton";
  src: url("../fonts/Anton-Regular.woff2") format("woff2"), url("../fonts/Anton-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background: white;
  color: white;
}

body.modal-open {
  overflow: hidden;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  margin: 0;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}
p p, h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  line-height: 1.2;
}

h1, h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

p {
  line-height: 1.5;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  opacity: 0;
}

#root, #__next {
  isolation: isolate;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  font-size: 20px;
}

html.html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none;
}

.ctaf, .cta-buttonf {
  display: flex;
  align-items: center;
  width: fit-content;
  min-width: 220px;
  text-align: center;
  justify-content: center;
  padding: 10px 35px;
  border-radius: 0px;
  gap: 10px;
  text-decoration: none;
  color: var(--cta-text);
  background: var(--cta-background);
  font-size: 20px;
  transition: background 0.3s, color 0.3s;
  transition-property: opacity, transform, -webkit-transform, background, color !important;
}
@media (prefers-reduced-motion: reduce) {
  .ctaf, .cta-buttonf {
    transition: none;
  }
}
.ctaf svg, .cta-buttonf svg {
  transition: transform 0.3s, fill 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .ctaf svg, .cta-buttonf svg {
    transition: none;
  }
}
.ctaf svg path:nth-child(1), .cta-buttonf svg path:nth-child(1) {
  transition: fill 0.3s;
}
.ctaf.outlined, .ctaf.outline, .cta-buttonf.outlined, .cta-buttonf.outline {
  background: transparent;
  border: 2px solid var(--cta-background);
  color: var(--cta-background);
}
.ctaf.outlined svg, .ctaf.outline svg, .cta-buttonf.outlined svg, .cta-buttonf.outline svg {
  fill: var(--cta-text);
}
.ctaf.outlined svg path:nth-child(1), .ctaf.outline svg path:nth-child(1), .cta-buttonf.outlined svg path:nth-child(1), .cta-buttonf.outline svg path:nth-child(1) {
  fill: var(--cta-background);
}
.ctaf.outlined:hover, .ctaf.outline:hover, .cta-buttonf.outlined:hover, .cta-buttonf.outline:hover {
  background: var(--cta-background);
  color: var(--cta-text);
}
.ctaf.outlined:hover svg, .ctaf.outline:hover svg, .cta-buttonf.outlined:hover svg, .cta-buttonf.outline:hover svg {
  fill: var(--cta-background);
}
.ctaf.outlined:hover svg path:nth-child(1), .ctaf.outline:hover svg path:nth-child(1), .cta-buttonf.outlined:hover svg path:nth-child(1), .cta-buttonf.outline:hover svg path:nth-child(1) {
  fill: var(--cta-text);
}
.ctaf.plain, .cta-buttonf.plain {
  position: relative;
  background: transparent;
  padding: 0;
}
.ctaf.plain svg path:nth-child(2), .cta-buttonf.plain svg path:nth-child(2) {
  fill: var(--background-color);
}
.ctaf.plain:after, .cta-buttonf.plain:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  height: 1px;
  background: var(--cta-text);
  transition: width 0.5s ease-in-out;
}
.ctaf.plain:hover, .cta-buttonf.plain:hover {
  background: transparent;
  color: var(--cta-text);
}
.ctaf.plain:hover:after, .cta-buttonf.plain:hover:after {
  width: 100%;
}
.ctaf.solid-dark, .cta-buttonf.solid-dark {
  --cta-background: var(--green1);
  --cta-text: var(--sand);
}
.ctaf.solid-dark svg, .cta-buttonf.solid-dark svg {
  fill: var(--cta-background);
}
.ctaf.solid-dark svg path:nth-child(1), .cta-buttonf.solid-dark svg path:nth-child(1) {
  fill: var(--cta-text);
}
.ctaf:disabled, .cta-buttonf:disabled {
  background: var(--cta-disabled);
  color: var(--cta-disabled-text);
}
.ctaf:hover, .cta-buttonf:hover {
  background: var(--cta-text);
  color: var(--cta-background);
}
.ctaf:hover svg, .cta-buttonf:hover svg {
  transform: translateX(5px);
  fill: var(--cta-text);
}
.ctaf:hover svg path:nth-child(1), .cta-buttonf:hover svg path:nth-child(1) {
  fill: var(--cta-background);
}

h1.heading {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  h1.heading {
    font-size: 40px;
  }
}

h2.heading {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  h2.heading {
    font-size: 40px;
  }
}

.field-dump {
  background: #f5f5f5;
  padding: 25px;
  border-radius: 10px;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.field-dump .field-dump--title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 25px;
}
.field-dump .field-dump--list {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  list-style: none;
  padding: 0;
}
.field-dump .field-dump--list .field-dump--item {
  max-width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #dfdfdf;
  color: #000;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
}
.field-dump .field-dump--list .field-dump--item .field--title {
  font-size: 22px;
  font-weight: bold;
}
.field-dump .field-dump--list .field-dump--item code.field--value {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  white-space: pre-wrap;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  max-width: 100%;
}
.field-dump .field-dump--list .field-dump--item code.field--value pre {
  white-space: pre-wrap;
}
@media screen and (max-width: 1920px) {
  .field-dump .field-dump--list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .field-dump .field-dump--list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .field-dump .field-dump--list {
    grid-template-columns: 1fr;
  }
}

.section--wrapper {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1500px) {
  .section--wrapper {
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .section--wrapper {
    padding: 0 25px;
  }
}

.skip--content {
  position: absolute;
  top: -100px;
  left: 25px;
  background: var(--green1);
  color: var(--sand);
  padding: 10px;
  border-radius: 5px;
  z-index: 1000;
  transition: top 0.3s;
}
.skip--content a {
  color: var(--sand);
  text-decoration: underline;
}
.skip--content:focus {
  top: 25px;
}

#main {
  overflow: hidden;
  min-height: 80vh;
}

.jucier--section .juicer-feed .j-paginate, .nav__button, .view--more {
  cursor: pointer;
}

/*
.nav__button, .view--more, .calendar--section .match--item, .jucier--section .juicer-feed .j-paginate, .social--logo  {
  position: relative;
  overflow: hidden;
  color: white;
  padding: 10px 20px;

  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      70deg,
      var(--blue-100, #1D1DEA) 0%,
      var(--blue-500, #000B6C) 33.33%,
      var(--red-100, #ED1C24) 33.33%,
      var(--red-500, #710003) 66.66%,
      var(--green-100, #51BB83) 66.66%,
      var(--green-500, #007643) 100%
    );
    //transition: transform 0.75s ease;
    //z-index: -1;
  }

  &:hover {
		transition: color 0.3s ease, background .75s ease .1s !important;
    background: #000B6C !important;
    color: white !important;
		transition: color 0.3s ease, background .75s ease .1s !important;

    &::before {
      transition: transform 0.75s ease;
      transform: translateX(200%);
    }
  }
}
*/
.calendar--section .match--item {
  background: transparent;
  padding: 2px;
  height: fit-content;
  border-radius: 15px;
}
.calendar--section .match--item .bottom--container {
  position: relative;
}
.calendar--section .match--item::before {
  z-index: 0;
  transition: transform 1s ease;
}
.calendar--section .match--item:hover {
  background: transparent !important;
}
.calendar--section .match--item:hover::before {
  transition: transform 1s ease;
  transform: translateX(200%);
}

[data-aos=hard-right] {
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=hard-right].aos-animate {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  [data-aos=hard-right] {
    transform: translateX(100px);
  }
  [data-aos=hard-right].aos-animate {
    transform: translateX(0);
  }
}

a.cta {
  font-family: source-sans-3, sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  text-decoration: none;
  width: fit-content;
  gap: 20px;
  margin-top: 40px;
  color: white;
}
a.cta .arrow--container--wrapper {
  padding: 7px;
  border: 1px solid rgb(32, 32, 32);
  border-radius: 50%;
  transition: border-color 200ms ease-in-out;
}
a.cta .arrow--container--wrapper .arrow--container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(32, 32, 32);
  width: 49px;
  height: 49px;
  border-radius: 50%;
  transition: background 200ms ease-in-out;
}
a.cta .arrow--container--wrapper .arrow--container svg {
  width: 17px;
  fill: white;
  transition: fill 200ms ease-in-out;
}
a.cta:hover .arrow--container--wrapper {
  border-color: white;
}
a.cta:hover .arrow--container--wrapper .arrow--container {
  background: white;
}
a.cta:hover .arrow--container--wrapper .arrow--container svg {
  fill: rgb(32, 32, 32);
}

.hero--social-links {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 15px;
  width: 129px;
  list-style: none;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 0 30px;
}
.hero--social-links li.social--link {
  display: flex;
  justify-content: center;
}
.hero--social-links li.social--link a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: 1px solid white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  pointer-events: all;
  transition: opacity 300ms ease-in-out;
}
.hero--social-links li.social--link a svg {
  fill: white;
  width: 100%;
  max-width: 20px;
}
.hero--social-links li.social--link a:hover {
  opacity: 0.7;
}

.dashicons {
  font-family: dashicons, monospace !important;
}

footer#footer-section {
	content-visibility: visible;
}

/*# sourceMappingURL=global.css.map */
