@charset "UTF-8";
@font-face {
  font-family: "haptik";
  src: url("../fonts/haptik_bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "haptik";
  src: url("../fonts/haptik_regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/*-----------------
CUSTOM VARIABLES
-----------------*/
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-cell ---- */
.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsla(0, 0%, 20%, 0.25);
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-page-dot.is-selected {
  background: hsl(0, 0%, 20%);
}

/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 58.75em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=58.75em&large=64em&xlarge=75em&xxlarge=125em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #FFF;
  font-family: "haptik", "Helvetica", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #1D1D1D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 10px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

[data-whatinput=mouse] button {
  outline: 0;
}
button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 10px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.0875rem;
  margin: 0 0 1.25rem;
  padding: 0.625rem;
  border: none;
  border-radius: 0px;
  background-color: #FFF;
  box-shadow: none;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1;
  color: #1D1D1D;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #1D1D1D;
  background-color: #FFF;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  appearance: none;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #F1F5F8;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0px;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #C2C1D3;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1.25rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.625rem;
  margin-right: 1.25rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.625rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 2;
  color: #1D1D1D;
}
label.middle {
  margin: 0 0 1.25rem;
  line-height: 1.5;
  padding: 0.625rem 0;
}

.help-text {
  margin-top: -0.625rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #1D1D1D;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1.25rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0px 0 0 0px;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0px 0px 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #FFF;
  background: #F1F5F8;
  color: #1D1D1D;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.625rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 0px solid #FFF;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.0875rem;
  margin: 0 0 1.25rem;
  padding: 0.625rem;
  appearance: none;
  border: none;
  border-radius: 0px;
  background-color: #FFF;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1;
  color: #1D1D1D;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2882, 82, 82%29"></polygon></svg>');
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select {
  background-origin: content-box;
  background-position: right -1.25rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.875rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:focus {
  outline: none;
  border: 1px solid #1D1D1D;
  background-color: #FFF;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #F1F5F8;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #ED5C5F;
  background-color: rgb(253.2, 238.7, 239);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #ED5C5F;
}

.is-invalid-label {
  color: #ED5C5F;
}

.form-error {
  display: none;
  margin-top: -0.625rem;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ED5C5F;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 31px;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 14px;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "degular-display", "haptik", "Helvetica", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #C2C1D3;
}

h1, .h1 {
  font-size: 2.8125rem;
  line-height: 0.7777777778;
  margin-top: 0;
  margin-bottom: 1rem;
}

h2, .h2 {
  font-size: 2.5rem;
  line-height: 0.8;
  margin-top: 0;
  margin-bottom: 1rem;
}

h3, .h3 {
  font-size: 1.875rem;
  line-height: 0.9333333333;
  margin-top: 0;
  margin-bottom: 1rem;
}

h4, .h4 {
  font-size: 1.625rem;
  line-height: 1.1538461538;
  margin-top: 0;
  margin-bottom: 1rem;
}

h5, .h5 {
  font-size: 1.25rem;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 1rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 58.75em) {
  h1, .h1 {
    font-size: 6.25rem;
    line-height: 0.9;
    margin-bottom: 1rem;
  }
  h2, .h2 {
    font-size: 5rem;
    line-height: 0.8375;
    margin-bottom: 1rem;
  }
  h3, .h3 {
    font-size: 3.6875rem;
    line-height: 0.7627118644;
    margin-bottom: 1rem;
  }
  h4, .h4 {
    font-size: 1.875rem;
    line-height: 0.9333333333;
    margin-bottom: 1rem;
  }
  h5, .h5 {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 1rem;
  }
  h6, .h6 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}
a {
  line-height: inherit;
  color: #ED5C5F;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(232.4194475138, 50.5205524862, 54.2839779006);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #C2C1D3;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 31px;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #C2C1D3;
}
blockquote, blockquote p {
  line-height: 31px;
  color: #525252;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #1D1D1D;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #F1F5F8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #1D1D1D;
  border-radius: 10px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #525252;
}

.lead {
  font-size: 22px;
  line-height: 31px;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #525252;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #C2C1D3;
  background-color: #F1F5F8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #1D1D1D;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #C2C1D3;
  background-color: #F1F5F8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #1D1D1D;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 58.75em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #525252;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media print, screen and (min-width: 58.75em) {
  .grid-container {
    padding-right: 0.6875rem;
    padding-left: 0.6875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container {
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }
}
.grid-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.fluid {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media print, screen and (min-width: 58.75em) {
  .grid-container.fluid {
    padding-right: 0.6875rem;
    padding-left: 0.6875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container.fluid {
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }
}
.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 58.75em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 58.75em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.46875rem;
  margin-right: -0.46875rem;
}
@media print, screen and (min-width: 58.75em) {
  .grid-margin-x {
    margin-left: -0.6875rem;
    margin-right: -0.6875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 0.9375rem);
  margin-left: 0.46875rem;
  margin-right: 0.46875rem;
}
@media print, screen and (min-width: 58.75em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.375rem);
    margin-left: 0.6875rem;
    margin-right: 0.6875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.75rem);
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 0.9375rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 0.9375rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 0.9375rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 0.9375rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 0.9375rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 0.9375rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 0.9375rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 0.9375rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 0.9375rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 0.9375rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 0.9375rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 0.9375rem);
}
@media print, screen and (min-width: 58.75em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.375rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.375rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.375rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.375rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.375rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.375rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.375rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.375rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.375rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.375rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.375rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.375rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.375rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.375rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.375rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.375rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.375rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.375rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.375rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.375rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.375rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.375rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.375rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.75rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.75rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.75rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.75rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.75rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.75rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.75rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.75rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.75rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.75rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.75rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.75rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.75rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.75rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.75rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.75rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.75rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.75rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.75rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.75rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.75rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.75rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.75rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.75rem);
  }
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.75rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.75rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.75rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.75rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.75rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.75rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.75rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.75rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.75rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.75rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.75rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.75rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.46875rem;
  margin-left: -0.46875rem;
}
@media print, screen and (min-width: 58.75em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.6875rem;
    margin-left: -0.6875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.875rem;
    margin-left: -0.875rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.46875rem;
  margin-left: -0.46875rem;
}
@media print, screen and (min-width: 58.75em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.6875rem;
    margin-left: -0.6875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.875rem;
    margin-left: -0.875rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
}
@media print, screen and (min-width: 58.75em) {
  .grid-padding-x > .cell {
    padding-right: 0.6875rem;
    padding-left: 0.6875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-x > .cell {
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 58.75em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 0.9375rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 0.9375rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 0.9375rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 0.9375rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 0.9375rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 0.9375rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 0.9375rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 0.9375rem);
}

@media print, screen and (min-width: 58.75em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.375rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.375rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.375rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.375rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.375rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.375rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.375rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.375rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.375rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.375rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.375rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.375rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.375rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.375rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.375rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.75rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.75rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.75rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.75rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.75rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.75rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.75rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.75rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.75rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.75rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.75rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.75rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.75rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.75rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.75rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.75rem);
  }
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.75rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.75rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.75rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.75rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.75rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.75rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.75rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.75rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 58.75em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 58.75em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 58.75em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 58.75em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 58.75em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.9375rem / 2);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.9375rem / 2);
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.9375rem / 2);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.9375rem / 2);
}

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.9375rem / 2);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.9375rem / 2);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.9375rem / 2);
}

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.9375rem / 2);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.9375rem / 2);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.9375rem / 2);
}

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.9375rem / 2);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.9375rem / 2);
}

@media print, screen and (min-width: 58.75em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.375rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.375rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.375rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.375rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.375rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.375rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.375rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.375rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.375rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.375rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.375rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.375rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.75rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.75rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.75rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.75rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.75rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.75rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.75rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.75rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.75rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.75rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.75rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.75rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 58.75em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 58.75em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.46875rem;
  margin-bottom: -0.46875rem;
}
@media print, screen and (min-width: 58.75em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.6875rem;
    margin-bottom: -0.6875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
}
@media print, screen and (min-width: 58.75em) {
  .grid-padding-y > .cell {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-y > .cell {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

.grid-margin-y {
  margin-top: -0.46875rem;
  margin-bottom: -0.46875rem;
}
@media print, screen and (min-width: 58.75em) {
  .grid-margin-y {
    margin-top: -0.6875rem;
    margin-bottom: -0.6875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 0.9375rem);
  margin-top: 0.46875rem;
  margin-bottom: 0.46875rem;
}
@media print, screen and (min-width: 58.75em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.375rem);
    margin-top: 0.6875rem;
    margin-bottom: 0.6875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.75rem);
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 0.9375rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 0.9375rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 0.9375rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 0.9375rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 0.9375rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 0.9375rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 0.9375rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 0.9375rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 0.9375rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 0.9375rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 0.9375rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 0.9375rem);
}
@media print, screen and (min-width: 58.75em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.375rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.375rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.375rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.375rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.375rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.375rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.375rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.375rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.375rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.375rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.375rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.375rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.375rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.375rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.375rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.375rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.375rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.375rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.375rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.375rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.375rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.375rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.375rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.75rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.75rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.75rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.75rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.75rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.75rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.75rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.75rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.75rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.75rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.75rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.75rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.75rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.75rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.75rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.75rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.75rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.75rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.75rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.75rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.75rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.75rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.75rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.75rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.75rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.75rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.75rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.75rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.75rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.75rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.75rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.75rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.75rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.75rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.75rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.75rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 58.75em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 58.75em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 58.75em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.46875rem;
  margin-bottom: -0.46875rem;
}
@media print, screen and (min-width: 58.75em) {
  .grid-margin-y {
    margin-top: -0.6875rem;
    margin-bottom: -0.6875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 0.9375rem);
  margin-top: 0.46875rem;
  margin-bottom: 0.46875rem;
}
@media print, screen and (min-width: 58.75em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.375rem);
    margin-top: 0.6875rem;
    margin-bottom: 0.6875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.75rem);
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 0.9375rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 0.9375rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 0.9375rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 0.9375rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 0.9375rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 0.9375rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 0.9375rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 0.9375rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 0.9375rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 0.9375rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 0.9375rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 0.9375rem);
}
@media print, screen and (min-width: 58.75em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.375rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.375rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.375rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.375rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.375rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.375rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.375rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.375rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.375rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.375rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.375rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.375rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.375rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.375rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.375rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.375rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.375rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.375rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.375rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.375rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.375rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.375rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.375rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.75rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.75rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.75rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.75rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.75rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.75rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.75rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.75rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.75rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.75rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.75rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.75rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.75rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.75rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.75rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.75rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.75rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.75rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.75rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.75rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.75rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.75rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.75rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.75rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.75rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.75rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.75rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.75rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.75rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.75rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.75rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.75rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.75rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.75rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.75rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.75rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 0.9375rem);
}
@media print, screen and (min-width: 58.75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.75rem);
  }
}

