/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
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;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [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 {
    display: inline-block;
    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-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.row::after,
.container::after {
    content: "";
    display: table;
    clear: both;
}
.accordions {
    margin: 0 0 50px 0;
}
.accordions .accordion {
    cursor: pointer;
}
.accordions .accordion-header {
    background-color: #f8f8f8;
    padding: 14px 30px;
    border-bottom: 1px solid #e5e5e4;
    position: relative;
}
.accordions .accordion-header .toggle {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent
        url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjEzcHgiIGhlaWdodD0iN3B4Ij4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgZmlsbD0icmdiKDAsIDAsIDApIgogZD0iTTYuNDk4LDcuMDAxIEw3LjE1MCw2LjQyNyBMMTIuOTk4LDEuMjQ4IEwxMS42OTYsMC4wMDEgTDYuNDk4LDQuNjA1IEwxLjMwMiwwLjAwMSBMMC4wMDEsMS4yNDggTDUuODQ4LDYuNDI3IEw2LjQ5OCw3LjAwMSBaIi8+Cjwvc3ZnPg==");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
}
.accordions .accordion-body {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: opacity 0.2s linear;
}
.accordions .accordion.toggled .accordion-header {
    border-bottom: 1px solid #f8f8f8;
}
.accordions .accordion.toggled .accordion-header .toggle {
    transform: rotate(180deg);
}
.accordions .accordion.toggled .accordion-body {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 34px 30px;
}
@keyframes plyr-progress {
    to {
        background-position: 25px 0;
    }
}
@keyframes plyr-popup {
    0% {
        opacity: 0.5;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes plyr-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.plyr {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    direction: ltr;
    font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    line-height: 1.7;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow 0.3s ease;
}
.plyr video,
.plyr audio {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%;
}
.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto;
}
.plyr:focus {
    outline: 0;
}
.plyr--full-ui {
    box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
    box-sizing: inherit;
}
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    touch-action: manipulation;
}
.plyr__badge {
    background: #4f5b5f;
    border-radius: 2px;
    color: #fff;
    font-size: 9px;
    line-height: 1;
    padding: 3px 4px;
}
.plyr--full-ui ::-webkit-media-text-track-container {
    display: none;
}
.plyr__captions {
    animation: plyr-fade-in 0.3s ease;
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 14px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    transition: transform 0.4s ease-in-out;
    width: 100%;
}
.plyr__captions .plyr__caption {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    box-decoration-break: clone;
    line-height: 185%;
    padding: 0.2em 0.5em;
    white-space: pre-wrap;
}
.plyr__captions .plyr__caption div {
    display: inline;
}
.plyr__captions span:empty {
    display: none;
}
@media (min-width: 480px) {
    .plyr__captions {
        font-size: 16px;
        padding: 20px;
    }
}
@media (min-width: 768px) {
    .plyr__captions {
        font-size: 18px;
    }
}
.plyr--captions-active .plyr__captions {
    display: block;
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
    transform: translateY(-40px);
}
.plyr__control {
    background: transparent;
    border: 0;
    border-radius: 3px;
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    position: relative;
    transition: all 0.3s ease;
}
.plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    pointer-events: none;
    width: 18px;
}
.plyr__control:focus {
    outline: 0;
}
.plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 5px rgba(0, 147, 178, 0.5);
    outline: 0;
}
a.plyr__control {
    text-decoration: none;
}
a.plyr__control::after,
a.plyr__control::before {
    display: none;
}
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
    display: none;
}
.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded="true"] {
    background: #0093b2;
    color: #fff;
}
.plyr--video .plyr__control svg {
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
    background: #0093b2;
    color: #fff;
}
.plyr__control--overlaid {
    background: rgba(0, 147, 178, 0.8);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    color: #fff;
    display: none;
    left: 50%;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.plyr__control--overlaid svg {
    left: 2px;
    position: relative;
}
.plyr__control--overlaid:hover,
.plyr__control--overlaid:focus {
    background: #0093b2;
}
.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block;
}
.plyr--full-ui ::-webkit-media-controls {
    display: none;
}
.plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: center;
}
.plyr__controls .plyr__progress__container {
    flex: 1;
}
.plyr__controls .plyr__controls__item {
    margin-left: 2.5px;
}
.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 2.5px;
}
.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 5px;
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
    padding-left: 0;
}
.plyr__controls .plyr__controls__item.plyr__volume {
    padding-right: 5px;
}
.plyr__controls .plyr__controls__item.plyr__volume:first-child {
    padding-right: 0;
}
.plyr__controls:empty {
    display: none;
}
.plyr--audio .plyr__controls {
    background: #fff;
    border-radius: inherit;
    color: #4f5b5f;
    padding: 10px;
}
.plyr--video .plyr__controls {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 20px 5px 5px;
    position: absolute;
    right: 0;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    z-index: 3;
}
@media (min-width: 480px) {
    .plyr--video .plyr__controls {
        padding: 35px 10px 10px;
    }
}
.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
}
.plyr [data-plyr="captions"],
.plyr [data-plyr="pip"],
.plyr [data-plyr="airplay"],
.plyr [data-plyr="fullscreen"] {
    display: none;
}
.plyr--captions-enabled [data-plyr="captions"],
.plyr--pip-supported [data-plyr="pip"],
.plyr--airplay-supported [data-plyr="airplay"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"] {
    display: inline-block;
}
.plyr__menu {
    display: flex;
    position: relative;
}
.plyr__menu .plyr__control svg {
    transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded="true"] svg {
    transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded="true"] .plyr__tooltip {
    display: none;
}
.plyr__menu__container {
    animation: plyr-popup 0.2s ease;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #4f5b5f;
    font-size: 16px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3;
}
.plyr__menu__container > div {
    overflow: hidden;
    transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
    border: 4px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.9);
    content: "";
    height: 0;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 0;
}
.plyr__menu__container [role="menu"] {
    padding: 7px;
}
.plyr__menu__container [role="menuitem"],
.plyr__menu__container [role="menuitemradio"] {
    margin-top: 2px;
}
.plyr__menu__container [role="menuitem"]:first-child,
.plyr__menu__container [role="menuitemradio"]:first-child {
    margin-top: 0;
}
.plyr__menu__container .plyr__control {
    align-items: center;
    color: #4f5b5f;
    display: flex;
    font-size: 14px;
    padding: 4px 11px;
    user-select: none;
    width: 100%;
}
.plyr__menu__container .plyr__control > span {
    align-items: inherit;
    display: flex;
    width: 100%;
}
.plyr__menu__container .plyr__control::after {
    border: 4px solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
    padding-right: 28px;
}
.plyr__menu__container .plyr__control--forward::after {
    border-left-color: rgba(79, 91, 95, 0.8);
    right: 5px;
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
    border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
    font-weight: 500;
    margin: 7px;
    margin-bottom: 3px;
    padding-left: 28px;
    position: relative;
    width: calc(100% - 14px);
}
.plyr__menu__container .plyr__control--back::after {
    border-right-color: rgba(79, 91, 95, 0.8);
    left: 7px;
}
.plyr__menu__container .plyr__control--back::before {
    background: #b7c5cd;
    box-shadow: 0 1px 0 #fff;
    content: "";
    height: 1px;
    left: 0;
    margin-top: 4px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
    border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role="menuitemradio"] {
    padding-left: 7px;
}
.plyr__menu__container .plyr__control[role="menuitemradio"]::before,
.plyr__menu__container .plyr__control[role="menuitemradio"]::after {
    border-radius: 100%;
}
.plyr__menu__container .plyr__control[role="menuitemradio"]::before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    transition: all 0.3s ease;
    width: 16px;
}
.plyr__menu__container .plyr__control[role="menuitemradio"]::after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 6px;
}
.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]::before {
    background: #0093b2;
}
.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]::after {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role="menuitemradio"].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role="menuitemradio"]:hover::before {
    background: rgba(0, 0, 0, 0.1);
}
.plyr__menu__container .plyr__menu__value {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: -5px;
    overflow: hidden;
    padding-left: 25px;
    pointer-events: none;
}
.plyr--full-ui input[type="range"] {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    border-radius: 26px;
    color: #0093b2;
    display: block;
    height: 19px;
    margin: 0;
    padding: 0;
    transition: box-shadow 0.3s ease;
    width: 100%;
}
.plyr--full-ui input[type="range"]::-webkit-slider-runnable-track {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow 0.3s ease;
    user-select: none;
    background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type="range"]::-webkit-slider-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    height: 13px;
    position: relative;
    transition: all 0.2s ease;
    width: 13px;
    -webkit-appearance: none;
    margin-top: -4px;
}
.plyr--full-ui input[type="range"]::-moz-range-track {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow 0.3s ease;
    user-select: none;
}
.plyr--full-ui input[type="range"]::-moz-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    height: 13px;
    position: relative;
    transition: all 0.2s ease;
    width: 13px;
}
.plyr--full-ui input[type="range"]::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    height: 5px;
}
.plyr--full-ui input[type="range"]::-ms-track {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow 0.3s ease;
    user-select: none;
    color: transparent;
}
.plyr--full-ui input[type="range"]::-ms-fill-upper {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow 0.3s ease;
    user-select: none;
}
.plyr--full-ui input[type="range"]::-ms-fill-lower {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow 0.3s ease;
    user-select: none;
    background: currentColor;
}
.plyr--full-ui input[type="range"]::-ms-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    height: 13px;
    position: relative;
    transition: all 0.2s ease;
    width: 13px;
    margin-top: 0;
}
.plyr--full-ui input[type="range"]::-ms-tooltip {
    display: none;
}
.plyr--full-ui input[type="range"]:focus {
    outline: 0;
}
.plyr--full-ui input[type="range"]::-moz-focus-outer {
    border: 0;
}
.plyr--full-ui input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 5px rgba(0, 147, 178, 0.5);
    outline: 0;
}
.plyr--full-ui input[type="range"].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 5px rgba(0, 147, 178, 0.5);
    outline: 0;
}
.plyr--full-ui input[type="range"].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 5px rgba(0, 147, 178, 0.5);
    outline: 0;
}
.plyr--full-ui.plyr--video input[type="range"]::-webkit-slider-runnable-track {
    background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type="range"]::-moz-range-track {
    background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type="range"]::-ms-track {
    background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--video input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--video input[type="range"]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--audio input[type="range"]::-webkit-slider-runnable-track {
    background-color: rgba(183, 197, 205, 0.66);
}
.plyr--full-ui.plyr--audio input[type="range"]::-moz-range-track {
    background-color: rgba(183, 197, 205, 0.66);
}
.plyr--full-ui.plyr--audio input[type="range"]::-ms-track {
    background-color: rgba(183, 197, 205, 0.66);
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr__poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease;
    width: 100%;
    z-index: 1;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1;
}
.plyr__time {
    font-size: 14px;
}
.plyr__time + .plyr__time::before {
    content: "\2044";
    margin-right: 10px;
}
@media (max-width: 767px) {
    .plyr__time + .plyr__time {
        display: none;
    }
}
.plyr--video .plyr__time {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.plyr__tooltip {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #4f5b5f;
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    opacity: 0;
    padding: 5px 7.5px;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 10px) scale(0.8);
    transform-origin: 50% 100%;
    transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
    white-space: nowrap;
    z-index: 2;
}
.plyr__tooltip::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    bottom: -4px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2;
}
.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
}
.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
    left: 0;
    transform: translate(0, 10px) scale(0.8);
    transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
    left: 16px;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    transform: translate(0, 10px) scale(0.8);
    transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    transform: translateX(50%);
}
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
    transform: translate(0, 0) scale(1);
}
.plyr--video {
    background: #000;
    overflow: hidden;
}
.plyr--video.plyr--menu-open {
    overflow: visible;
}
.plyr__video-wrapper {
    background: #000;
    border-radius: inherit;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
}
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    user-select: none;
    width: 100%;
}
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform: translateY(-38.28125%);
}
.plyr__progress {
    left: 6.5px;
    margin-right: 13px;
    position: relative;
}
.plyr__progress input[type="range"],
.plyr__progress__buffer {
    margin-left: -6.5px;
    margin-right: -6.5px;
    width: calc(100% + 13px);
}
.plyr__progress input[type="range"] {
    position: relative;
    z-index: 2;
}
.plyr__progress .plyr__tooltip {
    font-size: 14px;
    left: 0;
}
.plyr__progress__buffer {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    border-radius: 100px;
    height: 5px;
    left: 0;
    margin-top: -2.5px;
    padding: 0;
    position: absolute;
    top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
    background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    transition: width 0.2s ease;
}
.plyr--video .plyr__progress__buffer {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.25);
}
.plyr--audio .plyr__progress__buffer {
    color: rgba(183, 197, 205, 0.66);
}
.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg, rgba(47, 52, 61, 0.6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, 0.6) 50%, rgba(47, 52, 61, 0.6) 75%, transparent 75%, transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    color: transparent;
}
.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: rgba(255, 255, 255, 0.25);
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(183, 197, 205, 0.66);
}
.plyr__volume {
    align-items: center;
    display: flex;
    flex: 1;
    position: relative;
}
.plyr__volume input[type="range"] {
    margin-left: 5px;
    position: relative;
    z-index: 2;
}
@media (min-width: 480px) {
    .plyr__volume {
        max-width: 90px;
    }
}
@media (min-width: 768px) {
    .plyr__volume {
        max-width: 110px;
    }
}
.plyr--is-ios .plyr__volume {
    display: none !important;
}
.plyr--is-ios.plyr--vimeo [data-plyr="mute"] {
    display: none !important;
}
.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:fullscreen video {
    height: 100%;
}
.plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:fullscreen.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr:fullscreen .plyr__captions {
        font-size: 21px;
    }
}
.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:-webkit-full-screen video {
    height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
    }
}
.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:-moz-full-screen video {
    height: 100%;
}
.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px;
    }
}
.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:-ms-fullscreen video {
    height: 100%;
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
    }
}
.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000;
}
.plyr--fullscreen-fallback video {
    height: 100%;
}
.plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px;
    }
}
.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%;
}
.plyr__ads::after {
    background: rgba(47, 52, 61, 0.8);
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 3;
}
.plyr__ads::after:empty {
    display: none;
}
.plyr__cues {
    background: currentColor;
    display: block;
    height: 5px;
    left: 0;
    margin: -2.5px 0 0;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3;
}
.plyr__preview-thumb {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    opacity: 0;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    transform: translate(0, 10px) scale(0.8);
    transform-origin: 50% 100%;
    transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
    z-index: 2;
}
.plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    bottom: -4px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2;
}
.plyr__preview-thumb__image-container {
    background: #b7c5cd;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.plyr__preview-thumb__image-container img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    width: 100%;
}
.plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3;
}
.plyr__preview-thumb__time-container span {
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    padding: 3px 6px;
}
.plyr__preview-scrubbing {
    bottom: 0;
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
    opacity: 1;
}
.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%;
}
.plyr--no-transition {
    transition: none !important;
}
.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    border: 0 !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.plyr [hidden] {
    display: none !important;
}
::selection {
    background: #0093b2;
    color: #f8f8f8;
    text-shadow: none;
}
::-webkit-selection {
    background: #0093b2;
    color: #f8f8f8;
    text-shadow: none;
}
::-moz-selection {
    background: #0093b2;
    color: #f8f8f8;
    text-shadow: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJBQkFGRUZFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJBQkFGRjBFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkFCQUZFREU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkFCQUZFRUU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtrV+I8AAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC',sizingMethod=crop);
    zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f9f9f9;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
body {
    font-family: Satoshi, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    color: #333;
    background: #fff;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Satoshi", Open Sans, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.25;
    margin: 1em 0 0.5em 0;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: inherit;
    text-decoration: none;
}
h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
    color: inherit;
    text-decoration: none;
}
h1,
.h1 {
    font-size: 36px;
}
@media (min-width: 640px) {
    h1,
    .h1 {
        font-size: 40px;
    }
}
h2,
.h2 {
    font-size: 26px;
}
@media (min-width: 640px) {
    h2,
    .h2 {
        font-size: 32px;
    }
}
.content h2,
.content .h2 {
    font-family: Satoshi, Arial, sans-serif;
}
h3,
.h3 {
    font-size: 20px;
}
@media (min-width: 640px) {
    h3,
    .h3 {
        font-size: 22px;
    }
}
.content h3,
.content .h3 {
    font-family: Satoshi, Arial, sans-serif;
}
h4,
.h4 {
    font-size: 18px;
}
@media (min-width: 768px) {
    h4,
    .h4 {
        font-size: 20px;
    }
}
h5,
.h5 {
    font-size: 18px;
}
h6,
.h6 {
    font-size: 16px;
    margin-bottom: 0.2em;
}
h6 + p,
.h6 + p {
    margin-top: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
figure figcaption {
    font-size: 13px;
    margin-top: -0.5em;
    margin-bottom: 1em;
}
a {
    color: #0093b2;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:hover,
a:focus,
a:active {
    outline: 0;
}
a i {
    display: inline-block;
    font-size: 10px;
    margin-left: 7px;
}
p {
    margin: 1em 0;
}
p strong {
    font-weight: 700;
}
p + h2,
p + .h2,
p + h3,
p + .h3 {
    margin-top: 2em;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul > li {
    margin-bottom: 1em;
}
ol {
    list-style: none;
    counter-reset: custom-counter;
    margin: 3em 0;
    padding-left: 0;
    padding-right: 0;
}
ol > li {
    position: relative;
    padding-left: 74px;
    margin-bottom: 1em;
    counter-increment: custom-counter;
}
ol > li::before {
    position: absolute;
    top: -4px;
    left: 0;
    content: counters(custom-counter, ".", decimal-leading-zero) ".";
    font-size: 22px;
    font-weight: 600;
    font-family: "Satoshi", Open Sans, "Open Sans", Helvetica, Arial, sans-serif;
    color: #0093b2;
}
hr {
    border: 0;
    height: 1px;
    width: 100%;
    background-color: #d9d7d0;
    margin: 1.5em 0;
}
figure {
    margin: 0;
}
label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}
input:focus,
button:focus {
    outline: 0;
}
input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="time"],
input[type="tel"],
input[type="url"],
input[type="email"],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 8px 14px;
    min-width: 240px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 400;
    font-family: Satoshi, Arial, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: border 0.5s ease;
    -ms-transition: border 0.5s ease;
    -o-transition: border 0.5s ease;
    -webkit-transition: border 0.5s ease;
    transition: border 0.5s ease;
}
input[type="text"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="time"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #0093b2;
}
input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="time"],
input[type="tel"],
input[type="url"],
input[type="email"],
select {
    line-height: 1;
    height: 40px;
}
input[type="password"] {
    font-size: 28px;
    letter-spacing: 3px;
    padding: 0 14px;
}
input[type="number"] {
    min-width: 70px;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    margin-left: 0.25em;
}
textarea {
    resize: none;
    width: 100%;
    height: auto;
    max-height: 240px;
    padding: 16px 20px;
    line-height: 1.5;
}
.btn,
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    display: inline-block;
    padding: 10px 30px;
    min-height: 40px;
    color: #fff;
    background-color: #0093b2;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    font-family: Satoshi, Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn:hover,
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
    cursor: pointer;
    color: #fff;
    background-color: #00a0c1;
    text-decoration: none;
}
.btn:active,
.button:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    background-color: #0086a3;
}
.btn i,
.button i,
button i,
input[type="submit"] i,
input[type="button"] i,
input[type="reset"] i {
    font-size: 75%;
    margin-left: 10px;
}
.btn.is-inversed,
.button.is-inversed,
button.is-inversed,
input[type="submit"].is-inversed,
input[type="button"].is-inversed,
input[type="reset"].is-inversed {
    background-color: #fff;
    color: #0093b2;
}
.btn.is-inversed:hover,
.btn.is-inversed:active,
.button.is-inversed:hover,
.button.is-inversed:active,
button.is-inversed:hover,
button.is-inversed:active,
input[type="submit"].is-inversed:hover,
input[type="submit"].is-inversed:active,
input[type="button"].is-inversed:hover,
input[type="button"].is-inversed:active,
input[type="reset"].is-inversed:hover,
input[type="reset"].is-inversed:active {
    background-color: #fff;
    color: #0093b2;
}
.btn.is-inversed i,
.button.is-inversed i,
button.is-inversed i,
input[type="submit"].is-inversed i,
input[type="button"].is-inversed i,
input[type="reset"].is-inversed i {
    position: relative;
    left: 0;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn.is-inversed:hover i,
.button.is-inversed:hover i,
button.is-inversed:hover i,
input[type="submit"].is-inversed:hover i,
input[type="button"].is-inversed:hover i,
input[type="reset"].is-inversed:hover i {
    left: 5px;
}
blockquote {
    font-size: 24px;
    font-family: "Satoshi", Open Sans, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
    margin: 2em 0;
    padding: 2em;
    color: #fff;
    background-color: #0093b2;
    background-image: url("https://www.mprise.nl/hubfs/2022/images/logo_mprise_shape.svg");
    background-position: -90% 70%;
    background-repeat: no-repeat;
    background-size: 160%;
}
@media (min-width: 960px) {
    blockquote {
        margin: 3em 0 3em -73px;
        padding: 73px;
        width: calc(100% + 2 * 73px);
    }
}
blockquote p,
blockquote a,
blockquote footer {
    color: inherit;
}
blockquote p:first-child {
    margin-top: 0;
}
blockquote p::before,
blockquote p::after {
    content: '"';
}
blockquote footer {
    font-family: Satoshi, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.625;
}
@media (min-width: 960px) {
    blockquote footer {
        margin-top: 70px;
    }
}
dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}
dl dt,
dl dd {
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 50%;
}
dl dt:nth-of-type(even),
dl dd:nth-of-type(even) {
    background: #f5f5f5;
}
dl dt {
    padding-left: 8px;
}
dl dd {
    text-align: right;
    padding-right: 8px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.content .video-container {
    margin: 100px 0;
}
.video-container .plyr__control--overlaid {
    border-radius: 0;
    box-shadow: none;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cssanimations .check-vp,
.cssanimations .is-animated {
    opacity: 0;
    filter: alpha(opacity=0);
}
@media (prefers-reduced-motion) {
    .cssanimations .check-vp,
    .cssanimations .is-animated {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.no-bullets {
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 769px) {
    .mobile-only {
        display: none;
    }
}
.desktop-only {
    display: none;
}
@media (min-width: 769px) {
    .desktop-only {
        display: block;
    }
}
.horizontal-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.horizontal-list > li {
    display: inline;
    margin: 0 30px 0 0;
    padding: 0;
}
.horizontal-align {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.alignnone {
    margin: 2em 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.grecaptcha-badge {
    display: none;
}
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        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;
    }
}
.outer-wrapper {
    position: relative;
    background: #f9f9f9;
}
.inner-wrapper {
    position: relative;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.container {
    position: relative;
    max-width: 1350px;
    padding: 0 16px;
    margin: 0 auto;
}
.row {
    margin-left: -16px;
}
.row.row--gutterless {
    margin-left: 0;
}
.row.row--equal-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: left;
    flex-wrap: wrap;
}
@media screen and (min-width: 480px) {
    .row.row--equal-columns {
        -webkit-flex-direction: horizontal;
        -moz-flex-direction: horizontal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
}
.row.fd-row {
    -webkit-flex-direction: horizontal;
    -moz-flex-direction: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.col {
    float: left;
    padding-left: 16px;
    box-sizing: border-box;
    width: 100%;
}
.col.debug span {
    display: block;
    background: #fc0;
    height: 80px;
}
.row--gutterless .col {
    padding-left: 0;
}
.row--equal-columns > .col {
    float: none;
}
.col--xs-offset-0 {
    margin-left: 0%;
}
.col--xs-1 {
    width: 8.3333333333%;
}
.col--xs-1--gutterless {
    padding-left: 0;
}
.col--xs-offset-1 {
    margin-left: 8.3333333333%;
}
.col--xs-2 {
    width: 16.6666666667%;
}
.col--xs-2--gutterless {
    padding-left: 0;
}
.col--xs-offset-2 {
    margin-left: 16.6666666667%;
}
.col--xs-3 {
    width: 25%;
}
.col--xs-3--gutterless {
    padding-left: 0;
}
.col--xs-offset-3 {
    margin-left: 25%;
}
.col--xs-4 {
    width: 33.3333333333%;
}
.col--xs-4--gutterless {
    padding-left: 0;
}
.col--xs-offset-4 {
    margin-left: 33.3333333333%;
}
.col--xs-5 {
    width: 41.6666666667%;
}
.col--xs-5--gutterless {
    padding-left: 0;
}
.col--xs-offset-5 {
    margin-left: 41.6666666667%;
}
.col--xs-6 {
    width: 50%;
}
.col--xs-6--gutterless {
    padding-left: 0;
}
.col--xs-offset-6 {
    margin-left: 50%;
}
.col--xs-7 {
    width: 58.3333333333%;
}
.col--xs-7--gutterless {
    padding-left: 0;
}
.col--xs-offset-7 {
    margin-left: 58.3333333333%;
}
.col--xs-8 {
    width: 66.6666666667%;
}
.col--xs-8--gutterless {
    padding-left: 0;
}
.col--xs-offset-8 {
    margin-left: 66.6666666667%;
}
.col--xs-9 {
    width: 75%;
}
.col--xs-9--gutterless {
    padding-left: 0;
}
.col--xs-offset-9 {
    margin-left: 75%;
}
.col--xs-10 {
    width: 83.3333333333%;
}
.col--xs-10--gutterless {
    padding-left: 0;
}
.col--xs-offset-10 {
    margin-left: 83.3333333333%;
}
.col--xs-11 {
    width: 91.6666666667%;
}
.col--xs-11--gutterless {
    padding-left: 0;
}
.col--xs-offset-11 {
    margin-left: 91.6666666667%;
}
.col--xs-12 {
    width: 100%;
}
.col--xs-12--gutterless {
    padding-left: 0;
}
.col--xs-offset-12 {
    margin-left: 100%;
}
@media only screen and (min-width: 480px) {
    .col--sm-offset-0 {
        margin-left: 0%;
    }
    .col--sm-1 {
        width: 8.3333333333%;
    }
    .col--sm-1--gutterless {
        padding-left: 0;
    }
    .col--sm-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col--sm-2 {
        width: 16.6666666667%;
    }
    .col--sm-2--gutterless {
        padding-left: 0;
    }
    .col--sm-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col--sm-3 {
        width: 25%;
    }
    .col--sm-3--gutterless {
        padding-left: 0;
    }
    .col--sm-offset-3 {
        margin-left: 25%;
    }
    .col--sm-4 {
        width: 33.3333333333%;
    }
    .col--sm-4--gutterless {
        padding-left: 0;
    }
    .col--sm-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col--sm-5 {
        width: 41.6666666667%;
    }
    .col--sm-5--gutterless {
        padding-left: 0;
    }
    .col--sm-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col--sm-6 {
        width: 50%;
    }
    .col--sm-6--gutterless {
        padding-left: 0;
    }
    .col--sm-offset-6 {
        margin-left: 50%;
    }
    .col--sm-7 {
        width: 58.3333333333%;
    }
    .col--sm-7--gutterless {
        padding-left: 0;
    }
    .col--sm-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col--sm-8 {
        width: 66.6666666667%;
    }
    .col--sm-8--gutterless {
        padding-left: 0;
    }
    .col--sm-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col--sm-9 {
        width: 75%;
    }
    .col--sm-9--gutterless {
        padding-left: 0;
    }
    .col--sm-offset-9 {
        margin-left: 75%;
    }
    .col--sm-10 {
        width: 83.3333333333%;
    }
    .col--sm-10--gutterless {
        padding-left: 0;
    }
    .col--sm-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col--sm-11 {
        width: 91.6666666667%;
    }
    .col--sm-11--gutterless {
        padding-left: 0;
    }
    .col--sm-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col--sm-12 {
        width: 100%;
    }
    .col--sm-12--gutterless {
        padding-left: 0;
    }
    .col--sm-offset-12 {
        margin-left: 100%;
    }
    .pl--sm-0 {
        padding-left: 0px;
    }
    .pl--sm-5 {
        padding-left: 5px;
    }
    .pl--sm-10 {
        padding-left: 10px;
    }
    .pl--sm-15 {
        padding-left: 15px;
    }
    .pl--sm-20 {
        padding-left: 20px;
    }
    .pl--sm-25 {
        padding-left: 25px;
    }
    .pl--sm-30 {
        padding-left: 30px;
    }
    .pl--sm-35 {
        padding-left: 35px;
    }
    .pl--sm-40 {
        padding-left: 40px;
    }
    .pl--sm-45 {
        padding-left: 45px;
    }
    .pl--sm-50 {
        padding-left: 50px;
    }
    .pr--sm-0 {
        padding-right: 0px;
    }
    .pr--sm-5 {
        padding-right: 5px;
    }
    .pr--sm-10 {
        padding-right: 10px;
    }
    .pr--sm-15 {
        padding-right: 15px;
    }
    .pr--sm-20 {
        padding-right: 20px;
    }
    .pr--sm-25 {
        padding-right: 25px;
    }
    .pr--sm-30 {
        padding-right: 30px;
    }
    .pr--sm-35 {
        padding-right: 35px;
    }
    .pr--sm-40 {
        padding-right: 40px;
    }
    .pr--sm-45 {
        padding-right: 45px;
    }
    .pr--sm-50 {
        padding-right: 50px;
    }
    .hide--sm-up {
        display: none !important;
    }
}
@media only screen and (max-width: 479px) {
    .hide--sm-down {
        display: none !important;
    }
}
@media only screen and (min-width: 640px) {
    .col--smd-offset-0 {
        margin-left: 0%;
    }
    .col--smd-1 {
        width: 8.3333333333%;
    }
    .col--smd-1--gutterless {
        padding-left: 0;
    }
    .col--smd-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col--smd-2 {
        width: 16.6666666667%;
    }
    .col--smd-2--gutterless {
        padding-left: 0;
    }
    .col--smd-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col--smd-3 {
        width: 25%;
    }
    .col--smd-3--gutterless {
        padding-left: 0;
    }
    .col--smd-offset-3 {
        margin-left: 25%;
    }
    .col--smd-4 {
        width: 33.3333333333%;
    }
    .col--smd-4--gutterless {
        padding-left: 0;
    }
    .col--smd-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col--smd-5 {
        width: 41.6666666667%;
    }
    .col--smd-5--gutterless {
        padding-left: 0;
    }
    .col--smd-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col--smd-6 {
        width: 50%;
    }
    .col--smd-6--gutterless {
        padding-left: 0;
    }
    .col--smd-offset-6 {
        margin-left: 50%;
    }
    .col--smd-7 {
        width: 58.3333333333%;
    }
    .col--smd-7--gutterless {
        padding-left: 0;
    }
    .col--smd-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col--smd-8 {
        width: 66.6666666667%;
    }
    .col--smd-8--gutterless {
        padding-left: 0;
    }
    .col--smd-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col--smd-9 {
        width: 75%;
    }
    .col--smd-9--gutterless {
        padding-left: 0;
    }
    .col--smd-offset-9 {
        margin-left: 75%;
    }
    .col--smd-10 {
        width: 83.3333333333%;
    }
    .col--smd-10--gutterless {
        padding-left: 0;
    }
    .col--smd-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col--smd-11 {
        width: 91.6666666667%;
    }
    .col--smd-11--gutterless {
        padding-left: 0;
    }
    .col--smd-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col--smd-12 {
        width: 100%;
    }
    .col--smd-12--gutterless {
        padding-left: 0;
    }
    .col--smd-offset-12 {
        margin-left: 100%;
    }
    .pl--smd-0 {
        padding-left: 0px;
    }
    .pl--smd-5 {
        padding-left: 5px;
    }
    .pl--smd-10 {
        padding-left: 10px;
    }
    .pl--smd-15 {
        padding-left: 15px;
    }
    .pl--smd-20 {
        padding-left: 20px;
    }
    .pl--smd-25 {
        padding-left: 25px;
    }
    .pl--smd-30 {
        padding-left: 30px;
    }
    .pl--smd-35 {
        padding-left: 35px;
    }
    .pl--smd-40 {
        padding-left: 40px;
    }
    .pl--smd-45 {
        padding-left: 45px;
    }
    .pl--smd-50 {
        padding-left: 50px;
    }
    .pr--smd-0 {
        padding-right: 0px;
    }
    .pr--smd-5 {
        padding-right: 5px;
    }
    .pr--smd-10 {
        padding-right: 10px;
    }
    .pr--smd-15 {
        padding-right: 15px;
    }
    .pr--smd-20 {
        padding-right: 20px;
    }
    .pr--smd-25 {
        padding-right: 25px;
    }
    .pr--smd-30 {
        padding-right: 30px;
    }
    .pr--smd-35 {
        padding-right: 35px;
    }
    .pr--smd-40 {
        padding-right: 40px;
    }
    .pr--smd-45 {
        padding-right: 45px;
    }
    .pr--smd-50 {
        padding-right: 50px;
    }
    .hide--smd-up {
        display: none !important;
    }
}
@media only screen and (max-width: 639px) {
    .hide--smd-down {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) {
    .col--md-offset-0 {
        margin-left: 0%;
    }
    .col--md-1 {
        width: 8.3333333333%;
    }
    .col--md-1--gutterless {
        padding-left: 0;
    }
    .col--md-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col--md-2 {
        width: 16.6666666667%;
    }
    .col--md-2--gutterless {
        padding-left: 0;
    }
    .col--md-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col--md-3 {
        width: 25%;
    }
    .col--md-3--gutterless {
        padding-left: 0;
    }
    .col--md-offset-3 {
        margin-left: 25%;
    }
    .col--md-4 {
        width: 33.3333333333%;
    }
    .col--md-4--gutterless {
        padding-left: 0;
    }
    .col--md-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col--md-5 {
        width: 41.6666666667%;
    }
    .col--md-5--gutterless {
        padding-left: 0;
    }
    .col--md-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col--md-6 {
        width: 50%;
    }
    .col--md-6--gutterless {
        padding-left: 0;
    }
    .col--md-offset-6 {
        margin-left: 50%;
    }
    .col--md-7 {
        width: 58.3333333333%;
    }
    .col--md-7--gutterless {
        padding-left: 0;
    }
    .col--md-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col--md-8 {
        width: 66.6666666667%;
    }
    .col--md-8--gutterless {
        padding-left: 0;
    }
    .col--md-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col--md-9 {
        width: 75%;
    }
    .col--md-9--gutterless {
        padding-left: 0;
    }
    .col--md-offset-9 {
        margin-left: 75%;
    }
    .col--md-10 {
        width: 83.3333333333%;
    }
    .col--md-10--gutterless {
        padding-left: 0;
    }
    .col--md-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col--md-11 {
        width: 91.6666666667%;
    }
    .col--md-11--gutterless {
        padding-left: 0;
    }
    .col--md-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col--md-12 {
        width: 100%;
    }
    .col--md-12--gutterless {
        padding-left: 0;
    }
    .col--md-offset-12 {
        margin-left: 100%;
    }
    .pl--md-0 {
        padding-left: 0px;
    }
    .pl--md-5 {
        padding-left: 5px;
    }
    .pl--md-10 {
        padding-left: 10px;
    }
    .pl--md-15 {
        padding-left: 15px;
    }
    .pl--md-20 {
        padding-left: 20px;
    }
    .pl--md-25 {
        padding-left: 25px;
    }
    .pl--md-30 {
        padding-left: 30px;
    }
    .pl--md-35 {
        padding-left: 35px;
    }
    .pl--md-40 {
        padding-left: 40px;
    }
    .pl--md-45 {
        padding-left: 45px;
    }
    .pl--md-50 {
        padding-left: 50px;
    }
    .pr--md-0 {
        padding-right: 0px;
    }
    .pr--md-5 {
        padding-right: 5px;
    }
    .pr--md-10 {
        padding-right: 10px;
    }
    .pr--md-15 {
        padding-right: 15px;
    }
    .pr--md-20 {
        padding-right: 20px;
    }
    .pr--md-25 {
        padding-right: 25px;
    }
    .pr--md-30 {
        padding-right: 30px;
    }
    .pr--md-35 {
        padding-right: 35px;
    }
    .pr--md-40 {
        padding-right: 40px;
    }
    .pr--md-45 {
        padding-right: 45px;
    }
    .pr--md-50 {
        padding-right: 50px;
    }
    .hide--md-up {
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .hide--md-down {
        display: none !important;
    }
}
@media only screen and (min-width: 960px) {
    .col--lg-offset-0 {
        margin-left: 0%;
    }
    .col--lg-1 {
        width: 8.3333333333%;
    }
    .col--lg-1--gutterless {
        padding-left: 0;
    }
    .col--lg-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col--lg-2 {
        width: 16.6666666667%;
    }
    .col--lg-2--gutterless {
        padding-left: 0;
    }
    .col--lg-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col--lg-3 {
        width: 25%;
    }
    .col--lg-3--gutterless {
        padding-left: 0;
    }
    .col--lg-offset-3 {
        margin-left: 25%;
    }
    .col--lg-4 {
        width: 33.3333333333%;
    }
    .col--lg-4--gutterless {
        padding-left: 0;
    }
    .col--lg-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col--lg-5 {
        width: 41.6666666667%;
    }
    .col--lg-5--gutterless {
        padding-left: 0;
    }
    .col--lg-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col--lg-6 {
        width: 50%;
    }
    .col--lg-6--gutterless {
        padding-left: 0;
    }
    .col--lg-offset-6 {
        margin-left: 50%;
    }
    .col--lg-7 {
        width: 58.3333333333%;
    }
    .col--lg-7--gutterless {
        padding-left: 0;
    }
    .col--lg-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col--lg-8 {
        width: 66.6666666667%;
    }
    .col--lg-8--gutterless {
        padding-left: 0;
    }
    .col--lg-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col--lg-9 {
        width: 75%;
    }
    .col--lg-9--gutterless {
        padding-left: 0;
    }
    .col--lg-offset-9 {
        margin-left: 75%;
    }
    .col--lg-10 {
        width: 83.3333333333%;
    }
    .col--lg-10--gutterless {
        padding-left: 0;
    }
    .col--lg-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col--lg-11 {
        width: 91.6666666667%;
    }
    .col--lg-11--gutterless {
        padding-left: 0;
    }
    .col--lg-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col--lg-12 {
        width: 100%;
    }
    .col--lg-12--gutterless {
        padding-left: 0;
    }
    .col--lg-offset-12 {
        margin-left: 100%;
    }
    .pl--lg-0 {
        padding-left: 0px;
    }
    .pl--lg-5 {
        padding-left: 5px;
    }
    .pl--lg-10 {
        padding-left: 10px;
    }
    .pl--lg-15 {
        padding-left: 15px;
    }
    .pl--lg-20 {
        padding-left: 20px;
    }
    .pl--lg-25 {
        padding-left: 25px;
    }
    .pl--lg-30 {
        padding-left: 30px;
    }
    .pl--lg-35 {
        padding-left: 35px;
    }
    .pl--lg-40 {
        padding-left: 40px;
    }
    .pl--lg-45 {
        padding-left: 45px;
    }
    .pl--lg-50 {
        padding-left: 50px;
    }
    .pr--lg-0 {
        padding-right: 0px;
    }
    .pr--lg-5 {
        padding-right: 5px;
    }
    .pr--lg-10 {
        padding-right: 10px;
    }
    .pr--lg-15 {
        padding-right: 15px;
    }
    .pr--lg-20 {
        padding-right: 20px;
    }
    .pr--lg-25 {
        padding-right: 25px;
    }
    .pr--lg-30 {
        padding-right: 30px;
    }
    .pr--lg-35 {
        padding-right: 35px;
    }
    .pr--lg-40 {
        padding-right: 40px;
    }
    .pr--lg-45 {
        padding-right: 45px;
    }
    .pr--lg-50 {
        padding-right: 50px;
    }
    .hide--lg-up {
        display: none !important;
    }
}
@media only screen and (max-width: 959px) {
    .hide--lg-down {
        display: none !important;
    }
}
@media only screen and (min-width: 1350px) {
    .col--xl-offset-0 {
        margin-left: 0%;
    }
    .col--xl-1 {
        width: 8.3333333333%;
    }
    .col--xl-1--gutterless {
        padding-left: 0;
    }
    .col--xl-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col--xl-2 {
        width: 16.6666666667%;
    }
    .col--xl-2--gutterless {
        padding-left: 0;
    }
    .col--xl-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col--xl-3 {
        width: 25%;
    }
    .col--xl-3--gutterless {
        padding-left: 0;
    }
    .col--xl-offset-3 {
        margin-left: 25%;
    }
    .col--xl-4 {
        width: 33.3333333333%;
    }
    .col--xl-4--gutterless {
        padding-left: 0;
    }
    .col--xl-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col--xl-5 {
        width: 41.6666666667%;
    }
    .col--xl-5--gutterless {
        padding-left: 0;
    }
    .col--xl-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col--xl-6 {
        width: 50%;
    }
    .col--xl-6--gutterless {
        padding-left: 0;
    }
    .col--xl-offset-6 {
        margin-left: 50%;
    }
    .col--xl-7 {
        width: 58.3333333333%;
    }
    .col--xl-7--gutterless {
        padding-left: 0;
    }
    .col--xl-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col--xl-8 {
        width: 66.6666666667%;
    }
    .col--xl-8--gutterless {
        padding-left: 0;
    }
    .col--xl-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col--xl-9 {
        width: 75%;
    }
    .col--xl-9--gutterless {
        padding-left: 0;
    }
    .col--xl-offset-9 {
        margin-left: 75%;
    }
    .col--xl-10 {
        width: 83.3333333333%;
    }
    .col--xl-10--gutterless {
        padding-left: 0;
    }
    .col--xl-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col--xl-11 {
        width: 91.6666666667%;
    }
    .col--xl-11--gutterless {
        padding-left: 0;
    }
    .col--xl-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col--xl-12 {
        width: 100%;
    }
    .col--xl-12--gutterless {
        padding-left: 0;
    }
    .col--xl-offset-12 {
        margin-left: 100%;
    }
    .pl--xl-0 {
        padding-left: 0px;
    }
    .pl--xl-5 {
        padding-left: 5px;
    }
    .pl--xl-10 {
        padding-left: 10px;
    }
    .pl--xl-15 {
        padding-left: 15px;
    }
    .pl--xl-20 {
        padding-left: 20px;
    }
    .pl--xl-25 {
        padding-left: 25px;
    }
    .pl--xl-30 {
        padding-left: 30px;
    }
    .pl--xl-35 {
        padding-left: 35px;
    }
    .pl--xl-40 {
        padding-left: 40px;
    }
    .pl--xl-45 {
        padding-left: 45px;
    }
    .pl--xl-50 {
        padding-left: 50px;
    }
    .pr--xl-0 {
        padding-right: 0px;
    }
    .pr--xl-5 {
        padding-right: 5px;
    }
    .pr--xl-10 {
        padding-right: 10px;
    }
    .pr--xl-15 {
        padding-right: 15px;
    }
    .pr--xl-20 {
        padding-right: 20px;
    }
    .pr--xl-25 {
        padding-right: 25px;
    }
    .pr--xl-30 {
        padding-right: 30px;
    }
    .pr--xl-35 {
        padding-right: 35px;
    }
    .pr--xl-40 {
        padding-right: 40px;
    }
    .pr--xl-45 {
        padding-right: 45px;
    }
    .pr--xl-50 {
        padding-right: 50px;
    }
    .hide--xl-up {
        display: none !important;
    }
}
@media only screen and (max-width: 1349px) {
    .hide--xl-down {
        display: none !important;
    }
}
@media only screen and (min-width: 320px) {
    .col--phone-offset-0 {
        margin-left: 0%;
    }
    .col--phone-1 {
        width: 8.3333333333%;
    }
    .col--phone-1--gutterless {
        padding-left: 0;
    }
    .col--phone-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col--phone-2 {
        width: 16.6666666667%;
    }
    .col--phone-2--gutterless {
        padding-left: 0;
    }
    .col--phone-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col--phone-3 {
        width: 25%;
    }
    .col--phone-3--gutterless {
        padding-left: 0;
    }
    .col--phone-offset-3 {
        margin-left: 25%;
    }
    .col--phone-4 {
        width: 33.3333333333%;
    }
    .col--phone-4--gutterless {
        padding-left: 0;
    }
    .col--phone-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col--phone-5 {
        width: 41.6666666667%;
    }
    .col--phone-5--gutterless {
        padding-left: 0;
    }
    .col--phone-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col--phone-6 {
        width: 50%;
    }
    .col--phone-6--gutterless {
        padding-left: 0;
    }
    .col--phone-offset-6 {
        margin-left: 50%;
    }
    .col--phone-7 {
        width: 58.3333333333%;
    }
    .col--phone-7--gutterless {
        padding-left: 0;
    }
    .col--phone-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col--phone-8 {
        width: 66.6666666667%;
    }
    .col--phone-8--gutterless {
        padding-left: 0;
    }
    .col--phone-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col--phone-9 {
        width: 75%;
    }
    .col--phone-9--gutterless {
        padding-left: 0;
    }
    .col--phone-offset-9 {
        margin-left: 75%;
    }
    .col--phone-10 {
        width: 83.3333333333%;
    }
    .col--phone-10--gutterless {
        padding-left: 0;
    }
    .col--phone-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col--phone-11 {
        width: 91.6666666667%;
    }
    .col--phone-11--gutterless {
        padding-left: 0;
    }
    .col--phone-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col--phone-12 {
        width: 100%;
    }
    .col--phone-12--gutterless {
        padding-left: 0;
    }
    .col--phone-offset-12 {
        margin-left: 100%;
    }
    .pl--phone-0 {
        padding-left: 0px;
    }
    .pl--phone-5 {
        padding-left: 5px;
    }
    .pl--phone-10 {
        padding-left: 10px;
    }
    .pl--phone-15 {
        padding-left: 15px;
    }
    .pl--phone-20 {
        padding-left: 20px;
    }
    .pl--phone-25 {
        padding-left: 25px;
    }
    .pl--phone-30 {
        padding-left: 30px;
    }
    .pl--phone-35 {
        padding-left: 35px;
    }
    .pl--phone-40 {
        padding-left: 40px;
    }
    .pl--phone-45 {
        padding-left: 45px;
    }
    .pl--phone-50 {
        padding-left: 50px;
    }
    .pr--phone-0 {
        padding-right: 0px;
    }
    .pr--phone-5 {
        padding-right: 5px;
    }
    .pr--phone-10 {
        padding-right: 10px;
    }
    .pr--phone-15 {
        padding-right: 15px;
    }
    .pr--phone-20 {
        padding-right: 20px;
    }
    .pr--phone-25 {
        padding-right: 25px;
    }
    .pr--phone-30 {
        padding-right: 30px;
    }
    .pr--phone-35 {
        padding-right: 35px;
    }
    .pr--phone-40 {
        padding-right: 40px;
    }
    .pr--phone-45 {
        padding-right: 45px;
    }
    .pr--phone-50 {
        padding-right: 50px;
    }
    .hide--phone-up {
        display: none !important;
    }
}
@media only screen and (max-width: 319px) {
    .hide--phone-down {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) {
    .col--tablet-offset-0 {
        margin-left: 0%;
    }
    .col--tablet-1 {
        width: 8.3333333333%;
    }
    .col--tablet-1--gutterless {
        padding-left: 0;
    }
    .col--tablet-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col--tablet-2 {
        width: 16.6666666667%;
    }
    .col--tablet-2--gutterless {
        padding-left: 0;
    }
    .col--tablet-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col--tablet-3 {
        width: 25%;
    }
    .col--tablet-3--gutterless {
        padding-left: 0;
    }
    .col--tablet-offset-3 {
        margin-left: 25%;
    }
    .col--tablet-4 {
        width: 33.3333333333%;
    }
    .col--tablet-4--gutterless {
        padding-left: 0;
    }
    .col--tablet-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col--tablet-5 {
        width: 41.6666666667%;
    }
    .col--tablet-5--gutterless {
        padding-left: 0;
    }
    .col--tablet-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col--tablet-6 {
        width: 50%;
    }
    .col--tablet-6--gutterless {
        padding-left: 0;
    }
    .col--tablet-offset-6 {
        margin-left: 50%;
    }
    .col--tablet-7 {
        width: 58.3333333333%;
    }
    .col--tablet-7--gutterless {
        padding-left: 0;
    }
    .col--tablet-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col--tablet-8 {
        width: 66.6666666667%;
    }
    .col--tablet-8--gutterless {
        padding-left: 0;
    }
    .col--tablet-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col--tablet-9 {
        width: 75%;
    }
    .col--tablet-9--gutterless {
        padding-left: 0;
    }
    .col--tablet-offset-9 {
        margin-left: 75%;
    }
    .col--tablet-10 {
        width: 83.3333333333%;
    }
    .col--tablet-10--gutterless {
        padding-left: 0;
    }
    .col--tablet-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col--tablet-11 {
        width: 91.6666666667%;
    }
    .col--tablet-11--gutterless {
        padding-left: 0;
    }
    .col--tablet-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col--tablet-12 {
        width: 100%;
    }
    .col--tablet-12--gutterless {
        padding-left: 0;
    }
    .col--tablet-offset-12 {
        margin-left: 100%;
    }
    .pl--tablet-0 {
        padding-left: 0px;
    }
    .pl--tablet-5 {
        padding-left: 5px;
    }
    .pl--tablet-10 {
        padding-left: 10px;
    }
    .pl--tablet-15 {
        padding-left: 15px;
    }
    .pl--tablet-20 {
        padding-left: 20px;
    }
    .pl--tablet-25 {
        padding-left: 25px;
    }
    .pl--tablet-30 {
        padding-left: 30px;
    }
    .pl--tablet-35 {
        padding-left: 35px;
    }
    .pl--tablet-40 {
        padding-left: 40px;
    }
    .pl--tablet-45 {
        padding-left: 45px;
    }
    .pl--tablet-50 {
        padding-left: 50px;
    }
    .pr--tablet-0 {
        padding-right: 0px;
    }
    .pr--tablet-5 {
        padding-right: 5px;
    }
    .pr--tablet-10 {
        padding-right: 10px;
    }
    .pr--tablet-15 {
        padding-right: 15px;
    }
    .pr--tablet-20 {
        padding-right: 20px;
    }
    .pr--tablet-25 {
        padding-right: 25px;
    }
    .pr--tablet-30 {
        padding-right: 30px;
    }
    .pr--tablet-35 {
        padding-right: 35px;
    }
    .pr--tablet-40 {
        padding-right: 40px;
    }
    .pr--tablet-45 {
        padding-right: 45px;
    }
    .pr--tablet-50 {
        padding-right: 50px;
    }
    .hide--tablet-up {
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .hide--tablet-down {
        display: none !important;
    }
}
@media only screen and (min-width: 1024px) {
    .col--desktop-offset-0 {
        margin-left: 0%;
    }
    .col--desktop-1 {
        width: 8.3333333333%;
    }
    .col--desktop-1--gutterless {
        padding-left: 0;
    }
    .col--desktop-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col--desktop-2 {
        width: 16.6666666667%;
    }
    .col--desktop-2--gutterless {
        padding-left: 0;
    }
    .col--desktop-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col--desktop-3 {
        width: 25%;
    }
    .col--desktop-3--gutterless {
        padding-left: 0;
    }
    .col--desktop-offset-3 {
        margin-left: 25%;
    }
    .col--desktop-4 {
        width: 33.3333333333%;
    }
    .col--desktop-4--gutterless {
        padding-left: 0;
    }
    .col--desktop-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col--desktop-5 {
        width: 41.6666666667%;
    }
    .col--desktop-5--gutterless {
        padding-left: 0;
    }
    .col--desktop-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col--desktop-6 {
        width: 50%;
    }
    .col--desktop-6--gutterless {
        padding-left: 0;
    }
    .col--desktop-offset-6 {
        margin-left: 50%;
    }
    .col--desktop-7 {
        width: 58.3333333333%;
    }
    .col--desktop-7--gutterless {
        padding-left: 0;
    }
    .col--desktop-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col--desktop-8 {
        width: 66.6666666667%;
    }
    .col--desktop-8--gutterless {
        padding-left: 0;
    }
    .col--desktop-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col--desktop-9 {
        width: 75%;
    }
    .col--desktop-9--gutterless {
        padding-left: 0;
    }
    .col--desktop-offset-9 {
        margin-left: 75%;
    }
    .col--desktop-10 {
        width: 83.3333333333%;
    }
    .col--desktop-10--gutterless {
        padding-left: 0;
    }
    .col--desktop-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col--desktop-11 {
        width: 91.6666666667%;
    }
    .col--desktop-11--gutterless {
        padding-left: 0;
    }
    .col--desktop-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col--desktop-12 {
        width: 100%;
    }
    .col--desktop-12--gutterless {
        padding-left: 0;
    }
    .col--desktop-offset-12 {
        margin-left: 100%;
    }
    .pl--desktop-0 {
        padding-left: 0px;
    }
    .pl--desktop-5 {
        padding-left: 5px;
    }
    .pl--desktop-10 {
        padding-left: 10px;
    }
    .pl--desktop-15 {
        padding-left: 15px;
    }
    .pl--desktop-20 {
        padding-left: 20px;
    }
    .pl--desktop-25 {
        padding-left: 25px;
    }
    .pl--desktop-30 {
        padding-left: 30px;
    }
    .pl--desktop-35 {
        padding-left: 35px;
    }
    .pl--desktop-40 {
        padding-left: 40px;
    }
    .pl--desktop-45 {
        padding-left: 45px;
    }
    .pl--desktop-50 {
        padding-left: 50px;
    }
    .pr--desktop-0 {
        padding-right: 0px;
    }
    .pr--desktop-5 {
        padding-right: 5px;
    }
    .pr--desktop-10 {
        padding-right: 10px;
    }
    .pr--desktop-15 {
        padding-right: 15px;
    }
    .pr--desktop-20 {
        padding-right: 20px;
    }
    .pr--desktop-25 {
        padding-right: 25px;
    }
    .pr--desktop-30 {
        padding-right: 30px;
    }
    .pr--desktop-35 {
        padding-right: 35px;
    }
    .pr--desktop-40 {
        padding-right: 40px;
    }
    .pr--desktop-45 {
        padding-right: 45px;
    }
    .pr--desktop-50 {
        padding-right: 50px;
    }
    .hide--desktop-up {
        display: none !important;
    }
}
@media only screen and (max-width: 1023px) {
    .hide--desktop-down {
        display: none !important;
    }
}
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        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;
    }
}
@font-face {
    font-family: "mprise";
    src: url("https://www.mprise.nl/hubfs/2022/fonts/mprise.eot?wx5i93");
    src: url("https://www.mprise.nl/hubfs/2022/fonts/mprise.eot?wx5i93#iefix") format("embedded-opentype"), url("https://www.mprise.nl/hubfs/2022/fonts/mprise.woff2?wx5i93") format("woff2"), url("https://www.mprise.nl/hubfs/2022/fonts/mprise.ttf?wx5i93") format("truetype"),
        url("https://www.mprise.nl/hubfs/2022/fonts/mprise.woff?wx5i93") format("woff"), url("https://www.mprise.nl/hubfs/2022/fonts/mprise.svg?wx5i93#mprise") format("svg");
    font-weight: normal;
    font-style: normal;
   font-display: swap;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: "mprise" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-chat_dots:before {
    content: "\e900";
}
.icon-barchart:before {
    content: "\e901";
}
.icon-book:before {
    content: "\e902";
}
.icon-cog:before {
    content: "\e910";
}
.icon-facebook:before {
    content: "\e903";
}
.icon-twitter:before {
    content: "\e904";
}
.icon-youtube:before {
    content: "\e905";
}
.icon-linkedin:before {
    content: "\e906";
}
.icon-linkedin_alt:before {
    content: "\e907";
}
.icon-mail:before {
    content: "\e908";
}
.icon-search:before {
    content: "\e909";
}
.icon-download:before {
    content: "\e90a";
}
.icon-arrow_right:before {
    content: "\e90b";
}
.icon-chevron_down:before {
    content: "\e90c";
}
.icon-chevron_right:before {
    content: "\e90d";
}
.icon-chevron_left:before {
    content: "\e911";
}
.icon-curved_chevron_right:before {
    content: "\e90e";
}
.icon-tick:before {
    content: "\e90f";
}
.icon-globe:before {
    content: "\e912";
}
.is-animated {
    -moz-animation-duration: 500ms;
    -ms-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.is-animated.infinite {
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.is-animated.delay-100ms {
    -moz-animation-delay: 100ms;
    -ms-animation-delay: 100ms;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}
.is-animated.duration-100ms {
    -moz-animation-duration: 100ms;
    -ms-animation-duration: 100ms;
    -webkit-animation-duration: 100ms;
    animation-duration: 100ms;
}
.is-animated.delay-150ms {
    -moz-animation-delay: 150ms;
    -ms-animation-delay: 150ms;
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
}
.is-animated.duration-150ms {
    -moz-animation-duration: 150ms;
    -ms-animation-duration: 150ms;
    -webkit-animation-duration: 150ms;
    animation-duration: 150ms;
}
.is-animated.delay-200ms {
    -moz-animation-delay: 200ms;
    -ms-animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}
.is-animated.duration-200ms {
    -moz-animation-duration: 200ms;
    -ms-animation-duration: 200ms;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
}
.is-animated.delay-250ms {
    -moz-animation-delay: 250ms;
    -ms-animation-delay: 250ms;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
}
.is-animated.duration-250ms {
    -moz-animation-duration: 250ms;
    -ms-animation-duration: 250ms;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
}
.is-animated.delay-300ms {
    -moz-animation-delay: 300ms;
    -ms-animation-delay: 300ms;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}
.is-animated.duration-300ms {
    -moz-animation-duration: 300ms;
    -ms-animation-duration: 300ms;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
}
.is-animated.delay-350ms {
    -moz-animation-delay: 350ms;
    -ms-animation-delay: 350ms;
    -webkit-animation-delay: 350ms;
    animation-delay: 350ms;
}
.is-animated.duration-350ms {
    -moz-animation-duration: 350ms;
    -ms-animation-duration: 350ms;
    -webkit-animation-duration: 350ms;
    animation-duration: 350ms;
}
.is-animated.delay-400ms {
    -moz-animation-delay: 400ms;
    -ms-animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}
.is-animated.duration-400ms {
    -moz-animation-duration: 400ms;
    -ms-animation-duration: 400ms;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
}
.is-animated.delay-450ms {
    -moz-animation-delay: 450ms;
    -ms-animation-delay: 450ms;
    -webkit-animation-delay: 450ms;
    animation-delay: 450ms;
}
.is-animated.duration-450ms {
    -moz-animation-duration: 450ms;
    -ms-animation-duration: 450ms;
    -webkit-animation-duration: 450ms;
    animation-duration: 450ms;
}
.is-animated.delay-500ms {
    -moz-animation-delay: 500ms;
    -ms-animation-delay: 500ms;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}
.is-animated.duration-500ms {
    -moz-animation-duration: 500ms;
    -ms-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}
.is-animated.delay-600ms {
    -moz-animation-delay: 600ms;
    -ms-animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}
.is-animated.duration-600ms {
    -moz-animation-duration: 600ms;
    -ms-animation-duration: 600ms;
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
}
.is-animated.delay-700ms {
    -moz-animation-delay: 700ms;
    -ms-animation-delay: 700ms;
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
}
.is-animated.duration-700ms {
    -moz-animation-duration: 700ms;
    -ms-animation-duration: 700ms;
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
}
.is-animated.delay-800ms {
    -moz-animation-delay: 800ms;
    -ms-animation-delay: 800ms;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}
.is-animated.duration-800ms {
    -moz-animation-duration: 800ms;
    -ms-animation-duration: 800ms;
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}
.is-animated.delay-900ms {
    -moz-animation-delay: 900ms;
    -ms-animation-delay: 900ms;
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}
.is-animated.duration-900ms {
    -moz-animation-duration: 900ms;
    -ms-animation-duration: 900ms;
    -webkit-animation-duration: 900ms;
    animation-duration: 900ms;
}
.is-animated.delay-1000ms {
    -moz-animation-delay: 1000ms;
    -ms-animation-delay: 1000ms;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}
.is-animated.duration-1000ms {
    -moz-animation-duration: 1000ms;
    -ms-animation-duration: 1000ms;
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
}
.is-animated.delay-1500ms {
    -moz-animation-delay: 1500ms;
    -ms-animation-delay: 1500ms;
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}
.is-animated.duration-1500ms {
    -moz-animation-duration: 1500ms;
    -ms-animation-duration: 1500ms;
    -webkit-animation-duration: 1500ms;
    animation-duration: 1500ms;
}
.is-animated.delay-1s {
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.is-animated.duration-1s {
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.is-animated.delay-2s {
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.is-animated.duration-2s {
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.is-animated.delay-3s {
    -moz-animation-delay: 3s;
    -ms-animation-delay: 3s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.is-animated.duration-3s {
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
.is-animated.delay-4s {
    -moz-animation-delay: 4s;
    -ms-animation-delay: 4s;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.is-animated.duration-4s {
    -moz-animation-duration: 4s;
    -ms-animation-duration: 4s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}
.is-animated.delay-5s {
    -moz-animation-delay: 5s;
    -ms-animation-delay: 5s;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.is-animated.duration-5s {
    -moz-animation-duration: 5s;
    -ms-animation-duration: 5s;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.is-animated.fast {
    -moz-animation-duration: 400ms;
    -ms-animation-duration: 400ms;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
}
.is-animated.faster {
    -moz-animation-duration: 300ms;
    -ms-animation-duration: 300ms;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
}
.is-animated.slow {
    -moz-animation-duration: 900ms;
    -ms-animation-duration: 900ms;
    -webkit-animation-duration: 900ms;
    animation-duration: 900ms;
}
.is-animated.slower {
    -moz-animation-duration: 1200ms;
    -ms-animation-duration: 1200ms;
    -webkit-animation-duration: 1200ms;
    animation-duration: 1200ms;
}
@media (prefers-reduced-motion) {
    .is-animated {
        -moz-animation: unset !important;
        -ms-animation: unset !important;
        -webkit-animation: unset !important;
        animation: unset !important;
        -moz-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
.fadeIn {
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
@-ms-keyframes fadeOut {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
@-o-keyframes fadeOut {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
.fadeOut {
    -moz-animation-name: fadeOut;
    -ms-animation-name: fadeOut;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes moveUpFadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateY(25px);
    }
    75% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateY(0);
    }
}
@-moz-keyframes moveUpFadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateY(25px);
    }
    75% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateY(0);
    }
}
@-ms-keyframes moveUpFadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateY(25px);
    }
    75% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateY(0);
    }
}
@-o-keyframes moveUpFadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateY(25px);
    }
    75% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateY(0);
    }
}
@keyframes moveUpFadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateY(25px);
    }
    75% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateY(0);
    }
}
.moveUpFadeIn,
.nav-is-open .primary-nav-menu .contact {
    -moz-animation-name: moveUpFadeIn;
    -ms-animation-name: moveUpFadeIn;
    -webkit-animation-name: moveUpFadeIn;
    animation-name: moveUpFadeIn;
    -moz-animation-duration: 300ms;
    -ms-animation-duration: 300ms;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@-webkit-keyframes moveDownFadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateY(-25px);
    }
    75% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateY(0);
    }
}
@-moz-keyframes moveDownFadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateY(-25px);
    }
    75% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateY(0);
    }
}
@-ms-keyframes moveDownFadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateY(-25px);
    }
    75% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateY(0);
    }
}
@-o-keyframes moveDownFadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateY(-25px);
    }
    75% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateY(0);
    }
}
@keyframes moveDownFadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateY(-25px);
    }
    75% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateY(0);
    }
}
.moveDownFadeIn {
    -moz-animation-name: moveDownFadeIn;
    -ms-animation-name: moveDownFadeIn;
    -webkit-animation-name: moveDownFadeIn;
    animation-name: moveDownFadeIn;
    -moz-animation-duration: 300ms;
    -ms-animation-duration: 300ms;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@-webkit-keyframes moveRightFadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateX(-25px);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateX(0);
    }
}
@-moz-keyframes moveRightFadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateX(-25px);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateX(0);
    }
}
@-ms-keyframes moveRightFadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateX(-25px);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateX(0);
    }
}
@-o-keyframes moveRightFadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateX(-25px);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateX(0);
    }
}
@keyframes moveRightFadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateX(-25px);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateX(0);
    }
}
.moveRightFadeIn {
    -moz-animation-name: moveRightFadeIn;
    -ms-animation-name: moveRightFadeIn;
    -webkit-animation-name: moveRightFadeIn;
    animation-name: moveRightFadeIn;
    -moz-animation-duration: 300ms;
    -ms-animation-duration: 300ms;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@-webkit-keyframes moveLeftFadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateX(25px);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateX(0);
    }
}
@-moz-keyframes moveLeftFadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateX(25px);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateX(0);
    }
}
@-ms-keyframes moveLeftFadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateX(25px);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateX(0);
    }
}
@-o-keyframes moveLeftFadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateX(25px);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateX(0);
    }
}
@keyframes moveLeftFadeIn {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateX(25px);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateX(0);
    }
}
.moveLeftFadeIn,
.nav-is-open .primary-nav-list {
    -moz-animation-name: moveLeftFadeIn;
    -ms-animation-name: moveLeftFadeIn;
    -webkit-animation-name: moveLeftFadeIn;
    animation-name: moveLeftFadeIn;
    -moz-animation-duration: 300ms;
    -ms-animation-duration: 300ms;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header {
    background: #fff;
    padding: 18px 0;
}
.header-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.header-wrapper .btn {
    margin-left: 43px;
    width: 182px;
    background: #009a44;
}
.header-wrapper .btn:hover {
    background: rgba(0, 154, 68, 0.9);
}
.header-wrapper .btn:active {
    background: #00903f;
}
.header.is-sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 101;
    -moz-transition: right 0.35s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.3s ease;
    -ms-transition: right 0.35s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.3s ease;
    -o-transition: right 0.35s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.3s ease;
    -webkit-transition: right 0.35s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.3s ease;
    transition: right 0.35s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.3s ease;
}
.header.is-sticky.is-scrolling {
    box-shadow: 0 0 12px 0px rgba(55, 55, 55, 0.1);
}
.header.is-inversed {
    background: transparent;
    color: #fff;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
}
.header.is-inversed .nav-link {
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    user-select: none;
    letter-spacing: 0.1em;
    line-height: 44px;
}
.header.is-inversed.is-scrolling {
    background: #0093b2;
}
.header .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    max-width: none;
}
.header .logo-tagline {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.header .logo {
    display: block;
    width: 180px;
    height: 44px;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
@media (min-width: 768px) {
    .header .logo {
        width: 180px;
        height: 44px;
    }
}
.header .logo img {
    display: block;
    width: 100%;
}
.header .tagline {
    display: none;
}
.header .tagline .icon {
    position: relative;
    font-size: 24px;
    top: 4px;
    margin-right: 12px;
}
@media (min-width: 768px) {
    .header .tagline {
        display: inline-block;
        margin-left: 30px;
        position: relative;
        top: -1px;
    }
}
.main-nav {
    border-right: 1px solid #d9d9d9;
    padding: 5px 15px 5px 0;
}
.main-nav .nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    margin: 0;
}
.main-nav .nav li {
    list-style: none;
    margin: 3px 15px 0;
	    position: relative;
}
.main-nav .nav li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    color: #333;
    display: inline-block;
    font-family: "Satoshi", Open Sans, "Open Sans", Helvetica, Arial, sans-serif;
}
.tagline {
    font-weight: 500;
    font-family: "Satoshi", Open Sans, "Open Sans", Helvetica, Arial, sans-serif;
}
.nav-trigger {
    text-decoration: none;
    -webkit-box-flex: 0 0 75px;
    -moz-box-flex: 0 0 75px;
    -ms-flex: 0 0 75px;
    -webkit-flex: 0 0 75px;
    flex: 0 0 75px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.nav-trigger:hover,
.nav-trigger:active {
    text-decoration: none;
}
.nav-trigger .label {
    display: inline-block;
    font-size: 14px;
    color: #333;
    user-select: none;
}
.nav-trigger .hamb {
    margin-left: 14px;
}
.nav-trigger:hover .ham::after {
    width: 100%;
}
.hamb {
    position: relative;
    top: 0px;
    display: inline-block;
    width: 24px;
    height: 21px;
}
.hamb .ham {
    display: block;
    width: 100%;
    height: 3px;
    position: relative;
    top: 50%;
    margin-top: -1.5px;
    background: #333;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.hamb .ham::before,
.hamb .ham::after {
    content: "";
    position: absolute;
    right: 0;
    display: block;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
    height: 3px;
    background: #333;
}
.hamb .ham::before {
    top: -9px;
}
.hamb .ham::after {
    top: 9px;
    width: 60%;
}
.nav-is-open .hamb .ham {
    background: transparent;
}
.nav-is-open .hamb .ham::before,
.nav-is-open .hamb .ham::after {
    background: #333;
}
.nav-is-open .hamb .ham::before {
    transform: translateY(9px) rotateZ(-45deg);
}
.nav-is-open .hamb .ham::after {
    width: 100%;
    transform: translateY(-9px) rotateZ(45deg);
}
.langswitch {
    display: none;
    position: absolute;
    top: -4px;
    right: -10px;
    z-index: 2;
}
.primary-nav .search-active + .langswitch {
    display: none;
}
@media (min-width: 768px) {
    .langswitch {
        display: block;
    }
}
.primary-nav .langswitch {
    display: block;
    top: 20px;
    right: 16px;
}
@media (min-width: 768px) {
    .primary-nav .langswitch {
        display: none;
    }
}
.primary-nav .langswitch .langswitch-toggle {
    color: #fff;
}
.primary-nav .langswitch .langswitch-toggle .icon-chevron_down {
    display: inline;
}
.langswitch .langswitch-toggle {
    display: block !important;
    font-size: 22px !important;
    padding: 6px 0px 6px 10px !important;
    color: #333 !important;
}
.langswitch .langswitch-toggle:hover {
    text-decoration: none;
}
.langswitch .langswitch-toggle .icon-globe {
    font-size: 100%;
    margin: 0;
}
.langswitch .langswitch-toggle .icon-chevron_down {
    display: none;
    font-size: 6px;
    position: relative;
    top: -6px;
}
.langswitch:hover .langswitch-list,
.langswitch .langswitch-toggle.active + .langswitch-list {
    display: block;
}
.langswitch-list {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 35px;
    right: 0;
    box-shadow: 1px 0 30px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 5px 0;
    margin: 0;
}
.langswitch-list li {
    padding: 0;
    margin: 0;
}
.langswitch-list li a {
    display: block;
    color: #333;
    padding: 5px 20px;
    font-size: 15px;
    font-weight: 400;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.langswitch-list li a:hover {
    color: #333;
    text-decoration: none;
    background-color: rgba(0, 147, 178, 0.15);
}
.langswitch-list li.current-lang a {
    color: rgba(51, 51, 51, 0.5);
}


.primary-nav {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #0000004d;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    visibility: hidden;
}
@media (min-width: 769px) {
    .primary-nav {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .nav-is-open .primary-nav {
        opacity: 1;
        visibility: visible;
    }
}
.primary-nav-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    align-content: space-between;
    height: calc(100% - 62px);
    padding: 0 28px;
}
@media (min-width: 961px) {
    .primary-nav-wrap {
        padding-left: 60px;
        padding-right: 60px;
    }
}
.primary-nav-menu {
    background: #fff;
    width: 100%;
    max-width: 1034px;
    padding-right: 30px;
    position: relative;
}
.primary-nav-menu .contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #f8f8f8;
    position: absolute;
    padding-left: 30px;
    bottom: 0;
    width: 100%;
    height: 147px;
}
@media (min-width: 961px) {
    .primary-nav-menu .contact {
        padding-left: 68px;
    }
}
@media (min-width: 1351px) {
    .primary-nav-menu .contact {
        padding-left: 112px;
    }
}
.primary-nav-menu .contact-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex: 1 1 33.333%;
    padding-left: 48px;
    position: relative;
}
.primary-nav-menu .contact-item img {
    height: 30px;
    width: auto;
    position: absolute;
    left: 0;
    margin: auto 0;
    top: 0;
    bottom: 0;
}
.primary-nav-menu .contact-item span {
    font-weight: 700;
    font-size: 14px;
}
.primary-nav-menu .contact-item p {
    margin: 0;
    font-size: 14px;
}
.primary-nav-menu .contact-item p a {
    color: inherit;
}
.primary-nav-menu .wrapper {
    padding-bottom: 98px;
}
.primary-nav-menu .wrapper p {
    margin: 0;
    padding: 14px 20px;
    background: #0093b2;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    font-family: "Satoshi", Open Sans, "Open Sans", Helvetica, Arial, sans-serif;
    display: inline-block;
}
.primary-nav-menu-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    height: 100%;
    padding-bottom: 147px;
    padding-left: 30px;
}
@media (min-width: 961px) {
    .primary-nav-menu-items {
        padding-left: 68px;
    }
}
@media (min-width: 1351px) {
    .primary-nav-menu-items {
        padding-left: 112px;
    }
}
.primary-nav-menu-items .menu-list {
    flex: 0 0 50%;
    padding: 0 20px 20px 0;
    margin: 0;
}

