/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

.btn {
  padding: 16px 32px;
  background-color: #c42624;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  display: inline-block;
  transition: opacity, background-color;
  transition-duration: 0.3s;
  text-decoration: none;
  opacity: 1;
}
.btn:hover {
  opacity: 0.8;
}
.btn.inverted {
  padding: 13px 29px;
  border: 3px solid #c42624;
  color: #c42624;
  background-color: white;
}
.btn.inverted:hover {
  background-color: #fbecec;
  opacity: 1;
}

.folding-left,
.folding-right {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  overflow: auto;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .folding-left,
  .folding-right {
    display: block;
    max-height: none;
  }
}
.folding-left .content:after,
.folding-right .content:after {
  content: "";
  display: block;
  position: absolute;
  border: 15px solid black;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .folding-left .content:after,
  .folding-right .content:after {
    content: none;
  }
}

.folding-left .content:after {
  bottom: 0;
  left: 0;
  border-right-color: transparent;
  border-top-color: transparent;
}

.folding-right .content:after {
  top: 0;
  right: 0;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

#loader-overlay {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  z-index: 3000;
  text-align: center;
}
#loader-overlay > * {
  white-space: normal;
}
#loader-overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.3em;
}
#loader-overlay.transparent {
  background-color: transparent;
}
#loader-overlay .loader-wrapper {
  display: inline-block;
  vertical-align: middle;
}
#loader-overlay .loader {
  position: relative;
  margin: 0 auto;
  width: 100px;
}
#loader-overlay .loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#loader-overlay .loader .circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#loader-overlay .loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke: #c42624;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}
#loader-overlay .text {
  margin-top: 1em;
  font-size: 18px;
  font-weight: bold;
  background-color: white;
  box-shadow: 0 0 100px 20px white;
  padding: 1em;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
nav {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  nav {
    position: static;
    height: 80px;
    white-space: nowrap;
  }
  nav > * {
    white-space: normal;
  }
  nav:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em;
  }
}
nav .sandwich {
  display: none;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  nav .sandwich {
    position: fixed;
    display: inline-block;
    vertical-align: middle;
    height: 80px;
    width: 80px;
    background-color: white;
    text-align: center;
    white-space: nowrap;
    z-index: 10;
  }
  nav .sandwich > * {
    white-space: normal;
  }
  nav .sandwich:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em;
  }
}
nav .sandwich .sandwich-content {
  display: inline-block;
  vertical-align: middle;
}
nav .sandwich .sandwich-bar {
  width: 28px;
  height: 4px;
  margin-bottom: 5px;
  background-color: #c42624;
}
nav .sandwich .sandwich-bar:last-child {
  margin-bottom: 0;
}
nav h1 {
  display: inline-block;
  position: absolute;
  left: 1em;
  color: #c42624;
  font-variant: small-caps;
  font-size: 20px;
  top: 50%;
  margin-top: -15px;
}
nav h1 strong {
  font-size: 30px;
}
@media screen and (max-width: 1400px) {
  nav h1 {
    display: none;
  }
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  nav h1 {
    display: inline-block;
    position: static;
    vertical-align: middle;
    margin: 0;
    margin-left: 80px;
  }
}
nav ul {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding-left: 0;
  font-size: 0;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  nav ul {
    position: fixed;
    top: 0;
    background-color: #c42624;
    height: 100%;
    width: 100%;
    z-index: 10;
    overflow: auto;
    left: -100%;
    transition: left 0.5s ease;
  }
}
nav.open ul {
  left: 0;
}
html.csstransforms3d nav.open ul {
  transform: translate3d(0, 0, 0);
}
html.no-csstransforms3d.csstransforms nav.open ul {
  -ms-transform: translateX(0);
  transform: translateX(0);
}
nav li {
  display: inline-block;
  cursor: pointer;
  font-variant: small-caps;
  height: 60px;
  line-height: 60px;
  padding: 0 1.5em;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 1200px), screen and (max-height: 750px) {
  nav li {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
  }
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  nav li {
    display: block;
    border-bottom: 1px solid white;
    color: white;
    padding: 27px 0;
    height: auto;
    line-height: 1.4;
  }
}
nav li:first-child {
  display: none;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  nav li:first-child {
    position: relative;
    display: block;
    background-color: white;
    color: #c42624;
    font-size: 24px;
    padding: 23px 0;
  }
  nav li:first-child .close-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    color: #c42624;
    background-color: white;
    white-space: nowrap;
    font-size: 40px;
    width: 80px;
    text-align: center;
  }
  nav li:first-child .close-wrapper > * {
    white-space: normal;
  }
  nav li:first-child .close-wrapper:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em;
  }
  nav li:first-child .close {
    display: inline-block;
    vertical-align: middle;
  }
}
nav li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: white;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  nav li:after {
    content: none;
    transition: none;
  }
}
nav li:hover:after {
  background-color: #f0acab;
}
nav .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #c42624;
  transition: left 0.5s ease, width 0.5s ease;
  display: none;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  nav .bar {
    display: none !important;
  }
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  html {
    height: auto;
  }
}
html.no-scroll {
  overflow: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  height: 100%;
  overflow: hidden;
  padding-top: 60px;
  font-size: 16px;
  background-color: black;
}
@media screen and (max-width: 1200px), screen and (max-height: 750px) {
  body {
    font-size: 14px;
    padding-top: 55px;
  }
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  body {
    padding-top: 0;
    height: auto;
    overflow: auto;
  }
}

