@charset "UTF-8";
/*! 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.5; /* 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;
}

@font-face {
  font-family: "Suisse-light";
  src: url("../fonts/suisse/SuisseIntl-Light-WebXL.13c3d79fc7b9.woff");
  font-display: swap;
}
@font-face {
  font-family: "Suisse-light-italic";
  src: url("../fonts/suisse/SuisseIntl-LightItalic-WebXL.edb590cbe588.woff");
  font-display: swap;
}
@font-face {
  font-family: "Suisse-regular";
  src: url("../fonts/suisse/SuisseIntl-Regular-WebXL.3a6d8b032cc2.woff");
  font-display: swap;
}
@font-face {
  font-family: "Suisse-bold";
  src: url("../fonts/suisse/SuisseIntl-Bold-WebXL.572fb10eaf8f.woff");
  font-display: swap;
}
@font-face {
  font-family: "Suisse-medium";
  src: url("../fonts/suisse/SuisseIntl-Medium-WebXL.21b6494c3338.woff");
  font-display: swap;
}
@font-face {
  font-family: "America-regular";
  src: url("../fonts/gtamerica/GT-America-Expanded-Regular.d4dbd4ac3fec.woff");
  font-display: swap;
}
@font-face {
  font-family: "America-medium";
  src: url("../fonts/gtamerica/GT-America-Expanded-Medium.14c3fb0467be.woff");
  font-display: swap;
}
/* huidge editie kleur */
/* SCSS */
/* SCSS */
/* SCSS */
img {
  display: none;
}

nav img,
main img,
footer img {
  display: block;
}

main img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.esns-background-pattern {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 1152 375' style='enable-background:new 0 0 1152 375' xml:space='preserve'%3E %3Cstyle%3E .st0{fill:none}.st1{fill:%23f5f5f6} %3C/style%3E %3Cpath class='st0' d='M1191.4 306.2V167.6h-30V40.2h-9.4v27.6c.4 2.6.6 5.3.7 8 .1 4.4-.1 8.7-.7 12.8v150.8c12.8 22.5 25.5 44.8 38.3 67.2.4-.1.7-.2 1.1-.4zM1152 67.8V40.2h-12c6.9 8.5 10.6 17.7 12 27.6zM617.7 27.2c16.2 7.1 33.3 12.1 51 12.6 28 .7 55.9.2 83.8.2h5.7V0h-23.9c.8 5.3 1.5 10.3 2.3 15.8h-43.7c-1.9-5.5-3.8-10.6-5.7-15.8h-78.9c-5 10.4-1.2 22.4 9.4 27.2zM341.1 222v84.7h49.7c-16.8-29.3-32.9-57.3-49-85.2-.2.2-.5.4-.7.5zM1058.5-4.4h24.8c.2-.5.4-.8.6-1.3-3.3-2.2-6.2-4.8-9.7-6.4-16.6-7.3-33.5-7.3-50.6-1.3-1.9.7-4.2 1.5-5.6 3-5.6 6.9-13.2 6.3-20.7 5.9-2.2-.1-4.2 0-6.4 0-5.8 0-8.5 1-10 4.5h79.4c-.6-1.4-1.2-2.9-1.8-4.4zM300.2-4.2h24.7c.2-.5.4-.8.6-1.3-3.3-2.2-6.2-4.8-9.7-6.4-16.6-7.3-33.5-7.3-50.6-1.3-1.9.7-4.2 1.5-5.6 3-5.6 6.9-13.2 6.3-20.7 5.9-2.2-.1-4.2 0-6.4 0-5.6 0-8.4.9-10 4.3h79.3c-.5-1.4-1.1-2.8-1.6-4.2zM234.8 28.7c12.1 4.2 24.7 7.1 37.2 10.4 3.4.8 7 1.2 10.4 1.2 26 .1 52.1 0 78 0h6.2V19.2c1.7-.2 3-.5 4.4-.5 13.4 0 26.9.1 40.3-.1 3 0 4.8 1 6.2 3.6 3.1 5.9 5.3 14 10.4 16.8 5.6 3 13.8 1 20.8 1 8.7 0 17.3.2 26-.1 3.5-.1 5.3 1 7 4.1 17.7 31.4 35.6 62.6 53.5 93.9 1 1.7 1.9 3.3 3.6 6.1V40.1h-35.5V19h42.6v20.6h21.7c-4.5-12.9-6.1-25.9-3.4-39.6H349.1c.7 5.3 1.4 10.4 2.2 15.9-2.3.1-4 .4-5.7.4-11.4 0-22.6-.1-34 .1-3.5 0-5.1-.5-5.8-4.6-.7-4-2.3-7.8-3.9-11.8h-79.3c-.7 1.5-1.1 3.4-1.4 5.9-1.4 11.3 2.4 19 13.6 22.8zM685.5-4.7h26.1c-2.8-2.3-4.2-4.1-6.2-5.1-19.7-10.5-39.7-10.9-59.9-1.1-5.8 8.1-14.5 6.3-22.6 6.4-3 0-6.1-.4-9 .1-1.8.2-4 1.5-4.8 2.8-.3.5-.6 1.1-.8 1.6h78.9c-.6-1.6-1.1-3.1-1.7-4.7zM758.2-4.2h-24.5l.6 4.2h23.9v-4.2zM1099.9 221.5c-.2.2-.5.4-.7.5v84.7h49.7c-16.8-29.3-32.9-57.3-49-85.2zM1494.8 15.8h-43.7c-2.5-7.1-5-13.7-7.4-20.5h26.1c-2.8-2.3-4.2-4.1-6.2-5.1-19.7-10.5-39.7-10.9-59.9-1.1-5.8 8.1-14.5 6.3-22.6 6.4-3 0-6.1-.4-9 .1-1.8.2-4 1.5-4.8 2.8-6.2 10.7-2.5 23.8 8.6 28.8 16.2 7.1 33.3 12.1 51 12.6 28 .7 55.9.2 83.8.2h5.7V-4.2h-24.5c1 6.8 1.9 13.1 2.9 20z'/%3E %3Cpath class='st1' d='M311.6 16.4c11.4-.2 22.6-.1 34-.1 1.7 0 3.4-.3 5.7-.4-.8-5.5-1.4-10.6-2.2-15.9h-47.2c1.6 4 3.2 7.8 3.9 11.8.7 4.1 2.3 4.6 5.8 4.6zM736.6 15.8c-.8-5.5-1.5-10.5-2.3-15.8h-47.1c1.9 5.2 3.8 10.3 5.7 15.8h43.7z'/%3E %3Cpath class='st1' d='M565.3 329.3c-5.5-2.8-11.3-5.2-17.2-6.8-23.4-6.1-47-11.7-71.5-17.6V167.1h-29.9V56.2c21.5 37.5 42.5 73.9 63.9 111.2H486v44.1h43.2V167h53.3V40.1h52.3c.8 0 1.4.4 2.1.5 17.3 4.4 34.5 8.7 51.7 13.4 11.4 3.1 22.8 6.4 33.8 10.4 7.7 2.8 11.9 9.2 12.1 17.7.5 11.7-6.4 21.1-19.1 25.5-13.4 4.6-27.5 4.6-41.4 2.8-18.8-2.5-30.7-12.5-33.4-32-.4-3.3-2.3-3.4-4.8-3.4h-39.6c-.1 1.8-.2 2.7-.2 3.5.9 28.1 14.3 48.4 39.5 59.7 33.3 14.9 67.8 15.5 101.6 2.2 32.4-12.7 48.2-44.3 40.3-77.8-1.8-7.9-6.2-15.2-9.2-22.3h26.5v73.5h167.2V74.1h-122V39.8h70.9v-33h-107V0h-45.6v40h-5.7c-27.9 0-55.8.5-83.8-.2-17.7-.5-34.8-5.5-51-12.6-10.6-4.8-14.4-16.8-9.4-27.2h-44.1c-2.6 13.7-1.1 26.7 3.4 39.6h-21.7V19h-42.6v21.1h35.5V144c-1.7-2.8-2.6-4.4-3.6-6.1-17.9-31.3-35.8-62.5-53.5-93.9-1.7-3.1-3.5-4.2-7-4.1-8.7.3-17.3.1-26 .1-7 0-15.2 2-20.8-1-5.1-2.8-7.3-10.9-10.4-16.8-1.4-2.6-3.2-3.6-6.2-3.6-13.4.2-26.9.1-40.3.1-1.4 0-2.7.3-4.4.5v21.1h-6.2c-25.9 0-52 .1-78 0-3.4 0-7-.4-10.4-1.2-12.5-3.3-25.1-6.2-37.2-10.4-11.2-3.8-15-11.5-13.7-22.8.3-2.5.8-4.4 1.4-5.9h-42.9c-2 11.9-1.4 23.4 1.9 34.8 1.1 3.8 2.8 5.5 7.3 5.4 19.3-.3 38.7-.1 57.9-.1 1.8 0 3.9.1 5.7.6 17.1 4.3 34.3 8.6 51.2 13.3 11.7 3.3 23.6 6.3 34.7 10.9 9.8 4 13 12.7 10.9 23.2-2.4 12.4-11.3 18.8-22.3 20.6-12.1 2-24.6 2.9-36.8 1.9-16.6-1.4-29.2-9.5-33.4-26.9-.6-2.8-1.2-5.4-1.8-8.2h-43.7c0 2.9-.2 5.3-.1 7.7 2.9 28.3 18.5 47.4 44.5 57.4 30 11.6 60.9 11.9 91.4 1.9 30.5-10.2 48.2-35.8 47.2-66.7-.4-13-4-24.9-12.7-35.6h21.7v127.4h30v138.6c-.4.2-.7.3-1.1.4-26.3-46.1-52.5-92.2-79.4-139.3h41v-11.5h-43v11.7h-52.9v138.9c3.4 0 6.4.3 9.3-.1 4.3-.4 6.6 1.2 8.7 5 8.7 15.6 18.4 30.6 26.3 46.6 5.5 11.2 12.3 16.3 25.1 14.6 10.4-1.3 21-.2 32.3-.2v-65.7c5.7 0 10.5-.3 15.5.1 1.3.1 3.2 1.6 3.6 2.8 5.5 16.4 16.9 26.9 32.9 32 17.2 5.4 34.8 9.2 52.1 14 12.4 3.5 25.4 6.5 36.9 12.2 6.3 3.1 11.8 4.8 18.5 4.7 11.8-.1 23.6 0 35.6 0-2.2-20.1-11.7-34.4-29.3-43.1zm-224.2-22.6V222c.2-.1.5-.3.7-.5 16.1 27.9 32.2 55.9 49 85.2h-49.7z'/%3E %3Cpath class='st1' d='M35.8 113.9h167.3V74H81.2V39.7h70.7v-33H45.2V0H0v40.1h35.8zM618.6 224.8c-27.3-10.4-55.3-9.6-82.9 0-13.3 4.6-23.8 13.2-31.7 24.7-11.9 17.4-13 36.6-8.8 56.5h63.1c-4.9-2.1-9.1-3.7-13.1-5.9-6.5-3.8-9.5-9.7-9.4-17.2.3-11 6.3-18.2 16-22.3 14-6 28.6-5.7 43.1-2.1s24 12.3 25.9 27.8c.3 3.1 2.2 3.5 4.7 3.5h39.9c0-1.7 0-2.6-.1-3.6-1.8-30.9-18.7-50.7-46.7-61.4zM170.4 306.9c-4.9.1-8.4-1.6-10.5-5.6-2.8-5.7-5.4-11.5-7-17.6-1-3.7-2.3-4.5-5.6-4.4-8.5.1-16.9 0-25.4 0H107c1.7 9.7 3.2 18.4 4.8 27.4h46.4c-1.7 1.9-3.5 3.3-5.6 4-18.6 6.5-37.7 7.6-55.9.2-8.4-3.4-16.3-4.6-24.9-4.5H36c.1 1.2 0 1.7.2 2.2.8 1.7 1.5 3.5 2.5 5.2 8.9 15.7 22.4 25.6 39 31.8 19.8 7.3 40.3 8.5 61.1 6.8 17.3-1.4 33.6-5.8 47.9-16.3 10.2-7.6 18.3-17 23-29.8-13.5 0-26.3-.2-39.3.6zM929.3 306.3c-4.8.1-8.3-1.4-10.2-5.2-3.5-6.8-6.3-14.1-9.7-21.8h-43.3c1.1 6.9 2 13.3 3 19.7.9 5.2 3 8 9.1 7.3 6-.7 12.3-.1 18.5-.1H917c0 .5.1.8.2 1.3-2.9 1.5-5.7 3.5-8.8 4-9.8 1.5-19.9 3.4-29.8 3.6-10.7.4-21.4-1.7-30.7-8-.8-.6-2-.8-3-.8h-51c1.5 3.3 2.5 5.4 3.4 7.4 7.8 13.8 19.4 23.2 33.7 29.5 21.1 9.3 43.4 10.9 66 9.1 17.4-1.3 33.8-5.7 48.1-16.1 10.4-7.6 18.6-17.2 23.4-30-13.4 0-26.4-.3-39.2.1zM233.3 173.4c2.9 5.9 5.2 12.1 8 18.5H285.1c-1.6-8.6-3.1-16.5-4.6-24.1-10.2-1-10.1-1-15.3-9.1-1.1-1.7-3.8-3.3-5.7-3.3-13.4-.2-26.9-.1-40.3-.1-1.4 0-2.7.4-3.9.5v11.7c7-.3 14.2-1.6 18 5.9z'/%3E %3Cpath class='st1' d='M1012.1 228c-14.1-4.8-28.8-7.8-43.3-11.7-13.4-3.6-27.1-6.5-40.3-10.9-12-3.9-16.4-11.9-14.9-23.6 1.3-9.6 6.5-14.3 15.9-14.3h26.4c-1.2-2.6-1.9-4.4-2.7-6.1-8.5-17.4-22.9-27.5-40.2-34.3-21.3-8.3-43.4-8.4-65.7-4.5-18.4 3.1-34.4 10.9-45.9 26-4.4 5.7-7.5 12.2-11.4 18.5h-27.5v-11.4H600.2v11.4c-2.3.2-4.1.5-6.4.7 6.9 12 14.1 23.1 19.9 35 3.6 7.5 8.3 9.8 16.3 9.3 11.5-.7 23.3-.2 35.5-.2v-44.2h17.8V306h45.2v-26.4h107.1v-38.5H728.7V194h116.6v-26.4c-1.6-.1-3-.4-4.7-.6 11.8-11.7 52-10.4 61.4.5h-29.1c-.9 6.1-2.3 12.1-2.5 18-.9 26.5 8.1 48.7 36.7 58.3 15.2 5.1 30.9 8.5 46.4 12.7 13.1 3.7 26.5 6.4 39 11.4 14.5 5.8 17.6 22.7 7.4 34.7-1.7 2-4.8 3.4-7.5 3.6-5.3.5-10.9.1-16.2.1v66h30.4l12.1-.5v-65.3c8.3 0 15.9-.1 23.4.1 2.9 0 4.4-.8 5.2-3.8 7.4-26.3 3.1-61.7-35.2-74.8zM253.2 227.9c-14.1-4.8-28.8-7.8-43.3-11.7-13.4-3.6-27.1-6.7-40.3-10.9-11.9-3.9-16.1-11.3-15-23 .8-10.2 6-15 16.2-15h25.9c-1-2.6-1.7-4.4-2.5-6.1-7.8-16.4-21.4-26.4-37.6-33.3-21.9-9.3-44.7-9.6-67.7-5.7-18.7 3.1-35 11-46.7 26.5-4 5.3-7 11.5-11.1 18.4H79c.8 0 1.7-.3 2.4-.8 14.1-9.2 29.8-9 45.5-6.3 5.5 1 10.8 3.8 16.2 5.7-.2.6-.4 1.1-.6 1.7h-28.3c-1 5.8-2.5 11.5-2.7 17.2-1.2 27 8 49.6 36.8 59.3 13.6 4.6 27.5 7.7 41.3 11.5 14.6 3.9 29.7 7 43.7 12.3 14.7 5.5 18 22.5 8 34.6-1.8 2.2-5.2 3.4-8 3.9-4.1.6-8.3.1-12.8.1v65.9h27.2l15.7-.5v-65.5c7 0 13.6-.1 20.3.1 2.8 0 4-.9 4.7-3.6 7.4-26.7 2.7-61.7-35.2-74.8zM1069.9 16.2c11.4-.2 22.6-.1 34-.1 1.7 0 3.4-.3 5.7-.4-.8-5.4-1.4-10.5-2.2-15.7h-47.2c1.6 3.9 3.1 7.7 3.8 11.6.8 4.1 2.4 4.6 5.9 4.6zM1152.7 75.8c-.1-2.7-.3-5.4-.7-8v20.8c.6-4.1.8-8.4.7-12.8zM1110.9 167.3h41v-11.5h-43v11.7H1056v138.9c3.4 0 6.4.3 9.3-.1 4.3-.4 6.6 1.2 8.7 5 8.7 15.6 18.4 30.6 26.3 46.6 5.5 11.2 12.3 16.3 25.1 14.6 8.6-1.1 17.4-.5 26.6-.3V239.4c-13.6-23.9-27.3-47.9-41.1-72.1zm-11.7 139.4V222c.2-.1.5-.3.7-.5 16.1 27.9 32.2 55.9 49 85.2h-49.7z'/%3E %3Cpath class='st1' d='M1140 40.2h12V18.7h-22.6c-1.4 0-2.7.3-4.4.5v20.9h-6.2c-25.9 0-52 .1-78 0-3.4 0-7-.4-10.4-1.2-12.5-3.3-25.1-6.2-37.2-10.4-11.2-3.8-15-11.5-13.7-22.8.3-2.4.7-4.3 1.4-5.7h-43c-2 11.9-1.4 23.4 1.9 34.8 1.1 3.8 2.8 5.5 7.3 5.4 19.3-.3 38.7-.1 57.9-.1 1.8 0 3.9.1 5.7.6 17.1 4.3 34.3 8.6 51.2 13.3 11.7 3.3 23.6 6.3 34.7 10.9 9.8 4 13 12.7 10.9 23.2-2.4 12.4-11.3 18.8-22.3 20.6-12.1 2-24.6 2.9-36.8 1.9-16.6-1.4-29.2-9.5-33.4-26.9-.6-2.8-1.2-5.4-1.8-8.2h-43.7c0 2.9-.2 5.3.2 7.7 2.9 28.3 18.5 47.4 44.5 57.4 30 11.6 60.9 11.9 91.4 1.9 26.2-8.8 42.9-28.9 46.5-53.9V67.8c-1.5-9.9-5.2-19.1-12.1-27.6zM991.4 173.4c2.9 5.9 5.2 12.1 8 18.5H1043.2c-1.6-8.6-3.1-16.5-4.6-24.1-10.2-1-10.1-1-15.3-9.1-1.1-1.7-3.8-3.3-5.7-3.3-13.4-.2-26.9-.1-40.3-.1-1.4 0-2.7.4-3.9.5v11.7c7-.3 14.2-1.6 18 5.9z'/%3E %3C/svg%3E");
}

.template-mailchimp-form form {
  margin: 20px 10px;
}
.template-mailchimp-form form::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 992px) {
  .template-mailchimp-form form {
    margin: 20px 0;
  }
}
.template-mailchimp-form input[type=text],
.template-mailchimp-form input[type=email] {
  padding: 10px;
}
.template-mailchimp-form label {
  float: left;
  clear: both;
}
.template-mailchimp-form .field-newsletters {
  margin: 20px 0;
  clear: both;
}
.template-mailchimp-form .field-newsletters > label {
  display: none;
}
.template-mailchimp-form .field-newsletters input,
.template-mailchimp-form .field-newsletters label {
  float: none;
}
.template-mailchimp-form .field-accept_terms {
  margin: 20px 0;
  clear: both;
}
.template-mailchimp-form .field-accept_terms label {
  display: none;
}
.template-mailchimp-form .field-accept_terms .help {
  float: left;
  margin: 5px;
}

body {
  font-family: "Suisse-light";
  overflow-x: hidden;
  background-color: #ffffff;
}

strong {
  font-family: "Suisse-regular";
}

.bg_color--white {
  background-color: #ffffff;
}
.bg_color--lightgrey {
  background-color: #F5F5F6;
}
.bg_color--grey {
  background-color: #E5E5E6;
}
.bg_color--darkgrey {
  background-color: #B1B4BC;
}

sub,
sup {
  line-height: 1;
}

.template-basicpage main,
.template-newspage main,
.template-timetable main {
  overflow-x: hidden;
  width: 100%;
}

h1 {
  text-transform: uppercase;
}

h1,
h2 {
  font-family: "Suisse-regular";
  font-size: 3.5rem;
  font-weight: normal;
  letter-spacing: -2px;
  line-height: 1.1;
  margin: 10px 0;
}

h3 {
  font-family: "Suisse-regular";
  font-size: 1.375rem;
  font-weight: normal;
  letter-spacing: -0.75px;
  line-height: 1.1;
}

p a,
ul a {
  border-bottom: 1px solid #000000;
  color: #000000;
  position: relative;
  text-decoration: none;
}
p a:after,
ul a:after {
  border-bottom: 1px solid #E5E5E6;
  bottom: -1px;
  content: " ";
  left: 0;
  position: absolute;
  transition: width 0.2s ease-in-out;
  width: 0;
}
p a:hover:after,
ul a:hover:after {
  width: 100%;
}

.messages {
  background-color: #0062ff;
  margin: 0;
  padding: 10px 40px;
}

/* The container must be positioned relative: */
.custom-select {
  font-size: 0.875rem;
  width: 100%;
  position: relative;
  float: left;
  clear: both;
  font-family: "America-regular";
  text-transform: uppercase;
  color: #000000;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='34px' height='34px' viewBox='0 0 34 34' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Overzicht-delegates' transform='translate(-18.000000, -203.000000)'%3E %3Cg id='dropdown' transform='translate(18.000000, 200.000000)'%3E %3Cg id='Group-4' transform='translate(0.000000, 3.000000)'%3E %3Crect id='Rectangle' fill='%230062ff' x='0' y='0' width='34' height='34' rx='17'%3E%3C/rect%3E %3Cg id='\e9b1' transform='translate(11.939068, 14.520000)' fill='%23000000' fill-rule='nonzero'%3E %3Cpolygon id='Path' points='1.18 0 5 3.84 8.82 0 10 1.18 5 6.18 0 1.18'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
}

/* Point the arrow upwards when the select box is open (active): */
/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #000000;
  padding: 10px 16px 10px 40px;
  cursor: pointer;
}

.select-items div {
  font-size: 0.8rem;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.block-spacer {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .block-spacer {
    margin: 25px 0;
  }
}

.desktop-only {
  display: none;
}
@media only screen and (min-width: 992px) {
  .desktop-only {
    display: block;
  }
}

.mobile-only {
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .mobile-only {
    display: none;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 700px;
  }
}
.template-teamindex-page .container {
  margin: 0;
}

.container--smallspaced {
  width: 100%;
  margin: 150px auto;
  padding: 10px;
}
@media only screen and (min-width: 992px) {
  .container--smallspaced {
    padding: 0;
  }
}

.container--spaced {
  width: 100%;
  margin: 150px auto 50px;
  padding: 10px;
}
@media only screen and (min-width: 992px) {
  .container--spaced {
    max-width: 700px;
    margin: 250px auto 150px;
  }
}

.container-xl {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .container-xl {
    max-width: 820px;
  }
}
.template-teamindex-page .container-xl {
  margin: 0;
}

.container-xxl {
  width: 100%;
  margin: 0 auto;
}
.container-xxl::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 992px) {
  .container-xxl {
    max-width: 1180px;
  }
}

.fullwidth-container {
  position: absolute;
  top: 0;
  width: 100%;
}
.fullwidth-container::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 992px) {
  .fullwidth-container {
    position: relative;
  }
}

.mobile-nav-margin {
  top: 60px;
}
@media only screen and (min-width: 992px) {
  .mobile-nav-margin {
    top: 0;
  }
}

.fullwidth-container-relative {
  top: 0;
  width: 100%;
}
.fullwidth-container-relative::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 992px) {
  .fullwidth-container-relative {
    position: relative;
  }
}

@media only screen and (min-width: 992px) {
  .content-with-sidebar {
    display: flex;
  }
}

/** See sidebar.scss */
.content {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .content {
    width: 75%;
  }
  .content .content_inner {
    padding: 20px;
  }
}