.primary-nav-menu-items .menu-list:last-child {
    flex: 0 0 25%;
    padding: 0 0px 20px 0;
    margin: 0;
}


@media (min-width: 1100px) {
    .primary-nav-menu-items .menu-list {
        flex: 0 0 25%;
    }
}

@media (max-width: 1100px) {
    .primary-nav-menu-items .menu-list {
        flex: 0 0 50%;
    }
}
.primary-nav-menu-items .menu-items {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    flex: 1 1 100%;
    position: relative;
    overflow-y: auto;
    max-height: calc(100vh - 400px);
    display: none;
}
.primary-nav-menu-items .menu-items.active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.primary-nav-menu-items .menu-item {
    list-style: none;
    font-size: 14px;
}
.primary-nav-menu-items .menu-item__title {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}

.primary-nav-menu-items .menu-item__title a {
    color: #0093b2;
    text-decoration: none;
}.primary-nav-menu-items .menu-itemmenu-item__title  {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
	list-style: none;
color: #333 !important;
}
.primary-nav-menu-items .menu-itemmenu-item__title a{
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
	list-style: none;
color: #333 !important;
	    pointer-events: none;
}
.primary-nav-list {
    background: #0093b2;
    height: 100%;
    width: 100%;
    max-width: 312px;
    position: relative;
    overflow-y: scroll;
}
@media (min-width: 961px) {
    .primary-nav-list {
        max-width: 410px;
    }
}
@media (min-width: 1351px) {
    .primary-nav-list {
        max-width: 474px;
    }
}
.primary-nav-list-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 30px 20px 20px;
}
.primary-nav-list-top .label {
    color: #fff;
}
.primary-nav-list-top .hamb .ham::before {
    background: #fff;
}
.primary-nav-list-top .hamb .ham::after {
    background: #fff;
}
.primary-nav-list-middle {
    padding: 68px 0 0;
}
.primary-nav-list-middle ul {
    padding: 0;
    margin: 0;
}
.primary-nav-list-middle ul li {
    list-style: none;
}
.primary-nav-list-middle ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.primary-nav-list-middle ul li a {
    padding: 8px 0 22px;
    display: block;
    text-decoration: none;
    position: relative;
}
.primary-nav-list-middle ul li a.active::before {
    content: "";
}
.primary-nav-list-middle ul li a::before {
    content: none;
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    border-left: 14px solid #fff;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
}
@media (min-width: 961px) {
    .primary-nav-list-middle ul li a::before {
        left: -60px;
    }
}
.primary-nav-list-middle ul li span {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    font-family: "Satoshi", Open Sans, "Open Sans", Helvetica, Arial, sans-serif;
}
.primary-nav-list-middle ul li p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: "Satoshi", Open Sans, "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 1.2;
    margin: 12px 0;
}
@media (min-width: 1351px) {
    .primary-nav-list-middle ul li p {
        padding-right: 35%;
    }
}
@media (max-width: 767px) {
    .primary-nav-list-middle ul li p {
        max-width: 330px;
    }
}
.primary-nav-list-bottom {
    width: 100%;
    padding-bottom: 58px;
}
.primary-nav-list-bottom hr {
    background: rgba(255, 255, 255, 0.3);
    margin: 45px 0;
}
.primary-nav-list-bottom .btn {
    background: #fff;
    color: #009a44;
    width: 100%;
    position: relative;
}
.primary-nav-list-bottom .btn::after {
    content: "";
    background-image: url(https://www.mprise.nl/hubfs/2022/images/icon/green/long-arrow-right.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 14px;
    height: 16px;
    display: inline-block;
    position: absolute;
    margin: auto 0px;
    top: 0px;
    bottom: 0px;
    right: 22px;
}
.primary-nav-list-bottom .bottom-menu {
    padding: 0;
    margin: 0;
}
.primary-nav-list-bottom .bottom-menu li {
    list-style: none;
    margin: 5px 0;
}
.primary-nav-list-bottom .bottom-menu li:last-child {
    margin-bottom: 0;
}
.primary-nav-list-bottom .bottom-menu li a {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}
.pageheader-home {
    position: relative;
    height: 768px;
}
.pageheader-home::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.25);
}
.pageheader-home-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pageheader-home-title {
    color: #fff;
}
@media (min-width: 961px) {
    .pageheader-home-title {
        font-size: 59px;
    }
}
.pageheader-home-title-block {
    display: inline-block;
    background: #fff;
    padding: 18px 30px;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    font-family: "Satoshi", Open Sans, "Open Sans", Helvetica, Arial, sans-serif;
    color: #0093b2;
    margin: 8px 0 0;
}
@media (min-width: 961px) {
    .pageheader-home-title-block {
        font-size: 33px;
    }
}
.pageheader-home-wrapper {
    padding-bottom: 244px;
    padding-left: calc((100% - 1350px) / 2);
    margin-left: 16px;
    width: auto;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}
