img {
  max-width: 100%;
  height: auto;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.div-100-100 {
  height: 100%;
  width: 100%;
}

.text-klein {
  font-size: 14px;
}

.text-groot {
  font-size: 24px;
}

.text-medium {
  font-size: 20px;
}

.text-rood {
  color: #c43131;
}

.text-fluo {
  background-color: #ffff00;
}

.text-inverse {
  background-color: #222;
  color: #ededed;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body header {
  display: none;
}

@media (min-width: 992px) {
  .indent {
    padding-left: 8.33333333%;
    padding-right: 8.33333333%;
  }
  .indentLeft {
    padding-left: 16.6666666%;
  }
  .indentRight {
    padding-right: 16.6666666%;
  }
}
.container-narrow {
  max-width: 850px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

@media (min-width: 1520px) {
  .extend {
    margin: 0 -100px;
  }
}
@media (min-width: 1720px) {
  .extend {
    margin: 0 -200px;
  }
}
@media (min-width: 1920px) {
  .extend {
    margin: 0 -300px;
  }
}
.frame-pt-s {
  padding-top: 1.5vw;
}

.frame-pt-m {
  padding-top: 3vw;
}

.frame-pt-l {
  padding-top: 6vw;
}

.frame-pb-s-p {
  padding-bottom: 1rem;
}

.frame-pb-s {
  padding-bottom: 1.5vw;
}

.frame-pb-m {
  padding-bottom: 3vw;
}

.frame-pb-l {
  padding-bottom: 6vw;
}

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

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

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

.ce-table td, .ce-table th {
  vertical-align: top;
}

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden;
}

.ce-left .ce-gallery, .ce-column {
  float: left;
}

.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%;
}

.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%;
}

.ce-right .ce-gallery {
  float: right;
}

.ce-gallery figure {
  display: table;
  margin: 0;
}

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
}

.ce-gallery img {
  display: block;
}

.ce-gallery iframe {
  border-width: 0;
}

.ce-border img,
.ce-border iframe {
  border: 2px solid #555;
  padding: 0;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 30px;
}

.ce-image .ce-gallery {
  margin-bottom: 0;
}

.ce-intext.ce-right .ce-gallery {
  margin-left: 30px;
}

.ce-intext.ce-left .ce-gallery {
  margin-right: 30px;
}

.ce-below .ce-gallery {
  margin-top: 30px;
}

.ce-column {
  margin-right: 30px;
}

.ce-column:last-child {
  margin-right: 0;
}

.ce-row {
  margin-bottom: 20px;
}

.ce-row:last-child {
  margin-bottom: 0;
}

.ce-above .ce-bodytext {
  clear: both;
}

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto;
}

/* Headline */
.ce-headline-left {
  text-align: left;
}

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

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

/* Uploads */
.ce-uploads {
  margin: 0;
  padding: 0;
}

.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0;
}

.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top;
}

.ce-uploads span {
  display: block;
}

/* Table */
.ce-table {
  width: 100%;
  max-width: 100%;
}

.ce-table th, .ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.ce-table thead th {
  border-bottom: 2px solid #dadada;
}

.ce-table th, .ce-table td {
  border-top: 1px solid #dadada;
}

.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.ce-table-bordered th, .ce-table-bordered td {
  border: 1px solid #dadada;
}

.breadcrumbs ol {
  padding: 12px 15px 12px 4px;
  margin-bottom: 0;
}
.breadcrumbs li {
  font-size: 14px;
  display: inline-block;
  color: #222;
}
.breadcrumbs li._active {
  color: rgba(34, 34, 34, 0.6);
}
.breadcrumbs .bi {
  padding-right: 5px;
}
.breadcrumbs a {
  color: #222;
}
.breadcrumbs li:before {
  content: ">";
  color: #ccc;
  padding: 0 8px 0 6px;
}
.breadcrumbs li:first-child:before {
  content: "";
  padding: 0;
}

.no-touch .breadcrumbs a:hover {
  color: #222;
  text-decoration: underline;
}

.row.row-grid [class*=col-sm-] + [class*=col-sm-],
.row.row-grid [class*=col-md-] + [class*=col-md-],
.row.row-grid [class*=col-lg-] + [class*=col-lg-],
.row.row-grid [class*=col-xl-] + [class*=col-xl-] {
  margin-top: var(--bs-gutter-x);
}

