@charset "UTF-8";
@import url("https://use.typekit.net/pij5ejd.css");
@font-face {
  font-family: Juventus;
  src: url(../../dist/fonts/JuventusFans-Regular.woff);
  font-weight: 400;
}
@font-face {
  font-family: Juventus;
  src: url(../../dist/fonts/JuventusFans-Light.woff);
  font-weight: 300;
}
@font-face {
  font-family: Juventus;
  src: url(../../dist/fonts/JuventusFans-Bold.woff);
  font-weight: 600;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

p {
  margin-bottom: 32px;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.4em;
}
@media (max-width: 576px) {
  p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  p {
    font-size: 18px;
  }
}
p.intro {
  line-height: 1.8em;
}
@media (max-width: 576px) {
  p.intro {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  p.intro {
    font-size: 21px;
  }
}
p a {
  position: relative;
  color: #2E9800;
  cursor: pointer;
}
[class*="--inverse"] p a {
  color: #F3C200;
}
p a::after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 4px;
  height: 1px;
  border-bottom: 1px solid;
  content: "";
}
p a:hover {
  color: #2E9800;
}
[class*="--inverse"] p a:hover {
  color: #ffffff;
}

.p--small {
  font-size: 14px;
  line-height: 24px;
}

.p--bolder {
  font-weight: 400;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

small {
  color: #0c1c49;
  font-size: 14px;
}

html {
  margin-top: 0 !important;
}
@media (max-width: 576px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 18px;
  }
}

.heading--xxs {
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 576px) {
  .heading--xxs {
    font-size: 16px;
    line-height: 18px;
  }
}
.heading--xs {
  font-size: 21px;
  line-height: 23px;
}
@media (max-width: 576px) {
  .heading--xs {
    font-size: 18px;
    line-height: 20px;
  }
}
.heading--s {
  font-size: 27px;
  line-height: 30px;
}
@media (max-width: 576px) {
  .heading--s {
    font-size: 21px;
    line-height: 23px;
  }
}
.heading--m {
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 576px) {
  .heading--m {
    font-size: 27px;
    line-height: 30px;
  }
}
.heading--l {
  font-size: 44px;
  line-height: 0.9;
  letter-spacing: -0.6;
}
@media (max-width: 576px) {
  .heading--l {
    font-size: 36px;
  }
}
.heading--xl {
  font-size: 56px;
  line-height: 0.9;
  letter-spacing: -0.6;
}
@media (max-width: 576px) {
  .heading--xl {
    font-size: 44px;
  }
}
.heading--script {
  font-family: "reklame-script", sans-serif;
  transform: rotate(-3deg);
}

.heading-group {
  margin-bottom: 32px;
}
.heading-group h1,
.heading-group h2,
.heading-group h3,
.heading-group h4,
.heading-group h5,
.heading-group h6 {
  margin-bottom: 0;
}

.text--white {
  color: #ffffff;
}
.text--yellow {
  color: #F3C200;
}
.text--gold {
  color: #BE8C14;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: "Juventus", sans-serif;
}

h1 {
  font-size: 44px;
  line-height: 0.9;
  letter-spacing: -0.6;
}
@media (max-width: 576px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 576px) {
  h2 {
    font-size: 27px;
    line-height: 30px;
  }
}

h3 {
  font-size: 27px;
  line-height: 30px;
}
@media (max-width: 576px) {
  h3 {
    font-size: 21px;
    line-height: 23px;
  }
}

h4 {
  font-size: 21px;
  line-height: 23px;
}
@media (max-width: 576px) {
  h4 {
    font-size: 18px;
    line-height: 20px;
  }
}

h5,
h6 {
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 576px) {
  h5,
  h6 {
    font-size: 16px;
    line-height: 18px;
  }
}

ul {
  padding: 0 0 16px 16px;
  margin: 0;
}
ul li {
  padding-left: 8px;
}
ul.unstyle {
  padding: 0;
  list-style: none;
}
ul.unstyle li {
  padding: 0;
}
ul.unstyle li::before {
  content: none;
}
ul.unstyle-inline {
  padding: 0;
  list-style: none;
}
ul.unstyle-inline li {
  padding: 0;
  margin: 8px;
  display: inline;
}
ul.unstyle-inline li::before {
  content: none;
}

ol {
  padding: 0 0 0 16px;
}
ol li {
  padding-left: 8px;
  list-style: decimal;
}

hr {
  margin: 16px;
  border: none;
  border-bottom: 1px solid;
  color: rgb(211.9285714286, 212.4071428571, 214.3214285714);
}
[class*="--inverse"] hr {
  color: #ffffff;
  opacity: 1;
}

.hr--primary {
  color: #0c1c49;
}

.hr--thin {
  margin: 8px;
  border-bottom: 1px solid;
}

dl {
  margin: 0 32px;
}

dt {
  color: #0c1c49;
  font-size: 14px;
  font-weight: 300;
}
[class*="--inverse"] dt {
  color: #ffffff;
}

dd {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

th {
  text-align: left;
}

th,
td {
  padding: 4px 8px;
  vertical-align: top;
}

.image--multiply {
  mix-blend-mode: multiply;
}

.alert {
  padding: 16px 32px;
  background: rgb(211.9285714286, 212.4071428571, 214.3214285714);
}

.article {
  background-color: #ffffff;
  border-radius: 24px;
  max-width: 820px;
  margin: auto;
}
.article--wide {
  max-width: none;
}
.article__title {
  margin-top: 16px;
}
@media (min-width: 576px) {
  .article__title {
    font-size: 44px;
  }
}
@media (min-width: 768px) {
  .article__title {
    font-size: 56px;
  }
}
@media (min-width: 1024px) {
  .article__title {
    font-size: 72px;
  }
}
.article__time, .article__category {
  font-size: 14px;
  color: #183892;
}
.article__devider {
  color: #BE8C14;
}
.article__category a {
  color: #2E9800;
  text-decoration: underline;
}

@media (max-width: 576px) {
  .article__inner {
    padding: 24px 0;
  }
}
@media (min-width: 576px) {
  .article__inner {
    padding: 0 32px;
  }
}
@media (min-width: 1024px) {
  .article__inner {
    padding: 0 48px;
  }
}
.article__inner--wide {
  padding: 24px 24px;
}
@media (min-width: 1024px) {
  .article__inner--wide {
    padding: 48px 32px;
  }
}
.article__inner .wp-caption {
  width: auto !important;
}
@media (max-width: 576px) {
  .article__inner .wp-caption {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (min-width: 576px) {
  .article__inner .wp-caption {
    margin-left: -80px;
    margin-right: -80px;
  }
}
@media (min-width: 1024px) {
  .article__inner .wp-caption {
    margin-left: -80px;
    margin-right: -80px;
  }
}
.article__inner .wp-caption-text {
  border-bottom: 1px solid #b6c6f3;
  margin-top: 0;
  font-size: 14px;
  font-style: italic;
  padding: 8px 24px;
}
.article__inner .wp-caption img {
  width: 100%;
}

.article-header {
  overflow: hidden;
  object-fit: cover;
}
@media (max-width: 576px) {
  .article-header {
    margin: -40px -12px;
  }
}
@media (min-width: 576px) {
  .article-header {
    margin-bottom: -80px;
    border-radius: 24px;
  }
}
@media (min-width: 1024px) {
  .article-header {
    margin: -80px -200px;
    border-radius: 24px;
  }
}

.aside--with-image {
  display: flex;
}

.aside--inverse {
  background: #0c1c49;
}

.aside__image-container {
  display: flex;
  background-color: #0c1c49;
  align-items: center;
}
@media (max-width: 576px) {
  .aside__image-container {
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .aside__image-container {
    padding: 32px 64px;
  }
}

@media (max-width: 576px) {
  .aside__content {
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .aside__content {
    padding: 32px 48px;
  }
}
.aside--compact .aside__content {
  padding: 16px;
}

.bars {
  position: relative;
}
.bars__top {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.breadcrumbs {
  margin: 24px;
}

.breadcrumbs__item {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.breadcrumbs__item::before {
  content: none;
}
.breadcrumbs__item a {
  font-size: 14px;
  line-height: 40px;
  opacity: 0.6;
  transition: opacity 200ms linear;
}
.breadcrumbs__item a:hover {
  opacity: 1;
}
.breadcrumbs__item a::after {
  margin: 12px 16px;
  content: "›";
}
.breadcrumbs__item:last-child a {
  opacity: 1;
}
.breadcrumbs__item:last-child a::after {
  content: none;
}

.cards {
  position: relative;
  z-index: 100;
  grid-template-rows: repeat(auto-fill, 1fr);
}
@media (max-width: 576px) {
  .cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
@media (min-width: 576px) {
  .cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (min-width: 768px) {
  .cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

.card {
  margin: 0;
  padding: 24px;
  position: relative;
  border-radius: 16px;
}

.card--white {
  border: none;
  background-color: white;
}

.card__image {
  padding: 0;
  margin: 0;
  overflow: hidden;
  flex: 0 0 auto;
}
.card__image img {
  transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.card__image img:hover {
  transform: scale(1.1);
}

.card__content {
  margin: 0;
  padding: 16px;
  border: 0 solid #F3C200;
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.card__title {
  padding: 0;
  margin: 0;
  position: relative;
}

.card__subtitle {
  font-size: 21px;
}

.card__price-list {
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.card__price-label,
.card__price-amount {
  font-family: "Juventus", sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 1;
}

.card__total-price {
  display: block;
  padding: 16px;
  font-family: "Juventus", sans-serif;
  font-weight: 600;
  font-size: 27px;
  line-height: 1;
  text-align: right;
}

.card__footer {
  margin: 0;
  margin: 0;
}
.footer-menu {
  background: #0c1c49;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 -2px 0 rgba(5, 17, 51, 0.5);
}

.footer-menu__container {
  width: 100%;
  max-width: 640px;
  display: flex;
  z-index: 1000;
  position: relative;
  margin: auto;
}

.footer-menu__link {
  flex-grow: 1;
  background: #0c1c49;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  height: 80px;
  justify-content: center;
  border-right: 1px solid rgba(12, 28, 73, 0.9);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  transition: background ease-in-out 0.4s;
  cursor: pointer;
}
.footer-menu__link:hover {
  background: #051133;
  color: #ffffff;
}
.footer-menu__link:first-child {
  border-left: 0px;
}
.footer-menu__link:last-child {
  border-right: 0px;
}
@media (min-width: 1024px) {
  .footer-menu__link {
    flex-direction: row;
    align-items: center;
  }
}

.footer-menu__icon {
  max-height: 20px;
  margin-bottom: 4px;
}
@media (min-width: 1024px) {
  .footer-menu__icon {
    max-height: 20px;
    margin: 0 8px 0 0;
  }
}

.footer-menu__label {
  font-size: 11px;
}
@media (min-width: 1024px) {
  .footer-menu__label {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Juventus", sans-serif;
  }
}

.footer-menu__close-menu {
  display: none;
  display: block;
  color: white;
  width: 100%;
  position: absolute;
  top: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.1;
  cursor: pointer;
  transition: top 0.5s ease;
  z-index: 998;
}
.footer-menu__close-menu.is-visible {
  top: -40;
}

.gallery__container {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.gallery__item {
  padding: 8px;
}
@media (max-width: 576px) {
  .gallery__item {
    flex: 0 0 50%;
  }
}
@media (min-width: 576px) {
  .gallery__item {
    flex: 0 0 25%;
  }
}
@media (min-width: 1024px) {
  .gallery__item {
    flex: 0 0 20%;
  }
}

.hero {
  height: 100vh;
}
@media (max-width: 576px) {
  .hero {
    height: 55vh;
  }
}

@media (min-width: 576px) {
  .hero--small {
    height: 60vh;
  }
}

.hero__slider-item {
  position: absolute;
  z-index: 50;
  height: 100vh;
  width: 100vw;
}
@media (max-width: 576px) {
  .hero__slider-item {
    height: 55vh;
  }
}

.hero__slider-item-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__slider-content {
  position: relative;
  z-index: 40;
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
@media (max-width: 576px) {
  .hero__slider-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 576px) {
  .hero__slider-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .hero__slider-content {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 576px) {
  .hero__slider-content {
    padding-bottom: 24px;
  }
}
@media (min-width: 576px) {
  .hero__slider-content {
    padding-bottom: 180px;
  }
}
@media (min-width: 576px) {
  .hero--small .hero__slider-content {
    padding-bottom: 380px;
  }
}

.hero__image {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
}
@media (max-width: 576px) {
  .hero__image {
    height: 55vh;
  }
}
.hero__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__image--dark::after {
  background: linear-gradient(0deg, #0c1c49 0%, rgba(12, 28, 73, 0.5) 35%, rgba(12, 28, 73, 0.35) 100%);
}
.hero__image--darker::after {
  background: linear-gradient(0deg, #0c1c49 0%, rgba(12, 28, 73, 0.55) 35%, rgba(12, 28, 73, 0.3) 100%);
}
.hero__image--light::after {
  background: linear-gradient(0deg, #0c1c49 0%, rgba(12, 28, 73, 0.3) 35%, rgba(12, 28, 73, 0) 100%);
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__devider {
  border-top: 3px solid #F3C200;
  display: block;
  transform: rotate(-3deg) translateX(-64px);
}
@media (max-width: 576px) {
  .hero__devider {
    height: 20px;
    width: 200px;
    border-width: 2px;
  }
}
@media (min-width: 576px) {
  .hero__devider {
    height: 40px;
    width: 200px;
  }
}
@media (min-width: 1024px) {
  .hero__devider {
    height: 60px;
    width: 300px;
  }
}

.hero__title {
  margin: 0 0 24px;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(12, 28, 73, 0.6);
  max-width: 50vw;
}
.hero__match .hero__title {
  max-width: none;
}
@media (min-width: 1024px) {
  .hero--small .hero__title {
    padding-left: 32px;
  }
}
@media (max-width: 576px) {
  .hero__title {
    font-size: 40px;
  }
}
@media (min-width: 576px) {
  .hero__title {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 64px;
    text-shadow: 0 4px 0 rgba(12, 28, 73, 0.6);
  }
}
@media (min-width: 1024px) {
  .hero__title {
    font-size: 72px;
  }
}
@media (min-width: 1300px) {
  .hero__title {
    font-size: 96px;
  }
}

.hero__intro {
  text-shadow: 0 2px 0 #0c1c49;
  font-size: 18px;
}
@media (min-width: 768px) {
  .hero__intro {
    max-width: 50%;
    font-size: 21px;
  }
}

.hero__button {
  margin-top: 40px;
}
@media (max-width: 576px) {
  .hero__button {
    margin-top: 0;
  }
}

.hero__match {
  text-align: center;
}
.hero__match-info {
  text-shadow: 0 2px 0 rgba(12, 28, 73, 0.5);
  display: block;
  margin: auto;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .hero__match-info {
    font-size: 16px;
  }
}
.hero__match-versus {
  font-family: "reklame-script", sans-serif;
  line-height: 0.1;
  position: relative;
  font-size: 0.8em;
  transform: rotate(-3deg) translateY(4px);
  display: inline-block;
}

.home-match,
.knvb-match__table {
  margin-bottom: 32px;
  padding: 8px;
  border-radius: 8px;
  background-color: #ffffff;
}
.knvb-match__table thead th,
.home-match__table thead th {
  background-color: transparent !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.knvb-match__table thead tr,
.home-match__table thead tr {
  background-color: transparent !important;
}
.knvb-match__table tbody tr,
.home-match__table tbody tr {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent !important;
}
.knvb-match__table tbody tr:nth-child(odd) td,
.home-match__table tbody tr:nth-child(odd) td {
  background-color: #e1e3eb;
}
@media (max-width: 576px) {
  .knvb-match__table tbody td span,
  .knvb-match__table thead td span,
  .home-match__table tbody td span,
  .home-match__table thead td span {
    font-size: 10px !important;
  }
}
@media (min-width: 576px) {
  .knvb-match__table tbody td span,
  .knvb-match__table thead td span,
  .home-match__table tbody td span,
  .home-match__table thead td span {
    font-size: 11px !important;
  }
}
@media (min-width: 768px) {
  .knvb-match__table tbody td span,
  .knvb-match__table thead td span,
  .home-match__table tbody td span,
  .home-match__table thead td span {
    font-size: 12px !important;
  }
}
@media (min-width: 1024px) {
  .knvb-match__table tbody td span,
  .knvb-match__table thead td span,
  .home-match__table tbody td span,
  .home-match__table thead td span {
    font-size: 13px !important;
  }
}
.knvb-match__table .datetime,
.home-match__table .datetime {
  padding-left: 4px;
}

.poulestand tr td span,
.periodestand tr td span,
.pouleuitslagen tr td span,
.poule-programma tr td span,
.programma tr td span,
.uitslagen tr td span,
.afgelastingen tr td span,
.team-indeling tr td span,
.poulestand tr th,
.periodestand tr th,
.pouleuitslagen tr th,
.poule-programma tr th,
.programma tr th,
.uitslagen tr th,
.afgelastingen tr th,
.team-indeling tr th {
  font-family: "Lato", sans-serif !important;
}

.link {
  position: relative;
  color: #2E9800;
  cursor: pointer;
}
[class*="--inverse"] .link {
  color: #F3C200;
}
.link::after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 4px;
  height: 1px;
  border-bottom: 1px solid;
  content: "";
}
.link:hover {
  color: #2E9800;
}
[class*="--inverse"] .link:hover {
  color: #ffffff;
}

ul[class*=menu] {
  padding: 0;
  list-style: none;
  margin: 0;
}
ul[class*=menu] li {
  padding: 0;
}
ul[class*=menu] li::before {
  content: none;
}

.menu-item {
  list-style: none;
}
.menu-item a {
  color: #0c1c49;
  transition: color 200ms ease;
}
.menu-item a:hover {
  color: #0c1c49;
}

.menu-item-has-children {
  position: relative;
}
.vertical-menu .menu-item-has-children {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.vertical-menu .sub-menu-icon {
  display: inline-block;
  width: 48px;
  border-left: 1px solid rgb(211.9285714286, 212.4071428571, 214.3214285714);
  text-align: center;
  cursor: pointer;
}
.is-open .sub-menu-icon i {
  transform: rotate(180deg);
}
.horizontal-menu .sub-menu-icon {
  pointer-events: none;
}

.header-navigation {
  min-width: 52px;
  min-height: 52px;
  width: 100%;
}

.offcanvas__toggle {
  position: absolute;
  top: 16px 8px;
  padding: 4px;
  width: 44px;
  height: 44px;
  outline: none;
  vertical-align: middle;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .offcanvas__toggle {
    display: none;
  }
}
.offcanvas__toggle:focus {
  outline: none;
  box-shadow: none;
}
.sidepanel .offcanvas__toggle {
  position: fixed;
  opacity: 0;
  transition: opacity 100ms ease;
}
.uk-open .sidepanel .offcanvas__toggle {
  opacity: 1;
  transition: opacity 300ms ease 300ms;
}

.sidepanel {
  overflow: hidden;
}

@media (max-width: 576px) {
  .primary-nav {
    display: none;
  }
}

.offcanvas-social-nav {
  margin: 24px;
}

.footer-legal-nav {
  display: inline-block;
}

.news-simple__container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  margin-bottom: 24px;
}
.news-simple__post {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #e1e3eb;
  position: relative;
  transition: all ease 0.4s;
  overflow: hidden;
}
.news-simple__post:hover {
  background-color: #e1e3eb;
}
.news-simple__title {
  padding: 0 24px;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}
.news-simple__image {
  height: 66px;
  width: 66px;
  object-fit: cover;
}
.news-simple__link {
  color: #F3C200;
}

.pagination {
  padding: 0;
  list-style: none;
  margin: 24px;
  text-align: center;
}
.pagination li {
  padding: 0;
  margin: 8px;
  display: inline;
}
.pagination li::before {
  content: none;
}
.pagination a {
  position: relative;
  color: #0c1c49;
  cursor: pointer;
  padding: 0 8px;
}
[class*="--inverse"] .pagination a {
  color: #F3C200;
}
.pagination a::after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 4px;
  height: 1px;
  border-bottom: 1px solid;
  content: "";
}
.pagination a:hover {
  color: #0c1c49;
}
[class*="--inverse"] .pagination a:hover {
  color: #ffffff;
}

.current-page {
  outline: 1px solid #0c1c49;
}

.panel {
  border-radius: 4px;
  background-color: #e1e3eb;
}

@media (max-width: 576px) {
  .post {
    row-gap: 16px;
  }
}
@media (min-width: 576px) {
  .post {
    row-gap: 40px;
  }
}
.post__item {
  display: flex;
}
@media (max-width: 576px) {
  .post__item {
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .post__item {
    flex-direction: column;
  }
}

.post__card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e1e3eb;
  transition: all ease 0.4s;
}
@media (max-width: 576px) {
  .post__card {
    display: flex;
    align-items: center;
    border-radius: 8px;
    width: 100%;
  }
}
.post__card:hover {
  background-color: #e1e3eb;
}

.post__image-container {
  background-position: center center;
  background-size: cover;
  background-image: url("../images/logo.svg");
  background-color: #0c1c49;
}
@media (max-width: 576px) {
  .post__image-container {
    height: 66px;
    width: 66px;
    min-width: 66px;
    object-fit: cover;
  }
}
@media (min-width: 576px) {
  .post__image-container {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .post__image-container {
    height: 200px;
  }
}

.post__title {
  line-height: 1;
}
@media (max-width: 576px) {
  .post__title {
    padding: 0 24px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .post__title {
    padding: 16px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .post__title {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .post__title {
    font-size: 27px;
  }
}

.profile {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.profile__image-container {
  overflow: hidden;
  margin-bottom: 16px;
  padding-bottom: 100%;
  height: 0;
}

.profile__content img {
  margin-bottom: 16px;
  width: 100%;
}
.profile__content p {
  margin: 0;
}

.profile__footer {
  margin-top: auto;
}

.section-nav {
  margin: 40px;
}

.section-nav__item {
  position: relative;
  color: #2E9800;
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}
[class*="--inverse"] .section-nav__item {
  color: #F3C200;
}
.section-nav__item::after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 4px;
  height: 1px;
  border-bottom: 1px solid;
  content: "";
}
.section-nav__item:hover {
  color: #2E9800;
}
[class*="--inverse"] .section-nav__item:hover {
  color: #ffffff;
}
.section-nav__item + .section-nav__item {
  margin-left: 16px;
}
.section-nav__item + .section-nav__item::before {
  position: absolute;
  left: -16px;
  content: "/ ";
}

.sidebar {
  width: 100%;
}
@media (min-width: 1024px) {
  .sidebar {
    padding: 24px;
    border-left: 1px solid rgb(211.9285714286, 212.4071428571, 214.3214285714);
  }
}

.sidebar__item {
  margin: 24px;
}

.sidepanel {
  padding: 64px 24px 24px 24px;
  max-width: 400px;
}

.socials {
  margin-right: -16px;
  margin-left: -16px;
}

.social-icon {
  margin: 16px;
  width: 24px;
  height: 24px;
  opacity: 0.75;
  transition: opacity 200ms ease;
  object-fit: contain;
}
@media (min-width: 1024px) {
  .socials--large .social-icon {
    margin: 24px;
    width: 36px;
    height: 36px;
  }
}
.social-icon:hover {
  opacity: 1;
}

.ui-widget .ui-tabs-nav {
  padding: 0;
  display: flex;
}
.ui-widget .ui-tabs-nav .ui-tabs-tab {
  margin: 0;
}
.ui-widget .ui-tabs-nav .ui-tabs-tab .ui-tabs-anchor {
  font-family: "Juventus", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #0c1c49;
}
@media (max-width: 576px) {
  .ui-widget .ui-tabs-nav .ui-tabs-tab .ui-tabs-anchor {
    font-size: 3.5vw;
  }
}
@media (min-width: 576px) {
  .ui-widget .ui-tabs-nav .ui-tabs-tab .ui-tabs-anchor {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .ui-widget .ui-tabs-nav .ui-tabs-tab .ui-tabs-anchor {
    font-size: 18px;
  }
}
.ui-widget .ui-tabs-nav .ui-tabs-tab.ui-tabs-active {
  border-top-color: #F3C200;
}
.ui-widget .ui-tabs-panel {
  padding: 16px 8px;
}
.ui-widget .ui-tabs-panel .article {
  margin: 0 16px;
}
.ui-widget .ui-tabs-panel .article h2 {
  margin-bottom: 8px;
}
.ui-widget .ui-tabs-panel .article .competitienaam {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.1;
}
.ui-widget .ui-tabs-panel .article .poule-programma,
.ui-widget .ui-tabs-panel .article .pouleuitslagen,
.ui-widget .ui-tabs-panel .article .team-indeling {
  margin: 0 16px;
}
.ui-widget .ui-tabs-panel .article .poule-programma .spwp_teamcode,
.ui-widget .ui-tabs-panel .article .pouleuitslagen .spwp_teamcode,
.ui-widget .ui-tabs-panel .article .team-indeling .spwp_teamcode {
  padding: 0;
}
@media (max-width: 576px) {
  .ui-widget .ui-tabs-panel .article .poule-programma .spwp_teamcode,
  .ui-widget .ui-tabs-panel .article .pouleuitslagen .spwp_teamcode,
  .ui-widget .ui-tabs-panel .article .team-indeling .spwp_teamcode {
    width: 16px;
  }
}
.ui-widget .ui-tabs-panel .article .teamindeling td:nth-child(2),
.ui-widget .ui-tabs-panel .article .teamindeling th:nth-child(2) {
  display: none;
}
.ui-widget .ui-tabs-panel .article tr.own {
  font-weight: 600;
}
@media (max-width: 576px) {
  .ui-widget .ui-tabs-panel .article tr td span,
  .ui-widget .ui-tabs-panel .article tr th span {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .ui-widget .ui-tabs-panel .article tr td span,
  .ui-widget .ui-tabs-panel .article tr th span {
    font-size: 14px;
  }
}
.ui-widget .ui-tabs-panel .article tr td .clublogo,
.ui-widget .ui-tabs-panel .article tr th .clublogo {
  margin-top: 4px !important;
}
.ui-widget .work-spinner {
  border-color: #F3C200;
  border-left-color: #f3c200;
}

.sp-wrapper {
  margin-bottom: 40px;
}

.profile-name {
  margin-bottom: 8px;
}

.profile-title {
  text-transform: uppercase;
}

tr.sp-custom-colour {
  background-color: #f3c200;
  background-color: #F3C200;
}

.sp-custom-colour {
  text-transform: uppercase;
}

.sp-programma .sp-table th,
.sp-programma .sp-table td {
  padding: 0 8px 0 0;
}

.teams-list__container {
  display: flex;
  flex-direction: column;
}
.teams-list__item {
  font-size: 12px;
  line-height: 16px;
  padding: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e3eb;
}
.teams-list__item:first-child {
  border-top: 1px solid #e1e3eb;
}

.testimonial {
  text-align: center;
}

.testimonial__quote {
  margin: auto 0;
  font-style: italic;
}
.testimonial__quote::before {
  content: open-quote;
}
.testimonial__quote::after {
  content: close-quote;
}

.testimonial__image {
  margin: 16px auto;
  border-radius: 500px;
}

.testimonial__footer {
  font-style: normal;
}

.testimonial__citee {
  display: block;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
}

.testimonial__citee-company {
  display: block;
  white-space: nowrap;
  font-size: 14px;
  font-style: normal;
}

.to-top {
  padding: 12px;
  position: fixed;
  bottom: 32px;
  z-index: 900;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  text-align: center;
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 100ms linear 250ms;
  transform: translateY(16px);
}
.has-scrolled .to-top {
  opacity: 1;
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateY(0);
}
.to-top svg {
  width: auto;
  height: 22px;
}
.to-top svg path {
  fill: #0c1c49;
}

.video {
  background: #e1e3eb;
}

@media (max-width: 576px) {
  .inner {
    padding: 12px;
  }
}
@media (min-width: 576px) {
  .inner {
    padding: 16px;
  }
}
@media (min-width: 768px) {
  .inner {
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .inner {
    margin: auto;
    max-width: 1200px;
  }
}

.layout {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .layout {
    margin: -12px;
  }
}
@media (min-width: 576px) {
  .layout {
    margin: -16px;
  }
}
@media (min-width: 768px) {
  .layout {
    margin: -24px;
  }
}
@media (min-width: 1024px) {
  .layout {
    margin: -24px;
  }
}

.layout--space-between {
  justify-content: space-between;
}

.layout--space-around {
  justify-content: space-around;
}

.layout--left-aligned {
  justify-content: flex-end;
}

.layout--row-reverse {
  flex-direction: row-reverse;
}

.layout--align-center {
  align-items: center;
}

.layout--centered {
  justify-content: center;
}

.layout--no-gutters {
  margin: 0;
}
.layout--no-gutters > .layout__item {
  padding: 0;
}

.layout--divider > * + * {
  border-left: 1px solid #55565a;
}

.layout__item {
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0;
}
@media (max-width: 576px) {
  .layout__item {
    padding: 12px;
  }
}
@media (min-width: 576px) {
  .layout__item {
    padding: 16px;
  }
}
@media (max-width: 576px) {
  .layout__item {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
  .layout__item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .layout__item {
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .layout__item {
    padding: 24px;
  }
}

.layout__item--auto {
  max-width: 100%;
  width: auto;
  flex: 0 0 auto;
}

.layout__item--flex {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .layout__item--hand-order-1 {
    order: 1;
  }
}

@media (max-width: 576px) {
  .layout__item--hand-order-2 {
    order: 2;
  }
}

.layout__item--photo {
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 576px) {
  .layout__item--photo {
    opacity: 0.15;
    left: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .layout__item--photo {
    left: 50%;
  }
}
.layout__item--photo img {
  object-fit: cover;
  object-position: top left;
  height: 100%;
  width: 100%;
}

@media (min-width: 576px) {
  .layout__item--1-12,
  .layout__item--1 {
    max-width: calc(1 / 12 * 100%);
    flex: 0 0 calc(1 / 12 * 100%);
  }
  .layout__item--push-1-12,
  .layout__item--push-1 {
    margin-left: calc(1 / 12 * 100%);
  }
  .layout--row-reverse .layout__item--push-1-12,
  .layout--row-reverse .layout__item--push-1 {
    margin-right: calc(1 / 12 * 100%);
    margin-left: 0;
  }
  .layout__item--pull-1-12,
  .layout__item--pull-1 {
    margin-left: calc(1 / 12 * -100%);
  }
  .layout--row-reverse .layout__item--pull-1-12,
  .layout--row-reverse .layout__item--pull-1 {
    margin-right: calc(1 / 12 * -100%);
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .layout__item--2-12,
  .layout__item--2 {
    max-width: calc(2 / 12 * 100%);
    flex: 0 0 calc(2 / 12 * 100%);
  }
  .layout__item--push-2-12,
  .layout__item--push-2 {
    margin-left: calc(2 / 12 * 100%);
  }
  .layout--row-reverse .layout__item--push-2-12,
  .layout--row-reverse .layout__item--push-2 {
    margin-right: calc(2 / 12 * 100%);
    margin-left: 0;
  }
  .layout__item--pull-2-12,
  .layout__item--pull-2 {
    margin-left: calc(2 / 12 * -100%);
  }
  .layout--row-reverse .layout__item--pull-2-12,
  .layout--row-reverse .layout__item--pull-2 {
    margin-right: calc(2 / 12 * -100%);
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .layout__item--3-12,
  .layout__item--3 {
    max-width: calc(3 / 12 * 100%);
    flex: 0 0 calc(3 / 12 * 100%);
  }
  .layout__item--push-3-12,
  .layout__item--push-3 {
    margin-left: calc(3 / 12 * 100%);
  }
  .layout--row-reverse .layout__item--push-3-12,
  .layout--row-reverse .layout__item--push-3 {
    margin-right: calc(3 / 12 * 100%);
    margin-left: 0;
  }
  .layout__item--pull-3-12,
  .layout__item--pull-3 {
    margin-left: calc(3 / 12 * -100%);
  }
  .layout--row-reverse .layout__item--pull-3-12,
  .layout--row-reverse .layout__item--pull-3 {
    margin-right: calc(3 / 12 * -100%);
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .layout__item--4-12,
  .layout__item--4 {
    max-width: calc(4 / 12 * 100%);
    flex: 0 0 calc(4 / 12 * 100%);
  }
  .layout__item--push-4-12,
  .layout__item--push-4 {
    margin-left: calc(4 / 12 * 100%);
  }
  .layout--row-reverse .layout__item--push-4-12,
  .layout--row-reverse .layout__item--push-4 {
    margin-right: calc(4 / 12 * 100%);
    margin-left: 0;
  }
  .layout__item--pull-4-12,
  .layout__item--pull-4 {
    margin-left: calc(4 / 12 * -100%);
  }
  .layout--row-reverse .layout__item--pull-4-12,
  .layout--row-reverse .layout__item--pull-4 {
    margin-right: calc(4 / 12 * -100%);
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .layout__item--5-12,
  .layout__item--5 {
    max-width: calc(5 / 12 * 100%);
    flex: 0 0 calc(5 / 12 * 100%);
  }
  .layout__item--push-5-12,
  .layout__item--push-5 {
    margin-left: calc(5 / 12 * 100%);
  }
  .layout--row-reverse .layout__item--push-5-12,
  .layout--row-reverse .layout__item--push-5 {
    margin-right: calc(5 / 12 * 100%);
    margin-left: 0;
  }
  .layout__item--pull-5-12,
  .layout__item--pull-5 {
    margin-left: calc(5 / 12 * -100%);
  }
  .layout--row-reverse .layout__item--pull-5-12,
  .layout--row-reverse .layout__item--pull-5 {
    margin-right: calc(5 / 12 * -100%);
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .layout__item--6-12,
  .layout__item--6 {
    max-width: calc(6 / 12 * 100%);
    flex: 0 0 calc(6 / 12 * 100%);
  }
  .layout__item--push-6-12,
  .layout__item--push-6 {
    margin-left: calc(6 / 12 * 100%);
  }
  .layout--row-reverse .layout__item--push-6-12,
  .layout--row-reverse .layout__item--push-6 {
    margin-right: calc(6 / 12 * 100%);
    margin-left: 0;
  }
  .layout__item--pull-6-12,
  .layout__item--pull-6 {
    margin-left: calc(6 / 12 * -100%);
  }
  .layout--row-reverse .layout__item--pull-6-12,
  .layout--row-reverse .layout__item--pull-6 {
    margin-right: calc(6 / 12 * -100%);
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .layout__item--7-12,
  .layout__item--7 {
    max-width: calc(7 / 12 * 100%);
    flex: 0 0 calc(7 / 12 * 100%);
  }
  .layout__item--push-7-12,
  .layout__item--push-7 {
    margin-left: calc(7 / 12 * 100%);
  }
  .layout--row-reverse .layout__item--push-7-12,
  .layout--row-reverse .layout__item--push-7 {
    margin-right: calc(7 / 12 * 100%);
    margin-left: 0;
  }
  .layout__item--pull-7-12,
  .layout__item--pull-7 {
    margin-left: calc(7 / 12 * -100%);
  }
  .layout--row-reverse .layout__item--pull-7-12,
  .layout--row-reverse .layout__item--pull-7 {
    margin-right: calc(7 / 12 * -100%);
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .layout__item--8-12,
  .layout__item--8 {
    max-width: calc(8 / 12 * 100%);
    flex: 0 0 calc(8 / 12 * 100%);
  }
  .layout__item--push-8-12,
  .layout__item--push-8 {
    margin-left: calc(8 / 12 * 100%);
  }
  .layout--row-reverse .layout__item--push-8-12,
  .layout--row-reverse .layout__item--push-8 {
    margin-right: calc(8 / 12 * 100%);
    margin-left: 0;
  }
  .layout__item--pull-8-12,
  .layout__item--pull-8 {
    margin-left: calc(8 / 12 * -100%);
  }
  .layout--row-reverse .layout__item--pull-8-12,
  .layout--row-reverse .layout__item--pull-8 {
    margin-right: calc(8 / 12 * -100%);
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .layout__item--9-12,
  .layout__item--9 {
    max-width: calc(9 / 12 * 100%);
    flex: 0 0 calc(9 / 12 * 100%);
  }
  .layout__item--push-9-12,
  .layout__item--push-9 {
    margin-left: calc(9 / 12 * 100%);
  }
  .layout--row-reverse .layout__item--push-9-12,
  .layout--row-reverse .layout__item--push-9 {
    margin-right: calc(9 / 12 * 100%);
    margin-left: 0;
  }
  .layout__item--pull-9-12,
  .layout__item--pull-9 {
    margin-left: calc(9 / 12 * -100%);
  }
  .layout--row-reverse .layout__item--pull-9-12,
  .layout--row-reverse .layout__item--pull-9 {
    margin-right: calc(9 / 12 * -100%);
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .layout__item--10-12,
  .layout__item--10 {
    max-width: calc(10 / 12 * 100%);
    flex: 0 0 calc(10 / 12 * 100%);
  }
  .layout__item--push-10-12,
  .layout__item--push-10 {
    margin-left: calc(10 / 12 * 100%);
  }
  .layout--row-reverse .layout__item--push-10-12,
  .layout--row-reverse .layout__item--push-10 {
    margin-right: calc(10 / 12 * 100%);
    margin-left: 0;
  }
  .layout__item--pull-10-12,
  .layout__item--pull-10 {
    margin-left: calc(10 / 12 * -100%);
  }
  .layout--row-reverse .layout__item--pull-10-12,
  .layout--row-reverse .layout__item--pull-10 {
    margin-right: calc(10 / 12 * -100%);
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .layout__item--11-12,
  .layout__item--11 {
    max-width: calc(11 / 12 * 100%);
    flex: 0 0 calc(11 / 12 * 100%);
  }
  .layout__item--push-11-12,
  .layout__item--push-11 {
    margin-left: calc(11 / 12 * 100%);
  }
  .layout--row-reverse .layout__item--push-11-12,
  .layout--row-reverse .layout__item--push-11 {
    margin-right: calc(11 / 12 * 100%);
    margin-left: 0;
  }
  .layout__item--pull-11-12,
  .layout__item--pull-11 {
    margin-left: calc(11 / 12 * -100%);
  }
  .layout--row-reverse .layout__item--pull-11-12,
  .layout--row-reverse .layout__item--pull-11 {
    margin-right: calc(11 / 12 * -100%);
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .layout__item--12-12,
  .layout__item--12 {
    max-width: calc(12 / 12 * 100%);
    flex: 0 0 calc(12 / 12 * 100%);
  }
  .layout__item--push-12-12,
  .layout__item--push-12 {
    margin-left: calc(12 / 12 * 100%);
  }
  .layout--row-reverse .layout__item--push-12-12,
  .layout--row-reverse .layout__item--push-12 {
    margin-right: calc(12 / 12 * 100%);
    margin-left: 0;
  }
  .layout__item--pull-12-12,
  .layout__item--pull-12 {
    margin-left: calc(12 / 12 * -100%);
  }
  .layout--row-reverse .layout__item--pull-12-12,
  .layout--row-reverse .layout__item--pull-12 {
    margin-right: calc(12 / 12 * -100%);
    margin-left: 0;
  }
}
.page__container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page__main {
  flex-grow: 1;
  overflow: hidden;
}

.page-header {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.page-header__inner {
  text-align: center;
  position: relative;
}

.page-header__logo-container {
  width: 100%;
  left: 0;
}
.page-header__logo-container .page-header__logo {
  display: block;
  margin: auto;
}
@media (max-width: 576px) {
  .page-header__logo-container .page-header__logo {
    height: 80px;
    margin-top: 16px;
  }
}
@media (min-width: 576px) {
  .page-header__logo-container .page-header__logo {
    height: 80px;
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .page-header__logo-container .page-header__logo {
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .page-header__logo-container .page-header__logo {
    height: 130px;
  }
}
.page-header__logo-container .page-header__title {
  display: inline-block;
  display: none;
  vertical-align: middle;
  font-size: 18px;
}

@media (max-width: 576px) {
  .page-header__button {
    top: 4px;
    position: absolute;
    right: 20px;
    z-index: 100;
    display: flex;
    color: #ffffff;
    cursor: pointer;
  }
}
@media (min-width: 1024px) {
  .page-header__button {
    display: none;
  }
}
.page-header__button .page-header__menu-title {
  padding-right: 12px;
}
.page-header__button .page-header__button-icon {
  position: relative;
  width: 28px;
  height: 28px;
}
.page-header__button .page-header__button-icon span {
  position: absolute;
  width: 28px;
  height: 2px;
  left: 0;
  border-radius: 1px;
  background-color: #ffffff;
  opacity: 1;
  transition: transform ease-in-out 0.3s;
  transform: scaleX(1);
}
.page-header__button .page-header__button-icon span:nth-child(1) {
  top: 3px;
}
.page-header__button .page-header__button-icon span:nth-child(2), .page-header__button .page-header__button-icon span:nth-child(3) {
  top: 14px;
}
.is-open .page-header__button .page-header__button-icon span:nth-child(2) {
  transform: rotate(45deg) scale(1.2);
}
.is-open .page-header__button .page-header__button-icon span:nth-child(3) {
  transform: rotate(-45deg) scale(1.2);
}
.is-open .page-header__button .page-header__button-icon span:nth-child(1), .is-open .page-header__button .page-header__button-icon span:nth-child(4) {
  display: none;
}
.page-header__button .page-header__button-icon span:nth-child(4) {
  top: 25px;
}

.page-header__menu .nav .nav__container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity ease 0.3s;
  justify-content: center;
  background-color: #051133;
  overflow: hidden;
  pointer-events: none;
  margin: 0;
  padding: 0;
}
.is-open .page-header__menu .nav .nav__container {
  opacity: 1;
  pointer-events: auto;
}
.page-header__menu .nav .nav__container .menu-item {
  margin: 0;
  position: relative;
}
.page-header__menu .nav .nav__container .menu-item:after {
  content: "";
  height: 1px;
  width: 160px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -80px;
}
@media (max-width: 576px) {
  .page-header__menu .nav .nav__container .menu-item {
    padding: 4px 0;
  }
}
@media (min-width: 1024px) {
  .page-header__menu .nav .nav__container .menu-item {
    padding: 8px;
  }
}
.page-header__menu .nav .nav__container .menu-item a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Juventus", sans-serif;
  font-size: 21px;
  transition: all ease 0.3s;
}
.page-header__menu .nav .nav__container .menu-item a:hover {
  color: #F3C200;
}
.page-header__menu .nav .nav__container .sub-menu {
  padding-bottom: 8px;
}
.page-header__menu .nav .nav__container .sub-menu .menu-item:after {
  background-color: transparent;
}
.page-header__menu .nav .nav__container .sub-menu .menu-item a {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 24px;
}

@media screen and (min-width: 782px) {
  body.admin-bar .page-header {
    top: 32px;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar .page-header {
    top: 46px;
  }
  body.admin-bar #wpadminbar {
    position: fixed;
    top: 0;
  }
}
#wpadminbar {
  display: none;
}

.page-footer {
  color: #e1e3eb;
  padding-bottom: 80px;
}
.page-footer p a {
  color: #e1e3eb;
}
@media (max-width: 576px) {
  .page-footer {
    text-align: center;
  }
}

.page-footer__header {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 500;
  transform: translateY(20px);
  margin-top: -80px;
}
@media (min-width: 768px) {
  .page-footer__header {
    transform: translateY(40px);
    margin-top: -100px;
  }
}
@media (min-width: 1024px) {
  .page-footer__header {
    transform: translateY(60px);
    margin-top: -140px;
  }
}
.page-footer__header-logo {
  height: 80px;
}
@media (min-width: 768px) {
  .page-footer__header-logo {
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .page-footer__header-logo {
    height: 130px;
  }
}

.page-footer__title {
  font-family: "Juventus", sans-serif;
  margin-bottom: 24px;
  text-transform: capitalize;
  color: #BE8C14;
}
@media (max-width: 576px) {
  .page-footer__title {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .page-footer__title {
    font-size: 27px;
  }
}

.page-footer__content {
  font-family: "Juventus", sans-serif;
}
.page-footer__content p,
.page-footer__content p a {
  font-size: 16px;
  text-decoration: none;
  border: 0;
  margin-bottom: 16px;
}

.page-footer__notices {
  font-family: sans-serif;
  font-size: 14px;
  align-self: center;
  text-align: center;
  text-transform: uppercase;
  color: #BE8C14;
  letter-spacing: 1.2;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  padding: 48px;
  margin-top: 32px;
  border-top: 1px solid #BE8C14;
}

.top-footer {
  overflow: hidden;
  position: relative;
}
.top-footer__image {
  max-width: none;
  width: 110%;
  margin-bottom: -4px;
}
.top-footer__title {
  display: block;
  position: absolute;
  top: 4vw;
  left: 4vw;
  right: 4vw;
  max-width: 1280px;
  z-index: -1;
  margin: 0 auto;
}

.page-footer__lav-link {
  display: block;
  margin: auto;
  width: 240px;
}

.page-section--relative {
  position: relative;
}
.page-section--mask {
  mask-image: url(../images/bars/mask.svg);
  mask-size: 100%;
  mask-position: top right;
  mask-repeat: no-repeat;
  z-index: 200;
  position: relative;
  padding-top: 5.38vw;
  margin-top: -5.38vw;
}
@media (min-width: 1024px) {
  .page-section--mask {
    padding-top: 68px;
    margin-top: -68px;
  }
}

.page-section--white {
  background-color: #ffffff;
}

.page-section--primary {
  background-color: black;
  background-blend-mode: multiply;
}

.page-section--primary-dark {
  background-color: #051133;
}

.page-section--tinted {
  background-color: #e1e3eb;
}

.page-section--overflow-hidden {
  overflow: hidden;
}

.page-section__inner {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
@media (max-width: 576px) {
  .page-section__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 576px) {
  .page-section__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .page-section__inner {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.page-section__inner--mask {
  mask-image: url(../images/bars/mask.svg);
  mask-size: 100%;
  mask-position: top right;
  mask-repeat: no-repeat;
  z-index: 200;
  position: relative;
  padding-top: 5.38vw;
  margin-top: -5.38vw;
}
@media (min-width: 1024px) {
  .page-section__inner--mask {
    padding-top: 68px;
    margin-top: -68px;
  }
}
.page-section__inner--to-top-l {
  margin-top: -200px;
}
.hero--small .page-section__inner--to-top-l {
  margin-top: -200px;
}
@media (max-width: 576px) {
  .page-section__inner--to-top-l {
    margin-top: -80px;
  }
}
.page-section__inner--to-top-m {
  margin-top: -300px;
}
@media (max-width: 576px) {
  .page-section__inner--to-top-m {
    margin-top: -80px;
  }
}
.page-section__inner--to-top-s {
  margin-top: -5.38vw;
}
@media (min-width: 1024px) {
  .page-section__inner--to-top-s {
    margin-top: -68px;
  }
}
.page-section__inner--white {
  background-color: #ffffff;
}
.page-section__inner--marine {
  background-color: #0c1c49;
}
.page-section__inner--yellow {
  background-color: #F3C200;
}
.page-section__inner--photo {
  background-image: url(../images/backgrounds/celebrate-2.jpg);
  background-position: right top;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: 50%;
}
@media (max-width: 576px) {
  .page-section__inner--padded-top-small {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .page-section__inner--padded-top-small {
    padding: 40px;
  }
}

@media (max-width: 576px) {
  .page-section__inner--padded-bottom-small {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .page-section__inner--padded-bottom-small {
    padding: 40px;
  }
}

@media (max-width: 576px) {
  .page-section__inner--padded-top {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .page-section__inner--padded-top {
    padding: 80px;
  }
}

@media (max-width: 576px) {
  .page-section__inner--padded-bottom {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .page-section__inner--padded-bottom {
    padding: 80px;
  }
}

.page-section__title {
  margin: 32px;
}
.page-section__title small,
.page-section__title span {
  color: #0c1c49;
  font-size: inherit;
  font-style: italic;
}

.spacing {
  width: 100%;
}
@media (max-width: 576px) {
  .spacing {
    height: 32px;
  }
}
@media (min-width: 576px) {
  .spacing {
    height: 48px;
  }
}
@media (min-width: 768px) {
  .spacing {
    height: 64px;
  }
}
@media (min-width: 1024px) {
  .spacing {
    height: 80px;
  }
}
@media (max-width: 576px) {
  .spacing--small {
    height: 16px;
  }
}
@media (min-width: 576px) {
  .spacing--small {
    height: 24px;
  }
}
@media (min-width: 768px) {
  .spacing--small {
    height: 32px;
  }
}
@media (min-width: 1024px) {
  .spacing--small {
    height: 40px;
  }
}
@media (max-width: 576px) {
  .spacing--large {
    height: 48px;
  }
}
@media (min-width: 576px) {
  .spacing--large {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .spacing--large {
    height: 96px;
  }
}
@media (min-width: 1024px) {
  .spacing--large {
    height: 128px;
  }
}
.spacing.spacing--notsmall {
  height: 0;
}
