@charset "UTF-8";
/* pompiere-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Pompiere";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/pompiere/pompiere-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arvo-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/arvo/arvo-v22-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arvo-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Arvo";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/arvo/arvo-v22-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arvo-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Arvo";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/arvo/arvo-v22-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arvo-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Arvo";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/arvo/arvo-v22-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans - latin (variable) */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 100 900;
  src: url("../fonts/work-sans/work-sans-latin.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 100 900;
  src: url("../fonts/work-sans/work-sans-italic-latin.woff2") format("woff2");
}
/* Colors
-------------------------------------------------- */
/* Components
-------------------------------------------------- */
/* Mixins 
-------------------------------------------------- */
/* Font
-------------------------------------------------- */
/* Grid
-------------------------------------------------- */
/* Responsive
-------------------------------------------------- */
/* 1.1 BASE
-------------------------------------------------- */
/* Reset & Basics
-------------------------------------------------- */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details,
figcaption, figure, footer,
header, hgroup, main,
nav, section, summary {
  display: block;
}

abbr {
  border: 0;
}

.cf::after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

/* Site
-------------------------------------------------- */
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: rgba(37, 37, 63, 0.5);
  background: #ffffff;
}

body {
  background: transparent;
  font-size: 20px;
  font-family: "Work Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  color: #25253f;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.2px;
}

hr.article-divider {
  display: inline-block;
  width: 100%;
  height: 1px;
  margin-top: 2em;
  margin-bottom: 3em;
  background-color: #c2bfb2;
  border: 0;
}

/* Stuff
-------------------------------------------------- */
::selection {
  background: rgba(13, 140, 140, 0.5);
  color: #ffffff;
  text-shadow: none;
}

.browser-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(194, 206, 42, 0.8);
  padding-top: 15px;
  padding-bottom: 60px;
  color: #ffffff;
  text-align: center;
  z-index: 4;
}
.browser-alert a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.browser-alert a:hover {
  color: #ffffff;
}

/*
  Simple Grid
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - http://dallasbass.com
*/
[class*=grid],
[class*=col-],
[class*=mobile-],
.grid:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[class*=col-] {
  float: left;
  min-height: 1px;
  padding-right: 30px; /* column-space */
}

[class*=col-] [class*=col-]:last-child {
  padding-right: 0;
}

.grid {
  width: 100%;
  max-width: 1140px;
  min-width: 748px; /* when using padded grid on ipad in portrait mode, width should be viewport-width - padding = (768 - 20) = 748. actually, it should be even smaller to allow for padding of grid containing element */
  margin: 0 auto;
  overflow: hidden;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

.grid-pad {
  padding-top: 30px;
  padding-left: 30px; /* grid-space to left */
  padding-right: 0; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

.push-right {
  float: right;
}

/* Content Columns */
.col-1-1 {
  width: 100%;
}

.col-4-5 {
  width: 80%;
}

.col-2-3, .col-8-12 {
  width: 66.66%;
}

.col-3-5 {
  width: 60%;
}

.col-1-2, .col-6-12, .col-5-10 {
  width: 50%;
}

.col-2-5 {
  width: 40%;
}

.col-1-3, .col-4-12 {
  width: 33.33%;
}

.col-1-4, .col-3-12 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.col-1-6, .col-2-12 {
  width: 16.667%;
}

.col-1-7 {
  width: 14.28%;
}

.col-1-8 {
  width: 12.5%;
}

.col-1-9 {
  width: 11.1%;
}

.col-1-10 {
  width: 10%;
}

.col-1-11 {
  width: 9.09%;
}

.col-1-12 {
  width: 8.33%;
}

/* Layout Columns */
.col-11-12 {
  width: 91.66%;
}

.col-10-12 {
  width: 83.333%;
}

.col-9-12 {
  width: 75%;
}

.col-5-12 {
  width: 41.66%;
}

.col-7-12 {
  width: 58.33%;
}

/* Pushing blocks */
.push-2-3, .push-8-12 {
  margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
  margin-left: 50%;
}

.push-1-3, .push-4-12 {
  margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
  margin-left: 25%;
}

.push-1-5 {
  margin-left: 20%;
}

.push-1-6, .push-2-12 {
  margin-left: 16.667%;
}

.push-1-7 {
  margin-left: 14.28%;
}

.push-1-8 {
  margin-left: 12.5%;
}

.push-1-9 {
  margin-left: 11.1%;
}

.push-1-10 {
  margin-left: 10%;
}

.push-1-11 {
  margin-left: 9.09%;
}

.push-1-12 {
  margin-left: 8.33%;
}

@media handheld, only screen and (max-width: 750px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px; /* grid-space to left */
    padding-right: 15px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
  }
  [class*=col-] {
    width: auto;
    float: none;
    margin: 15px 0;
    padding-left: 0;
    padding-right: 15px; /* column-space */
  }
  [class*=col-] [class*=col-] {
    padding-right: 0;
  }
  /* Mobile Layout */
  [class*=mobile-col-] {
    float: left;
    margin: 0 0 15px;
    padding-left: 0;
    padding-right: 15px; /* column-space */
    padding-bottom: 0;
  }
  .mobile-col-1-1 {
    width: 100%;
  }
  .mobile-col-2-3, .mobile-col-8-12 {
    width: 66.66%;
  }
  .mobile-col-1-2, .mobile-col-6-12 {
    width: 50%;
  }
  .mobile-col-1-3, .mobile-col-4-12 {
    width: 33.33%;
  }
  .mobile-col-1-4, .mobile-col-3-12 {
    width: 25%;
  }
  .mobile-col-1-5 {
    width: 20%;
  }
  .mobile-col-1-6, .mobile-col-2-12 {
    width: 16.667%;
  }
  .mobile-col-1-7 {
    width: 14.28%;
  }
  .mobile-col-1-8 {
    width: 12.5%;
  }
  .mobile-col-1-9 {
    width: 11.1%;
  }
  .mobile-col-1-10 {
    width: 10%;
  }
  .mobile-col-1-11 {
    width: 9.09%;
  }
  .mobile-col-1-12 {
    width: 8.33%;
  }
  /* Layout Columns */
  .mobile-col-11-12 {
    width: 91.66%;
  }
  .mobile-col-10-12 {
    width: 83.333%;
  }
  .mobile-col-9-12 {
    width: 75%;
  }
  .mobile-col-5-12 {
    width: 41.66%;
  }
  .mobile-col-7-12 {
    width: 58.33%;
  }
  .hide-on-mobile {
    display: none !important;
    width: 0;
    height: 0;
  }
}
/* 1.3 TYPO
-------------------------------------------------- */
strong {
  font-weight: 400;
}

p {
  color: #25253f;
  margin-bottom: 1em;
}

.p-large p {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4;
}

.p-small {
  font-size: 0.8em;
}

hr {
  height: 2px;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #0d8c8c;
  border: 0;
}

blockquote,
blockquote p {
  font-size: 1.125em;
  color: #0d8c8c;
  font-weight: 500;
}

blockquote p {
  margin-bottom: 0;
}
blockquote:before {
  font-size: 1.5em;
  line-height: 1;
  margin-right: 0.25em;
  float: left;
  content: "»";
}

/* 1.4 IMAGES
-------------------------------------------------- */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Lightbox Overlay */
.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.lightbox-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-overlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 4px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  background: none;
  border: none;
}