main {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  main {
    height: auto;
  }
}

.scroll-wrapper {
  height: 500%;
  transition: transform 0.7s ease;
  width: 100%;
}
body.optional-is-displayed .scroll-wrapper {
  height: 600%;
}
html.no-csstransforms3d .scroll-wrapper {
  -ms-transform: translateY(0);
  transform: translateY(0);
}
html.csstransforms3d .scroll-wrapper {
  transform: translate3d(0, 0, 0);
}
html.no-csstransforms3d .scroll-wrapper.section-active-0 {
  -ms-transform: translateY(20%);
  transform: translateY(20%);
}
html.csstransforms3d .scroll-wrapper.section-active-0 {
  transform: translate3d(0, 20%, 0);
}
html.no-csstransforms3d body.optional-is-displayed .scroll-wrapper.section-active-0 {
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
html.csstransforms3d body.optional-is-displayed .scroll-wrapper.section-active-0 {
  transform: translate3d(0, 0%, 0);
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .scroll-wrapper.section-active-0 {
    -ms-transform: none !important;
    transform: none !important;
  }
}
html.no-csstransforms3d .scroll-wrapper.section-active-1 {
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
html.csstransforms3d .scroll-wrapper.section-active-1 {
  transform: translate3d(0, 0%, 0);
}
html.no-csstransforms3d body.optional-is-displayed .scroll-wrapper.section-active-1 {
  -ms-transform: translateY(-16.6666666667%);
  transform: translateY(-16.6666666667%);
}
html.csstransforms3d body.optional-is-displayed .scroll-wrapper.section-active-1 {
  transform: translate3d(0, -16.6666666667%, 0);
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .scroll-wrapper.section-active-1 {
    -ms-transform: none !important;
    transform: none !important;
  }
}
html.no-csstransforms3d .scroll-wrapper.section-active-2 {
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}
html.csstransforms3d .scroll-wrapper.section-active-2 {
  transform: translate3d(0, -20%, 0);
}
html.no-csstransforms3d body.optional-is-displayed .scroll-wrapper.section-active-2 {
  -ms-transform: translateY(-33.3333333333%);
  transform: translateY(-33.3333333333%);
}
html.csstransforms3d body.optional-is-displayed .scroll-wrapper.section-active-2 {
  transform: translate3d(0, -33.3333333333%, 0);
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .scroll-wrapper.section-active-2 {
    -ms-transform: none !important;
    transform: none !important;
  }
}
html.no-csstransforms3d .scroll-wrapper.section-active-3 {
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}
html.csstransforms3d .scroll-wrapper.section-active-3 {
  transform: translate3d(0, -40%, 0);
}
html.no-csstransforms3d body.optional-is-displayed .scroll-wrapper.section-active-3 {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
html.csstransforms3d body.optional-is-displayed .scroll-wrapper.section-active-3 {
  transform: translate3d(0, -50%, 0);
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .scroll-wrapper.section-active-3 {
    -ms-transform: none !important;
    transform: none !important;
  }
}
html.no-csstransforms3d .scroll-wrapper.section-active-4 {
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}
html.csstransforms3d .scroll-wrapper.section-active-4 {
  transform: translate3d(0, -60%, 0);
}
html.no-csstransforms3d body.optional-is-displayed .scroll-wrapper.section-active-4 {
  -ms-transform: translateY(-66.6666666667%);
  transform: translateY(-66.6666666667%);
}
html.csstransforms3d body.optional-is-displayed .scroll-wrapper.section-active-4 {
  transform: translate3d(0, -66.6666666667%, 0);
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .scroll-wrapper.section-active-4 {
    -ms-transform: none !important;
    transform: none !important;
  }
}
html.no-csstransforms3d .scroll-wrapper.section-active-5 {
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
}
html.csstransforms3d .scroll-wrapper.section-active-5 {
  transform: translate3d(0, -80%, 0);
}
html.no-csstransforms3d body.optional-is-displayed .scroll-wrapper.section-active-5 {
  -ms-transform: translateY(-83.3333333333%);
  transform: translateY(-83.3333333333%);
}
html.csstransforms3d body.optional-is-displayed .scroll-wrapper.section-active-5 {
  transform: translate3d(0, -83.3333333333%, 0);
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .scroll-wrapper.section-active-5 {
    -ms-transform: none !important;
    transform: none !important;
  }
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .scroll-wrapper {
    height: auto;
    transition: none;
  }
}

section {
  height: 20%;
  overflow: hidden;
  position: relative;
}
body.optional-is-displayed section {
  height: 16.6666666667%;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  section {
    height: auto;
    overflow: auto;
  }
}
section .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  background-repeat: no-repeat;
  animation: zoom 30s linear;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  section .background {
    position: static;
    width: 100%;
    animation: none;
  }
}
section .content {
  background-color: white;
  padding: 0 2em;
  position: relative;
  line-height: 1.4;
  text-align: justify;
  max-height: 100%;
  overflow: auto;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  section .content {
    padding: 0 1.5em 0.5em;
  }
}
section .content a:not(.btn) {
  color: #c42624;
}
section .content a:not(.btn):hover {
  text-decoration: none;
}
section .content h1,
section .content h2 {
  border-bottom: 2px solid #c42624;
  color: #c42624;
}
section .content p {
  margin: 1.5em 0;
}
@media screen and (max-width: 1200px), screen and (max-height: 750px) {
  section .content p {
    margin: 1em 0;
  }
}
section .content strong {
  color: #c42624;
}
section .buttons {
  text-align: center;
}
section .buttons .btn {
  margin-bottom: 1.5em;
}
section.active .background {
  animation-play-state: running;
}
body.ie section.active .background {
  animation: none;
}

@keyframes zoom {
  0% {
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform: scale3d(1.15, 1.15, 1);
  }
}
.section-0 .background {
  background-image: url("/img/compressed/pictures/troupe-repetition.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .section-0 .background {
    position: static;
    position: relative;
  }
  .section-0 .background:before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .section-0 .background > * {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.section-0 .content-wrapper {
  position: absolute;
  left: 25%;
  width: 50%;
  white-space: nowrap;
  height: 100%;
}
.section-0 .content-wrapper > * {
  white-space: normal;
}
.section-0 .content-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.3em;
}
@media screen and (max-width: 1200px), screen and (max-height: 750px) {
  .section-0 .content-wrapper {
    width: 70%;
    left: 15%;
  }
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .section-0 .content-wrapper {
    position: static;
    width: 100%;
  }
  .section-0 .content-wrapper:before {
    content: none;
  }
}
.section-0 .content {
  display: inline-block;
  vertical-align: middle;
  transition: opacity 1s ease, transform 1s ease;
  opacity: 1;
  transform: scale3d(1, 1, 1);
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .section-0 .content {
    transition: none;
    display: block;
  }
}
.section-0.unseen .content {
  opacity: 0;
  transform: scale3d(0.9, 0.9, 1);
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .section-0.unseen .content {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.section-0 .btn:last-child {
  margin-left: 1em;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .section-0 .btn:last-child {
    display: none;
  }
}
.section-0.section-recruitment h2 + p + p {
  font-size: 1.3em;
}
.section-0.section-show h2 + p {
  font-size: 1.3em;
}

.section-1 .background {
  background-image: url("/img/compressed/pictures/section1.jpg");
  background-position: center center;
  background-size: 80% auto;
  animation: none !important;
  top: -10%;
}
@media screen and (max-width: 1200px), screen and (max-height: 750px) {
  .section-1 .background {
    background-size: 90% auto;
  }
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .section-1 .background {
    position: static;
    position: relative;
    background-position: center 16%;
    margin-bottom: -5%;
    background-size: cover;
  }
  .section-1 .background:before {
    content: "";
    display: block;
    padding-top: 66.6666666667%;
  }
  .section-1 .background > * {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.section-1 .content-wrapper {
  position: absolute;
  left: 0;
  transition: bottom 1s ease;
  width: 100%;
  background-color: white;
  bottom: 0;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .section-1 .content-wrapper {
    position: static;
    transition: none;
  }
}
.section-1.unseen .content-wrapper {
  bottom: -100%;
}
.section-1 .content {
  max-width: 1000px;
  margin: auto;
}
.section-1 .buttons .btn + .btn {
  margin-left: 1em;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .section-1 .buttons .btn + .btn {
    display: none;
  }
}

.section-2 .background {
  background-image: url("/img/compressed/pictures/section2.jpg");
  background-position: 90% center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .section-2 .background {
    position: static;
    position: relative;
    background-position: top center;
    background-size: 100% auto;
  }
  .section-2 .background:before {
    content: "";
    display: block;
    padding-top: 83.3333333333%;
  }
  .section-2 .background > * {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.section-2 .content-wrapper {
  position: absolute;
  left: 5%;
  width: 50%;
  white-space: nowrap;
  height: 100%;
}
.section-2 .content-wrapper > * {
  white-space: normal;
}
.section-2 .content-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.3em;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .section-2 .content-wrapper {
    position: static;
    width: 100%;
  }
  .section-2 .content-wrapper:before {
    content: none;
  }
}
.section-2 .content {
  display: inline-block;
  vertical-align: middle;
  transition: opacity 1s ease, transform 1s ease;
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .section-2 .content {
    transition: none;
  }
}
.section-2 .content ul {
  margin: -1.5em 0;
}
@media screen and (max-width: 1200px), screen and (max-height: 750px) {
  .section-2 .content ul {
    margin: -1em 0;
  }
}
.section-2.unseen .content {
  opacity: 0;
  transform: scale3d(0.9, 0.9, 1);
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .section-2.unseen .content {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .section-2 .buttons {
    display: none;
  }
}

.section-3 .background {
  background-image: url("/img/compressed/pictures/section3.jpg");
  background-position: 5% center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .section-3 .background {
    position: static;
    position: relative;
    background-position: center center;
    background-size: cover;
  }
  .section-3 .background:before {
    content: "";
    display: block;
    padding-top: 83.3333333333%;
  }
  .section-3 .background > * {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.section-3 .content-wrapper {
  position: absolute;
  right: 7%;
  width: 50%;
  white-space: nowrap;
  height: 100%;
}
.section-3 .content-wrapper > * {
  white-space: normal;
}
.section-3 .content-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.3em;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .section-3 .content-wrapper {
    position: static;
    width: 100%;
  }
  .section-3 .content-wrapper:before {
    content: none;
  }
}
.section-3 .content {
  display: inline-block;
  vertical-align: middle;
  transition: opacity 1s ease, transform 1s ease;
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .section-3 .content {
    transition: none;
  }
}
.section-3 .content ul {
  margin-top: -1.5em;
}
@media screen and (max-width: 1200px), screen and (max-height: 750px) {
  .section-3 .content ul {
    margin-top: -1em;
  }
}
.section-3.unseen .content {
  opacity: 0;
  transform: scale3d(0.9, 0.9, 1);
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .section-3.unseen .content {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .section-3 .buttons {
    display: none;
  }
}

.section-4 .background {
  background-image: url("/img/compressed/pictures/section4.jpg");
  background-position: 15% center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .section-4 .background {
    position: static;
    position: relative;
    background-position: top center;
    background-size: cover;
  }
  .section-4 .background:before {
    content: "";
    display: block;
    padding-top: 76.9230769231%;
  }
  .section-4 .background > * {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.section-4 .content-wrapper {
  position: absolute;
  right: 0;
  width: 40%;
  white-space: nowrap;
  height: 100%;
  background-color: white;
  transition: right 1s ease;
  text-align: center;
}
.section-4 .content-wrapper > * {
  white-space: normal;
}
.section-4 .content-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.3em;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .section-4 .content-wrapper {
    position: static;
    width: 100%;
    transition: none;
  }
  .section-4 .content-wrapper:before {
    content: none;
  }
}
.section-4 .content {
  display: inline-block;
  vertical-align: middle;
  width: 75%;
}
.section-4 .content ul {
  margin-top: -1.5em;
}
@media screen and (max-width: 1200px), screen and (max-height: 750px) {
  .section-4 .content ul {
    margin-top: -1em;
  }
}
@media screen and (max-width: 1200px), screen and (max-height: 750px) {
  .section-4 .content {
    width: 100%;
  }
}
.section-4.unseen .content-wrapper {
  right: -100%;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .section-4 .buttons {
    display: none;
  }
}

.section-5 .background {
  background-image: url("/img/compressed/pictures/section5.jpg");
  background-position: center center;
  background-size: 100% auto;
  top: -20%;
  animation: none !important;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .section-5 .background {
    position: static;
    position: relative;
    background-position: center center;
    background-size: contain;
  }
  .section-5 .background:before {
    content: "";
    display: block;
    padding-top: 42.5%;
  }
  .section-5 .background > * {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.section-5 .content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: bottom 1s ease;
  width: 100%;
  background-color: white;
}
@media screen and (max-width: 900px), screen and (max-height: 600px) {
  .section-5 .content-wrapper {
    position: static;
    transition: none;
  }
}
.section-5.unseen .content-wrapper {
  bottom: -100%;
}
.section-5 .content {
  max-width: 1000px;
  margin: auto;
}
.section-5 .buttons .btn {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.section-5 .buttons .facebook {
  background-color: #3b5998;
}
.section-5 .buttons .instagram {
  background: linear-gradient(to right top, #fdb549 0%, #d6249f 50%, #285AEB 90%);
}
.section-5 .credits {
  color: gray;
  text-align: center;
  margin-bottom: 1.5em;
}
.section-5 .credits a {
  color: gray;
}
.section-5 .credits a:hover {
  text-decoration: none;
}