@charset "UTF-8";
/*
Theme Name: De Nieuwe Stad Groeit
Theme URI: https://denieuwestadgroeit.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Version: 1.0
Text Domain: dns
*/
@font-face {
  font-family: "DNS";
  src: url("fonts/DNS-Regular.woff2") format("woff2"), url("fonts/DNS-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeue.woff2") format("woff2"), url("fonts/HelveticaNeue.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Regular.woff2") format("woff2"), url("fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  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-Bold.woff2") format("woff2"), url("fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.2vw, 16px);
  color: #262626;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.overlay-open {
  overflow: hidden;
}

/* MAIN */
::selection {
  color: white;
  background: #486fff;
}

*, *::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;
}

ul {
  list-style-type: none;
}

figure figcaption {
  margin: 0.85em 0 0 0;
  font-size: 0.875em;
}

a, button {
  transition: 0.25s all cubic-bezier(0.7, 0, 0.2, 1);
}

.row {
  --bs-gutter-x: 1.875em;
}

/* 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;
}

:focus-visible {
  box-shadow: 0 0 0 0.25rem white !important;
  outline: 0.375rem double black !important;
  border-radius: 0.125rem;
}

@media (prefers-reduced-motion: reduce) {
  [data-aos] {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
/* TYPOGRAPHY */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  font-weight: 400;
  letter-spacing: -0.01em;
}

h1, .h1, h2, .h2 {
  font-family: "Helvetica Neue", sans-serif;
}

h1, .h1 {
  font-size: clamp(2.5em, 6vw, 2.875em);
  line-height: 1.34;
}

h2, .h2 {
  font-size: clamp(2.5em, 6vw, 2.875em);
  line-height: 1.34;
}

h3, .h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.3;
}

h4, .h4 {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.44;
}

h6, .h6 {
  font-family: "Inter", sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.375;
}

p {
  font-size: 1.125em;
  line-height: 1.44;
}

a {
  color: inherit;
}

.section-title-wrapper {
  margin: 0 0 2.6em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5em;
}

.section-title {
  margin-bottom: 0.9em;
}

.section-title-sm {
  margin-bottom: 0.6em;
}

