@charset "UTF-8";
:root,
body {
  --primary: linear-gradient(45deg, #009de0 0%, #3da858 100%);
  --flat-primary: #2bac99;
  --gradient: linear-gradient(45deg, #009de0 0%, #3da858 100%);
  --flat-gradient: linear-gradient(45deg, #009de0 0%, #3da858 100%);
  --solid: #2bac99;
  --light-bg: #f5f9f8;
  --after-nav-bg: #f9f9f9;
  --gray: #e3ebe5;
  --darker: #1f8285;
  --shadow: rgba(0, 0, 0, 0.25);
  --dim: rgba(0, 0, 0, 0.5);
  --hovercolor: rgba(0, 0, 0, 0.3);
  --light-accent: #e5f4f3;
  --search-border: rgb(234, 239, 239);
  --dimmed-text-color: rgba(0, 0, 0, 0.7);
  --dimmed-inverse-text-color: rgba(255, 255, 255, 0.8);
  --bold-text-color: #000000;
  --dark-gray: #a0a0a0;
}

.theme-middenschool {
  --primary: #009de0;
  --flat-primary: #009de0;
  --gradient: radial-gradient(64.75% 68.9% at 50.23% 12.82%, #1ab3f5 0%, #009de0 100%);
  --flat-gradient: radial-gradient(#009de0 0%, #009de0 100%);
  --solid: #009de0;
  --light-bg: #f5f6f7;
  --after-nav-bg: #f9f9f9;
  --gray: #e4e7ef;
  --darker: #037baf;
  --shadow: rgba(0, 0, 0, 0.25);
  --dim: rgba(0, 31, 63, 0.3);
  --hovercolor: #009de0;
  --light-accent: #e5f5fc;
  --search-border: #eee;
  --dimmed-text-color: rgba(0, 0, 0, 0.7);
  --dimmed-inverse-text-color: rgba(255, 255, 255, 0.8);
  --bold-text-color: #009de0;
  --dark-gray: #a0a0a0;
}

.theme-bovenschool {
  --primary: #3da858;
  --flat-primary: #3da858;
  --gradient: radial-gradient(64.75% 68.9% at 50.23% 12.82%, #57c272 0%, #3da858 100%);
  --flat-gradient: radial-gradient(#3da858 0%, #3da858 100%);
  --solid: #3da858;
  --light-bg: #f5f7f6;
  --gray: #e4efe4;
  --after-nav-bg: #f9f9f9;
  --darker: #246635;
  --shadow: rgba(0, 0, 0, 0.25);
  --dim: rgba(16, 36, 25, 0.3);
  --hovercolor: #3da858;
  --light-accent: #e7f3e7;
  --search-border: #ecf1ec;
  --dimmed-text-color: rgba(0, 0, 0, 0.7);
  --dimmed-inverse-text-color: rgba(255, 255, 255, 0.8);
  --bold-text-color: #3da858;
  --dark-gray: #a0a0a0;
}

.theme-middenschool *::-moz-selection {
  background-color: rgba(0, 157, 224, 0.99);
  color: #fff;
}

.theme-middenschool *::selection {
  background-color: rgba(0, 157, 224, 0.99);
  color: #fff;
}

.theme-bovenschool *::-moz-selection {
  background-color: rgba(61, 168, 88, 0.99);
  color: #fff;
}

.theme-bovenschool *::selection {
  background-color: rgba(61, 168, 88, 0.99);
  color: #fff;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter.woff2") format("woff2"), url("../fonts/Inter.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-italic.woff2") format("woff2"), url("../fonts/Inter-italic.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "InterTight";
  src: url("../fonts/InterTight.woff2") format("woff2"), url("../fonts/InterTight.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "InterTight";
  src: url("../fonts/InterTight-italic.woff2") format("woff2"), url("../fonts/InterTight-italic.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
*,
::before,
::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Normalize font features
*/
:root {
  font-size: 16px;
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4; /* 3: -moz-tab-size */
  font-feature-settings: normal; /* 4 */
  font-variation-settings: normal; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/*
1. Correct the odd `em` font sizing in all browsers.
2. Use a web-safe monospace font.
*/
code,
kbd,
samp,
pre {
  font-size: 1em; /* 1 */
  font-family: "Courier New", Courier, monospace; /* 2 */
}

/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button; /* -webkit-appearance */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield; /* -webkit-appearance */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; /* -webkit-appeaance */
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button; /* -webkit-appearance */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to gray.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/
button,
[role=button] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default.
  (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default.
  (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio.
(https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

ul {
  list-style: none;
}

.groen {
  color: #3da858;
}

.blauw {
  color: #009de0;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  margin-inline: auto;
  padding-right: 4rem;
  padding-left: 4rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 1000px) {
  .wrapper {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.landing-offset-margin {
  margin-top: 5rem;
}
@media (max-width: 1000px) {
  .landing-offset-margin {
    margin-top: 4.5rem;
  }
}

.landing-offset-padding {
  padding-top: calc(5rem + 2.25rem);
}
@media (max-width: 1000px) {
  .landing-offset-padding {
    padding-top: 4.5rem;
  }
}

.content {
  width: 100%;
  max-width: 1500px;
}

.content.content--narrow {
  max-width: 900px;
}

.btn {
  cursor: pointer;
  border: none;
  outline: none;
}

.link {
  text-decoration: none;
  background-image: var(--gradient);
  background-size: 100% 3px;
  background-position: 0 106%;
  background-repeat: no-repeat;
  transition: 0.3s ease background-size, 0.3s ease color;
}
.link:hover {
  background-size: 100% 100%;
  color: white;
}

.center {
  display: flex;
  justify-content: center;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body main {
  display: flex;
  flex-direction: column;
}

* {
  font-family: "InterTight", sans-serif;
}
*::-moz-selection {
  background-color: var(--flat-primary);
  color: #fff;
}
*::selection {
  background-color: var(--flat-primary);
  color: #fff;
}

h1 {
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 2rem;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
}
h1 span.light {
  font-weight: 200;
}
h1 span {
  display: block;
  text-wrap: balance;
  width: -moz-fit-content;
  width: fit-content;
}
h1 span:first-child {
  margin-bottom: 0.5rem;
}
@media (max-width: 600px) {
  h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

h2 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1.1rem;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
}
h2 span.light {
  font-weight: 200;
}
h2 span {
  display: block;
  text-wrap: balance;
  width: -moz-fit-content;
  width: fit-content;
}
h2 span:first-child {
  margin-bottom: 0.5rem;
}
@media (max-width: 600px) {
  h2 {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}

h3 {
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
}

h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 14px;
  width: -moz-fit-content;
  width: fit-content;
}
h4.gradient-possible {
  width: -moz-fit-content;
  width: fit-content;
  background-image: var(--flat-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.pre-title {
  color: var(--accent);
}

article.text-block p {
  font-weight: 300;
  color: var(--dimmed-text-color);
  text-wrap: pretty;
}
article.text-block p:last-child {
  margin-bottom: 0;
}
article.text-block > * {
  margin-bottom: 1rem;
}
article.text-block > *:last-child {
  margin-bottom: 0;
}
article.text-block b {
  font-weight: 700;
  color: var(--bold-text-color);
}
article.text-block .btn {
  margin-top: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
article.text-block .btn-wrapper .btn {
  margin-top: 0;
}
article.text-block a:not(.btn) {
  font-weight: inherit;
  text-decoration: none;
  background-image: var(--gradient);
  background-size: 100% 3px;
  background-position: 0 106%;
  background-repeat: no-repeat;
  transition: 0.3s ease background-size, 0.3s ease color;
}
article.text-block a:not(.btn):hover {
  background-size: 100% 100%;
  color: white;
}
article.text-block h2 {
  margin-bottom: 2rem;
}
article.text-block h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}
article.text-block h4 {
  margin-top: 2rem;
}
article.text-block b,
article.text-block strong {
  font-weight: 600;
  color: var(--bold-text-color);
}
article.text-block ul,
article.text-block ol {
  padding-left: 1.5rem;
}
article.text-block ul li,
article.text-block ol li {
  font-weight: 300;
  color: var(--dimmed-text-color);
  line-height: 1.25;
  margin-bottom: 0.25rem;
}
article.text-block ul li:last-child,
article.text-block ol li:last-child {
  margin-bottom: 0;
}
article.text-block ul li::marker,
article.text-block ol li::marker {
  color: var(--bold-text-color);
}
article.text-block ul {
  list-style: disc;
}
article.text-block ol {
  list-style: decimal;
}
article.text-block .btn-wrapper {
  margin-top: 1rem;
}
article.text-block.inverse p {
  font-weight: 300;
  color: var(--dimmed-inverse-text-color);
}
@media (max-width: 1000px) {
  article.text-block {
    width: 100%;
  }
}

/* -------------------------------------------------------------------------- */
/*                                    BASE                                    */
/* -------------------------------------------------------------------------- */
.btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 12px;
  position: relative;
  transition: 0.3s ease box-shadow, 0.3s ease border-color, 0.3s ease text-shadow, 0.3s ease opacity;
  position: relative;
  white-space: nowrap;
}
.btn .icon {
  aspect-ratio: 1;
  height: 1.25rem;
  width: auto;
}

/* -------------------------------------------------------------------------- */
/*                                   PRIMARY                                  */
/* -------------------------------------------------------------------------- */
.primary-btn {
  border-width: 0px 0px 2px 0px;
  border-style: solid;
  border-radius: 12px;
  color: white;
  background: var(--gradient);
  border-color: color-mix(in srgb, var(--darker) 70%, transparent);
  box-shadow: 0px 4px 16px color-mix(in srgb, var(--solid) 50%, transparent), 0px 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  transition: 0.25s ease box-shadow, 0.25s ease border-color, 0.25s ease transform, 0.25s ease text-shadow, 0.3s ease background, 0.3s ease color;
}
.primary-btn:hover {
  box-shadow: 0px 2px 8px color-mix(in srgb, var(--solid) 22%, transparent), 0px 1px 2px rgba(0, 0, 0, 0.08);
  border-color: color-mix(in srgb, var(--solid) 50%, transparent);
  text-shadow: none;
}
.primary-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--solid);
  border-radius: 12px;
  opacity: 0;
  transition: 0.3s ease opacity;
  pointer-events: none;
  z-index: -1;
}
.primary-btn:hover {
  cursor: pointer;
}
.primary-btn:hover::after {
  opacity: 1;
}

/* -------------------------------------------------------------------------- */
/*                                  SECONDARY                                 */
/* -------------------------------------------------------------------------- */
.secondary-btn {
  color: black;
  border: 2px solid var(--gray);
  background: transparent;
  transition: 0.3s ease border-color;
}
.secondary-btn:hover {
  border-color: var(--flat-primary);
}

/* -------------------------------------------------------------------------- */
/*                                 OUTLINE BTN                                */
/* -------------------------------------------------------------------------- */
.white-outline-btn {
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: white;
  font-weight: 300;
  transition: 0.3s ease border-color;
}
.white-outline-btn:hover {
  border-color: white;
}

/* -------------------------------------------------------------------------- */
/*                                  SMALL BTN                                 */
/* -------------------------------------------------------------------------- */
.small-btn {
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  border: 2px solid var(--gray);
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 5%;
  transition: 0.3s ease border-color;
}
.small-btn:hover {
  border-color: var(--primary);
}

/* -------------------------------------------------------------------------- */
/*                                  DISABLED                                  */
/* -------------------------------------------------------------------------- */
.disabled {
  background: transparent;
  border: 1px solid var(--dark-gray);
  color: var(--dark-gray);
  box-shadow: none;
  text-shadow: none;
  text-decoration: line-through;
  font-weight: 200;
  transition: 0.3s ease background, 0.3s ease border-color, 0.3s ease color, 0.3s ease box-shadow, 0.3s ease text-shadow;
}
.disabled::after {
  display: none;
}
.disabled:hover {
  background: transparent;
  border: 1px solid var(--dark-gray);
  cursor: not-allowed;
  text-shadow: none;
  box-shadow: none;
}
.disabled .icon {
  background-color: var(--dark-gray);
}

/* -------------------------------------------------------------------------- */
/*                                 TEXT LINK                                  */
/* -------------------------------------------------------------------------- */
.text-link {
  color: var(--flat-primary);
  font-weight: 500;
  text-decoration: none;
  transition: -webkit-text-decoration 0.15s ease;
  transition: text-decoration 0.15s ease;
  transition: text-decoration 0.15s ease, -webkit-text-decoration 0.15s ease;
}
.text-link:hover {
  text-decoration: underline;
}

/* -------------------------------------------------------------------------- */
/*                                 BTN WRAPPER                                */
/* -------------------------------------------------------------------------- */
.btn-wrapper {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 600px) {
  .btn-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  .btn-wrapper .btn {
    width: 100%;
  }
}

.required-asterisk {
  margin-left: 0.2em;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  background-image: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.form-hint {
  font-size: 0.8125rem;
  font-weight: 300;
  color: var(--dimmed-text-color);
  margin: 0.375rem 0 0;
}

/* -------------------------------------------------------------------------- */
/*                                 HEADER DIM                                 */
/* -------------------------------------------------------------------------- */
header {
  z-index: 3;
}
header::after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(0px);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease opacity, 0.3s ease backdrop-filter, 0.3s ease visibility;
}
header.dim::after {
  opacity: 1;
  visibility: visible;
  backdrop-filter: blur(12px);
  pointer-events: all;
}

/* ------------------------------------------------------------------------- */
/*                                 WHOLE NAV                                 */
/* ------------------------------------------------------------------------- */
header > nav {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100vw;
  z-index: 3;
  color: black;
  transition: 0.3s ease color, 0.5s ease border-bottom;
}
@media (max-width: 1000px) {
  header > nav {
    border-bottom: 2px solid transparent;
  }
}
header > nav ul {
  list-style-type: none;
  margin-left: 0;
}
header > nav ul li {
  display: inline-block;
}
header > nav::before {
  content: "";
  width: 100%;
  height: 7.25rem;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  z-index: -1;
  transition: 0.3s ease height;
  box-shadow: 0px 4px 20px rgba(0, 44, 75, 0.1);
}
@media (max-width: 1000px) {
  header > nav::before {
    height: 4.5rem;
    box-shadow: 0px 2px 10px rgba(0, 44, 75, 0.1);
  }
}
header > nav.top::before {
  height: 2.25rem;
}
@media (max-width: 1000px) {
  header > nav.top::before {
    height: 4.5rem;
  }
}
header > nav.reducedSize::before {
  height: 3.5rem;
}
@media (max-width: 1000px) {
  header > nav.reducedSize::before {
    height: 4.5rem;
  }
}
header > nav.reducedSize .pre-nav-wrapper {
  max-height: 0 !important;
}
header > nav.reducedSize .nav-wrapper {
  height: 3.5rem;
}
@media (max-width: 1000px) {
  header > nav.reducedSize .nav-wrapper {
    height: 4.5rem;
  }
}
header > nav.fullSize::before {
  height: 7.25rem;
}
@media (max-width: 1000px) {
  header > nav.fullSize::before {
    height: 4.5rem;
  }
}
@media (max-width: 1000px) {
  header > nav.fullSize {
    border-color: transparent;
  }
}

/* -------------------------------------------------------------------------- */
/*               FULL-BG NAV  (.full-bg on the <nav> element)                */
/* -------------------------------------------------------------------------- */
header > nav.full-bg.top::before {
  height: calc(5rem + 2.25rem);
}
@media (max-width: 1000px) {
  header > nav.full-bg.top::before {
    height: 4.5rem;
  }
}

/* -------------------------------------------------------------------------- */
/*                                   PRE NAV                                  */
/* -------------------------------------------------------------------------- */
.pre-nav-wrapper {
  height: 2.25rem;
  border-bottom: 1px solid #dbdbdb;
  overflow: hidden;
  max-height: 3em;
  transition: 0.3s ease max-height;
}
@media (max-width: 1000px) {
  .pre-nav-wrapper {
    display: none !important;
    max-height: 0 !important;
  }
}

.pre-nav-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75em;
}

.pre-nav-selector {
  gap: 1.5em;
  justify-content: flex-start;
  height: 100%;
}

.pre-nav-right {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
  gap: 1.25rem;
}

.pre-nav-links {
  display: flex;
  gap: 0.25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
}

.pre-nav-link:not(.separator) {
  transition: 0.3s ease color;
  padding: 0 0.125rem;
}
.pre-nav-link:not(.separator):hover {
  cursor: pointer;
  color: var(--solid);
}

.pre-nav-link.separator {
  pointer-events: none;
  font-size: 0;
  color: transparent;
  display: inline-flex;
  align-items: center;
  padding: 0 0.125rem;
}
.pre-nav-link.separator::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--solid);
  opacity: 1;
}

.pre-nav-search {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  transition: 0.3s ease opacity;
}
.pre-nav-search img {
  height: 1rem;
  width: 1rem;
  max-height: 50%;
  overflow: hidden;
}
.pre-nav-search p {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8125rem;
}
.pre-nav-search:hover {
  cursor: pointer;
  opacity: 0.3;
}

/* -------------------------------------------------------------------------- */
/*                                 ACTUAL NAV                                 */
/* -------------------------------------------------------------------------- */
.nav-wrapper {
  height: 5rem;
  transition: 0.3s ease height;
}
@media (max-width: 1000px) {
  .nav-wrapper {
    height: 4.5rem;
  }
}

.nav-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.nav-logo {
  display: inline-block;
  position: relative;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.nav-logo a {
  display: block;
  height: 100%;
}
.nav-logo a img {
  pointer-events: none;
}
.nav-logo img {
  height: 100%;
  width: auto;
  aspect-ratio: 2;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s ease height, 0.3s ease transform, 0.5s ease-in-out margin-left;
}
.nav-logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 0rem 0rem 1rem 0rem;
  display: none;
  transition: 0.3s ease opacity;
}
.nav-logo:hover {
  cursor: pointer;
}

.nav-icons {
  display: none;
}
@media (max-width: 1000px) {
  .nav-icons {
    display: flex;
    gap: 1rem;
  }
}

.nav-icon.search {
  pointer-events: all;
  opacity: 1;
  transition: 0.3s ease opacity;
}
.nav-icon.search.hide {
  opacity: 0;
  pointer-events: none;
}

.nav-icon:hover {
  cursor: pointer;
}
.nav-icon img {
  height: 1.5rem;
  aspect-ratio: 1;
  width: auto;
  transform: rotate(0deg);
}

.nav-icon.burger {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
}
.nav-icon.burger img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: 0.2s cubic-bezier(0.74, 0, 0.16, 1) transform, 0.2s cubic-bezier(0.74, 0, 0.16, 1) opacity;
}
.nav-icon.burger .close {
  opacity: 0;
  transform: rotate(45deg) scale(1.1);
}
.nav-icon.burger .open {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}
.nav-icon.burger.active .close {
  opacity: 1;
  pointer-events: all;
  transform: rotate(225deg) scale(1.1);
}
.nav-icon.burger.active .open {
  opacity: 0;
  pointer-events: none;
  transform: rotate(180deg) scale(0.8);
}

.nav-links {
  display: flex;
  gap: 2rem;
  font-weight: 300;
  font-size: 1rem;
}
@media (max-width: 1000px) {
  .nav-links {
    display: none;
  }
}

.nav-link {
  white-space: nowrap;
  transition: 0.3s ease color;
  position: relative;
}
.nav-link a {
  display: inline-flex;
  align-items: center;
  padding: 0.4375rem 0.75rem;
  margin: -0.4375rem -0.75rem;
  border-radius: 50px;
  transition: background 0.2s ease;
}
.nav-link:hover {
  cursor: pointer;
  color: var(--hovercolor);
}
.nav-link:hover a {
  background: color-mix(in srgb, var(--solid) 15%, transparent);
}
.nav-link.active-link {
  position: relative;
  font-weight: 600;
}
.nav-link.active-link::before {
  content: "";
  position: absolute;
  bottom: -0.2em;
  left: 0;
  width: 100%;
  background: var(--gradient, linear-gradient(45deg, #009de0 0%, #3da858 100%));
  height: 2px;
}
.nav-link.dropdown {
  margin-right: 1.25rem;
  position: relative;
}
.nav-link.dropdown a {
  padding-right: 2rem;
  margin-right: -2rem;
}
.nav-link.dropdown::after {
  content: url('data:image/svg+xml,<svg width="12" height="6" viewBox="0 0 12 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 0.569527L6 5.06953L11 0.569527" stroke="black" stroke-opacity="0.4" stroke-width="1.5"/></svg>');
  position: absolute;
  width: 1em;
  height: auto;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-60%);
}

/* -------------------------------------------------------------------------- */
/*                                  AFTER NAV                                 */
/* -------------------------------------------------------------------------- */
.after-nav-wrapper {
  background: #fff;
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  transform: translateY(0%);
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease opacity, 0.3s ease transform, 0.3s ease visibility;
  border-radius: 0rem 0rem 1rem 1rem;
}
.after-nav-wrapper.active {
  transform: translateY(100%);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.after-nav-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  transform: translate(0rem, -100%);
  background: var(--light-bg);
  z-index: 0;
}

.after-nav-content {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.after-nav-dropdowns {
  width: 100%;
}
.after-nav-dropdowns .after-nav-dropdown {
  flex-direction: row;
  gap: 0.25rem;
  justify-content: center;
  display: flex;
  overflow: hidden;
  pointer-events: none;
  max-height: 0;
  transition: 0s ease max-height;
}
.after-nav-dropdowns .after-nav-dropdown.active {
  max-height: 4rem;
  pointer-events: unset;
}
.after-nav-dropdowns .after-nav-dropdown li {
  font-weight: 400;
  display: inline-flex;
  flex-direction: row;
  gap: 0.4375rem;
  align-items: center;
  padding: 0.4375rem 0.75rem;
  border-radius: 50px;
  background: transparent;
  transition: background 0.2s ease, color 0.2s ease;
  cursor: pointer;
  font-size: 1rem;
}
.after-nav-dropdowns .after-nav-dropdown li img {
  height: 1.25rem;
  aspect-ratio: 1;
  width: auto;
  transition: filter 0.2s;
}
.after-nav-dropdowns .after-nav-dropdown li:hover {
  background: color-mix(in srgb, var(--solid) 15%, transparent);
  color: var(--solid);
}
.after-nav-dropdowns .after-nav-dropdown li.active-link {
  font-weight: 600;
  background: var(--primary);
  color: #fff;
}
.after-nav-dropdowns .after-nav-dropdown li.active-link img {
  filter: brightness(0) invert(1);
  opacity: 1;
}

.after-nav-search {
  width: 100%;
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  overflow: hidden;
  transition: 0s ease opacity, 0s ease max-height;
}
.after-nav-search.active {
  opacity: 1;
  max-height: 3rem;
  pointer-events: all;
}

/* -------------------------------------------------------------------------- */
/*                                 MOBILE NAV                                 */
/* -------------------------------------------------------------------------- */
.mobile-nav {
  display: none;
}
@media (max-width: 1000px) {
  .mobile-nav {
    display: flex;
    position: fixed;
    top: 4.5rem;
    left: 0;
    flex-direction: column;
    overflow: auto;
    align-items: center;
    bottom: 0;
    height: auto;
    padding-bottom: 4rem;
    min-height: 100%;
    width: 100%;
    background: white;
    pointer-events: none;
    opacity: 0;
    transition: 0.5s ease opacity 0.1s;
    z-index: -2;
    box-shadow: 0px 4px 20px rgba(0, 44, 75, 0.2);
  }
  .mobile-nav.active {
    opacity: 1;
    transition: 0.3s ease opacity;
    pointer-events: all;
  }
}
.mobile-nav > :last-child {
  flex-grow: 1;
}

/* ----------------------------- SCHOOL SELECTOR ---------------------------- */
.mobile-school-selector-wrapper {
  height: 2.5rem;
  min-height: 2.5rem;
  border-bottom: 1px solid var(--gray);
  background-color: white;
  transform: translateY(-100%);
  transition: 0.3s ease transform;
}

.mobile-school-selector-content {
  height: 100%;
  justify-content: center;
  gap: 1.5rem;
}
.mobile-school-selector-content .school-selector-item {
  font-size: 14px;
}

/* ------------------------------- SEARCH BAR ------------------------------- */
.mobile-search-wrapper {
  background: var(--light-accent);
}
.mobile-search-wrapper .search-form {
  transform: translateY(2em);
  transition: 0.3s ease opacity, 0.3s ease transform;
  opacity: 0;
  padding: 1rem 0;
  width: 100%;
}
.mobile-search-wrapper .search-form input {
  background: white;
  border-color: var(--search-border);
}

/* ------------------------------ SPECIFIC NAV LINKS ------------------------------- */
.mobile-nav-links-wrapper {
  background: var(--light-accent);
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
  padding-top: 1rem;
  gap: 1.5rem;
}
.mobile-nav-links .mobile-dropdown {
  margin-bottom: -1.5rem;
}
.mobile-nav-link {
  font-size: 1.5rem;
  position: relative;
  font-weight: 300;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.mobile-nav-link:nth-child(1) {
  transition-delay: 0s;
}
.mobile-nav-link:nth-child(2) {
  transition-delay: 0.025s;
}
.mobile-nav-link:nth-child(3) {
  transition-delay: 0.05s;
}
.mobile-nav-link:nth-child(4) {
  transition-delay: 0.075s;
}
.mobile-nav-link:nth-child(5) {
  transition-delay: 0.1s;
}
.mobile-nav-link:nth-child(6) {
  transition-delay: 0.125s;
}
.mobile-nav-link:nth-child(7) {
  transition-delay: 0.15s;
}
.mobile-nav-link:nth-child(8) {
  transition-delay: 0.175s;
}
.mobile-nav-link:nth-child(9) {
  transition-delay: 0.2s;
}
.mobile-nav-link:nth-child(10) {
  transition-delay: 0.225s;
}
.mobile-nav-link {
  opacity: 0;
  transform: translateY(2em);
}
.mobile-nav-link a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.mobile-nav-link::before {
  content: "";
  position: absolute;
  bottom: -0.1em;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--primary);
  opacity: 0;
  transition: 0.3s ease opacity, 0.3s ease filter;
}
.mobile-nav-link.dropdown {
  padding-bottom: 0.5rem;
}
.mobile-nav-link.dropdown::before {
  opacity: 0.2;
}
.mobile-nav-link.dropdown a .dropdown-plus {
  display: inline-block;
  height: auto;
  width: 1em;
  transform: rotate(0deg);
  transition: 0.3s ease transform;
}
.mobile-nav-link.dropdown.active::before {
  opacity: 1;
}
.mobile-nav-link.dropdown.active a .dropdown-plus {
  transform: rotate(225deg);
}
.mobile-nav-link.active-link {
  font-weight: 600;
  padding-bottom: 0.5rem;
}
.mobile-nav-link.active-link::before {
  opacity: 1;
}

.mobile-dropdown {
  display: flex;
  flex-direction: column;
  padding-left: 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease max-height;
  gap: 1rem;
}
.mobile-dropdown li {
  font-size: 1.25rem;
  font-weight: 200;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.mobile-dropdown li img {
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1;
}
.mobile-dropdown li:last-child {
  margin-bottom: 2rem;
}
.mobile-dropdown li.active-link {
  font-weight: 600;
  color: var(--primary);
}

/* ---------------------------- SHARED NAV LINKS ---------------------------- */
.mobile-shared-nav-links-wrapper {
  background: white;
}

.mobile-shared-nav-links {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.mobile-shared-nav-links .mobile-dropdown {
  margin-bottom: -1.5rem;
}
.mobile-shared-nav-links .mobile-dropdown li {
  font-size: 1rem;
}
.mobile-shared-nav-links .mobile-dropdown li img {
  width: 1rem;
}

.mobile-shared-nav-link {
  font-size: 1rem;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.mobile-shared-nav-link::before {
  background: linear-gradient(45deg, #009de0 0%, #3da858 100%);
  filter: saturate(0);
}
.mobile-shared-nav-link.active::before {
  filter: saturate(1);
}
.mobile-shared-nav-link:nth-child(1) {
  transition-delay: 0.2s;
}
.mobile-shared-nav-link:nth-child(2) {
  transition-delay: 0.225s;
}
.mobile-shared-nav-link:nth-child(3) {
  transition-delay: 0.25s;
}
.mobile-shared-nav-link:nth-child(4) {
  transition-delay: 0.275s;
}
.mobile-shared-nav-link:nth-child(5) {
  transition-delay: 0.3s;
}
.mobile-shared-nav-link:nth-child(6) {
  transition-delay: 0.325s;
}
.mobile-shared-nav-link:nth-child(7) {
  transition-delay: 0.35s;
}
.mobile-shared-nav-link:nth-child(8) {
  transition-delay: 0.375s;
}
.mobile-shared-nav-link:nth-child(9) {
  transition-delay: 0.4s;
}
.mobile-shared-nav-link:nth-child(10) {
  transition-delay: 0.425s;
}

.mobile-shared-nav-link {
  transition: transform 0.4s ease, opacity 0.4s ease;
  font-size: 1rem;
  font-weight: 300;
}
.mobile-shared-nav-link::before {
  height: 2px;
}

/* ------------------------------- ANIMATIONS ------------------------------- */
.mobile-nav.active .mobile-nav-link {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.mobile-nav.active .mobile-nav-link:nth-child(1) {
  transition-delay: 0.075s;
}
.mobile-nav.active .mobile-nav-link:nth-child(2) {
  transition-delay: 0.1s;
}
.mobile-nav.active .mobile-nav-link:nth-child(3) {
  transition-delay: 0.125s;
}
.mobile-nav.active .mobile-nav-link:nth-child(4) {
  transition-delay: 0.15s;
}
.mobile-nav.active .mobile-nav-link:nth-child(5) {
  transition-delay: 0.175s;
}
.mobile-nav.active .mobile-nav-link:nth-child(6) {
  transition-delay: 0.2s;
}
.mobile-nav.active .mobile-nav-link:nth-child(7) {
  transition-delay: 0.225s;
}
.mobile-nav.active .mobile-nav-link:nth-child(8) {
  transition-delay: 0.25s;
}
.mobile-nav.active .mobile-nav-link:nth-child(9) {
  transition-delay: 0.275s;
}
.mobile-nav.active .mobile-nav-link:nth-child(10) {
  transition-delay: 0.3s;
}
.mobile-nav.active .mobile-nav-link.mobile-shared-nav-link {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.mobile-nav.active .mobile-nav-link.mobile-shared-nav-link:nth-child(1) {
  transition-delay: 0.275s;
}
.mobile-nav.active .mobile-nav-link.mobile-shared-nav-link:nth-child(2) {
  transition-delay: 0.3s;
}
.mobile-nav.active .mobile-nav-link.mobile-shared-nav-link:nth-child(3) {
  transition-delay: 0.325s;
}
.mobile-nav.active .mobile-nav-link.mobile-shared-nav-link:nth-child(4) {
  transition-delay: 0.35s;
}
.mobile-nav.active .mobile-nav-link.mobile-shared-nav-link:nth-child(5) {
  transition-delay: 0.375s;
}
.mobile-nav.active .mobile-nav-link.mobile-shared-nav-link:nth-child(6) {
  transition-delay: 0.4s;
}
.mobile-nav.active .mobile-nav-link.mobile-shared-nav-link:nth-child(7) {
  transition-delay: 0.425s;
}
.mobile-nav.active .mobile-nav-link.mobile-shared-nav-link:nth-child(8) {
  transition-delay: 0.45s;
}
.mobile-nav.active .mobile-nav-link.mobile-shared-nav-link:nth-child(9) {
  transition-delay: 0.475s;
}
.mobile-nav.active .mobile-nav-link.mobile-shared-nav-link:nth-child(10) {
  transition-delay: 0.5s;
}
.mobile-nav.active .mobile-school-selector-wrapper {
  transform: translateY(0%);
}
.mobile-nav.active .mobile-search-wrapper .search-form {
  opacity: 1;
  transform: translateY(0);
  transition: 0.3s ease opacity, 0.3s ease transform;
  transition-delay: 0.05s;
}

.school-selector {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

li.school-selector-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 200;
  height: 100%;
}
li.school-selector-item.active-selector {
  font-weight: 700;
  position: relative;
}
li.school-selector-item.active-selector::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: var(--gradient, linear-gradient(45deg, #009de0 0%, #3da858 100%));
  height: 4px;
  border-radius: 50px 50px 0 0;
  z-index: 3;
}
li.school-selector-item.active-selector a {
  width: -moz-fit-content;
  width: fit-content;
  background-image: var(--flat-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.search-form {
  display: flex;
  flex-direction: row;
  height: -moz-fit-content;
  height: fit-content;
}
.search-form input {
  width: 100%;
  color: black;
  background: white;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem 0rem 0rem 0.5rem;
  border-color: var(--gray);
  border-width: 2px 0px 2px 2px;
  border-style: solid;
  transition: 0.3s ease border-color, 0.3s ease border-width;
}
.search-form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 200;
  font-size: 16px;
}
.search-form input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 200;
  font-size: 16px;
}
.search-form input:focus {
  outline: none;
  border-color: var(--flat-primary);
}
.search-form .search-button {
  border-radius: 0rem 0.5rem 0.5rem 0rem;
}
.search-form .search-button img {
  height: 1rem;
  aspect-ratio: 1;
  width: auto;
}
.search-form .search-button p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  letter-spacing: 5%;
}
@media (max-width: 1000px) {
  .search-form .search-button p {
    display: none;
  }
}
.search-form .search-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--solid);
  border-radius: 0rem 0.5rem 0.5rem 0rem;
  opacity: 0;
  transition: 0.3s ease opacity;
  pointer-events: none;
  z-index: -1;
}
.search-form .search-button:hover {
  cursor: pointer;
}
.search-form .search-button:hover::after {
  opacity: 1;
}

.multi-page-selector h4 {
  margin-bottom: 0.5rem;
  color: var(--primary);
}
.multi-page-selector {
  height: 100%;
}
@media (max-width: 1300px) {
  .multi-page-selector {
    border-right: none;
    padding-right: 0;
    height: unset;
    width: 100%;
  }
  .multi-page-selector h4 {
    display: none;
  }
}
@media (max-width: 1000px) {
  .multi-page-selector h4 {
    display: block;
    color: var(--primary);
    margin-bottom: 0.25rem;
  }
}

.multi-page-selector-items {
  display: flex;
  gap: 0.3rem;
  flex-direction: column;
  width: 225px;
}
@media (max-width: 1300px) {
  .multi-page-selector-items {
    flex-direction: row;
    overflow-x: auto;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 1000px) {
  .multi-page-selector-items {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
    max-height: 50px;
    height: auto;
    overflow: hidden;
    transition: 0.3s ease max-height;
  }
  .multi-page-selector-items.active {
    max-height: calc(var(--item-count, 4) * (50px + 0.3rem));
  }
  .multi-page-selector-items.active .active-selector::after {
    transform: rotate(-135deg) translateY(5%) translateX(25%);
  }
}

.multi-page-selector-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: 2px solid var(--light-bg);
  padding: 0.5rem 0.5rem;
  padding-right: 0.5rem;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  font-size: 0.875rem;
  background: white;
}
.multi-page-selector-item:hover {
  border-color: var(--primary);
}
@media (max-width: 1000px) {
  .multi-page-selector-item:hover {
    border-color: var(--light-bg);
  }
}
.multi-page-selector-item img {
  width: 25px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1300px) {
  .multi-page-selector-item {
    font-size: 1rem;
    padding: 0.625rem 0.625rem;
    gap: 0.5rem;
  }
}
@media (max-width: 1000px) {
  .multi-page-selector-item {
    height: 50px !important;
    max-height: 50px !important;
    width: 100%;
    background-color: var(--light-bg);
    font-weight: 200;
    border-radius: 0;
    padding: auto 0.75rem;
    flex-shrink: 0;
  }
}
.multi-page-selector-item.active-selector {
  border-color: var(--primary);
  background-color: var(--light-accent);
  font-weight: 700;
}
@media (max-width: 1000px) {
  .multi-page-selector-item.active-selector {
    order: -1;
    border: none;
    font-weight: 700;
    position: relative;
  }
  .multi-page-selector-item.active-selector::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    transform: translateY(-75%) rotate(45deg);
    transition: 0.3s ease transform;
  }
}

.choice-title {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  color: var(--dimmed-text-color);
  position: relative;
}
.choice-title b {
  font-weight: 700;
  text-decoration: none;
  background-image: var(--gradient);
  background-size: 100% 3px;
  background-position: 0 106%;
  background-repeat: no-repeat;
  color: black;
}
.choice-title .extra-info {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 107%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25rem;
  vertical-align: middle;
  background: var(--gradient);
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  text-align: center;
  color: white;
  transition: 0.3s ease box-shadow, 0.3s ease text-shadow;
}
.choice-title .extra-info::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--darker);
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s ease opacity;
  pointer-events: none;
  z-index: -1;
}
.choice-title .extra-info:hover {
  cursor: pointer;
  box-shadow: 0px 0px 5px rgba(var(--shadow), 0);
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
}
.choice-title .extra-info:hover::after {
  opacity: 1;
}

.choices {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.choice {
  padding: 0.5rem 0.875rem;
  border: 2px solid var(--search-border);
  border-radius: 50px;
  background-color: white;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: black;
  font-family: inherit;
  text-decoration: none;
  transition: border-color 0.2s, background-color 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
}
.choice:hover {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px color-mix(in srgb, var(--primary) 14%, transparent);
}
.choice.active {
  border-color: var(--primary);
  background-color: var(--primary);
  color: white;
  box-shadow: 0 4px 14px color-mix(in srgb, var(--primary) 28%, transparent);
}

.icon {
  display: inline-block;
  width: unset;
  height: unset;
  vertical-align: middle;
  mask-image: var(--icon-url);
  -webkit-mask-image: var(--icon-url);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  /* A default fallback color */
  background-color: #333;
  transition: 0.3s ease background-color;
}

.icon-blue {
  background-color: #009de0;
}

.icon-green {
  background-color: #3da858;
}

.icon-white {
  background-color: white;
}

.icon-gradient {
  background-image: linear-gradient(to right, #009de0, #3da858);
}

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

.icon-original {
  mask-image: none;
  -webkit-mask-image: none;
  background-color: transparent;
  background-image: var(--icon-url);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-information-wrapper {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.contact-information-wrapper.campus {
  --contact-background: #e5f4f3;
  --contact-hover: #2bac99;
  --glow-color: #2bac99;
}
.contact-information-wrapper.middenschool {
  --contact-background: #e5f5fc;
  --contact-hover: #009de0;
  --glow-color: #009de0;
}
.contact-information-wrapper.bovenschool {
  --contact-background: #eef8f0;
  --contact-hover: #3da858;
  --glow-color: #3da858;
}

.contact-information-item {
  background-color: var(--contact-background);
  padding: 0.5rem 0.75rem;
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  justify-content: flex-start;
  align-items: center;
  font-weight: 300;
  border: 2px solid transparent;
  border-radius: 12px;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease, color 0.22s ease, background-color 0.22s ease;
}
.contact-information-item span.icon {
  height: 1.25rem;
  width: auto;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.contact-information-item p {
  word-break: break-all;
}
.contact-information-item:hover {
  background-color: #fff;
  border-color: var(--contact-hover);
  color: var(--contact-hover);
}

.contact-domain {
  display: block;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--contact-hover);
}

.card {
  background: white;
  border-radius: 25px;
  border: 2px solid var(--search-border);
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
  z-index: 0;
  transition: 0.3s ease border-color;
}
.card.middenschool {
  --card-primary: #009de0;
  --card-flat: #009de0;
  --card-light: #e5f5fc;
  --card-gradient: linear-gradient(#009de0, #009de0);
}
.card.bovenschool {
  --card-primary: #3da858;
  --card-flat: #3da858;
  --card-light: #eef8f0;
  --card-gradient: linear-gradient(#3da858, #3da858);
}
.card.campus {
  --card-primary: linear-gradient(135deg, #009de0, #3da858);
  --card-flat: #2bac99;
  --card-light: #e5f4f3;
  --card-gradient: linear-gradient(135deg, #009de0, #3da858);
}

.card--person {
  border-width: 3px;
  border-color: var(--card-light);
  padding: 0.75rem;
  gap: 0.75rem;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 1000px) {
  .card--person {
    padding: 0.75rem;
    gap: 0.75rem;
  }
}
@media (max-width: 600px) {
  .card--person {
    padding: 0.75rem;
    gap: 0.75rem;
  }
}

.card-profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 1000px) {
  .card-profile {
    gap: 0.5rem;
  }
}

.card-firstname {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  color: black;
}

.card--content {
  align-items: flex-start;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
.card--content:hover {
  border-color: var(--card-flat);
  box-shadow: 0 8px 28px color-mix(in srgb, var(--card-flat) 18%, transparent);
  transform: translateY(-2px);
}
@media (max-width: 1000px) {
  .card--content {
    flex-direction: column;
  }
}

.card-headshot {
  min-width: 75px;
  width: 30%;
  max-width: 150px;
  aspect-ratio: 3/4;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}
.card-headshot img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card--content .card-headshot {
  align-self: stretch;
  height: unset;
  width: auto;
  margin: 1rem;
  margin-right: 0;
}
@media (max-width: 600px) {
  .card--content .card-headshot {
    width: auto;
    max-width: unset;
    height: 400px;
    margin: 1rem;
    margin-bottom: 0;
  }
}
.card--person .card-headshot {
  width: 90px;
  min-width: unset;
  max-width: unset;
  aspect-ratio: 1;
}
@media (max-width: 1000px) {
  .card--person .card-headshot {
    width: 72px;
  }
}
@media (max-width: 600px) {
  .card--person .card-headshot {
    width: 78px;
    height: auto;
  }
}

.card-img {
  width: 300px;
  flex-shrink: 0;
  align-self: stretch;
  background-size: cover;
  background-position: center;
  border-right: 5px solid var(--card-flat);
}
@media (max-width: 1000px) {
  .card-img {
    width: 100%;
    height: 200px;
    border-right: none;
    border-bottom: 2px solid var(--search-border);
  }
}

.card-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}
.card--person .card-body {
  padding: 0;
  justify-content: flex-start;
}
.card--person .card-body h3 {
  margin-bottom: 0;
}
.card--person .card-body .card-role {
  margin-top: 0;
  margin-bottom: 0;
}
.card-body h3 {
  font-size: 1.1rem;
  margin-bottom: 0.125rem;
}
.card-body h4 {
  margin-bottom: 0.25rem;
  color: var(--card-flat);
}
.card-body .text-block {
  margin-bottom: 1rem;
}
@media (max-width: 1000px) {
  .card-body h4 {
    font-size: 0.8rem;
  }
  .card-body h3 {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .card-body {
    width: 100%;
  }
}

.card-tags {
  display: flex;
  margin-bottom: 1rem;
}
.card-tags p {
  padding: 0.5rem 0.75rem;
  font-size: 14px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  background-image: var(--card-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.card-tags p::before {
  content: "";
  border-radius: 50px;
  width: 100%;
  height: 100%;
  background: var(--card-primary);
  opacity: 0.1;
  position: absolute;
  inset: 0;
  z-index: 0;
}

.card-role {
  font-style: italic;
  padding-top: 0.5rem;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1rem;
}

.card-attrs {
  padding-top: 1.5rem;
  border-top: 2px solid var(--light-accent);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  width: 100%;
}
@media (max-width: 1000px) {
  .card-attrs {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    padding-top: 0;
    border-top: 0;
  }
}

.card-attr {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.card-attr .card-attr-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.3rem;
}
.card-attr .card-attr-label h4 {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--card-flat);
  margin: 0;
}
.card-attr .card-attr-label .icon {
  height: 0.875rem;
  aspect-ratio: 1;
  width: auto;
}
.card-attr p {
  font-weight: 300;
}

.card--news {
  flex-direction: column;
  padding: 1rem;
  text-decoration: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
.card--news:hover {
  border-color: var(--card-flat);
  box-shadow: 0 8px 28px color-mix(in srgb, var(--card-flat) 18%, transparent);
  transform: translateY(-2px);
}
.card--news .card-cover {
  border-radius: 12px;
  margin-bottom: 1rem;
}
.card--news .card-body {
  padding: 0;
}
.card--news .card-body h3 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.card--news .card-body .text-block {
  margin-bottom: 0;
}

.card-cover {
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.card-cover img {
  width: 100%;
  height: auto;
  min-height: 300px;
  max-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.card-cover.card-cover--tall img {
  max-height: 560px;
}

.card-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.nieuws-school-tag {
  padding: 0.3rem 0.9rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: lowercase;
}
.nieuws-school-tag.middenschool {
  background: #e5f5fc;
  color: #009de0;
}
.nieuws-school-tag.bovenschool {
  background: #eef8f0;
  color: #3da858;
}
.nieuws-school-tag.campus {
  background: linear-gradient(45deg, #e5f5fc, #eef8f0);
}
.nieuws-school-tag.campus span {
  width: -moz-fit-content;
  width: fit-content;
  background-image: linear-gradient(45deg, #009de0 0%, #3da858 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.nieuws-type-tag {
  padding: 0.3rem 0.9rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 200;
  text-transform: lowercase;
  background: var(--light-bg);
  color: black;
}

.nieuws-date {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.3rem 0.9rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 200;
  color: black;
  background: var(--light-bg);
}
.nieuws-date .icon {
  width: 0.9rem;
  height: 0.9rem;
  flex-shrink: 0;
  background-color: var(--card-flat);
}

.nieuws-date--event {
  font-weight: 600;
  background: color-mix(in srgb, var(--card-flat) 12%, white);
}
.nieuws-date--event .icon {
  background-color: transparent;
  background-image: var(--card-gradient);
}
.nieuws-date--event .nieuws-date-text {
  width: -moz-fit-content;
  width: fit-content;
  background-image: var(--card-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.faq-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.faq-items {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background-color: var(--inv-bg);
  border: 1px solid var(--gray);
  border-radius: 12px;
  transition: 0.2s border ease, 0.2s background-color ease;
  padding: 0rem 1rem;
  cursor: pointer;
}
.faq-item:hover {
  border-color: var(--primary);
}

.faq-question {
  padding: 1rem 0rem;
  font-weight: 500;
  font-size: 1.15rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-answer {
  padding: 0rem 0rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 1rem;
}

.faq-close {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.25s ease-in-out;
  transform: rotate(0deg);
}

.faq-item.expanded .faq-question .faq-close {
  transform: rotate(135deg);
}
.faq-item.expanded .faq-answer {
  padding-top: 0.1rem;
  padding-bottom: 1rem;
}

.top-down {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 600px) {
  .top-down {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.section-wrapper {
  border-top: 2px solid var(--search-border);
  --bg: white;
  --inv-bg: var(--light-bg);
  background: var(--bg);
}
.section-wrapper.dark {
  --bg: var(--light-bg);
  --inv-bg: white;
}

.section h2 {
  margin-top: 0.75rem;
}

.pattern-seperator {
  height: 3rem;
  border-top: 3px solid var(--search-border);
  --bg: white;
  --inv-bg: var(--light-bg);
}
.pattern-seperator.dark {
  --bg: var(--light-bg);
  --inv-bg: white;
}
.pattern-seperator {
  background-image: url("../../assets/illustraties/design-pattern.svg");
  background-color: var(--bg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1000px) {
  .pattern-seperator {
    background-image: url("../../assets/illustraties/design-pattern-mobile.svg");
  }
}

.action-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: var(--primary);
  color: white;
}

.action--met-afbeelding {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 1000px) {
  .action--met-afbeelding {
    flex-direction: column;
    gap: 2rem;
  }
}

.action-afbeelding {
  flex: 0 0 auto;
  max-width: 280px;
}
.action-afbeelding img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1000px) {
  .action-afbeelding {
    max-width: 200px;
  }
}

.action-content {
  min-width: 0;
}

.footer-wrapper {
  background: linear-gradient(45deg, #009de0 0%, #3da858 100%);
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 1000px) {
  .footer-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.footer-logo {
  height: 10rem;
}

.footer-columns {
  position: relative;
  background-color: white;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
  border-radius: 15px 200px 15px 15px;
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 2rem;
  padding: 2rem;
  padding-right: 75px;
}
.footer-columns b {
  font-weight: 600;
}
@media (max-width: 1300px) {
  .footer-columns {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-columns .footer-column:nth-child(2) {
    order: 3;
  }
  .footer-columns .footer-column:nth-child(3) {
    order: 4;
  }
  .footer-columns .footer-column:nth-child(4) {
    order: 2;
  }
}
@media (max-width: 1000px) {
  .footer-columns {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .footer-columns .footer-column:nth-child(2) {
    order: 2;
  }
  .footer-columns .footer-column:nth-child(3) {
    order: 3;
  }
  .footer-columns .footer-column:nth-child(4) {
    order: 4;
  }
}

.footer-column {
  display: flex;
  gap: 1rem;
  font-weight: 300;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer-column.bovenschool a {
  text-decoration: none;
  background-image: linear-gradient(45deg, #3da858 0%, #3da858 100%);
  background-size: 100% 3px;
  background-position: 0 106%;
  background-repeat: no-repeat;
  transition: 0.3s ease background-size, 0.3s ease color;
}
.footer-column.bovenschool a:hover {
  background-size: 100% 100%;
  color: white;
}
.footer-column.middenschool a {
  text-decoration: none;
  background-image: linear-gradient(45deg, #009de0 0%, #009de0 100%);
  background-size: 100% 3px;
  background-position: 0 106%;
  background-repeat: no-repeat;
  transition: 0.3s ease background-size, 0.3s ease color;
}
.footer-column.middenschool a:hover {
  background-size: 100% 100%;
  color: white;
}

.after-footer {
  color: white;
  font-weight: 200;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.made-by {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-size: 1rem;
}

.footer-columns .footer-column .made-by a {
  margin-left: 0.125rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 600;
  font-size: 1.125rem;
  text-decoration: none;
  background-image: linear-gradient(45deg, #ff1f5f 0%, #ff1f5f 100%);
  background-size: 100% 3px;
  background-position: 0 106%;
  background-repeat: no-repeat;
  transition: 0.3s ease background-size, 0.3s ease color;
}
.footer-columns .footer-column .made-by a:hover {
  background-size: 100% 100%;
  color: white;
}
.footer-columns .footer-column .made-by a {
  background-size: 100% 4px;
}
.footer-columns .footer-column .made-by a .made-by-logo {
  height: 0.815em;
  width: auto;
  transition: 0.3s ease filter;
}
.footer-columns .footer-column .made-by a:hover .made-by-logo {
  filter: brightness(0) invert(1);
}

.sub-page-selector-wrapper {
  padding-top: 2rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-padding-inline-end: 1rem;
  scrollbar-width: none;
}
.sub-page-selector-wrapper::-webkit-scrollbar {
  display: none;
}

.sub-page-selector {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  position: relative;
  width: 100%;
  padding-right: 1rem;
}
.sub-page-selector .sliding-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: var(--primary);
  border-radius: 25px 25px 0 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.sub-page-selector .sliding-line--instant {
  transition: none;
}

.sub-page-selector-item {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  padding: 1rem 1rem;
  padding-bottom: calc(1rem - 4px);
  cursor: pointer;
  position: relative;
  flex: 0 0 auto;
  white-space: nowrap;
}
.sub-page-selector-item.active-sub-page {
  font-weight: 700;
}

.alert {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.875rem;
  padding: 0.6rem 0.9rem;
  border-radius: 12px;
  border: 3px solid var(--alert-border, var(--gray));
  background: white;
}
.alert.alert--warning {
  --alert-color: #ff6d05;
  --alert-icon-bg: #ffefdb;
  border-color: #ffefdb;
}

.alert-icon-wrap {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--alert-icon-bg, var(--light-bg));
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert-icon {
  width: 1.125rem;
  height: 1.125rem;
  background-color: var(--alert-color, var(--dimmed-text-color));
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}

.alert-body {
  flex: 1;
}

.alert-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--alert-color, var(--dimmed-text-color));
}

.alert-text {
  font-size: 1rem;
  font-weight: 300;
  color: #000;
  margin: 0;
}
.alert-text strong {
  font-weight: 600;
}

.cookie-wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  padding-top: 10rem;
  display: flex;
  justify-content: flex-end;
  z-index: 100;
  background: linear-gradient(358.23deg, rgba(0, 0, 0, 0.1) 1.57%, rgba(0, 0, 0, 0) 98.58%);
  /* --- ANIMATION START STATE --- */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  /* When JS adds this class, the wrapper fades in */
}
.cookie-wrapper.is-visible {
  opacity: 1;
  visibility: visible;
  /* pointer-events stays none on the wrapper — transparent padding-top would block clicks otherwise */
  /* Trigger the notice animation when wrapper is visible */
}
.cookie-wrapper.is-visible .cookie-notice {
  transform: translateY(0);
  opacity: 1;
}
.cookie-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: white;
  mask-image: linear-gradient(to top, black 0%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, black 0%, transparent 100%);
}

.cookie-notice {
  pointer-events: auto;
  margin: 2rem;
  padding: 1rem;
  border-radius: 25px;
  background: white;
  max-width: calc(100% - 2rem);
  width: 30em;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  /* --- ANIMATION START STATE --- */
  /* Push it down slightly and fade it out for a "slide up" effect */
  transform: translateY(30px);
  opacity: 0;
  /* Custom cubic-bezier for a very modern, snappy-yet-smooth feel */
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
}
.cookie-notice h2 {
  margin: 0;
  font-size: 2rem;
}
@media (max-width: 600px) {
  .cookie-notice {
    margin: 1rem;
  }
  .cookie-notice h2 {
    font-size: 1.5rem;
  }
}

.cookie-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

.cookie-image {
  width: 12rem;
}

.cookie-sub-title {
  font-weight: 200;
}

.cookie-text {
  margin-top: 0.75rem;
  font-weight: 200;
}

.cookie-buttons {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.cookie-buttons .btn {
  width: 100%;
}
@media (max-width: 600px) {
  .cookie-buttons {
    flex-direction: column-reverse;
    gap: 0.25rem;
  }
}

.lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease, backdrop-filter 0.3s ease;
}
.lightbox-overlay.active {
  cursor: zoom-out;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(24px);
}

.lightbox-content {
  position: relative;
  max-width: min(90vw, 1500px);
  max-height: 90vh;
  border-radius: 25px;
  overflow: hidden;
  cursor: default;
  background: white;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(100px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}
.lightbox-overlay.active .lightbox-content {
  opacity: 1;
  transform: translateY(0);
}

.lightbox-img {
  display: block;
  width: 100%;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.lightbox-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4rem 1.25rem 1rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent);
  color: white;
  font-size: 0.9rem;
  font-weight: 300;
  pointer-events: none;
}
.lightbox-caption:empty {
  display: none;
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: white;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.lightbox-close svg {
  display: block;
  flex-shrink: 0;
}
.lightbox-close:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transform: scale(1.08);
}

[data-tooltip] {
  position: relative;
}
[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: rgba(0, 0, 0, 0.72);
  color: white;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.55rem;
  border-radius: 6px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 10;
}
[data-tooltip]:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.gallery {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.gallery-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.gallery-eyebrow {
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--flat-primary);
  margin: 0;
}

.gallery-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 600px) {
  .gallery-title {
    font-size: 1.4rem;
  }
}

.gallery-intro {
  font-weight: 300;
  font-size: 1rem;
  color: var(--dimmed-text-color);
  margin: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 1000px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

.gallery-item {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  aspect-ratio: 1/1;
  cursor: zoom-in;
  border: 2px solid var(--search-border);
  padding: 0;
  display: block;
  width: 100%;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3rem 1rem 0.875rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent);
  color: white;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: left;
  pointer-events: none;
}

body.theme-campus .gallery-eyebrow {
  width: -moz-fit-content;
  width: fit-content;
  background-image: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.feature-grid {
  display: flex;
  gap: 1rem;
  align-items: stretch;
}
@media (max-width: 1000px) {
  .feature-grid {
    flex-direction: column;
  }
}

.feature-grid-item {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 0;
  border: none;
  cursor: zoom-in;
  background: transparent;
}
.feature-grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.feature-grid-item:hover img {
  transform: scale(1.05);
}

.feature-grid-item--large {
  flex: 5 0 0;
  aspect-ratio: unset;
}
.feature-grid-item--large img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1000px) {
  .feature-grid-item--large {
    flex: unset;
    aspect-ratio: 16/9;
  }
  .feature-grid-item--large img {
    position: static;
    inset: unset;
  }
}

.feature-grid-thumbnails {
  flex: 4 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 1000px) {
  .feature-grid-thumbnails {
    flex: unset;
  }
}
@media (max-width: 600px) {
  .feature-grid-thumbnails {
    flex: unset;
    width: 100%;
  }
}

.feature-grid-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.5rem 1rem 0.875rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: left;
  pointer-events: none;
}

.momenten-gallery-outer {
  background: var(--light-accent);
  padding: 5rem 0;
}
@media (max-width: 1000px) {
  .momenten-gallery-outer {
    padding: 3.5rem 0;
  }
}

.momenten-gallery-outer--campus {
  background: white;
}

.momenten-gallery-header {
  margin-bottom: 2rem;
}

.momenten-gallery-eyebrow {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--flat-primary);
  margin: 0 0 0.5rem;
}

.momenten-gallery-title {
  font-size: clamp(1.875rem, 3.5vw, 2.625rem);
  font-weight: 200;
  line-height: 1.2;
  margin: 0;
  text-wrap: balance;
}
.momenten-gallery-title span {
  font-weight: 700;
}
.momenten-gallery-title span.light {
  font-weight: 200;
}

.momenten-gallery-text {
  margin-bottom: 1.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 600px) {
  .momenten-gallery-text {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.momenten-gallery-text article.text-block {
  flex: 1;
}
.momenten-gallery-text .secondary-btn {
  flex-shrink: 0;
  background: white;
  border-color: transparent;
}
.momenten-gallery-text .secondary-btn:hover {
  background: rgba(255, 255, 255, 0.85);
  border-color: var(--flat-primary);
}

.cw {
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.cw.cw--yellow {
  --cw-color: #f3b117;
  --cw-bg: #fbf9e9;
}
.cw.cw--blue {
  --cw-color: #009de0;
  --cw-bg: #e5f5fc;
}
.cw.cw--green {
  --cw-color: #3da858;
  --cw-bg: #eef8f0;
}
.cw.cw--pink {
  --cw-color: #e4007d;
  --cw-bg: #fbf1f5;
}
.cw.cw--theme-accent {
  --cw-color: var(--flat-primary);
  --cw-bg: var(--light-accent);
}
.cw.cw--theme-light {
  --cw-color: var(--flat-primary);
  --cw-bg: var(--light-bg);
}
.cw {
  background: var(--cw-bg, #e5f5fc);
  border: 2px solid var(--cw-bg, #009de0);
}
.cw.cw--image-right {
  flex-direction: row-reverse;
}
.cw.cw--column {
  flex-direction: column;
}
.cw.cw--column .cw-image {
  width: 100%;
  height: 280px;
  max-height: 280px;
}
.cw.cw--column .cw-separator {
  width: 100%;
  height: 5px;
}
@media (max-width: 600px) {
  .cw {
    flex-direction: column !important;
  }
}

.cw-image {
  width: 38%;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  min-height: 220px;
  max-height: 480px;
}
.cw-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1300px) {
  .cw-image {
    width: 42%;
  }
}
@media (max-width: 600px) {
  .cw-image {
    width: 100%;
    height: 260px;
    max-height: none;
  }
}

.cw-separator {
  width: 6px;
  flex-shrink: 0;
  background: var(--cw-color, #009de0);
}
@media (max-width: 600px) {
  .cw-separator {
    width: 100%;
    height: 5px;
  }
}

.cw-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;
  padding: 2.25rem 2.5rem;
}
.cw-content.icon-on-top {
  flex-direction: column;
  justify-content: center;
}
.cw-content.icon-on-top .icon {
  align-self: flex-start;
}
.cw-content.icon-on-top .cw-text {
  flex: unset;
}
@media (max-width: 1300px) {
  .cw-content {
    padding: 2rem 2rem;
  }
}
@media (max-width: 600px) {
  .cw-content {
    padding: 1.5rem 1.25rem;
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
}

.cw .icon {
  background-color: var(--cw-color, #009de0);
  mask-image: var(--icon-src);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: var(--icon-src);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.cw-content > .icon {
  display: block;
  flex-shrink: 0;
  align-self: center;
  width: 5rem;
  height: 5rem;
  margin-right: 1rem;
}
@media (max-width: 600px) {
  .cw-content > .icon {
    align-self: flex-start;
    margin-right: 0;
  }
}

.cw-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cw-title {
  color: var(--cw-color, #009de0);
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
  margin-bottom: 0.25rem;
}
@media (max-width: 600px) {
  .cw-title {
    font-size: 1.2rem;
  }
}

.cw.cw--theme-light .cw-title {
  color: black;
}

.cw-blocks {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cw-block {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.cw-block-subtitle {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: black;
  margin: 0;
  margin-top: 0.5rem;
}

.cw-block-text p {
  font-weight: 300;
  color: var(--dimmed-text-color);
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
.cw-block-text p:last-child {
  margin-bottom: 0;
}
.cw-block-text p strong {
  font-weight: 700;
  color: var(--cw-color, var(--flat-primary));
}
.cw-block-text ul,
.cw-block-text ol {
  padding-left: 1.5rem;
  font-weight: 300;
  color: var(--dimmed-text-color);
  line-height: 1.5;
  margin-bottom: 0.75rem;
  margin-top: -0.25rem;
  list-style: disc;
}
.cw-block-text ul:last-child,
.cw-block-text ol:last-child {
  margin-bottom: 0;
}
.cw-block-text ul li::marker,
.cw-block-text ol li::marker {
  color: var(--cw-color, var(--flat-primary));
}

.cw-block > .btn {
  width: -moz-fit-content;
  width: fit-content;
}

.cw-block-btn {
  width: -moz-fit-content;
  width: fit-content;
}
.cw-block-btn.secondary-btn {
  color: black;
  border-color: var(--cw-color, var(--flat-primary));
  transition: 0.2s ease background-color, 0.2s ease border-color, 0.2s ease color;
}
.cw-block-btn.secondary-btn:hover {
  background: white;
  border-color: transparent;
  color: var(--cw-color, var(--flat-primary));
}

.cw-image[data-lightbox] {
  cursor: zoom-in;
}

.cw:not(:has(.cw-image)) .cw-separator {
  display: none;
}

.sp-strip {
  background: rgb(255, 255, 255);
  border-top: 1px solid var(--search-border);
  border-bottom: 1px solid var(--search-border);
  position: sticky;
  top: calc(5rem + 2.25rem);
  z-index: 2;
}
@media (max-width: 1000px) {
  .sp-strip {
    top: 4.5rem;
  }
}

.sp-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.sp-strip-inner--narrow {
  max-width: 900px;
  margin-inline: auto;
}

.sp-strip--centered .sp-strip-inner {
  justify-content: center;
}
.sp-strip--centered .sp-strip-left {
  flex: none;
}
.sp-strip--centered .sp-strip-eyebrow {
  display: none;
}

.sp-strip-left {
  display: flex;
  align-items: center;
  gap: 1.375rem;
  flex: 1;
  min-width: 0;
}
@media (max-width: 600px) {
  .sp-strip-left {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }
}

.sp-strip-eyebrow {
  font-size: 0.8125em;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--solid);
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .sp-strip-eyebrow {
    font-size: 10px;
  }
}

.sp-strip-nav {
  position: relative;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}

.sp-nav-trigger {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  padding: 0.6875rem 1rem;
  border: 2px solid var(--search-border);
  border-radius: 12px;
  background: #fff;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  transition: border-color 0.2s;
}
.sp-nav-trigger:hover {
  border-color: var(--solid);
}
@media (max-width: 600px) {
  .sp-nav-trigger {
    display: flex;
  }
}

.sp-nav-caret {
  color: var(--solid);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
}

.sp-strip-nav.is-open .sp-nav-caret {
  transform: rotate(180deg);
}

.sp-strip-tabs {
  display: flex;
  gap: 0.375rem;
  flex: 1 1 auto;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.sp-strip-tabs::-webkit-scrollbar {
  display: none;
}
@media (max-width: 600px) {
  .sp-strip-tabs {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0.25rem;
    overflow: visible;
    background: #fff;
    border: 2px solid var(--search-border);
    border-radius: 12px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    padding: 0.375rem;
    z-index: 40;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transform-origin: top center;
    pointer-events: none;
    filter: blur(20px);
    transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 1s ease, visibility 0.22s, filter 0.3s ease;
  }
}

@media (max-width: 600px) {
  .sp-strip-nav.is-open .sp-strip-tabs {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    filter: blur(0);
  }
}

.sp-strip-tab {
  padding: 0.5rem 0.875rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.4375rem;
}
.sp-strip-tab:hover {
  background: color-mix(in srgb, var(--solid) 15%, transparent);
  color: var(--solid);
}
.sp-strip-tab.is-active {
  background: var(--primary);
  color: #fff;
  font-weight: 600;
}
@media (max-width: 600px) {
  .sp-strip-tab {
    padding: 0.75rem 0.875rem;
    border-radius: calc(12px - 0.25rem);
    font-size: 0.9375rem;
    opacity: 0;
    transform: translateY(-40px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .sp-strip-tab:nth-child(1) {
    transition-delay: 0.04s;
  }
  .sp-strip-tab:nth-child(2) {
    transition-delay: 0.08s;
  }
  .sp-strip-tab:nth-child(3) {
    transition-delay: 0.12s;
  }
  .sp-strip-tab:nth-child(4) {
    transition-delay: 0.16s;
  }
}

@media (max-width: 600px) {
  .sp-strip-nav.is-open .sp-strip-tab {
    opacity: 1;
    transform: translateY(0);
  }
}

.sp-strip-tab-icon {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}
.sp-strip-tab.is-active .sp-strip-tab-icon {
  opacity: 1;
  filter: brightness(0) invert(1);
}

.notice {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  border-radius: 25px;
  padding: 1rem 1.25rem;
  border: 2px dashed;
}
.notice .notice-body {
  flex: 1;
  min-width: 0;
}
.notice .notice-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
}
.notice .notice-text {
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}
.notice .notice-text strong {
  font-weight: 600;
}
@media (max-width: 600px) {
  .notice {
    padding: 1rem;
    gap: 0.75rem;
  }
}

.notice-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.notice-icon-img {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.notice--compact {
  padding: 0.625rem 0.875rem;
  gap: 0.625rem;
  border-radius: 12px;
}
.notice--compact .notice-icon {
  width: 1.625rem;
  height: 1.625rem;
}
.notice--compact .notice-icon-img {
  width: 0.8125rem;
  height: 0.8125rem;
}
.notice--compact .notice-text {
  font-size: 0.8125rem;
}

.notice--warning {
  background: #ffefdb;
  border-color: rgba(255, 109, 5, 0.3);
  width: -moz-fit-content;
  width: fit-content;
}
.notice--warning .notice-icon {
  background-color: white;
}
.notice--warning .notice-icon-img {
  background-color: rgba(255, 109, 5, 0.99);
}
.notice--warning .notice-label {
  color: #ff6d05;
}

.notice--info {
  background: var(--light-accent);
  border-color: color-mix(in srgb, var(--solid) 35%, transparent);
}
.notice--info .notice-icon {
  background: var(--light-accent);
  border: 1.5px solid color-mix(in srgb, var(--solid) 35%, transparent);
}
.notice--info .notice-icon-img {
  background-color: var(--solid);
}
.notice--info .notice-label {
  color: var(--solid);
}

.home-actueel-outer {
  padding: 4.5rem 0;
}
.home-actueel-outer--evenementen {
  background: var(--light-bg);
}
.home-actueel-outer--nieuws {
  background: white;
}
@media (max-width: 1000px) {
  .home-actueel-outer {
    padding: 3rem 0;
  }
}

.home-actueel-head {
  margin-bottom: 2.5rem;
}
.home-actueel-head--center {
  text-align: center;
}
.home-actueel-head--center > h2,
.home-actueel-head--center > p {
  margin-inline: auto;
}
.home-actueel-head .nieuws-eyebrow {
  margin-bottom: 0.75rem;
}
@media (max-width: 1000px) {
  .home-actueel-head {
    margin-bottom: 1.75rem;
  }
}

.home-actueel-title {
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 200;
  line-height: 1.15;
  margin: 0;
  text-wrap: balance;
}
.home-actueel-title.center {
  text-align: center;
}
.home-actueel-title span {
  font-weight: 700;
  width: unset;
}
.home-actueel-title span.light {
  font-weight: 200;
}

.home-actueel-cta {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
@media (max-width: 1000px) {
  .home-actueel-cta {
    margin-top: 2rem;
  }
}

.school-intro-outer {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .school-intro-outer {
    min-height: 360px;
  }
}

.school-intro-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.school-intro-media img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 160%;
  top: 50%;
  transform: translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  will-change: transform;
}

.school-intro-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 30, 60, 0.35) 0%, rgba(0, 30, 60, 0.72) 100%), linear-gradient(45deg, color-mix(in srgb, var(--solid) 38%, transparent), rgba(0, 75, 130, 0.28));
}

.theme-middenschool .school-intro-overlay {
  background: linear-gradient(180deg, rgba(0, 30, 60, 0.35) 0%, rgba(0, 30, 60, 0.72) 100%), linear-gradient(45deg, rgba(0, 157, 224, 0.44), rgba(0, 75, 130, 0.3));
}

.theme-bovenschool .school-intro-overlay {
  background: linear-gradient(180deg, rgba(0, 40, 15, 0.35) 0%, rgba(0, 45, 18, 0.72) 100%), linear-gradient(45deg, rgba(61, 168, 88, 0.44), rgba(0, 80, 30, 0.3));
}

.school-intro-body {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 1000px) {
  .school-intro-body {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.school-intro-text {
  max-width: 55%;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1000px) {
  .school-intro-text {
    max-width: 100%;
  }
}
.school-intro-text p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 1rem;
}
.school-intro-text p:last-child {
  margin-bottom: 0;
}

.social-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 600px) {
  .social-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.social--figuur {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
@media (max-width: 1000px) {
  .social--figuur {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}

.social-content {
  min-width: 0;
}
.social-content .btn-wrapper {
  padding-top: 0.5rem;
}

.social-figuur {
  flex: 0 0 auto;
  max-width: 320px;
}
.social-figuur img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1000px) {
  .social-figuur {
    max-width: 220px;
    align-self: center;
  }
}

.social-groups {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2rem 3rem;
  padding-top: 0.75rem;
}
@media (max-width: 1000px) {
  .social-groups {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.social-groups .btn-wrapper {
  padding-top: 0;
}

.social-group.middenschool {
  --primary: #009de0;
  --flat-primary: #009de0;
  --gradient: radial-gradient(64.75% 68.9% at 50.23% 12.82%, #1ab3f5 0%, #009de0 100%);
  --flat-gradient: radial-gradient(#009de0 0%, #009de0 100%);
  --solid: #009de0;
  --light-bg: #f5f6f7;
  --after-nav-bg: #f9f9f9;
  --gray: #e4e7ef;
  --darker: #037baf;
  --shadow: rgba(0, 0, 0, 0.25);
  --dim: rgba(0, 31, 63, 0.3);
  --hovercolor: #009de0;
  --light-accent: #e5f5fc;
  --search-border: #eee;
  --dimmed-text-color: rgba(0, 0, 0, 0.7);
  --dimmed-inverse-text-color: rgba(255, 255, 255, 0.8);
  --bold-text-color: #009de0;
  --dark-gray: #a0a0a0;
}
.social-group.bovenschool {
  --primary: #3da858;
  --flat-primary: #3da858;
  --gradient: radial-gradient(64.75% 68.9% at 50.23% 12.82%, #57c272 0%, #3da858 100%);
  --flat-gradient: radial-gradient(#3da858 0%, #3da858 100%);
  --solid: #3da858;
  --light-bg: #f5f7f6;
  --gray: #e4efe4;
  --after-nav-bg: #f9f9f9;
  --darker: #246635;
  --shadow: rgba(0, 0, 0, 0.25);
  --dim: rgba(16, 36, 25, 0.3);
  --hovercolor: #3da858;
  --light-accent: #e7f3e7;
  --search-border: #ecf1ec;
  --dimmed-text-color: rgba(0, 0, 0, 0.7);
  --dimmed-inverse-text-color: rgba(255, 255, 255, 0.8);
  --bold-text-color: #3da858;
  --dark-gray: #a0a0a0;
}

.social-group-label {
  margin: 0 0 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 0.9rem;
  color: #000;
}

.schrijf-je-in-outer {
  display: flex;
  flex-direction: row;
  min-height: 420px;
}
@media (max-width: 1000px) {
  .schrijf-je-in-outer {
    flex-direction: column;
    min-height: 0;
  }
}

.schrijf-je-in-media {
  position: relative;
  flex: 0 0 38%;
  overflow: hidden;
}
.schrijf-je-in-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  .schrijf-je-in-media {
    flex-basis: auto;
    height: 260px;
  }
}

.schrijf-je-in-overlay {
  position: absolute;
  inset: 0;
  background: color-mix(in srgb, var(--flat-primary) 24%, transparent);
}

.schrijf-je-in-panel {
  flex: 1;
  display: flex;
  align-items: center;
  background: var(--primary);
  padding: 4rem;
}
@media (max-width: 1000px) {
  .schrijf-je-in-panel {
    padding: 3rem 4vw;
  }
}

.schrijf-je-in-content {
  color: white;
  max-width: 500px;
}

.schrijf-je-in-title {
  color: white;
  margin-bottom: 1.25rem;
}

.schrijf-je-in-body {
  margin-bottom: 2rem;
}

@keyframes smc-img-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.smc-js .smc-img {
  opacity: 0;
}
.smc-js .smc-img.is-loaded {
  animation: smc-img-fade-in 0.35s ease forwards;
}
.smc-js .smc-img.is-instant {
  opacity: 1;
  animation: none;
}
@media (prefers-reduced-motion: reduce) {
  .smc-js .smc-img.is-loaded {
    opacity: 1;
    animation: none;
  }
}

.smc-media {
  position: relative;
  overflow: hidden;
  background: var(--light-bg);
}

/* -------------------------------------------------------------------------- */
/*                                   LOADING                                  */
/* -------------------------------------------------------------------------- */
.loading {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading #loadingAnimation {
  width: 7rem;
  height: 7rem;
  z-index: 1;
}
.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: -2;
}
.loading.loaded::before {
  animation: fadeOut 0.8s ease forwards 0.65s;
}

@keyframes fadeOut {
  0% {
    background-color: white;
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
/* -------------------------------------------------------------------------- */
/*                                    HERO                                    */
/* -------------------------------------------------------------------------- */
.sp-hero-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.sp-hero {
  max-width: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--primary);
}
.sp-hero .hero-text {
  flex: 0 0 auto;
  max-width: calc(1500px * 0.6);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sp-hero .hero-buttons {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
}
@media (max-width: 600px) {
  .sp-hero .hero-buttons {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    gap: 0.5rem;
  }
}
.sp-hero h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1000px) {
  .sp-hero {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
}

.sp-hero-plane,
.sp-hero-grenzen-icons {
  min-width: 0;
  height: 300px;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.sp-hero-plane img,
.sp-hero-grenzen-icons img {
  width: 100%;
  height: 100%;
  max-width: 700px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.sp-hero-plane.sp-hero-plane--left,
.sp-hero-grenzen-icons.sp-hero-plane--left {
  justify-content: flex-end;
  padding-left: 2rem;
  padding-right: 2rem;
}
.sp-hero-plane.sp-hero-plane--right,
.sp-hero-grenzen-icons.sp-hero-plane--right {
  justify-content: flex-start;
  padding-right: 2rem;
  padding-left: 2rem;
}
.sp-hero-plane.sp-hero-grenzen-icons--left,
.sp-hero-grenzen-icons.sp-hero-grenzen-icons--left {
  justify-content: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
}
.sp-hero-plane.sp-hero-grenzen-icons--right,
.sp-hero-grenzen-icons.sp-hero-grenzen-icons--right {
  justify-content: flex-end;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (max-width: 1300px) {
  .sp-hero-plane,
  .sp-hero-grenzen-icons {
    height: 230px;
  }
  .sp-hero-plane.sp-hero-plane--left, .sp-hero-plane.sp-hero-plane--right, .sp-hero-plane.sp-hero-grenzen-icons--left, .sp-hero-plane.sp-hero-grenzen-icons--right,
  .sp-hero-grenzen-icons.sp-hero-plane--left,
  .sp-hero-grenzen-icons.sp-hero-plane--right,
  .sp-hero-grenzen-icons.sp-hero-grenzen-icons--left,
  .sp-hero-grenzen-icons.sp-hero-grenzen-icons--right {
    justify-content: center;
    padding: 0.375rem !important;
  }
}
@media (max-width: 1000px) {
  .sp-hero-plane,
  .sp-hero-grenzen-icons {
    flex: 1;
    min-width: 100px;
    max-width: 180px;
    height: 130px;
  }
  .sp-hero-plane.sp-hero-plane--left, .sp-hero-plane.sp-hero-plane--right, .sp-hero-plane.sp-hero-grenzen-icons--left, .sp-hero-plane.sp-hero-grenzen-icons--right,
  .sp-hero-grenzen-icons.sp-hero-plane--left,
  .sp-hero-grenzen-icons.sp-hero-plane--right,
  .sp-hero-grenzen-icons.sp-hero-grenzen-icons--left,
  .sp-hero-grenzen-icons.sp-hero-grenzen-icons--right {
    justify-content: center;
    padding: 0.375rem !important;
    order: 1;
  }
  .sp-hero-plane.sp-hero-plane--left, .sp-hero-plane.sp-hero-plane--right,
  .sp-hero-grenzen-icons.sp-hero-plane--left,
  .sp-hero-grenzen-icons.sp-hero-plane--right {
    flex: 0 0 45%;
    width: 45%;
    min-width: 0;
    max-width: none;
    height: auto;
  }
  .sp-hero-plane.sp-hero-plane--left,
  .sp-hero-grenzen-icons.sp-hero-plane--left {
    aspect-ratio: 404.04/151.86;
  }
  .sp-hero-plane.sp-hero-plane--right,
  .sp-hero-grenzen-icons.sp-hero-plane--right {
    aspect-ratio: 368.57/69.92;
  }
  .sp-hero-plane *,
  .sp-hero-grenzen-icons * {
    padding: 0;
  }
}

@media (max-width: 1000px) {
  .sp-hero .hero-text {
    order: 2;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}

/* ── Campus homepage ───────────────────────────────────────────────────────── */
.campus-hero {
  position: relative;
  overflow: hidden;
}
.campus-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 7px;
  background: linear-gradient(45deg, #009de0 0%, #3da858 100%);
  z-index: 2;
  pointer-events: none;
}

.campus-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.campus-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.15) 100%), linear-gradient(45deg, rgba(0, 157, 224, 0.35), rgba(25, 213, 72, 0.25));
}

.campus-hero-body {
  position: relative;
  z-index: 1;
  padding-top: 10rem;
  padding-bottom: 3rem;
}
@media (max-width: 1000px) {
  .campus-hero-body {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 600px) {
  .campus-hero-body {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}

.campus-hero-content {
  color: #fff;
}
.campus-hero-content h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 200;
  line-height: 1.1;
  margin: 0.5rem 0 2rem;
  width: auto;
  color: #fff;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.35);
}
.campus-hero-content h1 span {
  font-weight: 700;
}
.campus-hero-content h1 span.light {
  font-weight: 200;
}

.campus-hero-eyebrow {
  display: none;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  margin: 0;
}

.campus-hero-sub {
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 0.5rem;
  max-width: 560px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}
.campus-hero-sub p {
  margin: 0 0 0.5rem;
}
.campus-hero-sub p:last-child {
  margin-bottom: 0;
}
.campus-hero-sub strong {
  font-weight: 600;
  color: #fff;
}

.campus-school-cards-outer {
  background: #fff;
  padding: 3rem 0;
}
@media (max-width: 1000px) {
  .campus-school-cards-outer {
    padding: 2rem 0 1.5rem;
  }
}

.campus-school-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
@media (max-width: 600px) {
  .campus-school-cards {
    grid-template-columns: 1fr;
  }
}

.campus-school-card {
  border-radius: 25px;
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
  border: 2px solid transparent;
  transition: box-shadow 0.22s, transform 0.22s, border-color 0.22s;
}
.campus-school-card:hover {
  transform: translateY(-2px);
}
.campus-school-card--ms {
  background: #e5f5fc;
}
.campus-school-card--ms:hover {
  border-color: #009de0;
  box-shadow: 0 12px 32px rgba(0, 157, 224, 0.18);
}
.campus-school-card--ms .campus-school-card-arrow {
  background: #009de0;
  border-color: #009de0;
}
.campus-school-card--ms .campus-school-card-tag {
  color: #009de0;
}
.campus-school-card--bs {
  background: #eef8f0;
}
.campus-school-card--bs:hover {
  border-color: #3da858;
  box-shadow: 0 12px 32px rgba(61, 168, 88, 0.18);
}
.campus-school-card--bs .campus-school-card-arrow {
  background: #3da858;
  border-color: #3da858;
}
.campus-school-card--bs .campus-school-card-tag {
  color: #3da858;
}

.campus-school-card-arrow {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 4rem;
  height: 4rem;
  border-radius: 0 20px 0 20px;
  border: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.campus-school-card-arrow span {
  width: 2rem;
  height: 2rem;
  background: #fff;
  display: block;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.campus-school-card-tag {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin: 0;
}

.campus-school-card-title {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  margin: 0.25rem 0 0;
  padding-right: 3.5rem;
  line-height: 1.1;
}

.campus-school-card-desc {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--dimmed-text-color);
  margin: 0;
}

.campus-12oneindig-outer {
  background: #fff;
  padding: 2rem 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .campus-12oneindig-outer {
    padding-bottom: 3.5rem;
  }
}

.campus-scatter {
  position: absolute;
  pointer-events: none;
  width: 260px;
  height: auto;
}
.campus-scatter--left {
  left: 0;
  top: 0;
}
.campus-scatter--right {
  right: 0;
  top: 0;
}
@media (max-width: 1000px) {
  .campus-scatter {
    display: none;
  }
}

.campus-12oneindig {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.campus-12oneindig-list {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 620px;
  margin: 0 auto;
}
.campus-12oneindig-list::before {
  content: "";
  position: absolute;
  left: calc(64px / 2 - 1px);
  top: calc(1.5rem + 64px / 2);
  bottom: calc(1.5rem + 64px / 2);
  width: 2px;
  background: rgba(139, 204, 213, 0.2);
  z-index: 0;
}

.campus-12oneindig-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.75rem;
  padding: 1.5rem 0;
}
@media (max-width: 600px) {
  .campus-12oneindig-item {
    gap: 1.25rem;
    padding: 1.25rem 0;
  }
}

.campus-12oneindig-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: -4px;
}
.campus-12oneindig-icon::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  top: 15px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.campus-12oneindig-icon img {
  width: 44px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .campus-12oneindig-icon {
    width: 52px;
    height: 52px;
  }
  .campus-12oneindig-icon::before {
    width: 52px;
    height: 52px;
    top: 18px;
  }
  .campus-12oneindig-icon img {
    width: 36px;
    height: 36px;
  }
}

.campus-12oneindig-text h2 {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 0 0.375rem;
  color: #000;
  width: auto;
}
.campus-12oneindig-text h2 span {
  display: inline;
}
.campus-12oneindig-text p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--dimmed-text-color);
  margin: 0;
}

.campus-accent-blauw {
  color: #009de0;
}

.campus-accent-groen {
  color: #3da858;
}

.campus-accent-gradient {
  background-image: linear-gradient(45deg, #009de0 0%, #3da858 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.campus-12oneindig-photo {
  border-radius: 25px;
  overflow: hidden;
  line-height: 0;
}
.campus-12oneindig-photo img {
  width: 100%;
  height: auto;
  max-height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1000px) {
  .campus-12oneindig-photo img {
    max-height: 320px;
  }
}

.campus-pijlers-outer {
  background: #fff;
  padding: 4rem 0;
}
@media (max-width: 1000px) {
  .campus-pijlers-outer {
    padding: 3.5rem 0;
  }
}

.campus-pijlers-header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1000px) {
  .campus-pijlers-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
}

.campus-pijlers-eyebrow {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  background-image: var(--flat-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.campus-pijlers-title {
  font-size: clamp(1.875rem, 3.5vw, 2.625rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 0.25rem;
  text-wrap: balance;
  width: auto;
}

.campus-pijlers-subtitle {
  font-size: clamp(1.875rem, 3.5vw, 2.625rem);
  font-weight: 200;
  color: #000;
  line-height: 1.1;
  margin: 0;
  text-wrap: balance;
}

.campus-pijlers-link {
  flex-shrink: 0;
  background: #fff;
  align-self: flex-end;
}
@media (max-width: 1000px) {
  .campus-pijlers-link {
    align-self: flex-start;
  }
}

.campus-pijlers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
@media (max-width: 600px) {
  .campus-pijlers-grid {
    grid-template-columns: 1fr;
  }
}

.campus-pijler {
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.campus-pijler--blauw {
  background: #e5f5fc;
}
.campus-pijler--groen {
  background: #eef8f0;
}
.campus-pijler--roze {
  background: #fbf1f5;
}
.campus-pijler--geel {
  background: #fbf9e9;
}

.campus-pijler-icon {
  width: 3.5rem;
  height: 3.5rem;
  flex-shrink: 0;
}
.campus-pijler--blauw .campus-pijler-icon {
  background-color: #009de0;
}
.campus-pijler--groen .campus-pijler-icon {
  background-color: #3da858;
}
.campus-pijler--roze .campus-pijler-icon {
  background-color: #e4007d;
}
.campus-pijler--geel .campus-pijler-icon {
  background-color: #f3b117;
}

.campus-pijler-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  width: auto;
}
.campus-pijler--blauw .campus-pijler-title {
  color: #009de0;
}
.campus-pijler--groen .campus-pijler-title {
  color: #3da858;
}
.campus-pijler--roze .campus-pijler-title {
  color: #e4007d;
}
.campus-pijler--geel .campus-pijler-title {
  color: #f3b117;
}

.campus-pijler-desc {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--dimmed-text-color);
  margin: 0;
}

.campus-sfeer-outer {
  background: var(--light-bg);
  padding: 5rem 0;
}
@media (max-width: 1000px) {
  .campus-sfeer-outer {
    padding: 3.5rem 0;
  }
}

.campus-sfeer {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.campus-sfeer-eyebrow {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
  background-image: var(--flat-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.campus-sfeer-title {
  font-size: clamp(1.625rem, 3vw, 2.25rem);
  font-weight: 200;
  color: #000;
  line-height: 1.2;
  margin: 0 0 1.5rem;
  text-wrap: balance;
  width: auto;
}
.campus-sfeer-title span {
  font-weight: 700;
}
.campus-sfeer-title span.light {
  font-weight: 200;
}

.campus-sfeer-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  max-width: 1000px;
}
.campus-sfeer-text article.text-block {
  align-self: stretch;
  margin-bottom: 1.25rem;
}

.campus-sfeer-gallery {
  display: grid;
  gap: 0.875rem;
  grid-template-columns: repeat(4, 1fr);
}
.campus-sfeer-gallery .feature-grid-item:nth-last-child(2):nth-child(4n+1),
.campus-sfeer-gallery .feature-grid-item:last-child:nth-child(4n+2) {
  grid-column: span 2;
}
.campus-sfeer-gallery .feature-grid-item:last-child:nth-child(odd) {
  display: none;
}
.campus-sfeer-gallery .feature-grid-item {
  aspect-ratio: 2/3;
}
@media (max-width: 1000px) {
  .campus-sfeer-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .campus-sfeer-gallery .feature-grid-item {
    grid-column: auto;
    aspect-ratio: 1;
  }
}

.campus-stats-outer {
  background: #fff;
  padding: 4.5rem 0;
}
@media (max-width: 1000px) {
  .campus-stats-outer {
    padding: 3rem 0;
  }
}

.campus-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
  justify-items: center;
}
@media (max-width: 1000px) {
  .campus-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1.5rem;
  }
}
@media (max-width: 400px) {
  .campus-stats {
    grid-template-columns: 1fr;
  }
}

.campus-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
}

.campus-stat-number {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1;
}
.campus-stat-number--blauw {
  color: #009de0;
}
.campus-stat-number--groen {
  color: #3da858;
}
.campus-stat-number--roze {
  color: #e4007d;
}
.campus-stat-number--geel {
  color: #f3b117;
}

.campus-stat-label {
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--dimmed-text-color);
}

.campus-kaart-outer {
  background: #fff;
  padding: 0 0 5rem;
}
@media (max-width: 1000px) {
  .campus-kaart-outer {
    padding-bottom: 3.5rem;
  }
}

.campus-kaart {
  display: flex;
  justify-content: center;
}
.campus-kaart img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: block;
  border-radius: 25px;
}

.ms-vlieg-header-outer {
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 0;
  padding-top: 5rem;
}
.ms-vlieg-header-outer img {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
}
@media (max-width: 1000px) {
  .ms-vlieg-header-outer {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.ms-plane-strip {
  overflow: hidden;
  pointer-events: none;
  line-height: 0;
  padding: 0.5rem 0;
}
.ms-plane-strip img {
  display: block;
  width: 600px;
  height: auto;
  max-width: 90%;
}
.ms-plane-strip.centered {
  display: flex;
  justify-content: center;
}
.ms-plane-strip.right {
  display: flex;
  justify-content: flex-end;
}
.ms-plane-strip.left {
  display: flex;
  justify-content: flex-start;
}
.ms-plane-strip.long img {
  width: 800px;
  height: auto;
}

.ms-vlieg-wrapper--last .ms-vlieg-blob-accent {
  bottom: 30px;
}

.ms-vlieg-content {
  padding: 3rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4.5rem;
}
@media (max-width: 1300px) {
  .ms-vlieg-content {
    gap: 3rem;
    padding: 2.5rem 0;
  }
}
@media (max-width: 1000px) {
  .ms-vlieg-content {
    flex-direction: column;
    gap: 2.5rem;
    padding: 2rem 0;
  }
  .ms-vlieg-content.text-first {
    flex-direction: column-reverse;
  }
}

.ms-vlieg-text {
  flex: 1;
  min-width: 0;
}
.ms-vlieg-text h2 {
  font-size: clamp(2rem, 3vw, 2.625rem);
  font-weight: 600;
  line-height: 1;
  margin: 0 0 1.375rem;
  width: -moz-fit-content;
  width: fit-content;
}
.ms-vlieg-text p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--dimmed-text-color);
  margin: 0 0 0.875rem;
}
.ms-vlieg-text p:last-child {
  margin-bottom: 0;
}
.ms-vlieg-text ul {
  list-style: disc;
  padding-left: 1.375rem;
  margin: 0 0 0.875rem;
}
.ms-vlieg-text ul li {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--dimmed-text-color);
  margin-bottom: 0.25rem;
}

.vlieg-initial {
  color: var(--solid);
  display: inline !important;
}

.ms-vlieg-blob {
  flex-shrink: 0;
  width: 500px;
  position: relative;
}
@media (max-width: 1300px) {
  .ms-vlieg-blob {
    width: 380px;
  }
}
@media (max-width: 1000px) {
  .ms-vlieg-blob {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
}

.ms-vlieg-blob-img {
  width: 100%;
  aspect-ratio: 5/4;
  border-radius: 40% 60% 55% 45%/50% 40% 50% 45%;
  background: #e4e6eb;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ms-vlieg-blob-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.ms-vlieg-blob-accent {
  position: absolute;
  width: 100%;
  aspect-ratio: 5/4;
  border-radius: 55% 45% 30% 60%/50% 60% 40% 30%;
  background: var(--light-accent);
  bottom: -30px;
  left: -30px;
  z-index: 0;
}

.ms-cta-outer {
  background: var(--light-accent);
}

.ms-cta {
  padding: 4.5rem 0;
}
@media (max-width: 1000px) {
  .ms-cta {
    padding: 3rem 0;
  }
}

.ms-cta-header {
  margin-bottom: 2.25rem;
}
.ms-cta-header h2 {
  font-size: clamp(1.875rem, 3.5vw, 2.625rem);
  font-weight: 700;
  margin: 0 0 0.875rem;
  color: #000;
  width: 100%;
  line-height: 1.1;
}

.ms-cta-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (max-width: 600px) {
  .ms-cta-cards {
    grid-template-columns: 1fr;
  }
}

.ms-cta-card {
  background: #fff;
  border: 2px solid transparent;
  border-radius: 25px;
  padding: 1.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.22s, transform 0.22s, border-color 0.22s;
}
.ms-cta-card:hover {
  border: 2px solid var(--primary);
  box-shadow: 0 12px 32px color-mix(in srgb, var(--solid) 18%, transparent);
  transform: translateY(-2px);
}

.ms-cta-card-arrow {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 4rem;
  height: 4rem;
  border-radius: 0 20px 0 20px;
  border: 2px solid var(--solid);
  background: var(--solid);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ms-cta-card-arrow span {
  width: 2rem;
  height: 2rem;
}

.ms-cta-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: var(--light-accent);
  border-radius: 10px;
  font-weight: 400;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5rem;
}
.ms-cta-card-tag .icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.ms-cta-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 0.125rem 0 0;
  padding-right: 3.25rem;
  width: 100%;
}
.ms-cta-card-title span {
  color: var(--primary);
}

.ms-cta-card-desc {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--dimmed-text-color);
  margin: 0;
}

.theme-bovenschool .ms-cta-outer {
  background: var(--light-accent);
}

.bs-intro-outer {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .bs-intro-outer {
    min-height: 360px;
  }
}

.bs-intro-media {
  position: absolute;
  inset: 0;
}
.bs-intro-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  display: block;
}

.bs-intro-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 45, 18, 0.9) 0%, rgba(0, 45, 18, 0.88) 55%, rgba(0, 45, 18, 0.35) 100%);
}

.bs-intro-body {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 1000px) {
  .bs-intro-body {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.bs-intro-text {
  max-width: 55%;
}
@media (max-width: 1000px) {
  .bs-intro-text {
    max-width: 100%;
  }
}
.bs-intro-text p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 1rem;
}
.bs-intro-text p:last-child {
  margin-bottom: 0;
}

.bs-zorgboom-outer {
  background: #fff;
  padding: 5rem 0;
}
@media (max-width: 1000px) {
  .bs-zorgboom-outer {
    padding: 3.5rem 0;
  }
}

.bs-zorgboom {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 4rem;
  align-items: start;
}
@media (max-width: 1000px) {
  .bs-zorgboom {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.bs-zorgboom-left {
  position: sticky;
  top: calc(7.25rem + 2rem);
}
@media (max-width: 1000px) {
  .bs-zorgboom-left {
    position: static;
  }
}

.bs-zorgboom-eyebrow {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--flat-primary);
  margin: 0 0 0.75rem;
}

.bs-zorgboom-title {
  font-size: clamp(1.875rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 0.5rem;
  text-wrap: balance;
}

.bs-zorgboom-subtitle {
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 300;
  line-height: 1.3;
  color: var(--dimmed-text-color);
  margin: 0 0 2rem;
}

.bs-zorgboom-right p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--dimmed-text-color);
  margin: 0 0 1rem;
}
.bs-zorgboom-right .btn {
  margin-top: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}

.bs-zorgboom-tree-outer img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-hero-wrapper {
  background: white;
}

.contact-hero {
  padding: 4rem 0 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 1000px) {
  .contact-hero {
    padding: 3rem 0 2.5rem;
    gap: 2rem;
  }
}

.contact-hero-heading {
  text-align: center;
}
.contact-hero-heading span {
  width: auto;
}

.contact-school-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 1000px) {
  .contact-school-cards {
    grid-template-columns: 1fr;
  }
}

.contact-school-card {
  background: white;
  border-radius: 25px;
  padding: 1.5rem;
  border: 5px solid var(--search-border);
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.contact-school-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}
.contact-school-card.middenschool {
  border-color: #e5f5fc;
}
.contact-school-card.bovenschool {
  border-color: #eef8f0;
}

.contact-school-address {
  font-size: 0.9375rem;
  font-weight: 300;
  color: var(--dimmed-text-color);
  margin: 0;
  line-height: 1.6;
}

.contact-section-wrapper {
  background: var(--light-bg);
}

.contact-section-inner {
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 1000px) {
  .contact-section-inner {
    padding: 3rem 0;
    gap: 2rem;
  }
}

.contact-section-heading {
  font-size: 2rem;
  font-weight: 300;
  margin: 0;
  line-height: 1.3;
}
.contact-section-heading strong {
  font-weight: 700;
  display: block;
}
@media (max-width: 1000px) {
  .contact-section-heading {
    font-size: 1.75rem;
  }
}
@media (max-width: 600px) {
  .contact-section-heading {
    font-size: 1.5rem;
  }
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 1.5rem;
  align-items: start;
}
@media (max-width: 1300px) {
  .contact-layout {
    grid-template-columns: 1fr 360px;
  }
}
@media (max-width: 1000px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
}

.contact-form-card {
  background: white;
  border-radius: 25px;
  border: 2px solid var(--search-border);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 600px) {
  .contact-form-card {
    padding: 1.25rem;
    gap: 1.25rem;
  }
}

.contact-field-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-field-label {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--dimmed-text-color);
  margin: 0;
}

.contact-choices {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.contact-choice {
  position: relative;
  isolation: isolate;
  padding: 0.4375rem 1rem;
  border: 2px solid var(--search-border);
  border-radius: 50px;
  background: white;
  cursor: pointer;
  font-size: 0.9375rem;
  font-family: inherit;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.contact-choice::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: var(--contact-choice-active-bg, var(--primary));
  opacity: 0;
  transition: opacity 0.25s ease;
}
@media (hover: hover) {
  .contact-choice:hover {
    border-color: var(--flat-primary);
  }
}
.contact-choice.active {
  border-color: var(--flat-primary);
  color: white;
}
.contact-choice.active::before {
  opacity: 1;
}

.contact-choice--campus {
  --contact-choice-active-bg: linear-gradient(45deg, #009de0 0%, #3da858 100%);
}
@media (hover: hover) {
  .contact-choice--campus:hover {
    border-color: #2bac99;
  }
}
.contact-choice--campus.active {
  border-color: #2bac99;
}

.contact-choice--middenschool {
  --contact-choice-active-bg: #009de0;
}
@media (hover: hover) {
  .contact-choice--middenschool:hover {
    border-color: #009de0;
  }
}
.contact-choice--middenschool.active {
  border-color: #009de0;
}

.contact-choice--bovenschool {
  --contact-choice-active-bg: #3da858;
}
@media (hover: hover) {
  .contact-choice--bovenschool:hover {
    border-color: #3da858;
  }
}
.contact-choice--bovenschool.active {
  border-color: #3da858;
}

.contact-form-fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 600px) {
  .contact-form-row {
    grid-template-columns: 1fr;
  }
}

.contact-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.contact-form-field label {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--dimmed-text-color);
}
.contact-form-field input,
.contact-form-field textarea {
  width: 100%;
  background: var(--light-bg);
  border: 2px solid var(--search-border);
  border-radius: 12px;
  padding: 0.75rem 1rem;
  color: black;
  font-size: 1rem;
  font-family: inherit;
  transition: 0.2s ease border-color;
}
.contact-form-field input::-moz-placeholder, .contact-form-field textarea::-moz-placeholder {
  color: var(--dimmed-text-color);
  font-weight: 300;
}
.contact-form-field input::placeholder,
.contact-form-field textarea::placeholder {
  color: var(--dimmed-text-color);
  font-weight: 300;
}
.contact-form-field input:focus,
.contact-form-field textarea:focus {
  outline: none;
  border-color: var(--flat-primary);
}
.contact-form-field textarea {
  resize: vertical;
  min-height: 8rem;
  line-height: 1.5;
}

.contact-select-wrapper {
  position: relative;
  position: relative;
}
.contact-select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--flat-primary);
  border-bottom: 2px solid var(--flat-primary);
  transform: translateY(-75%) rotate(45deg);
}

.contact-select {
  display: block;
  line-height: 1.5;
  font-size: 1rem;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-select::-ms-expand {
  display: none;
}
.contact-select:focus {
  outline: none;
}
.contact-select {
  width: 100%;
  background: var(--light-bg);
  border: 2px solid var(--search-border);
  border-radius: 12px;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  font-size: 1rem;
  font-family: inherit;
  color: black;
  transition: 0.2s ease border-color;
}
.contact-select:hover, .contact-select:focus {
  border-color: var(--flat-primary);
}

.contact-form-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-top: 0.25rem;
}
@media (max-width: 600px) {
  .contact-form-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-form-footer .btn {
    width: 100%;
  }
}

.contact-privacy {
  font-size: 0.8125rem;
  font-weight: 300;
  color: var(--dimmed-text-color);
  margin: 0;
}

.contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.contact-map-btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  background: none;
  border: 4px solid white;
  border-radius: 25px;
  overflow: hidden;
  cursor: zoom-in;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.contact-map-btn:focus-visible {
  outline: 3px solid var(--flat-primary);
  outline-offset: 2px;
}
.contact-map-btn:hover .contact-map {
  transform: scale(1.05);
}

.contact-map {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.contact-sidebar-card {
  background: white;
  border-radius: 25px;
  border: 2px solid var(--search-border);
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 600px) {
  .contact-sidebar-card {
    padding: 1rem;
  }
}

.contact-address-block {
  background: #e5f4f3;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}
.contact-address-block span.icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
.contact-address-block p {
  font-size: 0.9375rem;
  font-weight: 300;
  margin: 0;
  line-height: 1.5;
}

.contact-info-section {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.contact-info-section h4 {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000;
  margin: 0;
}
.contact-info-section p {
  font-size: 0.9375rem;
  font-weight: 300;
  color: var(--dimmed-text-color);
  margin: 0;
}

.multi-page-landing-wrapper {
  background: linear-gradient(to top right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgb(255, 255, 255)), url("../../assets/illustraties/design-pattern.svg");
}
@media (max-width: 1000px) {
  .multi-page-landing-wrapper {
    background: linear-gradient(to top right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgb(255, 255, 255)), url("../../assets/illustraties/design-pattern-mobile.svg");
  }
}

.multi-page-landing {
  padding: 4rem 0;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  background-size: cover;
}
@media (max-width: 1300px) {
  .multi-page-landing {
    flex-direction: column;
    gap: 3rem;
  }
}
@media (max-width: 1000px) {
  .multi-page-landing {
    padding: 2rem 0;
    gap: 3rem;
  }
}

.multi-page-header {
  display: flex;
  flex-direction: row;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 1000px) {
  .multi-page-header {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}

.page-header-image {
  width: 500px;
  aspect-ratio: 5/4;
  height: auto;
  border-radius: 25px 70px 25px 80px;
  overflow: hidden;
  flex-shrink: 0;
}
.page-header-image.unclipped {
  margin-top: -1rem;
  aspect-ratio: unset !important;
  height: unset !important;
  width: 70%;
  max-width: 400px;
}
.page-header-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  .page-header-image {
    width: 100%;
    height: 400px;
    aspect-ratio: initial;
    max-width: unset;
  }
}

.page-header-text {
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 1000px) {
  .page-header-text {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
}
@media (max-width: 600px) {
  .page-header-text article .btn {
    width: 100%;
  }
}

.post-header-wrapper {
  background: var(--light-accent);
}

.post-header {
  max-width: 900px;
  padding: 3rem 0 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.post-header h1 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  margin-bottom: 0;
  text-wrap: balance;
}
@media (max-width: 600px) {
  .post-header h1 {
    font-size: 1.75rem;
    line-height: 2.1rem;
  }
}
@media (max-width: 1000px) {
  .post-header {
    padding: 2rem 0 2rem;
  }
}

.post-eyebrow {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: -0.75rem;
  width: -moz-fit-content;
  width: fit-content;
  background-image: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.post-intro {
  max-width: 800px;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.75rem;
  color: var(--dimmed-text-color);
}

.post-attrs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 1rem;
}
@media (max-width: 600px) {
  .post-attrs {
    flex-direction: column;
    gap: 1rem;
  }
}

.post-attr {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-right: 2rem;
}
.post-attr:not(:first-child) {
  border-left: 2px solid color-mix(in srgb, var(--flat-primary) 30%, transparent);
  padding-left: 2rem;
}
@media (max-width: 600px) {
  .post-attr:not(:first-child) {
    border-left: none;
    padding-left: 0;
  }
}
.post-attr .post-attr-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.3rem;
}
.post-attr .post-attr-label h4 {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
  background-image: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.post-attr .post-attr-label .icon {
  height: 0.875rem;
  width: 0.875rem;
  background-color: transparent;
  background-image: var(--gradient);
}
.post-attr p {
  font-weight: 300;
  font-size: 1rem;
}

.post-date-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1rem;
}
@media (max-width: 600px) {
  .post-date-row {
    flex-direction: column;
    align-items: stretch;
  }
}

.post-date-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.7rem 1.15rem;
  border: 2px solid transparent;
  border-radius: 12px;
  background: linear-gradient(var(--light-accent), var(--light-accent)) padding-box, var(--gradient) border-box;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.post-date-badge .icon {
  height: 1.15rem;
  width: 1.15rem;
  flex-shrink: 0;
  background-color: transparent;
  background-image: var(--gradient);
}
.post-date-badge .post-date-badge-text {
  color: black;
}
@media (max-width: 600px) {
  .post-date-badge {
    width: 100%;
    justify-content: center;
    padding: 0.9rem 1rem;
    font-size: 1.35rem;
    gap: 0.75rem;
  }
  .post-date-badge .icon {
    height: 1.4rem;
    width: 1.4rem;
  }
}

.calendar-add {
  position: relative;
}
.calendar-add button {
  border-color: color-mix(in srgb, var(--solid) 30%, transparent);
}
@media (max-width: 600px) {
  .calendar-add {
    width: 100%;
  }
  .calendar-add .calendar-add-toggle {
    width: 100%;
    justify-content: center;
  }
}

.calendar-add-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  min-width: 240px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  padding: 0.4rem;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
}
.calendar-add-menu a {
  padding: 0.6rem 0.75rem;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  color: black;
  transition: background-color 0.15s ease;
}
.calendar-add-menu a:hover {
  background-color: color-mix(in srgb, var(--solid) 15%, transparent);
}
.calendar-add.is-open .calendar-add-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 600px) {
  .calendar-add-menu {
    left: 0;
    right: 0;
    min-width: 0;
  }
}

.align-top img {
  -o-object-position: center top;
     object-position: center top;
}

.align-center img {
  -o-object-position: center center;
     object-position: center center;
}

.align-bottom img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.align-left img {
  -o-object-position: left center;
     object-position: left center;
}

.align-right img {
  -o-object-position: right center;
     object-position: right center;
}

.post-image-wrapper {
  padding-top: 2rem;
  margin-bottom: -1.5rem;
}
@media (max-width: 1000px) {
  .post-image-wrapper {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}

.post-image {
  max-width: 1500px;
  position: relative;
  margin-top: 1rem;
}
.post-image .post-image-inner {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  height: 520px;
}
@media (max-width: 600px) {
  .post-image .post-image-inner {
    height: 280px;
  }
}
.post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 5s cubic-bezier(0.16, 1, 0.3, 1);
}
.post-image .post-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3rem 1.25rem 1rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent);
  color: white;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
}
.post-image:has(.post-image-enlarge) {
  cursor: zoom-in;
}
.post-image:has(.post-image-enlarge):hover img {
  transform: scale(1.05);
}

.post-image-enlarge {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.post-image-enlarge .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.post-image-enlarge:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transform: scale(1.08);
}

.post-body-wrapper {
  background: white;
  flex: 1;
}

.post-gallery-wrapper {
  background: var(--light-bg);
  border-top: 2px solid var(--search-border);
  border-bottom: 2px solid var(--search-border);
}

.post-gallery {
  padding: 3rem 0;
}
@media (max-width: 1000px) {
  .post-gallery {
    padding: 2rem 0;
  }
}

.post-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 1000px) {
  .post-body {
    padding: 1.5rem 0 2.5rem;
    gap: 2rem;
  }
}

.post-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.post-section .post-section-title {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: black;
  margin: 0;
}
.post-section .text-block p {
  margin-bottom: 0.75rem;
  font-weight: 300;
  color: var(--dimmed-text-color);
}
.post-section .text-block p:last-child {
  margin-bottom: 0;
}
.post-section .text-block ul,
.post-section .text-block ol {
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-weight: 300;
  color: var(--dimmed-text-color);
}
.post-section .text-block ul:last-child,
.post-section .text-block ol:last-child {
  margin-bottom: 0;
}
.post-section .text-block ul li,
.post-section .text-block ol li {
  margin-bottom: 0.4rem;
  line-height: 1.6;
}
.post-section .text-block ul li::marker,
.post-section .text-block ol li::marker {
  color: var(--flat-primary);
}
.post-section .text-block ul {
  list-style-type: disc;
}
.post-section .text-block ol {
  list-style-type: decimal;
}
.post-section .text-block .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
}

.post-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
}
.post-form input[type=text],
.post-form input[type=email],
.post-form input[type=tel] {
  width: 100%;
  background: white;
  border: 2px solid var(--gray);
  border-radius: 12px;
  padding: 0.875rem 1rem;
  color: black;
  transition: 0.2s ease border-color;
}
.post-form input[type=text]::-moz-placeholder, .post-form input[type=email]::-moz-placeholder, .post-form input[type=tel]::-moz-placeholder {
  color: var(--dimmed-text-color);
  font-weight: 300;
}
.post-form input[type=text]::placeholder,
.post-form input[type=email]::placeholder,
.post-form input[type=tel]::placeholder {
  color: var(--dimmed-text-color);
  font-weight: 300;
}
.post-form input[type=text]:focus,
.post-form input[type=email]:focus,
.post-form input[type=tel]:focus {
  outline: none;
  border-color: var(--flat-primary);
}
.post-form .post-form-submit {
  width: 100%;
  padding: 0.875rem 2rem;
}
@media (max-width: 600px) {
  .post-form .post-form-submit {
    width: 100%;
  }
}

.post-form-privacy {
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--dimmed-text-color);
  margin: 0;
}

.post-form-title {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--flat-primary);
  margin: 0;
  margin-bottom: 0.1rem;
}

.post-form-uploads {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media (max-width: 600px) {
  .post-form-uploads {
    flex-direction: column;
  }
}

.post-form-upload {
  flex: 1;
  position: relative;
}
.post-form-upload input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.post-form-upload label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.25rem;
  border: 2px solid var(--gray);
  border-radius: 12px;
  cursor: pointer;
  font-weight: 500;
  color: var(--dimmed-text-color);
  transition: 0.2s ease border-color, 0.2s ease color, 0.2s ease background;
  width: 100%;
}
.post-form-upload label .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.post-form-upload label:hover {
  border-color: var(--flat-primary);
  color: var(--flat-primary);
  background: var(--light-accent);
  cursor: copy;
}
.post-form-upload.has-file label {
  border-color: var(--gray);
  color: var(--dimmed-text-color);
  background: var(--gray);
  font-weight: 600;
}
.post-form-upload.has-file label:hover {
  border-color: var(--flat-primary);
  background: var(--light-accent);
  color: var(--flat-primary);
  cursor: copy;
}
.post-form-upload .upload-check-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--flat-primary);
  font-size: 1.125rem;
  font-weight: 700;
}

.post-back-link {
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.post-back-link a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.post-back-link a .post-back-arrow {
  display: inline-block;
  color: black;
  transition: transform 0.3s ease, color 0.3s ease;
}
.post-back-link a .post-back-text {
  color: black;
  text-decoration: underline;
  text-decoration-color: var(--flat-primary);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  transition: color 0.3s ease;
}
.post-back-link a:hover .post-back-arrow {
  transform: rotate(180deg);
  color: var(--flat-primary);
}
.post-back-link a:hover .post-back-text {
  color: var(--flat-primary);
}

/* ------------------------------------------------------------------------- */
/*                                KEUZE WIDGET                               */
/* ------------------------------------------------------------------------- */
.vgl-keuze-wrapper {
  background: var(--light-bg);
  border-top: 2px solid var(--search-border);
}

.vgl-keuze {
  padding: 3rem 0rem;
}
.vgl-keuze h2 {
  display: none;
}
.vgl-keuze.new h2 {
  display: block;
  margin: 0;
  margin-bottom: 2rem;
}
.vgl-keuze .choice-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vgl-keuze .vgl-graad-head {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.vgl-keuze .vgl-graad-head h2 {
  display: block;
}
.vgl-keuze .vgl-graad-head p {
  margin-left: auto;
  margin-right: auto;
}
.vgl-keuze .choices {
  justify-content: center;
}

.vgl-keuze-cards {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  position: relative;
}
@media (max-width: 1000px) {
  .vgl-keuze-cards {
    flex-direction: column;
  }
}

.vgl-keuze-locked-overlay {
  position: absolute;
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  top: -1rem;
  left: -1rem;
  border-radius: 25px;
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary);
  z-index: 1;
  transition: 0.3s ease all;
}
.vgl-keuze-locked-overlay p {
  display: none;
  transform: translateY(0px);
  opacity: 1;
  transition: 0.4s ease transform, 0.2s ease opacity;
  text-shadow: 0px 0px 5px rgb(255, 255, 255);
  z-index: 2;
}
.vgl-keuze-locked-overlay p::-moz-selection {
  text-shadow: none;
}
.vgl-keuze-locked-overlay p::selection {
  text-shadow: none;
}
.vgl-keuze-locked-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--light-bg);
  opacity: 0.2;
  border-radius: 25px;
  z-index: -1;
  transition: 0.3s ease opacity;
}
.vgl-keuze-locked-overlay.unlocked {
  pointer-events: none;
  backdrop-filter: blur(0px);
  visibility: hidden;
}
.vgl-keuze-locked-overlay.unlocked::before {
  opacity: 0;
}
.vgl-keuze-locked-overlay.unlocked p {
  transform: translateY(30px);
  opacity: 0;
}

.vgl-keuze-card {
  width: 100%;
  background: white;
  border: 2px solid var(--search-border);
  padding: 1.5rem;
  border-radius: 25px;
}

.vgl-input-wrapper {
  margin-top: 1rem;
}
.vgl-input-wrapper h4 {
  margin-bottom: 0.25rem;
  font-weight: 600;
  letter-spacing: 5%;
  font-size: 12px;
}
.vgl-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  position: relative;
}
.vgl-select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  transform: translateY(-75%) rotate(45deg);
}

.vgl-select {
  display: block;
  line-height: 1.5;
  font-size: 1rem;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.vgl-select::-ms-expand {
  display: none;
}
.vgl-select:focus {
  outline: none;
}
.vgl-select {
  font-size: 1rem;
  padding: 0.5em 2.5em 0.5em 1em; /* Increased right padding for the custom arrow */
  background-color: var(--light-bg);
  border-radius: 12px;
  border: 1px solid var(--gray);
  width: 100%;
  transition: 0.3s ease border-color;
}
.vgl-select:hover {
  border-color: var(--primary);
}

.compare-btn {
  margin-top: 1rem;
}
@media (max-width: 600px) {
  .compare-btn .btn {
    width: 100%;
  }
}

/* -------------------------------------------------------------------------- */
/*                              JOUW VERGELIJKING                             */
/* -------------------------------------------------------------------------- */
html {
  overflow-x: hidden;
}

.jouw-vgl {
  padding: 5rem 0rem;
}
@media (max-width: 1000px) {
  .jouw-vgl {
    padding: 5rem 0rem;
  }
}
@media (max-width: 600px) {
  .jouw-vgl {
    padding: 2.2rem 0rem;
  }
}

.jouw-vgl-wrapper {
  min-width: 100%;
  background: var(--light-bg);
  width: 100%;
  max-width: 100%;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
  position: relative;
  scroll-margin-top: calc(5rem + 2.25rem);
}
@media (max-width: 1000px) {
  .jouw-vgl-wrapper {
    scroll-margin-top: 4.5rem;
  }
}

/* ---------------------------------- SIDES --------------------------------- */
.side-by-side {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  position: relative;
}
@media (max-width: 1000px) {
  .side-by-side {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.side {
  width: 100%;
  padding: 1.5rem;
  background-color: white;
  border: 2px solid var(--search-border);
  border-radius: 25px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span var(--vgl-side-rows, 7);
  align-content: start;
}
@media (max-width: 1000px) {
  .side {
    padding: 1rem;
  }
}
@media (max-width: 600px) {
  .side {
    width: 80vw;
    min-width: -moz-min-content;
    min-width: min-content;
    max-width: 300px;
  }
  .side:last-child {
    margin-right: 4vw;
  }
}
@media (max-width: 600px) {
  .side {
    font-size: 14px;
  }
}

.side-section.border-top {
  border-top: 2px solid var(--search-border);
  padding-top: 1rem;
}
.side-section:last-child {
  margin-bottom: 0;
}
.side-section h4 {
  margin-bottom: 0.25rem;
  color: var(--primary);
}
@media (max-width: 600px) {
  .side-section h4 {
    font-size: 0.75rem;
  }
}

.side-free-section {
  margin-top: 1rem;
}

.side-title h4 {
  color: var(--primary);
  margin: 0;
  margin-bottom: 0.25rem;
}
.side-title h2 {
  margin: 0;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (max-width: 600px) {
  .side-title h2 {
    font-size: 1.25rem;
  }
}

.side-title-link {
  color: inherit;
  text-decoration: none;
  transition: 0.25s ease color;
}
.side-title-link:hover {
  color: var(--flat-primary);
}

.side-attributes {
  display: flex;
  justify-content: space-between;
  gap: 0.25rem;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .side-attributes {
    flex-direction: column;
  }
}

.side-attribute {
  width: 100%;
  background: var(--light-accent);
  padding: 0.5rem 0.75rem;
  font-weight: 300;
}
.side-attribute h4 {
  font-size: 12px;
  color: var(--primary);
}
.side-attribute.highlight {
  color: #e4007d;
  background: #fbf1f5;
}
.side-attribute.highlight h4 {
  color: #e4007d;
}
@media (max-width: 600px) {
  .side-attribute h4 {
    font-size: 0.75rem;
  }
}

.side-btn {
  width: 100%;
  font-size: 1rem;
  margin-top: 1rem;
}

.side-footnotes {
  margin-top: 1rem;
}
.side-footnotes .lessentabel-footnote {
  margin-bottom: 0.25rem;
}
.side-footnotes .lessentabel-footnote:last-child {
  margin-bottom: 0;
}

/* ------------------------------- LESSENTABEL ------------------------------ */
.lessentabel {
  overflow-x: auto;
}
.lessentabel h4 {
  margin: 0;
  color: black;
}
@media (max-width: 600px) {
  .lessentabel h4 {
    font-size: 0.75rem;
  }
}

.lessentabel table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  background: var(--light-accent);
  border-radius: 12px;
  margin-top: 0.5rem;
  font-weight: 300;
}
.lessentabel table .highlight {
  color: #e4007d;
  font-weight: 700;
}
.lessentabel table .highlight.font-normal {
  font-weight: 300;
}
@media (max-width: 1000px) {
  .lessentabel table {
    margin-top: 0.25rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 600px) {
  .lessentabel table {
    font-size: 0.75rem;
  }
}

.lessentabel th {
  text-align: left;
  font-weight: 600;
  font-size: 0.875rem;
  border-bottom: 3px solid white;
  padding: 0.75rem 0.75rem;
}
@media (max-width: 1000px) {
  .lessentabel th {
    padding: 0.5rem 0.5rem;
  }
}

.lessentabel th:first-child {
  text-align: left;
}

.lessentabel th:not(:first-child) {
  text-align: right;
}
.lessentabel th:not(:first-child) h4 {
  margin-left: auto;
}

.lessentabel td {
  padding: 0.75rem 0.75rem;
}
@media (max-width: 1000px) {
  .lessentabel td {
    padding: 0.5rem 0.5rem;
  }
}

.lessentabel td:not(:first-child) {
  text-align: right;
}

.lessentabel .vak-extra {
  margin-left: 0.25em;
  font-size: 0.85em;
  color: var(--dimmed-text-color);
}

.lessentabel tr.total {
  border-top: 2px solid white;
}

.lessentabel tr.total td {
  padding: 0.75rem 0.75rem;
  border-bottom: none;
}
@media (max-width: 1000px) {
  .lessentabel tr.total td {
    padding: 0.5rem 0.5rem;
  }
}

.diff-separator {
  border-top: 2px solid white; /* or whatever accent color fits your theme */
}

/* ---------------------------- LEFT RIGHT ARROW ---------------------------- */
.multi-page-landing-wrapper {
  position: relative;
}

@media (max-width: 600px) {
  .side-by-side {
    margin-top: 4rem;
  }
}

.double-arrow-container {
  display: none;
}
@media (max-width: 600px) {
  .double-arrow-container {
    display: flex;
    position: absolute;
    top: 2.2rem;
    left: 0;
    width: 100%;
    z-index: 1;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

.jouw-vgl-outer {
  position: relative;
}

.jouw-vgl-hint {
  position: absolute;
  top: 2rem;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  color: var(--dimmed-text-color);
  pointer-events: none;
}
.jouw-vgl-hint b {
  font-weight: 700;
  color: #e4007d;
}
@media (max-width: 600px) {
  .jouw-vgl-hint {
    display: none;
  }
}

.double-arrow {
  display: inline-block;
  width: 7rem;
  height: 0.125rem;
  background-color: var(--primary);
  position: relative;
  margin-bottom: 0.5rem;
}

.double-arrow::before,
.double-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transform: translateY(-50%);
}

/* Left Arrowhead */
.double-arrow::before {
  left: -6px;
  border-right: 6px solid var(--primary);
}

/* Right Arrowhead */
.double-arrow::after {
  right: -6px;
  border-left: 6px solid var(--primary);
}

.arrow-text {
  font-weight: 300;
}
.arrow-text b {
  font-weight: 700;
  color: #e4007d;
}

/* -------------------------------- animation ------------------------------- */
/* Keyframes: smooth left-right motion */
@keyframes slide-left-right {
  0% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(3rem);
  }
  45% {
    transform: translateX(0);
  }
  55% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(-3rem);
  }
  85% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.double-arrow {
  display: inline-block;
  will-change: transform;
}
@media (max-width: 600px) {
  .double-arrow {
    animation: slide-left-right 7s ease-in-out 1s infinite;
  }
}

.vind-jouw-richting-wrapper {
  background: #fff;
}

.vind-jouw-richting {
  padding: 3.5rem 0;
  max-width: 900px;
  margin-inline: auto;
}
@media (max-width: 1000px) {
  .vind-jouw-richting {
    padding: 3rem 0;
  }
}
@media (max-width: 600px) {
  .vind-jouw-richting {
    padding: 2.5rem 0;
  }
}

.wiz {
  width: 100%;
}

.wiz-steps {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-bottom: 1.875rem;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .wiz-steps {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    margin-bottom: 1.5rem;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    margin-left: -4vw;
    margin-right: -4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .wiz-steps::-webkit-scrollbar {
    display: none;
  }
}

.wiz-steps-sep {
  color: color-mix(in srgb, var(--solid) 50%, transparent);
  font-size: 2rem;
  pointer-events: none;
  flex-shrink: 0;
}

.wiz-step {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5rem 1rem 0.5rem 0.625rem;
  border-radius: 50px;
  border: 1.5px solid transparent;
  background: var(--gray);
  cursor: default;
  font-family: inherit;
  transition: background 0.2s, border-color 0.2s;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .wiz-step {
    padding: 0.375rem 0.625rem 0.375rem 0.5rem;
  }
}

.wiz-step-num {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.12);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
  transition: background 0.2s;
}

.wiz-step-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.05;
}

.wiz-step-name {
  font-size: 0.875rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.55);
  transition: color 0.2s;
}

.wiz-step-val {
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--solid);
  margin-top: 2px;
}

.wiz-step.todo {
  opacity: 0.5;
}

.wiz-step.current {
  background: #fff;
  border-color: var(--solid);
}
.wiz-step.current .wiz-step-num {
  background: var(--solid);
}
.wiz-step.current .wiz-step-name {
  color: #000;
  font-weight: 700;
}

.wiz-step.done {
  background: color-mix(in srgb, var(--solid) 10%, transparent);
  cursor: pointer;
}
.wiz-step.done:hover {
  background: color-mix(in srgb, var(--solid) 18%, transparent);
}
.wiz-step.done .wiz-step-num {
  background: var(--solid);
}
.wiz-step.done .wiz-step-name {
  color: var(--solid);
}

.wiz-stage {
  position: relative;
}

@keyframes wiz-in-fwd {
  from {
    opacity: 0;
    transform: translateX(44px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes wiz-in-back {
  from {
    opacity: 0;
    transform: translateX(-44px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.wiz-pane.fwd {
  animation: wiz-in-fwd 0.34s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.wiz-pane.back {
  animation: wiz-in-back 0.34s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.wiz-context {
  display: none;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.875rem;
  border-radius: 50px;
  background: color-mix(in srgb, var(--solid) 10%, transparent);
  color: var(--solid);
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.125rem;
}

.wiz-head {
  margin-bottom: 1.5rem;
}
.wiz-head h2 {
  margin: 0 0 0.375rem;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.15;
  width: unset;
}
@media (max-width: 600px) {
  .wiz-head h2 {
    font-size: 1.375rem;
  }
}
.wiz-head p {
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--dimmed-text-color);
  max-width: 640px;
}
@media (max-width: 600px) {
  .wiz-head p {
    font-size: 0.875rem;
  }
}

.wiz-back,
.wiz-skip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: 0.6875rem 1.125rem;
  border: 2px solid var(--search-border);
  background: #fff;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  font-family: inherit;
  color: #000;
  transition: border-color 0.2s, color 0.2s;
}
.wiz-back:hover,
.wiz-skip:hover {
  border-color: var(--solid);
  color: var(--solid);
}

.wiz-choice-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.wiz-choice-row.cols-3 {
  grid-template-columns: repeat(3, 1fr);
  max-width: none;
}
.wiz-choice-row.cols-4 {
  grid-template-columns: repeat(4, 1fr);
  max-width: none;
}
@media (max-width: 1000px) {
  .wiz-choice-row.cols-3 {
    grid-template-columns: repeat(3, 1fr);
    max-width: none;
  }
  .wiz-choice-row.cols-4 {
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
  }
}
@media (max-width: 600px) {
  .wiz-choice-row {
    grid-template-columns: 1fr;
    max-width: none;
  }
  .wiz-choice-row.cols-3, .wiz-choice-row.cols-4 {
    grid-template-columns: 1fr;
  }
}

.wiz-choice-row .wiz-choice:only-child {
  grid-column: 1/-1;
}

.wiz-choice {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  align-items: flex-start;
  padding: 1.75rem 3.5rem 1.75rem 1.625rem;
  background: #fff;
  border: 2px solid var(--search-border);
  border-radius: 25px;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  transition: border-color 0.22s, transform 0.22s, box-shadow 0.22s;
}
.wiz-choice:hover {
  border-color: var(--solid);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px color-mix(in srgb, var(--solid) 12%, transparent);
}
.wiz-choice.is-chosen {
  border-color: var(--solid);
  background: color-mix(in srgb, var(--solid) 4%, transparent);
}
@media (max-width: 600px) {
  .wiz-choice {
    padding: 1.25rem 3rem 1.25rem 1.25rem;
  }
}

.wiz-choice-big {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 600px) {
  .wiz-choice-big {
    font-size: 1.375rem;
  }
}

.wiz-choice-sub {
  font-size: 1rem;
  margin-top: 0.5rem;
  font-weight: 300;
  color: var(--dimmed-text-color);
}

.wiz-choice-arr {
  position: absolute;
  right: 1.375rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: var(--solid);
  opacity: 0.4;
  transition: opacity 0.2s, transform 0.2s;
}

.wiz-choice:hover .wiz-choice-arr {
  opacity: 1;
  transform: translateY(-50%) translateX(4px);
}

.wiz-explain-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.125rem;
}
.wiz-explain-grid.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1000px) {
  .wiz-explain-grid.cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .wiz-explain-grid {
    grid-template-columns: 1fr;
  }
  .wiz-explain-grid.cols-3 {
    grid-template-columns: 1fr;
  }
}

.wiz-explain-card {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  padding: 1.625rem;
  background: #fff;
  border: 2px solid var(--search-border);
  border-radius: 25px;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.22s, box-shadow 0.22s, transform 0.22s;
}
.wiz-explain-card:hover {
  border-color: var(--solid);
  box-shadow: 0 12px 30px color-mix(in srgb, var(--solid) 10%, transparent);
  transform: translateY(-2px);
}

.wiz-explain-card-img {
  width: calc(100% + 3.25rem);
  max-width: none;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: -1.625rem -1.625rem 0.75rem;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .wiz-explain-card-img {
    height: 110px;
  }
}

.wiz-explain-card--disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.wiz-explain-card--disabled:hover {
  border-color: var(--search-border);
  box-shadow: none;
  transform: none;
}
.wiz-explain-card--disabled .wiz-explain-btn {
  cursor: not-allowed;
}

.wiz-explain-grid .wiz-explain-card:last-child:nth-child(odd):not(:only-child) {
  grid-column: 1/-1;
  max-width: calc(50% - 0.5625rem);
  margin-inline: auto;
}
@media (max-width: 600px) {
  .wiz-explain-grid .wiz-explain-card:last-child:nth-child(odd):not(:only-child) {
    grid-column: auto;
    max-width: none;
    margin-inline: 0;
  }
}

.wiz-explain-grid .wiz-explain-card:only-child {
  grid-column: 1/-1;
  max-width: none;
  margin-inline: 0;
}

.wiz-explain-tagrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.wiz-explain-tagrow h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
}

.wiz-explain-letter {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  background: var(--solid);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 700;
  flex-shrink: 0;
}

.wiz-explain-badge {
  align-self: flex-start;
  padding: 0.3125rem 0.75rem;
  border-radius: 50px;
  background: color-mix(in srgb, var(--solid) 10%, transparent);
  color: var(--solid);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}

.wiz-explain-card > p {
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.55;
  color: var(--dimmed-text-color);
  flex: 1;
}

.wiz-explain-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.wiz-explain-tags span {
  padding: 0.3125rem 0.6875rem;
  border-radius: 50px;
  background: color-mix(in srgb, var(--solid) 8%, transparent);
  color: var(--solid);
  font-size: 0.75rem;
  font-weight: 600;
}

.wiz-explain-btn {
  align-self: flex-start;
  padding: 0;
  border: none;
  background: none;
  color: var(--solid);
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: opacity 0.2s;
}
.wiz-explain-btn:hover {
  opacity: 0.7;
}

.wiz-back-arrow,
.wiz-skip-arrow {
  color: var(--solid);
}

.wiz-step-footer {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  margin-top: 1.625rem;
}
.wiz-step-footer > * {
  flex: 1;
}
@media (max-width: 600px) {
  .wiz-step-footer {
    flex-direction: column;
  }
}

.wiz-step-val--skipped {
  font-style: italic;
}

.vind-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.125rem;
}
@media (max-width: 600px) {
  .vind-grid {
    grid-template-columns: 1fr;
    gap: 0.875rem;
  }
}

.vind-card {
  background: #fff;
  border: 2px solid var(--search-border);
  border-radius: 25px;
  padding: 1.375rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.vind-card h3 {
  margin: 0.25rem 0 0;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.15;
}
.vind-card .vind-card-jaar {
  color: var(--solid);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.vind-card > p {
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--dimmed-text-color);
  flex-grow: 1;
}
.vind-card:hover {
  border-color: var(--solid);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px color-mix(in srgb, var(--solid) 12%, transparent);
}
.vind-card.vind-card-highlight {
  background: color-mix(in srgb, var(--solid) 5%, transparent);
  border-color: color-mix(in srgb, var(--solid) 30%, transparent);
}

.vind-card-head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.vind-tag {
  padding: 0.3125rem 0.625rem;
  border-radius: 50px;
  background: color-mix(in srgb, var(--solid) 8%, transparent);
  color: var(--solid);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.vind-tag--dimmed {
  background: transparent;
  border: 1px solid color-mix(in srgb, var(--solid) 25%, transparent);
  color: color-mix(in srgb, var(--solid) 70%, #000);
  font-weight: 500;
}

.vind-tag--volzet {
  background: #ffefdb;
  color: #ff6d05;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.vind-tag-icon {
  width: 0.75rem;
  height: 0.75rem;
  flex-shrink: 0;
  background-color: currentColor;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.vind-card-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 0.875rem;
  border-top: 1px dashed var(--search-border);
  margin-top: auto;
}
.vind-card-meta > div {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.vind-card-meta > div strong {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--solid);
}
.vind-card-meta > div span {
  font-size: 0.6875rem;
  font-weight: 300;
  color: var(--dimmed-text-color);
  margin-top: 2px;
}

.vind-card-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--solid);
  text-decoration: none;
}
.vind-card-link:hover {
  text-decoration: underline;
}

.vind-help {
  margin-top: 2rem;
  padding: 1.375rem 1.625rem;
  background: var(--light-accent);
  border: 2px dashed color-mix(in srgb, var(--solid) 50%, transparent);
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 1.125rem;
}
.vind-help strong {
  font-size: 1rem;
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}
.vind-help p {
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
  color: var(--dimmed-text-color);
}
.vind-help p a {
  text-decoration: none;
  background-image: var(--gradient);
  background-size: 100% 3px;
  background-position: 0 106%;
  background-repeat: no-repeat;
  transition: 0.3s ease background-size, 0.3s ease color;
}
.vind-help p a:hover {
  background-size: 100% 100%;
  color: white;
}
@media (max-width: 600px) {
  .vind-help {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1.25rem;
  }
}

.vind-help-icon {
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  background: var(--gradient);
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
@media (max-width: 600px) {
  .vind-help-icon {
    display: none;
  }
}

.visueel-overzicht-wrapper {
  background: #fff;
}

.visueel-overzicht {
  padding: 3.5rem 0;
  max-width: 900px;
  margin-inline: auto;
}
@media (max-width: 1000px) {
  .visueel-overzicht {
    padding: 3rem 0;
  }
}

.vo-controls {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
@media (max-width: 600px) {
  .vo-controls {
    gap: 1rem;
    margin-bottom: 2rem;
  }
}

.vo-toggle-group {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.vo-toggle-label {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: black;
  text-transform: uppercase;
}

.vo-toggle-pills {
  display: flex;
  background: var(--light-accent);
  border-radius: 12px;
  padding: 3px;
  gap: 3px;
  position: relative;
}

.vo-pill-slider {
  position: absolute;
  top: 3px;
  bottom: 3px;
  border-radius: calc(12px - 3px);
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  transition: left 0.22s cubic-bezier(0.4, 0, 0.2, 1), width 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.vo-pill {
  padding: 0.5rem 1rem;
  background: transparent;
  border: none;
  border-radius: calc(12px - 3px);
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.9);
  font-family: inherit;
  transition: color 0.2s;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.vo-pill:not(.is-active):hover {
  color: var(--solid);
}
.vo-pill.is-active {
  background: transparent;
  color: var(--solid);
  font-weight: 500;
  box-shadow: none;
}
@media (max-width: 600px) {
  .vo-pill {
    padding: 0.4375rem 0.75rem;
    font-size: 0.8125rem;
  }
}

.vo-view {
  display: block;
}
.vo-view.is-hidden {
  display: none;
}

.vo-view-title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--dimmed-text-color);
  margin: 0 0 1.75rem;
}

.vo-flow {
  display: grid;
  grid-template-columns: 1.3fr 2.5rem 1fr 2.5rem 0.85fr;
  gap: 1.25rem;
  align-items: start;
}
@media (max-width: 1000px) {
  .vo-flow {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.vo-col {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.vo-connector {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 1.5rem;
}
@media (max-width: 1000px) {
  .vo-connector {
    padding-top: 0;
    justify-content: flex-start;
    padding-left: 1rem;
  }
}

.vo-plus {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: color-mix(in srgb, var(--solid) 10%, transparent);
  color: var(--solid);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 300;
  flex-shrink: 0;
}
@media (max-width: 1000px) {
  .vo-plus {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1rem;
    margin: 0.75rem 0;
  }
}

.vo-card {
  background: #fff;
  border: 2px solid var(--search-border);
  border-radius: 25px;
  padding: 1.25rem 1.5rem;
  overflow: hidden;
}

.vo-card-base {
  border-color: var(--solid);
  background: color-mix(in srgb, var(--solid) 3%, transparent);
}

.vo-card-spec {
  background: color-mix(in srgb, var(--solid) 5%, transparent);
  border-color: color-mix(in srgb, var(--solid) 25%, transparent);
  text-align: center;
}

.vo-card-head {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--solid);
  text-transform: uppercase;
  margin-bottom: 0.875rem;
}

.vo-card-spec .vo-card-head {
  margin-bottom: 0;
  color: color-mix(in srgb, var(--solid) 80%, #000);
}

.vo-card-base ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.25rem 1.125rem;
}
.vo-card-base ul li {
  display: flex;
  justify-content: space-between;
  padding: 0.25rem 0;
  font-size: 0.8125rem;
  font-weight: 300;
  border-bottom: 1px dashed var(--search-border);
}
.vo-card-base ul li span {
  font-weight: 700;
  color: var(--solid);
}

.vo-card-foot {
  margin-top: 0.875rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--search-border);
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--dimmed-text-color);
  font-style: italic;
}

.vo-card-choice p {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--dimmed-text-color);
}

.vo-mini {
  list-style: none;
  padding: 0.75rem 0 0;
  margin: 0.5rem 0 0;
  border-top: 1px dashed var(--search-border);
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.vo-mini li {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 300;
}
.vo-mini li span {
  font-weight: 700;
  color: var(--solid);
}

.vo-or {
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--dimmed-text-color);
  padding: 0.25rem 0;
}
@media (max-width: 1000px) {
  .vo-or {
    text-align: left;
    padding-left: 1rem;
  }
}

.vo-foot {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 2px solid var(--search-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  gap: 1rem;
  flex-wrap: wrap;
}
.vo-foot strong {
  font-size: 1.125rem;
  color: var(--solid);
}

.vo-foot-link {
  color: var(--solid);
  font-weight: 600;
  text-decoration: none;
}
.vo-foot-link:hover {
  text-decoration: underline;
}

.vo-schema-img {
  display: block;
  width: 100%;
  height: auto;
}

.vo-schema-domeinen {
  max-width: 700px;
  margin: 0 auto 3rem;
}

.vo-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.vo-list-item {
  background: #fff;
  border: 2px solid var(--search-border);
  border-radius: 25px;
  padding: 1rem 1.375rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: border-color 0.2s;
}
.vo-list-item:hover {
  border-color: var(--solid);
}

.vo-list-tag {
  padding: 0.25rem 0.625rem;
  border-radius: 50px;
  background: color-mix(in srgb, var(--solid) 8%, transparent);
  color: var(--solid);
  font-size: 0.6875rem;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}

.vo-list-title {
  font-size: 1rem;
  font-weight: 600;
  flex: 1;
}

.vo-list-hours {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--solid);
  flex-shrink: 0;
}

.search-header {
  padding: 3rem 0rem;
}
.search-header h1 {
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.search-header h1 span {
  margin: 0;
}
.search-header h4 {
  margin-bottom: 1rem;
}
.search-header input {
  border-color: var(--light-accent);
}
.search-header input:focus {
  border-color: var(--flat-primary);
}
@media (max-width: 1000px) {
  .search-header {
    padding: 2rem 0rem;
  }
}

.search-results-wrapper {
  background: var(--light-bg);
  flex: 1;
}

.search-results-row {
  padding: 3rem 0;
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
@media (max-width: 1000px) {
  .search-results-row {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 0rem;
  }
}

.search-filter-container {
  display: block;
  position: sticky;
  top: 9.25rem;
  width: 400px;
  background: white;
  border: 2px solid var(--search-border);
  padding: 1.5rem;
  border-radius: 25px;
  height: -moz-fit-content;
  height: fit-content;
  flex-shrink: 0;
  transition: 0.3s ease top, 0.5s ease-in-out max-height;
  max-height: calc(100vh - (2.25rem + 5rem + 4rem));
  overflow-y: auto;
}
.search-filter-container .search-filter-container-title {
  margin-bottom: 1.25rem;
}
.search-filter-container.navReduced {
  top: 5.5rem;
  max-height: calc(100vh - (3.5rem + 4rem));
}
.search-filter-container.navReduced::after {
  height: 20px;
}
@media (max-width: 1300px) {
  .search-filter-container {
    width: 300px;
  }
}
@media (max-width: 1000px) {
  .search-filter-container {
    width: 100%;
    position: static;
    top: unset;
    max-height: 54px !important;
    overflow: hidden;
    padding: 0 1rem;
    border: 2px solid var(--search-border);
    border-radius: 12px;
  }
  .search-filter-container.navReduced {
    top: unset;
  }
  .search-filter-container:hover {
    cursor: pointer;
  }
  .search-filter-container .search-filter-container-title {
    height: 50px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
  }
  .search-filter-container .search-filter-container-title h3 {
    margin: 0;
    font-size: 1rem;
    line-height: 1rem;
  }
  .search-filter-container .search-filter-container-title {
    position: relative;
  }
  .search-filter-container .search-filter-container-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--solid);
    border-bottom: 2px solid var(--solid);
    transform: translateY(-75%) rotate(45deg);
    transition: 0.3s ease-in-out transform;
  }
  .search-filter-container.active {
    max-height: 1000px !important;
  }
  .search-filter-container.active .search-filter-container-title::after {
    transform: rotate(-135deg) translateY(5%) translateX(25%);
  }
}

.search-filter-type {
  margin-bottom: 1.5rem;
}
.search-filter-type:last-child {
  margin-bottom: 0;
}
.search-filter-type h4 {
  margin-bottom: 0.5rem;
}
@media (max-width: 1000px) {
  .search-filter-type:last-child {
    margin-bottom: 1rem;
  }
}

.search-filters {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.search-filter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 0.75rem;
  border: 2px solid var(--search-border);
  border-radius: 12px;
  font-weight: 300;
  color: var(--dimmed-text-color);
  position: relative;
  color: black;
  z-index: 1;
}
.search-filter p {
  z-index: 2;
}
.search-filter::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: white;
  z-index: 0;
}
.search-filter::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  opacity: 0;
  background: var(--primary);
  border-radius: calc(2px + 12px);
  transition: 0.15s ease opacity;
}
.search-filter.active {
  position: relative;
  font-weight: 700;
  color: var(--bold-text-color);
}
.search-filter.active::after {
  background: #f5f7f7;
}
.search-filter.active::before {
  opacity: 1;
}
.search-filter.active:hover {
  cursor: unset;
}
.search-filter:hover {
  cursor: pointer;
}
.search-filter:hover::before {
  opacity: 1;
}

.nb-of-results {
  border-radius: 50%;
  display: flex;
  width: 1.5rem;
  aspect-ratio: 1;
  height: auto;
  position: relative;
  justify-content: center;
  align-items: center;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.nb-of-results p {
  z-index: 1;
  background: var(--primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.nb-of-results::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: var(--primary);
  z-index: 0;
  opacity: 0.1;
}

.actual-search-results {
  width: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 300px;
  flex: 1;
  gap: 3rem;
}

.results-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  z-index: 10;
}
.results-loading-overlay::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--light-bg);
  opacity: 0.8;
}
.results-loading-overlay {
  display: flex;
  justify-content: center;
  padding-top: 100px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  pointer-events: none;
}
.results-loading-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.results-loading-overlay #searchLoader {
  width: 100px;
  height: 100px;
}

.no-results {
  padding: 4rem 1rem;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.no-results h4 {
  margin-bottom: 0.5rem;
  color: var(--bold-text-color);
}
.no-results p {
  color: var(--dimmed-text-color);
  font-weight: 300;
}
.no-results.hidden {
  display: none;
}

.actual-search-result-type h3 {
  margin-bottom: 0.75rem;
}
.actual-search-result-type:first-child {
  margin-top: 1rem;
}
@media (max-width: 1000px) {
  .actual-search-result-type:first-child {
    margin-top: 0;
  }
}

.actual-search-result-items {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hidden {
  display: none;
}

mark.zoek-treffer {
  background: #fbf1f5;
  color: #e4007d;
  font-weight: 600;
  border-radius: 3px;
  padding: 0.05em 0.15em;
}
h3 mark.zoek-treffer {
  font-weight: inherit;
}

.inschrijven-wrapper {
  border-top: 2px solid var(--search-border);
  --bg: white;
}
.inschrijven-wrapper.dark {
  background: var(--light-bg);
  --bg: var(--light-bg);
}

.inschrijven {
  padding: 3rem 0rem;
}
.inschrijven article.text-block {
  margin-bottom: 0.5rem;
}

.inschrijven-intro {
  --cw-color: var(--flat-primary);
  max-width: 900px;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.inschrijven-secties-wrapper {
  border-top: 2px solid var(--search-border);
}
.inschrijven-secties-wrapper .info-section-header {
  gap: 0.5rem;
}
.inschrijven-secties-wrapper .info-section-header h2 {
  font-size: clamp(1.875rem, 3.5vw, 2.625rem);
  line-height: 1.2;
  text-wrap: balance;
}

.step-wrapper {
  margin-top: 1rem;
}

.all-steps {
  margin-top: 1.5rem;
  border-left: 2px solid var(--search-border);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-left: 0.5rem;
  transition: margin-top 0.4s ease, padding-top 0.4s ease, padding-bottom 0.4s ease, border-color 0.5s ease;
}
.all-steps.no-upcoming {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-color: transparent;
}
.all-steps.no-upcoming.expanded {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.all-steps.expanded {
  border-color: var(--search-border);
}

.past-steps {
  position: relative;
  max-height: 0px;
  padding-bottom: 0rem;
  transition: max-height 0.6s cubic-bezier(0.16, 0.64, 0.3, 0.99), padding-bottom 0.5s cubic-bezier(0.16, 0.64, 0.3, 0.99), opacity 0.4s cubic-bezier(0.16, 0.64, 0.3, 0.99);
  opacity: 0;
  z-index: 0;
}
.past-steps::after {
  content: "";
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  display: none;
  height: calc(100% + 2rem);
  width: calc(100% + 2rem);
  overflow: hidden;
  left: -2rem;
  top: -1.5rem;
  background: linear-gradient(to bottom, var(--bg) 0%, var(--bg) 90%, transparent 100%);
  opacity: 0.75;
  position: absolute;
  z-index: 1;
  transition: 0.3s ease opacity;
}
.past-steps.expanded {
  max-height: 600px;
  padding-bottom: 3rem;
  opacity: 1;
  overflow: unset;
}
.all-steps.no-upcoming .past-steps.expanded {
  padding-bottom: 0.5rem;
}

.past-btn {
  width: -moz-fit-content;
  width: fit-content;
}
.past-btn .icon {
  height: 1rem;
  width: auto;
  aspect-ratio: 1;
  transform: rotate(90deg);
  transition: 0.3s ease transform;
}
.past-btn.expanded .icon {
  transform: rotate(-90deg);
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.step {
  position: relative;
  padding-left: 1.5rem;
  --dot-vertical-center: 0.5rem; /* Align this with your text */
}

/* --- 1. SHARED SETUP --- */
.step::before,
.step::after {
  content: "";
  position: absolute;
  left: -0.5px;
  top: var(--dot-vertical-center);
  border-radius: 50%;
  /* Perfect centering for both layers */
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

/* --- 2. THE WHITE MASK (Bottom Layer) --- */
.step::before {
  z-index: 0; /* Sits behind */
  background: var(--bg);
  /* IDLE: 1rem (Larger than the idle dot to create a "border") */
  width: 1rem;
  height: 1rem;
}

/* --- 3. THE COLORED DOT (Top Layer) --- */
.step::after {
  z-index: 1; /* Sits on top */
  background: var(--primary);
  /* IDLE: 0.5rem (Small dot inside the white mask) */
  width: 0.5rem;
  height: 0.5rem;
}

/* --- 4. ACTIVE STATE --- */
/* The Blue Dot grows */
.step.current-step::after {
  width: 1.25rem;
  height: 1.25rem;
  /* The animation MUST be here, on the top layer */
  animation: pulse 2s infinite;
}

/* The White Mask grows to match the dot */
.step.current-step::before {
  /* We make the white backing same size as the dot.
     This ensures the gray line is hidden exactly behind the dot. */
  width: 1.75rem;
  height: 1.75rem;
  /* OPTIONAL: If you want to hide the line UNDER the shadow too,
     increase this size (e.g., 2.5rem). But usually, keeping it 
     the same size as the dot looks cleanest. */
}

/* --- 5. ANIMATION --- */
@keyframes pulse {
  0% {
    /* Start: Solid-ish Primary Color */
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary), transparent 30%);
  }
  70% {
    /* Expand: Spread to 15px, fade to transparent */
    box-shadow: 0 0 0 15px color-mix(in srgb, var(--primary), transparent 100%);
  }
  100% {
    /* End: Stay transparent */
    box-shadow: 0 0 0 15px color-mix(in srgb, var(--primary), transparent 100%);
  }
}
.step-date {
  color: var(--primary);
}

.step-title {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}

.step-description p {
  margin-bottom: 0.75rem;
  text-wrap: balance;
}

.step-btns {
  margin-top: 1.5rem;
}

.subpage-school {
  margin-top: 3rem;
}
.subpage-school:first-child {
  margin-top: 1rem;
}
.subpage-school.midden {
  --subpage-primary: #009de0;
  --subpage-flat: #009de0;
}
.subpage-school.boven {
  --subpage-primary: #3da858;
  --subpage-flat: #3da858;
}
.subpage-school.campus {
  --subpage-primary: linear-gradient(45deg, #009de0 0%, #3da858 100%);
  --subpage-flat: #2bac99;
}
@media (max-width: 600px) {
  .subpage-school {
    margin-top: 2rem;
  }
}

.sub-page-landing-wrapper {
  position: relative;
  padding-bottom: 2rem;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgb(255, 255, 255)), url("../../assets/illustraties/design-pattern.svg");
}
@media (max-width: 1000px) {
  .sub-page-landing-wrapper {
    background: linear-gradient(to top right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgb(255, 255, 255)), url("../../assets/illustraties/design-pattern-mobile.svg");
  }
}

.sub-page-landing {
  padding: 4rem 0;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  background-size: cover;
}
@media (max-width: 1300px) {
  .sub-page-landing {
    flex-direction: column;
    gap: 3rem;
  }
}
@media (max-width: 1000px) {
  .sub-page-landing {
    padding: 2rem 0;
    gap: 3rem;
  }
}

.sub-page-header {
  display: flex;
  flex-direction: row;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 1000px) {
  .sub-page-header {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}

.sub-page-text {
  max-width: 800px;
}

.page-header-image {
  width: 500px;
  aspect-ratio: 5/4;
  height: auto;
  border-radius: 25px 70px 25px 80px;
  overflow: hidden;
  flex-shrink: 0;
}
.page-header-image.unclipped {
  margin-top: -1rem;
  aspect-ratio: unset !important;
  height: unset !important;
  width: 70%;
  max-width: 400px;
}
.page-header-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  .page-header-image {
    width: 100%;
    height: 400px;
    aspect-ratio: initial;
    max-width: unset;
  }
}

.page-header-text {
  width: 100%;
  flex-grow: 1;
}
.page-header-text article {
  margin-top: 1.5rem;
}
@media (max-width: 1000px) {
  .page-header-text {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
}
@media (max-width: 600px) {
  .page-header-text article .btn {
    width: 100%;
  }
}
.page-header-text h1 {
  margin-bottom: 0.5rem;
}

.sub-page-wrapper {
  background-color: var(--light-bg);
  border-top: 1px solid var(--search-border);
}

.sub-page-wrapper--white {
  background-color: #fff;
}

.sub-page-constrained {
  max-width: 900px;
  margin: 0 auto;
}

.sub-page-narrow {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 1000px) {
  .sub-page-narrow {
    gap: 2rem;
  }
}

.sub-page-intro {
  max-width: 900px;
  margin-top: 0.75rem;
}
.sub-page-intro p {
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.55;
}

.sub-page-filter {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .sub-page-filter {
    margin-top: 2rem;
    margin-bottom: 0rem;
  }
}

.sub-page-filter-title {
  margin-bottom: 0.5rem;
}

.sub-page-filters-list {
  display: flex;
  flex-direction: row;
  gap: 0.375rem;
  flex-wrap: wrap;
}

.sub-page-filters-item {
  text-transform: lowercase;
  background: white;
  border: 2px solid var(--search-border);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
}
.sub-page-filters-item a {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.4375rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
.sub-page-filters-item.midden {
  --glow-color: #009de0;
}
.sub-page-filters-item.midden a {
  color: #009de0;
}
.sub-page-filters-item.boven {
  --glow-color: #3da858;
}
.sub-page-filters-item.boven a {
  color: #3da858;
}
.sub-page-filters-item.campus {
  --glow-color: #2bac99;
}
.sub-page-filters-item.campus a {
  width: -moz-fit-content;
  width: fit-content;
  background-image: linear-gradient(45deg, #009de0 0%, #3da858 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.sub-page-filters-item.is-active {
  border-color: transparent;
}
.sub-page-filters-item.is-active a {
  color: white;
  -webkit-text-fill-color: white;
}
.sub-page-filters-item.is-active.midden {
  background: #009de0;
}
.sub-page-filters-item.is-active.boven {
  background: #3da858;
}
.sub-page-filters-item.is-active.campus {
  background: linear-gradient(45deg, #009de0 0%, #3da858 100%);
}
.sub-page-filters-item {
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
.sub-page-filters-item:hover {
  border-color: var(--glow-color) !important;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--glow-color) 20%, transparent);
  transform: translateY(-1px);
}

.subpage-school-name {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
  margin: 0 0 0.875rem;
}
.subpage-school-name::before {
  content: "";
  width: 4px;
  height: 18px;
  border-radius: 3px;
  flex-shrink: 0;
  background: var(--subpage-flat);
}
.subpage-school.campus .subpage-school-name::before {
  background: linear-gradient(to bottom, #009de0, #3da858);
}

.subpage-department-name {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--subpage-flat);
  margin: 1.5rem 0 0rem;
  border-top: none;
  padding: 0;
}

.subpage-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-top: 0.75rem;
  margin-bottom: 2rem;
}
@media (max-width: 1000px) {
  .subpage-grid {
    gap: 0.75rem;
  }
}
@media (max-width: 600px) {
  .subpage-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.subpage-grid .card--content:only-child {
  grid-column: 1/-1;
}
.subpage-grid .card--content:only-child .card-attrs {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  flex-wrap: wrap;
}

.sp-head {
  background: #fff;
  border-bottom: 1px solid var(--search-border);
  position: relative;
  overflow: hidden;
}

.sp-head-body {
  padding-top: 2.25rem;
  padding-bottom: 1.75rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .sp-head-body {
    padding-top: 1.75rem;
    padding-bottom: 1.25rem;
  }
}

.sp-head-crumb {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--dimmed-text-color);
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}
.sp-head-crumb span {
  color: #000;
  font-weight: 600;
}

.sp-head h1 {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 3.875rem);
  line-height: 1.05;
  font-weight: 700;
}

.sp-head-lead {
  margin: 0.75rem 0 0;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.55;
  color: var(--dimmed-text-color);
}

.sp-head-inner--narrow {
  max-width: 900px;
  margin-inline: auto;
}

.sp-head--focal-top .sp-head-media img {
  -o-object-position: center 0%;
     object-position: center 0%;
}

.sp-head--focal-bottom .sp-head-media img {
  -o-object-position: center 100%;
     object-position: center 100%;
}

.sp-head--focal-center .sp-head-media img {
  -o-object-position: center 50%;
     object-position: center 50%;
}

.sp-head--with-image .sp-head-body {
  padding-top: 7rem;
  padding-bottom: 2rem;
}
@media (max-width: 1000px) {
  .sp-head--with-image .sp-head-body {
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
  }
}

.sp-head--tall.sp-head--with-image .sp-head-body {
  padding-top: 15rem;
}
@media (max-width: 600px) {
  .sp-head--tall.sp-head--with-image .sp-head-body {
    padding-top: 5rem;
  }
}

.sp-head--with-image {
  border-bottom: none;
}
.sp-head--with-image .sp-head-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.sp-head--with-image .sp-head-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 50%;
     object-position: center 50%;
  display: block;
  will-change: object-position;
}
.sp-head--with-image .sp-head-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 30, 60, 0.35) 0%, rgba(0, 30, 60, 0.72) 100%), linear-gradient(45deg, color-mix(in srgb, var(--solid) 38%, transparent), rgba(0, 75, 130, 0.28));
}
.sp-head--with-image .sp-head-crumb {
  color: rgba(255, 255, 255, 0.85);
}
.sp-head--with-image .sp-head-crumb span {
  color: #fff;
}
.sp-head--with-image h1 {
  color: #fff;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.35);
}
.sp-head--with-image .sp-head-lead {
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.theme-campus .sp-head--with-image .sp-head-media-overlay {
  background: linear-gradient(180deg, rgba(0, 30, 60, 0.28) 0%, rgba(0, 30, 60, 0.68) 100%), linear-gradient(45deg, rgba(0, 157, 224, 0.454), rgba(25, 213, 72, 0.351));
}

.theme-middenschool .sp-head--with-image .sp-head-media-overlay {
  background: linear-gradient(180deg, rgba(0, 30, 60, 0.35) 0%, rgba(0, 30, 60, 0.72) 100%), linear-gradient(45deg, rgba(0, 157, 224, 0.44), rgba(0, 75, 130, 0.3));
}

.theme-bovenschool .sp-head--with-image .sp-head-media-overlay {
  background: linear-gradient(180deg, rgba(0, 40, 15, 0.35) 0%, rgba(0, 45, 18, 0.72) 100%), linear-gradient(45deg, rgba(61, 168, 88, 0.44), rgba(0, 80, 30, 0.3));
}

.richting-hero-wrapper {
  background: var(--light-accent);
}

.richting-hero-inner {
  position: relative;
  padding-top: 4.5rem;
  padding-bottom: 4rem;
  padding-right: calc(380px + 4rem);
}
@media (max-width: 1300px) {
  .richting-hero-inner {
    padding-right: calc(320px + 2.5rem);
  }
}
@media (max-width: 1000px) {
  .richting-hero-inner {
    padding-top: 3rem;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.richting-title {
  margin-bottom: 1.5rem;
}

.richting-eyebrow {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.richting-meta {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  padding-top: 2rem;
}
@media (max-width: 600px) {
  .richting-meta {
    flex-direction: column;
    gap: 0.75rem;
  }
}

.richting-meta-item h4 {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primary);
  margin: 0 0 0.3rem;
}
.richting-meta-item p {
  font-size: 1rem;
  font-weight: 300;
  color: var(--dimmed-text-color);
}

.richting-aside {
  position: absolute;
  top: 3.5rem;
  right: 0;
  width: 380px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 1300px) {
  .richting-aside {
    width: 320px;
  }
}
@media (max-width: 1000px) {
  .richting-aside {
    position: static;
    width: 100%;
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
}

.lessentabel-card {
  background: var(--primary);
  border-radius: 25px;
  padding: 1.25rem 1.5rem;
  color: white;
}

.lessentabel-card-title {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: white;
  margin: 0 0 0.875rem;
}

.lessentabel-card table {
  width: 100%;
  border-collapse: collapse;
  color: white;
}
.lessentabel-card table th {
  font-weight: 600;
  font-size: 1rem;
  padding: 0.5rem 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  text-align: left;
}
.lessentabel-card table th:not(:first-child) {
  text-align: right;
}
.lessentabel-card table td {
  font-weight: 300;
  font-size: 1rem;
  padding: 0.375rem 0;
}
.lessentabel-card table td:not(:first-child) {
  text-align: right;
}
.lessentabel-card table tr.lessentabel-total td {
  font-weight: 700;
  font-size: 1rem;
  border-top: 2px solid rgba(255, 255, 255, 0.35);
  padding-top: 0.4rem;
}
.lessentabel-card table th.lessentabel-kolom-scheiding,
.lessentabel-card table td.lessentabel-kolom-scheiding {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  padding-left: 0.75rem;
}
.lessentabel-card table th:has(+ .lessentabel-kolom-scheiding),
.lessentabel-card table td:has(+ .lessentabel-kolom-scheiding) {
  padding-right: 0.75rem;
}
.lessentabel-card table .vak-extra {
  margin-left: 0.25em;
  font-size: 0.8em;
  opacity: 0.8;
  letter-spacing: 0.05em;
}

.lessentabel-footnote {
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--primary);
  max-width: 700px;
}

.richting-body > .alert {
  align-self: flex-start;
}
@media (max-width: 600px) {
  .richting-body > .alert {
    align-self: stretch;
  }
}

.richting-body-wrapper {
  background: white;
}

.richting-body {
  padding: 4.5rem 0;
  padding-right: calc(380px + 4rem);
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 1300px) {
  .richting-body {
    padding-right: calc(320px + 2.5rem);
  }
}
@media (max-width: 1000px) {
  .richting-body {
    padding: 3rem 0;
    gap: 2rem;
  }
}

.richting-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.richting-section h2 {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 600;
}

.richting-doorstroom-wrapper {
  background: var(--light-accent);
}
.richting-doorstroom-wrapper.middenschool {
  background: #e5f5fc;
}
.richting-doorstroom-wrapper.bovenschool {
  background: #eef8f0;
}
.richting-doorstroom-wrapper.grijs {
  background: var(--light-bg);
}
.richting-doorstroom-wrapper.richting-doorstroom-wrapper--leeg {
  min-height: 1rem;
}

.richting-doorstroom {
  padding: 4.5rem 0;
}
.richting-doorstroom > h2 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media (max-width: 1000px) {
  .richting-doorstroom {
    padding: 3rem 0;
  }
}

.richting-vergelijk-wrapper {
  background: white;
}

.richting-vergelijk .card,
.richting-doorstroom .card {
  border-color: color-mix(in srgb, var(--card-flat) 25%, transparent);
}

.richting-vergelijk {
  padding: 4.5rem 0;
}
.richting-vergelijk > h2 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
@media (max-width: 1000px) {
  .richting-vergelijk {
    padding: 3rem 0;
  }
}

.richting-vergelijk-intro {
  font-weight: 300;
  color: var(--dimmed-text-color);
  margin-bottom: 1.75rem;
}
.richting-vergelijk-intro .highlight {
  color: #e4007d;
  font-weight: 700;
}

.richting-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), calc(50% - 0.5rem)));
  gap: 1rem;
}

.card--richting {
  flex-direction: column;
  align-items: stretch;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.card--richting::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--card-primary);
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 0;
}
.card--richting h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.card--richting .richting-card-jaar {
  color: var(--card-flat);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.card--richting h4 {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--card-flat);
  margin-bottom: 0.25rem;
}
.card--richting.middenschool, .card--richting.bovenschool {
  background: white;
}
.card--richting.highlighted {
  border-color: var(--card-flat);
  background: var(--card-light);
}
.card--richting.highlighted h3 {
  color: var(--card-flat);
}
.card--richting .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.card--richting .text-block {
  flex-grow: 1;
  margin-bottom: 0;
}

@media (hover: hover) {
  a.card--richting:hover {
    border-color: var(--card-flat);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px color-mix(in srgb, var(--card-flat) 14%, transparent);
  }
  a.card--richting:hover::before {
    opacity: 0.06;
  }
}

.richting-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-bottom: 0.875rem;
}

.richting-tag {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  background: var(--card-light);
  color: var(--card-flat);
  border: none;
  white-space: nowrap;
}
.richting-tag.richting-tag--doorstroom, .richting-tag.richting-tag--arbeidsmarkt {
  font-weight: 700;
}
.richting-tag.richting-tag--verschil {
  background: #fbf1f5;
  color: #e4007d;
}

.richting-card-btns {
  margin-top: 1.25rem;
}
.richting-card-btns .btn {
  flex: 1;
}
.richting-card-btns .secondary-btn {
  background: white;
}

.nieuws-landing-wrapper {
  position: relative;
  padding-bottom: 2rem;
  background: white;
}

.nieuws-landing {
  padding: 3rem 0 5rem;
}
.nieuws-landing h1 {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .nieuws-landing {
    padding: 2rem 0 3rem;
  }
}

.nieuws-eyebrow {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--flat-primary);
  margin-bottom: 0.75rem;
}

body.theme-campus .nieuws-eyebrow {
  width: -moz-fit-content;
  width: fit-content;
  background-image: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.nieuws-filter {
  margin-top: 0;
}

.nieuws-grid .nieuws-grid__sizer,
.nieuws-grid .card--news {
  width: calc(33.333% - 11px);
  margin-bottom: 1rem;
}
@media (max-width: 1000px) {
  .nieuws-grid .nieuws-grid__sizer,
  .nieuws-grid .card--news {
    width: calc(50% - 8px);
  }
}
@media (max-width: 600px) {
  .nieuws-grid .nieuws-grid__sizer,
  .nieuws-grid .card--news {
    width: 100%;
  }
}

.evenementen-timeline {
  border-left: 2px solid var(--gray);
  margin: 0 auto;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 600px) {
  .evenementen-timeline {
    gap: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 2rem;
  }
}

.evenementen-group {
  position: relative;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 600px) {
  .evenementen-group {
    padding-left: 1.75rem;
    gap: 1.125rem;
  }
}

.evenementen-group:has(.evenementen-date.middenschool) {
  --dot-color: #009de0;
}

.evenementen-group:has(.evenementen-date.bovenschool) {
  --dot-color: #3da858;
}

.evenementen-group:has(.evenementen-date.campus) {
  --dot-color: #2bac99;
}

.evenementen-date {
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-top: 0.15rem;
  position: relative;
}
.evenementen-date.middenschool {
  color: #009de0;
  --dot-color: #009de0;
  --dot-glow: rgba(0, 157, 224, 0.4);
}
.evenementen-date.bovenschool {
  color: #3da858;
  --dot-color: #3da858;
  --dot-glow: rgba(61, 168, 88, 0.4);
}
.evenementen-date.campus {
  color: #2bac99;
  --dot-color: #2bac99;
  --dot-glow: rgba(43, 172, 153, 0.4);
}
.evenementen-date::before, .evenementen-date::after {
  content: "";
  position: absolute;
  left: -1.55rem;
  top: 0.6rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.evenementen-date::before {
  background: var(--light-bg);
  width: 1.25rem;
  height: 1.25rem;
  z-index: 0;
}
.evenementen-date::after {
  background: var(--dot-color);
  width: 0.5rem;
  height: 0.5rem;
  z-index: 1;
}
.evenementen-date.current-event::after {
  width: 1.25rem;
  height: 1.25rem;
  animation: evenement-pulse 1.5s infinite;
}
.evenementen-date.current-event::before {
  width: 1.75rem;
  height: 1.75rem;
}

@keyframes evenement-pulse {
  0% {
    box-shadow: 0 0 0 0 var(--dot-glow);
  }
  80% {
    box-shadow: 0 0 0 14px transparent;
  }
  100% {
    box-shadow: 0 0 0 14px transparent;
  }
}
.evenement {
  display: block;
  background: white;
  border-radius: 25px;
  border: 2px solid var(--search-border);
  box-shadow: none;
  padding: 1rem 1.25rem;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
@media (hover: hover) {
  .evenement:hover {
    border-color: var(--dot-color, var(--solid));
    box-shadow: 0 8px 28px color-mix(in srgb, var(--dot-color, var(--solid)) 18%, transparent);
    transform: translateY(-2px);
  }
}
.evenement .card-meta {
  margin-bottom: 0.75rem;
}
.evenement h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.evenement .text-block {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .evenement {
    padding: 0.875rem 1rem;
  }
}
@media (max-width: 600px) {
  .evenement {
    padding: 1rem;
    border-radius: 12px;
  }
  .evenement h3 {
    font-size: 1rem;
    margin-bottom: 0.375rem;
  }
}

.nieuws-pagination {
  display: flex;
  justify-content: center;
  padding-top: 2.5rem;
}

.pagination {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}

.pagination-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 3rem;
  border-radius: 12px;
  font-weight: 200;
  font-size: 1.25rem;
  color: black;
  text-decoration: none;
  background: white;
  border: 2px solid var(--search-border);
  transition: 0.2s ease all;
}
.pagination-item:not(.active) a:hover {
  border-color: var(--flat-primary);
  color: var(--flat-primary);
}
.pagination-item.active a {
  background: var(--gradient);
  border-color: transparent;
  color: white;
  font-weight: 600;
}

.wiw-scholen,
.subpage-scholen {
  display: flex;
  flex-direction: column;
}

.wiw-empty,
.vacatures-empty {
  color: black;
  margin-bottom: 1rem;
}
.wiw-empty a,
.vacatures-empty a {
  color: var(--flat-primary);
}

.post-form-error {
  color: #c0392b;
  font-size: 0.9375rem;
  margin: 0;
  padding: 0.75rem 1rem;
  background: #fdf0ef;
  border-radius: 12px;
  border-left: 3px solid #c0392b;
}

.post-section--success {
  background: var(--light-bg);
  border-radius: 25px;
  padding: 2rem;
}
.post-section--success p {
  font-size: 1.0625rem;
  color: var(--dimmed-text-color);
}

#vnv-body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-height: 100vh;
  justify-content: center;
}

.vnv-header {
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 6rem;
}
.vnv-header img {
  height: 4rem;
}
.vnv-header a {
  opacity: 1;
  transition: 0.2s ease opacity;
}
.vnv-header a:hover {
  opacity: 0.3;
}

.vnv-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 1rem;
  background: linear-gradient(45deg, #009de0 0%, #3da858 100%);
  width: 100vw;
}
@media (max-width: 600px) {
  .vnv-footer {
    display: none;
  }
}

.vnv-main {
  min-height: unset !important;
}

.vnv {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10rem;
  align-items: center;
  flex-grow: 1;
}
@media (max-width: 1000px) {
  .vnv {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.vnv-image {
  width: 30rem;
}
@media (max-width: 1000px) {
  .vnv-image {
    width: 50vw;
  }
}
@media (max-width: 600px) {
  .vnv-image {
    width: 42vw;
  }
}

@media (max-width: 1000px) {
  .vnv-text h1 {
    text-align: center;
  }
  .vnv-text .super-title {
    margin: 0 auto 0.5rem;
  }
  .vnv-text .btn-wrapper {
    justify-content: center;
  }
  .vnv-text .btn-wrapper .btn {
    width: 100%;
  }
}

.markdown-wrapper {
  padding-top: 4rem;
}

.markdown-content {
  background: white;
  padding: 2rem;
  border-radius: 25px;
  border: 2px solid var(--search-border);
  margin: 4rem auto 2rem;
  max-width: 900px;
}
.markdown-content h1,
.markdown-content h2,
.markdown-content h3,
.markdown-content h4,
.markdown-content h5,
.markdown-content h6 {
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-weight: 700;
}
.markdown-content h1:first-child,
.markdown-content h2:first-child,
.markdown-content h3:first-child,
.markdown-content h4:first-child,
.markdown-content h5:first-child,
.markdown-content h6:first-child {
  margin-top: 0;
}
.markdown-content strong {
  font-weight: 600;
  color: black;
}
.markdown-content h1 {
  font-size: 2.5rem;
  color: black;
}
.markdown-content h2 {
  font-size: 2rem;
  padding-bottom: 0.5rem;
  margin-top: 3rem;
}
.markdown-content h3 {
  font-size: 1.5rem;
  color: var(--flat-primary);
}
.markdown-content h4 {
  font-size: 1rem;
  color: var(--darker);
}
.markdown-content p {
  margin-bottom: 1.25rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--dimmed-text-color);
  font-size: 1.1rem;
}
.markdown-content ul {
  list-style-type: disc;
}
.markdown-content ul li::marker {
  color: var(--flat-primary);
}
.markdown-content ol {
  list-style-type: decimal;
}
.markdown-content ol li::marker {
  color: var(--flat-primary);
}
.markdown-content ul,
.markdown-content ol {
  font-weight: 300;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  color: var(--dimmed-text-color);
  font-size: 1.1rem;
}
.markdown-content ul li,
.markdown-content ol li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.markdown-content ul li > ul, .markdown-content ul li > ol,
.markdown-content ol li > ul,
.markdown-content ol li > ol {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.markdown-content a {
  color: var(--flat-primary);
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s ease;
}
.markdown-content a:hover {
  color: var(--darker);
  text-decoration: underline;
}
.markdown-content code {
  background-color: var(--gray);
  color: var(--bold-text-color);
  padding: 0.2em 0.4em;
  border-radius: 4px;
  font-family: monospace;
  font-size: 0.9em;
}
.markdown-content pre {
  background-color: var(--gray);
  padding: 1.5rem;
  border-radius: 8px;
  overflow-x: auto;
  margin-bottom: 1.5rem;
}
.markdown-content pre code {
  background-color: transparent;
  padding: 0;
  color: var(--dimmed-text-color);
}
.markdown-content blockquote {
  border-left: 4px solid var(--flat-primary);
  margin: 0 0 1.5rem 0;
  padding-left: 1.5rem;
  font-style: italic;
  color: var(--dimmed-text-color);
}
.markdown-content hr {
  border: 0;
  border-top: 2px solid var(--search-border);
  margin: 3rem 0;
}

.info-hero.sub-page-landing-wrapper {
  background: white;
  padding-bottom: 0;
}
.info-hero .sub-page-header {
  padding-top: 5rem;
  padding-bottom: 4.5rem;
}
@media (max-width: 1000px) {
  .info-hero .sub-page-header {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.info-hero .page-header-image {
  aspect-ratio: 1/1;
}
@media (max-width: 1000px) {
  .info-hero .page-header-image {
    aspect-ratio: initial;
  }
}
.info-hero .page-header-image-wrapper {
  position: relative;
  flex-shrink: 0;
}

@keyframes scatter-tl {
  from {
    transform: rotate(30deg) translateX(20%);
  }
  to {
    opacity: 1;
    transform: rotate(0deg) translateX(0%);
  }
}
@keyframes scatter-tr {
  from {
    transform: rotate(-30deg) translateX(-10%);
  }
  to {
    opacity: 1;
    transform: rotate(0deg) translateX(0%);
  }
}
@keyframes scatter-ml {
  from {
    transform: rotate(-10deg) translateY(-20%);
  }
  to {
    opacity: 1;
    transform: rotate(0) translateY(0);
  }
}
@keyframes scatter-br {
  from {
    transform: rotate(60deg) translateX(-20%);
  }
  to {
    opacity: 1;
    transform: rotate(0deg) translateX(0%);
  }
}
.scatter {
  position: absolute;
  width: 90px;
  height: auto;
  pointer-events: none;
  animation-duration: 3s;
  animation-delay: 0.5s;
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-fill-mode: both;
  transform-origin: center;
}
@media (max-width: 1000px) {
  .scatter {
    display: none;
  }
}

.scatter--top-left {
  top: -18px;
  left: -28px;
  animation-name: scatter-tl;
  animation-delay: 0.05s;
}

.scatter--top-right {
  top: -14px;
  right: -22px;
  animation-name: scatter-tr;
  animation-delay: 0.15s;
}

.scatter--mid-left {
  top: 38%;
  left: -32px;
  animation-name: scatter-ml;
  animation-delay: 0.1s;
}

.scatter--bottom-right {
  bottom: 14px;
  right: -34px;
  animation-name: scatter-br;
  animation-delay: 0.2s;
}

.info-eyebrow {
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--flat-primary);
  margin: 0 0 0.5rem;
}

body.theme-campus .info-eyebrow {
  width: -moz-fit-content;
  width: fit-content;
  background-image: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.info-subtitle {
  font-size: 1.75rem;
  font-weight: 200;
  line-height: 1.35;
  color: black;
  margin: 0;
}
@media (max-width: 600px) {
  .info-subtitle {
    font-size: 1.375rem;
  }
}

.info-nav-wrapper {
  position: sticky;
  z-index: 1;
  background: rgb(255, 255, 255);
  border-top: 1px solid var(--search-border);
  border-bottom: 1px solid var(--search-border);
}

.info-nav {
  display: flex;
  flex-direction: row;
  gap: 0.375rem;
  padding: 0.625rem 0;
  overflow-x: auto;
  justify-content: center;
  scrollbar-width: none;
  align-items: center;
}
.info-nav::-webkit-scrollbar {
  display: none;
}
@media (max-width: 600px) {
  .info-nav {
    justify-content: flex-start;
    padding-left: 4vw;
  }
}

@media (max-width: 600px) {
  .info-nav-wrapper .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .info-nav-item:last-child {
    margin-right: 4vw;
  }
}
.info-nav-item {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.875rem;
  border-radius: 50px;
  background: transparent;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  transition: background 0.2s ease;
}
.info-nav-item:hover {
  background: color-mix(in srgb, var(--solid) 7%, transparent);
}
.info-nav-item.active-info-nav-item {
  background: var(--primary);
  color: #fff;
  font-weight: 600;
}
@media (max-width: 600px) {
  .info-nav-item {
    font-size: 0.875rem;
    padding: 0.5rem 0.875rem;
  }
}

.info-body-wrapper {
  background: white;
  flex: 1;
}

.info-body {
  padding: 4rem 0 5rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 1000px) {
  .info-body {
    padding: 3rem 0 4rem;
    gap: 3.5rem;
  }
}
@media (max-width: 600px) {
  .info-body {
    padding: 2.5rem 0 3rem;
    gap: 3rem;
  }
}

.info-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  scroll-margin-top: calc(3.5rem + 3.625rem + 0.5rem);
}
@media (max-width: 1000px) {
  .info-section {
    gap: 1.5rem;
    scroll-margin-top: calc(4.5rem + 3.625rem + 0.5rem);
  }
}

.info-section-content {
  --cw-color: var(--flat-primary);
}

.info-section-header {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.info-section-header h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 600px) {
  .info-section-header h2 {
    font-size: 1.625rem;
  }
}

.info-section-eyebrow {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--flat-primary);
  margin: 0;
}

.info-section-title-light {
  display: block;
  font-weight: 200;
}

.info-section-intro {
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 1.8;
  color: var(--dimmed-text-color);
  max-width: 900px;
}
.info-section-intro strong {
  font-weight: 700;
  color: black;
}
.info-section-intro a {
  color: var(--flat-primary);
  font-weight: 500;
}

.info-section-widgets {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 600px) {
  .info-section-widgets {
    gap: 1.25rem;
  }
}

/* -------------------------------------------------------------------------- */
/*                             JURIDISCHE PAGINA'S                            */
/* -------------------------------------------------------------------------- */
.legal-text {
  line-height: 1.7;
}
.legal-text > *:first-child {
  margin-top: 0;
}
.legal-text h2 {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  color: black;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 1rem;
  text-wrap: balance;
}
@media (max-width: 600px) {
  .legal-text h2 {
    font-size: 1.3rem;
    margin-top: 2.25rem;
  }
}
.legal-text h3 {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 700;
  color: black;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  text-wrap: balance;
}
.legal-text h4,
.legal-text h5,
.legal-text h6 {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: black;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.legal-text h5,
.legal-text h6 {
  color: var(--dimmed-text-color);
  letter-spacing: 0.08em;
}
.legal-text p {
  margin-bottom: 1rem;
}
.legal-text a:not(.btn) {
  overflow-wrap: anywhere;
}
.legal-text em,
.legal-text i {
  font-style: italic;
}
.legal-text small {
  font-size: 0.8125rem;
  color: var(--dimmed-text-color);
}
.legal-text mark {
  background: var(--light-accent);
  color: black;
  padding: 0 0.2em;
  border-radius: 3px;
}
.legal-text abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  text-underline-offset: 2px;
  cursor: help;
}
.legal-text sup,
.legal-text sub {
  font-size: 0.7em;
  line-height: 0;
}
.legal-text sup {
  vertical-align: super;
}
.legal-text sub {
  vertical-align: sub;
}
.legal-text del,
.legal-text s {
  text-decoration: line-through;
  color: var(--dark-gray);
}
.legal-text ins {
  text-decoration: underline;
  text-decoration-color: var(--flat-primary);
}
.legal-text ul,
.legal-text ol {
  margin-bottom: 1rem;
}
.legal-text ul li,
.legal-text ol li {
  line-height: 1.7;
  margin-bottom: 0.5rem;
}
.legal-text ul ul,
.legal-text ul ol,
.legal-text ol ul,
.legal-text ol ol {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.legal-text ul ul,
.legal-text ol ul {
  list-style: circle;
}
.legal-text ul ul ul,
.legal-text ol ul ul {
  list-style: square;
}
.legal-text ul ol,
.legal-text ol ol {
  list-style: lower-alpha;
}
.legal-text ul ol ol,
.legal-text ol ol ol {
  list-style: lower-roman;
}
.legal-text dl {
  margin-bottom: 1rem;
}
.legal-text dt {
  font-weight: 600;
  color: var(--bold-text-color);
  margin-top: 1rem;
}
.legal-text dd {
  font-weight: 300;
  color: var(--dimmed-text-color);
  margin-left: 0;
  padding-left: 1rem;
  border-left: 2px solid var(--gray);
}
.legal-text blockquote {
  margin: 1.5rem 0;
  padding: 0.25rem 0 0.25rem 1.25rem;
  border-left: 3px solid var(--flat-primary);
}
.legal-text blockquote p {
  font-style: italic;
}
.legal-text blockquote p:last-child {
  margin-bottom: 0;
}
.legal-text blockquote cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 600;
  color: var(--flat-primary);
}
.legal-text hr {
  border: none;
  border-top: 2px solid var(--search-border);
  margin: 2.5rem 0;
}
.legal-text .legal-table-scroll {
  overflow-x: auto;
  margin-bottom: 1.5rem;
  -webkit-overflow-scrolling: touch;
}
.legal-text table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 0.9375rem;
  text-align: left;
}
.legal-text caption {
  caption-side: bottom;
  padding-top: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 300;
  color: var(--dimmed-text-color);
  text-align: left;
}
.legal-text th,
.legal-text td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--gray);
  vertical-align: top;
  line-height: 1.5;
}
.legal-text th {
  font-weight: 700;
  color: black;
  background: var(--light-bg);
  border-bottom: 2px solid var(--flat-primary);
}
.legal-text td {
  font-weight: 300;
  color: var(--dimmed-text-color);
}
.legal-text tbody tr:last-child td {
  border-bottom: none;
}
.legal-text code,
.legal-text kbd,
.legal-text samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.875em;
  background: var(--light-bg);
  border: 1px solid var(--gray);
  border-radius: 5px;
  padding: 0.1em 0.35em;
  color: black;
  overflow-wrap: anywhere;
}
.legal-text pre {
  background: var(--light-bg);
  border: 1px solid var(--gray);
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1rem;
  overflow-x: auto;
}
.legal-text pre code {
  background: none;
  border: none;
  padding: 0;
}
.legal-text address {
  font-style: normal;
  font-weight: 300;
  color: var(--dimmed-text-color);
  background: var(--light-bg);
  border-left: 3px solid var(--flat-primary);
  border-radius: 0 12px 12px 0;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}
.legal-text address strong,
.legal-text address b {
  font-weight: 700;
  color: var(--bold-text-color);
}

/* ── Versie en datum ─────────────────────────────────────────────────────── */
.legal-meta {
  font-size: 0.8125rem;
  font-weight: 300;
  color: var(--dimmed-text-color);
  padding-top: 1.5rem;
  border-top: 2px solid var(--search-border);
  margin: 0;
}

/* ── Verwante juridische pagina's ────────────────────────────────────────── */
.legal-related .legal-related-title {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: black;
  margin-bottom: 0.75rem;
}
.legal-related ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  list-style: none;
  padding: 0;
}
.legal-related li {
  font-weight: 300;
  color: var(--dimmed-text-color);
}

.theme-campus {
  --color-primary: linear-gradient(45deg, #009de0 0%, #3da858 100%);
  --color-solid: #2bac99;
  --color-light-bg: #f5f9f8;
  --color-dark: ;
}

.theme-ms {
  --color-primary: #009de0;
  --color-solid: #009de0;
  --color-light-bg: #f5f6f7;
  --color-dark: ;
}

.theme-bs {
  --color-primary: #3da858;
  --color-solid: #3da858;
  --color-light-bg: #f5f7f6;
  --color-dark: ;
}/*# sourceMappingURL=main.css.map */