@media print, screen and (min-width: 58.75em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.75rem);
  }
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 5px 20px;
}
@media print, screen and (min-width: 58.75em) {
  .button {
    padding: 5px 25px;
  }
}
.button {
  border: 1px solid transparent;
  border-radius: 0px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "haptik", "Helvetica", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #ED5C5F;
  color: #FFF;
}
.button:hover, .button:focus {
  background-color: #ED5C5F;
  color: #FFF;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #ED5C5F;
  color: #FFF;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(230.4563535912, 32.7436464088, 36.8342541436);
  color: #FFF;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #41A8AA;
  color: #FFF;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(52, 134.4, 136);
  color: #FFF;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #005378;
  color: #FFF;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(0, 66.4, 96);
  color: #FFF;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #B98E55;
  color: #FFF;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(153, 114.3, 63);
  color: #FFF;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #ED5C5F;
  color: #FFF;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(230.4563535912, 32.7436464088, 36.8342541436);
  color: #FFF;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #ED5C5F;
  color: #ED5C5F;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(148.1408839779, 16.3591160221, 19.0856353591);
  color: rgb(148.1408839779, 16.3591160221, 19.0856353591);
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #ED5C5F;
  color: #ED5C5F;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(148.1408839779, 16.3591160221, 19.0856353591);
  color: rgb(148.1408839779, 16.3591160221, 19.0856353591);
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #41A8AA;
  color: #41A8AA;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: rgb(32.5, 84, 85);
  color: rgb(32.5, 84, 85);
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #005378;
  color: #005378;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(0, 41.5, 60);
  color: rgb(0, 41.5, 60);
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #B98E55;
  color: #B98E55;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(95.625, 71.4375, 39.375);
  color: rgb(95.625, 71.4375, 39.375);
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #ED5C5F;
  color: #ED5C5F;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(148.1408839779, 16.3591160221, 19.0856353591);
  color: rgb(148.1408839779, 16.3591160221, 19.0856353591);
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #ED5C5F;
}
.button.clear:hover, .button.clear:focus {
  color: rgb(148.1408839779, 16.3591160221, 19.0856353591);
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #ED5C5F;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: rgb(148.1408839779, 16.3591160221, 19.0856353591);
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #41A8AA;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: rgb(32.5, 84, 85);
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #005378;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: rgb(0, 41.5, 60);
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #B98E55;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: rgb(95.625, 71.4375, 39.375);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #ED5C5F;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(148.1408839779, 16.3591160221, 19.0856353591);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #FFF transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: medium 5px 25px;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #ED5C5F;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #ED5C5F;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #41A8AA;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #005378;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #B98E55;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #ED5C5F;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.callout {
  position: relative;
  margin: 0px;
  padding: 1rem;
  border: 0;
  border-radius: 10px;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout {
  background-color: white;
  color: #1D1D1D;
}
.callout.primary {
  background-color: rgb(252.3, 230.55, 231);
  color: #1D1D1D;
}
.callout.secondary {
  background-color: rgb(225.1595744681, 243.2393617021, 243.5904255319);
  color: #1D1D1D;
}
.callout.success {
  background-color: rgb(196.5, 236.9625, 255);
  color: #1D1D1D;
}
.callout.warning {
  background-color: rgb(244.5, 238.05, 229.5);
  color: #1D1D1D;
}
.callout.alert {
  background-color: rgb(252.3, 230.55, 231);
  color: #1D1D1D;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 0 solid #F1F5F8;
  border-radius: 0px;
  background: none;
  box-shadow: none;
  overflow: hidden;
  color: #1D1D1D;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 2rem;
  background: #F1F5F8;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 2rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.accordion {
  margin-left: 0;
  background: transparent;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 10px 10px 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 10px 10px;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 0 1.25rem 0;
  border: 1px solid #F1F5F8;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1D1D1D;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #F1F5F8;
  border-radius: 0 0 10px 10px;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: transparent;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #F1F5F8;
  border-bottom: 0;
  background-color: transparent;
  color: #1D1D1D;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #F1F5F8;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}
.tabs {
  margin: 0;
  border: 1px solid transparent;
  background: transparent;
  list-style-type: none;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #ED5C5F;
}
.tabs.primary > li > a {
  color: #1D1D1D;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(235.3640883978, 77.1859116022, 80.4585635359);
}

.tabs-title {
  float: left;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a {
  display: block;
  padding: unset;
  font-size: 1rem;
  line-height: 1;
  color: #ED5C5F;
}
.tabs-title > a:hover {
  background: #FFF;
  color: rgb(232.4194475138, 50.5205524862, 54.2839779006);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #1D1D1D;
  color: #FFF;
}

.tabs-content {
  border: 1px solid transparent;
  border-top: 0;
  background: transparent;
  color: #1D1D1D;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid transparent;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: none;
}
.tabs-panel.is-active {
  display: block;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 10px 20px;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 58.75em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #ED5C5F;
  color: #1D1D1D;
}
.menu .active > a {
  background: #ED5C5F;
  color: #1D1D1D;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 10px 20px;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #ED5C5F transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 10px 20px;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #ED5C5F;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #ED5C5F transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #ED5C5F;
}
@media print, screen and (min-width: 58.75em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #ED5C5F transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #ED5C5F transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #ED5C5F;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #ED5C5F transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #ED5C5F transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #ED5C5F;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #C2C1D3;
  background: #FFF;
}
.dropdown .is-dropdown-submenu a {
  padding: 10px 20px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #ED5C5F transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #ED5C5F;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(29, 29, 29, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

[data-whatinput=mouse] .reveal {
  outline: 0;
}
.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 2rem;
  border: 1px solid #C2C1D3;
  border-radius: 10px;
  background-color: #FFF;
}
@media print, screen and (min-width: 58.75em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 58.75em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal {
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 58.75em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 58.75em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 58.75em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 58.74875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

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

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

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

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

.align-middle {
  align-items: center;
}

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

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 58.75em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 58.75em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 58.74875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 58.75em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 58.75em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 58.74875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 58.75em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 58.74875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

/*-----------------
GLOBAL TYPE
-----------------*/
.lead, .lead p {
  font-size: 18px;
  font-weight: 600;
  font-family: "degular-display", "haptik", "Helvetica", Helvetica, Roboto, Arial, sans-serif;
}
@media screen and (min-width: 58.75em) {
  .lead, .lead p {
    font-size: 24px;
    line-height: 36px;
  }
}
.lead.body-font-family p, .lead p.body-font-family p {
  font-family: "haptik", "Helvetica", Helvetica, Roboto, Arial, sans-serif;
}

p, a, span, li {
  font-size: 16px;
  line-height: 25px;
}
p.small, a.small, span.small, li.small {
  font-size: 14px;
  line-height: 26px;
}
p.extra-small, a.extra-small, span.extra-small, li.extra-small {
  font-size: 12px;
  line-height: 22px;
}
h2, h3, h4, h5 {
  margin-bottom: 1rem;
  color: #005378;
}
h2.regular, h3.regular, h4.regular, h5.regular {
  font-weight: normal;
}

h4.alt {
  font-size: 24px;
  line-height: 30px;
}
@media print, screen and (min-width: 58.75em) {
  h4.alt {
    font-size: 35px;
    line-height: 40px;
  }
}

h5.line {
  position: relative;
}
h5.line:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -11px;
  background: #1D1D1D;
}

.regular {
  font-weight: 400;
}

h6 {
  font-weight: 400;
}

ul li::marker {
  color: #ED5C5F;
}

hr {
  width: 100%;
  max-width: unset;
  background: #FFF;
  height: 1px;
  border: none;
}
hr.smallspacing {
  margin-top: 5px;
  margin-bottom: 5px;
}

p.posttype {
  font-family: "haptik", "Helvetica", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
}
p.posttype.posttype-negative {
  margin-bottom: -20px;
}

/*-----------------
GENERAL
-----------------*/
.skip-to-content {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 9999;
  background-color: #FFF;
  color: #1D1D1D;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: 600;
  border: 3px solid #1D1D1D;
  border-radius: 0 0 4px 0;
  transition: top 0.3s ease;
}
.skip-to-content:focus {
  top: 0;
  outline: 3px solid #1D1D1D;
  outline-offset: 2px;
}

html {
  hyphens: auto;
}

::selection {
  background: rgba(224, 247, 246, 0.5019607843);
  color: #459BA3;
}

main {
  overflow-x: hidden;
  min-height: 400px;
}

@media print, screen and (min-width: 58.75em) {
  .no-js header {
    display: none;
  }
}

body {
  font-family: "haptik", "Helvetica", Helvetica, Roboto, Arial, sans-serif;
  background: #FDF0F0;
  overflow-x: hidden;
  hyphens: auto;
}
body.home {
  background: transparent linear-gradient(180deg, #ed5c5f 0%, #F0787A 45%, #E0F7F6 50%, #E0F7F6 70%, #FFADAE 75%, #FFADAE 100%) 0% 0% no-repeat padding-box;
}
body.home section.block.background-white, body.home section.block.background-black, body.home section.block.background-green, body.home section.block.background-medium-red, body.home section.block.background-red {
  background: transparent !important;
}
body.home section.block.block-programma-hulpbijzoeken {
  background: #ED5C5F !important;
}
body.home section.cover.cover-home,
body.home section.cover {
  background: transparent;
}

.page.expanded {
  overflow: hidden !important;
  height: 100vh;
}

@media print, screen and (min-width: 58.75em) {
  .medium-align-right {
    justify-content: flex-end;
  }
  .medium-align-center {
    justify-content: center;
  }
  .medium-align-left {
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 64em) {
  .large-align-right {
    justify-content: flex-end;
  }
  .large-align-center {
    justify-content: center;
  }
  .large-align-left {
    justify-content: flex-start;
  }
}
.overlay {
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  background: #1D1D1D;
}

.content p:last-child {
  margin-bottom: 0px !important;
}

.customgrid {
  margin-left: 7px !important;
  margin-right: 7px !important;
}
.grid-custom {
  margin-right: -7px;
  margin-left: -7px;
}
.grid-custom .cell {
  margin-left: 7px;
  margin-right: 7px;
}

@media print, screen and (max-width: 58.74875em) {
  .beforeline {
    margin-bottom: 0.4rem;
  }
}

.related-single-program .scale {
  margin-top: -5vw;
}

/*-----------------
HELPER CLASSES
-----------------*/
.clickable {
  cursor: pointer;
  display: block;
}

.extramargin {
  margin: 100px 0 !important;
}

.extramargin-bottom {
  margin-bottom: 100px !important;
}
@media print, screen and (min-width: 58.75em) {
  .extramargin-bottom {
    margin-bottom: 250px !important;
  }
}
@media print, screen and (min-width: 64em) {
  .extramargin-bottom {
    margin-bottom: 16vw !important;
  }
}

.extramargin-top {
  margin-top: 250px !important;
}

.cover {
  position: relative;
  object-fit: cover;
}

.border-radius {
  border-radius: 10px;
}

.box-shadow {
  box-shadow: 0px 3px 46px rgba(0, 0, 0, 0.1607843137);
}

.capitalize {
  text-transform: capitalize;
}

.color-white {
  color: #FFF;
}

.color-bluealt {
  color: #8aced5;
}

.color-red {
  color: #ED5C5F !important;
}

.color-meidum-red {
  color: #F0787A !important;
}

.color-black {
  color: #1D1D1D;
}

.color-blue {
  color: #005378 !important;
}

.color-gray {
  color: #9E9E9E;
}

.color-background-green {
  color: #E0F7F6 !important;
}
.color-background-green.color-bluealt {
  color: #8aced5 !important;
}

.color-alt-green {
  color: #004043 !important;
}

.display-block {
  display: block;
}

.display-flex {
  display: flex;
}

.display-inline-block {
  display: inline-block !important;
}

.fullheight {
  height: 100%;
}

.not-clickable {
  pointer-events: none;
}

.no-underline {
  text-decoration: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.aspect-6-9 {
  aspect-ratio: 6/9;
  object-fit: cover;
}

.h-full {
  min-height: 100%;
}

@media print, screen and (max-width: 63.99875em) {
  .small-expanded {
    width: 100%;
  }
}

.subtitel p {
  font-family: "degular-display", "haptik", "Helvetica", Helvetica, Roboto, Arial, sans-serif;
  font-size: 30px;
}

@media screen and (max-width: 1400px) {
  .hide-for-break {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .show-for-break {
    display: block !important;
  }
}

.nobullet {
  list-style-type: none; /* Remove bullets */
  margin-left: 0px;
  margin-bottom: 0px;
}

.bold {
  font-weight: 600;
}

label {
  font-weight: 600;
}

select#subnav {
  font-weight: 600;
}

.slide-fixedwidth {
  width: 275px !important;
}

.buttonscontainer {
  max-width: 300px;
}

.noheight {
  min-height: 0 !important;
  height: auto !important;
}

.z-5 {
  position: relative;
  z-index: 5;
}

/*-----------------
PADDINGS & MARGINS
-----------------*/
.nbm {
  margin-bottom: 0;
}

.sbm {
  margin-bottom: 0.5rem;
}

.bm {
  margin-bottom: 1rem;
}

.lbm {
  margin-bottom: 2rem;
}

.elbm {
  margin-bottom: 3rem;
}

.eelbm {
  margin-bottom: 4rem;
}

.eeelbm {
  margin-bottom: 5rem;
}

.mr {
  margin-right: 0.5rem !important;
}

@media print, screen and (min-width: 64em) {
  .mr-large {
    margin-right: 0.5rem !important;
  }
}

.ntm {
  margin-top: 0 !important;
}

.stm {
  margin-top: 0.5rem;
}

.tm {
  margin-top: 1rem !important;
}

.ltm {
  margin-top: 2rem;
}

.eltm {
  margin-top: 3rem;
}

.eeltm {
  margin-top: 4rem;
}

.weeltm {
  margin-top: 5rem;
}

.nbp {
  padding-bottom: 0;
}

.sbp {
  padding-bottom: 0.5rem;
}

.bp {
  padding-bottom: 1rem;
}

.lbp {
  padding-bottom: 2rem;
}

.elbp {
  padding-bottom: 3rem;
}

.ntp {
  padding-top: 0 !important;
}

@media print, screen and (min-width: 64em) {
  .ntp-large {
    padding-top: 0 !important;
  }
}

.sbp {
  padding-top: 0.5rem;
}

.tp {
  padding-top: 1rem !important;
}

.ltp {
  padding-top: 2rem;
}

.eltp {
  padding-top: 3rem;
}

/*-----------------
BUTTONS
-----------------*/
button:hover {
  cursor: pointer;
}
button.facet-reset {
  transition: 0.2s all ease-in-out;
}
button.facet-reset:hover {
  color: #459BA3;
}

.button, input[type=submit], button.facetwp-load-more {
  padding-top: 0px;
  text-transform: Uppercase !important;
  background: transparent;
  position: relative;
  color: #1D1D1D;
  background: none !important;
  border-bottom: 1px solid #1D1D1D;
  border-left: 1px solid #1D1D1D;
  border-right: 1px solid #1D1D1D;
  z-index: 1;
  margin-top: 5px;
  transition: 0.2s all ease-in-out;
  border-radius: 0 !important;
  display: inline-block;
  font-weight: 600 !important;
  font-size: 0.9rem;
  content: "";
}
.button:after, input[type=submit]:after, button.facetwp-load-more:after {
  content: "";
  transition: 0.2s all ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1D1D1D;
  z-index: -1;
}
.button:hover, .button:focus, input[type=submit]:hover, input[type=submit]:focus, button.facetwp-load-more:hover, button.facetwp-load-more:focus {
  padding-top: 5px;
  margin-top: 0px;
  color: #FFF;
  background: #FFF;
}
.button:hover:after, .button:focus:after, input[type=submit]:hover:after, input[type=submit]:focus:after, button.facetwp-load-more:hover:after, button.facetwp-load-more:focus:after {
  top: -1px;
}
.button.button-white, .button.secondary, input[type=submit].button-white, input[type=submit].secondary, button.facetwp-load-more.button-white, button.facetwp-load-more.secondary {
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  color: #FFF;
}
.button.button-white:after, .button.secondary:after, input[type=submit].button-white:after, input[type=submit].secondary:after, button.facetwp-load-more.button-white:after, button.facetwp-load-more.secondary:after {
  background: #FFF;
}
.button.button-white:hover, .button.button-white:focus, .button.secondary:hover, .button.secondary:focus, input[type=submit].button-white:hover, input[type=submit].button-white:focus, input[type=submit].secondary:hover, input[type=submit].secondary:focus, button.facetwp-load-more.button-white:hover, button.facetwp-load-more.button-white:focus, button.facetwp-load-more.secondary:hover, button.facetwp-load-more.secondary:focus {
  color: #1D1D1D;
  background: #1D1D1D;
}
.button.button-background, input[type=submit].button-background, button.facetwp-load-more.button-background {
  background: #E0F7F6 !important;
  padding-top: 5px;
  margin-top: 0px;
}
.button.facetwp-load-more, input[type=submit].facetwp-load-more, button.facetwp-load-more.facetwp-load-more {
  margin-top: 0px;
  padding: 0px 25px 5px 25px;
  border: 1px solid transparent;
  background: #FFF !important;
  padding: 10px 25px;
}
.button.facetwp-load-more:hover, input[type=submit].facetwp-load-more:hover, button.facetwp-load-more.facetwp-load-more:hover {
  padding-top: 10px;
  margin-top: 0px;
}
.button.button-alt, input[type=submit].button-alt, button.facetwp-load-more.button-alt {
  margin-top: 0px;
  background: #FFF !important;
  border: 0px solid transparent !important;
  padding: 10px 25px;
}
.button.button-small, input[type=submit].button-small, button.facetwp-load-more.button-small {
  padding-left: 12px;
  padding-right: 12px;
}
.button.disabled, input[type=submit].disabled, button.facetwp-load-more.disabled {
  color: #1D1D1D;
}
.button.disabled:hover, input[type=submit].disabled:hover, button.facetwp-load-more.disabled:hover {
  color: #FFF !important;
}
.facetwp-date {
  cursor: pointer !important;
}

.eltm:has(.facetwp-hidden) {
  display: none;
}

/*-----------------
HEADER & NAV
-----------------*/
header {
  z-index: 20 !important;
  margin-top: 5px;
}
@media print, screen and (min-width: 58.75em) {
  header {
    margin-top: 20px;
  }
}
header {
  z-index: 10;
  background: transparent !important;
}
header .h4 {
  color: #FFF;
}
header .gradient {
  top: -50px;
  z-index: -1;
  opacity: 0;
  height: 90px;
  transition: 0.5s all ease-in-out;
  transition-delay: 0.5s;
  background: linear-gradient(rgba(29, 29, 29, 0.5215686275), rgba(29, 29, 29, 0.2705882353), rgba(29, 29, 29, 0));
}
header .gradient.gradient-green {
  background: linear-gradient(rgba(224, 247, 246, 0.5215686275), rgba(224, 247, 246, 0.2705882353), rgba(224, 247, 246, 0));
}
header #searchform {
  position: absolute;
  top: 0;
  right: 10px;
  transform: translateY(-100px);
}
header #searchform.is-active {
  transform: translateY(75px);
}
header.stickynav {
  transition: all ease 0.8s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header.stickynav.scroll {
  top: 0;
}
header.stickynav.scroll .gradient {
  top: -20px;
  opacity: 0.6;
}
header.stickynav.scroll.scrollUp {
  top: -100%;
}
header.stickynav.scroll.scrollUp .gradient {
  top: -50px;
  opacity: 0;
}
header.stickynav.expanded {
  top: 0 !important;
}
header .icons .spacer {
  width: 10px;
  display: inline-block;
}
header .icons svg {
  height: 20px;
}
header .icons:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 375px) {
  header .logo {
    width: 140px;
  }
}
header .logo {
  width: 150px;
}
@media print, screen and (min-width: 58.75em) {
  header .logo {
    width: 210px;
  }
}
header nav .menu a {
  padding-left: 10px;
  padding-right: 10px;
}
header .menu li a {
  color: #FFF;
}
header .menu li.current-menu-item a {
  text-decoration: underline;
}
header .menu li:hover a {
  text-decoration: underline;
}
header .menu.menu-button {
  gap: 15px;
}
header .menu.menu-button li a {
  text-decoration: none !important;
  font-size: 0.9rem;
  padding: 5px 25px;
  padding-top: 0px;
  text-transform: Uppercase !important;
  background: transparent;
  position: relative;
  background: none !important;
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  color: #FFF;
  z-index: 1;
  margin-top: 5px;
  transition: 0.2s all ease-in-out;
  border-radius: 0 !important;
  font-weight: 600 !important;
  content: "";
}
header .menu.menu-button li a:after {
  content: "";
  transition: 0.2s all ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  z-index: -1;
}
header .menu.menu-button li a:hover {
  text-decoration: none !important;
  padding-top: 5px;
  margin-top: 0px;
  color: #1D1D1D;
  background: #1D1D1D;
}
header .menu.menu-button li a:hover:after {
  top: -1px;
}
header .menu.menu-button li.current-menu-item {
  text-decoration: none !important;
}
header .menu.menu-button li.current-menu-item a {
  text-decoration: none !important;
  margin-top: 0px;
  padding-top: 5px;
  color: #1D1D1D;
}
header .menu.menu-button li.current-menu-item a:after {
  top: -1px;
}

.mobilenavigation {
  background: #ED5C5F;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 10;
  opacity: 0;
  top: -100%;
  transition: 0.2s all ease-in-out;
  padding: 100px 10px 40px 10px;
}
.mobilenavigation.expanded {
  top: 0 !important;
  opacity: 1 !important;
}
.mobilenavigation .menu-button {
  margin-bottom: 35px;
  gap: 15px;
}
.mobilenavigation .menu-button li a {
  display: inline-block;
  text-decoration: none !important;
  font-size: 0.9rem;
  padding: 5px 25px;
  padding-top: 0px;
  text-transform: Uppercase !important;
  background: transparent;
  position: relative;
  background: none !important;
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  color: #FFF;
  z-index: 1;
  margin-top: 5px;
  transition: 0.2s all ease-in-out;
  border-radius: 0 !important;
  font-weight: 600 !important;
  font-size: 1.1rem;
  content: "";
}
.mobilenavigation .menu-button li a:after {
  content: "";
  transition: 0.2s all ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  z-index: -1;
}
.mobilenavigation .menu-button li a:hover {
  text-decoration: none !important;
  padding-top: 5px;
  margin-top: 0px;
  color: #1D1D1D;
  background: #1D1D1D;
}
.mobilenavigation .menu-button li a:hover:after {
  top: -1px;
}
.mobilenavigation .menu-button li.current-menu-item a {
  text-decoration: none !important;
  margin-top: 0px;
  padding-top: 5px;
  color: #1D1D1D;
}
.mobilenavigation .menu-button li.current-menu-item a:after {
  top: -1px;
}
.mobilenavigation .menu li a {
  color: #FFF;
}
.mobilenavigation .menu li.current-menu-item {
  text-decoration: none !important;
}

.single-post header svg .headericon {
  fill: #1D1D1D !important;
}
.single-post header .h4 {
  color: #1D1D1D;
}
.single-post header .menu li a {
  color: #1D1D1D;
}
.single-post header .menu.menu-button li a {
  border-bottom: 1px solid #1D1D1D;
  border-left: 1px solid #1D1D1D;
  border-right: 1px solid #1D1D1D;
  color: #1D1D1D;
}
.single-post header .menu.menu-button li a:after {
  background: #1D1D1D;
}
.single-post header .menu.menu-button li a:hover {
  color: #FFF;
  background: #FFF;
}
.single-post header .menu.menu-button li.current-menu-item a {
  color: #FFF;
}

.scale-container {
  margin-top: -5vw;
  text-align: center;
  pointer-events: none;
}
.scale-container .scale {
  pointer-events: none;
}
.scale-container.moveup {
  margin-top: -12vw;
  margin-bottom: -12vw;
}

.scale.color-white {
  color: #FFF;
}
.scale {
  color: #F49898;
  display: inline-block;
  transform-origin: 50% 0;
  -webkit-font-smoothing: antialiased;
  transform: translate3d(0, 0, 0);
}

.menu-icon {
  position: relative;
  z-index: 10;
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #C2C1D3;
}
.menu-icon span {
  background: #1D1D1D;
  height: 2px;
  width: 22px;
  border-radius: 5px;
  display: block;
  transition: 0.2s all ease-in-out;
  position: absolute;
}
.menu-icon span:nth-child(1) {
  transform: translateY(-5px);
}
.menu-icon span:nth-child(2) {
  transform: translateY(0px);
}
.menu-icon span:nth-child(3) {
  transform: translateY(5px);
}
.menu-icon.active span:nth-child(1) {
  transform: rotate(45deg);
}
.menu-icon.active span:nth-child(2) {
  opacity: 0;
}
.menu-icon.active span:nth-child(3) {
  transform: rotate(-45deg);
}

/*-----------------
BLOCKS
-----------------*/
main:last-child {
  background: orange !important;
}

section {
  position: relative;
  z-index: 2;
}
section.block .grid-container {
  pointer-events: auto;
}
section.block {
  margin: 75px 0;
}
@media print, screen and (min-width: 64em) {
  section.block {
    margin: 100px 0;
  }
}
section.cover {
  margin: 0 0 75px 0;
}
@media print, screen and (min-width: 64em) {
  section.cover {
    margin: 0 0 100px 0;
  }
}
section .grid-container {
  position: relative;
  z-index: 2;
}
section.searchresults {
  margin-bottom: 25vh;
}

section.block.background {
  margin: 0;
  padding: 50px 0;
  z-index: 1;
}
@media print, screen and (min-width: 64em) {
  section.block.background {
    padding: 100px 0;
  }
}
section.block.background.background-medium-red + .background-medium-red {
  padding-top: 0px;
}
@media print, screen and (min-width: 64em) {
  section.block.background.background-medium-red + .background-medium-red {
    margin-top: -50px;
  }
}

section:last-child {
  margin-bottom: 250px;
}
section:last-child.imagecutoff {
  margin-bottom: 1px;
}
section:last-child + footer {
  margin-top: 0px;
}

main > section.image-block.imagecutoff:last-child {
  margin-bottom: 0px !important;
}
main > section + footer {
  background: orange !important;
}

section.block.content-block {
  margin: 25px 0;
}
@media print, screen and (min-width: 64em) {
  section.block.content-block {
    margin: 50px 0;
  }
}
@media print, screen and (min-width: 58.75em) {
  section.block.usp-block hr {
    margin-top: 29px !important;
  }
}
section.block.contact-block a {
  display: block;
  color: #1D1D1D;
}
section.block.contact-block a:hover {
  text-decoration: underline;
}
section.block.quote-block h4, section.block.quote-block h6 {
  color: #459BA3;
}
section.block.block-progamma-featured {
  margin: 100px 0 !important;
}
@media print, screen and (min-width: 58.75em) {
  section.block.block-progamma-featured {
    margin: 200px 0 !important;
  }
}
section.block.block-programma-hulpbijzoeken {
  margin: 0 0px 0px 0px !important;
  padding: 0 !important;
  position: relative;
}
section.block.text-block h2, section.block.text-block h3, section.block.text-block h4, section.block.text-block h5, section.block.text-block h6 {
  margin-bottom: 1rem;
}
section.block.text-and-media-block h4, section.block.text-and-media-block h5, section.block.text-and-media-block h6 {
  color: #ED5C5F;
}
section.block.text-and-media-block .mapouter {
  width: 100% !important;
  height: 100%;
}
section.block.text-and-media-block .mapouter .gmap_canvas {
  width: 100% !important;
  height: 100%;
}
section.block.text-and-media-block .mapouter .gmap_canvas iframe {
  height: 400px;
}
@media print, screen and (min-width: 64em) {
  section.block.text-and-media-block .mapouter .gmap_canvas iframe {
    height: 100%;
  }
}
section.block.nieuws-block {
  z-index: 5;
}
section.block.nieuws-block.negativetop .grid-container {
  margin-top: -5vw;
}
section.block.q-and-a-block.specialpadding {
  padding-top: 0;
  margin-top: 21vw;
}
section.programma-block + .programma-block {
  margin-top: -100px;
}
@media print, screen and (max-width: 58.74875em) {
  section.programma-block + .programma-block {
    margin-top: 100px;
  }
}
section.programma-block {
  pointer-events: none;
}

/*-----------------
BACKGROUNDS
-----------------*/
.background-white {
  background: #FFF;
}

.background-black {
  background: #1D1D1D;
}

.background-green {
  background: #459BA3;
  color: #FFF;
}
.background-green .card {
  color: #FFF;
}

.background-medium-red {
  background: #F0787A;
}
.background-medium-red .flickity-page-dot {
  border: 1px solid #1D1D1D !important;
}
.background-medium-red .flickity-page-dot.is-selected {
  background: #1D1D1D !important;
}

.background-red {
  background: #ED5C5F;
  color: #FFF;
}
.background-red h1, .background-red h2, .background-red h3, .background-red h4, .background-red h5, .background-red h6 {
  color: #FFF !important;
}
.background-red .color-medium-red {
  color: #F0787A !important;
}
.background-red .color-red {
  color: #ED5C5F !important;
}
.background-red ul.accordion .accordion-item {
  border-top: 1px solid #FFF;
}
.background-red ul.accordion .accordion-item a.accordion-title {
  color: #FFF;
}
.background-red ul.accordion .accordion-item .accordion-content {
  border: none !important;
}
.background-red ul.accordion .accordion-item .accordion-content p {
  color: #FFF;
}
.background-red ul.accordion .accordion-item:last-child {
  border-bottom: 1px solid #FFF;
}

.pagebackgroundgreen {
  background: #E0F7F6;
}
.pagebackgroundgreen header {
  background: #459BA3;
}
.pagebackgroundgreen section.cover {
  background: #459BA3;
}
.pagebackgroundgreen section.cover h1.scale {
  color: #388A91;
}
.pagebackgroundgreen .card-default {
  background: #459BA3 !important;
  padding: 23px;
}
@media print, screen and (min-width: 58.75em) {
  .pagebackgroundgreen .card-default {
    padding: 32px;
  }
}
.pagebackgroundgreen .card-default h2, .pagebackgroundgreen .card-default h3, .pagebackgroundgreen .card-default h4, .pagebackgroundgreen .card-default h5, .pagebackgroundgreen .card-default h6 {
  color: #FFF;
}
.pagebackgroundgreen .card-default img {
  width: 100%;
}
.pagebackgroundgreen .scale {
  color: #388A91;
}
.pagebackgroundgreen footer:not(.footeroverwrite) {
  background: #459BA3 !important;
}
.pagebackgroundgreen footer:not(.footeroverwrite) .backgroundletters {
  pointer-events: none;
  color: #388A91;
}
.pagebackgroundgreen footer:not(.footeroverwrite) .grid-container.fluid {
  background: linear-gradient(#459BA3, #78C7C9);
}
.pagebackgroundgreen .quote-block h4, .pagebackgroundgreen .quote-block h6 {
  color: #ED5C5F;
}

/*-----------------
COVERS
-----------------*/
section.cover {
  padding: 30px 0 0 0;
  background: #ED5C5F;
}
section.cover.cover-default lottie-player {
  z-index: -1;
}
section.cover .scale-container {
  margin-top: 0px;
}
section.cover.cover-image {
  padding-top: 0px;
  background: transparent;
}
section.cover.cover-image .mediacontainer {
  overflow: hidden;
  position: relative;
  height: 250px;
  z-index: 0;
}
@media print, screen and (min-width: 64em) {
  section.cover.cover-image .mediacontainer {
    height: 650px;
  }
}
section.cover.cover-image .mediacontainer .shape {
  bottom: -1px;
}
section.cover.cover-image .mediacontainer #vimeo-player {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
section.cover.cover-image .mediacontainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.cover.cover-home {
  background: #ED5C5F;
  padding-top: 45px;
  position: relative;
  margin-bottom: 0px;
}
section.cover.cover-home lottie-player {
  left: -10px;
  width: 104vw !important;
}
section.cover.cover-home .cover-upcoming {
  position: relative;
  z-index: 2;
  margin-top: -120px;
}
section.cover.cover-home .mediacontainer {
  width: 100%;
  overflow: visible;
  position: relative;
  height: 60vh;
}
@media print, screen and (min-width: 58.75em) {
  section.cover.cover-home .mediacontainer {
    height: 85vh;
  }
}
section.cover.cover-home .mediacontainer .shape-bottom, section.cover.cover-home .mediacontainer lottie-player.shape-bottom {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
section.cover.cover-home .mediacontainer.mediacontainer-video {
  aspect-ratio: 16/9 !important;
  height: unset !important;
}
section.cover.cover-home .mediacontainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
section.cover.cover-home .mediacontainer iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
section.cover.cover-home .mediacontainer-fade {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  top: 60vh;
  background: linear-gradient(180deg, #ED5C5F, transparent);
  pointer-events: none;
  z-index: 1;
}
@media print, screen and (min-width: 58.75em) {
  section.cover.cover-home .mediacontainer-fade {
    top: 85vh;
  }
}
section.cover.cover-slider {
  padding-top: 0px;
  background: transparent;
}
section.cover.cover-slider .container {
  position: relative;
}
section.cover.cover-slider .container .shape {
  bottom: -1px;
  width: 100%;
}
section.cover.cover-video {
  height: unset !important;
}
section.cover.cover-video .mediacontainer {
  height: unset !important;
  aspect-ratio: 16/9;
  width: 100%;
}
section.cover.cover-video .mediacontainer iframe {
  position: absolute;
  top: 0;
  width: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
section.cover.cover-nieuws {
  background: none;
  padding-top: 75px;
  margin-bottom: 35px;
}
section.cover.cover-programma {
  padding-top: 50px;
}
@media print, screen and (min-width: 58.75em) {
  section.cover.cover-programma {
    padding-top: 90px;
  }
}
@media print, screen and (min-width: 64em) {
  section.cover.cover-programma {
    padding-top: 125px;
  }
}
section.cover.cover-programma {
  background: none;
}
section.cover.cover-programma .verticalcovershape {
  position: absolute;
  top: -100px;
  width: 100%;
  background: #ED5C5F;
  height: 300px;
  z-index: -1;
}
@media print, screen and (min-width: 58.75em) {
  section.cover.cover-programma .verticalcovershape {
    height: 400px;
  }
}
section.cover.cover-programma .imagevertical {
  width: 100%;
  height: 100%;
}
section.cover.cover-programma .imagecontainer {
  height: 250px;
}
@media print, screen and (min-width: 64em) {
  section.cover.cover-programma .imagecontainer {
    height: 650px;
  }
}
section.cover.cover-programma .imagecontainer {
  width: 100%;
  position: relative;
}
section.cover.cover-programma .imagecontainer.contained {
  height: unset !important;
}
section.cover.cover-programma .imagecontainer.contained img {
  object-fit: contain !important;
  width: 100%;
  height: unset;
}
section.cover.cover-programma .imagecontainer .imagefullwidth {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}
section.cover.cover-programma section {
  margin: 50px 0px;
}
@media print, screen and (min-width: 58.75em) {
  section.cover.cover-programma section {
    margin: 70px 0px;
  }
}
section.cover.cover-programma section:last-child {
  margin-bottom: 0px !important;
}
@media print, screen and (max-width: 58.74875em) {
  section.cover.cover-programma .mobileimage-vertical img {
    max-width: 300px;
  }
}

/*-----------------
MOLECULES
-----------------*/
.shape {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  opacity: 0.5;
  height: 50px;
  opacity: 1;
}
@media print, screen and (min-width: 58.75em) {
  .shape {
    height: 75px;
  }
}
.shape.shape-top {
  top: -1px;
}
.shape.shape-bottom {
  bottom: -1px;
  top: unset !important;
}
.shape.shape-below {
  top: calc(100% - 1px);
}
.shape.shape-ontop {
  top: unset;
  bottom: calc(100% - 1px);
}
.shape.rotated {
  z-index: 1;
  transform: rotate(180deg);
}

.gradientred-top {
  background: linear-gradient(0deg, rgba(240, 120, 122, 0.5019607843), rgba(240, 120, 122, 0));
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 1500px;
  z-index: -1;
}

a .social-icon {
  display: inline-block;
  transition: 0.2s all ease-in-out;
  height: 28px;
  width: 28px;
  margin-right: 5px;
}
a:hover .social-icon {
  opacity: 0.75;
}

.categories {
  line-height: 15px;
}
@media print, screen and (min-width: 58.75em) {
  .categories {
    line-height: 18px;
  }
}
.categories .cat {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  font-size: 12px !important;
  color: #FFF;
  line-height: 15px;
}
@media print, screen and (min-width: 58.75em) {
  .categories .cat {
    line-height: 18px;
    color: #FFF;
    margin-right: 30px;
    font-size: 14px !important;
  }
}
.categories .cat:after {
  content: "";
  position: absolute;
  height: 1px;
  top: 49%;
  width: 15px;
  left: calc(100% + 5px);
  background: #FFF;
}
@media print, screen and (min-width: 58.75em) {
  .categories .cat:after {
    background: #FFF;
    width: 25px;
    left: calc(100% + 5px);
  }
}
.categories .cat:last-child {
  margin-right: 0px;
}
.categories .cat:last-child:after {
  display: none;
}

.cover-programma .categories .cat {
  color: #1D1D1D;
}
.cover-programma .categories .cat:after {
  background: #1D1D1D !important;
}

.tooltip {
  position: relative;
}
.tooltip span {
  hyphens: none;
}
.tooltip span:not(.number) {
  pointer-events: none;
  transition: 0.2s all ease-in-out;
  position: absolute;
  opacity: 0;
  top: calc(100% + 15px);
  left: calc(-50% - 9px);
  background: #525252;
  color: #FFF;
  padding: 0 5px;
}
.tooltip span:not(.number):before {
  content: "";
  position: absolute;
  left: calc(50% - 4.5px);
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #525252;
}
.tooltip span:not(.number).align-left {
  left: calc(-50% - 30px);
}
.tooltip span:not(.number).align-left:before {
  left: calc(50% + 13px);
}
.tooltip:hover span {
  opacity: 1;
}
.tooltip#accessibilityicon {
  transition: all 0.3s ease;
  position: relative;
}
.tooltip#accessibilityicon.is-active {
  background-color: #FFF;
  border-radius: 6px;
  padding: 6px;
  margin: -6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.tooltip#accessibilityicon.is-active svg {
  filter: brightness(0);
}
.tooltip#accessibilityicon.is-active svg .headericon,
.tooltip#accessibilityicon.is-active svg path,
.tooltip#accessibilityicon.is-active svg circle,
.tooltip#accessibilityicon.is-active svg rect,
.tooltip#accessibilityicon.is-active svg g {
  fill: #1D1D1D !important;
  stroke: #1D1D1D !important;
}
.tooltip#accessibilityicon.is-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  border: 3px solid #1D1D1D;
  border-radius: 6px;
  box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #1D1D1D;
  z-index: -1;
}
.tooltip#accessibilityicon.is-active span {
  background: #1D1D1D !important;
  color: #FFF !important;
  font-weight: 600;
}

.card a {
  color: unset;
}
.card {
  overflow: visible;
}
.card img {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1254901961);
}
.card p {
  line-height: 1.4em;
}
.card.card-nieuws {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 58.75em) {
  .card.card-nieuws {
    margin-bottom: 2rem;
  }
}
.card.card-nieuws hr {
  margin: 0 0 1rem 0;
  border-bottom: 1px solid #1D1D1D;
}
.card.card-nieuws {
  border-radius: 0px;
}
.card.card-nieuws img {
  object-fit: cover;
  width: 100%;
  height: 175px;
}
.card.card-default {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.2s all ease-in-out;
  transition-delay: 0.1s;
  background: #ED5C5F;
  color: #FFF;
  padding: 23px;
}
@media print, screen and (min-width: 58.75em) {
  .card.card-default {
    padding: 32px;
  }
}
.card.card-default h3 {
  color: #FFF;
}
.card.card-default .card-body {
  flex: 1;
}
.card.card-default img {
  object-fit: cover;
  width: 100%;
  height: 200px;
}
@media print, screen and (min-width: 58.75em) {
  .card.card-default img {
    height: 300px;
  }
}
.card.card-default ul {
  margin-left: 0px !important;
}
.card.card-default ul li {
  position: relative;
  padding-left: 100px;
}
.card.card-default ul li::marker {
  color: transparent;
}
.card.card-default ul li::before {
  color: #005378 !important;
  background: #FFF;
  width: 75px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  z-index: 2s;
}
.card:hover:not(.nohover) .button {
  padding-top: 5px;
  margin-top: 0px;
  color: #FFF;
}
.card:hover:not(.nohover) .button.button-white {
  color: #1D1D1D;
}
.card:hover:not(.nohover) .button:after {
  top: -1px;
}
.card.card-programma {
  position: relative;
  overflow: visible;
}
.card.card-programma.card-programma-horizontal .grid-margin-y {
  margin-bottom: -7.5px;
}
@media print, screen and (min-width: 58.75em) {
  .card.card-programma.card-programma-horizontal .grid-margin-y {
    margin-bottom: -11px;
  }
}
@media print, screen and (min-width: 64em) {
  .card.card-programma.card-programma-horizontal .grid-margin-y {
    margin-bottom: -14px;
  }
}
.card.card-programma.card-programma-horizontal {
  padding: 30px 0;
}
@media print, screen and (min-width: 58.75em) {
  .card.card-programma.card-programma-horizontal {
    padding: 25px 0;
  }
}
.card.card-programma.card-programma-horizontal.display-large .cat {
  color: #525252 !important;
}
@media print, screen and (min-width: 58.75em) {
  .card.card-programma.card-programma-horizontal.display-large .cat {
    color: #1D1D1D !important;
  }
}
.card.card-programma.card-programma-horizontal.display-large .cat:after {
  background: #525252 !important;
}
@media print, screen and (min-width: 58.75em) {
  .card.card-programma.card-programma-horizontal.display-large .cat:after {
    color: #1D1D1D !important;
  }
}
.card.card-programma.card-programma-horizontal.display-large .color-gray {
  color: #525252;
}
.card.card-programma.card-programma-horizontal.display-large h3 {
  color: #FFF !important;
}
.card.card-programma.card-programma-horizontal.display-large .imagecontainer {
  height: auto;
  min-height: unset;
  overflow: hidden;
}
.card.card-programma.card-programma-horizontal.display-large .imagecontainer .image {
  position: static;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
}
.card.card-programma.card-programma-horizontal.display-large:after {
  opacity: 1;
  background: #F49898;
}
.card.card-programma.card-programma-horizontal.display-large.nobackground .imagecontainer {
  min-height: 200px;
}
@media print, screen and (min-width: 64em) {
  .card.card-programma.card-programma-horizontal.display-large.nobackground .imagecontainer {
    min-height: 300px;
  }
}
.card.card-programma.card-programma-horizontal.display-large.nobackground h3 {
  color: #005378 !important;
}
.card.card-programma.card-programma-horizontal.display-large.nobackground:after {
  opacity: 0;
  background: #FFF;
}
.card.card-programma.card-programma-horizontal.display-large.nobackground:hover:after {
  opacity: 1;
}
.card.card-programma.card-programma-horizontal.display-extralarge {
  margin: 50px 0;
}
.card.card-programma.card-programma-horizontal.display-extralarge .cat {
  color: #525252 !important;
}
@media print, screen and (min-width: 58.75em) {
  .card.card-programma.card-programma-horizontal.display-extralarge .cat {
    color: #1D1D1D !important;
  }
}
.card.card-programma.card-programma-horizontal.display-extralarge .cat:after {
  background: #525252 !important;
}
@media print, screen and (min-width: 58.75em) {
  .card.card-programma.card-programma-horizontal.display-extralarge .cat:after {
    color: #1D1D1D !important;
  }
}
.card.card-programma.card-programma-horizontal.display-extralarge .lottie {
  width: 100vw !important;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  z-index: -2;
}
.card.card-programma.card-programma-horizontal.display-extralarge .lottie.rotate {
  transform: translateX(-50%) rotate(180deg) translateY(100px);
}
@media print, screen and (min-width: 58.75em) {
  .card.card-programma.card-programma-horizontal.display-extralarge .lottie {
    transform: translateX(-50%) translateY(200px);
  }
  .card.card-programma.card-programma-horizontal.display-extralarge .lottie.rotate {
    transform: translateX(-50%) rotate(180deg) translateY(200px);
  }
}
.card.card-programma.card-programma-horizontal.display-extralarge h2 {
  color: #388A91;
}
.card.card-programma.card-programma-horizontal.display-extralarge .imagecontainer {
  height: 200px;
}
@media print, screen and (min-width: 58.75em) {
  .card.card-programma.card-programma-horizontal.display-extralarge .imagecontainer {
    height: 450px;
  }
}
.card.card-programma.card-programma-horizontal.display-extralarge:after {
  opacity: 1;
  background: #459BA3;
  height: calc(100% - 200px);
  width: 400%;
  left: -150%;
  top: 100px;
  bottom: 0px;
}
@media print, screen and (min-width: 58.75em) {
  .card.card-programma.card-programma-horizontal.display-extralarge:after {
    top: 200px;
    bottom: 100px;
    height: calc(100% - 400px);
  }
}
.card.card-programma.card-programma-horizontal.display-extralarge .extrainfo {
  background: #388A91 !important;
}
.card.card-programma.card-programma-horizontal.display-extralarge .color-gray {
  color: #525252;
}
.card.card-programma.card-programma-horizontal h3 {
  color: #ED5C5F;
  transition: 0.2s all ease-in-out;
}
.card.card-programma.card-programma-horizontal .imagecontainer {
  height: 100px;
}
@media print, screen and (min-width: 64em) {
  .card.card-programma.card-programma-horizontal .imagecontainer {
    min-height: 160px;
    height: 100%;
  }
}
.card.card-programma.card-programma-horizontal .imagecontainer {
  position: relative;
  overflow: visible;
}
.card.card-programma.card-programma-horizontal .imagecontainer :is(video-embed) {
  height: 100%;
}
.card.card-programma.card-programma-horizontal .imagecontainer {
  height: auto;
  min-height: unset;
  overflow: hidden;
}
.card.card-programma.card-programma-horizontal .imagecontainer .image {
  position: static;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
}
.card.card-programma.card-programma-horizontal .imagecontainer .badge {
  display: none;
}
@media print, screen and (min-width: 58.75em) {
  .card.card-programma.card-programma-horizontal .imagecontainer .badge {
    display: inline-block;
    width: 65px;
    height: 65px;
    background: #FFF;
    border-radius: 99%;
    position: absolute;
    right: 20px;
    top: 0;
    transform: translateY(-50%) rotate(15deg);
    aspect-ratio: 1/1;
  }
  .card.card-programma.card-programma-horizontal .imagecontainer .badge span {
    text-align: center;
    position: absolute;
    width: 55px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #ED5C5F;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 11px;
    word-break: break-word;
  }
}
.card.card-programma.card-programma-horizontal .imagecontainer .extrainfo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ED5C5F;
}
.card.card-programma.card-programma-horizontal .imagecontainer .extrainfo hr {
  margin: 8px;
}
.card.card-programma.card-programma-horizontal .imagecontainer .extrainfo span {
  text-transform: uppercase;
  margin-right: 8px;
}
@media print, screen and (max-width: 58.74875em) {
  .card.card-programma.card-programma-horizontal .imagecontainer .extrainfo span {
    font-size: 11px;
  }
}
.card.card-programma.card-programma-horizontal .categories .cat {
  color: #9E9E9E;
}
@media print, screen and (max-width: 58.74875em) {
  .card.card-programma.card-programma-horizontal .categories .cat {
    color: #9E9E9E;
    font-size: 12px;
    line-height: 15px;
  }
}
@media print, screen and (min-width: 64em) {
  .card.card-programma.card-programma-horizontal .categories .cat {
    color: #1D1D1D;
  }
}
.card.card-programma.card-programma-horizontal .categories .cat:after {
  background: #9E9E9E;
}
@media print, screen and (min-width: 64em) {
  .card.card-programma.card-programma-horizontal .categories .cat:after {
    background: #1D1D1D;
  }
}
.card.card-programma.card-programma-horizontal:after {
  position: absolute;
  top: 0;
  height: 100%;
  background: #FFF;
  content: "";
  z-index: -1;
  opacity: 0;
  transition: 0.2s all ease-in-out;
  left: 0px;
  width: 100%;
}
@media print, screen and (min-width: 58.75em) {
  .card.card-programma.card-programma-horizontal:after {
    left: -25px;
    width: calc(100% + 50px);
  }
}
@media print, screen and (min-width: 58.75em) {
  .card.card-programma.card-programma-horizontal:hover h3 {
    color: #005378;
  }
  .card.card-programma.card-programma-horizontal:hover:after {
    opacity: 1;
  }
}
.card.card-programma.card-programma-vertical, .card.card-programma.card-programma-slider_small, .card.card-programma.card-programma-vertical_background {
  color: #FFF;
}
.card.card-programma.card-programma-vertical h5, .card.card-programma.card-programma-vertical h4, .card.card-programma.card-programma-slider_small h5, .card.card-programma.card-programma-slider_small h4, .card.card-programma.card-programma-vertical_background h5, .card.card-programma.card-programma-vertical_background h4 {
  color: #FFF;
}
.card.card-programma.card-programma-vertical .image, .card.card-programma.card-programma-slider_small .image, .card.card-programma.card-programma-vertical_background .image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 0.5rem;
}
.card.card-programma.card-programma-vertical .color-gray {
  color: #FFF !important;
}
.card.card-programma.card-programma-vertical_background {
  height: 100%;
  padding: 20px;
  background: #F8CAC8;
  color: #1D1D1D;
}
.card.card-programma.card-programma-vertical_background .color-gray {
  color: #525252;
}
.card.card-programma.card-programma-vertical_background .categories .cat {
  color: #525252 !important;
}
@media print, screen and (min-width: 64em) {
  .card.card-programma.card-programma-vertical_background .categories .cat {
    color: #1D1D1D !important;
  }
}
.card.card-programma.card-programma-vertical_background .categories .cat:after {
  background: #525252 !important;
}
@media print, screen and (min-width: 64em) {
  .card.card-programma.card-programma-vertical_background .categories .cat:after {
    background: #1D1D1D;
  }
}
.card.card-programma.card-programma-slider {
  height: 750px;
  position: relative;
}
.card.card-programma.card-programma-slider img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.responsive-embed.widescreen {
  padding-bottom: 47.25%;
  margin-bottom: 0px;
}

/*-----------------
ATOMS
-----------------*/
#afdeling-toggle, #footer-toggle {
  position: relative;
}
#afdeling-toggle:after, #footer-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transition: 0.2s all ease-in-out;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #005378;
}
#afdeling-toggle.is-active:after, #footer-toggle.is-active:after {
  top: 0;
  transform: rotate(180deg);
}