.page-content.page-content-md h1, .page-content.page-content-md h2, .page-content.page-content-md h3, .page-content.page-content-md h5, .page-content.page-content-md h5, .page-content.page-content-md h6 {
  font-family: "Inter", sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.3;
}
.page-content.page-content-md p, .page-content.page-content-md ul, .page-content.page-content-md ol {
  margin: 0 0 2.7em 0;
  font-size: 1.125em;
  line-height: 1.44;
}
.page-content.page-content-md p:not(:has(+ h2)) {
  margin: 0 0 1.5em 0;
}
.page-content.page-content-md p:has(+ ul) {
  margin-bottom: 0.5em;
}
.page-content.page-content-md p:has(+ .wp-block-image) {
  margin: 0 0 3.8em 0;
}
.page-content.page-content-md p:has(+ .wp-block-buttons) {
  margin: 0 0 0.8em 0;
}
.page-content.page-content-md.two-column p, .page-content.page-content-md.two-column ul, .page-content.page-content-md.two-column ol {
  margin: 0 0 1.5em 0;
}
.page-content.page-content-md.two-column p:has(+ img), .page-content.page-content-md.two-column ul:has(+ img), .page-content.page-content-md.two-column ol:has(+ img) {
  margin: 0 0 3.8em 0;
}
.page-content.page-content-md.two-column img {
  width: 100%;
  height: auto;
}
.page-content.page-content-lg p, .page-content.page-content-lg ul, .page-content.page-content-lg ol {
  font-size: 1.25em;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.page-content.page-content-xl p, .page-content.page-content-xl ul, .page-content.page-content-xl ol {
  margin: 0 0 1.35em 0;
  font-size: 1.625em;
  line-height: 1.38;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 768px) {
  .page-content.two-column {
    column-count: 2;
    gap: 2em;
  }
}
.page-content p:last-child {
  margin-bottom: 0;
}
.page-content ul li {
  padding: 0 0 0 0.92em;
  position: relative;
}
.page-content ul li:before {
  content: "–";
  position: absolute;
  left: 0;
}
.page-content a {
  color: #2e5bff;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.275em;
}
.page-content a:hover {
  text-decoration-color: #2e5bff;
}
.page-content .wp-block-image {
  margin: 0 0 3.1em 0;
}
.page-content .wp-block-buttons {
  margin: 0 0 2.9em 0;
}
.page-content .wp-block-buttons:last-child {
  margin: 0;
}

/* BUTTONS */
.btn, .wp-block-button__link {
  padding: 0.47em 1.15em;
  font-size: 1em;
  white-space: nowrap;
  border: 1px solid;
  border-radius: 999em;
}
.btn.btn-small, .wp-block-button__link.btn-small {
  padding: 0.3em 1.3em;
}
.btn.btn-large, .wp-block-button__link.btn-large {
  padding: 0.7em 1.8em;
  font-size: 1.25em;
}
.btn.btn-primary, .wp-block-button__link.btn-primary {
  font-weight: 500;
  color: white;
  border-color: #2e5bff;
  background-color: #2e5bff;
}
.btn.btn-primary:hover, .wp-block-button__link.btn-primary:hover {
  border-color: #262626;
  background-color: #262626;
}
.btn.btn-outline-primary, .wp-block-button__link.btn-outline-primary {
  color: #2e5bff;
  border-color: #2e5bff;
  background-color: white;
}
.btn.btn-outline-primary:hover, .wp-block-button__link.btn-outline-primary:hover {
  color: white;
  border-color: #262626;
  background-color: #262626;
}
.btn.external-link:after, .wp-block-button__link.external-link:after {
  content: url(images/external-link.svg);
  width: 0.5em;
  margin: 0 0 0 0.28em;
  display: inline-block;
  transform: translateY(-0.2em);
}
.btn.btn-load-more, .wp-block-button__link.btn-load-more {
  padding-left: 2em;
  padding-right: 2em;
}
.btn.btn-arrow:after, .wp-block-button__link.btn-arrow:after {
  content: "→";
  margin: 0 0 0 0.3em;
}

.btn-link {
  font-size: 1em;
  color: #2e5bff;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.275em;
  white-space: nowrap;
}
.btn-link:hover {
  color: #2e5bff;
  text-decoration-color: #2e5bff;
}

.wp-block-button__link {
  color: #2e5bff;
  text-decoration: none;
  border-color: #2e5bff;
  background-color: white;
}
.wp-block-button__link:hover {
  color: white;
  text-decoration: none;
  border-color: #262626;
  background-color: #262626;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75em;
}
.btn-row.btn-row-top {
  margin-top: 2.6em;
}
.btn-row span {
  font-size: 1.125em;
}
.btn-row .buttons {
  display: flex;
  gap: 1em;
}

/* CONTAINER */
.container {
  width: 100%;
  max-width: 1486px;
  padding-left: clamp(1em, 6vw, 6em);
  padding-right: clamp(1em, 6vw, 6em);
}

/* SECTIONS */
section {
  padding-block: clamp(2.5em, 6vw, 4.78em);
}
section.cta-section {
  padding-block: 10em 0;
}
@media screen and (min-width: 576px) {
  section.cta-section {
    padding-block: 13.6em 0;
  }
}
section.error-section {
  padding-block: 9em 0;
}
section.home--intro-section {
  padding-block: 4em 0;
}
@media screen and (min-width: 576px) {
  section.home--intro-section {
    padding-block: 7.1em 0;
  }
}
section.home--hero-section {
  padding-block: 4.5em 0;
}
@media screen and (min-width: 576px) {
  section.home--hero-section {
    padding-block: 6.2em 0;
  }
}
section.home--content-section {
  padding-block: 5.4em 0;
}
section.home--plan-section {
  padding-block: 8.2em 0;
}
section.home--list-section {
  padding-block: 7.6em 0;
}
section.home--news-section {
  padding-block: 10.9em 0;
}
section.location--slider-section {
  padding-block: 5.8em 0;
}
@media screen and (min-width: 576px) {
  section.location--slider-section {
    padding-block: 7.8em 0;
  }
}
section.location--accordion-section {
  padding-block: 5.6em 0;
}
@media screen and (min-width: 576px) {
  section.location--accordion-section {
    padding-block: 7.6em 0;
  }
}
section.location--map-section {
  padding-block: 7.5em 0;
}
@media screen and (min-width: 576px) {
  section.location--map-section {
    padding-block: 9.5em 0;
  }
}
section.location--nearby-section {
  padding-block: 4.7em 0;
}
section.location--nearby-content-section {
  padding-block: 5.5em 0;
}
section.location--history-section {
  padding-block: 5.3em 0;
}
@media screen and (min-width: 576px) {
  section.location--history-section {
    padding-block: 12.3em 0;
  }
}
section.location--history-content-section {
  padding-block: 3.9em 0;
}
section.location--page-links-section {
  padding-block: 8em 0;
}
section.timeline--main-section {
  padding-block: 5.9em 0;
}
section.steps--main-section {
  padding-block: 8.3em 0;
}
section.faq--main-section {
  padding-block: 3.6em 0;
}
section.about--hero-section {
  padding-block: 4.5em 0;
}
@media screen and (min-width: 576px) {
  section.about--hero-section {
    padding-block: 5.3em 0;
  }
}
section.about--content-1-section {
  padding-block: 5.3em 0;
}
section.about--slider-section {
  padding-block: 5.5em 0;
}
@media screen and (min-width: 576px) {
  section.about--slider-section {
    padding-block: 7.5em 0;
  }
}
section.about--content-2-section {
  padding-block: 6.1em 0;
}
section.about--content-2-section .page-content-xl {
  margin: 0 0 4em 0;
}
section.about--page-links-section {
  padding-block: 6.8em 0;
}
@media screen and (min-width: 576px) {
  section.about--page-links-section {
    padding-block: 9.8em 0;
  }
}

/* HEADER */
.navbar {
  padding: 1.25em 0 0 0;
}
.navbar .container {
  gap: 0 3.25em;
}
.navbar .navbar-brand {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.navbar .navbar-brand img {
  width: clamp(13em, 20vw, 17.875em);
}
.navbar .menu-btn {
  width: 2.35em;
  height: 2.35em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.25em 0;
  color: white;
  border: 0;
  border-radius: 50%;
  background-color: #2e5bff;
}
.navbar .menu-btn:hover {
  background-color: #262626;
}
.navbar .custom-hamburger .line {
  display: block;
  width: 1em;
  height: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
  background-color: white;
}
.navbar .custom-hamburger[aria-expanded=true] .line:nth-child(1) {
  transform: translateY(3px) rotate(45deg);
}
.navbar .custom-hamburger[aria-expanded=true] .line:nth-child(2) {
  transform: translateY(-3px) rotate(-45deg);
}
.navbar .navbar-nav {
  gap: 0.65em 1.875em;
}
@media screen and (max-width: 991.98px) {
  .navbar .navbar-nav {
    width: 100%;
    height: calc(100% - 4.5em);
    padding: clamp(1em, 6vw, 6em) clamp(1em, 6vw, 6em) 5em clamp(1em, 6vw, 6em);
    position: fixed;
    top: 4.5em;
    left: 0;
    overflow: scroll;
    transform: translateX(calc(-100% - 2em));
    transition: 0.25s all cubic-bezier(0.7, 0, 0.2, 1);
    z-index: 2;
    background-color: white;
  }
}
.navbar .navbar-nav .btn {
  margin: 1em 0 0 0;
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav .btn {
    margin: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .navbar .navbar-nav .btn {
    font-size: 1.125em;
  }
}
.navbar .navbar-nav .nav-item.dropdown {
  position: unset;
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 0;
  font-size: 1.125em;
  font-weight: 400;
  color: #262626;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.275em;
  white-space: nowrap;
  transition: 0.25s all cubic-bezier(0.7, 0, 0.2, 1);
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1em;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link.active {
  text-decoration-color: #262626;
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMC42MTQ5OTk4IDYuMDE1OTk5OCI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI5LjUuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4wIEJ1aWxkIDE0MSkgIC0tPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuc3QwIHsKICAgICAgICBmaWxsOiAjMjYyNjI2OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjkuOTA4IDAgNS4zMDcwMDAyIDQuNTk5OTk5OSAuNzA2OTk5OCAwIDAgLjcwODAwMDIgNS4zMDcwMDAyIDYuMDE1OTk5OCAxMC42MTQ5OTk4IC43MDgwMDAyIDkuOTA4IDAiLz4KPC9zdmc+);
  width: 0.625em;
  margin-left: 0.32em;
  position: relative;
  top: -0.15em;
  right: 0.7em;
  float: right;
  font-size: 1.1em;
  vertical-align: unset;
  border: unset;
  transition: 0.25s all cubic-bezier(0.7, 0, 0.2, 1);
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
    float: unset;
    top: -0.14em;
    right: unset;
    font-size: 1em;
  }
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle.show:after {
  top: 0.16em;
  transform: scaleY(-1);
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  margin: 0;
  padding: 1.2em 0 0 0;
  font-size: 1em;
  border: 0;
  border-radius: 0;
  background-color: white;
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
    padding: 2.5em 0 4.1em 0;
    left: 0;
    box-shadow: 0 0.7em 0.8em rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 991.98px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .container, .navbar .navbar-nav .nav-item .dropdown-menu .row, .navbar .navbar-nav .nav-item .dropdown-menu .menu-col {
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .container {
    animation: slidein 0.35s cubic-bezier(0.7, 0, 0.2, 1) forwards;
  }
}
@keyframes slidein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu img {
  width: 100%;
  aspect-ratio: 301/198;
  object-fit: cover;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-title {
  margin: 0.25em 0 0 0;
  display: inline-block;
  font-family: "DNS", sans-serif;
  font-size: 1.875em;
  letter-spacing: 0.025em;
  color: #2e5bff;
  text-transform: uppercase;
  text-decoration: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-title:hover {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-title {
    margin: 0 0 0.3em 0;
    line-height: 1;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu ul {
  margin: 0 0 1em 0;
  font-size: 1.125em;
  line-height: 1.88;
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item .dropdown-menu ul {
    margin: 0;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu ul li a {
  display: block;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.275em;
  letter-spacing: -0.01em;
  color: #262626;
}
.navbar .navbar-nav .nav-item .dropdown-menu ul li a:hover, .navbar .navbar-nav .nav-item .dropdown-menu ul li a.active {
  text-decoration-color: #262626;
}
.navbar .navbar-nav .nav-item .dropdown-menu ul li a.overview-link {
  color: #697485;
}
.navbar .navbar-nav .nav-item .dropdown-menu ul li a.overview-link:hover {
  text-decoration-color: #697485;
}
.navbar .navbar-collapse.show .navbar-nav {
  transform: translateX(0);
}

/* BREADCRUMBS */
.breadcrumb {
  margin: 0 0 0.9em 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumb .breadcrumb-item {
  flex: 0 0 auto;
  white-space: nowrap;
  color: #262626;
}
.breadcrumb .breadcrumb-item i {
  transform: translateY(-0.1em);
}
.breadcrumb .breadcrumb-item a {
  color: #828b99;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.275em;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration-color: #828b99;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.43em;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "→";
  padding-right: 0.43em;
  color: #828b99;
}

/* HERO */
.hero {
  padding: 5em 0 0 2.5em;
  position: relative;
}
@media screen and (min-width: 576px) {
  .hero {
    padding: 0;
  }
}
.hero .hero-badge {
  width: 16.6em;
  aspect-ratio: 1/1;
  padding: 0 2em;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.82em, 1.5vw, 1em);
  text-align: center;
  color: white;
  overflow: hidden;
  border-radius: 50%;
  background-color: #2e5bff;
}
@media screen and (min-width: 576px) {
  .hero .hero-badge {
    top: 50%;
    transform: translateY(-50%);
  }
}
.hero .hero-badge .subtitle {
  margin: 0 0 0.25em 0;
  font-size: 1em;
  font-weight: 500;
}
.hero .hero-badge .title {
  font-family: "DNS", sans-serif;
  font-size: 2.18em;
  text-transform: uppercase;
  line-height: 1.08;
  letter-spacing: 0.025em;
}
.hero .hero-badge .link {
  margin: 0.45em 0 0 0;
  font-size: 1.125em;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: white;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.275em;
}
.hero .hero-badge .link:after {
  content: "";
  position: absolute;
  inset: 0;
}
.hero .hero-badge:hover .link {
  text-decoration-color: transparent;
}
.hero figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (min-width: 576px) {
  .hero figure img {
    aspect-ratio: 1072/620;
  }
}

/* DEFAULT PAGE */
.page-image {
  width: 100%;
  margin: 0 0 4.6em 0;
}
.page-image img {
  width: 100%;
  height: auto;
}

/* DOT WRAPPER */
.dot-wrapper {
  position: relative;
}
.dot-wrapper .dot {
  width: 1.75em;
  height: 1.75em;
  position: absolute;
  color: white;
  line-height: 0.1;
  border-radius: 50%;
  border: 0;
  background-color: #2e5bff;
}
.dot-wrapper .dot span {
  font-size: 1.25em;
}
.dot-wrapper .dot:hover {
  transform: rotate(45deg);
}
.dot-wrapper img {
  width: 100%;
}

/* POPOVER */
.popover {
  max-width: 16.5em;
  font-size: 1em;
  opacity: 0;
  transition: opacity 0.4s;
  border-radius: 0;
  border: 0;
  background-color: #2e5bff;
}
.popover.show {
  opacity: 1;
}
.popover .popover-body {
  padding: 1.3em 1.5em 1.6em 0.85em;
  color: white;
}
.popover .popover-body a {
  display: inline-block;
  text-decoration: none;
}
.popover .popover-body a .link-text {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: white;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.275em;
  transition: 0.25s all cubic-bezier(0.7, 0, 0.2, 1);
}
.popover .popover-body a .icon {
  display: inline-block;
  transform: translateY(0.1em);
}
.popover .popover-body a:hover .link-text {
  text-decoration-color: #2e5bff;
}
.popover .popover-arrow {
  display: none;
}

/* ARROW LIST */
.arrow-list {
  line-height: 1.34;
}
.arrow-list li {
  position: relative;
  padding: 0 0 0 2.5em;
}
@media screen and (min-width: 576px) {
  .arrow-list li {
    padding: 0 0 0 3.5em;
  }
}
.arrow-list li .title {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.625em;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 576px) {
  .arrow-list li .title {
    font-size: clamp(2.5em, 6vw, 2.875em);
  }
}
.arrow-list li .title:before {
  content: "→";
  position: absolute;
  left: 0;
  font-family: "Inter", sans-serif;
}
.arrow-list li .sub {
  display: block;
  font-size: 1.625em;
  letter-spacing: -0.01em;
  color: #828b99;
}
@media screen and (min-width: 992px) {
  .arrow-list li .sub {
    display: inline-block;
    margin: 0 0 0 0.2em;
  }
}
.arrow-list + .btn-row {
  margin-top: 3.6em;
}

/* SWIPER */
.news-slider, .image-slider {
  overflow: visible;
}

.swiper-slide {
  width: auto;
  height: auto !important;
  flex-shrink: 0;
}

.slider-controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.3em;
}
@media screen and (min-width: 1200px) {
  .slider-controls {
    justify-content: end;
    gap: 0.6em;
  }
}
.slider-controls:has(.slide-prev:not(.swiper-button-lock)) {
  margin: 3em 0 0 0;
}
.slider-controls .slide-prev, .slider-controls .slide-next {
  width: 2.56em;
  height: 2.56em;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e5bff;
  border: 1px solid #2e5bff;
  background-color: transparent;
}
.slider-controls .slide-prev:hover:not(.swiper-button-disabled), .slider-controls .slide-next:hover:not(.swiper-button-disabled) {
  color: white;
  border-color: #262626;
  background-color: #262626;
}
.slider-controls .slide-prev.swiper-button-disabled, .slider-controls .slide-next.swiper-button-disabled {
  opacity: 0.5;
}
.slider-controls .slide-prev.swiper-button-lock, .slider-controls .slide-next.swiper-button-lock {
  display: none;
}
.slider-controls .slide-prev span, .slider-controls .slide-next span {
  font-size: 1.625em;
}
.slider-controls .slide-scrollbar {
  width: auto !important;
  bottom: unset !important;
  left: unset !important;
  flex: 1;
  position: relative !important;
  background: #eff1ef;
  border-radius: 0;
}
.slider-controls .slide-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background-color: #262626;
}

/* NEWS BLOCK */
.news-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.8em 0;
  text-decoration: none;
}
.news-block figure {
  aspect-ratio: 411/280;
  overflow: hidden;
}
.news-block figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-block .news-block-content {
  display: flex;
  flex-direction: column;
  gap: 0.2em 0;
}
.news-block .news-block-content .date {
  font-size: 0.75em;
}
.news-block .news-block-content .title {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.625em;
  font-weight: 400;
  line-height: 1.23;
  transition: 0.25s all cubic-bezier(0.7, 0, 0.2, 1);
}
.news-block:hover .title {
  color: #2e5bff;
}

/* VIDEO BLOCK */
.video-block .video-btn {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 0;
  background-color: transparent;
}
.video-block figure {
  position: relative;
}
.video-block figure .play-btn {
  width: 7em;
  height: 7em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid white;
  border-radius: 50%;
  transition: 0.25s all cubic-bezier(0.7, 0, 0.2, 1);
}
.video-block figure .play-btn:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: 1.56em solid transparent;
  border-bottom: 1.56em solid transparent;
  border-left: 1.875em solid white;
}
.video-block figure .play-btn:focus {
  outline: 0;
}
.video-block:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.05);
}

/* VIDEO MODAL */
.video-modal .close {
  width: 2.75em;
  height: 2.75em;
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  color: white;
  z-index: 1;
  border: 0;
  border-radius: 50%;
  background-color: #2e5bff;
}
.video-modal .close:hover {
  background-color: #262626;
}
.video-modal .modal-content {
  border: 0;
}

.infinite-row {
  --bs-gutter-y: 4em;
}
@media screen and (min-width: 576px) {
  .infinite-row {
    --bs-gutter-y: 8em;
  }
}

.related-posts {
  padding-block-start: 7.5em;
}

/* NEWS SINGLE */
.news-date {
  margin: 2.7em 0 0.8em 0;
  display: block;
  font-size: 0.75em;
}

.news-title {
  margin: 0 0 1.05em 0;
}

.news-image {
  margin: 0 0 2.8em 0;
}
.news-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 850/540;
  object-fit: cover;
}

.news-intro {
  margin: 0 0 3.7em 0;
}

/* LOADING INDICATOR */
.load-more {
  padding: 9em 0 0 0;
  text-align: center;
}

#loading-indicator {
  display: none;
}

.spinner {
  animation: rotate 2s linear infinite;
  width: 2.2em;
  height: 2.2em;
}
.spinner .path {
  stroke-linecap: round;
  stroke: #2e5bff;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
/* CTA */
.cta-block {
  margin: 0 1.5em 1.5em 0;
  padding: clamp(2.5em, 5.5vw, 5.25em);
  position: relative;
  text-align: center;
  border: 3px solid black;
}
.cta-block .cta-block-inner {
  position: relative;
  z-index: 1;
}
.cta-block .title {
  margin: 0 0 0.45em 0;
  display: block;
  font-family: "DNS", sans-serif;
  font-size: clamp(3em, 8vw, 6.25em);
  line-height: 0.8;
  text-transform: uppercase;
}
@media screen and (min-width: 576px) {
  .cta-block .title {
    margin: 0 0 0.26em 0;
  }
}
.cta-block .btn {
  margin: 1.5em 0 0 0;
}
@media screen and (min-width: 576px) {
  .cta-block .btn {
    margin: 2em 0 0 0;
  }
}
.cta-block .line {
  width: 100%;
  height: 100%;
  position: absolute;
  right: -0.65em;
  bottom: -0.65em;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
}
.cta-block .line:before, .cta-block .line:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
}
.cta-block .line:before {
  right: -0.65em;
  bottom: -0.65em;
}
.cta-block .line:after {
  right: -1.15em;
  bottom: -1.15em;
}

/* IMAGE SLIDER */
.image-slider img {
  width: 100%;
  aspect-ratio: 16/12;
  object-fit: cover;
}
@media screen and (min-width: 576px) {
  .image-slider img {
    aspect-ratio: 16/10;
  }
}

.slider-bottom-bar {
  margin: 1.2em 0 0 0;
  display: flex;
  justify-content: space-between;
  gap: 0 1.5em;
}

.slide-caption {
  display: flex;
  gap: 0 1.1em;
  font-size: 0.875em;
}

.swiper-nav {
  display: flex;
  gap: 0 0.8em;
}
.swiper-nav button {
  width: 2.56em;
  height: 2.56em;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e5bff;
  border: 1px solid #2e5bff;
  background-color: transparent;
}
.swiper-nav button:hover:not(.swiper-button-disabled) {
  color: white;
  border-color: #262626;
  background-color: #262626;
}
.swiper-nav button.swiper-button-disabled {
  opacity: 0.5;
}
.swiper-nav button span {
  font-size: 1.625em;
}

/* ACCORDION */
.accordion-item {
  border-bottom: 0.07em solid #262626;
}
.accordion-item:first-child {
  border-top: 0.07em solid #262626;
}
.accordion-item button {
  width: 100%;
  padding: 1em 3em 1em 3em;
  position: relative;
  font-weight: 400;
  text-align: left;
  color: #2e5bff;
  line-height: 1.25;
  border-radius: 0;
  border: 0;
  background-color: white;
  transition: 0.25s all cubic-bezier(0.7, 0, 0.2, 1);
}
.accordion-item button img {
  height: 1.3em;
  position: absolute;
  top: 50%;
  left: 0.1em;
  transform: translateY(-50%);
}
.accordion-item button .label {
  font-size: 1.625em;
}
.accordion-item button .icon {
  display: block;
  width: 0.75em;
  height: 0.75em;
  position: absolute;
  top: 50%;
  right: 0.375em;
  transform: translateY(-50%);
}
.accordion-item button .icon:before, .accordion-item button .icon:after {
  content: "";
  position: absolute;
  background-color: #2e5bff;
  transition: 0.25s all cubic-bezier(0.7, 0, 0.2, 1);
}
.accordion-item button .icon:before {
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-item button .icon:after {
  width: 2px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%) scale3d(0, 0, 1);
}
.accordion-item button.collapsed span:after {
  transform: translateX(-50%) scale3d(1, 1, 1);
}
.accordion-item .accordion-item-body {
  padding: 0.5em 4em 2em 0;
  background-color: white;
}
.accordion-item .accordion-item-body.has-form {
  padding: 0.1em 0 2em 0;
}

/* NEARBY */
.nearby {
  display: flex;
  flex-direction: column;
  gap: 0.32em;
  font-size: 1.625em;
  line-height: 1.42;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 576px) {
  .nearby {
    gap: 0;
  }
}
.nearby li span {
  display: block;
  color: #828b99;
  white-space: nowrap;
}
@media screen and (min-width: 576px) {
  .nearby li span {
    margin: 0 0 0 0.25em;
    display: inline-block;
  }
}
.nearby li span img {
  height: 1em;
  margin: -0.4em 0 0 0.32em;
}

/* PAGE LINKS */
.page-links {
  font-size: clamp(2.5em, 6vw, 2.875em);
  line-height: 1.34;
  letter-spacing: -0.01em;
}
.page-links li a {
  padding: 0 0 0 1.25em;
  position: relative;
  display: block;
  color: #2e5bff;
  text-decoration: none;
}
.page-links li a .arrow {
  position: absolute;
  left: 0;
}
.page-links li a .text {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 0.04em;
  text-underline-offset: 0.275em;
  transition: 0.25s all cubic-bezier(0.7, 0, 0.2, 1);
}
.page-links li a:hover .text {
  text-decoration-color: #2e5bff;
}

/* MAP */
#map {
  margin: 3.9em 0 0 0;
  aspect-ratio: 3/4;
}
@media screen and (min-width: 576px) {
  #map {
    aspect-ratio: 16/9;
  }
}

