@charset "UTF-8";
/*
Theme Name: Dr. Kiermasz Theme
Theme URI: 
Author: GECKOVISION Media Lukas Gruler
Author URI: https://geckovision-media.de/
Description: Individuelles WordPress-Theme für Praxis Dr. Mirjam Kiermasz, mit FSE-Unterstützung
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 5.7
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: praxis-dr-kiermasz
Tags: dr kiermasz, praxis, geckovision
*/
::-webkit-scrollbar {
  width: 14px; /* Width of the scrollbar */
  background-color: #000; /* Background color of the track */
}

::-webkit-scrollbar-thumb {
  background-color: #fff; /* Color of the thumb */
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
    scroll-behavior: auto !important;
  }
}
a[href^="http://"]:not([href*="http://localhost/"]):not([href*="dr-kiermasz.de"]):after,
a[href^="https://"]:not([href*="https://localhost/"]):not([href*="dr-kiermasz.de"]):after {
  content: "";
  vertical-align: middle;
  margin-left: 6px;
  width: 0.65rem;
  height: 0.65rem;
  display: inline-block;
  background-color: currentColor;
  mask-image: url("./assets/icons/geckovision_external-url.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
}

h1,
h1.wp-block-heading,
h2,
h2.wp-block-heading {
  margin-bottom: 2.2222222222rem !important;
}

@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    overflow-wrap: break-word;
    word-break: break-word;
  }
}

html {
  font-size: 18px;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
@media (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

header .navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header .navbar .navbar-logo {
  height: 5.5rem;
  width: 5.5rem;
  padding: 0.85rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .navbar .navbar-logo figure {
  width: 100%;
  height: 100%;
}
header .navbar .navbar-logo figure a,
header .navbar .navbar-logo figure img {
  width: 100%;
  height: 100%;
}
header .navbar .navbar-navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header .navbar .navbar-navigation #notifications {
  height: 5.5rem;
  width: 5.5rem;
  padding: 1.75rem;
  box-sizing: border-box;
  position: relative;
}
header .navbar .navbar-navigation #notifications::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 2px;
  background-color: var(--wp--preset--color--blue-b-2);
}
header .navbar .navbar-navigation #notifications.has-active-alerts::before {
  content: "";
  position: absolute;
  top: 2.3em;
  right: 2.3em;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background-color: var(--wp--preset--color--pink-0);
}
header .navbar .navbar-navigation nav {
  height: 5.5rem;
  width: 5.5rem;
  box-sizing: border-box;
}
header .navbar .navbar-navigation nav button {
  padding: 1.2rem;
}
header .navbar .navbar-navigation nav button,
header .navbar .navbar-navigation nav button svg {
  width: 100%;
  height: 100%;
}
header .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--blue-d-2) !important;
  color: var(--wp--preset--color--white) !important;
  padding: 0.85rem !important;
}
header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close {
  max-width: 100% !important;
  height: 100%;
}
header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close::before {
  content: url("./assets/images/Logo_vectorized_icon_white.svg");
  display: block;
  height: 3.8rem;
  width: 3.8rem;
  position: absolute;
}
header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog {
  height: 100%;
}
header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-close {
  width: 5.5rem;
  height: 5.5rem;
  padding: 0.85rem;
  margin-top: -0.85rem;
  margin-right: -0.85rem;
}
header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content {
  max-width: 600px;
  height: 100%;
  margin: 0 auto;
  justify-content: center;
  padding: 6rem 0;
}
header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
  height: fit-content;
  flex-grow: 0;
  width: 100%;
  font-size: 1.2222222222rem;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item {
  border-bottom: 2px solid;
  border-color: var(--wp--preset--color--blue-b-2);
  width: 100%;
}
header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item:last-child {
  border-bottom: none;
}
header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container a {
  display: block;
  padding: 1rem 0;
  font-size: 22px;
  font-weight: 700;
  color: var(--wp--preset--color--blue-b-6);
  text-decoration: none;
  transition: color 0.3s;
  width: 100%;
}
header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container a:hover {
  color: var(--wp--preset--color--white);
}
header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .current-menu-item a,
header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .current_page_item a {
  color: var(--wp--preset--color--white);
}
header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .current-menu-item a::before,
header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .current_page_item a::before {
  content: "› ";
}
header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .current-menu-item a::after,
header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .current_page_item a::after {
  content: " ‹";
}
@media (max-width: 1024px) {
  header .navbar .navbar-logo {
    width: 4.375rem;
    height: 4.375rem;
  }
  header .navbar .navbar-navigation nav {
    width: 4.375rem;
    height: 4.375rem;
  }
  header .navbar .navbar-navigation nav button {
    padding: 1rem;
  }
  header .navbar .navbar-navigation #notifications {
    width: 4.375rem;
    height: 4.375rem;
    padding: 1.3rem;
  }
  header .navbar .navbar-navigation #notifications.has-active-alerts::before {
    top: 1.4rem;
    right: 1.4rem;
    width: 0.7rem;
    height: 0.7rem;
  }
  header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close::before {
    height: 2.675rem;
    width: 2.675rem;
  }
  header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-close {
    width: 4.5rem;
    height: 4.5rem;
  }
}

