@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html, button, datalist, input, select, textarea, .base, .text-base, .link-text-base:focus, .link-text-base:hover, .link-text-base:active {
  color: #222;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; /* font-smoothing: antialiased; text-rendering: optimizeLegibility;*/
}

* {
  box-sizing: border-box;
}

html, .text {
  font-family: "Ubuntu", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

html {
  font-size: 0.875rem;
}

body {
  background-color: #fff;
  height: auto;
  min-height: 100%;
  padding-bottom: 0;
  padding-top: 0;
  font-family: "Ubuntu", sans-serif;
  color: #222;
}

h1, h2, h3, h4, h5, h6, .title, .title--sub, .title--subsub {
  font-family: "Teko", sans-serif;
  color: #222;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

h1, .title {
  font-size: 2.5rem;
  line-height: 1;
  margin: 0 0;
  text-shadow: 0 4px 0 #0063A5;
  color: white;
}
@media only screen and (min-width: 600px) {
  h1, .title {
    font-size: 4.5rem;
  }
}

h2, .title--sub {
  font-size: 2.5rem;
  line-height: 1;
  margin: 0 0;
  text-shadow: 0 3px 0 #0063A5;
  color: white;
}
@media only screen and (min-width: 600px) {
  h2, .title--sub {
    font-size: 3.25rem;
  }
}

h3, h4, .title--subsub {
  margin-top: 1.3125rem;
  font-size: 1.25rem;
  line-height: inherit;
}

p, ol, ul, blockquote, img, table, form, fieldset, pre, iframe, object, embed, video, audio, figure, figcaption, canvas, .par, .paragraph, h4, .ui-dialog-buttonset {
  margin-top: 0.875rem;
}

p, ol, ul, blockquote, img, table, form, fieldset, pre, iframe, object, embed, video, audio, figure, figcaption, canvas, .par, .paragraph {
  margin-bottom: 0.875rem;
}

li {
  margin-bottom: 0.4375rem;
  margin-top: 0.4375rem;
}

a, a:before a:after, button, button:before, button:after, datalist, input, select, textarea, label, .trans {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: 0.1s;
}

a, .underline, .link-underline:focus, .link-underline:hover {
  text-decoration: underline;
}

a, :link {
  color: #4CB7FF;
}

a:visited {
  color: #7fccff;
}

a:hover, a:active {
  background-color: #4CB7FF;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
}

a:active, button:active, input[type=button]:active, input[type=submit]:active, input[type=reset]:active, input:active + label, input + label:active { /*box-shadow: inset 0 0 1em rgba(0, 0, 0, .2);*/ }

button, datalist, input, select, textarea, legend, label, .label {
  line-height: normal;
}

button, datalist, input, select, textarea, .input, .js .js-placeholder .form-label, .cke_contents .cke_wysiwyg_div {
  border-radius: 0;
  padding: 0.75em 1em;
  text-transform: none;
}

button {
  background-color: #4CB7FF;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

button:hover, button:active {
  background-color: #19a2ff;
}

datalist, input, select, textarea, .input, .sp-replacer {
  background-color: #fff;
  border: 1px solid #dadada;
  box-shadow: none;
  color: #222;
  line-height: normal;
}

textarea {
  min-height: 8em;
}

:first-child, .section:first-child {
  margin-top: 0;
}

:last-child, .section:last-child {
  margin-bottom: 0;
}

input:focus {
  background-color: white;
  outline: none;
}

input[type=file] {
  border-width: 0;
}

select {
  height: 37px;
}

.o-page {
  padding: 0 1.25rem;
}

.o-content {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

.o-segment-main {
  padding-bottom: calc(5rem/1.175);
  padding-top: calc(5rem/1.175);
}
@media only screen and (min-width: 900px) {
  .o-segment-main {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}

.o-section-main {
  margin-bottom: calc(5rem/1.175);
  margin-top: calc(5rem/1.175);
}
@media only screen and (min-width: 900px) {
  .o-section-main {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
}

.o-section-sub {
  margin-bottom: calc(5rem/2);
  margin-top: calc(5rem/2);
}

.o-section-subsub {
  margin-bottom: calc(5rem/4);
  margin-top: calc(5rem/4);
}

.o-section-start {
  margin-top: 0 !important;
}

.o-section-end {
  margin-bottom: 0 !important;
}

.o-segment-start {
  padding-top: 0 !important;
}

.o-segment-end {
  padding-bottom: 0 !important;
}

.o-columns {
  margin-left: calc(-1.875rem/2);
  margin-right: calc(-1.875rem/2);
  margin-top: calc(-1.875rem/2);
  margin-bottom: calc(-1.875rem/2);
  font-family: monospace;
  letter-spacing: -0.65em;
  text-align: left;
}
.o-columns--equal {
  overflow: hidden;
  margin-bottom: 0;
  margin-top: -1.875rem;
}
.o-columns--equal .o-column {
  margin-top: 0;
  margin-bottom: 2.5rem;
  padding: 0;
}
.o-columns--equal .o-column .o-column__inner {
  padding: 2.5rem;
  margin-bottom: -9999px;
  padding-bottom: 9999px;
  border: calc(1.875rem/2) solid #ffffff;
  border-bottom: none;
  border-top: 1.875rem solid #ffffff;
}

.o-column {
  margin-bottom: calc(1.875rem/2);
  margin-top: calc(1.875rem/2);
  font-family: "Ubuntu", sans-serif;
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  padding: 0 calc(1.875rem/2);
  width: 100%;
}
.o-column .o-column__inner {
  padding: 1.25rem;
}
.o-column--1 {
  width: calc(100% / (12 / 1));
}
.o-column--2 {
  width: calc(100% / (12 / 2));
}
.o-column--3 {
  width: calc(100% / (12 / 3));
}
.o-column--4 {
  width: calc(100% / (12 / 4));
}
.o-column--5 {
  width: calc(100% / (12 / 5));
}
.o-column--6 {
  width: calc(100% / (12 / 6));
}
.o-column--7 {
  width: calc(100% / (12 / 7));
}
.o-column--8 {
  width: calc(100% / (12 / 8));
}
.o-column--9 {
  width: calc(100% / (12 / 9));
}
.o-column--10 {
  width: calc(100% / (12 / 10));
}
.o-column--11 {
  width: calc(100% / (12 / 11));
}
.o-column--12 {
  width: calc(100% / (12 / 12));
}
@media only screen and (min-width: 600px) {
  .o-column--M-1 {
    width: calc(100% / (12 / 1));
  }
  .o-column--M-2 {
    width: calc(100% / (12 / 2));
  }
  .o-column--M-3 {
    width: calc(100% / (12 / 3));
  }
  .o-column--M-4 {
    width: calc(100% / (12 / 4));
  }
  .o-column--M-5 {
    width: calc(100% / (12 / 5));
  }
  .o-column--M-6 {
    width: calc(100% / (12 / 6));
  }
  .o-column--M-7 {
    width: calc(100% / (12 / 7));
  }
  .o-column--M-8 {
    width: calc(100% / (12 / 8));
  }
  .o-column--M-9 {
    width: calc(100% / (12 / 9));
  }
  .o-column--M-10 {
    width: calc(100% / (12 / 10));
  }
  .o-column--M-11 {
    width: calc(100% / (12 / 11));
  }
  .o-column--M-12 {
    width: calc(100% / (12 / 12));
  }
}
@media only screen and (min-width: 900px) {
  .o-column--L-1 {
    width: calc(100% / (12 / 1));
  }
  .o-column--L-2 {
    width: calc(100% / (12 / 2));
  }
  .o-column--L-3 {
    width: calc(100% / (12 / 3));
  }
  .o-column--L-4 {
    width: calc(100% / (12 / 4));
  }
  .o-column--L-5 {
    width: calc(100% / (12 / 5));
  }
  .o-column--L-6 {
    width: calc(100% / (12 / 6));
  }
  .o-column--L-7 {
    width: calc(100% / (12 / 7));
  }
  .o-column--L-8 {
    width: calc(100% / (12 / 8));
  }
  .o-column--L-9 {
    width: calc(100% / (12 / 9));
  }
  .o-column--L-10 {
    width: calc(100% / (12 / 10));
  }
  .o-column--L-11 {
    width: calc(100% / (12 / 11));
  }
  .o-column--L-12 {
    width: calc(100% / (12 / 12));
  }
}

main:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: background 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), z-index 0s 0.3s;
}

.is-activeNav main:before {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.75);
  transition: background 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.is-activeNav .c-nav {
  transform: translateX(0);
}
.is-activeNav .c-nav-toggle, .is-activeNav .c-nav-toggle:visited {
  border-radius: 100%;
  padding: calc(1.25rem/2);
}
.is-activeNav .c-nav-toggle:after, .is-activeNav .c-nav-toggle:visited:after {
  display: none;
}
.is-activeNav .c-nav-toggle:before, .is-activeNav .c-nav-toggle:visited:before {
  display: block;
  background-image: url("../icons/ic_close.svg");
  height: 1.25em;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.c-nav-toggle, .c-nav-toggle:visited {
  background-color: #fafafa;
  position: fixed;
  top: calc(1.25rem/2);
  right: calc(1.25rem/2);
  z-index: 1000;
  font-weight: 100;
  text-decoration: none;
  color: #222;
  padding: 0.5rem calc(1.25rem/2);
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.1), 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  line-height: 1;
}
.c-nav-toggle:hover, .c-nav-toggle:visited:hover {
  background-color: #fafafa;
  color: #222;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.c-nav-toggle:before, .c-nav-toggle:visited:before {
  margin: 0 auto;
  content: "";
  display: inline-block;
  background-image: url("../icons/ic_menu.svg");
  width: 1.25em;
  height: 1em;
  background-size: cover;
  vertical-align: middle;
  background-position: center center;
}
.c-nav-toggle:after, .c-nav-toggle:visited:after {
  content: "menu";
  display: inline-block;
  font-size: 10px;
  vertical-align: middle;
}
@media only screen and (min-width: 600px) {
  .c-nav-toggle, .c-nav-toggle:visited {
    display: none;
  }
}

.c-nav-bg {
  background-color: #CF122D;
}

.c-nav-logo {
  margin-left: -1.175rem;
  display: inline-block;
  padding: 1.175rem;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none;
}
.c-nav-logo:hover {
  background-color: #a00e23;
}

.c-nav {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: #CF122D;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 999;
  transform: translateX(100%);
  max-width: 320px;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .c-nav {
    max-width: none;
    transform: translateX(0);
    position: absolute;
    bottom: auto;
  }
}

.c-nav__list {
  margin: 0;
  list-style: none;
  padding: 0;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media only screen and (min-width: 600px) {
  .c-nav__list {
    text-align: right;
  }
}

.c-nav__item {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 600px) {
  .c-nav__item {
    display: inline-block;
    vertical-align: top;
  }
}

.c-nav__logo {
  display: inline-block;
  padding: 1em;
}

.c-subNav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-subNav .c-nav__link {
  background-color: #CF122D;
  padding: 0.75em 1.25rem;
  padding-left: calc(1.25rem * 1.5);
}
.c-subNav .c-nav__link:hover {
  background-color: #710a19 !important;
}
@media only screen and (min-width: 600px) {
  .c-subNav {
    margin-left: 0;
    position: absolute;
    height: 0;
    background-color: #a00e23;
    overflow: hidden;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .c-subNav .c-nav__link {
    padding-left: 1.25rem;
  }
}

.has-subNav:hover {
  background-color: #a00e23;
}
.has-subNav:hover .c-nav__link {
  background-color: transparent;
}
@media only screen and (min-width: 600px) {
  .has-subNav:hover .c-subNav {
    height: 39px;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    right: 0;
  }
  .has-subNav:hover .c-nav__link--main:after {
    transform: rotateX(180deg);
  }
}

.has-subNav {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.has-subNav .c-nav__link--main, .has-subNav .c-nav__link--main:visited {
  border-bottom: none;
}
@media only screen and (min-width: 600px) {
  .has-subNav .c-nav__link--main, .has-subNav .c-nav__link--main:visited {
    border-bottom: none !important;
  }
  .has-subNav .c-nav__link--main:after, .has-subNav .c-nav__link--main:visited:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("../icons/ic_keyboard_arrow_down.svg");
    background-size: contain;
    vertical-align: middle;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
}

.c-nav__link, .c-nav__link:visited {
  background-color: #CF122D;
  font-size: 14px;
  display: block;
  padding: 1.6em 1.25rem;
  border-bottom: 1px solid #a00e23;
  text-decoration: none;
  color: #ffffff;
}
.c-nav__link:hover, .c-nav__link:visited:hover {
  color: #ffffff;
  background-color: #a00e23;
}
@media only screen and (min-width: 600px) {
  .c-nav__link, .c-nav__link:visited {
    border-bottom: none;
  }
}

footer {
  font-size: 14px;
}

.c-progress {
  margin-bottom: 3rem !important;
}
.c-progress li {
  position: relative;
  margin: 0;
}
.c-progress li .c-chambernr {
  position: relative;
  z-index: 3;
}
.c-progress li:before {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: #0063A5;
  width: 100%;
  height: 40px;
}
.c-progress li:after {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: #92C231;
  width: 100%;
  height: 30px;
}

.c-currentprogress .c-chambernr:before {
  content: "";
  position: absolute;
  height: 20px;
  background: #92C231;
  width: 100vw;
  right: 99%;
  top: 58%;
  transform: translateY(-50%);
  z-index: -1;
}
.c-currentprogress .c-chambernr.is-inleveren:before {
  content: "";
  z-index: -1;
  position: absolute;
  height: 20px;
  background: #92C231;
  width: 100vw;
  right: -250%;
  top: 58%;
  transform: translateY(-50%);
}

.c-choicebtn input {
  z-index: -999999;
}

.is-correct {
  box-shadow: 0px 3px 0px #92c231;
}

.c-btn, .c-btn:visited {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: calc(1em/2) 1em;
  display: inline-block;
  color: #444;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 0.125rem;
  line-height: 1.25;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 0px 0px 0px, rgba(0, 0, 0, 0.2) 0px 0px 0px 0px;
  width: auto;
  position: relative;
}
.c-btn span, .c-btn:visited span {
  position: relative;
  z-index: 1;
}
.c-btn.c-btn--more, .c-btn:visited.c-btn--more {
  overflow: hidden;
}
.c-btn.c-btn--more:after, .c-btn:visited.c-btn--more:after {
  display: block;
  transform: rotate(90deg);
}
.c-btn.c-btn--external:after, .c-btn:visited.c-btn--external:after {
  transform: rotate(-45deg);
}
.c-btn:before, .c-btn:visited:before {
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: -30px;
  bottom: 0;
  top: 0;
  z-index: 0;
  width: 0%;
  left: 50%;
  background-color: #4CB7FF;
}
.c-btn:after, .c-btn:visited:after {
  content: " ›";
  display: inline-block;
  position: relative;
  z-index: 1;
}
.c-btn:hover, .c-btn:visited:hover {
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s, color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #ffffff;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.1), 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: transparent;
}
.c-btn:hover:before, .c-btn:visited:hover:before {
  transform: translateX(0%);
  left: 0%;
  width: 100%;
  opacity: 1;
}
.c-btn:active, .c-btn:visited:active {
  box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 0px 0px 0px, rgba(0, 0, 0, 0.2) 0px 0px 0px 0px;
}

.c-btn--secondary:before, .c-btn--secondary:visited:before {
  background-color: #CF122D;
}
.c-btn--secondary:hover, .c-btn--secondary:visited:hover {
  background-color: transparent;
}

.c-btn--reverse, .c-btn--reverse:visited {
  background-color: transparent;
  color: #4CB7FF;
  border: solid 0.0625rem #4CB7FF;
  padding: calc((1em / 2) - 1px) calc(1em - 1px);
  padding-right: calc((1em * 3.5) - 1px);
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0);
  position: relative;
}
.c-btn--reverse:after, .c-btn--reverse:visited:after {
  border-left: 0.0625rem solid #4CB7FF;
  margin-left: 1em;
  position: absolute;
  right: 1em;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
  top: 0;
  bottom: 0;
  padding-left: 0.5rem;
}
.c-btn--reverse:hover, .c-btn--reverse:visited:hover {
  box-shadow: none;
  color: #ffffff;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.1), 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.c-btn--reverse:hover:after, .c-btn--reverse:visited:hover:after {
  border-left: 1px solid #fafafa;
}
.c-btn--reverse.c-btn--reverse-secondary, .c-btn--reverse .c-btn--reverse-secondary:visited, .c-btn--reverse:visited.c-btn--reverse-secondary, .c-btn--reverse:visited .c-btn--reverse-secondary:visited {
  border-color: #CF122D;
  color: #CF122D;
}
.c-btn--reverse.c-btn--reverse-secondary:after, .c-btn--reverse .c-btn--reverse-secondary:visited:after, .c-btn--reverse:visited.c-btn--reverse-secondary:after, .c-btn--reverse:visited .c-btn--reverse-secondary:visited:after {
  border-left: 0.0625rem solid #CF122D;
}
.c-btn--reverse.c-btn--reverse-secondary:hover, .c-btn--reverse .c-btn--reverse-secondary:visited:hover, .c-btn--reverse:visited.c-btn--reverse-secondary:hover, .c-btn--reverse:visited .c-btn--reverse-secondary:visited:hover {
  color: #ffffff;
}
.c-btn--reverse.c-btn--reverse-secondary:hover:before, .c-btn--reverse .c-btn--reverse-secondary:visited:hover:before, .c-btn--reverse:visited.c-btn--reverse-secondary:hover:before, .c-btn--reverse:visited .c-btn--reverse-secondary:visited:hover:before {
  background-color: #CF122D;
}
.c-btn--reverse.c-btn--reverse-secondary:hover:after, .c-btn--reverse .c-btn--reverse-secondary:visited:hover:after, .c-btn--reverse:visited.c-btn--reverse-secondary:hover:after, .c-btn--reverse:visited .c-btn--reverse-secondary:visited:hover:after {
  border-left: 0.0625rem solid #fafafa;
}
.c-btn--reverse:active, .c-btn--reverse:visited:active {
  box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 0px 0px 0px, rgba(0, 0, 0, 0.2) 0px 0px 0px 0px;
}

.c-btn-group {
  font-family: monospace;
  letter-spacing: -0.65em;
  text-align: left;
  margin-bottom: calc(-0.875rem/2);
  margin-top: calc(-0.875rem/2);
  margin-left: -0.875rem;
}
.c-btn-group .c-btn {
  margin-bottom: calc(0.875rem/2);
  margin-top: calc(0.875rem/2);
  font-family: "Ubuntu", sans-serif;
  letter-spacing: normal;
  vertical-align: top;
  vertical-align: top;
  margin-left: 0.875rem;
}

.c-image-card {
  margin-left: calc( -2.5rem / 2 );
  margin-top: calc( -2.5rem / 2 );
  margin-right: calc( -2.5rem / 2 );
}
.c-image-card .c-image-card__wrapper {
  padding-bottom: 45%;
}

.c-card-title {
  margin-top: 0.875rem;
}

.c-socials {
  margin-left: -0.25em;
  margin-right: -0.25em;
  max-width: 10em;
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-top: 0;
}

.c-socials__item {
  display: inline-block;
  width: 33.333%;
  vertical-align: top;
  margin: 0;
  padding: 0 0.25em;
}

.c-socials__link {
  padding: 0;
  position: relative;
  display: block;
  padding-bottom: 100%;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-socials__link:hover {
  background-color: transparent;
  color: #4CB7FF !important;
}
.c-socials__link:after {
  background-size: cover;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.c-socials__link--facebook:after {
  background-image: url("../icons/if_facebook.svg");
}
.c-socials__link--linkedin:after {
  background-image: url("../icons/if_linkedin.svg");
}
.c-socials__link--twitter:after {
  background-image: url("../icons/if_twitter.svg");
}

.js-lightbox .js-lightbox__inner:hover {
  cursor: pointer;
}

.c-lightbox {
  z-index: -1;
  opacity: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  top: 0;
}
.c-lightbox .c-lightbox__inner {
  position: relative;
  display: inline-block;
  left: 50%;
  height: 100vh;
  transform: translateX(-50%);
}
.c-lightbox .c-lightbox__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em;
}
@media only screen and (min-width: 900px) {
  .c-lightbox .c-lightbox__close {
    left: 100%;
    top: 0;
    right: unset;
  }
}
.c-lightbox .c-lightbox__close:after {
  content: "";
  display: block;
  background-image: url(../icons/ic_close.svg);
  height: 1.25em;
  width: 1.25em;
  background-size: cover;
}
.c-lightbox .c-lightbox__image {
  margin: 0;
  width: 100%;
  max-width: 72.5rem;
  max-height: calc(100vh - 2.5rem);
}
.c-lightbox .c-lightbox__video {
  width: 100vw;
  max-width: 72.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-lightbox .c-lightbox__imgwrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.u-is-visible {
  opacity: 1;
  z-index: 999999;
}

.u-accessibility, .js .js-accessibility {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.u-accessibility:focus, .u-accessibility:active {
  clip: auto;
  height: auto;
  overflow: visible;
  position: fixed;
  width: auto;
}

.u-light {
  color: #ffffff;
}

.u-primary {
  color: #4CB7FF;
}

.u-secondary {
  color: #CF122D;
}

.u-quiet-bg {
  background-color: #fafafa;
}

.u-primary-bg {
  background-color: #4CB7FF;
}

.u-secondary-bg {
  background-color: #CF122D;
}

.u-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.u-radius {
  border-radius: 4px;
  overflow: hidden;
}

.u-circle {
  overflow: hidden;
  border-radius: 100%;
}

.u-block {
  display: block;
}

.u-accent {
  font-size: 1.25rem;
}

.u-rel {
  position: relative;
}

.u-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.u-video {
  background-color: #000;
  display: block;
  padding-bottom: 56.25%;
  position: relative;
}

.u-image {
  margin: 0;
  background-color: #000;
  display: block;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

.u-image--66 {
  padding-bottom: 66.79%;
}

.u-video iframe, .u-video video, .u-video object, .u-video embed, .u-image img {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.u-readable {
  max-width: 50em;
}

.u-mod {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

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

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

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

.c-btn {
  margin-left: 1rem;
  padding: 3rem;
  background-color: #CF122D;
  border-radius: 100%;
  position: relative;
  box-shadow: 0px 4px 0px #7a0c1a;
  cursor: pointer;
  z-index: 999999;
}
.c-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  color: white;
  line-height: 1;
  text-shadow: 0px 5px 0px #7a0c1a;
}
.c-btn:hover {
  background-color: #7a0c1a !important;
  border-radius: 100%;
  box-shadow: 0px 0px 0px #7a0c1a;
}

.c-chambernr {
  padding: 3rem;
  background-color: #CF122D;
  border-radius: 100%;
  position: relative;
  box-shadow: 0px 4px 0px #7a0c1a;
}
.c-chambernr span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  font-family: "Teko", sans-serif;
  color: white;
  font-size: 72px;
  line-height: 1;
  text-shadow: 0px 5px 0px #7a0c1a;
}

.is-progressbar .columns {
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -27.5%);
}
.is-progressbar .c-chambernr {
  padding: 2rem;
  background-color: #CF122D;
  border-radius: 100%;
  position: relative;
  box-shadow: 0px 4px 0px #7a0c1a;
}
.is-progressbar .c-chambernr span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  font-family: "Teko", sans-serif;
  color: white;
  font-size: 43px;
  line-height: 1;
  text-shadow: 0px 5px 0px #7a0c1a;
}

.startbtn {
  width: 376px;
  height: 376px;
  background-color: #CF122D;
  border-radius: 100%;
  position: relative;
  box-shadow: 4px 10px 0px 0 #7a0c1a, 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 0;
}
.startbtn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Teko", sans-serif;
  color: white;
  font-size: 72px;
  line-height: 1;
  text-shadow: 0px 5px 0px #7a0c1a;
}
.startbtn:hover {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: #CF122D;
  box-shadow: 0px 0px 0px #7a0c1a;
}

.swiper-slide {
  touch-action: none;
}

html, body {
  overscroll-behavior: none;
}

.is-card {
  background-color: white;
  box-shadow: 0px 3px 0px #0063A5;
  height: 100%;
}

.u-height--100 {
  height: 100%;
}

.u-rich p, .u-rich ul {
  font-size: 1.125rem;
}
.u-rich ul {
  list-style: disc;
  padding-left: 1.5rem;
}
.u-rich li::marker {
  color: #CF122D;
}
.u-rich h2 {
  color: #CF122D;
  text-shadow: 0px 2px 0px #7a0c1a !important;
}
.u-rich h3 {
  font-size: 2rem;
  color: #CF122D;
  text-shadow: 0px 1px 0px #7a0c1a !important;
}

input {
  font-size: 18px;
  width: 100%;
  box-shadow: 0px 3px 0px #0063A5;
}

.swiper-button-white {
  color: white !important;
}

.c-choicebtn:has(input[type=radio]:checked) {
  background-color: #7a0c1a;
  box-shadow: 0px 0px 0px #9B0E22;
}

.js-item[data-type=image] picture:after {
  font-family: "Material Symbols Outlined";
  content: "\e8ff";
  display: block;
  padding: 0.25rem 0.66rem;
  font-size: 1.5rem;
  color: white !important;
  position: absolute;
  border-radius: 100%;
  right: 0;
  bottom: 0;
  background-color: #CF122D;
  text-shadow: 0px 1px 0px #7a0c1a !important;
  box-shadow: 0px 3px 0px #7a0c1a;
}

/* Include animations */
.js .js-fadein, .js .js-fadein-up, .js .js-fadein-down, .js .js-fadein-left, .js .js-fadein-right {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.js .js-fadein.js-fadein-delay, .js .js-fadein-up.js-fadein-delay, .js .js-fadein-down.js-fadein-delay, .js .js-fadein-left.js-fadein-delay, .js .js-fadein-right.js-fadein-delay {
  transition-delay: 0.8s;
}

.js .js-fadein:not(.show), .js .js-fadein-up:not(.show), .js .js-fadein-down:not(.show), .js .js-fadein-left:not(.show), .js .js-fadein-right:not(.show) {
  cursor: default;
}

.js .js-fadein.show, .js .js-fadein-up.show, .js .js-fadein-down.show, .js .js-fadein-left.show, .js .js-fadein-right.show {
  opacity: 1;
}

.js .js-fadein.fadeout, .js .js-fadein-up.fadeout, .js .js-fadein-down.fadeout, .js .js-fadein-left.fadeout, .js .js-fadein-right.fadeout {
  opacity: 0;
}

.js .js-fadein-up, .js .js-fadein-left, .js .js-fadein-right {
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}

.js .js-fadein-down {
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}

.js .js-fadein-up.show, .js .js-fadein-down.show, .js .js-fadein-left.show, .js .js-fadein-right.show {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 600px) {
  .js .js-fadein-left {
    -ms-transform: translateX(320px);
    transform: translateX(320px);
  }
  .js .js-fadein-right {
    -ms-transform: translateX(-320px);
    transform: translateX(-320px);
  }
  .js .js-fadein-left.show, .js .js-fadein-right.show {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}