/* TIMELINE */
.timeline {
  display: flex;
  flex-direction: column;
  gap: 5em 0;
}
.timeline .timeline-item {
  display: grid;
  gap: 1.875em;
}
@media screen and (min-width: 768px) {
  .timeline .timeline-item {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.timeline .timeline-item .timeline-item-media img {
  width: 100%;
}
.timeline .timeline-item .timeline-item-content .title {
  margin: 0 0 0.4em 0;
}
.timeline .timeline-item .timeline-item-content .small-text {
  font-size: 0.875em;
}

/* STEPS */
.steps {
  display: flex;
  flex-direction: column;
  gap: 3.4em 0;
}
.steps .step {
  padding: 0.2em 0 0 0;
  border-top: 1px solid #262626;
}
.steps .step .title {
  margin: 0 0 0.3em 0;
}
.steps .step .btn-row {
  margin: 2.7em 0 0 0;
}

/* FAQ */
.searchbar {
  width: 100%;
  height: 2.5em;
  padding: 0 2.5em;
  border-radius: 999em;
  border: 1px solid #262626;
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-size: 0.875em;
  background-position: 1.125em;
}
.searchbar::placeholder {
  color: rgba(38, 38, 38, 0.5);
}

.faq-dropdown {
  margin: 0 0 0.22em 0;
  display: flex;
  align-items: center;
  gap: 0 0.8em;
}
.faq-dropdown svg {
  width: 1.15em;
}
.faq-dropdown .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-dropdown .btn:after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMC42MTQ5OTk4IDYuMDE1OTk5OCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICNmZmZmZmY7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iOS45MDggMCA1LjMwNzAwMDIgNC41OTk5OTk5IC43MDY5OTk4IDAgMCAuNzA4MDAwMiA1LjMwNzAwMDIgNi4wMTU5OTk4IDEwLjYxNDk5OTggLjcwODAwMDIgOS45MDggMCIvPgo8L3N2Zz4=);
  width: 0.7em;
  margin-left: 0.55em;
  position: relative;
  top: -0.11em;
  transition: 0.25s all cubic-bezier(0.7, 0, 0.2, 1);
}
.faq-dropdown .btn.show:after {
  top: 0.17em;
  transform: scaleY(-1);
}
.faq-dropdown .dropdown-menu {
  margin-top: 0.5em !important;
  padding: 0.85em 0;
  font-size: 1em;
  border: 0;
  border-radius: 0;
  background-color: #eff1ef;
}
.faq-dropdown .dropdown-menu .dropdown-item {
  padding: 0.38em 2.3em 0.38em 1.15em;
}
.faq-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
.faq-dropdown .dropdown-menu .dropdown-item.active {
  font-weight: 700;
  color: #262626;
  background-color: transparent;
}

