@charset "UTF-8";
/*!
 * Bootstrap Grid v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

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

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.background-black {
  background: #1e1e1e;
}

.text-black {
  color: #1e1e1e;
}

.background-white {
  background: #ffffff;
}

.text-white {
  color: #ffffff;
}

.background-primary {
  background: var(--primary-color);
}

.text-primary {
  color: var(--primary-color);
}

.background-secondary {
  background: var(--secondary-color);
}

.text-secondary {
  color: var(--secondary-color);
}

.background-tertiary {
  background: var(--tertiary-color);
}

.text-tertiary {
  color: var(--tertiary-color);
}

.background-quaternary {
  background: var(--quaternary-color);
}

.text-quaternary {
  color: var(--quaternary-color);
}

.background-quinary {
  background: var(--quinary-color);
}

.text-quinary {
  color: var(--quinary-color);
}

.font-primary {
  font-family: "Montserrat", "Montserrat Fallback", sans-serif;
}

.font-secondary {
  font-family: "Bargenia", sans-serif;
}

.font-tertiary {
  font-family: "Montserrat", "Montserrat Fallback", sans-serif;
}

/*--------------------------------------------------------------
# Reset / Normalize
--------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  overflow-x: hidden;
  max-width: 100vw;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

aside {
  padding: 5px;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #1e1e1e;
}

a {
  color: inherit;
}

[tabindex="-1"]:focus {
  outline: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-inline-start: 0;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*--------------------------------------------------------------
# Project utilities
--------------------------------------------------------------*/
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

/*--------------------------------------------------------------
# Layout helpers
--------------------------------------------------------------*/
.atop {
  display: flex;
  align-items: flex-start;
}

.amiddle {
  display: flex;
  align-items: center;
}

.abottom {
  display: flex;
  align-items: flex-end;
}

.z-2 {
  position: relative;
  z-index: 2;
}

.z-3 {
  position: relative;
  z-index: 3;
}

/*--------------------------------------------------------------
# Gap
--------------------------------------------------------------*/
.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 2rem;
}

.gap-6 {
  gap: 2.5rem;
}

.gap-7 {
  gap: 3rem;
}

.gap-8 {
  gap: 3.5rem;
}

.gap-9 {
  gap: 4rem;
}

.gap-10 {
  gap: 4.5rem;
}

.gap-11 {
  gap: 5rem;
}

.gap-12 {
  gap: 5.5rem;
}

.gap-13 {
  gap: 6rem;
}

.gap-14 {
  gap: 6.5rem;
}

.gap-15 {
  gap: 7rem;
}

/*--------------------------------------------------------------
# Font weight
--------------------------------------------------------------*/
.fw-thin {
  font-weight: 100;
}

.fw-extralight {
  font-weight: 200;
}

.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fw-black {
  font-weight: 900;
}

/*--------------------------------------------------------------
# Font style
--------------------------------------------------------------*/
.fs-italic {
  font-style: italic;
}

.fs-normal {
  font-style: normal;
}

/*--------------------------------------------------------------
# Text alignment
--------------------------------------------------------------*/
.text-left {
  text-align: left;
}

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

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

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1440px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
}
/*--------------------------------------------------------------
# Text decoration
--------------------------------------------------------------*/
.text-decoration-none {
  text-decoration: none;
}

.text-decoration-underline {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Position
--------------------------------------------------------------*/
.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.position-static {
  position: static;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 800;
}

.font-italic {
  font-style: italic;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slideInUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}
.animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.animate--delay-1 {
  transition-delay: 0.1s;
}
.animate--delay-2 {
  transition-delay: 0.2s;
}
.animate--delay-3 {
  transition-delay: 0.3s;
}
.animate--delay-4 {
  transition-delay: 0.4s;
}
.animate--delay-5 {
  transition-delay: 0.5s;
}
.animate--up {
  transform: translateY(30px);
}
.animate--up.is-visible {
  transform: translateY(0);
}
.animate--down {
  transform: translateY(-30px);
}
.animate--down.is-visible {
  transform: translateY(0);
}
.animate--left {
  transform: translateX(-30px);
}
.animate--left.is-visible {
  transform: translateX(0);
}
.animate--right {
  transform: translateX(30px);
}
.animate--right.is-visible {
  transform: translateX(0);
}
.animate--scale {
  transform: scale(0.95);
}
.animate--scale.is-visible {
  transform: scale(1);
}
.animate--fast {
  transition-duration: 0.4s;
}
.animate--slow {
  transition-duration: 0.8s;
}

.stagger-children > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.stagger-children.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}
.stagger-children.is-visible > *:nth-child(1) {
  transition-delay: 0s;
}
.stagger-children.is-visible > *:nth-child(2) {
  transition-delay: 0.1s;
}
.stagger-children.is-visible > *:nth-child(3) {
  transition-delay: 0.2s;
}
.stagger-children.is-visible > *:nth-child(4) {
  transition-delay: 0.3s;
}
.stagger-children.is-visible > *:nth-child(5) {
  transition-delay: 0.4s;
}
.stagger-children.is-visible > *:nth-child(6) {
  transition-delay: 0.5s;
}
.stagger-children.is-visible > *:nth-child(7) {
  transition-delay: 0.6s;
}
.stagger-children.is-visible > *:nth-child(8) {
  transition-delay: 0.7s;
}
.stagger-children.is-visible > *:nth-child(9) {
  transition-delay: 0.8s;
}
.stagger-children.is-visible > *:nth-child(10) {
  transition-delay: 0.9s;
}

.hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-lift:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hover-scale {
  transition: transform 0.3s ease;
}
.hover-scale:hover {
  transform: scale(1.02);
}

.hover-glow {
  transition: box-shadow 0.3s ease;
}
.hover-glow:hover {
  box-shadow: 0 0 30px rgba(162, 45, 60, 0.2);
}

.text-reveal {
  overflow: hidden;
}
.text-reveal span {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.text-reveal.is-visible span {
  transform: translateY(0);
}

.line-animate {
  position: relative;
  overflow: hidden;
}
.line-animate::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
}
.line-animate.is-visible::after, .line-animate:hover::after {
  transform: scaleX(1);
}

.image-reveal {
  position: relative;
  overflow: hidden;
}
.image-reveal::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #f5f3ef;
  z-index: 1;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.image-reveal img {
  transform: scale(1.1);
  transition: transform 0.8s ease 0.2s;
}
.image-reveal.is-visible::before {
  transform: scaleX(0);
}
.image-reveal.is-visible img {
  transform: scale(1);
}

.counter {
  font-variant-numeric: tabular-nums;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .animate,
  .stagger-children > * {
    opacity: 1;
    transform: none;
  }
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 100000;
  padding: 0.75rem 1rem;
  background: var(--primary-color);
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  word-wrap: normal;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-padding-top: 225px;
}
@media (max-width: 1439.98px) {
  html {
    scroll-padding-top: 16.0714285714vw;
  }
}
@media (max-width: 1440.98px) {
  html {
    scroll-padding-top: 15.625vw;
  }
}
@media (max-width: 1399.98px) {
  html {
    scroll-padding-top: 29.296875vw;
  }
}
@media (max-width: 767.98px) {
  html {
    scroll-padding-top: 60vw;
  }
}
html.no-scroll {
  overflow: hidden !important;
}

body {
  background: #ffffff;
  max-width: 100vw;
  width: 100%;
}

.container {
  max-width: 90vw;
}

