/*
Theme Name: The Compound Company
Theme URI: https://thecompoundcompany.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: Gemaakt door Pixel Creation
Version: 1.0
Text Domain: the-compound-company
*/
/* TODO: Vervang de screenshot.png */
/* FONTS */
/* PADDINGS */
/* ANIMATIONS */
/* BORDERS */
/* COLORS */
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Regular.woff2") format("woff2"), url("fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Medium.woff2") format("woff2"), url("fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-SemiBold.woff2") format("woff2"), url("fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  padding: 0 1rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: black;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  color: white;
  background: #f36e21;
}

/* Lenis */
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

/* ACCESSIBILITY */
.skip-links a {
  position: absolute;
  top: -100vh;
  left: -100vw;
  z-index: 9999;
  padding: 1.2rem 2rem;
  color: white;
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  background-color: #1d1d1d;
}
.skip-links a:focus {
  top: 8rem;
  left: 0;
}

a:focus-visible, button:focus-visible {
  outline: 2px dotted black;
  z-index: 9999;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
}

/* MAIN */
*, *::before, *::after {
  box-sizing: border-box;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/* TYPOGRAPHY */
h1, .h1, h2, .h2 {
  font-weight: 500;
}

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 600;
}

h1, .h1 {
  margin: 0 0 1.4rem 0;
  font-size: clamp(1.5rem, 1.375rem + 1.5vw, 2.5rem);
  /* max ~40px */
  line-height: 1.4;
}
h1 small, .h1 small {
  margin: 0 0 0.8rem 0;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

h2, .h2 {
  margin: 0 0 1.4rem 0;
  font-size: clamp(1.25rem, 1.2rem + 1.2vw, 2rem);
  /* ~32px */
}

h3, .h3 {
  margin: 0 0 1.3rem 0;
  font-size: clamp(1.125rem, 1.1rem + 1vw, 1.5rem);
  /* ~24px */
}

h4, .h4 {
  margin: 0 0 0.95rem 0;
  font-size: clamp(1rem, 0.95rem + 0.8vw, 1.25rem);
  /* ~20px */
}

h5, .h5 {
  font-size: clamp(0.95rem, 0.9rem + 0.5vw, 1.125rem);
  /* ~18px */
}

h6, .h6 {
  font-size: clamp(0.875rem, 0.85rem + 0.3vw, 1rem);
  /* ~16px */
}

p {
  margin: 0 0 1rem 0;
  line-height: 1.8;
}
p.large {
  font-size: 1.25rem;
}
p.large + .btn-primary-arrow {
  margin: 1.4rem 0 0 0;
}
p + .btn-primary-arrow {
  margin: 0.9rem 0 0 0;
}
p + .btn-row {
  margin: 1.9rem 0 0 0;
}

ul, ol {
  padding-left: 1.2rem;
}

a {
  color: inherit;
  transition: 0.5s all cubic-bezier(0.3, 1, 0.3, 1);
}

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

.section-title {
  margin: 0 0 2.1rem 0;
}

.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  margin: 0 0 0.6rem 0;
  font-size: 1.125rem;
  font-weight: 700;
}
.page-content ul, .page-content ol {
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 1rem;
  line-height: 1.8;
}
.page-content p:has(+ ul) {
  margin-bottom: 0;
}
.page-content .alignleft {
  padding: 0 1.2rem 1.2rem 0;
  float: left;
}
.page-content .alignright {
  padding: 0 0 1.2rem 1.2rem;
  float: right;
}

table th {
  white-space: nowrap;
}

.table > :not(caption) > * > * {
  padding: 1rem 0.5rem;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #eff4f8;
}

/* BG COLORS */
.bg-light-blue {
  background-color: #eff4f8;
}

.bg-half {
  position: relative;
}
.bg-half:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 0 0 3.125rem 3.125rem;
  background-color: #eff4f8;
}

/* TEXT COLORS */
.text-dark-blue {
  color: #004c6c;
}

.text-orange {
  color: #f36e21;
}

/* BUTTONS */
.btn {
  padding: 0.85rem 2rem;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 2rem;
}
.btn.btn-small {
  padding: 0.5rem 1.2rem;
  font-size: 0.875rem;
}
.btn.btn-primary {
  border-color: #f36e21;
  background-color: #f36e21;
}
.btn.btn-primary:hover {
  border-color: #db631e;
  background-color: #db631e;
}
.btn.btn-secondary {
  border-color: #004c6c;
  background-color: #004c6c;
}
.btn.btn-secondary:hover {
  border-color: black;
  background-color: black;
}
.btn.btn-outline-primary {
  color: #f36e21;
  border-color: #f36e21;
}
.btn.btn-outline-primary:hover {
  color: white;
  background-color: #f36e21;
}
.btn.btn-outline-secondary {
  color: #004c6c;
  border-color: #004c6c;
}
.btn.btn-outline-secondary:hover {
  color: white;
  background-color: #004c6c;
}
.btn.btn-link {
  padding: 0;
  position: relative;
  color: white;
  text-decoration: none;
}
.btn.btn-link:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(1);
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1);
  transform-origin: left;
  background: white;
}
.btn.btn-link:hover {
  color: white;
}
.btn.btn-link:hover:before {
  transform: scaleX(0);
  transform-origin: right;
}

.btn-primary-arrow {
  max-width: 100%;
  height: 3.65rem;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  color: white;
  text-decoration: none;
  transition: 0.5s all cubic-bezier(0.3, 1, 0.3, 1);
  border-radius: 2rem;
  border: 5px solid #f36e21;
  background-color: #f36e21;
}
.btn-primary-arrow .arrow {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #f58b50;
  transition: 0.5s all cubic-bezier(0.3, 1, 0.3, 1);
}
.btn-primary-arrow .arrow.first {
  transform-origin: left;
  transform: scale(0);
}
.btn-primary-arrow .arrow.second {
  margin-left: -3.125rem;
  transform: scale(1);
  transform-origin: right;
}
.btn-primary-arrow .btn-content {
  height: 3.125rem;
  min-width: 0;
  padding: 0 1.5rem 0 1.875rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transform: translateX(-3.125rem);
  transition: 0.5s all cubic-bezier(0.3, 1, 0.3, 1);
}
.btn-primary-arrow .btn-content span {
  min-width: 0;
  display: block;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-primary-arrow:hover .arrow.first {
  transform: scale(1);
}
.btn-primary-arrow:hover .arrow.second {
  transform: scale(0);
}
.btn-primary-arrow:hover .btn-content {
  padding: 0 1.875rem 0 1.5rem;
  transform: translateX(0);
}

.btn-arrow {
  height: 3.125rem;
  display: inline-flex;
  align-items: center;
  color: white;
  text-decoration: none;
  transition: 0.5s all cubic-bezier(0.3, 1, 0.3, 1);
}
.btn-arrow .arrow {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f36e21;
  border-radius: 50%;
  background-color: #f36e21;
  transition: 0.5s all cubic-bezier(0.3, 1, 0.3, 1);
}
.btn-arrow .arrow.first {
  transform-origin: right;
}
.btn-arrow .arrow.second {
  margin-left: -3.125rem;
  transform: scale(0);
  transform-origin: left;
  background-color: #f36e21;
}
.btn-arrow:hover .arrow.first {
  transform: scale(0);
}
.btn-arrow:hover .arrow.second {
  transform: scale(1);
}

.text-link {
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  color: #f36e21;
  text-decoration: none;
  transition: 0.5s all cubic-bezier(0.3, 1, 0.3, 1);
}
.text-link .arrow {
  width: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #f36e21;
  transition: 0.5s all cubic-bezier(0.3, 1, 0.3, 1);
}
.text-link .arrow.first {
  transform-origin: left;
  transform: scale(0);
}
.text-link .arrow.second {
  margin-left: -1rem;
  transform: scale(1);
  transform-origin: right;
}
.text-link .text-link-content {
  min-width: 0;
  padding: 0 0.5rem 0 0;
  transform: translateX(-1rem);
  transition: 0.5s all cubic-bezier(0.3, 1, 0.3, 1);
}
.text-link .text-link-content span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.text-link:hover .arrow.first {
  transform: scale(1);
}
.text-link:hover .arrow.second {
  transform: scale(0);
}
.text-link:hover .text-link-content {
  padding: 0 0 0 0.5rem;
  transform: translateX(0);
}

.btn-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem 1.875rem;
}