#afdelingen {
  transition: 0.2s all ease-in-out;
  height: 0px;
  overflow: hidden;
}
#afdelingen.is-active {
  height: 100%;
}

ul.accordion .accordion-item {
  border-top: 1px solid #1D1D1D;
}
ul.accordion .accordion-item a.accordion-title {
  border: none;
  font-family: "degular-display", "haptik", "Helvetica", Helvetica, Roboto, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  transition: 0.2s all ease-in-out;
  padding-right: 35px;
}
ul.accordion .accordion-item a.accordion-title:before {
  margin-top: 0px;
  transform: translateY(-50%);
}
ul.accordion .accordion-item .accordion-content {
  padding-top: 0px;
  border: none !important;
}
ul.accordion .accordion-item .accordion-content p {
  margin-bottom: 0px;
}
ul.accordion .accordion-item:last-child {
  border-bottom: 1px solid #1D1D1D;
}

.tabs .tabs-title .button {
  padding: 5px 25px;
  padding-top: 0px;
}
.tabs .tabs-title .button:hover {
  padding-top: 5px;
  margin-top: 0px;
}
.tabs .tabs-title.is-active .button {
  padding-top: 5px;
  margin-top: 0px;
  color: #1D1D1D;
}
.tabs .tabs-title.is-active .button:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  z-index: -1;
}

