@charset "UTF-8";
/*
// https://pangrampangram.com/products/telegraf
 */
@font-face {
  font-family: "Telegraf";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../Fonts/PPTelegraf-Regular.woff2") format("woff2"), url("../Fonts/PPTelegraf-Regular.woff") format("woff"), url("../Fonts/PPTelegraf-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Telegraf";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../Fonts/PPTelegraf-UltraBold.woff2") format("woff2"), url("../Fonts/PPTelegraf-UltraBold.woff") format("woff"), url("../Fonts/PPTelegraf-UltraBold.ttf") format("truetype");
}
meta[name=x-koch-breakpoints] {
  font-family: "xs=0px&sm=375px&md=680px&lg=960px&small=1160px&xl=1200px&medium=1420px&large=1546px&x-large=1660px";
}

/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

canvas,
img,
video {
  max-width: 100%;
  height: auto;
}

audio {
  max-width: 100%;
}

iframe {
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  line-height: inherit;
}

optgroup {
  font-weight: bold;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

address {
  font-style: inherit;
}

pre {
  overflow: auto;
}

hr {
  border: 0;
  border-top: 1px solid;
  color: inherit;
  opacity: 0.2;
}

:focus:not(:focus-visible) {
  outline: none;
}

blockquote,
figure,
fieldset {
  margin: 0;
}

address,
blockquote,
table,
figure,
form,
fieldset,
legend,
pre,
dl,
ul,
ol,
hr,
p {
  margin-top: 0;
  margin-bottom: 1.75rem;
}
address:last-child,
blockquote:last-child,
table:last-child,
figure:last-child,
form:last-child,
fieldset:last-child,
legend:last-child,
pre:last-child,
dl:last-child,
ul:last-child,
ol:last-child,
hr:last-child,
p:last-child {
  margin-bottom: 0;
}

@media print {
  *,
*::before,
*::after {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
label {
  display: inline-block;
  margin-bottom: 0.3rem;
}

[type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=date], textarea, select {
  display: block;
  width: 100%;
  height: 3.25em;
  border: 1px solid #cacaca;
  border-radius: 0.125em;
  padding: 1rem 1rem;
  background-clip: padding-box;
  background-color: #fff;
  color: #003a63;
  transition: border-color 0.15s ease;
}
[type=email]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=url]:focus, [type=date]:focus, textarea:focus, select:focus {
  border-color: #979797;
  outline: 0;
}
[type=email]:disabled, [type=number]:disabled, [type=password]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=text]:disabled, [type=url]:disabled, [type=date]:disabled, textarea:disabled, select:disabled {
  border-color: #cacaca;
  background-color: #e6e6e6;
  color: #8a8a8a;
  cursor: not-allowed;
}

select {
  overflow-x: hidden;
}
select:focus::-ms-value {
  background: transparent;
  color: currentColor;
}
select[multiple], select[size] {
  height: auto;
}

textarea {
  resize: vertical;
}
textarea[rows] {
  height: auto;
}
textarea:not([rows]) {
  height: 6.5em;
}

input[type=radio]:not(:only-child),
input[type=checkbox]:not(:only-child) {
  position: absolute;
  margin-top: 0.35em;
}
input[type=radio] ~ label,
input[type=checkbox] ~ label {
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: inherit;
}
input[type=radio]:disabled ~ label,
input[type=checkbox]:disabled ~ label {
  color: #8a8a8a;
  cursor: not-allowed;
}

input[type=file] {
  display: block;
  max-width: 100%;
}

::-moz-placeholder {
  color: #63beff;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #63beff;
  opacity: 1;
}

::placeholder {
  color: #63beff;
  opacity: 1;
}

.l-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.l-list-inline {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
}
.l-list-inline > li {
  margin-left: 1rem;
}

.l-media {
  display: flex;
  align-items: flex-start;
}

.l-media-body {
  flex: 0 1 auto;
}

.l-media-left,
.l-media-right {
  flex: 0 0 auto;
}

.l-media-left {
  padding-right: 1rem;
}

.l-media-right {
  order: 1;
  padding-left: 1rem;
}

.l-media-middle {
  align-self: center;
}

.l-media-bottom {
  align-self: flex-end;
}

.l-embed {
  position: relative;
  overflow: hidden;
}
.l-embed::before {
  content: "";
  display: block;
}
.l-embed--16by9::before {
  padding-bottom: 56.25%;
}
.l-embed--4by3::before {
  padding-bottom: 75%;
}
.l-embed iframe,
.l-embed embed,
.l-embed object,
.l-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-container, .c-cookieconsent__container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.l-row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  display: flex;
  flex-wrap: wrap;
}
.l-row--no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.l-row--no-gutter > .l-col {
  padding-left: 0;
  padding-right: 0;
}

.l-col {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  position: relative;
}

.l-flex {
  display: flex;
}
.l-flex--column {
  flex-direction: column;
}
.l-flex--column > * {
  min-height: 1px;
}

.l-col-xs-pull-0 {
  right: auto;
}

.l-col-xs-push-0 {
  left: auto;
}

.l-col-xs-offset-0 {
  margin-left: 0%;
}

.l-col-xs-1 {
  width: 8.3333333333%;
}

.l-col-xs-pull-1 {
  right: 8.3333333333%;
}

.l-col-xs-push-1 {
  left: 8.3333333333%;
}

.l-col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.l-col-xs-2 {
  width: 16.6666666667%;
}

.l-col-xs-pull-2 {
  right: 16.6666666667%;
}

.l-col-xs-push-2 {
  left: 16.6666666667%;
}

.l-col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.l-col-xs-3 {
  width: 25%;
}

.l-col-xs-pull-3 {
  right: 25%;
}

.l-col-xs-push-3 {
  left: 25%;
}

.l-col-xs-offset-3 {
  margin-left: 25%;
}

.l-col-xs-4 {
  width: 33.3333333333%;
}

.l-col-xs-pull-4 {
  right: 33.3333333333%;
}

.l-col-xs-push-4 {
  left: 33.3333333333%;
}

.l-col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.l-col-xs-5 {
  width: 41.6666666667%;
}

.l-col-xs-pull-5 {
  right: 41.6666666667%;
}

.l-col-xs-push-5 {
  left: 41.6666666667%;
}

.l-col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.l-col-xs-6 {
  width: 50%;
}

.l-col-xs-pull-6 {
  right: 50%;
}

.l-col-xs-push-6 {
  left: 50%;
}

.l-col-xs-offset-6 {
  margin-left: 50%;
}

.l-col-xs-7 {
  width: 58.3333333333%;
}

.l-col-xs-pull-7 {
  right: 58.3333333333%;
}

.l-col-xs-push-7 {
  left: 58.3333333333%;
}

.l-col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.l-col-xs-8 {
  width: 66.6666666667%;
}

.l-col-xs-pull-8 {
  right: 66.6666666667%;
}

.l-col-xs-push-8 {
  left: 66.6666666667%;
}

.l-col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.l-col-xs-9 {
  width: 75%;
}

.l-col-xs-pull-9 {
  right: 75%;
}

.l-col-xs-push-9 {
  left: 75%;
}

.l-col-xs-offset-9 {
  margin-left: 75%;
}

.l-col-xs-10 {
  width: 83.3333333333%;
}

.l-col-xs-pull-10 {
  right: 83.3333333333%;
}

.l-col-xs-push-10 {
  left: 83.3333333333%;
}

.l-col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.l-col-xs-11 {
  width: 91.6666666667%;
}

.l-col-xs-pull-11 {
  right: 91.6666666667%;
}

.l-col-xs-push-11 {
  left: 91.6666666667%;
}

.l-col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.l-col-xs-12 {
  width: 100%;
}

.l-col-xs-pull-12 {
  right: 100%;
}

.l-col-xs-push-12 {
  left: 100%;
}

@media (min-width: 23.4375em) {
  .l-col-sm-pull-0 {
    right: auto;
  }

  .l-col-sm-push-0 {
    left: auto;
  }

  .l-col-sm-offset-0 {
    margin-left: 0%;
  }

  .l-col-sm-1 {
    width: 8.3333333333%;
  }

  .l-col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .l-col-sm-push-1 {
    left: 8.3333333333%;
  }

  .l-col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .l-col-sm-2 {
    width: 16.6666666667%;
  }

  .l-col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .l-col-sm-push-2 {
    left: 16.6666666667%;
  }

  .l-col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .l-col-sm-3 {
    width: 25%;
  }

  .l-col-sm-pull-3 {
    right: 25%;
  }

  .l-col-sm-push-3 {
    left: 25%;
  }

  .l-col-sm-offset-3 {
    margin-left: 25%;
  }

  .l-col-sm-4 {
    width: 33.3333333333%;
  }

  .l-col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .l-col-sm-push-4 {
    left: 33.3333333333%;
  }

  .l-col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .l-col-sm-5 {
    width: 41.6666666667%;
  }

  .l-col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .l-col-sm-push-5 {
    left: 41.6666666667%;
  }

  .l-col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .l-col-sm-6 {
    width: 50%;
  }

  .l-col-sm-pull-6 {
    right: 50%;
  }

  .l-col-sm-push-6 {
    left: 50%;
  }

  .l-col-sm-offset-6 {
    margin-left: 50%;
  }

  .l-col-sm-7 {
    width: 58.3333333333%;
  }

  .l-col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .l-col-sm-push-7 {
    left: 58.3333333333%;
  }

  .l-col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .l-col-sm-8 {
    width: 66.6666666667%;
  }

  .l-col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .l-col-sm-push-8 {
    left: 66.6666666667%;
  }

  .l-col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .l-col-sm-9 {
    width: 75%;
  }

  .l-col-sm-pull-9 {
    right: 75%;
  }

  .l-col-sm-push-9 {
    left: 75%;
  }

  .l-col-sm-offset-9 {
    margin-left: 75%;
  }

  .l-col-sm-10 {
    width: 83.3333333333%;
  }

  .l-col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .l-col-sm-push-10 {
    left: 83.3333333333%;
  }

  .l-col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .l-col-sm-11 {
    width: 91.6666666667%;
  }

  .l-col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .l-col-sm-push-11 {
    left: 91.6666666667%;
  }

  .l-col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .l-col-sm-12 {
    width: 100%;
  }

  .l-col-sm-pull-12 {
    right: 100%;
  }

  .l-col-sm-push-12 {
    left: 100%;
  }
}
@media (min-width: 42.5em) {
  .l-col-md-pull-0 {
    right: auto;
  }

  .l-col-md-push-0 {
    left: auto;
  }

  .l-col-md-offset-0 {
    margin-left: 0%;
  }

  .l-col-md-1 {
    width: 8.3333333333%;
  }

  .l-col-md-pull-1 {
    right: 8.3333333333%;
  }

  .l-col-md-push-1 {
    left: 8.3333333333%;
  }

  .l-col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .l-col-md-2 {
    width: 16.6666666667%;
  }

  .l-col-md-pull-2 {
    right: 16.6666666667%;
  }

  .l-col-md-push-2 {
    left: 16.6666666667%;
  }

  .l-col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .l-col-md-3 {
    width: 25%;
  }

  .l-col-md-pull-3 {
    right: 25%;
  }

  .l-col-md-push-3 {
    left: 25%;
  }

  .l-col-md-offset-3 {
    margin-left: 25%;
  }

  .l-col-md-4 {
    width: 33.3333333333%;
  }

  .l-col-md-pull-4 {
    right: 33.3333333333%;
  }

  .l-col-md-push-4 {
    left: 33.3333333333%;
  }

  .l-col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .l-col-md-5 {
    width: 41.6666666667%;
  }

  .l-col-md-pull-5 {
    right: 41.6666666667%;
  }

  .l-col-md-push-5 {
    left: 41.6666666667%;
  }

  .l-col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .l-col-md-6 {
    width: 50%;
  }

  .l-col-md-pull-6 {
    right: 50%;
  }

  .l-col-md-push-6 {
    left: 50%;
  }

  .l-col-md-offset-6 {
    margin-left: 50%;
  }

  .l-col-md-7 {
    width: 58.3333333333%;
  }

  .l-col-md-pull-7 {
    right: 58.3333333333%;
  }

  .l-col-md-push-7 {
    left: 58.3333333333%;
  }

  .l-col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .l-col-md-8 {
    width: 66.6666666667%;
  }

  .l-col-md-pull-8 {
    right: 66.6666666667%;
  }

  .l-col-md-push-8 {
    left: 66.6666666667%;
  }

  .l-col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .l-col-md-9 {
    width: 75%;
  }

  .l-col-md-pull-9 {
    right: 75%;
  }

  .l-col-md-push-9 {
    left: 75%;
  }

  .l-col-md-offset-9 {
    margin-left: 75%;
  }

  .l-col-md-10 {
    width: 83.3333333333%;
  }

  .l-col-md-pull-10 {
    right: 83.3333333333%;
  }

  .l-col-md-push-10 {
    left: 83.3333333333%;
  }

  .l-col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .l-col-md-11 {
    width: 91.6666666667%;
  }

  .l-col-md-pull-11 {
    right: 91.6666666667%;
  }

  .l-col-md-push-11 {
    left: 91.6666666667%;
  }

  .l-col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .l-col-md-12 {
    width: 100%;
  }

  .l-col-md-pull-12 {
    right: 100%;
  }

  .l-col-md-push-12 {
    left: 100%;
  }
}
@media (min-width: 60em) {
  .l-col-lg-pull-0 {
    right: auto;
  }

  .l-col-lg-push-0 {
    left: auto;
  }

  .l-col-lg-offset-0 {
    margin-left: 0%;
  }

  .l-col-lg-1 {
    width: 8.3333333333%;
  }

  .l-col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .l-col-lg-push-1 {
    left: 8.3333333333%;
  }

  .l-col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .l-col-lg-2 {
    width: 16.6666666667%;
  }

  .l-col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .l-col-lg-push-2 {
    left: 16.6666666667%;
  }

  .l-col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .l-col-lg-3 {
    width: 25%;
  }

  .l-col-lg-pull-3 {
    right: 25%;
  }

  .l-col-lg-push-3 {
    left: 25%;
  }

  .l-col-lg-offset-3 {
    margin-left: 25%;
  }

  .l-col-lg-4 {
    width: 33.3333333333%;
  }

  .l-col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .l-col-lg-push-4 {
    left: 33.3333333333%;
  }

  .l-col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .l-col-lg-5 {
    width: 41.6666666667%;
  }

  .l-col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .l-col-lg-push-5 {
    left: 41.6666666667%;
  }

  .l-col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .l-col-lg-6 {
    width: 50%;
  }

  .l-col-lg-pull-6 {
    right: 50%;
  }

  .l-col-lg-push-6 {
    left: 50%;
  }

  .l-col-lg-offset-6 {
    margin-left: 50%;
  }

  .l-col-lg-7 {
    width: 58.3333333333%;
  }

  .l-col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .l-col-lg-push-7 {
    left: 58.3333333333%;
  }

  .l-col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .l-col-lg-8 {
    width: 66.6666666667%;
  }

  .l-col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .l-col-lg-push-8 {
    left: 66.6666666667%;
  }

  .l-col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .l-col-lg-9 {
    width: 75%;
  }

  .l-col-lg-pull-9 {
    right: 75%;
  }

  .l-col-lg-push-9 {
    left: 75%;
  }

  .l-col-lg-offset-9 {
    margin-left: 75%;
  }

  .l-col-lg-10 {
    width: 83.3333333333%;
  }

  .l-col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .l-col-lg-push-10 {
    left: 83.3333333333%;
  }

  .l-col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .l-col-lg-11 {
    width: 91.6666666667%;
  }

  .l-col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .l-col-lg-push-11 {
    left: 91.6666666667%;
  }

  .l-col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .l-col-lg-12 {
    width: 100%;
  }

  .l-col-lg-pull-12 {
    right: 100%;
  }

  .l-col-lg-push-12 {
    left: 100%;
  }
}
@media (min-width: 72.5em) {
  .l-col-small-pull-0 {
    right: auto;
  }

  .l-col-small-push-0 {
    left: auto;
  }

  .l-col-small-offset-0 {
    margin-left: 0%;
  }

  .l-col-small-1 {
    width: 8.3333333333%;
  }

  .l-col-small-pull-1 {
    right: 8.3333333333%;
  }

  .l-col-small-push-1 {
    left: 8.3333333333%;
  }

  .l-col-small-offset-1 {
    margin-left: 8.3333333333%;
  }

  .l-col-small-2 {
    width: 16.6666666667%;
  }

  .l-col-small-pull-2 {
    right: 16.6666666667%;
  }

  .l-col-small-push-2 {
    left: 16.6666666667%;
  }

  .l-col-small-offset-2 {
    margin-left: 16.6666666667%;
  }

  .l-col-small-3 {
    width: 25%;
  }

  .l-col-small-pull-3 {
    right: 25%;
  }

  .l-col-small-push-3 {
    left: 25%;
  }

  .l-col-small-offset-3 {
    margin-left: 25%;
  }

  .l-col-small-4 {
    width: 33.3333333333%;
  }

  .l-col-small-pull-4 {
    right: 33.3333333333%;
  }

  .l-col-small-push-4 {
    left: 33.3333333333%;
  }

  .l-col-small-offset-4 {
    margin-left: 33.3333333333%;
  }

  .l-col-small-5 {
    width: 41.6666666667%;
  }

  .l-col-small-pull-5 {
    right: 41.6666666667%;
  }

  .l-col-small-push-5 {
    left: 41.6666666667%;
  }

  .l-col-small-offset-5 {
    margin-left: 41.6666666667%;
  }

  .l-col-small-6 {
    width: 50%;
  }

  .l-col-small-pull-6 {
    right: 50%;
  }

  .l-col-small-push-6 {
    left: 50%;
  }

  .l-col-small-offset-6 {
    margin-left: 50%;
  }

  .l-col-small-7 {
    width: 58.3333333333%;
  }

  .l-col-small-pull-7 {
    right: 58.3333333333%;
  }

  .l-col-small-push-7 {
    left: 58.3333333333%;
  }

  .l-col-small-offset-7 {
    margin-left: 58.3333333333%;
  }

  .l-col-small-8 {
    width: 66.6666666667%;
  }

  .l-col-small-pull-8 {
    right: 66.6666666667%;
  }

  .l-col-small-push-8 {
    left: 66.6666666667%;
  }

  .l-col-small-offset-8 {
    margin-left: 66.6666666667%;
  }

  .l-col-small-9 {
    width: 75%;
  }

  .l-col-small-pull-9 {
    right: 75%;
  }

  .l-col-small-push-9 {
    left: 75%;
  }

  .l-col-small-offset-9 {
    margin-left: 75%;
  }

  .l-col-small-10 {
    width: 83.3333333333%;
  }

  .l-col-small-pull-10 {
    right: 83.3333333333%;
  }

  .l-col-small-push-10 {
    left: 83.3333333333%;
  }

  .l-col-small-offset-10 {
    margin-left: 83.3333333333%;
  }

  .l-col-small-11 {
    width: 91.6666666667%;
  }

  .l-col-small-pull-11 {
    right: 91.6666666667%;
  }

  .l-col-small-push-11 {
    left: 91.6666666667%;
  }

  .l-col-small-offset-11 {
    margin-left: 91.6666666667%;
  }

  .l-col-small-12 {
    width: 100%;
  }

  .l-col-small-pull-12 {
    right: 100%;
  }

  .l-col-small-push-12 {
    left: 100%;
  }
}
@media (min-width: 75em) {
  .l-col-xl-pull-0 {
    right: auto;
  }

  .l-col-xl-push-0 {
    left: auto;
  }

  .l-col-xl-offset-0 {
    margin-left: 0%;
  }

  .l-col-xl-1 {
    width: 8.3333333333%;
  }

  .l-col-xl-pull-1 {
    right: 8.3333333333%;
  }

  .l-col-xl-push-1 {
    left: 8.3333333333%;
  }

  .l-col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .l-col-xl-2 {
    width: 16.6666666667%;
  }

  .l-col-xl-pull-2 {
    right: 16.6666666667%;
  }

  .l-col-xl-push-2 {
    left: 16.6666666667%;
  }

  .l-col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

  .l-col-xl-3 {
    width: 25%;
  }

  .l-col-xl-pull-3 {
    right: 25%;
  }

  .l-col-xl-push-3 {
    left: 25%;
  }

  .l-col-xl-offset-3 {
    margin-left: 25%;
  }

  .l-col-xl-4 {
    width: 33.3333333333%;
  }

  .l-col-xl-pull-4 {
    right: 33.3333333333%;
  }

  .l-col-xl-push-4 {
    left: 33.3333333333%;
  }

  .l-col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .l-col-xl-5 {
    width: 41.6666666667%;
  }

  .l-col-xl-pull-5 {
    right: 41.6666666667%;
  }

  .l-col-xl-push-5 {
    left: 41.6666666667%;
  }

  .l-col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

  .l-col-xl-6 {
    width: 50%;
  }

  .l-col-xl-pull-6 {
    right: 50%;
  }

  .l-col-xl-push-6 {
    left: 50%;
  }

  .l-col-xl-offset-6 {
    margin-left: 50%;
  }

  .l-col-xl-7 {
    width: 58.3333333333%;
  }

  .l-col-xl-pull-7 {
    right: 58.3333333333%;
  }

  .l-col-xl-push-7 {
    left: 58.3333333333%;
  }

  .l-col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .l-col-xl-8 {
    width: 66.6666666667%;
  }

  .l-col-xl-pull-8 {
    right: 66.6666666667%;
  }

  .l-col-xl-push-8 {
    left: 66.6666666667%;
  }

  .l-col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

  .l-col-xl-9 {
    width: 75%;
  }

  .l-col-xl-pull-9 {
    right: 75%;
  }

  .l-col-xl-push-9 {
    left: 75%;
  }

  .l-col-xl-offset-9 {
    margin-left: 75%;
  }

  .l-col-xl-10 {
    width: 83.3333333333%;
  }

  .l-col-xl-pull-10 {
    right: 83.3333333333%;
  }

  .l-col-xl-push-10 {
    left: 83.3333333333%;
  }

  .l-col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .l-col-xl-11 {
    width: 91.6666666667%;
  }

  .l-col-xl-pull-11 {
    right: 91.6666666667%;
  }

  .l-col-xl-push-11 {
    left: 91.6666666667%;
  }

  .l-col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .l-col-xl-12 {
    width: 100%;
  }

  .l-col-xl-pull-12 {
    right: 100%;
  }

  .l-col-xl-push-12 {
    left: 100%;
  }
}
@media (min-width: 88.75em) {
  .l-col-medium-pull-0 {
    right: auto;
  }

  .l-col-medium-push-0 {
    left: auto;
  }

  .l-col-medium-offset-0 {
    margin-left: 0%;
  }

  .l-col-medium-1 {
    width: 8.3333333333%;
  }

  .l-col-medium-pull-1 {
    right: 8.3333333333%;
  }

  .l-col-medium-push-1 {
    left: 8.3333333333%;
  }

  .l-col-medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .l-col-medium-2 {
    width: 16.6666666667%;
  }

  .l-col-medium-pull-2 {
    right: 16.6666666667%;
  }

  .l-col-medium-push-2 {
    left: 16.6666666667%;
  }

  .l-col-medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .l-col-medium-3 {
    width: 25%;
  }

  .l-col-medium-pull-3 {
    right: 25%;
  }

  .l-col-medium-push-3 {
    left: 25%;
  }

  .l-col-medium-offset-3 {
    margin-left: 25%;
  }

  .l-col-medium-4 {
    width: 33.3333333333%;
  }

  .l-col-medium-pull-4 {
    right: 33.3333333333%;
  }

  .l-col-medium-push-4 {
    left: 33.3333333333%;
  }

  .l-col-medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .l-col-medium-5 {
    width: 41.6666666667%;
  }

  .l-col-medium-pull-5 {
    right: 41.6666666667%;
  }

  .l-col-medium-push-5 {
    left: 41.6666666667%;
  }

  .l-col-medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .l-col-medium-6 {
    width: 50%;
  }

  .l-col-medium-pull-6 {
    right: 50%;
  }

  .l-col-medium-push-6 {
    left: 50%;
  }

  .l-col-medium-offset-6 {
    margin-left: 50%;
  }

  .l-col-medium-7 {
    width: 58.3333333333%;
  }

  .l-col-medium-pull-7 {
    right: 58.3333333333%;
  }

  .l-col-medium-push-7 {
    left: 58.3333333333%;
  }

  .l-col-medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .l-col-medium-8 {
    width: 66.6666666667%;
  }

  .l-col-medium-pull-8 {
    right: 66.6666666667%;
  }

  .l-col-medium-push-8 {
    left: 66.6666666667%;
  }

  .l-col-medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .l-col-medium-9 {
    width: 75%;
  }

  .l-col-medium-pull-9 {
    right: 75%;
  }

  .l-col-medium-push-9 {
    left: 75%;
  }

  .l-col-medium-offset-9 {
    margin-left: 75%;
  }

  .l-col-medium-10 {
    width: 83.3333333333%;
  }

  .l-col-medium-pull-10 {
    right: 83.3333333333%;
  }

  .l-col-medium-push-10 {
    left: 83.3333333333%;
  }

  .l-col-medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .l-col-medium-11 {
    width: 91.6666666667%;
  }

  .l-col-medium-pull-11 {
    right: 91.6666666667%;
  }

  .l-col-medium-push-11 {
    left: 91.6666666667%;
  }

  .l-col-medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .l-col-medium-12 {
    width: 100%;
  }

  .l-col-medium-pull-12 {
    right: 100%;
  }

  .l-col-medium-push-12 {
    left: 100%;
  }
}
@media (min-width: 96.625em) {
  .l-col-large-pull-0 {
    right: auto;
  }

  .l-col-large-push-0 {
    left: auto;
  }

  .l-col-large-offset-0 {
    margin-left: 0%;
  }

  .l-col-large-1 {
    width: 8.3333333333%;
  }

  .l-col-large-pull-1 {
    right: 8.3333333333%;
  }

  .l-col-large-push-1 {
    left: 8.3333333333%;
  }

  .l-col-large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .l-col-large-2 {
    width: 16.6666666667%;
  }

  .l-col-large-pull-2 {
    right: 16.6666666667%;
  }

  .l-col-large-push-2 {
    left: 16.6666666667%;
  }

  .l-col-large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .l-col-large-3 {
    width: 25%;
  }

  .l-col-large-pull-3 {
    right: 25%;
  }

  .l-col-large-push-3 {
    left: 25%;
  }

  .l-col-large-offset-3 {
    margin-left: 25%;
  }

  .l-col-large-4 {
    width: 33.3333333333%;
  }

  .l-col-large-pull-4 {
    right: 33.3333333333%;
  }

  .l-col-large-push-4 {
    left: 33.3333333333%;
  }

  .l-col-large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .l-col-large-5 {
    width: 41.6666666667%;
  }

  .l-col-large-pull-5 {
    right: 41.6666666667%;
  }

  .l-col-large-push-5 {
    left: 41.6666666667%;
  }

  .l-col-large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .l-col-large-6 {
    width: 50%;
  }

  .l-col-large-pull-6 {
    right: 50%;
  }

  .l-col-large-push-6 {
    left: 50%;
  }

  .l-col-large-offset-6 {
    margin-left: 50%;
  }

  .l-col-large-7 {
    width: 58.3333333333%;
  }

  .l-col-large-pull-7 {
    right: 58.3333333333%;
  }

  .l-col-large-push-7 {
    left: 58.3333333333%;
  }

  .l-col-large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .l-col-large-8 {
    width: 66.6666666667%;
  }

  .l-col-large-pull-8 {
    right: 66.6666666667%;
  }

  .l-col-large-push-8 {
    left: 66.6666666667%;
  }

  .l-col-large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .l-col-large-9 {
    width: 75%;
  }

  .l-col-large-pull-9 {
    right: 75%;
  }

  .l-col-large-push-9 {
    left: 75%;
  }

  .l-col-large-offset-9 {
    margin-left: 75%;
  }

  .l-col-large-10 {
    width: 83.3333333333%;
  }

  .l-col-large-pull-10 {
    right: 83.3333333333%;
  }

  .l-col-large-push-10 {
    left: 83.3333333333%;
  }

  .l-col-large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .l-col-large-11 {
    width: 91.6666666667%;
  }

  .l-col-large-pull-11 {
    right: 91.6666666667%;
  }

  .l-col-large-push-11 {
    left: 91.6666666667%;
  }

  .l-col-large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .l-col-large-12 {
    width: 100%;
  }

  .l-col-large-pull-12 {
    right: 100%;
  }

  .l-col-large-push-12 {
    left: 100%;
  }
}
@media (min-width: 103.75em) {
  .l-col-x-large-pull-0 {
    right: auto;
  }

  .l-col-x-large-push-0 {
    left: auto;
  }

  .l-col-x-large-offset-0 {
    margin-left: 0%;
  }

  .l-col-x-large-1 {
    width: 8.3333333333%;
  }

  .l-col-x-large-pull-1 {
    right: 8.3333333333%;
  }

  .l-col-x-large-push-1 {
    left: 8.3333333333%;
  }

  .l-col-x-large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .l-col-x-large-2 {
    width: 16.6666666667%;
  }

  .l-col-x-large-pull-2 {
    right: 16.6666666667%;
  }

  .l-col-x-large-push-2 {
    left: 16.6666666667%;
  }

  .l-col-x-large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .l-col-x-large-3 {
    width: 25%;
  }

  .l-col-x-large-pull-3 {
    right: 25%;
  }

  .l-col-x-large-push-3 {
    left: 25%;
  }

  .l-col-x-large-offset-3 {
    margin-left: 25%;
  }

  .l-col-x-large-4 {
    width: 33.3333333333%;
  }

  .l-col-x-large-pull-4 {
    right: 33.3333333333%;
  }

  .l-col-x-large-push-4 {
    left: 33.3333333333%;
  }

  .l-col-x-large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .l-col-x-large-5 {
    width: 41.6666666667%;
  }

  .l-col-x-large-pull-5 {
    right: 41.6666666667%;
  }

  .l-col-x-large-push-5 {
    left: 41.6666666667%;
  }

  .l-col-x-large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .l-col-x-large-6 {
    width: 50%;
  }

  .l-col-x-large-pull-6 {
    right: 50%;
  }

  .l-col-x-large-push-6 {
    left: 50%;
  }

  .l-col-x-large-offset-6 {
    margin-left: 50%;
  }

  .l-col-x-large-7 {
    width: 58.3333333333%;
  }

  .l-col-x-large-pull-7 {
    right: 58.3333333333%;
  }

  .l-col-x-large-push-7 {
    left: 58.3333333333%;
  }

  .l-col-x-large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .l-col-x-large-8 {
    width: 66.6666666667%;
  }

  .l-col-x-large-pull-8 {
    right: 66.6666666667%;
  }

  .l-col-x-large-push-8 {
    left: 66.6666666667%;
  }

  .l-col-x-large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .l-col-x-large-9 {
    width: 75%;
  }

  .l-col-x-large-pull-9 {
    right: 75%;
  }

  .l-col-x-large-push-9 {
    left: 75%;
  }

  .l-col-x-large-offset-9 {
    margin-left: 75%;
  }

  .l-col-x-large-10 {
    width: 83.3333333333%;
  }

  .l-col-x-large-pull-10 {
    right: 83.3333333333%;
  }

  .l-col-x-large-push-10 {
    left: 83.3333333333%;
  }

  .l-col-x-large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .l-col-x-large-11 {
    width: 91.6666666667%;
  }

  .l-col-x-large-pull-11 {
    right: 91.6666666667%;
  }

  .l-col-x-large-push-11 {
    left: 91.6666666667%;
  }

  .l-col-x-large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .l-col-x-large-12 {
    width: 100%;
  }

  .l-col-x-large-pull-12 {
    right: 100%;
  }

  .l-col-x-large-push-12 {
    left: 100%;
  }
}
@media (min-width: 42.5em) {
  .l-col-md-1-3 {
    width: 33.3333333333%;
  }
}

@media (min-width: 42.5em) {
  .l-col-md-1-2 {
    width: 50%;
  }
}

@media (min-width: 42.5em) {
  .l-col-md-2-3 {
    width: 66.6666666667%;
  }
}

.c-form-group {
  margin-bottom: 1rem;
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  .c-select select:not([multiple]) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding-right: 2em;
    background-repeat: no-repeat;
    background-position: right center;
    background-position: right 1rem center;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.099' height='5.202' viewBox='0 0 9.099 5.202'%3E%3Cpath d='M14.884,10.742,11.442,7.3a.65.65,0,1,1,.921-.918l3.9,3.9a.649.649,0,0,1,.019.9L12.365,15.1a.65.65,0,0,1-.921-.918Z' transform='translate(15.292 -11.251) rotate(90)' fill='%238a8a8a'/%3E%3C/svg%3E");
  }
}
.c-radio input[type=radio]:not(:only-child),
.c-checkbox input[type=checkbox]:not(:only-child) {
  opacity: 0;
}
.c-radio input[type=radio] ~ label,
.c-checkbox input[type=checkbox] ~ label {
  position: relative;
  padding-left: 1.4em;
  line-height: 1.5;
}
.c-radio input[type=radio] ~ label::before,
.c-radio input[type=radio] ~ label::after,
.c-checkbox input[type=checkbox] ~ label::before,
.c-checkbox input[type=checkbox] ~ label::after {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1em;
  height: 1em;
}
.c-radio input[type=radio] ~ label::before,
.c-checkbox input[type=checkbox] ~ label::before {
  border: 1px solid #cacaca;
  background-color: #fff;
}
.c-radio input[type=radio] ~ label::after,
.c-checkbox input[type=checkbox] ~ label::after {
  background-repeat: no-repeat;
  background-position: center center;
}
.c-radio input[type=radio]:hover:not(:disabled) ~ label:hover::before, .c-radio input[type=radio]:focus ~ label::before,
.c-checkbox input[type=checkbox]:hover:not(:disabled) ~ label:hover::before,
.c-checkbox input[type=checkbox]:focus ~ label::before {
  border-color: #979797;
}
.c-radio input[type=radio]:active ~ label::before,
.c-checkbox input[type=checkbox]:active ~ label::before {
  background-color: #e6e6e6;
}
.c-radio input[type=radio]:disabled ~ label::before,
.c-checkbox input[type=checkbox]:disabled ~ label::before {
  border-color: #cacaca;
  background-color: #e6e6e6;
}

.c-radio input[type=radio] ~ label::before {
  border-radius: 50%;
}
.c-radio input[type=radio]:checked ~ label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%238a8a8a' d='M4 1C2.3 1 1 2.3 1 4s1.3 3 3 3 3-1.3 3-3S5.7 1 4 1z'/%3E%3C/svg%3E");
}

.c-checkbox input[type=checkbox] ~ label::before {
  border-radius: 0.125em;
}
.c-checkbox input[type=checkbox]:checked ~ label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%238a8a8a' d='M6.4 1L5.7 1.7 2.9 4.5 2.1 3.7 1.4 3 0 4.4l0.7 0.7 1.5 1.5 0.7 0.7 0.7-0.7 3.5-3.5 0.7-0.7L6.4 1 6.4 1z'/%3E%3C/svg%3E");
}

.contenttable, .c-external-content--table table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.contenttable th, .c-external-content--table table th,
.contenttable td,
.c-external-content--table table td {
  padding: 0.4em 0.6em;
  border-bottom: 1px solid transparent;
  vertical-align: top;
}
.contenttable th, .c-external-content--table table th {
  text-align: left;
}
.contenttable thead th, .c-external-content--table table thead th {
  border-bottom-width: 2px;
  vertical-align: bottom;
}
.contenttable tbody tr:nth-child(2n+1), .c-external-content--table table tbody tr:nth-child(2n+1) {
  background-color: #f2f3f4;
}

.u-nospace {
  margin-bottom: 0 !important;
}

@media (max-width: 23.4275em) {
  .u-nospace-xs {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 23.4375em) and (max-width: 42.49em) {
  .u-nospace-sm {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 42.5em) and (max-width: 59.99em) {
  .u-nospace-md {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 60em) and (max-width: 72.49em) {
  .u-nospace-lg {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 72.5em) and (max-width: 74.99em) {
  .u-nospace-small {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 75em) and (max-width: 88.74em) {
  .u-nospace-xl {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 88.75em) and (max-width: 96.615em) {
  .u-nospace-medium {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 96.625em) and (max-width: 103.74em) {
  .u-nospace-large {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 103.75em) {
  .u-nospace-x-large {
    margin-bottom: 0 !important;
  }
}
.u-nospace-xs-up {
  margin-bottom: 0 !important;
}

@media (min-width: 23.4375em) {
  .u-nospace-sm-up {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 42.5em) {
  .u-nospace-md-up {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 60em) {
  .u-nospace-lg-up {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 72.5em) {
  .u-nospace-small-up {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 75em) {
  .u-nospace-xl-up {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 88.75em) {
  .u-nospace-medium-up {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 96.625em) {
  .u-nospace-large-up {
    margin-bottom: 0 !important;
  }
}
.u-minispace {
  margin-bottom: 0.9375rem !important;
}

@media (max-width: 23.4275em) {
  .u-minispace-xs {
    margin-bottom: 0.9375rem !important;
  }
}
@media (min-width: 23.4375em) and (max-width: 42.49em) {
  .u-minispace-sm {
    margin-bottom: 0.9375rem !important;
  }
}
@media (min-width: 42.5em) and (max-width: 59.99em) {
  .u-minispace-md {
    margin-bottom: 0.9375rem !important;
  }
}
@media (min-width: 60em) and (max-width: 72.49em) {
  .u-minispace-lg {
    margin-bottom: 0.9375rem !important;
  }
}
@media (min-width: 72.5em) and (max-width: 74.99em) {
  .u-minispace-small {
    margin-bottom: 0.9375rem !important;
  }
}
@media (min-width: 75em) and (max-width: 88.74em) {
  .u-minispace-xl {
    margin-bottom: 0.9375rem !important;
  }
}
@media (min-width: 88.75em) and (max-width: 96.615em) {
  .u-minispace-medium {
    margin-bottom: 0.9375rem !important;
  }
}
@media (min-width: 96.625em) and (max-width: 103.74em) {
  .u-minispace-large {
    margin-bottom: 0.9375rem !important;
  }
}
@media (min-width: 103.75em) {
  .u-minispace-x-large {
    margin-bottom: 0.9375rem !important;
  }
}
.u-minispace-xs-up {
  margin-bottom: 0.9375rem !important;
}

@media (min-width: 23.4375em) {
  .u-minispace-sm-up {
    margin-bottom: 0.9375rem !important;
  }
}
@media (min-width: 42.5em) {
  .u-minispace-md-up {
    margin-bottom: 0.9375rem !important;
  }
}
@media (min-width: 60em) {
  .u-minispace-lg-up {
    margin-bottom: 0.9375rem !important;
  }
}
@media (min-width: 72.5em) {
  .u-minispace-small-up {
    margin-bottom: 0.9375rem !important;
  }
}
@media (min-width: 75em) {
  .u-minispace-xl-up {
    margin-bottom: 0.9375rem !important;
  }
}
@media (min-width: 88.75em) {
  .u-minispace-medium-up {
    margin-bottom: 0.9375rem !important;
  }
}
@media (min-width: 96.625em) {
  .u-minispace-large-up {
    margin-bottom: 0.9375rem !important;
  }
}
.u-minispace-neg {
  margin-bottom: -0.9375rem !important;
}

@media (max-width: 23.4275em) {
  .u-minispace-neg-xs {
    margin-bottom: -0.9375rem !important;
  }
}
@media (min-width: 23.4375em) and (max-width: 42.49em) {
  .u-minispace-neg-sm {
    margin-bottom: -0.9375rem !important;
  }
}
@media (min-width: 42.5em) and (max-width: 59.99em) {
  .u-minispace-neg-md {
    margin-bottom: -0.9375rem !important;
  }
}
@media (min-width: 60em) and (max-width: 72.49em) {
  .u-minispace-neg-lg {
    margin-bottom: -0.9375rem !important;
  }
}
@media (min-width: 72.5em) and (max-width: 74.99em) {
  .u-minispace-neg-small {
    margin-bottom: -0.9375rem !important;
  }
}
@media (min-width: 75em) and (max-width: 88.74em) {
  .u-minispace-neg-xl {
    margin-bottom: -0.9375rem !important;
  }
}
@media (min-width: 88.75em) and (max-width: 96.615em) {
  .u-minispace-neg-medium {
    margin-bottom: -0.9375rem !important;
  }
}
@media (min-width: 96.625em) and (max-width: 103.74em) {
  .u-minispace-neg-large {
    margin-bottom: -0.9375rem !important;
  }
}
@media (min-width: 103.75em) {
  .u-minispace-neg-x-large {
    margin-bottom: -0.9375rem !important;
  }
}
.u-minispace-neg-xs-up {
  margin-bottom: -0.9375rem !important;
}

@media (min-width: 23.4375em) {
  .u-minispace-neg-sm-up {
    margin-bottom: -0.9375rem !important;
  }
}
@media (min-width: 42.5em) {
  .u-minispace-neg-md-up {
    margin-bottom: -0.9375rem !important;
  }
}
@media (min-width: 60em) {
  .u-minispace-neg-lg-up {
    margin-bottom: -0.9375rem !important;
  }
}
@media (min-width: 72.5em) {
  .u-minispace-neg-small-up {
    margin-bottom: -0.9375rem !important;
  }
}
@media (min-width: 75em) {
  .u-minispace-neg-xl-up {
    margin-bottom: -0.9375rem !important;
  }
}
@media (min-width: 88.75em) {
  .u-minispace-neg-medium-up {
    margin-bottom: -0.9375rem !important;
  }
}
@media (min-width: 96.625em) {
  .u-minispace-neg-large-up {
    margin-bottom: -0.9375rem !important;
  }
}
.u-smallspace {
  margin-bottom: 1.5625rem !important;
}

@media (max-width: 23.4275em) {
  .u-smallspace-xs {
    margin-bottom: 1.5625rem !important;
  }
}
@media (min-width: 23.4375em) and (max-width: 42.49em) {
  .u-smallspace-sm {
    margin-bottom: 1.5625rem !important;
  }
}
@media (min-width: 42.5em) and (max-width: 59.99em) {
  .u-smallspace-md {
    margin-bottom: 1.5625rem !important;
  }
}
@media (min-width: 60em) and (max-width: 72.49em) {
  .u-smallspace-lg {
    margin-bottom: 1.5625rem !important;
  }
}
@media (min-width: 72.5em) and (max-width: 74.99em) {
  .u-smallspace-small {
    margin-bottom: 1.5625rem !important;
  }
}
@media (min-width: 75em) and (max-width: 88.74em) {
  .u-smallspace-xl {
    margin-bottom: 1.5625rem !important;
  }
}
@media (min-width: 88.75em) and (max-width: 96.615em) {
  .u-smallspace-medium {
    margin-bottom: 1.5625rem !important;
  }
}
@media (min-width: 96.625em) and (max-width: 103.74em) {
  .u-smallspace-large {
    margin-bottom: 1.5625rem !important;
  }
}
@media (min-width: 103.75em) {
  .u-smallspace-x-large {
    margin-bottom: 1.5625rem !important;
  }
}
.u-smallspace-xs-up {
  margin-bottom: 1.5625rem !important;
}

@media (min-width: 23.4375em) {
  .u-smallspace-sm-up {
    margin-bottom: 1.5625rem !important;
  }
}
@media (min-width: 42.5em) {
  .u-smallspace-md-up {
    margin-bottom: 1.5625rem !important;
  }
}
@media (min-width: 60em) {
  .u-smallspace-lg-up {
    margin-bottom: 1.5625rem !important;
  }
}
@media (min-width: 72.5em) {
  .u-smallspace-small-up {
    margin-bottom: 1.5625rem !important;
  }
}
@media (min-width: 75em) {
  .u-smallspace-xl-up {
    margin-bottom: 1.5625rem !important;
  }
}
@media (min-width: 88.75em) {
  .u-smallspace-medium-up {
    margin-bottom: 1.5625rem !important;
  }
}
@media (min-width: 96.625em) {
  .u-smallspace-large-up {
    margin-bottom: 1.5625rem !important;
  }
}
.u-smallspace-neg {
  margin-bottom: -1.5625rem !important;
}

@media (max-width: 23.4275em) {
  .u-smallspace-neg-xs {
    margin-bottom: -1.5625rem !important;
  }
}
@media (min-width: 23.4375em) and (max-width: 42.49em) {
  .u-smallspace-neg-sm {
    margin-bottom: -1.5625rem !important;
  }
}
@media (min-width: 42.5em) and (max-width: 59.99em) {
  .u-smallspace-neg-md {
    margin-bottom: -1.5625rem !important;
  }
}
@media (min-width: 60em) and (max-width: 72.49em) {
  .u-smallspace-neg-lg {
    margin-bottom: -1.5625rem !important;
  }
}
@media (min-width: 72.5em) and (max-width: 74.99em) {
  .u-smallspace-neg-small {
    margin-bottom: -1.5625rem !important;
  }
}
@media (min-width: 75em) and (max-width: 88.74em) {
  .u-smallspace-neg-xl {
    margin-bottom: -1.5625rem !important;
  }
}
@media (min-width: 88.75em) and (max-width: 96.615em) {
  .u-smallspace-neg-medium {
    margin-bottom: -1.5625rem !important;
  }
}
@media (min-width: 96.625em) and (max-width: 103.74em) {
  .u-smallspace-neg-large {
    margin-bottom: -1.5625rem !important;
  }
}
@media (min-width: 103.75em) {
  .u-smallspace-neg-x-large {
    margin-bottom: -1.5625rem !important;
  }
}
.u-smallspace-neg-xs-up {
  margin-bottom: -1.5625rem !important;
}

@media (min-width: 23.4375em) {
  .u-smallspace-neg-sm-up {
    margin-bottom: -1.5625rem !important;
  }
}
@media (min-width: 42.5em) {
  .u-smallspace-neg-md-up {
    margin-bottom: -1.5625rem !important;
  }
}
@media (min-width: 60em) {
  .u-smallspace-neg-lg-up {
    margin-bottom: -1.5625rem !important;
  }
}
@media (min-width: 72.5em) {
  .u-smallspace-neg-small-up {
    margin-bottom: -1.5625rem !important;
  }
}
@media (min-width: 75em) {
  .u-smallspace-neg-xl-up {
    margin-bottom: -1.5625rem !important;
  }
}
@media (min-width: 88.75em) {
  .u-smallspace-neg-medium-up {
    margin-bottom: -1.5625rem !important;
  }
}
@media (min-width: 96.625em) {
  .u-smallspace-neg-large-up {
    margin-bottom: -1.5625rem !important;
  }
}
.u-space {
  margin-bottom: 1.875rem !important;
}

@media (max-width: 23.4275em) {
  .u-space-xs {
    margin-bottom: 1.875rem !important;
  }
}
@media (min-width: 23.4375em) and (max-width: 42.49em) {
  .u-space-sm {
    margin-bottom: 1.875rem !important;
  }
}
@media (min-width: 42.5em) and (max-width: 59.99em) {
  .u-space-md {
    margin-bottom: 1.875rem !important;
  }
}
@media (min-width: 60em) and (max-width: 72.49em) {
  .u-space-lg {
    margin-bottom: 1.875rem !important;
  }
}
@media (min-width: 72.5em) and (max-width: 74.99em) {
  .u-space-small {
    margin-bottom: 1.875rem !important;
  }
}
@media (min-width: 75em) and (max-width: 88.74em) {
  .u-space-xl {
    margin-bottom: 1.875rem !important;
  }
}
@media (min-width: 88.75em) and (max-width: 96.615em) {
  .u-space-medium {
    margin-bottom: 1.875rem !important;
  }
}
@media (min-width: 96.625em) and (max-width: 103.74em) {
  .u-space-large {
    margin-bottom: 1.875rem !important;
  }
}
@media (min-width: 103.75em) {
  .u-space-x-large {
    margin-bottom: 1.875rem !important;
  }
}
.u-space-xs-up {
  margin-bottom: 1.875rem !important;
}

@media (min-width: 23.4375em) {
  .u-space-sm-up {
    margin-bottom: 1.875rem !important;
  }
}
@media (min-width: 42.5em) {
  .u-space-md-up {
    margin-bottom: 1.875rem !important;
  }
}
@media (min-width: 60em) {
  .u-space-lg-up {
    margin-bottom: 1.875rem !important;
  }
}
@media (min-width: 72.5em) {
  .u-space-small-up {
    margin-bottom: 1.875rem !important;
  }
}
@media (min-width: 75em) {
  .u-space-xl-up {
    margin-bottom: 1.875rem !important;
  }
}
@media (min-width: 88.75em) {
  .u-space-medium-up {
    margin-bottom: 1.875rem !important;
  }
}
@media (min-width: 96.625em) {
  .u-space-large-up {
    margin-bottom: 1.875rem !important;
  }
}
.u-space-neg {
  margin-bottom: -1.875rem !important;
}

@media (max-width: 23.4275em) {
  .u-space-neg-xs {
    margin-bottom: -1.875rem !important;
  }
}
@media (min-width: 23.4375em) and (max-width: 42.49em) {
  .u-space-neg-sm {
    margin-bottom: -1.875rem !important;
  }
}
@media (min-width: 42.5em) and (max-width: 59.99em) {
  .u-space-neg-md {
    margin-bottom: -1.875rem !important;
  }
}
@media (min-width: 60em) and (max-width: 72.49em) {
  .u-space-neg-lg {
    margin-bottom: -1.875rem !important;
  }
}
@media (min-width: 72.5em) and (max-width: 74.99em) {
  .u-space-neg-small {
    margin-bottom: -1.875rem !important;
  }
}
@media (min-width: 75em) and (max-width: 88.74em) {
  .u-space-neg-xl {
    margin-bottom: -1.875rem !important;
  }
}
@media (min-width: 88.75em) and (max-width: 96.615em) {
  .u-space-neg-medium {
    margin-bottom: -1.875rem !important;
  }
}
@media (min-width: 96.625em) and (max-width: 103.74em) {
  .u-space-neg-large {
    margin-bottom: -1.875rem !important;
  }
}
@media (min-width: 103.75em) {
  .u-space-neg-x-large {
    margin-bottom: -1.875rem !important;
  }
}
.u-space-neg-xs-up {
  margin-bottom: -1.875rem !important;
}

@media (min-width: 23.4375em) {
  .u-space-neg-sm-up {
    margin-bottom: -1.875rem !important;
  }
}
@media (min-width: 42.5em) {
  .u-space-neg-md-up {
    margin-bottom: -1.875rem !important;
  }
}
@media (min-width: 60em) {
  .u-space-neg-lg-up {
    margin-bottom: -1.875rem !important;
  }
}
@media (min-width: 72.5em) {
  .u-space-neg-small-up {
    margin-bottom: -1.875rem !important;
  }
}
@media (min-width: 75em) {
  .u-space-neg-xl-up {
    margin-bottom: -1.875rem !important;
  }
}
@media (min-width: 88.75em) {
  .u-space-neg-medium-up {
    margin-bottom: -1.875rem !important;
  }
}
@media (min-width: 96.625em) {
  .u-space-neg-large-up {
    margin-bottom: -1.875rem !important;
  }
}
.u-bigspace {
  margin-bottom: 3.125rem !important;
}

@media (max-width: 23.4275em) {
  .u-bigspace-xs {
    margin-bottom: 3.125rem !important;
  }
}
@media (min-width: 23.4375em) and (max-width: 42.49em) {
  .u-bigspace-sm {
    margin-bottom: 3.125rem !important;
  }
}
@media (min-width: 42.5em) and (max-width: 59.99em) {
  .u-bigspace-md {
    margin-bottom: 3.125rem !important;
  }
}
@media (min-width: 60em) and (max-width: 72.49em) {
  .u-bigspace-lg {
    margin-bottom: 3.125rem !important;
  }
}
@media (min-width: 72.5em) and (max-width: 74.99em) {
  .u-bigspace-small {
    margin-bottom: 3.125rem !important;
  }
}
@media (min-width: 75em) and (max-width: 88.74em) {
  .u-bigspace-xl {
    margin-bottom: 3.125rem !important;
  }
}
@media (min-width: 88.75em) and (max-width: 96.615em) {
  .u-bigspace-medium {
    margin-bottom: 3.125rem !important;
  }
}
@media (min-width: 96.625em) and (max-width: 103.74em) {
  .u-bigspace-large {
    margin-bottom: 3.125rem !important;
  }
}
@media (min-width: 103.75em) {
  .u-bigspace-x-large {
    margin-bottom: 3.125rem !important;
  }
}
.u-bigspace-xs-up {
  margin-bottom: 3.125rem !important;
}

@media (min-width: 23.4375em) {
  .u-bigspace-sm-up {
    margin-bottom: 3.125rem !important;
  }
}
@media (min-width: 42.5em) {
  .u-bigspace-md-up {
    margin-bottom: 3.125rem !important;
  }
}
@media (min-width: 60em) {
  .u-bigspace-lg-up {
    margin-bottom: 3.125rem !important;
  }
}
@media (min-width: 72.5em) {
  .u-bigspace-small-up {
    margin-bottom: 3.125rem !important;
  }
}
@media (min-width: 75em) {
  .u-bigspace-xl-up {
    margin-bottom: 3.125rem !important;
  }
}
@media (min-width: 88.75em) {
  .u-bigspace-medium-up {
    margin-bottom: 3.125rem !important;
  }
}
@media (min-width: 96.625em) {
  .u-bigspace-large-up {
    margin-bottom: 3.125rem !important;
  }
}
.u-bigspace-neg {
  margin-bottom: -3.125rem !important;
}

@media (max-width: 23.4275em) {
  .u-bigspace-neg-xs {
    margin-bottom: -3.125rem !important;
  }
}
@media (min-width: 23.4375em) and (max-width: 42.49em) {
  .u-bigspace-neg-sm {
    margin-bottom: -3.125rem !important;
  }
}
@media (min-width: 42.5em) and (max-width: 59.99em) {
  .u-bigspace-neg-md {
    margin-bottom: -3.125rem !important;
  }
}
@media (min-width: 60em) and (max-width: 72.49em) {
  .u-bigspace-neg-lg {
    margin-bottom: -3.125rem !important;
  }
}
@media (min-width: 72.5em) and (max-width: 74.99em) {
  .u-bigspace-neg-small {
    margin-bottom: -3.125rem !important;
  }
}
@media (min-width: 75em) and (max-width: 88.74em) {
  .u-bigspace-neg-xl {
    margin-bottom: -3.125rem !important;
  }
}
@media (min-width: 88.75em) and (max-width: 96.615em) {
  .u-bigspace-neg-medium {
    margin-bottom: -3.125rem !important;
  }
}
@media (min-width: 96.625em) and (max-width: 103.74em) {
  .u-bigspace-neg-large {
    margin-bottom: -3.125rem !important;
  }
}
@media (min-width: 103.75em) {
  .u-bigspace-neg-x-large {
    margin-bottom: -3.125rem !important;
  }
}
.u-bigspace-neg-xs-up {
  margin-bottom: -3.125rem !important;
}

@media (min-width: 23.4375em) {
  .u-bigspace-neg-sm-up {
    margin-bottom: -3.125rem !important;
  }
}
@media (min-width: 42.5em) {
  .u-bigspace-neg-md-up {
    margin-bottom: -3.125rem !important;
  }
}
@media (min-width: 60em) {
  .u-bigspace-neg-lg-up {
    margin-bottom: -3.125rem !important;
  }
}
@media (min-width: 72.5em) {
  .u-bigspace-neg-small-up {
    margin-bottom: -3.125rem !important;
  }
}
@media (min-width: 75em) {
  .u-bigspace-neg-xl-up {
    margin-bottom: -3.125rem !important;
  }
}
@media (min-width: 88.75em) {
  .u-bigspace-neg-medium-up {
    margin-bottom: -3.125rem !important;
  }
}
@media (min-width: 96.625em) {
  .u-bigspace-neg-large-up {
    margin-bottom: -3.125rem !important;
  }
}
.u-block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.u-pull-left {
  float: left !important;
}

.u-pull-right {
  float: right !important;
}

.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.u-small {
  font-size: 0.8rem !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-hide {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  text-shadow: none;
}

.u-text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.u-text-hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.u-text-uppercase {
  text-transform: uppercase !important;
}

.u-invisible {
  visibility: hidden !important;
}

.hidden {
  display: none !important;
}

@media print {
  .u-hidden-print {
    display: none !important;
  }
}
.u-visible-xs {
  display: none !important;
}

.u-visible-sm {
  display: none !important;
}

.u-visible-sm-up {
  display: none !important;
}

.u-visible-md {
  display: none !important;
}

.u-visible-md-up {
  display: none !important;
}

.u-visible-lg {
  display: none !important;
}

.u-visible-lg-up {
  display: none !important;
}

.u-visible-small {
  display: none !important;
}

.u-visible-small-up {
  display: none !important;
}

.u-visible-xl {
  display: none !important;
}

.u-visible-xl-up {
  display: none !important;
}

.u-visible-medium {
  display: none !important;
}

.u-visible-medium-up {
  display: none !important;
}

.u-visible-large {
  display: none !important;
}

.u-visible-large-up {
  display: none !important;
}

.u-visible-x-large {
  display: none !important;
}

@media (max-width: 23.4275em) {
  .u-hidden-xs {
    display: none !important;
  }

  .u-visible-xs {
    display: block !important;
  }
}
@media (min-width: 23.4375em) and (max-width: 42.49em) {
  .u-hidden-sm {
    display: none !important;
  }

  .u-visible-sm {
    display: block !important;
  }
}
@media (min-width: 42.5em) and (max-width: 59.99em) {
  .u-hidden-md {
    display: none !important;
  }

  .u-visible-md {
    display: block !important;
  }
}
@media (min-width: 60em) and (max-width: 72.49em) {
  .u-hidden-lg {
    display: none !important;
  }

  .u-visible-lg {
    display: block !important;
  }
}
@media (min-width: 72.5em) and (max-width: 74.99em) {
  .u-hidden-small {
    display: none !important;
  }

  .u-visible-small {
    display: block !important;
  }
}
@media (min-width: 75em) and (max-width: 88.74em) {
  .u-hidden-xl {
    display: none !important;
  }

  .u-visible-xl {
    display: block !important;
  }
}
@media (min-width: 88.75em) and (max-width: 96.615em) {
  .u-hidden-medium {
    display: none !important;
  }

  .u-visible-medium {
    display: block !important;
  }
}
@media (min-width: 96.625em) and (max-width: 103.74em) {
  .u-hidden-large {
    display: none !important;
  }

  .u-visible-large {
    display: block !important;
  }
}
@media (min-width: 103.75em) {
  .u-hidden-x-large {
    display: none !important;
  }

  .u-visible-x-large {
    display: block !important;
  }
}
@media (min-width: 23.4375em) {
  .u-hidden-sm-up {
    display: none !important;
  }

  .u-visible-sm-up {
    display: block !important;
  }
}
@media (min-width: 42.5em) {
  .u-hidden-md-up {
    display: none !important;
  }

  .u-visible-md-up {
    display: block !important;
  }
}
@media (min-width: 60em) {
  .u-hidden-lg-up {
    display: none !important;
  }

  .u-visible-lg-up {
    display: block !important;
  }
}
@media (min-width: 72.5em) {
  .u-hidden-small-up {
    display: none !important;
  }

  .u-visible-small-up {
    display: block !important;
  }
}
@media (min-width: 75em) {
  .u-hidden-xl-up {
    display: none !important;
  }

  .u-visible-xl-up {
    display: block !important;
  }
}
@media (min-width: 88.75em) {
  .u-hidden-medium-up {
    display: none !important;
  }

  .u-visible-medium-up {
    display: block !important;
  }
}
@media (min-width: 96.625em) {
  .u-hidden-large-up {
    display: none !important;
  }

  .u-visible-large-up {
    display: block !important;
  }
}
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.u-sr-only-focusable:active, .u-sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: inherit;
}

.u-table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
  font-family: "Telegraf", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  color: #003a63;
}

/*!
 * delicious-hamburgers
 * @description Beautiful SASS powered hamburger menu toggle buttons
 * @author Kasper Koman
 * @link https://github.com/kapoko/delicious-hamburgers
 */
button.c-hamburger {
  height: 50px;
  width: 50px;
}

div.c-hamburger {
  height: 50px;
  width: 50px;
}
div.c-hamburger > .inner {
  top: 50%;
}

.c-hamburger {
  background-color: transparent;
  border: 0 transparent solid;
  border-radius: 2px;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  opacity: 1;
  overflow: visible;
  padding: 10px;
  text-transform: none;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger:hover {
  background-color: transparent;
  opacity: 1;
}
.c-hamburger:hover span.bar {
  background-color: #003a63;
}
.c-hamburger:hover > .inner:nth-child(1)::before, .c-hamburger:hover > .inner:nth-child(1)::after, .c-hamburger:hover > .inner:nth-child(2)::before, .c-hamburger:hover > .inner:nth-child(2)::after, .c-hamburger:hover > .inner:nth-child(3)::before, .c-hamburger:hover > .inner:nth-child(3)::after,
.c-hamburger:hover span.bar:nth-child(1)::before,
.c-hamburger:hover span.bar:nth-child(1)::after,
.c-hamburger:hover span.bar:nth-child(2)::before,
.c-hamburger:hover span.bar:nth-child(2)::after,
.c-hamburger:hover span.bar:nth-child(3)::before,
.c-hamburger:hover span.bar:nth-child(3)::after {
  background-color: #003a63;
}
.c-hamburger.is-active {
  background-color: transparent;
}
.c-hamburger.is-active span.bar {
  background-color: #003a63;
}
.c-hamburger.is-active > .inner:nth-child(1)::before, .c-hamburger.is-active > .inner:nth-child(1)::after, .c-hamburger.is-active > .inner:nth-child(2)::before, .c-hamburger.is-active > .inner:nth-child(2)::after, .c-hamburger.is-active > .inner:nth-child(3)::before, .c-hamburger.is-active > .inner:nth-child(3)::after,
.c-hamburger.is-active span.bar:nth-child(1)::before,
.c-hamburger.is-active span.bar:nth-child(1)::after,
.c-hamburger.is-active span.bar:nth-child(2)::before,
.c-hamburger.is-active span.bar:nth-child(2)::after,
.c-hamburger.is-active span.bar:nth-child(3)::before,
.c-hamburger.is-active span.bar:nth-child(3)::after {
  background-color: #003a63;
}
.c-hamburger > .inner {
  margin: 0;
  margin-top: -1.5px;
  position: relative;
  width: 100%;
}
.c-hamburger span.bar {
  background-color: #003a63;
  border-radius: 0;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 100%;
}
.c-hamburger span.bar:nth-child(1) {
  top: -4px;
}
.c-hamburger span.bar:nth-child(3) {
  top: 4px;
}
.c-hamburger:focus {
  outline: 0;
}

.c-hamburger--default.is-active span.bar {
  top: 0;
}
.c-hamburger--default.is-active span.bar:nth-child(1) {
  transform: rotate(45deg);
}
.c-hamburger--default.is-active span.bar:nth-child(2) {
  display: none;
}
.c-hamburger--default.is-active span.bar:nth-child(3) {
  transform: rotate(-45deg);
}

.c-hamburger--criss-cross > .inner::before, .c-hamburger--criss-cross > .inner::after {
  background-color: #003a63;
  border-radius: 0;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 100%;
  opacity: 0;
  transform-origin: 0 50%;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--criss-cross > .inner::before {
  transform: rotate(45deg) translate3d(-4.3933982822px, -10.6066017178px, 0) scaleX(0);
}
.c-hamburger--criss-cross > .inner::after {
  transform: rotate(-45deg) translate3d(-4.3933982822px, 10.6066017178px, 0) scaleX(0);
  transition-delay: 0.1s;
}
.c-hamburger--criss-cross span.bar {
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--criss-cross span.bar:nth-child(1) {
  transition-delay: 0.33s;
}
.c-hamburger--criss-cross span.bar:nth-child(2) {
  transition-delay: 0.36s;
}
.c-hamburger--criss-cross span.bar:nth-child(3) {
  transition-delay: 0.39s;
}
.c-hamburger--criss-cross.is-active > .inner::before, .c-hamburger--criss-cross.is-active > .inner::after {
  opacity: 1;
}
.c-hamburger--criss-cross.is-active > .inner::before {
  transform: rotate(45deg) translate3d(-4.3933982822px, -10.6066017178px, 0);
  transition-delay: 0.4s;
}
.c-hamburger--criss-cross.is-active > .inner::after {
  transform: rotate(-45deg) translate3d(-4.3933982822px, 10.6066017178px, 0);
  transition-delay: 0.5s;
}
.c-hamburger--criss-cross.is-active span.bar {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
  width: 50%;
}
.c-hamburger--criss-cross.is-active span.bar:nth-child(1) {
  transition-delay: 0s;
}
.c-hamburger--criss-cross.is-active span.bar:nth-child(2) {
  transition-delay: 0.2s;
}
.c-hamburger--criss-cross.is-active span.bar:nth-child(3) {
  transition-delay: 0.1s;
}

.c-hamburger--apple > .inner {
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--apple span.bar {
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--apple span.bar:nth-child(1) {
  top: 0;
  transform: translate3d(0, -3px, 0);
}
.c-hamburger--apple span.bar:nth-child(2) {
  top: 0;
  transform: translate3d(0, 3px, 0);
}
.c-hamburger--apple span.bar:nth-child(3) {
  display: none;
}
.c-hamburger--apple.is-active > .inner {
  transform: rotate(90deg) translate3d(1.5px, -1.5px, 0);
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--apple.is-active span.bar {
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}
.c-hamburger--apple.is-active span.bar:nth-child(1) {
  transform: rotate(45deg) translate3d(0, 0, 0);
}
.c-hamburger--apple.is-active span.bar:nth-child(2) {
  transform: rotate(-45deg) translate3d(0, 0, 0);
}

.c-hamburger--arrow > .inner, .c-hamburger--arrow-right > .inner {
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--arrow span.bar, .c-hamburger--arrow-right span.bar {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0.1s;
}
.c-hamburger--arrow span.bar:nth-child(1), .c-hamburger--arrow-right span.bar:nth-child(1) {
  transform-origin: 100% 0;
}
.c-hamburger--arrow span.bar:nth-child(2), .c-hamburger--arrow-right span.bar:nth-child(2) {
  transform-origin: 0 0;
}
.c-hamburger--arrow span.bar:nth-child(3), .c-hamburger--arrow-right span.bar:nth-child(3) {
  transform-origin: 100% 100%;
}
.c-hamburger--arrow.is-active > .inner, .c-hamburger--arrow-right.is-active > .inner {
  transform: rotate(180deg) translate3d(0, -3px, 0);
}
.c-hamburger--arrow.is-active span.bar, .c-hamburger--arrow-right.is-active span.bar {
  transition-delay: 0s;
}
.c-hamburger--arrow.is-active span.bar:nth-child(1), .c-hamburger--arrow-right.is-active span.bar:nth-child(1) {
  transform: rotate(45deg) scaleX(0.4) translate3d(9.7227182413px, 3.8890872965px, 0);
}
.c-hamburger--arrow.is-active span.bar:nth-child(2), .c-hamburger--arrow-right.is-active span.bar:nth-child(2) {
  transform: scaleX(0.9);
}
.c-hamburger--arrow.is-active span.bar:nth-child(3), .c-hamburger--arrow-right.is-active span.bar:nth-child(3) {
  transform: rotate(-45deg) scaleX(0.4) translate3d(9.7227182413px, -3.8890872965px, 0);
}

.c-hamburger--arrow > .inner, .c-hamburger--arrow-right > .inner {
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--arrow span.bar, .c-hamburger--arrow-right span.bar {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0.1s;
}
.c-hamburger--arrow span.bar:nth-child(1), .c-hamburger--arrow-right span.bar:nth-child(1) {
  transform-origin: 100% 0;
}
.c-hamburger--arrow span.bar:nth-child(2), .c-hamburger--arrow-right span.bar:nth-child(2) {
  transform-origin: 0 0;
}
.c-hamburger--arrow span.bar:nth-child(3), .c-hamburger--arrow-right span.bar:nth-child(3) {
  transform-origin: 100% 100%;
}
.c-hamburger--arrow.is-active > .inner, .c-hamburger--arrow-right.is-active > .inner {
  transform: rotate(180deg) translate3d(0, -3px, 0);
}
.c-hamburger--arrow.is-active span.bar, .c-hamburger--arrow-right.is-active span.bar {
  transition-delay: 0s;
}
.c-hamburger--arrow.is-active span.bar:nth-child(1), .c-hamburger--arrow-right.is-active span.bar:nth-child(1) {
  transform: rotate(45deg) scaleX(0.4) translate3d(9.7227182413px, 3.8890872965px, 0);
}
.c-hamburger--arrow.is-active span.bar:nth-child(2), .c-hamburger--arrow-right.is-active span.bar:nth-child(2) {
  transform: scaleX(0.9);
}
.c-hamburger--arrow.is-active span.bar:nth-child(3), .c-hamburger--arrow-right.is-active span.bar:nth-child(3) {
  transform: rotate(-45deg) scaleX(0.4) translate3d(9.7227182413px, -3.8890872965px, 0);
}

.c-hamburger--arrow-right span.bar:nth-child(1) {
  transform-origin: 0 0;
}
.c-hamburger--arrow-right span.bar:nth-child(2) {
  transform-origin: 100% 0;
}
.c-hamburger--arrow-right span.bar:nth-child(3) {
  left: 0;
  transform-origin: 0 100%;
}
.c-hamburger--arrow-right.is-active > .inner {
  transform: rotate(-180deg) translate3d(0, -3px, 0);
}
.c-hamburger--arrow-right.is-active span.bar:nth-child(1) {
  transform: rotate(-45deg) scaleX(0.4) translate3d(-9.7227182413px, 3.8890872965px, 0);
}
.c-hamburger--arrow-right.is-active span.bar:nth-child(2) {
  transform: scaleX(0.9);
}
.c-hamburger--arrow-right.is-active span.bar:nth-child(3) {
  transform: rotate(45deg) scaleX(0.4) translate3d(-9.7227182413px, -3.8890872965px, 0);
}

.c-hamburger--spin > .inner {
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--spin span.bar {
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
.c-hamburger--spin span.bar:nth-child(1) {
  top: 0;
  transform: rotate(0deg) translate3d(0, -4px, 0);
  transform-origin: 40% 50%;
}
.c-hamburger--spin span.bar:nth-child(3) {
  top: 0;
  transform: rotate(0deg) translate3d(0, 4px, 0);
  transform-origin: 40% 50%;
}
.c-hamburger--spin.is-active > .inner {
  transform: rotate(180deg) translate3d(0, -3px, 0);
}
.c-hamburger--spin.is-active span.bar {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--spin.is-active span.bar:nth-child(1) {
  transform: rotate(135deg) translate3d(-5.1213203436px, -2.1213203436px, 0);
}
.c-hamburger--spin.is-active span.bar:nth-child(2) {
  opacity: 0;
  transform: rotate(45deg);
}
.c-hamburger--spin.is-active span.bar:nth-child(3) {
  transform: rotate(45deg) translate3d(-0.8786796564px, -2.1213203436px, 0);
}

.c-hamburger--collapse span.bar {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
}
.c-hamburger--collapse span.bar::before {
  background-color: #003a63;
  border-radius: 0;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 100%;
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--collapse span.bar:nth-child(1), .c-hamburger--collapse span.bar:nth-child(3) {
  background: none;
  top: 0;
}
.c-hamburger--collapse span.bar:nth-child(1) {
  transform: translate3d(0, -4px, 0);
}
.c-hamburger--collapse span.bar:nth-child(3) {
  transform: translate3d(0, 4px, 0);
}
.c-hamburger--collapse.is-active span.bar {
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--collapse.is-active span.bar:nth-child(1), .c-hamburger--collapse.is-active span.bar:nth-child(3) {
  transform: translate3d(0, 0, 0);
}
.c-hamburger--collapse.is-active span.bar:nth-child(1)::before, .c-hamburger--collapse.is-active span.bar:nth-child(3)::before {
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}
.c-hamburger--collapse.is-active span.bar:nth-child(1)::before {
  transform: rotate(135deg);
}
.c-hamburger--collapse.is-active span.bar:nth-child(2) {
  opacity: 0;
}
.c-hamburger--collapse.is-active span.bar:nth-child(3)::before {
  transform: rotate(45deg);
}

.c-hamburger--minimal span.bar {
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.c-hamburger--minimal span.bar:nth-child(1) {
  top: -3px;
}
.c-hamburger--minimal span.bar:nth-child(2) {
  top: 3px;
}
.c-hamburger--minimal span.bar:nth-child(3) {
  display: none;
}
.c-hamburger--minimal.is-active span.bar {
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--minimal.is-active span.bar:nth-child(1) {
  transform: translate3d(0, 3px, 0);
}
.c-hamburger--minimal.is-active span.bar:nth-child(2) {
  opacity: 0;
  transform: translate3d(0, -3px, 0);
}

.c-hamburger--dive span.bar {
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--dive span.bar:nth-child(1) {
  top: 0;
  transform: translate3d(0, -3px, 0);
}
.c-hamburger--dive span.bar:nth-child(2) {
  top: 0;
  transform: translate3d(0, 3px, 0);
}
.c-hamburger--dive span.bar:nth-child(3) {
  display: none;
}
.c-hamburger--dive.is-active span.bar:nth-child(1) {
  transform: rotate(135deg);
}
.c-hamburger--dive.is-active span.bar:nth-child(2) {
  transform: rotate(45deg);
}

.c-hamburger--stack span.bar {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
}
.c-hamburger--stack span.bar:nth-child(1), .c-hamburger--stack span.bar:nth-child(3) {
  background: none;
  top: 0;
}
.c-hamburger--stack span.bar:nth-child(1)::before, .c-hamburger--stack span.bar:nth-child(3)::before {
  background-color: #003a63;
  border-radius: 0;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 100%;
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--stack span.bar:nth-child(1) {
  transform: translate3d(0, -4px, 0);
}
.c-hamburger--stack span.bar:nth-child(3) {
  transform: translate3d(0, 4px, 0);
}
.c-hamburger--stack.is-active span.bar {
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--stack.is-active span.bar:nth-child(1), .c-hamburger--stack.is-active span.bar:nth-child(3) {
  transform: translate3d(0, 0, 0);
}
.c-hamburger--stack.is-active span.bar:nth-child(1)::before, .c-hamburger--stack.is-active span.bar:nth-child(3)::before {
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}
.c-hamburger--stack.is-active span.bar:nth-child(1)::before {
  transform: rotate(45deg);
}
.c-hamburger--stack.is-active span.bar:nth-child(2) {
  opacity: 0;
}
.c-hamburger--stack.is-active span.bar:nth-child(3)::before {
  transform: rotate(-45deg);
}

.c-hamburger--converge span.bar {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--converge span.bar:nth-child(1) {
  top: 0;
  transform: translate3d(0, -4px, 0);
}
.c-hamburger--converge span.bar:nth-child(2) {
  opacity: 1;
  transform-origin: 20% 50%;
}
.c-hamburger--converge span.bar:nth-child(3) {
  top: 0;
  transform: translate3d(0, 4px, 0);
}
.c-hamburger--converge.is-active span.bar {
  top: 0;
}
.c-hamburger--converge.is-active span.bar:nth-child(1) {
  transform: rotate(135deg);
}
.c-hamburger--converge.is-active span.bar:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}
.c-hamburger--converge.is-active span.bar:nth-child(3) {
  transform: rotate(-135deg);
}

.c-hamburger--twist span.bar {
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--twist span.bar:nth-child(1) {
  top: 0;
  transform: rotate(0deg) translate3d(0, -4px, 0);
}
.c-hamburger--twist span.bar:nth-child(2) {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}
.c-hamburger--twist span.bar:nth-child(3) {
  top: 0;
  transform: rotate(0deg) translate3d(0, 4px, 0);
  transform-origin: 40% 50%;
}
.c-hamburger--twist.is-active span.bar:nth-child(1) {
  transform: rotate(45deg);
}
.c-hamburger--twist.is-active span.bar:nth-child(2) {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--twist.is-active span.bar:nth-child(3) {
  transform: rotate(-225deg) translate3d(-5.1213203436px, -2.1213203436px, 0);
}

.c-hamburger--magnetic span.bar {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
.c-hamburger--magnetic span.bar:nth-child(1), .c-hamburger--magnetic span.bar:nth-child(2) {
  background: none;
  top: 0;
}
.c-hamburger--magnetic span.bar:nth-child(1)::before, .c-hamburger--magnetic span.bar:nth-child(2)::before {
  background-color: #003a63;
  border-radius: 0;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--magnetic span.bar:nth-child(1) {
  transform: translate3d(0, -3px, 0);
}
.c-hamburger--magnetic span.bar:nth-child(2) {
  transform: translate3d(0, 3px, 0);
}
.c-hamburger--magnetic span.bar:nth-child(3) {
  display: none;
}
.c-hamburger--magnetic.is-active span.bar {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--magnetic.is-active span.bar:nth-child(1), .c-hamburger--magnetic.is-active span.bar:nth-child(2) {
  transform: translate3d(0, 0, 0);
}
.c-hamburger--magnetic.is-active span.bar:nth-child(1)::before, .c-hamburger--magnetic.is-active span.bar:nth-child(2)::before {
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--magnetic.is-active span.bar:nth-child(1)::before {
  transform: rotate(45deg);
}
.c-hamburger--magnetic.is-active span.bar:nth-child(2)::before {
  transform: rotate(-45deg);
}

.c-hamburger--chop span.bar {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--chop span.bar:nth-child(1) {
  top: 0;
  transform: translate3d(0, -4px, 0);
}
.c-hamburger--chop span.bar:nth-child(2) {
  opacity: 1;
  transform-origin: 15% 50%;
}
.c-hamburger--chop span.bar:nth-child(3) {
  top: 0;
  transform: translate3d(0, 4px, 0);
}
.c-hamburger--chop.is-active span.bar {
  top: 0;
}
.c-hamburger--chop.is-active span.bar:nth-child(1) {
  transform: rotate(45deg);
}
.c-hamburger--chop.is-active span.bar:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}
.c-hamburger--chop.is-active span.bar:nth-child(3) {
  transform: rotate(-45deg);
}

.c-hamburger--parallel span.bar {
  transform: scaleX(1) translate3d(0, 0, 0);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--parallel span.bar:nth-child(1) {
  top: -3px;
}
.c-hamburger--parallel span.bar:nth-child(2) {
  top: 3px;
}
.c-hamburger--parallel span.bar:nth-child(3) {
  display: none;
}
.c-hamburger--parallel:hover span.bar:nth-child(1) {
  transform: scaleX(0.85) translate3d(15%, 0, 0);
}
.c-hamburger--parallel:hover span.bar:nth-child(2) {
  transform: scaleX(0.85) translate3d(-15%, 0, 0);
}
.c-hamburger--parallel.is-active span.bar {
  top: 0;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--parallel.is-active span.bar:nth-child(1) {
  transform: rotate(-45deg);
}
.c-hamburger--parallel.is-active span.bar:nth-child(2) {
  transform: rotate(45deg);
}

.c-hamburger--vertical > .inner {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--vertical span.bar {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}
.c-hamburger--vertical span.bar:nth-child(1) {
  top: 0;
  transform: translate3d(0, -3px, 0);
  transform-origin: -125% 50%;
}
.c-hamburger--vertical span.bar:nth-child(2) {
  top: 0;
  transform: translate3d(0, 3px, 0);
  transform-origin: -125% 50%;
}
.c-hamburger--vertical span.bar:nth-child(3) {
  display: none;
}
.c-hamburger--vertical.is-active > .inner {
  transform: rotate(90deg) translate3d(1.5px, -1.5px, 0);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-hamburger--vertical.is-active span.bar {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
.c-hamburger--vertical.is-active span.bar:nth-child(1) {
  transform: rotate(-45deg) translate3d(-15.3768939877px, 37.1231060123px, 0);
}
.c-hamburger--vertical.is-active span.bar:nth-child(2) {
  transform: rotate(45deg) translate3d(-15.3768939877px, -37.1231060123px, 0);
}

.c-hamburger--push {
  overflow: hidden;
}
.c-hamburger--push > .inner {
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--push > .inner::before, .c-hamburger--push > .inner::after {
  background-color: #003a63;
  border-radius: 0;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 100%;
  top: -55px;
}
.c-hamburger--push > .inner::before {
  transform: rotate(45deg);
}
.c-hamburger--push > .inner::after {
  transform: rotate(-45deg);
}
.c-hamburger--push.is-active > .inner {
  transform: translate3d(0, 55px, 0);
}

.c-hamburger--flatten span.bar {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--flatten.is-active span.bar:nth-child(1) {
  transform: translate3d(0, 4px, 0);
}
.c-hamburger--flatten.is-active span.bar:nth-child(3) {
  transform: translate3d(0, -4px, 0);
}

.c-hamburger--simple span.bar {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--simple span.bar:nth-child(1) {
  top: 0;
  transform: translate3d(0, -3px, 0);
}
.c-hamburger--simple span.bar:nth-child(2) {
  top: 0;
  transform: translate3d(0, 3px, 0);
}
.c-hamburger--simple span.bar:nth-child(3) {
  display: none;
}
.c-hamburger--simple.is-active span.bar:nth-child(1) {
  transform: rotate(-45deg) translate3d(0, 0, 0);
}
.c-hamburger--simple.is-active span.bar:nth-child(2) {
  transform: rotate(45deg) translate3d(0, 0, 0);
}

.c-hamburger--shelf span.bar {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.c-hamburger--shelf span.bar:nth-child(1) {
  top: 0;
  transform: translate3d(0, -4px, 0);
}
.c-hamburger--shelf span.bar:nth-child(2) {
  transform: scaleX(0.5);
  transform-origin: 0 50%;
}
.c-hamburger--shelf span.bar:nth-child(3) {
  top: 0;
  transform: scaleX(0.75) translate3d(0, 4px, 0);
  transform-origin: 0 50%;
}
.c-hamburger--shelf:hover span.bar:nth-child(2) {
  transform: scaleX(1);
}
.c-hamburger--shelf:hover span.bar:nth-child(3) {
  transform: scaleX(1) translate3d(0, 4px, 0);
}
.c-hamburger--shelf.is-active span.bar {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--shelf.is-active span.bar:nth-child(1) {
  transform: rotate(45deg) translate3d(0, 0, 0);
}
.c-hamburger--shelf.is-active span.bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.c-hamburger--shelf.is-active span.bar:nth-child(3) {
  transform: rotate(-45deg) translate3d(-4.3933982822px, 10.6066017178px, 0);
}

@font-face {
  font-family: "lg";
  src: url("../Fonts/lightgallery/lg.eot?n1z373");
  src: url("../Fonts/lightgallery/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../Fonts/lightgallery/lg.woff?n1z373") format("woff"), url("../Fonts/lightgallery/lg.ttf?n1z373") format("truetype"), url("../Fonts/lightgallery/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: "lg";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 0;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
  background-color: transparent;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: transparent;
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 0 0 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toggle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 0.8;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*! Pusha v2.0.0 | MIT License | https://github.com/slavanga/pusha */
body {
  overflow-x: hidden;
}

@media (max-width: 74.99em) {
  .pusha-active,
.pusha-active body {
    overflow: hidden;
  }
}

.pusha-wrapper,
.pusha-push {
  transition: transform 0.3s ease;
}

.pusha-wrapper {
  position: relative;
  z-index: 200;
  height: 100%;
  background-color: inherit;
}

.pusha-panel {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  will-change: transform;
}

.pusha-panel__content {
  height: 100vh;
  height: calc(var(--ih) * 100);
  overscroll-behavior-y: contain;
  -webkit-tap-highlight-color: transparent;
}

.pusha-blocker {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 210;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: visibility 0s linear 0.3s, transform 0.3s ease, opacity 0.3s ease;
}
.pusha-active .pusha-blocker {
  opacity: 1;
  visibility: visible;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

@media (max-width: 59.99em) {
  .pusha-panel--active {
    opacity: 1;
    visibility: visible;
    transform: none !important;
  }
}

.pusha-panel--left {
  width: 260px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: 200;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, transform 0.3s ease;
}
.pusha-panel--left.pusha-panel--active ~ .pusha-push, .pusha-panel--left.pusha-panel--active ~ .pusha-blocker, .pusha-panel--left.pusha-panel--active ~ .pusha-wrapper {
  transform: translateX(260px);
}
.pusha-panel--left.pusha-panel--active {
  transition: opacity 0.05s, transform 0.3s ease;
}

.pusha-panel--right {
  width: 260px;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 200;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, transform 0.3s ease;
}
.pusha-panel--right.pusha-panel--active ~ .pusha-push, .pusha-panel--right.pusha-panel--active ~ .pusha-blocker, .pusha-panel--right.pusha-panel--active ~ .pusha-wrapper {
  transform: translateX(-260px);
}
.pusha-panel--right.pusha-panel--active {
  transition: opacity 0.05s, transform 0.3s ease;
}

.pusha-panel--top {
  width: 100%;
  height: 260px;
  background-color: #fff;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  z-index: 220;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, transform 0.3s ease;
}
.pusha-panel--top.pusha-panel--active {
  transition: opacity 0.05s, transform 0.3s ease;
}

.pusha-panel--bottom {
  width: 100%;
  height: 260px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 220;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, transform 0.3s ease;
}
.pusha-panel--bottom.pusha-panel--active {
  transition: opacity 0.05s, transform 0.3s ease;
}

@-webkit-keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.l-container, .c-cookieconsent__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.l-container--default, .c-cookieconsent__container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 86.875rem;
}
.l-container--small {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 70.625rem;
}
.l-container--large {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 94.75rem;
}
.l-container--full-width {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.l-container--relative {
  position: relative;
}

.l-content {
  position: relative;
  padding-top: calc(var(--hh) - 1px);
  transition: padding-top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.l-content__main {
  background-color: #fff;
}

.l-grid {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
@media (max-width: 59.99em) {
  .l-grid {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 59.99em) {
  .l-grid--row {
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 59.99em) {
  .l-grid--column {
    flex-direction: column;
  }
}
@media (min-width: 60em) {
  .l-grid--small {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr max(70.625rem) 1fr;
  }
}
.l-grid > li {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.l-row--big-gutter {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}
.l-row--big-gutter > .l-col {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.l-section {
  position: relative;
  color: var(--text-color, #003a63);
}
.l-section--default {
  background-color: #fff;
  --background-color: #fff;
  --background-color-rgb: 255, 255, 255;
}
.l-page--club .l-section--default {
  --headings-color: #0071b9;
}
.l-page--gcz .l-section--default {
  --headings-color: #005791;
}
.l-page--section .l-section--default {
  --headings-color: #0071b9;
}
.l-section--primary {
  --text-color: #fff;
  --headings-color: #fff;
  --background-color-rgb: 255, 255, 255;
  --button-background-color: #fff;
}
.l-page--club .l-section--primary {
  background-color: #0071b9;
  --background-color: #0071b9;
  --accent-invert-color: #fff;
  --link-border-invert-color: #fff;
  --link-hover-invert-color: #0071b9;
  --button-text-color: #0071b9;
}
.l-page--gcz .l-section--primary {
  background-color: #005791;
  --background-color: #005791;
  --accent-invert-color: #ae9761;
  --link-border-invert-color: #ae9761;
  --link-hover-invert-color: #fff;
  --button-text-color: #005791;
}
.l-page--section .l-section--primary {
  background-color: #0071b9;
  --background-color: #0071b9;
  --accent-invert-color: #fff;
  --link-border-invert-color: #fff;
  --link-hover-invert-color: #0071b9;
  --button-text-color: #0071b9;
}
.l-section--tertiary {
  --text-color: #fff;
  --headings-color: #fff;
  --background-color-rgb: 255, 255, 255;
  --button-background-color: #fff;
}
.l-page--club .l-section--tertiary {
  background-color: #0071b9;
  --background-color: #0071b9;
  --accent-invert-color: #fff;
  --link-border-invert-color: #fff;
  --link-hover-invert-color: #0071b9;
  --button-text-color: #0071b9;
}
.l-page--gcz .l-section--tertiary {
  background-color: #003a63;
  --background-color: #003a63;
  --accent-invert-color: #ae9761;
  --link-border-invert-color: #ae9761;
  --link-hover-invert-color: #fff;
  --button-text-color: #003a63;
}
.l-page--section .l-section--tertiary {
  background-color: #0071b9;
  --background-color: #0071b9;
  --accent-invert-color: #fff;
  --link-border-invert-color: #fff;
  --link-hover-invert-color: #0071b9;
  --button-text-color: #0071b9;
}
.l-section--gray-light {
  background-color: #f2f3f4;
  --background-color: #f2f3f4;
}
.l-section--accent-default {
  --headings-color: #fff;
  --text-color: #fff;
}
.l-page--club .l-section--accent-default {
  background-color: #0071b9;
  --background-color: #0071b9;
}
.l-page--gcz .l-section--accent-default {
  background-color: #ae9761;
  --background-color: #ae9761;
}
.l-page--section .l-section--accent-default {
  background-color: #0071b9;
  --background-color: #0071b9;
}
.l-section__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.l-section__background img,
.l-section__background svg {
  position: absolute;
  right: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

a:not([class]) {
  white-space: nowrap;
}
.l-page--club a:not([class]) {
  margin: -0.25rem 0;
  padding: 0.25rem 0;
  text-decoration: none;
  background-image: linear-gradient(var(--link-border-invert-color, #0071b9), var(--link-border-invert-color, #0071b9));
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-size 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-page--club a:not([class]):hover {
  margin: -0.25rem;
  padding: 0.25rem;
  color: var(--link-hover-invert-color, #fff);
  background-size: 100% 100%;
}
.l-page--club a:not([class]):focus-visible {
  margin: -0.25rem;
  padding: 0.25rem;
  color: var(--link-hover-invert-color, #fff);
  background-size: 100% 100%;
}
.l-page--gcz a:not([class]) {
  margin: -0.25rem 0;
  padding: 0.25rem 0;
  text-decoration: none;
  background-image: linear-gradient(var(--link-border-invert-color, #ae9761), var(--link-border-invert-color, #ae9761));
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-size 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-page--gcz a:not([class]):hover {
  margin: -0.25rem;
  padding: 0.25rem;
  color: var(--link-hover-invert-color, #fff);
  background-size: 100% 100%;
}
.l-page--gcz a:not([class]):focus-visible {
  margin: -0.25rem;
  padding: 0.25rem;
  color: var(--link-hover-invert-color, #fff);
  background-size: 100% 100%;
}
.l-page--section a:not([class]) {
  margin: -0.25rem 0;
  padding: 0.25rem 0;
  text-decoration: none;
  background-image: linear-gradient(var(--link-border-invert-color, #0071b9), var(--link-border-invert-color, #0071b9));
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-size 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-page--section a:not([class]):hover {
  margin: -0.25rem;
  padding: 0.25rem;
  color: var(--link-hover-invert-color, #fff);
  background-size: 100% 100%;
}
.l-page--section a:not([class]):focus-visible {
  margin: -0.25rem;
  padding: 0.25rem;
  color: var(--link-hover-invert-color, #fff);
  background-size: 100% 100%;
}
.c-richtext a:not([class]) {
  white-space: normal;
}

blockquote {
  position: relative;
  margin-left: 1.375rem;
}
@media (min-width: 42.5em) {
  blockquote {
    margin-left: 11.625rem;
  }
}
@media (min-width: 75em) {
  blockquote {
    margin-right: 11.625rem;
  }
}
.c-richtext blockquote {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
blockquote p {
  margin-bottom: 0;
  font-weight: 800;
}
.l-page--club blockquote p {
  color: var(--headings-color, #0071b9);
}
.l-page--gcz blockquote p {
  color: var(--headings-color, #005791);
}
.l-page--section blockquote p {
  color: var(--headings-color, #0071b9);
}
blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.25rem;
  display: block;
  width: 0.75rem;
  height: 2.1875rem;
  margin-right: 0.625rem;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='35' viewBox='0 0 12 35'%3E%3Ctext transform='translate(0 27)' fill='%238a8a8a' font-size='35' font-family='Helvetica' letter-spacing='0.03em'%3E%3Ctspan x='0' y='0'%3E“%3C/tspan%3E%3C/text%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='35' viewBox='0 0 12 35'%3E%3Ctext transform='translate(0 27)' fill='%238a8a8a' font-size='35' font-family='Helvetica' letter-spacing='0.03em'%3E%3Ctspan x='0' y='0'%3E“%3C/tspan%3E%3C/text%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-page--club blockquote::before {
  background-color: var(--accent-invert-color, #0071b9);
}
.l-page--gcz blockquote::before {
  background-color: var(--accent-invert-color, #ae9761);
}
.l-page--section blockquote::before {
  background-color: var(--accent-invert-color, #0071b9);
}

body {
  overflow-x: hidden;
  letter-spacing: 0.03rem;
}

button {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
}

figcaption {
  margin-top: 0.625rem;
  font-size: 1rem;
  letter-spacing: 0.06rem;
}
@media (min-width: 23.4375em) {
  figcaption {
    margin-top: calc(0.625rem + 0.9375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  figcaption {
    margin-top: 1.5625rem;
  }
}
@media (min-width: 60em) {
  .c-slider--media figcaption {
    min-height: 2.75rem;
    padding-right: 9.375rem;
  }
}

h4, .c-h4, h3, .c-h3, h2, .c-h2, h1, .c-h1, .c-parallax--teaser .c-richtext h2 {
  margin-top: 0.8em;
  margin-bottom: 0.4em;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.05;
}
h4:first-child, .c-h4:first-child, h3:first-child, .c-h3:first-child, h2:first-child, .c-h2:first-child, h1:first-child, .c-h1:first-child, .c-parallax--teaser .c-richtext h2:first-child {
  margin-top: 0;
}
h4:last-child, .c-h4:last-child, h3:last-child, .c-h3:last-child, h2:last-child, .c-h2:last-child, h1:last-child, .c-h1:last-child, .c-parallax--teaser .c-richtext h2:last-child {
  margin-bottom: 0;
}
.l-page--club h4, .l-page--club .c-h4, .l-page--club h3, .l-page--club .c-h3, .l-page--club h2, .l-page--club .c-h2, .l-page--club h1, .l-page--club .c-h1, .l-page--club .c-parallax--teaser .c-richtext h2, .c-parallax--teaser .c-richtext .l-page--club h2 {
  color: var(--headings-color, #0071b9);
}
.l-page--gcz h4, .l-page--gcz .c-h4, .l-page--gcz h3, .l-page--gcz .c-h3, .l-page--gcz h2, .l-page--gcz .c-h2, .l-page--gcz h1, .l-page--gcz .c-h1, .l-page--gcz .c-parallax--teaser .c-richtext h2, .c-parallax--teaser .c-richtext .l-page--gcz h2 {
  color: var(--headings-color, #005791);
}
.l-page--section h4, .l-page--section .c-h4, .l-page--section h3, .l-page--section .c-h3, .l-page--section h2, .l-page--section .c-h2, .l-page--section h1, .l-page--section .c-h1, .l-page--section .c-parallax--teaser .c-richtext h2, .c-parallax--teaser .c-richtext .l-page--section h2 {
  color: var(--headings-color, #0071b9);
}

h1 {
  font-size: 1.5625rem;
}
@media (min-width: 23.4375em) {
  h1 {
    font-size: calc(1.5625rem + 1.875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  h1 {
    font-size: 3.4375rem;
  }
}

h2 {
  font-size: 1.375rem;
}
@media (min-width: 23.4375em) {
  h2 {
    font-size: calc(1.375rem + 0.8125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  h2 {
    font-size: 2.1875rem;
  }
}

h3 {
  font-size: 1.25rem;
}
@media (min-width: 23.4375em) {
  h3 {
    font-size: calc(1.25rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  h3 {
    font-size: 1.5rem;
  }
}

html {
  overflow-x: hidden;
}

img,
svg {
  display: inline-block;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

ul, ol {
  padding-left: 0;
  list-style: none;
}

ul:not([class]), ol:not([class]) {
  padding-left: 1.5625rem;
}
ul:not([class]) li, ol:not([class]) li {
  position: relative;
}
ul:not([class]) li::before, ol:not([class]) li::before {
  position: absolute;
  left: -1.5625rem;
}

ul:not([class]) li::before {
  content: "";
  display: inline-block;
  width: 0.4375rem;
  height: 0.4375rem;
  margin-top: 0.375rem;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='5' fill='%238a8a8a'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='5' fill='%238a8a8a'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (min-width: 42.5em) {
  ul:not([class]) li::before {
    margin-top: 0.5rem;
  }
}
@media (min-width: 60em) {
  ul:not([class]) li::before {
    margin-top: 0.625rem;
  }
}
.l-page--club ul:not([class]) li::before {
  background-color: var(--text-color, #0071b9);
}
.l-page--gcz ul:not([class]) li::before {
  background-color: var(--text-color, #005791);
}
.l-page--section ul:not([class]) li::before {
  background-color: var(--text-color, #0071b9);
}

ol:not([class]) {
  counter-reset: my-awesome-counter;
}
ol:not([class]) li {
  counter-increment: my-awesome-counter;
}
ol:not([class]) li::before {
  content: counter(my-awesome-counter) ".";
  margin-top: 0.125rem;
  font-size: 0.75rem;
  font-weight: 800;
}
@media (min-width: 42.5em) {
  ol:not([class]) li::before {
    margin-top: 0.25rem;
  }
}
@media (min-width: 60em) {
  ol:not([class]) li::before {
    margin-top: 0.375rem;
  }
}
.l-page--club ol:not([class]) li::before {
  color: var(--text-color, #0071b9);
}
.l-page--gcz ol:not([class]) li::before {
  color: var(--text-color, #005791);
}
.l-page--section ol:not([class]) li::before {
  color: var(--text-color, #0071b9);
}

table {
  width: 100%;
  border-collapse: collapse;
}
table th, table td {
  padding: 0;
}

strong, b {
  font-weight: 800;
}

u {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

sub {
  vertical-align: sub;
  font-size: 0.8rem;
  bottom: 0;
}

sup {
  vertical-align: super;
  font-size: 0.8rem;
  top: 0;
}

strike, s {
  text-decoration: line-through;
}

em, i {
  font-style: italic;
}

.c-accordion {
  overflow: hidden;
}
.c-accordion__list {
  padding-left: 0;
  list-style: none;
}
.l-page--club .c-accordion__item {
  border-bottom: 1px solid var(--headings-color, #0071b9);
}
.l-page--gcz .c-accordion__item {
  border-bottom: 1px solid var(--headings-color, #005791);
}
.l-page--section .c-accordion__item {
  border-bottom: 1px solid var(--headings-color, #0071b9);
}
.l-page--club .c-accordion__item:first-of-type {
  border-top: 1px solid var(--headings-color, #0071b9);
}
.l-page--gcz .c-accordion__item:first-of-type {
  border-top: 1px solid var(--headings-color, #005791);
}
.l-page--section .c-accordion__item:first-of-type {
  border-top: 1px solid var(--headings-color, #0071b9);
}
.c-accordion__item--change-order .l-col:first-child {
  order: 2;
}
.c-accordion__item--change-order .l-col:last-child {
  order: 1;
}
.c-accordion__head {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.25rem 0;
  font-size: 1.375rem;
  text-align: left;
  transition: padding 0.3s ease-in-out;
}
.l-page--club .c-accordion__head {
  color: var(--headings-color, #0071b9);
}
.l-page--gcz .c-accordion__head {
  color: var(--headings-color, #005791);
}
.l-page--section .c-accordion__head {
  color: var(--headings-color, #0071b9);
}
@media (min-width: 42.5em) {
  .c-accordion__head {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 60em) {
  .c-accordion__head {
    font-size: 1.875rem;
  }
}
.c-accordion__head:hover, .c-accordion__head:focus, .c-accordion__head.is-active {
  outline: 0;
}
.c-accordion__head.is-active {
  padding: 2.5rem 0;
  font-weight: 800;
}
@media (min-width: 42.5em) {
  .c-accordion__head.is-active {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.c-accordion__icon {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  width: 1.375rem;
  height: 1.375rem;
  margin-left: 1.25rem;
}
@media (min-width: 60em) {
  .c-accordion__icon {
    width: 2.0625rem;
    height: 2.0625rem;
  }
}
.c-accordion__icon svg {
  width: 100%;
  height: 100%;
}
.c-accordion__icon svg:not(:first-child) {
  position: absolute;
  transform: rotate(90deg);
  transition: opacity 0.25s cubic-bezier(0.47, 0, 0.745, 0.715), transform 0.25s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.is-active .c-accordion__icon svg:not(:first-child) {
  transform: rotate(180deg);
  opacity: 0;
}
.c-accordion__body {
  will-change: transform;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.c-accordion__body.is-open {
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  opacity: 1;
  visibility: visible;
}
.c-accordion__body .l-col {
  margin-bottom: 3.125rem;
}

.c-btn, .powermail_fieldwrap_type_submit .powermail_field, .c-cookieconsent__buttons button {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  padding: 0.7em 2.2em;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 0.3125rem;
  transition: all 0.3s ease-in-out;
}
.l-page--club .c-btn, .l-page--club .powermail_fieldwrap_type_submit .powermail_field, .powermail_fieldwrap_type_submit .l-page--club .powermail_field, .l-page--club .c-cookieconsent__buttons button, .c-cookieconsent__buttons .l-page--club button {
  color: var(--button-text-color, #fff);
  background-color: var(--button-background-color, #0071b9);
  border: 0.0625rem solid var(--button-background-color, #0071b9);
}
.l-page--gcz .c-btn, .l-page--gcz .powermail_fieldwrap_type_submit .powermail_field, .powermail_fieldwrap_type_submit .l-page--gcz .powermail_field, .l-page--gcz .c-cookieconsent__buttons button, .c-cookieconsent__buttons .l-page--gcz button {
  color: var(--button-text-color, #fff);
  background-color: var(--button-background-color, #005791);
  border: 0.0625rem solid var(--button-background-color, #005791);
}
.l-page--section .c-btn, .l-page--section .powermail_fieldwrap_type_submit .powermail_field, .powermail_fieldwrap_type_submit .l-page--section .powermail_field, .l-page--section .c-cookieconsent__buttons button, .c-cookieconsent__buttons .l-page--section button {
  color: var(--button-text-color, #fff);
  background-color: var(--button-background-color, #0071b9);
  border: 0.0625rem solid var(--button-background-color, #0071b9);
}
.c-btn span, .powermail_fieldwrap_type_submit .powermail_field span, .c-cookieconsent__buttons button span,
.c-btn svg,
.powermail_fieldwrap_type_submit .powermail_field svg,
.c-cookieconsent__buttons button svg {
  position: relative;
  z-index: 1;
}
.c-btn svg, .powermail_fieldwrap_type_submit .powermail_field svg, .c-cookieconsent__buttons button svg {
  width: 1rem;
  height: auto;
  transition: fill 0.3s ease-in-out;
}
.l-page--club .c-btn svg, .l-page--club .powermail_fieldwrap_type_submit .powermail_field svg, .powermail_fieldwrap_type_submit .l-page--club .powermail_field svg, .l-page--club .c-cookieconsent__buttons button svg, .c-cookieconsent__buttons .l-page--club button svg {
  fill: var(--button-text-color, #fff);
}
.l-page--gcz .c-btn svg, .l-page--gcz .powermail_fieldwrap_type_submit .powermail_field svg, .powermail_fieldwrap_type_submit .l-page--gcz .powermail_field svg, .l-page--gcz .c-cookieconsent__buttons button svg, .c-cookieconsent__buttons .l-page--gcz button svg {
  fill: var(--button-text-color, #fff);
}
.l-page--section .c-btn svg, .l-page--section .powermail_fieldwrap_type_submit .powermail_field svg, .powermail_fieldwrap_type_submit .l-page--section .powermail_field svg, .l-page--section .c-cookieconsent__buttons button svg, .c-cookieconsent__buttons .l-page--section button svg {
  fill: var(--button-text-color, #fff);
}
.c-btn::before, .powermail_fieldwrap_type_submit .powermail_field::before, .c-cookieconsent__buttons button::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -60%;
  width: 0;
  height: 120%;
  transform: skew(50deg);
  transform-origin: top left;
  transition: all 0.3s ease-in-out;
}
.l-page--club .c-btn::before, .l-page--club .powermail_fieldwrap_type_submit .powermail_field::before, .powermail_fieldwrap_type_submit .l-page--club .powermail_field::before, .l-page--club .c-cookieconsent__buttons button::before, .c-cookieconsent__buttons .l-page--club button::before {
  background-color: var(--button-text-color, #fff);
}
.l-page--gcz .c-btn::before, .l-page--gcz .powermail_fieldwrap_type_submit .powermail_field::before, .powermail_fieldwrap_type_submit .l-page--gcz .powermail_field::before, .l-page--gcz .c-cookieconsent__buttons button::before, .c-cookieconsent__buttons .l-page--gcz button::before {
  background-color: var(--button-text-color, #fff);
}
.l-page--section .c-btn::before, .l-page--section .powermail_fieldwrap_type_submit .powermail_field::before, .powermail_fieldwrap_type_submit .l-page--section .powermail_field::before, .l-page--section .c-cookieconsent__buttons button::before, .c-cookieconsent__buttons .l-page--section button::before {
  background-color: var(--button-text-color, #fff);
}
.c-btn:hover::before, .powermail_fieldwrap_type_submit .powermail_field:hover::before, .c-cookieconsent__buttons button:hover::before {
  width: 200%;
}
.l-page--club .c-btn:hover, .l-page--club .powermail_fieldwrap_type_submit .powermail_field:hover, .powermail_fieldwrap_type_submit .l-page--club .powermail_field:hover, .l-page--club .c-cookieconsent__buttons button:hover, .c-cookieconsent__buttons .l-page--club button:hover {
  color: var(--button-background-color, #0071b9);
}
.l-page--club .c-btn:hover svg, .l-page--club .powermail_fieldwrap_type_submit .powermail_field:hover svg, .powermail_fieldwrap_type_submit .l-page--club .powermail_field:hover svg, .l-page--club .c-cookieconsent__buttons button:hover svg, .c-cookieconsent__buttons .l-page--club button:hover svg {
  fill: var(--button-background-color, #0071b9);
}
.l-page--gcz .c-btn:hover, .l-page--gcz .powermail_fieldwrap_type_submit .powermail_field:hover, .powermail_fieldwrap_type_submit .l-page--gcz .powermail_field:hover, .l-page--gcz .c-cookieconsent__buttons button:hover, .c-cookieconsent__buttons .l-page--gcz button:hover {
  color: var(--button-background-color, #005791);
}
.l-page--gcz .c-btn:hover svg, .l-page--gcz .powermail_fieldwrap_type_submit .powermail_field:hover svg, .powermail_fieldwrap_type_submit .l-page--gcz .powermail_field:hover svg, .l-page--gcz .c-cookieconsent__buttons button:hover svg, .c-cookieconsent__buttons .l-page--gcz button:hover svg {
  fill: var(--button-background-color, #005791);
}
.l-page--section .c-btn:hover, .l-page--section .powermail_fieldwrap_type_submit .powermail_field:hover, .powermail_fieldwrap_type_submit .l-page--section .powermail_field:hover, .l-page--section .c-cookieconsent__buttons button:hover, .c-cookieconsent__buttons .l-page--section button:hover {
  color: var(--button-background-color, #0071b9);
}
.l-page--section .c-btn:hover svg, .l-page--section .powermail_fieldwrap_type_submit .powermail_field:hover svg, .powermail_fieldwrap_type_submit .l-page--section .powermail_field:hover svg, .l-page--section .c-cookieconsent__buttons button:hover svg, .c-cookieconsent__buttons .l-page--section button:hover svg {
  fill: var(--button-background-color, #0071b9);
}
.c-btn:focus-visible::before, .powermail_fieldwrap_type_submit .powermail_field:focus-visible::before, .c-cookieconsent__buttons button:focus-visible::before {
  width: 200%;
}
.l-page--club .c-btn:focus-visible, .l-page--club .powermail_fieldwrap_type_submit .powermail_field:focus-visible, .powermail_fieldwrap_type_submit .l-page--club .powermail_field:focus-visible, .l-page--club .c-cookieconsent__buttons button:focus-visible, .c-cookieconsent__buttons .l-page--club button:focus-visible {
  color: var(--button-background-color, #0071b9);
}
.l-page--club .c-btn:focus-visible svg, .l-page--club .powermail_fieldwrap_type_submit .powermail_field:focus-visible svg, .powermail_fieldwrap_type_submit .l-page--club .powermail_field:focus-visible svg, .l-page--club .c-cookieconsent__buttons button:focus-visible svg, .c-cookieconsent__buttons .l-page--club button:focus-visible svg {
  fill: var(--button-background-color, #0071b9);
}
.l-page--gcz .c-btn:focus-visible, .l-page--gcz .powermail_fieldwrap_type_submit .powermail_field:focus-visible, .powermail_fieldwrap_type_submit .l-page--gcz .powermail_field:focus-visible, .l-page--gcz .c-cookieconsent__buttons button:focus-visible, .c-cookieconsent__buttons .l-page--gcz button:focus-visible {
  color: var(--button-background-color, #005791);
}
.l-page--gcz .c-btn:focus-visible svg, .l-page--gcz .powermail_fieldwrap_type_submit .powermail_field:focus-visible svg, .powermail_fieldwrap_type_submit .l-page--gcz .powermail_field:focus-visible svg, .l-page--gcz .c-cookieconsent__buttons button:focus-visible svg, .c-cookieconsent__buttons .l-page--gcz button:focus-visible svg {
  fill: var(--button-background-color, #005791);
}
.l-page--section .c-btn:focus-visible, .l-page--section .powermail_fieldwrap_type_submit .powermail_field:focus-visible, .powermail_fieldwrap_type_submit .l-page--section .powermail_field:focus-visible, .l-page--section .c-cookieconsent__buttons button:focus-visible, .c-cookieconsent__buttons .l-page--section button:focus-visible {
  color: var(--button-background-color, #0071b9);
}
.l-page--section .c-btn:focus-visible svg, .l-page--section .powermail_fieldwrap_type_submit .powermail_field:focus-visible svg, .powermail_fieldwrap_type_submit .l-page--section .powermail_field:focus-visible svg, .l-page--section .c-cookieconsent__buttons button:focus-visible svg, .c-cookieconsent__buttons .l-page--section button:focus-visible svg {
  fill: var(--button-background-color, #0071b9);
}
@media (max-width: 59.99em) {
  .c-btn--small {
    padding: 0.35em 1em 0.25em 1em;
    font-size: 0.75rem;
  }
}
@media (min-width: 60em) {
  .c-btn--small {
    padding: 0.4em 2em 0.4em 2em;
    font-size: 0.875rem;
  }
}
.c-btn--mini {
  font-size: 0.625rem;
  padding: 0.35em 1em 0.25em 1em;
}
@media (min-width: 23.4375em) {
  .c-btn--mini {
    font-size: calc(0.625rem + 0.125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-btn--mini {
    font-size: 0.75rem;
  }
}
.c-btn--bright {
  background-color: transparent !important;
  border-color: #fff !important;
}
.c-btn--bright:hover {
  color: transparent;
}
.c-btn--bright:hover::before {
  background-color: #fff !important;
}
.c-btn--bright:focus-visible {
  color: transparent;
}
.c-btn--bright:focus-visible::before {
  background-color: #fff !important;
}
.c-btn--white, .u-color-white .c-btn, .u-color-white .powermail_fieldwrap_type_submit .powermail_field, .powermail_fieldwrap_type_submit .u-color-white .powermail_field, .u-color-white .c-cookieconsent__buttons button, .c-cookieconsent__buttons .u-color-white button {
  background-color: #fff !important;
  border-color: #fff !important;
}
.l-page--club .c-btn--white, .l-page--club .u-color-white .c-btn, .l-page--club .u-color-white .powermail_fieldwrap_type_submit .powermail_field, .powermail_fieldwrap_type_submit .l-page--club .u-color-white .powermail_field, .l-page--club .u-color-white .c-cookieconsent__buttons button, .c-cookieconsent__buttons .l-page--club .u-color-white button, .u-color-white .l-page--club .c-btn, .u-color-white .l-page--club .powermail_fieldwrap_type_submit .powermail_field, .powermail_fieldwrap_type_submit .u-color-white .l-page--club .powermail_field, .u-color-white .l-page--club .c-cookieconsent__buttons button, .c-cookieconsent__buttons .u-color-white .l-page--club button {
  color: #0071b9;
}
.l-page--gcz .c-btn--white, .l-page--gcz .u-color-white .c-btn, .l-page--gcz .u-color-white .powermail_fieldwrap_type_submit .powermail_field, .powermail_fieldwrap_type_submit .l-page--gcz .u-color-white .powermail_field, .l-page--gcz .u-color-white .c-cookieconsent__buttons button, .c-cookieconsent__buttons .l-page--gcz .u-color-white button, .u-color-white .l-page--gcz .c-btn, .u-color-white .l-page--gcz .powermail_fieldwrap_type_submit .powermail_field, .powermail_fieldwrap_type_submit .u-color-white .l-page--gcz .powermail_field, .u-color-white .l-page--gcz .c-cookieconsent__buttons button, .c-cookieconsent__buttons .u-color-white .l-page--gcz button {
  color: #005791;
}
.l-page--section .c-btn--white, .l-page--section .u-color-white .c-btn, .l-page--section .u-color-white .powermail_fieldwrap_type_submit .powermail_field, .powermail_fieldwrap_type_submit .l-page--section .u-color-white .powermail_field, .l-page--section .u-color-white .c-cookieconsent__buttons button, .c-cookieconsent__buttons .l-page--section .u-color-white button, .u-color-white .l-page--section .c-btn, .u-color-white .l-page--section .powermail_fieldwrap_type_submit .powermail_field, .powermail_fieldwrap_type_submit .u-color-white .l-page--section .powermail_field, .u-color-white .l-page--section .c-cookieconsent__buttons button, .c-cookieconsent__buttons .u-color-white .l-page--section button {
  color: #0071b9;
}
.c-btn--white:hover, .u-color-white .c-btn:hover, .u-color-white .powermail_fieldwrap_type_submit .powermail_field:hover, .powermail_fieldwrap_type_submit .u-color-white .powermail_field:hover, .u-color-white .c-cookieconsent__buttons button:hover, .c-cookieconsent__buttons .u-color-white button:hover {
  color: #fff !important;
}
.l-page--club .c-btn--white:hover::before, .l-page--club .u-color-white .c-btn:hover::before, .l-page--club .u-color-white .powermail_fieldwrap_type_submit .powermail_field:hover::before, .powermail_fieldwrap_type_submit .l-page--club .u-color-white .powermail_field:hover::before, .l-page--club .u-color-white .c-cookieconsent__buttons button:hover::before, .c-cookieconsent__buttons .l-page--club .u-color-white button:hover::before, .u-color-white .l-page--club .c-btn:hover::before, .u-color-white .l-page--club .powermail_fieldwrap_type_submit .powermail_field:hover::before, .powermail_fieldwrap_type_submit .u-color-white .l-page--club .powermail_field:hover::before, .u-color-white .l-page--club .c-cookieconsent__buttons button:hover::before, .c-cookieconsent__buttons .u-color-white .l-page--club button:hover::before {
  background-color: #0071b9;
}
.l-page--gcz .c-btn--white:hover::before, .l-page--gcz .u-color-white .c-btn:hover::before, .l-page--gcz .u-color-white .powermail_fieldwrap_type_submit .powermail_field:hover::before, .powermail_fieldwrap_type_submit .l-page--gcz .u-color-white .powermail_field:hover::before, .l-page--gcz .u-color-white .c-cookieconsent__buttons button:hover::before, .c-cookieconsent__buttons .l-page--gcz .u-color-white button:hover::before, .u-color-white .l-page--gcz .c-btn:hover::before, .u-color-white .l-page--gcz .powermail_fieldwrap_type_submit .powermail_field:hover::before, .powermail_fieldwrap_type_submit .u-color-white .l-page--gcz .powermail_field:hover::before, .u-color-white .l-page--gcz .c-cookieconsent__buttons button:hover::before, .c-cookieconsent__buttons .u-color-white .l-page--gcz button:hover::before {
  background-color: #005791;
}
.l-page--section .c-btn--white:hover::before, .l-page--section .u-color-white .c-btn:hover::before, .l-page--section .u-color-white .powermail_fieldwrap_type_submit .powermail_field:hover::before, .powermail_fieldwrap_type_submit .l-page--section .u-color-white .powermail_field:hover::before, .l-page--section .u-color-white .c-cookieconsent__buttons button:hover::before, .c-cookieconsent__buttons .l-page--section .u-color-white button:hover::before, .u-color-white .l-page--section .c-btn:hover::before, .u-color-white .l-page--section .powermail_fieldwrap_type_submit .powermail_field:hover::before, .powermail_fieldwrap_type_submit .u-color-white .l-page--section .powermail_field:hover::before, .u-color-white .l-page--section .c-cookieconsent__buttons button:hover::before, .c-cookieconsent__buttons .u-color-white .l-page--section button:hover::before {
  background-color: #0071b9;
}
.c-btn--white:focus-visible, .u-color-white .c-btn:focus-visible, .u-color-white .powermail_fieldwrap_type_submit .powermail_field:focus-visible, .powermail_fieldwrap_type_submit .u-color-white .powermail_field:focus-visible, .u-color-white .c-cookieconsent__buttons button:focus-visible, .c-cookieconsent__buttons .u-color-white button:focus-visible {
  color: #fff !important;
}
.l-page--club .c-btn--white:focus-visible::before, .l-page--club .u-color-white .c-btn:focus-visible::before, .l-page--club .u-color-white .powermail_fieldwrap_type_submit .powermail_field:focus-visible::before, .powermail_fieldwrap_type_submit .l-page--club .u-color-white .powermail_field:focus-visible::before, .l-page--club .u-color-white .c-cookieconsent__buttons button:focus-visible::before, .c-cookieconsent__buttons .l-page--club .u-color-white button:focus-visible::before, .u-color-white .l-page--club .c-btn:focus-visible::before, .u-color-white .l-page--club .powermail_fieldwrap_type_submit .powermail_field:focus-visible::before, .powermail_fieldwrap_type_submit .u-color-white .l-page--club .powermail_field:focus-visible::before, .u-color-white .l-page--club .c-cookieconsent__buttons button:focus-visible::before, .c-cookieconsent__buttons .u-color-white .l-page--club button:focus-visible::before {
  background-color: #0071b9;
}
.l-page--gcz .c-btn--white:focus-visible::before, .l-page--gcz .u-color-white .c-btn:focus-visible::before, .l-page--gcz .u-color-white .powermail_fieldwrap_type_submit .powermail_field:focus-visible::before, .powermail_fieldwrap_type_submit .l-page--gcz .u-color-white .powermail_field:focus-visible::before, .l-page--gcz .u-color-white .c-cookieconsent__buttons button:focus-visible::before, .c-cookieconsent__buttons .l-page--gcz .u-color-white button:focus-visible::before, .u-color-white .l-page--gcz .c-btn:focus-visible::before, .u-color-white .l-page--gcz .powermail_fieldwrap_type_submit .powermail_field:focus-visible::before, .powermail_fieldwrap_type_submit .u-color-white .l-page--gcz .powermail_field:focus-visible::before, .u-color-white .l-page--gcz .c-cookieconsent__buttons button:focus-visible::before, .c-cookieconsent__buttons .u-color-white .l-page--gcz button:focus-visible::before {
  background-color: #005791;
}
.l-page--section .c-btn--white:focus-visible::before, .l-page--section .u-color-white .c-btn:focus-visible::before, .l-page--section .u-color-white .powermail_fieldwrap_type_submit .powermail_field:focus-visible::before, .powermail_fieldwrap_type_submit .l-page--section .u-color-white .powermail_field:focus-visible::before, .l-page--section .u-color-white .c-cookieconsent__buttons button:focus-visible::before, .c-cookieconsent__buttons .l-page--section .u-color-white button:focus-visible::before, .u-color-white .l-page--section .c-btn:focus-visible::before, .u-color-white .l-page--section .powermail_fieldwrap_type_submit .powermail_field:focus-visible::before, .powermail_fieldwrap_type_submit .u-color-white .l-page--section .powermail_field:focus-visible::before, .u-color-white .l-page--section .c-cookieconsent__buttons button:focus-visible::before, .c-cookieconsent__buttons .u-color-white .l-page--section button:focus-visible::before {
  background-color: #0071b9;
}
.c-btn--icon {
  width: 2.5625rem;
  height: 2.5625rem;
  padding: 0;
  background-color: #fff !important;
}
.c-social--share .c-btn--icon {
  width: 2.3125rem;
  height: 2.3125rem;
}
.l-page--club .c-btn--icon {
  border: 1px solid #0071b9;
}
.l-page--gcz .c-btn--icon {
  border: 1px solid #005791;
}
.l-page--section .c-btn--icon {
  border: 1px solid #0071b9;
}
.c-btn--icon::before {
  top: -10%;
  left: -110%;
  height: 120%;
  transform: skew(45deg);
}
.c-btn--icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 1.25em 1.25em;
          mask-size: 1.25em 1.25em;
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-page--club .c-btn--icon::after {
  background-color: #0071b9;
}
.l-page--gcz .c-btn--icon::after {
  background-color: #005791;
}
.l-page--section .c-btn--icon::after {
  background-color: #0071b9;
}
.l-page--club .c-btn--icon:hover::before {
  background-color: #0071b9 !important;
}
.l-page--gcz .c-btn--icon:hover::before {
  background-color: #005791 !important;
}
.l-page--section .c-btn--icon:hover::before {
  background-color: #0071b9 !important;
}
.c-btn--icon:hover::after {
  background-color: #fff !important;
}
.l-page--club .c-btn--icon:focus-visible::before {
  background-color: #0071b9 !important;
}
.l-page--gcz .c-btn--icon:focus-visible::before {
  background-color: #005791 !important;
}
.l-page--section .c-btn--icon:focus-visible::before {
  background-color: #0071b9 !important;
}
.c-btn--icon:focus-visible::after {
  background-color: #fff !important;
}
.l-section--primary .c-btn--icon {
  border: 1px solid #fff;
}
.c-btn--phone::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.793' height='19.794' viewBox='0 0 19.793 19.794'%3E%3Cpath d='m18.743 13.784-4.108-1.76a.88.88 0 0 0-1.027.253L11.789 14.5a13.6 13.6 0 0 1-6.5-6.5l2.224-1.819a.878.878 0 0 0 .253-1.027L6.005 1.046A.886.886 0 0 0 5 .537l-3.818.877a.88.88 0 0 0-.682.861 17.017 17.017 0 0 0 17.019 17.018.88.88 0 0 0 .858-.682l.88-3.815a.891.891 0 0 0-.514-1.012Z' fill='none' stroke='%238a8a8a'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.793' height='19.794' viewBox='0 0 19.793 19.794'%3E%3Cpath d='m18.743 13.784-4.108-1.76a.88.88 0 0 0-1.027.253L11.789 14.5a13.6 13.6 0 0 1-6.5-6.5l2.224-1.819a.878.878 0 0 0 .253-1.027L6.005 1.046A.886.886 0 0 0 5 .537l-3.818.877a.88.88 0 0 0-.682.861 17.017 17.017 0 0 0 17.019 17.018.88.88 0 0 0 .858-.682l.88-3.815a.891.891 0 0 0-.514-1.012Z' fill='none' stroke='%238a8a8a'/%3E%3C/svg%3E");
}
.c-btn--mail::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.487' height='14.675' viewBox='0 0 18.487 14.675'%3E%3Cg fill='none' stroke='%238a8a8a' stroke-linecap='round' stroke-linejoin='round'%3E %3Cpath d='M2.406.5h13.676a1.714 1.714 0 0 1 1.709 1.709v10.257a1.714 1.714 0 0 1-1.709 1.709H2.406a1.714 1.714 0 0 1-1.709-1.709V2.209A1.714 1.714 0 0 1 2.406.5Z'/%3E%3Cpath d='M17.791 2.21 9.244 8.193.697 2.21'/%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.487' height='14.675' viewBox='0 0 18.487 14.675'%3E%3Cg fill='none' stroke='%238a8a8a' stroke-linecap='round' stroke-linejoin='round'%3E %3Cpath d='M2.406.5h13.676a1.714 1.714 0 0 1 1.709 1.709v10.257a1.714 1.714 0 0 1-1.709 1.709H2.406a1.714 1.714 0 0 1-1.709-1.709V2.209A1.714 1.714 0 0 1 2.406.5Z'/%3E%3Cpath d='M17.791 2.21 9.244 8.193.697 2.21'/%3E%3C/g%3E%3C/svg%3E");
}
.c-btn--twitter::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='18' viewBox='0 0 21 18'%3E%3Cpath d='M187.911,3.332a8.348,8.348,0,0,1-2.739,1.1,4.255,4.255,0,0,0-1.425-1.057A4.149,4.149,0,0,0,182.027,3a4.309,4.309,0,0,0-3.069,1.355,4.558,4.558,0,0,0-1.239,3.189,4.791,4.791,0,0,0,.111,1.034,11.873,11.873,0,0,1-4.94-1.388,12.214,12.214,0,0,1-3.942-3.361,4.735,4.735,0,0,0-.584,2.288,4.681,4.681,0,0,0,.5,2.134A4.54,4.54,0,0,0,170.282,9.9a4.149,4.149,0,0,1-1.958-.566v.055a4.605,4.605,0,0,0,.961,2.861,4.38,4.38,0,0,0,2.5,1.6,3.99,3.99,0,0,1-1.135.159,4.108,4.108,0,0,1-.811-.081,4.455,4.455,0,0,0,1.517,2.246,4.254,4.254,0,0,0,2.508.909,8.343,8.343,0,0,1-6.38,1.882A11.755,11.755,0,0,0,174.092,21c7.927,0,12.261-6.923,12.261-12.929,0-.2,0-.394-.011-.588a9.006,9.006,0,0,0,2.144-2.351,8.291,8.291,0,0,1-2.474.716A4.521,4.521,0,0,0,187.911,3.332Z' transform='translate(-167.486 -3)' fill='%238a8a8a' fill-rule='evenodd'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='18' viewBox='0 0 21 18'%3E%3Cpath d='M187.911,3.332a8.348,8.348,0,0,1-2.739,1.1,4.255,4.255,0,0,0-1.425-1.057A4.149,4.149,0,0,0,182.027,3a4.309,4.309,0,0,0-3.069,1.355,4.558,4.558,0,0,0-1.239,3.189,4.791,4.791,0,0,0,.111,1.034,11.873,11.873,0,0,1-4.94-1.388,12.214,12.214,0,0,1-3.942-3.361,4.735,4.735,0,0,0-.584,2.288,4.681,4.681,0,0,0,.5,2.134A4.54,4.54,0,0,0,170.282,9.9a4.149,4.149,0,0,1-1.958-.566v.055a4.605,4.605,0,0,0,.961,2.861,4.38,4.38,0,0,0,2.5,1.6,3.99,3.99,0,0,1-1.135.159,4.108,4.108,0,0,1-.811-.081,4.455,4.455,0,0,0,1.517,2.246,4.254,4.254,0,0,0,2.508.909,8.343,8.343,0,0,1-6.38,1.882A11.755,11.755,0,0,0,174.092,21c7.927,0,12.261-6.923,12.261-12.929,0-.2,0-.394-.011-.588a9.006,9.006,0,0,0,2.144-2.351,8.291,8.291,0,0,1-2.474.716A4.521,4.521,0,0,0,187.911,3.332Z' transform='translate(-167.486 -3)' fill='%238a8a8a' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.c-btn--tiktok::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.68' height='22.506' viewBox='0 0 19.68 22.506'%3E%3Cpath id='Pfad_22170' data-name='Pfad 22170' d='M9.812.018C10.985,0,12.151.011,13.315,0a5.58,5.58,0,0,0,1.568,3.738,6.326,6.326,0,0,0,3.8,1.6V8.948a9.517,9.517,0,0,1-3.763-.867,10.888,10.888,0,0,1-1.452-.833c-.006,2.618.011,5.232-.017,7.839a6.82,6.82,0,0,1-1.211,3.531,6.67,6.67,0,0,1-5.295,2.873,6.519,6.519,0,0,1-3.653-.92A6.751,6.751,0,0,1,.021,15.454c-.022-.448-.029-.9-.011-1.333A6.751,6.751,0,0,1,7.831,8.133c.018,1.327-.035,2.653-.035,3.98a3.082,3.082,0,0,0-3.927,1.9,3.561,3.561,0,0,0-.122,1.441,3.058,3.058,0,0,0,5.617,1.131,2.113,2.113,0,0,0,.368-.952c.088-1.6.053-3.2.064-4.8C9.8,7.221,9.785,3.619,9.813.019Z' transform='translate(0.5 0.504)' fill='%238a8a8a' stroke='%23005791' stroke-width='1'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.68' height='22.506' viewBox='0 0 19.68 22.506'%3E%3Cpath id='Pfad_22170' data-name='Pfad 22170' d='M9.812.018C10.985,0,12.151.011,13.315,0a5.58,5.58,0,0,0,1.568,3.738,6.326,6.326,0,0,0,3.8,1.6V8.948a9.517,9.517,0,0,1-3.763-.867,10.888,10.888,0,0,1-1.452-.833c-.006,2.618.011,5.232-.017,7.839a6.82,6.82,0,0,1-1.211,3.531,6.67,6.67,0,0,1-5.295,2.873,6.519,6.519,0,0,1-3.653-.92A6.751,6.751,0,0,1,.021,15.454c-.022-.448-.029-.9-.011-1.333A6.751,6.751,0,0,1,7.831,8.133c.018,1.327-.035,2.653-.035,3.98a3.082,3.082,0,0,0-3.927,1.9,3.561,3.561,0,0,0-.122,1.441,3.058,3.058,0,0,0,5.617,1.131,2.113,2.113,0,0,0,.368-.952c.088-1.6.053-3.2.064-4.8C9.8,7.221,9.785,3.619,9.813.019Z' transform='translate(0.5 0.504)' fill='%238a8a8a' stroke='%23005791' stroke-width='1'/%3E%3C/svg%3E");
}
.c-btn--instagram::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M225.486,2.983c2.937,0,3.285.011,4.445.064,2.981.136,4.374,1.55,4.505,4.5.054,1.16.063,1.508.063,4.445s-.011,3.285-.063,4.445c-.137,2.956-1.525,4.373-4.505,4.5-1.16.053-1.507.064-4.445.064s-3.285-.011-4.445-.064c-2.988-.137-4.373-1.558-4.505-4.51-.053-1.16-.063-1.507-.063-4.445s.012-3.285.063-4.445c.137-2.958,1.525-4.373,4.505-4.5C222.2,2.993,222.549,2.983,225.486,2.983Zm0-1.983c-2.987,0-3.362.013-4.535.066-4,.184-6.215,2.4-6.4,6.4-.053,1.174-.066,1.549-.066,4.536s.013,3.359.066,4.536c.187,4,2.4,6.215,6.4,6.4,1.174.054,1.549.066,4.536.066s3.362-.013,4.536-.066c3.991-.188,6.216-2.4,6.4-6.4.055-1.173.067-1.549.067-4.536s-.013-3.362-.066-4.535c-.18-3.991-2.4-6.215-6.4-6.4C228.845,1.013,228.469,1,225.486,1Zm0,5.349a5.646,5.646,0,1,0,2.162.43A5.646,5.646,0,0,0,225.486,6.349Zm0,9.315a3.655,3.655,0,1,1,1.4-.277,3.667,3.667,0,0,1-1.4.277Zm5.872-10.858a1.324,1.324,0,1,0,.932.388,1.321,1.321,0,0,0-.932-.388Z' transform='translate(-214.486 -1)' fill='%238a8a8a'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M225.486,2.983c2.937,0,3.285.011,4.445.064,2.981.136,4.374,1.55,4.505,4.5.054,1.16.063,1.508.063,4.445s-.011,3.285-.063,4.445c-.137,2.956-1.525,4.373-4.505,4.5-1.16.053-1.507.064-4.445.064s-3.285-.011-4.445-.064c-2.988-.137-4.373-1.558-4.505-4.51-.053-1.16-.063-1.507-.063-4.445s.012-3.285.063-4.445c.137-2.958,1.525-4.373,4.505-4.5C222.2,2.993,222.549,2.983,225.486,2.983Zm0-1.983c-2.987,0-3.362.013-4.535.066-4,.184-6.215,2.4-6.4,6.4-.053,1.174-.066,1.549-.066,4.536s.013,3.359.066,4.536c.187,4,2.4,6.215,6.4,6.4,1.174.054,1.549.066,4.536.066s3.362-.013,4.536-.066c3.991-.188,6.216-2.4,6.4-6.4.055-1.173.067-1.549.067-4.536s-.013-3.362-.066-4.535c-.18-3.991-2.4-6.215-6.4-6.4C228.845,1.013,228.469,1,225.486,1Zm0,5.349a5.646,5.646,0,1,0,2.162.43A5.646,5.646,0,0,0,225.486,6.349Zm0,9.315a3.655,3.655,0,1,1,1.4-.277,3.667,3.667,0,0,1-1.4.277Zm5.872-10.858a1.324,1.324,0,1,0,.932.388,1.321,1.321,0,0,0-.932-.388Z' transform='translate(-214.486 -1)' fill='%238a8a8a'/%3E%3C/svg%3E");
}
.c-btn--facebook::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='19' viewBox='0 0 9 19'%3E%3Cpath d='M98.048,8.793l-.216,2.9H95.018V21.5H91.437V11.69H89.486v-2.9h1.951V6.9a4.281,4.281,0,0,1,.65-2.9,2.8,2.8,0,0,1,1.236-1.217,2.7,2.7,0,0,1,1.7-.237,17.457,17.457,0,0,1,3.468.334l-.542,2.9a7.129,7.129,0,0,0-1.517-.223c-.759,0-1.409.334-1.409,1V8.793Z' transform='translate(-89.486 -2.5)' fill='%238a8a8a'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='19' viewBox='0 0 9 19'%3E%3Cpath d='M98.048,8.793l-.216,2.9H95.018V21.5H91.437V11.69H89.486v-2.9h1.951V6.9a4.281,4.281,0,0,1,.65-2.9,2.8,2.8,0,0,1,1.236-1.217,2.7,2.7,0,0,1,1.7-.237,17.457,17.457,0,0,1,3.468.334l-.542,2.9a7.129,7.129,0,0,0-1.517-.223c-.759,0-1.409.334-1.409,1V8.793Z' transform='translate(-89.486 -2.5)' fill='%238a8a8a'/%3E%3C/svg%3E");
}
.c-btn--whatsapp::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z' fill='%238a8a8a'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z' fill='%238a8a8a'/%3E%3C/svg%3E");
}
.c-btn--linkedin::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z' fill='%238a8a8a'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z' fill='%238a8a8a'/%3E%3C/svg%3E");
}
.c-btn--share::after {
  content: "";
  display: inline-flex;
  order: -1;
  width: 0.875em;
  height: 0.875em;
  margin-right: 0.75em;
  z-index: 1;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left center;
          mask-position: left center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.766' height='11.914' viewBox='0 0 10.766 11.914'%3E%3Cpath id='Icon_material-share' data-name='Icon material-share' d='M13.471,11.421a1.742,1.742,0,0,0-1.172.461L8.035,9.4a1.655,1.655,0,0,0,0-.837L12.251,6.1a1.79,1.79,0,1,0-.574-1.31,1.958,1.958,0,0,0,.054.419L7.514,7.671a1.794,1.794,0,1,0,0,2.62l4.258,2.488a1.687,1.687,0,0,0-.048.389,1.746,1.746,0,1,0,1.746-1.746Z' transform='translate(-4.5 -3)' fill='%238a8a8a'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.766' height='11.914' viewBox='0 0 10.766 11.914'%3E%3Cpath id='Icon_material-share' data-name='Icon material-share' d='M13.471,11.421a1.742,1.742,0,0,0-1.172.461L8.035,9.4a1.655,1.655,0,0,0,0-.837L12.251,6.1a1.79,1.79,0,1,0-.574-1.31,1.958,1.958,0,0,0,.054.419L7.514,7.671a1.794,1.794,0,1,0,0,2.62l4.258,2.488a1.687,1.687,0,0,0-.048.389,1.746,1.746,0,1,0,1.746-1.746Z' transform='translate(-4.5 -3)' fill='%238a8a8a'/%3E%3C/svg%3E");
  background-color: #fff;
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-page--club .c-btn--share:hover::after {
  background-color: #0071b9;
}
.l-page--gcz .c-btn--share:hover::after {
  background-color: #005791;
}
.l-page--section .c-btn--share:hover::after {
  background-color: #0071b9;
}
.l-page--club .c-btn--share:focus-visible::after {
  background-color: #0071b9;
}
.l-page--gcz .c-btn--share:focus-visible::after {
  background-color: #005791;
}
.l-page--section .c-btn--share:focus-visible::after {
  background-color: #0071b9;
}
.l-page--club .c-btn--accent {
  --button-background-color: #0071b9;
  --button-background-color-rgb: 0, 113, 185;
  --button-text-color: #fff;
  background-color: #0071b9;
  border-color: #0071b9;
  color: #fff;
}
.l-page--gcz .c-btn--accent {
  --button-background-color: #ae9761;
  --button-background-color-rgb: 174, 151, 97;
  --button-text-color: #fff;
  background-color: #ae9761;
  border-color: #ae9761;
  color: #fff;
}
.l-page--section .c-btn--accent {
  --button-background-color: #0071b9;
  --button-background-color-rgb: 0, 113, 185;
  --button-text-color: #fff;
  background-color: #0071b9;
  border-color: #0071b9;
  color: #fff;
}
.l-page--club .c-btn--accent:hover {
  background-color: #fff;
  border-color: #0071b9;
  color: #0071b9;
}
.l-page--gcz .c-btn--accent:hover {
  background-color: #fff;
  border-color: #ae9761;
  color: #ae9761;
}
.l-page--section .c-btn--accent:hover {
  background-color: #fff;
  border-color: #0071b9;
  color: #0071b9;
}
.l-page--club .c-btn--accent:hover::before {
  background-color: #fff;
}
.l-page--gcz .c-btn--accent:hover::before {
  background-color: #fff;
}
.l-page--section .c-btn--accent:hover::before {
  background-color: #fff;
}
.l-page--club .c-btn--accent:focus-visible {
  background-color: #fff;
  border-color: #0071b9;
  color: #0071b9;
}
.l-page--gcz .c-btn--accent:focus-visible {
  background-color: #fff;
  border-color: #ae9761;
  color: #ae9761;
}
.l-page--section .c-btn--accent:focus-visible {
  background-color: #fff;
  border-color: #0071b9;
  color: #0071b9;
}
.l-page--club .c-btn--accent:focus-visible::before {
  background-color: #fff;
}
.l-page--gcz .c-btn--accent:focus-visible::before {
  background-color: #fff;
}
.l-page--section .c-btn--accent:focus-visible::before {
  background-color: #fff;
}
.l-page--club .c-btn--accent-invert {
  background-color: #fff;
  border-color: #0071b9;
  color: #0071b9;
}
.l-page--gcz .c-btn--accent-invert {
  background-color: #fff;
  border-color: #ae9761;
  color: #ae9761;
}
.l-page--section .c-btn--accent-invert {
  background-color: #fff;
  border-color: #0071b9;
  color: #0071b9;
}
.l-page--club .c-btn--accent-invert:hover {
  background-color: #fff;
  border-color: #0071b9;
  color: #fff;
}
.l-page--gcz .c-btn--accent-invert:hover {
  background-color: #fff;
  border-color: #ae9761;
  color: #fff;
}
.l-page--section .c-btn--accent-invert:hover {
  background-color: #fff;
  border-color: #0071b9;
  color: #fff;
}
.l-page--club .c-btn--accent-invert:hover::before {
  background-color: #0071b9;
}
.l-page--gcz .c-btn--accent-invert:hover::before {
  background-color: #ae9761;
}
.l-page--section .c-btn--accent-invert:hover::before {
  background-color: #0071b9;
}
.l-page--club .c-btn--accent-invert:focus-visible {
  background-color: #0071b9;
  border-color: #0071b9;
  color: #0071b9;
}
.l-page--gcz .c-btn--accent-invert:focus-visible {
  background-color: #ae9761;
  border-color: #ae9761;
  color: #ae9761;
}
.l-page--section .c-btn--accent-invert:focus-visible {
  background-color: #0071b9;
  border-color: #0071b9;
  color: #0071b9;
}
.l-page--club .c-btn--accent-invert:focus-visible::before {
  background-color: #0071b9;
}
.l-page--gcz .c-btn--accent-invert:focus-visible::before {
  background-color: #ae9761;
}
.l-page--section .c-btn--accent-invert:focus-visible::before {
  background-color: #0071b9;
}
.c-btn--jersey {
  padding: 0;
}
.c-btn--jersey svg {
  flex-shrink: 0;
  width: auto;
  margin: 0.7em 0.5625rem;
  padding: 0;
}
.c-btn--jersey span {
  position: relative;
  display: block;
  padding: 0.7em 0.9375rem 0.7em 0.75rem;
  white-space: nowrap;
}
.c-btn--jersey span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.l-page--club .c-btn--jersey:hover span::before {
  background-color: #0071b9;
}
.l-page--gcz .c-btn--jersey:hover span::before {
  background-color: #ae9761;
}
.l-page--section .c-btn--jersey:hover span::before {
  background-color: #0071b9;
}
.l-page--club .c-btn--jersey:focus-visible span::before {
  background-color: #0071b9;
}
.l-page--gcz .c-btn--jersey:focus-visible span::before {
  background-color: #ae9761;
}
.l-page--section .c-btn--jersey:focus-visible span::before {
  background-color: #0071b9;
}
.c-btn--pulse {
  -webkit-animation: pulse-label-live 2s infinite;
          animation: pulse-label-live 2s infinite;
}
.l-page--club .c-btn--pulse {
  color: var(--button-text-color, #fff);
  background-color: var(--button-background-color, #4FB72F);
  border: 0.0625rem solid var(--button-background-color, #4FB72F);
}
.l-page--gcz .c-btn--pulse {
  color: var(--button-text-color, #fff);
  background-color: var(--button-background-color, #4FB72F);
  border: 0.0625rem solid var(--button-background-color, #4FB72F);
}
.l-page--section .c-btn--pulse {
  color: var(--button-text-color, #fff);
  background-color: var(--button-background-color, #4FB72F);
  border: 0.0625rem solid var(--button-background-color, #4FB72F);
}
.c-btn--radio {
  align-self: center;
  -webkit-animation: pulse-label-live 2s infinite;
          animation: pulse-label-live 2s infinite;
}
.l-page--club .c-btn--radio {
  color: var(--button-background-color, #fff);
  background-color: var(--button-background-color, #4FB72F);
  border: 0.0625rem solid var(--button-background-color, #4FB72F);
}
.l-page--gcz .c-btn--radio {
  color: var(--button-background-color, #fff);
  background-color: var(--button-background-color, #4FB72F);
  border: 0.0625rem solid var(--button-background-color, #4FB72F);
}
.l-page--section .c-btn--radio {
  color: var(--button-background-color, #fff);
  background-color: var(--button-background-color, #4FB72F);
  border: 0.0625rem solid var(--button-background-color, #4FB72F);
}
.c-btn--radio img,
.c-btn--radio svg {
  width: 0.75em;
  margin-right: 0.6em;
}
.c-btn--radio img:nth-child(2),
.c-btn--radio svg:nth-child(2) {
  display: none;
}
.c-btn--radio.is-playing img:nth-child(1),
.c-btn--radio.is-playing svg:nth-child(1) {
  display: none;
}
.c-btn--radio.is-playing img:nth-child(2),
.c-btn--radio.is-playing svg:nth-child(2) {
  display: block;
}

.c-cadre-carousel__inner {
  margin-right: auto;
  margin-left: auto;
  padding-top: 3.125rem;
}
@media (min-width: 60em) {
  .c-cadre-carousel__inner {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    max-width: 86.875rem;
  }
}
.c-cadre-carousel .c-logo {
  width: 3.9375rem;
}
.c-cadre-carousel .c-logo svg {
  width: 100%;
  height: auto;
}

.c-cadre-group h2 {
  margin-bottom: 1.5625rem;
  font-size: 1.875rem;
}
@media (min-width: 23.4375em) {
  .c-cadre-group h2 {
    margin-bottom: calc(1.5625rem + 1.5625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-cadre-group h2 {
    margin-bottom: 3.125rem;
  }
}
.c-cadre-group .l-row {
  margin-bottom: -1.5625rem;
}
@media (min-width: 23.4375em) {
  .c-cadre-group .l-row {
    margin-bottom: calc(-1.5625rem + -1.5625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-cadre-group .l-row {
    margin-bottom: -3.125rem;
  }
}
.c-cadre-group .l-col {
  margin-bottom: 1.5625rem;
}
@media (min-width: 23.4375em) {
  .c-cadre-group .l-col {
    margin-bottom: calc(1.5625rem + 1.5625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-cadre-group .l-col {
    margin-bottom: 3.125rem;
  }
}
.c-cadre-group__separator-line {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  width: 100%;
  height: 0.0625rem;
  background-color: #ccdde9;
}
@media (min-width: 23.4375em) {
  .c-cadre-group__separator-line {
    margin-top: calc(3.125rem + 3.125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-cadre-group__separator-line {
    margin-top: 6.25rem;
  }
}
@media (min-width: 23.4375em) {
  .c-cadre-group__separator-line {
    margin-bottom: calc(3.125rem + 3.125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-cadre-group__separator-line {
    margin-bottom: 6.25rem;
  }
}

.c-cadre-hero > .l-container, .c-cadre-hero > .c-cookieconsent__container {
  position: relative;
}
@media (max-width: 59.99em) {
  .c-cadre-hero .l-col:first-child {
    order: 2;
  }
}
.c-cadre-hero__back {
  top: 3.125rem;
  position: absolute;
  z-index: 99;
  left: 0.9375rem;
}
@media (min-width: 23.4375em) {
  .c-cadre-hero__back {
    top: calc(3.125rem + 3.125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-cadre-hero__back {
    top: 6.25rem;
  }
}
@media (max-width: 59.99em) {
  .c-cadre-hero .l-row {
    flex-direction: column;
  }
}
.c-cadre-hero--section > .l-container, .c-cadre-hero--section > .c-cookieconsent__container {
  padding-right: 0;
  padding-left: 0;
}
.c-cadre-hero--section .l-col:first-child {
  display: flex;
  flex-direction: column;
  padding: 0 0.9375rem;
  transition: padding-top 0.3s ease-in-out;
}
@media (min-width: 60em) {
  .c-cadre-hero--section .l-col:first-child {
    padding: 11.875rem 3.75rem 1.875rem 3.75rem;
  }
  .l-page--club .c-cadre-hero--section .l-col:first-child {
    background-color: #0071b9;
  }
  .l-page--gcz .c-cadre-hero--section .l-col:first-child {
    background-color: #005791;
  }
  .l-page--section .c-cadre-hero--section .l-col:first-child {
    background-color: #0071b9;
  }
}
@media (min-width: 75em) {
  .c-cadre-hero--section .l-col:first-child {
    padding-top: 15rem;
  }
}
@media (min-width: 42.5em) and (max-width: 59.99em) {
  .c-cadre-hero--section .c-cadre-hero__back {
    padding-right: 0.625rem;
  }
}
@media (max-width: 59.99em) {
  .c-cadre-hero--section .c-cadre-hero__back {
    background-color: #fff;
    border-radius: 15px;
  }
  .c-cadre-hero--section .c-cadre-hero__back .c-historyback {
    margin-left: 0;
    color: #003a63;
  }
}
.c-cadre-hero--section .c-cadre-hero__number, .c-cadre-hero--section .c-cadre-hero__name {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-size: 3.125rem;
  font-weight: 800;
}
.c-cadre-hero--section .c-cadre-hero__number {
  display: block;
  margin-top: 0.625rem;
}
.l-page--club .c-cadre-hero--section .c-cadre-hero__number {
  color: #fff;
}
.l-page--gcz .c-cadre-hero--section .c-cadre-hero__number {
  color: #ae9761;
}
.l-page--section .c-cadre-hero--section .c-cadre-hero__number {
  color: #fff;
}
.c-cadre-hero--section .c-cadre-hero__name {
  margin-top: 0;
}
.c-cadre-hero--section .c-cadre-hero__category {
  margin-bottom: 1.875rem;
}
.c-cadre-hero--section .c-cadre-hero__name, .c-cadre-hero--section .c-cadre-hero__category {
  color: #003a63;
}
@media (min-width: 60em) {
  .c-cadre-hero--section .c-cadre-hero__name, .c-cadre-hero--section .c-cadre-hero__category {
    color: #fff;
  }
}
.c-cadre-hero--section .c-cadre-hero__portrait {
  height: 100%;
}
.c-cadre-hero--section .c-cadre-hero__sponsors {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}
@media (max-width: 23.4275em) {
  .c-cadre-hero--section .c-cadre-hero__sponsors {
    flex-direction: column;
  }
}
@media (min-width: 60em) {
  .c-cadre-hero--section .c-cadre-hero__sponsors {
    justify-content: space-between;
    max-width: 26.25rem;
    margin-top: auto;
    margin-bottom: 3.125rem;
  }
}
.c-cadre-hero--section .c-cadre-hero__sponsor {
  display: inline-flex;
  justify-content: center;
  padding: 0.3125rem 1.25rem;
}
.c-cadre-hero--section .c-cadre-hero__sponsor img {
  max-width: 7.5rem;
}
@media (min-width: 23.4375em) {
  .c-cadre-hero--section .c-cadre-hero__sponsor img {
    max-width: calc(7.5rem + 3.75 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-cadre-hero--section .c-cadre-hero__sponsor img {
    max-width: 11.25rem;
  }
}
@media (max-width: 23.4275em) {
  .c-cadre-hero--section .c-cadre-hero__sponsor:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 59.99em) {
  .c-cadre-hero--section .c-cadre-hero__sponsor:not(:first-child) {
    margin-left: 0.9375rem;
  }
}
@media (min-width: 60em) {
  .c-cadre-hero--section .c-cadre-hero__sponsor {
    width: calc(50% - 0.625rem);
    background-color: #fff;
  }
}
@media (min-width: 60em) {
  .c-cadre-hero--gcz::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 50%;
    height: 100%;
  }
  .l-page--club .c-cadre-hero--gcz::after {
    background-color: #0071b9;
  }
  .l-page--gcz .c-cadre-hero--gcz::after {
    background-color: #005791;
  }
  .l-page--section .c-cadre-hero--gcz::after {
    background-color: #0071b9;
  }
}
.c-cadre-hero--gcz .c-cadre-hero__inner {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 86.875rem;
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 42.5em) and (max-width: 59.99em) {
  .c-cadre-hero--gcz .l-col:first-child {
    max-width: 60%;
  }
}
@media (min-width: 60em) {
  .c-cadre-hero--gcz .l-col:first-child {
    margin-top: 11.875rem;
  }
}
.c-cadre-hero--gcz .l-col:first-child h3 {
  position: relative;
  z-index: 99;
  margin-top: 1.6875rem;
  margin-bottom: 0.625rem;
  font-size: 5.9375rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 59.99em) {
  .c-cadre-hero--gcz .l-col:first-child h3 {
    font-size: 2.8125rem !important;
  }
}
@media (min-width: 60em) {
  .c-cadre-hero--gcz .l-col:first-child h3 {
    margin-top: 0;
    margin-bottom: 1.5625rem;
  }
  .l-page--club .c-cadre-hero--gcz .l-col:first-child h3 {
    text-shadow: 0 0 0.9375rem #0071b9;
  }
  .l-page--gcz .c-cadre-hero--gcz .l-col:first-child h3 {
    text-shadow: 0 0 0.9375rem #005791;
  }
  .l-page--section .c-cadre-hero--gcz .l-col:first-child h3 {
    text-shadow: 0 0 0.9375rem #0071b9;
  }
}
.c-cadre-hero--gcz .l-col:first-child h3, .c-cadre-hero--gcz .l-col:first-child span:last-child {
  color: #003a63;
}
@media (min-width: 60em) {
  .c-cadre-hero--gcz .l-col:first-child h3, .c-cadre-hero--gcz .l-col:first-child span:last-child {
    color: #fff;
  }
}
@media (min-width: 60em) {
  .c-cadre-hero--gcz .c-cadre-hero__fit-text-wrapper {
    margin-right: -6.25rem;
    width: calc(100% + 6.25rem);
  }
}
.c-cadre-hero--gcz .c-cadre-hero__number {
  font-size: 4.6875rem;
  display: block;
  font-weight: 800;
  line-height: 1;
}
.l-page--club .c-cadre-hero--gcz .c-cadre-hero__number {
  color: #fff;
}
.l-page--gcz .c-cadre-hero--gcz .c-cadre-hero__number {
  color: #ae9761;
}
.l-page--section .c-cadre-hero--gcz .c-cadre-hero__number {
  color: #fff;
}
@media (min-width: 23.4375em) {
  .c-cadre-hero--gcz .c-cadre-hero__number {
    font-size: calc(4.6875rem + 6.5625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-cadre-hero--gcz .c-cadre-hero__number {
    font-size: 11.25rem;
  }
}
@media (max-width: 59.99em) {
  .c-cadre-hero--gcz .c-cadre-hero__number {
    position: absolute;
    top: 2.5rem;
    right: 0;
  }
}
@media (min-width: 60em) {
  .c-cadre-hero--gcz .c-cadre-hero__number {
    margin-top: -1.25rem;
  }
}
.c-cadre-hero--gcz .c-cadre-hero__portrait {
  padding-top: 1.875rem;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (min-width: 23.4375em) {
  .c-cadre-hero--gcz .c-cadre-hero__portrait {
    padding-top: calc(1.875rem + 1.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-cadre-hero--gcz .c-cadre-hero__portrait {
    padding-top: 3.125rem;
  }
}
.c-cadre-hero--gcz .c-cadre-hero__portrait > img {
  position: relative;
}
.c-cadre-hero--gcz .c-cadre-hero__portrait .c-cadre-hero__jersey {
  position: absolute;
  bottom: 1.5625rem;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 42.5em) {
  .c-cadre-hero--gcz .c-cadre-hero__portrait .c-cadre-hero__jersey {
    bottom: 6.25rem;
  }
}
.c-cadre-hero--gcz .c-cadre-hero__portrait > * {
  z-index: 1;
}
@media (max-width: 59.99em) {
  .c-cadre-hero--gcz .c-cadre-hero__portrait::after {
    content: "";
    position: absolute;
    top: 0;
    left: -0.9375rem;
    z-index: 0;
    display: block;
    width: calc(50% + 0.9375rem);
    height: 100%;
  }
  .l-page--club .c-cadre-hero--gcz .c-cadre-hero__portrait::after {
    background-color: #0071b9;
  }
  .l-page--gcz .c-cadre-hero--gcz .c-cadre-hero__portrait::after {
    background-color: #005791;
  }
  .l-page--section .c-cadre-hero--gcz .c-cadre-hero__portrait::after {
    background-color: #0071b9;
  }
}
.c-cadre-hero--gcz .l-col:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 59.99em) {
  .c-cadre-hero--gcz .l-col:last-child {
    order: 3;
  }
}
@media (min-width: 60em) {
  .c-cadre-hero--gcz .l-col:last-child {
    margin-top: 11.875rem;
  }
}
@media (max-width: 59.99em) {
  .c-cadre-hero--gcz .c-cadre-hero__details {
    display: flex;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    padding-top: 1.875rem;
    padding-bottom: 2.1875rem;
  }
}
.c-cadre-hero--gcz .c-cadre-hero__detail {
  display: flex;
  border-top: 1px solid #ccdde9;
  color: #003a63;
}
@media (max-width: 59.99em) {
  .c-cadre-hero--gcz .c-cadre-hero__detail {
    flex-direction: column;
    width: 33.3333333333%;
    padding: 0.75rem 0.9375rem 0.625rem 0.9375rem;
    border-bottom: 1px solid #ccdde9;
  }
}
@media (min-width: 60em) {
  .c-cadre-hero--gcz .c-cadre-hero__detail {
    justify-content: space-between;
    padding-top: 0.9375rem;
  }
}
@media (max-width: 59.99em) {
  .c-cadre-hero--gcz .c-cadre-hero__detail:not(:last-child) {
    border-right: 1px solid #ccdde9;
  }
}
@media (min-width: 60em) {
  .c-cadre-hero--gcz .c-cadre-hero__detail:not(:last-child) {
    padding-bottom: 0.9375rem;
  }
}
.c-cadre-hero--gcz .c-cadre-hero__detail span {
  line-height: 1;
}
.c-cadre-hero--gcz .c-cadre-hero__detail span:first-child {
  padding-top: 0.1875rem;
  font-size: 0.875rem;
}
.c-cadre-hero--gcz .c-cadre-hero__detail span:last-child {
  font-size: 2.1875rem;
  font-weight: 800;
}
@media (max-width: 59.99em) {
  .c-cadre-hero--gcz .c-cadre-hero__detail span:last-child {
    margin-top: 1.25rem;
  }
}
@media (min-width: 60em) {
  .c-cadre-hero--gcz .c-cadre-hero__detail span:last-child {
    font-size: 3.125rem;
  }
}
.c-cadre-hero--gcz .c-cadre-hero__sponsors {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.9375rem;
}
@media (max-width: 23.4275em) {
  .c-cadre-hero--gcz .c-cadre-hero__sponsors {
    align-items: center;
  }
}
@media (min-width: 23.4375em) and (max-width: 59.99em) {
  .c-cadre-hero--gcz .c-cadre-hero__sponsors {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 60em) {
  .c-cadre-hero--gcz .c-cadre-hero__sponsors {
    margin-bottom: 4.375rem;
  }
}
.c-cadre-hero--gcz .c-cadre-hero__sponsor {
  padding-top: 0.9375rem;
  padding-right: 1.25rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.25rem;
  display: inline-block;
  margin-bottom: 0.9375rem;
}
@media (min-width: 23.4375em) {
  .c-cadre-hero--gcz .c-cadre-hero__sponsor {
    padding-top: calc(0.9375rem + 0.3125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-cadre-hero--gcz .c-cadre-hero__sponsor {
    padding-top: 1.25rem;
  }
}
@media (min-width: 23.4375em) {
  .c-cadre-hero--gcz .c-cadre-hero__sponsor {
    padding-right: calc(1.25rem + 0.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-cadre-hero--gcz .c-cadre-hero__sponsor {
    padding-right: 1.875rem;
  }
}
@media (min-width: 23.4375em) {
  .c-cadre-hero--gcz .c-cadre-hero__sponsor {
    padding-bottom: calc(0.9375rem + 0.3125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-cadre-hero--gcz .c-cadre-hero__sponsor {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 23.4375em) {
  .c-cadre-hero--gcz .c-cadre-hero__sponsor {
    padding-left: calc(1.25rem + 0.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-cadre-hero--gcz .c-cadre-hero__sponsor {
    padding-left: 1.875rem;
  }
}
.c-cadre-hero--gcz .c-cadre-hero__sponsor img {
  max-width: 7.5rem;
}
@media (min-width: 23.4375em) {
  .c-cadre-hero--gcz .c-cadre-hero__sponsor img {
    max-width: calc(7.5rem + 3.75 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-cadre-hero--gcz .c-cadre-hero__sponsor img {
    max-width: 11.25rem;
  }
}
@media (max-width: 59.99em) {
  .c-cadre-hero--gcz .c-cadre-hero__sponsor {
    align-self: center;
  }
}
@media (min-width: 23.4375em) and (max-width: 59.99em) {
  .c-cadre-hero--gcz .c-cadre-hero__sponsor:not(:first-child) {
    margin-left: 1.875rem;
  }
}
@media (min-width: 60em) {
  .c-cadre-hero--gcz .c-cadre-hero__sponsor {
    display: flex;
    justify-content: center;
  }
}

.c-cadre-item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.c-cadre-item__header {
  position: relative;
  overflow: hidden;
}
.c-cadre-item__header img {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease-in-out;
}
.c-cadre-item__number {
  font-weight: 800;
}
.l-page--club .c-cadre-item__number {
  color: #0071b9;
}
.l-page--gcz .c-cadre-item__number {
  color: #ae9761;
}
.l-page--section .c-cadre-item__number {
  color: #0071b9;
}
.c-cadre-item h3 {
  margin-bottom: 1.25rem;
}
.c-cadre-item:hover .c-cadre-item__header img, .c-cadre-item:focus .c-cadre-item__header img {
  transform: scale(1.05);
}
.c-cadre-item:not(.c-cadre-item--section) .c-cadre-item__header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50%;
  height: 66.6666666667%;
}
.l-page--club .c-cadre-item:not(.c-cadre-item--section) .c-cadre-item__header::before {
  background-color: #0071b9;
}
.l-page--gcz .c-cadre-item:not(.c-cadre-item--section) .c-cadre-item__header::before {
  background-color: #005791;
}
.l-page--section .c-cadre-item:not(.c-cadre-item--section) .c-cadre-item__header::before {
  background-color: #0071b9;
}
.c-cadre-item:not(.c-cadre-item--section) .c-cadre-item__header img {
  padding-top: 0.9375rem;
}
.c-cadre-item:not(.c-cadre-item--section) .c-cadre-item__number {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 5rem;
}
.c-cadre-item:not(.c-cadre-item--section) h3 {
  margin-top: 2.1875rem;
}
.c-cadre-item--section .c-cadre-item__header {
  margin-bottom: 1.5625rem;
}
.c-cadre-item--section .c-cadre-item__number {
  margin-bottom: 1.25rem;
  font-size: 3.125rem;
  line-height: 1;
}
.c-cadre-item--section h3 {
  margin-top: 0;
}

.c-cadre-stats table {
  font-size: 0.875rem;
}
@media (min-width: 60em) {
  .c-cadre-stats table {
    font-size: 1rem;
  }
  .c-cadre-stats table strong {
    font-size: 1.125rem;
  }
}
.c-cadre-stats table tr {
  border-bottom: 1px solid #ccdde9;
}
.c-cadre-stats table td {
  padding: 0.9375rem 0;
  vertical-align: top;
}
@media (min-width: 42.5em) {
  .c-cadre-stats table td {
    padding: 1.25rem 0;
  }
}
.c-cadre-stats table td:first-child {
  padding-right: 1.25rem;
}
@media (min-width: 60em) {
  .c-cadre-stats table td:first-child {
    width: 100%;
    padding-right: 1.875rem;
  }
}
@media (min-width: 60em) {
  .c-cadre-stats table td:last-child {
    white-space: nowrap;
  }
}
@media (max-width: 59.99em) {
  .c-cadre-stats table td:last-child {
    text-align: right;
  }
}
.c-cadre-stats .l-col:first-child table tr {
  border-top: 1px solid #ccdde9;
}
@media (min-width: 42.5em) {
  .c-cadre-stats .l-col:last-child table tr {
    border-top: 1px solid #ccdde9;
  }
}
.c-cadre-stats--section .l-col:last-child {
  border-bottom: 1px solid #ccdde9;
}
@media (min-width: 42.5em) {
  .c-cadre-stats--section .l-col:last-child {
    border-top: 1px solid #ccdde9;
  }
}
.c-cadre-stats--section .c-richtext {
  padding: 0.9375rem 0;
  font-size: 0.875rem;
}
@media (min-width: 42.5em) {
  .c-cadre-stats--section .c-richtext {
    padding: 1.25rem 0;
  }
}
@media (min-width: 60em) {
  .c-cadre-stats--section .c-richtext {
    font-size: 1rem;
  }
}

.c-category {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  font-size: 0.625rem;
  color: #fff;
  background-color: #0071b9;
  border-radius: 5px;
}
.c-category.is-toggled {
  border-radius: 5px 5px 0 5px;
}
.c-category__link, .c-category__button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 0.5em 0.75em;
  white-space: nowrap;
  text-transform: none;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c-category__link:hover, .c-category__link:focus-visible, .c-category__button:hover, .c-category__button:focus-visible {
  opacity: 0.6;
}
.c-category__wrapper {
  position: relative;
}
.c-category__button::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #fff;
  opacity: 0.5;
  z-index: 1;
}
.c-category__list {
  display: none;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  background-color: #0071b9;
  border-radius: 0 5px 5px 5px;
}
.c-category.is-toggled .c-category__list {
  display: flex;
}

.c-contact {
  position: relative;
  background-color: #f2f3f4;
}
@media (max-width: 42.49em) {
  .c-contact__image img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
@media (min-width: 42.5em) {
  .c-contact__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .c-contact__image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
@media (max-width: 42.49em) {
  .c-contact__text {
    padding: 1.875rem 0.9375rem;
  }
}
@media (min-width: 42.5em) {
  .c-contact__text {
    padding: 3.375rem;
  }
}
@media (min-width: 42.5em) {
  .c-contact .l-col:first-child {
    aspect-ratio: 1/1;
  }
}

.c-cookieconsent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background: #222;
  color: #fff;
}
@media (min-width: 42.5em) {
  .c-cookieconsent__container {
    display: flex;
  }
}
.c-cookieconsent__settings {
  display: none !important;
}
@media (max-width: 42.49em) {
  .c-cookieconsent__text {
    text-align: center;
  }
}
@media (min-width: 42.5em) {
  .c-cookieconsent__text {
    width: 75%;
  }
}
@media (min-width: 60em) {
  .c-cookieconsent__text {
    width: 70%;
  }
}
@media (max-width: 42.49em) {
  .c-cookieconsent__buttons {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
  }
}
@media (min-width: 42.5em) {
  .c-cookieconsent__buttons {
    width: 25%;
    text-align: right;
  }
}
@media (min-width: 60em) {
  .c-cookieconsent__buttons {
    width: 30%;
    text-align: right;
  }
}
.c-cookieconsent__buttons button {
  justify-content: center;
  min-width: 6.875rem;
}
@media (max-width: 42.49em) {
  .c-cookieconsent__buttons button:not(:first-child) {
    margin-left: 1.25rem;
  }
}
@media (min-width: 42.5em) and (max-width: 59.99em) {
  .c-cookieconsent__buttons button:not(:first-child) {
    margin-top: 1.25rem;
  }
}
@media (min-width: 60em) {
  .c-cookieconsent__buttons button:not(:first-child) {
    margin-left: 1.25rem;
  }
}

.c-cookienotice {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background: #222;
  color: #fff;
}
.c-cookienotice__content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 86.875rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 42.5em) {
  .c-cookienotice__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.c-cookienotice__text {
  text-align: center;
}
@media (max-width: 42.49em) {
  .c-cookienotice__text {
    font-size: 0.875rem;
  }
}
@media (min-width: 42.5em) {
  .c-cookienotice__text {
    text-align: left;
  }
}
.c-cookienotice__button {
  margin-top: 3.125rem;
}
.c-cookienotice__button button {
  text-transform: uppercase;
}
@media (min-width: 42.5em) {
  .c-cookienotice__button {
    margin-top: 0.25rem;
    margin-left: 3.125rem;
  }
}

.c-copyright {
  font-size: 0.75rem;
  display: block;
  line-height: 1;
  letter-spacing: 0.03rem;
}
@media (min-width: 23.4375em) {
  .c-copyright {
    font-size: calc(0.75rem + 0.125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-copyright {
    font-size: 0.875rem;
  }
}
.l-page--club .c-copyright span {
  margin-bottom: -4px;
  padding-bottom: 4px;
  background-image: linear-gradient(var(--link-border-invert-color, #0071b9), var(--link-border-invert-color, #0071b9));
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.l-page--club .c-copyright span {
  transition: background-size 0.3s;
}
.l-page--club .c-copyright:hover span {
  background-size: 100% 2px;
}
.l-page--club .c-copyright:focus-visible span {
  background-size: 100% 2px;
}
.l-page--gcz .c-copyright span {
  margin-bottom: -4px;
  padding-bottom: 4px;
  background-image: linear-gradient(var(--link-border-invert-color, #ae9761), var(--link-border-invert-color, #ae9761));
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.l-page--gcz .c-copyright span {
  transition: background-size 0.3s;
}
.l-page--gcz .c-copyright:hover span {
  background-size: 100% 2px;
}
.l-page--gcz .c-copyright:focus-visible span {
  background-size: 100% 2px;
}
.l-page--section .c-copyright span {
  margin-bottom: -4px;
  padding-bottom: 4px;
  background-image: linear-gradient(var(--link-border-invert-color, #0071b9), var(--link-border-invert-color, #0071b9));
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.l-page--section .c-copyright span {
  transition: background-size 0.3s;
}
.l-page--section .c-copyright:hover span {
  background-size: 100% 2px;
}
.l-page--section .c-copyright:focus-visible span {
  background-size: 100% 2px;
}

.c-external-content--table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.c-external-content--table::-webkit-scrollbar {
  /* Chrome, Safari and Opera */
  display: none;
}
.c-external-content--table table tbody tr:nth-child(2n+1) {
  background-color: transparent !important;
}
.c-external-content--table table tbody tr:last-child strong {
  display: inline-block;
  width: 5rem;
}
.c-external-content--table table th, .c-external-content--table table td {
  padding: 0.9375rem 0.625rem;
  white-space: nowrap;
}
.c-external-content--table table th:not(:first-child):not(:nth-child(2)), .c-external-content--table table td:not(:first-child):not(:nth-child(2)) {
  text-align: center;
}
.c-external-content--table table td:nth-child(10)[align=right], .c-external-content--table table td:nth-child(12)[align=right] {
  text-align: right;
}
.c-external-content--table table td:nth-child(10)[align=left], .c-external-content--table table td:nth-child(12)[align=left] {
  text-align: left;
}
.c-external-content--table table h2 {
  margin-bottom: 1.25rem;
}

.c-facts {
  padding: 0.9375rem;
}
@media (min-width: 23.4375em) {
  .c-facts {
    padding: calc(0.9375rem + 4.0625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-facts {
    padding: 5rem;
  }
}
.l-page--club .c-facts {
  background-color: rgba(0, 113, 185, 0.1);
}
.l-page--gcz .c-facts {
  background-color: rgba(0, 87, 145, 0.1);
}
.l-page--section .c-facts {
  background-color: rgba(0, 113, 185, 0.1);
}
.c-facts h2 {
  font-size: 1.25rem;
  margin-top: 0.9375rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 23.4375em) {
  .c-facts h2 {
    font-size: calc(1.25rem + 0.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-facts h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 23.4375em) {
  .c-facts h2 {
    margin-top: calc(0.9375rem + -0.9375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-facts h2 {
    margin-top: 0;
  }
}
@media (min-width: 23.4375em) {
  .c-facts h2 {
    margin-bottom: calc(1.875rem + 1.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-facts h2 {
    margin-bottom: 3.125rem;
  }
}
.c-facts__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-facts__item {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #b2c3d0;
}
@media (min-width: 23.4375em) {
  .c-facts__item {
    padding-top: calc(1.875rem + 0.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-facts__item {
    padding-top: 2.5rem;
  }
}
@media (min-width: 23.4375em) {
  .c-facts__item {
    padding-bottom: calc(1.875rem + 0.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-facts__item {
    padding-bottom: 2.5rem;
  }
}
.c-facts__item:first-child {
  border-top: 1px solid #b2c3d0;
}
@media (min-width: 42.5em) {
  .c-facts__item:nth-child(2) {
    border-top: 1px solid #b2c3d0;
  }
}
.c-facts__item strong {
  width: 5.3125rem;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-width: 23.4375em) {
  .c-facts__item strong {
    width: calc(5.3125rem + 2.1875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-facts__item strong {
    width: 7.5rem;
  }
}
.l-page--club .c-facts__item strong {
  color: var(--headings-color, #0071b9);
}
.l-page--gcz .c-facts__item strong {
  color: var(--headings-color, #005791);
}
.l-page--section .c-facts__item strong {
  color: var(--headings-color, #0071b9);
}
@media (min-width: 42.5em) {
  .c-facts__item {
    width: 50%;
    font-size: 1rem;
  }
}
@media (min-width: 42.5em) and (min-width: 23.4375em) {
  .c-facts__item {
    width: calc(50% + -4 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 42.5em) and (min-width: 75em) {
  .c-facts__item {
    width: 46%;
  }
}
@media (min-width: 42.5em) and (min-width: 23.4375em) {
  .c-facts__item {
    font-size: calc(1rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 42.5em) and (min-width: 75em) {
  .c-facts__item {
    font-size: 1.25rem;
  }
}

.c-filter__wrapper {
  display: flex;
  align-items: center;
}
.c-filter__form {
  flex-grow: 1;
  margin-bottom: 0;
}
.c-filter__items {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 42.49em) {
  .c-filter__items {
    flex-direction: column;
  }
}
.c-filter__item {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
@media (min-width: 42.5em) {
  .c-filter__item {
    min-width: 16.125rem;
  }
}
.c-filter--matchcenter-schedule .c-filter__wrapper {
  justify-content: space-between;
  align-items: flex-start;
}
.c-filter--matchcenter-schedule .c-filter__form {
  flex-grow: 0;
  margin-bottom: 0;
}
.c-filter--matchcenter-schedule .c-filter__aside {
  margin-left: 0.625rem;
}

.c-footer__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.c-footer__logo {
  text-align: center;
}
.c-footer__logo, .c-footer__logo img, .c-footer__logo svg {
  height: 4rem;
}
@media (min-width: 23.4375em) {
  .c-footer__logo, .c-footer__logo img, .c-footer__logo svg {
    height: calc(4rem + 4.875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-footer__logo, .c-footer__logo img, .c-footer__logo svg {
    height: 8.875rem;
  }
}
.c-footer__logo img, .c-footer__logo svg {
  transform: translateY(-50%);
}
.c-footer__bottom {
  display: flex;
  align-items: center;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}
@media (max-width: 59.99em) {
  .c-footer__bottom {
    flex-direction: column;
  }
}
@media (min-width: 60em) {
  .c-footer__bottom {
    justify-content: space-between;
  }
}
.c-footer__social {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (max-width: 59.99em) {
  .c-footer__social {
    width: 100%;
    border-top: 1px solid var(--text-color, #fff);
  }
}

.c-gallery {
  cursor: pointer;
  pointer-events: auto;
}
.c-gallery__image {
  overflow: hidden;
}
.c-gallery__image img {
  will-change: transform;
  transition: transform 0.3s ease-in-out;
}
.c-gallery__image img:hover, .c-gallery__image img:focus-visible {
  transform: scale3d(1.1, 1.1, 1.1);
}
.c-gallery__caption {
  font-size: 0.75rem;
}
@media (min-width: 42.5em) {
  .c-gallery__caption {
    display: none;
  }
}

body.lg-on .lg-item p {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.c-hamburger {
  position: relative;
  z-index: 999;
  margin-right: -0.625rem;
}
.c-hamburger .inner {
  display: block;
}
.c-hamburger > span:not(:first-child) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  font-size: 0.875rem;
  color: #003a63;
}

.c-header {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(204, 221, 233, 0.7);
  z-index: 230;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
html.scroll-up .c-header {
  transform: translateY(0);
}
html.scroll-down .c-header {
  transform: translateY(-100%);
}
.c-header__top {
  position: relative;
  z-index: 1000;
}
.c-header__list {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.c-header__item {
  display: flex;
  align-items: center;
}
.c-header__item--grow, .c-header__item--grow > * {
  flex-grow: 1;
}
.c-header__item--grow + .c-header__item--last nav {
  margin-left: 0.625rem;
  padding-left: 0.625rem;
  border-left: 1px solid var(--text-color, #fff);
}
@media (min-width: 23.4375em) {
  .c-header__item--grow + .c-header__item--last nav {
    margin-left: calc(0.625rem + 0.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-header__item--grow + .c-header__item--last nav {
    margin-left: 1.25rem;
  }
}
@media (min-width: 23.4375em) {
  .c-header__item--grow + .c-header__item--last nav {
    padding-left: calc(0.625rem + 0.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-header__item--grow + .c-header__item--last nav {
    padding-left: 1.25rem;
  }
}
.c-header__item--last > *:nth-last-child(2) {
  margin-right: 0.625rem;
  padding-right: 0.625rem;
  border-right: 1px solid var(--text-color, #fff);
}
@media (min-width: 23.4375em) {
  .c-header__item--last > *:nth-last-child(2) {
    margin-right: calc(0.625rem + 0.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-header__item--last > *:nth-last-child(2) {
    margin-right: 1.25rem;
  }
}
@media (min-width: 23.4375em) {
  .c-header__item--last > *:nth-last-child(2) {
    padding-right: calc(0.625rem + 0.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-header__item--last > *:nth-last-child(2) {
    padding-right: 1.25rem;
  }
}
.c-header__login {
  display: flex;
  align-items: center;
}
.c-header__logo {
  flex: 0 1 auto;
  display: flex;
  transform: translateY(0);
  transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform-origin: center top;
  z-index: 10;
}
html.scroll-up .c-header__logo {
  transform: translateY(0);
}
.c-header__logo img,
.c-header__logo svg {
  width: auto;
}
@media (max-width: 59.99em) {
  .l-page--club .c-header__logo {
    margin-bottom: 0;
  }
  html.scroll-down .l-page--club .c-header__logo {
    transform: translateY(0);
  }
  .l-page--club .c-header__logo img,
.l-page--club .c-header__logo svg {
    max-height: 2.25rem;
  }
  .l-page--gcz .c-header__logo {
    margin-bottom: -2.375rem;
  }
  html.scroll-down .l-page--gcz .c-header__logo {
    transform: translateY(-2.375rem);
  }
  .l-page--gcz .c-header__logo img,
.l-page--gcz .c-header__logo svg {
    max-height: 4.375rem;
  }
  .l-page--section .c-header__logo {
    margin-bottom: -2.375rem;
  }
  html.scroll-down .l-page--section .c-header__logo {
    transform: translateY(-2.375rem);
  }
  .l-page--section .c-header__logo img,
.l-page--section .c-header__logo svg {
    max-height: 4.375rem;
  }
}
@media (min-width: 60em) {
  .c-header__logo {
    margin-right: 3.75rem;
  }
  .l-page--club .c-header__logo {
    margin-bottom: 0;
  }
  html.scroll-down .l-page--club .c-header__logo {
    transform: translateY(0);
  }
  .l-page--club .c-header__logo img,
.l-page--club .c-header__logo svg {
    max-height: 3.125rem;
  }
  .l-page--gcz .c-header__logo {
    margin-bottom: -3.875rem;
  }
  html.scroll-down .l-page--gcz .c-header__logo {
    transform: translateY(-3.875rem);
  }
  .l-page--gcz .c-header__logo img,
.l-page--gcz .c-header__logo svg {
    max-height: 7.75rem;
  }
  .l-page--section .c-header__logo {
    margin-bottom: -3.875rem;
  }
  html.scroll-down .l-page--section .c-header__logo {
    transform: translateY(-3.875rem);
  }
  .l-page--section .c-header__logo img,
.l-page--section .c-header__logo svg {
    max-height: 7.75rem;
  }
}
.c-header__navigation {
  flex: 1;
  max-width: 91.6666666667%;
}

.c-h1, .c-parallax--teaser .c-richtext h2 {
  font-size: 1.5625rem;
}
@media (min-width: 23.4375em) {
  .c-h1, .c-parallax--teaser .c-richtext h2 {
    font-size: calc(1.5625rem + 1.875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-h1, .c-parallax--teaser .c-richtext h2 {
    font-size: 3.4375rem;
  }
}

.c-h2 {
  font-size: 1.375rem;
}
@media (min-width: 23.4375em) {
  .c-h2 {
    font-size: calc(1.375rem + 0.8125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-h2 {
    font-size: 2.1875rem;
  }
}

.c-h3 {
  font-size: 1.25rem;
}
@media (min-width: 23.4375em) {
  .c-h3 {
    font-size: calc(1.25rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-h3 {
    font-size: 1.5rem;
  }
}

.c-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.c-hero--default {
  min-height: 8.625rem;
}
@media (min-width: 23.4375em) {
  .c-hero--default {
    min-height: calc(8.625rem + 12.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-hero--default {
    min-height: 21.25rem;
  }
}
.c-hero--default .c-hero__inner {
  padding-top: 3.125rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 23.4375em) {
  .c-hero--default .c-hero__inner {
    padding-top: calc(3.125rem + 2.5 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-hero--default .c-hero__inner {
    padding-top: 5.625rem;
  }
}
@media (min-width: 23.4375em) {
  .c-hero--default .c-hero__inner {
    padding-bottom: calc(2.5rem + 3.125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-hero--default .c-hero__inner {
    padding-bottom: 5.625rem;
  }
}
.c-hero--news .c-hero__inner {
  padding-top: 3.125rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 23.4375em) {
  .c-hero--news .c-hero__inner {
    padding-top: calc(3.125rem + 2 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-hero--news .c-hero__inner {
    padding-top: 5.125rem;
  }
}
@media (min-width: 23.4375em) {
  .c-hero--news .c-hero__inner {
    padding-bottom: calc(1.25rem + 2.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-hero--news .c-hero__inner {
    padding-bottom: 3.875rem;
  }
}
.c-hero--news .c-hero__background::after {
  top: 8.625rem;
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  left: 50%;
  background-color: #fff;
}
@media (min-width: 23.4375em) {
  .c-hero--news .c-hero__background::after {
    top: calc(8.625rem + 10.4375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-hero--news .c-hero__background::after {
    top: 19.0625rem;
  }
}
.c-hero--news .c-hero__grasshopper {
  top: -5rem;
}
@media (min-width: 23.4375em) {
  .c-hero--news .c-hero__grasshopper {
    top: calc(-5rem + -20 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-hero--news .c-hero__grasshopper {
    top: -25rem;
  }
}
.c-hero--tv .c-hero__inner {
  padding-top: 2.5rem;
}
@media (min-width: 23.4375em) {
  .c-hero--tv .c-hero__inner {
    padding-top: calc(2.5rem + 2.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-hero--tv .c-hero__inner {
    padding-top: 5.125rem;
  }
}
.c-hero--tv .c-hero__grasshopper {
  top: -5rem;
}
@media (min-width: 23.4375em) {
  .c-hero--tv .c-hero__grasshopper {
    top: calc(-5rem + -20 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-hero--tv .c-hero__grasshopper {
    top: -25rem;
  }
}
.c-hero--slider .c-hero__inner {
  padding-top: 3.75rem;
  padding-bottom: 0.9375rem;
}
@media (min-width: 23.4375em) {
  .c-hero--slider .c-hero__inner {
    padding-top: calc(3.75rem + 0.125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-hero--slider .c-hero__inner {
    padding-top: 3.875rem;
  }
}
@media (min-width: 23.4375em) {
  .c-hero--slider .c-hero__inner {
    padding-bottom: calc(0.9375rem + 2.6875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-hero--slider .c-hero__inner {
    padding-bottom: 3.625rem;
  }
}
.c-hero--slider .c-hero__background::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 74.99em) {
  .c-hero--slider .c-hero__background::after {
    top: 50%;
    width: 50%;
  }
}
@media (min-width: 75em) {
  .c-hero--slider .c-hero__background::after {
    top: 0;
    left: 75%;
  }
}
.c-hero--matchcenter {
  min-height: 8.625rem;
}
@media (min-width: 23.4375em) {
  .c-hero--matchcenter {
    min-height: calc(8.625rem + 10.4375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-hero--matchcenter {
    min-height: 19.0625rem;
  }
}
.c-hero--matchcenter .c-hero__inner {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
@media (min-width: 23.4375em) {
  .c-hero--matchcenter .c-hero__inner {
    padding-bottom: calc(2.5rem + 1.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-hero--matchcenter .c-hero__inner {
    padding-bottom: 3.75rem;
  }
}
.c-hero__inner {
  flex-grow: 1;
  position: relative;
  z-index: 9;
}
.c-hero__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-hero__background--layer::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 87, 145, 0.65);
  z-index: 1;
}
.c-hero__grasshopper {
  position: absolute;
  right: 0;
}
.c-hero svg {
  position: relative;
  z-index: 1;
}

.c-historyback {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: -0.7em;
}
.c-historyback--small {
  font-size: 0.625rem;
}
@media (min-width: 23.4375em) {
  .c-historyback--small {
    font-size: calc(0.625rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-historyback--small {
    font-size: 0.875rem;
  }
}
.c-historyback--big {
  font-size: 0.875rem;
}
@media (max-width: 42.49em) {
  .c-historyback--big span {
    display: none;
  }
}
.c-historyback--default {
  color: #003a63;
}
.c-historyback--default:hover svg, .c-historyback--default:focus-visible svg {
  color: #fff;
  background-color: #003a63;
}
.c-historyback--invert {
  color: #fff;
}
.c-historyback--invert:hover, .c-historyback--invert:focus-visible {
  color: #fff;
}
.c-historyback--invert:hover svg, .c-historyback--invert:focus-visible svg {
  background-color: #fff;
}
.l-page--club .c-historyback--invert:hover svg, .l-page--club .c-historyback--invert:focus-visible svg {
  color: #0071b9;
}
.l-page--gcz .c-historyback--invert:hover svg, .l-page--gcz .c-historyback--invert:focus-visible svg {
  color: #005791;
}
.l-page--section .c-historyback--invert:hover svg, .l-page--section .c-historyback--invert:focus-visible svg {
  color: #0071b9;
}
.c-historyback svg {
  flex-shrink: 0;
  width: 2.8em;
  height: 2.8em;
  padding: 0.7em;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.c-historyback span {
  padding-left: 0.6em;
}

.c-icon svg {
  max-width: 3.125rem;
  height: auto;
}
.c-icon * {
  transition: fill 0.3s ease-in-out;
}
.c-icon:hover * {
  fill: #ae9761;
}

.c-iframe--responsive {
  position: relative;
  padding-top: 56.25%;
}
.c-iframe--responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-images__items {
  display: flex;
  justify-content: center;
  margin: -0.9375rem;
}
@media (max-width: 42.49em) {
  .c-images__items {
    flex-wrap: wrap;
  }
}
.c-images__item {
  padding: 0.9375rem;
}
@media (max-width: 42.49em) {
  .c-images__item {
    width: 100%;
  }
}
@media (min-width: 42.5em) {
  .c-images--1-2 .c-images__item {
    width: 50%;
  }
}
@media (min-width: 42.5em) {
  .c-images--1-3 .c-images__item {
    width: 33.3333333333%;
  }
}

.c-label {
  display: flex;
}
.c-label--small {
  font-size: 0.75rem;
}
.c-label--default {
  font-size: 0.625rem;
}
@media (min-width: 23.4375em) {
  .c-label--default {
    font-size: calc(0.625rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-label--default {
    font-size: 0.875rem;
  }
}
.c-label--eye, .c-label--lightning {
  font-size: 12px;
  align-items: flex-start;
}
.c-label--eye::before, .c-label--lightning::before {
  content: "";
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  margin-right: 0.4em;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.l-page--club .c-label--eye::before, .l-page--club .c-label--lightning::before {
  background-color: var(--text-color, #003a63);
}
.l-page--gcz .c-label--eye::before, .l-page--gcz .c-label--lightning::before {
  background-color: var(--text-color, #003a63);
}
.l-page--section .c-label--eye::before, .l-page--section .c-label--lightning::before {
  background-color: var(--text-color, #003a63);
}
.c-label--eye::before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2.667C2.667 2.667.667 8 .667 8s2 5.333 7.333 5.333S15.333 8 15.333 8s-2-5.333-7.333-5.333zm0 2a3.334 3.334 0 1 1 0 6.667 3.334 3.334 0 0 1 0-6.667zM8 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4z' fill='%238a8a8a' fill-opacity='0.75'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2.667C2.667 2.667.667 8 .667 8s2 5.333 7.333 5.333S15.333 8 15.333 8s-2-5.333-7.333-5.333zm0 2a3.334 3.334 0 1 1 0 6.667 3.334 3.334 0 0 1 0-6.667zM8 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4z' fill='%238a8a8a' fill-opacity='0.75'/%3E%3C/svg%3E");
}
.c-label--lightning::before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.667.667L4 9.333h4v6l4.667-8.666h-4v-6z' fill='%238a8a8a' fill-opacity='0.75'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.667.667L4 9.333h4v6l4.667-8.666h-4v-6z' fill='%238a8a8a' fill-opacity='0.75'/%3E%3C/svg%3E");
}
.c-label--live {
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  border-radius: 0.3125rem;
  background-color: #4FB72F;
  -webkit-animation: pulse-label-live 2s infinite;
          animation: pulse-label-live 2s infinite;
}
.c-label--live span {
  line-height: 1;
}
.c-label--live span:nth-child(1) {
  display: inline-flex;
  align-items: center;
  padding: 0.85em 1em;
  font-size: 0.75rem;
}
.c-label--live span:nth-child(1)::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  margin-top: -0.1em;
  margin-right: 0.3em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.c-label--live span:nth-child(2) {
  padding: 0.5em;
  font-size: 1rem;
  background-color: #48AA29;
}

@-webkit-keyframes pulse-label-live {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--button-background-color-rgb, 79, 183, 47), 0.7);
  }
  50% {
    box-shadow: 0 0 0 0.9em rgba(var(--button-background-color-rgb, 79, 183, 47), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--button-background-color-rgb, 79, 183, 47), 0);
  }
}

@keyframes pulse-label-live {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--button-background-color-rgb, 79, 183, 47), 0.7);
  }
  50% {
    box-shadow: 0 0 0 0.9em rgba(var(--button-background-color-rgb, 79, 183, 47), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--button-background-color-rgb, 79, 183, 47), 0);
  }
}
.c-link {
  display: inline-flex;
  color: inherit;
  line-height: 1;
}
.l-page--club .c-link {
  margin-bottom: 0;
  padding-bottom: 0;
  background-image: linear-gradient(var(--link-border-invert-color, #0071b9), var(--link-border-invert-color, #0071b9));
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.l-page--club .c-link {
  margin: -0.25rem 0;
  padding: 0.25rem 0;
  text-decoration: none;
  background-image: linear-gradient(var(--link-border-invert-color, #0071b9), var(--link-border-invert-color, #0071b9));
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-size 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-page--club .c-link:hover {
  margin: -0.25rem;
  padding: 0.25rem;
  color: #fff;
  background-size: 100% 100%;
}
.l-page--club .c-link:focus-visible {
  margin: -0.25rem;
  padding: 0.25rem;
  color: #fff;
  background-size: 100% 100%;
}
.l-page--gcz .c-link {
  margin-bottom: 0;
  padding-bottom: 0;
  background-image: linear-gradient(var(--link-border-invert-color, #ae9761), var(--link-border-invert-color, #ae9761));
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.l-page--gcz .c-link {
  margin: -0.25rem 0;
  padding: 0.25rem 0;
  text-decoration: none;
  background-image: linear-gradient(var(--link-border-invert-color, #ae9761), var(--link-border-invert-color, #ae9761));
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-size 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-page--gcz .c-link:hover {
  margin: -0.25rem;
  padding: 0.25rem;
  color: #fff;
  background-size: 100% 100%;
}
.l-page--gcz .c-link:focus-visible {
  margin: -0.25rem;
  padding: 0.25rem;
  color: #fff;
  background-size: 100% 100%;
}
.l-page--section .c-link {
  margin-bottom: 0;
  padding-bottom: 0;
  background-image: linear-gradient(var(--link-border-invert-color, #0071b9), var(--link-border-invert-color, #0071b9));
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.l-page--section .c-link {
  margin: -0.25rem 0;
  padding: 0.25rem 0;
  text-decoration: none;
  background-image: linear-gradient(var(--link-border-invert-color, #0071b9), var(--link-border-invert-color, #0071b9));
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-size 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-page--section .c-link:hover {
  margin: -0.25rem;
  padding: 0.25rem;
  color: #fff;
  background-size: 100% 100%;
}
.l-page--section .c-link:focus-visible {
  margin: -0.25rem;
  padding: 0.25rem;
  color: #fff;
  background-size: 100% 100%;
}
.c-link::after {
  content: "";
  display: block;
  width: 0.8125rem;
  height: 0.8125rem;
  margin-top: 0.25rem;
  margin-left: 0.75rem;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.694' height='14.109' viewBox='0 0 13.694 14.109'%3E%3Cg transform='translate(0.5 0.707)'%3E%3Cpath d='M7.5,18H20.194' transform='translate(-7.5 -11.653)' fill='none' stroke='%238a8a8a' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath d='M7.5,20.194l6.347-6.347L7.5,7.5' transform='translate(-1.153 -7.5)' fill='none' stroke='%238a8a8a' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.694' height='14.109' viewBox='0 0 13.694 14.109'%3E%3Cg transform='translate(0.5 0.707)'%3E%3Cpath d='M7.5,18H20.194' transform='translate(-7.5 -11.653)' fill='none' stroke='%238a8a8a' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath d='M7.5,20.194l6.347-6.347L7.5,7.5' transform='translate(-1.153 -7.5)' fill='none' stroke='%238a8a8a' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: all 0.3s ease-in-out;
}
.l-page--club .c-link::after {
  background-color: var(--text-color, #003a63);
}
.l-page--gcz .c-link::after {
  background-color: var(--text-color, #003a63);
}
.l-page--section .c-link::after {
  background-color: var(--text-color, #003a63);
}
.l-page--club .c-link:hover, .l-page--club .c-link:focus-visible {
  color: var(--link-hover-invert-color, #fff);
}
.l-page--club .c-link:hover::after, .l-page--club .c-link:focus-visible::after {
  background-color: var(--link-hover-invert-color, #fff);
}
.l-page--gcz .c-link:hover, .l-page--gcz .c-link:focus-visible {
  color: var(--link-hover-invert-color, #fff);
}
.l-page--gcz .c-link:hover::after, .l-page--gcz .c-link:focus-visible::after {
  background-color: var(--link-hover-invert-color, #fff);
}
.l-page--section .c-link:hover, .l-page--section .c-link:focus-visible {
  color: var(--link-hover-invert-color, #fff);
}
.l-page--section .c-link:hover::after, .l-page--section .c-link:focus-visible::after {
  background-color: var(--link-hover-invert-color, #fff);
}
.c-link--external::after {
  transform: rotate(315deg);
}
.c-link--download::after {
  transform: rotate(90deg);
}

.c-list-event {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}
.c-list-event__item:not(:last-child) {
  padding-bottom: 2.5rem;
}
.l-page--club .c-list-event__item:not(:last-child) {
  border-bottom: 1px solid #0071b9;
}
.l-page--gcz .c-list-event__item:not(:last-child) {
  border-bottom: 1px solid #005791;
}
.l-page--section .c-list-event__item:not(:last-child) {
  border-bottom: 1px solid #0071b9;
}
.c-list-event__link {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.625rem;
}

.c-list-link--small {
  font-size: 0.75rem;
}
@media (min-width: 23.4375em) {
  .c-list-link--small {
    font-size: calc(0.75rem + 0.125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-list-link--small {
    font-size: 0.875rem;
  }
}

.c-login {
  font-size: 0.6875rem;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (min-width: 23.4375em) {
  .c-login {
    font-size: calc(0.6875rem + 0.1875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-login {
    font-size: 0.875rem;
  }
}
.c-login:hover, .c-login:focus-visible {
  opacity: 0.6;
}
.c-login img,
.c-login svg {
  max-height: 0.9375rem;
  height: 100%;
  width: auto;
  margin-right: 0.75em;
}
@media (min-width: 23.4375em) {
  .c-login img,
.c-login svg {
    max-height: calc(0.9375rem + 0.1875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-login img,
.c-login svg {
    max-height: 1.125rem;
  }
}
@media (max-width: 42.49em) {
  .c-login img,
.c-login svg {
    display: none;
  }
}

.c-logo {
  display: inline-block;
}
.c-logo:not(.c-logo--footer) {
  position: relative;
  z-index: 9;
}
.c-logo--header img,
.c-logo--header svg, .c-logo--footer img,
.c-logo--footer svg {
  width: auto;
}

.c-matchcenter-box-goal {
  min-height: 12.5rem;
  position: relative;
  display: flex;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-box-goal {
    min-height: calc(12.5rem + 13.75 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-box-goal {
    min-height: 26.25rem;
  }
}
.c-matchcenter-box-goal::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 50%;
  height: 100%;
}
.l-page--club .c-matchcenter-box-goal::after {
  background-color: #0071b9;
}
.l-page--gcz .c-matchcenter-box-goal::after {
  background-color: #005791;
}
.l-page--section .c-matchcenter-box-goal::after {
  background-color: #0071b9;
}
.c-matchcenter-box-goal__info {
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-box-goal__info {
    padding: calc(1rem + 1 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-box-goal__info {
    padding: 2rem;
  }
}
.c-matchcenter-box-goal__result {
  font-size: 2.25rem;
  margin: 0;
  line-height: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-box-goal__result {
    font-size: calc(2.25rem + 3.6875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-box-goal__result {
    font-size: 5.9375rem;
  }
}
.l-page--club .c-matchcenter-box-goal__result {
  text-shadow: 0 0 0.9375rem #0071b9;
}
.l-page--gcz .c-matchcenter-box-goal__result {
  text-shadow: 0 0 0.9375rem #005791;
}
.l-page--section .c-matchcenter-box-goal__result {
  text-shadow: 0 0 0.9375rem #0071b9;
}
.c-matchcenter-box-goal__name {
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.05;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-box-goal__name {
    font-size: calc(0.875rem + 1 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-box-goal__name {
    font-size: 1.875rem;
  }
}
.l-page--club .c-matchcenter-box-goal__name {
  text-shadow: 0 0 0.9375rem #0071b9;
}
.l-page--gcz .c-matchcenter-box-goal__name {
  text-shadow: 0 0 0.9375rem #005791;
}
.l-page--section .c-matchcenter-box-goal__name {
  text-shadow: 0 0 0.9375rem #0071b9;
}
.c-matchcenter-box-goal__portrait {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.c-matchcenter-box-goal__portrait img {
  height: 10.5rem;
  width: auto;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-box-goal__portrait img {
    height: calc(10.5rem + 14.5 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-box-goal__portrait img {
    height: 25rem;
  }
}
.c-matchcenter-box-goal__sponsor {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
@media (max-width: 59.99em) {
  .c-matchcenter-box-goal__sponsor {
    margin-top: 1rem;
  }
}
@media (min-width: 60em) {
  .c-matchcenter-box-goal__sponsor {
    justify-content: flex-end;
  }
}

.c-matchcenter-box-player {
  position: relative;
}
.c-matchcenter-box-player__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.c-matchcenter-box-player__background img,
.c-matchcenter-box-player__background svg {
  position: absolute;
  right: 0;
}
.c-matchcenter-box-player__inner {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0.875rem;
  padding-left: 0.875rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-box-player__inner {
    padding-top: calc(1rem + 1.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-box-player__inner {
    padding-top: 2.25rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-box-player__inner {
    padding-bottom: calc(1rem + 1.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-box-player__inner {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-box-player__inner {
    padding-right: calc(0.875rem + 1.875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-box-player__inner {
    padding-right: 2.75rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-box-player__inner {
    padding-left: calc(0.875rem + 1.875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-box-player__inner {
    padding-left: 2.75rem;
  }
}
.c-matchcenter-box-player__logo {
  flex-basis: 4.5rem;
  margin-right: 0.875rem;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-box-player__logo {
    flex-basis: calc(4.5rem + 6.875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-box-player__logo {
    flex-basis: 11.375rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-box-player__logo {
    margin-right: calc(0.875rem + 1.875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-box-player__logo {
    margin-right: 2.75rem;
  }
}
.c-matchcenter-box-player__logo--small img,
.c-matchcenter-box-player__logo--small svg {
  width: 2.75rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-box-player__logo--small img,
.c-matchcenter-box-player__logo--small svg {
    width: calc(2.75rem + 3.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-box-player__logo--small img,
.c-matchcenter-box-player__logo--small svg {
    width: 6rem;
  }
}
.c-matchcenter-box-player__circle {
  width: 4.375rem;
  height: 4.375rem;
  overflow: hidden;
  border-radius: 50%;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-box-player__circle {
    width: calc(4.375rem + 5.375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-box-player__circle {
    width: 9.75rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-box-player__circle {
    height: calc(4.375rem + 5.375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-box-player__circle {
    height: 9.75rem;
  }
}
.c-matchcenter-box-player__club {
  margin-right: -2.0625rem;
  margin-bottom: 0.1875rem;
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translateX(50%);
}
@media (min-width: 23.4375em) {
  .c-matchcenter-box-player__club {
    margin-right: calc(-2.0625rem + -2.3125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-box-player__club {
    margin-right: -4.375rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-box-player__club {
    margin-bottom: calc(0.1875rem + 0.1875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-box-player__club {
    margin-bottom: 0.375rem;
  }
}
.c-matchcenter-box-player__club img,
.c-matchcenter-box-player__club svg {
  width: 1.625rem;
  height: auto;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-box-player__club img,
.c-matchcenter-box-player__club svg {
    width: calc(1.625rem + 2 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-box-player__club img,
.c-matchcenter-box-player__club svg {
    width: 3.625rem;
  }
}
.c-matchcenter-box-player__title {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-box-player__title {
    font-size: calc(0.875rem + 1 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-box-player__title {
    font-size: 1.875rem;
  }
}
.c-matchcenter-box-player__name {
  margin-right: 0.875rem;
  margin-left: 0.4em;
  font-weight: 400;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-box-player__name {
    margin-right: calc(0.875rem + 1.875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-box-player__name {
    margin-right: 2.75rem;
  }
}
.c-matchcenter-box-player__number {
  width: 0.875rem;
  height: 0.625rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-box-player__number {
    width: calc(0.875rem + 0.875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-box-player__number {
    width: 1.75rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-box-player__number {
    height: calc(0.625rem + 0.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-box-player__number {
    height: 1.25rem;
  }
}
.c-matchcenter-box-player__number--in {
  background-image: url("../Images/icons/matchcenter/matchcenter-substitution-in.svg");
}
.c-matchcenter-box-player__number--out {
  background-image: url("../Images/icons/matchcenter/matchcenter-substitution-out.svg");
}

.c-matchcenter-club {
  display: flex;
  align-items: center;
}
.c-matchcenter-club strong {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-club strong {
    padding-right: calc(0.9375rem + 0.9375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-club strong {
    padding-right: 1.875rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-club strong {
    padding-left: calc(0.9375rem + 0.9375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-club strong {
    padding-left: 1.875rem;
  }
}
.c-matchcenter-club--reverse {
  justify-content: flex-end;
  text-align: right;
}
.c-matchcenter-club--reverse img {
  order: 2;
}
.c-matchcenter-club img {
  width: 3.125rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-club img {
    width: calc(3.125rem + 0.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-club img {
    width: 3.75rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-club img {
    margin-bottom: calc(0.625rem + 0.3125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-club img {
    margin-bottom: 0.9375rem;
  }
}
.c-matchcenter-playground .c-matchcenter-club {
  margin-bottom: 0.3125rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-playground .c-matchcenter-club {
    margin-bottom: calc(0.3125rem + 0.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-playground .c-matchcenter-club {
    margin-bottom: 0.9375rem;
  }
}

.c-matchcenter-group {
  margin-bottom: 2.1875rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-group {
    margin-bottom: calc(2.1875rem + 4.0625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-group {
    margin-bottom: 6.25rem;
  }
}
.c-matchcenter-group h2 {
  font-size: 0.8125rem;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  color: #fff;
  border-radius: 0.3125rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-group h2 {
    font-size: calc(0.8125rem + 0.4375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-group h2 {
    font-size: 1.25rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-group h2 {
    padding-top: calc(0.5rem + 0.125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-group h2 {
    padding-top: 0.625rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-group h2 {
    padding-right: calc(0.5rem + 0.4375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-group h2 {
    padding-right: 0.9375rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-group h2 {
    padding-bottom: calc(0.5rem + 0.125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-group h2 {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-group h2 {
    padding-left: calc(0.5rem + 0.4375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-group h2 {
    padding-left: 0.9375rem;
  }
}
.l-page--club .c-matchcenter-group h2 {
  background-color: #0071b9;
}
.l-page--gcz .c-matchcenter-group h2 {
  background-color: #005791;
}
.l-page--section .c-matchcenter-group h2 {
  background-color: #0071b9;
}

.c-matchcenter-hero {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-matchcenter-hero__back-link, .c-matchcenter-hero__sponsor {
  flex: 1 0 100%;
}
.c-matchcenter-hero__back-link {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 59.99em) {
  .c-matchcenter-hero__back-link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
@media (min-width: 60em) {
  .c-matchcenter-hero__back-link {
    padding-left: 5.625rem;
    transform: translateY(100%);
  }
}
.c-matchcenter-hero__header {
  font-size: 0.75rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.875rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-hero__header {
    font-size: calc(0.75rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-hero__header {
    font-size: 1rem;
  }
}
@media (max-width: 59.99em) {
  .c-matchcenter-hero__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.375rem;
  }
  .c-matchcenter-hero__header > * {
    text-align: center;
  }
}
@media (min-width: 60em) {
  .c-matchcenter-hero__header {
    padding: 0 3.125rem;
  }
  .c-matchcenter-hero__header > * {
    text-align: center;
  }
}
.c-matchcenter-hero__main {
  display: grid;
  border-radius: 0.3125rem;
}
@media (max-width: 59.99em) {
  .c-matchcenter-hero__main {
    grid-template-columns: 1fr 1.5fr 1fr;
  }
}
@media (min-width: 60em) {
  .c-matchcenter-hero__main {
    grid-template-columns: 1.5fr 1fr 1.5fr;
  }
}
.c-matchcenter-hero--live .c-matchcenter-hero__main {
  grid-column-gap: 1.875rem;
}
@media (max-width: 59.99em) {
  .c-matchcenter-hero--live .c-matchcenter-hero__main {
    grid-row-gap: 1.875rem;
  }
}
@media (min-width: 60em) {
  .c-matchcenter-hero--live .c-matchcenter-hero__main {
    grid-row-gap: 0.625rem;
  }
}
.c-matchcenter-hero__sponsor {
  display: flex;
}
@media (max-width: 59.99em) {
  .c-matchcenter-hero__sponsor {
    justify-content: center;
  }
}
@media (min-width: 60em) {
  .c-matchcenter-hero__sponsor {
    justify-content: flex-end;
    align-items: flex-end;
  }
  .c-matchcenter-hero--live .c-matchcenter-hero__sponsor {
    margin-bottom: -100%;
    transform: translateY(-100%);
  }
}
.c-matchcenter-hero__title {
  padding-top: 0.625rem;
}
.c-matchcenter-hero__live {
  display: flex;
  justify-content: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  margin-top: 0.625rem;
}
.c-matchcenter-hero__home-team, .c-matchcenter-hero__guest-team {
  display: flex;
  align-items: center;
  row-gap: 0.9375rem;
  justify-content: flex-start;
}
@media (max-width: 59.99em) {
  .c-matchcenter-hero__home-team, .c-matchcenter-hero__guest-team {
    flex-direction: column;
  }
}
.c-matchcenter-hero__home-team {
  justify-content: end;
}
.c-matchcenter-hero__home-team .c-matchcenter-hero__name {
  order: 1;
}
@media (min-width: 60em) {
  .c-matchcenter-hero__home-team .c-matchcenter-hero__name {
    order: -1;
  }
}
.c-matchcenter-hero__icon {
  width: 4rem;
  height: 4rem;
  padding: 0.3125rem;
  flex-shrink: 1;
  display: inline-flex;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-hero__icon {
    width: calc(4rem + 2.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-hero__icon {
    width: 6.25rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-hero__icon {
    height: calc(4rem + 2.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-hero__icon {
    height: 6.25rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-hero__icon {
    padding: calc(0.3125rem + 0.3125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-hero__icon {
    padding: 0.625rem;
  }
}
.l-page:not(.l-page--gcz) .c-matchcenter-hero__icon {
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 1.5625rem;
  background-color: #fff;
  border-radius: 0.3125rem;
}
@media (min-width: 23.4375em) {
  .l-page:not(.l-page--gcz) .c-matchcenter-hero__icon {
    width: calc(3.125rem + 1.875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .l-page:not(.l-page--gcz) .c-matchcenter-hero__icon {
    width: 5rem;
  }
}
@media (min-width: 23.4375em) {
  .l-page:not(.l-page--gcz) .c-matchcenter-hero__icon {
    height: calc(3.125rem + 1.875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .l-page:not(.l-page--gcz) .c-matchcenter-hero__icon {
    height: 5rem;
  }
}
.c-matchcenter-hero__name {
  font-size: 0.875rem;
  margin: 0;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-hero__name {
    font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-hero__name {
    font-size: 1.125rem;
  }
}
.l-page:not(.l-page--gcz) .c-matchcenter-hero__name {
  max-width: 13.125rem;
}
.l-page:not(.l-page--gcz) .c-matchcenter-hero__home-team .c-matchcenter-hero__name {
  text-align: right;
}
@media (min-width: 60em) {
  .l-page--gcz .c-matchcenter-hero__name {
    margin-top: 1.5625rem;
  }
}
.c-matchcenter-hero__state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (min-width: 60em) {
  .l-page--gcz .c-matchcenter-hero__state {
    margin-top: 1.125rem;
  }
}
.c-matchcenter-hero__state img,
.c-matchcenter-hero__state svg {
  height: 0.25rem;
  width: auto;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-hero__state img,
.c-matchcenter-hero__state svg {
    height: calc(0.25rem + 0.125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-hero__state img,
.c-matchcenter-hero__state svg {
    height: 0.375rem;
  }
}
.c-matchcenter-hero__score {
  font-size: 2.125rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  line-height: 1;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-hero__score {
    font-size: calc(2.125rem + 1.3125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-hero__score {
    font-size: 3.4375rem;
  }
}
@media (max-width: 59.99em) {
  .c-matchcenter-hero__score {
    grid-column-gap: 1.25rem;
  }
}
@media (min-width: 60em) {
  .c-matchcenter-hero__score {
    grid-column-gap: 1.875rem;
  }
}
.c-matchcenter-hero__score-halftime {
  text-align: center;
}
.c-matchcenter-hero__goal-list {
  grid-column: 1/4;
  display: flex;
  flex-direction: column;
  row-gap: 0.3125rem;
  margin-top: 1.25rem;
}
.c-matchcenter-hero__goal-content {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-column-gap: 0.9375rem;
}
.c-matchcenter-hero__goal-info {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.c-matchcenter-hero__goal-item--home .c-matchcenter-hero__goal-info {
  justify-content: flex-end;
}
.c-matchcenter-hero__goal-name, .c-matchcenter-hero__goal-time {
  font-size: 0.75rem;
}
.c-matchcenter-hero__goal-item--home .c-matchcenter-hero__goal-name {
  text-align: right;
}
.c-matchcenter-hero__goal-item--guest .c-matchcenter-hero__goal-name {
  text-align: left;
}
.c-matchcenter-hero__goal-item--guest .c-matchcenter-hero__goal-time {
  order: -1;
}
.c-matchcenter-hero__goal-icon {
  display: inline-flex;
  margin-top: 0.125rem;
}
.c-matchcenter-hero__goal-item--guest .c-matchcenter-hero__goal-icon {
  grid-column: 2/3;
  order: -1;
}
.c-matchcenter-hero__goal-icon img,
.c-matchcenter-hero__goal-icon svg {
  width: 0.75rem;
  height: 0.75rem;
}

.c-matchcenter-item {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #ccdde9;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-item {
    padding-top: calc(1.5625rem + 0.9375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-item {
    padding-top: 2.5rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-item {
    padding-bottom: calc(1.5625rem + 0.9375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-item {
    padding-bottom: 2.5rem;
  }
}
.c-matchcenter-item__row {
  position: relative;
  display: grid;
  grid-column-gap: 0.9375rem;
  grid-template-columns: minmax(auto, 1fr) 6.25rem minmax(auto, 1fr);
  align-items: center;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c-matchcenter-item__row:hover, .c-matchcenter-item__row:focus-within {
  opacity: 0.6;
}
@media (min-width: 42.5em) {
  .c-matchcenter-item__row {
    grid-template-columns: minmax(auto, 1fr) 2fr 9.375rem 2fr minmax(auto, 1fr);
  }
}
@media (min-width: 60em) {
  .c-matchcenter-item__row {
    grid-template-columns: minmax(auto, 1fr) 2fr minmax(auto, 12rem) 2fr minmax(auto, 1fr);
  }
}
@media (max-width: 42.49em) {
  .c-matchcenter-item__date-time {
    grid-column: 1/4;
    text-align: center;
  }
}
.c-matchcenter-item__date-time strong, .c-matchcenter-item__date-time span {
  font-size: 0.75rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-item__date-time strong, .c-matchcenter-item__date-time span {
    font-size: calc(0.75rem + 0.125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-item__date-time strong, .c-matchcenter-item__date-time span {
    font-size: 0.875rem;
  }
}
@media (min-width: 60em) {
  .c-matchcenter-item__date-time strong, .c-matchcenter-item__date-time span {
    display: block;
  }
}
.c-matchcenter-item__state {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-matchcenter-item__state svg {
  width: 1.25rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-item__state svg {
    width: calc(1.25rem + 1.875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-item__state svg {
    width: 3.125rem;
  }
}
.c-matchcenter-item__score {
  line-height: 1;
}
.c-matchcenter-item__score strong:first-child,
.c-matchcenter-item__score span:first-child {
  text-align: right;
}
.c-matchcenter-item__score strong:not(:first-child):not(:last-child),
.c-matchcenter-item__score span:not(:first-child):not(:last-child) {
  padding: 0 0.25rem;
}
.c-matchcenter-item__score--end-result {
  font-size: 1.75rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-item__score--end-result {
    font-size: calc(1.75rem + 0.5625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-item__score--end-result {
    font-size: 2.3125rem;
  }
}
.c-matchcenter-item__score--interim-result {
  font-size: 0.625rem;
  color: #b2c3d0;
  text-align: center;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-item__score--interim-result {
    font-size: calc(0.625rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-item__score--interim-result {
    font-size: 0.875rem;
  }
}
.c-matchcenter-item__info {
  font-size: 0.75rem;
  padding: 0.3125rem;
  text-transform: uppercase;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-item__info {
    font-size: calc(0.75rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-item__info {
    font-size: 1rem;
  }
}
.l-page--club .c-matchcenter-item__info {
  color: #ffd400;
}
.l-page--gcz .c-matchcenter-item__info {
  color: #ae9761;
}
.l-page--section .c-matchcenter-item__info {
  color: #ffd400;
}
.c-matchcenter-item__competition {
  color: #b2c3d0;
}
@media (max-width: 42.49em) {
  .c-matchcenter-item__competition {
    grid-column: 1/4;
    grid-row: 2/3;
    margin-bottom: 0.9375rem;
    text-align: center;
  }
}
@media (min-width: 42.5em) {
  .c-matchcenter-item__competition {
    display: flex;
    justify-content: flex-end;
  }
  .c-matchcenter-item__competition > div {
    width: 100%;
  }
}
.c-matchcenter-item__competition span {
  font-size: 0.75rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-item__competition span {
    font-size: calc(0.75rem + 0.125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-item__competition span {
    font-size: 0.875rem;
  }
}
@media (min-width: 60em) {
  .c-matchcenter-item__competition span {
    display: block;
  }
}
.c-matchcenter-item__cta {
  display: flex;
  justify-content: center;
}

.c-matchcenter-lineup__header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #ccdde9;
}
.c-matchcenter-lineup__header button {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-lineup__header button {
    padding-right: calc(1.875rem + 2.4375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-lineup__header button {
    padding-right: 4.3125rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-lineup__header button {
    padding-left: calc(1.875rem + 2.4375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-lineup__header button {
    padding-left: 4.3125rem;
  }
}
.c-matchcenter-lineup__header button:not(:first-child) {
  border-left: 1px solid #ccdde9;
}
.c-matchcenter-lineup__header button img {
  width: 1.875rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-lineup__header button img {
    width: calc(1.875rem + 1.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-lineup__header button img {
    width: 3.125rem;
  }
}
@media (max-width: 59.99em) {
  .c-matchcenter-lineup__header button {
    transition: opacity 0.3s ease-in-out;
  }
  .c-matchcenter-lineup__header button:not(.is-active) img {
    opacity: 0.15;
  }
}
@media (min-width: 60em) {
  .c-matchcenter-lineup__header button {
    pointer-events: none;
  }
}
@media (max-width: 59.99em) {
  .c-matchcenter-lineup .l-row .l-col:not(.is-toggled) {
    display: none;
  }
}
.c-matchcenter-lineup__item {
  padding-top: 1.0625rem;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  border-bottom: 1px solid #ccdde9;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-lineup__item {
    padding-top: calc(1.0625rem + 0.3125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-lineup__item {
    padding-top: 1.375rem;
  }
}
.c-matchcenter-lineup__item--border-top:first-child {
  border-top: 1px solid #ccdde9;
}
@media (min-width: 60em) {
  .c-matchcenter-lineup__item {
    min-height: 6.3125rem;
  }
}
.c-matchcenter-lineup__item span {
  font-size: 0.75rem;
  width: 1.5rem;
  flex-grow: 0;
  flex-shrink: 0;
  line-height: 1;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-lineup__item span {
    font-size: calc(0.75rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-lineup__item span {
    font-size: 1rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-lineup__item span {
    width: calc(1.5rem + 0.75 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-lineup__item span {
    width: 2.25rem;
  }
}
.c-matchcenter-lineup__item > img, .c-matchcenter-lineup__item > svg {
  height: 4.1875rem;
  margin-right: 1.3125rem;
  margin-left: 0.875rem;
  flex-shrink: 0;
  flex-grow: 0;
  width: auto;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-lineup__item > img, .c-matchcenter-lineup__item > svg {
    height: calc(4.1875rem + 1 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-lineup__item > img, .c-matchcenter-lineup__item > svg {
    height: 5.1875rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-lineup__item > img, .c-matchcenter-lineup__item > svg {
    margin-right: calc(1.3125rem + 0.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-lineup__item > img, .c-matchcenter-lineup__item > svg {
    margin-right: 1.9375rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-lineup__item > img, .c-matchcenter-lineup__item > svg {
    margin-left: calc(0.875rem + 0.6875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-lineup__item > img, .c-matchcenter-lineup__item > svg {
    margin-left: 1.5625rem;
  }
}
.c-matchcenter-lineup__item > p {
  font-size: 0.875rem;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-lineup__item > p {
    font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-lineup__item > p {
    font-size: 1.125rem;
  }
}
.c-matchcenter-lineup__item > *:not(img):not(svg):not(.u-cover-object) {
  padding-bottom: 0.9375rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-lineup__item > *:not(img):not(svg):not(.u-cover-object) {
    padding-bottom: calc(0.9375rem + 0.3125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-lineup__item > *:not(img):not(svg):not(.u-cover-object) {
    padding-bottom: 1.25rem;
  }
}
.c-matchcenter-lineup__item-actions {
  margin-top: -0.4375rem;
  gap: 0.3125rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-lineup__item-actions {
    margin-top: calc(-0.4375rem + -0.1875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-lineup__item-actions {
    margin-top: -0.625rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-lineup__item-actions {
    gap: calc(0.3125rem + 0.3125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-lineup__item-actions {
    gap: 0.625rem;
  }
}
.c-matchcenter-lineup__item-actions > strong {
  font-size: 0.75rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-lineup__item-actions > strong {
    font-size: calc(0.75rem + 0.125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-lineup__item-actions > strong {
    font-size: 0.875rem;
  }
}
.c-matchcenter-lineup__item-action {
  display: inline-flex;
  align-items: center;
}

.c-matchcenter-playground__field {
  position: relative;
  display: grid;
  width: 100%;
  margin-top: 1.4375rem;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, 1fr);
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 1.4375rem;
}
@media (min-width: 60em) {
  .c-matchcenter-playground__field {
    width: 60%;
    order: 3;
    margin-top: -25rem;
    margin-bottom: -25rem;
    transform: rotate(-90deg) scale(0.75) translateY(20%);
  }
}
@media (min-width: 72.5em) {
  .c-matchcenter-playground__field {
    margin-top: -28.125rem;
    margin-bottom: -28.125rem;
    transform: rotate(-90deg) scale(0.77) translateY(20%);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-playground__field {
    transform: rotate(-90deg) scale(0.78) translateY(20%);
  }
}
@media (min-width: 78.125em) {
  .c-matchcenter-playground__field {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
    transform: rotate(-90deg) scale(0.82) translateY(20%);
  }
}
@media (min-width: 81.25em) {
  .c-matchcenter-playground__field {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
    transform: rotate(-90deg) scale(0.84) translateY(20%);
  }
}
@media (min-width: 84.375em) {
  .c-matchcenter-playground__field {
    margin-top: -25rem;
    margin-bottom: -25rem;
    transform: rotate(-90deg) scale(0.86) translateY(20%);
  }
}
@media (min-width: 88.75em) {
  .c-matchcenter-playground__field {
    margin-top: -21.875rem;
    margin-bottom: -21.875rem;
    transform: rotate(-90deg) scale(0.9) translateY(20%);
  }
}
.c-matchcenter-playground__field::before, .c-matchcenter-playground__field::after {
  width: 8rem;
  height: 3.1875rem;
  position: absolute;
  left: 50%;
  content: "";
  display: block;
  border: 0.25rem solid #fff;
  transform: translateX(-50%);
}
@media (min-width: 20em) {
  .c-matchcenter-playground__field::before, .c-matchcenter-playground__field::after {
    width: calc(8rem + 6.6875 * (100vw - 20rem) / 40);
  }
}
@media (min-width: 60em) {
  .c-matchcenter-playground__field::before, .c-matchcenter-playground__field::after {
    width: 14.6875rem;
  }
}
@media (min-width: 20em) {
  .c-matchcenter-playground__field::before, .c-matchcenter-playground__field::after {
    height: calc(3.1875rem + 5.375 * (100vw - 20rem) / 40);
  }
}
@media (min-width: 60em) {
  .c-matchcenter-playground__field::before, .c-matchcenter-playground__field::after {
    height: 8.5625rem;
  }
}
.c-matchcenter-playground__field::before {
  top: 0;
}
.c-matchcenter-playground__field::after {
  bottom: 0;
}
.c-matchcenter-playground__field-half-of-place {
  display: grid;
  grid-template-columns: repeat(5, 20%);
  border: 0.25rem solid #fff;
}
.c-matchcenter-playground__field-half-of-place--home {
  padding-bottom: 1.875rem;
  border-bottom-width: 0.125rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-playground__field-half-of-place--home {
    padding-bottom: calc(1.875rem + 1.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-playground__field-half-of-place--home {
    padding-bottom: 3.125rem;
  }
}
.c-matchcenter-playground__field-half-of-place--home::after {
  width: 4.4375rem;
  height: 4.4375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  border: 4px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 23.4375em) {
  .c-matchcenter-playground__field-half-of-place--home::after {
    width: calc(4.4375rem + 6.375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-playground__field-half-of-place--home::after {
    width: 10.8125rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-playground__field-half-of-place--home::after {
    height: calc(4.4375rem + 6.375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-playground__field-half-of-place--home::after {
    height: 10.8125rem;
  }
}
.c-matchcenter-playground__field-half-of-place--guest {
  padding-top: 1.875rem;
  border-top-width: 0.125rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-playground__field-half-of-place--guest {
    padding-top: calc(1.875rem + 1.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-playground__field-half-of-place--guest {
    padding-top: 3.125rem;
  }
}

.c-matchcenter-playground__player--1 {
  grid-row: 1;
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 1;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--1 {
  grid-row: 7;
}
.c-matchcenter-playground__player--2 {
  grid-row: 2;
  top: 25%;
  grid-column-start: 5;
  grid-column-end: 5;
  align-self: flex-end;
  padding-top: 15%;
  padding-bottom: 5px;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--2 {
  grid-row: 6;
  align-self: flex-start;
  grid-column-start: 1;
  grid-column-end: 1;
  padding-top: 5px;
  padding-bottom: 15%;
}
.c-matchcenter-playground__player--3 {
  grid-row: 2;
  grid-column-start: 4;
  grid-column-end: 4;
  padding-bottom: 15%;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--3 {
  grid-row: 6;
  grid-column-start: 2;
  grid-column-end: 2;
  padding-bottom: 0;
  padding-top: 15%;
}
.c-matchcenter-playground__player--4 {
  grid-row: 2;
  grid-column-start: 3;
  grid-column-end: 3;
  padding-bottom: 15%;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--4 {
  grid-row: 6;
  padding-bottom: 0;
  padding-top: 15%;
}
.c-matchcenter-playground__player--5 {
  grid-row: 2;
  grid-column-start: 2;
  grid-column-end: 2;
  padding-bottom: 15%;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--5 {
  grid-row: 6;
  grid-column-start: 4;
  grid-column-end: 4;
  padding-bottom: 0;
  padding-top: 15%;
}
.c-matchcenter-playground__player--6 {
  grid-row: 2;
  grid-column-start: 1;
  grid-column-end: 1;
  align-self: flex-end;
  padding-top: 15%;
  padding-bottom: 5px;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--6 {
  grid-row: 6;
  align-self: flex-start;
  grid-column-start: 5;
  grid-column-end: 5;
  padding-top: 5px;
  padding-bottom: 15%;
}
.c-matchcenter-playground__player--7 {
  grid-row: 3;
  grid-column-start: 5;
  grid-column-end: 5;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--7 {
  grid-row: 5;
  grid-column-start: 1;
  grid-column-end: 1;
}
.c-matchcenter-playground__player--8 {
  grid-row: 3;
  grid-column-start: 4;
  grid-column-end: 4;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--8 {
  grid-row: 5;
  grid-column-start: 2;
  grid-column-end: 2;
}
.c-matchcenter-playground__player--9 {
  grid-row: 3;
  grid-column-start: 3;
  grid-column-end: 3;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--9 {
  grid-row: 5;
}
.c-matchcenter-playground__player--10 {
  grid-row: 3;
  grid-column-start: 2;
  grid-column-end: 2;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--10 {
  grid-row: 5;
  grid-column-start: 4;
  grid-column-end: 4;
}
.c-matchcenter-playground__player--11 {
  grid-row: 3;
  grid-column-start: 1;
  grid-column-end: 1;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--11 {
  grid-row: 5;
  grid-column-start: 5;
  grid-column-end: 5;
}
.c-matchcenter-playground__player--12 {
  grid-row: 4;
  grid-column-start: 5;
  grid-column-end: 5;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--12 {
  grid-column-start: 1;
  grid-column-end: 1;
}
.c-matchcenter-playground__player--13 {
  grid-row: 4;
  grid-column-start: 4;
  grid-column-end: 4;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--13 {
  grid-column-start: 2;
  grid-column-end: 2;
}
.c-matchcenter-playground__player--14 {
  grid-row: 4;
  grid-column-start: 3;
  grid-column-end: 3;
}
.c-matchcenter-playground__player--15 {
  grid-row: 4;
  grid-column-start: 2;
  grid-column-end: 2;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--15 {
  grid-column-start: 4;
  grid-column-end: 4;
}
.c-matchcenter-playground__player--16 {
  grid-row: 4;
  grid-column-start: 1;
  grid-column-end: 1;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--16 {
  grid-column-start: 5;
  grid-column-end: 5;
}
.c-matchcenter-playground__player--17 {
  grid-row: 5;
  grid-column-start: 5;
  grid-column-end: 5;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--17 {
  grid-row: 3;
  grid-column-start: 1;
  grid-column-end: 1;
}
.c-matchcenter-playground__player--18 {
  grid-row: 5;
  grid-column-start: 4;
  grid-column-end: 4;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--18 {
  grid-row: 3;
  grid-column-start: 2;
  grid-column-end: 2;
}
.c-matchcenter-playground__player--19 {
  grid-row: 5;
  grid-column-start: 3;
  grid-column-end: 3;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--19 {
  grid-row: 3;
}
.c-matchcenter-playground__player--20 {
  grid-row: 5;
  grid-column-start: 2;
  grid-column-end: 2;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--20 {
  grid-row: 3;
  grid-column-start: 4;
  grid-column-end: 4;
}
.c-matchcenter-playground__player--21 {
  grid-row: 5;
  grid-column-start: 1;
  grid-column-end: 1;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--21 {
  grid-row: 3;
  grid-column-start: 5;
  grid-column-end: 5;
}
.c-matchcenter-playground__player--22 {
  grid-row: 6;
  grid-column-start: 3;
  grid-column-end: 3;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--22 {
  grid-row: 2;
}
.c-matchcenter-playground__player--23 {
  grid-row: 7;
  grid-column-start: 5;
  grid-column-end: 5;
  align-self: flex-start;
  margin-top: -25%;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--23 {
  grid-row: 1;
  grid-column-start: 1;
  grid-column-end: 1;
  align-self: flex-end;
  margin-bottom: -25%;
}
.c-matchcenter-playground__player--24 {
  grid-row: 7;
  grid-column-start: 4;
  grid-column-end: 4;
  margin-top: -10%;
  align-self: flex-start;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--24 {
  grid-row: 1;
  grid-column-start: 2;
  grid-column-end: 2;
  margin-bottom: -10%;
  align-self: flex-end;
}
.c-matchcenter-playground__player--25 {
  grid-row: 7;
  grid-column-start: 3;
  grid-column-end: 3;
  align-self: flex-end;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--25 {
  grid-row: 1;
  align-self: flex-start;
}
.c-matchcenter-playground__player--26 {
  grid-row: 7;
  grid-column-start: 2;
  grid-column-end: 2;
  margin-top: -10%;
  align-self: flex-start;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--26 {
  grid-row: 1;
  grid-column-start: 4;
  grid-column-end: 4;
  margin-bottom: -10%;
  align-self: flex-end;
}
.c-matchcenter-playground__player--27 {
  grid-row: 7;
  grid-column-start: 1;
  grid-column-end: 1;
  align-self: flex-start;
  margin-top: -25%;
}
.c-matchcenter-playground__field-half-of-place--guest .c-matchcenter-playground__player--27 {
  grid-row: 1;
  grid-column-start: 5;
  grid-column-end: 5;
  align-self: flex-end;
  margin-bottom: -25%;
}

.c-matchcenter-playground__player {
  height: 3.4375rem;
  font-size: 0.625rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-playground__player {
    height: calc(3.4375rem + 5.3125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-playground__player {
    height: 8.75rem;
  }
}
@media (min-width: 20em) {
  .c-matchcenter-playground__player {
    font-size: calc(0.625rem + 0.25 * (100vw - 20rem) / 40);
  }
}
@media (min-width: 60em) {
  .c-matchcenter-playground__player {
    font-size: 0.875rem;
  }
}
@media (max-width: 59.99em) {
  .c-matchcenter-playground__player {
    text-align: center;
  }
}
@media (min-width: 60em) {
  .c-matchcenter-playground__player {
    align-items: center;
    transform: rotate(90deg);
  }
}
.c-matchcenter-playground__player-number {
  font-size: 0.875rem;
  color: #aaaaaa;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-playground__player-number {
    font-size: calc(0.875rem + 1 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-playground__player-number {
    font-size: 1.875rem;
  }
}

.c-matchcenter-playground {
  display: flex;
  flex-wrap: wrap;
}
.c-matchcenter-playground__club-home, .c-matchcenter-playground__club-guest {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (min-width: 60em) {
  .c-matchcenter-playground__club-home, .c-matchcenter-playground__club-guest {
    width: 50%;
  }
}
.c-matchcenter-playground__club-home .c-matchcenter-club img, .c-matchcenter-playground__club-guest .c-matchcenter-club img {
  width: 3.125rem;
}
.c-matchcenter-playground__club-home span, .c-matchcenter-playground__club-guest span {
  font-size: 0.875rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-playground__club-home span, .c-matchcenter-playground__club-guest span {
    font-size: calc(0.875rem + 0.125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-playground__club-home span, .c-matchcenter-playground__club-guest span {
    font-size: 1rem;
  }
}
@media (max-width: 59.99em) {
  .c-matchcenter-playground__club-home span, .c-matchcenter-playground__club-guest span {
    font-weight: 800;
  }
}
@media (min-width: 42.5em) {
  .c-matchcenter-playground__club-guest {
    order: 2;
  }
}

.c-matchcenter-statistics-bar-chart {
  font-size: 0.875rem;
  line-height: 1;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-statistics-bar-chart {
    font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-statistics-bar-chart {
    font-size: 1.125rem;
  }
}
.c-matchcenter-statistics-bar-chart__header {
  margin-top: 1.625rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-statistics-bar-chart__header {
    margin-top: calc(1.625rem + 1.5 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-statistics-bar-chart__header {
    margin-top: 3.125rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-statistics-bar-chart__header {
    margin-bottom: calc(1rem + 0.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-statistics-bar-chart__header {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 60em) {
  .c-matchcenter-statistics-bar-chart__header {
    justify-content: center;
  }
}
.c-matchcenter-statistics-bar-chart__timeline {
  display: flex;
}
.c-matchcenter-statistics-bar-chart__timeline span {
  width: 5rem;
}
.c-matchcenter-statistics-bar-chart__timeline span:last-child {
  text-align: right;
}
.c-matchcenter-statistics-bar-chart__progressbar {
  height: 0.625rem;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  border-radius: 0.9375rem;
  background-color: #b2c3d0;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-statistics-bar-chart__progressbar {
    height: calc(0.625rem + 0.3125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-statistics-bar-chart__progressbar {
    height: 0.9375rem;
  }
}
.c-matchcenter-statistics-bar-chart__line {
  width: 0;
  border-radius: 0.9375rem;
}
.c-matchcenter-statistics-bar-chart__list:not(.c-matchcenter-statistics-bar-chart__list--away-game) .c-matchcenter-statistics-bar-chart__header span:first-child, .c-matchcenter-statistics-bar-chart__list:not(.c-matchcenter-statistics-bar-chart__list--away-game) .c-matchcenter-statistics-bar-chart__timeline span:first-child {
  font-weight: 800;
}
.c-matchcenter-statistics-bar-chart__list:not(.c-matchcenter-statistics-bar-chart__list--away-game) .c-matchcenter-statistics-bar-chart__line--first {
  background-color: #0071b9;
}
.c-matchcenter-statistics-bar-chart__list:not(.c-matchcenter-statistics-bar-chart__list--away-game) .c-matchcenter-statistics-bar-chart__line--last {
  background-color: transparent;
}
.c-matchcenter-statistics-bar-chart__list--away-game .c-matchcenter-statistics-bar-chart__header span:last-child, .c-matchcenter-statistics-bar-chart__list--away-game .c-matchcenter-statistics-bar-chart__timeline span:last-child {
  font-weight: 800;
}
.c-matchcenter-statistics-bar-chart__list--away-game .c-matchcenter-statistics-bar-chart__line--first {
  background-color: transparent;
}
.c-matchcenter-statistics-bar-chart__list--away-game .c-matchcenter-statistics-bar-chart__line--last {
  background-color: #0071b9;
}

.c-matchcenter-statistics-circle-chart {
  --circle-size: 90px;
  --circle-thickness: 10px;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-statistics-circle-chart {
    --circle-size: 110px;
    --circle-thickness: 12px;
  }
}
@media (min-width: 42.5em) {
  .c-matchcenter-statistics-circle-chart {
    --circle-size: 130px;
  }
}
@media (min-width: 60em) {
  .c-matchcenter-statistics-circle-chart {
    --circle-size: 150px;
    --circle-thickness: 14px;
  }
}
.c-matchcenter-statistics-circle-chart__list:not(.c-matchcenter-statistics-circle-chart__list--away-game) .c-matchcenter-statistics-circle-chart__circle {
  transform: rotate(180deg);
}
.c-matchcenter-statistics-circle-chart__list:not(.c-matchcenter-statistics-circle-chart__list--away-game) .c-matchcenter-statistics-circle-chart__team--home strong:first-child {
  color: #ae9761;
}
.c-matchcenter-statistics-circle-chart__list--away-game .c-matchcenter-statistics-circle-chart__team--away strong:first-child {
  color: #ae9761;
}
@media (max-width: 59.99em) {
  .c-matchcenter-statistics-circle-chart__list .l-col:not(:first-child) {
    margin-top: 0.9375rem;
  }
}
.c-matchcenter-statistics-circle-chart__item {
  padding-top: 1.6875rem;
  padding-bottom: 2.125rem;
  background-color: #005791;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-statistics-circle-chart__item {
    padding-top: calc(1.6875rem + 0.5 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-statistics-circle-chart__item {
    padding-top: 2.1875rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-statistics-circle-chart__item {
    padding-bottom: calc(2.125rem + 1.9375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-statistics-circle-chart__item {
    padding-bottom: 4.0625rem;
  }
}
.c-matchcenter-statistics-circle-chart__header h3 {
  margin-bottom: 0.9375rem;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-statistics-circle-chart__header h3 {
    margin-bottom: calc(0.9375rem + 0.375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-statistics-circle-chart__header h3 {
    margin-bottom: 1.3125rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-statistics-circle-chart__header h3 {
    font-size: calc(1rem + 0.375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-statistics-circle-chart__header h3 {
    font-size: 1.375rem;
  }
}
.c-matchcenter-statistics-circle-chart__chart {
  display: flex;
  justify-content: center;
}
.c-matchcenter-statistics-circle-chart__team {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-statistics-circle-chart__team {
    padding-right: calc(1.25rem + 1.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-statistics-circle-chart__team {
    padding-right: 2.5rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-statistics-circle-chart__team {
    padding-left: calc(1.25rem + 1.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-statistics-circle-chart__team {
    padding-left: 2.5rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-statistics-circle-chart__team {
    font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-statistics-circle-chart__team {
    font-size: 1.125rem;
  }
}
.c-matchcenter-statistics-circle-chart__team strong:first-child {
  font-size: 2.8125rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-statistics-circle-chart__team strong:first-child {
    font-size: calc(2.8125rem + 1.5625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-statistics-circle-chart__team strong:first-child {
    font-size: 4.375rem;
  }
}
.c-matchcenter-statistics-circle-chart__circle {
  width: var(--circle-size);
  height: var(--circle-size);
  border-radius: 50%;
  background-color: #fff;
}
.c-matchcenter-statistics-circle-chart__circle-mask, .c-matchcenter-statistics-circle-chart__circle-fill {
  position: absolute;
  width: var(--circle-size);
  height: var(--circle-size);
  border-radius: 50%;
}
.c-matchcenter-statistics-circle-chart__circle-mask {
  clip: rect(0, var(--circle-size), var(--circle-size), calc(var(--circle-size)/2));
}
.c-matchcenter-statistics-circle-chart__circle-mask--full {
  transform: rotate(var(--deg));
}
.c-matchcenter-statistics-circle-chart__circle-fill {
  clip: rect(0, calc(var(--circle-size)/2), var(--circle-size), 0);
  background-color: #ae9761;
  transform: rotate(var(--deg));
}
.c-matchcenter-statistics-circle-chart__circle-inside-circle {
  position: absolute;
  width: calc(var(--circle-size) - (var(--circle-thickness) * 2));
  height: calc(var(--circle-size) - (var(--circle-thickness) * 2));
  margin-top: var(--circle-thickness);
  margin-left: var(--circle-thickness);
  border-radius: 50%;
  background: #005791;
}

@media (min-width: 42.5em) {
  .c-matchcenter-table figcaption {
    display: flex;
    align-items: flex-start;
  }
}

@media (max-width: 42.49em) {
  .c-matchcenter-teaser-hero {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 74.99em) {
  .c-matchcenter-teaser-hero {
    padding-top: 1.25rem;
  }
}
@media (min-width: 75em) {
  .c-matchcenter-teaser-hero {
    position: absolute;
    right: 0.9375rem;
    bottom: 0;
    width: calc(50% - 0.9375rem);
    z-index: 10;
    padding-left: 2.25rem;
    background-color: #fff;
  }
}
.c-matchcenter-teaser-hero__items {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 42.5em) {
  .c-matchcenter-teaser-hero__items {
    margin-right: -2.25rem;
    margin-left: -2.25rem;
  }
}
@media (max-width: 42.49em) {
  .c-matchcenter-teaser-hero__item {
    flex: 1 0 100%;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    border-bottom: 1px solid #ccdde9;
  }
}
@media (min-width: 42.5em) {
  .c-matchcenter-teaser-hero__item {
    flex: 1 0 50%;
  }
  .c-matchcenter-teaser-hero--live .c-matchcenter-teaser-hero__item {
    padding: 1.625rem 2.25rem;
  }
  .c-matchcenter-teaser-hero--next .c-matchcenter-teaser-hero__item {
    padding: 0.9375rem 2.25rem;
  }
  .c-matchcenter-teaser-hero__item:not(:first-child) {
    border-left: 1px solid #ccdde9;
  }
}
.c-matchcenter-teaser-hero__head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccdde9;
}
@media (max-width: 74.99em) {
  .c-matchcenter-teaser-hero__head {
    align-items: flex-end;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 75em) {
  .c-matchcenter-teaser-hero__head {
    align-items: center;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}
.c-matchcenter-teaser-hero__title {
  font-size: 1rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-teaser-hero__title {
    font-size: calc(1rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-teaser-hero__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 42.49em) {
  .c-matchcenter-teaser-hero--live .c-matchcenter-teaser-hero__title {
    display: none;
  }
}
.c-matchcenter-teaser-hero--next .c-matchcenter-teaser-hero__inner {
  display: grid;
  grid-column-gap: 0.9375rem;
}
@media (max-width: 42.49em) {
  .c-matchcenter-teaser-hero--next .c-matchcenter-teaser-hero__inner {
    grid-template-columns: minmax(auto, 1fr) 1.5fr minmax(auto, 1fr) auto;
  }
}
@media (min-width: 42.5em) {
  .c-matchcenter-teaser-hero--next .c-matchcenter-teaser-hero__inner {
    grid-template-columns: minmax(auto, 1fr) 2fr minmax(auto, 1fr) 1fr;
  }
}
.c-matchcenter-teaser-hero__game {
  position: relative;
  align-items: center;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c-matchcenter-teaser-hero--live .c-matchcenter-teaser-hero__game {
  display: grid;
  grid-column-gap: 1.25rem;
  grid-template-columns: 1fr auto 1fr;
}
.c-matchcenter-teaser-hero--next .c-matchcenter-teaser-hero__game {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: inherit;
  grid-column-gap: inherit;
}
.c-matchcenter-teaser-hero__game:hover, .c-matchcenter-teaser-hero__game:focus-within {
  opacity: 0.6;
}
.c-matchcenter-teaser-hero__score {
  display: grid;
  grid-column-gap: 1.25rem;
  grid-template-columns: 1fr auto 1fr;
}
.c-matchcenter-teaser-hero--live .c-matchcenter-teaser-hero__score {
  font-size: 2.5rem;
  line-height: 1;
}
.c-matchcenter-teaser-hero__score span:first-child {
  text-align: right;
}
.c-matchcenter-teaser-hero__date-time {
  white-space: nowrap;
  text-align: center;
}
.c-matchcenter-teaser-hero__home-team, .c-matchcenter-teaser-hero__guest-team {
  display: flex;
  align-items: center;
}
.c-matchcenter-teaser-hero--live .c-matchcenter-teaser-hero__home-team {
  justify-content: flex-end;
}
@media (max-width: 42.49em) {
  .c-matchcenter-teaser-hero--next .c-matchcenter-teaser-hero__home-team {
    justify-content: flex-end;
  }
}
@media (min-width: 42.5em) {
  .c-matchcenter-teaser-hero--next .c-matchcenter-teaser-hero__home-team {
    justify-content: flex-start;
  }
}
@media (max-width: 42.49em) {
  .c-matchcenter-teaser-hero--next .c-matchcenter-teaser-hero__guest-team {
    justify-content: flex-start;
  }
}
@media (min-width: 42.5em) {
  .c-matchcenter-teaser-hero--next .c-matchcenter-teaser-hero__guest-team {
    justify-content: flex-end;
  }
}
.c-matchcenter-teaser-hero__label {
  margin: 0;
}
.c-matchcenter-teaser-hero--live .c-matchcenter-teaser-hero__label {
  font-size: 1.125rem;
}
.c-matchcenter-teaser-hero__home-team .c-matchcenter-teaser-hero__label {
  margin-right: 0.9375rem;
}
.c-matchcenter-teaser-hero__guest-team .c-matchcenter-teaser-hero__label {
  margin-left: 0.9375rem;
}
.c-matchcenter-teaser-hero__icon {
  margin-bottom: 0.625rem;
  flex-shrink: 1;
  display: inline-flex;
  max-width: 3.125rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-teaser-hero__icon {
    margin-bottom: calc(0.625rem + 0.3125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-teaser-hero__icon {
    margin-bottom: 0.9375rem;
  }
}
.c-matchcenter-teaser-hero__guest-team .c-matchcenter-teaser-hero__icon {
  order: -1;
}
.c-matchcenter-teaser-hero__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.694' height='14.109' viewBox='0 0 13.694 14.109'%3E%3Cg transform='translate(0.5 0.707)'%3E%3Cpath d='M7.5,18H20.194' transform='translate(-7.5 -11.653)' fill='none' stroke='%238a8a8a' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath d='M7.5,20.194l6.347-6.347L7.5,7.5' transform='translate(-1.153 -7.5)' fill='none' stroke='%238a8a8a' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  transition: all 0.3s ease-in-out;
}
.c-matchcenter-teaser-hero__cta {
  grid-column: 2/3;
  text-align: center;
}

.c-matchcenter-teaser {
  position: relative;
  z-index: 1;
  color: #003a63 !important;
}
.c-matchcenter-teaser__items {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 60em) {
  .c-matchcenter-teaser__items {
    margin-right: -1.5625rem;
    margin-left: -1.5625rem;
  }
}
.c-matchcenter-teaser__item {
  display: flex;
}
@media (max-width: 59.99em) {
  .c-matchcenter-teaser__item {
    flex: 1 0 100%;
  }
}
@media (min-width: 60em) {
  .c-matchcenter-teaser__item {
    flex: 1 0 50%;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
.c-matchcenter-teaser--live .c-matchcenter-teaser__sponsor {
  display: inline-flex;
  justify-content: flex-end;
}
.c-matchcenter-teaser--default .c-matchcenter-teaser__title {
  font-size: 0.75rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-teaser--default .c-matchcenter-teaser__title {
    font-size: calc(0.75rem + 0.125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-teaser--default .c-matchcenter-teaser__title {
    font-size: 0.875rem;
  }
}
.c-matchcenter-teaser--live .c-matchcenter-teaser__title {
  font-size: 0.75rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-teaser--live .c-matchcenter-teaser__title {
    font-size: calc(0.75rem + 0.375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-teaser--live .c-matchcenter-teaser__title {
    font-size: 1.125rem;
  }
}
.c-matchcenter-teaser--live .c-matchcenter-teaser__label {
  align-self: flex-end;
}
.c-matchcenter-teaser__wrapper {
  flex: 1;
  border-radius: 0.3125rem;
  background-color: #fff;
}
@media (min-width: 60em) {
  .c-matchcenter-teaser--live .c-matchcenter-teaser__wrapper {
    padding: 1.25rem 1.375rem 2.5rem 1.375rem;
  }
}
@media (max-width: 59.99em) {
  .c-matchcenter-teaser__head {
    padding: 0.75rem;
    border-bottom: 1px solid #ccdde9;
  }
  .c-matchcenter-teaser--live .c-matchcenter-teaser__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 60em) {
  .c-matchcenter-teaser--default .c-matchcenter-teaser__head {
    padding: 0.875rem;
    border-bottom: 1px solid #ccdde9;
  }
  .c-matchcenter-teaser--live .c-matchcenter-teaser__head {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-column-gap: 1.875rem;
  }
}
@media (max-width: 59.99em) {
  .c-matchcenter-teaser--default .c-matchcenter-teaser__inner {
    padding: 1.125rem 0.75rem;
  }
}
@media (min-width: 60em) {
  .c-matchcenter-teaser--default .c-matchcenter-teaser__inner {
    padding: 1.25rem;
  }
}
@media (max-width: 59.99em) {
  .c-matchcenter-teaser--live .c-matchcenter-teaser__inner {
    padding: 1rem 0.75rem;
  }
}
.c-matchcenter-teaser__game {
  position: relative;
  display: grid;
  grid-template-columns: minmax(auto, 1fr) 6.25rem minmax(auto, 1fr);
  align-items: center;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c-matchcenter-teaser__game:hover, .c-matchcenter-teaser__game:focus-within {
  opacity: 0.6;
}
@media (max-width: 59.99em) {
  .c-matchcenter-teaser--live .c-matchcenter-teaser__game {
    grid-column-gap: 0.9375rem;
  }
}
@media (min-width: 60em) {
  .c-matchcenter-teaser--live .c-matchcenter-teaser__game {
    grid-column-gap: 1.875rem;
  }
}
.c-matchcenter-teaser--default .c-matchcenter-teaser__game {
  grid-column-gap: 0.9375rem;
}
.c-matchcenter-teaser__state {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-matchcenter-teaser__state img,
.c-matchcenter-teaser__state svg {
  width: 1.25rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-teaser__state img,
.c-matchcenter-teaser__state svg {
    width: calc(1.25rem + 1.875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-teaser__state img,
.c-matchcenter-teaser__state svg {
    width: 3.125rem;
  }
}
.c-matchcenter-teaser__score {
  line-height: 1;
}
.c-matchcenter-teaser__score--end-result {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
@media (max-width: 59.99em) {
  .c-matchcenter-teaser__score--end-result {
    grid-column-gap: 0.625rem;
  }
}
@media (min-width: 60em) {
  .c-matchcenter-teaser__score--end-result {
    grid-column-gap: 0.9375rem;
  }
}
.c-matchcenter-teaser--live .c-matchcenter-teaser__score--end-result {
  font-size: 1.75rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-teaser--live .c-matchcenter-teaser__score--end-result {
    font-size: calc(1.75rem + 1.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-teaser--live .c-matchcenter-teaser__score--end-result {
    font-size: 3rem;
  }
}
.c-matchcenter-teaser--default .c-matchcenter-teaser__score--end-result {
  font-size: 1.75rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-teaser--default .c-matchcenter-teaser__score--end-result {
    font-size: calc(1.75rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-teaser--default .c-matchcenter-teaser__score--end-result {
    font-size: 2rem;
  }
}
.c-matchcenter-teaser__score--interim-result {
  font-size: 0.625rem;
  color: #b2c3d0;
  text-align: center;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-teaser__score--interim-result {
    font-size: calc(0.625rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-teaser__score--interim-result {
    font-size: 0.875rem;
  }
}
.c-matchcenter-teaser__score span:first-child {
  text-align: right;
}
.c-matchcenter-teaser__date-time {
  font-size: 0.75rem;
  grid-column: 1/4;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-teaser__date-time {
    font-size: calc(0.75rem + 0.125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-teaser__date-time {
    font-size: 0.875rem;
  }
}
.c-matchcenter-teaser__time {
  margin-left: 0.5em;
}
.c-matchcenter-teaser__home-team, .c-matchcenter-teaser__guest-team {
  display: flex;
  align-items: center;
}
.c-matchcenter-teaser__home-team {
  justify-content: flex-end;
}
.c-matchcenter-teaser__name {
  font-size: 1rem;
  margin: 0;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-teaser__name {
    font-size: calc(1rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-teaser__name {
    font-size: 1.25rem;
  }
}
.c-matchcenter-teaser__home-team .c-matchcenter-teaser__name {
  margin-right: 1.25rem;
}
.c-matchcenter-teaser__guest-team .c-matchcenter-teaser__name {
  margin-left: 1.25rem;
}
.c-matchcenter-teaser__icon {
  margin-bottom: 0.625rem;
  flex-shrink: 1;
  display: inline-flex;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-teaser__icon {
    margin-bottom: calc(0.625rem + 0.3125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-teaser__icon {
    margin-bottom: 0.9375rem;
  }
}
.c-matchcenter-teaser__guest-team .c-matchcenter-teaser__icon {
  order: -1;
}
.c-matchcenter-teaser--live .c-matchcenter-teaser__icon {
  max-width: 3.125rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-teaser--live .c-matchcenter-teaser__icon {
    max-width: calc(3.125rem + 2.375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-teaser--live .c-matchcenter-teaser__icon {
    max-width: 5.5rem;
  }
}
.c-matchcenter-teaser--default .c-matchcenter-teaser__icon {
  max-width: 3.125rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-teaser--default .c-matchcenter-teaser__icon {
    max-width: calc(3.125rem + 0.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-teaser--default .c-matchcenter-teaser__icon {
    max-width: 3.75rem;
  }
}
.c-matchcenter-teaser__cta {
  text-align: center;
}

.c-matchcenter-ticker {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.c-matchcenter-ticker::before {
  height: 0.9375rem;
  content: "";
  position: absolute;
  top: -1px;
  z-index: 1;
  display: block;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker::before {
    height: calc(0.9375rem + 1.5625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker::before {
    height: 2.5rem;
  }
}
.c-matchcenter-ticker__item {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  display: flex;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker__item {
    margin-right: calc(-0.9375rem + -0.9375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker__item {
    margin-right: -1.875rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker__item {
    margin-left: calc(-0.9375rem + -0.9375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker__item {
    margin-left: -1.875rem;
  }
}
.c-matchcenter-ticker__item > .l-col,
.c-matchcenter-ticker__item .js-news-embed > .l-col {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker__item > .l-col,
.c-matchcenter-ticker__item .js-news-embed > .l-col {
    padding-right: calc(0.9375rem + 0.9375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker__item > .l-col,
.c-matchcenter-ticker__item .js-news-embed > .l-col {
    padding-right: 1.875rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker__item > .l-col,
.c-matchcenter-ticker__item .js-news-embed > .l-col {
    padding-left: calc(0.9375rem + 0.9375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker__item > .l-col,
.c-matchcenter-ticker__item .js-news-embed > .l-col {
    padding-left: 1.875rem;
  }
}
.c-matchcenter-ticker__item > .l-col:not(:first-child),
.c-matchcenter-ticker__item .js-news-embed > .l-col:not(:first-child) {
  border-left: 1px dashed #ccdde9;
}
.c-matchcenter-ticker__inner {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  flex-grow: 1;
  border-bottom: 1px solid #ccdde9;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker__inner {
    padding-top: calc(0.9375rem + 1.5625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker__inner {
    padding-top: 2.5rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker__inner {
    padding-bottom: calc(0.9375rem + 1.5625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker__inner {
    padding-bottom: 2.5rem;
  }
}
.c-matchcenter-ticker__item--whistle .c-matchcenter-ticker__inner {
  border-top: 1px solid #ccdde9;
  border-bottom: 2px solid #ccdde9;
}
.c-matchcenter-ticker__inner > div:not(:first-child),
.c-matchcenter-ticker__inner .js-news-embed > div:not(:first-child) {
  margin-top: 0.9375rem;
}
.c-matchcenter-ticker__icon {
  max-width: 1.125rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker__icon {
    max-width: calc(1.125rem + 2 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker__icon {
    max-width: 3.125rem;
  }
}
.c-matchcenter-ticker__icon img,
.c-matchcenter-ticker__icon svg {
  max-width: 100%;
  height: auto;
}
.c-matchcenter-ticker__time {
  font-size: 0.875rem;
  line-height: 1;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker__time {
    font-size: calc(0.875rem + 1 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker__time {
    font-size: 1.875rem;
  }
}
.c-matchcenter-ticker__title {
  position: relative;
  display: flex;
  align-items: baseline;
}
.c-matchcenter-ticker__title::before {
  width: 0.375rem;
  height: 0.375rem;
  left: -1.125rem;
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0.25em;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='5' fill='%238a8a8a'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='5' fill='%238a8a8a'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker__title::before {
    width: calc(0.375rem + 0.3125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker__title::before {
    width: 0.6875rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker__title::before {
    height: calc(0.375rem + 0.3125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker__title::before {
    height: 0.6875rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker__title::before {
    left: calc(-1.125rem + -1.125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker__title::before {
    left: -2.25rem;
  }
}
.l-page--club .c-matchcenter-ticker__title::before {
  background-color: var(--headings-color, #0071b9);
}
.l-page--gcz .c-matchcenter-ticker__title::before {
  background-color: var(--headings-color, #005791);
}
.l-page--section .c-matchcenter-ticker__title::before {
  background-color: var(--headings-color, #0071b9);
}
.c-matchcenter-ticker__title::after {
  width: 0.875rem;
  height: 0.9375rem;
  left: -1.375rem;
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -1px;
  background-color: #fff;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker__title::after {
    width: calc(0.875rem + 0.5 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker__title::after {
    width: 1.375rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker__title::after {
    height: calc(0.9375rem + 0.5 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker__title::after {
    height: 1.4375rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker__title::after {
    left: calc(-1.375rem + -1.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker__title::after {
    left: -2.625rem;
  }
}
.c-matchcenter-ticker__title--default {
  font-size: 1rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker__title--default {
    font-size: calc(1rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker__title--default {
    font-size: 1.25rem;
  }
}
.c-matchcenter-ticker__title--big {
  font-size: 1rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker__title--big {
    font-size: calc(1rem + 0.875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker__title--big {
    font-size: 1.875rem;
  }
}
.c-matchcenter-ticker__title--big::after {
  width: 0.875rem;
  height: 0.875rem;
  left: -1.375rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker__title--big::after {
    width: calc(0.875rem + 0.75 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker__title--big::after {
    width: 1.625rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker__title--big::after {
    height: calc(0.875rem + 0.75 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker__title--big::after {
    height: 1.625rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker__title--big::after {
    left: calc(-1.375rem + -1.375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker__title--big::after {
    left: -2.75rem;
  }
}
.c-matchcenter-ticker__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 42.49em) {
  .c-matchcenter-ticker__content {
    flex-direction: column;
  }
}
.c-matchcenter-ticker__text {
  font-size: 0.875rem;
  max-width: 47.5rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker__text {
    font-size: calc(0.875rem + 0.125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker__text {
    font-size: 1rem;
  }
}
.c-matchcenter-ticker__logo {
  flex-shrink: 0;
}
@media (min-width: 42.5em) {
  .c-matchcenter-ticker__logo {
    margin-left: 0.9375rem;
  }
}
.c-matchcenter-ticker__logo img,
.c-matchcenter-ticker__logo svg {
  width: 2.75rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker__logo img,
.c-matchcenter-ticker__logo svg {
    width: calc(2.75rem + 3.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker__logo img,
.c-matchcenter-ticker__logo svg {
    width: 6rem;
  }
}
.c-matchcenter-ticker__social {
  overflow: hidden;
}
@media (min-width: 42.5em) {
  .c-matchcenter-ticker__social {
    width: 100%;
    max-width: 31.25rem;
  }
}
.c-matchcenter-ticker__social iframe {
  max-width: 100%;
}
.c-matchcenter-ticker__box--substitution {
  position: relative;
}
.c-matchcenter-ticker__media {
  max-width: 37.5rem;
}
.c-matchcenter-ticker__media > iframe {
  min-width: 100% !important;
}
@media (min-width: 60em) {
  .c-matchcenter-ticker__media > iframe {
    min-width: auto !important;
  }
}

.c-menu__list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.c-menu--meta .c-menu__item {
  display: flex;
  align-items: center;
}
.c-menu--meta .c-menu__item:first-child {
  font-weight: 800;
}
.c-menu--meta .c-menu__item:not(:first-child) {
  padding-left: 0.5rem;
}
@media (min-width: 23.4375em) {
  .c-menu--meta .c-menu__item:not(:first-child) {
    padding-left: calc(0.5rem + 0.75 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-menu--meta .c-menu__item:not(:first-child) {
    padding-left: 1.25rem;
  }
}
.c-menu--meta .c-menu__item:not(:first-child):not(.is-last) {
  border-left: 1px solid var(--text-color, #fff);
}
.c-menu--meta .c-menu__item:not(:last-child) {
  padding-right: 0.5rem;
}
@media (min-width: 23.4375em) {
  .c-menu--meta .c-menu__item:not(:last-child) {
    padding-right: calc(0.5rem + 0.75 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-menu--meta .c-menu__item:not(:last-child) {
    padding-right: 1.25rem;
  }
}
.c-menu--meta .c-menu__item.is-last {
  margin-left: auto;
}
.c-menu--meta .c-menu__link {
  font-size: 0.6875rem;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (min-width: 23.4375em) {
  .c-menu--meta .c-menu__link {
    font-size: calc(0.6875rem + 0.1875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-menu--meta .c-menu__link {
    font-size: 0.875rem;
  }
}
.c-menu--meta .c-menu__link:hover, .c-menu--meta .c-menu__link:focus-visible {
  opacity: 0.6;
}
.c-menu--meta .c-menu__link img,
.c-menu--meta .c-menu__link svg {
  max-height: 0.9375rem;
  height: 100%;
  width: auto;
  margin-right: 0.75em;
}
@media (min-width: 23.4375em) {
  .c-menu--meta .c-menu__link img,
.c-menu--meta .c-menu__link svg {
    max-height: calc(0.9375rem + 0.1875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-menu--meta .c-menu__link img,
.c-menu--meta .c-menu__link svg {
    max-height: 1.125rem;
  }
}
@media (max-width: 42.49em) {
  .c-menu--meta .c-menu__link img,
.c-menu--meta .c-menu__link svg {
    display: none;
  }
}
.c-menu--footer .c-menu__list {
  justify-content: center;
}
@media (max-width: 59.99em) {
  .c-menu--footer .c-menu__list {
    margin: -0.3125rem -0.9375rem;
  }
}
@media (min-width: 60em) {
  .c-menu--footer .c-menu__list {
    margin: -0.3125rem -1.5625rem;
  }
}
.c-menu--footer .c-menu__item {
  display: flex;
}
@media (max-width: 59.99em) {
  .c-menu--footer .c-menu__item {
    padding: 0.3125rem 0.9375rem;
  }
}
@media (min-width: 60em) {
  .c-menu--footer .c-menu__item {
    padding: 0.3125rem 1.5625rem;
  }
}
.l-page--club .c-menu--footer .c-menu__item.is-active .c-menu__link span {
  margin-bottom: -4px;
  padding-bottom: 4px;
  background-image: linear-gradient(var(--link-border-invert-color, #0071b9), var(--link-border-invert-color, #0071b9));
  background-size: 100% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.l-page--gcz .c-menu--footer .c-menu__item.is-active .c-menu__link span {
  margin-bottom: -4px;
  padding-bottom: 4px;
  background-image: linear-gradient(var(--link-border-invert-color, #ae9761), var(--link-border-invert-color, #ae9761));
  background-size: 100% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.l-page--section .c-menu--footer .c-menu__item.is-active .c-menu__link span {
  margin-bottom: -4px;
  padding-bottom: 4px;
  background-image: linear-gradient(var(--link-border-invert-color, #0071b9), var(--link-border-invert-color, #0071b9));
  background-size: 100% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-menu--footer .c-menu__link {
  font-size: 0.75rem;
}
@media (min-width: 23.4375em) {
  .c-menu--footer .c-menu__link {
    font-size: calc(0.75rem + 0.125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-menu--footer .c-menu__link {
    font-size: 0.875rem;
  }
}
.l-page--club .c-menu--footer .c-menu__link span {
  margin-bottom: -4px;
  padding-bottom: 4px;
  background-image: linear-gradient(var(--link-border-invert-color, #0071b9), var(--link-border-invert-color, #0071b9));
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.l-page--club .c-menu--footer .c-menu__link span {
  transition: background-size 0.3s;
}
.l-page--club .c-menu--footer .c-menu__link:hover span {
  background-size: 100% 2px;
}
.l-page--club .c-menu--footer .c-menu__link:focus-visible span {
  background-size: 100% 2px;
}
.l-page--gcz .c-menu--footer .c-menu__link span {
  margin-bottom: -4px;
  padding-bottom: 4px;
  background-image: linear-gradient(var(--link-border-invert-color, #ae9761), var(--link-border-invert-color, #ae9761));
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.l-page--gcz .c-menu--footer .c-menu__link span {
  transition: background-size 0.3s;
}
.l-page--gcz .c-menu--footer .c-menu__link:hover span {
  background-size: 100% 2px;
}
.l-page--gcz .c-menu--footer .c-menu__link:focus-visible span {
  background-size: 100% 2px;
}
.l-page--section .c-menu--footer .c-menu__link span {
  margin-bottom: -4px;
  padding-bottom: 4px;
  background-image: linear-gradient(var(--link-border-invert-color, #0071b9), var(--link-border-invert-color, #0071b9));
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.l-page--section .c-menu--footer .c-menu__link span {
  transition: background-size 0.3s;
}
.l-page--section .c-menu--footer .c-menu__link:hover span {
  background-size: 100% 2px;
}
.l-page--section .c-menu--footer .c-menu__link:focus-visible span {
  background-size: 100% 2px;
}
@media (max-width: 59.99em) {
  .c-menu--social .c-menu__list {
    justify-content: center;
    margin: -0.625rem -0.9375rem;
  }
}
@media (min-width: 60em) {
  .c-menu--social .c-menu__list {
    margin: -1.875rem;
  }
}
@media (max-width: 59.99em) {
  .c-menu--social .c-menu__item {
    padding: 0.625rem 0.9375rem;
  }
}
@media (min-width: 60em) {
  .c-menu--social .c-menu__item {
    padding: 1.875rem;
  }
}
.c-menu--social .c-menu__link {
  position: relative;
  display: block;
}
.c-menu--social .c-menu__link img,
.c-menu--social .c-menu__link svg {
  will-change: transform;
  transition: transform 1s cubic-bezier(0, 0.615, 0.345, 1);
}
.c-menu--social .c-menu__link:hover img,
.c-menu--social .c-menu__link:hover svg {
  transform: scale3d(1.1, 1.1, 1.1);
}
.c-menu--social .c-menu__link:focus-visible img,
.c-menu--social .c-menu__link:focus-visible svg {
  transform: scale3d(1.1, 1.1, 1.1);
}
.c-menu--social .c-menu__link:focus-within img,
.c-menu--social .c-menu__link:focus-within svg {
  transform: scale3d(1.1, 1.1, 1.1);
}
.c-menu--social .c-menu__link img,
.c-menu--social .c-menu__link svg {
  width: auto;
  height: 100%;
  max-height: 1.25rem;
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  color: var(--text-color, #fff);
}
.c-menu--language {
  position: relative;
}
.c-menu--language .c-menu__list {
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  margin-top: 0.625rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-page--club .c-menu--language .c-menu__list {
  background-color: var(--background-color, #0071b9);
}
.l-page--gcz .c-menu--language .c-menu__list {
  background-color: var(--background-color, #005791);
}
.l-page--section .c-menu--language .c-menu__list {
  background-color: var(--background-color, #0071b9);
}
.c-menu--language.is-toggled .c-menu__list {
  visibility: visible;
  opacity: 1;
}
.c-menu--language .c-menu__toggle {
  display: flex;
  align-items: center;
}
.c-menu--language .c-menu__toggle::after {
  margin-left: 0.5rem;
  content: "";
  display: inline-flex;
  width: 0.5625rem;
  height: 0.3125rem;
  background-color: var(--text-color, #fff);
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.099' height='5.202' viewBox='0 0 9.099 5.202'%3E%3Cpath d='M14.884,10.742,11.442,7.3a.65.65,0,1,1,.921-.918l3.9,3.9a.649.649,0,0,1,.019.9L12.365,15.1a.65.65,0,0,1-.921-.918Z' transform='translate(15.292 -11.251) rotate(90)' fill='%238a8a8a'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.099' height='5.202' viewBox='0 0 9.099 5.202'%3E%3Cpath d='M14.884,10.742,11.442,7.3a.65.65,0,1,1,.921-.918l3.9,3.9a.649.649,0,0,1,.019.9L12.365,15.1a.65.65,0,0,1-.921-.918Z' transform='translate(15.292 -11.251) rotate(90)' fill='%238a8a8a'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (min-width: 23.4375em) {
  .c-menu--language .c-menu__toggle::after {
    margin-left: calc(0.5rem + 0.375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-menu--language .c-menu__toggle::after {
    margin-left: 0.875rem;
  }
}
.c-menu--language .c-menu__toggle.is-active::after {
  transform: rotate(180deg);
}
.c-menu--language .c-menu__link {
  padding-right: 1.0625rem;
  padding-left: 0.625rem;
  display: inline-block;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media (min-width: 23.4375em) {
  .c-menu--language .c-menu__link {
    padding-right: calc(1.0625rem + 0.375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-menu--language .c-menu__link {
    padding-right: 1.4375rem;
  }
}
@media (min-width: 23.4375em) {
  .c-menu--language .c-menu__link {
    padding-left: calc(0.625rem + 0.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-menu--language .c-menu__link {
    padding-left: 1.25rem;
  }
}
.c-menu--language .c-menu__toggle,
.c-menu--language .c-menu__link {
  font-size: 0.6875rem;
  text-transform: uppercase;
  line-height: 1;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (min-width: 23.4375em) {
  .c-menu--language .c-menu__toggle,
.c-menu--language .c-menu__link {
    font-size: calc(0.6875rem + 0.1875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-menu--language .c-menu__toggle,
.c-menu--language .c-menu__link {
    font-size: 0.875rem;
  }
}
.c-menu--language .c-menu__toggle:hover, .c-menu--language .c-menu__toggle:focus-visible,
.c-menu--language .c-menu__link:hover,
.c-menu--language .c-menu__link:focus-visible {
  opacity: 0.6;
}
@media (min-width: 42.5em) {
  .c-menu--language .c-menu__toggle,
.c-menu--language .c-menu__link {
    line-height: 0.9375rem;
  }
}
@media (min-width: 42.5em) and (min-width: 23.4375em) {
  .c-menu--language .c-menu__toggle,
.c-menu--language .c-menu__link {
    line-height: calc(0.9375rem + 0.1875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 42.5em) and (min-width: 75em) {
  .c-menu--language .c-menu__toggle,
.c-menu--language .c-menu__link {
    line-height: 1.125rem;
  }
}
.c-menu--tab {
  position: relative;
  z-index: 10;
}
.c-menu--tab .c-menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  transition: visibility 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c-menu--tab .c-menu__item {
  flex-grow: 1;
  flex-shrink: 0;
}
.c-menu--tab .c-menu__item:not(:last-child) .c-menu__link {
  border-right: 1px solid #ccd7e0;
}
.c-menu--tab .c-menu__item.is-active .c-menu__link {
  color: #fff;
}
.l-page--club .c-menu--tab .c-menu__item.is-active .c-menu__link {
  border-color: #0071b9;
  background-color: #0071b9;
}
.l-page--gcz .c-menu--tab .c-menu__item.is-active .c-menu__link {
  border-color: #003a63;
  background-color: #003a63;
}
.l-page--section .c-menu--tab .c-menu__item.is-active .c-menu__link {
  border-color: #0071b9;
  background-color: #0071b9;
}
.c-menu--tab .c-menu__toggle,
.c-menu--tab .c-menu__link {
  font-size: 0.875rem;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 1em;
  line-height: 1;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  border-top: 1px solid #ccd7e0;
  border-bottom: 1px solid #ccd7e0;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (min-width: 23.4375em) {
  .c-menu--tab .c-menu__toggle,
.c-menu--tab .c-menu__link {
    font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-menu--tab .c-menu__toggle,
.c-menu--tab .c-menu__link {
    font-size: 1.125rem;
  }
}
.c-menu--tab .c-menu__toggle {
  display: none;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.l-page--club .c-menu--tab .c-menu__toggle {
  border-color: #0071b9;
  background-color: #0071b9;
}
.l-page--gcz .c-menu--tab .c-menu__toggle {
  border-color: #003a63;
  background-color: #003a63;
}
.l-page--section .c-menu--tab .c-menu__toggle {
  border-color: #0071b9;
  background-color: #0071b9;
}
.c-menu--tab .c-menu__toggle:hover, .c-menu--tab .c-menu__toggle:focus-visible {
  color: rgba(255, 255, 255, 0.6);
}
.c-menu--tab .c-menu__toggle:hover::after, .c-menu--tab .c-menu__toggle:focus-visible::after {
  background-color: rgba(255, 255, 255, 0.6);
}
.c-menu--tab .c-menu__toggle::after {
  content: "";
  display: inline-flex;
  width: 0.5625rem;
  height: 0.3125rem;
  margin-left: 0.75em;
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.099' height='5.202' viewBox='0 0 9.099 5.202'%3E%3Cpath d='M14.884,10.742,11.442,7.3a.65.65,0,1,1,.921-.918l3.9,3.9a.649.649,0,0,1,.019.9L12.365,15.1a.65.65,0,0,1-.921-.918Z' transform='translate(15.292 -11.251) rotate(90)' fill='%238a8a8a'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.099' height='5.202' viewBox='0 0 9.099 5.202'%3E%3Cpath d='M14.884,10.742,11.442,7.3a.65.65,0,1,1,.921-.918l3.9,3.9a.649.649,0,0,1,.019.9L12.365,15.1a.65.65,0,0,1-.921-.918Z' transform='translate(15.292 -11.251) rotate(90)' fill='%238a8a8a'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c-menu--tab .c-menu__toggle.is-active::after {
  transform: rotate(180deg);
}
.c-menu--tab .c-menu__link {
  background-color: #fff;
}
.l-page--club .c-menu--tab .c-menu__link {
  color: #0071b9;
}
.l-page--gcz .c-menu--tab .c-menu__link {
  color: #003a63;
}
.l-page--section .c-menu--tab .c-menu__link {
  color: #0071b9;
}
.c-menu--tab .c-menu__link:hover, .c-menu--tab .c-menu__link:focus-visible {
  color: #fff;
}
.l-page--club .c-menu--tab .c-menu__link:hover, .l-page--club .c-menu--tab .c-menu__link:focus-visible {
  border-color: #0071b9;
  background-color: #0071b9;
}
.l-page--gcz .c-menu--tab .c-menu__link:hover, .l-page--gcz .c-menu--tab .c-menu__link:focus-visible {
  border-color: #003a63;
  background-color: #003a63;
}
.l-page--section .c-menu--tab .c-menu__link:hover, .l-page--section .c-menu--tab .c-menu__link:focus-visible {
  border-color: #0071b9;
  background-color: #0071b9;
}
.c-menu.is-wrapped .c-menu__toggle {
  display: flex;
}
.c-menu.is-wrapped .c-menu__list {
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.c-menu.is-wrapped.is-toggled .c-menu__list {
  visibility: visible;
  opacity: 1;
}

.c-navigation--drilldown .c-navigation__panel-background {
  transition: all 0.35s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s;
  opacity: 0;
  visibility: hidden;
}
.c-navigation--drilldown .c-navigation__panel-background.is-open {
  transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  opacity: 1;
  visibility: visible;
}
.c-navigation--dropdown .c-navigation__panel-background {
  transform-origin: center top;
  transition: transform 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22), height 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transform: scaleY(0);
}
.c-navigation--dropdown .c-navigation__panel-background::after {
  transform: scaleY(0);
}
.c-navigation--dropdown .c-navigation__panel-background.is-open {
  transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), height 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleY(1);
}
.c-navigation--dropdown .c-navigation__panel-background.is-open::after {
  transition-delay: 0.125s;
  transform: scaleY(1);
}
.c-navigation--drilldown .c-navigation__item.has-sub::before, .c-navigation--drilldown .c-navigation__item.has-sub::after {
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateX(100%);
}
.c-navigation--drilldown .c-navigation__item.has-sub.is-open::before, .c-navigation--drilldown .c-navigation__item.has-sub.is-open::after {
  transition: opacity 1.75s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  transform: translateX(0);
}
.c-navigation--drilldown .c-navigation__sub-panel {
  transition: transform 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.25s;
  transform: translateX(100%);
}
.c-navigation--drilldown .c-navigation__sub-panel > * {
  transition: opacity 0.25s cubic-bezier(0.47, 0, 0.745, 0.715), transform 0s linear 0.25s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(2rem);
}
.c-navigation--drilldown .c-navigation__sub-panel.is-open {
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(0);
}
.c-navigation--drilldown .c-navigation__sub-panel.is-open > * {
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.c-navigation--drilldown .c-navigation__sub-panel.is-open > *:nth-child(1) {
  transition-delay: 0.25s;
}
.c-navigation--drilldown .c-navigation__sub-panel.is-open > *:nth-child(2) {
  transition-delay: 0.325s;
}
.c-navigation--drilldown .c-navigation__sub-panel.is-open > *:nth-child(n+3) {
  transition-delay: 0.4s;
}
.c-navigation--dropdown .c-navigation__sub-panel {
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.c-navigation--dropdown .c-navigation__sub-panel > * {
  transition: opacity 0.125s cubic-bezier(0.47, 0, 0.745, 0.715), transform 0.25s cubic-bezier(0.47, 0, 0.745, 0.715);
  opacity: 0;
  transform: translateY(-1.25rem);
}
.c-navigation--dropdown .c-navigation__sub-panel.is-open {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}
.c-navigation--dropdown .c-navigation__sub-panel.is-open > * {
  transition: opacity 0.125s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  transform: translateY(0);
}
.c-navigation--dropdown .c-navigation__sub-panel.is-open > *:nth-child(1) {
  transition-delay: 0.25s;
}
.c-navigation--dropdown .c-navigation__sub-panel.is-open > *:nth-child(2) {
  transition-delay: 0.35s;
}
.c-navigation--dropdown .c-navigation__sub-panel.is-open > *:nth-child(n+3) {
  transition-delay: 0.45s;
}
.c-navigation__sub-back::before {
  transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-navigation--dropdown .c-navigation__subsub-list {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1rem);
}
.c-navigation--dropdown .c-navigation__subsub-list.is-open {
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.c-navigation__item--radio {
  display: flex;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
.c-navigation--drilldown .c-navigation__panel-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.c-navigation--dropdown .c-navigation__panel-background {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
}
.l-page--club .c-navigation--dropdown .c-navigation__panel-background {
  background-color: var(--text-color, #0071b9);
}
.l-page--gcz .c-navigation--dropdown .c-navigation__panel-background {
  background-color: var(--text-color, #005791);
}
.l-page--section .c-navigation--dropdown .c-navigation__panel-background {
  background-color: var(--text-color, #0071b9);
}
.c-navigation--dropdown .c-navigation__panel-background::after {
  content: "";
  position: absolute;
  top: 6.875rem;
  right: -14.625rem;
  width: 36.375rem;
  height: 23.375rem;
  -webkit-mask-image: url("../Images/backgrounds/grasshopper.svg");
          mask-image: url("../Images/backgrounds/grasshopper.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-page--club .c-navigation--dropdown .c-navigation__panel-background::after {
  background-color: var(--text-color, #fff);
}
.l-page--gcz .c-navigation--dropdown .c-navigation__panel-background::after {
  background-color: var(--text-color, #fff);
}
.l-page--section .c-navigation--dropdown .c-navigation__panel-background::after {
  background-color: var(--text-color, #fff);
}
.c-navigation__list {
  display: flex;
}
.c-navigation--drilldown .c-navigation__list {
  flex-direction: column;
  padding-right: 4.75rem;
  padding-left: 4.75rem;
}
.c-navigation--dropdown .c-navigation__list {
  margin-right: -1.875rem;
  margin-left: -1.875rem;
}
.c-navigation__link {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
}
.c-navigation__link span {
  pointer-events: none;
}
.c-navigation--drilldown .c-navigation__link {
  justify-content: space-between;
  width: 100%;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  color: #fff;
}
.l-page--club .c-navigation--drilldown .c-navigation__link {
  color: #fff;
}
.l-page--club .c-navigation--drilldown .c-navigation__link:hover, .l-page--club .c-navigation--drilldown .c-navigation__link:focus-visible {
  color: #ffd400;
}
.l-page--gcz .c-navigation--drilldown .c-navigation__link {
  color: #fff;
}
.l-page--gcz .c-navigation--drilldown .c-navigation__link:hover, .l-page--gcz .c-navigation--drilldown .c-navigation__link:focus-visible {
  color: #ae9761;
}
.l-page--section .c-navigation--drilldown .c-navigation__link {
  color: #fff;
}
.l-page--section .c-navigation--drilldown .c-navigation__link:hover, .l-page--section .c-navigation--drilldown .c-navigation__link:focus-visible {
  color: #ffd400;
}
.c-navigation--drilldown .c-navigation__item.has-sub > .c-navigation__link::after {
  content: "";
  display: inline-flex;
  margin-left: 0.5em;
  width: 0.625rem;
  height: 0.5rem;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.099' height='5.202' viewBox='0 0 9.099 5.202'%3E%3Cpath d='M14.884,10.742,11.442,7.3a.65.65,0,1,1,.921-.918l3.9,3.9a.649.649,0,0,1,.019.9L12.365,15.1a.65.65,0,0,1-.921-.918Z' transform='translate(15.292 -11.251) rotate(90)' fill='%238a8a8a'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.099' height='5.202' viewBox='0 0 9.099 5.202'%3E%3Cpath d='M14.884,10.742,11.442,7.3a.65.65,0,1,1,.921-.918l3.9,3.9a.649.649,0,0,1,.019.9L12.365,15.1a.65.65,0,0,1-.921-.918Z' transform='translate(15.292 -11.251) rotate(90)' fill='%238a8a8a'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: rotate(-90deg);
}
.l-page--club .c-navigation--drilldown .c-navigation__item.has-sub > .c-navigation__link::after {
  background-color: var(--text-color, #fff);
}
.l-page--gcz .c-navigation--drilldown .c-navigation__item.has-sub > .c-navigation__link::after {
  background-color: var(--text-color, #fff);
}
.l-page--section .c-navigation--drilldown .c-navigation__item.has-sub > .c-navigation__link::after {
  background-color: var(--text-color, #fff);
}
.l-page--club .c-navigation--drilldown .c-navigation__item.is-current > .c-navigation__link, .l-page--club .c-navigation--drilldown .c-navigation__item.is-open > .c-navigation__link {
  color: #ffd400;
}
.l-page--club .c-navigation--drilldown .c-navigation__item.is-current > .c-navigation__link::after, .l-page--club .c-navigation--drilldown .c-navigation__item.is-open > .c-navigation__link::after {
  background-color: #ffd400;
}
.l-page--gcz .c-navigation--drilldown .c-navigation__item.is-current > .c-navigation__link, .l-page--gcz .c-navigation--drilldown .c-navigation__item.is-open > .c-navigation__link {
  color: #ae9761;
}
.l-page--gcz .c-navigation--drilldown .c-navigation__item.is-current > .c-navigation__link::after, .l-page--gcz .c-navigation--drilldown .c-navigation__item.is-open > .c-navigation__link::after {
  background-color: #ae9761;
}
.l-page--section .c-navigation--drilldown .c-navigation__item.is-current > .c-navigation__link, .l-page--section .c-navigation--drilldown .c-navigation__item.is-open > .c-navigation__link {
  color: #ffd400;
}
.l-page--section .c-navigation--drilldown .c-navigation__item.is-current > .c-navigation__link::after, .l-page--section .c-navigation--drilldown .c-navigation__item.is-open > .c-navigation__link::after {
  background-color: #ffd400;
}
.c-navigation--dropdown .c-navigation__link {
  padding: 1.84em 1.6em;
}
.l-page--club .c-navigation--dropdown .c-navigation__link span {
  margin-bottom: -4px;
  padding-bottom: 4px;
  background-image: linear-gradient(#0071b9, #0071b9);
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.l-page--club .c-navigation--dropdown .c-navigation__link span {
  transition: background-size 0.3s;
}
.l-page--club .c-navigation--dropdown .c-navigation__link:hover span {
  background-size: 100% 2px;
}
.l-page--club .c-navigation--dropdown .c-navigation__link:focus-visible span {
  background-size: 100% 2px;
}
.l-page--gcz .c-navigation--dropdown .c-navigation__link span {
  margin-bottom: -4px;
  padding-bottom: 4px;
  background-image: linear-gradient(#ae9761, #ae9761);
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.l-page--gcz .c-navigation--dropdown .c-navigation__link span {
  transition: background-size 0.3s;
}
.l-page--gcz .c-navigation--dropdown .c-navigation__link:hover span {
  background-size: 100% 2px;
}
.l-page--gcz .c-navigation--dropdown .c-navigation__link:focus-visible span {
  background-size: 100% 2px;
}
.l-page--section .c-navigation--dropdown .c-navigation__link span {
  margin-bottom: -4px;
  padding-bottom: 4px;
  background-image: linear-gradient(#0071b9, #0071b9);
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.l-page--section .c-navigation--dropdown .c-navigation__link span {
  transition: background-size 0.3s;
}
.l-page--section .c-navigation--dropdown .c-navigation__link:hover span {
  background-size: 100% 2px;
}
.l-page--section .c-navigation--dropdown .c-navigation__link:focus-visible span {
  background-size: 100% 2px;
}
.l-page--club .c-navigation--dropdown .c-navigation__item.is-current > .c-navigation__link span, .l-page--club .c-navigation--dropdown .c-navigation__item.is-open > .c-navigation__link span {
  margin-bottom: -4px;
  padding-bottom: 4px;
  background-image: linear-gradient(#0071b9, #0071b9);
  background-size: 100% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.l-page--gcz .c-navigation--dropdown .c-navigation__item.is-current > .c-navigation__link span, .l-page--gcz .c-navigation--dropdown .c-navigation__item.is-open > .c-navigation__link span {
  margin-bottom: -4px;
  padding-bottom: 4px;
  background-image: linear-gradient(#ae9761, #ae9761);
  background-size: 100% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.l-page--section .c-navigation--dropdown .c-navigation__item.is-current > .c-navigation__link span, .l-page--section .c-navigation--dropdown .c-navigation__item.is-open > .c-navigation__link span {
  margin-bottom: -4px;
  padding-bottom: 4px;
  background-image: linear-gradient(#0071b9, #0071b9);
  background-size: 100% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-navigation--drilldown .c-navigation__sub-panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(100% - 4.75rem);
  background-color: #fff;
  z-index: 100;
}
.c-navigation--dropdown .c-navigation__sub-panel {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 94.75rem;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 7.25rem;
  padding-bottom: 7.25rem;
  color: #fff;
}
.c-navigation--dropdown .c-navigation__sub-title {
  position: relative;
}
@media (min-width: 60em) and (max-width: 74.99em) {
  .c-navigation--dropdown .c-navigation__sub-title {
    width: 16.6666666667%;
  }
}
@media (min-width: 75em) {
  .c-navigation--dropdown .c-navigation__sub-title {
    left: 8.3333333333%;
    width: 25%;
  }
}
.c-navigation--drilldown .c-navigation__sub-back {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.l-page--gcz .c-navigation--drilldown .c-navigation__sub-back {
  padding: 1.5625rem 0.9375rem 1.5625rem 0.9375rem;
}
.l-page--club .c-navigation--drilldown .c-navigation__sub-back, .l-page--section .c-navigation--drilldown .c-navigation__sub-back {
  padding: 2.8125rem 0.9375rem 1.5625rem 0.9375rem;
}
.c-navigation--drilldown .c-navigation__sub-back::before {
  content: "";
  display: inline-flex;
  width: 0.75em;
  height: 0.5em;
  margin-right: 0.75em;
  background-color: #003a63;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.099' height='5.202' viewBox='0 0 9.099 5.202'%3E%3Cpath d='M14.884,10.742,11.442,7.3a.65.65,0,1,1,.921-.918l3.9,3.9a.649.649,0,0,1,.019.9L12.365,15.1a.65.65,0,0,1-.921-.918Z' transform='translate(15.292 -11.251) rotate(90)' fill='%238a8a8a'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.099' height='5.202' viewBox='0 0 9.099 5.202'%3E%3Cpath d='M14.884,10.742,11.442,7.3a.65.65,0,1,1,.921-.918l3.9,3.9a.649.649,0,0,1,.019.9L12.365,15.1a.65.65,0,0,1-.921-.918Z' transform='translate(15.292 -11.251) rotate(90)' fill='%238a8a8a'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: rotate(90deg);
  transition: background-color 0.25s cubic-bezier(1, 0, 0, 1), transform 0.25s cubic-bezier(1, 0, 0, 1);
}
.l-page--club .c-navigation--drilldown .c-navigation__sub-back:hover, .l-page--club .c-navigation--drilldown .c-navigation__sub-back:focus-visible {
  color: #0071b9;
}
.l-page--gcz .c-navigation--drilldown .c-navigation__sub-back:hover, .l-page--gcz .c-navigation--drilldown .c-navigation__sub-back:focus-visible {
  color: #ae9761;
}
.l-page--section .c-navigation--drilldown .c-navigation__sub-back:hover, .l-page--section .c-navigation--drilldown .c-navigation__sub-back:focus-visible {
  color: #0071b9;
}
.c-navigation--drilldown .c-navigation__sub-back:hover::before, .c-navigation--drilldown .c-navigation__sub-back:focus-visible::before {
  transform: rotate(90deg) translateY(0.5em);
}
.l-page--club .c-navigation--drilldown .c-navigation__sub-back:hover::before, .l-page--club .c-navigation--drilldown .c-navigation__sub-back:focus-visible::before {
  background-color: #0071b9;
}
.l-page--gcz .c-navigation--drilldown .c-navigation__sub-back:hover::before, .l-page--gcz .c-navigation--drilldown .c-navigation__sub-back:focus-visible::before {
  background-color: #ae9761;
}
.l-page--section .c-navigation--drilldown .c-navigation__sub-back:hover::before, .l-page--section .c-navigation--drilldown .c-navigation__sub-back:focus-visible::before {
  background-color: #0071b9;
}
.c-navigation__sub-list {
  position: relative;
}
.c-navigation--drilldown .c-navigation__sub-list {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0.9375rem 6rem 0.9375rem;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior-y: contain;
}
.l-page--gcz .c-navigation--drilldown .c-navigation__sub-list {
  top: 3.875rem;
}
.l-page--club .c-navigation--drilldown .c-navigation__sub-list, .l-page--section .c-navigation--drilldown .c-navigation__sub-list {
  top: 5.125rem;
}
.c-navigation--dropdown .c-navigation__sub-list {
  margin-top: -0.4em;
  margin-bottom: -0.4em;
}
@media (min-width: 60em) and (max-width: 74.99em) {
  .c-navigation--dropdown .c-navigation__sub-list {
    left: 8.3333333333%;
    width: 33.3333333333%;
  }
}
@media (min-width: 75em) {
  .c-navigation--dropdown .c-navigation__sub-list {
    left: 8.3333333333%;
    width: 25%;
  }
}
.c-navigation--dropdown .c-navigation__sub-item {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.c-navigation__sub-link {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
}
.c-navigation--drilldown .c-navigation__sub-link {
  display: block;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  font-size: 1.125rem;
}
.l-page--club .c-navigation--drilldown .c-navigation__sub-link:hover, .l-page--club .c-navigation--drilldown .c-navigation__sub-link:focus-visible {
  color: #0071b9;
}
.l-page--gcz .c-navigation--drilldown .c-navigation__sub-link:hover, .l-page--gcz .c-navigation--drilldown .c-navigation__sub-link:focus-visible {
  color: #ae9761;
}
.l-page--section .c-navigation--drilldown .c-navigation__sub-link:hover, .l-page--section .c-navigation--drilldown .c-navigation__sub-link:focus-visible {
  color: #0071b9;
}
.c-navigation--dropdown .c-navigation__sub-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: left;
  font-size: 1.125rem;
  border-bottom: 1px solid rgba(204, 221, 233, 0.2);
}
.l-page--club .c-navigation--dropdown .c-navigation__sub-link:hover, .l-page--club .c-navigation--dropdown .c-navigation__sub-link:focus-visible {
  color: #ffd400;
}
.l-page--gcz .c-navigation--dropdown .c-navigation__sub-link:hover, .l-page--gcz .c-navigation--dropdown .c-navigation__sub-link:focus-visible {
  color: #ae9761;
}
.l-page--section .c-navigation--dropdown .c-navigation__sub-link:hover, .l-page--section .c-navigation--dropdown .c-navigation__sub-link:focus-visible {
  color: #ffd400;
}
.c-navigation--dropdown .c-navigation__sub-item.has-sub > .c-navigation__sub-link::after {
  content: "";
  display: inline-flex;
  margin-left: 0.5em;
  width: 0.625rem;
  height: 0.5rem;
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.099' height='5.202' viewBox='0 0 9.099 5.202'%3E%3Cpath d='M14.884,10.742,11.442,7.3a.65.65,0,1,1,.921-.918l3.9,3.9a.649.649,0,0,1,.019.9L12.365,15.1a.65.65,0,0,1-.921-.918Z' transform='translate(15.292 -11.251) rotate(90)' fill='%238a8a8a'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.099' height='5.202' viewBox='0 0 9.099 5.202'%3E%3Cpath d='M14.884,10.742,11.442,7.3a.65.65,0,1,1,.921-.918l3.9,3.9a.649.649,0,0,1,.019.9L12.365,15.1a.65.65,0,0,1-.921-.918Z' transform='translate(15.292 -11.251) rotate(90)' fill='%238a8a8a'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: rotate(-90deg);
}
.l-page--club .c-navigation--dropdown .c-navigation__sub-item.has-sub > .c-navigation__sub-link:hover::after, .l-page--club .c-navigation--dropdown .c-navigation__sub-item.has-sub > .c-navigation__sub-link:focus-visible::after {
  background-color: #ffd400;
}
.l-page--gcz .c-navigation--dropdown .c-navigation__sub-item.has-sub > .c-navigation__sub-link:hover::after, .l-page--gcz .c-navigation--dropdown .c-navigation__sub-item.has-sub > .c-navigation__sub-link:focus-visible::after {
  background-color: #ae9761;
}
.l-page--section .c-navigation--dropdown .c-navigation__sub-item.has-sub > .c-navigation__sub-link:hover::after, .l-page--section .c-navigation--dropdown .c-navigation__sub-item.has-sub > .c-navigation__sub-link:focus-visible::after {
  background-color: #ffd400;
}
.l-page--club .c-navigation__sub-item.is-current > .c-navigation__sub-link, .l-page--club .c-navigation__sub-item.is-open > .c-navigation__sub-link {
  color: #ffd400;
}
.l-page--gcz .c-navigation__sub-item.is-current > .c-navigation__sub-link, .l-page--gcz .c-navigation__sub-item.is-open > .c-navigation__sub-link {
  color: #ae9761;
}
.l-page--section .c-navigation__sub-item.is-current > .c-navigation__sub-link, .l-page--section .c-navigation__sub-item.is-open > .c-navigation__sub-link {
  color: #ffd400;
}
.c-navigation__sub-item.is-current > .c-navigation__sub-link {
  font-weight: 700;
}
.c-navigation--drilldown .c-navigation__subsub-list {
  padding-bottom: 1rem;
}
.c-navigation--dropdown .c-navigation__subsub-list {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  min-height: 100%;
  padding-left: 2.8125rem;
}
.c-navigation__subsub-link {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
}
.c-navigation--drilldown .c-navigation__subsub-link {
  display: block;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-size: 0.875rem;
}
.l-page--club .c-navigation--drilldown .c-navigation__subsub-link:hover, .l-page--club .c-navigation--drilldown .c-navigation__subsub-link:focus-visible {
  color: #0071b9;
}
.l-page--gcz .c-navigation--drilldown .c-navigation__subsub-link:hover, .l-page--gcz .c-navigation--drilldown .c-navigation__subsub-link:focus-visible {
  color: #ae9761;
}
.l-page--section .c-navigation--drilldown .c-navigation__subsub-link:hover, .l-page--section .c-navigation--drilldown .c-navigation__subsub-link:focus-visible {
  color: #0071b9;
}
.c-navigation--dropdown .c-navigation__subsub-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: left;
  font-size: 1.125rem;
  border-bottom: 1px solid rgba(204, 221, 233, 0.2);
}
.l-page--club .c-navigation--dropdown .c-navigation__subsub-link:hover, .l-page--club .c-navigation--dropdown .c-navigation__subsub-link:focus-visible {
  color: #ffd400;
}
.l-page--gcz .c-navigation--dropdown .c-navigation__subsub-link:hover, .l-page--gcz .c-navigation--dropdown .c-navigation__subsub-link:focus-visible {
  color: #ae9761;
}
.l-page--section .c-navigation--dropdown .c-navigation__subsub-link:hover, .l-page--section .c-navigation--dropdown .c-navigation__subsub-link:focus-visible {
  color: #ffd400;
}
.c-navigation__subsub-item.is-current > .c-navigation__subsub-link {
  font-weight: 700;
}
.l-page--club .c-navigation__subsub-item.is-current > .c-navigation__subsub-link {
  color: #ffd400;
}
.l-page--gcz .c-navigation__subsub-item.is-current > .c-navigation__subsub-link {
  color: #ae9761;
}
.l-page--section .c-navigation__subsub-item.is-current > .c-navigation__subsub-link {
  color: #ffd400;
}
.c-navigation .js-navigation-level-hover {
  touch-action: manipulation !important;
}

.c-panel {
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  top: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 220;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, transform 0.3s ease;
  top: calc(var(--hh) - 1px);
}
.c-panel.pusha-panel--active {
  transition: opacity 0.05s, transform 0.3s ease;
}
.l-page--club .c-panel {
  background-color: #0071b9;
}
.l-page--gcz .c-panel {
  background-color: #005791;
}
.l-page--section .c-panel {
  background-color: #0071b9;
}
.c-panel__inner {
  display: flex;
  flex-direction: column;
  height: calc(var(--ih) * 100 - var(--hh));
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  outline: 0;
}
.c-panel__inner::after {
  content: "";
  position: absolute;
  bottom: 6.25rem;
  right: -20rem;
  width: 36.375rem;
  height: 23.375rem;
  background-color: #fff;
  -webkit-mask-image: url("../Images/backgrounds/grasshopper.svg");
          mask-image: url("../Images/backgrounds/grasshopper.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  z-index: -1;
}

.pusha-blocker {
  background-color: transparent;
}

.pusha-active {
  padding-right: 0 !important;
}

.c-parallax {
  position: relative;
  overflow: hidden;
}
.c-parallax--teaser .c-parallax__inner {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 70.625rem;
}
.c-parallax::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-page--club .c-parallax::after {
  background-color: rgba(0, 58, 99, 0.65);
}
.l-page--gcz .c-parallax::after {
  background-color: rgba(0, 87, 145, 0.65);
}
.l-page--section .c-parallax::after {
  background-color: rgba(0, 58, 99, 0.65);
}
.c-parallax__inner {
  padding-top: 8%;
  padding-bottom: 8%;
  position: relative;
  z-index: 99;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 23.4375em) {
  .c-parallax__inner {
    padding-top: calc(8% + 7 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-parallax__inner {
    padding-top: 15%;
  }
}
@media (min-width: 23.4375em) {
  .c-parallax__inner {
    padding-bottom: calc(8% + 7 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-parallax__inner {
    padding-bottom: 15%;
  }
}
.c-parallax__inner .c-richtext {
  max-width: 37.5rem;
}
.c-parallax .simpleParallax {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-parallax--facts .c-parallax__inner {
  padding-bottom: 12%;
}
@media (min-width: 23.4375em) {
  .c-parallax--facts .c-parallax__inner {
    padding-bottom: calc(12% + 8 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-parallax--facts .c-parallax__inner {
    padding-bottom: 20%;
  }
}
.c-parallax--cadre-carousel {
  background-color: #0071b9;
}
.c-parallax--cadre-carousel::after {
  content: none;
}
.c-parallax--cadre-carousel .c-parallax__inner {
  padding: 0;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.powermail_form h3,
.powermail_legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.powermail_form.nolabel .powermail_fieldwrap_type_input label,
.powermail_form.nolabel .powermail_fieldwrap_type_textarea label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.powermail_fieldset {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  display: flex;
  flex-wrap: wrap;
}
.powermail_fieldset .l-col {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.powermail_fieldwrap {
  margin-bottom: 1em;
}
.powermail_fieldwrap:last-child {
  margin-bottom: 0;
}

.powermail_fieldwrap_required label {
  font-weight: bold;
}
.powermail_fieldwrap_required [placeholder].placeholder {
  font-weight: bold;
}
.powermail_fieldwrap_required [placeholder]::-moz-placeholder {
  font-weight: bold;
}
.powermail_fieldwrap_required [placeholder]:-ms-input-placeholder {
  font-weight: bold;
}
.powermail_fieldwrap_required [placeholder]::placeholder {
  font-weight: bold;
}

@media (min-width: 23.4375em) {
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field, .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -5px;
  }
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .c-radio,
.powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .c-checkbox, .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .c-radio,
.powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .c-checkbox {
    margin: 0 15px 5px 0;
  }
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .c-radio:last-child,
.powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .c-checkbox:last-child, .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .c-radio:last-child,
.powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .c-checkbox:last-child {
    margin-right: 0;
  }
}

.powermail_message,
.parsley-errors-list, .powermail-errors-list {
  list-style: none;
  padding-left: 0;
  color: #CC4B37;
}

.parsley-errors-list, .powermail-errors-list {
  margin-top: 5px;
  font-size: 0.875em;
}

[type=email].parsley-error, [type=email].powermail_field_error, [type=number].parsley-error, [type=number].powermail_field_error, [type=password].parsley-error, [type=password].powermail_field_error, [type=search].parsley-error, [type=search].powermail_field_error, [type=tel].parsley-error, [type=tel].powermail_field_error, [type=text].parsley-error, [type=text].powermail_field_error, [type=url].parsley-error, [type=url].powermail_field_error, [type=date].parsley-error, [type=date].powermail_field_error, textarea.parsley-error, textarea.powermail_field_error, select.parsley-error, select.powermail_field_error {
  border-color: #CC4B37;
}

.parsley-error > label, .powermail_field_error > label {
  color: #CC4B37;
}
.parsley-error input[type=checkbox] ~ label::before,
.parsley-error input[type=radio] ~ label::before, .powermail_field_error input[type=checkbox] ~ label::before,
.powermail_field_error input[type=radio] ~ label::before {
  border-color: #CC4B37;
}
.parsley-error input[type=checkbox] ~ label:hover::before, .parsley-error input[type=checkbox]:focus ~ label::before,
.parsley-error input[type=radio] ~ label:hover::before,
.parsley-error input[type=radio]:focus ~ label::before, .powermail_field_error input[type=checkbox] ~ label:hover::before, .powermail_field_error input[type=checkbox]:focus ~ label::before,
.powermail_field_error input[type=radio] ~ label:hover::before,
.powermail_field_error input[type=radio]:focus ~ label::before {
  border-color: #CC4B37;
}
.parsley-error.powermail_field_error_container, .powermail_field_error.powermail_field_error_container {
  flex: 1 1 100%;
}

.parsley-error, .powermail_field_error {
  color: #CC4B37;
  border-color: #CC4B37;
}
.parsley-error + label, .powermail_field_error + label {
  color: #CC4B37;
}

.c-form-group--materialize.powermail_fieldwrap_type_input, .c-form-group--materialize.powermail_fieldwrap_type_textarea, .c-form-group--materialize.powermail_fieldwrap_type_select {
  position: relative;
}
.c-form-group--materialize.powermail_fieldwrap_type_input label, .c-form-group--materialize.powermail_fieldwrap_type_textarea label, .c-form-group--materialize.powermail_fieldwrap_type_select label {
  position: absolute;
  top: 0;
  left: 0.8rem;
  padding: 0;
  font-size: 1rem;
  text-align: left;
  color: #63beff;
  cursor: text;
  pointer-events: none;
  transform: translateY(0.8rem);
  transform-origin: 0 0;
  transition: 0.2s transform ease-out;
}
.c-form-group--materialize.powermail_fieldwrap_type_input label.active, .c-form-group--materialize.powermail_fieldwrap_type_textarea label.active, .c-form-group--materialize.powermail_fieldwrap_type_select label.active {
  transform: translateY(0.3rem) scale(0.8);
}
.c-form-group--materialize.powermail_fieldwrap_type_input input,
.c-form-group--materialize.powermail_fieldwrap_type_input select,
.c-form-group--materialize.powermail_fieldwrap_type_input .select:after, .c-form-group--materialize.powermail_fieldwrap_type_textarea input,
.c-form-group--materialize.powermail_fieldwrap_type_textarea select,
.c-form-group--materialize.powermail_fieldwrap_type_textarea .select:after, .c-form-group--materialize.powermail_fieldwrap_type_select input,
.c-form-group--materialize.powermail_fieldwrap_type_select select,
.c-form-group--materialize.powermail_fieldwrap_type_select .select:after {
  height: 3em;
}
.c-form-group--materialize.powermail_fieldwrap_type_input input,
.c-form-group--materialize.powermail_fieldwrap_type_input textarea,
.c-form-group--materialize.powermail_fieldwrap_type_input select, .c-form-group--materialize.powermail_fieldwrap_type_textarea input,
.c-form-group--materialize.powermail_fieldwrap_type_textarea textarea,
.c-form-group--materialize.powermail_fieldwrap_type_textarea select, .c-form-group--materialize.powermail_fieldwrap_type_select input,
.c-form-group--materialize.powermail_fieldwrap_type_select textarea,
.c-form-group--materialize.powermail_fieldwrap_type_select select {
  padding: 1em 1rem 0;
}
.c-form-group--materialize.powermail_fieldwrap_type_input textarea, .c-form-group--materialize.powermail_fieldwrap_type_textarea textarea, .c-form-group--materialize.powermail_fieldwrap_type_select textarea {
  padding-top: 1.175em;
  height: 6.5em;
}

.powermail_form {
  position: relative;
}
.powermail_form .c-form-group:not(:last-child) {
  margin-bottom: 1.875rem;
}
.powermail_form input, .powermail_form textarea {
  transition: all 0.3s ease-in-out;
}
.powermail_form input:focus, .powermail_form textarea:focus {
  background-color: #e6e6e6;
  border-color: #003a63;
}
.powermail_form .parsley-error, .powermail_form .powermail_field_error {
  color: #003a63;
}
.powermail_form .parsley-error + label, .powermail_form .powermail_field_error + label {
  color: #CC4B37;
}
.powermail_form .powermail_fieldwrap_type_select select {
  position: relative;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.099' height='5.202' viewBox='0 0 9.099 5.202'%3E%3Cpath d='M14.884,10.742,11.442,7.3a.65.65,0,1,1,.921-.918l3.9,3.9a.649.649,0,0,1,.019.9L12.365,15.1a.65.65,0,0,1-.921-.918Z' transform='translate(15.292 -11.251) rotate(90)' fill='%23000'/%3E%3C/svg%3E");
  background-size: 0.83125rem 0.43125rem;
  background-repeat: no-repeat;
  background-position: center right 20px;
  padding-right: 2.8125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
}
.powermail_form .c-radio input[type=radio] ~ label, .powermail_form .c-radio input[type=checkbox] ~ label, .powermail_form .c-checkbox input[type=radio] ~ label, .powermail_form .c-checkbox input[type=checkbox] ~ label {
  padding-left: 2.5rem;
}
.powermail_form .c-radio input[type=radio] ~ label::before, .powermail_form .c-radio input[type=radio] ~ label::after, .powermail_form .c-radio input[type=checkbox] ~ label::before, .powermail_form .c-radio input[type=checkbox] ~ label::after, .powermail_form .c-checkbox input[type=radio] ~ label::before, .powermail_form .c-checkbox input[type=radio] ~ label::after, .powermail_form .c-checkbox input[type=checkbox] ~ label::before, .powermail_form .c-checkbox input[type=checkbox] ~ label::after {
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.powermail_form .c-radio input[type=radio] ~ label {
  padding-top: 0.125rem;
}
.powermail_form .c-radio input[type=radio]:checked ~ label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23003a63' d='M4 1C2.3 1 1 2.3 1 4s1.3 3 3 3 3-1.3 3-3S5.7 1 4 1z'/%3E%3C/svg%3E");
  background-size: 1rem;
}
.powermail_form .c-checkbox input[type=checkbox] ~ label {
  display: flex;
  align-items: center;
  height: 100%;
}
.powermail_form .c-checkbox input[type=checkbox]:checked ~ label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23003a63' d='M6.4 1L5.7 1.7 2.9 4.5 2.1 3.7 1.4 3 0 4.4l0.7 0.7 1.5 1.5 0.7 0.7 0.7-0.7 3.5-3.5 0.7-0.7L6.4 1 6.4 1z'/%3E%3C/svg%3E");
  background-size: 1rem;
}
.powermail_form .powermail_fieldwrap_type_check a:not([class]) {
  transition: all 0.3s ease-in-out;
}
.powermail_form .powermail_fieldwrap_type_check a:not([class]) span {
  margin-bottom: -1px;
  padding-bottom: 1px;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}

@media (min-width: 23.4375em) {
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .c-radio,
.powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .c-checkbox, .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .c-radio,
.powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .c-checkbox {
    margin: 0 1.875rem 0 0;
  }
}

.powermail_fieldwrap_type_submit .powermail_field {
  display: inline-block;
}
.powermail_fieldwrap_type_submit .powermail_field input[type=submit] {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
}

.powermail_progressbar {
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.powermail_progressbar .powermail_progress {
  height: 100%;
  background-image: url(../Images/icons/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.c-quote {
  position: relative;
}
.c-quote img {
  width: 9.1875rem;
  border-radius: 50%;
}
@media (max-width: 42.49em) {
  .c-quote img {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 42.5em) {
  .c-quote img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.c-quote span {
  display: block;
  margin-top: 1.4375rem;
  font-size: 0.9375rem;
  font-weight: 800;
}
.l-page--club .c-quote span {
  color: var(--accent-invert-color, #0071b9);
}
.l-page--gcz .c-quote span {
  color: var(--accent-invert-color, #ae9761);
}
.l-page--section .c-quote span {
  color: var(--accent-invert-color, #0071b9);
}
@media (min-width: 60em) {
  .c-quote span {
    font-size: 1.125rem;
  }
}

.c-richtext {
  font-size: 0.875rem;
}
@media (min-width: 23.4375em) {
  .c-richtext {
    font-size: calc(0.875rem + 0.375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-richtext {
    font-size: 1.25rem;
  }
}
.l-page--club .c-richtext {
  color: var(--text-color, #003a63);
}
.l-page--gcz .c-richtext {
  color: var(--text-color, #003a63);
}
.l-page--section .c-richtext {
  color: var(--text-color, #003a63);
}
@media (max-width: 59.99em) {
  .c-richtext--overflow {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: 0;
    padding-left: 0;
  }
  .c-richtext--overflow::-webkit-scrollbar {
    /* Chrome, Safari and Opera */
    display: none;
  }
  .c-richtext--overflow .contenttable td, .c-richtext--overflow .c-external-content--table table td, .c-external-content--table .c-richtext--overflow table td,
.c-richtext--overflow .contenttable th,
.c-richtext--overflow .c-external-content--table table th,
.c-external-content--table .c-richtext--overflow table th {
    white-space: nowrap;
  }
}

.c-select-wrapper {
  position: relative;
}
.c-select-wrapper ::-webkit-scrollbar {
  display: none;
}
.c-select-wrapper::after {
  content: "";
  pointer-events: none;
  display: inline-flex;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-40%);
  width: 0.75em;
  height: 0.5em;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.099' height='5.202' viewBox='0 0 9.099 5.202'%3E%3Cpath d='M14.884,10.742,11.442,7.3a.65.65,0,1,1,.921-.918l3.9,3.9a.649.649,0,0,1,.019.9L12.365,15.1a.65.65,0,0,1-.921-.918Z' transform='translate(15.292 -11.251) rotate(90)' fill='%238a8a8a'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.099' height='5.202' viewBox='0 0 9.099 5.202'%3E%3Cpath d='M14.884,10.742,11.442,7.3a.65.65,0,1,1,.921-.918l3.9,3.9a.649.649,0,0,1,.019.9L12.365,15.1a.65.65,0,0,1-.921-.918Z' transform='translate(15.292 -11.251) rotate(90)' fill='%238a8a8a'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--background-color, #fff);
}
.l-page--club .c-select-wrapper::after {
  background-color: var(--text-color, #0071b9);
}
.l-page--gcz .c-select-wrapper::after {
  background-color: var(--text-color, #005791);
}
.l-page--section .c-select-wrapper::after {
  background-color: var(--text-color, #0071b9);
}
.c-select-wrapper__label {
  position: absolute;
  top: -0.6em;
  left: 1em;
  margin-bottom: 0;
  padding-right: 0.5em;
  padding-left: 0.5em;
  font-size: 0.625rem;
  background-color: var(--background-color, #fff);
}
.l-page--club .c-select-wrapper__label {
  color: var(--text-color, #0071b9);
}
.l-page--gcz .c-select-wrapper__label {
  color: var(--text-color, #003a63);
}
.l-page--section .c-select-wrapper__label {
  color: var(--text-color, #0071b9);
}
.c-select-wrapper__select {
  font-size: 0.875rem;
  width: 100%;
  height: auto !important;
  padding: 0.7em 2.5em 0.4em 0.9em;
  font-weight: 700;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.4em;
  background-color: var(--background-color, #fff);
}
@media (min-width: 23.4375em) {
  .c-select-wrapper__select {
    font-size: calc(0.875rem + 0.125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-select-wrapper__select {
    font-size: 1rem;
  }
}
.l-page--club .c-select-wrapper__select {
  color: var(--text-color, #0071b9);
}
.l-page--gcz .c-select-wrapper__select {
  color: var(--text-color, #005791);
}
.l-page--section .c-select-wrapper__select {
  color: var(--text-color, #0071b9);
}

.c-share {
  display: inline-flex;
  align-items: center;
}
.c-share button {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  display: inline-flex;
  align-items: center;
}
.c-share button svg {
  background-color: #e6e6e6;
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
}
.c-share button span {
  display: inline-block;
  overflow: hidden;
  margin-left: 0.5rem;
}
.c-share button.is-active span {
  width: 0.75rem;
  visibility: hidden;
  color: transparent;
}
.c-share button.is-active svg, .c-share button:active svg, .c-share button:focus svg, .c-share button:hover svg {
  background-color: #000;
  color: #fff;
}
.c-share__list {
  padding-left: 0;
  list-style: none;
  display: inline-flex;
  visibility: hidden;
}
.c-share__list a:not([class]) {
  margin-left: 0.3125rem;
  padding: 0.625rem;
  color: transparent;
}
.c-share__list svg {
  overflow: visible;
  width: auto;
  height: 1.875rem;
}
.c-share__list.is-toggled {
  visibility: visible;
}
.c-share__list.is-toggled a:not([class]) {
  color: inherit;
}

.c-slider--cadre {
  padding-top: 2.125rem;
}
.c-slider--cadre .c-slider__items {
  display: flex;
  align-items: flex-end;
}
.c-slider--cadre .c-slider__item {
  position: relative;
  height: 100%;
}
.c-slider--cadre .c-slider__item:not(.is-active) {
  cursor: pointer;
}
.c-slider--cadre .c-slider__item:not(.is-active) .c-slider-cadre-item__portrait {
  transform: scale(0.8);
  filter: brightness(0.65);
}
.c-slider--cadre .c-slider__item:not(.is-active) div::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: red;
}
.c-slider--cadre .c-slider__item:not(.is-active) .c-slider-cadre-item__link {
  display: none;
}
.c-slider--cadre .c-slider__item.is-active:hover .c-slider-cadre-item__portrait {
  transform: scale(1.025);
}
@media (min-width: 60em) {
  .c-slider--cadre .c-slider__item.is-active:hover .c-slider-cadre-item__details {
    left: 78%;
  }
}
.c-slider--cadre .c-slider__item.is-active .c-slider-cadre-item__details {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in;
}
.c-slider--cadre .c-slider__arrows {
  position: absolute;
  z-index: 999;
  right: 0.9375rem;
  bottom: 0.9375rem;
}
@media (min-width: 60em) {
  .c-slider--cadre .c-slider__arrows {
    right: 0;
    bottom: 3.125rem;
  }
}
.c-slider--cadre .c-slider__arrow {
  color: #fff !important;
  opacity: 1 !important;
}
.c-slider--cadre .c-slider__arrow:hover, .c-slider--cadre .c-slider__arrow:focus-visible {
  opacity: 0.8 !important;
}
.c-slider-cadre-item {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 0.625rem;
}
.c-slider-cadre-item h3, .c-slider-cadre-item span {
  color: #fff;
}
.c-slider-cadre-item__portrait {
  margin-bottom: -1px;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
  transform-origin: center bottom;
}
.c-slider-cadre-item__details {
  position: absolute;
  top: 10%;
  left: 75%;
  visibility: hidden;
  opacity: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid transparent;
}
@media (min-width: 60em) {
  .c-slider-cadre-item__details {
    top: 20%;
    left: 80%;
  }
}
.l-page--club .c-slider-cadre-item__details {
  border-color: #ffd400;
}
.l-page--gcz .c-slider-cadre-item__details {
  border-color: #ae9761;
}
.l-page--section .c-slider-cadre-item__details {
  border-color: #ffd400;
}

@media (min-width: 42.5em) and (max-width: 62.5em) {
  .c-slider--facts .c-slider__items {
    margin: 0 -2px !important;
  }
}
@media (min-width: 62.5em) {
  .c-slider--facts .c-slider__items {
    display: flex !important;
    justify-content: center;
  }
}
.c-slider--facts .c-slider__item {
  position: relative;
  display: inline-flex !important;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  padding: 0 1.875rem;
}
.c-slider--facts .c-slider__item::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 42.5em) and (max-width: 62.5em) {
  .c-slider--facts .c-slider__item:not(:last-child)::before {
    content: "";
    right: 0;
  }
}
@media (min-width: 62.5em) {
  .c-slider--facts .c-slider__item:not(:first-child)::before {
    content: "";
    left: 0;
  }
}
@media (min-width: 75em) {
  .c-slider--facts .c-slider__item {
    padding: 0 3.125rem;
  }
}
@media (min-width: 103.75em) {
  .c-slider--facts .c-slider__item {
    padding: 0 4.6875rem;
  }
}
.c-slider--facts .c-slider__item-inner {
  display: inline-flex;
  margin: 0 auto;
}
.c-slider--facts .c-slider__item-inner svg {
  flex-shrink: 0;
  width: auto;
  height: 4.25rem;
  margin-top: 0.625rem;
  margin-right: 0.625rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 103.75em) {
  .c-slider--facts .c-slider__item-inner svg {
    height: 5.75rem;
    margin-top: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.c-slider--facts .c-slider__item-inner span {
  display: block;
  font-weight: 800;
}
.c-slider--facts .c-slider__item-inner span:first-child {
  font-size: 6.25rem;
  line-height: 1;
  transition: font-size 0.3s ease-in-out;
}
.l-page--club .c-slider--facts .c-slider__item-inner span:first-child {
  color: #fff;
}
.l-page--gcz .c-slider--facts .c-slider__item-inner span:first-child {
  color: #ae9761;
}
.l-page--section .c-slider--facts .c-slider__item-inner span:first-child {
  color: #fff;
}
@media (min-width: 103.75em) {
  .c-slider--facts .c-slider__item-inner span:first-child {
    font-size: 8.4375rem;
  }
}
.c-slider--facts .c-slider__item-inner span:not(:first-child) {
  padding-left: 0.3125rem;
  text-transform: uppercase;
  color: #fff;
  transition: font-size 0.3s ease-in-out;
}
@media (min-width: 103.75em) {
  .c-slider--facts .c-slider__item-inner span:not(:first-child) {
    font-size: 1.25rem;
  }
}
.c-slider--facts .c-slider__pagination {
  margin-top: 0.625rem;
}
@media (min-width: 20em) {
  .c-slider--facts .c-slider__pagination {
    margin-top: calc(0.625rem + 1.875 * (100vw - 20rem) / 42.5);
  }
}
@media (min-width: 62.5em) {
  .c-slider--facts .c-slider__pagination {
    margin-top: 2.5rem;
  }
}
.c-slider--facts .c-slider__pagination-page {
  background: rgba(255, 255, 255, 0.3);
}
.c-slider--facts .c-slider__pagination-page.is-active {
  background: #fff;
}

.c-slider--media {
  padding-bottom: 2.5rem;
}
@media (min-width: 60em) {
  .c-slider--media {
    padding-bottom: 0.125rem;
  }
}
.c-slider--media .c-slider__arrows {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 2.5rem;
  padding-top: 56.25%;
  z-index: 1;
}
.c-slider--media .c-slider__pagination {
  position: absolute;
  z-index: 999;
  display: flex;
  justify-content: center;
  width: 100%;
}
.c-slider--media .c-slider__pagination-page {
  background: rgba(202, 202, 202, 0.3);
}
.c-slider--media .c-slider__pagination-page.is-active {
  background: #cacaca;
}

.c-slider-news-item {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.c-slider-news-item__detail {
  display: flex;
  z-index: 300;
  height: 4.375rem;
}
@media (min-width: 75em) {
  .c-slider-news-item__detail {
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(1.875rem / 4 + 50%);
    height: 7.5rem;
    padding-bottom: 1.5625rem;
  }
}
.c-slider-news-item__title {
  font-size: 1.125rem;
  position: relative;
  margin: 0 0 0 2.5rem;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (min-width: 23.4375em) {
  .c-slider-news-item__title {
    font-size: calc(1.125rem + 0.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-slider-news-item__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 42.5em) {
  .c-slider-news-item__title {
    margin-left: 3.125rem;
  }
}
@media (max-width: 74.99em) {
  .c-slider-news-item__title {
    display: flex;
  }
}
@media (min-width: 75em) {
  .c-slider-news-item__title {
    margin-right: 7.5rem;
    margin-left: 3.125rem;
  }
}
.c-slider-news-item__title:hover, .c-slider-news-item__title:focus-visible {
  opacity: 0.6;
}
.c-slider-news-item__media {
  overflow: hidden;
}
.c-slider-news-item__media img {
  will-change: transform;
  transition: transform 0.3s ease-in-out;
}
.c-slider-news-item__media:hover img, .c-slider-news-item__media:focus-within img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.c-slider-news-item__media-play {
  overflow: hidden;
  position: relative;
}
.c-slider-news-item__media-play::after {
  cursor: pointer;
  min-width: 2.625rem;
  min-height: 2.625rem;
  max-width: 5rem;
  max-height: 5rem;
  width: 25%;
  height: 25%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='84.328' height='84.328' viewBox='0 0 84.328 84.328'%3E%3Cpath d='M82.828 42.164A40.664 40.664 0 1 1 42.164 1.5a40.664 40.664 0 0 1 40.664 40.664Z' fill='%23000' fill-opacity='0.2' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath d='m34.031 25.898 24.4 16.266-24.4 16.265Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 200;
}
.c-slider-news-item__media-play:hover:after, .c-slider-news-item__media-play:focus:after {
  transform: translate(-50%, -50%) scale(1.2);
}
.c-slider-news-item__media-play .c-video__button {
  pointer-events: none;
  touch-action: none;
}
.c-slider-news-item__media-play .c-video__button::after {
  content: none;
}
.c-slider-news-item__media-play a.u-coverlink::before {
  z-index: 201;
}

@media (max-width: 74.99em) {
  .c-slider--news {
    width: calc(100vw - 1.875rem);
  }
}
.c-slider--news .c-slider__arrows {
  position: absolute;
  top: 2.5rem;
  z-index: 10;
}
@media (max-width: 74.99em) {
  .c-slider--news .c-slider__arrows {
    left: -0.3125rem;
    transform: translateY(-50%);
  }
}
@media (min-width: 75em) {
  .c-slider--news .c-slider__arrows {
    top: 4.375rem;
    left: calc(50% + 0.3125rem);
    padding-right: 1.25rem;
    transform: translateX(-100%);
  }
}

.c-slider--tiles .c-slider__item {
  pointer-events: none;
  touch-action: none;
}
.c-slider--tiles .c-slider__item.is-visible {
  pointer-events: auto;
  touch-action: auto;
}
@media (min-width: 88.75em) {
  .c-slider--tiles .c-slider__item {
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .c-slider--tiles .c-slider__item.is-visible ~ .c-slider__item {
    opacity: 0.5;
  }
  .c-slider--tiles .c-slider__item.is-visible {
    opacity: 1 !important;
  }
}
.c-slider--tiles .c-slider__arrows {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 42.5em) {
  .c-slider--tiles .c-slider__arrows {
    margin-bottom: -1.875rem;
    transform: translateY(150%);
  }
}
@media (min-width: 42.5em) and (min-width: 23.4375em) {
  .c-slider--tiles .c-slider__arrows {
    margin-bottom: calc(-1.875rem + -1.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 42.5em) and (min-width: 75em) {
  .c-slider--tiles .c-slider__arrows {
    margin-bottom: -3.125rem;
  }
}

.c-slider--tv .c-slider__arrows {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}

.c-slider {
  position: relative;
}
.c-slider--overflow .c-slider__container {
  overflow: visible;
}
.c-slider__title {
  font-size: 1.25rem;
}
@media (min-width: 23.4375em) {
  .c-slider__title {
    font-size: calc(1.25rem + 0.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-slider__title {
    font-size: 1.875rem;
  }
}
.c-slider__arrows {
  pointer-events: none;
}
.c-slider__arrows .c-slider__arrow {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  pointer-events: auto;
}
.c-slider__arrows--default .c-slider__arrow {
  width: 1.875rem;
  height: 1.875rem;
  transition: all 0.2s ease-in-out;
  opacity: 0.5;
}
.l-page--club .c-slider__arrows--default .c-slider__arrow {
  color: var(--text-color, #0071b9);
}
.l-page--gcz .c-slider__arrows--default .c-slider__arrow {
  color: var(--text-color, #005791);
}
.l-page--section .c-slider__arrows--default .c-slider__arrow {
  color: var(--text-color, #0071b9);
}
.c-slider__arrows--default .c-slider__arrow:hover, .c-slider__arrows--default .c-slider__arrow:focus-visible {
  opacity: 1;
}
.c-slider__arrows--default .c-slider__arrow--prev {
  margin-right: 0.625rem;
  transform: rotate(0deg);
}
.c-slider__arrows--default .c-slider__arrow--next {
  transform: rotate(180deg);
}
.c-slider__arrows--default .c-slider__arrow svg {
  width: 1.25rem;
  height: 1.25rem;
}
.c-slider__arrows--circle .c-slider__arrow {
  width: 3.75rem;
  height: 2.75rem;
  transition: all 0.2s ease-in-out;
  opacity: 0.5;
}
.l-page--club .c-slider__arrows--circle .c-slider__arrow {
  color: var(--text-color, #0071b9);
}
.l-page--gcz .c-slider__arrows--circle .c-slider__arrow {
  color: var(--text-color, #005791);
}
.l-page--section .c-slider__arrows--circle .c-slider__arrow {
  color: var(--text-color, #0071b9);
}
.c-slider__arrows--circle .c-slider__arrow:hover, .c-slider__arrows--circle .c-slider__arrow:focus-visible {
  opacity: 1;
}
.c-slider__arrows--circle .c-slider__arrow--prev {
  margin-right: 1rem;
  transform: rotate(180deg);
}
.c-slider__arrows--circle .c-slider__arrow--next {
  transform: rotate(0deg);
}
.c-slider__arrows--circle .c-slider__arrow[disabled] {
  opacity: 0.2;
}
.c-slider__arrows--circle .c-slider__arrow svg {
  width: 100%;
  height: 100%;
}
.c-slider__pagination-page {
  width: 0.75rem;
  height: 0.25rem;
  margin: 0.625rem 0.125rem;
  padding: 0;
  color: inherit;
  outline: transparent;
}
@media (min-width: 42.5em) {
  .c-slider__pagination-page {
    width: 0.9375rem;
    height: 0.3125rem;
    margin: 0.625rem 0.1875rem;
  }
}

.c-social__list {
  display: flex;
}
.c-social--follow .c-social__title {
  display: block;
  margin-bottom: 0.75rem;
}
.c-social--follow .c-social__item:not(:first-child) {
  margin-left: 0.9375rem;
}
.c-social--share .c-social__title {
  display: block;
  margin-bottom: 0.3125rem;
}
.c-social--share .c-social__item:not(:last-child) {
  margin-right: 1.125rem;
}

.c-sponsors {
  --border-rgb: 204, 221, 233;
}
.c-sponsors__list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-sponsors__item {
  display: block;
}
.c-sponsors:not(.c-sponsors--footer) .c-sponsors__item {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccdde9;
  border-radius: 0.9375rem;
  transition: all 0.3s ease-in-out;
}
.c-sponsors:not(.c-sponsors--footer) .c-sponsors__item img {
  position: relative;
  z-index: 1;
}
.c-sponsors:not(.c-sponsors--footer) .c-sponsors__item:hover {
  -webkit-animation: pulse-live 2s infinite;
          animation: pulse-live 2s infinite;
}
@media (max-width: 42.49em) {
  .c-sponsors:not(.c-sponsors--footer).c-sponsors--arena-partner .c-sponsors__list {
    gap: 0.625rem;
  }
}
@media (min-width: 42.5em) and (max-width: 59.99em) {
  .c-sponsors:not(.c-sponsors--footer).c-sponsors--arena-partner .c-sponsors__list {
    gap: 1.25rem;
  }
}
@media (min-width: 60em) {
  .c-sponsors:not(.c-sponsors--footer).c-sponsors--arena-partner .c-sponsors__list {
    gap: 2.5rem;
  }
}
@media (max-width: 42.49em) {
  .c-sponsors:not(.c-sponsors--footer).c-sponsors--arena-partner .c-sponsors__list li {
    width: 100%;
  }
}
@media (min-width: 42.5em) and (max-width: 59.99em) {
  .c-sponsors:not(.c-sponsors--footer).c-sponsors--arena-partner .c-sponsors__list li {
    width: calc(50% - 0.625rem);
  }
}
@media (min-width: 60em) {
  .c-sponsors:not(.c-sponsors--footer).c-sponsors--arena-partner .c-sponsors__list li {
    width: calc(50% - 1.25rem);
  }
}
.c-sponsors:not(.c-sponsors--footer).c-sponsors--arena-partner .c-sponsors__item {
  display: flex;
  justify-content: center;
}
@media (max-width: 42.49em) {
  .c-sponsors:not(.c-sponsors--footer).c-sponsors--arena-partner .c-sponsors__item {
    padding: 0.9375rem 3.125rem;
  }
}
@media (min-width: 42.5em) and (max-width: 59.99em) {
  .c-sponsors:not(.c-sponsors--footer).c-sponsors--arena-partner .c-sponsors__item {
    padding: 1.25rem 5rem;
  }
}
@media (min-width: 60em) {
  .c-sponsors:not(.c-sponsors--footer).c-sponsors--arena-partner .c-sponsors__item {
    padding: 1.25rem 6.25rem;
  }
}
@media (max-width: 42.49em) {
  .c-sponsors:not(.c-sponsors--footer).c-sponsors--premium-partner .c-sponsors__list {
    gap: 0.625rem;
  }
}
@media (min-width: 42.5em) {
  .c-sponsors:not(.c-sponsors--footer).c-sponsors--premium-partner .c-sponsors__list {
    gap: 1.25rem;
  }
}
@media (min-width: 60em) {
  .c-sponsors:not(.c-sponsors--footer).c-sponsors--premium-partner .c-sponsors__list {
    gap: 2.5rem;
  }
}
@media (max-width: 42.49em) {
  .c-sponsors:not(.c-sponsors--footer).c-sponsors--premium-partner .c-sponsors__list li {
    width: calc(50% - 0.3125rem);
  }
}
@media (min-width: 42.5em) {
  .c-sponsors:not(.c-sponsors--footer).c-sponsors--premium-partner .c-sponsors__list li {
    width: calc(33.3333333333% - 0.875rem);
  }
}
@media (min-width: 60em) {
  .c-sponsors:not(.c-sponsors--footer).c-sponsors--premium-partner .c-sponsors__list li {
    width: calc(33.3333333333% - 1.75rem);
  }
}
.c-sponsors:not(.c-sponsors--footer).c-sponsors--premium-partner .c-sponsors__item {
  padding: 0.9375rem 1.25rem;
}
@media (min-width: 42.5em) {
  .c-sponsors:not(.c-sponsors--footer).c-sponsors--premium-partner .c-sponsors__item {
    padding: 1.25rem 1.875rem;
  }
}
@media (max-width: 42.49em) {
  .c-sponsors:not(.c-sponsors--footer).c-sponsors--partner .c-sponsors__list {
    gap: 0.625rem;
  }
}
@media (min-width: 42.5em) {
  .c-sponsors:not(.c-sponsors--footer).c-sponsors--partner .c-sponsors__list {
    gap: 1.25rem;
  }
}
@media (max-width: 42.49em) {
  .c-sponsors:not(.c-sponsors--footer).c-sponsors--partner .c-sponsors__list li {
    width: calc(50% - 0.3125rem);
  }
}
@media (min-width: 42.5em) {
  .c-sponsors:not(.c-sponsors--footer).c-sponsors--partner .c-sponsors__list li {
    width: calc(33.3333333333% - 0.875rem);
  }
}
@media (min-width: 60em) {
  .c-sponsors:not(.c-sponsors--footer).c-sponsors--partner .c-sponsors__list li {
    width: calc(25% - 0.9375rem);
  }
}
@media (max-width: 42.49em) {
  .c-sponsors:not(.c-sponsors--footer).c-sponsors--partner .c-sponsors__item {
    padding: 0.9375rem 1.25rem;
  }
}
@media (min-width: 42.5em) {
  .c-sponsors:not(.c-sponsors--footer).c-sponsors--partner .c-sponsors__item {
    padding: 1.25rem 1.875rem;
  }
}
@media (min-width: 60em) {
  .c-sponsors--footer .c-sponsors__list {
    margin: -2.8125rem -0.9375rem -2.8125rem;
  }
}
@media (max-width: 59.99em) {
  .c-sponsors--footer .c-sponsors__list li {
    padding: 0.9375rem;
  }
}
@media (min-width: 60em) {
  .c-sponsors--footer .c-sponsors__list li {
    padding: 2.8125rem;
  }
}
.c-sponsors--footer .c-sponsors__list li img {
  width: auto;
}
@media (max-width: 59.99em) {
  .c-sponsors--footer .c-sponsors__list li img {
    height: 3.125rem;
  }
}
@media (min-width: 60em) {
  .c-sponsors--footer .c-sponsors__list li img {
    height: 4.375rem;
  }
}
@media (max-width: 42.49em) {
  .c-sponsors--footer.c-sponsors--partner .c-sponsors__list li img {
    height: 2.375rem;
  }
}
@media (max-width: 42.49em) {
  .c-sponsors--footer.c-sponsors--partner .c-sponsors__item {
    padding: 0.9375rem 1.25rem;
  }
}
@media (min-width: 42.5em) {
  .c-sponsors--footer.c-sponsors--partner .c-sponsors__item {
    padding: 1.25rem 1.875rem;
  }
}
.c-sponsors--presented {
  display: inline-flex;
  align-items: center;
}
.c-sponsors--presented.c-sponsors--column {
  flex-direction: column;
  align-items: flex-start;
}
.c-sponsors--presented.c-sponsors--column img {
  max-height: 1.5rem;
}
@media (min-width: 23.4375em) {
  .c-sponsors--presented.c-sponsors--column img {
    max-height: calc(1.5rem + 0.375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-sponsors--presented.c-sponsors--column img {
    max-height: 1.875rem;
  }
}
.c-sponsors--presented.c-sponsors--player {
  flex-direction: column;
}
@media (max-width: 59.99em) {
  .c-sponsors--presented.c-sponsors--player {
    align-items: flex-end;
  }
}
@media (min-width: 60em) {
  .c-sponsors--presented.c-sponsors--player {
    align-items: flex-start;
  }
}
.c-sponsors--presented.c-sponsors--player img {
  max-height: 1.25rem;
}
@media (min-width: 23.4375em) {
  .c-sponsors--presented.c-sponsors--player img {
    max-height: calc(1.25rem + 1 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-sponsors--presented.c-sponsors--player img {
    max-height: 2.25rem;
  }
}
.c-sponsors--presented .c-sponsors__link {
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c-sponsors--presented .c-sponsors__link:hover, .c-sponsors--presented .c-sponsors__link:focus-visible {
  opacity: 0.6;
}
.c-sponsors--presented span {
  font-size: 0.4375rem;
  margin-right: 0.5625rem;
}
@media (min-width: 23.4375em) {
  .c-sponsors--presented span {
    font-size: calc(0.4375rem + 0.1875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-sponsors--presented span {
    font-size: 0.625rem;
  }
}
.c-sponsors--presented img {
  max-width: 6.875rem;
}
@media (min-width: 23.4375em) {
  .c-sponsors--presented img {
    max-width: calc(6.875rem + 3.125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-sponsors--presented img {
    max-width: 10rem;
  }
}
.c-sponsors--index-page .c-sponsors__list {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}
@media (min-width: 75em) {
  .c-sponsors--index-page .c-sponsors__list {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
.c-sponsors--index-page .c-sponsors__list li {
  width: 100%;
  margin-bottom: 0.625rem;
  padding: 0 0.3125rem;
}
@media (min-width: 42.5em) {
  .c-sponsors--index-page .c-sponsors__list li {
    width: 33.3333333333%;
    margin-bottom: 1.25rem;
    padding: 0 0.9375rem;
  }
}
.c-sponsors--index-page .c-sponsors__list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.c-sponsors--index-page .c-sponsors__item {
  padding: 1.875rem 0.9375rem;
}
@media (min-width: 42.5em) {
  .c-sponsors--index-page .c-sponsors__item {
    padding: 1.5625rem 1.875rem;
  }
}

@-webkit-keyframes pulse-live {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--border-rgb), 0.7);
  }
  50% {
    box-shadow: 0 0 0 0.9em rgba(var(--border-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--border-rgb), 0);
  }
}

@keyframes pulse-live {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--border-rgb), 0.7);
  }
  50% {
    box-shadow: 0 0 0 0.9em rgba(var(--border-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--border-rgb), 0);
  }
}
.c-state-icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-table-matchcenter .c-state-icon {
  width: 0.75rem;
  height: 0.75rem;
}
.c-state-icon--plus {
  background-image: url("../Images/icons/state-icon/state-icon-plus.svg");
}
.c-state-icon--minus {
  background-image: url("../Images/icons/state-icon/state-icon-minus.svg");
}
.c-matchcenter-lineup .c-state-icon {
  height: 1.125rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-lineup .c-state-icon {
    height: calc(1.125rem + 0.375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-lineup .c-state-icon {
    height: 1.5rem;
  }
}
.c-state-icon--goal-penalty, .c-state-icon--goal, .c-state-icon--goal-self {
  width: 1.125rem;
}
@media (min-width: 23.4375em) {
  .c-state-icon--goal-penalty, .c-state-icon--goal, .c-state-icon--goal-self {
    width: calc(1.125rem + 0.375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-state-icon--goal-penalty, .c-state-icon--goal, .c-state-icon--goal-self {
    width: 1.5rem;
  }
}
.c-state-icon--yellow, .c-state-icon--yellowred, .c-state-icon--red {
  width: 0.875rem;
}
@media (min-width: 23.4375em) {
  .c-state-icon--yellow, .c-state-icon--yellowred, .c-state-icon--red {
    width: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-state-icon--yellow, .c-state-icon--yellowred, .c-state-icon--red {
    width: 1.125rem;
  }
}
.c-state-icon--substitution-in, .c-state-icon--substitution-out {
  width: 1.4375rem;
}
@media (min-width: 23.4375em) {
  .c-state-icon--substitution-in, .c-state-icon--substitution-out {
    width: calc(1.4375rem + 0.4375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-state-icon--substitution-in, .c-state-icon--substitution-out {
    width: 1.875rem;
  }
}
.c-state-icon--goal-penalty {
  background-image: url("../Images/icons/matchcenter/matchcenter-goal.svg");
}
.c-matchcenter-ticker .c-state-icon--goal-penalty {
  width: 1.125rem;
  height: 1.125rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker .c-state-icon--goal-penalty {
    width: calc(1.125rem + 0.75 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker .c-state-icon--goal-penalty {
    width: 1.875rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker .c-state-icon--goal-penalty {
    height: calc(1.125rem + 0.75 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker .c-state-icon--goal-penalty {
    height: 1.875rem;
  }
}
.c-state-icon--goal {
  background-image: url("../Images/icons/matchcenter/matchcenter-goal.svg");
}
.c-matchcenter-ticker .c-state-icon--goal {
  width: 1.125rem;
  height: 1.125rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker .c-state-icon--goal {
    width: calc(1.125rem + 0.75 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker .c-state-icon--goal {
    width: 1.875rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker .c-state-icon--goal {
    height: calc(1.125rem + 0.75 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker .c-state-icon--goal {
    height: 1.875rem;
  }
}
.c-state-icon--goal-self {
  background-image: url("../Images/icons/matchcenter/matchcenter-goal-self.svg");
}
.c-matchcenter-ticker .c-state-icon--goal-self {
  width: 1.125rem;
  height: 1.125rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker .c-state-icon--goal-self {
    width: calc(1.125rem + 0.75 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker .c-state-icon--goal-self {
    width: 1.875rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker .c-state-icon--goal-self {
    height: calc(1.125rem + 0.75 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker .c-state-icon--goal-self {
    height: 1.875rem;
  }
}
.c-state-icon--yellow {
  background-image: url("../Images/icons/matchcenter/matchcenter-card-yellow.svg");
}
.c-matchcenter-ticker .c-state-icon--yellow {
  width: 1.25rem;
  height: 1.625rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker .c-state-icon--yellow {
    width: calc(1.25rem + 0.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker .c-state-icon--yellow {
    width: 1.875rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker .c-state-icon--yellow {
    height: calc(1.625rem + 0.8125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker .c-state-icon--yellow {
    height: 2.4375rem;
  }
}
.c-state-icon--yellowred {
  background-image: url("../Images/icons/matchcenter/matchcenter-card-yellow-red.svg");
}
.c-matchcenter-ticker .c-state-icon--yellowred {
  width: 1.25rem;
  height: 1.625rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker .c-state-icon--yellowred {
    width: calc(1.25rem + 0.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker .c-state-icon--yellowred {
    width: 1.875rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker .c-state-icon--yellowred {
    height: calc(1.625rem + 0.8125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker .c-state-icon--yellowred {
    height: 2.4375rem;
  }
}
.c-state-icon--red {
  background-image: url("../Images/icons/matchcenter/matchcenter-card-red.svg");
}
.c-matchcenter-ticker .c-state-icon--red {
  width: 1.25rem;
  height: 1.625rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker .c-state-icon--red {
    width: calc(1.25rem + 0.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker .c-state-icon--red {
    width: 1.875rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker .c-state-icon--red {
    height: calc(1.625rem + 0.8125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker .c-state-icon--red {
    height: 2.4375rem;
  }
}
.c-state-icon--whistle {
  background-image: url("../Images/icons/matchcenter/matchcenter-whistle.svg");
}
.c-matchcenter-ticker .c-state-icon--whistle {
  width: 1.125rem;
  height: 1.25rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker .c-state-icon--whistle {
    width: calc(1.125rem + 0.75 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker .c-state-icon--whistle {
    width: 1.875rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker .c-state-icon--whistle {
    height: calc(1.25rem + 0.8125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker .c-state-icon--whistle {
    height: 2.0625rem;
  }
}
.c-state-icon--circle {
  background-image: url("../Images/icons/matchcenter/matchcenter-circle.svg");
}
.c-matchcenter-ticker .c-state-icon--circle {
  width: 0.6875rem;
  height: 0.6875rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker .c-state-icon--circle {
    width: calc(0.6875rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker .c-state-icon--circle {
    width: 0.9375rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker .c-state-icon--circle {
    height: calc(0.6875rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker .c-state-icon--circle {
    height: 0.9375rem;
  }
}
.c-state-icon--substitution-in, .c-state-icon--substitution-out, .c-state-icon--substitution-in-out {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-matchcenter-ticker .c-state-icon--substitution-in, .c-matchcenter-ticker .c-state-icon--substitution-out, .c-matchcenter-ticker .c-state-icon--substitution-in-out {
  width: 1.5rem;
  height: 1.125rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker .c-state-icon--substitution-in, .c-matchcenter-ticker .c-state-icon--substitution-out, .c-matchcenter-ticker .c-state-icon--substitution-in-out {
    width: calc(1.5rem + 0.375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker .c-state-icon--substitution-in, .c-matchcenter-ticker .c-state-icon--substitution-out, .c-matchcenter-ticker .c-state-icon--substitution-in-out {
    width: 1.875rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-ticker .c-state-icon--substitution-in, .c-matchcenter-ticker .c-state-icon--substitution-out, .c-matchcenter-ticker .c-state-icon--substitution-in-out {
    height: calc(1.125rem + 0.3125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-ticker .c-state-icon--substitution-in, .c-matchcenter-ticker .c-state-icon--substitution-out, .c-matchcenter-ticker .c-state-icon--substitution-in-out {
    height: 1.4375rem;
  }
}
.c-matchcenter-lineup .c-state-icon--substitution-in, .c-matchcenter-lineup .c-state-icon--substitution-out, .c-matchcenter-lineup .c-state-icon--substitution-in-out {
  width: 0.875rem;
  height: 0.625rem;
}
@media (min-width: 23.4375em) {
  .c-matchcenter-lineup .c-state-icon--substitution-in, .c-matchcenter-lineup .c-state-icon--substitution-out, .c-matchcenter-lineup .c-state-icon--substitution-in-out {
    width: calc(0.875rem + 0.875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-lineup .c-state-icon--substitution-in, .c-matchcenter-lineup .c-state-icon--substitution-out, .c-matchcenter-lineup .c-state-icon--substitution-in-out {
    width: 1.75rem;
  }
}
@media (min-width: 23.4375em) {
  .c-matchcenter-lineup .c-state-icon--substitution-in, .c-matchcenter-lineup .c-state-icon--substitution-out, .c-matchcenter-lineup .c-state-icon--substitution-in-out {
    height: calc(0.625rem + 0.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-matchcenter-lineup .c-state-icon--substitution-in, .c-matchcenter-lineup .c-state-icon--substitution-out, .c-matchcenter-lineup .c-state-icon--substitution-in-out {
    height: 1.25rem;
  }
}
.c-state-icon--substitution-in {
  background-image: url("../Images/icons/matchcenter/matchcenter-substitution-in.svg");
}
.c-state-icon--substitution-out {
  background-image: url("../Images/icons/matchcenter/matchcenter-substitution-out.svg");
}
.c-state-icon--substitution-in-out {
  background-image: url("../Images/icons/matchcenter/matchcenter-substitution-in-out.svg");
}

.c-subscribe-game-schedule {
  display: inline-flex;
  align-items: center;
}
@media (min-width: 42.5em) {
  .c-subscribe-game-schedule {
    white-space: nowrap;
  }
  .l-page--club .c-subscribe-game-schedule span {
    margin: -0.25rem 0;
    padding: 0.25rem 0;
    text-decoration: none;
    background-image: linear-gradient(var(--link-border-invert-color, #0071b9), var(--link-border-invert-color, #0071b9));
    background-size: 100% 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-size 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .l-page--club .c-subscribe-game-schedule:hover span {
    margin: -0.25rem;
    padding: 0.25rem;
    color: var(--link-hover-invert-color, #fff);
    background-size: 100% 100%;
  }
  .l-page--club .c-subscribe-game-schedule:focus-visible span {
    margin: -0.25rem;
    padding: 0.25rem;
    color: var(--link-hover-invert-color, #fff);
    background-size: 100% 100%;
  }
  .l-page--gcz .c-subscribe-game-schedule span {
    margin: -0.25rem 0;
    padding: 0.25rem 0;
    text-decoration: none;
    background-image: linear-gradient(var(--link-border-invert-color, #ae9761), var(--link-border-invert-color, #ae9761));
    background-size: 100% 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-size 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .l-page--gcz .c-subscribe-game-schedule:hover span {
    margin: -0.25rem;
    padding: 0.25rem;
    color: var(--link-hover-invert-color, #fff);
    background-size: 100% 100%;
  }
  .l-page--gcz .c-subscribe-game-schedule:focus-visible span {
    margin: -0.25rem;
    padding: 0.25rem;
    color: var(--link-hover-invert-color, #fff);
    background-size: 100% 100%;
  }
  .l-page--section .c-subscribe-game-schedule span {
    margin: -0.25rem 0;
    padding: 0.25rem 0;
    text-decoration: none;
    background-image: linear-gradient(var(--link-border-invert-color, #0071b9), var(--link-border-invert-color, #0071b9));
    background-size: 100% 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-size 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .l-page--section .c-subscribe-game-schedule:hover span {
    margin: -0.25rem;
    padding: 0.25rem;
    color: var(--link-hover-invert-color, #fff);
    background-size: 100% 100%;
  }
  .l-page--section .c-subscribe-game-schedule:focus-visible span {
    margin: -0.25rem;
    padding: 0.25rem;
    color: var(--link-hover-invert-color, #fff);
    background-size: 100% 100%;
  }
  .c-subscribe-game-schedule svg {
    margin-right: 0.875rem;
  }
}
.c-subscribe-game-schedule svg {
  height: 2.3125rem;
}
@media (min-width: 23.4375em) {
  .c-subscribe-game-schedule svg {
    height: calc(2.3125rem + 0.3125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-subscribe-game-schedule svg {
    height: 2.625rem;
  }
}
.c-subscribe-game-schedule span {
  font-size: 0.75rem;
}
@media (max-width: 42.49em) {
  .c-subscribe-game-schedule span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

.c-tab {
  margin-bottom: 1.875rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 23.4375em) {
  .c-tab {
    margin-bottom: calc(1.875rem + 1.875 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-tab {
    margin-bottom: 3.75rem;
  }
}
.c-tab__head {
  position: relative;
}
.c-tab__list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  transition: visibility 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c-tab.is-wrapped .c-tab__list {
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 201;
  visibility: hidden;
  opacity: 0;
}
.c-tab.is-wrapped .c-tab__head.is-toggled .c-tab__list {
  visibility: visible;
  opacity: 1;
}
.c-tab__content {
  display: none;
}
.c-tab__content.is-toggled {
  display: block;
}
.c-tab__trigger {
  flex-grow: 1;
  flex-shrink: 0;
}
.c-tab__trigger:not(:last-child) input[type=radio] ~ label {
  border-right: 1px solid #ccd7e0;
}
.c-tab__toggle,
.c-tab input[type=radio] ~ label {
  font-size: 0.875rem;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 1em;
  line-height: 1;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  cursor: pointer;
}
@media (min-width: 23.4375em) {
  .c-tab__toggle,
.c-tab input[type=radio] ~ label {
    font-size: calc(0.875rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-tab__toggle,
.c-tab input[type=radio] ~ label {
    font-size: 1.125rem;
  }
}
.c-tab__toggle {
  display: none;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.c-tab.is-wrapped .c-tab__toggle {
  display: flex;
}
.l-page--club .c-tab__toggle {
  border-color: #0071b9;
  background-color: #0071b9;
}
.l-page--gcz .c-tab__toggle {
  border-color: #003a63;
  background-color: #003a63;
}
.l-page--section .c-tab__toggle {
  border-color: #0071b9;
  background-color: #0071b9;
}
.c-tab__toggle:hover, .c-tab__toggle:focus-visible {
  color: rgba(255, 255, 255, 0.6);
}
.c-tab__toggle:hover::after, .c-tab__toggle:focus-visible::after {
  background-color: rgba(255, 255, 255, 0.6);
}
.c-tab__toggle::after {
  content: "";
  display: inline-flex;
  width: 0.5625rem;
  height: 0.3125rem;
  margin-left: 0.75em;
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.099' height='5.202' viewBox='0 0 9.099 5.202'%3E%3Cpath d='M14.884,10.742,11.442,7.3a.65.65,0,1,1,.921-.918l3.9,3.9a.649.649,0,0,1,.019.9L12.365,15.1a.65.65,0,0,1-.921-.918Z' transform='translate(15.292 -11.251) rotate(90)' fill='%238a8a8a'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.099' height='5.202' viewBox='0 0 9.099 5.202'%3E%3Cpath d='M14.884,10.742,11.442,7.3a.65.65,0,1,1,.921-.918l3.9,3.9a.649.649,0,0,1,.019.9L12.365,15.1a.65.65,0,0,1-.921-.918Z' transform='translate(15.292 -11.251) rotate(90)' fill='%238a8a8a'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c-tab__toggle.is-active::after {
  transform: rotate(180deg);
}
.c-tab input[type=radio] {
  width: 0;
  height: 0;
  opacity: 0;
}
.c-tab input[type=radio]:focus-visible ~ label {
  outline: 2px auto Highlight !important;
  outline: 2px auto -webkit-focus-ring-color !important;
}
.c-tab input[type=radio] ~ label {
  color: #fff;
  border-top: 1px solid #ccd7e0;
  border-bottom: 1px solid #ccd7e0;
  background-color: #fff;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-page--club .c-tab input[type=radio] ~ label {
  color: #0071b9;
}
.l-page--gcz .c-tab input[type=radio] ~ label {
  color: #003a63;
}
.l-page--section .c-tab input[type=radio] ~ label {
  color: #0071b9;
}
.c-tab input[type=radio] ~ label:hover, .c-tab input[type=radio] ~ label:focus-visible {
  color: #fff;
}
.l-page--club .c-tab input[type=radio] ~ label:hover, .l-page--club .c-tab input[type=radio] ~ label:focus-visible {
  border-color: #0071b9;
  background-color: #0071b9;
}
.l-page--gcz .c-tab input[type=radio] ~ label:hover, .l-page--gcz .c-tab input[type=radio] ~ label:focus-visible {
  border-color: #003a63;
  background-color: #003a63;
}
.l-page--section .c-tab input[type=radio] ~ label:hover, .l-page--section .c-tab input[type=radio] ~ label:focus-visible {
  border-color: #0071b9;
  background-color: #0071b9;
}
.c-tab input[type=radio]:checked ~ label {
  color: #fff;
}
.l-page--club .c-tab input[type=radio]:checked ~ label {
  border-color: #0071b9;
  background-color: #0071b9;
}
.l-page--gcz .c-tab input[type=radio]:checked ~ label {
  border-color: #003a63;
  background-color: #003a63;
}
.l-page--section .c-tab input[type=radio]:checked ~ label {
  border-color: #0071b9;
  background-color: #0071b9;
}

.c-table-figcaption {
  width: auto;
}
.c-table-figcaption tr td {
  padding: 0.125rem;
  font-size: 0.75rem;
  vertical-align: top;
}
.c-table-figcaption--legend tr td:first-child {
  position: relative;
  padding-left: 1.5625rem;
  padding-right: 0.3125rem;
  white-space: nowrap;
}
.c-table-figcaption--legend tr td:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.875rem;
  height: 0.25rem;
}
.c-table-figcaption--acronyms td:not(:first-child) {
  padding-left: 1.25rem;
}
@media (min-width: 42.5em) {
  .c-table-figcaption--acronyms {
    margin-left: auto;
  }
}
@media (min-width: 60em) {
  .c-table-figcaption--acronyms {
    margin-left: 3.75rem;
  }
}

.c-table-matchcenter__highlight {
  background-color: #f2f3f4;
}
.c-table-matchcenter th, .c-table-matchcenter td {
  font-size: 0.75rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  text-align: center;
}
@media (min-width: 23.4375em) {
  .c-table-matchcenter th, .c-table-matchcenter td {
    font-size: calc(0.75rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-table-matchcenter th, .c-table-matchcenter td {
    font-size: 1rem;
  }
}
@media (min-width: 23.4375em) {
  .c-table-matchcenter th, .c-table-matchcenter td {
    padding-right: calc(0.625rem + 1.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-table-matchcenter th, .c-table-matchcenter td {
    padding-right: 1.875rem;
  }
}
@media (min-width: 23.4375em) {
  .c-table-matchcenter th, .c-table-matchcenter td {
    padding-left: calc(0.625rem + 1.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-table-matchcenter th, .c-table-matchcenter td {
    padding-left: 1.875rem;
  }
}
.c-table-matchcenter th:first-child, .c-table-matchcenter th:nth-child(2), .c-table-matchcenter td:first-child, .c-table-matchcenter td:nth-child(2) {
  text-align: left;
}
.c-table-matchcenter th:nth-child(2), .c-table-matchcenter td:nth-child(2) {
  width: 100%;
}
.c-table-matchcenter thead {
  position: relative;
  color: #fff;
  text-transform: uppercase;
}
.l-page--club .c-table-matchcenter thead {
  background-color: #0071b9;
}
.l-page--gcz .c-table-matchcenter thead {
  background-color: #005791;
}
.l-page--section .c-table-matchcenter thead {
  background-color: #0071b9;
}
.c-table-matchcenter thead::before, .c-table-matchcenter thead::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 0.3125rem;
  height: 100%;
}
.l-page--club .c-table-matchcenter thead::before, .l-page--club .c-table-matchcenter thead::after {
  background-color: #0071b9;
}
.l-page--gcz .c-table-matchcenter thead::before, .l-page--gcz .c-table-matchcenter thead::after {
  background-color: #005791;
}
.l-page--section .c-table-matchcenter thead::before, .l-page--section .c-table-matchcenter thead::after {
  background-color: #0071b9;
}
.c-table-matchcenter thead::before {
  left: -5px;
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
.c-table-matchcenter thead::after {
  right: -5px;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}
.c-table-matchcenter tbody tr {
  position: relative;
  border-bottom: 1px solid #ccdde9;
}
.c-table-matchcenter tbody tr td:first-child {
  position: relative;
}
.c-table-matchcenter tbody tr td:first-child::before {
  height: 1.875rem;
  top: 0.875rem;
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 0.25rem;
}
@media (min-width: 23.4375em) {
  .c-table-matchcenter tbody tr td:first-child::before {
    height: calc(1.875rem + 1.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-table-matchcenter tbody tr td:first-child::before {
    height: 3.125rem;
  }
}
@media (min-width: 23.4375em) {
  .c-table-matchcenter tbody tr td:first-child::before {
    top: calc(0.875rem + 0.375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-table-matchcenter tbody tr td:first-child::before {
    top: 1.25rem;
  }
}
.c-table-matchcenter tbody tr.u-border-highlight {
  border-bottom-color: #0071b9;
  border-bottom-width: 0.1875rem;
}
.c-table-matchcenter th {
  padding-top: 0.625rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 23.4375em) {
  .c-table-matchcenter th {
    padding-top: calc(0.625rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-table-matchcenter th {
    padding-top: 0.875rem;
  }
}
@media (min-width: 23.4375em) {
  .c-table-matchcenter th {
    padding-bottom: calc(0.5rem + 0.125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-table-matchcenter th {
    padding-bottom: 0.625rem;
  }
}
.c-table-matchcenter td {
  padding-top: 0.875rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 23.4375em) {
  .c-table-matchcenter td {
    padding-top: calc(0.875rem + 0.375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-table-matchcenter td {
    padding-top: 1.25rem;
  }
}
@media (min-width: 23.4375em) {
  .c-table-matchcenter td {
    padding-bottom: calc(0.75rem + 0.3125 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-table-matchcenter td {
    padding-bottom: 1.0625rem;
  }
}
.c-table-matchcenter td:nth-child(2) img {
  width: 1.875rem;
  margin-right: 0.625rem;
}
@media (min-width: 23.4375em) {
  .c-table-matchcenter td:nth-child(2) img {
    width: calc(1.875rem + 1.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-table-matchcenter td:nth-child(2) img {
    width: 3.125rem;
  }
}

@media (max-width: 74.99em) {
  .c-teaser-group--tv {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .c-teaser-group--tv > *.is-highlight {
    order: -1;
  }
}
@media (min-width: 75em) {
  .c-teaser-group--tv {
    display: grid;
    grid-template-columns: 3.25fr 1.5fr;
    grid-template-rows: repeat(3, 1fr) 0.43fr;
    grid-column-gap: 3rem;
    grid-row-gap: 1rem;
  }
  .c-teaser-group--tv > *.is-highlight {
    order: 0;
    grid-column: 1/2;
    grid-row: 1/5;
  }
  .c-teaser-group--tv > *:not(.is-highlight) {
    order: 1;
    grid-column: 2/3;
  }
}

.c-teaser-tv__inner {
  display: flex;
}
@media (max-width: 59.99em) {
  .c-teaser-tv__inner {
    flex-direction: column;
  }
}
@media (min-width: 60em) {
  .c-teaser-tv__inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.c-teaser-tv__col {
  display: flex;
}
.c-teaser-tv__col--big {
  display: flex;
}
@media (max-width: 59.99em) {
  .c-teaser-tv__col--cta {
    padding-top: 1.875rem;
  }
}
@media (max-width: 59.99em) {
  .c-teaser-tv__col--small {
    flex-direction: column;
  }
  .c-teaser-tv__col--cta {
    justify-content: center;
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 60em) {
  .c-teaser-tv__col--small {
    order: -1;
    flex-direction: column;
    justify-content: center;
    width: 44%;
    margin-top: 3.75rem;
    padding-right: 3%;
    padding-left: 3%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .c-teaser-tv__col--big {
    flex-grow: 1;
    width: 56%;
    position: relative;
  }
  .c-teaser-tv__col--cta {
    width: 100%;
    justify-content: flex-end;
    padding-right: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.c-teaser-tv__head {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-teaser-tv__logo img,
.c-teaser-tv__logo svg {
  height: auto;
}
@media (max-width: 59.99em) {
  .c-teaser-tv__logo img,
.c-teaser-tv__logo svg {
    width: 20vw;
  }
}
@media (min-width: 60em) {
  .c-teaser-tv__logo img,
.c-teaser-tv__logo svg {
    width: 8vw;
  }
}
.c-teaser-tv__title {
  font-size: 1.875rem;
}
@media (min-width: 23.4375em) {
  .c-teaser-tv__title {
    font-size: calc(1.875rem + 0.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-teaser-tv__title {
    font-size: 2.5rem;
  }
}
.c-teaser-tv__list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 59.99em) {
  .c-teaser-tv__list {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    row-gap: 1.875rem;
  }
}
@media (min-width: 42.5em) {
  .c-teaser-tv__list {
    flex-wrap: nowrap;
    width: 100%;
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }
}
.c-teaser-tv__item {
  position: relative;
  display: flex;
}
@media (max-width: 42.49em) {
  .c-teaser-tv__item {
    width: 100%;
  }
}
@media (min-width: 42.5em) {
  .c-teaser-tv__item {
    width: 50%;
  }
}

.c-teaser:not(.c-teaser--transparent) {
  background-color: #fff;
}
.c-teaser--large h3 {
  font-size: 2.1875rem;
}
@media (min-width: 60.0625em) {
  .c-teaser--large h3 {
    font-size: calc(2.1875rem + 0.9375 * (100vw - 60.0625rem) / 14.9375);
  }
}
@media (min-width: 75em) {
  .c-teaser--large h3 {
    font-size: 3.125rem;
  }
}
@media (min-width: 60em) {
  .c-teaser--large .c-teaser__main {
    min-height: 21.875rem;
  }
}
.c-teaser h3 {
  margin-bottom: 1.5625rem;
  text-transform: uppercase;
  font-size: 1.5625rem;
  line-height: 1;
}
.c-teaser p,
.c-teaser .c-teaser__link {
  font-size: 0.875rem;
}
@media (min-width: 42.5em) {
  .c-teaser p,
.c-teaser .c-teaser__link {
    font-size: 1rem;
  }
}
.c-teaser__item--border {
  border-radius: 0.3125rem;
}
.l-page--club .c-teaser__item--border {
  border: 1px solid #0071b9;
}
.l-page--gcz .c-teaser__item--border {
  border: 1px solid #005791;
}
.l-page--section .c-teaser__item--border {
  border: 1px solid #0071b9;
}
.c-teaser__link-wrapper {
  margin-top: auto;
}
.l-page--club .c-teaser__link {
  margin: -0.25rem 0;
  padding: 0.25rem 0;
  text-decoration: none;
  background-image: linear-gradient(var(--link-border-invert-color, #0071b9), var(--link-border-invert-color, #0071b9));
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-size 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-page--club .c-teaser__link:hover {
  margin: -0.25rem;
  padding: 0.25rem;
  color: var(--link-hover-invert-color, #fff);
  background-size: 100% 100%;
}
.l-page--club .c-teaser__link:focus-visible {
  margin: -0.25rem;
  padding: 0.25rem;
  color: var(--link-hover-invert-color, #fff);
  background-size: 100% 100%;
}
.l-page--gcz .c-teaser__link {
  margin: -0.25rem 0;
  padding: 0.25rem 0;
  text-decoration: none;
  background-image: linear-gradient(var(--link-border-invert-color, #ae9761), var(--link-border-invert-color, #ae9761));
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-size 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-page--gcz .c-teaser__link:hover {
  margin: -0.25rem;
  padding: 0.25rem;
  color: var(--link-hover-invert-color, #fff);
  background-size: 100% 100%;
}
.l-page--gcz .c-teaser__link:focus-visible {
  margin: -0.25rem;
  padding: 0.25rem;
  color: var(--link-hover-invert-color, #fff);
  background-size: 100% 100%;
}
.l-page--section .c-teaser__link {
  margin: -0.25rem 0;
  padding: 0.25rem 0;
  text-decoration: none;
  background-image: linear-gradient(var(--link-border-invert-color, #0071b9), var(--link-border-invert-color, #0071b9));
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-size 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-page--section .c-teaser__link:hover {
  margin: -0.25rem;
  padding: 0.25rem;
  color: var(--link-hover-invert-color, #fff);
  background-size: 100% 100%;
}
.l-page--section .c-teaser__link:focus-visible {
  margin: -0.25rem;
  padding: 0.25rem;
  color: var(--link-hover-invert-color, #fff);
  background-size: 100% 100%;
}
.c-teaser__grasshopper-knee {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 80%;
}
.c-teaser__grasshopper-knee svg {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom-right-radius: 0.3125rem;
  color: rgba(255, 255, 255, 0.3);
}
.c-teaser__meta-list {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
  display: flex;
  align-items: center;
}
.c-teaser__meta-item {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  display: inline-flex;
}
.c-teaser:not(.c-teaser--team):not(.c-teaser--overlap):not(.c-teaser--news):not(.c-teaser--gallery) .c-teaser__item {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.c-teaser:not(.c-teaser--team):not(.c-teaser--overlap):not(.c-teaser--news):not(.c-teaser--gallery) .c-teaser__item.u-background-color-default .c-teaser__grasshopper-knee svg {
  color: #ccd7e0;
}
.c-teaser:not(.c-teaser--team):not(.c-teaser--overlap):not(.c-teaser--news):not(.c-teaser--gallery) .c-teaser__item.u-background-color-lightgray .c-teaser__grasshopper-knee {
  mix-blend-mode: multiply;
}
.c-teaser:not(.c-teaser--team):not(.c-teaser--overlap):not(.c-teaser--news):not(.c-teaser--gallery) .c-teaser__item.u-background-color-lightgray .c-teaser__grasshopper-knee svg {
  color: #f2f3f4;
}
.c-teaser:not(.c-teaser--team):not(.c-teaser--overlap):not(.c-teaser--news):not(.c-teaser--gallery) .c-teaser__item--linked .c-teaser__header img {
  transition: transform 0.3s ease-in-out;
}
.c-teaser:not(.c-teaser--team):not(.c-teaser--overlap):not(.c-teaser--news):not(.c-teaser--gallery) .c-teaser__item--linked:hover, .c-teaser:not(.c-teaser--team):not(.c-teaser--overlap):not(.c-teaser--news):not(.c-teaser--gallery) .c-teaser__item--linked:focus {
  cursor: pointer;
}
.c-teaser:not(.c-teaser--team):not(.c-teaser--overlap):not(.c-teaser--news):not(.c-teaser--gallery) .c-teaser__item--linked:hover .c-teaser__header img, .c-teaser:not(.c-teaser--team):not(.c-teaser--overlap):not(.c-teaser--news):not(.c-teaser--gallery) .c-teaser__item--linked:focus .c-teaser__header img {
  transform: scale3d(1.1, 1.1, 1.1);
  will-change: transform;
}
.c-teaser:not(.c-teaser--team):not(.c-teaser--overlap):not(.c-teaser--news):not(.c-teaser--gallery) .c-teaser__header img {
  position: absolute;
  top: 0;
  left: 0;
}
.c-teaser:not(.c-teaser--team):not(.c-teaser--overlap):not(.c-teaser--news):not(.c-teaser--gallery) .c-teaser__main {
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
}
.c-teaser:not(.c-teaser--team):not(.c-teaser--overlap):not(.c-teaser--news):not(.c-teaser--gallery) .c-teaser__main--relative {
  position: relative;
}
@media (max-width: 42.49em) {
  .c-teaser:not(.c-teaser--team):not(.c-teaser--overlap):not(.c-teaser--news):not(.c-teaser--gallery) .c-teaser__main {
    min-height: 15.625rem;
    padding-right: 2.1875rem;
    padding-left: 2.1875rem;
  }
}
@media (min-width: 42.5em) and (max-width: 59.99em) {
  .c-teaser:not(.c-teaser--team):not(.c-teaser--overlap):not(.c-teaser--news):not(.c-teaser--gallery) .c-teaser__main {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    min-height: 15.625rem;
  }
}
@media (min-width: 42.5em) and (max-width: 59.99em) and (min-width: 42.5em) {
  .c-teaser:not(.c-teaser--team):not(.c-teaser--overlap):not(.c-teaser--news):not(.c-teaser--gallery) .c-teaser__main {
    padding-right: calc(0.9375rem + 1.875 * (100vw - 42.5rem) / 17.5);
  }
}
@media (min-width: 42.5em) and (max-width: 59.99em) and (min-width: 60em) {
  .c-teaser:not(.c-teaser--team):not(.c-teaser--overlap):not(.c-teaser--news):not(.c-teaser--gallery) .c-teaser__main {
    padding-right: 2.8125rem;
  }
}
@media (min-width: 42.5em) and (max-width: 59.99em) and (min-width: 42.5em) {
  .c-teaser:not(.c-teaser--team):not(.c-teaser--overlap):not(.c-teaser--news):not(.c-teaser--gallery) .c-teaser__main {
    padding-left: calc(0.9375rem + 1.875 * (100vw - 42.5rem) / 17.5);
  }
}
@media (min-width: 42.5em) and (max-width: 59.99em) and (min-width: 60em) {
  .c-teaser:not(.c-teaser--team):not(.c-teaser--overlap):not(.c-teaser--news):not(.c-teaser--gallery) .c-teaser__main {
    padding-left: 2.8125rem;
  }
}
@media (min-width: 60em) {
  .c-teaser:not(.c-teaser--team):not(.c-teaser--overlap):not(.c-teaser--news):not(.c-teaser--gallery) .c-teaser__main {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    min-height: 18.75rem;
  }
}
@media (min-width: 60em) and (min-width: 60em) {
  .c-teaser:not(.c-teaser--team):not(.c-teaser--overlap):not(.c-teaser--news):not(.c-teaser--gallery) .c-teaser__main {
    padding-right: calc(0.9375rem + 1.875 * (100vw - 60rem) / 15);
  }
}
@media (min-width: 60em) and (min-width: 75em) {
  .c-teaser:not(.c-teaser--team):not(.c-teaser--overlap):not(.c-teaser--news):not(.c-teaser--gallery) .c-teaser__main {
    padding-right: 2.8125rem;
  }
}
@media (min-width: 60em) and (min-width: 60em) {
  .c-teaser:not(.c-teaser--team):not(.c-teaser--overlap):not(.c-teaser--news):not(.c-teaser--gallery) .c-teaser__main {
    padding-left: calc(0.9375rem + 1.875 * (100vw - 60rem) / 15);
  }
}
@media (min-width: 60em) and (min-width: 75em) {
  .c-teaser:not(.c-teaser--team):not(.c-teaser--overlap):not(.c-teaser--news):not(.c-teaser--gallery) .c-teaser__main {
    padding-left: 2.8125rem;
  }
}
.c-teaser:not(.c-teaser--overlap) .c-teaser__header {
  position: relative;
}
.c-teaser:not(.c-teaser--overlap) .c-teaser__header img,
.c-teaser:not(.c-teaser--overlap) .c-teaser__header .c-video__button,
.c-teaser:not(.c-teaser--overlap) .c-teaser__header .c-video__placeholder {
  border-top-right-radius: 0.3125rem;
  border-top-left-radius: 0.3125rem;
  transition: transform 0.3s ease-in-out;
}
.c-teaser:not(.c-teaser--overlap) .c-teaser__header::before, .c-teaser:not(.c-teaser--overlap) .c-teaser__header::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 50%;
  height: 0.3125rem;
  bottom: -0.3125rem;
}
.c-teaser:not(.c-teaser--overlap) .c-teaser__header::before {
  left: 0;
}
.l-page--club .c-teaser:not(.c-teaser--overlap) .c-teaser__header::before {
  background-color: #0071b9;
}
.l-page--gcz .c-teaser:not(.c-teaser--overlap) .c-teaser__header::before {
  background-color: #005791;
}
.l-page--section .c-teaser:not(.c-teaser--overlap) .c-teaser__header::before {
  background-color: #0071b9;
}
.c-teaser:not(.c-teaser--overlap) .c-teaser__header::after {
  right: 0;
}
.l-page--club .c-teaser:not(.c-teaser--overlap) .c-teaser__header::after {
  background-color: #fff;
}
.l-page--gcz .c-teaser:not(.c-teaser--overlap) .c-teaser__header::after {
  background-color: #fff;
}
.l-page--section .c-teaser:not(.c-teaser--overlap) .c-teaser__header::after {
  background-color: #fff;
}
.c-teaser__item--border .c-teaser:not(.c-teaser--overlap) .c-teaser__header::after {
  right: 1px;
}
.c-teaser:not(.c-teaser--overlap) .c-teaser__main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.c-teaser--overlap .c-teaser__list {
  display: flex;
  flex-direction: column;
}
.c-teaser--overlap .c-teaser__image,
.c-teaser--overlap .c-teaser__main {
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  transition: width 0.3s ease-in-out;
}
.c-teaser--overlap .c-teaser__image {
  width: 100%;
}
@media (min-width: 60em) {
  .c-teaser--overlap .c-teaser__image {
    width: 66.6666666667%;
  }
}
.c-teaser--overlap .c-teaser__image img {
  border-radius: 0.3125rem;
}
.c-teaser--overlap .c-teaser__main {
  padding: 1.25rem;
  z-index: 1;
  width: 90%;
  background-color: #fff;
}
@media (min-width: 23.4375em) {
  .c-teaser--overlap .c-teaser__main {
    padding: calc(1.25rem + 1.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-teaser--overlap .c-teaser__main {
    padding: 2.5rem;
  }
}
@media (max-width: 59.99em) {
  .c-teaser--overlap .c-teaser__main {
    margin-top: -1.25rem;
  }
}
@media (max-width: 59.99em) and (min-width: 23.4375em) {
  .c-teaser--overlap .c-teaser__main {
    margin-top: calc(-1.25rem + -2.5 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (max-width: 59.99em) and (min-width: 75em) {
  .c-teaser--overlap .c-teaser__main {
    margin-top: -3.75rem;
  }
}
@media (min-width: 60em) {
  .c-teaser--overlap .c-teaser__main {
    margin-top: 9.375rem;
    width: 58.3333333333%;
  }
}
@media (min-width: 60em) and (min-width: 60.0625em) {
  .c-teaser--overlap .c-teaser__main {
    margin-top: calc(9.375rem + 12.5 * (100vw - 60.0625rem) / 27.4375);
  }
}
@media (min-width: 60em) and (min-width: 87.5em) {
  .c-teaser--overlap .c-teaser__main {
    margin-top: 21.875rem;
  }
}
.c-teaser--overlap .c-teaser__item {
  display: flex;
}
@media (max-width: 59.99em) {
  .c-teaser--overlap .c-teaser__item {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 60em) {
  .c-teaser--overlap .c-teaser__item:nth-child(odd) .c-teaser__main {
    margin-left: -25%;
    padding-right: 0;
  }
}
@media (min-width: 60em) {
  .c-teaser--overlap .c-teaser__item:nth-child(even) .c-teaser__image {
    order: 1;
  }
}
@media (min-width: 60em) {
  .c-teaser--overlap .c-teaser__item:nth-child(even) .c-teaser__main {
    margin-right: -25%;
    padding-left: 0;
  }
}
.c-teaser--transparent .c-teaser__item,
.c-teaser--transparent .c-teaser__item img,
.c-teaser--transparent .c-teaser__item .c-video__button,
.c-teaser--transparent .c-teaser__item .c-video__placeholder {
  border: 0 !important;
  border-radius: 0.3125rem !important;
}
.c-teaser--transparent .c-teaser__header::before, .c-teaser--transparent .c-teaser__header::after {
  content: none !important;
}
.c-teaser--transparent .c-teaser__main {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  background-color: transparent;
}
.c-teaser--small .c-teaser__main {
  padding-top: 1.875rem !important;
}
.c-teaser--small .c-teaser__title {
  font-size: 1.125rem;
}
.c-teaser--big .c-teaser__title {
  font-size: 1.125rem;
  text-transform: uppercase;
}
@media (min-width: 23.4375em) {
  .c-teaser--big .c-teaser__title {
    font-size: calc(1.125rem + 1.0625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-teaser--big .c-teaser__title {
    font-size: 2.1875rem;
  }
}
@media (min-width: 60em) {
  .c-teaser--wide {
    border-radius: 0.3125rem;
  }
  .c-teaser--wide .c-teaser__item {
    flex-direction: row !important;
  }
  .c-teaser--wide .c-teaser__header {
    width: 60% !important;
  }
  .c-teaser--wide .c-teaser__header img {
    border-radius: 0 !important;
  }
  .c-teaser--wide .c-teaser__title {
    flex-grow: 0 !important;
  }
}
.c-teaser--group.is-highlight .c-teaser__title {
  font-size: 1.125rem;
  text-transform: uppercase;
}
@media (min-width: 23.4375em) {
  .c-teaser--group.is-highlight .c-teaser__title {
    font-size: calc(1.125rem + 1.0625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-teaser--group.is-highlight .c-teaser__title {
    font-size: 2.1875rem;
  }
}
@media (min-width: 42.5em) {
  .c-teaser--group:not(.is-highlight) .c-teaser__item {
    flex-direction: row !important;
  }
}
@media (max-width: 74.99em) {
  .c-teaser--group:not(.is-highlight) .c-teaser__item {
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }
}
@media (min-width: 75em) {
  .c-teaser--group:not(.is-highlight) .c-teaser__item {
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }
}
@media (max-width: 42.49em) {
  .c-teaser--group:not(.is-highlight) .c-teaser__header {
    width: 100%;
  }
}
@media (min-width: 42.5em) and (max-width: 74.99em) {
  .c-teaser--group:not(.is-highlight) .c-teaser__header {
    width: 50%;
  }
}
@media (min-width: 75em) {
  .c-teaser--group:not(.is-highlight) .c-teaser__header {
    width: 60%;
  }
}
@media (max-width: 42.49em) {
  .c-teaser--group:not(.is-highlight) .c-teaser__main {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (min-width: 42.5em) {
  .c-teaser--group:not(.is-highlight) .c-teaser__main {
    padding: 0 !important;
  }
}
@media (min-width: 42.5em) and (max-width: 74.99em) {
  .c-teaser--group:not(.is-highlight) .c-teaser__main {
    width: 50%;
  }
}
@media (min-width: 75em) {
  .c-teaser--group:not(.is-highlight) .c-teaser__main {
    width: 40%;
  }
}
.c-teaser--group:not(.is-highlight) .c-teaser__title {
  font-size: 0.875rem;
  white-space: normal;
}
@media (min-width: 23.4375em) {
  .c-teaser--group:not(.is-highlight) .c-teaser__title {
    font-size: calc(0.875rem + 0.625 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-teaser--group:not(.is-highlight) .c-teaser__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 75em) {
  .c-teaser--group:not(.is-highlight) .c-teaser__title {
    font-size: 1.125rem;
  }
}
.c-teaser--team .c-teaser__item {
  display: flex;
  flex-direction: column;
}
.c-teaser--team .c-teaser__main {
  flex-grow: 1;
  padding-top: 2.25rem;
}
.c-teaser--team .c-teaser__link-wrapper {
  padding-left: 0;
  list-style: none;
  margin-left: -0.46875rem;
  margin-right: -0.46875rem;
  display: flex;
}
.c-teaser--team .c-teaser__link-wrapper > li {
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
}
.c-teaser--gallery:not(.c-teaser--group), .c-teaser--news:not(.c-teaser--group) {
  display: flex;
  width: 100%;
}
.c-teaser--gallery .c-teaser__item, .c-teaser--news .c-teaser__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  border: 0.3125rem;
}
.c-teaser--gallery .c-teaser__header:hover img, .c-teaser--gallery .c-teaser__header:focus-within img, .c-teaser--news .c-teaser__header:hover img, .c-teaser--news .c-teaser__header:focus-within img {
  transform: scale3d(1.1, 1.1, 1.1);
  will-change: transform;
}
.c-teaser--gallery .c-teaser__main, .c-teaser--news .c-teaser__main {
  padding: 1.25rem;
}
@media (min-width: 23.4375em) {
  .c-teaser--gallery .c-teaser__main, .c-teaser--news .c-teaser__main {
    padding: calc(1.25rem + 0.9375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-teaser--gallery .c-teaser__main, .c-teaser--news .c-teaser__main {
    padding: 2.1875rem;
  }
}
.c-teaser--gallery .c-teaser__title-link, .c-teaser--news .c-teaser__title-link {
  flex-grow: 1;
  display: inline-flex;
  align-self: flex-start;
}
.c-teaser--gallery .c-teaser__title, .c-teaser--news .c-teaser__title {
  position: relative;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-page--club .c-teaser--gallery .c-teaser__title, .l-page--club .c-teaser--news .c-teaser__title {
  color: var(--headings-color, #0071b9);
}
.l-page--gcz .c-teaser--gallery .c-teaser__title, .l-page--gcz .c-teaser--news .c-teaser__title {
  color: var(--headings-color, #003a63);
}
.l-page--section .c-teaser--gallery .c-teaser__title, .l-page--section .c-teaser--news .c-teaser__title {
  color: var(--headings-color, #0071b9);
}
.c-teaser--gallery .c-teaser__title:hover, .c-teaser--gallery .c-teaser__title:focus-within, .c-teaser--news .c-teaser__title:hover, .c-teaser--news .c-teaser__title:focus-within {
  opacity: 0.6;
}
.l-section--primary .c-teaser--news:not(.c-teaser--tv) {
  --text-color: #003a63;
  --headings-color: #0071b9;
  border-top-right-radius: 0.9375rem;
  border-top-left-radius: 0.9375rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  color: #003a63;
}
.l-section--default .c-teaser--news:not(.c-teaser--tv) .c-teaser__item--border {
  border: 1px solid #0071b9;
}
.c-teaser--gradient .c-teaser__item .c-video__button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.l-page--club .c-teaser--gradient .c-teaser__item .c-video__button::before {
  background: linear-gradient(to right, #0071b9 0%, rgba(0, 113, 185, 0.05) 50%), linear-gradient(to top, #0071b9 0%, rgba(0, 113, 185, 0.05) 50%);
}
.l-page--gcz .c-teaser--gradient .c-teaser__item .c-video__button::before {
  background: linear-gradient(to right, #003a63 0%, rgba(0, 87, 145, 0.05) 50%), linear-gradient(to top, #003a63 0%, rgba(0, 87, 145, 0.05) 50%);
}
.l-page--section .c-teaser--gradient .c-teaser__item .c-video__button::before {
  background: linear-gradient(to right, #0071b9 0%, rgba(0, 113, 185, 0.05) 50%), linear-gradient(to top, #0071b9 0%, rgba(0, 113, 185, 0.05) 50%);
}
.c-teaser--gradient .c-teaser__item .c-video__button:after {
  top: auto;
  bottom: 1rem;
  background-position: left;
  transform: scale(1);
}
@media (max-width: 59.99em) {
  .c-teaser--gradient .c-teaser__item .c-video__button:after {
    left: 1.875rem;
  }
}
@media (min-width: 60em) {
  .c-teaser--gradient .c-teaser__item .c-video__button:after {
    left: 2.875rem;
  }
}
@media (min-width: 60em) and (min-width: 23.4375em) {
  .c-teaser--gradient .c-teaser__item .c-video__button:after {
    left: calc(2.875rem + 4.9375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 60em) and (min-width: 75em) {
  .c-teaser--gradient .c-teaser__item .c-video__button:after {
    left: 7.8125rem;
  }
}
.c-teaser--gradient .c-teaser__item .c-video__button:hover:after, .c-teaser--gradient .c-teaser__item .c-video__button:focus-visible:after {
  transform: scale(1.2);
}
@media (max-width: 59.99em) {
  .c-teaser--gradient .c-teaser__main {
    margin-right: 1.875rem;
    margin-left: 1.875rem;
  }
}
@media (min-width: 60em) {
  .c-teaser--gradient .c-teaser__main {
    margin-left: 2.875rem;
  }
}
@media (min-width: 60em) and (min-width: 23.4375em) {
  .c-teaser--gradient .c-teaser__main {
    margin-left: calc(2.875rem + 4.9375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 60em) and (min-width: 75em) {
  .c-teaser--gradient .c-teaser__main {
    margin-left: 7.8125rem;
  }
}
.c-teaser--gradient .c-teaser__title {
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 23.4375em) {
  .c-teaser--gradient .c-teaser__title {
    font-size: calc(1.5rem + 1.9375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-teaser--gradient .c-teaser__title {
    font-size: 3.4375rem;
  }
}
.c-teaser--ticker {
  max-width: 500px;
}

.c-textbox__inner--box {
  padding: 0.9375rem;
}
@media (min-width: 23.4375em) {
  .c-textbox__inner--box {
    padding: calc(0.9375rem + 0.9375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .c-textbox__inner--box {
    padding: 1.875rem;
  }
}
.c-textbox__inner h2 {
  margin-bottom: 1.25rem;
}
@media (max-width: 42.49em) {
  .c-textbox__inner .l-col {
    margin-bottom: 1.25rem;
  }
}

.c-tile {
  position: relative;
}
.c-tile__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.c-tile--default .c-tile__image {
  padding: 0.9375rem;
  border: 1px solid #ccdde9;
}
.c-tile__image img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.c-tile__image span {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  padding: 0.375rem 0.5rem;
  border-radius: 0.3125rem;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
}
.c-tile__category {
  padding-top: 1.5625rem;
  font-size: 0.6875rem;
}
.c-tile__title {
  margin-top: 0;
  padding: 0.9375rem;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #003a63;
}
.c-tile__title a, .c-tile__title span {
  display: block;
}
.c-tile:hover .c-tile__image img {
  transform: scale(1.1);
}

.c-video__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  outline: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
}
.c-video__button::after {
  min-width: 2.625rem;
  min-height: 2.625rem;
  max-width: 5rem;
  max-height: 5rem;
  width: 25%;
  height: 25%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='84.328' height='84.328' viewBox='0 0 84.328 84.328'%3E%3Cpath d='M82.828 42.164A40.664 40.664 0 1 1 42.164 1.5a40.664 40.664 0 0 1 40.664 40.664Z' fill='%23000' fill-opacity='0.2' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath d='m34.031 25.898 24.4 16.266-24.4 16.265Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-video__button:hover:after, .c-video__button:focus-visible:after {
  transform: translate(-50%, -50%) scale(1.2);
}
.is-video-initialized .c-video__button {
  opacity: 0;
  visibility: hidden;
}

.is-video-initialized,
.c-video__button {
  z-index: 200;
}

.u-color-black {
  color: #000 !important;
  --text-color: #000 !important;
  --headings-color: #000 !important;
}

.u-background-color-black {
  background-color: #000 !important;
  --background-color: #000 !important;
}

.u-color-white {
  color: #fff !important;
  --text-color: #fff !important;
  --headings-color: #fff !important;
}

.u-background-color-white {
  background-color: #fff !important;
  --background-color: #fff !important;
}

.u-color-green {
  color: #127f3d !important;
  --text-color: #127f3d !important;
  --headings-color: #127f3d !important;
}

.u-background-color-green {
  background-color: #127f3d !important;
  --background-color: #127f3d !important;
}

.u-color-darkblue {
  color: #003a63 !important;
  --text-color: #003a63 !important;
  --headings-color: #003a63 !important;
}

.u-background-color-darkblue {
  background-color: #003a63 !important;
  --background-color: #003a63 !important;
}

.u-color-lightgray {
  color: #f2f3f4 !important;
  --text-color: #f2f3f4 !important;
  --headings-color: #f2f3f4 !important;
}

.u-background-color-lightgray {
  background-color: #f2f3f4 !important;
  --background-color: #f2f3f4 !important;
}

.l-page--club .u-color-default {
  color: !important;
  --text-color:  !important;
  --headings-color:  !important;
}
.l-page--gcz .u-color-default {
  color: !important;
  --text-color:  !important;
  --headings-color:  !important;
}
.l-page--section .u-color-default {
  color: !important;
  --text-color:  !important;
  --headings-color:  !important;
}

.l-page--club .u-background-color-default {
  background-color: !important;
  --background-color:  !important;
}
.l-page--gcz .u-background-color-default {
  background-color: !important;
  --background-color:  !important;
}
.l-page--section .u-background-color-default {
  background-color: !important;
  --background-color:  !important;
}

.l-page--club .u-color-primary {
  color: #0071b9 !important;
  --text-color: #0071b9 !important;
  --headings-color: #0071b9 !important;
}
.l-page--gcz .u-color-primary {
  color: #005791 !important;
  --text-color: #005791 !important;
  --headings-color: #005791 !important;
}
.l-page--section .u-color-primary {
  color: #0071b9 !important;
  --text-color: #0071b9 !important;
  --headings-color: #0071b9 !important;
}

.l-page--club .u-background-color-primary {
  background-color: #0071b9 !important;
  --background-color: #0071b9 !important;
}
.l-page--gcz .u-background-color-primary {
  background-color: #005791 !important;
  --background-color: #005791 !important;
}
.l-page--section .u-background-color-primary {
  background-color: #0071b9 !important;
  --background-color: #0071b9 !important;
}

.l-page--club .u-color-secondary {
  color: #003a63 !important;
  --text-color: #003a63 !important;
  --headings-color: #003a63 !important;
}
.l-page--gcz .u-color-secondary {
  color: #005791 !important;
  --text-color: #005791 !important;
  --headings-color: #005791 !important;
}
.l-page--section .u-color-secondary {
  color: #003a63 !important;
  --text-color: #003a63 !important;
  --headings-color: #003a63 !important;
}

.l-page--club .u-background-color-secondary {
  background-color: #003a63 !important;
  --background-color: #003a63 !important;
}
.l-page--gcz .u-background-color-secondary {
  background-color: #005791 !important;
  --background-color: #005791 !important;
}
.l-page--section .u-background-color-secondary {
  background-color: #003a63 !important;
  --background-color: #003a63 !important;
}

.l-page--club .u-color-tertiary {
  color: #0071b9 !important;
  --text-color: #0071b9 !important;
  --headings-color: #0071b9 !important;
}
.l-page--gcz .u-color-tertiary {
  color: #003a63 !important;
  --text-color: #003a63 !important;
  --headings-color: #003a63 !important;
}
.l-page--section .u-color-tertiary {
  color: #0071b9 !important;
  --text-color: #0071b9 !important;
  --headings-color: #0071b9 !important;
}

.l-page--club .u-background-color-tertiary {
  background-color: #0071b9 !important;
  --background-color: #0071b9 !important;
}
.l-page--gcz .u-background-color-tertiary {
  background-color: #003a63 !important;
  --background-color: #003a63 !important;
}
.l-page--section .u-background-color-tertiary {
  background-color: #0071b9 !important;
  --background-color: #0071b9 !important;
}

.l-page--club .u-color-accent-default {
  color: #0071b9 !important;
  --text-color: #0071b9 !important;
  --headings-color: #0071b9 !important;
}
.l-page--gcz .u-color-accent-default {
  color: #ae9761 !important;
  --text-color: #ae9761 !important;
  --headings-color: #ae9761 !important;
}
.l-page--section .u-color-accent-default {
  color: #0071b9 !important;
  --text-color: #0071b9 !important;
  --headings-color: #0071b9 !important;
}

.l-page--club .u-background-color-accent-default {
  background-color: #0071b9 !important;
  --background-color: #0071b9 !important;
}
.l-page--gcz .u-background-color-accent-default {
  background-color: #ae9761 !important;
  --background-color: #ae9761 !important;
}
.l-page--section .u-background-color-accent-default {
  background-color: #0071b9 !important;
  --background-color: #0071b9 !important;
}

.l-page--club .u-color-accent-primary {
  color: #ffd400 !important;
  --text-color: #ffd400 !important;
  --headings-color: #ffd400 !important;
}
.l-page--gcz .u-color-accent-primary {
  color: #ae9761 !important;
  --text-color: #ae9761 !important;
  --headings-color: #ae9761 !important;
}
.l-page--section .u-color-accent-primary {
  color: #ffd400 !important;
  --text-color: #ffd400 !important;
  --headings-color: #ffd400 !important;
}

.l-page--club .u-background-color-accent-primary {
  background-color: #ffd400 !important;
  --background-color: #ffd400 !important;
}
.l-page--gcz .u-background-color-accent-primary {
  background-color: #ae9761 !important;
  --background-color: #ae9761 !important;
}
.l-page--section .u-background-color-accent-primary {
  background-color: #ffd400 !important;
  --background-color: #ffd400 !important;
}

.l-page--club .u-color-accent-secondary {
  color: #fff !important;
  --text-color: #fff !important;
  --headings-color: #fff !important;
}
.l-page--gcz .u-color-accent-secondary {
  color: #ae9761 !important;
  --text-color: #ae9761 !important;
  --headings-color: #ae9761 !important;
}
.l-page--section .u-color-accent-secondary {
  color: #fff !important;
  --text-color: #fff !important;
  --headings-color: #fff !important;
}

.l-page--club .u-background-color-accent-secondary {
  background-color: #fff !important;
  --background-color: #fff !important;
}
.l-page--gcz .u-background-color-accent-secondary {
  background-color: #ae9761 !important;
  --background-color: #ae9761 !important;
}
.l-page--section .u-background-color-accent-secondary {
  background-color: #fff !important;
  --background-color: #fff !important;
}

.l-page--club .u-color-accent-tertiary {
  color: #003a63 !important;
  --text-color: #003a63 !important;
  --headings-color: #003a63 !important;
}
.l-page--gcz .u-color-accent-tertiary {
  color: #ae9761 !important;
  --text-color: #ae9761 !important;
  --headings-color: #ae9761 !important;
}
.l-page--section .u-color-accent-tertiary {
  color: #003a63 !important;
  --text-color: #003a63 !important;
  --headings-color: #003a63 !important;
}

.l-page--club .u-background-color-accent-tertiary {
  background-color: #003a63 !important;
  --background-color: #003a63 !important;
}
.l-page--gcz .u-background-color-accent-tertiary {
  background-color: #ae9761 !important;
  --background-color: #ae9761 !important;
}
.l-page--section .u-background-color-accent-tertiary {
  background-color: #003a63 !important;
  --background-color: #003a63 !important;
}

.u-background-color-primary,
.u-background-color-secondary,
.u-background-color-darkblue {
  color: #fff;
  --text-color: #fff;
  --headings-color: #fff;
}
.l-page--club .u-background-color-primary,
.l-page--club .u-background-color-secondary,
.l-page--club .u-background-color-darkblue {
  --link-border-invert-color: #fff;
  --link-hover-invert-color: #0071b9;
}
.l-page--gcz .u-background-color-primary,
.l-page--gcz .u-background-color-secondary,
.l-page--gcz .u-background-color-darkblue {
  --link-border-invert-color: #ae9761;
  --link-hover-invert-color: #fff;
}
.l-page--section .u-background-color-primary,
.l-page--section .u-background-color-secondary,
.l-page--section .u-background-color-darkblue {
  --link-border-invert-color: #fff;
  --link-hover-invert-color: #0071b9;
}

.l-page--club .u-background-color-lightblue {
  background-color: rgba(0, 113, 185, 0.1);
}
.l-page--gcz .u-background-color-lightblue {
  background-color: rgba(0, 87, 145, 0.1);
}
.l-page--section .u-background-color-lightblue {
  background-color: rgba(0, 113, 185, 0.1);
}

.l-page--club .u-color-favorit {
  color: #fff;
}
.l-page--gcz .u-color-favorit {
  color: #ae9761;
}
.l-page--section .u-color-favorit {
  color: #fff;
}

.u-cover-object {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
}
.u-cover-object:hover, .u-cover-object:focus {
  text-decoration: none;
}

.u-cover-media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-cover-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.u-coverlink::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-gap-top-zero {
  padding-top: 0;
}
@media (min-width: 23.4375em) {
  .u-gap-top-zero {
    padding-top: calc(0 + 0 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .u-gap-top-zero {
    padding-top: 0;
  }
}

.u-gap-bottom-zero {
  padding-bottom: 0;
}
@media (min-width: 23.4375em) {
  .u-gap-bottom-zero {
    padding-bottom: calc(0 + 0 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .u-gap-bottom-zero {
    padding-bottom: 0;
  }
}

.u-gap-top-mini {
  padding-top: 1.875rem;
}
@media (min-width: 23.4375em) {
  .u-gap-top-mini {
    padding-top: calc(1.875rem + 1.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .u-gap-top-mini {
    padding-top: 3.125rem;
  }
}

.u-gap-bottom-mini {
  padding-bottom: 1.875rem;
}
@media (min-width: 23.4375em) {
  .u-gap-bottom-mini {
    padding-bottom: calc(1.875rem + 1.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .u-gap-bottom-mini {
    padding-bottom: 3.125rem;
  }
}

.u-gap-top-small {
  padding-top: 3.75rem;
}
@media (min-width: 23.4375em) {
  .u-gap-top-small {
    padding-top: calc(3.75rem + 2.5 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .u-gap-top-small {
    padding-top: 6.25rem;
  }
}

.u-gap-bottom-small {
  padding-bottom: 3.75rem;
}
@media (min-width: 23.4375em) {
  .u-gap-bottom-small {
    padding-bottom: calc(3.75rem + 2.5 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .u-gap-bottom-small {
    padding-bottom: 6.25rem;
  }
}

.u-gap-top-default {
  padding-top: 5.625rem;
}
@media (min-width: 23.4375em) {
  .u-gap-top-default {
    padding-top: calc(5.625rem + 4.375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .u-gap-top-default {
    padding-top: 10rem;
  }
}

.u-gap-bottom-default {
  padding-bottom: 5.625rem;
}
@media (min-width: 23.4375em) {
  .u-gap-bottom-default {
    padding-bottom: calc(5.625rem + 4.375 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .u-gap-bottom-default {
    padding-bottom: 10rem;
  }
}

.u-justify-content-start {
  justify-content: flex-start !important;
}

.u-justify-content-end {
  justify-content: flex-end !important;
}

.u-justify-content-center {
  justify-content: center !important;
}

.u-justify-content-between {
  justify-content: space-between !important;
}

.u-justify-content-around {
  justify-content: space-around !important;
}

.u-justify-content-evenly {
  justify-content: space-evenly !important;
}

.u-align-items-center {
  align-items: center !important;
}

.u-align-items-end {
  align-items: flex-end !important;
}

.u-flex {
  display: flex !important;
}

.u-flex-column {
  flex-direction: column !important;
}

.u-flex-wrap {
  flex-wrap: wrap !important;
}

.u-order-1 {
  order: -1 !important;
}

.u-display-contents {
  display: contents;
}

.l-page--gcz figure .u-table-legend-colors tr:first-child td:first-child::before, .l-page--gcz figure .u-table-legend-colors tr:nth-child(2) td:first-child::before {
  background-color: #ffd400;
}
.l-page--gcz figure .u-table-legend-colors tr:nth-child(3) td:first-child::before, .l-page--gcz figure .u-table-legend-colors tr:nth-child(4) td:first-child::before {
  background-color: #aaa;
}
.l-page--gcz figure .u-table-legend-colors tr:last-child td:first-child::before {
  background-color: #ffa700;
}
.l-page--gcz figcaption .u-table-legend-colors tr:first-child td:first-child::before {
  background-color: #ffd400;
}
.l-page--gcz figcaption .u-table-legend-colors tr:nth-child(2) td:first-child::before {
  background-color: #aaa;
}
.l-page--gcz figcaption .u-table-legend-colors tr:nth-child(3) td:first-child::before {
  background-color: #ffa700;
}
.l-page--gcz figcaption .u-table-legend-colors tr:last-child td:first-child::before {
  background-color: #ff4a5d;
}

.u-table-bg-transparent .contenttable tbody tr, .u-table-bg-transparent .c-external-content--table table tbody tr, .c-external-content--table .u-table-bg-transparent table tbody tr {
  background-color: transparent;
}
.u-table-bg-transparent .contenttable thead th:first-child, .u-table-bg-transparent .c-external-content--table table thead th:first-child, .c-external-content--table .u-table-bg-transparent table thead th:first-child, .u-table-bg-transparent .contenttable tbody td:first-child, .u-table-bg-transparent .c-external-content--table table tbody td:first-child, .c-external-content--table .u-table-bg-transparent table tbody td:first-child {
  padding-left: 0;
}

.text-left,
.u-text-align-left {
  text-align: left !important;
}

.text-right,
.u-text-align-right {
  text-align: right !important;
}

.text-center,
.u-text-align-center {
  text-align: center !important;
}

.text-justify,
.u-text-align-justify {
  text-align: justify !important;
}

.u-text-no-wrap {
  white-space: nowrap !important;
}

.u-text-uppercase {
  text-transform: uppercase !important;
}

.u-text-bold {
  font-weight: 800 !important;
}

.u-text-numeric {
  font-variant-numeric: tabular-nums !important;
}

.u-text-hide {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  text-shadow: none;
}

.u-text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.u-text-hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.u-text-lead, blockquote p {
  font-size: 1.125rem;
}
@media (min-width: 23.4375em) {
  .u-text-lead, blockquote p {
    font-size: calc(1.125rem + 0.5 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .u-text-lead, blockquote p {
    font-size: 1.625rem;
  }
}

.u-text-small {
  font-size: 0.75rem;
}
@media (min-width: 23.4375em) {
  .u-text-small {
    font-size: calc(0.75rem + 0.25 * (100vw - 23.4375rem) / 51.5625);
  }
}
@media (min-width: 75em) {
  .u-text-small {
    font-size: 1rem;
  }
}

.u-hidden, .hidden {
  display: none !important;
}