.faq-tabs {
  font-size: 1em;
  line-height: 1.875;
}
.faq-tabs button {
  padding: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.275em;
  border: 0;
  background-color: unset;
}
.faq-tabs button:hover, .faq-tabs button.active {
  color: #2e5bff;
  text-decoration-color: #2e5bff;
}
.faq-tabs.disabled {
  opacity: 0.5;
}
.faq-tabs.disabled button {
  pointer-events: none;
}
.faq-tabs.disabled button:hover, .faq-tabs.disabled button.active {
  color: #262626;
  text-decoration: none;
}

.faq-subtitle {
  margin: 0 0 1.15em 0;
}

.faq-item {
  border-bottom: 0.07em solid #262626;
}
.faq-item:first-child {
  border-top: 0.07em solid #262626;
}
.faq-item button {
  width: 100%;
  padding: 0.8em 3em 0.8em 0;
  position: relative;
  font-weight: 700;
  text-align: left;
  color: #2e5bff;
  border-radius: 0;
  border: 0;
  background-color: white;
  transition: 0.25s all cubic-bezier(0.7, 0, 0.2, 1);
}
.faq-item button .label {
  font-size: 1.125em;
  letter-spacing: -0.01em;
}
.faq-item button .icon {
  display: block;
  width: 0.75em;
  height: 0.75em;
  position: absolute;
  top: 50%;
  right: 0.375em;
  transform: translateY(-50%);
}
.faq-item button .icon:before, .faq-item button .icon:after {
  content: "";
  position: absolute;
  background-color: #2e5bff;
  transition: 0.25s all cubic-bezier(0.7, 0, 0.2, 1);
}
.faq-item button .icon:before {
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.faq-item button .icon:after {
  width: 2px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%) scale3d(0, 0, 1);
}
.faq-item button.collapsed span:after {
  transform: translateX(-50%) scale3d(1, 1, 1);
}
.faq-item .faq-item-body {
  padding: 0.4em 4em 0 0;
  background-color: white;
}