.go-back {
  margin: 0 0 1.5rem 0;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #004c6c;
  text-decoration: none;
}

/* CONTAINERS */
.container {
  margin: 0 auto;
  padding-left: calc(min(10vw, 10rem) / 1.25);
  padding-right: calc(min(10vw, 10rem) / 1.25);
  max-width: 100em;
}
@media screen and (min-width: 576px) {
  .container {
    padding-left: min(10vw, 10rem);
    padding-right: min(10vw, 10rem);
  }
}
.container.large {
  max-width: unset;
  padding-left: clamp(1rem, 4vw, 2.5rem);
  padding-right: clamp(1rem, 4vw, 2.5rem);
}
.container.medium {
  max-width: 110em;
  padding-left: calc(min(10vw, 10rem) / 2);
  padding-right: calc(min(10vw, 10rem) / 2);
}
.container.small {
  padding-left: calc(min(10vw, 10rem) * 2.5);
  padding-right: calc(min(10vw, 10rem) * 2.5);
}
.container.no-padding {
  padding-left: unset;
  padding-right: unset;
}

/* SECTIONS */
section {
  padding: clamp(4.5rem, 6vw, 6rem) 0;
}
section.section-sm {
  padding: 2.5rem 0;
}
section.section-sm-top {
  padding-top: 2.5rem;
}
section.section-md {
  padding: 4.5rem 0;
}
section.border-radius-top {
  border-top-left-radius: 3.125rem;
  border-top-right-radius: 3.125rem;
}
section.border-radius-top-small {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
section.border-radius-bottom {
  border-bottom-left-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
}
section.border-radius-bottom-small {
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

/* BLOCKS */
.block {
  padding: clamp(1.2rem, 4vw, 1.875rem);
  border-radius: 0.625rem 0.625rem 1.875rem 0.625rem;
}
.block.large {
  padding: clamp(1.2rem, 4vw, 3rem);
}
.block.block-border {
  border: 1px solid black;
}
@media screen and (min-width: 992px) {
  .block.sticky-block {
    position: sticky;
    top: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .block.sticky-block {
    top: 8rem;
  }
}

.linkblock {
  border: 1px solid white;
  border-radius: 0.625rem 0.625rem 1.875rem 0.625rem;
  background-color: white;
}
.linkblock.linkblock-white {
  background-color: rgba(255, 255, 255, 0.05);
}
.linkblock.linkblock-white ul li a, .linkblock.linkblock-white ul li button {
  color: white;
}
.linkblock.linkblock-white ul li a .icon, .linkblock.linkblock-white ul li button .icon {
  border-color: white;
  background-color: transparent;
}
.linkblock.linkblock-white ul li a:hover .icon, .linkblock.linkblock-white ul li button:hover .icon {
  color: white;
}
.linkblock ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.linkblock ul li a, .linkblock ul li button {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #f36e21;
  text-align: left;
  text-decoration: none;
  border: 0;
  background-color: unset;
}
.linkblock ul li a .icon, .linkblock ul li button .icon {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.25rem;
  color: white;
  border: 1px solid #f36e21;
  border-radius: 1.25rem;
  background-color: #f36e21;
  transition: 0.5s all cubic-bezier(0.3, 1, 0.3, 1);
}
.linkblock ul li a .label, .linkblock ul li button .label {
  padding: 0.15rem 0;
  position: relative;
  display: inline-block;
}
.linkblock ul li a .label:before, .linkblock ul li button .label:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1);
  transform-origin: right;
  background: #f36e21;
}
.linkblock ul li a:hover .icon, .linkblock ul li button:hover .icon {
  color: #f36e21;
  background-color: rgba(255, 255, 255, 0.15);
}
.linkblock ul li a:hover .label:before, .linkblock ul li button:hover .label:before {
  transform: scaleX(1);
  transform-origin: left;
}

.block-image {
  width: 100%;
  border-radius: 0.625rem;
}

.block-text ul {
  margin-bottom: 1rem;
}

/* HEADER */
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 4;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
header:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: #004c6c;
}
header.nav-white:not(.scrolled) .topbar-nav li .nav-link, header.nav-white:not(.scrolled) .topbar-nav li button {
  color: white;
}
header.nav-white:not(.scrolled) .topbar-nav li .nav-link:before, header.nav-white:not(.scrolled) .topbar-nav li button:before {
  background-color: white;
}
header.nav-white:not(.scrolled) .navbar {
  background-color: unset !important;
}
header.nav-white:not(.scrolled) .navbar:after {
  background-color: rgba(255, 255, 255, 0.5);
}
header.nav-white:not(.scrolled) .navbar .main-nav .nav-item .nav-link {
  color: black;
}
@media screen and (min-width: 1200px) {
  header.nav-white:not(.scrolled) .navbar .main-nav .nav-item .nav-link {
    color: white;
  }
}
header.nav-white:not(.scrolled) .navbar-end button {
  color: white;
  border-color: white;
}
header.nav-white:not(.scrolled) .navbar-end button:hover {
  border-color: white;
  background-color: rgba(255, 255, 255, 0.15);
}
@media screen and (min-width: 1200px) {
  header.dropdown-active:before {
    opacity: 1;
  }
  header.dropdown-active .topbar-nav .nav-item .nav-link, header.dropdown-active .topbar-nav .nav-item button {
    color: white;
    opacity: 0.8;
  }
  header.dropdown-active .topbar-nav .nav-item .nav-link:before, header.dropdown-active .topbar-nav .nav-item button:before {
    background-color: white;
  }
  header.dropdown-active .navbar {
    background-color: unset !important;
  }
  header.dropdown-active .navbar:after {
    background-color: rgba(255, 255, 255, 0.5);
  }
  header.dropdown-active .navbar .navbar-nav .nav-item .nav-link {
    color: white;
  }
  header.dropdown-active .navbar-end button {
    color: white;
    border-color: white;
  }
  header.dropdown-active .navbar-end button:hover {
    border-color: white;
    background-color: rgba(255, 255, 255, 0.15);
  }
}
header.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 1200px) {
  header.scrolled {
    backdrop-filter: blur(10px);
  }
}
header.scrolled .topbar {
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  header.scrolled .navbar .navbar-brand img {
    width: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  header.scrolled .navbar:after {
    width: calc(100% - 13rem);
  }
}

.topbar {
  height: 1.95rem;
  display: flex;
  align-items: end;
  transition: 0.15s height linear;
}

.topbar-nav {
  margin-left: auto;
  display: flex;
  align-items: end;
  gap: 1.3rem;
}
.topbar-nav .nav-item .nav-link, .topbar-nav .nav-item button {
  padding: 0.1rem 0;
  position: relative;
  font-size: 0.75rem;
  text-decoration: none;
  transition: unset;
}
.topbar-nav .nav-item .nav-link:before, .topbar-nav .nav-item button:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(1);
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1);
  transform-origin: left;
  background-color: black;
}
.topbar-nav .nav-item .nav-link:hover:before, .topbar-nav .nav-item button:hover:before {
  transform: scaleX(0);
  transform-origin: right;
}
.topbar-nav .nav-item .nav-link.dropdown-toggle:after {
  display: none;
}
.topbar-nav .nav-item button {
  border: 0;
  background-color: transparent;
}
.topbar-nav .nav-item button i {
  margin: 0 0.05rem 0 0;
}
.topbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem;
  border: 0;
  border-radius: 0.8rem;
}
.topbar-nav .nav-item .dropdown-menu li:not(:last-child) {
  margin-bottom: 0.65rem;
}
.topbar-nav .nav-item .dropdown-menu li a {
  padding: 0.22rem 0 !important;
  position: relative;
  display: inline;
  color: black;
}
.topbar-nav .nav-item .dropdown-menu li a:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1);
  transform-origin: right;
  background: #f36e21;
}
.topbar-nav .nav-item .dropdown-menu li a:hover {
  background-color: unset;
}
.topbar-nav .nav-item .dropdown-menu li a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.topbar-nav .nav-item .dropdown-menu li a.active {
  color: black;
  background-color: unset;
}
.topbar-nav .nav-item .dropdown-menu li a.active:before {
  transform: scaleX(1);
}