.icon {
  width: 24px;
  object-fit: contain;
}
.icon.large {
  width: 40px;
}

.circle-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1D1D1D;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tag {
  text-transform: uppercase;
  background: #459BA3;
  color: #FFF;
  font-size: 11px;
  padding: 2px 5px;
  margin-right: 5px;
  font-weight: 600;
}
.tag.tag-red {
  background: #ED5C5F;
}
.tag.tag-white {
  background: #FFF;
  color: #1D1D1D;
}

.fullimage {
  width: 100%;
  height: 100%;
  max-height: 450px;
  object-fit: cover;
}
@media print, screen and (min-width: 58.75em) {
  .fullimage {
    max-height: 750px;
  }
}

.gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 150px;
  opacity: 0.75;
  background: linear-gradient(#1D1D1D, rgba(29, 29, 29, 0));
  z-index: 1;
}
@media print, screen and (min-width: 64em) {
  .gradient {
    height: 300px;
  }
}
.gradient.gradient-top {
  background: linear-gradient(rgba(29, 29, 29, 0), #1D1D1D);
  top: unset;
  bottom: 0;
}

/*-----------------
SLIDERS
-----------------*/
.flickity-enabled .flickity-button {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .flickity-enabled .flickity-button {
    display: inline-flex;
  }
}
.flickity-enabled .flickity-page-dots {
  display: inline-flex;
}
@media print, screen and (min-width: 64em) {
  .flickity-enabled .flickity-page-dots {
    display: none;
  }
}
.flickity-enabled .flickity-page-dots .flickity-page-dot {
  margin: 0 4px;
  background: transparent;
  border-radius: 99%;
  border: 1px solid #FFF;
}
.flickity-enabled .flickity-page-dots .flickity-page-dot.is-selected {
  background: #FFF;
}

.mainSlider .slide {
  width: calc(33% - 0.875rem);
  margin: 0 0.875rem;
}

.coverhomeSlider {
  pointer-events: none;
  width: 100%;
  margin-top: 100px;
}
.coverhomeSlider .slide {
  opacity: 0 !important;
  width: 100%;
  margin: 0;
  padding: 0;
}
.coverhomeSlider .slide.is-selected {
  opacity: 1 !important;
}

.imageSlider .slide {
  margin-right: 25px;
}
@media print, screen and (min-width: 64em) {
  .imageSlider .slide {
    margin-right: 25px;
  }
}
.imageSlider .sliderimage {
  width: auto;
  display: block;
  height: 350px;
}
@media print, screen and (min-width: 58.75em) {
  .imageSlider .sliderimage {
    height: 500px;
  }
}
@media print, screen and (min-width: 64em) {
  .imageSlider .sliderimage {
    height: 600px;
  }
}
.imageSlider .flickity-button {
  display: block;
}
.imageSlider .flickity-button.previous {
  top: 45%;
  transform: translateX(50%);
}
.imageSlider .flickity-button.next {
  top: 45%;
  transform: translateX(-50%);
}
.imageSlider.imagesliderfull .sliderimage {
  margin-right: 25px;
}
@media print, screen and (min-width: 64em) {
  .imageSlider.imagesliderfull .sliderimage {
    margin-right: 25px;
  }
}

.coverSlider {
  position: relative;
}
.coverSlider .gradient {
  position: absolute;
}
.coverSlider .slide {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 64em) {
  .coverSlider .slide {
    height: 650px;
  }
}
.coverSlider .slide .sliderimage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coverSlider .flickity-button.previous {
  transform: translateX(50%);
}
.coverSlider .flickity-button.next {
  transform: translateX(-50%);
}

.mediacontainer .coverSlider {
  height: 100%;
}
@media print, screen and (min-width: 64em) {
  .mediacontainer .coverSlider {
    height: 100% !important;
  }
}
.mediacontainer .coverSlider .slide {
  height: 100% !important;
}

.itemSlider .flickity-viewport {
  overflow: visible;
}
.itemSlider .slide {
  width: calc(80% - 55px);
  margin-right: 25px;
}
@media print, screen and (min-width: 58.75em) {
  .itemSlider .slide {
    width: calc(25% - 18.75px);
    margin-right: 25px;
  }
}

.soortgelijkSlider .flickity-viewport {
  overflow: visible;
}
.soortgelijkSlider .slide {
  min-height: 425px;
  width: calc(80% - 4px);
  margin-right: 20px;
}
@media print, screen and (min-width: 58.75em) {
  .soortgelijkSlider .slide {
    width: calc(33.3333333333% - 16.6666666667px);
    margin-right: 25px;
  }
}
.soortgelijkSlider .slide .card {
  min-height: 425px;
}

.imageslidex {
  margin-right: 20px;
}
@media print, screen and (min-width: 58.75em) {
  .imageslidex {
    margin-right: 25px;
  }
}

.reviewsSlider .flickity-viewport {
  overflow: visible;
}
@media print, screen and (min-width: 58.75em) {
  .reviewsSlider .flickity-viewport {
    height: auto;
  }
}
.reviewsSlider .slide {
  width: calc(100% - 0px);
  margin-right: 20px;
}
@media print, screen and (min-width: 58.75em) {
  .reviewsSlider .slide {
    width: calc(33.3333333333% - 16.6666666667px);
    margin-right: 25px;
  }
}
.reviewsSlider .flickity-page-dots .flickity-page-dot {
  border: 1px solid #ED5C5F;
}
.reviewsSlider .flickity-page-dots .flickity-page-dot.is-selected {
  background: #ED5C5F;
}

.hulpbijzoeken-fade {
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, transparent, #ED5C5F);
  pointer-events: none;
  position: relative;
  z-index: 1;
}

.hulpbijzoekenSlider .flickity-viewport {
  overflow: visible;
}
.hulpbijzoekenSlider .slide {
  min-height: 425px;
  width: calc(100% - 0px);
  margin-right: 20px;
}
@media print, screen and (min-width: 58.75em) {
  .hulpbijzoekenSlider .slide {
    width: calc(33.3333333333% - 16.6666666667px);
    margin-right: 25px;
  }
}
.hulpbijzoekenSlider .slide .card {
  min-height: 570px;
}

@media print, screen and (max-width: 63.99875em) {
  .socialSlider {
    margin-bottom: 10px;
  }
}
.socialSlider .flickity-viewport {
  overflow: visible;
  overflow-x: hidden;
}
.socialSlider .slide {
  width: calc(40% - 12px);
  margin-right: 20px;
}
@media print, screen and (min-width: 64em) {
  .socialSlider .slide {
    width: calc(25% - 15px);
    margin-right: 20px;
  }
}
.socialSlider video-embed {
  aspect-ratio: 6/9;
}
.socialSlider img.wp-post-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nieuwsSlider .slide {
  transition: all ease 0.5s;
}
.nieuwsSlider .slide img {
  height: 350px;
  object-fit: cover;
}
@media print, screen and (min-width: 64em) {
  .nieuwsSlider .slide img {
    height: 380px;
  }
}
.nieuwsSlider .slide:nth-child(even) {
  margin-top: 75px;
}
.nieuwsSlider .slide:hover {
  margin-top: 25px;
}
.nieuwsSlider .slide:hover:nth-child(even) {
  margin-top: 100px;
}
.nieuwsSlider .flickity-button.previous {
  top: 35%;
}
.nieuwsSlider .flickity-button.next {
  top: 35%;
}

.programmaSlider .flickity-viewport {
  overflow: visible;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 58.75em) {
  .programmaSlider .flickity-viewport {
    margin-bottom: 0;
  }
}
.programmaSlider .slide .button {
  opacity: 1;
}
@media print, screen and (min-width: 64em) {
  .programmaSlider .slide .button {
    opacity: 0;
  }
}
.programmaSlider .slide .card:hover .button {
  opacity: 1;
}
.programmaSlider .flickity-button.previous {
  top: 28%;
}
.programmaSlider .flickity-button.next {
  top: 28%;
}

.programma-full-Slider .slide {
  width: calc(100% - 0px);
  margin-right: 20px;
  height: 300px;
}
@media print, screen and (min-width: 64em) {
  .programma-full-Slider .slide {
    height: 750px;
  }
}
@media screen and (min-width: 125em) {
  .programma-full-Slider .slide {
    height: 950px;
  }
}
.programma-full-Slider .slide .card {
  width: 100%;
  height: 100%;
  position: relative;
}
.programma-full-Slider .slide .card .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.programma-full-Slider .slide .card .inner {
  color: #FFF;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  padding: 20px;
}
@media print, screen and (min-width: 58.75em) {
  .programma-full-Slider .slide .card .inner {
    padding: 100px;
  }
}
.programma-full-Slider .flickity-page-dots .flickity-page-dot {
  border: 1px solid #ED5C5F;
}
.programma-full-Slider .flickity-page-dots .flickity-page-dot.is-selected {
  background: #ED5C5F;
}
.programma-full-Slider .flickity-button.previous {
  left: 0;
  transform: translateX(50%);
}
.programma-full-Slider .flickity-button.next {
  right: 0;
  transform: translateX(-50%);
}

.flickity-button {
  background: #FFF;
  border-radius: 99%;
  width: 35px;
  height: 35px;
}
@media print, screen and (min-width: 64em) {
  .flickity-button {
    width: 55px;
    height: 55px;
  }
}
.flickity-button {
  transition: 0.2s all ease-in-out;
}
.flickity-button:focus {
  box-shadow: 0 0 0 5px #ED5C5F;
}
.flickity-button:disabled {
  opacity: 0 !important;
}
.flickity-button.previous {
  left: 0;
  transform: translateX(-50%);
}
.flickity-button.next {
  right: 0;
  transform: translateX(50%);
}
.flickity-button svg {
  top: 30% !important;
  left: 30% !important;
  width: 40% !important;
  height: 40% !important;
}
.flickity-button svg path {
  stroke: #ED5C5F !important;
  stroke-width: 10 !important;
  stroke-linecap: "round";
}

#subnav {
  background-color: #459BA3;
  color: #FFF;
  position: relative;
  border: 1px solid #459BA3;
  text-align: center;
}
#subnav:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 10px;
  width: 10px;
  background: #1D1D1D;
  z-index: 9;
}