/* 1.5 OWL CAROUSEL CORE
-------------------------------------------------- */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* 1.6 SLIDER
-------------------------------------------------- */
.owl-carousel .owl-nav {
  float: right;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  font-family: "Arvo", serif;
  font-size: 3em;
  margin-right: 0.125em;
  color: #c2ce2a;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-next:focus {
  color: #0d8c8c;
  outline: none;
}

/* 1.7 COOKIE CONSENT
-------------------------------------------------- */
.wpcc-pushdown-wrap {
  position: fixed;
  left: 0;
  right: 0;
  max-height: 78px !important;
  z-index: 4;
}

a.wpcc-privacy {
  color: #c2ce2a !important;
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

/* https://www.websitepolicies.com/cookie-consent-banner-generator */
.wpcc-container {
  opacity: 1;
}

.wpcc-transparency-5 {
  opacity: 0.95;
}

.wpcc-transparency-10 {
  opacity: 0.9;
}

.wpcc-transparency-15 {
  opacity: 0.85;
}

.wpcc-transparency-20 {
  opacity: 0.8;
}

.wpcc-transparency-25 {
  opacity: 0.75;
}

.wpcc-container {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  overflow: hidden;
  position: fixed;
  transition: opacity 1s ease;
  z-index: 9999;
}

@media print {
  .wpcc-container {
    display: none;
  }
}
.wpcc-pushdown-wrap {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}

.wpcc-pushdown {
  margin: 0 !important;
  position: static;
}

.wpcc-invisible {
  opacity: 0;
}

.wpcc-fontsize-tiny {
  font-size: 12px;
}

.wpcc-fontsize-small {
  font-size: 14px;
}

.wpcc-fontsize-large {
  font-size: 18px;
}

.wpcc-border-thin {
  border-width: 1px;
}

.wpcc-border-normal {
  border-width: 3px;
}

.wpcc-border-thick {
  border-width: 5px;
}

.wpcc-float {
  flex-direction: column;
  max-width: 22em;
  padding: 1.5em;
}

.wpcc-float.wpcc-padding-small {
  padding: 1em;
}

.wpcc-float.wpcc-padding-large {
  padding: 2em;
}

.wpcc-banner {
  flex-direction: row;
  margin: 1em;
  padding: 1em;
}

.wpcc-banner.wpcc-padding-small {
  padding: 0.5em 0.5em 0.5em 1em;
}

.wpcc-banner.wpcc-padding-large {
  padding: 1.5em;
}

.wpcc-banner.wpcc-margin-none {
  margin: 0;
}

.wpcc-banner.wpcc-margin-small {
  margin: 0.5em;
}

.wpcc-banner.wpcc-margin-large {
  margin: 1.5em;
}

.wpcc-padding-none {
  padding: 0;
}

.wpcc-padding-none.wpcc-float .wpcc-message {
  margin: 1em;
}

.wpcc-padding-none.wpcc-banner .wpcc-message {
  margin: 0.8em 1em;
}

.wpcc-padding-none.wpcc-banner .wpcc-btn {
  height: 100%;
  padding: 0.9em 1.5em;
}

.wpcc-btn, .wpcc-privacy {
  cursor: pointer;
}

.wpcc-privacy {
  display: inline-block;
  opacity: 0.85;
  text-decoration: underline;
}

.wpcc-privacy:hover {
  opacity: 1;
}

.wpcc-privacy:active, .wpcc-privacy:visited {
  color: initial;
}

.wpcc-btn {
  display: block;
  font-size: 0.9em;
  font-weight: 400;
  padding: 0.4em 0.8em;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
}

.wpcc-btn:hover {
  text-decoration: none;
}

.wpcc-top {
  top: 1em;
}

.wpcc-top.wpcc-margin-none {
  top: 0;
}

.wpcc-top.wpcc-margin-small {
  top: 0.5em;
}

.wpcc-top.wpcc-margin-large {
  top: 1.5em;
}

.wpcc-left {
  left: 1em;
}

.wpcc-left.wpcc-margin-none {
  left: 0;
}

.wpcc-left.wpcc-margin-small {
  left: 0.5em;
}

.wpcc-left.wpcc-margin-large {
  left: 1.5em;
}

.wpcc-right {
  right: 1em;
}

.wpcc-right.wpcc-margin-none {
  right: 0;
}

.wpcc-right.wpcc-margin-small {
  right: 0.5em;
}

.wpcc-right.wpcc-margin-large {
  right: 1.5em;
}

.wpcc-bottom {
  bottom: 1em;
}

.wpcc-bottom.wpcc-margin-none {
  bottom: 0;
}

.wpcc-bottom.wpcc-margin-small {
  bottom: 0.5em;
}

.wpcc-bottom.wpcc-margin-large {
  bottom: 1.5em;
}

.wpcc-float .wpcc-message {
  display: block;
  margin-bottom: 1em;
}

.wpcc-banner {
  align-items: center;
}

.wpcc-banner.wpcc-top {
  left: 0;
  right: 0;
  top: 0;
}

.wpcc-banner.wpcc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.wpcc-banner .wpcc-message {
  display: block;
  flex: 1 1 auto;
  margin-right: 1em;
  max-width: 100%;
}

.wpcc-float .wpcc-compliance {
  flex: 1 0 auto;
}

.wpcc-corners-small {
  border-radius: 5px;
}

.wpcc-corners-normal {
  border-radius: 7px;
}

.wpcc-corners-large {
  border-radius: 10px;
}

.wpcc-corners-round .wpcc-btn {
  border-radius: 4px;
}

.wpcc-corners-round.wpcc-margin-none, .wpcc-corners-round.wpcc-padding-none .wpcc-btn {
  border-radius: 0;
}

.wpcc-corners-round.wpcc-margin-none {
  border-radius: 0;
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .wpcc-top {
    top: 0 !important;
  }
  .wpcc-bottom {
    bottom: 0 !important;
  }
  .wpcc-banner, .wpcc-float, .wpcc-left, .wpcc-right {
    left: 0 !important;
    margin: 0 !important;
    right: 0 !important;
  }
  .wpcc-banner {
    align-items: unset;
    flex-direction: column;
  }
  .wpcc-corners-round {
    border-radius: 0 !important;
  }
  .wpcc-float {
    max-width: none;
  }
  .wpcc-message {
    margin-bottom: 1em;
  }
  .wpcc-banner.wpcc-padding-small {
    padding: 0.5em;
  }
  .wpcc-padding-small .wpcc-message {
    margin-bottom: 0.5em;
  }
}
.wpcc-container[style*="display: none"] ~ .footer {
  padding: 1em 0 2em 0;
}

.wpcc-btn {
  border-radius: 2px;
  padding: 0.75em 3em 0.75em 3em;
}

.wpcc-banner.wpcc-padding-large {
  padding: 1.5em 3em 1.5em 3em;
}

/* 2.1 HEADINGS
-------------------------------------------------- */
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

.alpha a,
.alpha a:link,
.alpha a:visited,
.alpha a:hover,
.alpha a:active, .beta a, .text h2 a,
.beta a:link,
.beta a:visited,
.beta a:hover,
.beta a:active, .gamma a, .text h3 a,
.gamma a:link,
.gamma a:visited,
.gamma a:hover,
.gamma a:active, h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active, h2 a,
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active, h3 a,
h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active, h4 a,
h4 a:link,
h4 a:visited,
h4 a:hover,
h4 a:active, h5 a,
h5 a:link,
h5 a:visited,
h5 a:hover,
h5 a:active {
  color: inherit !important;
  font-weight: inherit;
  background-color: transparent !important;
  padding: 0;
  border: 0;
  margin-bottom: 0;
}

.label {
  font-family: "Arvo", serif;
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 1px;
}

.label + .alpha, .label + h1,
.label + .beta,
.text .label + h2 {
  margin-top: 0.25em;
}

.alpha, h1 {
  font-size: 2.5em;
  font-family: "Pompiere", sans-serif;
  font-weight: 400;
  color: #0d8c8c;
  margin-bottom: 0.25em;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.beta, .text h2 {
  font-size: 1.5em;
  font-family: "Arvo", serif;
  font-weight: 700;
  color: #25253f;
  margin-bottom: 0.75em;
  line-height: 1.4;
  letter-spacing: 1px;
}

.gamma, .text h3 {
  font-size: 1.25em;
  font-family: "Arvo", serif;
  font-weight: 700;
  color: #0d8c8c;
  margin-bottom: 1em;
  line-height: 1.4;
  letter-spacing: 1px;
}

.gamma.subline, .text h3.subline {
  font-size: 1.5em;
  font-family: "Pompiere", sans-serif;
  font-weight: 700;
  color: #0d8c8c;
  margin-bottom: 0.5em;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.beta + .gamma, .text .beta + h3, .text h2 + .gamma, .text h2 + h3 {
  margin-top: -1em;
}

.delta, .text h4, .text h5 {
  font-size: 1.125em;
  font-family: "Arvo", serif;
  font-weight: 700;
  color: #25253f;
  margin-bottom: 0.25em;
  line-height: 1.4;
  letter-spacing: 1px;
}

/* 2.2 TEXT
-------------------------------------------------- */
.text a {
  font-weight: 400;
  color: #0d8c8c;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.text a:hover {
  opacity: 0.6;
}
.text p {
  margin-bottom: 1.5em;
}
.text p + h1, .text p + h2, .text p + h3, .text p + h4, .text p + h5,
.text p + ul {
  margin-top: 1em;
}
.text ul {
  margin-bottom: 2em;
  margin-left: 1em;
}
.text ul li::before {
  font-family: "Zapf Dingbats";
  content: "■";
  font-size: 8px;
  color: #0d8c8c;
  display: inline-block;
  width: calc(1em + 8px);
  margin-left: calc(-1em - 8px);
}
.text ul li p {
  display: inline;
}
.text ol {
  margin-bottom: 2em;
  margin-left: 1em;
}
.text ol li {
  list-style-type: decimal;
}
.text figcaption {
  font-size: 0.8em;
  margin-bottom: 30px;
}
.text figure img {
  max-width: 100%;
  border-radius: 16px;
}

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

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

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

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

.float--left {
  float: left;
}

.float--right {
  float: right;
}

.text--small {
  font-size: 0.85em;
}

.text--large {
  font-size: 1.2em;
}

/* 2.3 LINKS
-------------------------------------------------- */
a {
  display: inline-block;
  color: #0d8c8c;
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}

a:link, a:visited, a:target, a:hover, a:active, a:focus,
a:enabled, a:disabled, a:checked  {
  outline: none;
  color: #0d8c8c;
  text-decoration: none;
}

a.button,
button.button,
input.button {
  display: inline-block;
  background-color: #c2ce2a;
  color: #ffffff;
  font-size: 1.25em;
  font-family: "Pompiere", sans-serif;
  padding: 0.25em 1em;
  border: 0;
  border-radius: 100px;
  border-color: #aebe29;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
a.button:hover, a.button:focus,
button.button:hover,
button.button:focus,
input.button:hover,
input.button:focus {
  background-color: #aebe29;
  color: #ffffff;
}

a.button--outline {
  background-color: transparent;
  color: #0d8c8c;
  box-shadow: inset 0 0 0 2px #0d8c8c;
}
a.button--outline:hover, a.button--outline:focus {
  background-color: #0d8c8c;
  color: #ffffff;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6em;
  margin-top: 1.5em;
}

/* 3.1 HEADER
-------------------------------------------------- */
header {
  position: relative;
  padding-bottom: 2em;
  padding-top: 30px;
}
header > .grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  overflow: visible;
}
header > .grid::after {
  display: none;
}
header .logo {
  width: auto;
  max-width: 280px;
  float: none;
  margin: 0;
  padding: 0;
}
header .logo img {
  width: 100%;
  height: auto;
  display: block;
}
header .logo a {
  display: block;
  color: #ffffff;
}

.header--home {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}
.header--home .headlines {
  margin-top: 15vh;
}
.header--home .headlines .alpha, .header--home .headlines h1 {
  font-size: 4em;
}

.header__slider {
  max-width: 1140px;
  margin: 3em auto 0;
  padding-left: 30px;
  padding-right: 30px;
}

.hero-slider {
  position: relative;
}
.hero-slider .hero-slider__frame {
  position: relative;
  z-index: 1;
  aspect-ratio: 2/1;
  border-radius: 22px;
  overflow: hidden;
  background-color: #ece9db;
  box-shadow: 0 14px 38px rgba(37, 37, 63, 0.18);
}
.hero-slider .hero-slider__track {
  position: absolute;
  inset: 0;
}
.hero-slider .hero-slider__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.hero-slider .hero-slider__slide.is-active {
  opacity: 1;
}
.hero-slider::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -54px;
  left: -54px;
  width: 172px;
  height: 172px;
  pointer-events: none;
  background: radial-gradient(circle at 76% 74%, #c2ce2a 0 21%, transparent 23%), radial-gradient(circle at 40% 48%, #0d8c8c 0 15%, transparent 17%), radial-gradient(circle at 66% 26%, #fec708 0 11%, transparent 13%);
}
.hero-slider::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -54px;
  right: -54px;
  width: 196px;
  height: 196px;
  pointer-events: none;
  background: radial-gradient(circle at 26% 28%, #e95b30 0 20%, transparent 22%), radial-gradient(circle at 58% 54%, #c2ce2a 0 14%, transparent 16%), radial-gradient(circle at 34% 62%, #d64437 0 10%, transparent 12%);
}
.hero-slider .hero-slider__dots {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 0.55em;
  margin-top: 1.1em;
}
.hero-slider .hero-slider__dot {
  width: 13px;
  height: 13px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid #0d8c8c;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
.hero-slider .hero-slider__dot.is-active, .hero-slider .hero-slider__dot:hover {
  background: #0d8c8c;
}

.hero-badge {
  position: absolute;
  z-index: 4;
  top: -2.4em;
  right: 0.8em;
  width: 140px;
  height: 140px;
  font-size: 15px;
  border-radius: 50%;
  background: radial-gradient(circle at 36% 30%, rgb(16.9, 182, 182) 0%, #0d8c8c 58%, #066974 100%);
  box-shadow: 0 12px 28px rgba(6, 105, 116, 0.4);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  padding: 0.5em;
  transform: rotate(6deg);
  transition: transform 0.3s ease-out;
}
.hero-badge__amount {
  font-family: "Arvo", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.85em;
  line-height: 0.95;
}
.hero-badge__period {
  font-family: "Arvo", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.3em;
  line-height: 1;
  margin-bottom: 0.15em;
}
.hero-badge__note {
  font-family: "Pompiere", sans-serif;
  font-size: 1.08em;
  line-height: 0.95;
  max-width: 94%;
  margin-top: 0.2em;
}
a.hero-badge:hover, a.hero-badge:focus {
  transform: rotate(6deg) scale(1.05);
  color: #ffffff;
}

@media (max-width: 950px) {
  .hero-badge {
    width: 118px;
    height: 118px;
    font-size: 12.5px;
    top: -1.9em;
    right: 0.6em;
  }
}

@media (max-width: 750px) {
  .hero-slider .hero-slider__frame {
    aspect-ratio: 3/2;
    border-radius: 16px;
  }
  .hero-slider::before {
    top: -12px;
    left: -12px;
    width: 84px;
    height: 84px;
  }
  .hero-slider::after {
    bottom: -12px;
    right: -12px;
    width: 96px;
    height: 96px;
  }
}
@media (max-width: 500px) {
  .hero-badge {
    width: 92px;
    height: 92px;
    font-size: 9.5px;
    top: -1.3em;
    right: 0.4em;
  }
}
/* 3.2 FOOTER
-------------------------------------------------- */
.footer {
  position: relative;
  font-size: 0.9em;
  min-height: 480px;
  background-color: rgba(13, 140, 140, 0.8);
  color: #25253f;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: 0.3s padding ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.footer .logo--footer {
  margin-bottom: 1em;
}
.footer .logo--footer img {
  height: 50px;
  width: auto;
}
.footer .social-icons {
  text-align: right;
}
.footer .social-icons li.social-icon {
  display: inline;
  opacity: 0.8;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.footer .social-icons li.social-icon img {
  width: 30px;
  margin-right: 5px;
}
.footer .social-icons li.social-icon:hover {
  opacity: 1;
}
.footer .delta, .footer .text h4, .text .footer h4, .footer .text h5, .text .footer h5 {
  color: #066974;
  padding-top: 18px;
  margin-bottom: calc(1em + 16px);
}
.footer a, .footer p {
  color: #ffffff;
}
.footer .footer-bottom {
  font-size: 0.9em;
  color: #25253f;
  border-top: 1px solid #25253f;
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 60px;
  padding-right: 0;
}

/* 3.3 NAVIGATION
-------------------------------------------------- */
#toggle,
.toggle-btn {
  display: none;
}

nav.main-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: flex-end;
}
nav.main-menu ul li a {
  display: block;
  font-family: "Pompiere", sans-serif;
  font-size: 1.6em;
  line-height: 1;
  white-space: nowrap;
  padding: 0.15em 0.55em;
  color: #066974;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
nav.main-menu ul li a:hover {
  color: #e95b30;
}
nav.main-menu ul li:last-child a {
  padding-right: 0;
}
nav.main-menu ul li.nav-button:last-child a {
  padding-right: 1em;
}
nav.main-menu ul li.active a {
  color: #e95b30;
}

nav.main-menu .has-dropdown {
  position: relative;
}
nav.main-menu .has-dropdown > a {
  padding-right: 1.5em;
}
nav.main-menu .has-dropdown > a::after {
  content: "";
  position: absolute;
  top: 0.42em;
  right: 0.45em;
  width: 0.4em;
  height: 0.4em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.7;
}
nav.main-menu .has-dropdown .submenu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  margin-top: 0;
  padding: 0.5em 0;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(37, 37, 63, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease-out;
  z-index: 20;
}
nav.main-menu .has-dropdown .submenu li a {
  font-size: 1.15em;
  padding: 0.5em 1em;
  color: #066974;
  text-align: left;
  white-space: nowrap;
  text-shadow: none;
}
nav.main-menu .has-dropdown .submenu li a:hover {
  color: #e95b30;
}
nav.main-menu .has-dropdown .submenu li.active a {
  color: #e95b30;
}
nav.main-menu .has-dropdown:hover .submenu, nav.main-menu .has-dropdown:focus-within .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

nav.main-menu .nav-button {
  margin-left: 0.6em;
}
nav.main-menu .nav-button > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e95b30;
  color: #ffffff;
  border-radius: 100px;
  line-height: 1;
  padding: 0.5em 1em;
  text-shadow: none;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
nav.main-menu .nav-button > a:hover {
  background-color: #0d8c8c;
  color: #ffffff;
}
nav.main-menu .nav-button.active > a {
  color: #ffffff;
}

.header--home nav.main-menu .nav-button > a {
  color: #ffffff;
  text-shadow: none;
}
.header--home nav.main-menu .nav-button > a:hover {
  color: #ffffff;
}

.header--home nav.main-menu ul li a {
  color: #ffffff;
  text-shadow: 1px 1px 8px #25253f;
}
.header--home nav.main-menu ul li a:hover {
  color: #c2ce2a;
}
.header--home nav.main-menu ul li.active a {
  color: #c2ce2a;
}
.header--home nav.main-menu .has-dropdown .submenu li a {
  color: #066974;
  text-shadow: none;
}
.header--home nav.main-menu .has-dropdown .submenu li a:hover,
.header--home nav.main-menu .has-dropdown .submenu li.active a {
  color: #e95b30;
}

@media (max-width: 1085px) {
  .toggle-btn {
    display: block;
    position: fixed;
    z-index: 10;
    right: 30px;
    top: 30px;
    cursor: pointer;
  }
  .toggle-btn .bar {
    width: 40px;
    height: 4px;
    margin: 8px auto;
    background-color: #066974;
    transition: all 0.3s ease-in-out;
  }
  .toggle-btn .bar:nth-child(2) {
    width: 30px;
  }
  nav.main-menu {
    position: fixed;
    background-color: rgba(13, 140, 140, 0.95);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 5;
    transition: all 0.3s ease-in-out;
  }
  nav.main-menu ul {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 50%;
    top: 10vh;
    transform: translateX(-50%);
    padding-bottom: 60px;
    transition: all 0.3s ease-in-out;
  }
  nav.main-menu ul li {
    transform: translateY(50px);
    opacity: 0;
  }
  nav.main-menu ul li a {
    font-size: 2.5em;
    padding: 15px 0;
    line-height: 1.5;
    text-align: center;
    color: #c2ce2a;
    text-shadow: none;
  }
  nav.main-menu ul li a:hover {
    color: #ffffff;
  }
  nav.main-menu ul li:last-child a {
    padding-right: 0;
  }
  nav.main-menu ul li.active a {
    color: #ffffff;
  }
  nav.main-menu .has-dropdown > a {
    padding-right: 0;
  }
  nav.main-menu .has-dropdown > a::after {
    display: none;
  }
  nav.main-menu .has-dropdown .submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    min-width: 0;
    margin-top: 0;
    padding: 0 0 0.4em;
    background: none;
    border-radius: 0;
    box-shadow: none;
  }
  nav.main-menu .has-dropdown .submenu li a {
    font-size: 1.5em;
    text-align: center;
    color: #e8f09a;
  }
  nav.main-menu .has-dropdown .submenu li a:hover {
    color: #ffffff;
  }
  nav.main-menu .has-dropdown .submenu li.active a {
    color: #ffffff;
  }
  nav.main-menu .nav-button {
    margin-left: 0;
    margin-top: 0.4em;
    margin-bottom: 0.8em;
    text-align: center;
    order: -1;
  }
  nav.main-menu .nav-button > a {
    display: inline-block;
    background-color: #e95b30;
    color: #ffffff;
    border-radius: 100px;
    padding: 0.2em 1.4em;
  }
  nav.main-menu .nav-button > a:hover {
    color: #ffffff;
  }
  #toggle:checked ~ nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  #toggle:checked ~ nav ul {
    top: 60px;
  }
  #toggle:checked ~ nav ul li {
    transform: translateY(0px);
    opacity: 1;
  }
  #toggle:checked ~ nav ul li:nth-child(1) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.05s;
  }
  #toggle:checked ~ nav ul li:nth-child(2) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.1s;
  }
  #toggle:checked ~ nav ul li:nth-child(3) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.15s;
  }
  #toggle:checked ~ nav ul li:nth-child(4) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.2s;
  }
  #toggle:checked ~ nav ul li:nth-child(5) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.25s;
  }
  #toggle:checked ~ nav ul li:nth-child(6) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.3s;
  }
  #toggle:checked ~ nav ul li:nth-child(7) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.35s;
  }
  #toggle:checked ~ nav ul li:nth-child(8) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.4s;
  }
  #toggle:checked ~ nav ul li:nth-child(9) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.45s;
  }
  #toggle:checked ~ nav ul li:nth-child(10) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.5s;
  }
  #toggle:checked ~ nav ul li:nth-child(11) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.55s;
  }
  #toggle:checked ~ nav ul li:nth-child(12) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.6s;
  }
  #toggle:checked + label.toggle-btn .bar {
    background-color: #c2ce2a;
  }
  #toggle:checked + label.toggle-btn .bar:nth-child(2) {
    transform: translateX(50px);
    opacity: 0;
  }
  #toggle:checked + label.toggle-btn .bar:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  #toggle:checked + label.toggle-btn .bar:nth-child(3) {
    transform: translateY(-14px) rotate(-45deg);
  }
}
.main-menu--footer {
  margin-bottom: 2em;
}