.sub-home-page__switch {
  display: none;
}
@media only screen and (min-width: 992px) {
  .sub-home-page__switch {
    display: flex;
  }
  .sub-home-page__switch .block-bg_color_text__content {
    flex: 1;
  }
}
@media only screen and (min-width: 992px) {
  .sub-home-page__column {
    float: left;
  }
  .sub-home-page__column--sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .sub-home-page__column--sticky {
    margin: 0px;
    margin-top: -70px;
  }
}
@media only screen and (min-width: 992px) {
  .sub-home-page__column--sticky .block-bg_video_title {
    height: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .sub-home-page__column--right {
    width: 60%;
    float: right;
  }
}

.split {
  display: block;
  margin: 0;
  padding: 0;
  height: calc(100vh - 140px);
  position: absolute;
  z-index: 1;
  top: 0;
  background-repeat: no-repeat;
  background-size: fixed;
  overflow: hidden;
  transition: width 2s;
}

/* Control the left side */
.left {
  left: 0;
  background-position: center left;
  width: 100%;
}

/* Control the right side */
.right {
  right: 0;
  background-position: center right;
}

.normal {
  width: 50%;
}

.growing {
  width: 85%;
}

.shrinking {
  width: 15%;
}

* {
  box-sizing: border-box;
}

.template-home-page .navigation {
  position: relative;
}
.template-home-page .navigation--closed {
  top: 0;
}
.template-home-page main {
  margin-top: 0;
  margin-bottom: 40px;
}
.template-home-page footer {
  display: none;
}

.homepage__conference, .homepage__festival {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: calc(50vh - 70px);
}

.homepage-button__center {
  margin: 0 auto;
  width: 1px;
  position: absolute;
  left: 50%;
  height: calc(100vh - 140px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  flex-direction: column;
  top: 2.5rem;
  overflow: visible;
}
@media only screen and (min-width: 992px) {
  .homepage-button__center {
    top: 70px;
  }
  .mobile-nav-margin .homepage-button__center {
    display: none;
  }
}
.homepage-button__container {
  display: flex;
  flex-direction: column;
}
.homepage-button__button {
  font-size: 1.375rem;
  padding: 10px 20px 10px 40px;
  font-family: "Suisse-regular";
  text-decoration: none;
  width: 170px;
  color: #000000;
  background-color: #0062ff;
  transform: translateX(-15px);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12px' height='13px' viewBox='0 0 12 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='®' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Homepage' transform='translate(-75.000000, -348.000000)' fill='%23000000' fill-rule='nonzero'%3E %3Cg id='CTA' transform='translate(61.000000, 326.000000)'%3E %3Cg id='arrow_forward---material' transform='translate(20.050000, 28.420000) scale(-1, 1) translate(-20.050000, -28.420000) translate(14.438800, 22.808800)'%3E %3Cpolygon id='Path' points='5.6112 0 11.2224 5.6112 5.6112 11.2224 4.62 10.2312 8.5344 6.3 0 6.3 0 4.9224 8.5344 4.9224 4.62 0.9912'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-size: 20px;
}
.homepage-button__button:hover {
  transition: background 0.3s ease;
  background-position: center left 5px;
}
.homepage-button__button:nth-child(2) {
  padding: 10px 40px 10px 20px;
  transform: translateX(15px);
  color: #0062ff;
  background-color: #000000;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12px' height='13px' viewBox='0 0 12 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='®' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Homepage' transform='translate(-235.000000, -404.000000)' fill='%230062ff' fill-rule='nonzero'%3E %3Cg id='CTA' transform='translate(99.000000, 382.000000)'%3E %3Cg id='arrow_forward---material' transform='translate(136.427262, 22.808800)'%3E %3Cpolygon id='Path' points='5.6112 0 11.2224 5.6112 5.6112 11.2224 4.62 10.2312 8.5344 6.3 0 6.3 0 4.9224 8.5344 4.9224 4.62 0.9912'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: center right 10px;
  background-size: 20px;
}
.homepage-button__button:nth-child(2):hover {
  background-position: center right 5px;
}

@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  z-index: 999;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #E5E5E6;
  box-sizing: content-box;
}
@media only screen and (min-width: 992px) {
  .ticker-wrap {
    z-index: 999;
    position: fixed;
    bottom: 0;
  }
}
.ticker-wrap .ticker {
  font-family: "Suisse-regular";
  display: inline-block;
  line-height: 2.5rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 130s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 0.875rem;
  color: #000000;
}
@media only screen and (min-width: 992px) {
  .ticker-wrap .ticker__item {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 992px) {
  .template-home-page .fc-switch {
    display: none;
  }
}

.homepage-switch {
  display: none;
  height: calc(100vh - 110px);
  background-repeat: no-repeat;
  background-size: fixed;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .homepage-switch {
    display: flex;
    position: relative;
  }
}
.homepage-switch a {
  text-decoration: none;
}
.homepage-switch:hover .homepage-switch__festival:not(:hover) {
  width: 25%;
}
.homepage-switch--backgroundright {
  background-position: right;
}
.homepage-switch__text {
  top: 0;
  position: absolute;
  width: 100%;
  line-height: 60px;
  letter-spacing: -1px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: 1.75rem;
  font-family: "Suisse-regular";
  text-decoration: none;
  color: #B1B4BC;
  background-color: #000000;
}
.homepage-switch__conference .homepage-switch__text {
  color: #000000;
  background-color: #B1B4BC;
}
.homepage-switch__animationlayer {
  position: absolute;
  height: 100%;
  width: 100vw;
}
.homepage-switch__animationlayer--right {
  right: 0;
}
.homepage-switch__festival {
  background-position: center left;
  background-size: 75vw auto;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  display: block;
  text-align: center;
  width: 50%;
  transition: width 1s;
}
.homepage-switch__festival:hover {
  width: 75%;
}
.homepage-switch__conference {
  background-position: center right;
  background-size: 75vw auto;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  width: auto;
  display: block;
  text-align: center;
}

.lottie-animation {
  bottom: 0;
  position: absolute;
  height: calc(100% - 60px); /* 100% of the parent's height minus 60px */
  width: 100vw;
  z-index: 500;
  overflow: hidden; /* Optional: in case the animation is larger than the container */
}
.lottie-animation--left {
  left: 0;
}
.lottie-animation--right {
  right: 0;
}

.lottie-animation-inner {
  width: 100%;
  height: 100%;
}
.lottie-animation-inner svg {
  width: 100%;
}

@keyframes logoSlide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.navigation {
  z-index: 1000;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  transition: top 0.5s;
}
.navigation::after {
  clear: both;
  content: "";
  display: block;
}
.navigation--closed {
  top: -59px;
}
@media only screen and (min-width: 992px) {
  .navigation--closed {
    top: -70px;
  }
}
.navigation__container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .navigation__container {
    max-width: 100%;
    padding: 0 25px;
    margin: 10px auto;
  }
}
.navigation__eventinfo {
  padding: 6px 10px;
  font-family: "America-regular";
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.1;
  color: #7D8189;
}
.navigation__eventinfo--bold {
  font-family: "America-medium";
}
.navigation__logo {
  display: block;
  width: 140px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='155' height='42' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='a' d='M0 0h20.938v26.9H0z'/%3E %3Cpath id='c' d='M0 0h32.95v28.712H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath d='M103.996 21.67c-.97-.772-2.426-1.39-4.369-1.851l-4.432-1.055c-1.71-.403-2.828-.755-3.355-1.055-.82-.45-1.23-1.131-1.23-2.042 0-.991.416-1.764 1.248-2.318.831-.553 1.943-.83 3.337-.83 1.253 0 2.3.214 3.144.64 1.265.646 1.944 1.736 2.038 3.27h5.071c-.092-2.71-1.09-4.778-2.992-6.202-1.902-1.424-4.2-2.137-6.895-2.137-3.226 0-5.67.756-7.336 2.267-1.665 1.511-2.498 3.407-2.498 5.69 0 2.504.851 4.343 2.553 5.52 1.005.703 2.852 1.354 5.539 1.954l2.734.605c1.6.346 2.77.745 3.507 1.194.736.461 1.105 1.113 1.105 1.955 0 1.441-.753 2.428-2.257 2.958-.793.277-1.825.415-3.096.415-2.123 0-3.622-.524-4.496-1.574-.479-.577-.8-1.447-.963-2.612h-5.037c0 2.653.952 4.737 2.857 6.253 1.906 1.517 4.521 2.276 7.846 2.276 3.255 0 5.775-.77 7.558-2.31 1.785-1.54 2.677-3.474 2.677-5.804 0-2.272-.753-4.007-2.258-5.206M68.456 23.193h12.268v-4.43H68.456V13.35H81.82V8.834H63.298v25.5h19.14v-4.585H68.456zM125.427 26.614l-10.026-17.78h-5.532v25.5h4.917V16.24l10.281 18.092h5.277V8.834h-4.917z' fill='%237D8189'/%3E %3Cg transform='translate(134.062 8.09)'%3E%3Cpath d='M18.679 13.58c-.97-.773-2.426-1.39-4.368-1.851L9.88 10.673c-1.71-.402-2.829-.755-3.356-1.055-.82-.45-1.23-1.13-1.23-2.041 0-.992.416-1.764 1.248-2.319.831-.552 1.944-.83 3.337-.83 1.253 0 2.301.214 3.145.64 1.265.646 1.944 1.736 2.038 3.27h5.071c-.093-2.71-1.09-4.777-2.992-6.201C15.237.713 12.94 0 10.245 0 7.02 0 4.574.756 2.908 2.266 1.243 3.778.411 5.674.411 7.957c0 2.503.85 4.343 2.553 5.519 1.005.703 2.851 1.355 5.538 1.955l2.734.605c1.601.346 2.77.744 3.507 1.194.737.461 1.106 1.113 1.106 1.955 0 1.44-.753 2.427-2.258 2.958-.793.277-1.824.415-3.096.415-2.123 0-3.621-.524-4.496-1.574-.478-.578-.798-1.447-.962-2.613H0c0 2.653.952 4.737 2.857 6.254 1.905 1.516 4.52 2.275 7.845 2.275 3.256 0 5.776-.77 7.56-2.31 1.783-1.54 2.676-3.474 2.676-5.803 0-2.272-.754-4.008-2.26-5.207' fill='%237D8189' /%3E %3C/g%3E %3Cg transform='translate(25.813 13.288)'%3E %3Cpath d='M28.935 4.117c1.373 6.457-.853 13.155-5.876 17.302-1.255 1.018-4.129 1.597-2.145 3.671l.09.105c-5.043-1.002-7.675 1.513-14.925-.812-1.31-.42-2.534-1.027-3.603-1.943A15.771 15.771 0 0 1 0 24.75a20.57 20.57 0 0 0 10.144 3.863c11.433 1.119 21.6-7.33 22.709-18.875A21.08 21.08 0 0 0 31.495 0l-2.56 4.117Z' fill='%237D8189' /%3E %3C/g%3E %3Cpath d='M45.58 5.87c1.523.862 3.078 1.728 4.326 3.114a99.593 99.593 0 0 1 4.08-1.374C50.602 3.485 45.668.657 39.973.1c-7.128-.7-13.765 2.324-18.02 7.496 1.599.278 3.228.495 4.9.623 5.152-4.458 12.667-5.472 18.726-2.35M17.368 23.89a21.03 21.03 0 0 0 2.703 7.805c.666-1.173 1.297-2.369 2.08-3.281-.513-1.669-1.031-3.311-1.382-4.999-.98.026-2.183.286-3.401.474' fill='%237D8189'/%3E %3Cpath d='M30.525 8.481c4.79.273 9.697.333 14.295-.383-4.253-2.2-10.308-2.34-14.295.383M46.419 28.91l2.62-4.866 7.304-12.871 1.588-2.798-2.286.718-.25.457c-3.274 6.005-6.629 12.005-9.6 18.164l.624 1.197ZM31.36 12.487c.443-.605.921-1.24 1.211-1.925a122.917 122.917 0 0 1-11.803-1.376C13.421 7.951 6.375 5.966 0 2.897l.614 4.99c5.743 2.364 12.177 3.299 18.694 3.831 4.034.33 8.099.505 12.052.769M45.61 8.563l-2.062 3.074 3.867-1.762zM53.94 9.476l-1.833.664-7.661 14.518.654 1.595c2.856-5.655 5.972-11.35 8.84-16.777M50.584 10.64l-1.86.954c-1.946 3.536-3.74 7.188-5.57 10.835l.714 1.269 6.716-13.057Z' fill='%237D8189'/%3E %3Cpath d='M29.664 33.82c2.911 2.101 7.119 3.096 10.788 2.356l-1.032-4.49c-1.288-7.325 3.828-12.912 6.506-18.714-8.664 4.6-11.238 13.687-16.262 20.848M17.57 16.895c6.166-.2 11.882-.866 11.882-.866l.9-1.76c-3.85.021-7.864-.197-11.892-.563-4.815-.438-9.65-1.088-14.25-1.803.315 1.392.333 2.883.916 4.176 2.91.856 7.804.966 12.443.816M28.143 17.879c-3.57.465-7.205.721-10.855.91-1.437.073-2.877.137-4.316.197.248 1.095.499 2.158 1.177 3.133a35.89 35.89 0 0 0 3.047.003c3.196-.13 6.263-.66 9.285-1.326l1.662-2.917ZM52.75 20.841c-2.3 4.218-5.413 8.192-6.317 12.934 4.253-3.15 6.545-7.626 6.317-12.934M23.718 25.486l1.459-2.482c-.708-.004-1.333.162-1.983.258l.524 2.224Z' fill='%237D8189'/%3E %3C/g%3E %3C/svg%3E");
}
@media only screen and (min-width: 992px) {
  .navigation__logo {
    width: 155px;
    height: 42px;
  }
}
.navigation__right {
  display: flex;
  padding-top: 10px;
}
.navigation__left {
  display: flex;
}
.navigation__language {
  text-decoration: none;
  color: #000000;
  margin-right: 10px;
  font-family: "America-regular";
  text-transform: uppercase;
  display: none;
}
@media only screen and (min-width: 992px) {
  .navigation__language {
    display: block;
    margin-right: 30px;
  }
}
.navigation__button {
  display: inline-block;
  height: 40px;
  line-height: 35px;
  text-decoration: none;
  color: #000000;
  font-family: "America-regular";
  text-transform: uppercase;
  border: 1px solid #E5E5E6;
  padding: 0 10px;
  margin-top: -5px;
  margin-right: 10px;
}
@media only screen and (min-width: 992px) {
  .navigation__button {
    margin-right: 30px;
  }
}
.navigation__logocontainer--desktop {
  display: none;
  gap: 5px;
  transform: translateY(-5px);
  margin-right: 20px;
}
@media only screen and (min-width: 992px) {
  .navigation__logocontainer--desktop {
    display: flex;
  }
}
.navigation__logocontainer--mobile {
  background-color: #E5E5E6;
}
.navigation__logocontainer--mobile div {
  display: flex;
  min-width: 100%;
  height: 60px;
  animation: 10s logoSlide linear infinite;
}
@media only screen and (min-width: 992px) {
  .navigation__logocontainer--mobile {
    display: none;
  }
}
.navigation__partnerlogo {
  min-width: 33.333%;
  width: 33.333%;
  height: 100%;
  display: flex;
  vertical-align: top;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .navigation__partnerlogo {
    min-width: 0;
    width: 70px;
    height: 100%;
    background-size: 60%;
  }
}
.navigation__partnerlogo--buma {
  background-image: url("/static/partners/logo_bumastemra.14d4a87b9309.svg");
  background-size: 100%;
}
.navigation__partnerlogo--ocw {
  background-image: url("/static/partners/logo_ministerieocw.eed94ae2d56a.svg");
  background-size: 80%;
}
.navigation__partnerlogo--spot {
  background-image: url("/static/partners/logo_spot.326e2aa0ad37.svg");
}
.navigation__partnerlogo--eu {
  background-image: url("/static/partners/logo_cofunded_eu.dbbed4ce4b00.svg");
  background-size: 80%;
}
.navigation__partnerlogo--heineken {
  background-image: url("/static/partners/logo_heineken.a83de9acb59a.svg");
  background-position: center bottom 58%;
}
.navigation__partnerlogo--get {
  background-image: url("/static/partners/logo_get.e682e7fc62d5.png");
  background-position: center bottom 58%;
}

.navigation__icon--login {
  margin-right: 10px;
  margin-top: 2px;
  display: block;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 26.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --%3E %3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0{fill:%231D1D1B;} %3C/style%3E %3Cg%3E %3Cpath class='st0' d='M8,1c1.6,0,2.9,1.3,2.9,2.9S9.6,6.8,8,6.8S5.1,5.5,5.1,3.9S6.4,1,8,1 M8,0C5.9,0,4.1,1.7,4.1,3.9 S5.9,7.8,8,7.8c2.1,0,3.9-1.7,3.9-3.9S10.1,0,8,0L8,0z'/%3E %3C/g%3E %3Cg%3E %3Cpath class='st0' d='M8,10.2c4.2,0,7,1.5,7,2.4V15H1v-2.4C1,11.7,3.8,10.2,8,10.2 M8,9.2c-4.4,0-8,1.5-8,3.4V16h16v-3.4 C16,10.7,12.4,9.2,8,9.2L8,9.2z'/%3E %3C/g%3E %3C/svg%3E");
}
@media only screen and (min-width: 992px) {
  .navigation__icon--login {
    margin-right: 30px;
  }
}

main {
  margin-top: 120px;
  margin-bottom: 50px;
}
.template-sub-home-page main {
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  main {
    margin-top: 70px;
  }
}

.fc-switch {
  display: flex;
  line-height: 60px;
  letter-spacing: -1px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.fc-switch:hover .fc-switch__festival:not(:hover) {
  width: 30%;
}
.fc-switch__festival {
  font-size: 1.4rem;
  padding: 0 15px;
  font-family: "Suisse-regular";
  text-decoration: none;
  color: #B1B4BC;
  background-color: #000000;
  display: block;
  text-align: center;
  width: 50%;
  transition: width 1s;
}
@media only screen and (min-width: 992px) {
  .fc-switch__festival {
    font-size: 1.75rem;
  }
}
.fc-switch--festival .fc-switch__festival {
  background-color: #0062ff;
  color: #000000;
}
.fc-switch--festival .fc-switch__festival {
  width: 70%;
}
.fc-switch--conference .fc-switch__festival {
  width: 30%;
}
.section-conference .fc-switch__festival {
  width: 30%;
}
.fc-switch__festival:hover {
  width: 70%;
}
.fc-switch__conference {
  font-size: 1.4rem;
  padding: 0 15px;
  font-family: "Suisse-regular";
  text-decoration: none;
  color: #000000;
  background-color: #B1B4BC;
  flex-grow: 1;
  width: auto;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .fc-switch__conference {
    font-size: 1.75rem;
  }
}
.fc-switch--conference .fc-switch__conference, .section-conference .fc-switch__conference {
  background-color: #0062ff;
  color: #000000;
}

.nav-fullscreen {
  position: fixed;
  width: 100%;
  display: flex;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding-top: 70px;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  transition: opacity 0.2s, visibility 0.2s;
  overflow-y: scroll;
  overflow-x: hidden;
}
.nav-fullscreen--open {
  opacity: 1;
  visibility: visible;
}
.nav-fullscreen__logo {
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  width: 140px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='155' height='42' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='a' d='M0 0h20.938v26.9H0z'/%3E %3Cpath id='c' d='M0 0h32.95v28.712H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath d='M103.996 21.67c-.97-.772-2.426-1.39-4.369-1.851l-4.432-1.055c-1.71-.403-2.828-.755-3.355-1.055-.82-.45-1.23-1.131-1.23-2.042 0-.991.416-1.764 1.248-2.318.831-.553 1.943-.83 3.337-.83 1.253 0 2.3.214 3.144.64 1.265.646 1.944 1.736 2.038 3.27h5.071c-.092-2.71-1.09-4.778-2.992-6.202-1.902-1.424-4.2-2.137-6.895-2.137-3.226 0-5.67.756-7.336 2.267-1.665 1.511-2.498 3.407-2.498 5.69 0 2.504.851 4.343 2.553 5.52 1.005.703 2.852 1.354 5.539 1.954l2.734.605c1.6.346 2.77.745 3.507 1.194.736.461 1.105 1.113 1.105 1.955 0 1.441-.753 2.428-2.257 2.958-.793.277-1.825.415-3.096.415-2.123 0-3.622-.524-4.496-1.574-.479-.577-.8-1.447-.963-2.612h-5.037c0 2.653.952 4.737 2.857 6.253 1.906 1.517 4.521 2.276 7.846 2.276 3.255 0 5.775-.77 7.558-2.31 1.785-1.54 2.677-3.474 2.677-5.804 0-2.272-.753-4.007-2.258-5.206M68.456 23.193h12.268v-4.43H68.456V13.35H81.82V8.834H63.298v25.5h19.14v-4.585H68.456zM125.427 26.614l-10.026-17.78h-5.532v25.5h4.917V16.24l10.281 18.092h5.277V8.834h-4.917z' fill='%23FFFFFF'/%3E %3Cg transform='translate(134.062 8.09)'%3E%3Cpath d='M18.679 13.58c-.97-.773-2.426-1.39-4.368-1.851L9.88 10.673c-1.71-.402-2.829-.755-3.356-1.055-.82-.45-1.23-1.13-1.23-2.041 0-.992.416-1.764 1.248-2.319.831-.552 1.944-.83 3.337-.83 1.253 0 2.301.214 3.145.64 1.265.646 1.944 1.736 2.038 3.27h5.071c-.093-2.71-1.09-4.777-2.992-6.201C15.237.713 12.94 0 10.245 0 7.02 0 4.574.756 2.908 2.266 1.243 3.778.411 5.674.411 7.957c0 2.503.85 4.343 2.553 5.519 1.005.703 2.851 1.355 5.538 1.955l2.734.605c1.601.346 2.77.744 3.507 1.194.737.461 1.106 1.113 1.106 1.955 0 1.44-.753 2.427-2.258 2.958-.793.277-1.824.415-3.096.415-2.123 0-3.621-.524-4.496-1.574-.478-.578-.798-1.447-.962-2.613H0c0 2.653.952 4.737 2.857 6.254 1.905 1.516 4.52 2.275 7.845 2.275 3.256 0 5.776-.77 7.56-2.31 1.783-1.54 2.676-3.474 2.676-5.803 0-2.272-.754-4.008-2.26-5.207' fill='%23FFFFFF' /%3E %3C/g%3E %3Cg transform='translate(25.813 13.288)'%3E %3Cpath d='M28.935 4.117c1.373 6.457-.853 13.155-5.876 17.302-1.255 1.018-4.129 1.597-2.145 3.671l.09.105c-5.043-1.002-7.675 1.513-14.925-.812-1.31-.42-2.534-1.027-3.603-1.943A15.771 15.771 0 0 1 0 24.75a20.57 20.57 0 0 0 10.144 3.863c11.433 1.119 21.6-7.33 22.709-18.875A21.08 21.08 0 0 0 31.495 0l-2.56 4.117Z' fill='%23FFFFFF' /%3E %3C/g%3E %3Cpath d='M45.58 5.87c1.523.862 3.078 1.728 4.326 3.114a99.593 99.593 0 0 1 4.08-1.374C50.602 3.485 45.668.657 39.973.1c-7.128-.7-13.765 2.324-18.02 7.496 1.599.278 3.228.495 4.9.623 5.152-4.458 12.667-5.472 18.726-2.35M17.368 23.89a21.03 21.03 0 0 0 2.703 7.805c.666-1.173 1.297-2.369 2.08-3.281-.513-1.669-1.031-3.311-1.382-4.999-.98.026-2.183.286-3.401.474' fill='%23FFFFFF'/%3E %3Cpath d='M30.525 8.481c4.79.273 9.697.333 14.295-.383-4.253-2.2-10.308-2.34-14.295.383M46.419 28.91l2.62-4.866 7.304-12.871 1.588-2.798-2.286.718-.25.457c-3.274 6.005-6.629 12.005-9.6 18.164l.624 1.197ZM31.36 12.487c.443-.605.921-1.24 1.211-1.925a122.917 122.917 0 0 1-11.803-1.376C13.421 7.951 6.375 5.966 0 2.897l.614 4.99c5.743 2.364 12.177 3.299 18.694 3.831 4.034.33 8.099.505 12.052.769M45.61 8.563l-2.062 3.074 3.867-1.762zM53.94 9.476l-1.833.664-7.661 14.518.654 1.595c2.856-5.655 5.972-11.35 8.84-16.777M50.584 10.64l-1.86.954c-1.946 3.536-3.74 7.188-5.57 10.835l.714 1.269 6.716-13.057Z' fill='%23FFFFFF'/%3E %3Cpath d='M29.664 33.82c2.911 2.101 7.119 3.096 10.788 2.356l-1.032-4.49c-1.288-7.325 3.828-12.912 6.506-18.714-8.664 4.6-11.238 13.687-16.262 20.848M17.57 16.895c6.166-.2 11.882-.866 11.882-.866l.9-1.76c-3.85.021-7.864-.197-11.892-.563-4.815-.438-9.65-1.088-14.25-1.803.315 1.392.333 2.883.916 4.176 2.91.856 7.804.966 12.443.816M28.143 17.879c-3.57.465-7.205.721-10.855.91-1.437.073-2.877.137-4.316.197.248 1.095.499 2.158 1.177 3.133a35.89 35.89 0 0 0 3.047.003c3.196-.13 6.263-.66 9.285-1.326l1.662-2.917ZM52.75 20.841c-2.3 4.218-5.413 8.192-6.317 12.934 4.253-3.15 6.545-7.626 6.317-12.934M23.718 25.486l1.459-2.482c-.708-.004-1.333.162-1.983.258l.524 2.224Z' fill='%23FFFFFF'/%3E %3C/g%3E %3C/svg%3E");
}
@media only screen and (min-width: 992px) {
  .nav-fullscreen__logo {
    top: 50px;
    left: 50px;
    width: 155px;
    height: 42px;
  }
}
.nav-fullscreen__streamer {
  max-width: 480px;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Suisse-regular";
  font-size: 3.5rem;
  line-height: 1.1;
  color: #0062ff;
}

.menu {
  padding: 50px 15px 15px;
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .menu {
    padding: 0 100px;
  }
}
.menu__item {
  flex: 0 0 auto;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .menu__item {
    width: 20%;
    margin-bottom: 30px;
  }
}
.menu__item .nav-fullscreen__language {
  color: #ffffff;
  display: block;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.menu__item a {
  font-family: "Suisse-medium";
  font-size: 1.375rem;
  text-decoration: none;
  color: #0062ff;
  line-height: 2;
}
@media only screen and (min-width: 992px) {
  .menu__item a {
    line-height: 1.5;
  }
}

.submenu {
  width: 100%;
  list-style: none;
  padding: 0;
}
.submenu__item {
  margin-left: 10px;
}
@media only screen and (min-width: 992px) {
  .submenu__item {
    margin-left: 0;
  }
}
.submenu__item a {
  font-family: "Suisse-medium";
  font-size: 1rem;
  line-height: 3;
  text-decoration: none;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .submenu__item a {
    line-height: 2;
  }
}

.external-icon {
  margin-left: 3px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Menu' transform='translate(-945.000000, -208.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E %3Cg id='exit_to_app---material' transform='translate(945.500000, 208.500000)'%3E %3Cpath d='M13.32,0 C13.7733333,0 14.1666667,0.166666667 14.5,0.5 C14.8333333,0.833333333 15,1.22666667 15,1.68 L15,13.32 C15,13.7733333 14.8333333,14.1666667 14.5,14.5 C14.1666667,14.8333333 13.7733333,15 13.32,15 L1.68,15 C1.21333333,15 0.816666667,14.8333333 0.49,14.5 C0.163333333,14.1666667 0,13.7733333 0,13.32 L0,10 L1.68,10 L1.68,13.32 L13.32,13.32 L13.32,1.68 L1.68,1.68 L1.68,5 L0,5 L0,1.68 C0,1.22666667 0.163333333,0.833333333 0.49,0.5 C0.816666667,0.166666667 1.21333333,0 1.68,0 L13.32,0 Z M5.9,10.5 L8.04,8.32 L0,8.32 L0,6.68 L8.04,6.68 L5.9,4.5 L7.08,3.32 L11.26,7.5 L7.08,11.68 L5.9,10.5 Z' id='Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.news__meta {
  font-family: "America-regular";
  text-transform: uppercase;
  font-size: 0.75rem;
}
@media only screen and (min-width: 992px) {
  .news__meta {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 992px) {
  .template-news_item-index-page .grid-tile {
    width: 25%;
  }
}

.grid {
  display: flex;
  margin-top: 50px;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  padding: 0 10px;
}
@media only screen and (min-width: 992px) {
  .grid {
    padding: 0;
    font-size: 2.25rem;
  }
}
.template-delegates-page .grid {
  display: none;
}
.grid--visible {
  display: flex !important;
}

.grid-tile {
  display: block;
  flex: 0 0 auto;
  text-decoration: none;
  color: #000000;
  width: 50%;
  padding: 5px;
}
@media only screen and (min-width: 992px) {
  .grid-tile {
    width: 33%;
  }
}
.grid-tile:nth-of-type(even) {
  margin-top: 40px;
}
.grid-tile__imagecontainer {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.grid-tile__image {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
.grid-tile__placeholder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #E5E5E6;
}
.grid-tile__title {
  position: relative;
  margin: 0.5rem 0;
  font-family: "Suisse-regular";
  font-size: 1.4rem;
  line-height: 1;
}
.template-artists .grid-tile__title {
  padding-right: 25px;
  /* make space for the fav button */
}
@media only screen and (min-width: 992px) {
  .grid-tile__title {
    font-size: 2.25rem;
  }
}
.grid-tile__country, .grid-tile__company, .grid-tile__jobtitle {
  font-family: "America-regular";
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.2;
}

.switch-view {
  margin-top: 20px;
  display: flex;
}

.view-icon {
  float: right;
  margin: 70px 20px 0px 20px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  transition: background-size 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .view-icon {
    margin: 0px 20px 0px 20px;
  }
}
.view-icon:hover {
  background-size: 95%;
}
.view-icon--grid {
  margin-right: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none' viewBox='0 0 30 30'%3E %3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M11.626 1.5H2.798c-.717 0-1.298.582-1.298 1.3v8.827c0 .717.581 1.298 1.298 1.298h8.828c.717 0 1.298-.581 1.298-1.298V2.799c0-.717-.581-1.299-1.298-1.299Zm15.576 0h-8.828c-.717 0-1.298.581-1.298 1.298v8.828c0 .716.581 1.298 1.298 1.298h8.828c.717 0 1.298-.582 1.298-1.298V2.798c0-.717-.581-1.298-1.298-1.298ZM11.626 17.076H2.798c-.717 0-1.298.58-1.298 1.298V27.2c0 .717.581 1.299 1.298 1.299h8.828a1.3 1.3 0 0 0 1.298-1.299v-8.827c0-.717-.582-1.298-1.298-1.298Zm15.576 0h-8.828c-.717 0-1.298.58-1.298 1.298V27.2c0 .717.581 1.299 1.298 1.299h8.828c.717 0 1.298-.582 1.298-1.299v-8.827c0-.717-.581-1.298-1.298-1.298Z'/%3E %3C/svg%3E");
}
.view-icon--list {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none' viewBox='0 0 30 30'%3E %3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M8.25 4.5H28.5M8.25 15H28.5M8.25 26.25H28.5'/%3E %3Cpath fill='%23000' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.002' d='M2.011 5.522a1.261 1.261 0 1 0 0-2.522 1.261 1.261 0 0 0 0 2.522Zm0 10.999a1.261 1.261 0 1 0 0-2.522 1.261 1.261 0 0 0 0 2.522Zm0 11.001a1.261 1.261 0 1 0 0-2.522 1.261 1.261 0 0 0 0 2.522Z'/%3E %3C/svg%3E");
}

.listview {
  display: none;
}
.listview a {
  color: #000;
  text-decoration: none;
}
.listview table {
  border-collapse: collapse;
  width: 100%;
}
.listview th {
  text-align: left;
  font-family: "Suisse-medium";
  padding: 8px;
  vertical-align: top;
  /* Aligns content to the top */
}
.listview td {
  padding: 8px;
  vertical-align: top;
  /* Aligns content to the top */
}
.listview--visible {
  display: block;
}

.template-timetable .button--filter-icon {
  margin: 15px;
}
.template-timetable .filter-close {
  top: 20px;
}

.container-timetable {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .container-timetable {
    margin: 0 25px;
  }
}

.timetable-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.timetable-filters .custom-select {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .timetable-filters .custom-select {
    width: -moz-max-content;
    width: max-content;
  }
}

.timetable-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.timetable-venues {
  margin-top: 48px;
  position: absolute;
  width: 160px;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .timetable-venues {
    width: 250px;
  }
}
.timetable-venues__row {
  align-items: center;
  background-color: #ffffff;
  border: 0.5px solid black;
  border-right: 1px solid black;
  color: #000000;
  display: flex;
  flex-direction: row;
  font-size: 0.9rem;
  height: 3rem;
  justify-content: space-between;
  line-height: 1.1;
  padding: 0px 15px;
  padding: 10px;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .timetable-venues__row {
    font-size: 1.125rem;
    height: 3rem;
  }
}
.timetable-venues__row--blank {
  background-color: transparent;
  border: none;
}
.timetable-venues__row sup {
  text-align: right;
  top: auto;
}

.timetable {
  font-family: "Suisse-regular";
  overflow-y: hidden;
  overflow-x: scroll;
  /* To be used with the filters */
}
.timetable__favbutton {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='22' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.002' d='M17.678.689c-3.804 0-5.68 3.75-5.68 3.75S10.125.689 6.32.689C3.228.689.78 3.275.749 6.36.684 12.767 5.83 17.323 11.47 21.151a.938.938 0 001.055 0c5.64-3.828 10.787-8.384 10.723-14.79-.032-3.086-2.48-5.672-5.571-5.672z'/%3E%3C/svg%3E");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 20px;
  display: inline-block;
  font-family: "America-regular";
  font-size: 0.875rem;
  margin-top: 20px;
  min-width: 165px;
  padding: 10px;
  padding-right: 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.timetable__favbutton--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23000' d='M5 9.5a.75.75 0 01-.422-.13c-1.842-1.25-2.64-2.108-3.08-2.644C.562 5.583.114 4.41.126 3.14.14 1.684 1.308.5 2.73.5c1.033 0 1.748.582 2.165 1.067a.14.14 0 00.212 0C5.523 1.082 6.24.5 7.272.5c1.42 0 2.588 1.184 2.603 2.64.013 1.27-.436 2.444-1.373 3.586-.44.536-1.238 1.394-3.08 2.644A.75.75 0 015 9.5z'/%3E%3C/svg%3E");
}
.timetable__favbutton:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23000' d='M5 9.5a.75.75 0 01-.422-.13c-1.842-1.25-2.64-2.108-3.08-2.644C.562 5.583.114 4.41.126 3.14.14 1.684 1.308.5 2.73.5c1.033 0 1.748.582 2.165 1.067a.14.14 0 00.212 0C5.523 1.082 6.24.5 7.272.5c1.42 0 2.588 1.184 2.603 2.64.013 1.27-.436 2.444-1.373 3.586-.44.536-1.238 1.394-3.08 2.644A.75.75 0 015 9.5z'/%3E%3C/svg%3E");
}
.timetable__printbutton {
  color: #000000;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath fill='%23000' d='M31.875 8.75H8.282a4.531 4.531 0 00-4.532 4.531v12.344A4.375 4.375 0 008.125 30h.625v3.1a3.15 3.15 0 003.15 3.15h16.2a3.15 3.15 0 003.15-3.15V30h.625a4.375 4.375 0 004.376-4.375v-12.5a4.375 4.375 0 00-4.375-4.375zM28.75 33.1a.652.652 0 01-.65.65H11.9a.652.652 0 01-.65-.65V20.65a.652.652 0 01.65-.65h16.2a.652.652 0 01.65.65V33.1zm2.032-16.856a1.874 1.874 0 11-.301-3.737 1.874 1.874 0 01.3 3.737zM26.875 3.752h-13.75a4.382 4.382 0 00-4.33 3.75h22.41a4.382 4.382 0 00-4.33-3.75z'/%3E%3C/svg%3E");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 20px;
  display: inline-block;
  font-family: "America-regular";
  font-size: 0.875rem;
  margin-top: 20px;
  padding: 10px;
  padding-right: 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.timetable__filtercontainer {
  display: none;
  padding: 15px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .timetable__filtercontainer {
    display: block;
    padding: 0;
  }
}
.timetable__filtercontainer--open {
  display: block;
  overflow-y: scroll;
  z-index: 999;
}
.timetable__grid {
  display: flex;
  height: 100%;
  width: 8640px;
}
.timetable__fifteen {
  border-bottom: 0.5px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 0.5px solid #000000;
  display: flex;
  flex: 1 1 0;
}
.timetable__five {
  border-right: 1px dotted #000000;
  display: flex;
  flex: 1 1 0;
  margin: -1px;
}
.timetable__row {
  height: 3rem;
  position: relative;
}
.timetable__block {
  align-items: center;
  background-color: #0062ff;
  top: 0.5px;
  bottom: 0.5px;
  color: #000000;
  display: block;
  display: flex;
  height: calc(100% - 1px);
  justify-content: center;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}
.timetable__block--heart {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23000' d='M5 9.5a.75.75 0 01-.422-.13c-1.842-1.25-2.64-2.108-3.08-2.644C.562 5.583.114 4.41.126 3.14.14 1.684 1.308.5 2.73.5c1.033 0 1.748.582 2.165 1.067a.14.14 0 00.212 0C5.523 1.082 6.24.5 7.272.5c1.42 0 2.588 1.184 2.603 2.64.013 1.27-.436 2.444-1.373 3.586-.44.536-1.238 1.394-3.08 2.644A.75.75 0 015 9.5z'/%3E%3C/svg%3E");
  background-position: top 5px right 5px;
  background-repeat: no-repeat;
  background-size: 12px;
}
.timetable__block__favbutton {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='22' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.002' d='M17.678.689c-3.804 0-5.68 3.75-5.68 3.75S10.125.689 6.32.689C3.228.689.78 3.275.749 6.36.684 12.767 5.83 17.323 11.47 21.151a.938.938 0 001.055 0c5.64-3.828 10.787-8.384 10.723-14.79-.032-3.086-2.48-5.672-5.571-5.672z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  display: block;
  height: 100%;
  width: 40px;
}
.timetable__block__favbutton--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23000' d='M5 9.5a.75.75 0 01-.422-.13c-1.842-1.25-2.64-2.108-3.08-2.644C.562 5.583.114 4.41.126 3.14.14 1.684 1.308.5 2.73.5c1.033 0 1.748.582 2.165 1.067a.14.14 0 00.212 0C5.523 1.082 6.24.5 7.272.5c1.42 0 2.588 1.184 2.603 2.64.013 1.27-.436 2.444-1.373 3.586-.44.536-1.238 1.394-3.08 2.644A.75.75 0 015 9.5z'/%3E%3C/svg%3E");
}
.timetable__name {
  color: #000000;
  flex-grow: 2;
  font-size: 0.75rem;
  line-height: 1.1;
  padding: 10px;
  text-decoration: none;
}
.timetable__name--star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23prefix__a)'%3E%3Cpath fill='%23000' d='M9.234 11.25a.375.375 0 01-.22-.07L6 8.994 2.986 11.18a.376.376 0 01-.576-.424l1.176-3.482-3.047-2.09A.375.375 0 01.75 4.5h3.759l1.134-3.491a.375.375 0 01.714 0L7.49 4.5h3.759a.375.375 0 01.212.684l-3.047 2.09 1.175 3.48a.375.375 0 01-.355.496z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='prefix__a'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-right: 20px;
  width: 20px;
}

.timetable-clock {
  background-color: #F5F5F6;
  display: flex;
  margin-left: -45px;
  margin-right: 45px;
  width: 8640px;
}
.timetable-clock__item {
  border: 1px solid transparent;
  flex: 1 1 0;
  font-size: 1.125rem;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.timetable-clock__item--small {
  font-family: "Suisse-light";
  font-size: 85%;
}

.time__h--0 {
  left: 0px;
}
.time__h--1 {
  left: 360px;
}
.time__h--2 {
  left: 720px;
}
.time__h--3 {
  left: 1080px;
}
.time__h--4 {
  left: 1440px;
}
.time__h--5 {
  left: 1800px;
}
.time__h--6 {
  left: 2160px;
}
.time__h--7 {
  left: 2520px;
}
.time__h--8 {
  left: 2880px;
}
.time__h--9 {
  left: 3240px;
}
.time__h--10 {
  left: 3600px;
}
.time__h--11 {
  left: 3960px;
}
.time__h--12 {
  left: 4320px;
}
.time__h--13 {
  left: 4680px;
}
.time__h--14 {
  left: 5040px;
}
.time__h--15 {
  left: 5400px;
}
.time__h--16 {
  left: 5760px;
}
.time__h--17 {
  left: 6120px;
}
.time__h--18 {
  left: 6480px;
}
.time__h--19 {
  left: 6840px;
}
.time__h--20 {
  left: 7200px;
}
.time__h--21 {
  left: 7560px;
}
.time__h--22 {
  left: 7920px;
}
.time__h--23 {
  left: 8280px;
}
.time__m--0 {
  margin-left: 0px;
}
.time__m--1 {
  margin-left: 6px;
}
.time__m--2 {
  margin-left: 12px;
}
.time__m--3 {
  margin-left: 18px;
}
.time__m--4 {
  margin-left: 24px;
}
.time__m--5 {
  margin-left: 30px;
}
.time__m--6 {
  margin-left: 36px;
}
.time__m--7 {
  margin-left: 42px;
}
.time__m--8 {
  margin-left: 48px;
}
.time__m--9 {
  margin-left: 54px;
}
.time__m--10 {
  margin-left: 60px;
}
.time__m--11 {
  margin-left: 66px;
}
.time__m--12 {
  margin-left: 72px;
}
.time__m--13 {
  margin-left: 78px;
}
.time__m--14 {
  margin-left: 84px;
}
.time__m--15 {
  margin-left: 90px;
}
.time__m--16 {
  margin-left: 96px;
}
.time__m--17 {
  margin-left: 102px;
}
.time__m--18 {
  margin-left: 108px;
}
.time__m--19 {
  margin-left: 114px;
}
.time__m--20 {
  margin-left: 120px;
}
.time__m--21 {
  margin-left: 126px;
}
.time__m--22 {
  margin-left: 132px;
}
.time__m--23 {
  margin-left: 138px;
}
.time__m--24 {
  margin-left: 144px;
}
.time__m--25 {
  margin-left: 150px;
}
.time__m--26 {
  margin-left: 156px;
}
.time__m--27 {
  margin-left: 162px;
}
.time__m--28 {
  margin-left: 168px;
}
.time__m--29 {
  margin-left: 174px;
}
.time__m--30 {
  margin-left: 180px;
}
.time__m--31 {
  margin-left: 186px;
}
.time__m--32 {
  margin-left: 192px;
}
.time__m--33 {
  margin-left: 198px;
}
.time__m--34 {
  margin-left: 204px;
}
.time__m--35 {
  margin-left: 210px;
}
.time__m--36 {
  margin-left: 216px;
}
.time__m--37 {
  margin-left: 222px;
}
.time__m--38 {
  margin-left: 228px;
}
.time__m--39 {
  margin-left: 234px;
}
.time__m--40 {
  margin-left: 240px;
}
.time__m--41 {
  margin-left: 246px;
}
.time__m--42 {
  margin-left: 252px;
}
.time__m--43 {
  margin-left: 258px;
}
.time__m--44 {
  margin-left: 264px;
}
.time__m--45 {
  margin-left: 270px;
}
.time__m--46 {
  margin-left: 276px;
}
.time__m--47 {
  margin-left: 282px;
}
.time__m--48 {
  margin-left: 288px;
}
.time__m--49 {
  margin-left: 294px;
}
.time__m--50 {
  margin-left: 300px;
}
.time__m--51 {
  margin-left: 306px;
}
.time__m--52 {
  margin-left: 312px;
}
.time__m--53 {
  margin-left: 318px;
}
.time__m--54 {
  margin-left: 324px;
}
.time__m--55 {
  margin-left: 330px;
}
.time__m--56 {
  margin-left: 336px;
}
.time__m--57 {
  margin-left: 342px;
}
.time__m--58 {
  margin-left: 348px;
}
.time__m--59 {
  margin-left: 354px;
}
.time__d--0 {
  width: 0px;
}
.time__d--1 {
  width: 6px;
}
.time__d--2 {
  width: 12px;
}
.time__d--3 {
  width: 18px;
}
.time__d--4 {
  width: 24px;
}
.time__d--5 {
  width: 30px;
}
.time__d--6 {
  width: 36px;
}
.time__d--7 {
  width: 42px;
}
.time__d--8 {
  width: 48px;
}
.time__d--9 {
  width: 54px;
}
.time__d--10 {
  width: 60px;
}
.time__d--11 {
  width: 66px;
}
.time__d--12 {
  width: 72px;
}
.time__d--13 {
  width: 78px;
}
.time__d--14 {
  width: 84px;
}
.time__d--15 {
  width: 90px;
}
.time__d--16 {
  width: 96px;
}
.time__d--17 {
  width: 102px;
}
.time__d--18 {
  width: 108px;
}
.time__d--19 {
  width: 114px;
}
.time__d--20 {
  width: 120px;
}
.time__d--21 {
  width: 126px;
}
.time__d--22 {
  width: 132px;
}
.time__d--23 {
  width: 138px;
}
.time__d--24 {
  width: 144px;
}
.time__d--25 {
  width: 150px;
}
.time__d--26 {
  width: 156px;
}
.time__d--27 {
  width: 162px;
}
.time__d--28 {
  width: 168px;
}
.time__d--29 {
  width: 174px;
}
.time__d--30 {
  width: 180px;
}
.time__d--31 {
  width: 186px;
}
.time__d--32 {
  width: 192px;
}
.time__d--33 {
  width: 198px;
}
.time__d--34 {
  width: 204px;
}
.time__d--35 {
  width: 210px;
}
.time__d--36 {
  width: 216px;
}
.time__d--37 {
  width: 222px;
}
.time__d--38 {
  width: 228px;
}
.time__d--39 {
  width: 234px;
}
.time__d--40 {
  width: 240px;
}
.time__d--41 {
  width: 246px;
}
.time__d--42 {
  width: 252px;
}
.time__d--43 {
  width: 258px;
}
.time__d--44 {
  width: 264px;
}
.time__d--45 {
  width: 270px;
}
.time__d--46 {
  width: 276px;
}
.time__d--47 {
  width: 282px;
}
.time__d--48 {
  width: 288px;
}
.time__d--49 {
  width: 294px;
}
.time__d--50 {
  width: 300px;
}
.time__d--51 {
  width: 306px;
}
.time__d--52 {
  width: 312px;
}
.time__d--53 {
  width: 318px;
}
.time__d--54 {
  width: 324px;
}
.time__d--55 {
  width: 330px;
}
.time__d--56 {
  width: 336px;
}
.time__d--57 {
  width: 342px;
}
.time__d--58 {
  width: 348px;
}
.time__d--59 {
  width: 354px;
}
.time__d--60 {
  width: 360px;
}
.time__d--61 {
  width: 366px;
}
.time__d--62 {
  width: 372px;
}
.time__d--63 {
  width: 378px;
}
.time__d--64 {
  width: 384px;
}
.time__d--65 {
  width: 390px;
}
.time__d--66 {
  width: 396px;
}
.time__d--67 {
  width: 402px;
}
.time__d--68 {
  width: 408px;
}
.time__d--69 {
  width: 414px;
}
.time__d--70 {
  width: 420px;
}
.time__d--71 {
  width: 426px;
}
.time__d--72 {
  width: 432px;
}
.time__d--73 {
  width: 438px;
}
.time__d--74 {
  width: 444px;
}
.time__d--75 {
  width: 450px;
}
.time__d--76 {
  width: 456px;
}
.time__d--77 {
  width: 462px;
}
.time__d--78 {
  width: 468px;
}
.time__d--79 {
  width: 474px;
}
.time__d--80 {
  width: 480px;
}
.time__d--81 {
  width: 486px;
}
.time__d--82 {
  width: 492px;
}
.time__d--83 {
  width: 498px;
}
.time__d--84 {
  width: 504px;
}
.time__d--85 {
  width: 510px;
}
.time__d--86 {
  width: 516px;
}
.time__d--87 {
  width: 522px;
}
.time__d--88 {
  width: 528px;
}
.time__d--89 {
  width: 534px;
}
.time__d--90 {
  width: 540px;
}
.time__d--91 {
  width: 546px;
}
.time__d--92 {
  width: 552px;
}
.time__d--93 {
  width: 558px;
}
.time__d--94 {
  width: 564px;
}
.time__d--95 {
  width: 570px;
}
.time__d--96 {
  width: 576px;
}
.time__d--97 {
  width: 582px;
}
.time__d--98 {
  width: 588px;
}
.time__d--99 {
  width: 594px;
}
.time__d--100 {
  width: 600px;
}
.time__d--101 {
  width: 606px;
}
.time__d--102 {
  width: 612px;
}
.time__d--103 {
  width: 618px;
}
.time__d--104 {
  width: 624px;
}
.time__d--105 {
  width: 630px;
}
.time__d--106 {
  width: 636px;
}
.time__d--107 {
  width: 642px;
}
.time__d--108 {
  width: 648px;
}
.time__d--109 {
  width: 654px;
}
.time__d--110 {
  width: 660px;
}
.time__d--111 {
  width: 666px;
}
.time__d--112 {
  width: 672px;
}
.time__d--113 {
  width: 678px;
}
.time__d--114 {
  width: 684px;
}
.time__d--115 {
  width: 690px;
}
.time__d--116 {
  width: 696px;
}
.time__d--117 {
  width: 702px;
}
.time__d--118 {
  width: 708px;
}
.time__d--119 {
  width: 714px;
}
.time__d--120 {
  width: 720px;
}
.time__d--121 {
  width: 726px;
}
.time__d--122 {
  width: 732px;
}
.time__d--123 {
  width: 738px;
}
.time__d--124 {
  width: 744px;
}
.time__d--125 {
  width: 750px;
}
.time__d--126 {
  width: 756px;
}
.time__d--127 {
  width: 762px;
}
.time__d--128 {
  width: 768px;
}
.time__d--129 {
  width: 774px;
}
.time__d--130 {
  width: 780px;
}
.time__d--131 {
  width: 786px;
}
.time__d--132 {
  width: 792px;
}
.time__d--133 {
  width: 798px;
}
.time__d--134 {
  width: 804px;
}
.time__d--135 {
  width: 810px;
}
.time__d--136 {
  width: 816px;
}
.time__d--137 {
  width: 822px;
}
.time__d--138 {
  width: 828px;
}
.time__d--139 {
  width: 834px;
}
.time__d--140 {
  width: 840px;
}
.time__d--141 {
  width: 846px;
}
.time__d--142 {
  width: 852px;
}
.time__d--143 {
  width: 858px;
}
.time__d--144 {
  width: 864px;
}
.time__d--145 {
  width: 870px;
}
.time__d--146 {
  width: 876px;
}
.time__d--147 {
  width: 882px;
}
.time__d--148 {
  width: 888px;
}
.time__d--149 {
  width: 894px;
}
.time__d--150 {
  width: 900px;
}
.time__d--151 {
  width: 906px;
}
.time__d--152 {
  width: 912px;
}
.time__d--153 {
  width: 918px;
}
.time__d--154 {
  width: 924px;
}
.time__d--155 {
  width: 930px;
}
.time__d--156 {
  width: 936px;
}
.time__d--157 {
  width: 942px;
}
.time__d--158 {
  width: 948px;
}
.time__d--159 {
  width: 954px;
}
.time__d--160 {
  width: 960px;
}
.time__d--161 {
  width: 966px;
}
.time__d--162 {
  width: 972px;
}
.time__d--163 {
  width: 978px;
}
.time__d--164 {
  width: 984px;
}
.time__d--165 {
  width: 990px;
}
.time__d--166 {
  width: 996px;
}
.time__d--167 {
  width: 1002px;
}
.time__d--168 {
  width: 1008px;
}
.time__d--169 {
  width: 1014px;
}
.time__d--170 {
  width: 1020px;
}
.time__d--171 {
  width: 1026px;
}
.time__d--172 {
  width: 1032px;
}
.time__d--173 {
  width: 1038px;
}
.time__d--174 {
  width: 1044px;
}
.time__d--175 {
  width: 1050px;
}
.time__d--176 {
  width: 1056px;
}
.time__d--177 {
  width: 1062px;
}
.time__d--178 {
  width: 1068px;
}
.time__d--179 {
  width: 1074px;
}
.time__d--180 {
  width: 1080px;
}
.time__d--181 {
  width: 1086px;
}
.time__d--182 {
  width: 1092px;
}
.time__d--183 {
  width: 1098px;
}
.time__d--184 {
  width: 1104px;
}
.time__d--185 {
  width: 1110px;
}
.time__d--186 {
  width: 1116px;
}
.time__d--187 {
  width: 1122px;
}
.time__d--188 {
  width: 1128px;
}
.time__d--189 {
  width: 1134px;
}
.time__d--190 {
  width: 1140px;
}
.time__d--191 {
  width: 1146px;
}
.time__d--192 {
  width: 1152px;
}
.time__d--193 {
  width: 1158px;
}
.time__d--194 {
  width: 1164px;
}
.time__d--195 {
  width: 1170px;
}
.time__d--196 {
  width: 1176px;
}
.time__d--197 {
  width: 1182px;
}
.time__d--198 {
  width: 1188px;
}
.time__d--199 {
  width: 1194px;
}
.time__d--200 {
  width: 1200px;
}
.time__d--201 {
  width: 1206px;
}
.time__d--202 {
  width: 1212px;
}
.time__d--203 {
  width: 1218px;
}
.time__d--204 {
  width: 1224px;
}
.time__d--205 {
  width: 1230px;
}
.time__d--206 {
  width: 1236px;
}
.time__d--207 {
  width: 1242px;
}
.time__d--208 {
  width: 1248px;
}
.time__d--209 {
  width: 1254px;
}
.time__d--210 {
  width: 1260px;
}
.time__d--211 {
  width: 1266px;
}
.time__d--212 {
  width: 1272px;
}
.time__d--213 {
  width: 1278px;
}
.time__d--214 {
  width: 1284px;
}
.time__d--215 {
  width: 1290px;
}
.time__d--216 {
  width: 1296px;
}
.time__d--217 {
  width: 1302px;
}
.time__d--218 {
  width: 1308px;
}
.time__d--219 {
  width: 1314px;
}
.time__d--220 {
  width: 1320px;
}
.time__d--221 {
  width: 1326px;
}
.time__d--222 {
  width: 1332px;
}
.time__d--223 {
  width: 1338px;
}
.time__d--224 {
  width: 1344px;
}
.time__d--225 {
  width: 1350px;
}
.time__d--226 {
  width: 1356px;
}
.time__d--227 {
  width: 1362px;
}
.time__d--228 {
  width: 1368px;
}
.time__d--229 {
  width: 1374px;
}
.time__d--230 {
  width: 1380px;
}
.time__d--231 {
  width: 1386px;
}
.time__d--232 {
  width: 1392px;
}
.time__d--233 {
  width: 1398px;
}
.time__d--234 {
  width: 1404px;
}
.time__d--235 {
  width: 1410px;
}
.time__d--236 {
  width: 1416px;
}
.time__d--237 {
  width: 1422px;
}
.time__d--238 {
  width: 1428px;
}
.time__d--239 {
  width: 1434px;
}
.time__d--240 {
  width: 1440px;
}
.time__d--241 {
  width: 1446px;
}
.time__d--242 {
  width: 1452px;
}
.time__d--243 {
  width: 1458px;
}
.time__d--244 {
  width: 1464px;
}
.time__d--245 {
  width: 1470px;
}
.time__d--246 {
  width: 1476px;
}
.time__d--247 {
  width: 1482px;
}
.time__d--248 {
  width: 1488px;
}
.time__d--249 {
  width: 1494px;
}
.time__d--250 {
  width: 1500px;
}
.time__d--251 {
  width: 1506px;
}
.time__d--252 {
  width: 1512px;
}
.time__d--253 {
  width: 1518px;
}
.time__d--254 {
  width: 1524px;
}
.time__d--255 {
  width: 1530px;
}
.time__d--256 {
  width: 1536px;
}
.time__d--257 {
  width: 1542px;
}
.time__d--258 {
  width: 1548px;
}
.time__d--259 {
  width: 1554px;
}
.time__d--260 {
  width: 1560px;
}
.time__d--261 {
  width: 1566px;
}
.time__d--262 {
  width: 1572px;
}
.time__d--263 {
  width: 1578px;
}
.time__d--264 {
  width: 1584px;
}
.time__d--265 {
  width: 1590px;
}
.time__d--266 {
  width: 1596px;
}
.time__d--267 {
  width: 1602px;
}
.time__d--268 {
  width: 1608px;
}
.time__d--269 {
  width: 1614px;
}
.time__d--270 {
  width: 1620px;
}
.time__d--271 {
  width: 1626px;
}
.time__d--272 {
  width: 1632px;
}
.time__d--273 {
  width: 1638px;
}
.time__d--274 {
  width: 1644px;
}
.time__d--275 {
  width: 1650px;
}
.time__d--276 {
  width: 1656px;
}
.time__d--277 {
  width: 1662px;
}
.time__d--278 {
  width: 1668px;
}
.time__d--279 {
  width: 1674px;
}
.time__d--280 {
  width: 1680px;
}
.time__d--281 {
  width: 1686px;
}
.time__d--282 {
  width: 1692px;
}
.time__d--283 {
  width: 1698px;
}
.time__d--284 {
  width: 1704px;
}
.time__d--285 {
  width: 1710px;
}
.time__d--286 {
  width: 1716px;
}
.time__d--287 {
  width: 1722px;
}
.time__d--288 {
  width: 1728px;
}
.time__d--289 {
  width: 1734px;
}
.time__d--290 {
  width: 1740px;
}
.time__d--291 {
  width: 1746px;
}
.time__d--292 {
  width: 1752px;
}
.time__d--293 {
  width: 1758px;
}
.time__d--294 {
  width: 1764px;
}
.time__d--295 {
  width: 1770px;
}
.time__d--296 {
  width: 1776px;
}
.time__d--297 {
  width: 1782px;
}
.time__d--298 {
  width: 1788px;
}
.time__d--299 {
  width: 1794px;
}
.time__d--300 {
  width: 1800px;
}
.time__d--301 {
  width: 1806px;
}
.time__d--302 {
  width: 1812px;
}
.time__d--303 {
  width: 1818px;
}
.time__d--304 {
  width: 1824px;
}
.time__d--305 {
  width: 1830px;
}
.time__d--306 {
  width: 1836px;
}
.time__d--307 {
  width: 1842px;
}
.time__d--308 {
  width: 1848px;
}
.time__d--309 {
  width: 1854px;
}
.time__d--310 {
  width: 1860px;
}
.time__d--311 {
  width: 1866px;
}
.time__d--312 {
  width: 1872px;
}
.time__d--313 {
  width: 1878px;
}
.time__d--314 {
  width: 1884px;
}
.time__d--315 {
  width: 1890px;
}
.time__d--316 {
  width: 1896px;
}
.time__d--317 {
  width: 1902px;
}
.time__d--318 {
  width: 1908px;
}
.time__d--319 {
  width: 1914px;
}
.time__d--320 {
  width: 1920px;
}
.time__d--321 {
  width: 1926px;
}
.time__d--322 {
  width: 1932px;
}
.time__d--323 {
  width: 1938px;
}
.time__d--324 {
  width: 1944px;
}
.time__d--325 {
  width: 1950px;
}
.time__d--326 {
  width: 1956px;
}
.time__d--327 {
  width: 1962px;
}
.time__d--328 {
  width: 1968px;
}
.time__d--329 {
  width: 1974px;
}
.time__d--330 {
  width: 1980px;
}
.time__d--331 {
  width: 1986px;
}
.time__d--332 {
  width: 1992px;
}
.time__d--333 {
  width: 1998px;
}
.time__d--334 {
  width: 2004px;
}
.time__d--335 {
  width: 2010px;
}
.time__d--336 {
  width: 2016px;
}
.time__d--337 {
  width: 2022px;
}
.time__d--338 {
  width: 2028px;
}
.time__d--339 {
  width: 2034px;
}
.time__d--340 {
  width: 2040px;
}
.time__d--341 {
  width: 2046px;
}
.time__d--342 {
  width: 2052px;
}
.time__d--343 {
  width: 2058px;
}
.time__d--344 {
  width: 2064px;
}
.time__d--345 {
  width: 2070px;
}
.time__d--346 {
  width: 2076px;
}
.time__d--347 {
  width: 2082px;
}
.time__d--348 {
  width: 2088px;
}
.time__d--349 {
  width: 2094px;
}
.time__d--350 {
  width: 2100px;
}
.time__d--351 {
  width: 2106px;
}
.time__d--352 {
  width: 2112px;
}
.time__d--353 {
  width: 2118px;
}
.time__d--354 {
  width: 2124px;
}
.time__d--355 {
  width: 2130px;
}
.time__d--356 {
  width: 2136px;
}
.time__d--357 {
  width: 2142px;
}
.time__d--358 {
  width: 2148px;
}
.time__d--359 {
  width: 2154px;
}
.time__d--360 {
  width: 2160px;
}
.time__d--361 {
  width: 2166px;
}
.time__d--362 {
  width: 2172px;
}
.time__d--363 {
  width: 2178px;
}
.time__d--364 {
  width: 2184px;
}
.time__d--365 {
  width: 2190px;
}
.time__d--366 {
  width: 2196px;
}
.time__d--367 {
  width: 2202px;
}
.time__d--368 {
  width: 2208px;
}
.time__d--369 {
  width: 2214px;
}
.time__d--370 {
  width: 2220px;
}
.time__d--371 {
  width: 2226px;
}
.time__d--372 {
  width: 2232px;
}
.time__d--373 {
  width: 2238px;
}
.time__d--374 {
  width: 2244px;
}
.time__d--375 {
  width: 2250px;
}
.time__d--376 {
  width: 2256px;
}
.time__d--377 {
  width: 2262px;
}
.time__d--378 {
  width: 2268px;
}
.time__d--379 {
  width: 2274px;
}
.time__d--380 {
  width: 2280px;
}
.time__d--381 {
  width: 2286px;
}
.time__d--382 {
  width: 2292px;
}
.time__d--383 {
  width: 2298px;
}
.time__d--384 {
  width: 2304px;
}
.time__d--385 {
  width: 2310px;
}
.time__d--386 {
  width: 2316px;
}
.time__d--387 {
  width: 2322px;
}
.time__d--388 {
  width: 2328px;
}
.time__d--389 {
  width: 2334px;
}
.time__d--390 {
  width: 2340px;
}
.time__d--391 {
  width: 2346px;
}
.time__d--392 {
  width: 2352px;
}
.time__d--393 {
  width: 2358px;
}
.time__d--394 {
  width: 2364px;
}
.time__d--395 {
  width: 2370px;
}
.time__d--396 {
  width: 2376px;
}
.time__d--397 {
  width: 2382px;
}
.time__d--398 {
  width: 2388px;
}
.time__d--399 {
  width: 2394px;
}
.time__d--400 {
  width: 2400px;
}
.time__d--401 {
  width: 2406px;
}
.time__d--402 {
  width: 2412px;
}
.time__d--403 {
  width: 2418px;
}
.time__d--404 {
  width: 2424px;
}
.time__d--405 {
  width: 2430px;
}
.time__d--406 {
  width: 2436px;
}
.time__d--407 {
  width: 2442px;
}
.time__d--408 {
  width: 2448px;
}
.time__d--409 {
  width: 2454px;
}
.time__d--410 {
  width: 2460px;
}
.time__d--411 {
  width: 2466px;
}
.time__d--412 {
  width: 2472px;
}
.time__d--413 {
  width: 2478px;
}
.time__d--414 {
  width: 2484px;
}
.time__d--415 {
  width: 2490px;
}
.time__d--416 {
  width: 2496px;
}
.time__d--417 {
  width: 2502px;
}
.time__d--418 {
  width: 2508px;
}
.time__d--419 {
  width: 2514px;
}
.time__d--420 {
  width: 2520px;
}
.time__d--421 {
  width: 2526px;
}
.time__d--422 {
  width: 2532px;
}
.time__d--423 {
  width: 2538px;
}
.time__d--424 {
  width: 2544px;
}
.time__d--425 {
  width: 2550px;
}
.time__d--426 {
  width: 2556px;
}
.time__d--427 {
  width: 2562px;
}
.time__d--428 {
  width: 2568px;
}
.time__d--429 {
  width: 2574px;
}
.time__d--430 {
  width: 2580px;
}
.time__d--431 {
  width: 2586px;
}
.time__d--432 {
  width: 2592px;
}
.time__d--433 {
  width: 2598px;
}
.time__d--434 {
  width: 2604px;
}
.time__d--435 {
  width: 2610px;
}
.time__d--436 {
  width: 2616px;
}
.time__d--437 {
  width: 2622px;
}
.time__d--438 {
  width: 2628px;
}
.time__d--439 {
  width: 2634px;
}
.time__d--440 {
  width: 2640px;
}
.time__d--441 {
  width: 2646px;
}
.time__d--442 {
  width: 2652px;
}
.time__d--443 {
  width: 2658px;
}
.time__d--444 {
  width: 2664px;
}
.time__d--445 {
  width: 2670px;
}
.time__d--446 {
  width: 2676px;
}
.time__d--447 {
  width: 2682px;
}
.time__d--448 {
  width: 2688px;
}
.time__d--449 {
  width: 2694px;
}
.time__d--450 {
  width: 2700px;
}
.time__d--451 {
  width: 2706px;
}
.time__d--452 {
  width: 2712px;
}
.time__d--453 {
  width: 2718px;
}
.time__d--454 {
  width: 2724px;
}
.time__d--455 {
  width: 2730px;
}
.time__d--456 {
  width: 2736px;
}
.time__d--457 {
  width: 2742px;
}
.time__d--458 {
  width: 2748px;
}
.time__d--459 {
  width: 2754px;
}
.time__d--460 {
  width: 2760px;
}
.time__d--461 {
  width: 2766px;
}
.time__d--462 {
  width: 2772px;
}
.time__d--463 {
  width: 2778px;
}
.time__d--464 {
  width: 2784px;
}
.time__d--465 {
  width: 2790px;
}
.time__d--466 {
  width: 2796px;
}
.time__d--467 {
  width: 2802px;
}
.time__d--468 {
  width: 2808px;
}
.time__d--469 {
  width: 2814px;
}
.time__d--470 {
  width: 2820px;
}
.time__d--471 {
  width: 2826px;
}
.time__d--472 {
  width: 2832px;
}
.time__d--473 {
  width: 2838px;
}
.time__d--474 {
  width: 2844px;
}
.time__d--475 {
  width: 2850px;
}
.time__d--476 {
  width: 2856px;
}
.time__d--477 {
  width: 2862px;
}
.time__d--478 {
  width: 2868px;
}
.time__d--479 {
  width: 2874px;
}
.time__d--480 {
  width: 2880px;
}
.time__d--481 {
  width: 2886px;
}
.time__d--482 {
  width: 2892px;
}
.time__d--483 {
  width: 2898px;
}
.time__d--484 {
  width: 2904px;
}
.time__d--485 {
  width: 2910px;
}
.time__d--486 {
  width: 2916px;
}
.time__d--487 {
  width: 2922px;
}
.time__d--488 {
  width: 2928px;
}
.time__d--489 {
  width: 2934px;
}
.time__d--490 {
  width: 2940px;
}
.time__d--491 {
  width: 2946px;
}
.time__d--492 {
  width: 2952px;
}
.time__d--493 {
  width: 2958px;
}
.time__d--494 {
  width: 2964px;
}
.time__d--495 {
  width: 2970px;
}
.time__d--496 {
  width: 2976px;
}
.time__d--497 {
  width: 2982px;
}
.time__d--498 {
  width: 2988px;
}
.time__d--499 {
  width: 2994px;
}
.time__d--500 {
  width: 3000px;
}
.time__d--501 {
  width: 3006px;
}
.time__d--502 {
  width: 3012px;
}
.time__d--503 {
  width: 3018px;
}
.time__d--504 {
  width: 3024px;
}
.time__d--505 {
  width: 3030px;
}
.time__d--506 {
  width: 3036px;
}
.time__d--507 {
  width: 3042px;
}
.time__d--508 {
  width: 3048px;
}
.time__d--509 {
  width: 3054px;
}
.time__d--510 {
  width: 3060px;
}
.time__d--511 {
  width: 3066px;
}
.time__d--512 {
  width: 3072px;
}
.time__d--513 {
  width: 3078px;
}
.time__d--514 {
  width: 3084px;
}
.time__d--515 {
  width: 3090px;
}
.time__d--516 {
  width: 3096px;
}
.time__d--517 {
  width: 3102px;
}
.time__d--518 {
  width: 3108px;
}
.time__d--519 {
  width: 3114px;
}
.time__d--520 {
  width: 3120px;
}
.time__d--521 {
  width: 3126px;
}
.time__d--522 {
  width: 3132px;
}
.time__d--523 {
  width: 3138px;
}
.time__d--524 {
  width: 3144px;
}
.time__d--525 {
  width: 3150px;
}
.time__d--526 {
  width: 3156px;
}
.time__d--527 {
  width: 3162px;
}
.time__d--528 {
  width: 3168px;
}
.time__d--529 {
  width: 3174px;
}
.time__d--530 {
  width: 3180px;
}
.time__d--531 {
  width: 3186px;
}
.time__d--532 {
  width: 3192px;
}
.time__d--533 {
  width: 3198px;
}
.time__d--534 {
  width: 3204px;
}
.time__d--535 {
  width: 3210px;
}
.time__d--536 {
  width: 3216px;
}
.time__d--537 {
  width: 3222px;
}
.time__d--538 {
  width: 3228px;
}
.time__d--539 {
  width: 3234px;
}
.time__d--540 {
  width: 3240px;
}
.time__d--541 {
  width: 3246px;
}
.time__d--542 {
  width: 3252px;
}
.time__d--543 {
  width: 3258px;
}
.time__d--544 {
  width: 3264px;
}
.time__d--545 {
  width: 3270px;
}
.time__d--546 {
  width: 3276px;
}
.time__d--547 {
  width: 3282px;
}
.time__d--548 {
  width: 3288px;
}
.time__d--549 {
  width: 3294px;
}
.time__d--550 {
  width: 3300px;
}
.time__d--551 {
  width: 3306px;
}
.time__d--552 {
  width: 3312px;
}
.time__d--553 {
  width: 3318px;
}
.time__d--554 {
  width: 3324px;
}
.time__d--555 {
  width: 3330px;
}
.time__d--556 {
  width: 3336px;
}
.time__d--557 {
  width: 3342px;
}
.time__d--558 {
  width: 3348px;
}
.time__d--559 {
  width: 3354px;
}
.time__d--560 {
  width: 3360px;
}
.time__d--561 {
  width: 3366px;
}
.time__d--562 {
  width: 3372px;
}
.time__d--563 {
  width: 3378px;
}
.time__d--564 {
  width: 3384px;
}
.time__d--565 {
  width: 3390px;
}
.time__d--566 {
  width: 3396px;
}
.time__d--567 {
  width: 3402px;
}
.time__d--568 {
  width: 3408px;
}
.time__d--569 {
  width: 3414px;
}
.time__d--570 {
  width: 3420px;
}
.time__d--571 {
  width: 3426px;
}
.time__d--572 {
  width: 3432px;
}
.time__d--573 {
  width: 3438px;
}
.time__d--574 {
  width: 3444px;
}
.time__d--575 {
  width: 3450px;
}
.time__d--576 {
  width: 3456px;
}
.time__d--577 {
  width: 3462px;
}
.time__d--578 {
  width: 3468px;
}
.time__d--579 {
  width: 3474px;
}
.time__d--580 {
  width: 3480px;
}
.time__d--581 {
  width: 3486px;
}
.time__d--582 {
  width: 3492px;
}
.time__d--583 {
  width: 3498px;
}
.time__d--584 {
  width: 3504px;
}
.time__d--585 {
  width: 3510px;
}
.time__d--586 {
  width: 3516px;
}
.time__d--587 {
  width: 3522px;
}
.time__d--588 {
  width: 3528px;
}
.time__d--589 {
  width: 3534px;
}
.time__d--590 {
  width: 3540px;
}
.time__d--591 {
  width: 3546px;
}
.time__d--592 {
  width: 3552px;
}
.time__d--593 {
  width: 3558px;
}
.time__d--594 {
  width: 3564px;
}
.time__d--595 {
  width: 3570px;
}
.time__d--596 {
  width: 3576px;
}
.time__d--597 {
  width: 3582px;
}
.time__d--598 {
  width: 3588px;
}
.time__d--599 {
  width: 3594px;
}
.time__d--600 {
  width: 3600px;
}
.time__d--601 {
  width: 3606px;
}
.time__d--602 {
  width: 3612px;
}
.time__d--603 {
  width: 3618px;
}
.time__d--604 {
  width: 3624px;
}
.time__d--605 {
  width: 3630px;
}
.time__d--606 {
  width: 3636px;
}
.time__d--607 {
  width: 3642px;
}
.time__d--608 {
  width: 3648px;
}
.time__d--609 {
  width: 3654px;
}
.time__d--610 {
  width: 3660px;
}
.time__d--611 {
  width: 3666px;
}
.time__d--612 {
  width: 3672px;
}
.time__d--613 {
  width: 3678px;
}
.time__d--614 {
  width: 3684px;
}
.time__d--615 {
  width: 3690px;
}
.time__d--616 {
  width: 3696px;
}
.time__d--617 {
  width: 3702px;
}
.time__d--618 {
  width: 3708px;
}
.time__d--619 {
  width: 3714px;
}
.time__d--620 {
  width: 3720px;
}
.time__d--621 {
  width: 3726px;
}
.time__d--622 {
  width: 3732px;
}
.time__d--623 {
  width: 3738px;
}
.time__d--624 {
  width: 3744px;
}
.time__d--625 {
  width: 3750px;
}
.time__d--626 {
  width: 3756px;
}
.time__d--627 {
  width: 3762px;
}
.time__d--628 {
  width: 3768px;
}
.time__d--629 {
  width: 3774px;
}
.time__d--630 {
  width: 3780px;
}
.time__d--631 {
  width: 3786px;
}
.time__d--632 {
  width: 3792px;
}
.time__d--633 {
  width: 3798px;
}
.time__d--634 {
  width: 3804px;
}
.time__d--635 {
  width: 3810px;
}
.time__d--636 {
  width: 3816px;
}
.time__d--637 {
  width: 3822px;
}
.time__d--638 {
  width: 3828px;
}
.time__d--639 {
  width: 3834px;
}
.time__d--640 {
  width: 3840px;
}
.time__d--641 {
  width: 3846px;
}
.time__d--642 {
  width: 3852px;
}
.time__d--643 {
  width: 3858px;
}
.time__d--644 {
  width: 3864px;
}
.time__d--645 {
  width: 3870px;
}
.time__d--646 {
  width: 3876px;
}
.time__d--647 {
  width: 3882px;
}
.time__d--648 {
  width: 3888px;
}
.time__d--649 {
  width: 3894px;
}
.time__d--650 {
  width: 3900px;
}
.time__d--651 {
  width: 3906px;
}
.time__d--652 {
  width: 3912px;
}
.time__d--653 {
  width: 3918px;
}
.time__d--654 {
  width: 3924px;
}
.time__d--655 {
  width: 3930px;
}
.time__d--656 {
  width: 3936px;
}
.time__d--657 {
  width: 3942px;
}
.time__d--658 {
  width: 3948px;
}
.time__d--659 {
  width: 3954px;
}
.time__d--660 {
  width: 3960px;
}
.time__d--661 {
  width: 3966px;
}
.time__d--662 {
  width: 3972px;
}
.time__d--663 {
  width: 3978px;
}
.time__d--664 {
  width: 3984px;
}
.time__d--665 {
  width: 3990px;
}
.time__d--666 {
  width: 3996px;
}
.time__d--667 {
  width: 4002px;
}
.time__d--668 {
  width: 4008px;
}
.time__d--669 {
  width: 4014px;
}
.time__d--670 {
  width: 4020px;
}
.time__d--671 {
  width: 4026px;
}
.time__d--672 {
  width: 4032px;
}
.time__d--673 {
  width: 4038px;
}
.time__d--674 {
  width: 4044px;
}
.time__d--675 {
  width: 4050px;
}
.time__d--676 {
  width: 4056px;
}
.time__d--677 {
  width: 4062px;
}
.time__d--678 {
  width: 4068px;
}
.time__d--679 {
  width: 4074px;
}
.time__d--680 {
  width: 4080px;
}
.time__d--681 {
  width: 4086px;
}
.time__d--682 {
  width: 4092px;
}
.time__d--683 {
  width: 4098px;
}
.time__d--684 {
  width: 4104px;
}
.time__d--685 {
  width: 4110px;
}
.time__d--686 {
  width: 4116px;
}
.time__d--687 {
  width: 4122px;
}
.time__d--688 {
  width: 4128px;
}
.time__d--689 {
  width: 4134px;
}
.time__d--690 {
  width: 4140px;
}
.time__d--691 {
  width: 4146px;
}
.time__d--692 {
  width: 4152px;
}
.time__d--693 {
  width: 4158px;
}
.time__d--694 {
  width: 4164px;
}
.time__d--695 {
  width: 4170px;
}
.time__d--696 {
  width: 4176px;
}
.time__d--697 {
  width: 4182px;
}
.time__d--698 {
  width: 4188px;
}
.time__d--699 {
  width: 4194px;
}
.time__d--700 {
  width: 4200px;
}
.time__d--701 {
  width: 4206px;
}
.time__d--702 {
  width: 4212px;
}
.time__d--703 {
  width: 4218px;
}
.time__d--704 {
  width: 4224px;
}
.time__d--705 {
  width: 4230px;
}
.time__d--706 {
  width: 4236px;
}
.time__d--707 {
  width: 4242px;
}
.time__d--708 {
  width: 4248px;
}
.time__d--709 {
  width: 4254px;
}
.time__d--710 {
  width: 4260px;
}
.time__d--711 {
  width: 4266px;
}
.time__d--712 {
  width: 4272px;
}
.time__d--713 {
  width: 4278px;
}
.time__d--714 {
  width: 4284px;
}
.time__d--715 {
  width: 4290px;
}
.time__d--716 {
  width: 4296px;
}
.time__d--717 {
  width: 4302px;
}
.time__d--718 {
  width: 4308px;
}
.time__d--719 {
  width: 4314px;
}
.time__d--720 {
  width: 4320px;
}
.time__d--721 {
  width: 4326px;
}
.time__d--722 {
  width: 4332px;
}
.time__d--723 {
  width: 4338px;
}
.time__d--724 {
  width: 4344px;
}
.time__d--725 {
  width: 4350px;
}
.time__d--726 {
  width: 4356px;
}
.time__d--727 {
  width: 4362px;
}
.time__d--728 {
  width: 4368px;
}
.time__d--729 {
  width: 4374px;
}
.time__d--730 {
  width: 4380px;
}
.time__d--731 {
  width: 4386px;
}
.time__d--732 {
  width: 4392px;
}
.time__d--733 {
  width: 4398px;
}
.time__d--734 {
  width: 4404px;
}
.time__d--735 {
  width: 4410px;
}
.time__d--736 {
  width: 4416px;
}
.time__d--737 {
  width: 4422px;
}
.time__d--738 {
  width: 4428px;
}
.time__d--739 {
  width: 4434px;
}
.time__d--740 {
  width: 4440px;
}
.time__d--741 {
  width: 4446px;
}
.time__d--742 {
  width: 4452px;
}
.time__d--743 {
  width: 4458px;
}
.time__d--744 {
  width: 4464px;
}
.time__d--745 {
  width: 4470px;
}
.time__d--746 {
  width: 4476px;
}
.time__d--747 {
  width: 4482px;
}
.time__d--748 {
  width: 4488px;
}
.time__d--749 {
  width: 4494px;
}
.time__d--750 {
  width: 4500px;
}
.time__d--751 {
  width: 4506px;
}
.time__d--752 {
  width: 4512px;
}
.time__d--753 {
  width: 4518px;
}
.time__d--754 {
  width: 4524px;
}
.time__d--755 {
  width: 4530px;
}
.time__d--756 {
  width: 4536px;
}
.time__d--757 {
  width: 4542px;
}
.time__d--758 {
  width: 4548px;
}
.time__d--759 {
  width: 4554px;
}
.time__d--760 {
  width: 4560px;
}
.time__d--761 {
  width: 4566px;
}
.time__d--762 {
  width: 4572px;
}
.time__d--763 {
  width: 4578px;
}
.time__d--764 {
  width: 4584px;
}
.time__d--765 {
  width: 4590px;
}
.time__d--766 {
  width: 4596px;
}
.time__d--767 {
  width: 4602px;
}
.time__d--768 {
  width: 4608px;
}
.time__d--769 {
  width: 4614px;
}
.time__d--770 {
  width: 4620px;
}
.time__d--771 {
  width: 4626px;
}
.time__d--772 {
  width: 4632px;
}
.time__d--773 {
  width: 4638px;
}
.time__d--774 {
  width: 4644px;
}
.time__d--775 {
  width: 4650px;
}
.time__d--776 {
  width: 4656px;
}
.time__d--777 {
  width: 4662px;
}
.time__d--778 {
  width: 4668px;
}
.time__d--779 {
  width: 4674px;
}
.time__d--780 {
  width: 4680px;
}
.time__d--781 {
  width: 4686px;
}
.time__d--782 {
  width: 4692px;
}
.time__d--783 {
  width: 4698px;
}
.time__d--784 {
  width: 4704px;
}
.time__d--785 {
  width: 4710px;
}
.time__d--786 {
  width: 4716px;
}
.time__d--787 {
  width: 4722px;
}
.time__d--788 {
  width: 4728px;
}
.time__d--789 {
  width: 4734px;
}
.time__d--790 {
  width: 4740px;
}
.time__d--791 {
  width: 4746px;
}
.time__d--792 {
  width: 4752px;
}
.time__d--793 {
  width: 4758px;
}
.time__d--794 {
  width: 4764px;
}
.time__d--795 {
  width: 4770px;
}
.time__d--796 {
  width: 4776px;
}
.time__d--797 {
  width: 4782px;
}
.time__d--798 {
  width: 4788px;
}
.time__d--799 {
  width: 4794px;
}
.time__d--800 {
  width: 4800px;
}
.time__d--801 {
  width: 4806px;
}
.time__d--802 {
  width: 4812px;
}
.time__d--803 {
  width: 4818px;
}
.time__d--804 {
  width: 4824px;
}
.time__d--805 {
  width: 4830px;
}
.time__d--806 {
  width: 4836px;
}
.time__d--807 {
  width: 4842px;
}
.time__d--808 {
  width: 4848px;
}
.time__d--809 {
  width: 4854px;
}
.time__d--810 {
  width: 4860px;
}
.time__d--811 {
  width: 4866px;
}
.time__d--812 {
  width: 4872px;
}
.time__d--813 {
  width: 4878px;
}
.time__d--814 {
  width: 4884px;
}
.time__d--815 {
  width: 4890px;
}
.time__d--816 {
  width: 4896px;
}
.time__d--817 {
  width: 4902px;
}
.time__d--818 {
  width: 4908px;
}
.time__d--819 {
  width: 4914px;
}
.time__d--820 {
  width: 4920px;
}
.time__d--821 {
  width: 4926px;
}
.time__d--822 {
  width: 4932px;
}
.time__d--823 {
  width: 4938px;
}
.time__d--824 {
  width: 4944px;
}
.time__d--825 {
  width: 4950px;
}
.time__d--826 {
  width: 4956px;
}
.time__d--827 {
  width: 4962px;
}
.time__d--828 {
  width: 4968px;
}
.time__d--829 {
  width: 4974px;
}
.time__d--830 {
  width: 4980px;
}
.time__d--831 {
  width: 4986px;
}
.time__d--832 {
  width: 4992px;
}
.time__d--833 {
  width: 4998px;
}
.time__d--834 {
  width: 5004px;
}
.time__d--835 {
  width: 5010px;
}
.time__d--836 {
  width: 5016px;
}
.time__d--837 {
  width: 5022px;
}
.time__d--838 {
  width: 5028px;
}
.time__d--839 {
  width: 5034px;
}
.time__d--840 {
  width: 5040px;
}
.time__d--841 {
  width: 5046px;
}
.time__d--842 {
  width: 5052px;
}
.time__d--843 {
  width: 5058px;
}
.time__d--844 {
  width: 5064px;
}
.time__d--845 {
  width: 5070px;
}
.time__d--846 {
  width: 5076px;
}
.time__d--847 {
  width: 5082px;
}
.time__d--848 {
  width: 5088px;
}
.time__d--849 {
  width: 5094px;
}
.time__d--850 {
  width: 5100px;
}
.time__d--851 {
  width: 5106px;
}
.time__d--852 {
  width: 5112px;
}
.time__d--853 {
  width: 5118px;
}
.time__d--854 {
  width: 5124px;
}
.time__d--855 {
  width: 5130px;
}
.time__d--856 {
  width: 5136px;
}
.time__d--857 {
  width: 5142px;
}
.time__d--858 {
  width: 5148px;
}
.time__d--859 {
  width: 5154px;
}
.time__d--860 {
  width: 5160px;
}
.time__d--861 {
  width: 5166px;
}
.time__d--862 {
  width: 5172px;
}
.time__d--863 {
  width: 5178px;
}
.time__d--864 {
  width: 5184px;
}
.time__d--865 {
  width: 5190px;
}
.time__d--866 {
  width: 5196px;
}
.time__d--867 {
  width: 5202px;
}
.time__d--868 {
  width: 5208px;
}
.time__d--869 {
  width: 5214px;
}
.time__d--870 {
  width: 5220px;
}
.time__d--871 {
  width: 5226px;
}
.time__d--872 {
  width: 5232px;
}
.time__d--873 {
  width: 5238px;
}
.time__d--874 {
  width: 5244px;
}
.time__d--875 {
  width: 5250px;
}
.time__d--876 {
  width: 5256px;
}
.time__d--877 {
  width: 5262px;
}
.time__d--878 {
  width: 5268px;
}
.time__d--879 {
  width: 5274px;
}
.time__d--880 {
  width: 5280px;
}
.time__d--881 {
  width: 5286px;
}
.time__d--882 {
  width: 5292px;
}
.time__d--883 {
  width: 5298px;
}
.time__d--884 {
  width: 5304px;
}
.time__d--885 {
  width: 5310px;
}
.time__d--886 {
  width: 5316px;
}
.time__d--887 {
  width: 5322px;
}
.time__d--888 {
  width: 5328px;
}
.time__d--889 {
  width: 5334px;
}
.time__d--890 {
  width: 5340px;
}
.time__d--891 {
  width: 5346px;
}
.time__d--892 {
  width: 5352px;
}
.time__d--893 {
  width: 5358px;
}
.time__d--894 {
  width: 5364px;
}
.time__d--895 {
  width: 5370px;
}
.time__d--896 {
  width: 5376px;
}
.time__d--897 {
  width: 5382px;
}
.time__d--898 {
  width: 5388px;
}
.time__d--899 {
  width: 5394px;
}
.time__d--900 {
  width: 5400px;
}
.time__d--901 {
  width: 5406px;
}
.time__d--902 {
  width: 5412px;
}
.time__d--903 {
  width: 5418px;
}
.time__d--904 {
  width: 5424px;
}
.time__d--905 {
  width: 5430px;
}
.time__d--906 {
  width: 5436px;
}
.time__d--907 {
  width: 5442px;
}
.time__d--908 {
  width: 5448px;
}
.time__d--909 {
  width: 5454px;
}
.time__d--910 {
  width: 5460px;
}
.time__d--911 {
  width: 5466px;
}
.time__d--912 {
  width: 5472px;
}
.time__d--913 {
  width: 5478px;
}
.time__d--914 {
  width: 5484px;
}
.time__d--915 {
  width: 5490px;
}
.time__d--916 {
  width: 5496px;
}
.time__d--917 {
  width: 5502px;
}
.time__d--918 {
  width: 5508px;
}
.time__d--919 {
  width: 5514px;
}
.time__d--920 {
  width: 5520px;
}
.time__d--921 {
  width: 5526px;
}
.time__d--922 {
  width: 5532px;
}
.time__d--923 {
  width: 5538px;
}
.time__d--924 {
  width: 5544px;
}
.time__d--925 {
  width: 5550px;
}
.time__d--926 {
  width: 5556px;
}
.time__d--927 {
  width: 5562px;
}
.time__d--928 {
  width: 5568px;
}
.time__d--929 {
  width: 5574px;
}
.time__d--930 {
  width: 5580px;
}
.time__d--931 {
  width: 5586px;
}
.time__d--932 {
  width: 5592px;
}
.time__d--933 {
  width: 5598px;
}
.time__d--934 {
  width: 5604px;
}
.time__d--935 {
  width: 5610px;
}
.time__d--936 {
  width: 5616px;
}
.time__d--937 {
  width: 5622px;
}
.time__d--938 {
  width: 5628px;
}
.time__d--939 {
  width: 5634px;
}
.time__d--940 {
  width: 5640px;
}
.time__d--941 {
  width: 5646px;
}
.time__d--942 {
  width: 5652px;
}
.time__d--943 {
  width: 5658px;
}
.time__d--944 {
  width: 5664px;
}
.time__d--945 {
  width: 5670px;
}
.time__d--946 {
  width: 5676px;
}
.time__d--947 {
  width: 5682px;
}
.time__d--948 {
  width: 5688px;
}
.time__d--949 {
  width: 5694px;
}
.time__d--950 {
  width: 5700px;
}
.time__d--951 {
  width: 5706px;
}
.time__d--952 {
  width: 5712px;
}
.time__d--953 {
  width: 5718px;
}
.time__d--954 {
  width: 5724px;
}
.time__d--955 {
  width: 5730px;
}
.time__d--956 {
  width: 5736px;
}
.time__d--957 {
  width: 5742px;
}
.time__d--958 {
  width: 5748px;
}
.time__d--959 {
  width: 5754px;
}
.time__d--960 {
  width: 5760px;
}
.time__d--961 {
  width: 5766px;
}
.time__d--962 {
  width: 5772px;
}
.time__d--963 {
  width: 5778px;
}
.time__d--964 {
  width: 5784px;
}
.time__d--965 {
  width: 5790px;
}
.time__d--966 {
  width: 5796px;
}
.time__d--967 {
  width: 5802px;
}
.time__d--968 {
  width: 5808px;
}
.time__d--969 {
  width: 5814px;
}
.time__d--970 {
  width: 5820px;
}
.time__d--971 {
  width: 5826px;
}
.time__d--972 {
  width: 5832px;
}
.time__d--973 {
  width: 5838px;
}
.time__d--974 {
  width: 5844px;
}
.time__d--975 {
  width: 5850px;
}
.time__d--976 {
  width: 5856px;
}
.time__d--977 {
  width: 5862px;
}
.time__d--978 {
  width: 5868px;
}
.time__d--979 {
  width: 5874px;
}
.time__d--980 {
  width: 5880px;
}
.time__d--981 {
  width: 5886px;
}
.time__d--982 {
  width: 5892px;
}
.time__d--983 {
  width: 5898px;
}
.time__d--984 {
  width: 5904px;
}
.time__d--985 {
  width: 5910px;
}
.time__d--986 {
  width: 5916px;
}
.time__d--987 {
  width: 5922px;
}
.time__d--988 {
  width: 5928px;
}
.time__d--989 {
  width: 5934px;
}
.time__d--990 {
  width: 5940px;
}
.time__d--991 {
  width: 5946px;
}
.time__d--992 {
  width: 5952px;
}
.time__d--993 {
  width: 5958px;
}
.time__d--994 {
  width: 5964px;
}
.time__d--995 {
  width: 5970px;
}
.time__d--996 {
  width: 5976px;
}
.time__d--997 {
  width: 5982px;
}
.time__d--998 {
  width: 5988px;
}
.time__d--999 {
  width: 5994px;
}
.time__d--1000 {
  width: 6000px;
}
.time__d--1001 {
  width: 6006px;
}
.time__d--1002 {
  width: 6012px;
}
.time__d--1003 {
  width: 6018px;
}
.time__d--1004 {
  width: 6024px;
}
.time__d--1005 {
  width: 6030px;
}
.time__d--1006 {
  width: 6036px;
}
.time__d--1007 {
  width: 6042px;
}
.time__d--1008 {
  width: 6048px;
}
.time__d--1009 {
  width: 6054px;
}
.time__d--1010 {
  width: 6060px;
}
.time__d--1011 {
  width: 6066px;
}
.time__d--1012 {
  width: 6072px;
}
.time__d--1013 {
  width: 6078px;
}
.time__d--1014 {
  width: 6084px;
}
.time__d--1015 {
  width: 6090px;
}
.time__d--1016 {
  width: 6096px;
}
.time__d--1017 {
  width: 6102px;
}
.time__d--1018 {
  width: 6108px;
}
.time__d--1019 {
  width: 6114px;
}
.time__d--1020 {
  width: 6120px;
}
.time__d--1021 {
  width: 6126px;
}
.time__d--1022 {
  width: 6132px;
}
.time__d--1023 {
  width: 6138px;
}
.time__d--1024 {
  width: 6144px;
}
.time__d--1025 {
  width: 6150px;
}
.time__d--1026 {
  width: 6156px;
}
.time__d--1027 {
  width: 6162px;
}
.time__d--1028 {
  width: 6168px;
}
.time__d--1029 {
  width: 6174px;
}
.time__d--1030 {
  width: 6180px;
}
.time__d--1031 {
  width: 6186px;
}
.time__d--1032 {
  width: 6192px;
}
.time__d--1033 {
  width: 6198px;
}
.time__d--1034 {
  width: 6204px;
}
.time__d--1035 {
  width: 6210px;
}
.time__d--1036 {
  width: 6216px;
}
.time__d--1037 {
  width: 6222px;
}
.time__d--1038 {
  width: 6228px;
}
.time__d--1039 {
  width: 6234px;
}
.time__d--1040 {
  width: 6240px;
}
.time__d--1041 {
  width: 6246px;
}
.time__d--1042 {
  width: 6252px;
}
.time__d--1043 {
  width: 6258px;
}
.time__d--1044 {
  width: 6264px;
}
.time__d--1045 {
  width: 6270px;
}
.time__d--1046 {
  width: 6276px;
}
.time__d--1047 {
  width: 6282px;
}
.time__d--1048 {
  width: 6288px;
}
.time__d--1049 {
  width: 6294px;
}
.time__d--1050 {
  width: 6300px;
}
.time__d--1051 {
  width: 6306px;
}
.time__d--1052 {
  width: 6312px;
}
.time__d--1053 {
  width: 6318px;
}
.time__d--1054 {
  width: 6324px;
}
.time__d--1055 {
  width: 6330px;
}
.time__d--1056 {
  width: 6336px;
}
.time__d--1057 {
  width: 6342px;
}
.time__d--1058 {
  width: 6348px;
}
.time__d--1059 {
  width: 6354px;
}
.time__d--1060 {
  width: 6360px;
}
.time__d--1061 {
  width: 6366px;
}
.time__d--1062 {
  width: 6372px;
}
.time__d--1063 {
  width: 6378px;
}
.time__d--1064 {
  width: 6384px;
}
.time__d--1065 {
  width: 6390px;
}
.time__d--1066 {
  width: 6396px;
}
.time__d--1067 {
  width: 6402px;
}
.time__d--1068 {
  width: 6408px;
}
.time__d--1069 {
  width: 6414px;
}
.time__d--1070 {
  width: 6420px;
}
.time__d--1071 {
  width: 6426px;
}
.time__d--1072 {
  width: 6432px;
}
.time__d--1073 {
  width: 6438px;
}
.time__d--1074 {
  width: 6444px;
}
.time__d--1075 {
  width: 6450px;
}
.time__d--1076 {
  width: 6456px;
}
.time__d--1077 {
  width: 6462px;
}
.time__d--1078 {
  width: 6468px;
}
.time__d--1079 {
  width: 6474px;
}
.time__d--1080 {
  width: 6480px;
}
.time__d--1081 {
  width: 6486px;
}
.time__d--1082 {
  width: 6492px;
}
.time__d--1083 {
  width: 6498px;
}
.time__d--1084 {
  width: 6504px;
}
.time__d--1085 {
  width: 6510px;
}
.time__d--1086 {
  width: 6516px;
}
.time__d--1087 {
  width: 6522px;
}
.time__d--1088 {
  width: 6528px;
}
.time__d--1089 {
  width: 6534px;
}
.time__d--1090 {
  width: 6540px;
}
.time__d--1091 {
  width: 6546px;
}
.time__d--1092 {
  width: 6552px;
}
.time__d--1093 {
  width: 6558px;
}
.time__d--1094 {
  width: 6564px;
}
.time__d--1095 {
  width: 6570px;
}
.time__d--1096 {
  width: 6576px;
}
.time__d--1097 {
  width: 6582px;
}
.time__d--1098 {
  width: 6588px;
}
.time__d--1099 {
  width: 6594px;
}
.time__d--1100 {
  width: 6600px;
}
.time__d--1101 {
  width: 6606px;
}
.time__d--1102 {
  width: 6612px;
}
.time__d--1103 {
  width: 6618px;
}
.time__d--1104 {
  width: 6624px;
}
.time__d--1105 {
  width: 6630px;
}
.time__d--1106 {
  width: 6636px;
}
.time__d--1107 {
  width: 6642px;
}
.time__d--1108 {
  width: 6648px;
}
.time__d--1109 {
  width: 6654px;
}
.time__d--1110 {
  width: 6660px;
}
.time__d--1111 {
  width: 6666px;
}
.time__d--1112 {
  width: 6672px;
}
.time__d--1113 {
  width: 6678px;
}
.time__d--1114 {
  width: 6684px;
}
.time__d--1115 {
  width: 6690px;
}
.time__d--1116 {
  width: 6696px;
}
.time__d--1117 {
  width: 6702px;
}
.time__d--1118 {
  width: 6708px;
}
.time__d--1119 {
  width: 6714px;
}
.time__d--1120 {
  width: 6720px;
}
.time__d--1121 {
  width: 6726px;
}
.time__d--1122 {
  width: 6732px;
}
.time__d--1123 {
  width: 6738px;
}
.time__d--1124 {
  width: 6744px;
}
.time__d--1125 {
  width: 6750px;
}
.time__d--1126 {
  width: 6756px;
}
.time__d--1127 {
  width: 6762px;
}
.time__d--1128 {
  width: 6768px;
}
.time__d--1129 {
  width: 6774px;
}
.time__d--1130 {
  width: 6780px;
}
.time__d--1131 {
  width: 6786px;
}
.time__d--1132 {
  width: 6792px;
}
.time__d--1133 {
  width: 6798px;
}
.time__d--1134 {
  width: 6804px;
}
.time__d--1135 {
  width: 6810px;
}
.time__d--1136 {
  width: 6816px;
}
.time__d--1137 {
  width: 6822px;
}
.time__d--1138 {
  width: 6828px;
}
.time__d--1139 {
  width: 6834px;
}
.time__d--1140 {
  width: 6840px;
}
.time__d--1141 {
  width: 6846px;
}
.time__d--1142 {
  width: 6852px;
}
.time__d--1143 {
  width: 6858px;
}
.time__d--1144 {
  width: 6864px;
}
.time__d--1145 {
  width: 6870px;
}
.time__d--1146 {
  width: 6876px;
}
.time__d--1147 {
  width: 6882px;
}
.time__d--1148 {
  width: 6888px;
}
.time__d--1149 {
  width: 6894px;
}
.time__d--1150 {
  width: 6900px;
}
.time__d--1151 {
  width: 6906px;
}
.time__d--1152 {
  width: 6912px;
}
.time__d--1153 {
  width: 6918px;
}
.time__d--1154 {
  width: 6924px;
}
.time__d--1155 {
  width: 6930px;
}
.time__d--1156 {
  width: 6936px;
}
.time__d--1157 {
  width: 6942px;
}
.time__d--1158 {
  width: 6948px;
}
.time__d--1159 {
  width: 6954px;
}
.time__d--1160 {
  width: 6960px;
}
.time__d--1161 {
  width: 6966px;
}
.time__d--1162 {
  width: 6972px;
}
.time__d--1163 {
  width: 6978px;
}
.time__d--1164 {
  width: 6984px;
}
.time__d--1165 {
  width: 6990px;
}
.time__d--1166 {
  width: 6996px;
}
.time__d--1167 {
  width: 7002px;
}
.time__d--1168 {
  width: 7008px;
}
.time__d--1169 {
  width: 7014px;
}
.time__d--1170 {
  width: 7020px;
}
.time__d--1171 {
  width: 7026px;
}
.time__d--1172 {
  width: 7032px;
}
.time__d--1173 {
  width: 7038px;
}
.time__d--1174 {
  width: 7044px;
}
.time__d--1175 {
  width: 7050px;
}
.time__d--1176 {
  width: 7056px;
}
.time__d--1177 {
  width: 7062px;
}
.time__d--1178 {
  width: 7068px;
}
.time__d--1179 {
  width: 7074px;
}
.time__d--1180 {
  width: 7080px;
}
.time__d--1181 {
  width: 7086px;
}
.time__d--1182 {
  width: 7092px;
}
.time__d--1183 {
  width: 7098px;
}
.time__d--1184 {
  width: 7104px;
}
.time__d--1185 {
  width: 7110px;
}
.time__d--1186 {
  width: 7116px;
}
.time__d--1187 {
  width: 7122px;
}
.time__d--1188 {
  width: 7128px;
}
.time__d--1189 {
  width: 7134px;
}
.time__d--1190 {
  width: 7140px;
}
.time__d--1191 {
  width: 7146px;
}
.time__d--1192 {
  width: 7152px;
}
.time__d--1193 {
  width: 7158px;
}
.time__d--1194 {
  width: 7164px;
}
.time__d--1195 {
  width: 7170px;
}
.time__d--1196 {
  width: 7176px;
}
.time__d--1197 {
  width: 7182px;
}
.time__d--1198 {
  width: 7188px;
}
.time__d--1199 {
  width: 7194px;
}
.time__d--1200 {
  width: 7200px;
}
.time__d--1201 {
  width: 7206px;
}
.time__d--1202 {
  width: 7212px;
}
.time__d--1203 {
  width: 7218px;
}
.time__d--1204 {
  width: 7224px;
}
.time__d--1205 {
  width: 7230px;
}
.time__d--1206 {
  width: 7236px;
}
.time__d--1207 {
  width: 7242px;
}
.time__d--1208 {
  width: 7248px;
}
.time__d--1209 {
  width: 7254px;
}
.time__d--1210 {
  width: 7260px;
}
.time__d--1211 {
  width: 7266px;
}
.time__d--1212 {
  width: 7272px;
}
.time__d--1213 {
  width: 7278px;
}
.time__d--1214 {
  width: 7284px;
}
.time__d--1215 {
  width: 7290px;
}
.time__d--1216 {
  width: 7296px;
}
.time__d--1217 {
  width: 7302px;
}
.time__d--1218 {
  width: 7308px;
}
.time__d--1219 {
  width: 7314px;
}
.time__d--1220 {
  width: 7320px;
}
.time__d--1221 {
  width: 7326px;
}
.time__d--1222 {
  width: 7332px;
}
.time__d--1223 {
  width: 7338px;
}
.time__d--1224 {
  width: 7344px;
}
.time__d--1225 {
  width: 7350px;
}
.time__d--1226 {
  width: 7356px;
}
.time__d--1227 {
  width: 7362px;
}
.time__d--1228 {
  width: 7368px;
}
.time__d--1229 {
  width: 7374px;
}
.time__d--1230 {
  width: 7380px;
}
.time__d--1231 {
  width: 7386px;
}
.time__d--1232 {
  width: 7392px;
}
.time__d--1233 {
  width: 7398px;
}
.time__d--1234 {
  width: 7404px;
}
.time__d--1235 {
  width: 7410px;
}
.time__d--1236 {
  width: 7416px;
}
.time__d--1237 {
  width: 7422px;
}
.time__d--1238 {
  width: 7428px;
}
.time__d--1239 {
  width: 7434px;
}
.time__d--1240 {
  width: 7440px;
}
.time__d--1241 {
  width: 7446px;
}
.time__d--1242 {
  width: 7452px;
}
.time__d--1243 {
  width: 7458px;
}
.time__d--1244 {
  width: 7464px;
}
.time__d--1245 {
  width: 7470px;
}
.time__d--1246 {
  width: 7476px;
}
.time__d--1247 {
  width: 7482px;
}
.time__d--1248 {
  width: 7488px;
}
.time__d--1249 {
  width: 7494px;
}
.time__d--1250 {
  width: 7500px;
}
.time__d--1251 {
  width: 7506px;
}
.time__d--1252 {
  width: 7512px;
}
.time__d--1253 {
  width: 7518px;
}
.time__d--1254 {
  width: 7524px;
}
.time__d--1255 {
  width: 7530px;
}
.time__d--1256 {
  width: 7536px;
}
.time__d--1257 {
  width: 7542px;
}
.time__d--1258 {
  width: 7548px;
}
.time__d--1259 {
  width: 7554px;
}
.time__d--1260 {
  width: 7560px;
}
.time__d--1261 {
  width: 7566px;
}
.time__d--1262 {
  width: 7572px;
}
.time__d--1263 {
  width: 7578px;
}
.time__d--1264 {
  width: 7584px;
}
.time__d--1265 {
  width: 7590px;
}
.time__d--1266 {
  width: 7596px;
}
.time__d--1267 {
  width: 7602px;
}
.time__d--1268 {
  width: 7608px;
}
.time__d--1269 {
  width: 7614px;
}
.time__d--1270 {
  width: 7620px;
}
.time__d--1271 {
  width: 7626px;
}
.time__d--1272 {
  width: 7632px;
}
.time__d--1273 {
  width: 7638px;
}
.time__d--1274 {
  width: 7644px;
}
.time__d--1275 {
  width: 7650px;
}
.time__d--1276 {
  width: 7656px;
}
.time__d--1277 {
  width: 7662px;
}
.time__d--1278 {
  width: 7668px;
}
.time__d--1279 {
  width: 7674px;
}
.time__d--1280 {
  width: 7680px;
}
.time__d--1281 {
  width: 7686px;
}
.time__d--1282 {
  width: 7692px;
}
.time__d--1283 {
  width: 7698px;
}
.time__d--1284 {
  width: 7704px;
}
.time__d--1285 {
  width: 7710px;
}
.time__d--1286 {
  width: 7716px;
}
.time__d--1287 {
  width: 7722px;
}
.time__d--1288 {
  width: 7728px;
}
.time__d--1289 {
  width: 7734px;
}
.time__d--1290 {
  width: 7740px;
}
.time__d--1291 {
  width: 7746px;
}
.time__d--1292 {
  width: 7752px;
}
.time__d--1293 {
  width: 7758px;
}
.time__d--1294 {
  width: 7764px;
}
.time__d--1295 {
  width: 7770px;
}
.time__d--1296 {
  width: 7776px;
}
.time__d--1297 {
  width: 7782px;
}
.time__d--1298 {
  width: 7788px;
}
.time__d--1299 {
  width: 7794px;
}
.time__d--1300 {
  width: 7800px;
}
.time__d--1301 {
  width: 7806px;
}
.time__d--1302 {
  width: 7812px;
}
.time__d--1303 {
  width: 7818px;
}
.time__d--1304 {
  width: 7824px;
}
.time__d--1305 {
  width: 7830px;
}
.time__d--1306 {
  width: 7836px;
}
.time__d--1307 {
  width: 7842px;
}
.time__d--1308 {
  width: 7848px;
}
.time__d--1309 {
  width: 7854px;
}
.time__d--1310 {
  width: 7860px;
}
.time__d--1311 {
  width: 7866px;
}
.time__d--1312 {
  width: 7872px;
}
.time__d--1313 {
  width: 7878px;
}
.time__d--1314 {
  width: 7884px;
}
.time__d--1315 {
  width: 7890px;
}
.time__d--1316 {
  width: 7896px;
}
.time__d--1317 {
  width: 7902px;
}
.time__d--1318 {
  width: 7908px;
}
.time__d--1319 {
  width: 7914px;
}
.time__d--1320 {
  width: 7920px;
}
.time__d--1321 {
  width: 7926px;
}
.time__d--1322 {
  width: 7932px;
}
.time__d--1323 {
  width: 7938px;
}
.time__d--1324 {
  width: 7944px;
}
.time__d--1325 {
  width: 7950px;
}
.time__d--1326 {
  width: 7956px;
}
.time__d--1327 {
  width: 7962px;
}
.time__d--1328 {
  width: 7968px;
}
.time__d--1329 {
  width: 7974px;
}
.time__d--1330 {
  width: 7980px;
}
.time__d--1331 {
  width: 7986px;
}
.time__d--1332 {
  width: 7992px;
}
.time__d--1333 {
  width: 7998px;
}
.time__d--1334 {
  width: 8004px;
}
.time__d--1335 {
  width: 8010px;
}
.time__d--1336 {
  width: 8016px;
}
.time__d--1337 {
  width: 8022px;
}
.time__d--1338 {
  width: 8028px;
}
.time__d--1339 {
  width: 8034px;
}
.time__d--1340 {
  width: 8040px;
}
.time__d--1341 {
  width: 8046px;
}
.time__d--1342 {
  width: 8052px;
}
.time__d--1343 {
  width: 8058px;
}
.time__d--1344 {
  width: 8064px;
}
.time__d--1345 {
  width: 8070px;
}
.time__d--1346 {
  width: 8076px;
}
.time__d--1347 {
  width: 8082px;
}
.time__d--1348 {
  width: 8088px;
}
.time__d--1349 {
  width: 8094px;
}
.time__d--1350 {
  width: 8100px;
}
.time__d--1351 {
  width: 8106px;
}
.time__d--1352 {
  width: 8112px;
}
.time__d--1353 {
  width: 8118px;
}
.time__d--1354 {
  width: 8124px;
}
.time__d--1355 {
  width: 8130px;
}
.time__d--1356 {
  width: 8136px;
}
.time__d--1357 {
  width: 8142px;
}
.time__d--1358 {
  width: 8148px;
}
.time__d--1359 {
  width: 8154px;
}
.time__d--1360 {
  width: 8160px;
}
.time__d--1361 {
  width: 8166px;
}
.time__d--1362 {
  width: 8172px;
}
.time__d--1363 {
  width: 8178px;
}
.time__d--1364 {
  width: 8184px;
}
.time__d--1365 {
  width: 8190px;
}
.time__d--1366 {
  width: 8196px;
}
.time__d--1367 {
  width: 8202px;
}
.time__d--1368 {
  width: 8208px;
}
.time__d--1369 {
  width: 8214px;
}
.time__d--1370 {
  width: 8220px;
}
.time__d--1371 {
  width: 8226px;
}
.time__d--1372 {
  width: 8232px;
}
.time__d--1373 {
  width: 8238px;
}
.time__d--1374 {
  width: 8244px;
}
.time__d--1375 {
  width: 8250px;
}
.time__d--1376 {
  width: 8256px;
}
.time__d--1377 {
  width: 8262px;
}
.time__d--1378 {
  width: 8268px;
}
.time__d--1379 {
  width: 8274px;
}
.time__d--1380 {
  width: 8280px;
}
.time__d--1381 {
  width: 8286px;
}
.time__d--1382 {
  width: 8292px;
}
.time__d--1383 {
  width: 8298px;
}
.time__d--1384 {
  width: 8304px;
}
.time__d--1385 {
  width: 8310px;
}
.time__d--1386 {
  width: 8316px;
}
.time__d--1387 {
  width: 8322px;
}
.time__d--1388 {
  width: 8328px;
}
.time__d--1389 {
  width: 8334px;
}
.time__d--1390 {
  width: 8340px;
}
.time__d--1391 {
  width: 8346px;
}
.time__d--1392 {
  width: 8352px;
}
.time__d--1393 {
  width: 8358px;
}
.time__d--1394 {
  width: 8364px;
}
.time__d--1395 {
  width: 8370px;
}
.time__d--1396 {
  width: 8376px;
}
.time__d--1397 {
  width: 8382px;
}
.time__d--1398 {
  width: 8388px;
}
.time__d--1399 {
  width: 8394px;
}
.time__d--1400 {
  width: 8400px;
}
.time__d--1401 {
  width: 8406px;
}
.time__d--1402 {
  width: 8412px;
}
.time__d--1403 {
  width: 8418px;
}
.time__d--1404 {
  width: 8424px;
}
.time__d--1405 {
  width: 8430px;
}
.time__d--1406 {
  width: 8436px;
}
.time__d--1407 {
  width: 8442px;
}
.time__d--1408 {
  width: 8448px;
}
.time__d--1409 {
  width: 8454px;
}
.time__d--1410 {
  width: 8460px;
}
.time__d--1411 {
  width: 8466px;
}
.time__d--1412 {
  width: 8472px;
}
.time__d--1413 {
  width: 8478px;
}
.time__d--1414 {
  width: 8484px;
}
.time__d--1415 {
  width: 8490px;
}
.time__d--1416 {
  width: 8496px;
}
.time__d--1417 {
  width: 8502px;
}
.time__d--1418 {
  width: 8508px;
}
.time__d--1419 {
  width: 8514px;
}
.time__d--1420 {
  width: 8520px;
}
.time__d--1421 {
  width: 8526px;
}
.time__d--1422 {
  width: 8532px;
}
.time__d--1423 {
  width: 8538px;
}
.time__d--1424 {
  width: 8544px;
}
.time__d--1425 {
  width: 8550px;
}
.time__d--1426 {
  width: 8556px;
}
.time__d--1427 {
  width: 8562px;
}
.time__d--1428 {
  width: 8568px;
}
.time__d--1429 {
  width: 8574px;
}
.time__d--1430 {
  width: 8580px;
}
.time__d--1431 {
  width: 8586px;
}
.time__d--1432 {
  width: 8592px;
}
.time__d--1433 {
  width: 8598px;
}
.time__d--1434 {
  width: 8604px;
}
.time__d--1435 {
  width: 8610px;
}
.time__d--1436 {
  width: 8616px;
}
.time__d--1437 {
  width: 8622px;
}
.time__d--1438 {
  width: 8628px;
}
.time__d--1439 {
  width: 8634px;
}

.earliest--0 {
  margin-left: calc(-110px
		);
}
.earliest--1 {
  margin-left: calc(-470px
		);
}
.earliest--2 {
  margin-left: calc(-830px
		);
}
.earliest--3 {
  margin-left: calc(-1190px
		);
}
.earliest--4 {
  margin-left: calc(-1550px
		);
}
.earliest--5 {
  margin-left: calc(-1910px
		);
}
.earliest--6 {
  margin-left: calc(-2270px
		);
}
.earliest--7 {
  margin-left: calc(-2630px
		);
}
.earliest--8 {
  margin-left: calc(-2990px
		);
}
.earliest--9 {
  margin-left: calc(-3350px
		);
}
.earliest--10 {
  margin-left: calc(-3710px
		);
}
.earliest--11 {
  margin-left: calc(-4070px
		);
}
.earliest--12 {
  margin-left: calc(-4430px
		);
}
.earliest--13 {
  margin-left: calc(-4790px
		);
}
.earliest--14 {
  margin-left: calc(-5150px
		);
}
.earliest--15 {
  margin-left: calc(-5510px
		);
}
.earliest--16 {
  margin-left: calc(-5870px
		);
}
.earliest--17 {
  margin-left: calc(-6230px
		);
}
.earliest--18 {
  margin-left: calc(-6590px
		);
}
.earliest--19 {
  margin-left: calc(-6950px
		);
}
.earliest--20 {
  margin-left: calc(-7310px
		);
}
.earliest--21 {
  margin-left: calc(-7670px
		);
}
.earliest--22 {
  margin-left: calc(-8030px
		);
}
.earliest--23 {
  margin-left: calc(-8390px
		);
}

.latest--0 {
  margin-right: 0px;
}
.latest--1 {
  margin-right: -360px;
}
.latest--2 {
  margin-right: -720px;
}
.latest--3 {
  margin-right: -1080px;
}
.latest--4 {
  margin-right: -1440px;
}
.latest--5 {
  margin-right: -1800px;
}
.latest--6 {
  margin-right: -2160px;
}
.latest--7 {
  margin-right: -2520px;
}
.latest--8 {
  margin-right: -2880px;
}
.latest--9 {
  margin-right: -3240px;
}
.latest--10 {
  margin-right: -3600px;
}
.latest--11 {
  margin-right: -3960px;
}
.latest--12 {
  margin-right: -4320px;
}
.latest--13 {
  margin-right: -4680px;
}
.latest--14 {
  margin-right: -5040px;
}
.latest--15 {
  margin-right: -5400px;
}
.latest--16 {
  margin-right: -5760px;
}
.latest--17 {
  margin-right: -6120px;
}
.latest--18 {
  margin-right: -6480px;
}
.latest--19 {
  margin-right: -6840px;
}
.latest--20 {
  margin-right: -7200px;
}
.latest--21 {
  margin-right: -7560px;
}
.latest--22 {
  margin-right: -7920px;
}
.latest--23 {
  margin-right: -8280px;
}

.timetable__buttons {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.timetable__button {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: "America-regular";
  font-size: 0.875rem;
  margin-top: 20px;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.timetable__button:hover, .timetable__button--active {
  background-color: #0062ff;
}

.lineup__favbutton {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='22' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.002' d='M17.678.689c-3.804 0-5.68 3.75-5.68 3.75S10.125.689 6.32.689C3.228.689.78 3.275.749 6.36.684 12.767 5.83 17.323 11.47 21.151a.938.938 0 001.055 0c5.64-3.828 10.787-8.384 10.723-14.79-.032-3.086-2.48-5.672-5.571-5.672z'/%3E%3C/svg%3E");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  display: block;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20px;
}
.lineup__favbutton--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23000' d='M5 9.5a.75.75 0 01-.422-.13c-1.842-1.25-2.64-2.108-3.08-2.644C.562 5.583.114 4.41.126 3.14.14 1.684 1.308.5 2.73.5c1.033 0 1.748.582 2.165 1.067a.14.14 0 00.212 0C5.523 1.082 6.24.5 7.272.5c1.42 0 2.588 1.184 2.603 2.64.013 1.27-.436 2.444-1.373 3.586-.44.536-1.238 1.394-3.08 2.644A.75.75 0 015 9.5z'/%3E%3C/svg%3E");
}

.draggable {
  cursor: grab;
  /* Doesn't allow to select the content inside */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media print {
  .template-timetable {
    zoom: 50%;
    width: 100%;
    /* Prevent horizontal overflow */
  }
  .template-timetable nav,
  .template-timetable footer,
  .template-timetable .timetable__filtercontainer,
  .template-timetable .button--filter-icon {
    display: none;
  }
  .template-timetable main {
    overflow: visible;
    width: 10000px;
  }
  .template-timetable-conference {
    zoom: 40%;
  }
}
.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
}

.submenu {
  display: none;
}
@media only screen and (min-width: 992px) {
  .submenu {
    display: block;
  }
}
.menu__item--active .submenu {
  display: block;
}

.menu {
  margin-top: 50px;
}
@media only screen and (min-width: 992px) {
  .menu {
    margin-top: 0;
  }
}
.menu__item {
  position: relative;
}
.menu__arrow {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  height: 12px;
  width: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12px' height='8px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='®' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Menu' transform='translate(-292.000000, -425.000000)' fill='%230062ff' fill-rule='nonzero'%3E %3Cg id='Group' transform='translate(15.000000, 410.000000)'%3E %3Cg id='keyboard_arrow_down---material' transform='translate(277.000000, 15.424000)'%3E %3Cpolygon id='Path' points='1.416 0 6 4.608 10.584 0 12 1.416 6 7.416 0 1.416'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
@media only screen and (min-width: 992px) {
  .menu__arrow {
    display: none;
  }
}

.instagram {
  position: relative;
}
.instagram::after {
  clear: both;
  content: "";
  display: block;
}
.instagram__container1, .instagram__container2 {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .instagram__container1, .instagram__container2 {
    width: 50%;
  }
}
.instagram__container1 div, .instagram__container2 div {
  position: relative;
  float: left;
  width: 25%;
  padding-top: 18.75%;
}
.instagram__container1 div:nth-child(1),
.instagram__container1 div:nth-child(6), .instagram__container2 div:nth-child(1),
.instagram__container2 div:nth-child(6) {
  position: relative;
  float: left;
  width: 50%;
  height: 0;
  padding-top: 37.5%;
}
.instagram a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.instagram img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hamburger {
  float: right;
  position: relative;
  z-index: 9000;
  width: 2.5em;
  height: 2.5em;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger__line {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background: black;
  border-radius: 1px;
  margin-bottom: 10px;
}
.hamburger__line:last-child {
  margin-bottom: 0;
}

.hamburger--active {
  position: absolute;
  top: 20px;
  right: 15px;
}
@media only screen and (min-width: 992px) {
  .hamburger--active {
    top: 50px;
    right: 50px;
  }
}
.hamburger--active .hamburger__line {
  background: #ffffff;
}

.hamburger--steps .hamburger__line {
  transition: width 0.12s ease-in-out;
  float: right;
}

.hamburger--steps .hamburger__line:nth-child(2) {
  width: 80%;
}

.hamburger--steps .hamburger__line:last-child {
  width: 55%;
}

.hamburger--steps:hover .hamburger__line {
  width: 100%;
}

.hamburger--active.hamburger--steps .hamburger__line {
  transition: none;
  width: 100%;
}

.hamburger--active .hamburger__line {
  position: absolute;
  top: 0.8em;
  margin: 0;
}

.hamburger--active .hamburger__line:first-child {
  transform: rotate(-45deg);
}

.hamburger--active .hamburger__line:nth-child(2) {
  display: none;
}

.hamburger--active .hamburger__line:last-child {
  transform: rotate(45deg);
}

.breadcrumb__container {
  padding-top: 2px;
  border-bottom: 1px solid #000000;
}

.breadcrumb {
  margin: 5px 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}
.breadcrumb li {
  font-family: "America-regular";
  font-size: 0.875rem;
  color: black;
  text-transform: uppercase;
}
.breadcrumb li a {
  font-family: "America-regular";
  font-size: 0.875rem;
  color: #B1B4BC;
  text-transform: uppercase;
  text-decoration: none;
}
.breadcrumb li a:hover {
  color: black;
}

.sidebar {
  display: none;
  background-color: #ffffff;
  margin-top: -112px;
  width: 100%;
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 10px;
  padding-top: 140px;
  overflow-y: scroll;
  border-right: 1px solid black;
}
@media only screen and (min-width: 992px) {
  .sidebar {
    display: block;
    width: 25%;
  }
}
.sidebar__cross {
  position: absolute;
  z-index: 999;
  top: 149px;
  right: 20px;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='®' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Filter' transform='translate(-285.000000, -14.000000)' fill='%23000000' fill-rule='nonzero'%3E %3Cg id='close---material' transform='translate(285.360000, 14.360000)'%3E %3Cpolygon id='Path' points='23.28 2.36 14 11.64 23.28 20.92 20.92 23.28 11.64 14 2.36 23.28 0 20.92 9.28 11.64 0 2.36 2.36 0 11.64 9.28 20.92 0'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
@media only screen and (min-width: 992px) {
  .sidebar__cross {
    display: none;
  }
}
.sidebar--open {
  display: block;
  z-index: 999;
  overflow-y: scroll;
}

.filter__title {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  clear: both;
  font-size: 1.5rem;
}

input,
select {
  float: left;
  clear: both;
  max-width: 100%;
  margin: 10px 0;
}

select {
  max-width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  line-height: 2.2rem;
  cursor: pointer;
  font-size: 0.875em;
  font-family: "America-regular";
  text-transform: uppercase;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='34px' height='34px' viewBox='0 0 34 34' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Overzicht-delegates' transform='translate(-18.000000, -203.000000)'%3E %3Cg id='dropdown' transform='translate(18.000000, 200.000000)'%3E %3Cg id='Group-4' transform='translate(0.000000, 3.000000)'%3E %3Crect id='Rectangle' fill='%230062ff' x='0' y='0' width='34' height='34' rx='17'%3E%3C/rect%3E %3Cg id='\e9b1' transform='translate(11.939068, 14.520000)' fill='%23000000' fill-rule='nonzero'%3E %3Cpolygon id='Path' points='1.18 0 5 3.84 8.82 0 10 1.18 5 6.18 0 1.18'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
select:hover {
  background-position: left bottom;
}

.sidebar__search {
  border: 1px solid #000000;
  font-family: "America-regular";
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
  padding-left: 40px;
  width: 70%;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left 10px center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18px' height='19px' viewBox='0 0 18 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Overzicht-delegates' transform='translate(-323.000000, -400.000000)' fill='%23000000' fill-rule='nonzero'%3E %3Cg id='searchbar' transform='translate(312.000000, 390.000000)'%3E %3Cg id='search---material' transform='translate(11.000000, 10.600000)'%3E %3Cpath d='M6.528,11.016 C7.344,11.016 8.096,10.812 8.784,10.404 C9.472,9.996 10.016,9.448 10.416,8.76 C10.816,8.072 11.016,7.32 11.016,6.504 C11.016,5.688 10.816,4.936 10.416,4.248 C10.016,3.56 9.472,3.016 8.784,2.616 C8.096,2.216 7.344,2.016 6.528,2.016 C5.712,2.016 4.96,2.216 4.272,2.616 C3.584,3.016 3.036,3.56 2.628,4.248 C2.22,4.936 2.016,5.688 2.016,6.504 C2.016,7.32 2.22,8.072 2.628,8.76 C3.036,9.448 3.584,9.996 4.272,10.404 C4.96,10.812 5.712,11.016 6.528,11.016 Z M12.528,11.016 L17.496,15.984 L15.984,17.496 L11.016,12.504 L11.016,11.712 L10.728,11.448 C10.168,11.944 9.524,12.324 8.796,12.588 C8.068,12.852 7.312,12.984 6.528,12.984 C5.344,12.984 4.252,12.696 3.252,12.12 C2.252,11.544 1.464,10.768 0.888,9.792 C0.296,8.784 0,7.688 0,6.504 C0,5.32 0.292,4.228 0.876,3.228 C1.46,2.228 2.252,1.44 3.252,0.864 C4.252,0.288 5.344,0 6.528,0 C7.712,0 8.808,0.296 9.816,0.888 C10.792,1.464 11.564,2.248 12.132,3.24 C12.7,4.232 12.984,5.32 12.984,6.504 C12.984,7.304 12.852,8.068 12.588,8.796 C12.324,9.524 11.944,10.168 11.448,10.728 L11.712,11.016 L12.528,11.016 Z' id='Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.green-button--arrow-icon {
  border: 0;
  display: inline-block;
  margin-top: 20px;
  background-color: #0062ff;
  font-family: "America-regular";
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: none;
  color: #000000;
  padding: 15px;
  padding-right: 40px;
  transition: margin 0.2s ease-in-out;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center right 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14px' height='13px' viewBox='0 0 14 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Home-Festival' transform='translate(-137.000000, -3757.000000)' fill='%23000000' fill-rule='nonzero'%3E %3Cg id='headerbeeld' transform='translate(0.000000, 3219.000000)'%3E %3Cg id='tekstkader-+cta' transform='translate(15.999000, 389.000000)'%3E %3Cg id='Group-2' transform='translate(25.001000, 130.000000)'%3E %3Cg id='\e82e' transform='translate(96.988000, 19.688000)'%3E %3Cpolygon id='Path' points='6.012 0 12.024 6.012 6.012 12.024 4.95 10.962 9.144 6.75 0 6.75 0 5.274 9.144 5.274 4.95 1.062'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  transition: padding 0.2s ease-in-out;
}
.green-button--arrow-icon:hover {
  padding-right: 50px;
}

.button--filter-icon {
  border: 1px solid #000000;
  display: inline-block;
  margin: 10px 15px;
  margin-top: 50px;
  background-color: #ffffff;
  font-family: "America-regular";
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: none;
  color: #000000;
  padding: 15px;
  padding-right: 40px;
  transition: margin 0.2s ease-in-out;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center right 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='21px' height='21px' viewBox='0 0 21 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='®' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Overzicht-line-up' transform='translate(-20.000000, -333.000000)' fill='%23000000' fill-rule='nonzero'%3E %3Cg id='Filter' transform='translate(11.000000, 325.000000)'%3E %3Cg id='\e06c' transform='translate(19.375000, 18.625000) rotate(90.000000) translate(-19.375000, -18.625000) translate(9.375000, 8.625000)'%3E %3Cpath d='M3.125,7.578125 L3.125,0.625 C3.125,0.455729167 3.06315104,0.309244792 2.93945312,0.185546875 C2.81575521,0.0618489583 2.66927083,0 2.5,0 C2.33072917,0 2.18424479,0.0618489583 2.06054688,0.185546875 C1.93684896,0.309244792 1.875,0.455729167 1.875,0.625 L1.875,7.578125 C1.34114583,7.72135417 0.895182292,8.01432292 0.537109375,8.45703125 C0.179036458,8.89973958 0,9.4140625 0,10 C0,10.5859375 0.179036458,11.1002604 0.537109375,11.5429688 C0.895182292,11.9856771 1.34114583,12.2786458 1.875,12.421875 L1.875,19.375 C1.875,19.5442708 1.93684896,19.6907552 2.06054688,19.8144531 C2.18424479,19.938151 2.33072917,20 2.5,20 C2.66927083,20 2.81575521,19.938151 2.93945312,19.8144531 C3.06315104,19.6907552 3.125,19.5442708 3.125,19.375 L3.125,12.421875 C3.671875,12.2786458 4.12109375,11.9856771 4.47265625,11.5429688 C4.82421875,11.1002604 5,10.5859375 5,10 C5,9.4140625 4.82421875,8.89973958 4.47265625,8.45703125 C4.12109375,8.01432292 3.671875,7.72135417 3.125,7.578125 Z M2.5,11.25 C2.5,11.25 2.5,11.25 2.5,11.25 C2.5,11.25 2.5,11.25 2.5,11.25 C2.5,11.25 2.5,11.25 2.5,11.25 C2.1484375,11.25 1.85221354,11.1263021 1.61132812,10.8789062 C1.37044271,10.6315104 1.25,10.3385417 1.25,10 C1.25,9.66145833 1.37044271,9.36848958 1.61132812,9.12109375 C1.85221354,8.87369792 2.1484375,8.75 2.5,8.75 C2.5,8.75 2.5,8.75 2.5,8.75 C2.5,8.75 2.5,8.75 2.5,8.75 C2.5,8.75 2.5,8.75 2.5,8.75 C2.5,8.75 2.5,8.75 2.5,8.75 C2.8515625,8.75 3.14778646,8.87369792 3.38867188,9.12109375 C3.62955729,9.36848958 3.75,9.66145833 3.75,10 C3.75,10.3385417 3.62955729,10.6315104 3.38867188,10.8789062 C3.14778646,11.1263021 2.8515625,11.25 2.5,11.25 Z M10.625,11.328125 L10.625,0.625 C10.625,0.455729167 10.563151,0.309244792 10.4394531,0.185546875 C10.3157552,0.0618489583 10.1692708,0 10,0 C9.83072917,0 9.68424479,0.0618489583 9.56054688,0.185546875 C9.43684896,0.309244792 9.375,0.455729167 9.375,0.625 L9.375,11.328125 C8.84114583,11.4713542 8.39518229,11.7643229 8.03710938,12.2070312 C7.67903646,12.6497396 7.5,13.1640625 7.5,13.75 C7.5,14.3359375 7.67903646,14.8502604 8.03710938,15.2929688 C8.39518229,15.7356771 8.84114583,16.0286458 9.375,16.171875 L9.375,19.375 C9.375,19.5442708 9.43684896,19.6907552 9.56054688,19.8144531 C9.68424479,19.938151 9.83072917,20 10,20 C10.1692708,20 10.3157552,19.938151 10.4394531,19.8144531 C10.563151,19.6907552 10.625,19.5442708 10.625,19.375 L10.625,16.171875 C11.171875,16.0286458 11.6210938,15.7356771 11.9726562,15.2929688 C12.3242188,14.8502604 12.5,14.3359375 12.5,13.75 C12.5,13.1640625 12.3242188,12.6497396 11.9726562,12.2070312 C11.6210938,11.7643229 11.171875,11.4713542 10.625,11.328125 Z M10,15 C10,15 10,15 10,15 C10,15 10,15 10,15 C10,15 10,15 10,15 C10,15 10,15 10,15 C9.6484375,15 9.35221354,14.8763021 9.11132812,14.6289062 C8.87044271,14.3815104 8.75,14.0885417 8.75,13.75 C8.75,13.4114583 8.87044271,13.1184896 9.11132812,12.8710938 C9.35221354,12.6236979 9.6484375,12.5 10,12.5 C10,12.5 10,12.5 10,12.5 C10,12.5 10,12.5 10,12.5 C10,12.5 10,12.5 10,12.5 C10,12.5 10,12.5 10,12.5 C10.3515625,12.5 10.6477865,12.6236979 10.8886719,12.8710938 C11.1295573,13.1184896 11.25,13.4114583 11.25,13.75 C11.25,14.0885417 11.1295573,14.3815104 10.8886719,14.6289062 C10.6477865,14.8763021 10.3515625,15 10,15 Z M18.125,3.828125 L18.125,0.625 C18.125,0.455729167 18.063151,0.309244792 17.9394531,0.185546875 C17.8157552,0.0618489583 17.6692708,0 17.5,0 C17.3307292,0 17.1842448,0.0618489583 17.0605469,0.185546875 C16.936849,0.309244792 16.875,0.455729167 16.875,0.625 L16.875,3.828125 C16.3411458,3.97135417 15.8951823,4.26432292 15.5371094,4.70703125 C15.1790365,5.14973958 15,5.6640625 15,6.25 C15,6.8359375 15.1790365,7.35026042 15.5371094,7.79296875 C15.8951823,8.23567708 16.3411458,8.52864583 16.875,8.671875 L16.875,19.375 C16.875,19.5442708 16.936849,19.6907552 17.0605469,19.8144531 C17.1842448,19.938151 17.3307292,20 17.5,20 C17.6692708,20 17.8157552,19.938151 17.9394531,19.8144531 C18.063151,19.6907552 18.125,19.5442708 18.125,19.375 L18.125,8.671875 C18.671875,8.52864583 19.1210938,8.23567708 19.4726562,7.79296875 C19.8242188,7.35026042 20,6.8359375 20,6.25 C20,5.6640625 19.8242188,5.14973958 19.4726562,4.70703125 C19.1210938,4.26432292 18.671875,3.97135417 18.125,3.828125 Z M17.5,7.5 C17.5,7.5 17.5,7.5 17.5,7.5 C17.5,7.5 17.5,7.5 17.5,7.5 C17.5,7.5 17.5,7.5 17.5,7.5 C17.5,7.5 17.5,7.5 17.5,7.5 C17.1484375,7.5 16.8522135,7.37630208 16.6113281,7.12890625 C16.3704427,6.88151042 16.25,6.58854167 16.25,6.25 C16.25,5.91145833 16.3704427,5.61848958 16.6113281,5.37109375 C16.8522135,5.12369792 17.1484375,5 17.5,5 C17.5,5 17.5,5 17.5,5 C17.5,5 17.5,5 17.5,5 C17.5,5 17.5,5 17.5,5 C17.8515625,5 18.1477865,5.12369792 18.3886719,5.37109375 C18.6295573,5.61848958 18.75,5.91145833 18.75,6.25 C18.75,6.58854167 18.6295573,6.88151042 18.3886719,7.12890625 C18.1477865,7.37630208 17.8515625,7.5 17.5,7.5 Z' id='Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  transition: padding 0.2s ease-in-out;
  position: sticky;
  top: 80px;
  z-index: 899;
}
.button--filter-icon:hover {
  padding-right: 50px;
}
@media only screen and (min-width: 992px) {
  .button--filter-icon {
    display: none;
  }
}

/* .profile_media .profile__column {
    display: none; 
}
 */
.template-profilepage .container {
  padding: 0 15px;
}
.template-profilepage main {
  margin-top: 160px;
}
.template-profilepage .profile__favorites {
  margin: 20px 0 0 0;
  padding: 30px 0;
  background-color: #E5E5E6;
}
.template-profilepage .profile__regular {
  margin: 10px 0;
}
.template-profilepage .profile__personalinfo {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .template-profilepage .profile__personalinfo {
    justify-content: start;
  }
}
.template-profilepage .profile__block {
  margin: 20px 0;
  font-size: 1.25rem;
  text-align: center;
  width: 200px;
}
.template-profilepage .profile__innerblock {
  margin-bottom: 15px;
  padding: 15px;
  background-color: #E5E5E6;
  width: 200px;
  height: 200px;
  font-size: 2.25rem;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.block-artist {
  background-color: #E5E5E6;
  padding: 10px 0;
}

.profile {
  font-size: 1.3rem;
  margin: 30px 0;
}
.profile::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 992px) {
  .profile {
    font-size: 1.375rem;
  }
}
.profile label {
  clear: both;
  float: left;
  font-size: 0.7rem;
}
.profile input {
  width: 100%;
}
.profile__largecolumn {
  float: left;
  padding: 0 15px;
  width: 100%;
}
.profile__column {
  float: left;
  padding: 0 10px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .profile__column {
    width: 50%;
  }
}
.profile__title {
  font-family: "Suisse-regular";
  font-size: 2.3rem;
  line-height: 1;
  margin-bottom: -6px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .profile__title {
    font-size: 3.5rem;
    margin-bottom: -10px;
    max-width: 50%;
  }
}
.profile__country {
  font-family: "America-regular";
  font-size: 0.875rem;
  text-transform: uppercase;
}
.profile__imagecontainer {
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  width: 100%;
}
.profile__image {
  height: auto;
  position: absolute;
  top: 0;
  width: 100%;
}
.profile__placeholder {
  background-color: #E5E5E6;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.profile__linkedin {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='22px' height='22px' viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpolygon id='path-okxdfkf7bx-1' points='0 0 5.37158882 0 5.37158882 5.41305794 0 5.41305794'%3E%3C/polygon%3E %3Cpolygon id='path-okxdfkf7bx-3' points='0 0 14.1176181 0 14.1176181 15.114143 0 15.114143'%3E%3C/polygon%3E %3C/defs%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Profiel-spreker-Copy' transform='translate(-763.000000, -545.000000)'%3E %3Cg id='Group-9' transform='translate(763.000000, 545.000000)'%3E %3Cpolygon id='Fill-1' fill='%23222221' points='0.709677419 22 4.96774194 22 4.96774194 7.09677419 0.709677419 7.09677419'%3E%3C/polygon%3E %3Cg id='Group-8'%3E %3Cg id='Group-4'%3E%3Cg id='Clip-3'%3E%3C/g%3E %3Cpath d='M2.68573675,5.41305794 C4.16877916,5.41305794 5.37158882,4.20042231 5.37158882,2.70652897 C5.37158882,1.21148294 4.16877916,0 2.68573675,0 C1.20154112,0 -0.000115322116,1.21148294 -0.000115322116,2.70652897 C-0.000115322116,4.20042231 1.20154112,5.41305794 2.68573675,5.41305794' id='Fill-2' fill='%23222221'%3E%3C/path%3E %3C/g%3E %3Cg id='Group-7' transform='translate(7.882382, 6.885857)'%3E %3Cg id='Clip-6'%3E%3C/g%3E %3Cpath d='M4.35686953,7.41528998 C4.35686953,5.35311778 5.30597054,4.1254971 7.1246003,4.1254971 C8.79446454,4.1254971 9.59710646,5.30470457 9.59710646,7.41528998 L9.59710646,15.114143 L14.1177334,15.114143 L14.1177334,5.82802831 C14.1177334,1.89964214 11.8897101,0 8.77831944,0 C5.66577554,0 4.35686953,2.42296589 4.35686953,2.42296589 L4.35686953,0.447245844 L0,0.447245844 L0,15.114143 L4.35686953,15.114143 L4.35686953,7.41528998 Z' id='Fill-5' fill='%23222221'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-size: contain;
  display: block;
  height: 22px;
  width: 22px;
}
.profile a {
  color: #000000;
  text-decoration: none;
}
.profile__regular {
  color: #000000;
  font-family: "Suisse-regular";
}
.profile__pastedition {
  color: #B1B4BC;
}
.profile__bio {
  font-family: "Suisse-light";
  font-size: 1rem;
  margin-top: 30px;
}
.profile__label {
  font-family: "Suisse-regular";
  font-size: 1.33rem;
}
.profile__metainfo {
  font-family: "Suisse-light";
  font-size: 1.33rem;
  margin: 10px 0;
}
.profile__metainfo a {
  color: #000000;
  text-decoration: none;
}
.profile__radio {
  align-items: center;
  display: flex;
  margin: 10px 0;
}
.profile__radio__logo {
  align-self: flex-start;
  margin-right: 20px;
  width: 100px;
}
.profile__radio__name {
  flex: 1 1 auto;
}
.profile__additionalinfo .profile__column {
  padding: 30px 10px 30px;
}
@media only screen and (min-width: 992px) {
  .profile__additionalinfo .profile__column {
    padding: 50px 0 30px;
  }
}

.profile_socialbar__icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 25px;
  margin-right: 10px;
  margin-top: 1em;
  width: 25px;
}
.profile_socialbar__icon--instagram {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Home-Festival' transform='translate(-639.000000, -5391.000000)' fill='%23000000'%3E %3Cg id='Footer' transform='translate(0.000000, 5317.000000)'%3E %3Cg id='Group-3' transform='translate(639.000000, 34.000000)'%3E %3Cg id='Group-7' transform='translate(0.000000, 40.000000)'%3E %3Cpath d='M10,0 C7.28423529,0 6.94352941,0.0115294118 5.87694118,0.0602352941 C4.81270588,0.108705882 4.08564706,0.277882353 3.44964706,0.524941176 C2.792,0.780470588 2.23435294,1.12235294 1.67835294,1.67835294 C1.12235294,2.23435294 0.780470588,2.792 0.524941176,3.44964706 C0.277882353,4.08564706 0.108705882,4.81270588 0.0602352941,5.87694118 C0.0115294118,6.94352941 0,7.28423529 0,10 C0,12.7157647 0.0115294118,13.0564706 0.0602352941,14.1230588 C0.108705882,15.1872941 0.277882353,15.9143529 0.524941176,16.5503529 C0.780470588,17.208 1.12235294,17.7656471 1.67835294,18.3216471 C2.23435294,18.8774118 2.792,19.2195294 3.44964706,19.4750588 C4.08564706,19.7221176 4.81270588,19.8912941 5.87694118,19.9397647 C6.94352941,19.9884706 7.28423529,20 10,20 C12.7157647,20 13.0564706,19.9884706 14.1230588,19.9397647 C15.1872941,19.8912941 15.9143529,19.7221176 16.5503529,19.4750588 C17.208,19.2195294 17.7656471,18.8774118 18.3216471,18.3216471 C18.8774118,17.7656471 19.2195294,17.208 19.4750588,16.5503529 C19.7221176,15.9143529 19.8912941,15.1872941 19.9397647,14.1230588 C19.9884706,13.0564706 20,12.7157647 20,10 C20,7.28423529 19.9884706,6.94352941 19.9397647,5.87694118 C19.8912941,4.81270588 19.7221176,4.08564706 19.4750588,3.44964706 C19.2195294,2.792 18.8774118,2.23435294 18.3216471,1.67835294 C17.7656471,1.12235294 17.208,0.780470588 16.5503529,0.524941176 C15.9143529,0.277882353 15.1872941,0.108705882 14.1230588,0.0602352941 C13.0564706,0.0115294118 12.7157647,0 10,0 M10,1.80188235 C12.6701176,1.80188235 12.9863529,1.812 14.0409412,1.86 C15.0157647,1.90447059 15.5454118,2.06752941 15.8976471,2.20447059 C16.3644706,2.38588235 16.6976471,2.60258824 17.0475294,2.95247059 C17.3974118,3.30235294 17.6141176,3.63552941 17.7955294,4.10235294 C17.9324706,4.45458824 18.0952941,4.98423529 18.14,5.95905882 C18.188,7.01364706 18.1981176,7.32988235 18.1981176,10 C18.1981176,12.6701176 18.188,12.9863529 18.14,14.0409412 C18.0952941,15.0157647 17.9324706,15.5454118 17.7955294,15.8976471 C17.6141176,16.3644706 17.3974118,16.6976471 17.0475294,17.0475294 C16.6976471,17.3974118 16.3644706,17.6141176 15.8976471,17.7955294 C15.5454118,17.9324706 15.0157647,18.0955294 14.0409412,18.14 C12.9865882,18.188 12.6703529,18.1981176 10,18.1981176 C7.32964706,18.1981176 7.01341176,18.188 5.95905882,18.14 C4.98423529,18.0955294 4.45458824,17.9324706 4.10235294,17.7955294 C3.63552941,17.6141176 3.30235294,17.3974118 2.95247059,17.0475294 C2.60258824,16.6976471 2.38588235,16.3644706 2.20447059,15.8976471 C2.06752941,15.5454118 1.90447059,15.0157647 1.86,14.0409412 C1.812,12.9863529 1.80188235,12.6701176 1.80188235,10 C1.80188235,7.32988235 1.812,7.01364706 1.86,5.95905882 C1.90447059,4.98423529 2.06752941,4.45458824 2.20447059,4.10235294 C2.38588235,3.63552941 2.60258824,3.30235294 2.95247059,2.95247059 C3.30235294,2.60258824 3.63552941,2.38588235 4.10235294,2.20447059 C4.45458824,2.06752941 4.98423529,1.90447059 5.95905882,1.86 C7.01364706,1.812 7.32988235,1.80188235 10,1.80188235' id='Fill-1'%3E%3C/path%3E %3Cpath d='M10,13.3753717 C8.13577713,13.3753717 6.62443182,11.864061 6.62443182,9.99988087 C6.62443182,8.1357007 8.13577713,6.62462828 10,6.62462828 C11.8642229,6.62462828 13.3755682,8.1357007 13.3755682,9.99988087 C13.3755682,11.864061 11.8642229,13.3753717 10,13.3753717 M10,4.8 C7.12813416,4.8 4.8,7.12808083 4.8,9.99988087 C4.8,12.8716809 7.12813416,15.2 10,15.2 C12.8718658,15.2 15.2,12.8716809 15.2,9.99988087 C15.2,7.12808083 12.8718658,4.8 10,4.8' id='Fill-3'%3E%3C/path%3E %3Cpath d='M16.8,4.4 C16.8,5.06282353 16.2628235,5.6 15.6,5.6 C14.9371765,5.6 14.4,5.06282353 14.4,4.4 C14.4,3.73717647 14.9371765,3.2 15.6,3.2 C16.2628235,3.2 16.8,3.73717647 16.8,4.4' id='Fill-5'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.profile_socialbar__icon--facebook {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='13px' height='24px' viewBox='0 0 13 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpolygon id='path-510yv224h5-1' points='0 0 13 0 13 24 0 24'%3E%3C/polygon%3E %3C/defs%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Profiel-artiest' transform='translate(-798.000000, -571.000000)'%3E %3Cg id='Bio-artiest' transform='translate(756.000000, 243.000000)'%3E %3Cg id='Group-3' transform='translate(0.000000, 328.000000)'%3E %3Cg transform='translate(42.000000, 0.000000)'%3E%3Cg id='Clip-2'%3E%3C/g%3E %3Cpath d='M12.1481861,13.3981094 L12.8220097,9.0873632 L8.60729154,9.0873632 L8.60729154,6.28997346 C8.60729154,5.11066005 9.1960148,3.96117191 11.0837565,3.96117191 L13.0000901,3.96117191 L13.0000901,0.291337691 C13.0000901,0.291337691 11.2609363,-6.62783858e-05 9.59832778,-6.62783858e-05 C6.12722449,-6.62783858e-05 3.85833235,2.06450544 3.85833235,5.80194361 L3.85833235,9.0873632 L0,9.0873632 L0,13.3981094 L3.85833235,13.3981094 L3.85833235,24 L8.60729154,24 L8.60729154,13.3981094 L12.1481861,13.3981094 Z' id='Fill-1' fill='%23000000'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.profile_socialbar__icon--twitter {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='300' height='300.251' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66'/%3E %3C/svg%3E");
}
.profile_socialbar__icon--youtube {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20px' height='14px' viewBox='0 0 20 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Home-Festival' transform='translate(-739.000000, -5395.000000)' fill='%23000000'%3E %3Cg id='Footer' transform='translate(0.000000, 5317.000000)'%3E %3Cg id='Group-3' transform='translate(639.000000, 34.000000)'%3E %3Cpath d='M108,54.1111111 L108,47.8888889 L113.6,51 L108,54.1111111 Z M119.582,46.1862222 C119.352,45.3255556 118.674444,44.648 117.813778,44.418 C116.254222,44 110,44 110,44 C110,44 103.745778,44 102.186222,44.418 C101.325556,44.648 100.648,45.3255556 100.418,46.1862222 C100,47.7457778 100,51 100,51 C100,51 100,54.2542222 100.418,55.814 C100.648,56.6744444 101.325556,57.352 102.186222,57.5822222 C103.745778,58 110,58 110,58 C110,58 116.254222,58 117.813778,57.5822222 C118.674444,57.352 119.352,56.6744444 119.582,55.814 C120,54.2542222 120,51 120,51 C120,51 120,47.7457778 119.582,46.1862222 L119.582,46.1862222 Z' id='Fill-1'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.profile_socialbar__icon--spotify {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23px' height='23px' viewBox='0 0 23 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Profiel-artiest' transform='translate(-912.000000, -571.000000)' fill='%23000000'%3E %3Cg id='Bio-artiest' transform='translate(756.000000, 243.000000)'%3E %3Cg id='Group-3' transform='translate(0.000000, 328.000000)'%3E %3Cpath d='M174.288181,10.4134923 C170.628945,8.16605765 164.593006,7.95943697 161.099762,9.05602227 C160.538886,9.23185855 159.945719,8.90436131 159.77569,8.32432769 C159.605661,7.74394622 159.922006,7.13086721 160.483387,6.95450916 C164.493444,5.69565358 171.159381,5.93879811 175.371925,8.52486105 C175.87663,8.83461814 176.042118,9.50857025 175.742928,10.02947 C175.443569,10.5512394 174.79154,10.7232493 174.288181,10.4134923 M173.897492,13.2602376 C173.643045,13.67001 173.103492,13.7985498 172.691246,13.5469294 C169.668548,11.7023746 165.059352,11.1680327 161.483438,12.2456497 C161.019702,12.3847771 160.529805,12.125216 160.389001,11.6656489 C160.249198,11.2052546 160.510809,10.7198803 160.973712,10.5799257 C165.058852,9.3492851 170.137117,9.94533272 173.608886,12.0633448 C174.021132,12.3154616 174.150772,12.8514578 173.897492,13.2602376 M172.680692,16.4431101 C172.47847,16.7786838 172.046684,16.8840148 171.71626,16.6794296 C169.073699,15.0440988 165.747616,14.6747652 161.830537,15.5807128 C161.4531,15.6683198 161.076996,15.4287932 160.990806,15.0466308 C160.904449,14.6644684 161.140014,14.2836565 161.518285,14.1963871 C165.804965,13.2041828 169.481978,13.6312459 172.447962,15.4664355 C172.778719,15.6708518 172.882748,16.1083805 172.680692,16.4431101 M167.5,0 C161.148763,0 156,5.14859259 156,11.4998296 C156,17.8515778 161.148763,23 167.5,23 C173.851407,23 179,17.8515778 179,11.4998296 C179,5.14859259 173.851407,0 167.5,0' id='Fill-1'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.profile_socialbar__icon--deezer {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24px' height='16px' viewBox='0 0 24 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Profiel-artiest' transform='translate(-947.000000, -576.000000)' fill='%23000000'%3E %3Cg id='Bio-artiest' transform='translate(756.000000, 243.000000)'%3E %3Cg id='Group-3' transform='translate(0.000000, 328.000000)'%3E %3Cg id='Group-11' transform='translate(191.000000, 5.000000)'%3E %3Cpolygon id='Fill-1' points='18.8144044 3.0521598 24 3.0521598 24 0 18.8144044 0'%3E%3C/polygon%3E %3Cpolygon id='Fill-2' points='18.8144044 7.2847732 24 7.2847732 24 4.23283617 18.8144044 4.23283617'%3E%3C/polygon%3E %3Cpolygon id='Fill-3' points='18.8144044 11.5173866 24 11.5173866 24 8.46544957 18.8144044 8.46544957'%3E%3C/polygon%3E %3Cpolygon id='Fill-4' points='0 15.75 5.18559557 15.75 5.18559557 12.698063 0 12.698063'%3E%3C/polygon%3E %3Cpolygon id='Fill-5' points='6.27146814 15.75 11.4572853 15.75 11.4572853 12.698063 6.27146814 12.698063'%3E%3C/polygon%3E %3Cpolygon id='Fill-6' points='12.5429363 15.75 17.7285319 15.75 17.7285319 12.698063 12.5429363 12.698063'%3E%3C/polygon%3E %3Cpolygon id='Fill-7' points='18.8144044 15.75 24 15.75 24 12.698063 18.8144044 12.698063'%3E%3C/polygon%3E %3Cpolygon id='Fill-8' points='12.5429363 11.5173866 17.7285319 11.5173866 17.7285319 8.46544957 12.5429363 8.46544957'%3E%3C/polygon%3E %3Cpolygon id='Fill-9' points='6.27146814 11.5173866 11.4570637 11.5173866 11.4570637 8.46544957 6.27146814 8.46544957'%3E%3C/polygon%3E %3Cpolygon id='Fill-10' points='6.27146814 7.2847732 11.4570637 7.2847732 11.4570637 4.23283617 6.27146814 4.23283617'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.profile_socialbar__icon--apple_music {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='19px' height='24px' viewBox='0 0 19 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpolygon id='path-uv29vruy19-1' points='-5.35203562e-16 0 18.8651338 0 18.8651338 24 -5.35203562e-16 24'%3E%3C/polygon%3E %3C/defs%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Profiel-artiest' transform='translate(-984.000000, -571.000000)'%3E %3Cg id='Bio-artiest' transform='translate(756.000000, 243.000000)'%3E %3Cg id='Group-3' transform='translate(0.000000, 328.000000)'%3E %3Cg transform='translate(228.000000, 0.000000)'%3E%3Cg id='Clip-2'%3E%3C/g%3E %3Cpath d='M18.8653091,9.47722153 L18.8653091,17.8750303 C18.8653091,18.4885721 18.7825686,19.0954525 18.5066501,19.6469389 C18.0792745,20.515714 17.3896536,21.060539 16.465835,21.3224337 C15.9557189,21.4742415 15.4249176,21.5499701 14.8937657,21.5776671 C13.5012013,21.6463838 12.287791,20.7018801 12.0395696,19.3229888 C11.8257064,18.1853071 12.3705315,16.9305266 13.5702686,16.3443313 C14.0390145,16.116795 14.5491306,15.979011 15.0662586,15.8755854 C15.6247569,15.7584866 16.1832552,15.6480491 16.7347416,15.5169264 C17.1417827,15.4275247 17.4036774,15.1793032 17.4864179,14.7585889 L17.5137643,14.4760091 L17.5137643,6.46420568 L17.472394,6.1952991 C17.4173506,5.97477467 17.2518696,5.83664013 17.0243333,5.85066394 C16.7901356,5.86433716 16.5625993,5.89869549 16.328051,5.94707764 C15.2040426,6.16760207 14.087046,6.3884771 12.9704,6.61601344 L7.53021305,7.71197429 L7.45448447,7.73301001 C7.04744335,7.85010883 6.90299809,8.02926302 6.88231297,8.45663867 L6.88231297,8.64280476 C6.87530106,12.4695523 6.88231297,16.2962998 6.87530106,20.1226967 C6.87530106,20.7432503 6.80623379,21.3501307 6.55801233,21.9293141 C6.15132181,22.8738178 5.42734255,23.4666745 4.44812993,23.7425929 C3.93100189,23.8944007 3.40020063,23.9771412 2.86238747,23.9978263 C1.4557992,24.0528698 0.283759174,23.1150274 0.0425496206,21.7291242 C-0.164301596,20.5363991 0.380172877,19.2472602 1.73872959,18.6747381 C2.26953085,18.4542137 2.81435592,18.3371149 3.3728542,18.2196655 C3.79321794,18.136925 4.22059359,18.0475232 4.63429602,17.9647827 C5.19980621,17.8476839 5.48939792,17.4890249 5.51709494,16.9168534 L5.51709494,16.6959784 L5.51709494,3.63034402 C5.51709494,3.44417793 5.53778006,3.26502374 5.57915031,3.08586955 C5.68257592,2.66515521 5.97882893,2.42394566 6.38587005,2.32718136 C6.75820224,2.23076766 7.14420764,2.16170039 7.52320114,2.0789599 C8.60583937,1.85843547 9.67445379,1.64457235 10.757092,1.43105982 L14.0940579,0.755462713 C15.0799318,0.562284713 16.0661564,0.362445402 17.0520303,0.162255496 C17.3759803,0.100200131 17.6999304,0.0314834563 18.0308923,0.00378642904 C18.485965,-0.0375838142 18.8032537,0.252007888 18.844624,0.71409247 C18.8582972,0.824179388 18.8653091,0.934616902 18.8653091,1.03804251 C18.8653091,3.85121905 18.8653091,6.65738368 18.8653091,9.47722153' id='Fill-1' fill='%23000000'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.profile_own_website {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20px' height='11px' viewBox='0 0 20 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Profiel-artiest' transform='translate(-756.000000, -620.000000)' fill='%23000000' fill-rule='nonzero'%3E %3Cg id='insert_link---material' transform='translate(756.016000, 620.584000)'%3E %3Cpath d='M15,1.13686838e-13 C15.896,1.13686838e-13 16.728,0.224 17.496,0.672 C18.264,1.12 18.868,1.728 19.308,2.496 C19.748,3.264 19.968,4.104 19.968,5.016 C19.968,5.928 19.748,6.768 19.308,7.536 C18.868,8.304 18.264,8.912 17.496,9.36 C16.728,9.808 15.896,10.032 15,10.032 L10.968,10.032 L10.968,8.112 L15,8.112 C15.544,8.112 16.056,7.972 16.536,7.692 C17.016,7.412 17.396,7.032 17.676,6.552 C17.956,6.072 18.096,5.56 18.096,5.016 C18.096,4.472 17.956,3.96 17.676,3.48 C17.396,3 17.016,2.62 16.536,2.34 C16.056,2.06 15.544,1.92 15,1.92 L10.968,1.92 L10.968,1.13686838e-13 L15,1.13686838e-13 Z M6,6 L6,4.032 L13.968,4.032 L13.968,6 L6,6 Z M1.872,5.016 C1.872,5.56 2.012,6.072 2.292,6.552 C2.572,7.032 2.952,7.412 3.432,7.692 C3.912,7.972 4.424,8.112 4.968,8.112 L9,8.112 L9,10.032 L4.968,10.032 C4.072,10.032 3.24,9.808 2.472,9.36 C1.704,8.912 1.1,8.304 0.66,7.536 C0.22,6.768 0,5.928 0,5.016 C0,4.104 0.22,3.264 0.66,2.496 C1.1,1.728 1.704,1.12 2.472,0.672 C3.24,0.224 4.072,1.13686838e-13 4.968,1.13686838e-13 L9,1.13686838e-13 L9,1.92 L4.968,1.92 C4.424,1.92 3.912,2.06 3.432,2.34 C2.952,2.62 2.572,3 2.292,3.48 C2.012,3.96 1.872,4.472 1.872,5.016 Z' id='Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: center left;
  background-repeat: no-repeat;
  font-family: "Suisse-medium";
  font-size: 1rem;
  padding-left: 30px;
}

.profile_media {
  background-color: #E5E5E6;
  clear: both;
  overflow: hidden;
}

.profile_spotifyplayer {
  margin-bottom: 30px;
  padding: 0 10px;
}

.bookings {
  position: relative;
}
.bookings::after {
  clear: both;
  content: "";
  display: block;
}
.bookings__hide .bookings__line,
.bookings__hide .bookings__title,
.bookings__hide .bookings__festivals {
  display: none;
}
.bookings__title {
  color: #000000;
  font-family: "Suisse-regular";
  font-size: 1.3333333rem;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.bookings__year {
  background-color: #E5E5E6;
  color: #000000;
  font-family: "Suisse-regular";
  margin-bottom: 25px;
  padding: 10px;
}
.bookings__festival {
  color: #000000;
  font-family: "Suisse-regular";
  font-size: 1.3333333rem;
  line-height: 1.1;
  margin-bottom: 40px;
}
.bookings__country {
  font-family: "America-regular";
  font-size: 0.75rem;
  text-transform: uppercase;
}
.bookings .radar__link {
  bottom: 20px;
  position: absolute;
}

.speaker_performance {
  margin-bottom: 1rem;
}
.speaker_performance__title {
  font-family: "Suisse-regular";
  font-size: 1.375rem;
  margin-top: 1rem;
}
.speaker_performance__date {
  font-family: "Suisse-regular";
}
.speaker_performance__link {
  font-family: "Suisse-light";
}
.speaker_performance__link a {
  color: #000000;
}

.template-panels-page h1,
.panelgrid {
  padding: 0 15px;
}
@media only screen and (min-width: 992px) {
  .template-panels-page h1,
  .panelgrid {
    padding: 0;
  }
}

.panelgrid-tile {
  border-bottom: 1px solid #000000;
  color: black;
  display: block;
  padding: 30px 0;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .panelgrid-tile {
    display: flex;
  }
}
.panelgrid-tile__placeholder {
  background-color: #E5E5E6;
  flex-shrink: 0;
  height: 0;
  padding-top: 100%;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .panelgrid-tile__placeholder {
    align-self: flex-start;
    height: 250px;
    margin-right: 20px;
    padding: 0;
    width: 250px;
  }
}
.panelgrid-tile__image {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .panelgrid-tile__image {
    align-self: flex-start;
    margin-right: 20px;
    width: 250px;
  }
}
.panelgrid-tile__image--cropped {
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .panelgrid-tile__image--cropped {
    padding-bottom: 250px;
  }
}
.panelgrid-tile__text {
  margin-top: 1rem;
  max-width: 600px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .panelgrid-tile__text {
    flex: 1 1 auto;
    margin: 0;
  }
}
.panelgrid-tile__date {
  font-size: 1.2rem;
  text-decoration: underline;
  text-transform: uppercase;
}
.panelgrid-tile__title {
  font-family: "Suisse-regular";
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 10px;
  padding-right: 30px;
}
.panelgrid-tile__language {
  line-height: 40px;
  min-height: 20px;
  /*if no language, we need space for the fav heart */
  padding-top: 10px;
  text-transform: uppercase;
  position: relative;
}
.panelgrid-tile__speakerlist {
  margin: 2rem 0;
}
.panelgrid-tile__presented {
  margin-top: 1rem;
}

.template-panel-page .container {
  padding: 20px 15px;
}
@media only screen and (min-width: 992px) {
  .template-panel-page .container {
    padding: 0;
  }
}

.panelpage__title {
  word-wrap: break-word;
  font-size: 2rem;
}
@media only screen and (min-width: 992px) {
  .panelpage__title {
    font-size: 3rem;
  }
}
.panelpage__labelmedium {
  font-family: "Suisse-medium";
}
.panelpage__label {
  font-family: "Suisse-regular";
}
.panelpage__speakerlist {
  margin: 1rem 0;
}
.panelpage__presentedby {
  font-size: 1.33rem;
  margin: 20px 0;
}
.panelpage__presentedbylogo {
  display: inline-block;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 100px;
  margin-bottom: -4px;
  margin-left: 5px;
}
@media only screen and (min-width: 992px) {
  .panelpage__presentedbylogo {
    margin-bottom: -12px;
    height: 40px;
    width: 200px;
  }
}
.panelpage__date {
  font-family: "Suisse-regular";
  font-size: 1.33rem;
  margin-top: 30px;
  text-decoration: none;
}
.panelpage__categories {
  font-family: "Suisse-regular";
  font-size: 1.33rem;
  position: relative;
}
.panelpage__language {
  text-transform: uppercase;
}
.panelpage__bio {
  margin-bottom: 3rem;
  margin-top: 1rem;
}

.speakergrid {
  display: flex;
  gap: 20px;
  overflow-x: scroll;
  padding: 0 15px;
}
@media only screen and (min-width: 992px) {
  .speakergrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow-x: auto;
    padding: 0;
  }
}
.speakergrid__tile {
  color: #000000;
  flex: 1 1 auto;
  margin: 1rem 0;
  min-width: 300px;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .speakergrid__tile {
    display: block;
    width: 100%;
    margin-top: 0;
  }
}
.speakergrid__label {
  font-family: "Suisse-regular";
  font-size: 1.5rem;
  padding: 0 15px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .speakergrid__label {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .speakergrid__imagecontainer {
    align-self: flex-start;
    flex-shrink: 0;
    margin-right: 20px;
    width: 150px;
  }
  .speakergrid__imagecontainer img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .speakergrid__text {
    flex: 1 1 auto;
    margin: 0;
  }
}
.speakergrid__title {
  font-size: 2rem;
}
.speakergrid__company, .speakergrid__country {
  font-family: "America-regular";
  font-size: 0.75rem;
  text-transform: uppercase;
}
.speakergrid__bio {
  margin-top: 1rem;
}

.recommended-star {
  margin-left: 10px;
}

.iframe_mode main {
  margin: 0;
}
.iframe_mode .profile__bio {
  font-size: 1.1rem;
}

.ticketshop {
  margin: 30px 0;
}
.ticketshop::after {
  clear: both;
  content: "";
  display: block;
}
.ticketshop label {
  clear: both;
  display: block;
}
.ticketshop input, .ticketshop select {
  float: none;
  clear: both;
}
.ticketshop input[type=text], .ticketshop input[type=email] {
  width: 80%;
}
.ticketshop input[type=date] {
  width: auto;
}
.ticketshop input[type=text], .ticketshop input[type=email], .ticketshop input[type=date] {
  font-size: 1.3rem;
  padding: 5px;
}
.ticketshop input[type=radio], .ticketshop input[type=checkbox] {
  width: auto;
  margin-right: 16px;
}
.ticketshop select {
  text-transform: none;
}
.ticketshop #id_order_countdown {
  font-size: 1.3rem;
}
.ticketshop fieldset {
  padding: 0;
  border-right: none;
  border-left: none;
  border-bottom: none;
}
.ticketshop fieldset legend {
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
}
.ticketshop fieldset .field_row {
  margin: 8px 16px 16px 16px;
}
.ticketshop fieldset .field_row_hotel_date_from {
  margin-bottom: 0;
}
.ticketshop fieldset .field_row_hotel_room {
  display: none;
}
.ticketshop .hotel_rooms__grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.ticketshop .hotel_rooms__grid .hotel_room__grid_item {
  width: 50%;
  min-height: 200px;
  display: block;
}
.ticketshop .hotel_rooms__grid .hotel_room__grid_item .hotel_name {
  display: none;
}
.ticketshop .hotel_rooms__grid .hotel_room__grid_item .room_name {
  font-weight: bold;
  display: block;
}
.ticketshop .hotel_rooms__grid .hotel_room__grid_item .room_description {
  display: none;
}
.ticketshop .hotel_rooms__grid .hotel_room__grid_item .room_price {
  display: block;
  font-weight: bold;
  font-size: 0.8rem;
}
.ticketshop .hotel_rooms__grid .hotel_room__grid_item img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 220px;
  display: block;
}
.ticketshop__column {
  float: left;
  padding: 0 10px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .ticketshop__column {
    width: 60%;
  }
}
.ticketshop__column h4 {
  font-size: 1.5rem;
  margin: 16px 0;
}
.ticketshop__column_summary {
  background-color: #f5f5f6;
  padding: 0 16px 16px 16px;
}
@media only screen and (min-width: 992px) {
  .ticketshop__column_summary {
    width: 40%;
  }
}
.ticketshop__column_summary dt {
  display: inline-block;
  width: 28%;
}
.ticketshop__column_summary dd {
  display: inline-block;
  width: 70%;
  padding: 0;
  margin: 0;
}

.partners {
  background-color: #E5E5E6;
  padding: 20px 0;
}
.partners__title {
  font-family: "Suisse-regular";
  text-transform: uppercase;
  font-size: 1.42rem;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .partners__title {
    font-size: 2.625rem;
  }
}
.partners__grid {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.partners__logo {
  width: 33.3333333333%;
  height: 100px;
  display: flex;
  margin: 10px 0;
  vertical-align: top;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .partners__logo {
    width: 16.6666666667%;
    height: 100px;
  }
}
.partners__logo--buma {
  background-image: url("/static/partners/logo_bumastemra.14d4a87b9309.svg");
  background-size: 100%;
}
.partners__logo--ocw {
  background-image: url("/static/partners/logo_ministerieocw.eed94ae2d56a.svg");
  background-size: 80%;
}
.partners__logo--spot {
  background-image: url("/static/partners/logo_spot.326e2aa0ad37.svg");
}
.partners__logo--eu {
  background-image: url("/static/partners/logo_cofunded_eu.dbbed4ce4b00.svg");
  background-size: 80%;
}
.partners__logo--heineken {
  background-image: url("/static/partners/logo_heineken.a83de9acb59a.svg");
  background-position: center bottom 58%;
}
.partners__logo--get {
  background-image: url("/static/partners/logo_get.e682e7fc62d5.png");
  background-position: center bottom 58%;
}

.footer_infobar {
  background-color: #F5F5F6;
  min-height: 100px;
}
.footer_infobar__content {
  margin: 0 auto;
  padding: 35px 15px;
  width: 100%;
  max-width: 830px;
  display: flex;
  flex-wrap: wrap;
}
.footer_infobar__column {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .footer_infobar__column {
    width: 33%;
    padding-right: 30px;
  }
}
.footer_infobar__title {
  font-family: "Suisse-regular";
  font-size: 1.25rem;
  letter-spacing: -0.75px;
  line-height: 1.2;
}
.footer_infobar .prefix-arrow-text-button {
  margin-top: 0;
}
.footer_infobar__store {
  overflow: hidden;
}
.footer_infobar__store img {
  max-width: 140px;
  height: auto;
}
.footer_infobar__store a {
  float: left;
  display: block;
  width: 50%;
}
.footer_infobar__store a::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 992px) {
  .footer_infobar__store a {
    width: 100%;
    margin-bottom: 10px;
  }
}
.footer_infobar__store a:nth-child(2) img {
  margin-left: -10px;
  margin-top: -10px;
  max-width: 160px;
}
.footer_infobar__icon {
  margin-top: 1em;
  margin-right: 10px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.footer_infobar__icon--instagram {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Home-Festival' transform='translate(-639.000000, -5391.000000)' fill='%23000000'%3E %3Cg id='Footer' transform='translate(0.000000, 5317.000000)'%3E %3Cg id='Group-3' transform='translate(639.000000, 34.000000)'%3E %3Cg id='Group-7' transform='translate(0.000000, 40.000000)'%3E %3Cpath d='M10,0 C7.28423529,0 6.94352941,0.0115294118 5.87694118,0.0602352941 C4.81270588,0.108705882 4.08564706,0.277882353 3.44964706,0.524941176 C2.792,0.780470588 2.23435294,1.12235294 1.67835294,1.67835294 C1.12235294,2.23435294 0.780470588,2.792 0.524941176,3.44964706 C0.277882353,4.08564706 0.108705882,4.81270588 0.0602352941,5.87694118 C0.0115294118,6.94352941 0,7.28423529 0,10 C0,12.7157647 0.0115294118,13.0564706 0.0602352941,14.1230588 C0.108705882,15.1872941 0.277882353,15.9143529 0.524941176,16.5503529 C0.780470588,17.208 1.12235294,17.7656471 1.67835294,18.3216471 C2.23435294,18.8774118 2.792,19.2195294 3.44964706,19.4750588 C4.08564706,19.7221176 4.81270588,19.8912941 5.87694118,19.9397647 C6.94352941,19.9884706 7.28423529,20 10,20 C12.7157647,20 13.0564706,19.9884706 14.1230588,19.9397647 C15.1872941,19.8912941 15.9143529,19.7221176 16.5503529,19.4750588 C17.208,19.2195294 17.7656471,18.8774118 18.3216471,18.3216471 C18.8774118,17.7656471 19.2195294,17.208 19.4750588,16.5503529 C19.7221176,15.9143529 19.8912941,15.1872941 19.9397647,14.1230588 C19.9884706,13.0564706 20,12.7157647 20,10 C20,7.28423529 19.9884706,6.94352941 19.9397647,5.87694118 C19.8912941,4.81270588 19.7221176,4.08564706 19.4750588,3.44964706 C19.2195294,2.792 18.8774118,2.23435294 18.3216471,1.67835294 C17.7656471,1.12235294 17.208,0.780470588 16.5503529,0.524941176 C15.9143529,0.277882353 15.1872941,0.108705882 14.1230588,0.0602352941 C13.0564706,0.0115294118 12.7157647,0 10,0 M10,1.80188235 C12.6701176,1.80188235 12.9863529,1.812 14.0409412,1.86 C15.0157647,1.90447059 15.5454118,2.06752941 15.8976471,2.20447059 C16.3644706,2.38588235 16.6976471,2.60258824 17.0475294,2.95247059 C17.3974118,3.30235294 17.6141176,3.63552941 17.7955294,4.10235294 C17.9324706,4.45458824 18.0952941,4.98423529 18.14,5.95905882 C18.188,7.01364706 18.1981176,7.32988235 18.1981176,10 C18.1981176,12.6701176 18.188,12.9863529 18.14,14.0409412 C18.0952941,15.0157647 17.9324706,15.5454118 17.7955294,15.8976471 C17.6141176,16.3644706 17.3974118,16.6976471 17.0475294,17.0475294 C16.6976471,17.3974118 16.3644706,17.6141176 15.8976471,17.7955294 C15.5454118,17.9324706 15.0157647,18.0955294 14.0409412,18.14 C12.9865882,18.188 12.6703529,18.1981176 10,18.1981176 C7.32964706,18.1981176 7.01341176,18.188 5.95905882,18.14 C4.98423529,18.0955294 4.45458824,17.9324706 4.10235294,17.7955294 C3.63552941,17.6141176 3.30235294,17.3974118 2.95247059,17.0475294 C2.60258824,16.6976471 2.38588235,16.3644706 2.20447059,15.8976471 C2.06752941,15.5454118 1.90447059,15.0157647 1.86,14.0409412 C1.812,12.9863529 1.80188235,12.6701176 1.80188235,10 C1.80188235,7.32988235 1.812,7.01364706 1.86,5.95905882 C1.90447059,4.98423529 2.06752941,4.45458824 2.20447059,4.10235294 C2.38588235,3.63552941 2.60258824,3.30235294 2.95247059,2.95247059 C3.30235294,2.60258824 3.63552941,2.38588235 4.10235294,2.20447059 C4.45458824,2.06752941 4.98423529,1.90447059 5.95905882,1.86 C7.01364706,1.812 7.32988235,1.80188235 10,1.80188235' id='Fill-1'%3E%3C/path%3E %3Cpath d='M10,13.3753717 C8.13577713,13.3753717 6.62443182,11.864061 6.62443182,9.99988087 C6.62443182,8.1357007 8.13577713,6.62462828 10,6.62462828 C11.8642229,6.62462828 13.3755682,8.1357007 13.3755682,9.99988087 C13.3755682,11.864061 11.8642229,13.3753717 10,13.3753717 M10,4.8 C7.12813416,4.8 4.8,7.12808083 4.8,9.99988087 C4.8,12.8716809 7.12813416,15.2 10,15.2 C12.8718658,15.2 15.2,12.8716809 15.2,9.99988087 C15.2,7.12808083 12.8718658,4.8 10,4.8' id='Fill-3'%3E%3C/path%3E %3Cpath d='M16.8,4.4 C16.8,5.06282353 16.2628235,5.6 15.6,5.6 C14.9371765,5.6 14.4,5.06282353 14.4,4.4 C14.4,3.73717647 14.9371765,3.2 15.6,3.2 C16.2628235,3.2 16.8,3.73717647 16.8,4.4' id='Fill-5'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.footer_infobar__icon--facebook {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10px' height='20px' viewBox='0 0 10 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpolygon id='path-qauh2tqu68-1' points='0 0 10 0 10 20 0 20'%3E%3C/polygon%3E %3C/defs%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Home-Festival' transform='translate(-675.000000, -5391.000000)'%3E %3Cg id='Footer' transform='translate(0.000000, 5317.000000)'%3E %3Cg id='Group-3' transform='translate(639.000000, 34.000000)'%3E %3Cg transform='translate(36.000000, 40.000000)'%3E %3Cg id='Clip-2'%3E%3C/g%3E %3Cpath d='M9.34469382,10.3651156 L9.86301607,6.77283698 L6.62094763,6.77283698 L6.62094763,4.44168531 C6.62094763,3.45892685 7.07380853,2.50102271 8.52590745,2.50102271 L10,2.50102271 L10,-0.557164029 C10,-0.557164029 8.66219867,-0.8 7.38327792,-0.8 C4.71321696,-0.8 2.9679274,0.92047168 2.9679274,4.03499489 L2.9679274,6.77283698 L0,6.77283698 L0,10.3651156 L2.9679274,10.3651156 L2.9679274,19.2 L6.62094763,19.2 L6.62094763,10.3651156 L9.34469382,10.3651156 Z' id='Fill-1' fill='%23000000'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.footer_infobar__icon--twitter {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='300' height='300.251' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66'/%3E %3C/svg%3E");
}
.footer_infobar__icon--youtube {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20px' height='14px' viewBox='0 0 20 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Home-Festival' transform='translate(-739.000000, -5395.000000)' fill='%23000000'%3E %3Cg id='Footer' transform='translate(0.000000, 5317.000000)'%3E %3Cg id='Group-3' transform='translate(639.000000, 34.000000)'%3E %3Cpath d='M108,54.1111111 L108,47.8888889 L113.6,51 L108,54.1111111 Z M119.582,46.1862222 C119.352,45.3255556 118.674444,44.648 117.813778,44.418 C116.254222,44 110,44 110,44 C110,44 103.745778,44 102.186222,44.418 C101.325556,44.648 100.648,45.3255556 100.418,46.1862222 C100,47.7457778 100,51 100,51 C100,51 100,54.2542222 100.418,55.814 C100.648,56.6744444 101.325556,57.352 102.186222,57.5822222 C103.745778,58 110,58 110,58 C110,58 116.254222,58 117.813778,57.5822222 C118.674444,57.352 119.352,56.6744444 119.582,55.814 C120,54.2542222 120,51 120,51 C120,51 120,47.7457778 119.582,46.1862222 L119.582,46.1862222 Z' id='Fill-1'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.footerlinks {
  background-color: #E5E5E6;
}
.footerlinks__grid {
  padding: 20px 0;
  margin: 0px auto;
  width: 90%;
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.footerlinks__link {
  font-size: 0.714rem;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  margin: 7px;
}
@media only screen and (min-width: 992px) {
  .footerlinks__link {
    font-size: 1rem;
  }
}

.green-button {
  display: inline-block;
  margin-top: 20px;
  background-color: #0062ff;
  font-family: "America-regular";
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: none;
  color: #000000;
  padding: 15px;
}
.green-button .arrow-icon {
  float: right;
}
.green-button:hover .arrow-icon {
  margin-left: 20px;
}

.arrow-icon {
  transition: margin 0.2s ease-in-out;
  display: inline-block;
  height: 14px;
  width: 12px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top 3px center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14px' height='13px' viewBox='0 0 14 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Home-Festival' transform='translate(-137.000000, -3757.000000)' fill='%23000000' fill-rule='nonzero'%3E %3Cg id='headerbeeld' transform='translate(0.000000, 3219.000000)'%3E %3Cg id='tekstkader-+cta' transform='translate(15.999000, 389.000000)'%3E %3Cg id='Group-2' transform='translate(25.001000, 130.000000)'%3E %3Cg id='\e82e' transform='translate(96.988000, 19.688000)'%3E %3Cpolygon id='Path' points='6.012 0 12.024 6.012 6.012 12.024 4.95 10.962 9.144 6.75 0 6.75 0 5.274 9.144 5.274 4.95 1.062'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.round-arrow-icon {
  transition: background-position 0.2s ease-in-out;
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #0062ff;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14px' height='13px' viewBox='0 0 14 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Home-Festival' transform='translate(-137.000000, -3757.000000)' fill='%23000000' fill-rule='nonzero'%3E %3Cg id='headerbeeld' transform='translate(0.000000, 3219.000000)'%3E %3Cg id='tekstkader-+cta' transform='translate(15.999000, 389.000000)'%3E %3Cg id='Group-2' transform='translate(25.001000, 130.000000)'%3E %3Cg id='\e82e' transform='translate(96.988000, 19.688000)'%3E %3Cpolygon id='Path' points='6.012 0 12.024 6.012 6.012 12.024 4.95 10.962 9.144 6.75 0 6.75 0 5.274 9.144 5.274 4.95 1.062'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.arrow-icon-green {
  transition: margin 0.2s ease-in-out;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Home-Festival' transform='translate(-980.000000, -4741.000000)' fill='%230062ff' fill-rule='nonzero'%3E %3Cg id='BGimage_title' transform='translate(720.000000, 4239.000000)'%3E %3Cg id='\e82e' transform='translate(260.390000, 502.890000)'%3E %3Cpolygon id='Path' points='13.36 0 26.72 13.36 13.36 26.72 11 24.36 20.32 15 0 15 0 11.72 20.32 11.72 11 2.36'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
@media only screen and (min-width: 992px) {
  .arrow-icon-green {
    height: 28px;
    width: 28px;
  }
}

.prefix-arrow-text-button {
  display: inline-block;
  margin: 20px 0;
  font-family: "America-regular";
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: none;
  color: #000000;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  width: 2rem;
  height: 2rem;
  background-color: #0062ff;
  border-radius: 1rem;
}
.prefix-arrow-text-button .round-arrow-icon {
  position: relative;
  top: 9px;
  margin-right: 7px;
}
.prefix-arrow-text-button:hover .round-arrow-icon {
  background-position: center right 5px;
}

.animation__swipe-arrow {
  margin: 30px 0 0 0;
  position: relative;
  display: inline-block;
  line-height: 1rem;
  padding: 0.5rem 0;
  padding-left: 2.5rem;
  padding-right: 1rem;
  font-family: "America-regular";
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: none;
}
.animation__swipe-arrow .button-text {
  color: #000000;
}
.animation__swipe-arrow .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
  line-height: 2rem;
  width: 2rem;
  height: 2rem;
  background-color: #0062ff;
  border-radius: 1.625rem;
  overflow: hidden;
  color: #000000;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: left 9px center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14px' height='13px' viewBox='0 0 14 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Home-Festival' transform='translate(-137.000000, -3757.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E %3Cg id='headerbeeld' transform='translate(0.000000, 3219.000000)'%3E %3Cg id='tekstkader-+cta' transform='translate(15.999000, 389.000000)'%3E %3Cg id='Group-2' transform='translate(25.001000, 130.000000)'%3E %3Cg id='' transform='translate(96.988000, 19.688000)'%3E %3Cpolygon id='Path' points='6.012 0 12.024 6.012 6.012 12.024 4.95 10.962 9.144 6.75 0 6.75 0 5.274 9.144 5.274 4.95 1.062'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.animation__swipe-arrow .circle__text {
  white-space: nowrap;
  font-family: "America-regular";
  text-transform: uppercase;
  font-size: 0.875rem;
  padding-left: 2.5rem;
  padding-right: 1rem;
  color: #ffffff;
}
.animation__swipe-arrow:hover .circle {
  background-position: left 14px center;
  width: 100%;
}

.favorite {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='22' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.002' d='M17.678.689c-3.804 0-5.68 3.75-5.68 3.75S10.125.689 6.32.689C3.228.689.78 3.275.749 6.36.684 12.767 5.83 17.323 11.47 21.151a.938.938 0 001.055 0c5.64-3.828 10.787-8.384 10.723-14.79-.032-3.086-2.48-5.672-5.571-5.672z'/%3E%3C/svg%3E");
  transition: background-size 0.5s;
}
.favorite--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23000' d='M5 9.5a.75.75 0 01-.422-.13c-1.842-1.25-2.64-2.108-3.08-2.644C.562 5.583.114 4.41.126 3.14.14 1.684 1.308.5 2.73.5c1.033 0 1.748.582 2.165 1.067a.14.14 0 00.212 0C5.523 1.082 6.24.5 7.272.5c1.42 0 2.588 1.184 2.603 2.64.013 1.27-.436 2.444-1.373 3.586-.44.536-1.238 1.394-3.08 2.644A.75.75 0 015 9.5z'/%3E%3C/svg%3E");
}
.favorite:hover {
  background-size: 30px;
}

.block-intro,
.block-subheading,
.block-paragraph,
.block-button,
.block-multicolumn,
.quote,
.page_title,
.page_subtitle,
.news__title,
.news__meta {
  padding: 0 10px;
}
@media only screen and (min-width: 992px) {
  .block-intro,
  .block-subheading,
  .block-paragraph,
  .block-button,
  .block-multicolumn,
  .quote,
  .page_title,
  .page_subtitle,
  .news__title,
  .news__meta {
    padding: 0;
  }
}

.page_title,
.news__title {
  margin-top: 30px;
}

.image_caption {
  font-family: "Suisse-light";
  font-size: 0.875rem;
}

.block-video {
  margin: 30px 0;
}
@media only screen and (min-width: 992px) {
  .block-video {
    margin: 50px auto;
  }
}

.responsive-object {
  position: relative;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-bg_video_title {
  position: relative;
  width: 100%;
  padding-top: 56%;
  height: 0;
  overflow: hidden;
}

.bg_video_title {
  width: 100%;
  height: 80vh;
}
@media only screen and (min-width: 992px) {
  .bg_video_title {
    position: absolute;
    top: 0;
    height: 100%;
  }
}
.bg_video_title__video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.bg_video_title__frame {
  padding: 16px 24px 24px 24px;
  bottom: 16px;
  left: 16px;
}
@media only screen and (min-width: 992px) {
  .bg_video_title__frame {
    position: absolute;
    max-width: 365px;
  }
}
.bg_video_title__cta {
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 50%;
  background-color: white;
}
.bg_video_title__playbutton {
  position: absolute;
  top: 136px;
  right: 16px;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0{fill:%230062ff;} %3C/style%3E %3Cpath class='st0' d='M25,0C11.2,0,0,11.2,0,25s11.2,25,25,25s25-11.2,25-25S38.8,0,25,0z M22.5,34.9h-5V15h5V34.9z M32.5,34.9h-5V15 h5V34.9z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 992px) {
  .bg_video_title__playbutton {
    top: 86px;
  }
}
.bg_video_title__playbutton--paused {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0{fill:%230062ff;} %3C/style%3E %3Cpath class='st0' d='M25,0C11.2,0,0,11.2,0,25s11.2,25,25,25s25-11.2,25-25S38.8,0,25,0z M19.9,36.2V13.7l15,11.3L19.9,36.2z'/%3E %3C/svg%3E");
}
.bg_video_title__container {
  position: absolute;
  top: 120px;
  left: 0;
  padding: 24px 24px;
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .bg_video_title__container {
    top: 0;
    padding: 60px 24px;
    height: 90%;
  }
}
.bg_video_title__text {
  font-family: "Suisse-regular";
  font-size: 2rem;
  letter-spacing: -1.2px;
  line-height: 1.1;
  color: #ffffff;
}
.bg_video_title__buttoncontainer {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  animation: buttonsIn 0.3s ease-in-out forwards;
  transform: translateY(15px);
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .bg_video_title__buttoncontainer {
    display: none;
  }
}
.bg_video_title__buttoncontainer__button {
  font-size: 1.375rem;
  padding: 15px 40px 15px 20px;
  font-family: "Suisse-regular";
  text-decoration: none;
  color: #000000;
  background-color: #0062ff;
  width: -moz-fit-content;
  width: fit-content;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12px' height='13px' viewBox='0 0 12 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='®' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Homepage' transform='translate(-235.000000, -404.000000)' fill='%23000000' fill-rule='nonzero'%3E %3Cg id='CTA' transform='translate(99.000000, 382.000000)'%3E %3Cg id='arrow_forward---material' transform='translate(136.427262, 22.808800)'%3E %3Cpolygon id='Path' points='5.6112 0 11.2224 5.6112 5.6112 11.2224 4.62 10.2312 8.5344 6.3 0 6.3 0 4.9224 8.5344 4.9224 4.62 0.9912'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 20px;
}
.bg_video_title__buttoncontainer__button:hover {
  transition: background 0.3s ease;
  background-position: center right 5px;
}
.bg_video_title__buttoncontainer__button:nth-child(1) {
  color: #FFFFFF;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12px' height='13px' viewBox='0 0 12 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='®' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Homepage' transform='translate(-235.000000, -404.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E %3Cg id='CTA' transform='translate(99.000000, 382.000000)'%3E %3Cg id='arrow_forward---material' transform='translate(136.427262, 22.808800)'%3E %3Cpolygon id='Path' points='5.6112 0 11.2224 5.6112 5.6112 11.2224 4.62 10.2312 8.5344 6.3 0 6.3 0 4.9224 8.5344 4.9224 4.62 0.9912'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.bg_video_title__buttoncontainer__button:nth-child(2) {
  background-color: #ffffff;
}

@keyframes buttonsIn {
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
.block-bg_image_title {
  position: relative;
  width: 100%;
  padding-top: 100%;
  height: 0;
  overflow: hidden;
}

.bg_image_title {
  position: absolute;
  top: 0;
  height: 100%;
}
.bg_image_title__image {
  display: block;
  width: 100%;
  height: 100%;
}
.bg_image_title__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.bg_image_title__gradient {
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 37%, #000000 100%);
}
.bg_image_title__text {
  display: block;
  position: absolute;
  max-width: 240px;
  color: #ffffff;
  text-decoration: none;
  left: 20px;
  bottom: 20px;
  display: block;
  font-family: "Suisse-regular";
  font-size: 1.5rem;
  letter-spacing: -1.2px;
  line-height: 1.1;
}
@media only screen and (min-width: 992px) {
  .bg_image_title__text {
    max-width: 455px;
    font-size: 2.625rem;
  }
}
.bg_image_title__text:hover .arrow-icon-green {
  margin-left: 20px;
}

.block-bg_image_text {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .block-bg_image_text {
    padding-top: 80%;
    height: 0;
  }
}

.bg_image_text {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .bg_image_text {
    position: absolute;
    top: 0;
    height: 100%;
  }
}
.bg_image_text__image {
  display: block;
  width: 100%;
  height: 100%;
}
.bg_image_text__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.bg_image_text__frame {
  padding: 24px;
}
.bg_image_text__frame::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 992px) {
  .bg_image_text__frame {
    bottom: 16px;
    left: 16px;
    position: absolute;
    z-index: 99;
    position: absolute;
    max-width: 365px;
  }
}
.bg_image_text__title {
  font-family: "Suisse-regular";
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.9px;
}
.bg_image_text__text {
  margin-top: 24px;
  font-family: "Suisse-light";
}
.bg_image_text__link .round-arrow-icon {
  transition: background-position 0.2s ease-in-out;
}
.bg_image_text__link:hover .round-arrow-icon {
  background-position: center right 5px;
}

.block-bg_color_text__content {
  padding: 20px;
}
.block-bg_color_text__title {
  font-family: "Suisse-regular";
  font-size: 1.75rem;
  letter-spacing: -1px;
  max-width: 540px;
  line-height: 1.1;
}
@media only screen and (min-width: 992px) {
  .block-bg_color_text__title {
    font-size: 3.5rem;
    letter-spacing: -2px;
  }
}
.block-bg_color_text__text {
  font-family: "Suisse-light";
  font-size: 1rem;
  max-width: 540px;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .block-bg_color_text__text {
    font-size: 1.25rem;
  }
}

.template-basicpage .block-bg_color_text__content {
  padding: 20px;
  padding-bottom: 40px;
}
.template-basicpage .block-bg_color_text__title {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .template-basicpage .block-bg_color_text__title {
    font-size: 3rem;
  }
}
.template-basicpage .block-bg_color_text__text {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .template-basicpage .block-bg_color_text__text {
    font-size: 1.5rem;
  }
}
.template-basicpage .block-bg_color_text .prefix-arrow-text-button {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.block-framed_image {
  position: relative;
  padding: 22px;
}
.block-framed_image__title {
  font-family: "Suisse-regular";
  font-size: 1.75rem;
  letter-spacing: -1px;
  max-width: 330px;
  line-height: 1.1;
  text-transform: uppercase;
}
.block-framed_image__image {
  margin-top: 10px;
  display: block;
}
.block-framed_video {
  position: relative;
  padding: 22px;
}
.block-framed_video__title {
  font-family: "Suisse-regular";
  font-size: 1.75rem;
  letter-spacing: -1px;
  max-width: 330px;
  line-height: 1.1;
  text-transform: uppercase;
}
.block-framed_video__video {
  margin-top: 10px;
  display: block;
}
.block-news {
  overflow: hidden;
  padding: 5px 18px 18px;
}
@media only screen and (min-width: 992px) {
  .block-news {
    width: 100%;
  }
}
.block-news__title {
  font-size: 1.75rem;
  text-transform: uppercase;
}
.block-news__row {
  overflow: scroll;
  position: relative;
  display: inline-flex;
  flex-wrap: no-wrap;
  flex-direction: row;
  margin: 0 -9px;
}
@media only screen and (min-width: 992px) {
  .block-news__row {
    overflow: visible;
    flex-wrap: wrap;
  }
}
.block-news__content {
  padding: 60px 0 20px 0;
}
.block-news__title {
  font-family: "Suisse-regular";
  font-size: 1.25rem;
  max-width: 540px;
  line-height: 1.1;
}
@media only screen and (min-width: 992px) {
  .block-news__title {
    font-size: 2rem;
    letter-spacing: -1px;
  }
}
.block-news__text {
  font-family: "Suisse-light";
  font-size: 1rem;
  max-width: 540px;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .block-news__text {
    font-size: 1.25rem;
  }
}

.news-item {
  flex: 0 0 auto;
  width: 50%;
  padding: 9px;
  color: #000000;
  text-decoration: none;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .news-item--featured {
    display: block;
    float: right;
    margin-left: 17%;
    width: 83%;
    transform: translateX(18px);
  }
}
.news-item:nth-of-type(even) {
  margin-top: 40px;
}
.news-item__title {
  font-family: "Suisse-regular";
  font-size: 1.3rem;
  letter-spacing: -1.2px;
  line-height: 1;
  max-width: 440px;
}
@media only screen and (min-width: 992px) {
  .news-item__title {
    font-size: 2rem;
  }
}
.news-item__title .arrow-icon-green {
  height: 16px;
  width: 16px;
}
@media only screen and (min-width: 992px) {
  .news-item__title .arrow-icon-green {
    height: 20px;
    width: 20px;
  }
}
.news-item__title:hover .arrow-icon-green {
  margin-left: 13px;
}
.news-item__meta {
  font-family: "America-regular";
  text-transform: uppercase;
  font-size: 0.75rem;
}
@media only screen and (min-width: 992px) {
  .news-item__meta {
    font-size: 0.875rem;
  }
}
.news-item__intro {
  max-width: 440px;
  margin: 5px 0;
}
.news-item__imagecontainer {
  overflow: hidden;
}
.news-item__image {
  transition: 0.4s ease;
}
.news-item__image:hover {
  transform: scale(1.08);
}

.faq {
  margin: 50px 0;
  padding: 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #B1B4BC;
}
.faq__item {
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #B1B4BC;
}
.faq__category {
  font-family: "Suisse-regular";
  text-transform: uppercase;
  font-size: 1.75rem;
}
.faq__icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='35' height='34' xmlns='http://www.w3.org/2000/svg'%3E %3Cg transform='translate(.06)' fill='none' fill-rule='evenodd'%3E %3Crect fill='%230062ff' width='34' height='34' rx='17'/%3E %3Cpath d='m13.12 14.52 3.82 3.84 3.82-3.84 1.18 1.18-5 5-5-5z' fill='%23FFFFFF' fill-rule='nonzero'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 34px;
  height: 34px;
  transition: transform 0.2s;
}
.faq__item--active .faq__icon {
  transform: rotate(180deg);
}
.faq__question {
  width: calc(100% - 50px);
  font-family: "Suisse-regular";
  font-size: 1.375rem;
  line-height: 1.2;
  min-height: 33px;
}
.faq__answer {
  display: none;
}

.quote {
  margin: 30px 0;
}
.quote__firstmark {
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='64px' height='57px' viewBox='0 0 64 57' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Contentpagina-blokken' transform='translate(-130.000000, -5706.000000)' fill='%23E5E8ED' fill-rule='nonzero'%3E %3Cg id='quote' transform='translate(130.000000, 5706.000000)'%3E %3Cpath d='M25.7342657,57 L0,57 L0,29.3976378 L13.6503497,0 L26.6293706,0 L14.993007,31.1929134 L25.7342657,31.1929134 L25.7342657,57 Z M63.1048951,57 L37.3706294,57 L37.3706294,29.3976378 L51.020979,0 L64,0 L52.3636364,31.1929134 L63.1048951,31.1929134 L63.1048951,57 Z' id='Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-size: 40px;
}
@media only screen and (min-width: 992px) {
  .quote__firstmark {
    background-size: 65px;
  }
}
.quote__secondmark {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='41px' height='36px' viewBox='0 0 41 36' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Contentpagina-blokken' transform='translate(-911.000000, -5923.000000)' fill='%23E5E8ED' fill-rule='nonzero'%3E %3Cg id='quote' transform='translate(130.000000, 5706.000000)'%3E %3Cpath d='M805.513986,217 L822,217 L822,234.433071 L813.255245,253 L804.940559,253 L812.538462,233.299213 L805.513986,233.299213 L805.513986,217 Z M781.573427,217 L798.059441,217 L798.059441,234.433071 L789.314685,253 L781,253 L788.597902,233.299213 L781.573427,233.299213 L781.573427,217 Z' id='Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
@media only screen and (min-width: 992px) {
  .quote__secondmark {
    background-size: 40px;
  }
}
.quote__text {
  padding: 50px 0px 20px 0px;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Suisse-light-italic";
}
@media only screen and (min-width: 992px) {
  .quote__text {
    text-align: left;
    padding: 50px 50px 50px 80px;
    font-size: 1.5rem;
  }
}

.highlighted_text__content {
  padding: 35px;
}
.highlighted_text__content--center {
  text-align: center;
}
.highlighted_text .container {
  width: auto;
  margin: 0;
}

.custom-image {
  margin: 30px auto;
}
@media only screen and (min-width: 992px) {
  .custom-image {
    margin: 50px auto;
  }
}
.template-sub-home-page .custom-image {
  margin: 0 auto;
}
.template-sub-home-page .custom-image .image_caption {
  display: none;
}

.linked_image {
  overflow: hidden;
  display: block;
}
.linked_image img {
  transition: 0.4s ease;
}
.linked_image img:hover {
  transform: scale(1.08);
}

.block-fullscreen_video {
  width: 100%;
}
.block-fullscreen_video__video {
  width: 100%;
}

.block-fullscreen_image {
  width: 100%;
}
.block-fullscreen_image__image {
  width: 100%;
}

.block-multicolumns__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.block-multicolumns__column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  margin-right: 20px;
}

.analytics-block {
  background-color: #E5E5E6;
  color: #000000;
  margin: 20px 0;
  padding: 20px 10px;
}
.analytics-block--hide {
  display: none;
}
@media only screen and (min-width: 992px) {
  .analytics-block {
    padding: 46px 0;
  }
}
.analytics-block__logo {
  width: 80%;
  padding-top: 25%;
  height: 0;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='399' height='106' viewBox='0 0 399 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M130.062 16.1836H138.708L156.258 62.9325H147.289L143.612 52.551H124.642L121.029 62.9325H112.641L130.062 16.1836ZM127.029 45.716H141.16L134.062 25.6623L127.029 45.716Z' fill='%23000000'/%3E %3Cpath d='M168.245 33.0777C169.234 31.2722 170.611 29.8966 172.375 28.9509C174.181 27.9622 176.31 27.4678 178.762 27.4678C180.87 27.4678 182.655 27.7902 184.118 28.435C185.623 29.0799 186.849 30.0041 187.796 31.2077C188.742 32.4114 189.43 33.8515 189.86 35.528C190.333 37.2045 190.57 39.0744 190.57 41.1378V62.9325H182.892V43.0078C182.892 41.8471 182.827 40.708 182.698 39.5903C182.569 38.4726 182.268 37.4839 181.795 36.6242C181.365 35.7214 180.698 35.0121 179.795 34.4963C178.934 33.9804 177.773 33.7225 176.31 33.7225C174.848 33.7225 173.6 34.0019 172.568 34.5608C171.536 35.0766 170.697 35.8074 170.052 36.7531C169.407 37.6989 168.933 38.838 168.632 40.1706C168.374 41.5032 168.245 42.9433 168.245 44.4909V62.9325H160.567V28.2416H168.245V33.0777Z' fill='%23000000'/%3E %3Cpath d='M220.048 46.6188C217.295 46.8767 214.951 47.1776 213.015 47.5215C211.08 47.8654 209.488 48.2953 208.241 48.8111C206.993 49.327 206.068 49.9503 205.466 50.6811C204.907 51.3689 204.627 52.2071 204.627 53.1959C204.627 54.7004 205.208 55.8826 206.369 56.7423C207.531 57.6021 209.079 58.0319 211.015 58.0319C213.854 58.0319 216.069 57.2582 217.661 55.7106C219.253 54.1201 220.048 51.4978 220.048 47.8439V46.6188ZM212.757 27.2099C214.908 27.2099 216.887 27.4678 218.693 27.9837C220.543 28.4995 222.135 29.3378 223.468 30.4984C224.801 31.6591 225.812 33.1852 226.501 35.0766C227.232 36.9681 227.576 39.2894 227.533 42.0406C227.533 42.4705 227.511 43.0508 227.468 43.7816C227.468 44.4694 227.468 45.2217 227.468 46.0384C227.468 46.8552 227.447 47.7149 227.404 48.6177C227.404 49.4774 227.404 50.2942 227.404 51.068C227.404 53.2603 227.49 55.4312 227.662 57.5806C227.834 59.687 228.092 61.471 228.436 62.9325H221.403C221.274 62.2017 221.145 61.4924 221.016 60.8046C220.93 60.1168 220.844 59.1711 220.758 57.9675C219.683 59.9019 218.156 61.3635 216.177 62.3522C214.198 63.2979 211.918 63.7708 209.338 63.7708C207.445 63.7708 205.703 63.5129 204.111 62.997C202.563 62.5241 201.208 61.8363 200.046 60.9336C198.928 60.0309 198.046 58.9562 197.401 57.7095C196.799 56.4199 196.497 54.9798 196.497 53.3893C196.497 51.2399 197.121 49.4559 198.369 48.0373C199.616 46.6188 201.294 45.4581 203.401 44.5554C205.552 43.6526 208.026 42.9648 210.822 42.492C213.661 42.0191 216.672 41.6107 219.855 41.2668V40.4286C219.855 38.967 219.661 37.7633 219.274 36.8176C218.887 35.8289 218.349 35.0551 217.661 34.4963C217.016 33.8945 216.241 33.4861 215.338 33.2711C214.435 33.0132 213.445 32.8842 212.37 32.8842C210.391 32.8842 208.735 33.4001 207.402 34.4318C206.068 35.4635 205.359 37.0325 205.273 39.1389H197.723C197.852 37.3764 198.304 35.7644 199.078 34.3028C199.853 32.8413 200.885 31.5946 202.175 30.5629C203.509 29.4882 205.058 28.6715 206.821 28.1126C208.628 27.5108 210.606 27.2099 212.757 27.2099Z' fill='%23000000'/%3E %3Cpath d='M242.976 62.9325H235.297V16.1836H242.976V62.9325Z' fill='%23000000'/%3E %3Cpath d='M250.262 74.2168V68.3489H253.166C253.983 68.3489 254.693 68.306 255.295 68.22C255.94 68.177 256.499 67.9836 256.972 67.6397C257.489 67.3387 257.94 66.8659 258.327 66.2211C258.715 65.5763 259.102 64.695 259.489 63.5773L259.876 62.7391L247.294 28.2416H255.682L263.554 53.1314L271.426 28.2416H279.297L267.103 62.868C266.285 65.1034 265.489 66.9519 264.715 68.4134C263.984 69.875 263.124 71.0357 262.134 71.8954C261.145 72.7552 259.984 73.357 258.65 73.7009C257.317 74.0448 255.682 74.2168 253.746 74.2168H250.262Z' fill='%23000000'/%3E %3Cpath d='M284.723 19.0853H292.401V28.2416H299.37V33.787H292.401V52.68C292.401 54.4425 292.681 55.6246 293.24 56.2265C293.799 56.7853 294.896 57.0647 296.531 57.0647H299.305V62.9325H293.627C291.778 62.9325 290.272 62.8036 289.111 62.5456C287.949 62.2447 287.046 61.7504 286.401 61.0626C285.756 60.3748 285.304 59.4505 285.046 58.2899C284.831 57.0862 284.723 55.6032 284.723 53.8407V33.787H279.561V28.2416H284.723V19.0853Z' fill='%23000000'/%3E %3Cpath d='M313.232 16.1836V23.9213H305.554V16.1836H313.232ZM313.232 28.2416V62.9325H305.554V28.2416H313.232Z' fill='%23000000'/%3E %3Cpath d='M336.391 27.4678C338.327 27.4678 340.155 27.7687 341.876 28.3706C343.596 28.9724 345.123 29.8321 346.457 30.9498C347.833 32.0245 348.973 33.3356 349.877 34.8832C350.78 36.4307 351.404 38.1717 351.748 40.1062H344.263C343.919 38.2577 343.059 36.7531 341.682 35.5925C340.349 34.4318 338.521 33.8515 336.198 33.8515C334.993 33.8515 333.853 34.0879 332.778 34.5608C331.746 34.9906 330.821 35.6999 330.004 36.6886C329.229 37.6344 328.606 38.838 328.132 40.2996C327.702 41.7612 327.487 43.5237 327.487 45.5871C327.487 47.6505 327.702 49.4344 328.132 50.939C328.606 52.4006 329.229 53.6257 330.004 54.6144C330.821 55.5602 331.746 56.2695 332.778 56.7423C333.853 57.1722 334.993 57.3871 336.198 57.3871C338.133 57.3871 339.876 56.9143 341.424 55.9685C343.016 55.0228 344.048 53.3893 344.521 51.068H352.006C351.619 53.0884 350.93 54.8939 349.941 56.4844C348.952 58.0749 347.747 59.4075 346.328 60.4822C344.908 61.5569 343.317 62.3737 341.553 62.9325C339.79 63.4914 337.961 63.7708 336.069 63.7708C333.488 63.7708 331.165 63.3194 329.1 62.4167C327.079 61.471 325.358 60.2028 323.938 58.6123C322.519 56.9788 321.422 55.0658 320.648 52.8734C319.917 50.6381 319.551 48.2308 319.551 45.6515C319.551 43.0723 319.917 40.6865 320.648 38.4941C321.422 36.2588 322.54 34.3243 324.003 32.6908C325.466 31.0573 327.229 29.7891 329.294 28.8864C331.359 27.9407 333.724 27.4678 336.391 27.4678Z' fill='%23000000'/%3E %3Cpath d='M378.489 37.9783C378.102 36.3447 377.199 35.1626 375.779 34.4318C374.36 33.701 372.553 33.3356 370.36 33.3356C368.596 33.3356 367.069 33.6795 365.778 34.3673C364.531 35.0121 363.907 35.9149 363.907 37.0755C363.907 39.2249 365.585 40.6435 368.94 41.3313L373.65 42.2985C375.371 42.6854 376.984 43.1368 378.489 43.6526C380.038 44.1255 381.371 44.7488 382.49 45.5226C383.608 46.2964 384.49 47.2636 385.135 48.4242C385.78 49.5419 386.103 50.939 386.103 52.6155C386.103 54.421 385.694 56.033 384.877 57.4516C384.103 58.8272 383.028 59.9879 381.651 60.9336C380.318 61.8363 378.748 62.5241 376.941 62.997C375.177 63.5129 373.285 63.7708 371.263 63.7708C369.026 63.7708 366.983 63.4699 365.133 62.868C363.327 62.2662 361.757 61.4495 360.423 60.4178C359.133 59.3861 358.079 58.1609 357.261 56.7423C356.487 55.3237 356.014 53.7762 355.842 52.0997H363.327C363.671 53.9481 364.51 55.3882 365.843 56.4199C367.176 57.4516 369.069 57.9675 371.521 57.9675C373.672 57.9675 375.392 57.5806 376.683 56.8068C377.973 55.99 378.618 54.8939 378.618 53.5183C378.618 52.1427 378.038 51.0895 376.876 50.3587C375.758 49.6279 374.274 49.069 372.424 48.6822L367.198 47.586C365.692 47.2851 364.294 46.8982 363.004 46.4253C361.714 45.9095 360.595 45.2647 359.649 44.4909C358.745 43.6741 358.014 42.7069 357.455 41.5892C356.939 40.4286 356.681 39.053 356.681 37.4624C356.681 35.9149 357.046 34.5393 357.778 33.3356C358.552 32.089 359.584 31.0358 360.875 30.176C362.165 29.3163 363.671 28.65 365.391 28.1771C367.112 27.7043 368.94 27.4678 370.876 27.4678C372.682 27.4678 374.403 27.6828 376.038 28.1126C377.672 28.5425 379.135 29.2088 380.425 30.1116C381.759 30.9713 382.877 32.0675 383.78 33.4001C384.727 34.6897 385.372 36.2158 385.716 37.9783H378.489Z' fill='%23000000'/%3E %3Cpath d='M103.387 23.7256L98.7917 30.9963C101.089 42.4765 97.2601 54.3393 88.07 61.9927C85.7725 63.9061 80.7946 64.6714 84.2409 68.4981C75.0508 66.5848 70.4558 71.1768 57.4366 66.9675C55.1391 66.2021 52.8416 65.0541 50.927 63.5234C49.3954 65.0541 47.8637 66.5848 46.332 67.7328C51.6929 71.5595 57.8196 73.8555 64.7121 74.6209C85.3896 76.5343 103.77 61.6101 105.684 40.9458C106.45 34.8231 105.301 29.083 103.387 23.7256Z' fill='%23000000'/%3E %3Cpath d='M82.3282 10.3321C85.0086 11.8627 87.689 13.3934 89.9865 16.0721C92.284 15.3068 94.9644 14.5414 97.2619 13.7761C91.1353 6.50534 82.3282 1.53061 71.9894 0.382595C58.9702 -0.765419 47.0998 4.59198 39.4414 13.7761C42.5047 14.1588 45.1852 14.5414 48.2485 14.9241C57.8214 6.88801 71.2236 4.97465 82.3282 10.3321Z' fill='%23000000'/%3E %3Cpath d='M31.3984 42.4765C32.1643 47.4513 33.6959 52.0433 36.3764 56.2527C37.5251 54.3393 38.6739 52.0433 40.2055 50.5126C39.4397 47.4513 38.291 44.7726 37.5251 41.7112C35.6105 41.7112 33.6959 42.4765 31.3984 42.4765Z' fill='%23000000'/%3E %3Cpath d='M55.1406 15.3068C63.9477 15.6895 72.7548 16.0722 80.7961 14.5415C73.1377 10.7148 62.4161 10.3321 55.1406 15.3068Z' fill='%23000000'/%3E %3Cpath d='M83.8598 51.6605L88.4548 42.8591L101.474 19.8988L104.154 14.9241L99.9423 16.0721C99.9423 16.4548 99.5594 16.4548 99.5594 16.8374C93.8156 27.5522 87.689 38.267 82.3281 49.3645L83.8598 51.6605Z' fill='%23000000'/%3E %3Cpath d='M56.6718 22.195C57.4376 21.047 58.2035 19.8989 58.9693 18.7509C51.6939 18.3683 44.8013 17.6029 37.5259 16.4549C24.1238 14.1589 11.4875 10.7148 0 5.35742L1.14875 14.1589C11.4875 18.3683 22.975 19.8989 34.8455 21.047C42.1209 21.4296 49.3964 21.8123 56.6718 22.195Z' fill='%23000000'/%3E %3Cpath d='M82.3292 15.3069L78.5 20.6643L85.3925 17.6029L82.3292 15.3069Z' fill='%23000000'/%3E %3Cpath d='M97.2625 16.8376L93.8163 17.9857L80.0312 44.0073L81.18 46.686C86.5409 36.7366 92.2846 26.7871 97.2625 16.8376Z' fill='%23000000'/%3E %3Cpath d='M91.1326 19.1335L87.6863 20.6642C84.2401 26.787 80.7938 33.6751 77.7305 40.1805L78.8792 42.4765L91.1326 19.1335Z' fill='%23000000'/%3E %3Cpath d='M53.6094 60.4622C58.9702 64.2889 66.6286 65.8195 73.1382 64.6715L71.2236 56.6354C68.9261 43.6246 78.1161 33.6751 83.094 23.343C67.0115 31.3791 62.4165 47.4513 53.6094 60.4622Z' fill='%23000000'/%3E %3Cpath d='M31.784 30.2311C42.8886 29.8485 53.2273 28.7004 53.2273 28.7004L54.759 25.6391C47.8665 25.6391 40.5911 25.2564 33.3156 24.4911C24.5085 23.7257 15.7014 22.5777 7.66016 21.4297C8.04307 23.7257 8.42599 26.4044 9.19183 28.7004C14.5527 30.2311 23.3598 30.6138 31.784 30.2311Z' fill='%23000000'/%3E %3Cpath d='M50.9293 31.7617C44.4197 32.5271 37.9101 32.9097 31.4005 33.2924C28.7201 33.2924 26.0397 33.6751 23.7422 33.6751C24.1251 35.5884 24.508 37.5018 26.0397 39.4151C27.9543 39.4151 29.8689 39.4151 31.4005 39.4151C37.1443 39.0325 42.5051 38.2671 48.2489 37.1191L50.9293 31.7617Z' fill='%23000000'/%3E %3Cpath d='M94.9641 37.1191C90.752 44.7726 85.3911 51.6607 83.4766 60.0794C91.5178 54.722 95.347 46.6859 94.9641 37.1191Z' fill='%23000000'/%3E %3Cpath d='M42.8869 45.5379L45.5673 40.9458C44.4186 40.9458 43.2698 41.3285 42.1211 41.3285L42.8869 45.5379Z' fill='%23000000'/%3E %3C/svg%3E");
}
@media only screen and (min-width: 992px) {
  .analytics-block__logo {
    margin-left: -30px;
    padding-top: 0;
    width: 400px;
    height: 110px;
  }
}
.analytics-block__title {
  width: 100%;
  font-family: "Suisse-regular";
  letter-spacing: -2px;
  line-height: 1;
  margin-top: 20px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .analytics-block__title {
    font-size: 2.33333rem;
  }
}
.analytics-block__text {
  text-align: center;
  margin-top: 27px;
}
.analytics-block__data {
  margin: 40px 0 0;
  position: relative;
}
.analytics-block__data::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 992px) {
  .analytics-block__data {
    margin: 80px 0 0;
  }
}
.analytics-block__elementtitle {
  font-family: "Suisse-medium";
  text-transform: uppercase;
  font-size: 0.8rem;
}
.analytics-block__elementdata {
  font-family: "Suisse-regular";
  font-size: 1.2rem;
}
.analytics-block__element {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  padding-left: 65px;
}
@media only screen and (min-width: 992px) {
  .analytics-block__element {
    width: 33.33%;
    margin-bottom: 50px;
  }
}
.analytics-block__element--instagram {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 135 135'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 { fill: %23fff; } .cls-2 { fill: %23e21294; } %3C/style%3E %3C/defs%3E %3Cg id='Graphic_Elements' data-name='Graphic Elements'%3E %3Cg%3E %3Crect class='cls-2' width='135' height='135'/%3E %3Cg%3E %3Cpath class='cls-1' d='M68.03,35.19c11.35,0,12.69,.04,17.17,.25,4.14,.19,6.39,.88,7.89,1.46,1.98,.77,3.4,1.69,4.89,3.18,1.49,1.49,2.41,2.9,3.18,4.89,.58,1.5,1.27,3.75,1.46,7.89,.2,4.48,.25,5.83,.25,17.17s-.04,12.69-.25,17.17c-.19,4.14-.88,6.39-1.46,7.89-.77,1.98-1.69,3.4-3.18,4.89-1.49,1.49-2.9,2.41-4.89,3.18-1.5,.58-3.75,1.27-7.89,1.46-4.48,.2-5.82,.25-17.17,.25s-12.69-.04-17.17-.25c-4.14-.19-6.39-.88-7.89-1.46-1.98-.77-3.4-1.69-4.89-3.18-1.49-1.49-2.41-2.9-3.18-4.89-.58-1.5-1.27-3.75-1.46-7.89-.2-4.48-.25-5.83-.25-17.17s.04-12.69,.25-17.17c.19-4.14,.88-6.39,1.46-7.89,.77-1.98,1.69-3.4,3.18-4.89,1.49-1.49,2.9-2.41,4.89-3.18,1.5-.58,3.75-1.27,7.89-1.46,4.48-.2,5.83-.25,17.17-.25m0-7.66c-11.54,0-12.99,.05-17.52,.26-4.52,.21-7.61,.92-10.32,1.98-2.79,1.09-5.16,2.54-7.53,4.9-2.36,2.36-3.82,4.73-4.9,7.53-1.05,2.7-1.77,5.79-1.98,10.32-.21,4.53-.26,5.98-.26,17.52s.05,12.99,.26,17.52c.21,4.52,.92,7.61,1.98,10.32,1.09,2.79,2.54,5.16,4.9,7.53,2.36,2.36,4.73,3.82,7.53,4.9,2.7,1.05,5.79,1.77,10.32,1.98,4.53,.21,5.98,.26,17.52,.26s12.99-.05,17.52-.26c4.52-.21,7.61-.92,10.32-1.98,2.79-1.09,5.16-2.54,7.53-4.9,2.36-2.36,3.82-4.73,4.9-7.53,1.05-2.7,1.77-5.79,1.98-10.32,.21-4.53,.26-5.98,.26-17.52s-.05-12.99-.26-17.52c-.21-4.52-.92-7.61-1.98-10.32-1.09-2.79-2.54-5.16-4.9-7.53-2.36-2.36-4.73-3.82-7.53-4.9-2.7-1.05-5.79-1.77-10.32-1.98-4.53-.21-5.98-.26-17.52-.26h0Z'/%3E %3Cpath class='cls-1' d='M68.03,48.21c-12.05,0-21.82,9.77-21.82,21.82s9.77,21.82,21.82,21.82,21.82-9.77,21.82-21.82-9.77-21.82-21.82-21.82Zm0,35.99c-7.82,0-14.17-6.34-14.17-14.17s6.34-14.17,14.17-14.17,14.17,6.34,14.17,14.17-6.34,14.17-14.17,14.17Z'/%3E %3Ccircle class='cls-1' cx='90.72' cy='47.35' r='5.1'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.analytics-block__element--deezer {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 135 135'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 { fill: %23fff; } %3C/style%3E %3C/defs%3E %3Cg id='Graphic_Elements' data-name='Graphic Elements'%3E %3Cg%3E %3Crect class='cls-1' width='135' height='135'/%3E %3Cg%3E %3Crect x='98.25' y='32.15' width='23.4' height='13.7'/%3E %3Crect x='98.25' y='51.15' width='23.4' height='13.7'/%3E %3Crect x='98.25' y='70.15' width='23.4' height='13.7'/%3E %3Crect x='13.35' y='89.15' width='23.4' height='13.7'/%3E %3Crect x='41.65' y='89.15' width='23.4' height='13.7'/%3E %3Crect x='69.95' y='89.15' width='23.4' height='13.7'/%3E %3Crect x='98.25' y='89.15' width='23.4' height='13.7'/%3E %3Crect x='69.95' y='70.15' width='23.4' height='13.7'/%3E %3Crect x='41.65' y='70.15' width='23.4' height='13.7'/%3E %3Crect x='41.65' y='51.15' width='23.4' height='13.7'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.analytics-block__element--facebook {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 135 135'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 { fill: %23fff; } .cls-2 { fill: %231677f0; } %3C/style%3E %3C/defs%3E %3Cg id='Graphic_Elements' data-name='Graphic Elements'%3E %3Cg%3E %3Crect class='cls-2' width='135' height='135'/%3E %3Cpath class='cls-1' d='M93.77,87.01l2.99-19.51h-18.72v-12.66c0-5.34,2.61-10.54,11-10.54h8.51V27.69s-7.72-1.32-15.11-1.32c-15.42,0-25.5,9.34-25.5,26.26v14.87h-17.14v19.51h17.14v47.99h21.09v-47.99h15.73Z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.analytics-block__element--soundcloud {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 135 135'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 { fill: %23ff6700; } .cls-2 { fill: %23fff; opacity: .9; } %3C/style%3E %3C/defs%3E %3Cg id='Graphic_Elements' data-name='Graphic Elements'%3E %3Cg%3E %3Crect class='cls-1' width='135' height='135'/%3E %3Cpath class='cls-2' d='M12.85,67.45l-.68,6.15,.68,6.15c0,.34,.34,.34,.34,.34,.34,0,.34-.34,.34-.34l1.02-6.15-1.02-6.15c0-.34-.34-.34-.34-.34,0,0-.34,0-.34,.34m4.1-3.76l-1.02,9.9,1.02,9.9c0,.34,.34,.34,.34,.34,.34,0,.34-.34,.34-.34l1.37-9.9-1.37-9.9c0-.34-.34-.34-.34-.34h0l-.34,.34m12.98-1.37l-.68,11.27,.68,11.95c0,.34,.34,.68,.68,.68s.68-.34,.68-.68l1.37-11.95-1.02-11.27c0-.34-.34-.68-.68-.68-.68,0-1.02,.34-1.02,.68m-8.54-.68l-1.02,11.95,1.02,11.27c0,.34,.34,.68,.68,.68,0,0,.34-.34,.34-.68l1.02-11.27-1.02-11.95c0-.34-.34-.68-.68-.68,0,.34-.34,.34-.34,.68m4.1-.34l-1.02,12.3,1.02,11.61c0,.34,.34,.68,.68,.68s.68-.34,.68-.68l1.02-11.61-1.02-12.3c0-.34-.34-.68-.68-.68s-.34,.34-.68,.68m8.88-6.15l-1.02,18.44,1.02,11.95c0,.34,.34,.68,.68,.68,.68,0,1.02-.34,1.02-.68l1.02-11.95-1.02-18.44c0-.34-.34-.68-.68-.68-.68,0-1.02,.34-1.02,.68m4.44-4.1l-.68,22.54,.68,11.95c0,.68,.34,1.02,1.02,1.02,.34,0,1.02-.34,1.02-1.02l1.02-11.95-1.02-22.54c0-.68-.34-1.02-1.02-1.02s-1.02,.34-1.02,1.02m18.1-1.02l-.68,23.57,.68,11.27c0,.68,.68,1.37,1.37,1.37s1.37-.68,1.37-1.37l.68-11.27-.68-23.91c0-.68-.68-1.37-1.37-1.37-1.02,.34-1.37,.68-1.37,1.71m-13.66-1.02l-.68,24.59,.68,11.61c0,.68,.34,1.02,1.02,1.02s1.02-.34,1.02-1.02l.68-11.61-.68-24.59c0-.68-.34-1.02-1.02-1.02s-1.02,.68-1.02,1.02m8.88,0l-.68,24.59,.68,11.61c0,.68,.68,1.37,1.37,1.37s1.37-.68,1.37-1.37l.68-11.61-.68-24.59c0-.68-.68-1.37-1.37-1.37s-1.37,.68-1.37,1.37m-4.44-.68l-.68,25.27,.68,11.61c0,.68,.34,1.02,1.02,1.02s1.02-.34,1.02-1.02l.68-11.61-.68-25.27c0-.68-.68-1.02-1.02-1.02s-1.02,.34-1.02,1.02m13.66-3.07l-.68,28.35,.68,11.27c0,.68,.68,1.37,1.37,1.37s1.37-.68,1.37-1.37l.68-11.27-.68-28.35c0-.68-.68-1.37-1.37-1.37s-1.37,.68-1.37,1.37m4.78-2.39l-.68,30.74,.68,11.27c0,.68,.68,1.37,1.37,1.37s1.37-.68,1.37-1.37l.68-11.27-.68-30.74c0-.68-.68-1.37-1.37-1.37h-.34c-.68,0-1.02,.68-1.02,1.37m5.46-3.07c-1.02,.34-1.37,.68-1.37,1.71v43.38c0,.68,.68,1.37,1.37,1.71h37.91c7.51,0,13.66-6.15,13.66-13.66s-6.15-13.66-13.66-13.66c-1.71,0-3.76,.34-5.12,1.02-1.02-12.3-11.27-21.86-23.91-21.86h-1.71c-2.39,0-4.78,.68-7.17,1.37'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.analytics-block__element--spotify {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 135 135'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 { fill: %231ed560; } %3C/style%3E %3C/defs%3E %3Cg id='Graphic_Elements' data-name='Graphic Elements'%3E %3Cg%3E %3Crect class='cls-1' width='135' height='135'/%3E %3Cg%3E %3Cpath d='M98.46,97.3c-1.21,1.99-3.8,2.61-5.78,1.4-15.85-9.69-35.8-11.88-59.3-6.51-2.26,.52-4.52-.9-5.04-3.16-.52-2.26,.89-4.52,3.16-5.04,25.71-5.88,47.77-3.35,65.56,7.52,1.98,1.21,2.61,3.8,1.4,5.79Z'/%3E %3Cpath d='M106.72,78.92c-1.53,2.48-4.76,3.25-7.24,1.73-18.14-11.15-45.8-14.38-67.26-7.87-2.78,.84-5.72-.73-6.57-3.51-.84-2.78,.73-5.72,3.51-6.56,24.52-7.44,54.99-3.84,75.83,8.97,2.47,1.52,3.25,4.76,1.73,7.23Z'/%3E %3Cpath d='M107.43,59.78c-21.76-12.92-57.65-14.11-78.42-7.81-3.34,1.01-6.86-.87-7.87-4.21-1.01-3.34,.87-6.86,4.21-7.88,23.84-7.24,63.48-5.84,88.53,9.03,3,1.78,3.98,5.66,2.21,8.65-1.78,3-5.66,3.99-8.65,2.21Z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.analytics-block__element--tiktok {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 135 135'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 { fill: %23fff; } %3C/style%3E %3C/defs%3E %3Cg id='Graphic_Elements' data-name='Graphic Elements'%3E %3Cg%3E %3Crect width='135' height='135'/%3E %3Cpath class='cls-1' d='M102.61,46.79c0-.36,0-.38-.39-.37-.92,0-1.83-.1-2.73-.24-3.28-.49-13.91-6.07-15.71-15.2-.04-.18-.44-2.44-.43-3.41,0-.43,0-.43-.43-.44-.1,0-.2,0-.29,0-4.16,0-8.32,0-12.48,0-.84,0-.72-.1-.72,.74,0,18.05,0,36.09,0,54.14,0,.67-.02,1.35-.14,2-.63,3.49-2.42,6.22-5.44,8.09-2.62,1.62-5.47,2.08-8.49,1.48-.95-.19-1.85-.55-2.74-.9-.07-.07-.14-.13-.22-.2-.3-.25-.63-.46-.96-.68-3.85-2.67-5.68-6.37-5.12-11,.56-4.7,3.27-7.89,7.72-9.53,1.33-.49,2.73-.69,4.15-.62,.91,.05,1.82,.17,2.71,.42,.31,.09,.47-.02,.49-.35,0-.11,0-.23,0-.34,0-3.24-.12-10.32-.14-10.33,0-.93,0-1.87,.02-2.8,0-.27-.13-.32-.35-.34-1.68-.2-3.36-.24-5.05-.11-2.33,.17-4.59,.65-6.79,1.44-3.5,1.26-6.58,3.21-9.24,5.81-2.28,2.23-4.07,4.82-5.39,7.73-1.26,2.79-1.98,5.71-2.18,8.76-.09,1.32-.07,2.65,.05,3.97,.17,1.83,.52,3.62,1.07,5.37,1.6,5.03,4.51,9.15,8.64,12.43,.42,.33,.82,.7,1.33,.91,0,0,0,0,0,0,.21,.19,.42,.37,.63,.56,.67,.5,1.38,.93,2.13,1.3,4.62,2.28,9.5,3.21,14.63,2.59,6.66-.81,12.21-3.77,16.58-8.85,4.11-4.79,6.11-10.41,6.15-16.69,.05-8.99,.01-17.97,.02-26.96,0-.21-.12-.52,.11-.63,.19-.08,.37,.16,.54,.28,3.34,2.2,6.95,3.79,10.86,4.68,2.27,.52,4.57,.84,6.91,.83,.74,0,.84-.04,.84-.77,0-3.19-.16-11.92-.16-12.76Z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.analytics-block__element--twitter {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='300' height='300.251' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66'/%3E %3C/svg%3E");
}
.analytics-block__element--youtube {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 135 135'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 { fill: %23fd0000; } .cls-2 { fill: %23fff; } %3C/style%3E %3C/defs%3E %3Cg id='Graphic_Elements' data-name='Graphic Elements'%3E %3Cg%3E %3Crect class='cls-1' width='135' height='135'/%3E %3Cpath class='cls-2' d='M110.56,45.84c-1.03-3.87-4.08-6.92-7.96-7.96-7.02-1.88-35.16-1.88-35.16-1.88,0,0-28.14,0-35.16,1.88-3.87,1.04-6.92,4.08-7.96,7.96-1.88,7.02-1.88,21.66-1.88,21.66,0,0,0,14.64,1.88,21.66,1.03,3.87,4.08,6.92,7.96,7.96,7.02,1.88,35.16,1.88,35.16,1.88,0,0,28.14,0,35.16-1.88,3.87-1.04,6.92-4.08,7.96-7.96,1.88-7.02,1.88-21.66,1.88-21.66,0,0,0-14.64-1.88-21.66Zm-52.12,35.16v-27l23.38,13.5-23.38,13.5Z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.analytics-block__more {
  position: relative;
  font-family: "America-regular";
  text-decoration: none;
  color: #000000;
}

.image_grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: top;
  padding: 20px -4px;
  max-width: 1060px;
  margin: 0 auto;
}
.image_grid--centered {
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .image_grid {
    padding: 20px -6px;
  }
}
.image_grid__title {
  margin-left: 6px;
  font-family: "Suisse-regular";
  font-size: 2.333rem;
  width: 100%;
  text-align: left;
}
.image_grid__title--centered {
  text-align: center;
}
.image_grid a, .image_grid__tile {
  text-decoration: none;
  color: #000000;
  flex-basis: 50%;
  padding: 10px 4px;
}
@media only screen and (min-width: 992px) {
  .image_grid a, .image_grid__tile {
    flex-basis: 25%;
    padding: 10px 6px;
  }
}
.image_grid__image {
  display: block;
  background-color: #ffffff;
  flex: 1 1 0;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 10px;
}
@media only screen and (min-width: 992px) {
  .image_grid__image {
    margin: 15px;
  }
}
.image_grid__image--margin {
  background-size: 80%;
}
.image_grid__image:after {
  content: " ";
  display: block;
  height: 0;
  padding-top: 100%;
}
.image_grid__imagetitle {
  text-align: center;
  margin-top: 10px;
  font-family: "Suisse-regular";
  font-size: 1.3rem;
  line-height: 1.2;
}
.image_grid__imagesubtitle {
  text-align: center;
  font-family: "Suisse-light";
  font-size: 1.2rem;
}
.image_grid__richtext {
  text-align: center;
}
.image_grid__richtext a {
  padding: 0;
}

.logo_grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: top;
  padding: 20px -4px;
  justify-content: center;
  max-width: 1060px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .logo_grid {
    padding: 20px -6px;
  }
}
.logo_grid__title {
  text-align: center;
  margin-top: 10px;
  font-family: "Suisse-regular";
  font-size: 1.3rem;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) {
  .logo_grid__title {
    padding: 40px;
  }
}
.logo_grid__logo {
  background-color: #ffffff;
  flex: 1 1 0;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  margin: 10px;
}
@media only screen and (min-width: 992px) {
  .logo_grid__logo {
    margin: 15px;
  }
}
.logo_grid__logo:after {
  content: " ";
  display: block;
  height: 0;
  padding-top: 100%;
}

.video_grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: top;
  padding: 20px -4px;
  max-width: 1060px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .video_grid {
    padding: 20px -6px;
  }
}
.video_grid__tile {
  text-decoration: none;
  color: #000000;
  flex-basis: 100%;
  padding: 10px 4px;
}
@media only screen and (min-width: 992px) {
  .video_grid__tile {
    flex-basis: 50%;
    padding: 10px 6px;
  }
}

.logo_grid {
  width: 100%;
  margin-bottom: 20px;
}
.logo_grid::after {
  clear: both;
  content: "";
  display: block;
}
.logo_grid__logo {
  max-width: 20%;
}
.logo_grid__logo img {
  margin-right: 15px;
  margin-bottom: 15px;
  height: 60px;
  width: auto;
}

.image-paragraph-block {
  padding: 0 10px;
}
@media only screen and (min-width: 992px) {
  .image-paragraph-block {
    padding: 0;
  }
}
.image-paragraph-block__image {
  float: left;
  margin: 0 15px 10px 0;
  width: 150px;
}
@media only screen and (min-width: 992px) {
  .image-paragraph-block__image {
    width: 250px;
  }
}
.image-paragraph-block__text {
  display: inline;
}

.block-advertising_image__label {
  background-color: #0062ff;
  padding: 5px 10px;
}

.block-advertising_video__container {
  position: relative;
  width: 100%;
  padding-bottom: 83%;
  height: 0;
  overflow: hidden;
}
.block-advertising_video__label {
  background-color: #0062ff;
  padding: 5px 10px;
}
.block-advertising_video__video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-advertising-reel__container {
  position: relative;
  width: 100%;
  padding-bottom: 83%;
  height: 0;
  overflow: hidden;
}
.block-advertising-reel__label {
  background-color: #0062ff;
  padding: 5px 10px;
}
.block-advertising-reel__slide {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
}
.block-advertising-reel__slide--fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.highlighted_slider {
  position: relative;
  background-color: #000000;
  padding: 60px 16px 16px 16px;
}
@media only screen and (min-width: 992px) {
  .highlighted_slider {
    padding: 40px;
  }
}
.highlighted_slider__prev, .highlighted_slider__next {
  display: none;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  float: left;
  box-shadow: -2px 2px 0 white;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .highlighted_slider__prev, .highlighted_slider__next {
    display: block;
  }
}
.highlighted_slider__prev {
  transform: rotate(45deg);
  left: 15px;
}
.highlighted_slider__next {
  transform: rotate(-135deg);
  right: 15px;
}
.highlighted_slider__item {
  text-decoration: none;
  color: #ffffff;
  border-left: 1px solid #0062ff;
}
.highlighted_slider .swiper-wrapper .swiper-slide:first-child {
  border: none;
}
.highlighted_slider__title {
  font-family: "Suisse-regular";
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.9px;
  color: #0062ff;
  margin-bottom: -6px;
}
.highlighted_slider__name {
  font-family: "Suisse-regular";
  font-size: 1.3rem;
  letter-spacing: -1.2px;
  line-height: 1;
  padding-left: 8px;
  margin-top: 5px;
  color: #0062ff;
}
@media only screen and (min-width: 992px) {
  .highlighted_slider__name {
    font-size: 1.4rem;
  }
}
.highlighted_slider__country {
  padding-left: 8px;
  font-family: "America-regular";
  text-transform: uppercase;
  font-size: 0.75rem;
}
@media only screen and (min-width: 992px) {
  .highlighted_slider__country {
    font-size: 0.875rem;
  }
}
.highlighted_slider__link {
  color: #ffffff;
}
.highlighted_slider__link:hover {
  color: #000000;
}

.panel--block {
  position: relative;
  margin: 50px auto;
  background-color: #E5E5E6;
  padding: 15px 15px 45px 15px;
}
@media only screen and (min-width: 992px) {
  .panel--block .profile__link {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
}
.panel--block .panelgrid-tile {
  padding: 0;
  border: none;
}
.panel--block .panelgrid-tile__image {
  margin-right: 30px;
  width: 480px;
}
.panel--block .panelgrid-tile__presented {
  margin-top: 0;
  margin-bottom: 1rem;
}
.panel--block .panelgrid-tile__date {
  margin-bottom: 0.5rem;
}
.panel--block .panelgrid-tile__title {
  margin-bottom: 0.5rem;
}

.block-radar {
  padding: 15px;
}
@media only screen and (min-width: 992px) {
  .block-radar {
    padding: 30px;
  }
}
.block-radar__title {
  padding-top: 20px;
  font-family: "Suisse-regular";
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .block-radar__title {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .chartlist {
    padding-right: 30px;
  }
}
.chartlist__row {
  display: flex;
  margin: 20px 0;
}
.chartlist__position {
  line-height: 1;
  width: 40px;
  text-align: left;
  font-family: "Suisse-medium";
  font-size: 1.8rem;
}
.chartlist__image {
  width: 20%;
  height: 0;
  padding-bottom: 20%;
  background-size: contain;
}
.chartlist__info {
  padding-left: 18px;
}
.chartlist__song {
  line-height: 1;
  font-family: "Suisse-regular";
  font-size: 1.8rem;
}
.chartlist__mainartist {
  font-family: "Suisse-light";
  font-size: 1.2rem;
}
.chartlist__country {
  font-family: "America-regular";
}

.festivallist__row {
  margin: 20px 0;
}
.festivallist__name {
  line-height: 1;
  font-family: "Suisse-regular";
  font-size: 1.8rem;
}
.festivallist__country {
  font-family: "America-regular";
}

.block-trendinganalytics {
  padding: 15px;
}
@media only screen and (min-width: 992px) {
  .block-trendinganalytics {
    padding: 30px;
  }
}
.block-trendinganalytics__title {
  padding-top: 20px;
  font-family: "Suisse-regular";
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .block-trendinganalytics__title {
    padding-top: 60px;
  }
}
.block-trendinganalytics__grid {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}
.block-trendinganalytics__card:nth-of-type(2) {
  padding-top: 20px;
}
.block-trendinganalytics__card:nth-of-type(3) {
  padding-top: 30px;
}
@media only screen and (min-width: 992px) {
  .block-trendinganalytics__grid {
    margin: 30px 0 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
  }
  .block-trendinganalytics__card:nth-of-type(2) {
    padding-top: 20px;
  }
  .block-trendinganalytics__card:nth-of-type(3) {
    padding-top: 30px;
  }
  .block-trendinganalytics__card:nth-of-type(4) {
    display: none;
  }
}
.block-trendinganalytics__imageblock {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.block-trendinganalytics__image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.block-trendinganalytics__gradient {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 19%, rgba(0, 0, 0, 0.2) 86%);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
}
.block-trendinganalytics .fansgrowth {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}
.block-trendinganalytics .fansgrowth__text {
  font-family: "Suisse-light";
  font-size: 0.75rem;
  line-height: 1;
}
.block-trendinganalytics .fansgrowth__number {
  font-family: "Suisse-regular";
  letter-spacing: -0.03em;
  font-size: 2.25rem;
  line-height: 1;
  margin-bottom: -5px;
}
.block-trendinganalytics__name {
  line-height: 1.4;
  font-family: "Suisse-regular";
  font-size: 1.4rem;
}
@media only screen and (min-width: 992px) {
  .block-trendinganalytics__name {
    font-size: 1.6rem;
  }
}
.block-trendinganalytics__country {
  font-family: "America-regular";
  text-transform: uppercase;
}

.human-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000000;
  color: #ffffff;
  padding: 40px 10px;
}
@media only screen and (min-width: 992px) {
  .human-block {
    padding: 40px 0 100px 0;
  }
}
.human-block__title {
  width: 100%;
  max-width: 820px;
}
.human-block__title h2 {
  font-family: "Suisse-regular";
  font-size: 2.25rem;
  color: #0062ff;
  letter-spacing: -1.5px;
  line-height: 90%;
  width: 200px;
  margin: 0;
  margin-bottom: -5px;
}
@media only screen and (min-width: 992px) {
  .human-block__title h2 {
    font-size: 2.625rem;
  }
}
.human-block__contentcontainer {
  display: flex;
  flex-direction: column;
  max-width: 820px;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .human-block__contentcontainer {
    flex-direction: row;
  }
}
.human-block__personcontainer {
  flex: 1;
}
.human-block__personcontainer__name {
  font-family: "Suisse-regular";
  font-size: 1.5rem;
  letter-spacing: -0.075rem;
}
@media only screen and (min-width: 992px) {
  .human-block__personcontainer__name {
    font-size: 2.25rem;
  }
}
.human-block__personcontainer__info {
  font-family: "America-regular";
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
  margin-bottom: 5px;
  padding-right: 10px;
}
.human-block__imagecontainer {
  width: 50%;
}
.human-block__textcontainer {
  flex: 2;
}
.human-block__textcontainer__title {
  font-family: "Suisse-regular";
  font-size: 1.5rem;
  letter-spacing: -0.8px;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .human-block__textcontainer__title {
    font-size: 2.25rem;
  }
}
.human-block__textcontainer p {
  font-family: "Suisse-light";
  font-size: 1.125rem;
  font-weight: 300;
  margin: 10px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .human-block__textcontainer p {
    font-size: 1.5rem;
  }
}
.human-block__textcontainer a {
  color: #ffffff;
}

.template-delegates-detailpage #id_backstage_id,
.template-delegates-detailpage #id_name {
  display: none;
}

.image-placeholder {
  background-image: url("/static/svg/placeholder.be3f276ae798.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.image-placeholder-panel {
  background-image: url("/static/images/panel_bg_base_2025.b935fadc4568.png");
  background-repeat: no-repeat;
  background-position: center;
}

.esns-pattern {
  background-image: url("/static/svg/esns-pattern.bf47f3b11c54.svg");
  background-position: center;
}

.animation__graphic4_a {
  background-image: url("/static/svg/graphic4a.2f2029e225cf.svg");
  background-position: center;
}

.animation__graphic4_b {
  background-image: url("/static/svg/graphic4b.9b975e4103e5.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.animation__graphic5 {
  background-image: url("/static/svg/graphic5.bf1c003bc3d3.svg");
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes shaking {
  0% {
    transform: skewY(-15deg);
  }
  10% {
    transform: skewY(15deg);
  }
  20% {
    transform: skewY(-15deg);
  }
  30% {
    transform: skewY(15deg);
  }
  40% {
    transform: skewY(0deg);
  }
  100% {
    transform: skewY(0deg);
  }
}
.animation__shaking:hover {
  animation: shaking 0.5s infinite;
}

.animation__vertical-split-text > div {
  position: relative;
}
.animation__vertical-split-text--original {
  visibility: hidden;
}
.animation__vertical-split-text--upper {
  overflow: hidden;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.bg_color--lightgrey .animation__vertical-split-text--upper {
  background-color: #F5F5F6;
}
.animation__vertical-split-text--lower {
  overflow: hidden;
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.animation__vertical-split-text--lower span {
  bottom: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
}
.bg_color--lightgrey .animation__vertical-split-text--lower {
  background-color: #F5F5F6;
}

.animation__home {
  height: calc(100vh - 140px);
}
.animation__home--es {
  position: absolute;
  z-index: 99;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 557.5 367.5' style='enable-background:new 0 0 557.5 367.5' xml:space='preserve'%3E %3Cstyle%3E .st0{fill:none;stroke:%230062ff;stroke-width:.7;stroke-miterlimit:10} %3C/style%3E %3Cpath class='st0' d='M10 16h237v49H68.7v89.6h168.6v48.5H68.7v98.4H247V351H10V16zM378.2 199c-13.2-2.8-25.7-6.5-37.4-11.3-11.7-4.8-21.9-11-30.7-18.7-8.8-7.7-15.7-16.9-20.8-27.5s-7.6-23-7.6-37.2c0-15.7 3.7-29.4 11.1-41.1 7.4-11.7 17.1-21.5 29.1-29.3 12-7.9 25.6-13.8 40.7-17.8 15.1-4 30.3-6 45.7-6 16.6 0 32.2 1.9 46.7 5.8s27.4 9.9 38.8 18c11.4 8.2 21 18.5 28.9 31s13.5 27.5 16.9 45h-56.8c-2.5-10.2-6.3-18.6-11.6-25.2-5.2-6.6-11.4-11.9-18.5-15.7-7.1-3.8-14.7-6.6-22.9-8.3-8.2-1.7-16.4-2.5-24.7-2.5-6.5 0-13.5.8-21 2.3-7.6 1.5-14.5 4.1-20.8 7.6-6.3 3.5-11.6 8.1-15.9 13.6-4.3 5.5-6.5 12.5-6.5 20.8 0 12.9 4.7 22.9 14.1 29.8 9.4 6.9 21.3 11.8 35.8 14.6l41.1 7.9c14.8 2.8 29 6.4 42.7 10.9 13.7 4.5 25.9 10.6 36.5 18.2 10.6 7.7 19.2 17.3 25.6 28.6 6.5 11.4 9.7 25.6 9.7 42.5s-3.9 31.8-11.5 44.6c-7.7 12.8-17.8 23.4-30.3 31.9s-26.6 14.9-42.5 19.2c-15.9 4.3-32.1 6.5-48.7 6.5-20 0-38.3-2.6-54.7-7.9-16.5-5.2-30.8-12.9-43-22.9-12.2-10-21.9-22.2-29.3-36.7-7.4-14.5-12-31-13.9-49.4h57.8c5.2 23.1 15.1 40.4 29.6 51.7 14.5 11.4 33.3 17.1 56.4 17.1 9.9 0 19.2-1.1 28-3.2 8.8-2.2 16.4-5.4 22.9-9.7 6.5-4.3 11.5-9.6 15.2-15.9 3.7-6.3 5.5-13.5 5.5-21.5 0-8.6-2.1-15.9-6.2-21.7-4.2-5.8-9.6-10.8-16.2-14.8s-14-7.2-22.2-9.5-16.2-4.2-24.3-5.8l-40.8-8z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center left;
  height: calc(50vh - 70px);
  width: 100vw;
  right: 0;
}
@media only screen and (min-width: 992px) {
  .animation__home--es {
    height: 100%;
    width: 50vw;
    right: 50vw;
  }
}
.animation__home--ns {
  position: absolute;
  right: 0;
  z-index: 99;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 617.9 367.5' style='enable-background:new 0 0 617.9 367.5' xml:space='preserve'%3E %3Cstyle%3E .st0{fill:none;stroke:%230062ff;stroke-width:.7;stroke-miterlimit:10} %3C/style%3E %3Cpath class='st0' d='M208.7 351 66.8 83.5V351H10V16h78.5l141.8 267.5V16h56.8v335h-78.4zM438.7 199c-13.2-2.8-25.7-6.5-37.4-11.3-11.7-4.8-21.9-11-30.7-18.7-8.8-7.7-15.7-16.9-20.8-27.5s-7.6-23-7.6-37.2c0-15.7 3.7-29.4 11.1-41.1 7.4-11.7 17.1-21.5 29.1-29.3 12-7.9 25.6-13.8 40.7-17.8 15.1-4 30.3-6 45.7-6 16.6 0 32.2 1.9 46.7 5.8s27.4 9.9 38.8 18c11.4 8.2 21 18.5 28.9 31s13.5 27.5 16.9 45h-56.8c-2.5-10.2-6.3-18.6-11.5-25.2-5.2-6.6-11.4-11.9-18.5-15.7-7.1-3.8-14.7-6.6-22.9-8.3-8.2-1.7-16.4-2.5-24.7-2.5-6.5 0-13.5.8-21 2.3-7.6 1.5-14.5 4.1-20.8 7.6-6.3 3.5-11.6 8.1-15.9 13.6-4.3 5.5-6.5 12.5-6.5 20.8 0 12.9 4.7 22.9 14.1 29.8 9.4 6.9 21.3 11.8 35.8 14.6l41.1 7.9c14.8 2.8 29 6.4 42.7 10.9 13.7 4.5 25.9 10.6 36.5 18.2 10.6 7.7 19.2 17.3 25.6 28.6 6.5 11.4 9.7 25.6 9.7 42.5s-3.9 31.8-11.6 44.6c-7.7 12.8-17.8 23.4-30.3 31.9s-26.6 14.9-42.5 19.2c-15.9 4.3-32.1 6.5-48.7 6.5-20 0-38.3-2.6-54.7-7.9-16.5-5.2-30.8-12.9-43-22.9-12.2-10-21.9-22.2-29.3-36.7-7.4-14.5-12-31-13.9-49.4h57.8c5.2 23.1 15.1 40.4 29.6 51.7 14.5 11.4 33.3 17.1 56.4 17.1 9.9 0 19.2-1.1 28-3.2 8.8-2.2 16.4-5.4 22.9-9.7 6.5-4.3 11.5-9.6 15.2-15.9 3.7-6.3 5.5-13.5 5.5-21.5 0-8.6-2.1-15.9-6.2-21.7-4.2-5.8-9.6-10.8-16.2-14.8s-14-7.2-22.2-9.5-16.2-4.2-24.3-5.8l-40.8-8z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right;
  height: calc(50vh - 70px);
  width: 100vw;
}
@media only screen and (min-width: 992px) {
  .animation__home--ns {
    height: 100%;
    width: 50vw;
  }
}

.animation__sweep-right {
  background: linear-gradient(to right, #000000, #000000);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.5s 0s;
}
.animation__sweep-right:hover {
  background-size: 100% 100%;
  color: #ffffff;
}

.animation__underline:hover {
  position: relative;
}
.animation__underline:hover:after {
  position: absolute;
  top: 23px;
  content: "";
  border-bottom: 2px solid #000000;
  display: block;
  width: 100%;
  z-index: 1;
}

.animation__fullgraphic_container {
  position: relative;
}

.animation__fullgraphic_flexcontainer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animation__fullgraphic_flexcontainer--item {
  position: relative;
  width: 90%;
  height: 0;
  padding-bottom: 26.45%;
}

.animation__fullgraphic_a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/static/svg/fullgraphic-a.75a10dbee739.svg");
  background-repeat: no-repeat;
  background-position: left top;
}

.animation__fullgraphic_b {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/static/svg/fullgraphic-b.c710e2651bb5.svg");
  background-repeat: no-repeat;
  background-position: left center;
}

.animation__fullgraphic_c {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/static/svg/fullgraphic-c.69444ad37578.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
}

.animation__graphic3_a {
  position: absolute;
  bottom: -20%;
  left: 0;
  height: 50%;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.animation__graphic3_a--topleft {
  height: 50%;
  width: 50%;
  top: 20%;
  left: 10%;
}
@media only screen and (min-width: 992px) {
  .animation__graphic3_a--topleft {
    height: 50%;
    width: 50%;
    top: 0%;
    left: 10%;
  }
}

.animation__graphic3_b {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50%;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.animation__graphic3_b--topleft {
  bottom: 10%;
}
@media only screen and (min-width: 992px) {
  .animation__graphic3_b--topleft {
    bottom: 0%;
  }
}

.animation__lottie {
  position: absolute;
  top: 0;
  z-index: 100;
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}