/*-----------------
FORM 
-----------------*/
body .gform_wrapper .gform_body .gfield_contains_required {
  position: relative;
}
body .gform_wrapper .gform_body .gfield_contains_required:after {
  content: "*";
  color: #1D1D1D;
  position: absolute;
  right: 8px;
  top: 8px;
}
body .gform_wrapper .gform_body .gfield_contains_required input {
  position: relative;
}
body .gform_wrapper .gform_body .gfield_required {
  color: #ED5C5F;
}
body .gform_wrapper .gform_body .gfield_required .gfield_required_text {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  opacity: 0.5;
}
body .gform_wrapper .gform_body label.gfield_label {
  font-size: 12px;
}
body .gform_wrapper .gform_body .gfield_error [aria-invalid=true], body .gform_wrapper .gform_body .gfield_error label {
  border-color: #ED5C5F;
}
body .gform_wrapper .gform_body .gfield_description.validation_message {
  background: #ED5C5F;
  color: #FFF;
  font-size: 13px;
  border: none;
  padding-top: unset;
  padding: 6px 12px;
  display: inline-flex;
}
body .gform_wrapper .gform_body .gfield textarea {
  height: 200px !important;
}
body .gform_wrapper .gform_footer {
  float: right !important;
}
body .gform_wrapper .gform_footer .button:hover {
  background: #1D1D1D !important;
}
body .gform_wrapper .gform_validation_errors {
  box-shadow: none;
  border: none;
  background: #F1F5F8;
}
body .gform_wrapper .gform_validation_errors h2 {
  color: #ED5C5F;
}
body .gform_wrapper input, body .gform_wrapper textarea {
  font-size: 13px !important;
}
body .gform_wrapper .button {
  font-size: inherit !important;
}