.mobile-menu {
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100vw;
    height: calc(100vh - 80px);
    background: #0093b2;
    opacity: 0;
    visibility: hidden;
    padding: 30px 16px;
    display: none;
    overflow-y: auto;
}
@media (max-width: 767px) {
    .nav-is-open .mobile-menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        opacity: 1;
        visibility: visible;
    }
}
.mobile-menu .submenu {
    display: block;
    opacity: 0;
    visibility: hidden;
    flex: 1 1 100%;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}
.mobile-menu .submenu:not(.is-level-0) {
    position: absolute;
}
.mobile-menu .submenu.active {
    opacity: 1;
    visibility: visible;
    display: block;
}
.mobile-menu .submenu.active .is-level-1 {
    transform: translateX(-100px);
}
.mobile-menu .submenu.is-level-0 {
    padding-top: 20px;
}
.mobile-menu .submenu.is-level-1 {
    padding-top: 4px;
    left: 100px;
}
.mobile-menu .submenu li:not(.is-open):not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.mobile-menu .submenu li.is-open > .item::after {
    content: none;
}
.mobile-menu .submenu li .item {
    position: relative;
    padding-right: 40px;
}
.mobile-menu .submenu li .item::after {
    content: "";
    background-image: url(https://www.mprise.nl/hubfs/2022/images/icon/white/long-arrow-right.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 14px;
    height: 16px;
    display: inline-block;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 22px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mobile-menu .submenu li .item:hover::after {
    transform: translateX(3px);
}
.mobile-menu .is-open > .item {
    font-weight: 600;
    font-size: 20px;
}
.mobile-menu .is-open > .submenu {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    background: #0093b2;
    opacity: 1;
    visibility: visible;
}
.mobile-menu ul {
    padding: 0;
    margin: 0;
}
.mobile-menu ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    position: relative;
    margin: 0;
}
.mobile-menu ul li.is-open {
    display: block;
}
.mobile-menu ul li.is-closed {
    display: none;
}
.mobile-menu ul li a {
    color: #fff;
    text-decoration: none;
    padding: 20px 0;
    flex: 1 1 100%;
}
.mobile-menu ul li a.back {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
.mobile-menu .btn {
    color: #009a44;
}
.mobile-menu .bottom-menu {
    margin-top: 40px;
}
.mobile-menu .bottom-menu li {
    border-bottom: 0 !important;
}
.mobile-menu .bottom-menu li a {
    padding: 10px 0;
}
body:not(.landingspage) main {
    padding-top: 57px;
}
.pageheader.is-inversed {
    background: #0093b2;
    color: #fff;
    background-image: url(https://www.mprise.nl/hubfs/2022/images/logo_mprise_shape.svg);
    background-position: 150% 15%;
    background-repeat: no-repeat;
    background-size: 80%;
}
.landingspage .pageheader {
    padding-top: 100px;
    padding-bottom: 130px;
    margin-bottom: -85px;
}
.extra-spacing .pageheader {
    margin-top: 60px;
}
.pageheader .page-title:only-child {
    margin: 1.5em 0;
}
.pageheader .page-intro {
    margin-bottom: 60px;
}
.pageheader .page-intro a {
    display: block;
    margin-top: 20px;
}
.pageheader .page-subtitle-nav {
    margin-bottom: 2.5em;
}
.pageheader .page-subtitle-nav a {
    margin-left: 8px;
    font-weight: 600;
    text-decoration: underline;
}
.pageheader .page-subtitle-nav a:hover {
    text-decoration: none;
}
.pageheader .author-info {
    display: flex;
    margin-top: 3em;
    margin-bottom: 3em;
}
.pageheader .author-info--img {
    border-radius: 100%;
    border: 2px solid #0093b2;
    position: relative;
    padding: 4px;
    width: 72px;
    height: auto;
    object-fit: contain;
    align-self: flex-start;
    margin-right: 1.5em;
}
.pageheader .author-info--text {
    flex: 1 1 auto;
}
.pageheader .author-info--text strong {
    font-weight: 600;
    font-size: 18px;
}
.pageheader .author-info--text .socials {
    margin-top: 2em;
}
.pageheader--fullwidth {
    height: calc(100vh - 84px);
    background-color: #0093b2;
}
.pageheader--fullwidth .row,
.pageheader--fullwidth .container {
    height: 100%;
}
.pageheader--fullwidth .pageheader-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.pageheader--fullwidth .pageheader-bg.has-bg-src {
    opacity: 1;
    filter: alpha(opacity=100);
}
.pageheader--fullwidth .page-title {
    color: #fff;
    font-size: 11vw;
    line-height: 1.15em;
    font-weight: 600;
    font-family: "Satoshi", Open Sans, "Open Sans", Helvetica, Arial, sans-serif;
    margin: 0;
}
@media (min-width: 480px) {
    .pageheader--fullwidth .page-title {
        font-size: 8vw;
    }
}
@media (min-width: 768px) {
    .pageheader--fullwidth .page-title {
        font-size: 40px;
    }
}
@media (min-width: 960px) {
    .pageheader--fullwidth .page-title {
        font-size: 60px;
    }
}
.pageheader--fullwidth .page-subtitle {
    margin-top: 10px;
    font-size: 27px;
    line-height: 1.35em;
    padding-left: 5px;
}
.pageheader--fullwidth .page-subtitle span {
    display: inline;
}
.pageheader--fullwidth .page-subtitle.is-inversed {
    background: none;
    max-width: 500px;
}
.pageheader--fullwidth .page-subtitle.is-inversed .line {
    display: block;
}
.pageheader--fullwidth .page-subtitle.is-inversed .line + .line {
    position: relative;
    top: -0.25em;
}
.pageheader--fullwidth .page-subtitle.is-inversed .line + .line .word {
    padding-top: 0;
}
.pageheader--fullwidth .page-subtitle.is-inversed .word {
    display: inline-block !important;
    padding: 0.25em 0.6em;
    background-color: #fff;
    color: #0093b2;
}
.pageheader--fullwidth .page-subtitle.is-inversed .word + .word {
    padding-left: 0;
    margin-left: -0.6em;
}
@media (min-width: 768px) {
    .pageheader--fullwidth {
        height: 290px;
    }
    .pageheader--fullwidth .page-subtitle {
        margin-top: 15px;
        font-size: 24px;
    }
}
@media (min-width: 960px) {
    .pageheader--fullwidth {
        height: 540px;
    }
    .pageheader--fullwidth .page-subtitle {
        margin-top: 30px;
        font-size: 34px;
    }
}
@media (max-width: 767px) {
    .pageheader--split .layout-bg-wrapper > img {
        max-width: none;
        width: 100%;
    }
}
.page-subtitle-block {
    display: inline-block;
    background-color: #0093b2;
    color: #fff;
    font-size: 20px;
    font-family: "Satoshi", Open Sans, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 5px 24px;
    margin: 0 0 30px 0;
}
.has-special-corner {
    position: relative;
}
.has-special-corner::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 271px;
    height: 68px;
    z-index: 1;
    background-image: url(https://www.mprise.nl/hubfs/2022/images/img_corner.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.has-special-corner-large::after {
    bottom: -1px;
    width: 271px;
    height: 68px;
}
@media (min-width: 768px) {
    .has-special-corner-large::after {
        bottom: -3px;
        width: 486px;
        height: 125px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
}
@media (min-width: 960px) {
    .has-special-corner-large::after {
        right: -3px;
        bottom: -1px;
        width: 700px;
        height: 176px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
}
.content {
    margin-bottom: 100px;
}
.content img {
    margin: 1em 0;
}
.collection .row--equal-columns > .col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.collection-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #0093b2;
    min-width: 50%;
    padding: 0.5em 1em;
    margin-top: 0;
    margin-bottom: 16px;
}
.collection .hentry {
    height: 100%;
    padding-bottom: 16px;
}
.collection .hentry > a:not([class]),
.collection .hentry > .a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    box-shadow: 0px 10px 27px 3px rgba(55, 55, 55, 0);
    -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.collection .hentry > a:not([class]):hover,
.collection .hentry > .a:hover {
    text-decoration: none;
    box-shadow: 0px 10px 27px 3px rgba(55, 55, 55, 0.2);
}
.collection .hentry .summary {
    position: relative;
    overflow: hidden;
    border: 1px solid #cbcbcb;
    border-top: 0;
    padding: 0 32px;
    background: #fff;
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.collection .hentry .img {
    max-width: none;
    width: 100%;
    flex-shrink: 0;
}
.collection .hentry .pre-title,
.collection .hentry .title {
    color: #000;
    margin-bottom: auto;
}
.collection .hentry .pre-title,
.collection .hentry .meta {
    font-size: 12px;
    font-weight: 600;
}
.collection .hentry .pre-title {
    margin-top: 2.6em;
    margin-bottom: 0;
}
.collection .hentry .pre-title + .title {
    margin-top: 0.2em;
}
.collection .hentry .title {
    margin-top: 1.6em;
}
.collection .hentry .desc {
    color: #333;
    font-size: 14px;
}
.collection .hentry .meta {
    color: #aaaaaa;
    margin-bottom: 2em;
}
.collection .hentry.hentry--small > a {
    border: 1px solid #cbcbcb;
    padding: 0 2em;
}
.collection .hentry.hentry--small .title {
    font-size: 1em;
    margin-top: 1.25em;
    margin-bottom: 0;
}
.collection .hentry.hentry--small .meta {
    margin-bottom: 1.5em;
}
.collection .hentry.hentry--small .meta-type {
    color: #000;
}
@media (min-width: 768px) {
    .collection .hentry.hentry--medium > a {
        margin-bottom: 32px;
    }
    .collection .hentry.hentry--medium .summary {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: vertical;
        -moz-flex-direction: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        min-height: 170px;
    }
    .collection .hentry.hentry--medium .title {
        -webkit-box-flex: 1 0 auto;
        -moz-box-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}
.collection .hentry.hentry--large .img-bg {
    padding-bottom: 65%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
@media (min-width: 768px) {
    .collection .hentry.hentry--large {
        padding-bottom: 32px;
    }
    .collection .hentry.hentry--large > a,
    .collection .hentry.hentry--large > .a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: horizontal;
        -moz-flex-direction: horizontal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .collection .hentry.hentry--large .img-wrapper {
        position: relative;
        -webkit-box-flex: 1 1 60%;
        -moz-box-flex: 1 1 60%;
        -ms-flex: 1 1 60%;
        -webkit-flex: 1 1 60%;
        flex: 1 1 60%;
    }
    .collection .hentry.hentry--large .img-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 0;
    }
    .collection .hentry.hentry--large .summary {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: vertical;
        -moz-flex-direction: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1 0 40%;
        -moz-box-flex: 1 0 40%;
        -ms-flex: 1 0 40%;
        -webkit-flex: 1 0 40%;
        flex: 1 0 40%;
        border: 1px solid #cbcbcb;
        border-left: 0;
        padding: 0 56px;
        width: 392px;
        height: auto;
        min-height: 390px;
    }
    .collection .hentry.hentry--large .title {
        margin-top: 3.5em;
    }
    .collection .hentry.hentry--large .desc {
        -webkit-box-flex: 1 0 auto;
        -moz-box-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .collection .hentry.hentry--large .meta {
        margin-bottom: 2.6em;
    }
}
.collection .hentry.hentry--cta {
    background-color: #0093b2;
    background-image: url(https://www.mprise.nl/hubfs/2022/images/logo_mprise_shape.svg);
    background-repeat: no-repeat;
    background-size: 1700px;
    background-position: 110px 44%;
    padding: 2em;
    margin-bottom: 16px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.collection .hentry.hentry--cta .title {
    margin-top: 0;
    margin-bottom: 0.5em;
}
.collection .hentry.hentry--cta .title,
.collection .hentry.hentry--cta .desc {
    color: inherit;
}
.collection .hentry.hentry--cta .btn {
    margin-top: 1em;
}
.collection .hentry.hentry--simple {
    height: auto;
    padding: 2em 0;
}
@media (min-width: 768px) {
    .collection .hentry.hentry--simple {
        -webkit-flex-direction: horizontal;
        -moz-flex-direction: horizontal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        padding: 2em 0;
    }
}
@media (min-width: 960px) {
    .collection .hentry.hentry--simple {
        padding: 3em 0;
    }
}
.collection .hentry.hentry--simple > a:not([class]) {
    height: auto;
}
.collection .hentry.hentry--simple p {
    color: #333;
}
.collection .hentry.hentry--simple .title {
    margin-top: 0;
}
.collection .hentry.hentry--simple .summary {
    padding: 0;
    border: 0;
}
.collection .hentry.hentry--search {
    padding: 0;
}
.collection .hentry.hentry--search > a:not([class]) {
    padding: 2em 0;
    border-bottom: 1px solid #d9d7d0;
}
.collection .hentry.hentry--search > a:not([class]):hover {
    box-shadow: none;
}
@media (min-width: 768px) {
    .collection .hentry.hentry--search > a:not([class]) {
        -webkit-flex-direction: horizontal;
        -moz-flex-direction: horizontal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        padding: 2em;
    }
}
@media (min-width: 960px) {
    .collection .hentry.hentry--search > a:not([class]) {
        padding: 3em 89px;
    }
}
.collection .hentry.hentry--search:last-child > a {
    border-bottom: 0;
}
.collection .hentry.hentry--search .img {
    max-width: 100%;
    width: auto;
    align-self: baseline;
}
@media (min-width: 768px) {
    .collection .hentry.hentry--search .img {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        margin-left: 4em;
    }
}
@media (min-width: 768px) {
    .collection .hentry.hentry--search .pre-title {
        margin-top: 0;
    }
}
.collection .hentry.hentry--search .intro {
    margin-top: 2.5em;
    margin-bottom: 0;
}
.collection .hentry.hentry--list-item {
    border-bottom: 1px solid #d9d7d0;
}
.collection .hentry.hentry--list-item:last-child {
    border-bottom: 0;
}
.collection .more-link {
    display: inline-block;
    margin: 2.75em 0 0 0;
}
@media (min-width: 480px) {
    .collection .col:nth-child(2n + 1) .hentry {
        -moz-animation-delay: 0s;
        -ms-animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }
    .collection .col:nth-child(2n + 2) .hentry {
        -moz-animation-delay: 0.1s;
        -ms-animation-delay: 0.1s;
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }
}
@media (min-width: 768px) {
    .collection .col:nth-child(3n + 1) .hentry {
        -moz-animation-delay: 0s;
        -ms-animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }
    .collection .col:nth-child(3n + 2) .hentry {
        -moz-animation-delay: 0.1s;
        -ms-animation-delay: 0.1s;
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }
    .collection .col:nth-child(3n + 3) .hentry {
        -moz-animation-delay: 0.2s;
        -ms-animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }
}
@media (min-width: 640px) {
    .cards .col:nth-child(2n) .card {
        -moz-animation-delay: 0.1s;
        -ms-animation-delay: 0.1s;
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }
}
@media (min-width: 960px) {
    .cards .col:nth-child(3n) .card {
        -moz-animation-delay: 0.2s;
        -ms-animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }
}
.card {
    width: 100%;
    perspective: 1000px;
    height: 100%;
    margin-bottom: 16px;
}
.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    -moz-transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    -ms-transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.card.flipped .card-inner .card__face--front,
.no-touch .card:hover .card-inner .card__face--front {
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
}
.card__face {
    height: 100%;
    width: 100%;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    padding: 48px 30px 33px 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.card__face--front {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0093b2;
    color: #fff;
    z-index: 1;
}
.card__face--front a {
    visibility: visible;
    color: #fff;
}
@media (min-width: 960px) {
    .card__face--front a {
        visibility: hidden;
    }
}
.card__face--back {
    background-color: #fff;
    box-shadow: 0 10px 30px 10px rgba(55, 55, 55, 0.1);
    z-index: 0;
    min-height: 330px;
}
.card .title {
    font-size: 19px;
    margin-top: 0;
}
.card .intro {
    font-family: "Satoshi", Open Sans, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
}
.card .card__face--front::after {
    position: absolute;
    bottom: -36px;
    right: -30px;
    opacity: 0.1;
    filter: alpha(opacity=10);
    font-family: "mprise" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 124px;
}
.card--academy .card__face--front::after {
    content: "\e902";
}
.card--improve .card__face--front::after {
    content: "\e901";
}
.card--support .card__face--front::after {
    content: "\e900";
}
.card--innovate .card__face--front::after {
    content: "\e910";
    font-size: 200px;
    bottom: -122px;
}
.attention-block {
    padding: 30px 20px;
    color: #169b64;
    background-color: #dcf0e8;
}
.attention-block .logo {
    width: 170px;
    height: 46px;
}
.attention-block .btn {
    margin-top: 1rem;
    background-color: #169b64;
    width: 100%;
}
.social-content-share {
    text-align: center;
    width: 50px;
    margin-top: 35px;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.social-content-share .label {
    color: #333333;
    font-size: 12px;
    font-weight: 600;
    line-height: 26px;
}
.social-content-share .icons li {
    text-align: center;
    margin: 1.2em 0 2.2em 0;
}
.social-content-share .icons li i {
    font-size: 18px;
    margin: 0;
}
.social-content-share .icons li .icon-linkedin,
.social-content-share .icons li .icon-facebook {
    font-size: 24px;
}
.social-content-share--vertical {
    display: none;
}
@media (min-width: 640px) {
    .social-content-share--vertical {
        display: block;
    }
}
.social-content-share--horizontal {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 220px;
    margin: 3em auto 0 auto;
}
.social-content-share--horizontal .icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.social-content-share--horizontal .icons li {
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
}
@media (min-width: 640px) {
    .social-content-share--horizontal {
        display: none;
    }
}
.socials li {
    padding: 0 15px 0 0;
    margin: 0;
}
.socials li a i {
    font-size: 16px;
    color: #333;
}
.anchor-nav {
    position: fixed;
    z-index: 1;
    top: 80px;
    left: 0;
    width: 100%;
    height: 60px;
    max-height: 60px;
    background: #f8f8f8;
    overflow: hidden;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.anchor-nav.toggled {
    height: 100%;
    max-height: calc(100vh - 80px);
}
.nav-is-open .anchor-nav {
    opacity: 0;
    filter: alpha(opacity=0);
}
@media (min-width: 768px) {
    .anchor-nav {
        position: relative;
        position: -webkit-sticky;
        position: sticky;
        margin-top: 20px;
        top: 100px;
        width: auto;
        height: auto;
        max-height: none;
        background: transparent;
    }
    .nav-is-open .anchor-nav {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
.anchor-nav ul {
    padding-left: 20px;
}
@media (min-width: 640px) {
    .anchor-nav ul {
        padding-left: 0;
    }
}
.anchor-nav__trigger {
    position: relative;
    display: block;
    height: 60px;
    color: #333333;
    padding: 16px 20px;
}
.anchor-nav__trigger::after {
    content: "\e90c";
    font-family: "mprise" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0093b2;
    font-size: 10px;
    position: absolute;
    top: 26px;
    right: 20px;
    transform: rotate(0deg);
    -moz-transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -ms-transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.anchor-nav-wrapper.toggled .anchor-nav__trigger::after {
    transform: rotate(180deg);
}
@media (min-width: 768px) {
    .anchor-nav__trigger {
        display: none;
    }
}
.anchor-nav__item {
    padding: 0.7em 1.2em;
    margin: 0;
    border-left: 2px solid rgba(217, 215, 208, 0.5);
}
.anchor-nav__item a {
    color: #333;
}
.anchor-nav__item a:hover {
    text-decoration: none;
}
.anchor-nav__item.active {
    border-left: 2px solid #0093b2;
}
.anchor-nav__item.active a {
    font-weight: 700;
    color: #0093b2;
}
.tabs {
    margin: 2em 0 3em 0;
}
.tabs__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.tabs__nav li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.tabs__item {
    position: relative;
    display: block;
    text-align: center;
    border-bottom: 2px solid #f1f1f1;
    color: #333;
    font-weight: 600;
    padding: 18px 10px;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.tabs__item::after {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background: #0093b2;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -moz-animation-name: growHorizontal;
    -ms-animation-name: growHorizontal;
    -webkit-animation-name: growHorizontal;
    animation-name: growHorizontal;
    -moz-animation-duration: 200ms;
    -ms-animation-duration: 200ms;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
}
.tabs__item:hover {
    text-decoration: none;
    color: #0093b2;
}
.tabs__item.is-active {
    color: #0093b2;
}
.tabs__item.is-active::after {
    right: auto;
    left: 0;
    width: 100%;
}
.tabs__panel {
    display: none;
}
.tabs__panel.is-active {
    display: block;
}
.gallery {
    margin: 2em 0;
}
.gallery img {
    margin: 0;
}
.gallery__single {
    display: block;
}
.gallery__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 2px;
}
.gallery__thumbs {
    list-style: none;
    margin: 0 -2px 0 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
@media (min-width: 480px) {
    .gallery__thumbs {
        margin-right: 0;
    }
}
.gallery__thumb {
    display: block;
    margin: 0 2px 0 0;
}
.gallery__thumb a {
    display: block;
}
.gallery__thumb img {
    max-width: none;
    width: 100%;
}
.gallery__counter {
    background: #0093b2;
    color: #fff;
    padding: 10px;
    text-align: center;
    max-width: 115px;
    display: none;
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    justify-content: center;
}
.gallery__counter:hover {
    text-decoration: none;
}
.gallery__counter span {
    display: block;
    font-size: 0.8em;
}
.gallery__counter .gallery__count {
    font-size: 2em;
    line-height: 1;
}
@media (min-width: 480px) {
    .gallery__counter {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}
.search .search-form-wrapper {
    margin: 3em 0;
}
.archive-listing .collection {
    margin-top: 3em;
    margin-bottom: 100px;
}
.single-news .content {
    margin-top: 4.75em;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .single-news .content {
        margin-top: 4.75em;
        margin-bottom: 100px;
    }
}
.sitemap main {
    margin-bottom: 100px;
}
div#hs-eu-cookie-confirmation {
    bottom: 0;
    position: fixed !important;
    top: unset !important;
}
.form .field {
    margin-bottom: 1.25em;
}
.form .field--right .control {
    text-align: right;
}
.form .field.has-error input,
.form .field.has-error select,
.form .field.has-error textarea {
    border-color: #b20000;
}
.form .control {
    position: relative;
    text-align: left;
}
.form .control--inlinegroup {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.form .control--inlinegroup .input {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}
.form .control--inlinegroup .btn {
    padding-left: 10px;
    padding-right: 14px;
    background: #fff;
    color: #333;
}
.form .control--inlinegroup .btn:hover,
.form .control--inlinegroup .btn:active {
    color: #0093b2;
}
.form .control--columns {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
@media (min-width: 640px) {
    .form .control--columns {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
}
.form .label {
    margin-bottom: 0.5em;
}
.form .label + .help-message {
    margin-top: -0.25em;
}
.form .help-message,
.form .error-message {
    font-size: 14px;
    margin: 0.5em 0 0.75em 0;
}
.form .help-message {
    color: #999;
}
.form .error-message {
    color: #b20000;
}
.form .confirmation-message {
    padding: 10px;
    color: #169b64;
    background-color: #dcf0e8;
}
.form .confirmation-message p {
    margin: 0;
    padding: 0;
}
.form .checkbox,
.form .radio {
    position: relative;
    margin-bottom: 0.5em;
}
.form .checkbox input,
.form .radio input {
    display: none;
}
.form .checkbox label,
.form .radio label {
    font-weight: normal;
}
.form .checkbox label a,
.form .radio label a {
    color: inherit;
    text-decoration: underline;
}
.form .checkbox label a:hover,
.form .radio label a:hover {
    text-decoration: none;
}
.form .select {
    position: relative;
}
.form .select select {
    width: 100%;
    padding-right: 28px;
}
.form .select::before {
    content: "\e90c";
    font-family: "mprise";
    font-size: 8px;
    position: absolute;
    top: 14px;
    right: 12px;
    color: #0093b2;
    pointer-events: none;
}
.form input[type="checkbox"] + label,
.form input[type="radio"] + label {
    padding-left: 24px;
    user-select: none;
}
.form input[type="checkbox"] + label::before,
.form input[type="checkbox"] + label::after,
.form input[type="radio"] + label::before,
.form input[type="radio"] + label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.form input[type="checkbox"] + label::before,
.form input[type="radio"] + label::before {
    width: 20px;
    height: 20px;
    background: #fbfbfb;
    border: 1px solid #ddd;
}
.form input[type="checkbox"][disabled] + label,
.form input[type="radio"][disabled] + label {
    opacity: 0.5;
}
.form input[type="radio"] + label::before {
    border-radius: 10px;
}
.form input[type="radio"] + label::after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transform: scale(0.5);
}
.form input[type="radio"]:checked + label::before {
    border-color: #0093b2;
}
.form input[type="radio"]:checked + label::after {
    transform: scale(1);
    background: #0093b2;
}
.form input[type="checkbox"] + label::after {
    content: "\e90f";
    font-family: "mprise";
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    margin-top: 0;
    color: #fff;
    text-align: center;
    transform: scale(0.5);
}
.form input[type="checkbox"]:checked + label::before {
    border-color: #0093b2;
    background-color: #0093b2;
}
.form input[type="checkbox"]:checked + label::after {
    transform: scale(1);
}
.form.is-inversed input[type="text"],
.form.is-inversed input[type="date"],
.form.is-inversed input[type="datetime"],
.form.is-inversed input[type="datetime-local"],
.form.is-inversed input[type="month"],
.form.is-inversed input[type="week"],
.form.is-inversed input[type="password"],
.form.is-inversed input[type="number"],
.form.is-inversed input[type="search"],
.form.is-inversed input[type="time"],
.form.is-inversed input[type="tel"],
.form.is-inversed input[type="url"],
.form.is-inversed input[type="email"],
.form.is-inversed textarea,
.form.is-inversed select {
    border-color: #fff;
    border-radius: 0;
}
.form.is-inversed input[type="text"]:focus,
.form.is-inversed input[type="date"]:focus,
.form.is-inversed input[type="datetime"]:focus,
.form.is-inversed input[type="datetime-local"]:focus,
.form.is-inversed input[type="month"]:focus,
.form.is-inversed input[type="week"]:focus,
.form.is-inversed input[type="password"]:focus,
.form.is-inversed input[type="number"]:focus,
.form.is-inversed input[type="search"]:focus,
.form.is-inversed input[type="time"]:focus,
.form.is-inversed input[type="tel"]:focus,
.form.is-inversed input[type="url"]:focus,
.form.is-inversed input[type="email"]:focus,
.form.is-inversed textarea:focus,
.form.is-inversed select:focus {
    border-color: #0093b2;
}
.form.is-inversed input[type="checkbox"]:not(:checked) + label::before,
.form.is-inversed input[type="radio"]:not(:checked) + label::before {
    border-color: #fff;
    background: #fff;
}
.form.search {
    margin: 0;
}
.form.search .field {
    margin: 0;
}
.form.search .control .input {
    position: relative;
    z-index: 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d9d7d0;
    height: 64px;
    padding-left: 0;
    padding-right: 50px;
    font-size: 28px;
    font-weight: 600;
    font-family: "Satoshi", Open Sans, "Open Sans", Helvetica, Arial, sans-serif;
    color: #333;
    border-radius: 0;
}
.form.search .control .input:focus {
    border-bottom-color: #333;
}
.form.search .control .input:-moz-placeholder {
    color: rgba(51, 51, 51, 0.5);
}
.form.search .control .input::-moz-placeholder {
    color: rgba(51, 51, 51, 0.5);
}
.form.search .control .input:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
}
.form.search .control .input::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
}
.form.search .control .btn {
    position: absolute;
    top: 13px;
    right: 0;
    color: #0093b2;
    text-decoration: none;
    z-index: 1;
    background: transparent;
    border: 0;
    font-size: 24px;
    padding: 0;
    -moz-transition: all 0.2s cubic-bezier(1, 0, 0, 1);
    -ms-transition: all 0.2s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.2s cubic-bezier(1, 0, 0, 1);
    -webkit-transition: all 0.2s cubic-bezier(1, 0, 0, 1);
    transition: all 0.2s cubic-bezier(1, 0, 0, 1);
}
.form.search .control .btn:hover,
.form.search .control .btn:active {
    text-decoration: none;
}
.form.search .control .btn .label {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    user-select: none;
    -moz-transition: all 0.2s cubic-bezier(1, 0, 0, 1);
    -ms-transition: all 0.2s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.2s cubic-bezier(1, 0, 0, 1);
    -webkit-transition: all 0.2s cubic-bezier(1, 0, 0, 1);
    transition: all 0.2s cubic-bezier(1, 0, 0, 1);
}
.form.search .control .btn i {
    position: relative;
    margin-left: 0;
    font-size: 24px;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.layout {
    padding: 77px 0;
}
.layout-slider {
    padding-top: 0px;
    position: relative;
  overflow: hidden;
}
.layout-slider::after {
   
}
@media (min-width: 1351px) {
    .layout-slider::after {
        width: 30%;
    }
}
.layout-slider .swiper-slide {
    height: auto;
    width: 100%;
}
@media (min-width: 961px) {
    .layout-slider .swiper-slide {
        width: calc(100% - 16px);
    }
}
@media (min-width: 1351px) {
    .layout-slider .swiper-slide {
        height: 550px;
        width: calc(100vw - ((100% - 1350px) / 2)) !important;
    }
}
.layout-slider .slider-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    bottom: 14px;
    right: 16px;
}
@media (min-width: 961px) {
    .layout-slider .slider-buttons {
        right: 14px;
    }
}
.layout-slider .slider-buttons .swiper-button-prev::before {
    transform: rotate(180deg);
}
.layout-slider .slider-buttons .swiper-button-next,
.layout-slider .slider-buttons .swiper-button-prev {
    position: relative;
    background: #fff;
    width: 50px;
    height: 50px;
    top: unset;
    left: unset;
    right: unset;
    margin-left: 3px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.layout-slider .slider-buttons .swiper-button-next:hover,
.layout-slider .slider-buttons .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.95);
}
.layout-slider .slider-buttons .swiper-button-next::after,
.layout-slider .slider-buttons .swiper-button-prev::after {
    content: none;
}
.layout-slider .slider-buttons .swiper-button-next::before,
.layout-slider .slider-buttons .swiper-button-prev::before {
    content: "";
    background-image: url(https://www.mprise.nl/hubfs/2022/images/icon/blue/chevron-right.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 8px;
    height: 12px;
    display: inline-block;
}
.layout-slider .slider-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
}
@media (min-width: 961px) {
    .layout-slider .slider-container {
        flex-direction: row;
    }
}
.layout-slider .slider-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 94px;
    padding-top: 94px;
    flex: 1 1 auto;
    position: relative;
    background: url(https://www.mprise.nl/hubfs/2022/images/layer.svg) #0093b2 left center;
    padding-left: calc((100% - 1350px) + 16px);
	  background-repeat: no-repeat;
}
@media (max-width: 959px) {
    .layout-slider .slider-block {
        padding-top: 50px;
    }
}
@media (min-width: 961px) and (max-width: 1349px) {
    .layout-slider .slider-block {
        padding-left: 70px;
        padding-right: 70px;
    }
}
.layout-slider .slider-block .wrapper {
    padding-right: 22%;
    position: relative;
    z-index: 2;
}
@media (max-width: 1349px) {
    .layout-slider .slider-block .wrapper {
        padding-right: 0;
        margin: 0 16px;
    }
}
.layout-slider .slider-block .wrapper-title {
    color: #fff;
    margin-top: 0;
}
@media (min-width: 1351px) {
    .layout-slider .slider-block .wrapper-title {
        font-size: 38px;
    }
}
.layout-slider .slider-block .wrapper-text {
    color: #fff;
    margin: 36px 0 32px;
}
.layout-slider .slider-block .wrapper .btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    min-height: unset;
    padding-left: 52px;
    padding-right: 52px;
    position: relative;
    width: 100%;
}
@media (min-width: 481px) {
    .layout-slider .slider-block .wrapper .btn {
        width: auto;
    }
}
.layout-slider .slider-block .wrapper .btn:hover::after {
    transform: translateX(3px);
}
.layout-slider .slider-block .wrapper .btn::after {
    content: "";
    background-image: url(https://www.mprise.nl/hubfs/2022/images/icon/white/long-arrow-right.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 14px;
    height: 16px;
    display: inline-block;
    position: absolute;
    margin: auto 0;
    bottom: 0;
    top: 0;
    right: 19px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.layout-slider .slider-image {
    position: relative;
    z-index: 2;
    flex: 1 0 50%;
}
@media (min-width: 1351px) {
    .layout-slider .slider-image {
        flex: 1 0 40%;
    }
}
.layout-slider .slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.layout-infographic {
    background: #f8f8f8;
    padding: 74px 0;
    margin: 0px 0;
}
.layout-infographic .info-title {
    margin: 4.2rem 0 2rem;
}
@media (min-width: 961px) {
    .layout-infographic .info-title {
        font-size: 38px;
    }
}
.layout-infographic .info-list {
    padding: 10px 0 10px;
    margin: 0 0 9px;
}
@media (min-width: 769px) {
    .layout-infographic .info-list {
        padding-bottom: 70px;
    }
}
.layout-infographic .info-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    list-style: none;
    font-size: 1rem;
    color: #0093b2;
    margin: 0;
}
.layout-infographic .info-list li a {
    padding: 12px 0;
    text-decoration: none;
    flex: 1 1 100%;
}
.layout-infographic .info-list li:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
}
.layout-infographic .info-list li::after {
    content: "";
    background-image: url("https://www.mprise.nl/hubfs/2022/images/icon/blue/chevron-right.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 8px;
    height: 12px;
    display: inline-block;
}
.layout-items {
    margin-top: -244px;
    padding-bottom: 46px;
}
@media (min-width: 769px) {
    .layout-items {
        padding-bottom: 86px;
    }
}
.layout-items hr {
    margin: 0;
}
.layout-items .row--items {
    padding: 0 30px 60px;
}
@media (min-width: 769px) {
    .layout-items .row--items {
        padding-top: 65px;
    }
}
@media (min-width: 1351px) {
    .layout-items .row--items {
        padding-left: 87px;
        padding-right: 87px;
    }
}
.layout-items .row--logo {
    padding: 0 30px;
}
@media (min-width: 1351px) {
    .layout-items .row--logo {
        padding: 0 112px;
    }
}
.layout-items .collection-container {
    background: #fff;
    box-shadow: 0 57px 57px #0000001a;
}
.layout-items .collection-logo {
    padding: 26px 0;
}
.layout-items .collection-logo .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media (min-width: 641px) {
    .layout-items .collection-logo .wrapper {
        -webkit-flex-direction: horizontal;
        -moz-flex-direction: horizontal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
}
.layout-items .collection-logo img {
    width: 210px;
    margin-bottom: 20px;
}
@media (min-width: 641px) {
    .layout-items .collection-logo img {
        margin-bottom: 0;
        padding-right: 39px;
        margin-right: 36px;
        border-right: 1px solid #d9d9d9;
    }
}
.layout-items .collection-logo p {
    font-size: 14px;
    margin: 0;
}
.layout-items .collection-block {
    padding: 0 12px;
    margin-top: 40px;
}
@media (min-width: 769px) {
    .layout-items .collection-block {
        margin-top: 0;
    }
}
@media (min-width: 961px) {
    .layout-items .collection-block {
        padding: 0 25px;
    }
}
.layout-items .collection-block .btn {
    position: relative;
    width: 100%;
}
.layout-items .collection-block .btn:hover::after {
    transform: translateX(3px);
}
.layout-items .collection-block .btn::after {
    content: "";
    background-image: url("https://www.mprise.nl/hubfs/2022/images/icon/white/long-arrow-right.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 14px;
    height: 16px;
    display: inline-block;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 22px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.layout-items .collection-block-subtitle {
    color: #0093b2;
    font-family: "Satoshi", Open Sans, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
}
.layout-items .collection-block-title {
    max-width: 244px;
    font-size: 26px;
}
.layout-items .collection-block-list {
    padding: 0;
    margin: 0 0 9px;
}
.layout-items .collection-block-list li {
    list-style: none;
    color: #0093b2;
    margin: 0;
}
.layout-items .collection-block-list li a {
    padding: 12px 0;
    font-size: 1rem;
    width: 100%;
    display: block;
    position: relative;
    text-decoration: none;
}
.layout-items .collection-block-list li a::after {
    content: "";
    background-image: url("https://www.mprise.nl/hubfs/2022/images/icon/blue/chevron-right.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 8px;
    height: 12px;
    display: inline-block;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.layout-items .collection-block-list li:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
}
.layout-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0093b2;
}
.layout-bg-wrapper {
    position: relative;
}
.layout-bg.has-gradient-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -moz-linear-gradient(left, #0093b2 30%, rgba(0, 147, 178, 0) 70%);
    background: -webkit-linear-gradient(left, #0093b2 30%, rgba(0, 147, 178, 0) 70%);
    background: linear-gradient(to right, #0093b2 30%, rgba(0, 147, 178, 0) 70%);
}
.layout-bg-inline {
    margin: 30px 0 40px;
}
.layout-content {
    margin: 30px 0 0;
    position: relative;
    z-index: 2;
}
@media (max-width: 639px) {
    .layout-cta .layout-bg {
        background-image: url(https://www.mprise.nl/hubfs/2022/images/logo_mprise_shape.svg) !important;
        background-repeat: no-repeat;
        background-position: right -125px center;
        background-color: #0093b2;
        background-size: 200%;
    }
}
.layout-cta .layout-content {
    margin-top: 0;
    padding: 32px;
    color: #fff;
}
@media (min-width: 640px) {
    .layout-cta .layout-content {
        max-width: 60%;
    }
}
@media (min-width: 768px) {
    .layout-cta .layout-content {
        padding: calc(1 / 12 * 100% - 16px);
        max-width: 600px;
    }
}
.layout-cta .title {
    margin-top: 0;
}
.layout-cta .desc {
    margin-top: 1.5em;
}
.layout-cta .btn {
    margin-top: 1em;
}
.layout-cta--form .layout-bg {
    background-image: url("https://www.mprise.nl/hubfs/2022/images/logo_mprise_shape.svg");
    background-position: -120% 45%;
    background-size: 150%;
    background-repeat: no-repeat;
}
.layout-cta--form .layout-content {
    max-width: none;
}
@media (min-width: 768px) {
    .layout-cta--form .layout-content .desc,
    .layout-cta--form .layout-content .form {
        margin-bottom: 0;
    }
    .layout-cta--form .layout-content .col--text {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: vertical;
        -moz-flex-direction: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        justify-content: flex-end;
    }
    .layout-cta--form .layout-content .col--text .title {
        margin-bottom: 0;
    }
}
.layout-cta--form .control--inlinegroup .btn {
    margin-top: 0;
    margin-left: 10px;
    padding: 10px 30px;
}
.layout-cta--form input[type="checkbox"]:checked + label::after {
    background: #4db3c9;
}
.layout-cta--form .help-message {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}
.layout-features .feature {
    margin-top: 3em;
}
@media (min-width: 768px) {
    .layout-features .feature {
        padding-right: 30px;
    }
}
.layout-features .feature .title {
    font-family: Satoshi, Arial, sans-serif;
    font-weight: 700;
}
@media (min-width: 768px) {
    .layout-split-content .layout-content {
        padding-right: 30px;
    }
}
@media (min-width: 768px) {
    .layout-image-text .title {
        margin-top: 0;
    }
}
.layout-logos {
    padding: 48px 0 46px;
}
@media (min-width: 769px) {
    .layout-logos {
        padding: 68px 0 66px;
    }
}
.layout-logos .logo-title {
    margin: 0 0 4.4rem;
}
@media (min-width: 961px) {
    .layout-logos .logo-title {
        font-size: 38px;
    }
}
.layout-logos .logo-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -13px;
}
@media (min-width: 1351px) {
    .layout-logos .logo-wrapper {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}
.layout-logos .logo-container {
    padding: 13px;
    width: 100%;
}
@media (min-width: 481px) {
    .layout-logos .logo-container {
        width: 20%;
    }
	.layout-logos .logo-block {
    padding: 15px 10px !important;
}
}
@media (min-width: 641px) {
    .layout-logos .logo-container {
        width: 20%;
    }
	.layout-logos .logo-block {
    padding: 30px 20px !important;
}
}
@media (min-width: 961px) {
    .layout-logos .logo-container {
        width: 20%;
    }
	.layout-logos .logo-block {
    padding: 38px 25px  ;
}
}
@media (min-width: 1351px) {
    .layout-logos .logo-container {
        width: 20%;
    }
}
.layout-logos .logo-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 78px 50px;
    border: 1px solid #d9d9d9;
    height: 100%;
}
.layout-logos .logo-block:not(:last-child) {
    margin-right: 26px;
}
.layout-form .form {
    margin-top: 1em;
}
.layout-form .form.has-maxwidth {
    max-width: 420px;
}
.layout-form input[type="text"],
.layout-form input[type="date"],
.layout-form input[type="datetime"],
.layout-form input[type="datetime-local"],
.layout-form input[type="month"],
.layout-form input[type="week"],
.layout-form input[type="password"],
.layout-form input[type="number"],
.layout-form input[type="search"],
.layout-form input[type="time"],
.layout-form input[type="tel"],
.layout-form input[type="url"],
.layout-form input[type="email"],
.layout-form select {
    width: 100%;
}
.layout-cards .layout-title {
    margin-bottom: 2em;
}
@media (max-width: 959px) {
    .layout-cards .layout-title {
        margin-top: 0;
    }
}
.layout-cards + .layout-search {
    margin-top: -30px;
}
.layout-testimonial {
    background-color: #0093b2;
    background-image: url("https://www.mprise.nl/hubfs/2022/images/logo_mprise_shape.svg");
    background-position: -65% 5%;
    background-repeat: no-repeat;
    background-size: 2000px;
    color: #fff;
}
.layout-testimonial .layout-content {
    margin-top: 0;
    text-align: center;
}
.layout-testimonial .title {
    margin-top: 0;
}
.layout-testimonial .btn {
    font-size: 20px;
    font-family: "Satoshi", Open Sans, "Open Sans", Helvetica, Arial, sans-serif;
    padding: 5px 35px;
    margin-top: 1em;
}
.layout-search {
    padding: 46px 0 40px;
}
@media (min-width: 769px) {
    .layout-search {
        padding: 86px 0 60px;
    }
}
.layout-search .search-cta {
    background: #009a44;
    position: relative;
    height: 100%;
    padding: 12px 0;
    margin-top: 26px;
}
@media (min-width: 769px) {
    .layout-search .search-cta {
        margin-top: 0;
    }
}
.layout-search .search-cta .wrapper {
    padding: 46px 36px;
    position: relative;
    overflow: hidden;
}
.layout-search .search-cta .wrapper::after {
    content: "";
    pointer-events: none;
    background-image: url(https://www.mprise.nl/hubfs/2022/images/shape.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 88%;
    height: 200%;
    top: -40px;
    display: inline-block;
    position: absolute;
    left: 52%;
}
.layout-search .search-cta-text {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 600;
    font-family: "Satoshi", Open Sans, "Open Sans", Helvetica, Arial, sans-serif;
    margin: 1.5rem 0;
}
@media (min-width: 481px) {
    .layout-search .search-cta-text {
        padding-right: 90px;
    }
}
.layout-search .search-cta-btn {
    position: relative;
    width: 100%;
    background: #fff;
    color: #009a44;
    font-weight: 500;
}
.layout-search .search-cta-btn:hover::after {
    transform: translateX(3px);
}
.layout-search .search-cta-btn::after {
    content: "";
    background-image: url("https://www.mprise.nl/hubfs/2022/images/icon/green/long-arrow-right.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 14px;
    height: 16px;
    display: inline-block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 22px;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
.layout-search .search-form {
    height: 100%;
}
.layout-search .search-form form {
    border: 1px solid #d5d5d5;
    position: relative;
    padding: 57px 34px 74px;
    height: 100%;
}
.layout-search .search-form form label {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 38px;
}
.layout-search .search-form form input {
    min-height: 67px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d5d5d5;
    font-size: 26px;
    font-weight: 600;
    font-family: "Satoshi", Open Sans, "Open Sans", Helvetica, Arial, sans-serif;
    padding-left: 0;
    color: rgba(0, 0, 0, 0.5);
}
.layout-search .search-form form input::placeholder {
    color: rgba(0, 0, 0, 0.1);
    font-weight: 600;
}
.layout-search .search-form form button {
    position: absolute;
    background: transparent;
    right: 34px;
    margin-top: 10px;
    padding: 10px;
}
.layout-search .search-form form button img {
    width: 31px;
}
.layout-sitemap {
    padding: 0;
}
.layout-sitemap + .layout-sitemap .nav {
    border-top: 1px solid #d9d7d0;
}
.layout-sitemap .nav {
    padding-bottom: 3em;
}
.layout-sitemap .nav .col__title {
    font-family: Satoshi, Arial, sans-serif;
    font-weight: bold;
}
.layout-sitemap .nav ul {
    list-style: none;
    padding-left: 0;
}
.layout-sitemap .nav ul li {
    margin-bottom: 1em;
}
.layout-sitemap .nav ul ul {
    margin-top: 1em;
    padding-left: 2em;
}
.layout-float {
    padding-top: 0;
    margin-top: -80px;
}
.layout-float .container .row {
    background: #fff;
    padding: 0 25px;
    margin: 0;
}
@media (min-width: 768px) {
    .layout-float .container .row {
        padding: 0 45px;
    }
}
@media (min-width: 960px) {
    .layout-float .container .row {
        padding: 0 110px;
    }
}
.layout-float .container .row:first-child {
    padding-top: 50px;
}
.layout-section-nav {
    padding-top: 0;
}
.layout-section-nav .layout-title {
    margin-top: 0;
    margin-bottom: 2em;
}
.layout-section-nav .col-title {
    font-family: Satoshi, Arial, sans-serif;
    margin: 2em 0 1em 0;
}
.layout-section-nav .intro {
    margin-bottom: 2em;
}
.layout-section-nav ul {
    list-style: none;
    padding-left: 0;
}
.layout-collection .layout-title {
    margin-bottom: 2em;
}
.footer {
    background: #f9f9f9;
    padding: 70px 0;
}
.footer .logo-tagline {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.footer .logo {
    display: block;
    width: 166px;
    height: 41px;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
@media (min-width: 768px) {
    .footer .logo {
        width: 180px;
        height: 44px;
    }
}
.footer .logo img {
    display: block;
    width: 100%;
}
.footer .tagline {
    display: none;
}
.footer .tagline .icon {
    position: relative;
    font-size: 24px;
    top: 3px;
    margin-right: 12px;
}
@media (min-width: 768px) {
    .footer .tagline {
        display: inline-block;
        margin-left: 30px;
    }
}
.footer h4 {
    font-family: Satoshi, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 40px 0 20px 0;
}
.footer p {
    margin-top: 0;
    font-size: 14px;
}
.footer a {
    color: #333;
}
.footer .input {
    font-size: 14px;
}
.footer .btn i {
    margin-left: 0;
}
.footer .title-space {
    margin-top: 77px;
}
.footer ul.multi-col {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
.footer ul li {
    font-size: 14px;
    margin-bottom: 0.8em;
}
.footer ul li:last-child {
    margin-right: 0;
}
.footer .copyright {
    margin-top: 55px;
    padding-top: 30px;
    border-top: 1px solid #bbbbbb;
}
.footer .copyright-nav {
    padding-bottom: 3px;
}
.footer .copyright .company_name {
    font-size: 16px;
    font-family: "Satoshi", Open Sans, "Open Sans", Helvetica, Arial, sans-serif;
    margin-right: 36px;
}
.footer .copyright .row {
    position: relative;
}
.footer .copyright .col--info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
@media (min-width: 769px) {
    .footer .copyright .col--info {
        -webkit-flex-direction: horizontal;
        -moz-flex-direction: horizontal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}
.footer .copyright .col--info p {
    margin: 0;
}
@media (min-width: 768px) {
    .footer .copyright .col--socials {
        position: absolute;
        top: 0;
        right: 0;
    }
}
.footer .copyright .col--socials ul {
    margin-top: 30px;
}
@media (min-width: 480px) {
    .footer .copyright .col--socials ul {
        text-align: right;
        margin-top: 0;
    }
}
.footer .copyright .col--socials li {
    padding: 0 0 0 15px;
}
.footer .copyright .col--socials li:first-child {
    padding-left: 0;
}
.footer .copyright .col--socials li:first-child i {
    margin-left: 0;
}
@media (max-width: 479px) {
    .footer .col--xs-12,
    .footer .col--xs-12 ul {
        text-align: center;
    }
    .footer .col--socials {
        margin-bottom: 0.5em;
    }
}

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