header .navbar .navbar-navigation #notifications {
  cursor: pointer;
  appearance: none;
  border: none;
  background: transparent;
  color: inherit;
}
header .navbar .navbar-navigation #notifications img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .navbar .navbar-navigation #notifications:focus-visible {
  outline: 2px solid var(--wp--preset--color--white);
  outline-offset: -4px;
}

.notifications-modal {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0.85rem;
  border: none;
  background-color: var(--wp--preset--color--blue-d-2);
  color: var(--wp--preset--color--white);
  overflow: hidden;
  box-sizing: border-box;
  background-color: var(--wp--preset--color--pink-d-6);
}
.notifications-modal:not([open]) {
  display: none;
}
.notifications-modal[open] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.notifications-modal .notifications-modal-header {
  position: absolute;
  width: 100%;
  top: 0;
}
.notifications-modal .notifications-modal-header img {
  height: 5.5rem;
  width: 5.5rem;
  padding: 0.85rem;
  box-sizing: border-box;
}
.notifications-modal .notifications-modal-header .notifications-modal__close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 5.5rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--wp--preset--color--pink-d-6);
  color: var(--wp--preset--color--white);
  font-size: 2.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s;
  border: none;
  margin-top: -1.2rem;
  margin-right: -1.2rem;
  padding: 1.2rem;
  z-index: 1;
}
.notifications-modal .notifications-modal-header .notifications-modal__close svg {
  width: 100%;
  height: 100%;
}
.notifications-modal .notifications-modal-header .notifications-modal__close svg path {
  fill: var(--wp--preset--color--white);
}
.notifications-modal .notifications-modal-header .notifications-modal__close:hover {
  background-color: var(--wp--preset--color--pink-d-4);
}
.notifications-modal .notifications-modal-header .notifications-modal__close:focus-visible {
  outline: 2px solid var(--wp--preset--color--white);
  outline-offset: 2px;
}
.notifications-modal .notifications-modal__content {
  position: relative;
  padding: 2.5rem;
  max-width: 600px;
  max-height: 70dvh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  background-color: var(--wp--preset--color--pink-d-2);
  border-radius: 1rem;
}
.notifications-modal #notification-modal-title {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.notifications-modal #notification-modal-title img {
  width: 24px;
  height: 24px;
}
.notifications-modal #notification-modal-title .notifications-modal__title {
  font-size: 1.2rem;
  margin: 0;
  margin-bottom: 0 !important;
}
.notifications-modal .notifications-modal__body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
.notifications-modal .notifications-modal__body .notifications-modal__alert {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.notifications-modal .notifications-modal__body h3 {
  font-size: 1rem;
  margin: 0 !important;
  margin-bottom: 0.5rem !important;
}
.notifications-modal .notifications-modal__body p {
  max-width: 100%;
  margin: 0;
}
@media (max-width: 1024px) {
  .notifications-modal .notifications-modal-header img {
    width: 4.375rem;
    height: 4.375rem;
  }
  .notifications-modal .notifications-modal-header .notifications-modal__close {
    top: 0.85rem;
    right: 0.85rem;
    width: 4.375rem;
    height: 4.375rem;
    margin-top: -0.85rem;
    margin-right: -0.85rem;
    padding: 0.85rem;
  }
}
@media (max-width: 480px) {
  .notifications-modal .notifications-modal__content {
    padding: 1.5rem;
  }
}

footer .footer-content > div > div:first-child {
  width: fit-content;
  flex-basis: auto !important;
  flex-grow: 0 !important;
}
footer .footer-content > div > div:first-child figure {
  width: fit-content;
  height: 100%;
}
footer .footer-content > div > div:first-child figure img {
  width: 100%;
  object-fit: cover;
}
footer .footer-content .footer-contact-links {
  width: 100%;
  flex-wrap: wrap !important;
}
footer .footer-content .footer-contact-links > div {
  flex-basis: auto !important;
  flex-grow: 0 !important;
}
footer .footer-content .footer-contact-links .footer-contact-btn {
  align-items: flex-start;
  width: 100%;
  white-space: nowrap;
}
footer .footer-content .footer-contact-links .footer-contact-btn figure {
  width: 1.333rem;
  height: 1.333rem;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(83%) sepia(4%) saturate(1995%) hue-rotate(190deg) brightness(84%) contrast(92%);
}
footer .footer-content .footer-nav a {
  text-decoration: underline;
}
footer .footer-logo-accent .serif-styling {
  bottom: -100px;
}
footer .footer-logo-accent figure {
  width: 300px;
  height: 300px;
}
footer .geckovision {
  border-bottom: 8px solid var(--wp--preset--color--pink-0);
}
footer .geckovision > div > div > .wp-block-column {
  flex-basis: auto !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
}
footer .geckovision p span {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  top: 1px;
}
footer .geckovision p a {
  font-size: 14px;
  font-weight: 700;
}
footer .geckovision figure {
  font-size: 12px;
}
@media (max-width: 1024px) {
  footer .footer-content-container {
    padding-bottom: 6rem !important;
  }
  footer .footer-content-container > div:first-child {
    gap: 2.5rem;
  }
  footer .footer-content-container .footer-logo-accent .serif-styling {
    bottom: -135px;
  }
  footer .footer-content-container .footer-logo-accent figure {
    width: 200px;
    height: 200px;
  }
  footer .footer-content-container .footer-content-heading h3,
  footer .footer-content-container .footer-content-heading p {
    font-size: 1.5rem !important;
  }
  footer .footer-content-container .footer-logo-background {
    --footer-logo-width: 85px;
    flex-basis: var(--footer-logo-width) !important;
  }
  footer .footer-content-container .footer-logo-background img {
    width: var(--footer-logo-width) !important;
  }
}
@media (max-width: 768px) {
  footer .footer-content-container {
    padding-bottom: 8rem !important;
  }
  footer .footer-content-container .footer-logo-accent .serif-styling {
    bottom: -150px;
  }
  footer .footer-content-container .footer-logo-accent figure {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 480px) {
  footer .footer-content-container {
    padding-bottom: 6rem !important;
  }
  footer .footer-content-container > div {
    flex-direction: column;
    gap: 2rem;
  }
  footer .footer-content-container > div > div:last-child {
    padding-top: 0px !important;
  }
  footer .footer-content-container .footer-logo-accent .serif-styling {
    bottom: -110px;
  }
  footer .footer-content-container .footer-logo-accent figure {
    width: 120px;
    height: 120px;
  }
}

.serif-styling {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-block: auto !important;
  max-width: none !important;
  opacity: 0.6;
  mix-blend-mode: soft-light;
  line-height: 0.62;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 1200px) {
  .serif-styling {
    font-size: 10rem !important;
  }
}
@media (max-width: 768px) {
  .serif-styling {
    font-size: 5.5rem !important;
  }
}

.section-with-serif {
  padding-bottom: 7rem !important;
}
@media (max-width: 1200px) {
  .section-with-serif {
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 768px) {
  .section-with-serif {
    padding-bottom: 6.5rem !important;
  }
}

/*** sections ***/
.hero-cover {
  height: var(--theme-hero-height, 92svh);
  position: relative;
  overflow: hidden;
}
.hero-cover .wp-block-cover__background {
  mix-blend-mode: multiply;
}
.hero-cover::after {
  content: "Kiermasz";
  font-family: var(--wp--preset--font-family--sedan);
  position: absolute;
  display: block;
  bottom: var(--hero-bottom, -70px);
  left: var(--hero-left, -21px);
  width: 100%;
  text-align: center;
  font-size: var(--hero-font-size, clamp(3rem, 15vw, 12rem));
  white-space: nowrap;
  color: var(--wp--preset--color--white);
  line-height: 1;
  pointer-events: none;
}

.overlap-section {
  padding-top: 5.8333333333rem;
  padding-bottom: 5.8333333333rem;
  height: 100%;
  position: relative;
}
.overlap-section h1 {
  max-width: 38ch;
}
.overlap-section p {
  max-width: 600px;
}
.overlap-section.overlap-section--top {
  overflow: visible;
  padding-bottom: 0 !important;
}
.overlap-section.overlap-section--top .carousel {
  position: relative;
  z-index: 2;
  margin-bottom: calc(-1 * var(--carousel-overlap, 0px));
}
.overlap-section.overlap-section--bottom {
  padding-top: calc(var(--carousel-overlap, 0px) + var(--wp--preset--spacing--80)) !important;
}

.overlap-sections-two {
  --carousel-overlap: 4rem;
}
.overlap-sections-two .overlap-section > div {
  justify-content: space-between;
}
.overlap-sections-two .overlap-section > div .overlap-image {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  margin-bottom: -4rem;
}
.overlap-sections-two .overlap-section > div .overlap-image img {
  max-height: 560px;
  object-fit: contain !important;
  width: auto;
}
.overlap-sections-two .overlap-section--bottom .wp-block-list {
  list-style: none;
  margin: 0;
  padding-left: 1rem;
  max-width: 100%;
}
.overlap-sections-two .overlap-section--bottom .wp-block-list li {
  position: relative;
  padding-left: 2.25rem;
  padding-bottom: 1.1rem;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}
.overlap-sections-two .overlap-section--bottom .wp-block-list li:last-child {
  padding-bottom: 0;
}
.overlap-sections-two .overlap-section--bottom .wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.7em;
  height: 100%;
  width: 4px;
  background-color: var(--wp--preset--color--blue-b-6);
  transform: translateX(-50%);
}
.overlap-sections-two .overlap-section--bottom .wp-block-list li:last-child::before {
  display: none;
}
.overlap-sections-two .overlap-section--bottom .wp-block-list li::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.7em;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 4px solid var(--wp--preset--color--blue-b-6);
  background-color: var(--wp--preset--color--blue-d-2);
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .overlap-sections-two .overlap-section > div {
    align-items: flex-start;
    flex-direction: column;
  }
  .overlap-sections-two .overlap-section--bottom .wp-block-list {
    padding-left: 0;
  }
}

.contact-section .splitted > *:first-child {
  flex: 0 0 300px;
  max-width: 300px;
  height: auto;
  align-self: stretch;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .contact-section .splitted > *:first-child {
    flex-basis: 220px;
    max-width: 220px;
  }
}
.contact-section .splitted > *:last-child {
  flex: 1 1 0;
  min-width: 0;
}
.contact-section .wp-block-cover {
  max-width: 300px;
  width: 25rem;
  height: auto;
  align-self: stretch;
}
.contact-section .wp-block-button a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--wp--preset--color--blue-d-4);
  text-decoration: underline;
  font-size: 1.15rem;
}
.contact-section .wp-block-button a img {
  width: 1.45rem;
  height: auto;
  margin-right: 0.8rem;
}
@media (max-width: 768px) {
  .contact-section .wp-block-button a {
    font-size: 1rem;
  }
}
.contact-section .contact-element {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.contact-section .contact-element h3 {
  font-size: 1.2rem;
}
.contact-section .contact-element p {
  font-size: 0.8888888889rem;
}
@media (max-width: 768px) {
  .contact-section .contact-element p {
    font-size: 1rem;
  }
}
.contact-section .contact-element > * {
  max-width: 72%;
  z-index: 1;
}
@media (max-width: 768px) {
  .contact-section .contact-element > * {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .contact-section .contact-element::after {
    opacity: 0.04 !important;
  }
  .contact-section .contact-element {
    padding: 1.5rem !important;
  }
}
.contact-section .contact-termin::after {
  position: absolute;
  content: url("./assets/icons/ionicons/ionicons_calendar.svg");
  color: var(--wp--preset--color--blue-d-2);
  opacity: 0.06;
  display: inline-block;
  width: 14rem;
  height: 14rem;
  vertical-align: middle;
  right: 1.5rem;
  bottom: -2rem;
  pointer-events: none;
}
.contact-section .contact-befund::after {
  position: absolute;
  content: url("./assets/icons/ionicons/ionicons_document-text.svg");
  color: var(--wp--preset--color--blue-d-2);
  opacity: 0.06;
  display: inline-block;
  width: 14rem;
  height: 14rem;
  vertical-align: middle;
  right: 1.5rem;
  bottom: -2rem;
  pointer-events: none;
}
.contact-section .contact-rezept::after {
  position: absolute;
  content: url("./assets/icons/tabler/tabler_pill.svg");
  color: var(--wp--preset--color--blue-d-2);
  opacity: 0.06;
  display: inline-block;
  width: 14rem;
  height: 14rem;
  vertical-align: middle;
  right: 1.5rem;
  bottom: -2.25rem;
  pointer-events: none;
}
@media (max-width: 768px) {
  .contact-section > div {
    flex-direction: column-reverse;
    align-items: start;
  }
  .contact-section .splitted > div {
    flex-direction: column;
  }
  .contact-section .splitted > *:first-child:empty {
    display: none;
  }
  .contact-section .splitted > *:last-child {
    flex: auto;
  }
  .contact-section .splitted .wp-block-cover {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0px !important;
    aspect-ratio: 16/9;
  }
}

.single-section p:not(:last-child) {
  margin-bottom: 1.1111111111rem;
}
.single-section table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}
.single-section table tr {
  border-bottom: 1px solid currentColor;
}
.single-section table tr:last-child {
  border-bottom: none;
}
.single-section table td,
.single-section table th {
  border: none;
  padding-right: 1rem;
}
.single-section table td:last-child,
.single-section table th:last-child {
  padding-right: 0.5em;
}

.alternating-section {
  overflow-x: clip;
}
.alternating-section .half-half {
  width: 100%;
  gap: 1.1111111111rem;
}
.alternating-section .half-half > * {
  width: 100%;
}
@media (max-width: 768px) {
  .alternating-section .half-half {
    flex-direction: column;
  }
}
.alternating-section .alternating-text {
  align-items: stretch;
}
.alternating-section .alternating-text > * {
  flex: 1 1 50%;
  min-width: 0;
  max-width: 50%;
  width: 50%;
}
@media (max-width: 768px) {
  .alternating-section .alternating-text > * {
    flex: 1 1 100%;
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .alternating-section .alternating-text-left {
    flex-direction: column;
    gap: 0;
  }
  .alternating-section .alternating-text-left > *:first-child {
    padding-right: 1.5rem !important;
    width: calc(100% + 1.5rem);
    max-width: none;
  }
  .alternating-section .alternating-text-left > *:last-child {
    width: calc(100% + var(--wp--style--root--padding-left) + 1.5rem);
    max-width: none;
    margin-left: calc(var(--wp--style--root--padding-left) * -1);
  }
}
.alternating-section .alternating-text-left > *:first-child {
  position: relative;
  z-index: 0;
}
.alternating-section .alternating-text-left > *:first-child::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background-color: inherit;
}
.alternating-section .alternating-text-left > *:last-child {
  display: flex;
  flex-direction: column;
}
.alternating-section .alternating-text-left > *:last-child .wp-block-cover {
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .alternating-section .alternating-text-right {
    flex-direction: column-reverse;
    gap: 0;
  }
  .alternating-section .alternating-text-right > *:last-child {
    padding-left: 1.5rem !important;
    width: calc(100% + 1.5rem);
    max-width: none;
    margin-left: -1.5rem;
  }
  .alternating-section .alternating-text-right > *:first-child {
    width: calc(100% + var(--wp--style--root--padding-right) + 1.5rem);
    max-width: none;
    margin-left: -1.5rem;
  }
}
.alternating-section .alternating-text-right > *:last-child {
  position: relative;
  z-index: 0;
}
.alternating-section .alternating-text-right > *:last-child::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100vw;
  background-color: inherit;
}
.alternating-section .alternating-text-right > *:first-child {
  display: flex;
  flex-direction: column;
}
.alternating-section .alternating-text-right > *:first-child .wp-block-cover {
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
}