/*-----------------
FACETWP FILTERS RADIO
-----------------*/
.facetwp-facet {
  z-index: 6;
  width: 100%;
  margin-bottom: 0px !important;
  height: 36px;
  font-size: "haptik", "Helvetica", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 31px;
}
@media print, screen and (min-width: 58.75em) {
  .facetwp-facet {
    font-size: 24px;
    line-height: 36px;
  }
}
.facetwp-facet.facetwp-facet-zoek {
  position: relative;
}
.facetwp-facet.facetwp-facet-zoek:after {
  content: url(../img/svg/loop.svg);
  position: absolute;
  right: 5px;
  width: 20px;
  transform: translateY(-50%);
  top: 60%;
}
@media print, screen and (min-width: 64em) {
  .facetwp-facet.facetwp-facet-zoek:after {
    top: 55%;
  }
}
.facetwp-facet.facetwp-facet-zoek input {
  padding-right: 25px !important;
  position: relative;
}
.facetwp-facet .fs-no-results {
  font-size: 16px !important;
}
.facetwp-facet .facetwp-date {
  margin-bottom: 0px !important;
  background: #459BA3;
  color: #FFF;
  font-size: 16px;
}
.facetwp-facet .facetwp-date::placeholder {
  font-size: 16px;
  color: #FFF;
}
.facetwp-facet.facetwp-facet-zoek {
  margin-bottom: 0px !important;
}
.facetwp-facet.facetwp-facet-zoek input {
  margin-bottom: 0px !important;
  background: #459BA3;
  color: #FFF;
  font-size: 18px;
  line-height: 31px;
  font-weight: 600;
}
@media print, screen and (min-width: 58.75em) {
  .facetwp-facet.facetwp-facet-zoek input {
    font-size: 24px;
    line-height: 36px;
  }
}
.facetwp-facet.facetwp-facet-zoek input::placeholder {
  color: #FFF;
}
.facetwp-facet.facetwp-facet-datum {
  height: 36px;
}
.facetwp-facet.facetwp-facet-datum input {
  height: 100%;
  border: 1px solid #459BA3;
  font-size: 18px !important;
  line-height: 31px;
  font-weight: 600;
}
@media print, screen and (min-width: 58.75em) {
  .facetwp-facet.facetwp-facet-datum input {
    font-size: 24px !important;
    line-height: 36px;
  }
}
.facetwp-facet.facetwp-facet-datum input::placeholder {
  font-weight: 600;
  font-size: 18px !important;
  line-height: 31px;
}
@media print, screen and (min-width: 58.75em) {
  .facetwp-facet.facetwp-facet-datum input::placeholder {
    font-size: 24px !important;
    line-height: 36px;
  }
}
.facetwp-facet.facetwp-type-autocomplete {
  height: 36px;
}
.facetwp-facet.facetwp-type-autocomplete input {
  height: 100%;
  border: 1px solid #459BA3;
}
.facetwp-facet select, .facetwp-facet .facetwp-input-wrap {
  background: #459BA3;
  color: #FFF;
}
.facetwp-facet .facetwp-autocomplete-update {
  display: none;
}
.facetwp-facet .facetwp-input-wrap {
  width: 100%;
}
.facetwp-facet .facetwp-input-wrap input {
  padding: 10px 30px 10px 10px !important;
  background: #459BA3;
  color: #FFF;
}
.facetwp-facet .facetwp-input-wrap input::placeholder {
  color: #FFF;
}
.facetwp-facet .fs-dropdown .fs-option {
  font-size: 16px;
  line-height: 20px;
}
.facetwp-facet .fs-label {
  line-height: 31px;
}
@media print, screen and (min-width: 58.75em) {
  .facetwp-facet .fs-label {
    line-height: 36px;
  }
}
.facetwp-facet .fs-label {
  width: 100%;
  padding: 0px 20px 0px 10px !important;
}
.facetwp-facet .fs-wrap {
  width: 100%;
}
.facetwp-facet .fs-wrap .fs-label-wrap {
  background-color: #459BA3;
  color: #FFF;
  border: none;
}
.facetwp-facet .fs-wrap .fs-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FFF;
}
.facetwp-facet .fs-dropdopwn .fs-dropdown input {
  margin-bottom: 0px !important;
}
.facetwp-facet input[type=text] {
  margin-bottom: 0px !important;
}

