/*---------------------------------------/*
 # SETTINGS
/*---------------------------------------*/
@font-face {
  font-family: "Edensor";
  src: url("../assets/fonts/edensor/EdensorLight.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Edensor";
  src: url("../assets/fonts/edensor/EdensorRegular.woff2") format("woff2");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Edensor";
  src: url("../assets/fonts/edensor/EdensorSemibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Edensor";
  src: url("../assets/fonts/edensor/EdensorBold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
/*---------------------------------------/*
 # GENERIC - BOOTSTRAP
/*---------------------------------------*/
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
@media (min-width: 576px) {
  .g-2-sm,
  .gx-2-sm {
    --bs-gutter-x: 0.5rem;
  }
}
@media (min-width: 768px) {
  .g-2-md,
  .gx-2-md {
    --bs-gutter-x: 0.5rem;
  }
}
@media (min-width: 992px) {
  .g-2-lg,
  .gx-2-lg {
    --bs-gutter-x: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .g-2-xl,
  .gx-2-xl {
    --bs-gutter-x: 0.5rem;
  }
}
@media (min-width: 1400px) {
  .g-2-xxl,
  .gx-2-xxl {
    --bs-gutter-x: 0.5rem;
  }
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
@media (min-width: 576px) {
  .g-2-sm,
  .gy-2-sm {
    --bs-gutter-y: 0.5rem;
  }
}
@media (min-width: 768px) {
  .g-2-md,
  .gy-2-md {
    --bs-gutter-y: 0.5rem;
  }
}
@media (min-width: 992px) {
  .g-2-lg,
  .gy-2-lg {
    --bs-gutter-y: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .g-2-xl,
  .gy-2-xl {
    --bs-gutter-y: 0.5rem;
  }
}
@media (min-width: 1400px) {
  .g-2-xxl,
  .gy-2-xxl {
    --bs-gutter-y: 0.5rem;
  }
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
@media (min-width: 576px) {
  .g-3-sm,
  .gx-3-sm {
    --bs-gutter-x: 1rem;
  }
}
@media (min-width: 768px) {
  .g-3-md,
  .gx-3-md {
    --bs-gutter-x: 1rem;
  }
}
@media (min-width: 992px) {
  .g-3-lg,
  .gx-3-lg {
    --bs-gutter-x: 1rem;
  }
}
@media (min-width: 1200px) {
  .g-3-xl,
  .gx-3-xl {
    --bs-gutter-x: 1rem;
  }
}
@media (min-width: 1400px) {
  .g-3-xxl,
  .gx-3-xxl {
    --bs-gutter-x: 1rem;
  }
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
@media (min-width: 576px) {
  .g-3-sm,
  .gy-3-sm {
    --bs-gutter-y: 1rem;
  }
}
@media (min-width: 768px) {
  .g-3-md,
  .gy-3-md {
    --bs-gutter-y: 1rem;
  }
}
@media (min-width: 992px) {
  .g-3-lg,
  .gy-3-lg {
    --bs-gutter-y: 1rem;
  }
}
@media (min-width: 1200px) {
  .g-3-xl,
  .gy-3-xl {
    --bs-gutter-y: 1rem;
  }
}
@media (min-width: 1400px) {
  .g-3-xxl,
  .gy-3-xxl {
    --bs-gutter-y: 1rem;
  }
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
@media (min-width: 576px) {
  .g-5-sm,
  .gx-5-sm {
    --bs-gutter-x: 3rem;
  }
}
@media (min-width: 768px) {
  .g-5-md,
  .gx-5-md {
    --bs-gutter-x: 3rem;
  }
}
@media (min-width: 992px) {
  .g-5-lg,
  .gx-5-lg {
    --bs-gutter-x: 3rem;
  }
}
@media (min-width: 1200px) {
  .g-5-xl,
  .gx-5-xl {
    --bs-gutter-x: 3rem;
  }
}
@media (min-width: 1400px) {
  .g-5-xxl,
  .gx-5-xxl {
    --bs-gutter-x: 3rem;
  }
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .g-5-sm,
  .gy-5-sm {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .g-5-md,
  .gy-5-md {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .g-5-lg,
  .gy-5-lg {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .g-5-xl,
  .gy-5-xl {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .g-5-xxl,
  .gy-5-xxl {
    --bs-gutter-y: 3rem;
  }
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
@media (min-width: 576px) {
  .g-0-sm,
  .gx-0-sm {
    --bs-gutter-x: 0;
  }
}
@media (min-width: 768px) {
  .g-0-md,
  .gx-0-md {
    --bs-gutter-x: 0;
  }
}
@media (min-width: 992px) {
  .g-0-lg,
  .gx-0-lg {
    --bs-gutter-x: 0;
  }
}
@media (min-width: 1200px) {
  .g-0-xl,
  .gx-0-xl {
    --bs-gutter-x: 0;
  }
}
@media (min-width: 1400px) {
  .g-0-xxl,
  .gx-0-xxl {
    --bs-gutter-x: 0;
  }
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
@media (min-width: 576px) {
  .g-0-sm,
  .gy-0-sm {
    --bs-gutter-y: 0;
  }
}
@media (min-width: 768px) {
  .g-0-md,
  .gy-0-md {
    --bs-gutter-y: 0;
  }
}
@media (min-width: 992px) {
  .g-0-lg,
  .gy-0-lg {
    --bs-gutter-y: 0;
  }
}
@media (min-width: 1200px) {
  .g-0-xl,
  .gy-0-xl {
    --bs-gutter-y: 0;
  }
}
@media (min-width: 1400px) {
  .g-0-xxl,
  .gy-0-xxl {
    --bs-gutter-y: 0;
  }
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}
@media (min-width: 576px) {
  .row-gap-1-sm {
    row-gap: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .row-gap-1-md {
    row-gap: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .row-gap-1-lg {
    row-gap: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .row-gap-1-xl {
    row-gap: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .row-gap-1-xxl {
    row-gap: 0.25rem;
  }
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}
@media (min-width: 576px) {
  .row-gap-2-sm {
    row-gap: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .row-gap-2-md {
    row-gap: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .row-gap-2-lg {
    row-gap: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .row-gap-2-xl {
    row-gap: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .row-gap-2-xxl {
    row-gap: 0.5rem !important;
  }
}

.row-gap-3 {
  row-gap: 1rem !important;
}
@media (min-width: 576px) {
  .row-gap-3-sm {
    row-gap: 1rem !important;
  }
}
@media (min-width: 768px) {
  .row-gap-3-md {
    row-gap: 1rem !important;
  }
}
@media (min-width: 992px) {
  .row-gap-3-lg {
    row-gap: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .row-gap-3-xl {
    row-gap: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .row-gap-3-xxl {
    row-gap: 1rem !important;
  }
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}
@media (min-width: 576px) {
  .row-gap-4-sm {
    row-gap: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .row-gap-4-md {
    row-gap: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .row-gap-4-lg {
    row-gap: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .row-gap-4-xl {
    row-gap: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .row-gap-4-xxl {
    row-gap: 1.5rem !important;
  }
}

.row-gap-5 {
  row-gap: 3rem !important;
}
@media (min-width: 576px) {
  .row-gap-5-sm {
    row-gap: 3rem !important;
  }
}
@media (min-width: 768px) {
  .row-gap-5-md {
    row-gap: 3rem !important;
  }
}
@media (min-width: 992px) {
  .row-gap-5-lg {
    row-gap: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .row-gap-5-xl {
    row-gap: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .row-gap-5-xxl {
    row-gap: 3rem !important;
  }
}

.row-gap-0 {
  row-gap: 0 !important;
}
@media (min-width: 576px) {
  .row-gap-0-sm {
    row-gap: 0 !important;
  }
}
@media (min-width: 768px) {
  .row-gap-0-md {
    row-gap: 0 !important;
  }
}
@media (min-width: 992px) {
  .row-gap-0-lg {
    row-gap: 0 !important;
  }
}
@media (min-width: 1200px) {
  .row-gap-0-xl {
    row-gap: 0 !important;
  }
}
@media (min-width: 1400px) {
  .row-gap-0-xxl {
    row-gap: 0 !important;
  }
}

.overflow-hidden {
  overflow: hidden !important;
}
@media (min-width: 576px) {
  .overflow-hidden-sm {
    overflow: hidden !important;
  }
}
@media (min-width: 768px) {
  .overflow-hidden-md {
    overflow: hidden !important;
  }
}
@media (min-width: 992px) {
  .overflow-hidden-lg {
    overflow: hidden !important;
  }
}
@media (min-width: 1200px) {
  .overflow-hidden-xl {
    overflow: hidden !important;
  }
}
@media (min-width: 1400px) {
  .overflow-hidden-xxl {
    overflow: hidden !important;
  }
}

.overflow-visible {
  overflow: visible !important;
}
@media (min-width: 576px) {
  .overflow-visible-sm {
    overflow: visible !important;
  }
}
@media (min-width: 768px) {
  .overflow-visible-md {
    overflow: visible !important;
  }
}
@media (min-width: 992px) {
  .overflow-visible-lg {
    overflow: visible !important;
  }
}
@media (min-width: 1200px) {
  .overflow-visible-xl {
    overflow: visible !important;
  }
}
@media (min-width: 1400px) {
  .overflow-visible-xxl {
    overflow: visible !important;
  }
}

.navbar-nav {
  gap: 2.5rem;
  padding-bottom: 0.4rem;
}
.navbar-brand {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.navbar-collapse {
  flex: inherit;
}
.navbar-toggler {
  border: 1px solid #1f3662;
  border-radius: 0;
  background-color: rgba(237, 232, 228, 0.5);
}
.navbar-toggler-icon {
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.09998H11V3.89998H1V3.09998Z' fill='%231F3662'/%3E%3Cpath d='M1 5.69995H11V6.49995H1V5.69995Z' fill='%231F3662'/%3E%3Cpath d='M1 8.09998H11V8.89998H1V8.09998Z' fill='%231F3662'/%3E%3C/svg%3E%0A");
}
.navbar-toggler:focus {
  box-shadow: 0 0 3px 0.1rem #1b6ee2;
}

.offcanvas-header {
  background-image: url("../assets/img/nav/nav-bg.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 100px;
  padding-top: 0.3rem;
  position: relative;
  padding-right: 8.5vh;
}
.offcanvas-body {
  padding: 0;
  background-color: #ede8e4;
}
.offcanvas-title {
  font-family: "Edensor", serif;
  color: #1f3662;
  font-size: 2rem;
}

.btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1rem' height='1rem' viewBox='0 0 32 32'%3E%3Cpath fill='currentColor' d='M17.414 16L24 9.414L22.586 8L16 14.586L9.414 8L8 9.414L14.586 16L8 22.586L9.414 24L16 17.414L22.586 24L24 22.586z'/%3E%3C/svg%3E");
  background: transparent var(--bs-btn-close-bg) center/2.5em auto no-repeat;
  --bs-btn-close-color: $color-primary-2;
}

.carousel-inner {
  aspect-ratio: 3/2.2;
}
.carousel-indicators {
  position: inherit;
  margin: 3.5rem 0;
}
@media (max-width: 1200px) {
  .carousel-indicators {
    margin: 2rem;
  }
}
.carousel-indicators [data-bs-target] {
  background-color: #d6e7f3;
  width: 5rem;
  height: 0.25rem;
  opacity: 1;
}
.carousel-indicators [data-bs-target].active {
  background-color: #df7021;
}
.carousel-item, .carousel-item.active {
  height: 100%;
}
.carousel-control-next, .carousel-control-prev {
  color: #1f3662;
  width: 3.75rem;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 3.75rem;
  height: 3.75rem;
  background-color: #95c4df;
  background-size: 2.5rem;
  border-radius: 5rem;
}
@media (max-width: 400px) {
  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
    background-size: 1.5rem;
  }
}
.carousel-control-prev {
  right: 0;
  left: auto;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='150' height='150' viewBox='0 0 150 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M46.875 74.9997L93.75 28.1247L100.312 34.6872L60 74.9997L100.312 115.312L93.75 121.875L46.875 74.9997Z' fill='%231F3662'/%3E%3C/svg%3E%0A");
  background-position: 45% center;
}
.carousel-control-prev-inner {
  display: none;
  left: 0;
  margin-left: 1rem;
}
@media (max-width: 400px) {
  .carousel-control-prev-inner {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .carousel-control-prev-inner {
    display: block;
  }
}
.carousel-control-next {
  left: 0;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='150' height='150' viewBox='0 0 150 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M100.312 74.9996L53.4375 121.875L46.875 115.312L87.1875 74.9996L46.875 34.6871L53.4375 28.1246L100.312 74.9996Z' fill='%231F3662'/%3E%3C/svg%3E%0A");
  background-position: 65% center;
}
.carousel-control-next-inner {
  display: none;
  left: auto;
  right: 0;
  margin-right: 1rem;
}
@media (max-width: 400px) {
  .carousel-control-next-inner {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .carousel-control-next-inner {
    display: block;
  }
}

.choices {
  margin: 0;
  font-size: 1rem;
  max-width: 100%;
}
.choices__inner {
  padding-bottom: 0 !important;
}
.choices[data-type*=select-one]::after {
  border: 0;
  right: 0.9375rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../assets/chevron-down.svg");
  background-position: center;
  top: 28%;
}
.choices[data-type*=select-one].is-open::after {
  border: 0;
  right: 0.9375rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../assets/chevron-up.svg");
  background-position: center;
  top: 38%;
}
.choices[data-type*=select-one] .choices__button {
  margin-right: 45px;
  background-size: 0.625rem;
}
.choices__inner {
  display: flex;
  align-items: center;
  font-size: 1rem;
  padding: 0 0.9375rem;
  padding-top: 4px;
  border: 1px solid #1f3662;
  border-radius: 0;
  background: transparent;
  width: 100%;
  transition: box-shadow 0.2s ease-out, border-color 0.2s ease-out;
}
.is-open .choices__inner, .is-flipped.is-open .choices__inner {
  border-radius: 0;
  border: 1px solid #1f3662;
}
.is-focused .choices__inner {
  border: 1px solid #1f3662;
  box-shadow: 0 0 3px 0.1rem #1b6ee2;
  border-color: #1b6ee2;
}
[data-type*=select-multiple] .choices__inner {
  display: inline-block;
  padding-top: 0.5rem;
}
.choices[data-type*=select-multiple]:has(.u-choices-location) .choices__inner {
  padding-top: 4px;
  background-image: url("../assets/location.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: 0.9375rem 0.65rem;
  padding-left: 3rem;
}
.choices[data-type*=select-multiple]:has(.u-choices-type) .choices__inner {
  padding-top: 4px;
  background-image: url("../assets/heart.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: 0.9375rem 0.65rem;
  padding-left: 3rem;
}
.choices[data-type*=select-multiple] .choices__button {
  border-color: rgba(255, 255, 255, 0.5);
}
.choices__list--dropdown, .choices__list[aria-expanded] {
  border: 1px solid #1f3662;
  border-radius: 0;
  z-index: 3;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border: 1px solid #1f3662;
  border-radius: 0;
}
.choices__list .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #d6e7f3;
}
.choices__list--single {
  padding: 0 3.125rem 0 0;
}
.choices__list--single .choices__item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.choices__list--multiple {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.choices__list--multiple .choices__item {
  margin: 0;
  border-radius: 0;
  display: inline-flex;
  padding: 0.0625rem 0.625rem;
  background-color: #1f3662;
  border-color: #1f3662;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #df7021;
  border-color: #df7021;
}
.choices__input {
  background-color: transparent;
  font-size: 0.9375rem;
  margin: 0;
  padding-top: 0.4rem;
}

.custom-tooltip {
  --bs-tooltip-bg: #1f3662;
  --bs-tooltip-color: #fff;
}

.toast {
  --bs-toast-border-radius: 0;
  background-color: #ede8e4;
  border: 1px solid #c2afa8;
}
.toast .btn-close {
  background: transparent var(--bs-btn-close-bg) center/2em auto no-repeat;
}

.modal {
  font-family: "Nobile", sans-serif;
}
.modal-backdrop {
  --bs-backdrop-opacity: 0.75;
  background-color: #ede8e4;
}
.modal.show.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal.fade .modal-dialog {
  transform: scale(1.05);
}
.modal.c-search-overlay.fade .modal-dialog {
  transition: transform 0.2s ease-out;
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-content {
  border-radius: 0;
  border: 1px solid #c2afa8;
}
.modal-header {
  padding-right: 1.2rem;
  /* Heading/H4 */
  font-family: "Nobile", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 2.2rem */
}
.modal-header .btn-close {
  background: transparent var(--bs-btn-close-bg) center/1.8em auto no-repeat;
  --bs-btn-close-color: $color-primary-2;
}
.modal-footer {
  padding: 1.2rem;
  gap: 0.8rem;
}

.border-primary-subtle {
  border-color: #95c4df !important;
}

.mapboxgl-user-location-dot, .mapboxgl-user-location-dot::before {
  background-color: #df7021;
}
.mapboxgl-user-location-accuracy-circle {
  background-color: rgba(223, 112, 33, 0.2);
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {
  border-bottom: 7.5px solid #df7021;
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%231f3662'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23df7021'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23df7021'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23ff0000'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231f3662' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231f3662' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231f3662' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl-attrib-button:focus,
.mapboxgl-ctrl-group button:focus {
  box-shadow: 0 0 2px 2px #1b6ee2;
}

.mapboxgl-ctrl-group button:focus:focus-visible {
  box-shadow: 0 0 2px 2px #1b6ee2;
}

.mapboxgl-ctrl-group:not(:empty) {
  border: 1px solid rgba(31, 54, 98, 0.6);
  box-shadow: none;
}

.mapboxgl-ctrl-group {
  border-radius: 0;
}

.mapboxgl-ctrl-group button {
  height: 34px;
  padding: 2px;
  width: 34px;
  transition: background-color 0.2s ease-out;
}

/*---------------------------------------/*
 # ELEMENTS
/*---------------------------------------*/
body {
  /* Body/Regular */
  font-family: "Nobile", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 154.031%; /* 1.54031rem */
  color: #1f3662;
}

h1 {
  /* Heading/H1 */
  font-family: "Edensor", serif;
  font-size: 5.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h2 {
  /* Heading/H2 */
  font-family: "Edensor", serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  h2 {
    word-wrap: break-word;
    font-size: 2.5rem;
  }
}
@media (max-width: 420px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  /* Heading/H3 */
  font-family: "Nobile", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 155%; /* 2.7125rem */
  inline-size: 100%;
  overflow-wrap: break-word;
}

h4 {
  /* Heading/H4 */
  font-family: "Nobile", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 2.2rem */
}

.c-header--alt + main {
  min-height: 44rem;
  position: relative;
  z-index: 99;
}

a:not([class], .c-map a) {
  text-decoration: none;
  color: #1b6ee2;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  border-bottom: 1px solid #1b6ee2;
  transition: color 0.2s ease-out, border 0.2s ease-out;
}
a:not([class], .c-map a):hover {
  color: #1f3662;
  border-color: #1f3662;
}

/*---------------------------------------/*
 # OBJECTS
/*---------------------------------------*/
/*---------------------------------------/*
 # COMPONENTS
/*---------------------------------------*/
.c-btn-primary {
  display: inline-flex;
  padding: 0.75rem 1.5rem;
  font-family: "Nobile", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  background-color: #1b6ee2;
  color: #ede8e4;
  border: 1px solid #1b6ee2;
  text-decoration: none;
  line-height: normal;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border 0.2s ease-out;
}
.c-btn-primary:hover {
  background-color: #1f3662;
  border-color: #1f3662;
}
.c-btn-primary:focus-visible {
  outline-color: #1f3662;
}
.c-btn-primary--disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.c-btn-primary--disabled:hover {
  border-color: #1b6ee2;
  background-color: #1b6ee2;
  color: #ede8e4;
}
.c-btn-primary--accent {
  border-color: #df7021;
  background-color: #df7021;
  color: #ede8e4;
}
.c-btn-primary--accent:hover {
  border-color: #df3721;
  background-color: #df3721;
  color: #ede8e4;
}

.c-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-family: "Nobile", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #1f3662;
  color: #1f3662;
  text-decoration: none;
  line-height: normal;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.c-btn-secondary:hover, .c-btn-secondary--active {
  background-color: #1f3662;
  color: #ede8e4;
}
.c-btn-secondary:focus-visible {
  outline-color: #1b6ee2;
}
.c-btn-secondary--disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.c-btn-secondary--disabled:hover {
  background-color: transparent;
  color: #1f3662;
}
.c-btn-secondary--map {
  padding: 0.5rem 1rem;
}

.c-btn-tertiary {
  display: inline-flex;
  padding-bottom: 2px;
  font-family: "Nobile", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  background-color: transparent;
  color: #1f3662;
  text-decoration: none;
  line-height: normal;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  position: relative;
}
.c-btn-tertiary::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #1f3662;
  transition: transform 0.2s ease-out;
  transform: scaleX(0);
  transform-origin: left;
}
.c-btn-tertiary:hover::after {
  transform: scaleX(100%);
}
.c-btn-tertiary--disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.c-btn-tertiary--disabled::after {
  transform: scaleX(100%);
}

.c-link {
  text-decoration: none;
  color: #1f3662;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  transition: color 0.2s ease-out, border 0.2s ease-out;
}
.c-link:hover {
  color: #df7021;
}
.c-link__link {
  border-bottom: 1px solid #1f3662;
  transition: border 0.2s ease-out;
}
.c-link:hover .c-link__link {
  border-color: #df7021;
}

.c-nav {
  background-image: url("../assets/img/nav/nav-bg.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 170px;
  padding-top: 2.375rem;
  align-items: flex-start;
}
.c-nav__inner {
  gap: 3.375rem;
}
.c-nav__brand {
  width: min(196px, 100%);
  min-width: 100px;
  height: auto;
}
@media (max-width: 450px) {
  .c-nav__brand {
    width: calc(100% - 42px);
  }
}
@media (max-width: 400px) {
  .c-nav__toggle-placeholder {
    width: 32%;
  }
}
.c-nav__link {
  /* Nav link */
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  color: #1f3662;
  transition: color 0.2s ease-out, fill 0.2s ease-out;
}
.c-nav__link:hover {
  color: #df7021;
  fill: #df7021;
}
.c-nav__link--disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.c-nav__link--active {
  color: #df7021;
  fill: #df7021;
  font-weight: bold;
  filter: drop-shadow(1px 1px 1.5px rgba(237, 232, 228, 0.8)) drop-shadow(-1px -1px 1.5px rgba(237, 232, 228, 0.8)) drop-shadow(1px -1px 1.5px rgba(237, 232, 228, 0.8)) drop-shadow(-1px 1px 1.5px rgba(237, 232, 228, 0.8)) drop-shadow(1px 0px 1.5px rgba(237, 232, 228, 0.8)) drop-shadow(-1px 0px 1.5px rgba(237, 232, 228, 0.8)) drop-shadow(0px 1px 1.5px rgba(237, 232, 228, 0.8)) drop-shadow(0px -1px 1.5px rgba(237, 232, 228, 0.8));
}

.c-offcanvas__nav {
  gap: 0;
}
.c-offcanvas__nav-item {
  padding: 1rem 1rem;
  background: linear-gradient(90deg, white 3%, #bbd2f2 25%, transparent), linear-gradient(90deg, #1f3662, #1b6ee2 20%, #bbd2f2 55%, white 84%, white);
}
.c-offcanvas__nav-item:nth-child(odd) {
  background: linear-gradient(90deg, transparent, #bbd2f2 75%, white), linear-gradient(-90deg, #1f3662, #1b6ee2 20%, #bbd2f2 55%, white 84%, white);
}
.c-offcanvas__nav-item .c-nav__link--active {
  filter: drop-shadow(1px 1px 1.5px rgba(237, 232, 228, 0.3)) drop-shadow(-1px -1px 1.5px rgba(237, 232, 228, 0.3)) drop-shadow(1px -1px 1.5px rgba(237, 232, 228, 0.3)) drop-shadow(-1px 1px 1.5px rgba(237, 232, 228, 0.3)) drop-shadow(1px 0px 1.5px rgba(237, 232, 228, 0.3)) drop-shadow(-1px 0px 1.5px rgba(237, 232, 228, 0.3)) drop-shadow(0px 1px 1.5px rgba(237, 232, 228, 0.3)) drop-shadow(0px -1px 1.5px rgba(237, 232, 228, 0.3));
}
.c-offcanvas__pillar {
  position: absolute;
  right: 7px;
  min-height: 300px;
  height: calc(100vh - 80px);
  max-height: 1000px;
  top: 84%;
  pointer-events: none;
}

.c-header {
  color: #1f3662;
  height: 35.938rem;
  background: radial-gradient(59.03% 50.85% at 49.97% 48.48%, #ede8e4 0%, rgba(237, 232, 228, 0.5) 70.66%, rgba(237, 232, 228, 0) 113.4%), url("../assets/img/header/stripes.svg");
  background-size: 100% 83%, cover;
  background-position: top, center;
  background-repeat: no-repeat;
  overflow-x: clip;
}
@media (min-width: 576px) {
  .c-header {
    height: 100vw;
    background: radial-gradient(58.03% 62.85% at 49.97% 48.48%, #ede8e4 0%, rgba(237, 232, 228, 0.5) 72.66%, rgba(237, 232, 228, 0) 100.4%), url("../assets/img/header/stripes.svg");
    background-size: 100% 83%, 100% 100vw;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) {
  .c-header {
    background: radial-gradient(52.03% 41.85% at 49.97% 48.48%, #ede8e4 0%, rgba(237, 232, 228, 0.5) 63.66%, rgba(237, 232, 228, 0) 100.4%), url("../assets/img/header/stripes.svg");
    background-size: 100% 83%, 100% 100vw;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1400px) {
  .c-header {
    height: 56.875rem;
    background: radial-gradient(56.23% 53.85% at 50.97% 50.48%, #ede8e4 0%, rgba(237, 232, 228, 0.5) 63.66%, rgba(237, 232, 228, 0) 100.4%), url("../assets/img/header/stripes.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
.c-header__pillar-l {
  position: absolute;
  pointer-events: none;
  height: 33.05rem;
  top: -6.2%;
  transform: translateX(-73%);
}
@media (min-width: 576px) {
  .c-header__pillar-l {
    height: 92.4vw;
    top: -2.375rem;
  }
}
@media (min-width: 620px) {
  .c-header__pillar-l {
    height: 92vw;
    top: -2.375rem;
  }
}
@media (min-width: 768px) {
  .c-header__pillar-l {
    height: 90.7vw;
    top: -2.375rem;
  }
}
@media (min-width: 860px) {
  .c-header__pillar-l {
    height: 90.2vw;
    top: -2.375rem;
  }
}
@media (min-width: 920px) {
  .c-header__pillar-l {
    height: 90vw;
    top: -2.375rem;
  }
}
@media (min-width: 992px) {
  .c-header__pillar-l {
    height: 89.6vw;
    top: -2.375rem;
  }
}
@media (min-width: 1100px) {
  .c-header__pillar-l {
    height: 89.2vw;
    top: -2.375rem;
  }
}
@media (min-width: 1200px) {
  .c-header__pillar-l {
    height: 88.9vw;
    top: -2.375rem;
  }
}
@media (min-width: 1400px) {
  .c-header__pillar-l {
    transform: translateX(0);
    height: 90%;
  }
}
.c-header__pillar-r {
  position: absolute;
  right: 0;
  pointer-events: none;
  height: 33.05rem;
  top: -6.2%;
  transform: translateX(66%);
}
@media (min-width: 576px) {
  .c-header__pillar-r {
    height: 92.4vw;
    top: -2.375rem;
  }
}
@media (min-width: 620px) {
  .c-header__pillar-r {
    height: 92vw;
    top: -2.375rem;
  }
}
@media (min-width: 768px) {
  .c-header__pillar-r {
    height: 90.7vw;
    top: -2.375rem;
  }
}
@media (min-width: 860px) {
  .c-header__pillar-r {
    height: 90.2vw;
    top: -2.375rem;
  }
}
@media (min-width: 920px) {
  .c-header__pillar-r {
    height: 90vw;
    top: -2.375rem;
  }
}
@media (min-width: 992px) {
  .c-header__pillar-r {
    height: 89.6vw;
    top: -2.375rem;
  }
}
@media (min-width: 1100px) {
  .c-header__pillar-r {
    height: 89.2vw;
    top: -2.375rem;
  }
}
@media (min-width: 1200px) {
  .c-header__pillar-r {
    height: 88.9vw;
    top: -2.375rem;
  }
}
@media (min-width: 1400px) {
  .c-header__pillar-r {
    transform: translateX(0);
    height: 90%;
  }
}
.c-header__title {
  /* Display 1 */
  font-family: "Edensor", serif;
  font-size: 6.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 8.75rem */
}
@media (max-width: 1199px) {
  .c-header__title {
    line-height: 120%;
    font-size: 5rem;
  }
}
@media (max-width: 991px) {
  .c-header__title {
    font-size: 4.5rem;
  }
}
@media (max-width: 767px) {
  .c-header__title {
    font-size: 3.5rem;
  }
}
@media (max-width: 575px) {
  .c-header__title {
    font-size: 3.5rem;
  }
}
@media (max-width: 420px) {
  .c-header__title {
    font-size: 2.5rem;
  }
}
.c-header__body {
  /* Body/Regular Lg */
  font-family: "Nobile", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 154.031%; /* 1.92538rem */
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .c-header__body {
    font-size: 1rem;
  }
}
.c-header__btn-wrapper {
  margin-bottom: 6rem;
  text-align: center;
}
@media (min-width: 420px) {
  .c-header__btn-wrapper {
    margin-bottom: 5rem;
  }
}
@media (min-width: 576px) {
  .c-header__btn-wrapper {
    margin-bottom: 3rem;
  }
}
.c-header--alt {
  height: 19.0625rem;
  background: url("../assets/img/header/stripes-alt.svg");
  background-size: 100% 100%;
  position: relative;
  margin-bottom: -8rem;
}
.c-header--alt .c-header__title {
  /* Heading/H1 */
  font-family: "Edensor", serif;
  font-size: 5.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 3.6rem;
}
@media (max-width: 1199px) {
  .c-header--alt .c-header__title {
    line-height: 120%;
    font-size: 5rem;
    padding-top: 4.2rem;
  }
}
@media (max-width: 991px) {
  .c-header--alt .c-header__title {
    font-size: 4.5rem;
    padding-top: 4.7rem;
  }
}
@media (max-width: 767px) {
  .c-header--alt .c-header__title {
    font-size: 3.5rem;
    padding-top: 5.7rem;
  }
}
@media (max-width: 575px) {
  .c-header--alt .c-header__title {
    font-size: 3.5rem;
  }
}
@media (max-width: 420px) {
  .c-header--alt .c-header__title {
    font-size: 2.5rem;
    padding-top: 4rem;
  }
}
.c-header--alt .c-header__fade {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 26.64%, #fff 75.29%);
}
.c-header--alt .c-header__pillar-l {
  top: -1.875rem;
  display: block;
  transform: translateX(-62%);
  height: 40.025rem;
}
@media (min-width: 1200px) {
  .c-header--alt .c-header__pillar-l {
    transform: translateX(-50%);
    height: 56.625rem;
  }
}
.c-header--alt .c-header__pillar-r {
  top: -1.875rem;
  display: block;
  transform: translateX(64%);
  height: 40.025rem;
}
@media (min-width: 1200px) {
  .c-header--alt .c-header__pillar-r {
    transform: translateX(50%);
    height: 56.625rem;
  }
}
.c-header--alt-detail {
  margin-bottom: -16.55rem;
}

.c-section {
  padding: 5.5rem 0;
}
.c-section__title {
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
  color: #1f3662;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .c-section__title {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 575px) {
  .c-section__title {
    margin-bottom: 1.5rem;
  }
}
.c-section__title::before, .c-section__title::after {
  content: "";
  flex: 1 0 0;
  height: 1px;
  background-color: #c2afa8;
}
.c-section__title-sm {
  /* Heading/H3 */
  font-family: "Nobile", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 155%; /* 2.7125rem */
  display: flex;
  padding-bottom: 0.3125rem;
  margin-bottom: 1.5rem;
  align-items: flex-start;
  gap: 0.625rem;
  align-self: stretch;
  border-bottom: 1px solid #95c4df;
}
.c-section--left .c-section__title {
  text-align: left;
}
.c-section--left .c-section__title::before {
  display: none;
}

.c-card {
  font-family: "Nobile", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.3125rem;
}
.c-card:hover .c-card__top-content {
  transform: translate(0.625rem, -0.625rem);
}
.c-card__top {
  aspect-ratio: 150/200;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.3125rem;
  align-self: stretch;
  border-radius: 18.75rem 18.75rem 0rem 0rem;
  background: linear-gradient(30deg, #284177 0%, #006abd 20%, #80c8ee 55%, #ede8e4 85%, #c2afa8 100%);
}
.c-card__top-content {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.2s ease-out;
  position: relative;
}
.c-card__img {
  flex: 1 1 0;
  align-self: stretch;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: calc(100% - 40px);
  border-radius: 18.75rem 18.75rem 0rem 0rem;
  background: url("../assets/img/img-placeholder.svg") center/cover no-repeat;
  min-height: 0;
}
.c-card__info {
  display: flex;
  padding: 0.625rem;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  background-color: #d6e7f3;
  color: #1f3662;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1399px) {
  .c-card__info {
    flex-direction: column;
    font-size: 1rem;
    gap: 0.4rem;
  }
}
.c-card__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3125rem;
  align-self: stretch;
}
.c-card__title {
  margin: 0;
  align-self: stretch;
  color: #1f3662;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 2.25rem */
}
.c-card__location {
  align-self: stretch;
  color: #df7021;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 147.982%; /* 1.47981rem */
}

.c-cta {
  position: relative;
  color: #1f3662;
  padding: 4rem 0;
  background: url("../assets/img/cta/vertical-stripes.svg"), linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.87) 9.5%, rgba(255, 255, 255, 0) 39%);
  background-repeat: no-repeat;
  background-size: 60% 100%, 50% auto;
  background-position: left, right;
}
@media (max-width: 991px) {
  .c-cta {
    background: url("../assets/img/cta/vertical-stripes-rotate.svg"), linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.87) 9.5%, rgba(255, 255, 255, 0) 44%);
    background-repeat: no-repeat;
    background-position: top, bottom;
    background-size: auto 50%, 100% 50%;
    padding-bottom: 24rem;
  }
}
@media (max-width: 767px) {
  .c-cta {
    padding-bottom: 25rem;
  }
}
@media (max-width: 575px) {
  .c-cta {
    padding-bottom: 32rem;
  }
}
.c-cta__text {
  margin-bottom: 2rem;
}
.c-cta__img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (max-width: 991px) {
  .c-cta__img {
    width: 100%;
    height: 50%;
    bottom: 0;
    top: auto;
  }
}
.c-cta--reverse {
  background: url("../assets/img/cta/vertical-stripes-reverse.svg"), linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0.87) 9.5%, rgba(255, 255, 255, 0) 39%);
  background-repeat: no-repeat;
  background-size: 60% 100%, 50% auto;
  background-position: right, left;
}
@media (max-width: 991px) {
  .c-cta--reverse {
    background: url("../assets/img/cta/vertical-stripes-rotate.svg"), linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.87) 9.5%, rgba(255, 255, 255, 0) 44%);
    background-repeat: no-repeat;
    background-position: top, bottom;
    background-size: 100% 50%, 100% 50.1%;
    padding-bottom: 24rem;
  }
}
@media (max-width: 767px) {
  .c-cta--reverse {
    padding-bottom: 25rem;
  }
}
@media (max-width: 575px) {
  .c-cta--reverse {
    background-size: auto 50%, 100% 50%;
    padding-bottom: 32rem;
  }
}
.c-cta--reverse .c-cta__img {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  height: 100%;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (max-width: 991px) {
  .c-cta--reverse .c-cta__img {
    width: 100%;
    height: 50%;
    bottom: 0;
    top: auto;
  }
}

.c-carousel__img {
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  flex: 1 0 0;
  width: 100%;
  max-height: 100%;
}
.c-carousel__item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-carousel__prev-thumb {
  position: absolute;
  bottom: 0;
  right: 1.875rem;
  width: 12.25rem;
  height: 17.625rem;
  background-color: #df7021;
  border-radius: 12.5rem 12.5rem 0rem 0rem;
  opacity: 0.5;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .c-carousel__prev-thumb {
    right: 25px;
    width: 156.8px;
    height: 225.6px;
  }
}
.c-carousel__prev-thumb-inner {
  height: 100%;
}
.c-carousel__next-thumb {
  position: absolute;
  bottom: 0;
  left: 1.875rem;
  width: 12.25rem;
  height: 17.625rem;
  background-color: #df7021;
  border-radius: 12.5rem 12.5rem 0rem 0rem;
  opacity: 0.5;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .c-carousel__next-thumb {
    left: 25px;
    width: 156.8px;
    height: 225.6px;
  }
}
.c-carousel__next-thumb-inner {
  height: 100%;
}
.c-carousel__caption {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #95c4df;
  font-family: "Nobile", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.5rem;
  width: 100%;
  bottom: 0;
  position: absolute;
}
@media (max-width: 575px) {
  .c-carousel__caption {
    font-size: 3.5vw;
    padding: 0.2rem;
  }
}

@media (min-width: 992px) {
  .c-sfeerbeelden {
    height: 34.0625rem;
  }
}
.c-sfeerbeelden__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.c-sfeerbeelden__col {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.c-news-item {
  color: #1f3662;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.c-news-item:hover .c-news-item__img {
  border-bottom: 0.625rem solid;
  border-image-slice: 1;
  border-width: 0.625rem;
  border-image-source: linear-gradient(to right, #1f3662, #1b6ee2, #95c4df, white);
}
.c-news-item__img {
  aspect-ratio: 16/10;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
  transition: border 0.15s ease-out allow-discrete;
}
.c-news-item__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3125rem;
  align-self: stretch;
}
.c-news-item__date {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  opacity: 0.75;
}

.c-newsletter {
  color: #1f3662;
  background-color: #d6e7f3;
  border-top: 1px solid #95c4df;
  padding: 3.5rem 0;
}

.c-input {
  display: inline-flex;
  width: 100%;
}
@media (max-width: 425px) {
  .c-input {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.c-input__inner {
  background-color: white;
  border: 1px solid #1f3662;
  min-height: 2.625rem;
  height: 100%;
  width: 100%;
  padding: 0 0.9375rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  transition: box-shadow 0.15s ease-out, border 0.15s ease-out;
}
.c-input__inner:has(> input:focus), .c-input__inner:has(> select:focus), .c-input__inner:has(> textarea:focus) {
  box-shadow: 0 0 3px 0.1rem #1b6ee2;
  border-color: #1b6ee2;
}
.c-input__inner:has(input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus) {
  background-color: #f6f4f2;
}
.c-input__input, .c-input__select {
  border: 0;
  outline: 0;
  flex: 1 0 0;
  width: 100%;
  color: #1f3662;
}
.c-input__input::-moz-placeholder, .c-input__select::-moz-placeholder {
  font-size: 0.9375rem;
  color: rgba(31, 54, 98, 0.5);
}
.c-input__input::placeholder, .c-input__select::placeholder {
  font-size: 0.9375rem;
  color: rgba(31, 54, 98, 0.5);
}
.c-input__input:-webkit-autofill, .c-input__input:-webkit-autofill:hover, .c-input__input:-webkit-autofill:focus {
  -webkit-text-fill-color: #1f3662;
  -webkit-box-shadow: 0 0 0px 40rem #f6f4f2 inset;
}
.c-input__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-input__select option {
  color: black;
}
.c-input__select option:disabled {
  color: gray;
}

.c-footer {
  color: #1f3662;
  background-color: #ede8e4;
  border-top: 1px solid #95c4df;
  padding: 3rem 0;
}
.c-footer__logo {
  margin-bottom: 2rem;
}
.c-footer__desc {
  /* Body/Regular Sm */
  font-family: "Nobile", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 164.967%; /* 1.44344rem */
}
.c-footer__head {
  /* Body/Regular Lg */
  font-family: "Nobile", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 154.031%; /* 1.92538rem */
  margin-bottom: 1.5rem;
}
.c-footer__pattern {
  height: 1.8125rem;
  width: 100%;
  background-image: url("../assets/img/footer/pattern.svg");
}
@media (min-width: 576px) {
  .c-footer__pattern {
    background-size: auto 100%;
  }
}
.c-footer__howest {
  width: 6rem;
}

.c-social-btn {
  display: inline-flex;
  padding: 0.5rem;
  align-items: flex-start;
  border: 1px solid #1f3662;
  color: #1f3662;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.c-social-btn:hover {
  background-color: #1f3662;
  color: #ede8e4;
}

.c-filter {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
.c-filter__title {
  /* Body/Regular Lg */
  font-family: "Nobile", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 154.031%; /* 1.92538rem */
}
.c-filter__group {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 510px) {
  .c-filter__group {
    gap: 1rem;
  }
}

.c-day-select {
  margin-left: -0.0625rem;
}
.c-day-select__input {
  display: none;
}
.c-day-select__label {
  display: inline-flex;
  padding: 0.75rem 1.5rem;
  font-family: "Nobile", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #1f3662;
  color: #1f3662;
  text-decoration: none;
  line-height: normal;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  cursor: pointer;
  margin-bottom: 0.3125rem;
}
.c-day-select__label:hover, .c-day-select__input:checked + .c-day-select__label {
  background-color: #1f3662;
  color: #ede8e4;
}
.c-day-select__label:focus-visible {
  outline-color: #1b6ee2;
}
.c-day-select__label--disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.c-day-select__label--disabled:hover {
  background-color: transparent;
  color: #1f3662;
}

.c-pagination {
  font-family: "Nobile", sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 2.5rem;
}
.c-pagination__btn {
  display: flex;
  padding: 0.5rem;
  justify-content: center;
  align-items: flex-start;
  border: 1px solid #1f3662;
  color: #1f3662;
  text-decoration: none;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  text-align: center;
  /* Nav link */
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.c-pagination__btn-page {
  min-width: 1.5rem;
  min-height: 1.5rem;
  flex: 1 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination__btn--active, .c-pagination__btn:hover {
  background-color: #1f3662;
  color: #ede8e4;
}
.c-pagination__btn--active {
  pointer-events: none;
  cursor: default;
}
.c-pagination__btn--disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.c-pagination__pages {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
.c-pagination__wrapper {
  display: flex;
  gap: 0.8rem;
  align-items: flex-end;
}
@media (max-width: 575px) {
  .c-pagination__wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.c-quick-links {
  display: inline-flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: center;
}

.c-faq {
  text-decoration: none;
  color: #1f3662;
  display: flex;
  padding-bottom: 0.3125rem;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
  border-bottom: 1px solid #95c4df;
  cursor: pointer;
  min-height: 7rem;
}
.c-faq svg {
  transition: transform 0.2s ease-out;
}
.c-faq[aria-expanded=true] svg {
  transform: rotate(180deg);
}

.c-info-block {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 3rem 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  text-align: center;
  border: 2px solid #95c4df;
  background-image: url("../assets/img/box/stripes.svg");
  background-size: auto 100%;
  background-position: center;
}
.c-info-block__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5625rem;
  align-self: stretch;
}
@media (min-width: 577px) {
  .c-info-block__inner h3 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.c-image {
  width: 100%;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.c-image--door, .c-image--door-reverse {
  height: 100%;
  aspect-ratio: 4/5;
  border-radius: 31.25rem 31.25rem 0 0;
}
.c-image--oval {
  height: 25rem;
  -webkit-clip-path: ellipse(50% 50% at 50% 50%);
          clip-path: ellipse(50% 50% at 50% 50%);
}

.c-image__outer {
  position: relative;
}
.c-image__outer:has(.c-image)::after:not([class*=c-image--]) {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #95c4df;
  left: -0.9375rem;
  bottom: -0.9375rem;
  z-index: -1;
}
.c-image__outer .c-image.c-image--door {
  filter: drop-shadow(16px 16px 0px white) drop-shadow(2px 2px 0px #95c4df);
}
.c-image__outer .c-image.c-image--door-reverse {
  filter: drop-shadow(-16px 16px 0px white) drop-shadow(-2px 2px 0px #95c4df);
}

.c-image__outer:has(.c-image--oval) {
  filter: drop-shadow(-16px 16px 0px white) drop-shadow(-2px 2px 0px #95c4df);
}

.c-checkbox__input {
  display: none;
}
.c-checkbox__input:checked + .c-checkbox__label {
  background-color: #df7021;
  border-color: #df7021;
  color: #fff;
}
.c-checkbox__label {
  display: inline-flex;
  padding: 0.6rem 1.2rem;
  font-family: "Nobile", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #1f3662;
  color: #1f3662;
  text-decoration: none;
  line-height: normal;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  cursor: pointer;
}
.c-checkbox__label:hover {
  background-color: #1f3662;
  color: #ede8e4;
}
.c-checkbox__label:focus-visible {
  outline-color: #1b6ee2;
}
.c-checkbox__label--disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.c-checkbox__label--disabled:hover {
  background-color: transparent;
  color: #1f3662;
}

.c-map {
  min-height: 30rem;
  background-color: #d6e7f3;
  position: relative;
}
.c-map__marker {
  fill: #1f3662;
}
.c-map__marker--active {
  pointer-events: none !important;
}
.c-map__marker--active svg path {
  fill: #df7021;
}

.c-location-menu {
  height: 30rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease-out;
  background-color: #d6e7f3;
}
@media (max-width: 767px) {
  .c-location-menu {
    display: none;
  }
}
.c-location-menu:has(.collapse-horizontal.collapsing[style*=width], .collapse-horizontal.collapse.show) ~ .c-map .c-btn-secondary--map {
  background-color: #1f3662;
  border-color: #1f3662;
  color: #fff;
}
.c-location-menu__menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem 1.2rem;
  gap: 1.5rem;
  position: absolute;
  z-index: 1;
}
@media (max-width: 767px) {
  .c-location-menu__menu {
    display: none;
  }
}
.c-location-menu__list-wrapper {
  overflow: hidden;
}
.c-location-menu__list-wrapper:has(.collapse.collapse-horizontal.show), .c-location-menu__list-wrapper:has(.collapse-horizontal.collapsing[style*=width]) {
  overflow-y: scroll;
  z-index: 2;
}
.c-location-menu__list {
  background-color: #d6e7f3;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  padding: 1rem 1.2rem;
  width: 18rem;
  height: 100%;
}
.c-location-menu__location {
  display: flex;
  padding: 0.625rem 0.4rem;
  align-items: flex-start;
  gap: 0.625rem;
  align-self: stretch;
  color: #1f3662;
  text-decoration: none;
  border-bottom: 1px solid #1f3662;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.c-location-menu__location:hover {
  color: #ede8e4;
  background-color: #1f3662;
}
.c-location-menu__location:last-child {
  border-bottom: 0;
}
.c-location-menu__location--active {
  background-color: #df7021;
  color: #fff;
}
.c-location-menu__location--active:hover {
  background-color: #df7021;
  color: #fff;
}

.c-location-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease-out;
  background-color: #ede8e4;
  box-shadow: inset 1px 0px 0px 0px #c2afa8;
}
@media (max-width: 767px) {
  .c-location-info {
    display: none;
  }
}
.c-location-info__inner-wrapper {
  overflow: hidden;
}
.c-location-info__inner {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  padding: 1rem 1.2rem;
  width: 18rem;
  height: 100%;
}
.c-location-info__location {
  display: flex;
  padding: 0.625rem 0.4rem;
  align-items: flex-start;
  gap: 0.625rem;
  align-self: stretch;
  color: #1f3662;
  text-decoration: none;
  border-bottom: 1px solid #1f3662;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.c-location-info__location:hover {
  color: #ede8e4;
  background-color: #1f3662;
}
.c-location-info__location:last-child {
  border-bottom: 0;
}
.c-location-info__location--active {
  background-color: #df7021;
  color: #fff;
}
.c-location-info__location--active:hover {
  background-color: #df7021;
  color: #fff;
}

.c-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 0.4375rem;
  color: #1f3662;
  margin-bottom: 2.275rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .c-breadcrumb {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 575px) {
  .c-breadcrumb {
    margin-bottom: 1.3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .c-breadcrumb {
    padding-left: 2rem;
  }
}
.c-breadcrumb__link {
  /* Body/Regular Sm */
  font-family: "Nobile", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 164.967%; /* 1.44344rem */
  color: #1f3662;
  text-decoration: none;
  transition: color 0.2s ease-out;
}
.c-breadcrumb__link:hover {
  color: #df7021;
}
.c-breadcrumb__current {
  /* Body/Regular Sm */
  font-family: "Nobile", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 164.967%; /* 1.44344rem */
  color: #df7021;
}

@media (min-width: 992px) {
  .c-detail-img {
    min-height: 28rem;
  }
}
@media (max-width: 991px) {
  .c-detail-img {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .c-detail-img {
    padding-left: 2rem;
  }
}
.c-detail-img__inner {
  position: relative;
  aspect-ratio: 121/82;
  width: 100%;
}
.c-detail-img__wrapper {
  display: block;
  position: absolute;
  width: 97.115%;
  height: 98.958%;
  right: 0;
}
.c-detail-img__wrapper::after {
  content: "";
  position: absolute;
  border: 2px solid #95c4df;
  width: 100%;
  height: 100%;
  bottom: -4.104%;
  left: -2.504%;
  z-index: -1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .c-detail-img--reverse.c-detail-img {
    padding-right: 2rem;
  }
}
.c-detail-img--reverse.c-detail-img .c-detail-img__wrapper {
  display: block;
  position: absolute;
  width: 97.115%;
  height: 98.958%;
  right: 0;
}
.c-detail-img--reverse.c-detail-img .c-detail-img__wrapper::after {
  content: "";
  position: absolute;
  border: 2px solid #95c4df;
  width: 100%;
  height: 100%;
  bottom: -4.104%;
  left: 2.504%;
  z-index: -1;
}

@media (min-width: 992px) {
  .c-detail-info {
    margin-top: -2.1rem;
  }
}
.c-detail-info__title {
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
  word-break: break-word;
}
@media (max-width: 575px) {
  .c-detail-info__title {
    line-height: 1.2;
    font-size: 3rem;
    word-wrap: break-word;
  }
}
.c-detail-info__location {
  /* Heading/H4 */
  font-family: "Nobile", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 2.2rem */
  display: inline-block;
  margin: 0;
  color: #df7021;
  text-decoration: none;
  margin-bottom: 1.25rem;
  transition: -webkit-text-decoration 0.2s ease-out;
  transition: text-decoration 0.2s ease-out;
  transition: text-decoration 0.2s ease-out, -webkit-text-decoration 0.2s ease-out;
  position: relative;
}
.c-detail-info__location::after {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #df7021;
  transition: width 0.2s ease-out;
}
.c-detail-info__location:hover::after {
  width: 100%;
}
@media (max-width: 767px) {
  .c-detail-info__location {
    margin: 1rem 0;
    font-size: 1.1rem;
  }
}
.c-detail-info__date {
  /* Body/Regular Lg */
  font-family: "Nobile", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 154.031%; /* 1.92538rem */
  margin-bottom: 0rem;
}
@media (max-width: 991px) {
  .c-detail-info__date {
    font-size: 1.1rem;
  }
}
.c-detail-info__time {
  /* Body/Regular Lg */
  font-family: "Nobile", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 154.031%; /* 1.92538rem */
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .c-detail-info__time {
    font-size: 1.1rem;
  }
}
.c-detail-info__fav-btn {
  text-decoration: none;
  color: #1f3662;
  /* Body/Regular Sm */
  font-family: "Nobile", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 164.967%; /* 1.44344rem */
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  margin-bottom: 1.8rem;
}
.c-detail-info__fav-btn--active {
  color: #df7021;
  cursor: default;
}
@media (max-width: 991px) {
  .c-detail-info--reverse {
    margin-top: -1.6rem;
  }
}
@media (max-width: 576px) {
  .c-detail-info--reverse {
    margin-top: -0.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .c-detail-info--reverse {
    padding-left: 2rem;
  }
}

.c-categorie {
  /* Body/Regular */
  font-family: "Nobile", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 154.031%; /* 1.54031rem */
  line-height: 1;
  display: inline-flex;
  padding: 0.3rem 0.6rem;
  padding-top: 0.5rem;
  background-color: #d6e7f3;
  font-weight: 500;
  font-size: 0.9375rem;
  text-decoration: none;
  color: #1f3662;
}
.c-categorie--sm {
  font-size: 0.75rem;
}

.c-map-layer {
  padding: 0.6rem;
  background-color: #c2afa8;
  cursor: pointer;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease-out;
}
.c-map-layer:hover {
  background-color: #d2c3be;
}
.c-map-layer--active {
  background-color: #1b6ee2;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.c-map-layer--active:hover {
  background-color: #327ee9;
}
.c-map-layer:last-child {
  border: 0;
}

.table {
  font-family: "Nobile", sans-serif;
  color: #1f3662;
}
.table > thead > tr > th {
  background-color: #1f3662;
  color: #ede8e4;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 1.75rem 1.25rem 1.5rem 1.5rem;
}
.table tbody > tr > * {
  font-size: 1rem;
  padding: 1.1rem;
  padding-left: 1.5rem;
  padding-bottom: 0.9rem;
  border-color: #d6e7f3;
  color: #1f3662;
}
.table tbody > tr:nth-child(odd) > * {
  background-color: #d6e7f3;
}

.c-action-btn {
  text-decoration: none;
  display: inline-block;
}
.c-action-btn__edit {
  color: #1b6ee2;
}
.c-action-btn__edit:hover {
  color: rgb(48, 89, 165);
}
.c-action-btn__delete {
  color: #df7021;
}
.c-action-btn__delete:hover {
  color: #df3721;
}

.c-activiteit-status {
  top: 1.5rem;
  padding: 0.5rem;
  padding-bottom: 0rem;
  background-color: #d6e7f3;
  color: #1f3662;
  font-weight: 500;
  border: 1px solid #95c4df;
  padding-top: 0.2rem;
  text-align: center;
}
.c-activiteit-status--starting-soon {
  background-color: #d6e7f3;
  border-color: #95c4df;
  color: #1f3662;
}
.c-activiteit-status--ongoing {
  background-color: #1f3662;
  color: #ede8e4;
  border-color: #df7021;
}
.c-activiteit-status--ended {
  background-color: #ede8e4;
  border-color: #c2afa8;
}

/*---------------------------------------/*
 # UTILITIES
/*---------------------------------------*/
.h-33 {
  height: 33%;
}

.u-row-gap-5r {
  row-gap: 5rem;
}

.u-gap-0-8r {
  gap: 0.8rem;
}

.u-body-lg {
  /* Body/Regular Lg */
  font-family: "Nobile", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 154.031%; /* 1.92538rem */
}
@media (max-width: 575px) {
  .u-body-lg {
    /* Body/Regular */
    font-family: "Nobile", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 154.031%; /* 1.54031rem */
  }
}

.u-h-25r {
  height: 25rem;
}

.u-fs-7 {
  font-size: 0.875rem;
}

.u-fs-8 {
  font-size: 0.75rem;
}

.u-sr-only {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.u-mw-6r {
  min-width: 6rem;
}

.u-text-overflow {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.u-mb-2r {
  margin-bottom: 2rem;
}

.u-pb-2r {
  padding-bottom: 2rem;
}

.u-text-primary-2 {
  color: #1f3662;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .u-overflow-fix-left {
    padding-left: 2rem;
  }
  .u-overflow-fix-right {
    padding-right: 2rem;
  }
}