/* DOWNLOADS */
.download-category:not(:last-child) {
  margin: 0 0 3.4em 0;
}

.download-category-title {
  margin: 0 0 0.8em 0;
}

.downloads {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.downloads li a {
  padding: 0.71em 3.3em 0.71em 1.18em;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0 0.6em;
  flex-wrap: wrap;
  text-decoration: none;
  background-color: #eff1ef;
}
@media screen and (min-width: 768px) {
  .downloads li a {
    flex-direction: row;
    align-items: end;
  }
}
.downloads li a .download-title {
  font-size: 1.125em;
  font-weight: 700;
  color: #2e5bff;
}
.downloads li a .download-description {
  margin: 0 0 0.02rem 0;
  font-size: 1.125em;
}
.downloads li a svg {
  width: 0.875em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.3em;
}
.downloads li a svg path {
  fill: #2e5bff;
}

/* CHILD PAGES */
.child-pages {
  --bs-gutter-y: 3em;
}

.child-page-block {
  display: flex;
  flex-direction: column;
  gap: 1.1em;
  text-decoration: none;
}
.child-page-block img {
  width: 100%;
  height: auto;
  aspect-ratio: 411/280;
  object-fit: cover;
}
.child-page-block .block-title {
  font-family: "Inter", sans-serif;
  font-size: 1.625em;
  letter-spacing: -0.01em;
}
.child-page-block:hover {
  color: #2e5bff;
}

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

.ninja-forms-req-symbol {
  display: none;
}

.nf-error-msg {
  padding: 0.2em 0;
  font-size: 0.875em;
  color: red !important;
}

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

.nf-response-msg h2 {
  margin-bottom: 1.1em;
}
.nf-response-msg h2 p:not(:last-child) {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 601px) {
  .nf-row nf-cells {
    display: flex;
    gap: 1.25em;
  }
}
.nf-row .nf-cell {
  padding: 0 !important;
}

.nf-field-container {
  margin-bottom: 1.25em !important;
}

.nf-form-title h1, .nf-form-title h2, .nf-form-title h3, .nf-form-title h4, .nf-form-title h5, .nf-form-title h6 {
  margin: 0 0 0.78em 0;
}

.html-wrap h1:has(+ p), .html-wrap h2:has(+ p), .html-wrap h3:has(+ p), .html-wrap h4:has(+ p), .html-wrap h5:has(+ p), .html-wrap h6:has(+ p) {
  margin-bottom: 0.35em;
}
.html-wrap p {
  font-size: 1em;
}

.hr-wrap hr {
  margin: 1.25em 0;
}

.nf-field-label {
  margin: 0 !important;
}
.nf-field-label label, .nf-field-label span {
  font-size: 1.25em;
  font-weight: 700 !important;
}

.nf-field-description p {
  margin: 0 0 0.14em 0 !important;
  font-size: 1em;
}
.nf-field-description p a {
  text-decoration: underline;
  text-decoration-color: #262626;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.275em;
}
.nf-field-description p a:hover {
  text-decoration-color: transparent;
}

input[type=text], input[type=email], input[type=tel], input[type=number], textarea {
  padding: 0.45em 0.625em;
  font-size: 1em;
  border-radius: 0;
  border: 1px solid white;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=number]:focus, textarea:focus {
  outline: 0;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, textarea::placeholder {
  color: #697485;
  opacity: 1;
}

#nf-field-11_1-container {
  margin: 0.7em 0 3em 0 !important;
}

.list-checkbox-wrap .nf-field-element input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.list-checkbox-wrap .nf-field-element ul {
  display: flex;
  flex-direction: column;
  gap: 0.1em 0;
}
.list-checkbox-wrap .nf-field-element ul li {
  margin: 0 !important;
  position: relative;
}
.list-checkbox-wrap .nf-field-element ul li label {
  position: relative;
  margin: 0;
  padding-left: 1.5em;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
}
.list-checkbox-wrap .nf-field-element ul li label:before {
  content: "";
  width: 0.86em;
  height: 0.86em;
  position: absolute;
  top: 0.29em;
  left: 0;
  border: 1px solid #262626;
  border-radius: 50%;
  transition: 0.25s all cubic-bezier(0.7, 0, 0.2, 1);
  background-color: transparent;
}
.list-checkbox-wrap .nf-field-element ul li label:after {
  content: "";
  width: 0.86em;
  height: 0.86em;
  position: absolute;
  top: 0.29em;
  left: 0;
  transition: 0.25s all cubic-bezier(0.7, 0, 0.2, 1);
  opacity: 0;
  transform: scale(0);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi4yNzUgOS43MzUiPgogIDxwYXRoIGQ9Ik00LjEzOCA5LjczNSAwIDUuNTk3IDEuNTk3IDRsMi41NCAyLjU0TDEwLjY3OCAwbDEuNTk4IDEuNTk3LTguMTM3IDguMTM4WiIgc3R5bGU9ImZpbGw6I2ZmZiIvPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.54em;
}
.list-checkbox-wrap .nf-field-element ul li input[type=checkbox]:checked + label::before {
  border-color: #262626;
  background-color: #262626;
}
.list-checkbox-wrap .nf-field-element ul li input[type=checkbox]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}