.language-dropdown .dropdown-menu li a {
  display: flex !important;
  align-items: center;
  gap: 0.6rem;
  color: black !important;
  text-decoration: none;
}
.language-dropdown .dropdown-menu li a:before {
  display: none;
}
.language-dropdown .dropdown-menu li a img {
  width: 1.35rem;
  border-radius: 0.15rem;
}

.navbar {
  padding: 0.8rem 0;
  position: static;
  z-index: 9;
}
@media screen and (min-width: 576px) {
  .navbar {
    padding: 1rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .navbar {
    padding: 1.8rem 0;
  }
}
.navbar:after {
  content: "";
  width: calc(100% - 8.7rem);
  height: 1px;
  position: absolute;
  right: clamp(1rem, 4vw, 2.5rem);
  bottom: 0;
  z-index: 1;
  background-color: black;
}
@media screen and (min-width: 576px) {
  .navbar:after {
    width: calc(100% - 13.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .navbar:after {
    width: calc(100% - 15rem);
  }
}
.navbar .container.large {
  max-width: unset;
}
.navbar .navbar-brand {
  padding: 0;
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  z-index: 2;
}
@media screen and (min-width: 576px) {
  .navbar .navbar-brand {
    top: 0.5rem;
    left: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-brand {
    top: 0.8rem;
  }
}
.navbar .navbar-brand img {
  width: 6rem;
  transition: width 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
@media screen and (min-width: 576px) {
  .navbar .navbar-brand img {
    width: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-brand img {
    width: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 2rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .navbar .main-nav {
    width: calc(100% - 3rem);
    max-width: 30rem;
    height: 100%;
    padding: 1.2rem 1.5rem 1.5rem 1.5rem;
    top: 0;
    left: 0;
    position: fixed;
    gap: 0.5rem;
    overflow: scroll;
    background-color: white;
    transform: translateX(calc(-100% - 4rem));
    transition: 0.5s all cubic-bezier(0.3, 1, 0.3, 1);
    z-index: 2;
  }
}
.navbar .main-nav .dropdown-menu-header {
  margin: 0 0 1.5rem 0;
  padding: 0 0 1.2rem 0;
  display: flex;
  align-items: center;
  font-weight: 700;
  border-bottom: 1px solid #dee2e6;
}
.navbar .main-nav .dropdown-menu-header .prev-page {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: white;
  border: 0;
  background-color: transparent;
}
.navbar .main-nav .dropdown-menu-header .close {
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  color: white;
  border: 0;
  border-radius: 50%;
  background-color: #f36e21;
}
.navbar .main-nav .dropdown-menu-header .close:hover {
  background-color: #db631e;
}
.navbar .main-nav .nav-item.dropdown {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .navbar .main-nav .nav-item.dropdown {
    position: static !important;
  }
}
.navbar .main-nav .nav-item.topbar-nav-item-1 {
  margin-top: 1rem;
}
.navbar .main-nav .nav-item .nav-link {
  padding: 0.2rem 0;
  position: relative;
  display: inline-block;
  color: black;
  transition: unset;
}
.navbar .main-nav .nav-item .nav-link.small {
  font-size: 0.9rem;
  opacity: 0.8;
}
.navbar .main-nav .nav-item .nav-link:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1);
  transform-origin: right;
  background: #f36e21;
}
.navbar .main-nav .nav-item .nav-link:after {
  content: unset;
}
.navbar .main-nav .nav-item .nav-link:hover:before, .navbar .main-nav .nav-item .nav-link.show:before {
  transform: scaleX(1);
  transform-origin: left;
}
.navbar .main-nav .nav-item .dropdown-menu {
  margin: 0;
  padding: 1.5rem;
  border: 0;
  border-radius: 0;
  background-color: #004c6c;
}
@media screen and (min-width: 1200px) {
  .navbar .main-nav .nav-item .dropdown-menu {
    width: calc(100% + 1rem);
    padding: 5rem 0;
    top: 4.2rem;
    left: -1rem;
    z-index: -1;
    animation: dropdown-slidein 0.15s cubic-bezier(0.3, 1, 0.3, 1) forwards;
    border-radius: 0 0 3.125rem 3.125rem;
  }
}
@keyframes dropdown-slidein {
  0% {
    transform: translateY(-4rem);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1199.98px) {
  .navbar .main-nav .nav-item .dropdown-menu {
    position: fixed;
    display: block;
    inset: 0;
    transform: translateX(-100%);
    transition: 0.5s all cubic-bezier(0.3, 1, 0.3, 1);
    background-color: #004c6c;
  }
}
.navbar .main-nav .nav-item .dropdown-menu.show {
  transform: translateX(0);
}
@media screen and (min-width: 1200px) {
  .navbar .main-nav .nav-item .dropdown-menu .container {
    opacity: 0;
    animation: content-slidein 0.5s cubic-bezier(0.3, 1, 0.3, 1) forwards;
    animation-delay: 0.03s;
  }
}
@media screen and (max-width: 1199.98px) {
  .navbar .main-nav .nav-item .dropdown-menu .container {
    max-width: unset;
    padding: 0;
  }
}
@keyframes content-slidein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.navbar .main-nav .nav-item .dropdown-menu .dropdown-title {
  margin: 0 0 0.6rem 0;
  display: block;
  font-size: 0.85rem;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  text-decoration: none;
}
.navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-inner {
  align-items: start;
}
@media screen and (min-width: 1200px) {
  .navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-inner {
    gap: 0.35rem;
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}
.navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list {
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 1200px) {
  .navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list {
    column-count: 2;
  }
}
.navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li a {
  margin: 0.25rem 0;
  padding: 0.2rem 0;
  position: relative;
  display: inline-block;
  color: white;
  text-decoration: none;
}
.navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li a:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1);
  transform-origin: right;
  background: #f36e21;
}
.navbar .main-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.navbar .main-nav .language-mobile {
  padding: 0.8rem;
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  color: black;
  text-decoration: none;
  border-radius: 0.3rem;
  border: 1px solid #dee2e6;
}
@media screen and (max-width: 1199.98px) {
  .navbar .navbar-collapse.show:after {
    content: "";
    position: fixed;
    left: 0;
    top: -5rem;
    width: 100%;
    height: calc(100vh + 5rem);
    z-index: 1;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    animation: navbg-fadein 0.5s ease forwards;
  }
}
@keyframes navbg-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.navbar .navbar-collapse.show .main-nav {
  transform: translateX(0);
}
.navbar .navbar-end {
  margin-left: auto;
  position: relative;
  display: flex;
  gap: 0.6rem;
}
.navbar .navbar-end button {
  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
  position: relative;
  border: 1px solid black;
  border-radius: 1.25rem;
  background-color: transparent;
}
.navbar .navbar-end button .number {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: -0.15rem;
  right: -0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 500;
  color: white;
  border-radius: 50%;
  background-color: #a1a1a1;
}
.navbar .navbar-end button .number.active {
  background-color: #f36e21;
}
.navbar .navbar-end button:hover {
  color: white;
  border-color: #004c6c;
  background-color: #004c6c;
}

.screen-overlay, .filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.screen-overlay {
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .screen-overlay.open {
    opacity: 1;
    visibility: visible;
  }
}

.filter-overlay {
  z-index: 9;
}
.filter-overlay.open {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 992px) {
  .filter-overlay.open {
    display: none;
  }
}

/* MODAL SEARCH */
#modal-search .modal-content .search-form-wrapper {
  display: flex;
  gap: 0.6rem;
}
#modal-search .modal-content .search-form-wrapper form {
  width: 100%;
  position: relative;
}
#modal-search .modal-content .search-form-wrapper form input {
  height: 3.125rem;
}
#modal-search .modal-content .search-form-wrapper form button {
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background-color: transparent;
}
#modal-search .modal-content .search-form-wrapper form button:hover {
  opacity: 0.7;
}
#modal-search .modal-content .search-form-wrapper .btn-close-modal {
  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
  font-size: 1.25rem;
  color: black;
  flex-shrink: 0;
  border: 0;
  background-color: transparent;
}
#modal-search .modal-content .search-form-wrapper .btn-close-modal:hover {
  opacity: 0.7;
}

