.absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.before,
.after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
.before-dark {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #171815;
  opacity: 0.2;
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgcontain {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.bg-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.bg-gradient-up {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.bg-gradient-up2 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+75,000000+75&0+0,1+75 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 75%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bradius-tr {
  border-top-right-radius: 65px;
}
.bradius-panel {
  border-radius: 100px 0 0 0;
}
.bradius-panel-tr {
  border-radius: 0 100px 0 0;
}
.bg-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/* ==========================================================================
	BASE
   ========================================================================== */
html {
  scroll-behavior: unset !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: 'sf_pro_displayregular', sans-serif;
  font-size: 18px;
  line-height: 1.6em;
  color: #fff;
  font-variant-numeric: lining-nums;
  background-color: #330A3B;
}
figure {
  margin: 0;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 16px;
  }
}
.container {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1480px;
  }
}
/* @end */
/* @group default links */
a:link,
a:active,
a:visited {
  outline: none;
  color: #30312F;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  color: #30312F;
  text-decoration: none;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
.noclick {
  cursor: default;
}
.bold {
  font-weight: bold;
}
img {
  max-width: 100%;
}
.align-right {
  text-align: right;
}
.container {
  position: relative;
}
.debug .container {
  background: rgba(75, 125, 88, 0.2);
}
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.pre-title {
  display: block;
  font-family: 'sf_pro_displaybold', sans-serif;
  line-height: 1;
  color: #fff;
  position: relative;
}
h1.has-line,
h2.has-line,
h3.has-line,
h4.has-line,
h5.has-line,
.h0.has-line,
.h1.has-line,
.h2.has-line,
.h3.has-line,
.h4.has-line,
.h5.has-line,
.pre-title.has-line {
  display: inline-block;
}
h1.has-lines span,
h2.has-lines span,
h3.has-lines span,
h4.has-lines span,
h5.has-lines span,
.h0.has-lines span,
.h1.has-lines span,
.h2.has-lines span,
.h3.has-lines span,
.h4.has-lines span,
.h5.has-lines span,
.pre-title.has-lines span {
  display: inline-block;
}
.h0 {
  font-size: 160px;
  line-height: 1em;
}
h1,
.h1 {
  font-size: 70px;
}
h2,
.h2 {
  font-size: 40px;
}
h3,
.h3 {
  font-size: 25px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 17px;
}
@media (max-width: 1400px) {
  .h0 {
    font-size: 140px;
  }
  h1,
  .h1 {
    font-size: 60px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .h0 {
    font-size: 120px;
  }
  h1,
  .h1 {
    font-size: 50px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .h0 {
    font-size: 100px;
  }
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}
.f1 {
  font-family: 'sf_pro_displayregular', sans-serif;
}
.f2 {
  font-family: 'sf_pro_displaymedium', sans-serif;
  font-weight: 300;
}
.f3 {
  font-family: 'sf_pro_displaybold', sans-serif;
}
.f4 {
  font-family: 'sf_pro_displaybold', sans-serif;
}
.f5 {
  font-family: 'sf_pro_displaybold', sans-serif;
}
.fs-20 {
  font-size: 20px;
}
.fs-30 {
  font-size: 30px;
}
.fs-40 {
  font-size: 40px;
}
.fs-50 {
  font-size: 50px;
}
.fs-60 {
  font-size: 60px;
}
.fs-70 {
  font-size: 70px;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.t-white {
  color: #fff !important;
}
.t-black {
  color: #171815 !important;
}
.t-gold {
  color: #D0BA99;
}
.t-green {
  color: #37ED9D;
}
.t-green-2 {
  color: #1C4040;
}
.t-green-3 {
  color: #516B60;
}
.t-orange {
  color: #FA7F22;
}
.t-blue-1 {
  color: #72e7e8;
}
.t-blue-2 {
  color: #1132c4;
}
.t-blue-3 {
  color: #62a8f9;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.t-upper {
  text-transform: uppercase;
}
.t-bold {
  font-weight: bold;
}
.article-actions.multi-buttons {
  margin-bottom: -15px;
}
.article-actions.multi-buttons .button {
  margin: 0 15px 15px 0;
}
.text-col-2 {
  columns: 2;
  column-gap: 40px;
}
.article-intro {
  font-family: 'sf_pro_displaybold', sans-serif;
  font-size: 26px;
}
.article-output h1,
.article-output h2,
.article-output h3,
.article-output h4,
.article-output h5 {
  margin-bottom: 20px;
  color: #37ED9D;
}
.article-output h1 {
  font-size: 26px;
}
.article-output h2 {
  font-size: 24px;
}
.article-output h3 {
  font-size: 22px;
}
.article-output h4 {
  font-size: 20px;
}
.article-output p {
  margin-bottom: 30px;
}
.article-output p:last-child {
  margin-bottom: 0;
}
.article-output a {
  color: #37ED9D;
}
.article-output a:hover {
  color: #fff;
  opacity: 0.8;
}
.article-output ul,
.article-output ol,
.article-output li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-output ul {
  margin: 0 0 20px;
}
.article-output ul li {
  margin-left: 30px;
  list-style: disc;
}
.article-output ol {
  margin: 0 0 20px;
}
.article-output ol li {
  margin-left: 30px;
  list-style: decimal;
}
.article-output form {
  margin-top: 60px;
}
.article-output table {
  width: 100%;
  max-width: 1001px;
  margin-bottom: 30px;
}
.article-output table tbody th {
  background: #30312F;
  color: #fff;
  text-align: left;
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody th:last-child {
  width: auto;
}
.article-output table tbody td {
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody td:last-child {
  width: auto;
}
.article-output table tbody tr {
  background: #f8f8f8;
}
.article-output table tbody tr:nth-child(odd) {
  background: #eee;
}
.article-output table.large-table {
  width: 100%;
  max-width: 1600px;
}
.article-output table.large-table tbody th,
.article-output table.large-table tbody td {
  white-space: normal;
}
.article-output .scrollpointer {
  display: none;
}
.site-wrapper {
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .site-wrapper .container {
    max-width: unset;
  }
}
.comp-logo {
  display: block;
  width: 120px;
  height: 165px;
  background-image: url(../img/coalitie-logo.svg);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.site-header {
  background-color: rgba(125, 85, 25, 0);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  transition: all 0.3s ease-in-out;
}
.site-header .main-bar {
  transition: all 0.3s ease-in-out;
}
.site-header .main-bar .inner {
  height: 80px;
  position: relative;
}
.site-header .comp-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.site-header .primary-menu {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
.site-header .primary-menu .main-nav {
  position: relative;
  z-index: 20;
  display: flex;
}
.site-header .primary-menu .main-nav li {
  padding: 0 0 0 40px;
}
.site-header .primary-menu .main-nav a {
  display: block;
  font-family: 'sf_pro_displaybold', sans-serif;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.site-header .primary-menu .main-nav a:hover {
  opacity: 0.7;
}
.site-header .primary-menu .main-nav .active a {
  color: #171815;
}
.site-header .nav-toggle {
  display: none;
  width: 34px;
  height: 60px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.shownav .site-header,
.scrolled .site-header {
  padding-top: 0;
}
.shownav .site-header .main-bar,
.scrolled .site-header .main-bar {
  margin-top: 0;
}
.shownav .site-header .main-bar .comp-logo,
.scrolled .site-header .main-bar .comp-logo {
  width: 90px;
  height: 136px;
}
.shownav .site-header .main-bar .primary-menu .main-nav a,
.scrolled .site-header .main-bar .primary-menu .main-nav a {
  color: #fff;
}
.shownav .site-header .main-bar .primary-menu .main-nav .active a,
.scrolled .site-header .main-bar .primary-menu .main-nav .active a {
  color: #f1f1f1;
}
.shownav .site-header .main-bar .nav-icon:before,
.scrolled .site-header .main-bar .nav-icon:before,
.shownav .site-header .main-bar .nav-icon:after,
.scrolled .site-header .main-bar .nav-icon:after,
.shownav .site-header .main-bar .nav-icon div,
.scrolled .site-header .main-bar .nav-icon div {
  background-color: #fff;
}
@media (max-width: 991px) {
  .site-header .container {
    width: 100%;
    max-width: unset;
  }
  .site-header .comp-logo {
    width: 90px;
    height: 136px;
  }
  .shownav .site-header,
  .scrolled .site-header {
    padding-top: 0;
  }
  .shownav .site-header .main-bar,
  .scrolled .site-header .main-bar {
    margin-top: 0;
  }
  .shownav .site-header .main-bar .comp-logo,
  .scrolled .site-header .main-bar .comp-logo {
    width: 90px;
    height: 136px;
  }
}
@media (max-width: 640px) {
  .site-header .comp-logo {
    width: 90px;
    height: 100px;
  }
  .shownav .site-header .main-bar .comp-logo,
  .scrolled .site-header .main-bar .comp-logo {
    width: 90px;
    height: 100px;
  }
}
.site-footer {
  overflow: hidden;
  padding: 30px;
  background-color: #fff;
  color: #30312F;
  position: relative;
  z-index: 40;
}
/* ==========================================================================
	MOBILE MENU
   ========================================================================== */
.nav-icon {
  display: block;
  width: 34px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.nav-icon:before,
.nav-icon:after,
.nav-icon div {
  background-color: #fff;
  content: '';
  display: block;
  position: relative;
  height: 3px;
  margin: 7px 0;
  transition: all 0.3s ease-in-out;
}
.nav-icon.i-white:before,
.nav-icon.i-white:after,
.nav-icon.i-white div {
  background-color: #fff;
}
.shownav .nav-icon:before,
.shownav .nav-icon:after,
.shownav .nav-icon div {
  left: 0;
}
.shownav .nav-icon:before {
  transform: translateY(10px) rotate(135deg);
  -moz-transform: translateY(10px) rotate(135deg);
  -webkit-transform: translateY(10px) rotate(135deg);
}
.shownav .nav-icon:after {
  transform: translateY(-10px) rotate(-135deg);
  -moz-transform: translateY(-10px) rotate(-135deg);
  -webkit-transform: translateY(-10px) rotate(-135deg);
}
.shownav .nav-icon div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mobile-nav {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
  overflow: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 360;
  background-color: #D0BA99;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s ease 0s;
}
.mobile-nav .inner {
  padding: 140px 0 60px 0;
}
.mobile-nav .main-nav li {
  margin-bottom: 5px;
}
.mobile-nav .main-nav li.active a {
  color: #37ED9D;
}
.mobile-nav .main-nav a {
  display: block;
  font-family: 'sf_pro_displaybold', sans-serif;
  font-size: 26px;
  line-height: 1.6em;
  color: #fff;
  text-align: center;
}
.mobile-nav .main-nav a:hover {
  color: #37ED9D;
}
.shownav .mobile-nav {
  top: 0;
}
/* ==========================================================================
	UTILITIES
   ========================================================================== */
.noclick {
  cursor: default;
}
.no-scroll {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .no-scroll {
    overflow: inherit;
  }
}
.overflow-hidden {
  overflow: hidden;
}
.text-columns-2 {
  column-count: 2;
  column-gap: 40px;
}
.text-columns-2.col-gap-lg {
  column-gap: 80px;
}
@media (max-width: 1200px) {
  .text-columns-2 {
    column-count: 2;
    column-gap: 40px;
  }
  .text-columns-2.col-gap-lg {
    column-gap: 60px;
  }
}
@media (max-width: 991px) {
  .text-columns-2 {
    column-count: unset;
  }
}
.bg-dark {
  background-color: #30312F !important;
}
.bg-green {
  background-color: #37ED9D;
}
.bg-green-2 {
  background-color: #1C4040;
}
.bg-green-3 {
  background-color: #516B60;
}
.bg-glass {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: -1;
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
	ANIMATIONS
   ========================================================================== */
@keyframes FadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-25%);
  }
}
@keyframes FadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(25%);
  }
}
@keyframes FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes float-up {
  0% {
    transform: translate(0px);
  }
  33% {
    transform: translate(-15px, -40px);
  }
  66% {
    transform: translate(15px, -60px);
  }
  100% {
    transform: translate(0px);
  }
}
@keyframes float-down {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(15px, 40px);
  }
  66% {
    transform: translate(-15px, 60px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* ==========================================================================
	BUTTONS
   ========================================================================== */
a.button-clean {
  display: inline-block;
  height: 20px;
  line-height: 1em;
  background-color: transparent;
  font-family: 'sf_pro_displaybold', sans-serif;
  font-size: 16px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #D0BA99;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
a.button,
form button {
  display: inline-block;
  height: 40px;
  line-height: 37px;
  background-color: #37ED9D;
  border: none;
  border-radius: 3px;
  font-family: 'sf_pro_displaymedium', sans-serif;
  font-weight: 300;
  font-size: 16px;
  white-space: nowrap;
  color: #330A3B;
  padding: 0 25px;
  transition: all 0.3s ease-in-out;
}
a.button.no-padding,
form button.no-padding {
  padding: 0;
}
a.button:hover,
form button:hover {
  background-color: #37ED9D;
  color: #330A3B;
  opacity: 0.8;
}
a.button .circle,
form button .circle {
  margin: 0 5px 0 -5px;
  font-size: 130%;
  position: relative;
  top: 1px;
  color: inherit;
}
a.button.narrow,
form button.narrow {
  height: 34px;
  line-height: 30px;
  padding: 0 30px 0 15px;
}
a.button.t-black,
form button.t-black {
  color: #171815;
}
a.button.t-dark,
form button.t-dark {
  color: #30312F;
}
a.button.t-white,
form button.t-white {
  color: #fff;
}
a.button.t-orange,
form button.t-orange {
  color: #FA7F22;
}
a.button.t-green,
form button.t-green {
  color: #37ED9D;
}
a.button.t-gold,
form button.t-gold {
  color: #D0BA99;
}
a.button.t-blue-1,
form button.t-blue-1 {
  color: #72e7e8;
}
a.button.t-blue-2,
form button.t-blue-2 {
  color: #1132c4;
}
a.button.t-blue-3,
form button.t-blue-3 {
  color: #62a8f9;
}
a.button.b-white,
form button.b-white {
  border-color: #fff;
}
a.button.b-white:hover,
form button.b-white:hover {
  background-color: #fff;
  color: #72e7e8 !important;
}
a.button.b-black,
form button.b-black {
  border-color: #171815;
}
a.button.b-dark,
form button.b-dark {
  border-color: #30312F;
}
a.button.b-orange,
form button.b-orange {
  border-color: #FA7F22;
}
a.button.b-green,
form button.b-green {
  border-color: #37ED9D;
}
a.button.b-gold,
form button.b-gold {
  border-color: #D0BA99;
}
a.button.b-none,
form button.b-none {
  border-color: transparent;
}
a.button.bg-white,
form button.bg-white {
  background-color: #fff;
}
a.button.bg-gold,
form button.bg-gold {
  background-color: #D0BA99;
}
a.button.bg-green,
form button.bg-green {
  background-color: #37ED9D;
}
a.button.b-transparent,
form button.b-transparent {
  border-color: transparent;
  padding: 0;
}
a.button.b-transparent:hover,
form button.b-transparent:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello/fontello.eot?11754893ay');
  src: url('../font/fontello/fontello.eot?11754893ay#iefix') format('embedded-opentype'), url('../font/fontello/fontello.woff2?11754893ay') format('woff2'), url('../font/fontello/fontello.woff?11754893ay') format('woff'), url('../font/fontello/fontello.ttf?11754893ay') format('truetype'), url('../font/fontello/fontello.svg?11754893ay#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?11754893#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-int-arr-left:before {
  content: '\0800';
}
/* 'ࠀ' */
.icon-int-arr-right:before {
  content: '\0811';
}
/* 'ࠑ' */
.icon-xmark:before {
  content: '\e800';
}
/* '' */
.icon-minus:before {
  content: '\e801';
}
/* '' */
.icon-plus:before {
  content: '\e802';
}
/* '' */
.icon-home:before {
  content: '\e803';
}
/* '' */
.icon-left-open-mini:before {
  content: '\e804';
}
/* '' */
.icon-right-open-mini:before {
  content: '\e805';
}
/* '' */
.icon-up-open-mini:before {
  content: '\e806';
}
/* '' */
.icon-down-open-mini:before {
  content: '\e807';
}
/* '' */
.icon-down-open-big:before {
  content: '\e808';
}
/* '' */
.icon-left-open-big:before {
  content: '\e809';
}
/* '' */
.icon-right-open-big:before {
  content: '\e80a';
}
/* '' */
.icon-up-open-big:before {
  content: '\e80b';
}
/* '' */
.icon-chat:before {
  content: '\e80c';
}
/* '' */
.icon-comment:before {
  content: '\e80d';
}
/* '' */
.icon-mail:before {
  content: '\e80e';
}
/* '' */
.icon-phone:before {
  content: '\e80f';
}
/* '' */
.icon-facebook:before {
  content: '\e810';
}
/* '' */
.icon-intpijl:before {
  content: '\e811';
}
/* '' */
.icon-twitter-x:before {
  content: '\e812';
}
/* '' */
.icon-stdclock:before {
  content: '\e813';
}
/* '' */
.icon-twitter:before {
  content: '\f099';
}
/* '' */
.icon-pinterest-squared:before {
  content: '\f0d3';
}
/* '' */
.icon-linkedin:before {
  content: '\f0e1';
}
/* '' */
.icon-comment-empty:before {
  content: '\f0e5';
}
/* '' */
.icon-chat-empty:before {
  content: '\f0e6';
}
/* '' */
.icon-youtube:before {
  content: '\f167';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-twitter-squared:before {
  content: '\f304';
}
/* '' */
.icon-linkedin-squared:before {
  content: '\f30c';
}
/* '' */
.icon-facebook-squared:before {
  content: '\f30e';
}
/* '' */
@font-face {
  font-family: 'sf_pro_displaybold';
  src: url('../font/sfpro/odisplaybold-webfont.woff2') format('woff2'), url('../font/sfpro/sfprodisplaybold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sf_pro_displaymedium';
  src: url('../font/sfpro/sfprodisplaymedium-webfont.woff2') format('woff2'), url('../font/sfpro/sfprodisplaymedium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sf_pro_displayregular';
  src: url('../font/sfpro/sfprodisplayregular-webfont.woff2') format('woff2'), url('../font/sfpro/sfprodisplayregular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
	FORM CONTROL
   ========================================================================== */
form.formResponsive ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0.7);
}
form.formResponsive :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #30312F;
  opacity: 0.7;
}
form.formResponsive ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #30312F;
  opacity: 0.7;
}
form.formResponsive :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.7);
}
form.formResponsive ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.7);
}
form.formResponsive ::placeholder {
  /* Most modern browsers support this now. */
  color: rgba(0, 0, 0, 0.7);
}
form.formResponsive fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
form.formResponsive textarea,
form.formResponsive input[type="text"] {
  width: 100%;
  height: 46px;
  padding: 3px 10px;
  background: none;
  color: #330A3B;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
}
form.formResponsive textarea {
  height: 120px;
  padding: 15px 10px;
}
form.formResponsive label .formRequired {
  display: inline-block;
  color: #30312F;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  top: -5px;
}
form.formResponsive .formError {
  display: block;
  color: #FA7F22;
  font-size: 80%;
  font-weight: normal;
  padding-left: 10px;
}
form.formResponsive .rsform-block {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 10px;
}
form.formResponsive .rsform-block .formDescription {
  display: none;
}
form.formResponsive .rsform-block.rsform-error-parent {
  background: rgba(229, 102, 38, 0.1);
}
form.formResponsive .rsform-block.rsform-error-parent textarea,
form.formResponsive .rsform-block.rsform-error-parent input[type="text"] {
  border-color: #fff;
}
form.formResponsive .rsform-block.rsform-submit {
  background: none;
  padding: 0;
  border-radius: 0;
}
form.formResponsive .rsform-block.rsform-submit .formBody {
  text-align: left;
}
form.formResponsive .rsform-block .formControlLabel {
  display: none;
  color: #fff;
  font-weight: bold;
}
form.formResponsive .rsform-block.rsform-block-veiligheidscode {
  height: 1px;
  background: none !important;
  padding: 0;
  margin: 0;
}
form.formResponsive .rsform-type-freetext {
  margin-bottom: 20px;
}
form.formResponsive .rsform-type-freetext h1,
form.formResponsive .rsform-type-freetext h2,
form.formResponsive .rsform-type-freetext h3,
form.formResponsive .rsform-type-freetext h4 {
  margin-bottom: 20px;
}
form.formResponsive .rsform-type-freetext p {
  font-family: 'sf_pro_displaymedium', sans-serif;
  font-weight: 300;
}
form.formResponsive .rsform-select {
  padding: 3px 0 10px;
}
form.formResponsive .rsform-select .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .rsform-select select {
  width: 100%;
}
form.formResponsive .rsform-checkboxes,
form.formResponsive .rsform-radios {
  margin-bottom: 30px;
}
form.formResponsive .rsform-checkboxes .formControlLabel,
form.formResponsive .rsform-radios .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .formBody {
  width: 100%;
  clear: both;
  float: none;
}
form.formResponsive .formBody.frm-checkboxes label,
form.formResponsive .formBody.frm-radios label {
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 10px;
}
form.formResponsive .formBody.frm-checkboxes input,
form.formResponsive .formBody.frm-radios input {
  margin-right: 10px;
}
form.formResponsive .rsform-type-fileupload {
  margin-top: 20px;
  margin-bottom: 30px;
  text-transform: lowercase;
}
form.formResponsive .rsform-type-fileupload button,
form.formResponsive .rsform-type-fileupload input {
  text-transform: lowercase !important;
}
form.formResponsive .rsform-type-fileupload .rsform-upload-box {
  text-transform: lowercase;
  max-width: 100%;
}
form.formResponsive .rsform-type-fileupload .formControlLabel {
  margin-bottom: 5px;
}
form.formResponsive .rsform-type-fileupload .formDescription {
  display: block;
  font-size: 15px;
  font-style: italic;
}
.article-images {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 60px;
}
.article-images .image {
  width: 33.3334%;
  float: left;
  padding: 15px;
}
.article-images a {
  display: block;
}
.article-images a:hover {
  opacity: 0.8;
}
@media (max-width: 1400px) {
  .article-images .image {
    width: 25%;
  }
}
@media (max-width: 1200px) {
  .article-images {
    margin-left: -10px;
    margin-right: -10px;
  }
  .article-images .image {
    width: 33.3334%;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .article-images {
    margin-left: -8px;
    margin-right: -8px;
  }
  .article-images .image {
    width: 50%;
    padding: 8px;
  }
}
@media (max-width: 560px) {
  .article-images {
    margin-left: -5px;
    margin-right: -5px;
  }
  .article-images .image {
    width: 50%;
    padding: 5px;
  }
}
.article-images-mozaic {
  position: relative;
}
.article-images-mozaic .img-a {
  margin: 0;
  padding: 80px 10px 0 0;
}
.article-images-mozaic .img-a img {
  height: 800px;
  object-fit: cover;
}
.article-images-mozaic .img-b,
.article-images-mozaic .img-c {
  margin: 0;
}
.article-images-mozaic .img-b img,
.article-images-mozaic .img-c img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.article-images-mozaic .img-b {
  margin-bottom: 30px;
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
	PAGINATION
   ========================================================================== */
.page-content {
  padding: 200px 0 100px;
}
.page-content .col-left .inner {
  position: relative;
}
.page-content .col-left .meta-tags {
  margin-bottom: 20px;
}
.page-content .col-left .meta-tags .tag {
  display: inline-block;
  border: 1px solid #37ED9D;
  color: #37ED9D;
  line-height: 2em;
  padding: 0 20px 5px;
  border-radius: 30px;
}
.page-content .col-left .meta-data {
  margin: 40px 0;
}
.page-content .col-left .meta-data .item {
  display: block;
}
.page-content .col-left .meta-action span {
  display: block;
  margin-bottom: 10px;
}
.page-content .article-content {
  padding: 60px 0 0 0;
}
.page-content .article-form {
  margin-top: 60px;
}
.mod-home-banner .container {
  position: relative;
  padding-top: 220px;
  padding-bottom: 220px;
}
.mod-home-banner .container .row {
  position: relative;
  z-index: 10;
}
.mod-home-banner .c-before {
  width: 360px;
  height: 360px;
  top: 0;
  right: -180px;
  background-image: url(../img/svg/bg-01.svg);
}
.mod-home-banner .c-after {
  width: 360px;
  height: 550px;
  bottom: -180px;
  left: -180px;
  background-image: url(../img/svg/bg-02.svg);
}
.mod-home-banner .article-title {
  max-width: 400px;
}
.mod-home-banner .article-actions {
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .mod-home-banner .container {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 1200px) {
  .mod-home-banner .container {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media (max-width: 991px) {
  .mod-home-banner .container {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .mod-home-banner .col-left {
    width: 320px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .mod-home-banner .container {
    padding-top: 160px;
    padding-bottom: 120px;
  }
}
@media (max-width: 480px) {
  .mod-home-banner .col-left {
    width: 100%;
    margin: 0 auto;
  }
}
.section {
  min-height: 100px;
  position: relative;
}
.section .container {
  position: relative;
  z-index: 10;
}
.mod-section .inner {
  min-height: 500px;
}
.mod-intro .container {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.mod-intro .c-before {
  width: 200px;
  height: 600px;
  top: -180px;
  right: -180px;
  background-image: url(../img/svg/bg-03.svg);
}
.mod-intro .article-header {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .mod-intro .col-left {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .mod-intro .col-left {
    width: 100%;
    margin-left: 0;
  }
}
.mod-images .inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 5;
}
.mod-images .c-before {
  width: 2500px;
  height: 450px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-image: url(../img/svg/bg-05.svg);
  background-repeat: repeat-x;
  background-position: bottom center;
}
@media (max-width: 1200px) {
  .mod-images .c-before {
    height: 70%;
  }
}
@media (max-width: 600px) {
  .mod-images .c-images .image:last-child {
    display: none;
  }
}
.mod-whatwedo .container {
  padding-top: 120px;
}
.mod-whatwedo .m-header {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .mod-whatwedo .col-left {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 540px) {
  .mod-whatwedo .c-blox .box {
    width: 100%;
    margin-bottom: 40px;
  }
}
.mod-teaser {
  padding: 80px 0;
}
.mod-subscribe .container {
  padding-bottom: 240px;
  position: relative;
}
.mod-subscribe .c-before {
  width: 600px;
  height: 708px;
  bottom: -100px;
  left: -120px;
  background-image: url(../img/svg/bg-04.svg);
}
.mod-subscribe .article-output {
  margin-bottom: 30px;
}
.mod-subscribe .elf-widget {
  margin-bottom: 60px;
}
.mod-subscribe .sm-link {
  display: inline-block;
  font-size: 32px;
  margin-top: 10px;
  color: #eb4a3f;
}
.mod-subscribe .sm-link i:before {
  margin: 0;
}
@media (max-width: 1200px) {
  .mod-subscribe .container {
    padding-bottom: 200px;
  }
  .mod-subscribe .c-before {
    height: 600px;
    bottom: -85px;
  }
  .mod-subscribe .col-left {
    width: 40%;
    margin-left: 50%;
  }
}
@media (max-width: 991px) {
  .mod-subscribe .container {
    padding-bottom: 100px;
  }
  .mod-subscribe .c-before {
    height: 500px;
    bottom: -72px;
    left: -275px;
  }
  .mod-subscribe .col-left {
    width: 360px;
    margin: 0 auto;
  }
}
@media (max-width: 660px) {
  .mod-subscribe .container {
    padding-bottom: 60px;
  }
  .mod-subscribe .c-before {
    display: none;
  }
  .mod-subscribe .col-left {
    width: 100%;
    margin: 0 auto;
  }
}
.mod-events {
  padding: 60px 0 100px;
}
.mod-events .mod-header {
  margin-bottom: 60px;
}
.grained {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.grained:after {
  content: "";
  background-image: url("../img/png/grained.png");
  height: 300%;
  width: 300%;
  opacity: 0.1;
  animation: animateGrain 12s steps(10) infinite;
  position: absolute;
  top: -50%;
  left: -50%;
}
@keyframes animateGrain {
  0%,
  100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -10%);
  }
  20% {
    transform: translate(-15%, -20%);
  }
  30% {
    transform: translate(-5%, -10%);
  }
  40% {
    transform: translate(-15%, -20%);
  }
  50% {
    transform: translate(-5%, -10%);
  }
  60% {
    transform: translate(-15%, -20%);
  }
  70% {
    transform: translate(-5%, -10%);
  }
  80% {
    transform: translate(-15%, -20%);
  }
  90% {
    transform: translate(-5%, -10%);
  }
  100% {
    transform: translate(-15%, -20%);
  }
}
.pulse {
  display: block;
  width: 2800px;
  height: 2300px;
  background-image: url(../img/svg/pulse-gold.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  pointer-events: none;
}
.pulse.gold-2 {
  background-image: url(../img/svg/pulse-gold-2.svg);
}
.pulse.grey {
  background-image: url(../img/svg/pulse-grey.svg);
}
.pulse.grey-2 {
  background-image: url(../img/svg/pulse-grey-2.svg);
}
.before-after-slider {
  --default-handle-width: clamp(40px, 10vw, 160px);
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.splide.arrows__bottom__center .splide__arrows {
  width: 130px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.splide.arrows__bottom__right .splide__arrows {
  width: 80px;
  height: 35px;
  position: absolute;
  bottom: -60px;
  right: 0;
}
.splide.arrows__bottom__right .splide__arrow {
  width: 35px;
  height: 40px;
  opacity: 1;
  border-radius: 0;
  background-color: transparent;
}
.splide.arrows__bottom__right .splide__arrow i {
  color: #D0BA99;
  font-size: 36px;
}
.splide.arrows__bottom__right .splide__arrow i:before {
  margin: 0;
}
.splide.arrows__bottom__right .splide__arrow.splide__arrow--prev {
  left: 0px;
}
.splide.arrows__bottom__right .splide__arrow.splide__arrow--next {
  right: 0px;
}
.splide.arrows__outer .splide__arrows {
  width: 100%;
  position: absolute;
  top: 165px;
  left: 0;
}
.splide .splide__arrow {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #D0BA99;
  opacity: 1;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.splide .splide__arrow i {
  color: #D0BA99;
  font-size: 42px;
  position: relative;
}
.splide .splide__arrow i:before {
  margin: 0;
}
.splide .splide__arrow svg {
  fill: #fff;
}
.splide .splide__arrow.splide__arrow--prev {
  left: 10px;
}
.splide .splide__arrow.splide__arrow--prev i {
  left: -3px;
}
.splide .splide__arrow.splide__arrow--next {
  right: 10px;
}
.splide .splide__arrow.splide__arrow--next i {
  right: -3px;
}
.splide .splide__arrow:hover {
  opacity: 0.7;
}
.splide .splide__arrow.ar__blue5 i {
  color: #46AAFF;
}
.splide .splide__arrow:disabled {
  opacity: 0;
  pointer-events: none;
}
.splide .splide__pagination {
  width: 100%;
  padding: 0 40px;
  bottom: -70px;
}
.splide .splide__pagination li {
  line-height: 0;
  margin: 0 4px;
}
.splide .splide__pagination li button {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0;
  transform: unset;
  opacity: 1;
  background-color: #1132c4;
}
.splide .splide__pagination li button.is-active {
  background-color: #62a8f9;
}
@media (max-width: 991px) {
  .splide .splide__arrowxxx {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 640px) {
  .splide .splide__arrowxxx {
    width: 40px;
    height: 40px;
  }
}
.splide-reviews .item img {
  width: 360px;
  height: 300px;
  object-fit: cover;
}
.splide-reviews .item .review-output {
  display: none;
}
.c-blox {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.c-blox .box {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 20px;
  margin-bottom: 80px;
}
.c-before,
.c-after {
  display: block;
  width: 340px;
  height: 340px;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: rgba(200, 125, 85, 0);
}
.c-logos {
  display: flex;
  align-items: baseline;
}
.c-logos .logo {
  flex: 0 0 auto;
  padding: 0 15px;
  flex-grow: 3;
  flex-shrink: 3;
}
.c-logos .logo img {
  max-height: 70px;
}
@media (max-width: 1050px) {
  .c-logos {
    flex-wrap: wrap;
  }
  .c-logos .logo {
    flex: 0 0 auto;
    padding: 0 15px;
    flex-grow: 3;
    flex-shrink: 3;
  }
}
@media (max-width: 700px) {
  .c-logos {
    flex-wrap: wrap;
  }
  .c-logos .logo {
    padding: 15px;
  }
  .c-logos .logo img {
    max-width: 65%;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .c-logos .logo {
    text-align: center;
  }
}
.c-images {
  display: flex;
  align-items: baseline;
}
.c-images .image {
  flex: 0 0 auto;
  padding: 0 15px;
  flex-grow: 3;
  flex-shrink: 3;
}
.c-eventlist li {
  background-color: #573c60;
  padding: 30px 240px 30px 180px;
  margin-bottom: 30px;
  position: relative;
}
.c-eventlist li .event-date {
  width: 140px;
  height: 100%;
  background-color: #72e7e8;
  position: absolute;
  top: 0;
  left: 0;
}
.c-eventlist li .event-date span {
  display: block;
  text-align: center;
  color: #fff;
}
.c-eventlist li .event-date .box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-eventlist li .event-date .day {
  font-family: 'sf_pro_displaybold', sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 0.9em;
  letter-spacing: 0.06em;
}
.c-eventlist li .event-date .month {
  font-family: 'sf_pro_displaybold', sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 0.9em;
  letter-spacing: 0.06em;
  text-transform: lowercase;
}
.c-eventlist li .event-meta {
  margin-bottom: 2px;
}
.c-eventlist li .event-location {
  color: #37ED9D;
  margin-right: 10px;
}
.c-eventlist li .event-tag {
  color: #fff;
  margin-right: 10px;
  opacity: 0.6;
}
.c-eventlist li .event-actions {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.c-eventlist li:nth-child(3n + 1) .event-date {
  background-color: #72e7e8;
}
.c-eventlist li:nth-child(3n + 2) .event-date {
  background-color: #37ED9D;
}
.c-eventlist li:nth-child(3n + 3) .event-date {
  background-color: #eb4a3f;
}
@media (max-width: 991px) {
  .c-eventlist li {
    padding: 30px 240px 30px 140px;
  }
  .c-eventlist li .event-date {
    width: 100px;
  }
  .c-eventlist li .event-date .day {
    font-size: 50px;
  }
  .c-eventlist li .event-date .month {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .c-eventlist li {
    padding: 20px 20px 20px 120px;
  }
  .c-eventlist li .event-actions {
    position: static;
    transform: translateY(0);
    margin-top: 20px;
  }
}
a.cta-upcoming {
  display: block;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: #eb4a3f;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 150px;
  right: 50px;
  z-index: 300;
}
a.cta-upcoming .box {
  width: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
a.cta-upcoming .event-date {
  font-family: 'sf_pro_displaymedium', sans-serif;
  font-weight: 300;
  font-size: 85%;
  text-transform: lowercase;
}
a.cta-upcoming .event-title {
  font-family: 'sf_pro_displaybold', sans-serif;
  font-size: 20px;
  line-height: 1.1em;
  color: #330A3B;
  margin: 3px 0 6px;
}
a.cta-upcoming .event-action {
  font-family: 'sf_pro_displaymedium', sans-serif;
  font-weight: 300;
  font-size: 85%;
  color: #330A3B;
}
@media (max-width: 991px) {
  a.cta-upcoming {
    top: 120px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  a.cta-upcoming {
    display: none;
  }
}
a.cta-mediatheek {
  display: block;
  width: 180px;
  background-color: #37ED9D;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 360px;
  right: 55px;
  z-index: 300;
  padding: 20px 15px;
  text-align: center;
}
a.cta-mediatheek span {
  display: block;
  line-height: 1.2em;
}
a.cta-mediatheek .title {
  font-size: 26px;
  margin: 0;
}
a.cta-mediatheek .text {
  margin: 10px 0;
}
a.cta-mediatheek .action {
  color: #fff;
  font-weight: bold;
}
a.cta-mediatheek:hover {
  background-color: #72e7e8;
}
@media (max-width: 991px) {
  a.cta-mediatheek {
    top: 340px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  a.cta-mediatheek {
    width: 160px;
    top: auto;
    right: 20px;
    bottom: 30px;
  }
  a.cta-mediatheek .title {
    font-size: 24px;
  }
  a.cta-mediatheek .action {
    display: none;
  }
}
@media (max-width: 580px) {
  a.cta-mediatheek {
    padding: 10px;
  }
  a.cta-mediatheek .title {
    font-size: 20px;
  }
  a.cta-mediatheek .text {
    display: none;
  }
}
.contact-personen .contact-persoon {
  margin-bottom: 20px;
}
.contact-personen .contact-persoon strong,
.contact-personen .contact-persoon .name {
  display: block;
}
.contact-personen .contact-persoon strong {
  color: #37ED9D;
}
.contact-personen .contact-persoon a {
  color: #fff;
}
.contact-personen .contact-persoon a:hover {
  color: #eb4a3f;
}
.contact-personen .contact-persoon a.email {
  text-decoration: underline;
}
.article-downloads-section {
  margin-top: 60px;
  margin-bottom: 60px;
}
.downloads-verification {
  background-color: #573c60;
  padding: 40px;
  border-radius: 3px;
}
.downloads-verification h3 {
  color: #37ED9D;
  margin-bottom: 15px;
}
.downloads-verification p {
  margin-bottom: 30px;
}
.downloads-verification .verification-form .form-group {
  margin-bottom: 20px;
}
.downloads-verification .verification-form input[type="email"] {
  width: 100%;
  max-width: 400px;
  height: 46px;
  padding: 3px 15px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  color: #330A3B;
  font-size: 16px;
}
.downloads-verification .verification-form input[type="email"]:focus {
  outline: none;
  border-color: #37ED9D;
}
.downloads-verification .verification-form input[type="email"]::placeholder {
  color: rgba(51, 10, 59, 0.5);
}
.downloads-verification .verification-form button[type="submit"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.downloads-verification .verification-message {
  padding: 15px 20px;
  border-radius: 3px;
  font-size: 15px;
}
.downloads-verification .verification-message.alert-success {
  background-color: rgba(55, 237, 157, 0.2);
  color: #37ED9D;
  border: 1px solid #37ED9D;
}
.downloads-verification .verification-message.alert-error {
  background-color: rgba(235, 74, 63, 0.2);
  color: #eb4a3f;
  border: 1px solid #eb4a3f;
}
.article-files h3 {
  color: #37ED9D;
  margin-bottom: 20px;
}
.article-files .file-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.article-files .file-list .item {
  margin-bottom: 2px;
}
.article-files .file-list .item a {
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 4px 5px;
  transition: all 0.3s ease;
  background-color: #573c60;
}
.article-files .file-list .item a:hover {
  color: #37ED9D;
  transform: translateX(5px);
}
.mod-articles {
  margin-top: -100px;
}
.mod-articles .item {
  margin-bottom: 80px;
}
.bricks {
  margin-left: -15px;
  margin-right: -15px;
}
.bricks .brick-sizer {
  width: 5%;
}
.bricks .brick {
  width: 50%;
  padding: 15px;
}
.bricks .brick .spacer {
  height: 120px;
}
.bricks .brick .text-panel {
  min-height: 120px;
  padding-top: 20px;
}
.bricks .brick .text-panel ul:last-child,
.bricks .brick .text-panel p:last-child {
  margin-bottom: 0;
}
.bricks .brick .image {
  display: block;
  margin: 0;
  position: relative;
}
.bricks .brick .image img {
  width: 100%;
}
.bricks .brick .image.has-overlay:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  height: 50%;
  top: auto;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.bricks .brick .image-panel {
  position: relative;
  overflow: hidden;
}
.bricks .brick .image-panel .info-on,
.bricks .brick .image-panel .info-off {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding: 50px;
  color: #fff;
}
.bricks .brick .image-panel .info-on .title,
.bricks .brick .image-panel .info-off .title {
  display: block;
  margin-bottom: 30px;
  font-size: 150%;
  line-height: 1em;
}
.bricks .brick .image-panel .info-on .article-output,
.bricks .brick .image-panel .info-off .article-output {
  font-size: 15px;
  line-height: 1.5em;
}
.bricks .brick .image-panel .info-off {
  transition: all 0.4s ease-in-out;
  padding-right: 100px;
}
.bricks .brick .image-panel .info-off .article-output {
  margin-right: 30px;
}
.bricks .brick .image-panel .info-off .icn-info {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #171815;
  position: absolute;
  top: 50%;
  right: 20px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.bricks .brick .image-panel .info-on {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.15);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transform: translateY(100px);
  padding-top: 60px;
}
.bricks .brick .image-panel .info-on .close {
  display: none;
  width: 30px;
  height: 30px;
  background-color: #30312F;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff !important;
  text-align: center;
  line-height: 30px;
}
.bricks .brick .image-panel.is-landscape .info-on {
  width: 65%;
  height: 100%;
}
.bricks .brick .image-panel:hover .info-off,
.bricks .brick .image-panel:active .info-off {
  opacity: 0;
  transform: translateY(50px);
}
.bricks .brick .image-panel:hover .info-on,
.bricks .brick .image-panel:active .info-on {
  opacity: 1;
  transform: translate(0, 0);
}
.bricks .brick .c-gridcard {
  margin-bottom: 60px;
}
.bricks.has-bg-greys .brick:nth-child(8n+2) .c-gridcard .article-output,
.bricks.has-bg-greys .brick:nth-child(8n+3) .c-gridcard .article-output,
.bricks.has-bg-greys .brick:nth-child(8n+4) .c-gridcard .article-output,
.bricks.has-bg-greys .brick:nth-child(8n+5) .c-gridcard .article-output {
  color: #fff;
}
.bricks.has-bg-greys .brick:nth-child(8n+2) .c-gridcard .button,
.bricks.has-bg-greys .brick:nth-child(8n+3) .c-gridcard .button,
.bricks.has-bg-greys .brick:nth-child(8n+4) .c-gridcard .button,
.bricks.has-bg-greys .brick:nth-child(8n+5) .c-gridcard .button {
  border-color: #fff;
  color: #fff;
}
.bricks.has-bg-greys .brick:nth-child(8n+2):before,
.bricks.has-bg-greys .brick:nth-child(8n+6):before,
.bricks.has-bg-greys .brick:nth-child(8n+7):before {
  display: block;
  content: "";
  width: 4000px;
  position: absolute;
  z-index: -1;
  background-color: #30312F;
}
.bricks.has-bg-greys .brick:nth-child(8n+2):before {
  height: 2200px;
  top: 550px;
  right: -1500px;
}
.bricks.has-bg-greys .brick:nth-child(8n+6):before {
  left: -1500px;
}
.bricks.has-bg-greys .brick:nth-child(8n+7):before {
  height: 1000px;
  left: -1500px;
  top: calc(-1000px + 550px);
}
@media (max-width: 1600px) {
  .bricks.has-bg-greys .brick:nth-child(8n+2):before {
    height: 2000px;
    top: 450px;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+7):before {
    top: calc(-1000px + 450px);
  }
}
@media (max-width: 1400px) {
  .bricks .brick .image-panel .info-on,
  .bricks .brick .image-panel .info-off {
    padding: 40px;
  }
  .bricks .brick .image-panel .info-on .title,
  .bricks .brick .image-panel .info-off .title {
    font-size: 135%;
    margin-bottom: 20px;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+2):before {
    height: 1800px;
    top: 500px;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+7):before {
    top: calc(-1000px + 400px);
  }
}
@media (max-width: 1200px) {
  .bricks .brick .image-panel .info-on,
  .bricks .brick .image-panel .info-off {
    padding: 30px;
  }
  .bricks .brick .image-panel .info-on .title,
  .bricks .brick .image-panel .info-off .title {
    margin-bottom: 15px;
    font-size: 120%;
  }
  .bricks .brick .image-panel.is-landscape .info-on {
    width: 100%;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+2):before {
    height: 1600px;
    top: 340px;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+7):before {
    top: calc(-1000px + 350px);
  }
}
@media (max-width: 991px) {
  .bricks-mozaic.has-video-bricks .brick-spacer,
  .bricks-mozaic.has-info-bricks .brick-spacer {
    display: none;
  }
  .bricks-mozaic .brick-video,
  .bricks-mozaic .brick-info {
    width: 100%;
  }
  .bricks-mozaic .brick-video.brick-2,
  .bricks-mozaic .brick-info.brick-2 {
    padding-top: 8px;
  }
  .bricks {
    margin-left: -8px;
    margin-right: -8px;
  }
  .bricks .brick {
    padding: 8px;
  }
  .bricks .brick .image-panel.is-landscape .info-on {
    width: 70%;
    height: 100%;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+2):before {
    height: 1300px;
    top: 350px;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+7):before {
    height: 800px;
    top: calc(-1000px + 400px);
  }
}
@media (max-width: 680px) {
  .bricks.has-bg-greys .brick:nth-child(8n+2):before {
    height: 1000px;
    top: 300px;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+7):before {
    height: 800px;
    top: calc(-1000px + 400px);
  }
}
@media (max-width: 640px) {
  .bricks-mozaic .brick-text {
    width: 100%;
    padding: 0 15px;
  }
  .bricks-mozaic .brick-text .text-panel {
    min-height: 30px;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .bricks-mozaic .brick-spacer {
    display: none;
  }
  .bricks-mozaic .brick-2 {
    padding-top: 120px;
  }
  .brick-grid .brick {
    width: 100%;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+2):before {
    height: 300%;
    top: 300px;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+6):before {
    display: block;
    height: 200%;
    top: calc(-200% + 400px);
  }
  .bricks.has-bg-greys .brick:nth-child(8n+7):before {
    display: none;
  }
}
@media (max-width: 560px) {
  .bricks {
    margin-left: -5px;
    margin-right: -5px;
  }
  .bricks .brick {
    padding: 5px;
  }
  .bricks .brick.brick-2 {
    padding-top: 60px;
  }
  .bricks .brick.brick-info,
  .bricks .brick.brick-video {
    padding-top: 5px;
  }
  .bricks .brick .image-panel.is-landscape .info-on {
    width: 80%;
    height: 100%;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+6):before {
    top: calc(-200% + 340px);
  }
}
@media (max-width: 480px) {
  .bricks .brick .image-panel img {
    height: 290px;
    object-fit: cover;
  }
  .bricks .brick .image-panel .info-on,
  .bricks .brick .image-panel .info-off {
    padding: 20px;
  }
  .bricks .brick .image-panel .info-on .title,
  .bricks .brick .image-panel .info-off .title {
    margin-bottom: 10px;
    font-size: 110%;
  }
  .bricks .brick .image-panel.is-landscape .info-on {
    width: 100%;
    height: auto;
  }
}
.brick-test .bricktest {
  padding: 30px;
  margin-bottom: 20px;
  background-color: pink;
}
.brick-test .bricktest:nth-child(8n+2) {
  background-color: red;
}
.brick-test .bricktest:nth-child(8n+3) {
  background-color: green;
}
.brick-test .bricktest:nth-child(8n+4) {
  background-color: deepskyblue;
}
.brick-test .bricktest:nth-child(8n+5) {
  background-color: greenyellow;
}