.facetwp-radio {
  background: none;
  padding-left: 0;
  font-size: 20px;
  opacity: 0.4;
}

.facetwp-radio.checked {
  background: none;
  opacity: 1;
}

.fcomplete-results {
  font-size: 13px !important;
  line-height: 13px;
}
.fcomplete-results .fcomplete-result {
  font-size: 13px !important;
  line-height: 13px;
}

/*-----------------
VIDEO EMBED
-----------------*/
:is(video-embed) {
  aspect-ratio: 16/9;
  display: grid;
  inline-size: 100%;
  position: relative;
}
:is(video-embed) button {
  block-size: 45px;
  inline-size: 45px;
}
@media print, screen and (min-width: 58.75em) {
  :is(video-embed) button {
    block-size: 50px;
    inline-size: 50px;
  }
}
:is(video-embed) button {
  opacity: 0.75;
  background-color: #ED5C5F;
  border: 0;
  border-radius: 5rem;
  display: grid;
  position: absolute;
  place-self: center;
  transition: all 0.2s ease-in;
  cursor: pointer;
  position: absolute;
  z-index: 5;
}
:is(video-embed) button:before {
  aspect-ratio: 1;
  background: #FFF;
  block-size: 1em;
}
@media print, screen and (min-width: 58.75em) {
  :is(video-embed) button:before {
    block-size: 1.3em;
  }
}
:is(video-embed) button:before {
  clip-path: polygon(20% 0%, 20% 100%, 100% 50%);
  content: "";
  place-self: center;
}
:is(video-embed) button:hover {
  opacity: 1;
}
:is(video-embed) :is(iframe, img) {
  block-size: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
  inline-size: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
:is(video-embed) iframe:not([src=""]) + button {
  display: none;
}

/*-----------------
FOOTER
-----------------*/
footer {
  color: #FFF;
  background: #ED5C5F;
  position: relative;
  padding: 70px 0 0px 0;
}
footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #FFF;
}
@media print, screen and (max-width: 58.74875em) {
  footer .eelbm {
    margin-bottom: 40px;
  }
  footer h2.eeelbm {
    margin-bottom: 35px;
    font-size: 54px !important;
    line-height: 54px !important;
    text-align: center;
    opacity: 0.5;
  }
}
footer .logo {
  transition: 0.2s all ease-in-out;
}
footer .logo:hover {
  opacity: 0.75;
}
footer .toggle {
  display: inline-block;
}
@media print, screen and (min-width: 64em) {
  footer .toggle {
    display: none;
  }
}
footer .toggle:after {
  border-top: 10px solid #FFF !important;
}
footer .toggle.is-active {
  margin-bottom: 3rem;
}
footer #footer-navigation {
  display: none;
}
@media print, screen and (min-width: 64em) {
  footer #footer-navigation {
    display: inline-block;
  }
}
footer #footer-navigation.is-active {
  display: block;
}
footer .backgroundletters {
  margin-top: -3.2vw !important;
  margin-bottom: 4vw !important;
  position: absolute;
  font-size: 14.7vw;
  line-height: 125px;
  color: #F0787A;
  z-index: 1;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 125em) {
  footer .backgroundletters {
    font-size: 210px;
    line-height: 210px;
  }
}
footer .grid-container {
  position: relative;
  z-index: 1;
}
footer .grid-container.fluid {
  background: linear-gradient(#ED5C5F, #F0787A);
  padding-bottom: 25px;
}
@media print, screen and (min-width: 64em) {
  footer .grid-container.fluid {
    padding-bottom: 50px;
  }
}
footer hr {
  width: 100%;
  height: 0px;
  max-width: unset;
  background: #FFF;
  height: 1px;
  border: none;
}
footer a, footer p, footer h5 {
  color: #FFF;
}
footer .instalinks {
  transition: 0.2s all ease-in-out;
  opacity: 1;
}
footer .instalinks .flickity-viewport {
  overflow-y: hidden !important;
}
footer .instalinks a {
  transition: 0.2s all ease-in-out;
}
footer .instalinks:hover :not(:hover) a {
  opacity: 0.65;
}
footer a {
  display: block;
  color: #FFF;
}
footer a:hover {
  color: #FFF;
  text-decoration: underline;
}
footer h5 {
  position: relative;
}
footer h5:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  background: #FFF;
  bottom: -8px;
}
@media print, screen and (min-width: 58.75em) {
  footer h5:after {
    bottom: -11px;
  }
}
footer .menu li a {
  padding: 0px 0px 8px 0px;
  color: #FFF !important;
}
footer .menu li:hover a {
  text-decoration: underline;
}
footer .menu li.current-menu-item a {
  text-decoration: underline;
}