/* BREADCRUMBS */
.breadcrumbs {
  margin: 0 0 1.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #004c6c;
}
.breadcrumbs a {
  text-decoration: none;
  color: #004c6c;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .fa-house-blank {
  transform: translateY(-0.05rem);
}
.breadcrumbs .separator {
  font-size: 0.8rem;
}
.breadcrumbs span {
  white-space: nowrap;
}
.breadcrumbs span:last-child {
  overflow: hidden;
}
.breadcrumbs span:last-child span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

/* HERO */
.hero {
  padding: clamp(11rem, 15.5vw, 15.5rem) 0 8rem 0;
  position: relative;
  color: white;
  overflow: hidden;
  border-radius: 0 0 3.125rem 3.125rem;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.4);
}
.hero img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  z-index: -2;
}
.hero p {
  font-size: 1.25rem;
}
.hero .scroll-down {
  width: 3.125rem;
  height: 3.125rem;
  margin: 1.9rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  color: white;
  text-decoration: none;
  border-radius: 50%;
  border: 1px solid white;
}
.hero .scroll-down:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.subpage-hero {
  padding: 7.5rem 0 2.5rem 0;
  position: relative;
  border-radius: 0 0 3.125rem 3.125rem;
  background-color: #eff4f8;
}
@media screen and (min-width: 1200px) {
  .subpage-hero {
    padding: 12rem 0 2.5rem 0;
  }
}
.subpage-hero .go-back {
  margin: 0 0 1.5rem 0;
}
.subpage-hero h1 {
  color: #004c6c;
}
.subpage-hero.subpage-hero-image {
  color: white;
  background-color: unset;
}
.subpage-hero.subpage-hero-image .breadcrumbs {
  color: white;
}
.subpage-hero.subpage-hero-image .breadcrumbs a {
  color: white;
}
.subpage-hero.subpage-hero-image h1 {
  color: white;
}
.subpage-hero.subpage-hero-image:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 0 0 3.125rem 3.125rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.subpage-hero.subpage-hero-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  z-index: -2;
  border-radius: 0 0 3.125rem 3.125rem;
}
.subpage-hero.has-searchbar {
  padding-bottom: 3.8rem;
}
.subpage-hero.has-overlay-btn {
  padding-bottom: 4.4rem;
}
.subpage-hero .intro {
  font-weight: 700;
}
.subpage-hero .searchform {
  width: 100%;
  padding: 0.3rem;
  position: absolute;
  top: 100%;
  transform: translate(0%, 50%) !important;
  display: flex;
  border-radius: 0.625rem;
  box-shadow: 0 0.12rem 0.35rem rgba(0, 0, 0, 0.2);
  background-color: white;
}
.subpage-hero .searchform input[type=search] {
  width: 100%;
  padding-left: 0.95rem;
  border: 0;
  background-color: white;
}
.subpage-hero .searchform input[type=search]:focus {
  outline: 0;
}
.subpage-hero .searchform button {
  width: 3.125rem;
  height: 3.125rem;
  display: block;
  color: white;
  flex-shrink: 0;
  border-radius: 1.25rem;
  border: 1px solid #f36e21;
  background-color: #f36e21;
}
.subpage-hero .btn-overlay {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
}

/* USPS */
.usps {
  padding: 1.8rem 0 0 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.7rem 0.5rem;
  list-style-type: none;
}
@media screen and (min-width: 576px) {
  .usps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 992px) {
  .usps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .usps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.usps li {
  display: flex;
  gap: 0.55rem;
}
.usps li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  color: #f36e21;
}

/* PRODUCT GROUPS */
.product-groups {
  padding: 0;
  list-style-type: none;
}
.product-groups li a {
  padding: 1.4rem 2rem 1.4rem 0;
  position: relative;
  display: block;
  font-size: 1.25rem;
  color: #004c6c;
  text-decoration: none;
}
.product-groups li a:before, .product-groups li a:after {
  content: "\f061";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  color: #f36e21;
  transition: 0.5s all cubic-bezier(0.3, 1, 0.3, 1);
}
.product-groups li a:before {
  left: 0;
  transform: scale(0);
  transform-origin: left;
}
.product-groups li a:after {
  right: 0;
  transform-origin: right;
}
.product-groups li a span {
  display: inline-block;
  transition: 0.5s all cubic-bezier(0.3, 1, 0.3, 1);
}
.product-groups li a:hover {
  color: #f36e21;
}
.product-groups li a:hover span {
  transform: translateX(1.8rem);
}
.product-groups li a:hover:before {
  transform: scale(1);
}
.product-groups li a:hover:after {
  transform: scale(0);
}
.product-groups li:not(:last-child) {
  border-bottom: 1px solid black;
}

.product-brand-title {
  margin: 0 0 3rem 0;
  color: #004c6c;
  font-weight: 400;
}

.product-brand-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: self-start;
}
.product-brand-block p {
  margin: 0 0 2.4rem 0;
  font-size: 1.25rem;
}
.product-brand-block .btn-primary-arrow {
  margin-top: auto;
}

.product-brand-logo {
  height: clamp(1.3rem, 1.65vw, 1.65rem);
  margin: 0 0 1.8rem 0;
}

/* BANNER */
.banner {
  padding: min(20vh, 20rem) 0;
  position: relative;
  color: white;
  background-color: #eff4f8;
}
.banner:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 0.625rem 0.625rem 3.125rem 3.125rem;
  background-color: rgba(0, 0, 0, 0.35);
}
.banner .banner-content {
  position: relative;
  z-index: 1;
}
.banner .banner-content .btn-row {
  margin-top: 2rem;
}
.banner figure {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  border-radius: 0.625rem 0.625rem 3.125rem 3.125rem;
}
.banner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* NEWS */
swiper-slide {
  width: auto;
  height: auto;
}
swiper-slide img {
  width: 100%;
}