.cta-section > div {
  display: flex;
  flex-direction: row;
  gap: 2.6666666667rem;
}
.cta-section > div h2.wp-block-heading {
  flex: 1 1 50%;
  font-size: 1.5rem;
  margin-bottom: 0px !important;
}
.cta-section > div h2.wp-block-heading a {
  font-size: inherit;
  font-weight: inherit;
}
.cta-section > div .timeline {
  flex: 1 1 50%;
}
.cta-section > div .timeline > div {
  display: flex;
  align-items: center;
  gap: 5rem;
  width: fit-content;
}
.cta-section > div .timeline > div > div {
  display: block;
  width: 1.7777777778rem;
  height: 1.7777777778rem;
  position: relative;
}
.cta-section > div .timeline > div > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: calc(5rem + 5px);
  height: 5px;
  background-color: var(--wp--preset--color--pink-0);
  transform: translateY(-50%);
}
.cta-section > div .timeline > div > div p {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  margin-top: 6px;
  font-weight: 600;
}
.cta-section > div .timeline > div > div:has(.wp-block-cover) {
  width: 8.8888888889rem;
  height: 8.8888888889rem;
  overflow: hidden;
}
.cta-section > div .timeline > div > div .wp-block-cover {
  min-height: auto;
  height: 100%;
}
@media (max-width: 1024px) {
  .cta-section > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.3333333333rem;
  }
  .cta-section > div .timeline {
    width: 100%;
    max-width: 100%;
  }
  .cta-section > div .timeline > div {
    width: 100%;
    gap: 0px;
    justify-content: space-between;
  }
  .cta-section > div .timeline > div > div:not(:last-child)::after {
    width: calc((100vw - var(--wp--style--root--padding-left) - var(--wp--style--root--padding-right) - 14.2222222222rem) / 3 + 5px);
  }
}
@media (max-width: 480px) {
  .cta-section > div .timeline > div > div {
    width: 1.4444444444rem;
    height: 1.4444444444rem;
  }
  .cta-section > div .timeline > div > div:has(.wp-block-cover) {
    width: 6.6666666667rem;
    height: 6.6666666667rem;
  }
  .cta-section > div .timeline > div > div:not(:last-child)::after {
    width: calc((100vw - var(--wp--style--root--padding-left) - var(--wp--style--root--padding-right) - 11rem) / 3 + 5px);
  }
}