@media (min-width: 1200px) {
  .row.row-grid [class*=col-xl-] + [class*=col-xl-] {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .row.row-grid [class*=col-lg-] + [class*=col-lg-] {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .row.row-grid [class*=col-md-] + [class*=col-md-] {
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  .row.row-grid [class*=col-sm-] + [class*=col-sm-] {
    margin-top: 0;
  }
}
.px-padding-xs {
  padding: 0.75rem;
}

.px-padding-xs-v {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-margin-xs {
  margin: 0.75rem;
}

@media (min-width: 576px) {
  .px-padding-xs, .px-padding-sm {
    padding: 0.75rem;
  }
  .px-padding-xs-v, .px-padding-sm-v {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .px-margin-xs, .px-margin-sm {
    margin: 0.75rem;
  }
}
@media (min-width: 768px) {
  .px-padding-xs, .px-padding-sm, .px-padding-md {
    padding: 1.5rem;
  }
  .px-padding-xs-v, .px-padding-sm-v, .px-padding-md-v {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .px-margin-xs, .px-margin-sm, .px-margin-md {
    margin: 1.5rem;
  }
}
@media (min-width: 992px) {
  .px-padding-xs, .px-padding-sm, .px-padding-md, .px-padding-lg {
    padding: 1.95rem;
  }
  .px-padding-xs-v, .px-padding-sm-v, .px-padding-md-v, .px-padding-lg-v {
    padding-top: 1.95rem;
    padding-bottom: 1.95rem;
  }
  .px-margin-xs, .px-margin-sm, .px-margin-md, .px-margin-lg {
    margin: 1.95rem;
  }
}
@media (min-width: 1200px) {
  .px-padding-xs, .px-padding-sm, .px-padding-md, .px-padding-lg, .px-padding-xl {
    padding: 2.1rem;
  }
  .px-padding-xs-v, .px-padding-sm-v, .px-padding-md-v, .px-padding-lg-v, .px-padding-xl-v {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }
  .px-margin-xs, .px-margin-sm, .px-margin-md, .px-margin-lg, .px-margin-xl {
    margin: 2.1rem;
  }
}
div.inner-padding {
  padding: 5%;
}

.margin-top-5 {
  margin-top: 2.5px;
}

.margin-top-10 {
  margin-top: 5px;
}

.margin-top-15 {
  margin-top: 7.5px;
}

.margin-top-20 {
  margin-top: 10px;
}

.margin-top-25 {
  margin-top: 12.5px;
}

.margin-top-30 {
  margin-top: 15px;
}

.margin-top-40 {
  margin-top: 20px;
}

.margin-top-50 {
  margin-top: 25px;
}

.margin-top-60 {
  margin-top: 30px;
}

.margin-top-70 {
  margin-top: 35px;
}

.margin-top-80 {
  margin-top: 40px;
}

.margin-top-90 {
  margin-top: 45px;
}

.margin-top-100 {
  margin-top: 50px;
}

.margin-bottom-5 {
  margin-bottom: 2.5px;
}

.margin-bottom-10 {
  margin-bottom: 5px;
}

.margin-bottom-15 {
  margin-bottom: 7.5px;
}

.margin-bottom-20 {
  margin-bottom: 10px;
}

.margin-bottom-25 {
  margin-bottom: 12.5px;
}

.margin-bottom-30 {
  margin-bottom: 15px;
}

.margin-bottom-40 {
  margin-bottom: 20px;
}

.margin-bottom-50 {
  margin-bottom: 25px;
}

.margin-bottom-60 {
  margin-bottom: 30px;
}

.margin-bottom-70 {
  margin-bottom: 35px;
}

.margin-bottom-80 {
  margin-bottom: 40px;
}

.margin-bottom-90 {
  margin-bottom: 45px;
}

.margin-bottom-100 {
  margin-bottom: 50px;
}

.margin-top-5m {
  margin-top: -2.5px;
  position: relative;
  z-index: 100;
}

.margin-top-10m {
  margin-top: -5px;
  position: relative;
  z-index: 100;
}

.margin-top-15m {
  margin-top: -7.5px;
  position: relative;
  z-index: 100;
}

.margin-top-20m {
  margin-top: -10px;
  position: relative;
  z-index: 100;
}

.margin-top-25m {
  margin-top: -12.5px;
  position: relative;
  z-index: 100;
}

.margin-top-30m {
  margin-top: -15px;
  position: relative;
  z-index: 100;
}

.margin-top-40m {
  margin-top: -20px;
  position: relative;
  z-index: 100;
}

.margin-top-50m {
  margin-top: -25px;
  position: relative;
  z-index: 100;
}

.margin-top-60m {
  margin-top: -30px;
  position: relative;
  z-index: 100;
}

.margin-top-70m {
  margin-top: -35px;
  position: relative;
  z-index: 100;
}

.margin-top-80m {
  margin-top: -40px;
  position: relative;
  z-index: 100;
}

.margin-top-90m {
  margin-top: -45px;
  position: relative;
  z-index: 100;
}

.margin-top-100m {
  margin-top: -50px;
  position: relative;
  z-index: 100;
}

@media (min-width: 768px) {
  .margin-top-5 {
    margin-top: 5px;
  }
  .margin-top-10 {
    margin-top: 10px;
  }
  .margin-top-15 {
    margin-top: 15px;
  }
  .margin-top-20 {
    margin-top: 20px;
  }
  .margin-top-25 {
    margin-top: 25px;
  }
  .margin-top-30 {
    margin-top: 30px;
  }
  .margin-top-40 {
    margin-top: 40px;
  }
  .margin-top-50 {
    margin-top: 50px;
  }
  .margin-top-60 {
    margin-top: 60px;
  }
  .margin-top-70 {
    margin-top: 70px;
  }
  .margin-top-80 {
    margin-top: 80px;
  }
  .margin-top-90 {
    margin-top: 90px;
  }
  .margin-top-100 {
    margin-top: 100px;
  }
  .margin-bottom-5 {
    margin-bottom: 5px;
  }
  .margin-bottom-10 {
    margin-bottom: 10px;
  }
  .margin-bottom-15 {
    margin-bottom: 15px;
  }
  .margin-bottom-20 {
    margin-bottom: 20px;
  }
  .margin-bottom-25 {
    margin-bottom: 25px;
  }
  .margin-bottom-30 {
    margin-bottom: 30px;
  }
  .margin-bottom-40 {
    margin-bottom: 40px;
  }
  .margin-bottom-50 {
    margin-bottom: 50px;
  }
  .margin-bottom-60 {
    margin-bottom: 60px;
  }
  .margin-bottom-70 {
    margin-bottom: 70px;
  }
  .margin-bottom-80 {
    margin-bottom: 80px;
  }
  .margin-bottom-90 {
    margin-bottom: 90px;
  }
  .margin-bottom-100 {
    margin-bottom: 100px;
  }
  .margin-top-5m {
    margin-top: -5px;
  }
  .margin-top-10m {
    margin-top: -10px;
  }
  .margin-top-15m {
    margin-top: -15px;
  }
  .margin-top-20m {
    margin-top: -20px;
  }
  .margin-top-25m {
    margin-top: -25px;
  }
  .margin-top-30m {
    margin-top: -30px;
  }
  .margin-top-40m {
    margin-top: -40px;
  }
  .margin-top-50m {
    margin-top: -50px;
  }
  .margin-top-60m {
    margin-top: -60px;
  }
  .margin-top-70m {
    margin-top: -70px;
  }
  .margin-top-80m {
    margin-top: -80px;
  }
  .margin-top-90m {
    margin-top: -90px;
  }
  .margin-top-100m {
    margin-top: -100px;
  }
}
.px-btn {
  font-size: 20px;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.1s linear;
  text-transform: none;
  letter-spacing: 0.2px;
  border: none;
  text-decoration: none;
  border-radius: 6px;
}

.px-btn-lg {
  font-size: 25px;
  padding: 0.75rem 1.5rem;
}

.px-btn-xl {
  font-size: 30px;
  padding: 1rem 2rem;
}

.px-btn-sm {
  font-size: 16px;
  padding: 0.375rem 0.75rem;
}

.px-btn-xs {
  font-size: 12px;
  padding: 0.3rem 0.6rem;
}

.button-rounded {
  border-radius: 100px;
}

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

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

.btn-style-0 {
  background-color: #c43131;
  color: #fff;
}
.btn-style-0:focus {
  text-decoration: none;
  color: #fff;
}
.btn-style-0:hover {
  background-color: rgb(155.2, 38.8, 38.8);
  color: #fff;
}
.btn-style-0.button-outlined {
  color: #c43131;
  border: 2px solid #c43131;
}
.btn-style-0.button-outlined:hover {
  background-color: #c43131;
}

.btn-style-1 {
  background-color: #000;
  color: #fff;
}
.btn-style-1:focus {
  text-decoration: none;
  color: #fff;
}
.btn-style-1:hover {
  background-color: black;
  color: #fff;
}
.btn-style-1.button-outlined {
  color: #000;
  border: 2px solid #000;
}
.btn-style-1.button-outlined:hover {
  background-color: #000;
}

.btn-style-2 {
  background-color: #FFBD00;
  color: #000;
}
.btn-style-2:focus {
  text-decoration: none;
  color: #000;
}
.btn-style-2:hover {
  background-color: rgb(204, 151.2, 0);
  color: #000;
}
.btn-style-2.button-outlined {
  color: #FFBD00;
  border: 2px solid #FFBD00;
}
.btn-style-2.button-outlined:hover {
  background-color: #FFBD00;
}

.btn-style-3 {
  background-color: #ff8678;
  color: #fff;
}
.btn-style-3:focus {
  text-decoration: none;
  color: #fff;
}
.btn-style-3:hover {
  background-color: rgb(255, 88.2888888889, 69);
  color: #fff;
}
.btn-style-3.button-outlined {
  color: #ff8678;
  border: 2px solid #ff8678;
}
.btn-style-3.button-outlined:hover {
  background-color: #ff8678;
}

.btn-style-4 {
  background-color: #222;
  color: #fff;
}
.btn-style-4:focus {
  text-decoration: none;
  color: #fff;
}
.btn-style-4:hover {
  background-color: rgb(8.5, 8.5, 8.5);
  color: #fff;
}
.btn-style-4.button-outlined {
  color: #222;
  border: 2px solid #222;
}
.btn-style-4.button-outlined:hover {
  background-color: #222;
}

.button-outlined {
  background: none;
}
.button-outlined:hover {
  color: #fff;
}

.btn-link-1, .btn-link-2 {
  text-transform: none;
  padding: 0 0 2px 0;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #000;
  z-index: 1;
}
.btn-link-1::after, .btn-link-2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #c43131;
  z-index: -1;
}
.btn-link-1:hover, .btn-link-2:hover {
  color: #000;
}
.btn-link-1:hover::after, .btn-link-2:hover::after {
  bottom: -0.1em;
}

.btn-link-2::after {
  background-color: #000;
}

@media (max-width: 767px) {
  .px-btn.btn-mobile-full-width {
    display: block;
  }
  .btn-mobile-center {
    text-align: center;
  }
}
.full-width-image img {
  margin: 0 auto;
}

.full-width-image + .full-width-image .full-width-image__wrp {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .full-width-image + .full-width-image .full-width-image__wrp {
    margin-top: 36px;
  }
}
@media (min-width: 992px) {
  .full-width-image + .full-width-image .full-width-image__wrp {
    margin-top: 48px;
  }
}
.full-width-image a {
  text-decoration: none;
}

.full-width-image-button-centered, .full-width-image-button-above, .full-width-image-button-below {
  font-size: 120%;
  font-weight: 400;
  text-align: center;
  user-select: none;
  padding: 15px 25px;
}

.full-width-image-centered-button {
  position: relative;
}

.full-width-image-button-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.95);
  color: #000;
  border-radius: 4px;
}
.full-width-image-button-centered p {
  margin: 0;
}

.full-width-image-button-above,
.full-width-image-button-below {
  background-color: #333;
  color: #fff;
  border-radius: 4px;
}

.full-width-image-button-above {
  margin-bottom: 1.5rem;
}

.full-width-image-button-below {
  margin-top: 1.5rem;
}

a:hover .full-width-image-button-centered,
a:hover .full-width-image-button-above,
a:hover .full-width-image-button-below {
  background-color: #f00;
}

.frame-type-pixbs_collapsable .collapse {
  margin-top: 15px;
}

.gallery-grid .row {
  --bs-gutter-y: calc(var(--px-gallery-grid-gutter) / 2);
  --bs-gutter-x: calc(var(--px-gallery-grid-gutter) / 2);
}

@media (min-width: 1200px) {
  .gallery-grid .row {
    --bs-gutter-y: var(--px-gallery-grid-gutter);
    --bs-gutter-x: var(--px-gallery-grid-gutter);
  }
}
.popup-style-1 {
  position: relative;
  background: #fff;
  padding: 1.5rem;
  width: auto;
  max-width: 950px;
  margin: 20px auto;
}

div p:last-child {
  margin-bottom: 0;
}

a:hover, a:active, a:focus, a:link, a:visited {
  outline: 0 !important;
  outline-style: none;
}

button, object, embed {
  outline: 0;
}

input::-moz-focus-inner {
  outline: 0;
}

.px-container-equal-columns > div {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}

.px-container-has-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.px-container-gutters {
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.px-container-gutters > div {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.block-xs-ar41 {
  position: relative;
  overflow: hidden;
  display: block;
}
.block-xs-ar41:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 25%;
}
.block-xs-ar41 > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.block-xs-ar31 {
  position: relative;
  overflow: hidden;
  display: block;
}
.block-xs-ar31:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 33.33%;
}
.block-xs-ar31 > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.block-xs-ar21 {
  position: relative;
  overflow: hidden;
  display: block;
}
.block-xs-ar21:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
.block-xs-ar21 > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.block-xs-ar169 {
  position: relative;
  overflow: hidden;
  display: block;
}
.block-xs-ar169:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.block-xs-ar169 > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.block-xs-ar32 {
  position: relative;
  overflow: hidden;
  display: block;
}
.block-xs-ar32:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66%;
}
.block-xs-ar32 > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.block-xs-ar43 {
  position: relative;
  overflow: hidden;
  display: block;
}
.block-xs-ar43:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.block-xs-ar43 > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.block-xs-ar11 {
  position: relative;
  overflow: hidden;
  display: block;
}
.block-xs-ar11:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.block-xs-ar11 > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media (min-width: 576px) {
  .block-sm-ar41 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-sm-ar41:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 25%;
  }
  .block-sm-ar41 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-sm-ar31 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-sm-ar31:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 33.33%;
  }
  .block-sm-ar31 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-sm-ar21 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-sm-ar21:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }
  .block-sm-ar21 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-sm-ar169 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-sm-ar169:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  .block-sm-ar169 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-sm-ar32 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-sm-ar32:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.67%;
  }
  .block-sm-ar32 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-sm-ar43 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-sm-ar43:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
  .block-sm-ar43 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-sm-ar11 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-sm-ar11:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .block-sm-ar11 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-sm-ar-none {
    position: initial;
    overflow: initial;
    height: 100%;
  }
  .block-sm-ar-none:before {
    display: none;
    content: "";
    width: initial;
    padding-top: 0;
  }
  .block-sm-ar-none > div {
    position: initial;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
  }
}
@media (min-width: 768px) {
  .block-md-ar41 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-md-ar41:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 25%;
  }
  .block-md-ar41 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-md-ar31 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-md-ar31:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 33.33%;
  }
  .block-md-ar31 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-md-ar21 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-md-ar21:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }
  .block-md-ar21 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-md-ar169 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-md-ar169:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  .block-md-ar169 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-md-ar32 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-md-ar32:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.67%;
  }
  .block-md-ar32 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-md-ar43 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-md-ar43:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
  .block-md-ar43 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-md-ar11 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-md-ar11:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .block-md-ar11 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-md-ar-none {
    position: initial;
    overflow: initial;
    height: 100%;
  }
  .block-md-ar-none:before {
    display: none;
    content: "";
    width: initial;
    padding-top: 0;
  }
  .block-md-ar-none > div {
    position: initial;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
  }
}
@media (min-width: 992px) {
  .block-lg-ar41 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-lg-ar41:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 25%;
  }
  .block-lg-ar41 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-lg-ar31 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-lg-ar31:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 33.33%;
  }
  .block-lg-ar31 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-lg-ar21 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-lg-ar21:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }
  .block-lg-ar21 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-lg-ar169 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-lg-ar169:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  .block-lg-ar169 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-lg-ar32 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-lg-ar32:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.67%;
  }
  .block-lg-ar32 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-lg-ar43 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-lg-ar43:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
  .block-lg-ar43 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-lg-ar11 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-lg-ar11:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .block-lg-ar11 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-lg-ar-none {
    position: initial;
    overflow: initial;
    height: 100%;
  }
  .block-lg-ar-none:before {
    display: none;
    content: "";
    width: initial;
    padding-top: 0;
  }
  .block-lg-ar-none > div {
    position: initial;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
  }
}
@media (min-width: 1200px) {
  .block-xl-ar41 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-xl-ar41:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 25%;
  }
  .block-xl-ar41 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-xl-ar31 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-xl-ar31:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 33.33%;
  }
  .block-xl-ar31 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-xl-ar21 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-xl-ar21:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }
  .block-xl-ar21 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-xl-ar169 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-xl-ar169:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  .block-xl-ar169 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-xl-ar32 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-xl-ar32:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.67%;
  }
  .block-xl-ar32 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-xl-ar43 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-xl-ar43:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
  .block-xl-ar43 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-xl-ar11 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .block-xl-ar11:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .block-xl-ar11 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .block-xl-ar-none {
    position: initial;
    overflow: initial;
    height: 100%;
  }
  .block-xl-ar-none:before {
    display: none;
    content: "";
    width: initial;
    padding-top: 0;
  }
  .block-xl-ar-none > div {
    position: initial;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
  }
}
.object-fit, .object-fit-cover {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.object-fit-contain {
  object-fit: contain;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image-cover {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.image-contain {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.px-max-width {
  --px-max-width: 100%;
  max-width: var(--px-max-width);
}

@media (min-width: 576px) {
  .px-max-width {
    --px-max-width-sm: var(--px-max-width);
    max-width: var(--px-max-width-sm);
  }
}
@media (min-width: 768px) {
  .px-max-width {
    --px-max-width-md: var(--px-max-width-sm);
    max-width: var(--px-max-width-md);
  }
}
@media (min-width: 992px) {
  .px-max-width {
    --px-max-width-lg: var(--px-max-width-md);
    max-width: var(--px-max-width-lg);
  }
}
@media (min-width: 1200px) {
  .px-max-width {
    --px-max-width-xl: var(--px-max-width-lg);
    max-width: var(--px-max-width-xl);
  }
}
@media (min-width: 1400px) {
  .px-max-width {
    --px-max-width-xxl: var(--px-max-width-xl);
    max-width: var(--px-max-width-xxl);
  }
}
.px-align-center {
  margin: 0 auto;
}
.px-align-center picture {
  display: block;
  text-align: center;
}

.px-align-left {
  margin: 0 auto 0 0;
}

.px-align-right {
  margin: 0 0 0 auto;
}
.px-align-right picture {
  display: block;
  text-align: right;
}

@media (min-width: 576px) {
  .px-align-center-sm {
    margin: 0 auto;
  }
  .px-align-center-sm picture {
    display: block;
    text-align: center;
  }
  .px-align-left-sm {
    margin: 0 auto 0 0;
  }
  .px-align-right-sm {
    margin: 0 0 0 auto;
  }
  .px-align-right-sm picture {
    display: block;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .px-align-center-md {
    margin: 0 auto;
  }
  .px-align-center-md picture {
    display: block;
    text-align: center;
  }
  .px-align-left-md {
    margin: 0 auto 0 0;
  }
  .px-align-right-md {
    margin: 0 0 0 auto;
  }
  .px-align-right-md picture {
    display: block;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .px-align-center-lg {
    margin: 0 auto;
  }
  .px-align-center-lg picture {
    display: block;
    text-align: center;
  }
  .px-align-left-lg {
    margin: 0 auto 0 0;
  }
  .px-align-right-lg {
    margin: 0 0 0 auto;
  }
  .px-align-right-lg picture {
    display: block;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .px-align-center-xl {
    margin: 0 auto;
  }
  .px-align-center-xl picture {
    display: block;
    text-align: center;
  }
  .px-align-left-xl {
    margin: 0 auto 0 0;
  }
  .px-align-right-xl {
    margin: 0 0 0 auto;
  }
  .px-align-right-xl picture {
    display: block;
    text-align: right;
  }
}
@media (min-width: 1400px) {
  .col-xxl-hidden {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .col-xl-hidden {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-lg-hidden {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-md-hidden {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .col-sm-hidden {
    display: none;
  }
}
@media (max-width: 575px) {
  .col-hidden {
    display: none;
  }
}
.imagecard {
  background-color: #fce132;
  transition: transform 0.1s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  user-select: none;
}

a.imagecard-link:hover .imagecard {
  transform: scale(1.01);
}

a.imagecard-link {
  text-decoration: none;
}

.frame-type-imageCard {
  height: 100%;
}

.imagecard-text {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.imagecard-text p {
  margin: 0;
}

.imagecard-text-center-ver {
  justify-content: center;
}

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

.imagecard-header {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 30px;
}

.imagecard-subheader {
  font-weight: normal;
  font-size: 20px;
}

.imagecard-bodytext {
  margin-top: 15px;
  line-height: 1.2;
  font-weight: 200;
}

.flexrow {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
}

.flexrow-inline {
  display: inline-flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
}

.flexrow-cell {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: auto;
}
.text-right {
  text-align: right;
}

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

.image-caption {
  margin-top: 5px;
  font-size: 90%;
  line-height: initial;
  opacity: 0.9;
}

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