swiper-container::part(container) {
  overflow: visible;
}

.news {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  color: black;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 0.625rem;
}
.news figure {
  aspect-ratio: 16/9;
  border-radius: 0.625rem;
  overflow: hidden;
}
.news figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s all cubic-bezier(0.3, 1, 0.3, 1);
}
.news .news-content {
  padding: 1.875rem;
  display: flex;
  align-items: start;
  flex-direction: column;
  flex-grow: 1;
  gap: 1rem;
}
.news .news-content a {
  margin-top: auto;
}
.news .news-content a:after {
  content: "";
  position: absolute;
  inset: 0;
}
.news .news-content .btn-arrow {
  margin-left: auto;
}
.news:hover {
  text-decoration: none;
}
.news:hover figure img {
  opacity: 0.8;
}

.single-news-image {
  width: 100%;
  border-radius: 0.625rem;
}

.publish-date {
  margin: 0 0 1.1rem 0;
  display: block;
  font-size: 0.875rem;
  color: darkslategray;
}

.share-buttons {
  padding: 0;
  display: flex;
  gap: 0.45rem;
  list-style-type: none;
}
.share-buttons li a {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  border-radius: 50%;
  background-color: #004c6c;
}
.share-buttons li a:hover {
  background-color: #f36e21;
}