.footer nav > ul > li.active a {
  opacity: 0.5;
}

.language-switch li {
  display: inline-block;
  font-size: 0.9em;
  padding-right: 15px;
}
.language-switch li:last-child {
  padding-right: 0;
}

.footer-legal li {
  display: inline-block;
  padding-left: 30px;
}
.footer-legal a {
  color: #25253f;
}

a.breadcrumb {
  font-family: "Arvo", serif;
}

/* 3.4 MAIN CONTENT
-------------------------------------------------- */
main {
  position: relative;
  min-height: calc(100vh - 480px - 3em);
}
main section:last-child {
  padding-bottom: 5em;
}

.row {
  display: flex;
  clear: both;
}

.col {
  flex: 1;
  float: none;
}

.image {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ece9db;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}

body.impressum .content .text, body.datenschutz .content .text {
  font-size: 0.9em;
}

/* 3.5 SECTIONS
-------------------------------------------------- */
main section {
  position: relative;
  padding-top: 2.75em;
  padding-bottom: 0;
}

section.section--bg {
  padding-left: 30px;
  padding-right: 30px;
}
section.section--bg > .grid {
  background-color: rgba(236, 233, 219, 0.65);
  border-radius: 28px;
  padding-bottom: 60px;
}

section.project .image {
  width: 100%;
  min-height: 440px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-color: #ece9db;
  box-shadow: 0 8px 24px rgba(37, 37, 63, 0.08);
}
section.project .image-full {
  display: block;
}
section.project .image-full img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(37, 37, 63, 0.08);
}
section.project .back-icon {
  width: auto;
  height: 20px;
  vertical-align: text-top;
  margin-top: 2px;
  margin-right: 5px;
}
section.project .intro-text {
  font-size: 1.25em;
}

