@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-auto {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 0) {
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@font-face {
  font-family: "Mayonice";
  src: url("../font/Mayonice.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Slab";
  src: url("../font/Museo_Slab_100.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Slab";
  src: url("../font/Museo_Slab_100italic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Slab";
  src: url("../font/Museo_Slab_300.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Slab";
  src: url("../font/Museo_Slab_300italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Slab";
  src: url("../font/Museo_Slab_500.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Slab";
  src: url("../font/Museo_Slab_500italic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Slab";
  src: url("../font/Museo_Slab_700.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Slab";
  src: url("../font/Museo_Slab_700italic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Slab";
  src: url("../font/Museo_Slab_900.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Slab";
  src: url("../font/Museo_Slab_900italic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Slab";
  src: url("../font/Museo_Slab_1000.otf") format("opentype");
  font-weight: 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Slab";
  src: url("../font/Museo_Slab_1000italic.otf") format("opentype");
  font-weight: 1000;
  font-style: italic;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Museo Slab", serif;
}

.custom-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.custom-container .col-12 {
  padding: 0;
}

.slider-container {
  margin-left: calc((100% - 1440px) / 2);
}

.container {
  max-width: 1440px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: 48px;
}

.handwritten {
  font-family: "Mayonice", cursive;
  font-weight: 400;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: 0.2s ease-in;
}
a:hover {
  text-decoration: none;
}

p {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

:focus {
  outline: none !important;
}

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

@media screen and (max-width: 1440px) {
  .slider-container {
    margin-left: calc((100% - 1200px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .slider-container {
    width: 100%;
    padding-right: 15px;
    max-width: 1440px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
.ff-btn {
  border: none;
  font-family: "Museo Slab", serif;
  height: 50px;
  cursor: pointer;
}

.button.primary {
  padding: 10px 16px;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background-color: #db3a3a;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button.primary img {
  width: 20px;
  height: 20px;
}
.button.primary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #87cedc;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.button.primary:hover::before {
  transform: scaleX(1);
}
.button.primary > * {
  position: relative;
}
.button.secondary {
  padding: 10px 16px;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #000;
  background-color: #87cedc;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button.secondary img {
  width: 20px;
  height: 20px;
}
.button.secondary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #db3a3a;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.button.secondary:hover::before {
  transform: scaleX(1);
}
.button.secondary > * {
  position: relative;
}
.button.tertiary {
  padding: 10px 16px;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background-color: #656256;
  font-size: 16px;
}
.button.tertiary img {
  width: 20px;
  height: 20px;
}
.button.tertiary:hover {
  background-color: rgb(73.4545454545, 71.2727272727, 62.5454545455);
}

.block-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 55px 0px;
  color: #fff;
  background-color: #09131c;
  transition: padding-bottom 0.5s ease-in-out 0.3s, padding 0.3s ease-in-out;
  overflow: hidden;
}
.block-header.minimized {
  padding: 24px 0px;
  border-top: 20px solid #817F75;
  position: relative;
}
.block-header.minimized .header-logo {
  width: 300px;
  height: 72px;
}
.block-header.minimized.offcanvas_open .line {
  display: none;
}
.block-header.expanded {
  padding-bottom: 100vh;
}
.block-header .header-logo {
  width: 384px;
  height: 92px;
}
.block-header .line {
  position: absolute;
  height: 1px;
  width: 200%;
  background: #8ACCDB;
  transform: translateX(-16%) rotate(290deg);
  left: 0;
  bottom: 0;
}
.block-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.block-header__wrapper .menu-main-menu-container ul {
  display: flex;
  gap: 60px;
}
.block-header__wrapper .menu-main-menu-container ul .current-menu-item a {
  color: #87cedc;
}
.block-header__wrapper .burger-trigger {
  position: relative;
  width: 39px;
  z-index: 15;
  cursor: pointer;
  background: #DBD9D1;
  display: flex;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  align-items: center;
}
.block-header__wrapper .burger-trigger span {
  width: 16px;
  height: 2px;
  background-color: #000;
  transition-duration: 0.3s;
  border-radius: 1px;
}
.block-header__wrapper .burger-trigger span:first-child {
  top: 20px;
}
.block-header__wrapper .burger-trigger span.center {
  top: calc(50% - 2px);
}
.block-header__wrapper .burger-trigger span:last-child {
  bottom: 20px;
}
.block-header__wrapper .burger-trigger.burger-active span {
  position: relative;
}
.block-header__wrapper .burger-trigger.burger-active span:nth-of-type(1) {
  rotate: -135deg;
  top: 6.5px;
}
.block-header__wrapper .burger-trigger.burger-active span.center {
  opacity: 0;
}
.block-header__wrapper .burger-trigger.burger-active span:nth-of-type(3) {
  rotate: 135deg;
  bottom: 5.5px;
}
.block-header__buttons {
  display: flex;
  gap: 25px;
}
.block-header a {
  font-size: 21px;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .block-header .button span {
    display: none;
  }
  .block-header a {
    font-size: 18px;
  }
  .block-header__wrapper .menu-main-menu-container ul {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .block-header {
    padding: 20px 0px 25px;
  }
  .block-header.minimized {
    padding: 20px 0px;
  }
  .block-header__logo {
    display: flex;
    justify-content: center;
  }
  .block-header__logo .header-logo {
    width: 300px;
    height: 72px;
  }
  .block-header .row {
    gap: 42px;
  }
  .block-header .logo-col {
    order: 2;
  }
  .block-header .button span {
    display: block;
  }
  .block-header__wrapper {
    justify-content: center;
  }
  .block-header__wrapper .menu-main-menu-container {
    display: none;
  }
  .block-header__buttons {
    padding-right: 20px;
    gap: 12px;
  }
}
.block-hero {
  position: relative;
  color: #fff;
  height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow-x: clip;
}
.block-hero .custom-container, .block-hero .row {
  height: 100%;
}
.block-hero-divider {
  width: 44%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0rem 13rem;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
}
.block-hero-divider.blauw {
  background-color: rgba(138, 204, 219, 0.8);
  color: #1c2c39;
}
.block-hero-divider.rood {
  background-color: rgba(219, 58, 58, 0.8);
}
.block-hero-divider.grijs {
  background-color: rgba(129, 127, 117, 0.8);
}
.block-hero-info {
  position: absolute;
  bottom: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2rem 3rem;
  background-color: #fff;
  color: #1c2c39;
  z-index: 5;
  display: flex;
  flex-direction: column;
  transform: translateY(50%);
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.block-hero-info h3 {
  text-align: center;
}
.block-hero-info ul {
  padding-top: 12px;
  text-align: center;
}
.block-hero-info ul li {
  border-bottom: 1px solid #D9D9D9;
  font-weight: 300;
  padding: 0px 0px 4px 0px;
}
.block-hero-info ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.block-hero-info.out-of-view {
  right: -400px;
}
.block-hero-indicator {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 36px;
  gap: 36px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 75%);
  width: 130px;
  height: 200px;
  background-image: url("../img/pin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
  color: #09131c;
  font-size: 21px;
  font-weight: 600;
  animation: heroIndicatorFloat 3s ease-in-out infinite;
}
.block-hero-indicator img {
  width: 28px;
  height: 16px;
  aspect-ratio: 5/3;
}

@keyframes heroIndicatorFloat {
  0% {
    transform: translate(-50%, 75%);
  }
  25% {
    transform: translate(-50%, 70%);
  }
  50% {
    transform: translate(-50%, 75%);
  }
  75% {
    transform: translate(-50%, 70%);
  }
  100% {
    transform: translate(-50%, 75%);
  }
}
.block-hero--slider,
.block-hero-swiper,
.block-hero-swiper .swiper-wrapper,
.block-hero-swiper .swiper-slide {
  height: 60vh;
  min-height: 400px;
}

.block-hero-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}

.block-hero--slider {
  position: relative;
}
.block-hero--slider .block-hero-swiper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.block-hero--slider .custom-container,
.block-hero--slider .block-hero-info,
.block-hero--slider .block-hero-indicator {
  position: absolute;
  z-index: 2;
}

.block-hero-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .block-hero-divider {
    padding: 0rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  .block-hero {
    height: 40vh;
    background-position: center;
  }
  .block-hero-divider {
    width: 100%;
    height: 34%;
    padding: 0rem 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
  }
  .block-hero-divider h1 {
    font-size: 21px;
  }
  .block-hero-info {
    display: none;
  }
  .block-hero-indicator {
    width: 94px;
    height: 146px;
    font-size: 16px;
    gap: 14px;
    transform: translate(-50%, 40%);
    animation-name: heroIndicatorFloatMobile;
  }
}
@keyframes heroIndicatorFloatMobile {
  0%, 100% {
    transform: translate(-50%, 40%);
  }
  50% {
    transform: translate(-50%, 35%);
  }
}
.block-text-carousel {
  position: relative;
  overflow: hidden;
  padding: 200px 0px;
  background-color: #09131c;
}
.block-text-carousel.no-padding-bottom {
  padding-bottom: 0;
}
.block-text-carousel > .container {
  position: relative;
  z-index: 1;
}
.block-text-carousel .row {
  justify-content: center;
}
.block-text-carousel-wrapper {
  text-align: center;
  line-height: 48px;
}
.block-text-carousel-wrapper h2 {
  font-size: 36px;
  font-weight: 400;
}
.block-text-carousel-wrapper em {
  font-family: "Mayonice", cursive;
  transform: rotate(-1.6deg);
}

@media screen and (max-width: 768px) {
  .block-text-carousel {
    padding: 76px 0px;
  }
  .block-text-carousel-wrapper {
    font-size: 18px;
  }
  .block-text-carousel-wrapper h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .block-text-carousel-wrapper p {
    font-size: 18px;
    line-height: 24px;
  }
}
@property --spot-size {
  syntax: "<length>";
  initial-value: 75px;
  inherits: true;
}
.block-discover {
  position: relative;
  padding: 190px 0px;
  background-color: #b1322d;
  color: #fff;
}
.block-discover > .container {
  position: relative;
  z-index: 1;
}
.block-discover::before {
  content: "’t Huys";
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 260px;
  font-weight: 600;
  color: rgba(217, 217, 217, 0.1);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}
.block-discover-wrapper {
  position: relative;
}
.block-discover-text {
  position: relative;
  z-index: 1;
  width: 51%;
  font-size: 24px;
  line-height: 36px;
  padding-top: 44px;
  font-weight: 300;
}
.block-discover-text h1 {
  margin-bottom: 20px;
}
.block-discover-text em {
  font-family: "Mayonice", cursive;
}
.block-discover-text .handwritten {
  margin-top: 40px;
  transform: rotate(-1.6deg);
  color: #b7b1a4;
}
.block-discover-clip {
  width: 500px;
  height: 768px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.block-discover-clip .discover-spotlight-overlay {
  display: none;
}
.block-discover-clip .discover-spotlight-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
  mask-image: radial-gradient(circle var(--spot-size, 75px) at var(--x, 50%) var(--y, 50%), black 100%, transparent 100%), url("../img/discover-mask.png");
  mask-size: auto, contain;
  mask-repeat: no-repeat, no-repeat;
  mask-position: 0 0, center;
  -webkit-mask-composite: source-in, xor;
          mask-composite: intersect;
  -webkit-mask-image: radial-gradient(circle var(--spot-size, 75px) at var(--x, 50%) var(--y, 50%), black 100%, transparent 100%), url("../img/discover-mask.png");
  -webkit-mask-size: auto, contain;
  -webkit-mask-repeat: no-repeat, no-repeat;
  -webkit-mask-position: 0 0, center;
  -webkit-mask-composite: source-in;
  animation: spotlight-pulse 1.6s ease-in-out infinite;
  transition: --spot-size 0.4s ease;
}
.block-discover-clip.spotlight-open .discover-spotlight-image {
  animation: none;
  --spot-size: 400px;
}
.block-discover-clip.spotlight-open.hovered .discover-spotlight-image {
  --spot-size: 400px;
}
.block-discover-clip.hovered .discover-spotlight-image {
  animation: none;
  --spot-size: 150px;
}
.block-discover-clip-border {
  position: absolute;
  top: 0;
}

@keyframes spotlight-pulse {
  0%, 100% {
    --spot-size: 75px;
  }
  50% {
    --spot-size: 90px;
  }
}
@media screen and (max-width: 768px) {
  .block-discover {
    padding: 64px 0px 300px;
  }
  .block-discover::before {
    display: none;
  }
  .block-discover-text {
    text-align: center;
    width: 100%;
    font-size: 16px;
    padding: 0px 16px;
    line-height: 28px;
  }
  .block-discover-text h1 {
    font-size: 32px;
  }
  .block-discover-text p {
    font-weight: 300;
  }
  .block-discover-text .handwritten {
    margin: 20px 0px 40px;
    color: #fff;
    font-size: 30px;
  }
  .block-discover-clip {
    width: 220.836px;
    height: 339.155px;
    left: 50%;
    transform: translateX(-50%);
    top: unset;
  }
  .block-discover-clip.spotlight-open .discover-spotlight-image {
    --spot-size: 200px;
  }
  .block-discover-clip.hovered .discover-spotlight-image {
    --spot-size: 75px;
  }
  @keyframes spotlight-pulse {
    0%, 100% {
      --spot-size: 50px;
    }
    50% {
      --spot-size: 65px;
    }
  }
}
.block-select-post {
  position: relative;
  overflow: hidden;
  background-color: #09131c;
  padding: 375px 0px 200px;
  color: #fff;
}
.block-select-post > .container {
  position: relative;
  z-index: 1;
}
.block-select-post::before {
  content: "Uitgelicht";
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 293px;
  font-weight: 600;
  color: rgba(138, 204, 219, 0.15);
  white-space: nowrap;
  pointer-events: none;
}
.block-select-post-header {
  display: flex;
  align-items: center;
  height: 100%;
}
.block-select-post-title {
  width: 95%;
}
.block-select-post-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
.block-select-post-card {
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.block-select-post-card:hover .image {
  clip-path: polygon(0px 0px, 54px 0px, 80px 32px, 105px 0px, 100% 0px, 100% 100%, 0px 100%);
}
.block-select-post-card .image {
  position: relative;
  flex: 1;
  clip-path: polygon(0px 0px, 87px 0px, 74px 0px, 59px 0px, 100% 0px, 100% 100%, 0px 100%);
  transition: clip-path 0.2s ease-in-out;
  background-color: #db3a3a;
}
.block-select-post-card .image .cat {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #db3a3a;
  padding: 10px 16px;
  font-size: 16px;
}
.block-select-post-card .image .tag {
  position: absolute;
  bottom: 28px;
  left: 32px;
  background-color: #87cedc;
  padding: 10px 16px;
  font-size: 16px;
  color: #000;
}
.block-select-post-card-title {
  font-size: 28px;
}
.block-select-post-card .content {
  flex-shrink: 0;
  background-color: #db3a3a;
  padding: 34px 30px;
  height: 120px;
}

@media screen and (max-width: 768px) {
  .block-select-post {
    padding: 64px 0px;
  }
  .block-select-post::before {
    display: none;
  }
  .block-select-post-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 32px 16px 0px;
  }
  .block-select-post-card .image .tag {
    left: 16px;
    bottom: 16px;
    padding: 8px 12px;
    font-size: 12px;
  }
  .block-select-post-card .content {
    padding: 20px 20px;
    height: auto;
  }
  .block-select-post-card-title {
    font-size: 20px;
  }
  .block-select-post-header {
    justify-content: center;
  }
  .block-select-post-title {
    width: 75%;
    font-size: 32px;
    text-align: center;
  }
}
.block-card-slider {
  position: relative;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(183, 178, 164, 0.9) 0%, rgba(183, 178, 164, 0.9) 100%), #FFF;
  color: #09131c;
  padding: 140px 0px;
}
.block-card-slider__dropdown {
  padding: 188px 0px;
}
.block-card-slider__dropdown::before {
  display: none;
}
.block-card-slider__dropdown .woordvoerder-card__info {
  font-size: 21px;
  color: #16202A;
}
.block-card-slider__dropdown .woordvoerder-dropdown-container {
  margin-top: 50px;
  position: relative;
  z-index: 5;
}
.block-card-slider__dropdown .woordvoerder-dropdown-container h1 {
  margin-bottom: 20px;
}
.block-card-slider__dropdown .woordvoerder-dropdown-container::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 22%;
  background: url("../img/diamond-white.svg") no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}
.block-card-slider__dropdown .woordvoerder-card__dropdown {
  display: none;
  background: #fff;
  padding: 100px 90px;
  position: relative;
}
.block-card-slider__dropdown .woordvoerder-card__dropdown.active {
  display: block;
  animation: slideDown 0.3s ease;
}
.block-card-slider__dropdown .woordvoerder-swiper-navigation {
  display: flex;
  gap: 52px;
}
.block-card-slider__dropdown .woordvoerder-swiper-navigation .woordvoerder-swiper-prev {
  transform: rotate(90deg);
}
.block-card-slider__dropdown .woordvoerder-swiper-navigation .woordvoerder-swiper-prev i {
  transform: rotate(-90deg);
}
.block-card-slider__dropdown .woordvoerder-swiper-navigation .woordvoerder-swiper-next {
  transform: rotate(-90deg);
}
.block-card-slider__dropdown .woordvoerder-swiper-navigation .woordvoerder-swiper-next i {
  transform: rotate(90deg);
}
.block-card-slider__dropdown .woordvoerder-swiper-navigation button {
  width: 60px;
  height: 90px;
  background-color: transparent;
  border: none;
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: 0.2s ease;
}
.block-card-slider__dropdown .woordvoerder-swiper-navigation button.woordvoerder-swiper-prev i, .block-card-slider__dropdown .woordvoerder-swiper-navigation button.woordvoerder-swiper-next i {
  top: -14px;
}
.block-card-slider__dropdown .woordvoerder-swiper-navigation button:hover {
  scale: 1.1;
}
.block-card-slider__dropdown .woordvoerder-swiper-navigation button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/pin-grey.svg") no-repeat center;
  background-size: contain;
  transition: all 0.3s ease;
}
.block-card-slider__dropdown .woordvoerder-swiper-navigation button i {
  position: relative;
  color: #fff;
  font-size: 24px;
}
.block-card-slider__dropdown .woordvoerder-swiper-navigation button.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.block-card-slider .line {
  position: absolute;
  height: 1px;
  width: 200%;
  background: #09131c;
  transform: translateX(-25%) rotate(300deg);
  left: 0;
  bottom: 0;
}
.block-card-slider > .container {
  position: relative;
  z-index: 1;
}
.block-card-slider::before {
  content: "Vele gezichten";
  position: absolute;
  top: 26%;
  left: 46%;
  transform: translate(-50%, -50%);
  font-size: 260px;
  font-weight: 600;
  color: rgba(129, 126, 117, 0.25);
  white-space: nowrap;
  pointer-events: none;
}
.block-card-slider-container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  position: relative;
  overflow: visible;
}
.block-card-slider-top {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 124px;
  margin-bottom: 84px;
}
.block-card-slider-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-size: 24px;
  min-width: 29%;
}
.block-card-slider-left h1 {
  margin-bottom: 20px;
}
.block-card-slider-left em {
  font-family: "Mayonice", cursive;
}
.block-card-slider-left p {
  width: 83%;
}
.block-card-slider-left .handwritten {
  width: 75%;
  margin-top: 58px;
  transform: rotate(-1.6deg);
}
.block-card-slider-left.hidden {
  transform: translateX(-150%);
  opacity: 0;
}
.block-card-slider__wrapper {
  overflow: hidden;
}
.block-card-slider__wrapper.expanded {
  transform: translateX(-33.333%);
}
.block-card-slider__wrapper .swiper {
  width: 100%;
  overflow: visible;
}
.block-card-slider__wrapper .swiper-wrapper {
  width: 100%;
  align-items: center;
}
.block-card-slider__wrapper .swiper-slide:nth-child(odd) .woordvoerder-card__image {
  transform: rotate(-3deg);
}
.block-card-slider__wrapper .swiper-slide:nth-child(odd):hover .woordvoerder-card__image {
  transform: translateY(-5px);
}
.block-card-slider__wrapper .swiper-slide:nth-child(even) .woordvoerder-card__image {
  transform: rotate(4deg);
}
.block-card-slider__wrapper .swiper-slide:nth-child(even):hover .woordvoerder-card__image {
  transform: translateY(-5px);
}
.block-card-slider__modal .show-on-mobile {
  display: none;
}
.block-card-slider__modal .block-card-slider-left,
.block-card-slider__modal .block-card-slider__wrapper {
  transition: transform 450ms ease, opacity 450ms ease;
  will-change: transform, opacity;
}
.block-card-slider__modal .block-card-slider-left {
  transform: translateX(0);
  opacity: 1;
}
.block-card-slider__modal .block-card-slider__wrapper {
  transform: translateX(0);
}
.block-card-slider__modal.is-opening .block-card-slider-left, .block-card-slider__modal.is-open .block-card-slider-left {
  transform: translateX(-120%);
  opacity: 0;
  pointer-events: none;
}
.block-card-slider__modal.is-opening .block-card-slider__wrapper, .block-card-slider__modal.is-open .block-card-slider__wrapper {
  transform: translateX(-33.333%);
}

.woordvoerder-expanded-container {
  position: relative;
}

.woordvoerder-card {
  transition: all 0.2s ease;
  position: relative;
  padding: 32px;
}
.woordvoerder-card:hover .woordvoerder-card__image img {
  background-color: #fff;
  border-radius: 8px;
}
.woordvoerder-card__image {
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
}
.woordvoerder-card__image img {
  max-width: 370px;
  transition: all 0.2s ease;
  width: 100%;
  height: auto;
  display: block;
}
.woordvoerder-card__content {
  padding: 48px 0px;
  text-align: center;
  color: #1D1D1B;
}
.woordvoerder-card__content h3 {
  font-size: 36px;
}
.woordvoerder-card__name {
  font-size: 36px;
}
.woordvoerder-card__role {
  font-size: 48px;
}
.woordvoerder-card__expanded {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(205, 202, 192);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: 99999;
  overflow-y: auto;
  padding: 60px 0;
  pointer-events: none;
}
.woordvoerder-card__expanded.active {
  height: 100%;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
}
.woordvoerder-card__expanded-content {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 150px;
}
@media (max-width: 768px) {
  .woordvoerder-card__expanded-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.woordvoerder-card__expanded-image {
  transform: rotate(-4deg);
}
.woordvoerder-card__expanded-image img {
  width: 100%;
  height: auto;
  border: 3px solid #09131c;
}
.woordvoerder-card__expanded-info {
  padding: 0px 64px;
  overflow: hidden;
}
.woordvoerder-card__expanded-info h1 {
  line-height: normal;
  margin-bottom: 20px;
}
.woordvoerder-card__expanded-info h2 {
  font-size: 42px;
  margin: 48px 0 0 0;
  color: #09131c;
}
.woordvoerder-card__expanded-info p.handwritten {
  font-size: 32px;
  margin: 0 0 30px 0;
}
.woordvoerder-card__close {
  position: fixed;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #db3a3a;
  color: white;
  border: none;
  font-size: 26px;
  cursor: pointer;
  transition: 0.2s ease;
  z-index: 100000;
}
.woordvoerder-card__close:hover {
  background: #b1322d;
}
.woordvoerder-card__info {
  font-size: 18px;
  line-height: 1.6;
  color: #09131c;
}
.woordvoerder-card__info p {
  margin-bottom: 15px;
}

body.card-open .block-header {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  body.card-open {
    overflow: hidden;
  }
  .block-card-slider {
    background: #E9E8E3;
    padding: 60px 0px 0px 0px;
  }
  .block-card-slider__dropdown .woordvoerder-dropdown-container {
    margin: 50px 0px;
  }
  .block-card-slider__dropdown .woordvoerder-card__dropdown {
    padding: 32px;
  }
  .block-card-slider__dropdown .woordvoerder-dropdown-container::before {
    height: 8%;
  }
  .block-card-slider__dropdown .woordvoerder-card__info h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .block-card-slider__dropdown .woordvoerder-swiper-navigation {
    gap: 36px;
  }
  .block-card-slider__dropdown .woordvoerder-swiper-navigation .woordvoerder-swiper-prev, .block-card-slider__dropdown .woordvoerder-swiper-navigation .woordvoerder-swiper-next {
    width: 44px;
    height: 64px;
  }
  .block-card-slider__modal .show-on-mobile {
    display: block;
  }
  .block-card-slider__modal .hidden-on-mobile {
    display: none;
  }
  .block-card-slider::before {
    display: none;
  }
  .block-card-slider-title h1 {
    font-size: 32px;
  }
  .block-card-slider-top {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 0px;
  }
  .block-card-slider-left {
    font-size: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .block-card-slider-left h1 {
    font-size: 32px;
    width: 90%;
  }
  .block-card-slider-left p {
    font-weight: 300;
    width: 88%;
  }
  .woordvoerder-card {
    padding: 50px;
    padding-bottom: 0px;
  }
  .woordvoerder-card__image {
    display: flex;
    justify-content: center;
  }
  .woordvoerder-card__image img {
    max-width: 205px;
  }
  .woordvoerder-card__name {
    color: #656256;
    font-size: 20px;
  }
  .woordvoerder-card__role {
    color: #656256;
    font-size: 24px;
  }
  .woordvoerder-card__expanded {
    flex-wrap: wrap;
  }
  .woordvoerder-card__expanded-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .woordvoerder-card__expanded-image {
    width: 200px;
  }
  .woordvoerder-card__expanded-info {
    padding: 0px 36px;
    font-size: 16px;
  }
  .woordvoerder-card__expanded-info h1 {
    font-size: 28px;
  }
}
.block-calendar {
  position: relative;
  overflow: hidden;
  background-color: #09131c;
  padding: 270px 0px 200px 0px;
}
.block-calendar > .container {
  position: relative;
  z-index: 1;
}
.block-calendar::before {
  content: "Agenda";
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 260px;
  font-weight: 600;
  color: rgba(138, 204, 219, 0.15);
  white-space: nowrap;
  pointer-events: none;
}
.block-calendar-title {
  color: #fff;
  width: 78%;
}
.block-calendar .handwritten {
  transform: rotate(-1.6deg);
  color: #b7b1a4;
  font-size: 40px;
  margin: 30px 0px;
}
.block-calendar-left {
  display: flex;
  height: 100%;
  align-items: center;
}
.block-calendar-controls {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px;
}
.block-calendar-controls .calendar-swiper-prev {
  transform: rotate(180deg);
}
.block-calendar-controls .calendar-swiper-prev i {
  top: -14px;
  transform: rotate(180deg);
}
.block-calendar-controls .calendar-swiper-next i {
  top: -14px;
}
.block-calendar-controls button {
  width: 60px;
  height: 90px;
  background-color: transparent;
  border: none;
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: 0.2s ease;
}
.block-calendar-controls button:hover {
  scale: 1.1;
}
.block-calendar-controls button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/pin.svg") no-repeat center;
  background-size: contain;
  transition: all 0.3s ease;
}
.block-calendar-controls button i {
  position: relative;
  color: #000;
  font-size: 24px;
}
.block-calendar-controls button.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.block-calendar .calendar-swiper {
  height: 700px;
}
.block-calendar .calendar-swiper .swiper-wrapper {
  transition-timing-function: ease-in-out;
}
.block-calendar .calendar-swiper .swiper-slide {
  height: auto;
  transition: all 0.5s ease;
}
.block-calendar .calendar-swiper .swiper-slide.swiper-slide-active .block-calendar-slide {
  background-color: rgb(197, 229, 237);
}
.block-calendar-slide {
  display: flex;
  width: 100%;
  background-color: #F1F0ED;
  transition: all 0.3s ease;
  position: relative;
  max-height: 198px;
}
.block-calendar-slide:hover .category-tag {
  background-color: #87cedc;
}
.block-calendar-slide .category-tag {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #db3a3a;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  transition: background-color 0.2s ease;
}
.block-calendar-slide .slide-image {
  flex: 1;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
  position: relative;
  padding-top: 25%;
}
.block-calendar-slide .slide-image img {
  background-color: #E9E8E3;
  position: absolute;
  inset: 0;
  max-height: 198px;
}
.block-calendar-slide .slide-content {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 24px;
  font-size: 28px;
  color: #000;
}
.block-calendar-slide .slide-content .date {
  color: #db3a3a;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.block-calendar-slide .slide-content .date::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../icon/calendar-sharp-regular-full-red.svg") no-repeat center;
}

@media screen and (max-width: 768px) {
  .block-calendar {
    padding: 64px 0px;
  }
  .block-calendar::before {
    display: none;
  }
  .block-calendar .calendar-swiper .swiper-slide.swiper-slide-active .block-calendar-slide {
    background-color: #fff;
  }
  .block-calendar-left {
    display: block;
  }
  .block-calendar-slide {
    flex-direction: column;
    max-height: none;
  }
  .block-calendar-slide .slide-image {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
    padding-top: 75%;
  }
  .block-calendar-slide .slide-image img {
    max-height: none;
  }
  .block-calendar-content {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  .block-calendar-title {
    font-size: 32px;
    width: 70%;
  }
  .block-calendar .handwritten {
    font-size: 24px;
  }
  .block-calendar-controls {
    flex-direction: row;
    justify-content: center;
    gap: 36px;
  }
  .block-calendar-controls .calendar-swiper-prev {
    transform: rotate(90deg);
    width: 44px;
    height: 64px;
  }
  .block-calendar-controls .calendar-swiper-next {
    transform: rotate(270deg);
    width: 44px;
    height: 64px;
  }
  .block-calendar .calendar-swiper {
    height: auto;
  }
}
.block-calendar-archive {
  position: relative;
  overflow: hidden;
  background-color: #09131c;
  padding: 140px 0px 0px 0px;
}
.block-calendar-archive > .container {
  position: relative;
  z-index: 1;
}
.block-calendar-archive::before {
  content: "Agenda";
  position: absolute;
  margin-top: -1%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 260px;
  font-weight: 600;
  color: rgba(138, 204, 219, 0.15);
  white-space: nowrap;
  pointer-events: none;
}
.block-calendar-archive-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.block-calendar-archive-filters-results {
  font-size: 21px;
  text-align: center;
  margin: 48px 0px;
  color: #fff;
  font-weight: 300;
}
.block-calendar-archive-filters fieldset {
  margin: 0 !important;
}
.block-calendar-archive-filters .wpgb-facet .wpgb-inline-list {
  gap: 20px;
}
.block-calendar-archive-filters .wpgb-facet .wpgb-inline-list li {
  margin: 0 !important;
}
.block-calendar-archive-filters .wpgb-facet .wpgb-button-label {
  word-break: unset;
}
.block-calendar-archive-filters .wpgb-facet ul .wpgb-button {
  border-radius: 0px;
  color: #fff !important;
  min-height: 48px;
}
.block-calendar-archive-filters .wpgb-facet .wpgb-button[aria-pressed=true]::after {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  position: relative;
  padding-right: 8px;
}
.block-calendar-archive-header {
  text-align: center;
  margin-bottom: 60px;
}
.block-calendar-archive-title {
  color: #fff;
  margin: 0 auto;
}
.block-calendar-archive .handwritten {
  transform: rotate(-1.6deg);
  color: #b7b1a4;
  font-size: 40px;
  margin: 30px 0px;
}
.block-calendar-archive .calendar-archive-swiper {
  margin-bottom: 60px;
}
.block-calendar-archive .calendar-archive-swiper .swiper-slide {
  height: auto !important;
}
.block-calendar-archive-slide {
  display: flex;
  width: 100%;
  background-color: #F1F0ED;
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
}
.block-calendar-archive-slide:hover .category-tag {
  background-color: #87cedc;
}
.block-calendar-archive-slide .category-tag {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #db3a3a;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  transition: background-color 0.2s ease;
}
.block-calendar-archive-slide .slide-image {
  flex: 1;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
  position: relative;
  padding-top: 25%;
}
.block-calendar-archive-slide .slide-image img {
  background-color: #E9E8E3;
  position: absolute;
  inset: 0;
}
.block-calendar-archive-slide .slide-content {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 24px;
  font-size: 28px;
  color: #000;
}
.block-calendar-archive-slide .slide-content .date {
  color: #db3a3a;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.block-calendar-archive-slide .slide-content .date::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../icon/calendar-sharp-regular-full-red.svg") no-repeat center;
}
.block-calendar-archive-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
}
.block-calendar-archive-controls .calendar-archive-swiper-next {
  transform: rotate(270deg);
}
.block-calendar-archive-controls .calendar-archive-swiper-next i {
  top: -14px;
  transform: rotate(90deg);
}
.block-calendar-archive-controls .calendar-archive-swiper-prev {
  transform: rotate(90deg);
}
.block-calendar-archive-controls .calendar-archive-swiper-prev i {
  top: -14px;
  transform: rotate(270deg);
}
.block-calendar-archive-controls button {
  width: 60px;
  height: 90px;
  background-color: transparent;
  border: none;
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: 0.2s ease;
}
.block-calendar-archive-controls button:hover {
  scale: 1.1;
}
.block-calendar-archive-controls button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/pin.svg") no-repeat center;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 1;
}
.block-calendar-archive-controls button i {
  position: relative;
  color: #000;
  font-size: 24px;
  z-index: 2;
}
.block-calendar-archive-controls button.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.flatpickr-calendar {
  background: #87cedc !important;
  border: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  color: #09131c !important;
}
.flatpickr-weekdays {
  color: #09131c !important;
}
.flatpickr-day {
  border-radius: 0px !important;
}
.flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.startRange, .flatpickr-day.selected.endRange {
  background: #db3a3a !important;
  border-color: #db3a3a !important;
  color: #fff !important;
}
.flatpickr-day:hover {
  background: #db3a3a !important;
  border-color: #db3a3a !important;
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  .block-calendar-archive {
    padding: 64px 0px;
  }
  .block-calendar-archive::before {
    font-size: 120px;
  }
  .block-calendar-archive-title {
    font-size: 32px;
  }
  .block-calendar-archive .handwritten {
    font-size: 24px;
  }
  .block-calendar-archive-slide {
    flex-direction: column;
  }
  .block-calendar-archive-slide .slide-image {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
    padding-top: 75%;
  }
  .block-calendar-archive-controls .calendar-archive-swiper-prev, .block-calendar-archive-controls .calendar-archive-swiper-next {
    width: 44px;
    height: 64px;
  }
  .block-calendar-archive-card .card-content {
    padding: 20px;
  }
  .block-calendar-archive-card .card-content h3 {
    font-size: 20px;
  }
}
.block-news-archive {
  position: relative;
  overflow: hidden;
  background-color: #09131c;
  padding: 124px 0px 32px;
}
.block-news-archive > .container {
  position: relative;
  z-index: 1;
}
.block-news-archive::before {
  content: "Nieuws\a& verhalen";
  position: absolute;
  margin-top: 7%;
  left: 76%;
  transform: translate(-50%, -50%);
  font-size: 260px;
  font-weight: 600;
  color: rgba(138, 204, 219, 0.15);
  white-space: pre;
  pointer-events: none;
  z-index: 0;
}
.block-news-archive-filters {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.block-news-archive-filters fieldset {
  margin: 0 !important;
}
.block-news-archive-filters .wpgb-facet .wpgb-inline-list {
  gap: 20px;
}
.block-news-archive-filters .wpgb-facet .wpgb-inline-list li {
  margin: 0 !important;
}
.block-news-archive-filters .wpgb-facet .wpgb-button-label {
  word-break: unset;
}
.block-news-archive-filters .wpgb-facet ul .wpgb-button {
  border-radius: 0px;
  color: #fff !important;
  min-height: 48px;
}
.block-news-archive-filters .wpgb-facet .wpgb-button[aria-pressed=true]::after {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  position: relative;
  padding-right: 8px;
}
.block-news-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.block-news-archive-card {
  display: flex;
  flex-direction: column;
  background-color: #969287;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.block-news-archive-card .image {
  position: relative;
  width: 100%;
  padding-top: 73.67%;
  overflow: hidden;
}
.block-news-archive-card .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-news-archive-card .image .tag {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #db3a3a;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  transition: background-color 0.2s ease;
  z-index: 1;
}
.block-news-archive-card .block-news-archive-card-title {
  font-size: 28px;
}
.block-news-archive-card .content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  color: #fff;
}
.block-news-archive-card .content .date {
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 10px;
}
.block-news-archive-card .content .date img {
  width: 20px;
}

@media screen and (max-width: 1200px) {
  .block-news-archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .block-news-archive {
    padding: 64px 0px;
  }
  .block-news-archive::before {
    margin-top: 22%;
    font-size: 120px;
  }
  .block-news-archive-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .block-news-archive-card .content {
    padding: 20px;
  }
  .block-news-archive-card .content h3 {
    font-size: 20px;
  }
}
.block-news-slider {
  padding: 80px 0;
  position: relative;
  background-color: #87cedc;
  overflow: hidden;
}
.block-news-slider-top {
  max-width: 1440px;
  margin-bottom: 50px;
}
.block-news-slider .block-news-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-news-slider .block-news-slider-title h2 {
  font-size: 48px;
  margin: 0;
  color: #1c2c39;
}
.block-news-slider .news-swiper-navigation {
  display: flex;
  gap: 52px;
}
.block-news-slider .news-swiper-navigation .news-swiper-prev {
  transform: rotate(90deg);
}
.block-news-slider .news-swiper-navigation .news-swiper-prev i {
  top: -14px;
  transform: rotate(-90deg);
}
.block-news-slider .news-swiper-navigation .news-swiper-next {
  transform: rotate(-90deg);
}
.block-news-slider .news-swiper-navigation .news-swiper-next i {
  top: -14px;
  transform: rotate(90deg);
}
.block-news-slider .news-swiper-navigation button {
  width: 60px;
  height: 90px;
  background-color: transparent;
  border: none;
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: 0.2s ease;
}
.block-news-slider .news-swiper-navigation button:hover {
  scale: 1.1;
}
.block-news-slider .news-swiper-navigation button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/pin-lightgrey.svg") no-repeat center;
  background-size: contain;
  transition: all 0.3s ease;
}
.block-news-slider .news-swiper-navigation button i {
  position: relative;
  color: #fff;
  font-size: 24px;
}
.block-news-slider .news-swiper-navigation button.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.block-news-slider .block-news-slider__wrapper {
  position: relative;
  z-index: 1;
}
.block-news-slider .swiper-wrapper {
  align-items: stretch;
}
.block-news-slider .swiper-slide {
  height: auto;
}
.block-news-slider .line {
  position: absolute;
  bottom: 0;
  left: -75%;
  transform: translateX(-50%);
  height: 1px;
  width: 200%;
  background-color: #1c2c39;
  rotate: 45deg;
}

@media screen and (max-width: 768px) {
  .block-news-slider {
    padding: 40px 0;
  }
  .block-news-slider-top {
    margin-bottom: 0px;
  }
  .block-news-slider-title h1 {
    font-size: 32px;
  }
  .block-news-slider-title h2 {
    font-size: 28px;
  }
  .block-news-slider-header {
    flex-direction: column;
  }
}
.block-recent-post {
  position: relative;
  overflow: hidden;
  background: #75AEBA;
  padding: 200px 0px;
}
.block-recent-post > .container {
  position: relative;
  z-index: 1;
}
.block-recent-post::before {
  content: "Nieuws\a& verhalen";
  position: absolute;
  top: 28%;
  left: 76%;
  transform: translate(-50%, -50%);
  font-size: 260px;
  font-weight: 700;
  color: #67A5B3;
  white-space: pre;
  pointer-events: none;
  z-index: 0;
  line-height: 240px;
}
.block-recent-post-top {
  display: flex;
  color: #fff;
  margin-bottom: 52px;
}
.block-recent-post-top-title {
  width: 85%;
}
.block-recent-post-top-button {
  margin-top: 20px;
}
.block-recent-post-top-button.mobile {
  display: none;
}
.block-recent-post-top .left {
  flex: 4;
}
.block-recent-post-top .right {
  flex: 5;
  font-size: 21px;
}
.block-recent-post-top .right .handwritten {
  margin-top: 16px;
  transform: rotate(-1.6deg);
}
.block-recent-post-top .right em {
  font-family: "Mayonice", cursive;
}
.block-recent-post-wrapper {
  height: 100%;
  align-items: stretch;
}
.block-recent-post .swiper-slide {
  height: auto;
}
.block-recent-post-card {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.block-recent-post-card:hover .image {
  clip-path: polygon(0px 0px, 54px 0px, 80px 32px, 105px 0px, 100% 0px, 100% 100%, 0px 100%);
}
.block-recent-post-card:hover .image .cat {
  background-color: #87cedc;
}
.block-recent-post-card .image {
  position: relative;
  flex: 1;
  clip-path: polygon(0px 0px, 87px 0px, 74px 0px, 59px 0px, 100% 0px, 100% 100%, 0px 100%);
  transition: clip-path 0.2s ease-in-out;
}
.block-recent-post-card .image .cat {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #db3a3a;
  padding: 10px 16px;
  font-size: 16px;
}
.block-recent-post-card .image .tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: #969287;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.block-recent-post-card-title {
  font-size: 28px;
}
.block-recent-post-card .content {
  flex-shrink: 0;
  background-color: #969287;
  padding: 34px 30px;
  height: 205px;
}
.block-recent-post-card .content .date {
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 10px;
  margin-bottom: 20px;
  font-weight: 300;
}
.block-recent-post-card .content .date img {
  width: 24px;
}
.block-recent-post-controls {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 56px;
       column-gap: 56px;
  margin-top: 40px;
}
.block-recent-post-controls .recent-post-swiper-next {
  transform: rotate(270deg);
}
.block-recent-post-controls .recent-post-swiper-prev {
  transform: rotate(90deg);
}
.block-recent-post-controls .recent-post-swiper-prev i {
  transform: rotate(180deg);
}
.block-recent-post-controls button {
  width: 60px;
  height: 90px;
  background-color: transparent;
  border: none;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.block-recent-post-controls button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/pin-light.svg") no-repeat center;
  background-size: contain;
  transition: all 0.3s ease;
}
.block-recent-post-controls button i {
  position: relative;
  color: #000;
  font-size: 24px;
}
.block-recent-post-controls button.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media screen and (max-width: 768px) {
  .block-recent-post {
    padding: 80px 0px;
  }
  .block-recent-post::before {
    display: none;
  }
  .block-recent-post-top {
    flex-direction: column;
    text-align: center;
    color: #09131c;
    margin-bottom: 30px;
  }
  .block-recent-post-top .left {
    flex: 4;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .block-recent-post-top-title {
    width: 92%;
    font-size: 32px;
  }
  .block-recent-post-top-button {
    margin-top: 20px;
  }
  .block-recent-post-top-button.desktop {
    display: none;
  }
  .block-recent-post-top-button.mobile {
    display: inline-block;
  }
  .block-recent-post-top .right {
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
    padding: 0px 10px;
  }
  .block-recent-post-controls .recent-post-swiper-next, .block-recent-post-controls .recent-post-swiper-prev {
    width: 44px;
    height: 64px;
    transition: 0.2s ease;
  }
  .block-recent-post-controls .recent-post-swiper-next:hover, .block-recent-post-controls .recent-post-swiper-prev:hover {
    scale: 1.1;
  }
  .block-recent-post-card .image {
    max-height: 240px;
  }
  .block-recent-post-card .image .cat {
    font-size: 12px;
    padding: 8px 12px;
  }
  .block-recent-post-card-title {
    font-size: 20px;
  }
}
.block-form {
  background-color: #09131c;
  padding: 52px 0;
}
.block-form-contact__title {
  margin-bottom: 50px;
}
.block-form-contact__title img {
  max-height: 568px;
}
.block-form-contact__item {
  font-weight: 300;
  color: #b7b1a4;
}
.block-form-contact__item h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.block-form-contact__item a {
  color: #fff;
  font-size: 21px;
}
.block-form-contact__link.phone {
  margin-bottom: 30px;
}
.block-form__container {
  background-color: #1c2c39;
  border-radius: 0px;
  padding: 88px 90px;
  margin-left: 4%;
  height: 100%;
}
.block-form .fluentform {
  height: 100%;
  color: #fff;
}
.block-form .fluentform form {
  height: 100%;
}
.block-form .fluentform fieldset {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block-form .fluentform label {
  font-size: 21px;
  color: #E9E8E3;
  margin-bottom: 8px;
}
.block-form .fluentform input,
.block-form .fluentform textarea {
  border-radius: 0px;
  font-size: 18px;
}
.block-form .fluentform .ff_t_c {
  color: #b7b1a4;
  font-size: 14px;
}
.block-form .fluentform .ff_t_c a {
  color: #b7b1a4;
  text-decoration: underline;
}
.block-form .fluentform .asterisk-right label:after {
  color: #DC2F34 !important;
}
.block-form .fluentform [placeholder] {
  color: #656256;
  font-family: "Museo Slab", serif !important;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .block-form__container {
    height: auto;
    margin-left: 0;
    margin-top: 52px;
    padding: 52px 32px;
  }
  .block-form-contact__item h2 {
    font-size: 28px;
  }
}
.block-cta {
  background-color: #09131c;
  padding: 200px 0px;
}
.block-cta.has-header .block-cta-top {
  transform: translateY(15%);
}
.block-cta.wide .block-cta-content {
  flex-direction: row;
  font-size: 21px;
  line-height: 36px;
}
.block-cta.wide .left {
  flex: 1;
}
.block-cta.wide .right {
  flex: 1;
}
.block-cta.wide .theme-cta-wide-text ul {
  list-style: disc;
  padding: 0px 20px;
}
.block-cta.wide .theme-cta-wide-text ul li {
  font-weight: 300;
}
.block-cta.wide .theme-cta-wide-text ul li:not(:last-child) {
  margin-bottom: 12px;
}
.block-cta.wide .theme-cta-wide-text ul li strong {
  font-weight: 700;
}
.block-cta.wide .theme-cta-wide-text ul li :not(:last-child) {
  margin-bottom: 12px;
}
.block-cta.wide .theme-cta-wide-title,
.block-cta.wide .block-cta-wide-content-title {
  margin-bottom: 20px;
}
.block-cta.wide .theme-cta-wide-button {
  margin-top: 20px;
}
.block-cta.wide .block-cta-wide-content-text em {
  font-weight: 300;
}
.block-cta.wide .line {
  left: 10%;
}
.block-cta .line {
  position: absolute;
  height: 1px;
  width: 200%;
  background: #fff;
  transform: translateX(-12%) rotate(315deg);
  left: 0;
  bottom: 0;
}
.block-cta-header {
  color: #fff;
  margin-bottom: 50px;
}
.block-cta-header h2 {
  font-weight: 400;
}
.block-cta-divider {
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0 100%);
}
.block-cta .row {
  align-items: center;
  position: relative;
}
.block-cta-top {
  position: absolute;
  right: 0;
  display: flex;
}
.block-cta-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #db3a3a;
  color: #fff;
  padding: 60px 54px;
  overflow: hidden;
}
.block-cta-content.offcanvas {
  margin-top: 68px;
}
.block-cta-content-text {
  font-size: 21px;
}
.block-cta-content-text h1 {
  font-size: 48px;
  margin-bottom: 20px;
}
.block-cta-content-text ul {
  list-style: disc;
  padding: 0px 20px;
}
.block-cta-content-text ul li {
  font-weight: 300;
}
.block-cta-content-text ul li:not(:last-child) {
  margin-bottom: 12px;
}
.block-cta-content .handwritten {
  transform: rotate(-2.257deg);
  font-size: 40px;
}
.block-cta-content-button {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
}
.block-cta-button-wrapper {
  display: flex;
  align-items: baseline;
  gap: 64px;
}

@media screen and (max-width: 768px) {
  .block-cta {
    padding: 40px 0px 88px 0px;
  }
  .block-cta.has-header .block-cta-top {
    transform: translateY(0%);
  }
  .block-cta.wide .block-cta-content {
    flex-direction: column;
    gap: 40px;
  }
  .block-cta.wide .block-cta-content-title {
    font-size: 36px;
  }
  .block-cta-header h2 {
    font-size: 16px;
  }
  .block-cta-divider {
    clip-path: none;
  }
  .block-cta-top {
    position: relative;
  }
  .block-cta-content {
    width: 100%;
    padding: 38px 26px;
  }
  .block-cta-content-text {
    font-size: 16px;
  }
  .block-cta-content-text ul li {
    margin-bottom: 12px;
  }
  .block-cta-content-text h1 {
    font-size: 24px;
  }
  .block-cta-content .handwritten {
    font-size: 22px;
    text-align: center;
  }
  .block-cta-button-wrapper {
    flex-direction: column;
  }
}
.block-bidirectional {
  padding: 200px 0px 100px;
  background-color: #09131c;
  overflow: hidden;
}
.block-bidirectional .row.row-reverse .block-bidirectional-left {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.block-bidirectional .container {
  position: relative;
}
.block-bidirectional-left {
  display: flex;
  height: 100%;
  align-items: center;
}
.block-bidirectional-content {
  color: #fff;
  width: 84%;
  font-size: 21px;
  font-weight: 300;
}
.block-bidirectional-content .block-bidirectional-title {
  margin-bottom: 30px;
}
.block-bidirectional-content .handwritten {
  color: #b7b1a4;
  font-size: 40px;
  transform: rotate(-1.6deg);
}
.block-bidirectional-content .button {
  margin-top: 20px;
}
.block-bidirectional-controls {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.block-bidirectional-controls .bidirectional-swiper-prev {
  transform: rotate(180deg);
}
.block-bidirectional-controls .bidirectional-swiper-prev i {
  transform: rotate(180deg);
}
.block-bidirectional-controls .bidirectional-swiper-prev i,
.block-bidirectional-controls .bidirectional-swiper-next i {
  top: -14px;
}
.block-bidirectional-controls button {
  width: 60px;
  height: 90px;
  background-color: transparent;
  border: none;
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: 0.2s ease;
}
.block-bidirectional-controls button:hover {
  scale: 1.1;
}
.block-bidirectional-controls button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/pin.svg") no-repeat center;
  background-size: contain;
  z-index: 1;
}
.block-bidirectional-controls button i {
  position: relative;
  color: #000;
  font-size: 24px;
  z-index: 2;
}
.block-bidirectional-sliders {
  display: flex;
  gap: 20px;
  height: 600px;
}
.block-bidirectional-sliders .bidirectional-swiper-right {
  top: -100px;
}
.block-bidirectional-sliders .swiper {
  flex: 1;
  height: 100%;
}
.block-bidirectional-sliders .swiper .swiper-slide {
  height: auto;
}

@media screen and (max-width: 768px) {
  .block-bidirectional {
    padding: 64px 0;
  }
  .block-bidirectional-left {
    min-height: auto;
    margin-bottom: 40px;
  }
  .block-bidirectional-content {
    width: 100%;
  }
  .block-bidirectional-content .block-bidirectional-title {
    font-size: 32px;
  }
  .block-bidirectional-content .handwritten {
    font-size: 24px;
  }
  .block-bidirectional-controls {
    display: none;
  }
  .block-bidirectional-sliders {
    height: 400px;
    flex-direction: column;
    gap: 10px;
  }
  .block-bidirectional-sliders .bidirectional-swiper-right {
    display: none;
  }
}
.block-guide {
  background-color: #1c2c39;
  padding: 176px 0px;
}
.block-guide-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: #fff;
}
.block-guide-content {
  font-size: 21px;
  line-height: 34px;
  font-weight: 300;
}
.block-guide-wrapper {
  display: flex;
  gap: 36px;
}
.block-guide-card {
  background-color: #db3a3a;
  padding: 50px 40px;
  color: #fff;
}
.block-guide-card-title {
  font-size: 36px;
  margin-bottom: 20px;
}
.block-guide-card-content {
  font-size: 21px;
  line-height: 34px;
  font-weight: 500;
}
.block-guide-card:nth-child(odd) {
  background-color: #87cedc;
  color: #09131c;
}
.block-guide-footer {
  color: #fff;
  margin-top: 20px;
  font-size: 21px;
  font-weight: 300;
}

@media screen and (max-width: 992px) {
  .block-guide {
    padding: 80px 0px;
  }
  .block-guide-wrapper {
    flex-wrap: wrap;
  }
  .block-guide-title {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .block-guide-content {
    margin-bottom: 32px;
    font-size: 18px;
  }
  .block-guide-card {
    padding: 32px 12px;
  }
  .block-guide-card-title {
    font-size: 26px;
  }
  .block-guide-card-content {
    font-size: 16px;
  }
  .block-guide-footer {
    font-size: 18px;
  }
}
.block-share-post {
  background-color: #09131c;
  padding: 100px 0px;
}
.block-share-post-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: #fff;
}
.block-share-post-wrapper-line {
  width: 100%;
  height: 1px;
  background-color: #b7b1a4;
  margin-bottom: 48px;
}
.block-share-post-wrapper .handwritten {
  color: #b7b1a4;
  font-size: 40px;
  transform: rotate(-1.6deg);
}
.block-share-post__buttons {
  display: flex;
  gap: 10px;
}
.block-share-post__buttons .button {
  display: flex;
  width: 39px;
  height: 39px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  background: #87cedc;
  color: #09131c;
  transition: 0.2s ease;
}
.block-share-post__buttons .button:hover {
  background-color: #09131c;
}
.block-share-post__buttons .button:hover i {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .block-share-post-wrapper h1 {
    font-size: 44px;
  }
  .block-share-post-wrapper .handwritten {
    font-size: 28px;
  }
}
.block-partners {
  position: relative;
  overflow: hidden;
  padding: 300px 0px 168px 0px;
  background-color: #09131c;
}
.block-partners > .container {
  position: relative;
  z-index: 1;
}
.block-partners::before {
  content: "Partners";
  position: absolute;
  top: 23%;
  left: 42%;
  transform: translate(-50%, -50%);
  font-size: 260px;
  font-weight: 600;
  color: rgba(217, 217, 217, 0.1);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}
.block-partners-top {
  color: #fff;
}
.block-partners-title {
  margin-bottom: 20px;
}
.block-partners-content {
  margin-bottom: 50px;
  font-size: 21px;
  font-weight: 300;
}
.block-partners-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}
.block-partners-item {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.block-partners-item-image {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
  aspect-ratio: 4/3;
  padding: 12px;
}
.block-partners-item-content {
  margin: 30px 0px;
}
.block-partners-item-title {
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .block-partners-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .block-partners {
    padding: 80px 0px;
  }
  .block-partners::before {
    display: none;
  }
  .block-partners-title {
    font-size: 32px;
  }
  .block-partners-content {
    font-size: 16px;
  }
  .block-partners-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .block-partners-item {
    aspect-ratio: 1/1;
  }
  .block-partners-item-title {
    font-size: 16px;
  }
}
.block-timeline {
  position: relative;
  padding: 200px 0;
  background-color: #09131c;
}
.block-timeline > .container {
  position: relative;
  z-index: 1;
}
.block-timeline::before {
  content: "Historie";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 293px;
  font-weight: 600;
  color: rgba(138, 204, 219, 0.15);
  white-space: nowrap;
  pointer-events: none;
}

.timeline {
  position: relative;
  width: 100%;
}
.timeline .timeline-swiper {
  position: relative;
  width: 100%;
  max-width: 1440px;
}
.timeline .swiper-wrapper {
  padding: 0px 0px 140px 0px;
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.timeline .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.timeline .swiper-slide:nth-child(even) .swiper-slide-content {
  flex-direction: row-reverse;
}
.timeline .swiper-slide:nth-child(even) .timeline-image::after {
  left: unset;
  right: 0;
  rotate: -45deg;
}
.timeline .swiper-slide-content {
  display: flex;
  width: 100%;
  flex-direction: row;
  z-index: 2;
  gap: 50px;
}
.timeline .swiper-slide .timeline-image {
  flex: 0 0 50%;
  width: 50%;
  overflow: hidden;
  position: relative;
}
.timeline .swiper-slide .timeline-image img {
  max-height: 468px;
}
.timeline .swiper-slide .timeline-content-wrapper {
  flex: 1;
  width: 50%;
  display: flex;
  flex-direction: column;
}
.timeline .swiper-slide .timeline-year {
  display: block;
  font-size: 32px;
  margin-bottom: 12px;
  color: #b7b1a4;
  opacity: 0;
  transition: 0.2s ease 0.4s;
  font-weight: 300;
}
.timeline .swiper-slide .timeline-title {
  font-weight: 800;
  margin: 0 0 20px;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.5s;
  color: #fff;
}
.timeline .swiper-slide .timeline-text {
  line-height: 1.5;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.6s;
  color: #fff;
  font-size: 21px;
  max-height: 300px;
  font-weight: 200;
  overflow-y: auto;
  scrollbar-color: #8ACCDB #1d2d3a;
}
.timeline .swiper-slide .timeline-text > * {
  width: 90%;
}
.timeline .swiper-slide-active .timeline-year {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.6s;
}
.timeline .swiper-slide-active .timeline-title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.7s;
}
.timeline .swiper-slide-active .timeline-text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.8s;
}
.timeline .swiper-pagination {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 64px 220px;
  background-color: #1c2c39;
  font-size: 36px;
  overflow: hidden;
  z-index: 3;
}
.timeline .swiper-pagination::before {
  display: none;
}
.timeline .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  color: #b7b1a4;
  padding: 24px 0px;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}
.timeline .swiper-pagination-bullet::before, .timeline .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  background-color: #b7b1a4;
}
.timeline .swiper-pagination-bullet::before {
  top: 100%;
  transform: translateX(-50%);
}
.timeline .swiper-pagination-bullet::after {
  bottom: 100%;
  transform: translateX(-50%);
}
.timeline .swiper-pagination-bullet:hover {
  color: #fff;
}
.timeline .swiper-pagination-bullet-active {
  color: #fff;
}
.timeline .swiper-pagination-bullet-active::before {
  transform: translateX(-50%) scale(1);
}
.timeline .swiper-button-next,
.timeline .swiper-button-prev {
  background-size: 88px 58px;
  width: 88px;
  height: 58px;
  margin-top: 0;
  z-index: 4;
  transition: 0.2s;
  top: unset;
  bottom: 7%;
  transform: translateY(-50%);
}
.timeline .swiper-button-next::after,
.timeline .swiper-button-prev::after {
  display: none;
}
.timeline .swiper-button-prev {
  left: 100px;
  right: auto;
  background-image: url("../img/timeline-button.svg");
}
.timeline .swiper-button-next {
  left: auto;
  right: 100px;
  background-image: url("../img/timeline-button-r.svg");
}
@media screen and (max-width: 768px) {
  .timeline .swiper-wrapper {
    padding: 0px;
  }
  .timeline .swiper-slide {
    flex-direction: column;
  }
  .timeline .swiper-slide-content {
    flex-direction: column !important;
  }
  .timeline .swiper-slide .timeline-image {
    flex: 0 0 auto;
    width: 100%;
    height: 333px;
  }
  .timeline .swiper-slide .timeline-content-wrapper {
    flex: 1;
    width: 100%;
    padding: 30px 20px;
  }
  .timeline .swiper-slide .timeline-year {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .timeline .swiper-slide .timeline-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .timeline .swiper-slide .timeline-text {
    font-size: 14px;
  }
  .timeline .swiper-pagination {
    font-size: 14px;
    padding: 15px 10px;
    bottom: 0px !important;
  }
  .timeline .swiper-pagination-bullet {
    margin: 0 8px !important;
    flex-shrink: 0;
  }
  .timeline .swiper-button-prev,
  .timeline .swiper-button-next {
    bottom: 2%;
    background-size: 40px 26px;
    width: 40px;
    height: 26px;
  }
  .timeline .swiper-button-prev {
    left: 10px;
  }
  .timeline .swiper-button-next {
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .block-timeline {
    padding: 88px 0px 0px;
  }
  .block-timeline::before {
    font-size: 80px;
  }
}
.block-masonry-gallery {
  padding: 0;
  background-color: #09131c;
  overflow: hidden;
}
.block-masonry-gallery.is-pinned {
  position: relative;
  z-index: 1;
}
.block-masonry-gallery-viewport {
  padding: 100px 0;
  overflow: visible;
}

.masonry-item.gsap-hidden {
  visibility: hidden;
  opacity: 0;
}

.masonry-header {
  text-align: center;
  margin-bottom: 60px;
}
.masonry-header .masonry-subtitle {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  opacity: 0.8;
}
.masonry-header .masonry-title {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin: 0;
}

.masonry-grid {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  grid-template-rows: repeat(4, 170px);
  gap: 28px;
  margin: 0 auto;
  padding: 32px;
}

.masonry-item {
  position: relative;
  overflow: hidden;
}
.masonry-item-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.masonry-item-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.masonry-item-1 {
  grid-column: 1/4;
  grid-row: 1/3;
}
.masonry-item-1 .masonry-item-inner {
  mask-image: url("../img/masonry-mask-diamond.png");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../img/masonry-mask-diamond.png");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.masonry-item-2 {
  grid-column: 4/8;
  grid-row: 3/5;
}
.masonry-item-3 {
  grid-column: 8/11;
  grid-row: 3/5;
}
.masonry-item-4 {
  grid-column: 11/14;
  grid-row: 1/3;
}
.masonry-item-5 {
  grid-column: 1/4;
  grid-row: 3/5;
}
.masonry-item-6 {
  grid-column: 4/11;
  grid-row: 1/3;
}
.masonry-item-7 {
  grid-column: 11/14;
  grid-row: 3/5;
}
.masonry-item-7 .masonry-item-inner {
  mask-image: url("../img/discover-mask.png");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../img/discover-mask.png");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

@media screen and (max-width: 1200px) {
  .masonry-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(6, 120px);
  }
  .masonry-item-1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .masonry-item-2 {
    grid-column: 1/3;
    grid-row: 3/5;
  }
  .masonry-item-3 {
    grid-column: 3/5;
    grid-row: 3/4;
  }
  .masonry-item-4 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .masonry-item-5 {
    grid-column: 3/5;
    grid-row: 2/4;
  }
  .masonry-item-6 {
    grid-column: 2/5;
    grid-row: 1/3;
  }
  .masonry-item-7 {
    grid-column: 3/5;
    grid-row: 4/6;
  }
}
@media screen and (max-width: 768px) {
  .block-masonry-gallery {
    padding: 60px 0;
  }
  .block-masonry-gallery-viewport {
    padding: 0;
  }
  .masonry-header {
    margin-bottom: 40px;
  }
  .masonry-header .masonry-title {
    font-size: 32px;
  }
  .masonry-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 15px;
    padding: 0;
  }
  .masonry-item {
    top: 0;
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    height: 220px;
  }
  .masonry-item .masonry-item-inner {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.block-justText {
  color: #fff;
  padding: 52px 0;
  font-size: 21px;
  line-height: 34px;
  font-weight: 300;
}
.block-justText .row {
  justify-content: center;
}
.block-justText__content {
  text-align: center;
  margin-bottom: 52px;
}
.block-justText__doublecontent {
  display: flex;
  gap: 32px;
}
.block-justText__doublecontent .left, .block-justText__doublecontent .right {
  flex: 1;
}
.block-justText__slogan {
  text-align: center;
  margin-top: 52px;
  transform: rotate(-1.6deg);
}
.block-justText__slogan em {
  color: #b7b1a4;
  font-family: "Mayonice", cursive;
  font-size: 40px;
}

@media screen and (max-width: 992px) {
  .block-justText h1 {
    font-size: 36px;
  }
  .block-justText__doublecontent {
    flex-direction: column;
  }
}
.theme-popup {
  top: unset !important;
  z-index: unset !important;
  position: unset !important;
}

.modal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1050 !important;
}

.modal-dialog {
  max-width: 100vh;
}
.modal-dialog .modal-content {
  color: white !important;
  background-size: cover;
  height: auto;
  background-repeat: no-repeat;
  border-radius: 0px;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 85% 100%, 0 100%);
}
.modal-dialog .modal-content .modal-close {
  position: absolute;
  right: 0;
  margin: 20px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  z-index: 2;
}
.modal-dialog .modal-content .modal-close-icon {
  color: #db3a3a;
  cursor: pointer;
}
.modal-dialog .modal-content .modal-header {
  border-bottom: none;
  justify-content: center;
  z-index: 1;
}
.modal-dialog .modal-content .modal-body {
  z-index: 1;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.modal-dialog .modal-content .modal-body.text {
  padding: 0px;
}
.modal-dialog .modal-content .modal-title {
  font-family: "Museo Slab", serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.modal-dialog .modal-content .modal-title button {
  border: none;
}
.modal-dialog .modal-content .modal-scoreboard {
  display: flex;
  justify-content: center;
  position: relative;
}
.modal-dialog .modal-content .modal-scoreboard::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -15%);
  top: 0;
  width: 330px;
  height: 140%;
  background: #db3a3a;
  border-radius: 15px;
  z-index: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.modal-dialog .modal-content-text {
  padding: 28px;
  background: #1c2c39;
}

@media screen and (max-width: 768px) {
  .modal-dialog .modal-content .modal-body {
    padding: 2rem;
  }
  .modal-dialog .modal-content .modal-title {
    font-size: 40px;
  }
  .modal-dialog .modal-content .modal-scoreboard {
    flex-direction: column;
    align-items: center;
  }
  .modal-dialog .modal-content .modal-scoreboard::before {
    width: 100%;
    height: 85%;
    top: 0;
    left: 0;
    transform: translate(0, 10%);
  }
  .modal-dialog .modal-content .modal-scoreboard .team {
    padding: 10px 20px;
    border-radius: 15px 15px 0px 0px;
    width: 85%;
  }
  .modal-dialog .modal-content .modal-scoreboard .team.away {
    border-radius: 0px 0px 15px 15px;
  }
  .modal-dialog .modal-content .modal-scoreboard .dateAndLocation {
    width: 85%;
    justify-content: center;
  }
}
.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 12px;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.block-agenda-single {
  background-color: #09131c;
  padding: 100px 0px;
}
.block-agenda-single .row {
  justify-content: space-between;
}
.block-agenda-single__buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 58px;
}
.block-agenda-single-text {
  color: #fff;
}
.block-agenda-single-text .handwritten {
  margin-top: 30px;
  transform: rotate(-1.6deg);
  color: #b7b1a4;
  font-size: 40px;
  width: 90%;
}
.block-agenda-single-date {
  color: #b7b1a4;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 40px;
}
.block-agenda-single-title {
  color: #fff;
  font-size: 60px;
  margin-bottom: 20px;
}
.block-agenda-single-content {
  font-size: 21px;
  line-height: 34px;
  font-weight: 300;
}
.block-agenda-single-details {
  background-color: #1c2c39;
  padding: 82px 60px;
  margin-top: 58px;
  color: #fff;
}
.block-agenda-single-details-title {
  font-size: 60px;
  margin-bottom: 20px;
}
.block-agenda-single-detail:not(:last-child) {
  margin-bottom: 20px;
}
.block-agenda-single-detail-label {
  color: #b7b1a4;
  font-size: 21px;
  margin-bottom: 8px;
}
.block-agenda-single-detail-value {
  font-size: 21px;
  font-weight: 300;
}
.block-agenda-media {
  position: relative;
  padding: 180px 0px;
  background-color: #969287;
  overflow: hidden;
}
.block-agenda-media .block-agenda-media__map .line {
  background: #fff;
  left: -12%;
}
.block-agenda-media .line {
  position: absolute;
  height: 1px;
  width: 200%;
  background: #8ACCDB;
  transform: translateX(-16%) rotate(290deg);
  left: -42%;
  bottom: 0;
}
.block-agenda-media-text {
  color: #fff;
  padding-left: 20px;
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.block-agenda-media-text.double {
  justify-content: unset;
  margin-bottom: 32px;
}
.block-agenda-media-title {
  margin-bottom: 20px;
}
.block-agenda-media-content {
  font-size: 21px;
  line-height: 34px;
  font-weight: 300;
}
.block-agenda-media__image {
  z-index: 1;
  position: relative;
}
.block-agenda-media__image img {
  max-height: 600px;
}
.block-agenda-media fieldset {
  margin: 0 !important;
}
.block-agenda-banner {
  padding: 100px 0px;
  color: #fff;
}
.block-agenda-banner-title {
  margin-bottom: 20px;
}
.block-agenda-banner-content {
  font-size: 21px;
  line-height: 36px;
  font-weight: 300;
}
.block-agenda-fullscreen {
  position: relative;
  overflow: hidden;
}
.block-agenda-fullscreen-content__image img {
  max-height: 820px;
  -o-object-position: top;
     object-position: top;
}
.block-agenda-fullscreen-content__video-overlay {
  padding: 12px 20px;
  background-color: #db3a3a;
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0px;
  left: 50%;
  gap: 10px;
  transform: translateX(-50%);
  color: white;
  cursor: pointer;
  transition: bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.block-agenda-fullscreen-content__video-overlay.is-clicked {
  bottom: -100px;
}
.block-agenda-fullscreen-content__video-overlay i {
  font-size: 26px;
}
.block-agenda-fullscreen .line {
  position: absolute;
  height: 1px;
  width: 200%;
  background: #fff;
  transform: translateX(14%) rotate(245deg);
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .block-agenda-single-date {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .block-agenda-single-title {
    font-size: 36px;
  }
  .block-agenda-single-details {
    padding: 68px 44px;
  }
  .block-agenda-single-details-title {
    font-size: 36px;
  }
  .block-agenda-media {
    padding: 52px 0px 20px 0px;
  }
  .block-agenda-media-title {
    font-size: 32px;
  }
  .block-agenda-media-content {
    font-size: 16px;
  }
  .block-agenda-media-text {
    padding-left: 0px;
  }
  .block-agenda-media__map {
    margin-bottom: 32px;
  }
  .block-agenda-media__map .line {
    width: 300%;
    left: -28%;
  }
  .block-agenda-media__image {
    margin-bottom: 32px;
  }
  .block-agenda-media__image img {
    max-height: 400px;
  }
  .block-agenda-banner {
    padding: 52px 0px;
  }
  .block-agenda-banner-title {
    font-size: 32px;
  }
  .block-agenda-banner-content {
    font-size: 16px;
  }
}
.block-post-single {
  background-color: #09131c;
  padding: 100px 0px 0px;
}
.block-post-single .row {
  justify-content: space-between;
}
.block-post-single__buttons {
  margin-bottom: 58px;
  display: flex;
  gap: 20px;
}
.block-post-single-text {
  color: #fff;
}
.block-post-single-text .handwritten {
  margin-top: 30px;
  transform: rotate(-1.6deg);
  color: #b7b1a4;
  font-size: 40px;
  width: 90%;
}
.block-post-single-date {
  text-transform: capitalize;
  color: #b7b1a4;
  font-size: 36px;
  margin-bottom: 40px;
}
.block-post-single-title {
  color: #fff;
  font-size: 60px;
  margin-bottom: 20px;
}
.block-post-single-content {
  font-size: 21px;
  line-height: 34px;
  font-weight: 300;
}
.block-post-single-details {
  background-color: #1c2c39;
  padding: 82px 60px;
  margin-top: 58px;
  color: #fff;
}
.block-post-single-details-title {
  font-size: 60px;
  margin-bottom: 20px;
}
.block-post-single-detail:not(:last-child) {
  margin-bottom: 20px;
}
.block-post-single-detail-label {
  color: #b7b1a4;
  font-size: 24px;
  margin-bottom: 4px;
}
.block-post-single-detail-value {
  font-size: 21px;
}

@media screen and (max-width: 768px) {
  .block-post-single {
    padding: 52px 0px;
  }
  .block-post-single-date {
    font-size: 21px;
  }
  .block-post-single-title {
    font-size: 32px;
  }
  .block-post-single-content {
    font-size: 16px;
  }
}
.block-footer {
  padding: 152px 0px;
  background-color: #1c2c39;
  color: #D9D9D9;
  font-size: 18px;
}
.block-footer h2 {
  color: #b7b1a4;
  font-size: 28px;
  margin-bottom: 20px;
}
.block-footer a {
  color: #D9D9D9;
}
.block-footer a:hover {
  color: #fff;
}
.block-footer__location {
  margin-bottom: 30px;
}
.block-footer__phone {
  margin-bottom: 30px;
}
.block-footer-2 .block-footer__title {
  margin-bottom: 20px;
}
.block-footer-2 .block-footer__navigation #menu-footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.block-footer-2 .block-footer__navigation li {
  margin: 0px 0px 16px 0px;
}
.block-footer-2 .block-footer__navigation li:last-child {
  margin-bottom: 0px;
}
.block-footer-3 .fluentform .ff_columns_total_2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: end;
}
.block-footer-3 .fluentform .ff-name-field-wrapper {
  margin-bottom: 20px;
}
.block-footer-3 .fluentform .ff-el-group {
  width: 80%;
}
.block-footer-3 .fluentform .ff-el-group input {
  width: 100%;
  border-radius: 0px;
  border: none;
  padding: 14px 21px;
  font-size: 18px;
}
.block-footer-3 .fluentform .ff-el-group input::-moz-placeholder {
  color: #656256;
}
.block-footer-3 .fluentform .ff-el-group input::placeholder {
  color: #656256;
}
.block-footer-3 .fluentform .ff-el-group {
  margin-bottom: 12px;
}
.block-footer-3 .fluentform [placeholder] {
  color: #656256;
  font-family: "Museo Slab", serif !important;
  font-weight: 300;
}
.block-footer-3 .block-footer__partner {
  display: flex;
  gap: 44px;
}
.block-footer-3 .block-footer__partner-title {
  margin: 20px 0px 40px 0px;
}
.block-footer-3 .block-footer__partner-logo {
  max-width: 200px;
}
.block-footer-3 .block-footer__partner-logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.block-footer__bottom {
  background-color: #1c2c39;
  font-size: 16px;
  color: #969287;
}
.block-footer__bottom-wrapper {
  padding: 26px 0px;
  border-top: 1px solid #b7b1a4;
  display: flex;
  justify-content: space-between;
}
.block-footer__bottom-copyright a {
  border-left: 1px solid #969287;
  padding: 0px 6px;
}
.block-footer__bottom-copyright a:first-child {
  margin-left: 4px;
}
.block-footer__bottom-copyright a:last-child {
  border-right: 1px solid #969287;
}
.block-footer__bottom-socials {
  font-size: 21px;
  color: grey;
  display: flex;
  gap: 20px;
}
.block-footer__bottom a {
  color: #969287;
}
.block-footer__bottom a:hover {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .block-footer {
    padding: 58px 16px;
    font-size: 16px;
  }
  .block-footer__bottom-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .block-footer h2 {
    font-size: 24px;
  }
  .block-footer__email {
    margin-bottom: 30px;
  }
  .block-footer__navigation {
    margin-bottom: 30px;
  }
}
.theme-offcanvas {
  position: absolute;
  left: 0;
  width: 100%;
  max-height: 0;
  background-color: #09131c;
  z-index: 100;
  transition: max-height 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  color: #d9d9d9;
  font-size: 18px;
  overflow: auto;
}
.theme-offcanvas.active {
  max-height: 100vh;
  height: 100%;
}
.theme-offcanvas a {
  color: #d9d9d9;
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 18px;
}
.theme-offcanvas a:hover {
  color: #fff;
}
.theme-offcanvas .theme-offcanvas-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.theme-offcanvas .theme-offcanvas-top-logo {
  padding: 32px 0;
}
.theme-offcanvas .theme-offcanvas-top-logo img {
  max-width: 233px;
  height: auto;
}
.theme-offcanvas .theme-offcanvas-top-burger {
  display: flex;
  align-items: center;
  gap: 20px;
}
.theme-offcanvas .theme-offcanvas-top-burger .burger-trigger {
  width: unset;
  height: 36px;
}
.theme-offcanvas .theme-offcanvas-top-burger .burger-trigger i {
  font-size: 36px;
  color: #fff;
}
.theme-offcanvas .theme-offcanvas-wrapper {
  flex: 1;
  display: flex;
}
.theme-offcanvas .theme-offcanvas-wrapper .line-offcanvas {
  position: absolute;
  height: 1px;
  width: 200%;
  background: #fff;
  transform: translateX(-12%) rotate(315deg);
  left: 0;
  bottom: 0;
}
.theme-offcanvas .theme-offcanvas-wrapper-content {
  width: 100%;
  padding: 44px 256px;
}
.theme-offcanvas .theme-offcanvas-wrapper-navmenu {
  display: flex;
  justify-content: space-between;
  margin-top: 150px;
}
.theme-offcanvas .theme-offcanvas-wrapper .offcanvas-contact,
.theme-offcanvas .theme-offcanvas-wrapper .offcanvas-openinghours {
  margin-bottom: 40px;
}
.theme-offcanvas .theme-offcanvas-wrapper .offcanvas-contact-point {
  color: #fff;
}
.theme-offcanvas .theme-offcanvas-wrapper nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.theme-offcanvas .theme-offcanvas-wrapper nav ul li {
  margin: 0px 0px 16px 0;
}
.theme-offcanvas .theme-offcanvas-wrapper nav ul li .sub-menu {
  display: none;
}
.theme-offcanvas-nav {
  display: flex;
  justify-content: space-between;
  gap: 44px;
}
.theme-offcanvas-nav .left {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.theme-offcanvas-nav .right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.theme-offcanvas-mobile-slogan, .theme-offcanvas-mobile-socials {
  display: none;
}
.theme-offcanvas-menu {
  flex: 1;
}
.theme-offcanvas-menu.contact {
  width: 50%;
}
.theme-offcanvas-menu.contact .phone {
  margin-bottom: 40px;
}
.theme-offcanvas-menu-title {
  font-size: 28px;
  color: #b7b1a4;
  margin-bottom: 20px;
}

.theme-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.theme-offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
}

body.menu-open {
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .theme-offcanvas-image {
    width: 25%;
  }
  .theme-offcanvas .theme-offcanvas-wrapper-navmenu {
    margin-top: 50px;
  }
  .theme-offcanvas .theme-offcanvas-wrapper-content {
    padding: 0px 60px 0px 60px;
  }
}
@media screen and (max-width: 992px) {
  body.menu-open {
    overflow: auto;
  }
  .theme-offcanvas {
    overflow: hidden;
  }
  .theme-offcanvas.active {
    height: auto;
  }
  .theme-offcanvas-menu-title.hide-on-mobile {
    display: none;
  }
  .theme-offcanvas-menu:last-child {
    display: none;
  }
  .theme-offcanvas-nav {
    flex-direction: column;
    padding: 24px 48px;
  }
  .theme-offcanvas-nav .right {
    display: none;
  }
  .theme-offcanvas-mobile-slogan, .theme-offcanvas-mobile-socials {
    display: block;
  }
  .theme-offcanvas-mobile-slogan {
    background-color: #b1322d;
    padding: 18px 48px;
  }
  .theme-offcanvas-mobile-slogan .handwritten {
    transform: rotate(-2.257deg);
  }
  .theme-offcanvas-mobile-socials {
    background-color: #1c2c39;
    display: flex;
    justify-content: space-evenly;
    padding: 32px 0px;
  }
  .theme-offcanvas-mobile-socials a {
    color: #969287;
    font-size: 28px !important;
  }
  .theme-offcanvas-image {
    width: 100%;
  }
  .theme-offcanvas .theme-offcanvas-wrapper {
    flex-direction: column;
  }
  .theme-offcanvas .theme-offcanvas-wrapper-navmenu {
    margin-top: 50px;
  }
  .theme-offcanvas .theme-offcanvas-wrapper-content {
    width: 100%;
    padding: 0px;
  }
}
@media screen and (max-width: 576px) {
  .theme-offcanvas-download {
    gap: 4px;
    font-size: 12px;
  }
  .theme-offcanvas-download img {
    width: 18px;
  }
  .theme-offcanvas .theme-offcanvas-top-logo {
    padding: 32px 0;
  }
  .theme-offcanvas .theme-offcanvas-top-logo img {
    max-width: 144px;
    height: auto;
  }
  .theme-offcanvas .theme-offcanvas-top-burger {
    flex-direction: row-reverse;
  }
  .theme-offcanvas-image {
    width: 100%;
  }
  .theme-offcanvas .theme-offcanvas-wrapper .offcanvas-contact,
  .theme-offcanvas .theme-offcanvas-wrapper .offcanvas-openinghours {
    width: 100%;
    font-size: 14px;
    margin-bottom: 24px;
  }
  .theme-offcanvas .theme-offcanvas-wrapper-navmenu {
    margin-top: 50px;
    gap: 50px;
  }
  .theme-offcanvas .theme-offcanvas-wrapper nav ul li {
    margin: 0px 0px 24px 0;
  }
  .theme-offcanvas .theme-offcanvas-wrapper nav ul li a {
    font-size: 18px;
  }
  .theme-offcanvas .theme-offcanvas-wrapper-content {
    width: 100%;
    padding: 0px 0px;
  }
  .theme-offcanvas .right .offcanvas-socials {
    margin-bottom: 12px;
  }
}/*# sourceMappingURL=style.css.map */