@media only screen and (min-width: 1025px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439.98px) {
  .container {
    max-width: 85.7142857143vw;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440.98px) {
  .container {
    max-width: 83.3333333333vw;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1399.98px) {
  .container {
    max-width: 156.25vw;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 767.98px) {
  .container {
    max-width: 320vw;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Bargenia", sans-serif;
  overflow: hidden;
  font-weight: 400;
}

.heading--large, h1 {
  font-size: 70px;
  line-height: 70px;
}
@media (max-width: 1439.98px) {
  .heading--large, h1 {
    font-size: 5vw;
    line-height: 5vw;
  }
}
@media (max-width: 1440.98px) {
  .heading--large, h1 {
    font-size: 4.8611111111vw;
    line-height: 4.8611111111vw;
  }
}
@media (max-width: 1399.98px) {
  .heading--large, h1 {
    font-size: 3.90625vw;
    line-height: 3.90625vw;
  }
}
@media (max-width: 767.98px) {
  .heading--large, h1 {
    font-size: 8vw;
    line-height: 8vw;
  }
}
.heading--medium, h2 {
  font-size: 50px;
  line-height: 50px;
}
@media (max-width: 1439.98px) {
  .heading--medium, h2 {
    font-size: 3.5714285714vw;
    line-height: 3.5714285714vw;
  }
}
@media (max-width: 1440.98px) {
  .heading--medium, h2 {
    font-size: 3.4722222222vw;
    line-height: 3.4722222222vw;
  }
}
@media (max-width: 1399.98px) {
  .heading--medium, h2 {
    font-size: 3.90625vw;
    line-height: 3.90625vw;
  }
}
@media (max-width: 767.98px) {
  .heading--medium, h2 {
    font-size: 8vw;
    line-height: 8vw;
  }
}
.heading--small, h3 {
  font-size: 22px;
  line-height: 28px;
}
@media (max-width: 1439.98px) {
  .heading--small, h3 {
    font-size: 1.5714285714vw;
    line-height: 2vw;
  }
}
@media (max-width: 1440.98px) {
  .heading--small, h3 {
    font-size: 1.5277777778vw;
    line-height: 1.9444444444vw;
  }
}
@media (max-width: 1399.98px) {
  .heading--small, h3 {
    font-size: 3.125vw;
    line-height: 3.90625vw;
  }
}
@media (max-width: 767.98px) {
  .heading--small, h3 {
    font-size: 6.4vw;
    line-height: 8vw;
  }
}

@font-face {
  font-family: "Bargenia";
  src: url("../fonts/Bargenia/Bargenia-Regular.woff2") format("woff2"), url("../fonts/Bargenia/Bargenia-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-VariableFont_wght.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Italic-VariableFont_wght.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Fallback";
  src: local("Arial");
  size-adjust: 113.1%;
  ascent-override: 84%;
  descent-override: 22%;
  line-gap-override: 0%;
}
body {
  font-weight: 300;
  font-style: normal;
  font-family: "Montserrat", "Montserrat Fallback", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 24.5px;
}
@media (max-width: 1439.98px) {
  body {
    font-size: 1vw;
    line-height: 1.75vw;
  }
}
@media (max-width: 1440.98px) {
  body {
    font-size: 0.9722222222vw;
    line-height: 1.7013888889vw;
  }
}
@media (max-width: 1399.98px) {
  body {
    font-size: 1.8229166667vw;
    line-height: 2.8645833333vw;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}

.text--small {
  font-size: 12px;
  line-height: 18px;
}
@media (max-width: 1439.98px) {
  .text--small {
    font-size: 0.8571428571vw;
    line-height: 1.2857142857vw;
  }
}
@media (max-width: 1440.98px) {
  .text--small {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }
}
@media (max-width: 1399.98px) {
  .text--small {
    font-size: 1.5625vw;
    line-height: 2.34375vw;
  }
}
@media (max-width: 767.98px) {
  .text--small {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}

.button {
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
  font-size: 14px;
  line-height: 17.122px;
  letter-spacing: 0.28px;
  border-radius: 30px;
  padding: 10px 20px;
}
@media (max-width: 1439.98px) {
  .button {
    font-size: 1vw;
    line-height: 1.223vw;
    letter-spacing: 0.02vw;
    border-radius: 2.1428571429vw;
    padding: 0.7142857143vw 1.4285714286vw;
  }
}
@media (max-width: 1440.98px) {
  .button {
    font-size: 0.9722222222vw;
    line-height: 1.1890277778vw;
    letter-spacing: 0.0194444444vw;
    border-radius: 2.0833333333vw;
    padding: 0.6944444444vw 1.3888888889vw;
  }
}
@media (max-width: 1399.98px) {
  .button {
    font-size: 1.8229166667vw;
    line-height: 2.2294270833vw;
    letter-spacing: 0.0364583333vw;
    border-radius: 3.90625vw;
    padding: 1.3020833333vw 2.6041666667vw;
  }
}
@media (max-width: 767.98px) {
  .button {
    font-size: 3.7333333333vw;
    line-height: 4.5658666667vw;
    letter-spacing: 0.0746666667vw;
    border-radius: 8vw;
    padding: 2.6666666667vw 5.3333333333vw;
  }
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e1db;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.site-header--hidden {
  transform: translateY(-100%);
}
.site-header--scrolled {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
  padding: 16px 40px;
  height: 64px;
}
@media (max-width: 1439.98px) {
  .site-header__inner {
    padding: 1.1428571429vw 2.8571428571vw;
    height: 4.5714285714vw;
  }
}
@media (max-width: 1440.98px) {
  .site-header__inner {
    padding: 1.1111111111vw 2.7777777778vw;
    height: 4.4444444444vw;
  }
}
@media (max-width: 1399.98px) {
  .site-header__inner {
    padding: 1.8229166667vw 2.6041666667vw;
    height: 7.2916666667vw;
  }
}
@media (max-width: 767.98px) {
  .site-header__inner {
    padding: 3.7333333333vw 5.3333333333vw;
    height: 14.9333333333vw;
  }
}
.site-header__left {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1440.98px) {
  .site-header__left {
    gap: 12px;
  }
}
.site-header__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.site-header__logo img {
  height: auto;
  max-height: 32px;
}
@media (max-width: 1439.98px) {
  .site-header__logo img {
    max-height: 2.2857142857vw;
  }
}
@media (max-width: 1440.98px) {
  .site-header__logo img {
    max-height: 2.2222222222vw;
  }
}
@media (max-width: 1399.98px) {
  .site-header__logo img {
    max-height: 3.6458333333vw;
  }
}
@media (max-width: 767.98px) {
  .site-header__logo img {
    max-height: 7.4666666667vw;
  }
}
.site-header__logo-text {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  color: #1a1612;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 18px;
}
@media (max-width: 1439.98px) {
  .site-header__logo-text {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 1440.98px) {
  .site-header__logo-text {
    font-size: 1.25vw;
  }
}
@media (max-width: 1399.98px) {
  .site-header__logo-text {
    font-size: 1.8229166667vw;
  }
}
@media (max-width: 767.98px) {
  .site-header__logo-text {
    font-size: 3.7333333333vw;
  }
}
.site-header__tagline {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #94897c;
  font-size: 14px;
}
@media (max-width: 1439.98px) {
  .site-header__tagline {
    font-size: 1vw;
  }
}
@media (max-width: 1440.98px) {
  .site-header__tagline {
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 1399.98px) {
  .site-header__tagline {
    font-size: 1.5625vw;
  }
}
@media (max-width: 767.98px) {
  .site-header__tagline {
    font-size: 3.2vw;
  }
}
@media (max-width: 1399.98px) {
  .site-header__tagline {
    display: none;
  }
}
@media (max-width: 1440.98px) {
  .site-header__nav {
    display: none;
  }
}
.site-header__menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;
}
@media (max-width: 1439.98px) {
  .site-header__menu {
    gap: 2.2857142857vw;
  }
}
@media (max-width: 1440.98px) {
  .site-header__menu {
    gap: 2.2222222222vw;
  }
}
@media (max-width: 1399.98px) {
  .site-header__menu {
    gap: 3.125vw;
  }
}
@media (max-width: 767.98px) {
  .site-header__menu {
    gap: 6.4vw;
  }
}
.site-header__menu > li {
  position: relative;
}
.site-header__menu > li > a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #1a1612;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  position: relative;
  transition: color 0.2s ease;
  font-size: 13px;
}
@media (max-width: 1439.98px) {
  .site-header__menu > li > a {
    font-size: 0.9285714286vw;
  }
}
@media (max-width: 1440.98px) {
  .site-header__menu > li > a {
    font-size: 0.9027777778vw;
  }
}
@media (max-width: 1399.98px) {
  .site-header__menu > li > a {
    font-size: 1.5625vw;
  }
}
@media (max-width: 767.98px) {
  .site-header__menu > li > a {
    font-size: 3.2vw;
  }
}
.site-header__menu > li > a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #a22d3c;
  transition: width 0.3s ease;
}
.site-header__menu > li > a:hover {
  color: #a22d3c;
}
.site-header__menu > li > a:hover::after {
  width: 100%;
}
.site-header__menu > li.current-menu-item > a, .site-header__menu > li.current_page_item > a {
  color: #a22d3c;
}
.site-header__menu > li.current-menu-item > a::after, .site-header__menu > li.current_page_item > a::after {
  width: 100%;
}
.site-header__menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background-color: #ffffff;
  border: 1px solid #e5e1db;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  list-style: none;
  margin: 0;
  padding: 8px 0;
  min-width: 180px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}
.site-header__menu > li .sub-menu li a {
  display: block;
  padding: 10px 20px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #1a1612;
  text-decoration: none;
  transition: all 0.2s ease;
}
.site-header__menu > li .sub-menu li a:hover {
  background-color: rgba(162, 45, 60, 0.05);
  color: #a22d3c;
}
.site-header__menu > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.site-header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  gap: 6px;
  z-index: 110;
  transition: background-color 0.2s ease;
}
@media (max-width: 1440.98px) {
  .site-header__hamburger {
    display: flex;
  }
}
.site-header__hamburger:hover {
  background-color: rgba(26, 22, 18, 0.04);
}
.site-header__hamburger:focus {
  outline: 2px solid #a22d3c;
  outline-offset: 2px;
}
.site-header__hamburger:active {
  background-color: rgba(26, 22, 18, 0.08);
}
.site-header__hamburger-line {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #1a1612;
  border-radius: 2px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}
.site-header__hamburger.is-active .site-header__hamburger-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.site-header__hamburger.is-active .site-header__hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.site-header__hamburger.is-active .site-header__hamburger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.site-header__mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 105;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.site-header__mobile.is-open {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1440px) {
  .site-header__mobile {
    display: none;
  }
}
.site-header__mobile-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding: 100px 24px 60px;
}
.site-header__mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  max-width: 320px;
}
.site-header__mobile-menu li {
  opacity: 0;
  transform: translateY(24px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header__mobile.is-open .site-header__mobile-menu li {
  opacity: 1;
  transform: translateY(0);
}
.site-header__mobile.is-open .site-header__mobile-menu li:nth-child(1) {
  transition-delay: 0.14s;
}
.site-header__mobile.is-open .site-header__mobile-menu li:nth-child(2) {
  transition-delay: 0.2s;
}
.site-header__mobile.is-open .site-header__mobile-menu li:nth-child(3) {
  transition-delay: 0.26s;
}
.site-header__mobile.is-open .site-header__mobile-menu li:nth-child(4) {
  transition-delay: 0.32s;
}
.site-header__mobile.is-open .site-header__mobile-menu li:nth-child(5) {
  transition-delay: 0.38s;
}
.site-header__mobile.is-open .site-header__mobile-menu li:nth-child(6) {
  transition-delay: 0.44s;
}
.site-header__mobile.is-open .site-header__mobile-menu li:nth-child(7) {
  transition-delay: 0.5s;
}
.site-header__mobile.is-open .site-header__mobile-menu li:nth-child(8) {
  transition-delay: 0.56s;
}
.site-header__mobile-menu li a {
  display: block;
  padding: 18px 0;
  font-family: "Syne", sans-serif;
  font-weight: 600;
  color: #1a1612;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: color 0.2s ease, transform 0.2s ease;
  font-size: 26px;
}
@media (max-width: 1439.98px) {
  .site-header__mobile-menu li a {
    font-size: 1.8571428571vw;
  }
}
@media (max-width: 1440.98px) {
  .site-header__mobile-menu li a {
    font-size: 1.8055555556vw;
  }
}
@media (max-width: 1399.98px) {
  .site-header__mobile-menu li a {
    font-size: 2.8645833333vw;
  }
}
@media (max-width: 767.98px) {
  .site-header__mobile-menu li a {
    font-size: 5.8666666667vw;
  }
}
.site-header__mobile-menu li a:hover {
  color: #a22d3c;
}
.site-header__mobile-menu li a:active {
  transform: scale(0.98);
}
.site-header__mobile-menu li.current-menu-item a, .site-header__mobile-menu li.current_page_item a {
  color: #a22d3c;
  position: relative;
}
.site-header__mobile-menu li.current-menu-item a::after, .site-header__mobile-menu li.current_page_item a::after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background-color: #a22d3c;
  border-radius: 1px;
}
.site-header__mobile-menu li .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0 0 12px;
}
.site-header__mobile-menu li .sub-menu li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  padding: 12px 0;
  color: #94897c;
}
.site-header__mobile-menu li .sub-menu li a:hover {
  color: #a22d3c;
}

body {
  padding-top: 64px;
}
@media (max-width: 1439.98px) {
  body {
    padding-top: 4.5714285714vw;
  }
}
@media (max-width: 1440.98px) {
  body {
    padding-top: 4.4444444444vw;
  }
}
@media (max-width: 1399.98px) {
  body {
    padding-top: 7.2916666667vw;
  }
}
@media (max-width: 767.98px) {
  body {
    padding-top: 14.9333333333vw;
  }
}

body.menu-open {
  overflow: hidden;
}

.site-footer__body {
  background: #1e1e1e;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (max-width: 1439.98px) {
  .site-footer__body {
    padding-top: 3.2142857143vw;
    padding-bottom: 3.2142857143vw;
  }
}
@media (max-width: 1440.98px) {
  .site-footer__body {
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
  }
}
@media (max-width: 1399.98px) {
  .site-footer__body {
    padding-top: 5.859375vw;
    padding-bottom: 5.859375vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer__body {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}
.site-footer__navigation {
  margin-bottom: 20px;
}
@media (max-width: 1439.98px) {
  .site-footer__navigation {
    margin-bottom: 1.4285714286vw;
  }
}
@media (max-width: 1440.98px) {
  .site-footer__navigation {
    margin-bottom: 1.3888888889vw;
  }
}
@media (max-width: 1399.98px) {
  .site-footer__navigation {
    margin-bottom: 2.6041666667vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer__navigation {
    margin-bottom: 5.3333333333vw;
  }
}
.site-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.site-footer__menu a {
  color: #ffffff;
  text-decoration: none;
}
.site-footer__menu a:hover {
  text-decoration: underline;
}
.site-footer__bottom-bar {
  background: var(--secondary-color);
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1439.98px) {
  .site-footer__bottom-bar {
    padding-top: 1.0714285714vw;
    padding-bottom: 1.0714285714vw;
  }
}
@media (max-width: 1440.98px) {
  .site-footer__bottom-bar {
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
  }
}
@media (max-width: 1399.98px) {
  .site-footer__bottom-bar {
    padding-top: 1.953125vw;
    padding-bottom: 1.953125vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer__bottom-bar {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.error--page {
  padding-top: 175px;
  padding-bottom: 175px;
}
@media (max-width: 1439.98px) {
  .error--page {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 1440.98px) {
  .error--page {
    padding-top: 12.1527777778vw;
    padding-bottom: 12.1527777778vw;
  }
}
@media (max-width: 1399.98px) {
  .error--page {
    padding-top: 22.7864583333vw;
    padding-bottom: 22.7864583333vw;
  }
}
@media (max-width: 767.98px) {
  .error--page {
    padding-top: 46.6666666667vw;
    padding-bottom: 46.6666666667vw;
  }
}
.error--page h1,
.error--page h1 * {
  font-size: 300px;
  line-height: 280px;
}
@media (max-width: 1439.98px) {
  .error--page h1,
  .error--page h1 * {
    font-size: 21.4285714286vw;
    line-height: 20vw;
  }
}
@media (max-width: 1440.98px) {
  .error--page h1,
  .error--page h1 * {
    font-size: 20.8333333333vw;
    line-height: 19.4444444444vw;
  }
}
@media (max-width: 1399.98px) {
  .error--page h1,
  .error--page h1 * {
    font-size: 5.2083333333vw;
    line-height: 5.2083333333vw;
  }
}
@media (max-width: 767.98px) {
  .error--page h1,
  .error--page h1 * {
    font-size: 10.6666666667vw;
    line-height: 10.6666666667vw;
  }
}

/* ============================================
   Example page — Premium demo
   ============================================ */
/* Lenis smooth scroll — voorkom dubbele smooth scroll */
html.lenis,
html.lenis-smooth {
  scroll-behavior: auto;
}

.example-page {
  overflow-x: hidden;
  position: relative;
}

/* Page load mask — curtain reveal */
.example-page-load-mask {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #0a0a0a;
  clip-path: inset(0 0 0 0);
  pointer-events: none;
}
@media (min-width: 768px) {
  .example-page-load-mask {
    background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
  }
}

/* Hero */
.example-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
}

.example-hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.example-hero__parallax {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 160%;
  transform-origin: center center;
}
.example-hero__parallax img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.example-hero__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.example-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
}
.example-hero__overlay--gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.7) 100%);
}
.example-hero__overlay--vignette {
  background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.6) 100%);
}
.example-hero__overlay--dark {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.example-hero__overlay--left {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, transparent 60%);
}
.example-hero__overlay--minimal {
  background: rgba(0, 0, 0, 0.35);
}

.example-hero__noise {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.example-hero__content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 2rem 1.5rem;
  text-align: center;
}

/* Hero content start hidden — wordt geanimeerd via JS (alleen bij motion preference) */
@media (prefers-reduced-motion: no-preference) {
  .example-page .example-hero--main .example-hero__content > * {
    opacity: 0;
  }
}
.example-hero__label {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

.example-hero__title {
  margin: 0 0 1rem;
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.example-hero__title .split-char {
  display: inline-block;
  opacity: 0;
}
.example-hero__title--xl {
  font-size: clamp(3rem, 10vw, 6rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
}
.example-hero__title--cinematic {
  font-size: clamp(2.5rem, 7vw, 4rem);
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.example-hero__title--bold {
  font-size: clamp(2.75rem, 8vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.01em;
}
.example-hero__title--split {
  font-size: clamp(2rem, 5vw, 3.5rem);
  max-width: 500px;
  margin-left: 0;
}
.example-hero__title--final {
  font-size: clamp(2.5rem, 7vw, 4rem);
  font-weight: 800;
}

.example-hero__scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.example-hero__scroll-line {
  display: block;
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), transparent);
  transform-origin: top center;
  animation: scrollPulse 2.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes scrollPulse {
  0%, 100% {
    opacity: 0.4;
    transform: scaleY(0.6);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.example-hero__text {
  margin: 0 0 2rem;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
}

.example-hero__cta {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  backdrop-filter: blur(8px);
  transition: background 0.35s ease, border-color 0.35s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.example-hero__cta:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.8);
  transform: scale(1.02);
}

.example-hero--compact {
  min-height: 60vh;
}
@media (min-width: 768px) {
  .example-hero--compact {
    min-height: 70vh;
  }
}

.example-hero--compact .example-hero__title--sm {
  margin-bottom: 0;
  font-size: clamp(2rem, 5vw, 3rem);
}

.example-hero--main .example-hero__content {
  padding-bottom: 5rem;
}
.example-hero--main .example-hero__title--xl {
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.5);
}
.example-hero--main .example-hero__cta {
  padding: 1rem 2.25rem;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.12);
  border-width: 2px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.example-hero--cinematic .example-hero__title {
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.example-hero--dark .example-hero__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.example-hero--right .example-hero__content {
  text-align: right;
  margin-left: auto;
}

.example-hero--minimal .example-hero__overlay {
  background: rgba(0, 0, 0, 0.4);
}

.example-hero--compact .example-hero__title .split-word {
  display: inline-block;
  opacity: 0;
}

/* Scrub reveals — scroll-linked */
.example-scrub {
  padding: 5rem 0;
  background: #0f0f0f;
}

.example-scrub__intro {
  max-width: 600px;
  margin: 0 auto 3rem;
  padding: 0 1.5rem;
  text-align: center;
}

.example-scrub__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: #fff;
}

.example-scrub__desc {
  margin: 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
}

.example-scrub__full {
  margin-bottom: 4rem;
  overflow: hidden;
}
.example-scrub__full img {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.example-scrub__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .example-scrub__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.example-scrub__item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.example-scrub__item .reveal-img-wrap {
  position: relative;
  overflow: hidden;
}
.example-scrub__item .reveal-img-wrap img {
  width: 100%;
  display: block;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}

.example-scrub__label {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
}

/* Image reveal */
.example-reveal {
  padding: 5rem 0;
  background: #fff;
}

.example-reveal__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: #111827;
  text-align: center;
}

.example-reveal__subtitle {
  margin: 0 0 3rem;
  font-size: 1rem;
  color: #6b7280;
  text-align: center;
}

.example-reveal__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .example-reveal__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.example-reveal__grid {
  gap: 2rem;
}
@media (max-width: 1439.98px) {
  .example-reveal__grid {
    gap: 2rem;
  }
}
@media (max-width: 1440.98px) {
  .example-reveal__grid {
    gap: 2rem;
  }
}
@media (max-width: 1399.98px) {
  .example-reveal__grid {
    gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .example-reveal__grid {
    gap: 2rem;
  }
}

.example-reveal__item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.example-reveal__item .reveal-img-wrap {
  position: relative;
  overflow: hidden;
}
.example-reveal__item .reveal-img-wrap img {
  width: 100%;
  display: block;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .example-reveal__item--wide {
    grid-column: 1/-1;
  }
}
.example-reveal__item img {
  width: 100%;
  display: block;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}

.example-reveal__label {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
}

/* Intro */
.example-intro {
  padding: 4rem 0;
  background: #fafafa;
}

.example-intro__tagline {
  margin: 0;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 400;
  line-height: 1.5;
  color: #374151;
  text-align: center;
}

/* Showcase */
.example-showcase {
  padding: 5rem 0;
}

.example-showcase__title {
  margin: 0 0 3rem;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: #111827;
  text-align: center;
}

.example-showcase__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .example-showcase__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}
.example-showcase__grid {
  gap: 2rem;
}
@media (max-width: 1439.98px) {
  .example-showcase__grid {
    gap: 2rem;
  }
}
@media (max-width: 1440.98px) {
  .example-showcase__grid {
    gap: 2rem;
  }
}
@media (max-width: 1399.98px) {
  .example-showcase__grid {
    gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .example-showcase__grid {
    gap: 2rem;
  }
}

.example-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.example-card--img:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.example-card__media {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.example-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.example-card:hover .example-card__media img {
  transform: scale(1.03);
}

.example-card__body {
  padding: 1.5rem;
}

.example-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
}

.example-card__desc {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #6b7280;
}

/* Gallery */
.example-gallery {
  padding: 5rem 0;
  background: #fafafa;
}

.example-gallery__title {
  margin: 0 0 3rem;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: #111827;
  text-align: center;
}

.example-gallery__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .example-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.example-gallery__grid {
  gap: 2rem;
}
@media (max-width: 1439.98px) {
  .example-gallery__grid {
    gap: 2rem;
  }
}
@media (max-width: 1440.98px) {
  .example-gallery__grid {
    gap: 2rem;
  }
}
@media (max-width: 1399.98px) {
  .example-gallery__grid {
    gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .example-gallery__grid {
    gap: 2rem;
  }
}

.example-gallery__item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .example-gallery__item--wide {
    grid-column: 1/-1;
  }
}

.example-gallery__img-wrap {
  aspect-ratio: 8/5;
  overflow: hidden;
}
.example-gallery__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.example-gallery__label {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}

/* Split section */
.example-split-section {
  padding: 5rem 0;
}

.example-split-section__title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  color: #111827;
}
.example-split-section__title .split-word {
  display: inline-block;
  margin-right: 0.25em;
  opacity: 0;
}

.example-split-section__text {
  margin: 0;
  max-width: 600px;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #6b7280;
}

/* Hover gallery */
.example-hover-gallery {
  padding: 5rem 0;
  background: #fafafa;
}

.example-hover-gallery__title {
  margin: 0 0 3rem;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: #111827;
  text-align: center;
}

.example-hover-gallery__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .example-hover-gallery__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.example-hover-gallery__grid {
  gap: 2rem;
}
@media (max-width: 1439.98px) {
  .example-hover-gallery__grid {
    gap: 2rem;
  }
}
@media (max-width: 1440.98px) {
  .example-hover-gallery__grid {
    gap: 2rem;
  }
}
@media (max-width: 1399.98px) {
  .example-hover-gallery__grid {
    gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .example-hover-gallery__grid {
    gap: 2rem;
  }
}

.example-hover-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.example-hover-card img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.example-hover-card__label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(4px);
}

.example-hover-card:hover .example-hover-card__label {
  opacity: 1;
  transform: translateY(0);
}

/* Parallax showcase */
.example-parallax-showcase {
  padding: 5rem 0;
  background: #0a0a0a;
}

.example-parallax-showcase__title {
  margin: 0 0 0.5rem;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.example-parallax-showcase__desc {
  margin: 0 0 4rem;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.example-parallax-showcase__full {
  position: relative;
  height: 85vh;
  min-height: 500px;
  margin-bottom: 4rem;
  overflow: hidden;
}

.example-parallax-showcase__full-inner {
  position: absolute;
  top: -25%;
  left: 0;
  width: 100%;
  height: 150%;
}
.example-parallax-showcase__full-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.example-parallax-showcase__full-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.example-parallax-showcase__full-title {
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.5);
}

.example-parallax-showcase__multi {
  position: relative;
  height: 90vh;
  min-height: 550px;
  margin-bottom: 4rem;
  overflow: hidden;
}

.example-parallax-showcase__multi-bg {
  position: absolute;
  top: -25%;
  left: 0;
  width: 100%;
  height: 150%;
  z-index: 0;
}
.example-parallax-showcase__multi-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.example-parallax-showcase__multi-mid {
  position: absolute;
  top: -25%;
  left: 0;
  width: 100%;
  height: 150%;
  z-index: 1;
}
.example-parallax-showcase__multi-mid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.example-parallax-showcase__multi-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.example-parallax-showcase__multi-title {
  margin: 0 0 0.5rem;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.example-parallax-showcase__multi-desc {
  margin: 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
}

.example-parallax-showcase__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .example-parallax-showcase__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

.example-parallax-showcase__card {
  position: relative;
  height: 350px;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .example-parallax-showcase__card {
    height: 400px;
  }
}

.example-parallax-showcase__card-inner {
  position: absolute;
  top: -25%;
  left: 0;
  width: 100%;
  height: 150%;
}
.example-parallax-showcase__card-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.example-parallax-showcase__card-label {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
}

/* Features */
.example-features {
  padding: 5rem 0;
}

.example-features__title {
  margin: 0 0 3rem;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: #111827;
  text-align: center;
}

.example-features__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .example-features__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
.example-features__grid {
  gap: 2rem;
}
@media (max-width: 1439.98px) {
  .example-features__grid {
    gap: 2rem;
  }
}
@media (max-width: 1440.98px) {
  .example-features__grid {
    gap: 2rem;
  }
}
@media (max-width: 1399.98px) {
  .example-features__grid {
    gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .example-features__grid {
    gap: 2rem;
  }
}

.example-feature {
  padding: 2rem;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s, transform 0.3s;
}
.example-feature:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.example-feature__icon {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #9f7150;
}

.example-feature__title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #374151;
}

/* CTA */
.example-cta {
  padding: 5rem 0;
  background: #111827;
}

.example-cta__box {
  max-width: 600px;
  margin: 0 auto;
  padding: 3rem 2rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.example-cta__title {
  margin: 0 0 0.5rem;
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 700;
  color: #fff;
}
.example-cta__title .split-char {
  display: inline-block;
  opacity: 0;
}

.example-cta__text {
  margin: 0 0 2rem;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
}

.example-cta__btn {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #111827;
  text-decoration: none;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}
.example-cta__btn:hover {
  background: #f3f4f6;
}

/* ============================================
   Referentie — Alle animaties
   ============================================ */
.example-reference {
  padding: 5rem 0 6rem;
  background: #f8fafc;
}

.example-reference__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: #111827;
  text-align: center;
}

.example-reference__desc {
  margin: 0 0 3rem;
  font-size: 1rem;
  color: #6b7280;
  text-align: center;
}

.example-ref__block {
  margin-bottom: 4rem;
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.example-ref__block:last-child {
  margin-bottom: 0;
}

.example-ref__block-title {
  margin: 0 0 1.5rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #374151;
  border-bottom: 2px solid #e5e7eb;
}

.example-ref__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
  .example-ref__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .example-ref__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1440px) {
  .example-ref__grid--compact {
    grid-template-columns: repeat(6, 1fr);
  }
}

.example-ref__card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 8px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.example-ref__card span {
  position: relative;
  z-index: 1;
  font-size: 0.8125rem;
  font-weight: 600;
}
.example-ref__card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}
.example-ref__card--hover {
  cursor: pointer;
}
.example-ref__card--split .split-char {
  display: inline-block;
  opacity: 0;
}
.example-ref__card--reveal {
  padding: 0;
  min-height: 120px;
}
.example-ref__card--reveal .reveal-img-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.example-ref__card--reveal .reveal-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.example-ref__card--reveal span {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  z-index: 2;
}
.example-ref__card--scroll {
  position: relative;
  padding: 0;
  min-height: 120px;
  overflow: hidden;
}
.example-ref__card--scroll .example-ref__scroll-inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 120%;
  margin-top: -10%;
}
.example-ref__card--scroll span {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  z-index: 2;
}

.example-ref__scroll-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.example-ref__scroll-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.example-ref__stagger {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.example-ref__stagger-item {
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background: #4a90d9;
  border-radius: 6px;
}

.example-ref__split-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .example-ref__split-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

.example-ref__split-item .example-ref__split-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #6b7280;
  text-transform: uppercase;
}

.example-ref__split-text {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
}
.example-ref__split-text .split-char,
.example-ref__split-text .split-word {
  display: inline-block;
  opacity: 0;
}

.example-ref__scroll-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .example-ref__scroll-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.example-ref__scroll-item {
  position: relative;
}

.example-ref__scroll-box {
  position: relative;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
}
.example-ref__scroll-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.example-ref__label {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #6b7280;
}

.example-ref__helpers {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .example-ref__helpers {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1440px) {
  .example-ref__helpers {
    grid-template-columns: repeat(3, 1fr);
  }
}

.example-ref__helper-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 1rem;
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
  border-radius: 8px;
  color: #fff;
  overflow: hidden;
}
.example-ref__helper-card span {
  position: relative;
  z-index: 1;
  font-size: 0.875rem;
  font-weight: 600;
}
.example-ref__helper-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}

.example-ref__reveal-content {
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}

.example-ref__pin {
  background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
}

/* ============================================
   Landing page — Framer-style premium
   ============================================ */
.landing-page {
  overflow-x: hidden;
  background: #0a0a0a;
  color: #fafafa;
  /* Voorkom flikkering: scroll-animaties starten verborgen (hero via GSAP) */
}
.landing-page [data-animate]:not([data-animate=stagger-up]) {
  opacity: 0;
}
.landing-page [data-animate=stagger-up] > * {
  opacity: 0;
}
.landing-page {
  /* Hero content start hidden — GSAP timeline toont */
}
.landing-page .landing-hero__content > * {
  opacity: 0;
}

/* Hero */
.landing-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 1.5rem 5rem;
}

.landing-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.landing-hero__parallax-wrap {
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: 130%;
  will-change: transform;
}
.landing-hero__parallax-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.landing-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.landing-hero__content {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.landing-hero__gradient {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 40% at 50% -10%, rgba(99, 102, 241, 0.2), transparent 50%), radial-gradient(ellipse 50% 30% at 90% 60%, rgba(139, 92, 246, 0.08), transparent), radial-gradient(ellipse 40% 25% at 10% 90%, rgba(59, 130, 246, 0.06), transparent);
  pointer-events: none;
}

.landing-hero__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 80px 80px;
  -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 40%, black, transparent 65%);
          mask-image: radial-gradient(ellipse 70% 70% at 50% 40%, black, transparent 65%);
  pointer-events: none;
}

.landing-hero__badge {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6366f1;
  background: rgba(99, 102, 241, 0.15);
  border: 1px solid rgba(99, 102, 241, 0.3);
  border-radius: 100px;
}

.landing-hero__title {
  margin: 0 0 1.5rem;
  font-size: clamp(2.75rem, 8vw, 5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.landing-hero__subtitle {
  margin: 0 0 2rem;
  font-size: clamp(1.125rem, 2.5vw, 1.25rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
}

.landing-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.landing-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.landing-hero__btn--primary {
  color: #fff;
  background: #6366f1;
  border: 2px solid #6366f1;
}
.landing-hero__btn--primary:hover {
  background: #818cf8;
  border-color: #818cf8;
  transform: translateY(-2px);
  box-shadow: 0 10px 40px rgba(99, 102, 241, 0.35);
}
.landing-hero__btn--secondary {
  color: #fafafa;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.landing-hero__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
}

.landing-hero__trust {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}

/* Image showcase — scrub zoom */
.landing-showcase {
  padding: 0;
  overflow: hidden;
}

.landing-showcase__full {
  width: 100%;
  overflow: hidden;
}
.landing-showcase__full img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Features */
.landing-features {
  padding: 6rem 0;
}

.landing-features__header {
  max-width: 600px;
  margin: 0 auto 4rem;
  text-align: center;
}

.landing-features__title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.landing-features__subtitle {
  margin: 0;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}

.landing-features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .landing-features__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1440px) {
  .landing-features__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.landing-feature {
  padding: 0;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.landing-feature:hover {
  border-color: rgba(99, 102, 241, 0.2);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.landing-feature__media {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 1.25rem;
}

.landing-feature__parallax {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  will-change: transform;
}
.landing-feature__parallax img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.landing-feature__icon {
  margin-bottom: 1rem;
  padding: 0 1.75rem;
  font-size: 1.5rem;
}

.landing-feature__title {
  margin: 0 0 0.5rem;
  padding: 0 1.75rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.landing-feature__desc {
  margin: 0 0 1.75rem;
  padding: 0 1.75rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
}

/* Split section */
.landing-split {
  padding: 6rem 0;
  background: #0d0d0d;
}

.landing-split__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 1440px) {
  .landing-split__inner {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

.landing-split__title {
  margin: 0 0 1.25rem;
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.landing-split__text {
  margin: 0 0 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
}

.landing-split__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.landing-split__list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #fafafa;
}
.landing-split__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #6366f1;
  font-weight: 700;
}

.landing-split__media {
  border-radius: 16px;
  overflow: hidden;
}
.landing-split__media .reveal-img-wrap {
  position: relative;
  overflow: hidden;
}
.landing-split__media .reveal-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Benefits */
.landing-benefits {
  padding: 6rem 0;
}

.landing-benefits__header {
  max-width: 600px;
  margin: 0 auto 4rem;
  text-align: center;
}

.landing-benefits__title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.landing-benefits__subtitle {
  margin: 0;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}

.landing-benefits__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .landing-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1440px) {
  .landing-benefits__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.landing-benefit {
  padding: 2rem 1.75rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  text-align: center;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.landing-benefit:hover {
  border-color: rgba(99, 102, 241, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.landing-benefit__icon {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.landing-benefit__title {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.landing-benefit__desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}

/* Testimonials */
.landing-testimonials {
  padding: 6rem 0;
  background: #0d0d0d;
}

.landing-testimonials__title {
  margin: 0 0 3rem;
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.02em;
}

.landing-testimonials__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .landing-testimonials__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.landing-testimonial {
  margin: 0;
  padding: 2rem 1.75rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.landing-testimonial:hover {
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.landing-testimonial__quote {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
}

.landing-testimonial__author {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.landing-testimonial__author strong {
  font-size: 0.9375rem;
  color: #fafafa;
}
.landing-testimonial__author span {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
}

/* CTA */
.landing-cta {
  position: relative;
  padding: 6rem 0;
  overflow: hidden;
}

.landing-cta__bg {
  position: absolute;
  inset: 0;
}

.landing-cta__gradient {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 50%, rgba(99, 102, 241, 0.15), transparent), radial-gradient(ellipse 60% 60% at 50% 50%, rgba(139, 92, 246, 0.08), transparent);
}

.landing-cta__box {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  padding: 3.5rem 2rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
}

.landing-cta__title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.landing-cta__text {
  margin: 0 0 2rem;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}

.landing-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: #6366f1;
  border: 2px solid #6366f1;
  border-radius: 12px;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.landing-cta__btn:hover {
  background: #818cf8;
  border-color: #818cf8;
  transform: translateY(-2px);
  box-shadow: 0 10px 40px rgba(99, 102, 241, 0.4);
}

/* Header override voor landing */
.landing-page-active .site-header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.landing-page-active .site-header.sticky {
  background: rgba(10, 10, 10, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.landing-page-active .site-header__logo-text,
.landing-page-active .main-menu a {
  color: #fafafa;
}

.landing-page-active .main-menu a:hover {
  color: #6366f1;
}

/* Footer override voor landing */
.landing-page-active .site-footer {
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.landing-page-active .site-footer a,
.landing-page-active .site-footer {
  color: rgba(255, 255, 255, 0.6);
}

.landing-page-active .site-footer a:hover {
  color: #fafafa;
}

@media (max-width: 1440.98px) {
  h1 {
    display: none;
  }
}

.homepage {
  background-color: #f5f3ef;
}

.homepage--hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 700px;
}
@media (max-width: 1439.98px) {
  .homepage--hero {
    min-height: 50vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--hero {
    min-height: 48.6111111111vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--hero {
    min-height: 65.1041666667vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--hero {
    min-height: 133.3333333333vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--hero {
    min-height: 85vh;
    min-height: 85dvh;
  }
}
.homepage--hero__background {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.homepage--hero__slider {
  position: absolute;
  inset: 0;
}
.homepage--hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 1.2s;
}
.homepage--hero__slide.is-active {
  opacity: 1;
  visibility: visible;
}
.homepage--hero__slide.is-active .homepage--hero__image {
  animation: slowZoom 20s ease infinite alternate;
}
.homepage--hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
}
@keyframes slowZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}
.homepage--hero__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(26, 22, 18, 0.35) 0%, rgba(26, 22, 18, 0.5) 50%, rgba(26, 22, 18, 0.7) 100%);
  pointer-events: none;
}
.homepage--hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 100px 0;
}
@media (max-width: 1439.98px) {
  .homepage--hero__content {
    padding: 7.1428571429vw 0;
  }
}
@media (max-width: 1440.98px) {
  .homepage--hero__content {
    padding: 6.9444444444vw 0;
  }
}
@media (max-width: 1399.98px) {
  .homepage--hero__content {
    padding: 7.8125vw 0;
  }
}
@media (max-width: 767.98px) {
  .homepage--hero__content {
    padding: 16vw 0;
  }
}
.homepage--hero__title {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.2s;
  font-size: 72px;
  margin-bottom: 28px;
}
@media (max-width: 1439.98px) {
  .homepage--hero__title {
    font-size: 5.1428571429vw;
    margin-bottom: 2vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--hero__title {
    font-size: 5vw;
    margin-bottom: 1.9444444444vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--hero__title {
    font-size: 4.9479166667vw;
    margin-bottom: 2.6041666667vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--hero__title {
    font-size: 10.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.homepage--hero__title-large {
  display: block;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.homepage--hero__title-small {
  display: block;
  font-style: italic;
  text-transform: lowercase;
  font-size: 48px;
  margin-top: 4px;
}
@media (max-width: 1439.98px) {
  .homepage--hero__title-small {
    font-size: 3.4285714286vw;
    margin-top: 0.2857142857vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--hero__title-small {
    font-size: 3.3333333333vw;
    margin-top: 0.2777777778vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--hero__title-small {
    font-size: 3.6458333333vw;
    margin-top: 0.2604166667vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--hero__title-small {
    font-size: 7.4666666667vw;
    margin-top: 0.5333333333vw;
  }
}
.homepage--hero__subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.4s;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 36px;
}
@media (max-width: 1439.98px) {
  .homepage--hero__subtitle {
    font-size: 1.1428571429vw;
    line-height: 1.8571428571vw;
    margin-bottom: 2.5714285714vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--hero__subtitle {
    font-size: 1.1111111111vw;
    line-height: 1.8055555556vw;
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--hero__subtitle {
    font-size: 1.8229166667vw;
    line-height: 2.8645833333vw;
    margin-bottom: 3.6458333333vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--hero__subtitle {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    margin-bottom: 7.4666666667vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--hero__subtitle {
    max-width: 100%;
    padding: 0 16px;
  }
}
.homepage--hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.6s;
}
@media (max-width: 767.98px) {
  .homepage--hero__buttons {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 24px;
  }
}
.homepage--hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 16px 28px;
  font-size: 14px;
}
@media (max-width: 1439.98px) {
  .homepage--hero__btn {
    padding: 1.1428571429vw 2vw;
    font-size: 1vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--hero__btn {
    padding: 1.1111111111vw 1.9444444444vw;
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--hero__btn {
    padding: 1.8229166667vw 3.125vw;
    font-size: 1.6927083333vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--hero__btn {
    padding: 3.7333333333vw 6.4vw;
    font-size: 3.4666666667vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--hero__btn {
    width: 100%;
    max-width: 280px;
  }
}
.homepage--hero__btn svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}
.homepage--hero__btn--primary {
  background-color: #a22d3c;
  color: #ffffff;
  border: 1px solid #a22d3c;
}
.homepage--hero__btn--primary:hover {
  background-color: #8b2535;
  border-color: #8b2535;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(162, 45, 60, 0.35);
}
.homepage--hero__btn--primary:hover svg {
  transform: translateX(4px);
}
.homepage--hero__btn--primary:active {
  transform: translateY(-1px);
}
.homepage--hero__btn--secondary {
  background-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(4px);
}
.homepage--hero__btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}
.homepage--hero__btn--secondary:active {
  transform: translateY(0);
}
.homepage--hero__dots {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
}
@media (max-width: 1399.98px) {
  .homepage--hero__dots {
    bottom: 24px;
  }
}
.homepage--hero__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.homepage--hero__dot:hover {
  background-color: rgba(255, 255, 255, 0.6);
  transform: scale(1.1);
}
.homepage--hero__dot:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}
.homepage--hero__dot--active {
  width: 28px;
  border-radius: 5px;
  background-color: #ffffff;
}
.homepage--hero__dot--active:hover {
  transform: none;
}

.homepage--event-bar {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e1db;
  padding: 32px 0;
}
@media (max-width: 1439.98px) {
  .homepage--event-bar {
    padding: 2.2857142857vw 0;
  }
}
@media (max-width: 1440.98px) {
  .homepage--event-bar {
    padding: 2.2222222222vw 0;
  }
}
@media (max-width: 1399.98px) {
  .homepage--event-bar {
    padding: 2.6041666667vw 0;
  }
}
@media (max-width: 767.98px) {
  .homepage--event-bar {
    padding: 5.3333333333vw 0;
  }
}
.homepage--event-bar__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 24px;
}
@media (max-width: 1439.98px) {
  .homepage--event-bar__inner {
    gap: 1.1428571429vw 1.7142857143vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--event-bar__inner {
    gap: 1.1111111111vw 1.6666666667vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--event-bar__inner {
    gap: 1.5625vw 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--event-bar__inner {
    gap: 3.2vw 4.2666666667vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--event-bar__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.homepage--event-bar__label {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #94897c;
  position: relative;
  flex-shrink: 0;
  font-size: 10px;
  letter-spacing: 1.6px;
  padding-left: 18px;
}
@media (max-width: 1439.98px) {
  .homepage--event-bar__label {
    font-size: 0.7142857143vw;
    letter-spacing: 0.1142857143vw;
    padding-left: 1.2857142857vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--event-bar__label {
    font-size: 0.6944444444vw;
    letter-spacing: 0.1111111111vw;
    padding-left: 1.25vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--event-bar__label {
    font-size: 1.171875vw;
    letter-spacing: 0.15625vw;
    padding-left: 1.8229166667vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--event-bar__label {
    font-size: 2.4vw;
    letter-spacing: 0.32vw;
    padding-left: 3.7333333333vw;
  }
}
.homepage--event-bar__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #a22d3c;
  border-radius: 50%;
  animation: pulse 2s ease infinite;
}
.homepage--event-bar__title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  color: #1a1612;
  margin: 0;
  flex: 1;
  min-width: 0;
  font-size: 17px;
}
@media (max-width: 1439.98px) {
  .homepage--event-bar__title {
    font-size: 1.2142857143vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--event-bar__title {
    font-size: 1.1805555556vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--event-bar__title {
    font-size: 1.953125vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--event-bar__title {
    font-size: 4vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--event-bar__title {
    width: 100%;
  }
}
.homepage--event-bar__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #94897c;
  flex-shrink: 0;
}
.homepage--event-bar__icon {
  opacity: 0.6;
  flex-shrink: 0;
}
.homepage--event-bar__date {
  font-family: "Inter", sans-serif;
  white-space: nowrap;
  font-size: 12px;
}
@media (max-width: 1439.98px) {
  .homepage--event-bar__date {
    font-size: 0.8571428571vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--event-bar__date {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--event-bar__date {
    font-size: 1.4322916667vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--event-bar__date {
    font-size: 2.9333333333vw;
  }
}
.homepage--event-bar__link {
  font-family: "Inter", sans-serif;
  color: #a22d3c;
  text-decoration: none;
  margin-left: auto;
  position: relative;
  transition: color 0.3s ease;
  font-weight: 500;
  flex-shrink: 0;
  font-size: 12px;
}
@media (max-width: 1439.98px) {
  .homepage--event-bar__link {
    font-size: 0.8571428571vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--event-bar__link {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--event-bar__link {
    font-size: 1.4322916667vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--event-bar__link {
    font-size: 2.9333333333vw;
  }
}
.homepage--event-bar__link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #a22d3c;
  transition: width 0.3s ease;
}
.homepage--event-bar__link:hover::after {
  width: 100%;
}
@media (max-width: 1399.98px) {
  .homepage--event-bar__link {
    margin-left: 0;
    margin-top: 4px;
  }
}

.homepage--agenda {
  padding: 80px 0;
}
@media (max-width: 1439.98px) {
  .homepage--agenda {
    padding: 5.7142857143vw 0;
  }
}
@media (max-width: 1440.98px) {
  .homepage--agenda {
    padding: 5.5555555556vw 0;
  }
}
@media (max-width: 1399.98px) {
  .homepage--agenda {
    padding: 6.25vw 0;
  }
}
@media (max-width: 767.98px) {
  .homepage--agenda {
    padding: 12.8vw 0;
  }
}
.homepage--agenda__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}
@media (max-width: 1439.98px) {
  .homepage--agenda__header {
    margin-bottom: 2.2857142857vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--agenda__header {
    margin-bottom: 2.2222222222vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--agenda__header {
    margin-bottom: 3.125vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--agenda__header {
    margin-bottom: 6.4vw;
  }
}
.homepage--agenda__label {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #94897c;
  display: block;
  font-size: 10px;
  letter-spacing: 1.6px;
  margin-bottom: 8px;
}
@media (max-width: 1439.98px) {
  .homepage--agenda__label {
    font-size: 0.7142857143vw;
    letter-spacing: 0.1142857143vw;
    margin-bottom: 0.5714285714vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--agenda__label {
    font-size: 0.6944444444vw;
    letter-spacing: 0.1111111111vw;
    margin-bottom: 0.5555555556vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--agenda__label {
    font-size: 1.171875vw;
    letter-spacing: 0.15625vw;
    margin-bottom: 0.78125vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--agenda__label {
    font-size: 2.4vw;
    letter-spacing: 0.32vw;
    margin-bottom: 1.6vw;
  }
}
.homepage--agenda__title {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  color: #1a1612;
  margin: 0;
  letter-spacing: -0.02em;
  font-size: 35px;
}
@media (max-width: 1439.98px) {
  .homepage--agenda__title {
    font-size: 2.5vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--agenda__title {
    font-size: 2.4305555556vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--agenda__title {
    font-size: 3.3854166667vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--agenda__title {
    font-size: 6.9333333333vw;
  }
}
.homepage--agenda__view-all {
  font-family: "Inter", sans-serif;
  color: #a22d3c;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.2s ease;
  font-size: 12px;
}
@media (max-width: 1439.98px) {
  .homepage--agenda__view-all {
    font-size: 0.8571428571vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--agenda__view-all {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--agenda__view-all {
    font-size: 1.4322916667vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--agenda__view-all {
    font-size: 2.9333333333vw;
  }
}
.homepage--agenda__view-all:hover {
  text-decoration: underline;
}
.homepage--agenda__list {
  background-color: #ffffff;
  border: 1px solid #e5e1db;
  box-shadow: 0 2px 8px rgba(26, 22, 18, 0.04);
  overflow: hidden;
  border-radius: 12px;
}
@media (max-width: 1439.98px) {
  .homepage--agenda__list {
    border-radius: 0.8571428571vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--agenda__list {
    border-radius: 0.8333333333vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--agenda__list {
    border-radius: 1.3020833333vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--agenda__list {
    border-radius: 2.6666666667vw;
  }
}
.homepage--agenda__event {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  border-bottom: 1px solid #e5e1db;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 24px;
  gap: 24px;
}
@media (max-width: 1439.98px) {
  .homepage--agenda__event {
    padding: 1.7142857143vw;
    gap: 1.7142857143vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--agenda__event {
    padding: 1.6666666667vw;
    gap: 1.6666666667vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--agenda__event {
    padding: 2.6041666667vw;
    gap: 2.6041666667vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--agenda__event {
    padding: 5.3333333333vw;
    gap: 5.3333333333vw;
  }
}
.homepage--agenda__event:last-child {
  border-bottom: none;
}
.homepage--agenda__event:hover {
  background-color: rgba(162, 45, 60, 0.02);
}
.homepage--agenda__event:hover .homepage--agenda__event-arrow {
  background-color: #a22d3c;
  border-color: #a22d3c;
  color: #ffffff;
  transform: translateX(4px);
}
.homepage--agenda__event--past {
  opacity: 0.45;
}
.homepage--agenda__event--past:hover {
  opacity: 0.6;
}
@media (max-width: 1399.98px) {
  .homepage--agenda__event {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 16px 20px;
    padding: 20px 16px;
  }
  .homepage--agenda__event:hover {
    transform: none;
    background-color: rgba(162, 45, 60, 0.04);
  }
}
@media (max-width: 767.98px) {
  .homepage--agenda__event {
    padding: 18px 14px;
    gap: 14px 16px;
  }
}
.homepage--agenda__event-date {
  text-align: center;
  flex-shrink: 0;
  min-width: 65px;
}
@media (max-width: 1439.98px) {
  .homepage--agenda__event-date {
    min-width: 4.6428571429vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--agenda__event-date {
    min-width: 4.5138888889vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--agenda__event-date {
    min-width: 7.03125vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--agenda__event-date {
    min-width: 14.4vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--agenda__event-date {
    grid-row: span 2;
    align-self: start;
    padding-top: 2px;
    min-width: 54px;
  }
}
@media (max-width: 767.98px) {
  .homepage--agenda__event-date {
    min-width: 50px;
  }
}
.homepage--agenda__event-day {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
  color: #1a1612;
  letter-spacing: -0.02em;
  line-height: 1;
  font-size: 36px;
}
@media (max-width: 1439.98px) {
  .homepage--agenda__event-day {
    font-size: 2.5714285714vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--agenda__event-day {
    font-size: 2.5vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--agenda__event-day {
    font-size: 3.6458333333vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--agenda__event-day {
    font-size: 7.4666666667vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--agenda__event-day {
    font-size: 26px;
  }
}
.homepage--agenda__event-month {
  display: block;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #94897c;
  margin-top: 3px;
  font-size: 10px;
  letter-spacing: 1.4px;
}
@media (max-width: 1439.98px) {
  .homepage--agenda__event-month {
    font-size: 0.7142857143vw;
    letter-spacing: 0.1vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--agenda__event-month {
    font-size: 0.6944444444vw;
    letter-spacing: 0.0972222222vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--agenda__event-month {
    font-size: 1.171875vw;
    letter-spacing: 0.1432291667vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--agenda__event-month {
    font-size: 2.4vw;
    letter-spacing: 0.2933333333vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--agenda__event-month {
    font-size: 9px;
    letter-spacing: 1px;
    margin-top: 2px;
  }
}
.homepage--agenda__event-content {
  min-width: 0;
}
@media (max-width: 1399.98px) {
  .homepage--agenda__event-content {
    grid-column: 2;
  }
}
.homepage--agenda__event-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  color: #1a1612;
  margin: 0;
  letter-spacing: -0.01em;
  transition: color 0.3s ease;
  line-height: 1.35;
  font-size: 17px;
  margin-bottom: 8px;
}
@media (max-width: 1439.98px) {
  .homepage--agenda__event-title {
    font-size: 1.2142857143vw;
    margin-bottom: 0.5714285714vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--agenda__event-title {
    font-size: 1.1805555556vw;
    margin-bottom: 0.5555555556vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--agenda__event-title {
    font-size: 1.953125vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--agenda__event-title {
    font-size: 4vw;
    margin-bottom: 2.1333333333vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--agenda__event-title {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.homepage--agenda__event:hover .homepage--agenda__event-title {
  color: #a22d3c;
}
.homepage--agenda__event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1439.98px) {
  .homepage--agenda__event-meta {
    gap: 1.1428571429vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--agenda__event-meta {
    gap: 1.1111111111vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--agenda__event-meta {
    gap: 1.5625vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--agenda__event-meta {
    gap: 3.2vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--agenda__event-meta {
    gap: 10px;
  }
}
.homepage--agenda__event-meta-item {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  color: #94897c;
  gap: 6px;
  font-size: 11px;
}
@media (max-width: 1439.98px) {
  .homepage--agenda__event-meta-item {
    gap: 0.4285714286vw;
    font-size: 0.7857142857vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--agenda__event-meta-item {
    gap: 0.4166666667vw;
    font-size: 0.7638888889vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--agenda__event-meta-item {
    gap: 0.6510416667vw;
    font-size: 1.4322916667vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--agenda__event-meta-item {
    gap: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--agenda__event-meta-item {
    gap: 4px;
    font-size: 10px;
  }
}
.homepage--agenda__event-meta-item svg {
  opacity: 0.5;
  flex-shrink: 0;
}
@media (max-width: 1399.98px) {
  .homepage--agenda__event-meta-item svg {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767.98px) {
  .homepage--agenda__event-meta-item svg {
    width: 11px;
    height: 11px;
  }
}
.homepage--agenda__event-status {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: transform 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 9px;
  letter-spacing: 0.9px;
  padding: 6px 12px;
  border-radius: 5px;
}
@media (max-width: 1439.98px) {
  .homepage--agenda__event-status {
    font-size: 0.6428571429vw;
    letter-spacing: 0.0642857143vw;
    padding: 0.4285714286vw 0.8571428571vw;
    border-radius: 0.3571428571vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--agenda__event-status {
    font-size: 0.625vw;
    letter-spacing: 0.0625vw;
    padding: 0.4166666667vw 0.8333333333vw;
    border-radius: 0.3472222222vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--agenda__event-status {
    font-size: 1.171875vw;
    letter-spacing: 0.0911458333vw;
    padding: 0.78125vw 1.3020833333vw;
    border-radius: 0.6510416667vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--agenda__event-status {
    font-size: 2.4vw;
    letter-spacing: 0.1866666667vw;
    padding: 1.6vw 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--agenda__event-status {
    grid-column: 2;
    justify-self: start;
  }
}
@media (max-width: 767.98px) {
  .homepage--agenda__event-status {
    font-size: 8px;
    letter-spacing: 0.6px;
    padding: 5px 9px;
    border-radius: 4px;
  }
}
.homepage--agenda__event-status--binnenkort {
  background-color: rgba(162, 45, 60, 0.07);
  color: #a22d3c;
}
.homepage--agenda__event-status--reserveren-open {
  background-color: rgba(77, 139, 82, 0.07);
  color: #4d8b52;
}
.homepage--agenda__event-status--afgelopen {
  background-color: rgba(176, 138, 78, 0.08);
  color: #b08a4e;
}
.homepage--agenda__event-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e1db;
  border-radius: 50%;
  color: #1a1612;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}
@media (max-width: 1439.98px) {
  .homepage--agenda__event-arrow {
    width: 2.5714285714vw;
    height: 2.5714285714vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--agenda__event-arrow {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--agenda__event-arrow {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--agenda__event-arrow {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--agenda__event-arrow {
    display: none;
  }
}
.homepage--agenda__event-arrow svg {
  transition: transform 0.3s ease;
}
.homepage--agenda__event-arrow:hover {
  background-color: #1a1612;
  border-color: #1a1612;
  color: #ffffff;
}
.homepage--agenda__event-arrow:hover svg {
  transform: translateX(2px);
}

.homepage--divider {
  border: none;
  border-top: 1px solid #e5e1db;
  margin: 0;
  opacity: 0.7;
}

.homepage--features {
  padding: 80px 0;
}
@media (max-width: 1439.98px) {
  .homepage--features {
    padding: 5.7142857143vw 0;
  }
}
@media (max-width: 1440.98px) {
  .homepage--features {
    padding: 5.5555555556vw 0;
  }
}
@media (max-width: 1399.98px) {
  .homepage--features {
    padding: 6.25vw 0;
  }
}
@media (max-width: 767.98px) {
  .homepage--features {
    padding: 12.8vw 0;
  }
}
.homepage--features__header {
  margin-bottom: 32px;
}
@media (max-width: 1439.98px) {
  .homepage--features__header {
    margin-bottom: 2.2857142857vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--features__header {
    margin-bottom: 2.2222222222vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--features__header {
    margin-bottom: 3.125vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--features__header {
    margin-bottom: 6.4vw;
  }
}
.homepage--features__label {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #94897c;
  display: block;
  font-size: 10px;
  letter-spacing: 1.6px;
  margin-bottom: 8px;
}
@media (max-width: 1439.98px) {
  .homepage--features__label {
    font-size: 0.7142857143vw;
    letter-spacing: 0.1142857143vw;
    margin-bottom: 0.5714285714vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--features__label {
    font-size: 0.6944444444vw;
    letter-spacing: 0.1111111111vw;
    margin-bottom: 0.5555555556vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--features__label {
    font-size: 1.171875vw;
    letter-spacing: 0.15625vw;
    margin-bottom: 0.78125vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--features__label {
    font-size: 2.4vw;
    letter-spacing: 0.32vw;
    margin-bottom: 1.6vw;
  }
}
.homepage--features__title {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  color: #1a1612;
  margin: 0;
  letter-spacing: -0.02em;
  font-size: 35px;
}
@media (max-width: 1439.98px) {
  .homepage--features__title {
    font-size: 2.5vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--features__title {
    font-size: 2.4305555556vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--features__title {
    font-size: 3.3854166667vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--features__title {
    font-size: 6.9333333333vw;
  }
}
.homepage--features__grid {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .homepage--features__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.homepage--features__item {
  background-color: #ffffff;
  border: 1px solid #e5e1db;
  box-shadow: 0 2px 8px rgba(26, 22, 18, 0.04);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 12px;
  padding: 32px 28px;
}
@media (max-width: 1439.98px) {
  .homepage--features__item {
    border-radius: 0.8571428571vw;
    padding: 2.2857142857vw 2vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--features__item {
    border-radius: 0.8333333333vw;
    padding: 2.2222222222vw 1.9444444444vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--features__item {
    border-radius: 1.3020833333vw;
    padding: 3.125vw 2.6041666667vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--features__item {
    border-radius: 2.6666666667vw;
    padding: 6.4vw 5.3333333333vw;
  }
}
.homepage--features__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(26, 22, 18, 0.1);
  border-color: transparent;
}
.homepage--features__item:hover .homepage--features__item-icon {
  transform: scale(1.08);
  background-color: #a22d3c;
}
.homepage--features__item:hover .homepage--features__item-icon svg,
.homepage--features__item:hover .homepage--features__item-icon img {
  filter: brightness(0) invert(1);
}
.homepage--features__item:active {
  transform: translateY(-2px);
}
.homepage--features__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(162, 45, 60, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 44px;
  height: 44px;
  border-radius: 10px;
  margin-bottom: 18px;
}
@media (max-width: 1439.98px) {
  .homepage--features__item-icon {
    width: 3.1428571429vw;
    height: 3.1428571429vw;
    border-radius: 0.7142857143vw;
    margin-bottom: 1.2857142857vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--features__item-icon {
    width: 3.0555555556vw;
    height: 3.0555555556vw;
    border-radius: 0.6944444444vw;
    margin-bottom: 1.25vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--features__item-icon {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
    border-radius: 1.0416666667vw;
    margin-bottom: 1.8229166667vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--features__item-icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 2.1333333333vw;
    margin-bottom: 3.7333333333vw;
  }
}
.homepage--features__item-icon svg {
  color: #a22d3c;
  transition: filter 0.3s ease;
}
.homepage--features__item-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  color: #1a1612;
  margin: 0;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 1439.98px) {
  .homepage--features__item-title {
    font-size: 1.1428571429vw;
    margin-bottom: 0.7142857143vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--features__item-title {
    font-size: 1.1111111111vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--features__item-title {
    font-size: 1.953125vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--features__item-title {
    font-size: 4vw;
    margin-bottom: 2.1333333333vw;
  }
}
.homepage--features__item-description {
  font-family: "Inter", sans-serif;
  line-height: 1.65;
  color: #94897c;
  margin: 0;
  font-size: 13px;
}
@media (max-width: 1439.98px) {
  .homepage--features__item-description {
    font-size: 0.9285714286vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--features__item-description {
    font-size: 0.9027777778vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--features__item-description {
    font-size: 1.6927083333vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--features__item-description {
    font-size: 3.4666666667vw;
  }
}
.homepage--features__icon-img {
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.3s ease;
  width: 20px;
  height: 20px;
}
@media (max-width: 1439.98px) {
  .homepage--features__icon-img {
    width: 1.4285714286vw;
    height: 1.4285714286vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--features__icon-img {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--features__icon-img {
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--features__icon-img {
    width: 4.8vw;
    height: 4.8vw;
  }
}

.homepage--about {
  padding: 80px 0;
}
@media (max-width: 1439.98px) {
  .homepage--about {
    padding: 5.7142857143vw 0;
  }
}
@media (max-width: 1440.98px) {
  .homepage--about {
    padding: 5.5555555556vw 0;
  }
}
@media (max-width: 1399.98px) {
  .homepage--about {
    padding: 6.25vw 0;
  }
}
@media (max-width: 767.98px) {
  .homepage--about {
    padding: 12.8vw 0;
  }
}
.homepage--about__image-wrapper {
  overflow: hidden;
  border: 1px solid #e5e1db;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  position: relative;
  border-radius: 14px;
}
@media (max-width: 1439.98px) {
  .homepage--about__image-wrapper {
    border-radius: 1vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--about__image-wrapper {
    border-radius: 0.9722222222vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--about__image-wrapper {
    border-radius: 1.3020833333vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--about__image-wrapper {
    border-radius: 2.6666666667vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--about__image-wrapper {
    margin-bottom: 32px;
  }
}
.homepage--about__image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(26, 22, 18, 0.25) 100%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.homepage--about__image-wrapper:hover::before {
  opacity: 1;
}
.homepage--about__image-wrapper:hover .homepage--about__image {
  transform: scale(1.04);
}
.homepage--about__image {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1399.98px) {
  .homepage--about__image {
    aspect-ratio: 16/10;
  }
}
@media (min-width: 1440px) {
  .homepage--about__content {
    padding-left: 48px;
  }
}
@media (max-width: 1440.98px) {
  .homepage--about__content {
    padding-top: 8px;
  }
}
.homepage--about__label {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #94897c;
  display: block;
  font-size: 10px;
  letter-spacing: 1.6px;
  margin-bottom: 16px;
}
@media (max-width: 1439.98px) {
  .homepage--about__label {
    font-size: 0.7142857143vw;
    letter-spacing: 0.1142857143vw;
    margin-bottom: 1.1428571429vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--about__label {
    font-size: 0.6944444444vw;
    letter-spacing: 0.1111111111vw;
    margin-bottom: 1.1111111111vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--about__label {
    font-size: 1.171875vw;
    letter-spacing: 0.15625vw;
    margin-bottom: 1.5625vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--about__label {
    font-size: 2.4vw;
    letter-spacing: 0.32vw;
    margin-bottom: 3.2vw;
  }
}
.homepage--about__title {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  color: #1a1612;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.2;
  font-size: 28px;
  margin-bottom: 28px;
}
@media (max-width: 1439.98px) {
  .homepage--about__title {
    font-size: 2vw;
    margin-bottom: 2vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--about__title {
    font-size: 1.9444444444vw;
    margin-bottom: 1.9444444444vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--about__title {
    font-size: 2.8645833333vw;
    margin-bottom: 2.6041666667vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--about__title {
    font-size: 5.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.homepage--about__text {
  font-family: "Inter", sans-serif;
  line-height: 1.75;
  color: #94897c;
  font-size: 14px;
}
@media (max-width: 1439.98px) {
  .homepage--about__text {
    font-size: 1vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--about__text {
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--about__text {
    font-size: 1.6927083333vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--about__text {
    font-size: 3.4666666667vw;
  }
}
.homepage--about__text p {
  margin: 0;
  margin-bottom: 16px;
}
@media (max-width: 1439.98px) {
  .homepage--about__text p {
    margin-bottom: 1.1428571429vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--about__text p {
    margin-bottom: 1.1111111111vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--about__text p {
    margin-bottom: 1.8229166667vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--about__text p {
    margin-bottom: 3.7333333333vw;
  }
}
.homepage--about__text p:last-child {
  margin-bottom: 0;
}
.homepage--about__signature {
  font-family: "Inter", sans-serif;
  color: #1a1612;
  font-weight: 500;
  border-top: 1px solid #e5e1db;
  font-size: 14px;
  margin-top: 28px;
  padding-top: 20px;
}
@media (max-width: 1439.98px) {
  .homepage--about__signature {
    font-size: 1vw;
    margin-top: 2vw;
    padding-top: 1.4285714286vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--about__signature {
    font-size: 0.9722222222vw;
    margin-top: 1.9444444444vw;
    padding-top: 1.3888888889vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--about__signature {
    font-size: 1.6927083333vw;
    margin-top: 2.6041666667vw;
    padding-top: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--about__signature {
    font-size: 3.4666666667vw;
    margin-top: 5.3333333333vw;
    padding-top: 4.2666666667vw;
  }
}

.homepage--cta {
  text-align: center;
  padding: 100px 0;
}
@media (max-width: 1439.98px) {
  .homepage--cta {
    padding: 7.1428571429vw 0;
  }
}
@media (max-width: 1440.98px) {
  .homepage--cta {
    padding: 6.9444444444vw 0;
  }
}
@media (max-width: 1399.98px) {
  .homepage--cta {
    padding: 7.2916666667vw 0;
  }
}
@media (max-width: 767.98px) {
  .homepage--cta {
    padding: 14.9333333333vw 0;
  }
}
.homepage--cta__content {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .homepage--cta__content {
    padding: 0 8px;
  }
}
.homepage--cta__title {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  color: #1a1612;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-size: 46px;
  margin-bottom: 24px;
}
@media (max-width: 1439.98px) {
  .homepage--cta__title {
    font-size: 3.2857142857vw;
    margin-bottom: 1.7142857143vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--cta__title {
    font-size: 3.1944444444vw;
    margin-bottom: 1.6666666667vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--cta__title {
    font-size: 3.6458333333vw;
    margin-bottom: 2.34375vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--cta__title {
    font-size: 7.4666666667vw;
    margin-bottom: 4.8vw;
  }
}
.homepage--cta__title span {
  display: block;
}
.homepage--cta__title span:first-child {
  text-transform: uppercase;
}
.homepage--cta__title span:last-child {
  color: #a22d3c;
  font-style: italic;
}
.homepage--cta__subtitle {
  font-family: "Inter", sans-serif;
  line-height: 1.7;
  color: #94897c;
  margin: 0;
  font-size: 14px;
  margin-bottom: 32px;
}
@media (max-width: 1439.98px) {
  .homepage--cta__subtitle {
    font-size: 1vw;
    margin-bottom: 2.2857142857vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--cta__subtitle {
    font-size: 0.9722222222vw;
    margin-bottom: 2.2222222222vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--cta__subtitle {
    font-size: 1.6927083333vw;
    margin-bottom: 3.125vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--cta__subtitle {
    font-size: 3.4666666667vw;
    margin-bottom: 6.4vw;
  }
}
.homepage--cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .homepage--cta__buttons {
    flex-direction: column;
    align-items: center;
  }
}
.homepage--cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 16px 28px;
  font-size: 14px;
}
@media (max-width: 1439.98px) {
  .homepage--cta__btn {
    padding: 1.1428571429vw 2vw;
    font-size: 1vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--cta__btn {
    padding: 1.1111111111vw 1.9444444444vw;
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--cta__btn {
    padding: 1.8229166667vw 3.125vw;
    font-size: 1.6927083333vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--cta__btn {
    padding: 3.7333333333vw 6.4vw;
    font-size: 3.4666666667vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--cta__btn {
    width: 100%;
    max-width: 260px;
  }
}
.homepage--cta__btn svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}
.homepage--cta__btn--primary {
  background-color: #a22d3c;
  color: #ffffff;
  border: 1px solid #a22d3c;
}
.homepage--cta__btn--primary:hover {
  background-color: #8b2535;
  border-color: #8b2535;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(162, 45, 60, 0.25);
}
.homepage--cta__btn--primary:hover svg {
  transform: translateX(4px);
}
.homepage--cta__btn--primary:active {
  transform: translateY(-1px);
}
.homepage--cta__btn--secondary {
  background-color: transparent;
  color: #1a1612;
  border: 1px solid #e5e1db;
}
.homepage--cta__btn--secondary:hover {
  background-color: #ffffff;
  border-color: rgb(207.6129032258, 200.3225806452, 189.3870967742);
  transform: translateY(-2px);
}
.homepage--cta__btn--secondary:active {
  transform: translateY(0);
}

.homepage--ads {
  padding: 48px 0 80px;
}
@media (max-width: 1439.98px) {
  .homepage--ads {
    padding: 3.4285714286vw 0 5.7142857143vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--ads {
    padding: 3.3333333333vw 0 5.5555555556vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--ads {
    padding: 4.1666666667vw 0 6.25vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--ads {
    padding: 8.5333333333vw 0 12.8vw;
  }
}
.homepage--ads__slot {
  background-color: #ffffff;
  border: 2px dashed #e5e1db;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: border-color 0.3s ease;
  border-radius: 10px;
  min-height: 137px;
  margin-bottom: 24px;
}
@media (max-width: 1439.98px) {
  .homepage--ads__slot {
    border-radius: 0.7142857143vw;
    min-height: 9.7857142857vw;
    margin-bottom: 1.7142857143vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--ads__slot {
    border-radius: 0.6944444444vw;
    min-height: 9.5138888889vw;
    margin-bottom: 1.6666666667vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--ads__slot {
    border-radius: 1.0416666667vw;
    min-height: 13.0208333333vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--ads__slot {
    border-radius: 2.1333333333vw;
    min-height: 26.6666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.homepage--ads__slot:hover {
  border-color: rgb(211.8903225806, 205.2580645161, 195.3096774194);
}
.homepage--ads__slot a {
  display: block;
  width: 100%;
}
.homepage--ads__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
@media (max-width: 1439.98px) {
  .homepage--ads__image {
    border-radius: 0.5714285714vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--ads__image {
    border-radius: 0.5555555556vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--ads__image {
    border-radius: 0.78125vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--ads__image {
    border-radius: 1.6vw;
  }
}
.homepage--ads__placeholder {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #94897c;
  opacity: 0.6;
  font-size: 11px;
  letter-spacing: 1px;
}
@media (max-width: 1439.98px) {
  .homepage--ads__placeholder {
    font-size: 0.7857142857vw;
    letter-spacing: 0.0714285714vw;
  }
}
@media (max-width: 1440.98px) {
  .homepage--ads__placeholder {
    font-size: 0.7638888889vw;
    letter-spacing: 0.0694444444vw;
  }
}
@media (max-width: 1399.98px) {
  .homepage--ads__placeholder {
    font-size: 1.3020833333vw;
    letter-spacing: 0.1041666667vw;
  }
}
@media (max-width: 767.98px) {
  .homepage--ads__placeholder {
    font-size: 2.6666666667vw;
    letter-spacing: 0.2133333333vw;
  }
}

.agenda-page {
  background-color: #f5f3ef;
}

.agenda--hero {
  position: relative;
  min-height: 371px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .agenda--hero {
    min-height: 300px;
  }
}
.agenda--hero__background {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.agenda--hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: slowZoom 20s ease infinite alternate;
}
@keyframes slowZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.agenda--hero__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(26, 22, 18, 0.4) 0%, rgba(26, 22, 18, 0.6) 100%);
}
.agenda--hero__content {
  position: relative;
  z-index: 2;
  padding: 60px 0;
  width: 100%;
}
.agenda--hero__title {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
  line-height: 1;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.2s;
  font-size: 72px;
}
@media (max-width: 1439.98px) {
  .agenda--hero__title {
    font-size: 5.1428571429vw;
  }
}
@media (max-width: 1440.98px) {
  .agenda--hero__title {
    font-size: 5vw;
  }
}
@media (max-width: 1399.98px) {
  .agenda--hero__title {
    font-size: 5.46875vw;
  }
}
@media (max-width: 767.98px) {
  .agenda--hero__title {
    font-size: 11.2vw;
  }
}
.agenda--hero__subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.4s;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1439.98px) {
  .agenda--hero__subtitle {
    font-size: 1.1428571429vw;
    line-height: 1.8571428571vw;
  }
}
@media (max-width: 1440.98px) {
  .agenda--hero__subtitle {
    font-size: 1.1111111111vw;
    line-height: 1.8055555556vw;
  }
}
@media (max-width: 1399.98px) {
  .agenda--hero__subtitle {
    font-size: 1.8229166667vw;
    line-height: 2.8645833333vw;
  }
}
@media (max-width: 767.98px) {
  .agenda--hero__subtitle {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}
.agenda--hero__dots {
  position: absolute;
  bottom: 24px;
  right: 40px;
  display: flex;
  gap: 6px;
  z-index: 3;
}
@media (max-width: 1399.98px) {
  .agenda--hero__dots {
    right: 20px;
    bottom: 16px;
  }
}
.agenda--hero__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
  cursor: pointer;
}
.agenda--hero__dot:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.agenda--hero__dot--active {
  width: 24px;
  border-radius: 4px;
  background-color: #ffffff;
}

.agenda--intro {
  padding: 48px 0 24px;
}
@media (max-width: 1439.98px) {
  .agenda--intro {
    padding: 3.4285714286vw 0 1.7142857143vw;
  }
}
@media (max-width: 1440.98px) {
  .agenda--intro {
    padding: 3.3333333333vw 0 1.6666666667vw;
  }
}
@media (max-width: 1399.98px) {
  .agenda--intro {
    padding: 4.1666666667vw 0 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .agenda--intro {
    padding: 8.5333333333vw 0 4.2666666667vw;
  }
}
.agenda--intro__text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #94897c;
  margin: 0;
  max-width: 500px;
}

.agenda--filters {
  padding: 0 0 24px;
}
.agenda--filters__tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.agenda--filters__tab {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding: 9px 19px;
  border-radius: 6px;
  border: 1px solid #e5e1db;
  background-color: transparent;
  color: #94897c;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.agenda--filters__tab:hover {
  border-color: #94897c;
  transform: translateY(-2px);
}
.agenda--filters__tab--active {
  background-color: #1a1612;
  border-color: #1a1612;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(26, 22, 18, 0.2);
}

.agenda--events {
  padding-bottom: 48px;
}
@media (max-width: 1439.98px) {
  .agenda--events {
    padding-bottom: 3.4285714286vw;
  }
}
@media (max-width: 1440.98px) {
  .agenda--events {
    padding-bottom: 3.3333333333vw;
  }
}
@media (max-width: 1399.98px) {
  .agenda--events {
    padding-bottom: 4.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .agenda--events {
    padding-bottom: 8.5333333333vw;
  }
}
.agenda--events__year-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.agenda--events__year {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #94897c;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.agenda--events__year-line {
  flex: 1;
  border: none;
  border-top: 1px solid #e5e1db;
  margin: 0;
}
.agenda--events__list {
  background-color: #ffffff;
  border: 1px solid #e5e1db;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(26, 22, 18, 0.04);
  overflow: hidden;
}
.agenda--events__item {
  border-bottom: 1px solid #e5e1db;
  transition: all 0.3s ease;
}
.agenda--events__item:last-child {
  border-bottom: none;
}
.agenda--events__item--past {
  opacity: 0.45;
}
.agenda--events__item--past:hover {
  opacity: 0.6;
}
.agenda--events__item--expanded .agenda--events__item-toggle svg {
  transform: rotate(180deg);
}
.agenda--events__item--expanded .agenda--events__item-details {
  display: block;
  animation: slideDown 0.4s ease forwards;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.agenda--events__item-header {
  display: flex;
  align-items: center;
  padding: 24px;
  gap: 24px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.agenda--events__item-header:hover {
  background-color: rgba(162, 45, 60, 0.02);
  transform: translateX(4px);
}
.agenda--events__item-header:hover .agenda--events__item-toggle {
  background-color: #a22d3c;
  border-color: #a22d3c;
  color: #ffffff;
}
.agenda--events__item-header:hover .agenda--events__item-title {
  color: #a22d3c;
}
@media (max-width: 1399.98px) {
  .agenda--events__item-header {
    flex-wrap: wrap;
    gap: 18px;
    padding: 20px 16px;
  }
  .agenda--events__item-header:hover {
    transform: none;
    background-color: rgba(162, 45, 60, 0.04);
  }
}
@media (max-width: 767.98px) {
  .agenda--events__item-header {
    padding: 18px 14px;
    gap: 16px;
  }
}
.agenda--events__item-date {
  text-align: center;
  min-width: 64px;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .agenda--events__item-date {
    min-width: 56px;
  }
}
.agenda--events__item-day {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
  color: #1a1612;
  letter-spacing: -0.02em;
  line-height: 1;
  font-size: 38px;
}
@media (max-width: 1439.98px) {
  .agenda--events__item-day {
    font-size: 2.7142857143vw;
  }
}
@media (max-width: 1440.98px) {
  .agenda--events__item-day {
    font-size: 2.6388888889vw;
  }
}
@media (max-width: 1399.98px) {
  .agenda--events__item-day {
    font-size: 3.90625vw;
  }
}
@media (max-width: 767.98px) {
  .agenda--events__item-day {
    font-size: 8vw;
  }
}
@media (max-width: 767.98px) {
  .agenda--events__item-day {
    font-size: 28px;
  }
}
.agenda--events__item-month {
  display: block;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #94897c;
  margin-top: 3px;
  font-size: 10px;
  letter-spacing: 1.4px;
}
@media (max-width: 1439.98px) {
  .agenda--events__item-month {
    font-size: 0.7142857143vw;
    letter-spacing: 0.1vw;
  }
}
@media (max-width: 1440.98px) {
  .agenda--events__item-month {
    font-size: 0.6944444444vw;
    letter-spacing: 0.0972222222vw;
  }
}
@media (max-width: 1399.98px) {
  .agenda--events__item-month {
    font-size: 1.3020833333vw;
    letter-spacing: 0.15625vw;
  }
}
@media (max-width: 767.98px) {
  .agenda--events__item-month {
    font-size: 2.6666666667vw;
    letter-spacing: 0.32vw;
  }
}
@media (max-width: 767.98px) {
  .agenda--events__item-month {
    font-size: 9px;
    letter-spacing: 1px;
    margin-top: 2px;
  }
}
.agenda--events__item-info {
  flex: 1;
  min-width: 0;
}
.agenda--events__item-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  color: #1a1612;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
  line-height: 1.35;
  transition: color 0.3s ease;
  font-size: 17px;
}
@media (max-width: 1439.98px) {
  .agenda--events__item-title {
    font-size: 1.2142857143vw;
  }
}
@media (max-width: 1440.98px) {
  .agenda--events__item-title {
    font-size: 1.1805555556vw;
  }
}
@media (max-width: 1399.98px) {
  .agenda--events__item-title {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .agenda--events__item-title {
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 767.98px) {
  .agenda--events__item-title {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
.agenda--events__item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
@media (max-width: 767.98px) {
  .agenda--events__item-meta {
    gap: 10px;
  }
}
.agenda--events__item-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Inter", sans-serif;
  color: #94897c;
  font-size: 11px;
}
@media (max-width: 1439.98px) {
  .agenda--events__item-meta-item {
    font-size: 0.7857142857vw;
  }
}
@media (max-width: 1440.98px) {
  .agenda--events__item-meta-item {
    font-size: 0.7638888889vw;
  }
}
@media (max-width: 1399.98px) {
  .agenda--events__item-meta-item {
    font-size: 1.4322916667vw;
  }
}
@media (max-width: 767.98px) {
  .agenda--events__item-meta-item {
    font-size: 2.9333333333vw;
  }
}
@media (max-width: 767.98px) {
  .agenda--events__item-meta-item {
    font-size: 10px;
    gap: 5px;
  }
}
.agenda--events__item-meta-item svg {
  opacity: 0.5;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .agenda--events__item-meta-item svg {
    width: 11px;
    height: 11px;
  }
}
.agenda--events__item-status {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 9px;
  letter-spacing: 0.9px;
  padding: 6px 11px;
  border-radius: 5px;
}
@media (max-width: 1439.98px) {
  .agenda--events__item-status {
    font-size: 0.6428571429vw;
    letter-spacing: 0.0642857143vw;
    padding: 0.4285714286vw 0.7857142857vw;
    border-radius: 0.3571428571vw;
  }
}
@media (max-width: 1440.98px) {
  .agenda--events__item-status {
    font-size: 0.625vw;
    letter-spacing: 0.0625vw;
    padding: 0.4166666667vw 0.7638888889vw;
    border-radius: 0.3472222222vw;
  }
}
@media (max-width: 1399.98px) {
  .agenda--events__item-status {
    font-size: 1.171875vw;
    letter-spacing: 0.0911458333vw;
    padding: 0.78125vw 1.3020833333vw;
    border-radius: 0.6510416667vw;
  }
}
@media (max-width: 767.98px) {
  .agenda--events__item-status {
    font-size: 2.4vw;
    letter-spacing: 0.1866666667vw;
    padding: 1.6vw 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
@media (max-width: 767.98px) {
  .agenda--events__item-status {
    font-size: 8px;
    letter-spacing: 0.6px;
    padding: 5px 9px;
    border-radius: 4px;
  }
}
.agenda--events__item-status--binnenkort {
  background-color: rgba(162, 45, 60, 0.07);
  color: #a22d3c;
}
.agenda--events__item-status--reserveren-open {
  background-color: rgba(77, 139, 82, 0.07);
  color: #4d8b52;
}
.agenda--events__item-status--afgelopen {
  background-color: rgba(176, 138, 78, 0.08);
  color: #b08a4e;
}
.agenda--events__item-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e1db;
  border-radius: 50%;
  background: transparent;
  color: #1a1612;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}
@media (max-width: 1439.98px) {
  .agenda--events__item-toggle {
    width: 2.5714285714vw;
    height: 2.5714285714vw;
  }
}
@media (max-width: 1440.98px) {
  .agenda--events__item-toggle {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media (max-width: 1399.98px) {
  .agenda--events__item-toggle {
    width: 4.6875vw;
    height: 4.6875vw;
  }
}
@media (max-width: 767.98px) {
  .agenda--events__item-toggle {
    width: 9.6vw;
    height: 9.6vw;
  }
}
@media (max-width: 767.98px) {
  .agenda--events__item-toggle {
    width: 34px;
    height: 34px;
  }
}
.agenda--events__item-toggle svg {
  transition: transform 0.3s ease;
}
@media (max-width: 767.98px) {
  .agenda--events__item-toggle svg {
    width: 16px;
    height: 16px;
  }
}
.agenda--events__item-toggle:hover {
  background-color: #1a1612;
  border-color: #1a1612;
  color: #ffffff;
  transform: scale(1.05);
}
.agenda--events__item-toggle:active {
  transform: scale(0.98);
}
.agenda--events__item-details {
  display: none;
  padding: 0 24px 32px;
  border-top: 1px solid #e5e1db;
  margin-top: -1px;
  padding-left: 148px;
}
@media (max-width: 1439.98px) {
  .agenda--events__item-details {
    padding-left: 10.5714285714vw;
  }
}
@media (max-width: 1440.98px) {
  .agenda--events__item-details {
    padding-left: 10.2777777778vw;
  }
}
@media (max-width: 1399.98px) {
  .agenda--events__item-details {
    padding-left: 3.125vw;
  }
}
@media (max-width: 767.98px) {
  .agenda--events__item-details {
    padding-left: 6.4vw;
  }
}
.agenda--events__detail-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  color: #1a1612;
  margin: 24px 0 12px;
  font-size: 18px;
}
@media (max-width: 1439.98px) {
  .agenda--events__detail-title {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 1440.98px) {
  .agenda--events__detail-title {
    font-size: 1.25vw;
  }
}
@media (max-width: 1399.98px) {
  .agenda--events__detail-title {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .agenda--events__detail-title {
    font-size: 4.2666666667vw;
  }
}
.agenda--events__detail-title:first-child {
  margin-top: 32px;
}
.agenda--events__detail-description {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #94897c;
}
.agenda--events__detail-description p {
  margin: 0 0 16px;
}
.agenda--events__detail-description p:last-child {
  margin-bottom: 0;
}
.agenda--events__detail-divider {
  border: none;
  border-top: 1px solid #e5e1db;
  margin: 24px 0;
}
.agenda--events__lineup {
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .agenda--events__lineup {
    grid-template-columns: repeat(2, 1fr);
  }
}
.agenda--events__lineup-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.agenda--events__lineup-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #e5e1db;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.agenda--events__lineup-avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.agenda--events__lineup-initials {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1a1612;
}
.agenda--events__lineup-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.agenda--events__lineup-name {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #1a1612;
}
.agenda--events__lineup-tagline {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #94897c;
}
.agenda--events__photos {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.agenda--events__photo {
  width: calc(25% - 9px);
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1399.98px) {
  .agenda--events__photo {
    width: calc(50% - 6px);
  }
}
.agenda--events__practical {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #94897c;
}
.agenda--events__practical p {
  margin: 0;
}

.agenda--past {
  padding-bottom: 48px;
}
@media (max-width: 1439.98px) {
  .agenda--past {
    padding-bottom: 3.4285714286vw;
  }
}
@media (max-width: 1440.98px) {
  .agenda--past {
    padding-bottom: 3.3333333333vw;
  }
}
@media (max-width: 1399.98px) {
  .agenda--past {
    padding-bottom: 4.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .agenda--past {
    padding-bottom: 8.5333333333vw;
  }
}
.agenda--past__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.agenda--past__label {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #94897c;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.agenda--past__line {
  flex: 1;
  border: none;
  border-top: 1px solid #e5e1db;
  margin: 0;
}
.agenda--past__list {
  background-color: #ffffff;
  border: 1px solid #e5e1db;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(26, 22, 18, 0.04);
  overflow: hidden;
}
.agenda--past__item {
  display: flex;
  align-items: center;
  padding: 24px;
  gap: 24px;
  border-bottom: 1px solid #e5e1db;
  opacity: 0.45;
}
.agenda--past__item:last-child {
  border-bottom: none;
}
@media (max-width: 1399.98px) {
  .agenda--past__item {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.agenda--past__item-date {
  text-align: center;
  min-width: 60px;
}
.agenda--past__item-day {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
  color: #1a1612;
  letter-spacing: -0.02em;
  font-size: 38px;
}
@media (max-width: 1439.98px) {
  .agenda--past__item-day {
    font-size: 2.7142857143vw;
  }
}
@media (max-width: 1440.98px) {
  .agenda--past__item-day {
    font-size: 2.6388888889vw;
  }
}
@media (max-width: 1399.98px) {
  .agenda--past__item-day {
    font-size: 3.6458333333vw;
  }
}
@media (max-width: 767.98px) {
  .agenda--past__item-day {
    font-size: 7.4666666667vw;
  }
}
.agenda--past__item-month {
  display: block;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #94897c;
}
.agenda--past__item-info {
  flex: 1;
}
.agenda--past__item-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  color: #1a1612;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
  font-size: 17px;
}
@media (max-width: 1439.98px) {
  .agenda--past__item-title {
    font-size: 1.2142857143vw;
  }
}
@media (max-width: 1440.98px) {
  .agenda--past__item-title {
    font-size: 1.1805555556vw;
  }
}
@media (max-width: 1399.98px) {
  .agenda--past__item-title {
    font-size: 1.953125vw;
  }
}
@media (max-width: 767.98px) {
  .agenda--past__item-title {
    font-size: 4vw;
  }
}
.agenda--past__item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.agenda--past__item-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  color: #94897c;
}
.agenda--past__item-meta-item svg {
  opacity: 0.4;
}
.agenda--past__item-status {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: rgba(176, 138, 78, 0.08);
  color: #b08a4e;
}

.agenda--ads {
  padding: 48px 0 80px;
}
@media (max-width: 1439.98px) {
  .agenda--ads {
    padding: 3.4285714286vw 0 5.7142857143vw;
  }
}
@media (max-width: 1440.98px) {
  .agenda--ads {
    padding: 3.3333333333vw 0 5.5555555556vw;
  }
}
@media (max-width: 1399.98px) {
  .agenda--ads {
    padding: 4.1666666667vw 0 6.25vw;
  }
}
@media (max-width: 767.98px) {
  .agenda--ads {
    padding: 8.5333333333vw 0 12.8vw;
  }
}
.agenda--ads__slot {
  background-color: #ffffff;
  border: 2px dashed #e5e1db;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 137px;
  margin-bottom: 24px;
}
.agenda--ads__slot a {
  display: block;
  width: 100%;
}
.agenda--ads__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.agenda--ads__placeholder {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #94897c;
}

.contact-page {
  background-color: #f5f3ef;
}

.contact--intro {
  padding: 64px 0 48px;
}
@media (max-width: 1439.98px) {
  .contact--intro {
    padding: 4.5714285714vw 0 3.4285714286vw;
  }
}
@media (max-width: 1440.98px) {
  .contact--intro {
    padding: 4.4444444444vw 0 3.3333333333vw;
  }
}
@media (max-width: 1399.98px) {
  .contact--intro {
    padding: 5.2083333333vw 0 4.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .contact--intro {
    padding: 10.6666666667vw 0 8.5333333333vw;
  }
}
.contact--intro__label {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #94897c;
  display: block;
  margin-bottom: 12px;
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
  animation-delay: 0.1s;
}
.contact--intro__title {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  color: #1a1612;
  margin: 0 0 24px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
  animation-delay: 0.2s;
  font-size: 48px;
}
@media (max-width: 1439.98px) {
  .contact--intro__title {
    font-size: 3.4285714286vw;
  }
}
@media (max-width: 1440.98px) {
  .contact--intro__title {
    font-size: 3.3333333333vw;
  }
}
@media (max-width: 1399.98px) {
  .contact--intro__title {
    font-size: 4.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .contact--intro__title {
    font-size: 8.5333333333vw;
  }
}
.contact--intro__description {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #94897c;
  margin: 0;
  max-width: 500px;
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
  animation-delay: 0.3s;
}

.contact--main {
  padding-bottom: 80px;
}
@media (max-width: 1439.98px) {
  .contact--main {
    padding-bottom: 5.7142857143vw;
  }
}
@media (max-width: 1440.98px) {
  .contact--main {
    padding-bottom: 5.5555555556vw;
  }
}
@media (max-width: 1399.98px) {
  .contact--main {
    padding-bottom: 6.25vw;
  }
}
@media (max-width: 767.98px) {
  .contact--main {
    padding-bottom: 12.8vw;
  }
}

.contact--form__title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  color: #1a1612;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
  font-size: 18px;
}
@media (max-width: 1439.98px) {
  .contact--form__title {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 1440.98px) {
  .contact--form__title {
    font-size: 1.25vw;
  }
}
@media (max-width: 1399.98px) {
  .contact--form__title {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .contact--form__title {
    font-size: 4.2666666667vw;
  }
}
.contact--form__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #94897c;
  margin: 0 0 32px;
}
.contact--form__row {
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .contact--form__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact--form__field {
  margin-bottom: 16px;
}
.contact--form__label {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #1a1612;
  margin-bottom: 8px;
}
.contact--form__input, .contact--form__select, .contact--form__textarea {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #1a1612;
  background-color: #ffffff;
  border: 1px solid #e5e1db;
  border-radius: 8px;
  padding: 13px 15px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact--form__input::-moz-placeholder, .contact--form__select::-moz-placeholder, .contact--form__textarea::-moz-placeholder {
  color: #94897c;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.contact--form__input::placeholder, .contact--form__select::placeholder, .contact--form__textarea::placeholder {
  color: #94897c;
  transition: opacity 0.3s ease;
}
.contact--form__input:hover, .contact--form__select:hover, .contact--form__textarea:hover {
  border-color: rgb(207.6129032258, 200.3225806452, 189.3870967742);
}
.contact--form__input:focus, .contact--form__select:focus, .contact--form__textarea:focus {
  outline: none;
  border-color: #a22d3c;
  box-shadow: 0 0 0 4px rgba(162, 45, 60, 0.1);
}
.contact--form__input:focus::-moz-placeholder, .contact--form__select:focus::-moz-placeholder, .contact--form__textarea:focus::-moz-placeholder {
  opacity: 0.5;
}
.contact--form__input:focus::placeholder, .contact--form__select:focus::placeholder, .contact--form__textarea:focus::placeholder {
  opacity: 0.5;
}
.contact--form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394897c' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
  cursor: pointer;
}
.contact--form__textarea {
  resize: vertical;
  min-height: 140px;
}
.contact--form__submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  background-color: #a22d3c;
  border: 1px solid #a22d3c;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 8px;
  position: relative;
  overflow: hidden;
}
.contact--form__submit svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}
.contact--form__submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.contact--form__submit:hover {
  background-color: #8b2535;
  border-color: #8b2535;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(162, 45, 60, 0.3);
}
.contact--form__submit:hover svg {
  transform: translateX(4px);
}
.contact--form__submit:hover::before {
  left: 100%;
}
.contact--form__submit:active {
  transform: translateY(-1px);
}
.contact--form__privacy {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #94897c;
  margin: 24px 0 0;
}

@media (max-width: 1440.98px) {
  .contact--sidebar {
    margin-top: 48px;
  }
}
.contact--sidebar__card {
  background-color: #ffffff;
  border: 1px solid #e5e1db;
  border-radius: 10px;
  padding: 28px;
  box-shadow: 0 1px 2px rgba(26, 22, 18, 0.04);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact--sidebar__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(26, 22, 18, 0.08);
}
.contact--sidebar__card-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1a1612;
  margin: 0 0 24px;
}
.contact--sidebar__item {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}
.contact--sidebar__item:last-child {
  margin-bottom: 0;
}
.contact--sidebar__item-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(162, 45, 60, 0.08);
  border-radius: 8px;
  flex-shrink: 0;
}
.contact--sidebar__item-icon svg {
  color: #a22d3c;
}
.contact--sidebar__item-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact--sidebar__item-label {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  color: #94897c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contact--sidebar__item-value {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #1a1612;
}
.contact--sidebar__item-value--link {
  color: #a22d3c;
  text-decoration: none;
}
.contact--sidebar__item-value--link:hover {
  text-decoration: underline;
}
.contact--sidebar__social {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #ffffff;
  border: 1px solid #e5e1db;
  border-radius: 10px;
  padding: 24px;
  margin-top: 16px;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact--sidebar__social:hover {
  border-color: #94897c;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.contact--sidebar__social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a1612;
  border-radius: 8px;
  flex-shrink: 0;
}
.contact--sidebar__social-icon svg {
  color: #ffffff;
}
.contact--sidebar__social-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.contact--sidebar__social-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1a1612;
}
.contact--sidebar__social-handle {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #94897c;
}

.contact--ads {
  padding: 48px 0 80px;
}
@media (max-width: 1439.98px) {
  .contact--ads {
    padding: 3.4285714286vw 0 5.7142857143vw;
  }
}
@media (max-width: 1440.98px) {
  .contact--ads {
    padding: 3.3333333333vw 0 5.5555555556vw;
  }
}
@media (max-width: 1399.98px) {
  .contact--ads {
    padding: 4.1666666667vw 0 6.25vw;
  }
}
@media (max-width: 767.98px) {
  .contact--ads {
    padding: 8.5333333333vw 0 12.8vw;
  }
}
.contact--ads__slot {
  background-color: #ffffff;
  border: 2px dashed #e5e1db;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 137px;
  margin-bottom: 24px;
}
.contact--ads__slot a {
  display: block;
  width: 100%;
}
.contact--ads__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.contact--ads__placeholder {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #94897c;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  [data-animate]:not([data-animate=stagger-up]) {
    opacity: 0;
  }
  [data-animate=stagger-up] > * {
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
:root {
  --primary-color: #1e1e1e;
  --secondary-color: #858075;
  --tertiary-color: #2a2f38;
  --quaternary-color: #79513c;
  --quinary-color: #7e4e3d;
  --primary-font: "Montserrat", "Montserrat Fallback", sans-serif;
  --secondary-font: "Bargenia", sans-serif;
  --tertiary-font: "Montserrat", "Montserrat Fallback", sans-serif;
  --fontAwesome: "Font Awesome 6 Pro", sans-serif;
}