section.article .date {
  display: block;
  margin-bottom: 0.15em;
  color: #066974;
  font-family: "Pompiere", sans-serif;
  font-size: 1.5em;
  line-height: 1.1;
}
section.article .beta, section.article .text h2, .text section.article h2 {
  margin-top: 0.15em;
  margin-bottom: 0.4em;
}
section.article .project-description {
  margin-top: 1.75em;
}
section.article .article-actions {
  margin-top: 1.75em;
}
section.article .event-meta {
  margin-top: 1.25em;
  padding-top: 1em;
  border-top: 1px solid #c2bfb2;
}
section.article .event-meta p {
  margin: 0 0 0.2em;
}

section.project-gallery .gallery-grid {
  margin-top: 0.5em;
}

section.team .row {
  gap: 30px;
}
section.team .team__member:last-child {
  padding-right: 1.25em;
}
section.team .team__member {
  text-align: center;
  margin-bottom: 30px;
  padding: 1.75em 1.25em;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(37, 37, 63, 0.07);
  transition: transform 0.35s ease-out, box-shadow 0.35s ease-out;
}
section.team .team__member:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(37, 37, 63, 0.15);
}
section.team .team__member .image {
  width: 150px;
  height: 150px;
  margin: 0 auto 0.85em;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: #ece9db;
  box-shadow: 0 0 0 6px rgba(13, 140, 140, 0.12);
}
section.team .team__member .image--placeholder {
  background: linear-gradient(135deg, rgba(13, 140, 140, 0.25), rgba(194, 206, 42, 0.3));
}
section.team .team__member .gamma, section.team .team__member .text h3, .text section.team .team__member h3 {
  font-size: 1em;
  margin-bottom: 0;
}
section.team .team__member .position {
  display: block;
  color: #066974;
  font-family: "Pompiere", sans-serif;
  font-size: 1.15em;
}

