@charset "UTF-8";
.bg-color-yellow {
  background: #ffe30e !important;
}

.bg-color-light-blue {
  background: #7aafe6 !important;
}

.bg-color-light-green {
  background: #80d1af !important;
}

.bg-color-orange {
  background: #ff6428 !important;
}

.bg-color-light-red {
  background: #ff96aa !important;
}

.bg-color-dark-grey {
  background: #0c0c0c !important;
}

.bg-color-default {
  background: black !important;
}

@font-face {
  font-family: GT Flexa;
  src: url("../fonts/GT-Flexa-Standard-Lazer.woff2") format("woff2");
  font-weight: 100;
}
@font-face {
  font-family: GT Flexa;
  src: url("../fonts/GT-Flexa-Standard-Thin-Italic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: GT Flexa;
  src: url("../fonts/GT-Flexa-Standard-Thin.woff2") format("woff2");
  font-weight: 200;
}
@font-face {
  font-family: GT Flexa;
  src: url("../fonts/GT-Flexa-Standard-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: GT Flexa;
  src: url("../fonts/GT-Flexa-Standard-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: GT Flexa;
  src: url("../fonts/GT-Flexa-Standard-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: GT Flexa;
  src: url("../fonts/GT-Flexa-Standard-Black.woff2") format("woff2");
  font-weight: 900;
}
* {
  font-family: "GT Flexa", sans-serif;
  font-size: 30px;
  font-weight: 200;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}
@media screen and (max-width: 1000px) {
  * {
    font-size: 20px;
  }
}

h1 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

h2 {
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  text-align: center;
  font-size: 1.3rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
h2, h2 * {
  line-height: 0.9em;
}
h2 strong {
  font-weight: 900;
}

h1 {
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1em;
  text-shadow: 0.07em 0.07em white;
}
@media screen and (max-width: 1000px) {
  h1 {
    font-size: 1.5rem;
  }
}

h3 {
  font-weight: 900;
  line-height: 0.95em;
}
h3 p {
  margin-bottom: 0;
}

p, ul, .cols, .text-intro, .text-media, .related-pages {
  margin-bottom: 2em;
}

h3 {
  margin-bottom: 1em;
}

h4 {
  margin-bottom: 1em;
  text-align: center;
}

a, .link {
  text-decoration: none;
}

.bold-links a, .bold-links a *, .bold-links .link, .bold-links .link *, a.bold, a.bold * {
  font-weight: 900;
  text-transform: uppercase;
}
.bold-links a:hover, .bold-links .link:hover, a.bold:hover {
  text-shadow: 0.07em 0.07em white;
}

p a {
  font-weight: inherit !important;
  text-transform: inherit !important;
  text-decoration: underline;
}
p a:hover {
  text-shadow: none !important;
}

.bold, .bold * {
  font-weight: 400;
}

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

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

.text-normal {
  max-width: var(--wrap-small-width);
  margin-left: auto;
  margin-right: auto;
}
.text-normal, .text-normal * {
  font-size: 23px;
  font-weight: 400;
}

.text-quote {
  max-width: var(--wrap-small-width);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.text-quote, .text-quote * {
  font-style: italic;
  font-size: 33px;
}

.text-media {
  display: flex;
  gap: 40px;
  max-width: calc(var(--wrap-width) - 150px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .text-media {
    flex-direction: column !important;
  }
}
.text-media.layout-text-left {
  flex-direction: row-reverse;
}
.text-media .content-media {
  width: 40%;
  flex: 0 0 40%;
}
@media screen and (max-width: 1000px) {
  .text-media .content-media {
    width: 100%;
    flex: 0 0 100%;
  }
}
.text-media video {
  max-width: 100%;
}
.text-media .content-text > div:last-child, .text-media .content-text > div:last-child p:last-child {
  margin-bottom: 0;
}

.media video {
  max-width: 100%;
}
.media figure img {
  max-height: none;
}

.small, footer *, .small *,
figcaption,
figcaption * {
  font-size: max(14px, 0.5rem);
  font-weight: 400;
}

.medium, .medium * {
  font-size: max(16px, 0.7rem);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5em;
}

.pills {
  text-align: center;
}
.pills li {
  display: inline-block;
  margin-right: 1em;
  border: solid 1px black;
  border-radius: 10px;
  padding: 0 13px 1px 13px;
}
.pills li:last-child {
  margin-right: 0;
}
.pills li.active {
  background: black;
}
.pills li.active, .pills li.active * {
  color: white;
}

footer * {
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 1000px) {
  .cols header * {
    font-size: 0.8rem;
  }
}

.map-cols {
  overflow: hidden;
  margin-bottom: 100px;
}
.map-cols .wrap-custom {
  margin: 0 auto;
  max-width: 1400px;
}
.map-cols .col-50 {
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .map-cols .col-50 {
    border-top: solid 1px black;
    border-bottom: solid 1px black;
  }
  .map-cols .col-50:nth-child(1) {
    border-right: solid 1px black;
  }
}

.map-container .map {
  z-index: 10;
  height: calc(100vh - var(--header-height));
}
.cols .map-container .map {
  height: calc(100vh - 10rem);
}
@media screen and (max-width: 1000px) {
  .cols .map-container .map {
    height: 50vh;
  }
}
@media screen and (max-width: 1000px) {
  .map-container .map {
    margin-left: -15px;
    margin-right: -15px;
  }
}
main.k-panel-view .map-container .map {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  margin-left: 0;
  margin-right: 0;
}
.map-container .map .map-marker {
  border-radius: 50%;
}
.map-container .map .map-marker .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 10;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1000px) {
  .map-container .map .map-marker .icon {
    width: 20px;
    height: 20px;
  }
}
.map-container .map .map-marker .title {
  position: absolute;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  white-space: nowrap;
  margin-left: 10px;
  height: 24px;
  padding: 2px 20px;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 1000px) {
  .map-container .map .map-marker .title {
    font-size: 16px;
    height: 20px;
  }
}
.cols .map-container .map .map-marker .title {
  display: none;
}
.map-container .map .map-marker.bg-color-yellow .icon {
  background: #ffe30e !important;
}
.map-container .map .map-marker.bg-color-light-blue .icon {
  background: #7aafe6 !important;
}
.map-container .map .map-marker.bg-color-light-green .icon {
  background: #80d1af !important;
}
.map-container .map .map-marker.bg-color-orange .icon {
  background: #ff6428 !important;
}
.map-container .map .map-marker.bg-color-light-red .icon {
  background: #ff96aa !important;
}
.map-container .map .map-marker.bg-color-yellow .title {
  background: #ffec5b !important;
}
.map-container .map .map-marker.bg-color-light-blue .title {
  background: #bad6f2 !important;
}
.map-container .map .map-marker.bg-color-light-green .title {
  background: #b8e5d2 !important;
}
.map-container .map .map-marker.bg-color-orange .title {
  background: #ff9b75 !important;
}
.map-container .map .map-marker.bg-color-light-red .title {
  background: #ffe3e8 !important;
}
.map-container .map .map-marker-secondary {
  z-index: 5 !important;
  border-radius: 0;
  width: 0 !important;
  height: 0 !important;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 18px solid black;
}
.cols .map-container .map .map-marker-secondary {
  display: none;
}
.map-container .map .map-marker-secondary .title {
  position: absolute;
  top: 0;
  margin-left: -20px;
  width: 40px;
  text-align: center;
  margin-top: -47px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.cols .map-container .map .map-marker-secondary .title {
  display: none;
}
.map-container .map .map-marker-secondary.bg-color-yellow {
  border-top-color: #ffe30e;
  background: transparent !important;
}
.map-container .map .map-marker-secondary.bg-color-light-blue {
  border-top-color: #7aafe6;
  background: transparent !important;
}
.map-container .map .map-marker-secondary.bg-color-light-green {
  border-top-color: #80d1af;
  background: transparent !important;
}
.map-container .map .map-marker-secondary.bg-color-orange {
  border-top-color: #ff6428;
  background: transparent !important;
}
.map-container .map .map-marker-secondary.bg-color-light-red {
  border-top-color: #ff96aa;
  background: transparent !important;
}
.map-container .map .position-marker {
  border-radius: 50%;
}
.map-container .map .position-marker:before, .map-container .map .position-marker:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 2px #ff6428;
  margin-left: -2px;
  margin-top: -2px;
  animation: 3s infinite position-marker-ring;
}
.map-container .map .position-marker:after {
  animation-delay: 1s;
}
.map-container .leaflet-control-container .leaflet-left {
  left: auto;
  right: 0;
  top: 65px;
}
@media screen and (max-width: 1000px) {
  .map-container .leaflet-control-container .leaflet-left {
    top: 45px;
  }
}
.map-container .leaflet-control-container .leaflet-left .leaflet-control {
  margin-right: 10px;
}
@media screen and (max-width: 1000px) {
  .map-container .leaflet-control-container .leaflet-left .leaflet-control a {
    width: 34px;
    height: 34px;
  }
  .map-container .leaflet-control-container .leaflet-left .leaflet-control * {
    font-size: 23px;
  }
}
.map-container .leaflet-control-container .leaflet-control-zoom {
  border: solid 1px black;
}
.map-container .leaflet-control-container .leaflet-control-zoom .leaflet-control-zoom-in,
.map-container .leaflet-control-container .leaflet-control-zoom .leaflet-control-zoom-out {
  border: none;
  background: #ffe30e;
}

.maps-header {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.maps-header h3 {
  margin-bottom: 0;
}
.maps-header .col-50 {
  text-align: center;
}

.map-headline {
  position: fixed;
  z-index: 90;
  width: 100%;
  pointer-events: none;
}
.map-headline h2 {
  text-align: left;
  margin-left: 0;
}

.map-links {
  position: fixed;
  z-index: 90;
  right: 0;
  top: 100px;
}
@media screen and (max-width: 1000px) {
  .map-links {
    top: 80px;
  }
}
.map-links > * {
  border: solid 1px black;
  border-right: 0;
  border-radius: 22px 0 0 22px;
  padding: 5px 20px 3px 20px;
  margin-bottom: 0.5rem;
  background: #ffe30e;
}

@keyframes position-marker-ring {
  from {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  to {
    transform: scale(150%);
    opacity: 0;
  }
}
:root {
  --wrap-width: 1200px;
  --wrap-small-width: 820px;
  --header-height: 78px;
}
@media screen and (max-width: 1000px) {
  :root {
    --header-height: 70px;
  }
}

body {
  background: #ffe30e;
}
body.page-default, body.page-press {
  background-color: #80d1af;
}
body.page-calendar, body.page-calendar-entry, body.page-calendar-category {
  background-color: #7aafe6;
}
body.page-blog, body.page-blog-entry, body.page-blog-category {
  background-color: #ff96aa;
}
body.has-open-modal {
  overflow: hidden;
}

.page-wrapper, header.site-header, nav {
  background-color: #ffec5b;
  transition: background-color 0.2s ease-in-out;
}
.page-wrapper header.site-header, .page-wrapper nav, header.site-header header.site-header, header.site-header nav, nav header.site-header, nav nav {
  background-color: #ffe30e;
}
.page-wrapper.page-default, .page-wrapper.page-default .table .header, .page-wrapper.page-press, .page-wrapper.page-press .table .header, header.site-header.page-default, header.site-header.page-default .table .header, header.site-header.page-press, header.site-header.page-press .table .header, nav.page-default, nav.page-default .table .header, nav.page-press, nav.page-press .table .header {
  background-color: #96d9bd;
}
.page-wrapper.page-default header.site-header, .page-wrapper.page-default nav, .page-wrapper.page-press header.site-header, .page-wrapper.page-press nav, header.site-header.page-default header.site-header, header.site-header.page-default nav, header.site-header.page-press header.site-header, header.site-header.page-press nav, nav.page-default header.site-header, nav.page-default nav, nav.page-press header.site-header, nav.page-press nav {
  background-color: #80d1af;
}
.page-wrapper.page-default .modal-media, .page-wrapper.page-press .modal-media, header.site-header.page-default .modal-media, header.site-header.page-press .modal-media, nav.page-default .modal-media, nav.page-press .modal-media {
  background-color: rgba(128, 209, 175, 0.8);
}
.page-wrapper.page-calendar, .page-wrapper.page-calendar .table .header, .page-wrapper.page-calendar-entry, .page-wrapper.page-calendar-entry .table .header, .page-wrapper.page-calendar-category, .page-wrapper.page-calendar-category .table .header, header.site-header.page-calendar, header.site-header.page-calendar .table .header, header.site-header.page-calendar-entry, header.site-header.page-calendar-entry .table .header, header.site-header.page-calendar-category, header.site-header.page-calendar-category .table .header, nav.page-calendar, nav.page-calendar .table .header, nav.page-calendar-entry, nav.page-calendar-entry .table .header, nav.page-calendar-category, nav.page-calendar-category .table .header {
  background-color: #98c1ec;
}
.page-wrapper.page-calendar header.site-header, .page-wrapper.page-calendar nav, .page-wrapper.page-calendar-entry header.site-header, .page-wrapper.page-calendar-entry nav, .page-wrapper.page-calendar-category header.site-header, .page-wrapper.page-calendar-category nav, header.site-header.page-calendar header.site-header, header.site-header.page-calendar nav, header.site-header.page-calendar-entry header.site-header, header.site-header.page-calendar-entry nav, header.site-header.page-calendar-category header.site-header, header.site-header.page-calendar-category nav, nav.page-calendar header.site-header, nav.page-calendar nav, nav.page-calendar-entry header.site-header, nav.page-calendar-entry nav, nav.page-calendar-category header.site-header, nav.page-calendar-category nav {
  background-color: #7aafe6;
}
.page-wrapper.page-calendar .modal-media, .page-wrapper.page-calendar-entry .modal-media, .page-wrapper.page-calendar-category .modal-media, header.site-header.page-calendar .modal-media, header.site-header.page-calendar-entry .modal-media, header.site-header.page-calendar-category .modal-media, nav.page-calendar .modal-media, nav.page-calendar-entry .modal-media, nav.page-calendar-category .modal-media {
  background-color: rgba(122, 175, 230, 0.8);
}
.page-wrapper.page-blog, .page-wrapper.page-blog header.site-header, .page-wrapper.page-blog nav, .page-wrapper.page-blog .table .header, .page-wrapper.page-blog-entry, .page-wrapper.page-blog-entry header.site-header, .page-wrapper.page-blog-entry nav, .page-wrapper.page-blog-entry .table .header, .page-wrapper.page-blog-category, .page-wrapper.page-blog-category header.site-header, .page-wrapper.page-blog-category nav, .page-wrapper.page-blog-category .table .header, header.site-header.page-blog, header.site-header.page-blog header.site-header, header.site-header.page-blog nav, header.site-header.page-blog .table .header, header.site-header.page-blog-entry, header.site-header.page-blog-entry header.site-header, header.site-header.page-blog-entry nav, header.site-header.page-blog-entry .table .header, header.site-header.page-blog-category, header.site-header.page-blog-category header.site-header, header.site-header.page-blog-category nav, header.site-header.page-blog-category .table .header, nav.page-blog, nav.page-blog header.site-header, nav.page-blog nav, nav.page-blog .table .header, nav.page-blog-entry, nav.page-blog-entry header.site-header, nav.page-blog-entry nav, nav.page-blog-entry .table .header, nav.page-blog-category, nav.page-blog-category header.site-header, nav.page-blog-category nav, nav.page-blog-category .table .header {
  background-color: #ffb0bf;
}
.page-wrapper.page-blog header.site-header, .page-wrapper.page-blog nav, .page-wrapper.page-blog-entry header.site-header, .page-wrapper.page-blog-entry nav, .page-wrapper.page-blog-category header.site-header, .page-wrapper.page-blog-category nav, header.site-header.page-blog header.site-header, header.site-header.page-blog nav, header.site-header.page-blog-entry header.site-header, header.site-header.page-blog-entry nav, header.site-header.page-blog-category header.site-header, header.site-header.page-blog-category nav, nav.page-blog header.site-header, nav.page-blog nav, nav.page-blog-entry header.site-header, nav.page-blog-entry nav, nav.page-blog-category header.site-header, nav.page-blog-category nav {
  background-color: #ff96aa;
}
.page-wrapper.page-blog .modal-media, .page-wrapper.page-blog-entry .modal-media, .page-wrapper.page-blog-category .modal-media, header.site-header.page-blog .modal-media, header.site-header.page-blog-entry .modal-media, header.site-header.page-blog-category .modal-media, nav.page-blog .modal-media, nav.page-blog-entry .modal-media, nav.page-blog-category .modal-media {
  background-color: rgba(255, 150, 170, 0.8);
}
.page-wrapper.page-blog .modal-media .icon-close:before, .page-wrapper.page-blog-entry .modal-media .icon-close:before, .page-wrapper.page-blog-category .modal-media .icon-close:before, header.site-header.page-blog .modal-media .icon-close:before, header.site-header.page-blog-entry .modal-media .icon-close:before, header.site-header.page-blog-category .modal-media .icon-close:before, nav.page-blog .modal-media .icon-close:before, nav.page-blog-entry .modal-media .icon-close:before, nav.page-blog-category .modal-media .icon-close:before {
  background-color: #ff96aa;
}

.page-nav .grid {
  justify-content: center;
}
.page-nav .grid.grid-count-1 *, .page-nav .grid.grid-count-2 * {
  text-align: center;
}
.page-nav .page-image {
  display: inline-block;
  width: calc(100% - 4rem);
  border-radius: 50%;
  margin: 1rem 2rem;
  background: white;
  max-width: 240px;
}
.page-nav .page-image img {
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

ul {
  list-style: none;
}
ul.inline li {
  display: inline-block;
  margin-right: 1em;
}
ul.inline li.active {
  background: white;
}

header.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  height: var(--header-height);
  overflow: hidden;
}
header.site-header .logo img {
  width: 140px;
  margin-top: -5px;
  margin-left: -6px;
}
@media screen and (max-width: 1000px) {
  header.site-header .logo img {
    width: 120px;
    margin-top: -4px;
    margin-left: -7px;
  }
}
header.site-header .site-header-content {
  padding-top: 15px;
}
header.fixed {
  position: absolute;
  z-index: 50;
}
header .cols {
  margin-bottom: 0;
}
header .logo-col .breadcrumbs {
  margin-top: 14px;
  margin-left: 30px;
  margin-bottom: 0;
}
header .breadcrumbs {
  margin-top: 5px;
  text-align: center;
}
header .nav-toggle {
  margin-left: auto;
  margin-top: 10px;
}

nav {
  position: fixed;
  z-index: 99;
  top: var(--header-height);
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  transform: translate(0, -130%);
  transition: transform 0.2s ease-in-out;
}
body.nav-active nav {
  transform: translate(0);
}
nav * {
  text-decoration: none;
  color: black;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 1000px) {
  nav * {
    font-size: 1.5rem;
  }
}

.search-form {
  padding-top: 8px;
}
.search-form input[type=search] {
  font-size: 1rem;
  display: block;
  background: white;
  padding: 8px 12px;
  border: none;
  border-radius: 27px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wrap, .c-form-messages > div,
.common-form-messages > div,
.ta-contact-form-messages > div {
  padding: 20px 25px;
}
@media screen and (max-width: 1000px) {
  .wrap, .c-form-messages > div,
  .common-form-messages > div,
  .ta-contact-form-messages > div {
    padding: 10px 15px;
  }
}

nav.wrap, section.wrap {
  padding-top: 0;
  padding-bottom: 0;
}

main {
  margin-top: var(--header-height);
  min-height: calc(100vh - var(--header-height));
  padding-bottom: 0 !important;
}
body:not(.page-map) main {
  padding-top: 2rem;
}

footer {
  background: #0c0c0c;
}
footer .cols {
  margin-bottom: 0;
}
footer .wrap, footer .c-form-messages > div,
footer .common-form-messages > div,
footer .ta-contact-form-messages > div {
  padding-top: 25px;
}

figure img {
  width: 100%;
  max-height: 50vh;
  object-fit: contain;
  object-position: top center;
}

.table {
  border-bottom: solid 1px black;
}
.table li .cols {
  margin-bottom: 0;
}
.table li .header {
  border-top: solid 1px black;
  position: sticky;
  top: var(--header-height);
  background: #ffe30e;
  padding: 5px 0;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 50;
}
.table li .header .col-30 {
  position: relative;
}
.table li .header .col-30:after {
  position: absolute;
  content: "↓";
  top: 0;
  right: 1em;
}
@media screen and (max-width: 1000px) {
  .table li .header {
    text-align: center;
  }
}
.table li .header.no-bg {
  background: transparent;
}
.table li .header p {
  margin-bottom: 0;
}
.table li.expanded .header {
  border-bottom: solid 1px black;
}
.table li.expanded .header .col-30:after {
  content: "↑";
}
.table li:not(.expanded) .content {
  display: none;
}
.table li .content {
  padding: 3px 0;
}

.grid,
.grid-2 {
  display: flex;
  flex-wrap: wrap;
}
.grid .item,
.grid-2 .item {
  width: calc(33% - 15px);
  flex: 0 0 calc(33% - 15px);
  margin-right: 15px;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .grid .item,
  .grid-2 .item {
    flex: 0 0 calc(50% - 15px);
  }
}
@media screen and (max-width: 500px) {
  .grid .item,
  .grid-2 .item {
    flex: 0 0 calc(100% - 15px);
    padding-bottom: 1rem;
  }
}
.grid .item.illustration,
.grid-2 .item.illustration {
  padding-bottom: 0;
}
.grid .item > div > h3,
.grid-2 .item > div > h3 {
  margin-bottom: 0;
}
.grid .item img,
.grid-2 .item img {
  max-width: 100%;
}
.grid.align-center .item a,
.grid-2.align-center .item a {
  display: block;
}
.grid.align-center .item *,
.grid-2.align-center .item * {
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .grid-2 {
    padding-left: 0;
  }
}
.grid-2 .item {
  width: calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
}
@media screen and (max-width: 1000px) {
  .grid-2 .item {
    flex: 0 0 100%;
  }
}

.modal:not(.modal-media):not(.modal-zoomable-image) {
  transform: translate(-50%, 130%);
  left: 50%;
  height: 100vh;
  overflow-y: auto;
}
.modal:not(.modal-media):not(.modal-zoomable-image) .modal {
  display: none;
}
.modal:not(.modal-media):not(.modal-zoomable-image).open {
  transform: translate(-50%, 0);
}
.modal:not(.modal-media):not(.modal-zoomable-image) > .content {
  max-width: var(--wrap-width);
  margin-left: auto;
  margin-right: auto;
  background: #7aafe6;
  margin-top: calc(var(--header-height) + 1rem);
  height: -moz-fit-content;
  height: fit-content;
  min-height: calc(100vh - var(--header-height) - 1rem);
  padding-top: 100px;
  overflow: hidden;
  border-radius: 40px 40px 0 0;
}
@media screen and (max-width: 1000px) {
  .modal:not(.modal-media):not(.modal-zoomable-image) > .content {
    border-radius: 20px 20px 0 0;
  }
}
.modal:not(.modal-media):not(.modal-zoomable-image) > .content > header {
  position: fixed;
  top: calc(var(--header-height) + 1rem);
  width: 100%;
  max-width: var(--wrap-width);
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .modal:not(.modal-media):not(.modal-zoomable-image) > .content > header {
    padding-top: 20px;
  }
}

.media .wrap, .media .c-form-messages > div,
.media .common-form-messages > div,
.media .ta-contact-form-messages > div,
.modal-media .wrap,
.modal-media .c-form-messages > div,
.modal-media .common-form-messages > div,
.modal-media .ta-contact-form-messages > div,
.modal-zoomable-image .wrap,
.modal-zoomable-image .c-form-messages > div,
.modal-zoomable-image .common-form-messages > div,
.modal-zoomable-image .ta-contact-form-messages > div {
  padding: 0;
}
.media > .content,
.modal-media > .content,
.modal-zoomable-image > .content {
  background: none;
  max-height: calc(100vh - 1rem);
  padding-top: 1rem;
  overflow: hidden;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 1400px) {
  .media > .content,
  .modal-media > .content,
  .modal-zoomable-image > .content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.media > .content .next,
.modal-media > .content .next,
.modal-zoomable-image > .content .next {
  position: absolute;
  z-index: 100;
  top: calc(50% - 1rem);
  right: 0;
  cursor: pointer;
}
.media > .content .prev,
.modal-media > .content .prev,
.modal-zoomable-image > .content .prev {
  position: absolute;
  z-index: 100;
  top: calc(50% - 1rem);
  left: 0;
  cursor: pointer;
}
.media > .content .icon-close,
.modal-media > .content .icon-close,
.modal-zoomable-image > .content .icon-close {
  margin-top: calc(27px - 1rem);
  margin-right: 28px;
}
.media > .content .icon-close:before,
.modal-media > .content .icon-close:before,
.modal-zoomable-image > .content .icon-close:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  margin-top: -12px;
  margin-left: -2px;
}
.media > .content img,
.modal-media > .content img,
.modal-zoomable-image > .content img {
  width: 100%;
  max-height: calc(100vh - 2rem);
  max-height: 100vh;
  object-fit: contain;
}
.media > .content > header,
.modal-media > .content > header,
.modal-zoomable-image > .content > header {
  position: fixed;
  right: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 100;
}
.media > .content > div.wrap, .media > .c-form-messages.content > div,
.media > .common-form-messages.content > div,
.media > .ta-contact-form-messages.content > div,
.modal-media > .content > div.wrap,
.modal-media > .c-form-messages.content > div,
.modal-media > .common-form-messages.content > div,
.modal-media > .ta-contact-form-messages.content > div,
.modal-zoomable-image > .content > div.wrap,
.modal-zoomable-image > .c-form-messages.content > div,
.modal-zoomable-image > .common-form-messages.content > div,
.modal-zoomable-image > .ta-contact-form-messages.content > div {
  max-width: 100vw;
  display: flex;
  overflow-y: auto;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.media > .content > div.wrap::-webkit-scrollbar, .media > .c-form-messages.content > div::-webkit-scrollbar,
.media > .common-form-messages.content > div::-webkit-scrollbar,
.media > .ta-contact-form-messages.content > div::-webkit-scrollbar,
.modal-media > .content > div.wrap::-webkit-scrollbar,
.modal-media > .c-form-messages.content > div::-webkit-scrollbar,
.modal-media > .common-form-messages.content > div::-webkit-scrollbar,
.modal-media > .ta-contact-form-messages.content > div::-webkit-scrollbar,
.modal-zoomable-image > .content > div.wrap::-webkit-scrollbar,
.modal-zoomable-image > .c-form-messages.content > div::-webkit-scrollbar,
.modal-zoomable-image > .common-form-messages.content > div::-webkit-scrollbar,
.modal-zoomable-image > .ta-contact-form-messages.content > div::-webkit-scrollbar {
  display: none;
}
.media > .content > div.wrap figure, .media > .c-form-messages.content > div figure,
.media > .common-form-messages.content > div figure,
.media > .ta-contact-form-messages.content > div figure,
.modal-media > .content > div.wrap figure,
.modal-media > .c-form-messages.content > div figure,
.modal-media > .common-form-messages.content > div figure,
.modal-media > .ta-contact-form-messages.content > div figure,
.modal-zoomable-image > .content > div.wrap figure,
.modal-zoomable-image > .c-form-messages.content > div figure,
.modal-zoomable-image > .common-form-messages.content > div figure,
.modal-zoomable-image > .ta-contact-form-messages.content > div figure {
  scroll-snap-align: start;
  flex: 0 0 100%;
}

.modal-zoomable-image img {
  cursor: url(/assets/img/lupe.png) 10 10, auto;
}

.media {
  margin-bottom: 2rem;
}

.modal > .content .media {
  padding-left: 2rem;
  padding-right: 2rem;
}

.modal-zoomable-image {
  background: #ffe30e;
}
.modal-zoomable-image > .content {
  padding-top: 0;
  height: 100dvh;
  max-height: 100dvh;
}
.modal-zoomable-image > .content img {
  height: 100dvh;
  max-height: 100dvh;
}
.modal-zoomable-image > .content .icon-close {
  margin-top: 27px;
}

.illustrations {
  z-index: 95;
  pointer-events: none;
}
.illustrations li {
  position: absolute;
  width: 100px;
}
.illustrations li:nth-child(1) {
  top: 20vh;
  right: 90px;
}
.illustrations li:nth-child(2) {
  top: 40vh;
  left: 120px;
}
.illustrations li:nth-child(3) {
  top: 60vh;
  right: 150px;
}
.illustrations li:nth-child(4) {
  top: 80vh;
  left: 180px;
}
.illustrations li:nth-child(5) {
  top: 100vh;
  right: 210px;
}
.illustrations li:nth-child(6) {
  top: 120vh;
  left: 60px;
}
.illustrations li:nth-child(7) {
  top: 140vh;
  right: 90px;
}
.illustrations li:nth-child(8) {
  top: 160vh;
  left: 120px;
}
.illustrations li:nth-child(9) {
  top: 180vh;
  right: 150px;
}
.illustrations li:nth-child(10) {
  top: 200vh;
  left: 180px;
}
.illustrations li img {
  max-width: 70px;
  max-height: 70px;
}

.illustration {
  text-align: center;
  margin-bottom: 1rem;
  max-width: 100%;
}
.illustration img {
  object-fit: contain;
  width: 100px;
  max-height: 120px;
}
.illustration.layout-float-left {
  float: left;
  margin-right: 1rem;
  margin-top: -2rem;
  margin-left: -1rem;
}
@media screen and (max-width: 1000px) {
  .illustration.layout-float-left {
    margin-left: 0;
  }
}
.illustration.layout-float-right {
  float: right;
  margin-left: 1rem;
  margin-top: -2rem;
  margin-right: -1rem;
}
@media screen and (max-width: 1000px) {
  .illustration.layout-float-right {
    margin-right: 0;
  }
}
.illustration.size-small-medium img {
  width: 200px;
  max-height: 200px;
}
@media screen and (max-width: 1000px) {
  .illustration.size-small-medium img {
    max-width: 25vw;
    max-height: 200px;
  }
}
.illustration.size-medium img {
  width: 300px;
  max-height: 300px;
}
@media screen and (max-width: 1000px) {
  .illustration.size-medium img {
    max-width: 30vw;
    max-height: 200px;
  }
}
.illustration.size-large img {
  width: 400px;
  max-height: 400px;
}
@media screen and (max-width: 1000px) {
  .illustration.size-large img {
    max-width: 40vw;
    max-height: 300px;
  }
}

.breadcrumbs li {
  margin-right: 0 !important;
}
.breadcrumbs li:not(:last-child):after {
  content: " → ";
}

.c-form-messages,
.common-form-messages,
.ta-contact-form-messages {
  position: fixed;
  bottom: 0;
  background: white;
  animation: 5s contact-form-messages ease-in-out;
  transform: translate(0, calc(100% + 50px));
  border-radius: 40px 40px 0 0;
  padding: 20px 25px;
  width: 100%;
  left: 0;
}
.ta-contact-form-section,
.common-newsletter-signup,
.c-form-container {
  max-width: var(--wrap-small-width);
  margin-left: auto;
  margin-right: auto;
}
.ta-contact-form-section .ta-contact-form,
.ta-contact-form-section .c-form,
.common-newsletter-signup .ta-contact-form,
.common-newsletter-signup .c-form,
.c-form-container .ta-contact-form,
.c-form-container .c-form {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.ta-contact-form-section .ta-captcha .ta-captcha-image,
.common-newsletter-signup .ta-captcha .ta-captcha-image,
.c-form-container .ta-captcha .ta-captcha-image {
  position: absolute;
  z-index: 1;
  margin-top: 6px;
  margin-left: 10px;
  pointer-events: none;
}
.ta-contact-form-section .ta-captcha input,
.common-newsletter-signup .ta-captcha input,
.c-form-container .ta-captcha input {
  padding-left: 170px;
}
@media screen and (max-width: 1000px) {
  .ta-contact-form-section .ta-captcha input,
  .common-newsletter-signup .ta-captcha input,
  .c-form-container .ta-captcha input {
    padding-left: 12px;
    padding-top: 53px;
  }
}
.ta-contact-form-section .ta-contact-form-field,
.ta-contact-form-section .common-form-field,
.ta-contact-form-section .c-form-field,
.common-newsletter-signup .ta-contact-form-field,
.common-newsletter-signup .common-form-field,
.common-newsletter-signup .c-form-field,
.c-form-container .ta-contact-form-field,
.c-form-container .common-form-field,
.c-form-container .c-form-field {
  display: block;
  margin-bottom: 0.25rem;
}
.ta-contact-form-section .c-form-field:not(.c-form-field-checkbox) label,
.common-newsletter-signup .c-form-field:not(.c-form-field-checkbox) label,
.c-form-container .c-form-field:not(.c-form-field-checkbox) label {
  display: none;
}
.ta-contact-form-section .c-form-field-checkbox label,
.common-newsletter-signup .c-form-field-checkbox label,
.c-form-container .c-form-field-checkbox label {
  white-space: normal;
}
.ta-contact-form-section input, .ta-contact-form-section textarea, .ta-contact-form-section input[type=submit], .ta-contact-form-section select,
.common-newsletter-signup input,
.common-newsletter-signup textarea,
.common-newsletter-signup input[type=submit],
.common-newsletter-signup select,
.c-form-container input,
.c-form-container textarea,
.c-form-container input[type=submit],
.c-form-container select {
  width: 100%;
  background: white;
  padding: 8px 12px;
  border-radius: 27px;
}
.ta-contact-form-section input::placeholder, .ta-contact-form-section textarea::placeholder, .ta-contact-form-section input[type=submit]::placeholder, .ta-contact-form-section select::placeholder,
.common-newsletter-signup input::placeholder,
.common-newsletter-signup textarea::placeholder,
.common-newsletter-signup input[type=submit]::placeholder,
.common-newsletter-signup select::placeholder,
.c-form-container input::placeholder,
.c-form-container textarea::placeholder,
.c-form-container input[type=submit]::placeholder,
.c-form-container select::placeholder {
  color: black;
  opacity: 0.3;
}
.ta-contact-form-section textarea,
.common-newsletter-signup textarea,
.c-form-container textarea {
  margin-bottom: -0.25rem;
  min-height: 140px;
  resize: vertical;
}
.ta-contact-form-section input[type=submit],
.common-newsletter-signup input[type=submit],
.c-form-container input[type=submit] {
  border: none;
  width: 100%;
  margin-bottom: 1rem;
  cursor: pointer;
}

@keyframes contact-form-messages {
  10% {
    transform: translate(0, 50px);
  }
  50% {
    transform: translate(0, 50px);
  }
  to {
    transform: translate(0, calc(100% + 50px));
  }
}
.logos {
  background: white;
  padding: 0.5rem;
}
.logos .wrap, .logos .c-form-messages > div,
.logos .common-form-messages > div,
.logos .ta-contact-form-messages > div {
  margin-bottom: 0;
}
.logos .col:not(:last-child) {
  padding-right: 80px;
}
@media screen and (max-width: 1000px) {
  .logos .col:not(:last-child) {
    padding-right: 40px;
  }
}
.logos .imgs {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  .logos .imgs {
    flex-direction: column;
  }
  .logos .imgs .img {
    flex: 1 !important;
    width: 100%;
    padding-right: 0 !important;
    padding-bottom: 40px;
  }
  .logos .imgs .img img {
    width: 100%;
    object-fit: contain;
  }
}
.logos .imgs .img:not(:last-child) {
  padding-right: 40px;
}
.logos .imgs .img img {
  max-width: 100%;
}

@media screen and (min-width: 1000px) {
  .cols .col-60 {
    padding-right: 40px;
  }
}

.calendar {
  position: relative;
}
.calendar .illustration {
  position: absolute;
  width: 100%;
  text-align: right;
}
.calendar .table {
  padding-left: 0;
}
.calendar .table:nth-child(odd) .illustration {
  text-align: left;
}
.calendar .table:nth-child(3n) .illustration {
  display: none;
}
.calendar .table .header .col-40 {
  font-style: italic;
}
@media screen and (min-width: 1000px) {
  .calendar .table .meta-col {
    padding-right: 20px;
  }
  .calendar .table .meta-col .meta {
    position: sticky;
    top: 133px;
  }
}

.icon-hamburger-3 {
  height: 21px;
}
.icon-hamburger-3 div {
  height: 2px;
}
body.nav-active .icon-hamburger-3 {
  height: 28px;
}

.icon-close {
  height: 28px;
  margin-right: 7px;
}
.icon-close div {
  height: 2px;
}

.buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding-left: 0;
}
.buttons li {
  flex: 1;
  padding: 8px 12px;
  border-radius: 23px;
}
@media screen and (max-width: 1000px) {
  .buttons li {
    flex: 1 100%;
  }
}
.buttons li h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.buttons li h3, .buttons li h3 * {
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .buttons li h3, .buttons li h3 * {
    font-size: 19px;
  }
}

.page-search main .search-form {
  margin-bottom: 1em;
}
.page-search main ul li {
  margin-bottom: 0.5em;
}

.cta ul {
  justify-content: center;
}
.cta li {
  background-color: white;
  text-transform: uppercase;
  max-width: 400px;
}

.related-pages {
  max-width: var(--wrap-small-width);
  margin-left: auto;
  margin-right: auto;
  background: white;
  border-radius: 10px;
  padding: 0.5em 2em;
}
.related-pages h3 {
  text-align: center;
}
.related-pages ul {
  margin: 1em 0;
}
.related-pages li {
  margin-bottom: 0.5em;
}
.related-pages li a:before {
  content: "→ ";
}

.blog-preview {
  margin-bottom: 2em;
}
.blog-preview .grid {
  padding-left: 0;
  margin-bottom: 0;
}

.newsletter-signup {
  padding: 0.5em 2em;
}
@media screen and (max-width: 1000px) {
  .newsletter-signup {
    padding: 0.5em 0;
  }
}

@media screen and (max-width: 1000px) {
  .process-icons {
    padding-left: 0;
  }
}
.process-icons li {
  width: 50%;
  margin-bottom: -1rem;
}
@media screen and (max-width: 1000px) {
  .process-icons li {
    margin-bottom: 0;
  }
}
.process-icons li h3 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.process-icons li:nth-child(odd) h3 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .process-icons li:nth-child(odd) h3 {
    flex-direction: row;
  }
}
.process-icons li:nth-child(even) {
  margin-left: 50%;
}
@media screen and (max-width: 1000px) {
  .process-icons li:nth-child(even) {
    margin-left: 0;
  }
}
.process-icons li:nth-child(even) h3 {
  flex-direction: row;
}
.process-icons li .image {
  flex: 0 0 140px;
  border-radius: 50%;
  margin: 1rem 1rem;
  background: white;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .process-icons li .image {
    margin: 1rem 1rem 1rem 0;
  }
}
.process-icons li .image:after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  background: url("../img/arrow.svg");
  background-size: contain;
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 1000px) {
  .process-icons li .image:after {
    transform-origin: top left;
    transform: rotate(45deg);
  }
}
.process-icons li .image img {
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.process-icons li:nth-child(even) .image:after {
  right: 100%;
  transform: scaleX(-1);
}
@media screen and (max-width: 1000px) {
  .process-icons li:nth-child(even) .image:after {
    transform-origin: top right;
    transform: translate(-50px, 50px) scaleX(-1) rotate(45deg);
  }
}
.process-icons li:last-child .image:after {
  display: none;
}

.zoomable-image {
  margin-bottom: 1rem;
}
.zoomable-image img {
  max-height: none;
  max-width: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.zoomable-image figcaption {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  text-align: center;
}

details summary {
  cursor: pointer;
  list-style: none;
}
details summary h2 {
  text-align: left;
}
details summary h2:hover {
  text-shadow: 0.07em 0.07em white;
}
details summary h2:before {
  content: "↓ ";
}
details[open] summary h2:before {
  content: "↑ ";
}
details summary::-webkit-details-marker {
  display: none;
}

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