article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: \201c \201d \2018 \2019; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body,
figure {
  margin: 0; }

legend,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

@font-face {
  font-family: "GTWalsheim";
  src: url(../../fonts/GT-Walsheim-Pro-Regular.woff);
  src: url(../../fonts/GT-Walsheim-Pro-Regular.ttf);
  font-weight: normal; }

@font-face {
  font-family: "GTWalsheim";
  src: url(../../fonts/GT-Walsheim-Pro-Bold.woff);
  src: url(../../fonts/GT-Walsheim-Pro-Bold.ttf);
  font-weight: 500; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5); }
  10% {
    -webkit-transform: scaleY(0.9);
            transform: scaleY(0.9); }
  50% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bounce {
  0% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5); }
  10% {
    -webkit-transform: scaleY(0.9);
            transform: scaleY(0.9); }
  50% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 5px; }
  100% {
    width: 100%;
    height: 5px; } }

@keyframes fill {
  0% {
    width: 0%;
    height: 5px; }
  100% {
    width: 100%;
    height: 5px; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation: fadeOut 2s;
          animation: fadeOut 2s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.block--slideshow {
  padding: 10rem 0;
  max-height: initial;
  flex-direction: column; }
  @media (max-width: 767px) {
    .block--slideshow {
      padding: 5rem 0; } }
  .block--slideshow p {
    font-size: 2rem; }
  .block--slideshow .show {
    height: 100%;
    opacity: 1;
    display: block; }
  .block--slideshow .hide {
    display: none; }
  .block--slideshow .prev {
    opacity: 1;
    z-index: 2; }
  .block--slideshow .fade-out {
    opacity: 0;
    transition: opacity 0.5s linear; }
  .block--slideshow .fadeOut {
    -webkit-animation: fadeOut 2s;
            animation: fadeOut 2s; }
  .block--slideshow .next {
    opacity: 1;
    z-index: 1; }
  .block--slideshow .progress {
    height: 1px;
    width: 100%;
    position: relative; }
  .block--slideshow .fill {
    -webkit-animation: fill 7s linear;
            animation: fill 7s linear;
    background: #31f0bc;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .block--slideshow .fadeIn {
    -webkit-animation: fadeIn 2s forwards;
            animation: fadeIn 2s forwards; }
  .block--slideshow .block__paragraph {
    margin: 0; }

.block__content--slideshow {
  display: grid;
  grid-template-columns: -webkit-min-content 50%;
  grid-template-columns: min-content 50%;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  grid-auto-rows: -webkit-fit-content;
  grid-auto-rows: fit-content;
  grid-auto-flow: row;
  grid-gap: 3rem;
  font-size: 2rem;
  position: relative;
  width: 100%;
  min-height: 48.2rem;
  align-items: initial;
  overflow: hidden;
  padding: 5% 0;
  margin-top: 10rem; }
  @media (max-width: 1349px) {
    .block__content--slideshow {
      margin-bottom: 0;
      min-height: 41.25rem; } }
  @media (max-width: 1175px) {
    .block__content--slideshow {
      padding: 0 0 0 4rem; } }
  @media (max-width: 767px) {
    .block__content--slideshow {
      margin-top: 5rem;
      grid-gap: 1rem;
      padding: initial; } }
  .block__content--slideshow .whiteSpace {
    width: 50%;
    grid-column: 2;
    grid-row: 1 / span 4;
    padding-bottom: 56.5%; }
    @media (max-width: 1349px) {
      .block__content--slideshow .whiteSpace {
        width: 55rem; } }
    @media (max-width: 1175px) {
      .block__content--slideshow .whiteSpace {
        width: 45rem; } }
    @media (max-width: 970px) {
      .block__content--slideshow .whiteSpace {
        width: 40rem; } }

.block .block__content--reverse .whiteSpace {
  grid-column: 1; }

.block .block__content--reverse .block__text--slideshow {
  grid-column: 2;
  padding-left: 3rem; }
  @media (max-width: 1175px) {
    .block .block__content--reverse .block__text--slideshow {
      padding-left: 0; } }
  @media (max-width: 1175px) {
    .block .block__content--reverse .block__text--slideshow {
      padding: 2rem; } }

@media (max-width: 767px) {
  .block .block__content--reverse {
    display: flex; } }

.block .block__content--reverse .figure--slideshow {
  width: 50%; }

.block__link--slideshow {
  color: #31f0bc;
  text-decoration: none;
  line-height: 1.5;
  display: block;
  margin: 2.5rem 0;
  font-size: 1.6rem; }

.block__text--slideshow {
  max-width: 48.4rem;
  width: 48.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  grid-column: 1;
  margin: 0; }
  .block__text--slideshow .block__heading--medium {
    margin-top: 0; }
  @media (max-width: 1175px) {
    .block__text--slideshow {
      max-width: 44.4rem; } }
  @media (max-width: 970px) {
    .block__text--slideshow {
      width: 35rem; } }
  @media (max-width: 767px) {
    .block__text--slideshow {
      width: 100%; } }
  @media (max-width: 500px) {
    .block__text--slideshow:not(:nth-last-of-type(1)) {
      margin-bottom: 2rem; } }

@media (max-width: 767px) {
  .block .block__heading {
    display: initial; }
  .block__content--slideshow {
    display: flex;
    flex-flow: row-reverse wrap;
    width: 100%;
    padding: 0; }
    .block__content--slideshow .block__text--slideshow {
      text-align: left;
      padding: 0 4rem;
      flex: 0 0 100%; } }
    @media (max-width: 767px) and (max-width: 500px) {
      .block__content--slideshow .block__text--slideshow {
        padding: 2rem; } }

@media (max-width: 767px) {
    .block__content--slideshow .whiteSpace {
      display: none; }
  .block .figure--slideshow img {
    width: 100%; }
  .block .fill,
  .block .progress {
    display: none; }
  .block .show {
    -webkit-animation: none;
            animation: none; }
  .block .figure--slideshow {
    opacity: 1;
    flex: 0 0 100%;
    position: static;
    top: 0;
    right: 0;
    padding-bottom: 75%; }
  .block .prev {
    opacity: 1;
    z-index: 0; }
  .block .fade-out {
    opacity: 1;
    transition: none;
    visibility: initial; }
  .block .next {
    opacity: 1;
    z-index: 1; }
  .block .hide {
    display: block; } }

.figure--slideshow {
  position: absolute;
  right: 0;
  width: 50%;
  opacity: 0;
  background-size: contain; }
  @media (max-width: 1175px) {
    .figure--slideshow {
      width: 47%; } }
  .figure--slideshow-current {
    z-index: 1; }
  .figure--slideshow img {
    display: block;
    opacity: 0; }
    @media (max-width: 1349px) {
      .figure--slideshow img {
        width: 55rem;
        height: 41.25rem; } }
    @media (max-width: 1175px) {
      .figure--slideshow img {
        width: 45rem;
        height: 33.75rem; } }
    @media (max-width: 970px) {
      .figure--slideshow img {
        width: 40rem;
        height: 30rem; } }
    @media (max-width: 767px) {
      .figure--slideshow img {
        height: initial; } }