section.contact .contact-form .field {
  margin-bottom: 1.25em;
}
section.contact .contact-form .contact-form__columns {
  margin-bottom: 0;
}
section.contact .contact-form .contact-form__right {
  display: flex;
  flex-direction: column;
}
section.contact .contact-form .field--message {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  margin-bottom: 0;
}
section.contact .contact-form .field--message textarea {
  flex: 1;
  min-height: 260px;
}
section.contact .contact-form .contact-form__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-top: 1.25em;
}
section.contact .contact-form .field--math {
  margin-bottom: 0;
}
section.contact .contact-form .field--math label {
  font-size: 1.05em;
}
section.contact .contact-form .field--math input {
  width: auto;
  max-width: 130px;
}
section.contact .contact-form .field--honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
section.contact .contact-form label {
  display: block;
  margin-bottom: 0.35em;
  font-family: "Pompiere", sans-serif;
  font-size: 1.15em;
}
section.contact .contact-form input,
section.contact .contact-form select,
section.contact .contact-form textarea {
  width: 100%;
  padding: 0.6em 0.75em;
  border: 1px solid #c2bfb2;
  background-color: #ffffff;
  color: #25253f;
  font-family: "Arvo", serif;
  font-size: 1em;
  -webkit-transition: border 0.5s ease-out;
  -moz-transition: border 0.5s ease-out;
  -o-transition: border 0.5s ease-out;
  transition: border 0.5s ease-out;
}
section.contact .contact-form input:focus,
section.contact .contact-form select:focus,
section.contact .contact-form textarea:focus {
  outline: none;
  border-color: #0d8c8c;
}
section.contact .contact-form textarea {
  resize: vertical;
}
section.contact .contact-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.75em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%230d8c8c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.1em center;
  background-size: 0.85em auto;
}
section.contact .contact-form button.button {
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
section.contact .contact-form button.button:hover {
  background-color: #aebe29;
}
section.contact .form-message {
  padding: 1em 1.25em;
  margin-bottom: 1.5em;
}
section.contact .form-message p {
  margin: 0;
}
section.contact .form-message--success {
  background-color: #e8f09a;
  color: #066974;
}
section.contact .form-message--error {
  background-color: #f7d9db;
  color: #ce2f37;
}

@media handheld, only screen and (max-width: 750px) {
  section.team .team__member .image {
    width: 130px;
    height: 130px;
  }
}
section.three-columns .beta, section.three-columns .text h2, .text section.three-columns h2 {
  font-size: 1.25em;
  margin-bottom: 1.25em;
}
section.three-columns .three-columns__head {
  margin-bottom: 1.5em;
}
section.three-columns .cols-item p {
  font-size: 0.9em;
}
section.three-columns .cols-grid {
  display: grid;
  gap: 30px;
}
section.three-columns .cols-grid--1 {
  grid-template-columns: 1fr;
}
section.three-columns .cols-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
section.three-columns .cols-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
section.three-columns .cols-item {
  display: flex;
  flex-direction: column;
}
section.three-columns .cols-item .text {
  flex: 1;
}
section.three-columns .cols-item .button {
  align-self: flex-start;
}
section.three-columns .cols-row {
  margin-bottom: 1.5em;
}
section.three-columns .cols-row .intro-text {
  font-size: 1.1em;
}

section.text-image .row {
  align-items: center;
}
section.text-image img.image {
  height: auto;
  min-height: 0;
}

section.intro {
  padding-bottom: 0;
}
section.intro p {
  font-size: 1.125em;
}
section.intro .intro__actions {
  margin-top: 1.5em;
}

.member-badge-holder {
  position: relative;
  z-index: 5;
  height: 0;
  pointer-events: none;
}
.member-badge-holder > .grid {
  position: relative;
  overflow: visible;
}

.member-badge {
  position: absolute;
  top: 3.25em;
  right: 0;
  pointer-events: auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle at 36% 30%, rgb(16.9, 182, 182) 0%, #0d8c8c 58%, #066974 100%);
  box-shadow: 0 14px 32px rgba(6, 105, 116, 0.35);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}
.member-badge__amount {
  font-family: "Arvo", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.7em;
  line-height: 0.95;
}
.member-badge__period {
  font-family: "Arvo", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2em;
  line-height: 1;
  margin-bottom: 0.2em;
}
.member-badge__note {
  font-family: "Pompiere", sans-serif;
  font-size: 1.6em;
  line-height: 0.95;
  max-width: 92%;
  margin-top: 0.25em;
}

@media (max-width: 750px) {
  .member-badge-holder {
    height: auto;
    margin-bottom: 1.5em;
  }
  .member-badge-holder > .grid {
    padding-left: 0;
    padding-right: 0;
  }
  .member-badge {
    position: static;
    margin: 0 auto;
    width: 170px;
    height: 170px;
  }
}
section.heading-text .col-1-3 h2 {
  margin-top: 0;
}

section.gallery .gallery-grid {
  display: grid;
  gap: 15px;
}
section.gallery .gallery-grid--1 {
  grid-template-columns: repeat(1, 1fr);
}
section.gallery .gallery-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
section.gallery .gallery-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
section.gallery .gallery-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
section.gallery .gallery-grid--5 {
  grid-template-columns: repeat(5, 1fr);
}
section.gallery .gallery-item {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background-color: #ece9db;
  box-shadow: 0 4px 14px rgba(37, 37, 63, 0.06);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
section.gallery .gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
section.gallery .gallery-item:hover {
  box-shadow: 0 12px 26px rgba(37, 37, 63, 0.16);
}
section.gallery .gallery-item:hover img {
  transform: scale(1.06);
}

.card-teaser {
  margin-bottom: 30px;
}
.card-teaser > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(37, 37, 63, 0.07);
  transition: transform 0.35s ease-out, box-shadow 0.35s ease-out;
}
.card-teaser > a:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(37, 37, 63, 0.15);
}
.card-teaser > a:hover .image {
  transform: scale(1.05);
}
.card-teaser .image {
  width: 100%;
  height: 210px;
  background-size: cover;
  background-position: center;
  background-color: #ece9db;
  border-radius: 16px 16px 0 0;
  transition: transform 0.5s ease-out;
}
.card-teaser .image--placeholder {
  background: linear-gradient(135deg, rgba(13, 140, 140, 0.22), rgba(194, 206, 42, 0.28));
}
.card-teaser .teaser__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.1em 1.25em 1.35em;
}
.card-teaser .date {
  display: block;
  margin-bottom: 0.1em;
  color: #066974;
  font-family: "Pompiere", sans-serif;
  font-size: 1.2em;
}
.card-teaser h3 {
  font-size: 1em;
  margin-top: 0;
  padding-bottom: 0.2em;
  line-height: 1.25;
}
.card-teaser .subline {
  font-family: "Pompiere", sans-serif;
  font-size: 1.5em;
  line-height: 1.3;
  display: block;
  margin-bottom: 0.4em;
  color: #066974;
}
.card-teaser p {
  font-size: 0.9em;
  margin-bottom: 0.75em;
}
.card-teaser .more {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  color: #0d8c8c;
}
.card-teaser .more .arrow {
  display: block;
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease-out;
}
.card-teaser > a:hover .more .arrow {
  transform: translateX(9px);
}