#searchformprogramma {
  background: #459BA3;
  color: #FFF;
  font-size: 25px !important;
  line-height: 36px;
  font-weight: 600;
}
#searchformprogramma::placeholder {
  color: #FFF;
  opacity: 1;
}

#mc_embed_signup input[type=email] {
  border: 1px solid transparent;
  line-height: 1;
  height: unset;
  padding: 5px 0px;
  background: none;
  border-bottom: #FFF 1px solid;
  color: #FFF;
}
#mc_embed_signup input[type=email]::placeholder {
  color: #FFF;
  opacity: 0.75;
}

input[type=submit] {
  position: relative;
}
input[type=submit]:hover {
  background: #FFF !important;
}
input[type=submit]:hover:after {
  bottom: -1px;
}

#tmplugin_basket_container {
  display: flex;
}

#tmplugin_basket_badge {
  border-radius: 99%;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1D1D1D;
  font-size: 6px;
  min-width: 15px;
  padding: 3px;
  text-align: center;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: unset;
  transform: translateX(-50%) translateY(50%);
}
#tmplugin_basket_badge span {
  font-family: "degular-display", "haptik", "Helvetica", Helvetica, Roboto, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.tmplugin_basket_icon_empty {
  color: #ececec;
}

form [type=radio] {
  margin: 0;
}

.gfield_label {
  font-size: 16px;
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
  background: none;
}

.mobileTicketContainer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #FDF0F0;
  padding: 10px 0;
  display: block;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  visibility: hidden;
  border-top: 1px solid black;
}

.fixedContainer {
  height: 100%;
}

@media print, screen and (min-width: 64em) {
  .fixedItem {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    bottom: 20px;
  }
}

.high-contrast-mode {
  background: #282828 !important;
  color: white;
}
.high-contrast-mode section.cover, .high-contrast-mode section.cover.cover-home, .high-contrast-mode footer, .high-contrast-mode footer .grid-container.fluid {
  background: black !important;
}
.high-contrast-mode.pagebackgroundgreen .card-default {
  background: #282828 !important;
}
.high-contrast-mode .background-red {
  background: #282828;
}
.high-contrast-mode h1, .high-contrast-mode h2, .high-contrast-mode h3, .high-contrast-mode h4, .high-contrast-mode h5, .high-contrast-mode h6, .high-contrast-mode p, .high-contrast-mode a, .high-contrast-mode span, .high-contrast-mode li {
  color: white;
}
.high-contrast-mode .background-black {
  background: white;
}
.high-contrast-mode lottie-player {
  filter: brightness(0) saturate(100%);
}
.high-contrast-mode .background-medium-red {
  background: #282828 !important;
}
.high-contrast-mode .color-black, .high-contrast-mode .block {
  color: white;
}
.high-contrast-mode .button, .high-contrast-mode .button-black, .high-contrast-mode .button-background {
  color: white;
  border-color: white;
  border-top: none;
  background: none !important;
}
.high-contrast-mode .facetwp-facet .fs-wrap .fs-label-wrap, .high-contrast-mode .facetwp-facet.facetwp-facet-datum input, .high-contrast-mode .facetwp-facet .facetwp-input-wrap input {
  background: black;
  border-color: black;
  color: white;
}
.high-contrast-mode section.block.contact-block a {
  color: white !important;
}
.high-contrast-mode .scale {
  color: black;
}
.high-contrast-mode .color-gray {
  color: white !important;
}
.high-contrast-mode .card.card-programma.card-programma-horizontal .categories .cat:after {
  background: white !important;
}
.high-contrast-mode .card.card-default {
  background: black !important;
}
.high-contrast-mode .color-blue {
  color: white !important;
}
.high-contrast-mode .fs-dropdown, .high-contrast-mode .fdate-wrap {
  background: black !important;
}
.high-contrast-mode .card.card-programma.card-programma-vertical_background {
  background: black !important;
}
.high-contrast-mode .cover .scale {
  color: white !important;
}
.high-contrast-mode .scale.color-white, .high-contrast-mode footer .backgroundletters {
  color: black;
}
.high-contrast-mode .background-red .color-medium-red {
  color: black !important;
}
.high-contrast-mode .card, .high-contrast-mode .card.card-programma.card-programma-horizontal h3 {
  color: white;
}
.high-contrast-mode .card.card-programma.card-programma-horizontal:after {
  display: none;
}

#fastlane-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fastlane-popup {
  position: relative;
  background: #fff;
  padding: 2.5rem 2rem;
  text-align: center;
  max-width: 480px;
  width: 90%;
}
#fastlane-popup h3 {
  margin-bottom: 0.75rem;
}
#fastlane-popup p {
  margin-bottom: 1.5rem;
}
#fastlane-popup .button {
  margin-bottom: 0;
}

#fastlane-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.25rem;
}

#fastlane-dismiss {
  display: block;
  margin: 1rem auto 0;
  background: none;
  border: none;
  font-size: 0.8rem;
  color: #999;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}

/*# sourceMappingURL=app.css.map */