.checkbox-wrap .nf-field-element {
  display: none !important;
}
.checkbox-wrap .nf-field-element input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: -1;
}
.checkbox-wrap .nf-field-label {
  padding: 0 !important;
  visibility: visible !important;
}
.checkbox-wrap .nf-field-label label {
  padding-left: 1.65em;
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
}
.checkbox-wrap .nf-field-label label:before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  position: absolute;
  top: 0.22em;
  left: 0;
  font-size: 1em;
  border: 1px solid #262626;
  transition: 0.25s all cubic-bezier(0.7, 0, 0.2, 1);
  background-color: transparent;
}
.checkbox-wrap .nf-field-label label:after {
  content: "";
  width: 0.65em;
  height: 0.65em;
  position: absolute;
  top: 0.22em;
  left: 0;
  font-size: 1em;
  font-weight: 700;
  color: white;
  transition: 0.25s all cubic-bezier(0.7, 0, 0.2, 1);
  opacity: 0;
  transform: scale(0);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi4yNzUgOS43MzUiPgogIDxwYXRoIGQ9Ik00LjEzOCA5LjczNSAwIDUuNTk3IDEuNTk3IDRsMi41NCAyLjU0TDEwLjY3OCAwbDEuNTk4IDEuNTk3LTguMTM3IDguMTM4WiIgc3R5bGU9ImZpbGw6I2ZmZiIvPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.45em;
}
.checkbox-wrap .nf-field-label label.nf-checked-label:before {
  background-color: #262626;
  border-color: #262626;
}
.checkbox-wrap .nf-field-label label.nf-checked-label:after {
  opacity: 1;
  transform: scale(1);
}
.checkbox-wrap .nf-field-description {
  margin: 0 !important;
  padding: 0 0 0 1.5em;
}