.map-section .wp-block-cover .wp-block-cover__inner-container {
  height: 100%;
  position: absolute;
  padding: 0;
}
.map-section .wp-block-cover .wp-block-cover__inner-container p {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  display: flex;
}
.map-section .wp-block-cover .wp-block-cover__inner-container p a {
  display: block;
  font-size: 0.7777777778rem;
}
.map-section .wp-block-cover .wp-block-cover__inner-container .copyright {
  background: var(--wp--preset--color--blue-d-6);
  color: var(--wp--preset--color--white);
  left: auto;
  right: 0;
  bottom: 0;
  padding: 2px 4px;
  width: auto;
  transform: none;
}
.map-section .wp-block-cover .wp-block-cover__inner-container .copyright a {
  font-size: 11px;
}

.boxes-section .box-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: space-between;
}
.boxes-section .box-content a {
  color: var(--wp--preset--color--white);
}
@media (max-width: 1024px) {
  .boxes-section .boxes {
    margin-left: calc(var(--wp--style--root--padding-left) / 2 * -1) !important;
    margin-right: calc(var(--wp--style--root--padding-right) / 2 * -1) !important;
    width: calc(100% + var(--wp--style--root--padding-left) / 2 + var(--wp--style--root--padding-right) / 2);
  }
}

/*** elements ***/
.chip {
  display: inline-block;
  width: fit-content;
  align-self: flex-start;
  margin: 8px 0;
  padding: 0.1111111111rem 0.3888888889rem;
  border: 1.5px solid currentColor;
  border-radius: 8px;
  background-color: transparent;
  font-size: var(--wp--preset--font-size--xs);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.carousel {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  scroll-behavior: smooth;
}
.carousel.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
  user-select: none;
}
.carousel {
  padding-left: max(var(--wp--style--root--padding-left), (100% - var(--wp--style--global--content-size)) / 2 + var(--wp--style--root--padding-left)) !important;
  scroll-padding-left: max(var(--wp--style--root--padding-left), (100% - var(--wp--style--global--content-size)) / 2 + var(--wp--style--root--padding-left));
}
.carousel::-webkit-scrollbar {
  display: none;
}
.carousel {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.carousel .card:last-child {
  margin-right: var(--wp--style--root--padding-right);
}

.carousel-nav {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  height: auto;
}
@media (max-width: 1024px) {
  .carousel-nav {
    left: 0;
    right: auto;
    top: -70px;
    gap: 0.75rem;
  }
}
.carousel-nav .carousel-nav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1.5px solid var(--wp--preset--color--white);
  border-radius: 100%;
  background-color: var(--wp--preset--color--blue-d-2);
  color: var(--wp--preset--color--white);
  cursor: pointer;
  transition: background-color 0.3s;
}
.carousel-nav .carousel-nav__btn:hover {
  background-color: var(--wp--preset--color--blue-d-4);
}
.carousel-nav .carousel-nav__btn:focus-visible {
  outline: 2px solid var(--wp--preset--color--white);
  outline-offset: 2px;
}
.carousel-nav .carousel-nav__btn svg {
  width: 1.1rem;
  height: 1.1rem;
}

.card {
  scroll-snap-align: start;
  flex: 0 0 calc((100% - 12rem) / 4);
  gap: 0;
  max-width: 300px;
}
@media (max-width: 1200px) {
  .card {
    flex: 0 0 calc((100% - 4rem) / 3);
  }
}
@media (max-width: 768px) {
  .card {
    flex: 0 0 calc((100% - 2rem) / 2);
  }
}
@media (max-width: 480px) {
  .card {
    flex: 0 0 90%;
  }
}
.card .wp-block-cover {
  margin: 0;
  width: 100%;
}
.card .wp-block-cover img {
  width: 100%;
  object-fit: cover;
}
.card h3 {
  margin-top: 0rem;
  margin-bottom: 0.25rem;
  font-size: 1.2rem;
}
.card p {
  margin-top: 0;
  opacity: 0.75;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 999;
  padding: 0.75rem 1.25rem;
  background-color: var(--wp--preset--color--blue-d-2);
  color: var(--wp--preset--color--white);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.skip-link:focus {
  position: fixed;
  top: 4px;
  left: 4px;
  width: auto;
  height: auto;
  overflow: visible;
  outline: 2px solid var(--wp--preset--color--white);
  outline-offset: 2px;
}/*# sourceMappingURL=style.css.map */