section.projects > .grid,
section.news-list > .grid {
  overflow: visible;
}

.teaser-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  clear: both;
  margin-top: 0.5em;
  padding-right: 30px;
}
.teaser-grid .card-teaser {
  min-width: 0;
  width: auto;
  margin-bottom: 0;
  padding: 0;
}

.teaser-grid--1 {
  grid-template-columns: minmax(0, 460px);
  justify-content: center;
}

.teaser-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 950px) {
  .teaser-grid,
  .teaser-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 750px) {
  .teaser-grid,
  .teaser-grid--1,
  .teaser-grid--2 {
    grid-template-columns: 1fr;
  }
}
section.news-teaser > .grid > .col-1-1:first-child,
section.projects-teaser > .grid > .col-1-1:first-child,
section.impressions > .grid > .col-1-1:first-child {
  margin-bottom: 1.25em;
}
section.news-teaser .news-teaser__more,
section.news-teaser .projects-teaser__more,
section.projects-teaser .news-teaser__more,
section.projects-teaser .projects-teaser__more,
section.impressions .news-teaser__more,
section.impressions .projects-teaser__more {
  margin-top: 1.5em;
  text-align: center;
}

section.impressions .impressions-slider {
  position: relative;
}
section.impressions .impressions-slider__viewport {
  overflow: hidden;
}
section.impressions .impressions-slider__track {
  display: flex;
  gap: 15px;
  transition: transform 0.5s ease;
}
section.impressions .impressions-slider__item {
  flex: 0 0 calc((100% - 45px) / 4);
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background-color: #ece9db;
  box-shadow: 0 4px 14px rgba(37, 37, 63, 0.06);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
section.impressions .impressions-slider__item img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
section.impressions .impressions-slider__item:hover {
  box-shadow: 0 12px 26px rgba(37, 37, 63, 0.16);
}
section.impressions .impressions-slider__item:hover img {
  transform: scale(1.06);
}
section.impressions .impressions-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(13, 140, 140, 0.92);
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(37, 37, 63, 0.2);
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
section.impressions .impressions-slider__nav::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2.5px solid #ffffff;
  border-right: 2.5px solid #ffffff;
}
section.impressions .impressions-slider__nav:hover {
  background: #066974;
}
section.impressions .impressions-slider__nav:disabled {
  opacity: 0.3;
  cursor: default;
}
section.impressions .impressions-slider__nav--prev {
  left: 8px;
}
section.impressions .impressions-slider__nav--prev::before {
  transform: rotate(-135deg);
  margin-left: 4px;
}
section.impressions .impressions-slider__nav--next {
  right: 8px;
}
section.impressions .impressions-slider__nav--next::before {
  transform: rotate(45deg);
  margin-right: 4px;
}