.submit-wrap {
  margin-top: 0;
}
.submit-wrap input[type=submit] {
  padding: 0.54em 2.61em;
  font-size: 1em;
  font-weight: 500;
  color: white;
  white-space: nowrap;
  border: 0;
  border-radius: 999em;
  background-color: #2e5bff;
  transition: 0.25s all cubic-bezier(0.7, 0, 0.2, 1);
}
.submit-wrap input[type=submit]:hover {
  background-color: #262626;
}

/* CONTACT */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1.56em;
  line-height: 1.375;
}
.contact-info a {
  font-variant-emoji: text;
  text-decoration: underline;
  text-decoration-color: #262626;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.275em;
}
.contact-info a:hover {
  text-decoration-color: transparent;
}

.accordion-contact-title {
  margin: 0 0 0.8em 0;
}

.form-block {
  padding: 4em 1.875em 4.8em 1.875em;
  background-color: #eff1ef;
}
.form-block iframe {
  width: 100%;
  border: 0;
}

/* FOOTER */
footer {
  padding: 7.2em 0 0 0;
  position: relative;
  line-height: 1.55;
}
footer:after {
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #262626;
}
@media screen and (min-width: 576px) {
  footer:after {
    bottom: 0.2em;
  }
}
footer .footer-title {
  display: block;
  font-size: 1.125em;
}
footer .footer-link {
  display: block;
  font-size: 1.125em;
  color: #2e5bff;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.275em;
}
footer .footer-link:hover {
  text-decoration-color: #2e5bff;
}
footer svg {
  margin: 3.5em 0 0 0;
}
@media screen and (min-width: 768px) {
  footer svg {
    margin: 0.5em 0 0 0;
  }
}
footer svg .st0 {
  fill: #1d1d1b;
}
footer svg .st1 {
  fill: #fff;
}

.footerbar {
  padding: 1em 0;
}
.footerbar .container {
  display: flex;
  gap: 1.3em;
}
.footerbar .copyright, .footerbar ul {
  font-size: 0.75em;
}
.footerbar ul {
  display: flex;
  gap: 0.9em;
}
.footerbar ul li a {
  text-decoration: none;
}

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