/* VACATURES */
.vacature-detail-list {
  padding: 0;
  list-style-type: none;
  display: grid;
  gap: 0.8rem 2.5rem;
}
@media screen and (min-width: 576px) {
  .vacature-detail-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.vacature-detail-list li {
  font-weight: 700;
}
.vacature-detail-list li span {
  display: block;
  font-weight: 400;
}

/* PRODUCT ARCHIVE */
.active-filters {
  margin: 0 0 1.3rem 0;
  padding: 0 0 1.3rem 0;
  border-bottom: 1px solid #a1a1a1;
}
.active-filters .fa-filter-list {
  margin: 0 0.2rem 0 0;
}
.active-filters ul {
  margin: 0.35rem 0 0.5rem 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}
.active-filters ul li {
  display: flex;
  justify-content: space-between;
  gap: 0.4rem;
}
.active-filters ul li div {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.active-filters ul li .filter-name, .active-filters ul li .term-name {
  white-space: nowrap;
}
.active-filters ul li .term-name {
  font-weight: 700;
}
.active-filters .remove-filter {
  color: gray;
  text-decoration: none;
}
.active-filters .remove-filter:hover {
  color: #f36e21;
}

.filters {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  z-index: 10;
  transform: translateX(100vw);
  background-color: white;
  transition: 0.5s all cubic-bezier(0.3, 1, 0.3, 1);
}
@media screen and (min-width: 768px) {
  .filters {
    max-width: 30rem;
  }
}
@media screen and (min-width: 992px) {
  .filters {
    width: unset;
    max-width: unset;
    position: relative;
    transform: unset;
    z-index: unset;
    background-color: unset;
  }
}
.filters.active {
  transform: translateX(0);
}
.filters .filter-header {
  padding: 1.2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  border-bottom: 1px solid #dee2e6;
  background-color: white;
}
.filters .filter-header .close-filters {
  width: 2.4rem;
  height: 2.4rem;
  color: white;
  border: 0;
  border-radius: 50%;
  background-color: #f36e21;
}
.filters .filter-block-wrapper {
  padding: 1.4rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  overflow-y: auto;
}
@media screen and (min-width: 992px) {
  .filters .filter-block-wrapper {
    padding: 0;
    overflow-y: unset;
  }
}
.filters .filter-block-wrapper .filter-block .toggle {
  width: 100%;
  padding: 0 2rem 0 0;
  position: relative;
  font-weight: 700;
  text-align: left;
  border: 0;
  background-color: unset;
}
@media screen and (min-width: 1200px) {
  .filters .filter-block-wrapper .filter-block .toggle {
    font-size: 1.125rem;
  }
}
.filters .filter-block-wrapper .filter-block .toggle:after {
  content: "\f107";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  transform: rotate(180deg);
}
.filters .filter-block-wrapper .filter-block .toggle.collapsed:after {
  transform: rotate(0deg);
}
.filters .filter-block-wrapper .filter-block .filter-block-inner {
  padding: 0.45rem 0 0 0;
}
.filters .filter-block-wrapper .filter-block .filter-block-inner .toggle-more-less {
  padding: 0 0 0 0.15rem;
  display: flex;
  gap: 0.4rem;
  color: #f36e21;
  border: 0;
  background-color: unset;
}
.filters .filter-block-wrapper .filter-block .filter-block-inner .toggle-more-less:before {
  content: "\f103";
  font-family: "Font Awesome 6 Pro";
}
.filters .filter-block-wrapper .filter-block .filter-block-inner.active .hidden-filter {
  display: flex;
}
.filters .filter-block-wrapper .filter-block .filter-block-inner.active .toggle-more-less:before {
  transform: scaleY(-1);
}
.filters .filter-block-wrapper .filter-block .filter-block-inner-wrapper {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.filters .filter-block-wrapper .filter-block .filter-block-inner-wrapper label {
  margin: 0 0 0.4rem 0;
}
.filters .filter-block-wrapper .filter-block .checkbox-wrapper:not(:last-child) {
  margin: 0 0 0.25rem 0;
}
.filters .filter-block-wrapper .filter-block .range {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.filters .filter-footer {
  position: relative;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .filters .filter-footer {
    padding: 1.5rem 2rem;
  }
}
@media screen and (min-width: 992px) {
  .filters .filter-footer {
    margin: 1rem 0 0 0;
    padding: 0;
  }
}
.filters .filter-footer .btn {
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  .filters .filter-footer:before {
    content: "";
    width: 100%;
    height: 6rem;
    position: absolute;
    top: -6rem;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
    transition: 0.5s all cubic-bezier(0.3, 1, 0.3, 1);
    opacity: 1;
  }
}
.filters .filter-footer.hide-gradient:before {
  opacity: 0;
}

.checkbox-wrapper {
  position: relative;
  display: flex;
  align-items: start;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 0.55rem;
  cursor: pointer;
  user-select: none;
}
.checkbox-wrapper.hidden-filter {
  display: none;
}
.checkbox-wrapper input {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-wrapper input:checked ~ .checkmark {
  border-color: #f36e21;
  background-color: #f36e21 !important;
}
.checkbox-wrapper input:checked ~ .checkmark:before {
  background-color: rgba(255, 136, 0, 0.1);
}
.checkbox-wrapper input:checked ~ .checkmark:after {
  transform: scale(1);
}
.checkbox-wrapper input:checked ~ .checkmark:focus {
  background-color: #f36e21;
}
.checkbox-wrapper input:checked ~ .checkmark:hover {
  border-color: #ee5f0d;
  background-color: #ee5f0d !important;
}
.checkbox-wrapper input:hover ~ .checkmark {
  background-color: transparent;
}
.checkbox-wrapper input:hover ~ .checkmark:before {
  transform: scale(1);
}
.checkbox-wrapper input:active ~ .checkmark:before {
  transform: scale(1.15);
  background-color: rgba(255, 136, 0, 0.15);
}
.checkbox-wrapper input:disabled ~ .checkmark {
  cursor: default;
  background-color: #dee2e6;
}
.checkbox-wrapper input:disabled ~ .checkmark:before, .checkbox-wrapper input:disabled ~ .checkmark:after {
  display: none;
}
.checkbox-wrapper .checkmark {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  top: 0.09rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 0.5rem;
  border: 1px solid #333;
  transition: 0.2s all cubic-bezier(0.3, 1, 0.3, 1);
}
.checkbox-wrapper .checkmark:before {
  content: "";
  width: 2.75rem;
  height: 2.75rem;
  position: absolute;
  transform: scale(0);
  z-index: -1;
  border-radius: 50%;
  background-color: #f8f8f8;
  transition: 0.2s all cubic-bezier(0.3, 1, 0.3, 1);
}
.checkbox-wrapper .checkmark:after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.75rem;
  font-weight: 700;
  color: white;
  transform: scale(0);
  transition: 0.2s all cubic-bezier(0.3, 1, 0.3, 1);
  z-index: 1;
}

/* Range slider */
.range-slider {
  margin: 1.1rem 0 0 0;
  z-index: 0;
}

.noUi-target {
  border: none;
  border-radius: 8px;
  background: #e0e0e0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 5px;
}

.noUi-connect {
  background: #ffc9ab;
  border-radius: 8px;
}

.noUi-handle {
  width: 1rem !important;
  height: 1rem !important;
  top: -0.35rem !important;
  cursor: pointer;
  border: 0 !important;
  border-radius: 50%;
  box-shadow: unset !important;
  background: #f36e21;
}
.noUi-handle:before, .noUi-handle:after {
  content: unset;
}
.noUi-handle.noUi-handle-upper {
  right: 0 !important;
}

.noUi-handle:focus,
.noUi-handle:active {
  outline: none;
  box-shadow: 0 0 0 4px rgba(255, 156, 58, 0.2);
}

/* Product block */
.product-block {
  height: 100%;
  padding: clamp(1.2rem, 4vw, 1.875rem);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-decoration: none;
  border-radius: 0.625rem;
  border: 1px solid #333;
  transition: 0.5s all cubic-bezier(0.3, 1, 0.3, 1);
}
.product-block:hover {
  box-shadow: 0 0.12rem 0.45rem rgba(0, 0, 0, 0.1);
}
.product-block .product-block-title {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.product-block .product-block-title .title {
  margin: 0;
}
.product-block .product-block-title .subtitle {
  color: gray;
}
.product-block .product-block-footer {
  margin-top: auto;
  padding: 0.5rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-block .product-block-footer .checkbox-wrapper {
  z-index: 1;
}
.product-block .product-block-footer .btn-arrow {
  margin-left: auto;
}
.product-block .product-block-footer .btn-arrow:after {
  content: "";
  position: absolute;
  inset: 0;
}

.pagination {
  margin: 3.125rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
}
.pagination .page-numbers:not(.prev):not(.next):not(.dots) {
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 0.625rem;
  background-color: #eff4f8;
}
.pagination .page-numbers:not(.prev):not(.next):not(.dots):hover {
  background-color: #dde8f0;
}
.pagination .page-numbers:not(.prev):not(.next):not(.dots).current {
  color: white;
  border-radius: 50%;
  background-color: #f36e21;
}
.pagination .prev, .pagination .next {
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: lowercase;
  text-decoration: none;
}

.alert {
  padding: 1rem 1.1rem 1rem 3.1rem;
  position: relative;
  border: 1px solid #004c6c;
  background-color: #eff4f8;
}
.alert i {
  margin: 0 0.3rem 0 0;
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
}

/* COMPARE */
.compare-bar {
  padding: 1rem;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 1;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.08);
  background: #eff4f8;
}
.compare-bar .compare-bar-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .compare-bar .compare-bar-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.compare-bar .compare-bar-inner .btn {
  margin: 0;
}
.compare-bar .compare-bar-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.2rem, 1vw, 1rem);
}
.compare-bar .compare-bar-items .compare-item {
  width: 18rem;
  max-width: 100%;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  position: relative;
  border-radius: 0.3rem;
  background-color: white;
}
.compare-bar .compare-bar-items .compare-item.placeholder {
  border: 2px dashed gray;
  background-color: #eff4f8;
}
.compare-bar .compare-bar-items .compare-item span {
  display: block;
}
@media screen and (min-width: 576px) {
  .compare-bar .compare-bar-items .compare-item span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.compare-bar .compare-bar-items .compare-item span.title {
  font-weight: 700;
}
.compare-bar .compare-bar-items .compare-item span.subtitle {
  font-size: 0.875rem;
  color: gray;
}
.compare-bar .compare-bar-items .compare-item .remove-compare {
  padding: 0;
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  font-size: 1.1rem;
  line-height: 1;
  border: 0;
  background-color: unset;
  transition: 0.5s all cubic-bezier(0.3, 1, 0.3, 1);
}
.compare-bar .compare-bar-items .compare-item .remove-compare:hover {
  opacity: 0.5;
}

.page-template-template-vergelijk header {
  position: absolute;
}

.loading-compare {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
.loading-compare .spinner {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #f36e21;
  border-radius: 50%;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.15);
}

.compare-wrapper {
  margin: 0 0 2.25rem 0;
  overflow-x: auto;
}
.compare-wrapper .compare-row-wrapper {
  width: 150vw;
  padding: 2rem 0;
  position: relative;
  border-bottom: 1px solid #dee2e6;
}
@media screen and (min-width: 768px) {
  .compare-wrapper .compare-row-wrapper {
    width: unset;
    padding: 3rem 0;
  }
}
.compare-wrapper .compare-row-header-wrapper {
  width: 150vw;
  padding: 0 0 2rem 0;
  position: relative;
  border-bottom: 1px solid #dee2e6;
}
@media screen and (min-width: 768px) {
  .compare-wrapper .compare-row-header-wrapper {
    width: unset;
    padding: 0;
    border: unset;
  }
}
.compare-wrapper .compare-row-title {
  margin: 0 0 1.7rem 0;
  position: sticky;
  left: 0;
  top: 0;
  display: table;
}
@media screen and (min-width: 768px) {
  .compare-wrapper .compare-row-title {
    padding: 0 0 0 clamp(1.2rem, 4vw, 1.875rem);
  }
}
.compare-wrapper .compare-row-title.compare-row-title-small {
  margin: 0 0 1.1rem 0;
}
.compare-wrapper .compare-row {
  margin: 0 0 1.25rem 0;
  position: relative;
  display: flex;
}
.compare-wrapper .compare-row:last-child {
  margin: 0;
}
.compare-wrapper .compare-row.compare-row-info {
  padding: 0.75rem;
  border-radius: 0.625rem;
  background-color: #eff4f8;
}
@media screen and (min-width: 768px) {
  .compare-wrapper .compare-row.compare-row-info {
    padding: 0.75rem 0;
  }
}
@media screen and (min-width: 768px) {
  .compare-wrapper .compare-row {
    gap: clamp(1rem, 3vw, 1.9rem);
  }
}
.compare-wrapper .compare-row.compare-row-fixed {
  display: none;
  padding: 0 1rem;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0.15rem 0.25rem rgba(0, 0, 0, 0.15);
  background-color: white;
  z-index: 5;
}
.compare-wrapper .compare-row.compare-row-fixed.active {
  display: block;
}
.compare-wrapper .compare-row.compare-row-fixed .compare-row-fixed-inner {
  display: flex;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .compare-wrapper .compare-row.compare-row-fixed .compare-row-fixed-inner {
    gap: clamp(1rem, 3vw, 1.9rem);
  }
}
.compare-wrapper .compare-row.compare-row-fixed .compare-row-fixed-inner .compare-item {
  padding: 0.55rem 1rem 0.55rem 0;
}
@media screen and (min-width: 768px) {
  .compare-wrapper .compare-row.compare-row-fixed .compare-row-fixed-inner .compare-item {
    padding: 0.55rem clamp(1.2rem, 4vw, 1.875rem);
  }
}
.compare-wrapper .compare-row.compare-row-fixed .compare-row-fixed-inner .compare-item .subtitle {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.compare-wrapper .compare-row .compare-item {
  width: 50vw;
  padding: 0 2rem 0 0;
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .compare-wrapper .compare-row .compare-item {
    width: auto;
    padding: 0 clamp(1.2rem, 4vw, 1.875rem);
    flex: 1;
  }
}
.compare-wrapper .compare-row .compare-item .subtitle {
  color: gray;
}
.compare-wrapper .compare-row .compare-item.compare-item-header {
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .compare-wrapper .compare-row .compare-item.compare-item-header {
    padding: clamp(1.2rem, 4vw, 1.875rem);
    border: 1px solid black;
    border-radius: 0.625rem;
  }
}
.compare-wrapper .compare-row .compare-item.compare-item-header .subtitle {
  margin: 0 0 1rem 0;
  display: block;
}
.compare-wrapper .compare-row .compare-item.compare-item-header .btn {
  margin: 1rem 0 0 0;
}

/* PRODUCT PAGE */
.tablist {
  margin: 0 0 1rem 0;
  display: flex;
  justify-content: space-around;
  gap: 0.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #dee2e6;
}
.tablist button {
  width: 100%;
  padding: 0 0.5rem 1.2rem 0.5rem;
  position: relative;
  white-space: nowrap;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: left;
  border: 0;
  background-color: unset;
}
.tablist button:after {
  content: "";
  width: 100%;
  height: 0.25rem;
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1);
  transform-origin: right;
  background-color: #f36e21;
}
.tablist button:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.tablist button.active:after {
  transform: scaleX(1);
}

.tab-pane {
  padding: 1rem 0 0 0;
}

.downloads {
  margin: 0 0 2.25rem 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  list-style-type: none;
}
@media screen and (min-width: 1200px) {
  .downloads {
    margin: 0;
  }
}
.downloads .download-item {
  padding: 1.6rem;
  border-radius: 0.625rem;
  box-shadow: 0 0.21em 0.5rem rgba(0, 0, 0, 0.08);
}
.downloads .download-item .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.downloads .download-item .main .count {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
  transform: scale(0);
  transition: 0.2s all cubic-bezier(0.3, 1, 0.3, 1);
  border-radius: 50%;
  background-color: #f36e21;
}
.downloads .download-item .main .count.active {
  transform: scale(1);
}
.downloads .download-item .select-language {
  margin: 1.6rem 0 0 0;
  padding: 0.95rem 0 0 0;
  display: none;
  border-top: 1px solid #dee2e6;
}
.downloads .download-item .select-language.open {
  display: block;
}
.downloads .download-item .select-language .title {
  margin: 0 0 0.6rem 0;
  display: block;
}
.downloads .download-item .select-language .languages {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem 1.1rem;
  list-style-type: none;
}
@media screen and (min-width: 576px) {
  .downloads .download-item .select-language .languages {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .downloads .download-item .select-language .languages {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media screen and (min-width: 992px) {
  .downloads .download-item .select-language .languages {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .downloads .download-item .select-language .languages {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1400px) {
  .downloads .download-item .select-language .languages {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

.downloads-productpage {
  display: none;
}
.downloads-productpage.active {
  display: block;
}

.toast-container {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.toast-container .toast {
  background-color: white;
}
.toast-container .toast .toast-header {
  color: black;
}

.summary-list {
  margin: 0 0 0.9rem 0;
  padding: 0.8rem;
  list-style-type: none;
  border-radius: 0.3rem;
  border: 1px solid #004c6c;
  background-color: #eff4f8;
}
.summary-list li {
  padding: 0 0 0 1.4rem;
  position: relative;
}
.summary-list li i {
  position: absolute;
  top: 0.22rem;
  left: 0;
}

/* DOWNNLOAD PAGE */
.download-all-wrapper {
  margin: 0 0 2.2rem 0;
  padding: 2rem;
  text-align: center;
  border: 1px solid #004c6c;
  border-radius: 0.625rem;
  background-color: #eff4f8;
}

.download-block {
  margin: 0 0 1.5rem 0;
  padding: 0.85rem;
  border: 1px solid #dee2e6;
  border-radius: 0.625rem;
}
.download-block .file-title {
  margin: 0.5rem 0 0.5rem 0;
  padding: 0 0 1rem 0;
  display: block;
  border-bottom: 1px solid #dee2e6;
}
.download-block table {
  margin: 0;
}

/* LOCATIES */
.location {
  height: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
.location .location-map {
  aspect-ratio: 16/11;
  border-radius: 0.625rem;
  z-index: 0;
}
.location .location-info {
  padding: clamp(1.2rem, 4vw, 1.875rem);
}
.location .location-info .title-wrapper {
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.location .location-info .title-wrapper .flag {
  width: 1.35rem;
  height: 1.35rem;
  opacity: 0.88;
  border-radius: 50%;
}
.location .location-info .title-wrapper .flag img {
  width: 100%;
  height: 100%;
}
.location .location-info .location-title {
  margin: 0;
}
.location .location-info .location-title span {
  display: block;
  font-weight: 400;
}
.location .location-info ul {
  padding: 0;
  list-style-type: none;
}
.location .location-info .phone {
  margin: 0.5rem 0 0 0;
}
.location .location-info a {
  text-decoration: none;
}

.leaflet-attribution-flag {
  display: none !important;
}

/* MEDEWERKER */
.medewerker {
  height: 100%;
  border-radius: 0.625rem;
  border: 1px solid #dee2e6;
}
.medewerker img {
  width: 100%;
  height: auto;
  border-radius: 0.625rem 0.625rem 0 0;
}
.medewerker .medewerker-content {
  padding: 1.2rem;
}

/* RELATED PAGES */
.page-button {
  height: 100%;
  padding: 1.2rem 3rem 1.2rem 1.2rem;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0.625rem;
  background-color: white;
}
.page-button.page-button-border {
  border: 1px solid #dee2e6;
}
.page-button:before, .page-button:after {
  content: "\f061";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: #f36e21;
  transition: 0.5s all cubic-bezier(0.3, 1, 0.3, 1);
}
.page-button:before {
  left: 1.1rem;
  transform: scale(0);
  transform-origin: left;
}
.page-button:after {
  right: 1.1rem;
  transform-origin: right;
  color: black;
}
.page-button span {
  display: inline-block;
  transition: 0.5s all cubic-bezier(0.3, 1, 0.3, 1);
}
.page-button:hover {
  color: #f36e21;
}
.page-button:hover span {
  transform: translateX(1.5rem);
}
.page-button:hover:before {
  transform: scale(1);
}
.page-button:hover:after {
  transform: scale(0);
}

/* VIDEO */
.video {
  position: relative;
}
.video button {
  width: 5.3rem;
  height: 5.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.7rem;
  color: white;
  border: 0;
  border-radius: 50%;
  background-color: #004c6c;
  transition-property: 0.5s all cubic-bezier(0.3, 1, 0.3, 1);
}
.video button:after {
  content: "";
  position: absolute;
  inset: 0;
}
.video button:hover {
  transform: translate(-50%, -50%) scale(1.05);
}

#video-modal .modal-content {
  border: 0;
}
#video-modal .modal-content .btn-close-modal {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 1;
  border: 0;
  border-radius: 50%;
  background-color: #004c6c;
  transition: 0.5s all cubic-bezier(0.3, 1, 0.3, 1);
}
@media screen and (min-width: 576px) {
  #video-modal .modal-content .btn-close-modal {
    top: -1rem;
    right: -1rem;
  }
}
#video-modal .modal-content .btn-close-modal:hover {
  color: white;
  background-color: #004c6c;
}

/* NINJA FORMS */
.nf-form-fields-required {
  display: none;
}

.nf-error .nf-error-msg, .nf-error-msg {
  font-size: 0.875rem;
  color: #333 !important;
}

.nf-error.field-wrap .nf-field-element:after {
  background: #f36e21 !important;
}

.nf-error .ninja-forms-field {
  border-color: #333 !important;
}

.nf-error.field-wrap .nf-field-element:after {
  width: 2rem !important;
  height: 2rem !important;
  top: 0.55rem !important;
  right: 0.55rem !important;
  bottom: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem !important;
  border-radius: 50%;
}

.nf-form-content .list-select-wrap > div div:after, .nf-form-content .listcountry-wrap > div div:after {
  width: 1.2rem;
  height: 100% !important;
  right: 0.9rem !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.nf-form-title h2 {
  margin: 0 0 2rem 0;
}

.nf-form-content {
  padding: 0 !important;
}
@media screen and (min-width: 601px) {
  .nf-form-content .nf-cell {
    padding: 0 1.1rem 0 0 !important;
  }
}
.nf-form-content .nf-field-container {
  margin-bottom: 1rem !important;
}
.nf-form-content .html-container {
  margin: 0 !important;
}
.nf-form-content .html-container.text-small {
  font-size: 0.875rem;
}
.nf-form-content .html-container .html-wrap p {
  margin: 0 0 0.8rem 0;
}
.nf-form-content .html-container .html-wrap b {
  margin: 0;
}
.nf-form-content label, .nf-form-content .nf-field-label .nf-label-span {
  font-size: 1rem !important;
  font-weight: 700 !important;
}
.nf-form-content label .ninja-forms-req-symbol, .nf-form-content .nf-field-label .nf-label-span .ninja-forms-req-symbol {
  margin-left: -0.2rem;
  color: black !important;
}
.nf-form-content .label-above .nf-field-label {
  margin-bottom: 0.4rem !important;
}
.nf-form-content .nf-field-description {
  margin-bottom: 0.9rem;
  display: block;
}
.nf-form-content input:not([type=button]), .nf-form-content input:not([type=submit]), .nf-form-content textarea, .nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content .listcountry-wrap .nf-field-element > div {
  padding-left: 0.8rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: #333 !important;
  border: 1px solid #c2c8cc !important;
  border-radius: 0.3rem !important;
  background: white !important;
}
.nf-form-content select {
  padding-left: 0.8rem !important;
  font-size: 1em !important;
  line-height: 1;
  color: #333 !important;
}
.nf-form-content .checkbox-wrap .nf-field-label label:after {
  border-color: #c2c8cc !important;
  border-radius: 0.15rem;
  background: white !important;
}
.nf-form-content .checkbox-container label {
  font-weight: 400;
}
.nf-form-content .checkbox-container label:before {
  color: #333 !important;
}
.nf-form-content .checkbox-container label:after {
  left: -30px !important;
}
.nf-form-content .checkbox-container.label-hidden {
  height: unset !important;
}
.nf-form-content .checkbox-container.label-hidden .checkbox-wrap {
  flex-wrap: unset;
  gap: 0.75rem;
}
.nf-form-content .checkbox-container.label-hidden .checkbox-wrap .nf-field-label {
  width: 1.125em;
}
.nf-form-content .checkbox-container.label-hidden .checkbox-wrap .nf-field-label label {
  width: 1.125em;
  height: 1.125em;
  margin-left: 0 !important;
}
.nf-form-content .checkbox-container.label-hidden .checkbox-wrap .nf-field-label label:before {
  top: 0.1rem;
  left: 0 !important;
}
.nf-form-content .checkbox-container.label-hidden .checkbox-wrap .nf-field-label label:after {
  top: 0.1rem;
  left: 0 !important;
}
.nf-form-content .checkbox-container.label-hidden .checkbox-wrap .nf-field-element {
  display: none;
}
.nf-form-content .checkbox-container.label-hidden .checkbox-wrap .nf-field-description {
  font-size: 1rem;
}
.nf-form-content .checkbox-container.label-right label {
  font-weight: 400 !important;
}
.nf-form-content .horizontal-list ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .nf-form-content .horizontal-list ul {
    flex-direction: row;
    gap: 0.2rem 1.1rem;
  }
}
.nf-form-content .listradio-container .listradio-wrap li {
  margin-bottom: 8px !important;
}
.nf-form-content .listradio-container .listradio-wrap li label {
  margin-left: 25px !important;
  font-weight: 400 !important;
}
.nf-form-content .listradio-wrap .nf-field-element label:after {
  left: -25px !important;
  border: 1px solid #c2c8cc;
  background: white !important;
}
.nf-form-content .listradio-wrap .nf-field-element label.nf-checked-label:before {
  top: 0.3rem !important;
  left: -21px !important;
  background: #f36e21 !important;
}
.nf-form-content .nf-fu-fileinput-button {
  margin: 0.3rem 0 0.45rem 0 !important;
  padding: 0.5rem 1.45rem !important;
  color: #004c6c;
  border: 1px solid #004c6c;
  background-color: transparent;
}
.nf-form-content .nf-fu-fileinput-button:hover {
  color: white !important;
  background-color: #004c6c;
}
.nf-form-content input[type=submit] {
  height: 3.65rem !important;
  margin: 0.5rem 0 0 0;
  padding: 0 2.4rem !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: white !important;
  border: 1px solid #f36e21 !important;
  border-radius: 2rem !important;
  background: #f36e21 !important;
}
.nf-form-content input[type=submit]:hover {
  color: white !important;
  border-color: #db631e !important;
  background: #db631e !important;
}
.nf-form-content input[type=submit]:disabled {
  opacity: 0.5;
}
.nf-form-content input[type=submit]:disabled:hover {
  cursor: not-allowed;
}

/* FOOTER */
footer {
  margin: 1rem 0 1rem 0;
  padding: clamp(4rem, 8vw, 6rem) 0 0 0;
  color: white;
  border-radius: 0.625rem 0.625rem 3.125rem 3.125rem;
  background-color: #004c6c;
}
footer .logo {
  width: 15rem;
  max-width: 70%;
  margin: 0 0 2.5rem 0;
}
footer .footer-title {
  margin: 0 0 0.6rem 0;
  display: block;
  font-weight: 600;
}
footer .footer-menu {
  padding: 0;
  list-style-type: none;
}
footer .footer-menu li a {
  margin: 0.3rem 0;
  padding: 0.2rem 0;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
footer .footer-menu li a:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1);
  transform-origin: right;
  background: #f36e21;
}
footer .footer-menu li a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
@media screen and (min-width: 576px) {
  footer .footer-menu.two-column {
    column-count: 2;
  }
}
footer .footer-logos {
  margin: 3.5rem 0 0 0;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  list-style-type: none;
}
@media screen and (min-width: 992px) {
  footer .footer-logos {
    justify-content: end;
  }
}
footer .footer-logos li img {
  width: clamp(3rem, 4.5vw, 4.5rem);
  height: clamp(3rem, 4.5vw, 4.5rem);
  object-fit: contain;
}

.footerbar {
  margin: 3.125rem 0 0 0;
  padding: 2.15rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.875rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 992px) {
  .footerbar {
    justify-content: space-between;
  }
}
.footerbar ul {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem clamp(0.8rem, 1.5vw, 1.5rem);
  list-style-type: none;
}
@media screen and (min-width: 992px) {
  .footerbar ul {
    justify-content: flex-start;
  }
}
.footerbar a {
  text-decoration: none;
}
.footerbar a:hover {
  opacity: 0.5;
}

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

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