@media (max-width: 950px) {
  section.impressions .impressions-slider__item {
    flex-basis: calc((100% - 15px) / 2);
  }
}
@media (max-width: 750px) {
  section.impressions .impressions-slider__item {
    flex-basis: 100%;
  }
}
section.testi {
  text-align: center;
}
section.testi .testi-slider {
  display: grid;
  max-width: 640px;
  margin: 1em auto 0;
}
section.testi .testi-slide {
  grid-area: 1/1;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.testi .testi-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
section.testi .testi-slide__q {
  font-family: "Arvo", serif;
  font-style: italic;
  font-size: 1.15em;
  color: #25253f;
  margin-bottom: 0.4em;
}
section.testi .testi-slide__who {
  color: #066974;
  font-weight: 700;
}
section.testi .testi-dots {
  display: flex;
  gap: 0.5em;
  justify-content: center;
  margin-top: 1.2em;
}
section.testi .testi-dots button {
  width: 11px;
  height: 11px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #c2bfb2;
  cursor: pointer;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
section.testi .testi-dots button.is-active {
  background: #0d8c8c;
}

/* 3.6 DECORATIONS (circle motifs from logo & flyers)
-------------------------------------------------- */
.circles {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: right -55px top -70px, right 95px top 45px, left -35px top 12%, left -85px top 50%, right -30px top 38%, left 7% bottom 16%, right -70px bottom -75px, left 45% bottom -35px;
  background-size: 250px 250px, 150px 150px, 120px 120px, 190px 190px, 110px 110px, 130px 130px, 220px 220px, 95px 95px;
  background-image: radial-gradient(circle at 50% 50%, rgba(194, 206, 42, 0.36) 0 47%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(13, 140, 140, 0.26) 0 47%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(233, 91, 48, 0.3) 0 47%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(13, 140, 140, 0.26) 0 47%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(254, 199, 8, 0.34) 0 47%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(233, 91, 48, 0.3) 0 47%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(194, 206, 42, 0.36) 0 47%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(214, 68, 55, 0.22) 0 47%, transparent 50%);
}

.footer > .grid {
  position: relative;
  z-index: 1;
}
.footer::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -70px;
  width: 300px;
  height: 300px;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle at 42% 42%, rgba(255, 255, 255, 0.1) 0 44%, transparent 45%), radial-gradient(circle at 70% 66%, rgba(194, 206, 42, 0.2) 0 28%, transparent 29%);
}
.footer::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -80px;
  width: 360px;
  height: 360px;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle at 55% 45%, rgba(255, 255, 255, 0.08) 0 42%, transparent 43%), radial-gradient(circle at 32% 70%, rgba(233, 91, 48, 0.18) 0 24%, transparent 25%);
}
