
.mapboxgl-map {
  font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mapboxgl-canvas {
  position: absolute;
  left: 0;
  top: 0;
}

.mapboxgl-map:-webkit-full-screen {
  width: 100%;
  height: 100%;
}

.mapboxgl-canary {
  background-color: salmon;
}

.mapboxgl-canvas-container.mapboxgl-interactive, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {
  cursor: pointer;
}

.mapboxgl-canvas-container.mapboxgl-interactive:active, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {
  cursor: grabbing;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}

.mapboxgl-canvas-container.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: pinch-zoom;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: none;
}

.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right, .mapboxgl-ctrl-top-left, .mapboxgl-ctrl-top-right {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.mapboxgl-ctrl-top-left {
  top: 0;
  left: 0;
}

.mapboxgl-ctrl-top-right {
  top: 0;
  right: 0;
}

.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}

.mapboxgl-ctrl-bottom-right {
  right: 0;
  bottom: 0;
}

.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto;
  transform: translate(0);
}

.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  margin: 10px 0 0 10px;
  float: left;
}

.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 10px 10px 0 0;
  float: right;
}

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  margin: 0 0 10px 10px;
  float: left;
}

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  margin: 0 10px 10px 0;
  float: right;
}

.mapboxgl-ctrl-group {
  border-radius: 4px;
  background: #fff;
}

.mapboxgl-ctrl-group:not(:empty) {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-group:not(:empty) {
    box-shadow: 0 0 0 2px ButtonText;
  }
}
.mapboxgl-ctrl-group button {
  width: 29px;
  height: 29px;
  display: block;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
  overflow: hidden;
}

.mapboxgl-ctrl-group button + button {
  border-top: 1px solid #ddd;
}

.mapboxgl-ctrl button .mapboxgl-ctrl-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-icon {
    background-color: transparent;
  }

  .mapboxgl-ctrl-group button + button {
    border-top: 1px solid ButtonText;
  }
}
.mapboxgl-ctrl-attrib-button:focus, .mapboxgl-ctrl-group button:focus {
  box-shadow: 0 0 2px 2px #0096ff;
}

.mapboxgl-ctrl button:disabled {
  cursor: not-allowed;
}

.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon {
  opacity: 0.25;
}

.mapboxgl-ctrl button:not(:disabled):hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-ctrl-group button:focus:focus-visible {
  box-shadow: 0 0 2px 2px #0096ff;
}

.mapboxgl-ctrl-group button:focus:not(:focus-visible) {
  box-shadow: none;
}

.mapboxgl-ctrl-group button:focus:first-child {
  border-radius: 4px 4px 0 0;
}

.mapboxgl-ctrl-group button:focus:last-child {
  border-radius: 0 0 4px 4px;
}

.mapboxgl-ctrl-group button:focus:only-child {
  border-radius: inherit;
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E %3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E %3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E %3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E %3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E %3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E %3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E %3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E %3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E %3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E %3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E %3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E %3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E %3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E %3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E %3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E %3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon {
  animation: mapboxgl-spin 2s linear infinite;
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E %3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E %3C/svg%3E");
  }
}
@keyframes mapboxgl-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
a.mapboxgl-ctrl-logo {
  width: 88px;
  height: 23px;
  margin: 0 0 -4px -4px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E %3Cdefs%3E %3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E %3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E %3C/defs%3E %3Cmask id='clip'%3E %3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/mask%3E %3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E %3Ccircle mask='url(/%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E %3Cuse xlink:href='%23text' mask='url(/%23clip)'/%3E %3C/g%3E %3Cg id='fill' opacity='0.9' fill='%23fff'%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/g%3E %3C/svg%3E");
}

a.mapboxgl-ctrl-logo.mapboxgl-compact {
  width: 23px;
}

@media (-ms-high-contrast: active) {
  a.mapboxgl-ctrl-logo {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E %3Cdefs%3E %3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E %3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E %3C/defs%3E %3Cmask id='clip'%3E %3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/mask%3E %3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E %3Ccircle mask='url(/%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E %3Cuse xlink:href='%23text' mask='url(/%23clip)'/%3E %3C/g%3E %3Cg id='fill' opacity='1' fill='%23fff'%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/g%3E %3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  a.mapboxgl-ctrl-logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E %3Cdefs%3E %3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E %3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E %3C/defs%3E %3Cmask id='clip'%3E %3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/mask%3E %3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E %3Ccircle mask='url(/%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E %3Cuse xlink:href='%23text' mask='url(/%23clip)'/%3E %3C/g%3E %3Cg id='fill' opacity='1' fill='%23000'%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/g%3E %3C/svg%3E");
  }
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  padding: 0 5px;
  background-color: hsla(0, 0%, 100%, 0.5);
  margin: 0;
}

@media screen {
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    min-height: 20px;
    padding: 2px 24px 2px 0;
    margin: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 12px;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
    padding: 2px 28px 2px 8px;
    visibility: visible;
  }

  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show, .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
    padding: 2px 8px 2px 28px;
    border-radius: 12px;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
    display: none;
  }

  .mapboxgl-ctrl-attrib-button {
    display: none;
    cursor: pointer;
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E %3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E %3C/svg%3E");
    background-color: hsla(0, 0%, 100%, 0.5);
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 12px;
    outline: none;
    top: 0;
    right: 0;
    border: 0;
  }

  .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button, .mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button {
    left: 0;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner, .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button {
    display: block;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    right: 0;
  }

  .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    top: 0;
    right: 0;
  }

  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    top: 0;
    left: 0;
  }

  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    left: 0;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E %3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E %3C/svg%3E");
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E %3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E %3C/svg%3E");
  }
}
.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}

.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}

.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: 700;
  margin-left: 2px;
}

.mapboxgl-attrib-empty {
  display: none;
}

.mapboxgl-ctrl-scale {
  background-color: hsla(0, 0%, 100%, 0.75);
  font-size: 10px;
  border: 2px solid #333;
  border-top: #333;
  padding: 0 5px;
  color: #333;
  box-sizing: border-box;
}

.mapboxgl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  will-change: transform;
  pointer-events: none;
}

.mapboxgl-popup-anchor-top, .mapboxgl-popup-anchor-top-left, .mapboxgl-popup-anchor-top-right {
  flex-direction: column;
}

.mapboxgl-popup-anchor-bottom, .mapboxgl-popup-anchor-bottom-left, .mapboxgl-popup-anchor-bottom-right {
  flex-direction: column-reverse;
}

.mapboxgl-popup-anchor-left {
  flex-direction: row;
}

.mapboxgl-popup-anchor-right {
  flex-direction: row-reverse;
}

.mapboxgl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  align-self: center;
  border-top: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  align-self: center;
  border-right: none;
  border-left-color: #fff;
}

.mapboxgl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: transparent;
}

.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0;
}

.mapboxgl-popup-track-pointer {
  display: none;
}

.mapboxgl-popup-track-pointer * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mapboxgl-map:hover .mapboxgl-popup-track-pointer {
  display: flex;
}

.mapboxgl-map:active .mapboxgl-popup-track-pointer {
  display: none;
}

.mapboxgl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  opacity: 1;
  transition: opacity 0.2s;
}

.mapboxgl-user-location-dot, .mapboxgl-user-location-dot:before {
  background-color: #1da1f2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.mapboxgl-user-location-dot:before {
  content: "";
  position: absolute;
  animation: mapboxgl-user-location-dot-pulse 2s infinite;
}

.mapboxgl-user-location-dot:after {
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading {
  width: 0;
  height: 0;
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after, .mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {
  content: "";
  border-bottom: 7.5px solid #4aa1eb;
  position: absolute;
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {
  border-left: 7.5px solid transparent;
  transform: translateY(-28px) skewY(-20deg);
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after {
  border-right: 7.5px solid transparent;
  transform: translate(7.5px, -28px) skewY(20deg);
}

@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(3);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
.mapboxgl-user-location-dot-stale {
  background-color: #aaa;
}

.mapboxgl-user-location-dot-stale:after {
  display: none;
}

.mapboxgl-user-location-accuracy-circle {
  background-color: rgba(29, 161, 242, 0.2);
  width: 1px;
  height: 1px;
  border-radius: 100%;
}

.mapboxgl-crosshair, .mapboxgl-crosshair .mapboxgl-interactive, .mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair;
}

.mapboxgl-boxzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border: 2px dotted #202020;
  opacity: 0.5;
}

@media print {
  .mapbox-improve-map {
    display: none;
  }
}
.mapboxgl-scroll-zoom-blocker, .mapboxgl-touch-pan-blocker {
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  justify-content: center;
  text-align: center;
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.75s ease-in-out;
  transition-delay: 1s;
}

.mapboxgl-scroll-zoom-blocker-show, .mapboxgl-touch-pan-blocker-show {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}

.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page, .mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}

/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/*!
 * FilePond 4.30.4
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
/* eslint-disable */
.filepond--assistant {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.filepond--browser.filepond--browser {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 1em;
  top: 1.75em;
  width: calc(100% - 2em);
  opacity: 0;
  font-size: 0;
}

.filepond--data {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  visibility: hidden;
  pointer-events: none;
  contain: strict;
}

.filepond--drip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.1;
  pointer-events: none;
  border-radius: 0.5em;
  background: rgba(0, 0, 0, 0.01);
}

.filepond--drip-blob {
  transform-origin: center center;
  width: 8em;
  height: 8em;
  margin-left: -4em;
  margin-top: -4em;
  background: #292625;
  border-radius: 50%;
}

.filepond--drip-blob, .filepond--drop-label {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform, opacity;
}

.filepond--drop-label {
  right: 0;
  margin: 0;
  color: #4f4f4f;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.filepond--drop-label.filepond--drop-label label {
  display: block;
  margin: 0;
  padding: 0.5em;
}

.filepond--drop-label label {
  cursor: default;
  font-size: 0.875em;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}

.filepond--label-action {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-color: #a7a4a4;
  cursor: pointer;
}

.filepond--root[data-disabled] .filepond--drop-label label {
  opacity: 0.5;
}

.filepond--file-action-button.filepond--file-action-button {
  font-size: 1em;
  width: 1.625em;
  height: 1.625em;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  will-change: transform, opacity;
}

.filepond--file-action-button.filepond--file-action-button span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.filepond--file-action-button.filepond--file-action-button svg {
  width: 100%;
  height: 100%;
}

.filepond--file-action-button.filepond--file-action-button:after {
  position: absolute;
  left: -0.75em;
  right: -0.75em;
  top: -0.75em;
  bottom: -0.75em;
  content: "";
}

.filepond--file-action-button {
  cursor: auto;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
  transition: box-shadow 0.25s ease-in;
}

.filepond--file-action-button:focus, .filepond--file-action-button:hover {
  box-shadow: 0 0 0 0.125em hsla(0, 0%, 100%, 0.9);
}

.filepond--file-action-button[disabled] {
  color: hsla(0, 0%, 100%, 0.5);
  background-color: rgba(0, 0, 0, 0.25);
}

.filepond--file-action-button[hidden] {
  display: none;
}

.filepond--action-edit-item.filepond--action-edit-item {
  width: 2em;
  height: 2em;
  padding: 0.1875em;
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*=center] {
  margin-left: -0.1875em;
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom] {
  margin-bottom: -0.1875em;
}

.filepond--action-edit-item-alt {
  border: none;
  line-height: inherit;
  background: transparent;
  font-family: inherit;
  color: inherit;
  outline: none;
  padding: 0;
  margin: 0 0 0 0.25em;
  pointer-events: all;
  position: absolute;
}

.filepond--action-edit-item-alt svg {
  width: 1.3125em;
  height: 1.3125em;
}

.filepond--action-edit-item-alt span {
  font-size: 0;
  opacity: 0;
}

.filepond--file-info {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  margin: 0 0.5em 0 0;
  min-width: 0;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.filepond--file-info * {
  margin: 0;
}

.filepond--file-info .filepond--file-info-main {
  font-size: 0.75em;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.filepond--file-info .filepond--file-info-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
  white-space: nowrap;
}

.filepond--file-info .filepond--file-info-sub:empty {
  display: none;
}

.filepond--file-status {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  min-width: 2.25em;
  text-align: right;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.filepond--file-status * {
  margin: 0;
  white-space: nowrap;
}

.filepond--file-status .filepond--file-status-main {
  font-size: 0.75em;
  line-height: 1.2;
}

.filepond--file-status .filepond--file-status-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}

.filepond--file-wrapper.filepond--file-wrapper {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  height: 100%;
}

.filepond--file-wrapper.filepond--file-wrapper > legend {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.filepond--file {
  position: static;
  display: flex;
  height: 100%;
  align-items: flex-start;
  padding: 0.5625em;
  color: #fff;
  border-radius: 0.5em;
}

.filepond--file .filepond--file-status {
  margin-left: auto;
  margin-right: 2.25em;
}

.filepond--file .filepond--processing-complete-indicator {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 3;
}

.filepond--file .filepond--file-action-button, .filepond--file .filepond--processing-complete-indicator, .filepond--file .filepond--progress-indicator {
  position: absolute;
}

.filepond--file [data-align*=left] {
  left: 0.5625em;
}

.filepond--file [data-align*=right] {
  right: 0.5625em;
}

.filepond--file [data-align*=center] {
  left: calc(50% - 0.8125em);
}

.filepond--file [data-align*=bottom] {
  bottom: 1.125em;
}

.filepond--file [data-align=center] {
  top: calc(50% - 0.8125em);
}

.filepond--file .filepond--progress-indicator {
  margin-top: 0.1875em;
}

.filepond--file .filepond--progress-indicator[data-align*=right] {
  margin-right: 0.1875em;
}

.filepond--file .filepond--progress-indicator[data-align*=left] {
  margin-left: 0.1875em;
}

[data-filepond-item-state*=error] .filepond--file-info, [data-filepond-item-state*=invalid] .filepond--file-info, [data-filepond-item-state=cancelled] .filepond--file-info {
  margin-right: 2.25em;
}

[data-filepond-item-state~=processing] .filepond--file-status-sub {
  opacity: 0;
}

[data-filepond-item-state~=processing] .filepond--action-abort-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0.5;
}

[data-filepond-item-state=processing-error] .filepond--file-status-sub {
  opacity: 0;
}

[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0.5;
}

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg {
  animation: fall 0.5s linear 0.125s both;
}

[data-filepond-item-state=processing-complete] .filepond--file-status-sub {
  opacity: 0.5;
}

[data-filepond-item-state=processing-complete] .filepond--file-info-sub, [data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden]) ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0;
}

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing ~ .filepond--file-info .filepond--file-info-sub {
  opacity: 0.5;
}

[data-filepond-item-state*=error] .filepond--file-wrapper, [data-filepond-item-state*=error] .filepond--panel, [data-filepond-item-state*=invalid] .filepond--file-wrapper, [data-filepond-item-state*=invalid] .filepond--panel {
  animation: shake 0.65s linear both;
}

[data-filepond-item-state*=busy] .filepond--progress-indicator svg {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes shake {
  10%, 90% {
    transform: translateX(-0.0625em);
  }
  20%, 80% {
    transform: translateX(0.125em);
  }
  30%, 50%, 70% {
    transform: translateX(-0.25em);
  }
  40%, 60% {
    transform: translateX(0.25em);
  }
}
@keyframes fall {
  0% {
    opacity: 0;
    transform: scale(0.5);
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    transform: scale(1.1);
    animation-timing-function: ease-in-out;
  }
  to {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
.filepond--hopper[data-hopper-state=drag-over] > * {
  pointer-events: none;
}

.filepond--hopper[data-hopper-state=drag-over]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.filepond--progress-indicator {
  z-index: 103;
}

.filepond--file-action-button {
  z-index: 102;
}

.filepond--file-status {
  z-index: 101;
}

.filepond--file-info {
  z-index: 100;
}

.filepond--item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  margin: 0.25em;
  will-change: transform, opacity;
}

.filepond--item > .filepond--panel {
  z-index: -1;
}

.filepond--item > .filepond--panel .filepond--panel-bottom {
  box-shadow: 0 0.0625em 0.125em -0.0625em rgba(0, 0, 0, 0.25);
}

.filepond--item > .filepond--file-wrapper, .filepond--item > .filepond--panel {
  transition: opacity 0.15s ease-out;
}

.filepond--item[data-drag-state] {
  cursor: grab;
}

.filepond--item[data-drag-state] > .filepond--panel {
  transition: box-shadow 0.125s ease-in-out;
  box-shadow: 0 0 0 transparent;
}

.filepond--item[data-drag-state=drag] {
  cursor: grabbing;
}

.filepond--item[data-drag-state=drag] > .filepond--panel {
  box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.325);
}

.filepond--item[data-drag-state]:not([data-drag-state=idle]) {
  z-index: 2;
}

.filepond--item-panel {
  background-color: #64605e;
}

[data-filepond-item-state=processing-complete] .filepond--item-panel {
  background-color: #369763;
}

[data-filepond-item-state*=error] .filepond--item-panel, [data-filepond-item-state*=invalid] .filepond--item-panel {
  background-color: #c44e47;
}

.filepond--item-panel {
  border-radius: 0.5em;
  transition: background-color 0.25s;
}

.filepond--list-scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  will-change: transform;
}

.filepond--list-scroller[data-state=overflow] .filepond--list {
  bottom: 0;
  right: 0;
}

.filepond--list-scroller[data-state=overflow] {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-mask: linear-gradient(180deg, #000 calc(100% - 0.5em), transparent);
  mask: linear-gradient(180deg, #000 calc(100% - 0.5em), transparent);
}

.filepond--list-scroller::-webkit-scrollbar {
  background: transparent;
}

.filepond--list-scroller::-webkit-scrollbar:vertical {
  width: 1em;
}

.filepond--list-scroller::-webkit-scrollbar:horizontal {
  height: 0;
}

.filepond--list-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 99999px;
  border: 0.3125em solid transparent;
  background-clip: content-box;
}

.filepond--list.filepond--list {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  will-change: transform;
}

.filepond--list {
  left: 0.75em;
  right: 0.75em;
}

.filepond--root[data-style-panel-layout~=integrated] {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root, .filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root {
  border-radius: 0;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root > *, .filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root > * {
  display: none;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label, .filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
  bottom: 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel, .filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel {
  display: none;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller, .filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller {
  overflow: hidden;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--list, .filepond--root[data-style-panel-layout~=integrated] .filepond--list {
  left: 0;
  right: 0;
  height: 100%;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--item, .filepond--root[data-style-panel-layout~=integrated] .filepond--item {
  margin: 0;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper, .filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper {
  height: 100%;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label, .filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
  z-index: 7;
}

.filepond--root[data-style-panel-layout~=circle] {
  border-radius: 99999rem;
  overflow: hidden;
}

.filepond--root[data-style-panel-layout~=circle] > .filepond--panel {
  border-radius: inherit;
}

.filepond--root[data-style-panel-layout~=circle] > .filepond--panel > * {
  display: none;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file-info, .filepond--root[data-style-panel-layout~=circle] .filepond--file-status {
  display: none;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item {
  opacity: 1 !important;
  visibility: visible !important;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .filepond--root[data-style-panel-layout~=circle] {
      will-change: transform;
    }
  }
}
.filepond--panel-root {
  border-radius: 0.5em;
  background-color: #f1f0ef;
}

.filepond--panel {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  height: 100% !important;
  pointer-events: none;
}

.filepond-panel:not([data-scalable=false]) {
  height: auto !important;
}

.filepond--panel[data-scalable=false] > div {
  display: none;
}

.filepond--panel[data-scalable=true] {
  transform-style: preserve-3d;
  background-color: transparent !important;
  border: none !important;
}

.filepond--panel-bottom, .filepond--panel-center, .filepond--panel-top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.filepond--panel-bottom, .filepond--panel-top {
  height: 0.5em;
}

.filepond--panel-top {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important;
}

.filepond--panel-top:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: inherit;
}

.filepond--panel-bottom, .filepond--panel-center {
  will-change: transform;
  backface-visibility: hidden;
  transform-origin: left top;
  transform: translate3d(0, 0.5em, 0);
}

.filepond--panel-bottom {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: none !important;
}

.filepond--panel-bottom:before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: -1px;
  background-color: inherit;
}

.filepond--panel-center {
  height: 100px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
}

.filepond--panel-center:not([style]) {
  visibility: hidden;
}

.filepond--progress-indicator {
  position: static;
  width: 1.25em;
  height: 1.25em;
  color: #fff;
  margin: 0;
  pointer-events: none;
  will-change: transform, opacity;
}

.filepond--progress-indicator svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transform-box: fill-box;
}

.filepond--progress-indicator path {
  fill: none;
  stroke: currentColor;
}

.filepond--list-scroller {
  z-index: 6;
}

.filepond--drop-label {
  z-index: 5;
}

.filepond--drip {
  z-index: 3;
}

.filepond--root > .filepond--panel {
  z-index: 2;
}

.filepond--browser {
  z-index: 1;
}

.filepond--root {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: normal;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 450;
  text-align: left;
  text-rendering: optimizeLegibility;
  direction: ltr;
  contain: layout style size;
}

.filepond--root * {
  box-sizing: inherit;
  line-height: inherit;
}

.filepond--root :not(text) {
  font-size: inherit;
}

.filepond--root[data-disabled] {
  pointer-events: none;
}

.filepond--root[data-disabled] .filepond--list-scroller {
  pointer-events: all;
}

.filepond--root[data-disabled] .filepond--list {
  pointer-events: none;
}

.filepond--root .filepond--drop-label {
  min-height: 4.75em;
}

.filepond--root .filepond--list-scroller {
  margin-top: 1em;
  margin-bottom: 1em;
}

.filepond--root .filepond--credits {
  position: absolute;
  right: 0;
  opacity: 0.175;
  line-height: 0.85;
  font-size: 11px;
  color: inherit;
  text-decoration: none;
  z-index: 3;
  bottom: -14px;
}

.filepond--root .filepond--credits[style] {
  top: 0;
  bottom: auto;
  margin-top: 14px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  scroll-padding-top: 100px;
}

html {
  min-width: 250px;
}
@media screen and (max-width: 250px) {
  html {
    overflow-x: auto;
  }
}

img {
  max-width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
img[src$=".jpg"], img[src$=".webp"], img[src=""] {
  background-color: #f5f5f5;
}
img.transparent {
  background-color: transparent;
}
img[src=""] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #f5f5f5;
  color: #d2d2d2;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
}
img.no-radius {
  border-radius: 0;
}

picture {
  display: flex;
}

.video {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border-radius: 8px;
  background-color: #f5f5f5;
}

hr {
  border: none;
  border-top: 1px solid #ececec;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

.turbo-progress-bar {
  height: 3px;
  background-color: #d30c51;
}

*::-moz-selection {
  background: #a1c80b;
  color: black;
}

*::selection {
  background: #a1c80b;
  color: black;
}

.w--sm {
  max-width: 250px;
}
.w--md {
  max-width: 420px;
}
.w--mdx {
  max-width: 520px;
}
.w--lg {
  max-width: 720px;
}
.w--xl {
  max-width: 980px;
}

.align--left {
  text-align: left;
}
.align--center {
  text-align: center;
}
.align--center * {
  margin-left: auto;
  margin-right: auto;
}
.align--right {
  text-align: right;
}

.ratio--square {
  width: 100%;
  aspect-ratio: 1/1;
  display: inline-block;
}
.ratio--rect {
  width: 100%;
  aspect-ratio: 13/8;
  display: inline-block;
}
.ratio--wide {
  width: 100%;
  aspect-ratio: 16/9;
  display: inline-block;
}
.ratio--none {
  aspect-ratio: auto;
}

.underline {
  text-decoration: underline;
}

.text-balance {
  text-wrap: balance;
}

.clr--primary {
  color: #a1c80b;
}
.clr--red {
  color: #d30c51;
}
.clr--red-l {
  color: #ff8e8e;
}
.clr--red-d {
  color: #5f1124;
}
.clr--red-new {
  color: #E73352;
}
.clr--coral {
  color: #f85f68;
}
.clr--blue {
  color: #2f6178;
}
.clr--blue-l {
  color: #3686ac;
}
.clr--blue-d {
  color: #072e44;
}
.clr--green {
  color: #a1c80b;
}
.clr--green-l {
  color: #c9da86 !important;
}
.clr--green-d {
  color: #2a4f00;
}
.clr--orange {
  color: #ff8000;
}
.clr--amber {
  color: #f39200;
}
.clr--text-l {
  color: #929292;
}
.clr--white {
  color: white;
}

@media screen and (max-width: 720px) {
  .hide--sm {
    visibility: hidden;
  }
}

.overflow--hidden {
  overflow: hidden;
}

.fullwidth {
  width: 100%;
  flex: 1 1 auto;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mt-12 {
  margin-top: 4.8rem !important;
}

.mb-12 {
  margin-bottom: 4.8rem !important;
}

* {
  font-family: museo-sans, sans-serif;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 920px) {
  html {
    font-size: 55%;
  }
}
@media screen and (max-width: 720px) {
  html {
    font-size: 45%;
  }
}

body {
  color: #20252f;
  font-size: 1.6rem;
  font-size: max(1.6rem, 12px);
  font-weight: 300;
}

h1, h2, h3, h4, h5 {
  font-weight: 900;
}
p + h1, .magazin-element-text.size--large + h1, .quote .quote__content .quote__text + h1, p + h2, .magazin-element-text.size--large + h2, .quote .quote__content .quote__text + h2, p + h3, .magazin-element-text.size--large + h3, .quote .quote__content .quote__text + h3, p + h4, .magazin-element-text.size--large + h4, .quote .quote__content .quote__text + h4, p + h5, .magazin-element-text.size--large + h5, .quote .quote__content .quote__text + h5 {
  margin-top: 2.4rem;
}

h1 {
  font-size: 4rem;
  line-height: 1.2;
}
h1.size--lg, h1.magazin-element-text.size--large, .quote .quote__content h1.quote__text {
  font-size: 5.6rem;
  line-height: 1.15;
}

h2 {
  font-size: 3.2rem;
  line-height: 1.25;
}
h2.size--lg, h2.magazin-element-text.size--large, .quote .quote__content h2.quote__text {
  font-size: 4rem;
  line-height: 1.2;
}
h2.size--sm {
  font-size: 2.8rem;
  line-height: 1.33;
}
h2 + h3, h2 + h5 {
  margin-top: 0.8rem;
}
h2 + section, h2 + .column-layout {
  margin-top: 3.2rem !important;
}

h3 {
  font-size: 2.4rem;
  line-height: 1.33;
}

h4 {
  font-size: 2rem;
  line-height: 1.33;
}

h5 {
  font-size: 1.6rem;
  line-height: 1.25;
}

p, .magazin-element-text.size--large, .quote .quote__content .quote__text {
  font-size: 1.6rem;
  font-size: max(1.6rem, 12px);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.01rem;
}
p.size--sm, .size--sm.magazin-element-text.size--large, .quote .quote__content .size--sm.quote__text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.33;
}
p.size--lg, .magazin-element-text.size--large, .quote .quote__content .quote__text {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.33;
}
p.size--lg-thin, .size--lg-thin.magazin-element-text.size--large, .quote .quote__content .size--lg-thin.quote__text {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.33;
}
p.size--xl, .size--xl.magazin-element-text.size--large, .quote .quote__content .size--xl.quote__text {
  font-size: 4rem;
  line-height: 1.2;
}
p a, .magazin-element-text.size--large a, .quote .quote__content .quote__text a {
  font-weight: 500;
}
h1 + p, h1 + .magazin-element-text.size--large, .quote .quote__content h1 + .quote__text, h2 + p, h2 + .magazin-element-text.size--large, .quote .quote__content h2 + .quote__text, h4 + p, h4 + .magazin-element-text.size--large, .quote .quote__content h4 + .quote__text, h5 + p, h5 + .magazin-element-text.size--large, .quote .quote__content h5 + .quote__text {
  margin-top: 1.6rem;
}
p + p.size--lg, .magazin-element-text.size--large + p.size--lg, .quote .quote__content .quote__text + p.size--lg, p + .magazin-element-text.size--large, .magazin-element-text.size--large + .magazin-element-text.size--large, .quote .quote__content .quote__text + .magazin-element-text.size--large, .quote .quote__content p + .quote__text, .quote .quote__content .magazin-element-text.size--large + .quote__text, .quote .quote__content .quote__text + .quote__text {
  margin-top: 2.4rem;
}
h3 + p, h3 + .magazin-element-text.size--large, .quote .quote__content h3 + .quote__text {
  margin-top: 0.8rem;
}
p + p, .magazin-element-text.size--large + p, .quote .quote__content .quote__text + p, p + .magazin-element-text.size--large, .magazin-element-text.size--large + .magazin-element-text.size--large, .quote .quote__content .quote__text + .magazin-element-text.size--large, .quote .quote__content p + .quote__text, .quote .quote__content .magazin-element-text.size--large + .quote__text, .quote .quote__content .quote__text + .quote__text {
  margin-top: 1.6rem;
}

strong, b {
  font-weight: 500;
  letter-spacing: -0.02rem;
}

strong {
  font-weight: 900;
}

.light {
  font-weight: 400;
}

.lighter {
  font-weight: 200 !important;
}

.overline {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.15;
}
.overline + * {
  margin-top: 8px;
}

.caption, .quote .quote__content .quote__name {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.15;
}
img + .caption, .quote .quote__content img + .quote__name, picture + .caption, .quote .quote__content picture + .quote__name, iframe + .caption, .quote .quote__content iframe + .quote__name, .button + .caption, .quote .quote__content .button + .quote__name, div + .caption, .quote .quote__content div + .quote__name {
  margin-top: 0.8rem;
}

.footnote {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: -0.01rem;
}

p.secondary, .secondary.magazin-element-text.size--large, .quote .quote__content .secondary.quote__text, li.secondary {
  color: #929292;
}

a {
  text-decoration: none;
}

sup, sub {
  font-size: 0.7em;
}

section ul, section ol {
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.01rem;
  padding-left: 2.4rem;
}
section ul.size--lg, section ul.magazin-element-text.size--large, section .quote .quote__content ul.quote__text, .quote .quote__content section ul.quote__text, section ol.size--lg, section ol.magazin-element-text.size--large, section .quote .quote__content ol.quote__text, .quote .quote__content section ol.quote__text {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.33;
}
section ul.bullets, section ul.bullets--orange, section ul.bullets--red-d, section ul.bullets--red, section ol.bullets, section ol.bullets--orange, section ol.bullets--red-d, section ol.bullets--red {
  list-style: none;
}
section ul.bullets li, section ul.bullets--orange li, section ul.bullets--red-d li, section ul.bullets--red li, section ol.bullets li, section ol.bullets--orange li, section ol.bullets--red-d li, section ol.bullets--red li {
  position: relative;
}
section ul.bullets li::before, section ul.bullets--orange li::before, section ul.bullets--red-d li::before, section ul.bullets--red li::before, section ol.bullets li::before, section ol.bullets--orange li::before, section ol.bullets--red-d li::before, section ol.bullets--red li::before {
  content: "•";
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  width: 2.4rem;
  text-align: center;
  font-weight: bold;
}
section ul.bullets li strong:first-child, section ul.bullets--orange li strong:first-child, section ul.bullets--red-d li strong:first-child, section ul.bullets--red li strong:first-child, section ol.bullets li strong:first-child, section ol.bullets--orange li strong:first-child, section ol.bullets--red-d li strong:first-child, section ol.bullets--red li strong:first-child {
  display: block;
}
section ul.bullets li + li, section ul.bullets--orange li + li, section ul.bullets--red-d li + li, section ul.bullets--red li + li, section ol.bullets li + li, section ol.bullets--orange li + li, section ol.bullets--red-d li + li, section ol.bullets--red li + li {
  margin-top: 0.8rem;
}
section ul.bullets.size--lg li::before, section ul.bullets.magazin-element-text.size--large li::before, section .quote .quote__content ul.bullets.quote__text li::before, .quote .quote__content section ul.bullets.quote__text li::before, section ul.size--lg.bullets--orange li::before, section ul.bullets--orange.magazin-element-text.size--large li::before, section .quote .quote__content ul.bullets--orange.quote__text li::before, .quote .quote__content section ul.bullets--orange.quote__text li::before, section ul.size--lg.bullets--red-d li::before, section ul.bullets--red-d.magazin-element-text.size--large li::before, section .quote .quote__content ul.bullets--red-d.quote__text li::before, .quote .quote__content section ul.bullets--red-d.quote__text li::before, section ul.size--lg.bullets--red li::before, section ul.bullets--red.magazin-element-text.size--large li::before, section .quote .quote__content ul.bullets--red.quote__text li::before, .quote .quote__content section ul.bullets--red.quote__text li::before, section ol.bullets.size--lg li::before, section ol.bullets.magazin-element-text.size--large li::before, section .quote .quote__content ol.bullets.quote__text li::before, .quote .quote__content section ol.bullets.quote__text li::before, section ol.size--lg.bullets--orange li::before, section ol.bullets--orange.magazin-element-text.size--large li::before, section .quote .quote__content ol.bullets--orange.quote__text li::before, .quote .quote__content section ol.bullets--orange.quote__text li::before, section ol.size--lg.bullets--red-d li::before, section ol.bullets--red-d.magazin-element-text.size--large li::before, section .quote .quote__content ol.bullets--red-d.quote__text li::before, .quote .quote__content section ol.bullets--red-d.quote__text li::before, section ol.size--lg.bullets--red li::before, section ol.bullets--red.magazin-element-text.size--large li::before, section .quote .quote__content ol.bullets--red.quote__text li::before, .quote .quote__content section ol.bullets--red.quote__text li::before {
  text-align: left;
}
section ul.bullets.size--lg li + li, section ul.bullets.magazin-element-text.size--large li + li, section .quote .quote__content ul.bullets.quote__text li + li, .quote .quote__content section ul.bullets.quote__text li + li, section ul.size--lg.bullets--orange li + li, section ul.bullets--orange.magazin-element-text.size--large li + li, section .quote .quote__content ul.bullets--orange.quote__text li + li, .quote .quote__content section ul.bullets--orange.quote__text li + li, section ul.size--lg.bullets--red-d li + li, section ul.bullets--red-d.magazin-element-text.size--large li + li, section .quote .quote__content ul.bullets--red-d.quote__text li + li, .quote .quote__content section ul.bullets--red-d.quote__text li + li, section ul.size--lg.bullets--red li + li, section ul.bullets--red.magazin-element-text.size--large li + li, section .quote .quote__content ul.bullets--red.quote__text li + li, .quote .quote__content section ul.bullets--red.quote__text li + li, section ol.bullets.size--lg li + li, section ol.bullets.magazin-element-text.size--large li + li, section .quote .quote__content ol.bullets.quote__text li + li, .quote .quote__content section ol.bullets.quote__text li + li, section ol.size--lg.bullets--orange li + li, section ol.bullets--orange.magazin-element-text.size--large li + li, section .quote .quote__content ol.bullets--orange.quote__text li + li, .quote .quote__content section ol.bullets--orange.quote__text li + li, section ol.size--lg.bullets--red-d li + li, section ol.bullets--red-d.magazin-element-text.size--large li + li, section .quote .quote__content ol.bullets--red-d.quote__text li + li, .quote .quote__content section ol.bullets--red-d.quote__text li + li, section ol.size--lg.bullets--red li + li, section ol.bullets--red.magazin-element-text.size--large li + li, section .quote .quote__content ol.bullets--red.quote__text li + li, .quote .quote__content section ol.bullets--red.quote__text li + li {
  margin-top: 1.6rem;
}
section ul.bullets--red li::before, section ol.bullets--red li::before {
  color: #d30c51;
}
section ul.bullets--red-d li::before, section ol.bullets--red-d li::before {
  color: #5f1124;
}
section ul.bullets--orange li::before, section ol.bullets--orange li::before {
  color: #ff8000;
}

.floating-title-row {
  display: flex;
  gap: 16px;
}
.floating-title-row h1, .floating-title-row h2, .floating-title-row h3, .floating-title-row h4, .floating-title-row h5 {
  flex: 0 0 auto;
  width: 184px;
}
@media screen and (max-width: 720px) {
  .floating-title-row h1, .floating-title-row h2, .floating-title-row h3, .floating-title-row h4, .floating-title-row h5 {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.floating-title-row h1 + p, .floating-title-row h1 + .magazin-element-text.size--large, .floating-title-row .quote .quote__content h1 + .quote__text, .quote .quote__content .floating-title-row h1 + .quote__text, .floating-title-row h1 + div, .floating-title-row h2 + p, .floating-title-row h2 + .magazin-element-text.size--large, .floating-title-row .quote .quote__content h2 + .quote__text, .quote .quote__content .floating-title-row h2 + .quote__text, .floating-title-row h2 + div, .floating-title-row h3 + p, .floating-title-row h3 + .magazin-element-text.size--large, .floating-title-row .quote .quote__content h3 + .quote__text, .quote .quote__content .floating-title-row h3 + .quote__text, .floating-title-row h3 + div, .floating-title-row h4 + p, .floating-title-row h4 + .magazin-element-text.size--large, .floating-title-row .quote .quote__content h4 + .quote__text, .quote .quote__content .floating-title-row h4 + .quote__text, .floating-title-row h4 + div, .floating-title-row h5 + p, .floating-title-row h5 + .magazin-element-text.size--large, .floating-title-row .quote .quote__content h5 + .quote__text, .quote .quote__content .floating-title-row h5 + .quote__text, .floating-title-row h5 + div {
  flex: 1 1 auto;
  margin-top: 0;
}
.floating-title-row + .floating-title-row {
  margin-top: 5.6rem;
}
div + .floating-title-row, h2.size--lg + .floating-title-row, h2.magazin-element-text.size--large + .floating-title-row, .quote .quote__content h2.quote__text + .floating-title-row, p.size--xl + .floating-title-row, .size--xl.magazin-element-text.size--large + .floating-title-row, .quote .quote__content .size--xl.quote__text + .floating-title-row {
  margin-top: 9.6rem;
}
* + .floating-title-row {
  margin-top: 4rem;
}
@media screen and (max-width: 720px) {
  .floating-title-row {
    display: block;
  }
}

.text-columns {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-top: 3.2rem;
}
.text-columns li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.text-columns .dont-break {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
@media screen and (max-width: 720px) {
  .text-columns {
    -moz-columns: 1;
         columns: 1;
  }
}

.container, .container--lg, .container--sm {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
  position: relative;
}
.container--sm {
  max-width: 820px;
}
.container--lg {
  max-width: 1380px;
}
.container + .container.with-margins, .container--sm + .container.with-margins, .container--lg + .container.with-margins, .container + .with-margins.container--sm, .container--sm + .with-margins.container--sm, .container--lg + .with-margins.container--sm, .container + .with-margins.container--lg, .container--sm + .with-margins.container--lg, .container--lg + .with-margins.container--lg {
  margin-top: 8rem;
}

section {
  position: relative;
  padding: 6.4rem 0 9rem;
}
section.has--edge {
  background-color: transparent !important;
}
section.has--edge::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  left: -200px;
  width: calc((100vw - 1180px) / 2 + 1180px);
  max-width: calc(80vw + 150px);
  max-height: 400px;
  transform-origin: top right;
  transform: skewX(-19deg);
  background-color: #d2d2d2;
  border-radius: 4px;
  z-index: -1;
}
@media screen and (max-width: 440px) {
  section.has--edge::before {
    width: calc(100vw + 150px);
    max-width: none;
    max-height: 50vw;
  }
}
section.has--edge.bg--white::before, section.skewed.bg--white::before {
  background-color: white;
}
section.has--edge.bg--red::before, section.skewed.bg--red::before {
  background-color: #d30c51;
}
section.has--edge.bg--green::before, section.skewed.bg--green::before {
  background-color: #a1c80b;
}
section.has--edge.bg--blue::before, section.skewed.bg--blue::before {
  background-color: #2f6178;
}
section.has--edge.bg--blue-d, section.skewed.bg--blue-d {
  color: white;
}
section.has--edge.bg--blue-d::before, section.has--edge.bg--blue-d::after, section.skewed.bg--blue-d::before, section.skewed.bg--blue-d::after {
  background-color: #072e44;
}
section.has--edge.bg--orange::before, section.skewed.bg--orange::before {
  background-color: #ff8000;
}
section.has--edge.bg--orange-l, section.skewed.bg--orange-l {
  color: #752c01;
}
section.has--edge.bg--orange-l .icon:not(.feather), section.skewed.bg--orange-l .icon:not(.feather) {
  fill: #ff8000;
  stroke-width: 0;
}
section.has--edge.bg--orange-l .icon:not(.feather) path:not([fill=none]), section.skewed.bg--orange-l .icon:not(.feather) path:not([fill=none]) {
  fill: #ff8000;
}
section.has--edge.bg--orange-l .icon.feather, section.skewed.bg--orange-l .icon.feather {
  stroke: #ff8000;
}
section.has--edge.bg--orange-l::before, section.skewed.bg--orange-l::before {
  background-color: #ffaf5d;
}
section.has--edge.bg--amber::before, section.has--edge.bg--amber::after, section.skewed.bg--amber::before, section.skewed.bg--amber::after {
  background-color: #f39200;
}
section.has--edge.bg--fade::before, section.skewed.bg--fade::before {
  background: linear-gradient(to bottom, #ececec, white);
  max-height: 200px;
}
section.skewed {
  padding: 9rem 0 9rem;
}
section.skewed::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transform: skewY(-4deg);
  z-index: -2;
}
section.skewed::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  top: 50%;
  height: 50%;
  z-index: -2;
}
section.skewed + section.skewed {
  margin-top: -4px;
}
section.overlap--bottom {
  margin-bottom: -16rem;
  padding-bottom: 0;
}
section.overlap--bottom + section {
  padding-top: 24rem;
}
section.overlap--bottom-sm {
  margin-bottom: -12rem;
  padding-bottom: 0;
}
section.overlap--bottom-sm + section {
  padding-top: 20rem;
}
section.no-padding-top {
  padding-top: 0;
}
section.no-padding-bottom {
  padding-bottom: 0;
}

header.header--image, header.header--centered, header.header--2, header.header--1 {
  position: relative;
  overflow: hidden;
}
header.header--image .header__columns, header.header--centered .header__columns, header.header--2 .header__columns, header.header--1 .header__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 100px;
}
header.header--image .header__content, header.header--centered .header__content, header.header--2 .header__content, header.header--1 .header__content {
  width: calc(50% - 100px);
  max-width: 460px;
}
@media screen and (max-width: 720px) {
  header.header--image .header__content, header.header--centered .header__content, header.header--2 .header__content, header.header--1 .header__content {
    width: 100%;
  }
}
header.header--image .header__hero, header.header--centered .header__hero, header.header--2 .header__hero, header.header--1 .header__hero {
  padding: 8rem 0;
  width: 50%;
  position: relative;
}
header.header--image .header__hero img, header.header--centered .header__hero img, header.header--2 .header__hero img, header.header--1 .header__hero img {
  width: 100%;
}
@media screen and (max-width: 720px) {
  header.header--image .header__hero, header.header--centered .header__hero, header.header--2 .header__hero, header.header--1 .header__hero {
    width: 100%;
    order: -1;
  }
}

header.header--image .header__pattern, header.header--centered .header__pattern, header.header--2 .header__pattern {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  max-width: 2040px;
  padding-left: 60px;
  height: 70%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 920px) {
  header.header--image .header__pattern, header.header--centered .header__pattern, header.header--2 .header__pattern {
    width: 120%;
    padding-left: 3%;
  }
}
header.header--image .header__pattern svg, header.header--centered .header__pattern svg, header.header--2 .header__pattern svg {
  height: auto;
}
header.header--image .header__pattern svg.clr--blue path, header.header--centered .header__pattern svg.clr--blue path, header.header--2 .header__pattern svg.clr--blue path {
  fill: #2f6178 !important;
}
header.header--image .header__pattern svg:first-child, header.header--centered .header__pattern svg:first-child, header.header--2 .header__pattern svg:first-child {
  width: 20%;
  max-width: 220px;
}
header.header--image .header__pattern svg:first-child path, header.header--centered .header__pattern svg:first-child path, header.header--2 .header__pattern svg:first-child path {
  fill: #c9da86;
}
header.header--image .header__pattern svg:last-child, header.header--centered .header__pattern svg:last-child, header.header--2 .header__pattern svg:last-child {
  width: 33%;
  max-width: 380px;
}
header.header--image .header__pattern svg:last-child path, header.header--centered .header__pattern svg:last-child path, header.header--2 .header__pattern svg:last-child path {
  fill: #2a4f00;
}
@media screen and (min-width: 721px) and (max-width: 1480px) {
  header.header--2 .header__pattern svg:first-child {
    visibility: hidden;
  }
}
@media screen and (max-width: 1640px) {
  header.header--2 .header__pattern svg:first-child {
    clip-path: inset(0 0 50% 0);
  }
}
@media screen and (max-width: 1480px) {
  header.header--2 .header__pattern svg:last-child {
    clip-path: inset(0 0 50% 0);
  }
}
@media screen and (max-width: 1140px) {
  header.header--centered .header__pattern svg:last-child, header.header--centered .header__pattern svg:first-child {
    clip-path: inset(0 0 50% 0);
  }
}

header.header--1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  left: auto;
  right: -100px;
  width: calc((100vw - 1180px) / 2 + 590px);
  transform-origin: left bottom;
  transform: skewX(-19deg);
  background-color: #d2d2d2;
  border-radius: 4px;
  z-index: -1;
}
@media screen and (max-width: 720px) {
  header.header--1::before {
    content: none;
    display: none;
  }
}
@media screen and (max-width: 720px) {
  header.header--1 .header__hero {
    padding: 4rem 0;
    margin-bottom: 3.2rem;
  }
  header.header--1 .header__hero::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    left: 50%;
    transform: skewX(-19deg);
    background-color: #d2d2d2;
    border-radius: 4px;
    z-index: -1;
  }
}
@media screen and (max-width: 720px) {
  header.header--1 {
    margin-bottom: 4.8rem;
  }
}
header.header--1.bg--red::before, header.header--1.bg--red .header__hero::before {
  background-color: #d30c51;
}
header.header--1.bg--green::before, header.header--1.bg--green .header__hero::before {
  background-color: #a1c80b;
}
header.header--1.bg--green-d::before, header.header--1.bg--green-d .header__hero::before {
  background-color: #2a4f00;
}
header.header--1.bg--blue::before, header.header--1.bg--blue .header__hero::before {
  background-color: #2f6178;
}
header.header--1.bg--orange::before, header.header--1.bg--orange .header__hero::before {
  background-color: #ff8000;
}
header.header--1.bg--blue-d::before, header.header--1.bg--blue-d .header__hero::before {
  background-color: #072e44;
}
header.header--1.bg--primary::before, header.header--1.bg--primary .header__hero::before {
  background-color: var(--clr-primary, #a1c80b);
}
header.header--1.bg--primary .overline {
  color: var(--clr-primary, #a1c80b);
}

header.header--2 {
  padding: 10rem 0 5rem;
  color: #c9da86;
}
@media screen and (max-width: 720px) {
  header.header--2 {
    padding: 3.2rem 0;
  }
}
header.header--2 .header__columns {
  align-items: flex-start;
}
@media screen and (max-width: 720px) {
  header.header--2 .header__columns {
    flex-direction: column;
  }
}
header.header--2 .header__columns .fullwidth {
  width: 100%;
}
header.header--2 .header__content {
  margin-top: 6rem;
}
@media screen and (max-width: 720px) {
  header.header--2 .header__content {
    width: 100%;
    margin: 0 0 20px;
  }
  header.header--2 .header__content h1, header.header--2 .header__content h2, header.header--2 .header__content h3 {
    color: #20252f !important;
  }
}
header.header--2 .header__hero {
  padding: 0;
}
@media screen and (max-width: 720px) {
  header.header--2 .header__hero {
    width: 100%;
  }
}
header.header--2 .header__breadcrumbs {
  width: 100%;
  font-size: 1.4rem;
  margin-top: -50px;
}
header.header--2 .header__breadcrumbs * {
  letter-spacing: 0.4px;
}
header.header--2 .header__breadcrumbs strong {
  font-weight: bold;
}
header.header--2 .header__breadcrumbs > * + *::before {
  content: "/";
  font-weight: 400;
  padding: 0 0.8rem;
}
@media screen and (max-width: 720px) {
  header.header--2 .header__breadcrumbs {
    margin-top: 0;
  }
}
header.header--2 .header__tags {
  display: flex;
  flex-flow: row wrap;
  margin-top: -3.6rem;
  gap: 4px;
  width: 50%;
}
@media screen and (max-width: 720px) {
  header.header--2 .header__tags {
    margin-top: 0;
    width: 100%;
  }
}
header.header--2 .header__background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  left: -200px;
  width: calc((100vw - 1180px) / 2 + 1180px);
  max-width: calc(80vw + 150px);
  transform-origin: top right;
  transform: skewX(-19deg);
  border-radius: 4px;
  height: calc(30.7692307692vw + 40px);
  max-height: 400px;
  z-index: -1;
  overflow: hidden;
  background-size: cover;
}
header.header--2 .header__background::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  left: 5%;
  transform: skewX(19deg);
  background: inherit;
  z-index: 1;
}
header.header--2 .header__background::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: 2;
}
@media screen and (max-width: 440px) {
  header.header--2 .header__background {
    width: calc(100vw + 150px);
    max-width: none;
  }
}
header.header--2 .header__breadcrumbs {
  color: white;
}
header.header--2 h1, header.header--2 h2 {
  color: #a1c80b;
}
header.header--2 .icon-row .icon:not(.feather) {
  fill: #c9da86;
  stroke-width: 0;
}
header.header--2 .icon-row .icon:not(.feather) path:not([fill=none]) {
  fill: #c9da86;
}
header.header--2 .icon-row .icon.feather {
  stroke: #c9da86;
}
header.header--2 .header__background {
  background-color: #2a4f00;
}
header.header--2 .header__background::after {
  background-image: linear-gradient(to bottom, rgba(42, 79, 0, 0.2), rgba(201, 218, 134, 0.1)), linear-gradient(90deg, #2a4f00 40%, rgba(90, 121, 40, 0.8));
}
header.header--2 .header__pattern svg:first-child path {
  fill: #a1c80b;
}
header.header--2 .header__pattern svg:last-child path {
  fill: #426414;
}
header.header--2.bg--red {
  color: #ff8e8e;
}
header.header--2.bg--red .header__breadcrumbs {
  color: white;
}
header.header--2.bg--red h1, header.header--2.bg--red h2 {
  color: #d30c51;
}
header.header--2.bg--red .icon-row .icon:not(.feather) {
  fill: #ff8e8e;
  stroke-width: 0;
}
header.header--2.bg--red .icon-row .icon:not(.feather) path:not([fill=none]) {
  fill: #ff8e8e;
}
header.header--2.bg--red .icon-row .icon.feather {
  stroke: #ff8e8e;
}
header.header--2.bg--red .header__background {
  background-color: #5f1124;
}
header.header--2.bg--red .header__background::after {
  background-image: linear-gradient(to bottom, rgba(95, 17, 36, 0.2), rgba(255, 142, 142, 0.1)), linear-gradient(90deg, #5f1124 40%, rgba(143, 55, 68, 0.8));
}
header.header--2.bg--red .header__pattern svg:first-child path {
  fill: #d30c51;
}
header.header--2.bg--red .header__pattern svg:last-child path {
  fill: #772434;
}
header.header--2.bg--red-m {
  color: #2f6178;
}
header.header--2.bg--red-m .header__breadcrumbs {
  color: white;
}
header.header--2.bg--red-m h1, header.header--2.bg--red-m h2 {
  color: #ff8e8e;
}
header.header--2.bg--red-m .icon-row .icon:not(.feather) {
  fill: #2f6178;
  stroke-width: 0;
}
header.header--2.bg--red-m .icon-row .icon:not(.feather) path:not([fill=none]) {
  fill: #2f6178;
}
header.header--2.bg--red-m .icon-row .icon.feather {
  stroke: #2f6178;
}
header.header--2.bg--red-m .header__background {
  background-color: #d30c51;
}
header.header--2.bg--red-m .header__background::after {
  background-image: linear-gradient(to bottom, rgba(211, 12, 81, 0.2), rgba(47, 97, 120, 0.1)), linear-gradient(90deg, #d30c51 40%, rgba(162, 38, 93, 0.8));
}
header.header--2.bg--red-m .header__pattern svg:first-child path {
  fill: #ff8e8e;
}
header.header--2.bg--red-m .header__pattern svg:last-child path {
  fill: #ba1957;
}
header.header--2.bg--blue {
  color: #3686ac;
}
header.header--2.bg--blue .header__breadcrumbs {
  color: white;
}
header.header--2.bg--blue h1, header.header--2.bg--blue h2 {
  color: #2f6178;
}
header.header--2.bg--blue .icon-row .icon:not(.feather) {
  fill: #3686ac;
  stroke-width: 0;
}
header.header--2.bg--blue .icon-row .icon:not(.feather) path:not([fill=none]) {
  fill: #3686ac;
}
header.header--2.bg--blue .icon-row .icon.feather {
  stroke: #3686ac;
}
header.header--2.bg--blue .header__background {
  background-color: #072e44;
}
header.header--2.bg--blue .header__background::after {
  background-image: linear-gradient(to bottom, rgba(7, 46, 68, 0.2), rgba(54, 134, 172, 0.1)), linear-gradient(90deg, #072e44 40%, rgba(21, 72, 99, 0.8));
}
header.header--2.bg--blue .header__pattern svg:first-child path {
  fill: #2f6178;
}
header.header--2.bg--blue .header__pattern svg:last-child path {
  fill: #0e3b54;
}
header.header--2.bg--blue h1, header.header--2.bg--blue h2 {
  color: #3686ac;
}
header.header--2.bg--green {
  color: #c9da86;
}
header.header--2.bg--green .header__breadcrumbs {
  color: white;
}
header.header--2.bg--green h1, header.header--2.bg--green h2 {
  color: #a1c80b;
}
header.header--2.bg--green .icon-row .icon:not(.feather) {
  fill: #c9da86;
  stroke-width: 0;
}
header.header--2.bg--green .icon-row .icon:not(.feather) path:not([fill=none]) {
  fill: #c9da86;
}
header.header--2.bg--green .icon-row .icon.feather {
  stroke: #c9da86;
}
header.header--2.bg--green .header__background {
  background-color: #2a4f00;
}
header.header--2.bg--green .header__background::after {
  background-image: linear-gradient(to bottom, rgba(42, 79, 0, 0.2), rgba(201, 218, 134, 0.1)), linear-gradient(90deg, #2a4f00 40%, rgba(90, 121, 40, 0.8));
}
header.header--2.bg--green .header__pattern svg:first-child path {
  fill: #a1c80b;
}
header.header--2.bg--green .header__pattern svg:last-child path {
  fill: #426414;
}
header.header--2.bg--orange {
  color: #ffaf5d;
}
header.header--2.bg--orange .header__breadcrumbs {
  color: white;
}
header.header--2.bg--orange h1, header.header--2.bg--orange h2 {
  color: #ff8000;
}
header.header--2.bg--orange .icon-row .icon:not(.feather) {
  fill: #ffaf5d;
  stroke-width: 0;
}
header.header--2.bg--orange .icon-row .icon:not(.feather) path:not([fill=none]) {
  fill: #ffaf5d;
}
header.header--2.bg--orange .icon-row .icon.feather {
  stroke: #ffaf5d;
}
header.header--2.bg--orange .header__background {
  background-color: #752c01;
}
header.header--2.bg--orange .header__background::after {
  background-image: linear-gradient(to bottom, rgba(117, 44, 1, 0.2), rgba(255, 175, 93, 0.1)), linear-gradient(90deg, #752c01 40%, rgba(158, 83, 29, 0.8));
}
header.header--2.bg--orange .header__pattern svg:first-child path {
  fill: #ff8000;
}
header.header--2.bg--orange .header__pattern svg:last-child path {
  fill: #8a400f;
}
header.header--2.bg--gray {
  color: #ececec;
}
header.header--2.bg--gray .header__breadcrumbs {
  color: black;
}
header.header--2.bg--gray h1, header.header--2.bg--gray h2 {
  color: black;
}
header.header--2.bg--gray .icon-row .icon:not(.feather) {
  fill: #ececec;
  stroke-width: 0;
}
header.header--2.bg--gray .icon-row .icon:not(.feather) path:not([fill=none]) {
  fill: #ececec;
}
header.header--2.bg--gray .icon-row .icon.feather {
  stroke: #ececec;
}
header.header--2.bg--gray .header__background {
  background-color: #929292;
}
header.header--2.bg--gray .header__background::after {
  background-image: linear-gradient(to bottom, rgba(146, 146, 146, 0.2), rgba(236, 236, 236, 0.1)), linear-gradient(90deg, #929292 40%, rgba(173, 173, 173, 0.8));
}
header.header--2.bg--gray .header__pattern svg:first-child path {
  fill: black;
}
header.header--2.bg--gray .header__pattern svg:last-child path {
  fill: #a0a0a0;
}
header.header--2 + section.has--edge {
  margin-top: 4.8rem;
}

header.header--centered {
  padding: 10rem 0;
  margin: 0 auto;
  background-size: 1360px auto;
  min-height: 250px;
}
@media screen and (max-width: 1360px) {
  header.header--centered {
    background-size: auto 100%;
  }
}
header.header--centered .container {
  position: relative;
  text-align: center;
}
header.header--centered .container * {
  margin-left: auto;
  margin-right: auto;
}
header.header--centered p {
  max-width: 660px;
}
header.header--centered h1, header.header--centered h2, header.header--centered p {
  position: relative;
  z-index: 10;
}
header.header--centered.has--background {
  margin-bottom: 1.6rem;
}
header.header--centered .centered-image {
  max-width: 628px;
  margin: 0 auto;
}
header.header--centered .centered-image picture, header.header--centered .centered-image img {
  width: 100%;
}
header.header--centered .header__logo + p {
  margin-top: 3rem;
}
header.header--centered.bg--red .header__pattern svg:first-child path {
  fill: #d30c51;
}
header.header--centered.bg--red .header__pattern svg:last-child path {
  fill: #5f1124;
}
header.header--centered.bg--coral .header__pattern svg:first-child path {
  fill: #f85f68;
}
header.header--centered.bg--coral .header__pattern svg:last-child path {
  fill: #072e44;
}
header.header--centered.bg--blue .header__pattern svg:first-child path {
  fill: #2f6178;
}
header.header--centered.bg--blue .header__pattern svg:last-child path {
  fill: #072e44;
}
header.header--centered.bg--green .header__pattern svg:first-child path {
  fill: #a1c80b;
}
header.header--centered.bg--green .header__pattern svg:last-child path {
  fill: #2a4f00;
}
header.header--centered.bg--orange .header__pattern svg:first-child path {
  fill: #ff8000;
}
header.header--centered.bg--orange .header__pattern svg:last-child path {
  fill: #752c01;
}
header.header--centered.bg--gray .header__pattern svg:first-child path {
  fill: black;
}
header.header--centered.bg--gray .header__pattern svg:last-child path {
  fill: #929292;
}
header.header--centered.bg--red-blue .header__pattern svg:first-child path {
  fill: #d30c51;
}
header.header--centered.bg--red-blue .header__pattern svg:last-child path {
  fill: #2f6178;
}
header.header--centered.bg--red-new .header__pattern svg:first-child path {
  fill: #E73352;
}
header.header--centered.bg--red-new .header__pattern svg:last-child path {
  fill: #072e44;
}

header.header--skewed {
  position: relative;
  padding: 15rem 0 5.6rem;
  margin: -10rem auto 0;
  background-color: #f39200;
}
header.header--skewed .header__content {
  position: relative;
  transform: rotate(-4deg);
  padding: 2rem 8rem 8rem 2rem;
}
header.header--skewed .header__content img {
  width: 100%;
}
header.header--skewed .header__content .background-map {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(4deg) translate(-50%, -35%);
  width: 100%;
  min-height: 300px;
  -webkit-mask-image: radial-gradient(black, transparent 85%);
          mask-image: radial-gradient(black, transparent 85%);
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
header.header--skewed .header__content {
  background-color: white;
}
header.header--skewed.bg--amber {
  background-color: #f39200;
}
header.header--skewed.bg--amber .header__content {
  background-color: white;
}

header.header--image {
  padding: 0;
  margin: 0 auto;
}
header.header--image .container, header.header--image .container--lg {
  padding: 0;
}
header.header--image img {
  width: 100%;
}
header.header--image.bg--green {
  background-color: #2a4f00;
}

header.header--campus .container--lg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
header.header--campus .container--lg .header__logo {
  width: 50%;
  position: relative;
  padding-bottom: 20%;
}
@media screen and (max-width: 1180px) {
  header.header--campus .container--lg .header__logo {
    width: 100%;
    padding-bottom: 50%;
  }
}
header.header--campus .container--lg .header__logo img {
  position: absolute;
  top: -2rem;
  left: -10%;
  width: 100%;
  height: auto;
  z-index: -1;
  border-radius: 0;
}
header.header--campus .container--lg .header__actions {
  width: 45%;
  align-self: flex-end;
}
@media screen and (max-width: 1180px) {
  header.header--campus .container--lg .header__actions {
    width: 100%;
  }
}
header.header--campus .container--lg .header__text {
  margin-top: 6.4rem;
  max-width: 58rem;
  width: 50%;
  align-self: center;
}
@media screen and (max-width: 720px) {
  header.header--campus .container--lg .header__text {
    width: 100%;
  }
}
header.header--campus .container--lg .header__pattern {
  margin-top: 6.4rem;
  width: 45%;
  position: relative;
  padding-bottom: 30%;
}
header.header--campus .container--lg .header__pattern img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  border-radius: 0;
}
@media screen and (max-width: 720px) {
  header.header--campus .container--lg .header__pattern {
    display: none;
  }
}

.column-layout {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 8rem 16px;
}
@media screen and (max-width: 720px) {
  .column-layout {
    gap: 4rem 16px;
  }
}
.column-layout .col {
  width: calc(50% - 8px);
}
.column-layout .col.w-40 {
  width: calc(40% - 8px);
}
.column-layout .col.w-45 {
  width: calc(45% - 8px);
}
.column-layout .col.w-60 {
  width: calc(60% - 8px);
}
@media screen and (max-width: 720px) {
  .column-layout .col {
    width: 100% !important;
  }
  .column-layout .col.break--top {
    order: -1;
  }
}
.column-layout.align--middle {
  align-items: center;
}
.column-layout.align--bottom {
  align-items: flex-end;
}
.column-layout + .column-layout.with-margins {
  margin-top: 10rem;
}

.grid, .grid--6, .grid--5, .grid--4, .grid--2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px 16px;
}
@media screen and (max-width: 920px) {
  .grid, .grid--6, .grid--5, .grid--4, .grid--2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 720px) {
  .grid, .grid--6, .grid--5, .grid--4, .grid--2 {
    grid-template-columns: 1fr;
  }
}
.grid img, .grid--6 img, .grid--5 img, .grid--4 img, .grid--2 img {
  width: 100%;
}
.grid--2 {
  grid-template-columns: 1fr 1fr;
}
.grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 920px) {
  .grid--4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 720px) {
  .grid--4 {
    grid-template-columns: 1fr 1fr;
  }
}
.grid--5 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 920px) {
  .grid--5 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 720px) {
  .grid--5 {
    grid-template-columns: 1fr 1fr;
  }
}
.grid--6 {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 920px) {
  .grid--6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 720px) {
  .grid--6 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 720px) {
  .grid.mobile--3, .mobile--3.grid--2, .mobile--3.grid--4, .mobile--3.grid--5, .mobile--3.grid--6 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.6rem;
  }
}

* + .grid, * + .grid--2, * + .grid--4, * + .grid--5, * + .grid--6 {
  margin-top: 4rem;
}

.mobile-menu {
  position: absolute;
  left: 100%;
  top: 100%;
  z-index: -10;
  pointer-events: none;
  box-sizing: border-box;
  width: calc(100% - 40px);
  max-width: 400px;
  height: calc(100vh - 102%);
  padding: 8px 24px 24px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  box-shadow: none;
  background-color: #f5f5f5;
  border-radius: 8px 0 0 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}
@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .mobile-menu {
    background-color: rgba(245, 245, 245, 0.85);
    -webkit-backdrop-filter: brightness(160%) blur(20px);
            backdrop-filter: brightness(160%) blur(20px);
  }
}
@media screen and (min-width: 921px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu ul.mobile-list {
  list-style: none;
}
.mobile-menu ul.mobile-list li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 0;
  font-size: 2.2rem;
  font-weight: 500;
  color: black;
}
.mobile-menu ul.mobile-list li a .icon {
  width: 2.2rem;
  height: 2.2rem;
  flex: 0 0 auto;
}
.mobile-menu ul.mobile-list li a .icon:first-of-type {
  margin-right: 8px;
  margin-top: -1px;
}
.mobile-menu ul.mobile-list li a .icon:first-of-type:not(.feather) {
  fill: #929292;
  stroke-width: 0;
}
.mobile-menu ul.mobile-list li a .icon:first-of-type:not(.feather) path:not([fill=none]) {
  fill: #929292;
}
.mobile-menu ul.mobile-list li a .icon:first-of-type.feather {
  stroke: #929292;
}
.mobile-menu ul.mobile-list li a .icon.arrow {
  margin-left: auto;
  width: 2.4rem;
  height: 2.4rem;
  transition: transform 0.2s;
}
.mobile-menu ul.mobile-list li a:hover .arrow, .mobile-menu ul.mobile-list li a:active .arrow {
  transform: translateX(2px);
}
.mobile-menu ul.mobile-list li + li {
  border-top: 1px solid white;
}
.mobile-menu.open {
  transform: translateX(-100%);
  box-shadow: -6px 4px 12px 0 rgba(0, 0, 0, 0.15);
  pointer-events: auto;
}

body main, body footer {
  transition: transform 0.3s;
}
body.mobile-menu-open main, body.mobile-menu-open footer {
  transform: translateX(-10px);
}

.burgermenu {
  margin: 0 0 0 auto;
  position: relative;
  height: 36px;
  width: 36px;
  outline: none;
  cursor: pointer;
}
.burgermenu span {
  position: absolute;
  right: 0;
  height: 3px;
  width: 90%;
  border-radius: 2px;
  background-color: black;
  transform-origin: right center;
  transition: transform 0.2s;
}
.burgermenu span:first-child {
  top: 7px;
  right: -3px;
}
.burgermenu span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  transition: none;
}
.burgermenu span:last-child {
  top: calc(100% - 3px - 7px);
  right: 3px;
}

.mobile-menu-open .burgermenu span:first-child, .mobile-menu-open .burgermenu span:last-child {
  transform: scaleX(0);
  opacity: 0;
  transition: transform 0.2s, opacity 0.25s;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -100;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  transition: background-color 0.3s, opacity 0.3s, visibility 0.3s;
}
@media screen and (min-width: 921px) {
  .backdrop {
    display: none;
  }
}
.backdrop.open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  background-color: rgba(32, 37, 47, 0.6);
}
@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .backdrop.open {
    background-color: rgba(32, 37, 47, 0.4);
  }
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  z-index: 100;
  width: calc(100% - 4rem);
  max-width: 1300px;
  max-height: 40vh;
  border-radius: 8px;
  padding: 2.4rem 0 2rem;
}
.cookie-banner p {
  font-size: 1.4rem;
  font-size: max(1.4rem, 11px);
}
.cookie-banner .banner__links {
  display: flex;
  gap: 1.2rem;
  margin-top: 1.6rem;
}
.cookie-banner .banner__links a {
  font-size: 1.2rem;
  font-size: max(1.2rem, 11px);
  font-weight: 500;
}
.cookie-banner .banner__links a:hover {
  text-decoration: underline;
}
.cookie-banner .banner__actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
@media screen and (max-width: 720px) {
  .cookie-banner .banner__actions {
    padding-top: 16px;
  }
}
.cookie-banner .banner__actions .button {
  padding: 6px 20px;
}
@media screen and (max-width: 720px) {
  .cookie-banner .banner__actions .button {
    width: 50%;
  }
}
.cookie-banner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #f5f5f5;
  box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.4);
  border: 1px solid black;
  overflow: hidden;
  border-radius: inherit;
}
.cookie-banner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: fixed;
  width: 100vw;
  top: 4rem;
  left: 50%;
  border-radius: 0;
  z-index: -100;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.2) 30%, black);
  opacity: 0.4;
}

button, .button, .button--round {
  border: none;
  background: none;
  -webkit-appearance: none;
}

.button, .button--round {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 6px 16px;
  font-size: 1.4rem;
  font-size: max(1.4rem, 11px);
  line-height: 1;
  font-weight: 500;
  background-color: var(--button-bg, white);
  color: black;
  border: 1px solid var(--button-bg, black);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
}
.button:hover, .button--round:hover, .button:active, .button--round:active {
  background-color: var(--button-hover-bg, black);
  border-color: var(--button-hover-bg, black);
  color: white;
}
.button:hover .icon:not(.feather), .button--round:hover .icon:not(.feather), .button:active .icon:not(.feather), .button--round:active .icon:not(.feather) {
  fill: white !important;
  stroke-width: 0;
}
.button:hover .icon:not(.feather) path:not([fill=none]), .button--round:hover .icon:not(.feather) path:not([fill=none]), .button:active .icon:not(.feather) path:not([fill=none]), .button--round:active .icon:not(.feather) path:not([fill=none]) {
  fill: white !important;
}
.button:hover .icon.feather, .button--round:hover .icon.feather, .button:active .icon.feather, .button--round:active .icon.feather {
  stroke: white !important;
}
.button.size--sm, .navbar ul.action-list .button, .size--sm.button--round {
  height: 32px;
}
.button.clr--dark, .clr--dark.button--round {
  --button-bg: black;
}
.button.clr--green, .clr--green.button--round {
  --button-bg: #a1c80b;
  --button-hover-bg: #2a4f00;
}
.button.clr--blue, .clr--blue.button--round {
  color: white;
  --button-bg: #2f6178;
  --button-hover-bg: #072e44;
}
.button.clr--red, .clr--red.button--round {
  color: white;
  --button-bg: #d30c51;
  --button-hover-bg: #5f1124;
}
.button.clr--red-new, .clr--red-new.button--round {
  color: white;
  --button-bg: #E73352;
  --button-hover-bg: #5f1124;
}
.button.clr--orange, .clr--orange.button--round {
  color: white;
  --button-bg: #ff8000;
  --button-hover-bg: #752c01;
}
.button.clr--orange .icon:not(.feather), .clr--orange.button--round .icon:not(.feather) {
  fill: #752c01;
  stroke-width: 0;
}
.button.clr--orange .icon:not(.feather) path:not([fill=none]), .clr--orange.button--round .icon:not(.feather) path:not([fill=none]) {
  fill: #752c01;
}
.button.clr--orange .icon.feather, .clr--orange.button--round .icon.feather {
  stroke: #752c01;
}
.button.clr--orange-d, .clr--orange-d.button--round {
  color: white;
  --button-bg: #752c01;
  --button-hover-bg: #752c01;
}
.button.hover--green, .hover--green.button--round {
  --button-hover-bg: #a1c80b;
}
.button.hover--blue, .hover--blue.button--round {
  --button-hover-bg: #2f6178;
}
.button.hover--red, .hover--red.button--round {
  --button-hover-bg: #d30c51;
}
.button.hover--red-new, .hover--red-new.button--round {
  --button-hover-bg: #E73352;
}
.button.hover--blue-d, .hover--blue-d.button--round {
  --button-hover-bg: #072e44;
}
.button.hover--orange, .hover--orange.button--round {
  --button-hover-bg: #ff8000;
}
.button.hover--orange-d, .hover--orange-d.button--round {
  --button-hover-bg: #752c01;
}
.button .icon, .button--round .icon {
  width: 16px;
  height: 16px;
}
.button .icon:first-child, .button--round .icon:first-child {
  margin-left: -4px;
  margin-right: 10px;
}
.button .icon:last-child, .button--round .icon:last-child {
  margin-right: -4px;
  margin-left: 10px;
}
.button .icon:only-child, .button--round .icon:only-child {
  margin: 0;
}
p + .button, p + .button--round, h1 + .button, h1 + .button--round, h2 + .button, h2 + .button--round, h3 + .button, h3 + .button--round {
  margin-top: 1.6rem;
}
.button--round {
  aspect-ratio: 1;
  border-radius: 99px;
  width: 48px;
  height: 48px;
  padding: 0;
}
@media screen and (max-width: 720px) {
  .button--round {
    width: 36px;
    height: 36px;
  }
}
.button--round.size--sm, .navbar ul.action-list .button--round.button {
  width: 24px;
  height: 24px;
}
.button--round.size--sm .icon, .navbar ul.action-list .button--round.button .icon {
  with: 12px;
  height: 12px;
}

.button-row {
  display: flex;
  gap: 0.8rem;
}
* + .button-row {
  margin-top: 1.6rem;
}
.button-row + * {
  margin-top: 1.6rem;
}
@media screen and (max-width: 440px) {
  .button-row.break-mobile {
    flex-direction: column;
  }
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form > * {
  width: 100%;
}
.form .form-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form .form-section > * {
  width: 100%;
}
.form .form-section + .form-section {
  margin-top: 3.6rem;
  border-top: 1px solid #f5f5f5;
  padding-top: 3.6rem;
}
.form > .error {
  color: red;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0.8rem 0 2.4rem;
}
.form.align--center {
  margin-left: auto;
  margin-right: auto;
}
.form .input + h3 {
  margin-top: 3.2rem;
}
.form h3 + .input {
  margin-top: 1.2rem;
}
.form h3 + .input.width--half + .input.width--half {
  margin-top: 1.2rem;
}
.form input[type=submit] {
  margin: 4.8rem auto 0.8rem;
}
@media screen and (min-width: 441px) {
  .form input[type=submit] {
    max-width: 24rem;
  }
}

input:not([type=submit]), textarea, select {
  display: block;
  padding: 0.9rem 1.6rem;
  font-size: 1.6rem;
  line-height: 1;
  color: black;
  border-radius: 8px;
  background-color: #ececec;
  border: 1px solid #ececec;
  -webkit-appearance: none;
  outline: none !important;
  transition: border-color 0.3s;
}
input:not([type=submit])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #929292;
  opacity: 1;
}
input:not([type=submit])::placeholder, textarea::placeholder, select::placeholder {
  color: #929292;
  opacity: 1;
}
input:not([type=submit]):focus, textarea:focus, select:focus {
  border-color: black;
}

textarea {
  resize: vertical;
  line-height: 1.5;
  min-height: calc(3em + 1.8rem);
  max-height: 36em;
}

input[type=file] {
  padding: 2.4rem 1.6rem;
}

.input {
  width: 100%;
  margin: 0.8rem 0;
}
.input input:not([type=submit]), .input textarea, .input select {
  width: 100%;
}
.input select {
  height: 4rem;
  padding-right: 4rem;
  background-image: url(/assets/icons/caret-6bb231ad27cc6fed0cf9df4f4bbfaabaa628b629f6b888e97d3622dda07482e9.svg);
  background-position: calc(100% - 1.2rem) center;
  background-repeat: no-repeat;
  background-size: 2rem;
}
.input label {
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
}
.input label abbr {
  order: 99;
  margin-left: 0.3em;
  text-decoration: none;
  color: #E73352;
}
.input label + input, .input label + textarea, .input label + select {
  margin-top: 0.6rem;
}
.input .error {
  display: block;
  color: red;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 0.4rem;
  width: 100%;
}
.input .hint {
  display: block;
  padding-top: 0.6rem;
  font-size: 1.4rem;
  color: #929292;
}
.input.width--half {
  width: calc(50% - 1.2rem);
}
@media screen and (max-width: 440px) {
  .input.width--half {
    width: 100%;
  }
}
.input.width--full {
  width: 100%;
}
.input.field_with_errors > input {
  border-color: red;
}

.toggle-input input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: -100px;
}
.toggle-input label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px 8px 8px;
  height: 32px;
  background-color: #f5f5f5;
  border: 1px solid #929292;
  border-radius: 8px;
  color: black;
  font-size: 1.2rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.3s, border-color 0.3s;
}
.toggle-input label * {
  opacity: 0.42;
  transition: opacity 0.3s;
}
.toggle-input label .toggle__icon {
  display: inline-block;
  width: 22px;
  height: 14px;
  border: 2px solid black;
  padding: 2px;
  border-radius: 8px;
}
.toggle-input label .toggle__icon::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: black;
  transition: transform 0.2s;
}
.toggle-input input[type=checkbox]:checked + label {
  border-color: black;
  background-color: white;
}
.toggle-input input[type=checkbox]:checked + label * {
  opacity: 1;
}
.toggle-input input[type=checkbox]:checked + label .toggle__icon::before {
  transform: translateX(8px);
}

.input.radio_buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.input.radio_buttons > label {
  width: 100%;
  margin-bottom: 0.8rem;
}
.input.radio_buttons .radio {
  margin-right: 2rem;
  width: auto;
  display: flex;
  align-items: center;
}
.input.radio_buttons .radio input[type=radio] {
  -webkit-appearance: none;
  flex: 0 0 auto;
  padding: 0;
  width: 2rem;
  height: 2rem;
  border: 0.25rem solid #d2d2d2;
  box-shadow: inset 0 0 0 2rem white;
  background-color: white;
  margin-right: 0.6rem;
  border-radius: 99px;
  transition: box-shadow 0.2s, background-color 0.2s, border-color 0.2s;
}
.input.radio_buttons .radio input[type=radio]:checked {
  box-shadow: inset 0 0 0 0.3rem white;
  background-color: #a1c80b;
  border-color: #a1c80b;
}
.input.radio_buttons .radio label {
  display: flex;
  align-items: center;
  padding: 0.8rem 0;
  font-size: 1.6rem;
  font-weight: 400;
  cursor: pointer;
}

.action-input {
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  background-color: #ececec;
  outline: 1px solid transparent;
  width: 400px;
  max-width: 100%;
}
.action-input input:not([type=submit]) {
  flex: 1 1 auto;
  padding: 1.6rem 2.4rem;
  height: 6.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  outline: none !important;
  border: none !important;
}
.action-input .button {
  flex: 0 1 120px;
  margin: 1.2rem;
  background-color: black;
  color: white;
}
.action-input .button:hover {
  background-color: #a1c80b;
  border-color: #a1c80b;
  color: white !important;
}
.action-input input:-moz-placeholder-shown + .button {
  color: #929292;
}
.action-input input:placeholder-shown + .button {
  color: #929292;
}
.action-input:focus-within {
  outline-color: black;
}
.action-input.fullwidth {
  width: 100%;
}
.action-input + a.legal {
  color: #20252f;
  display: block;
  margin-top: 1.2rem;
}
.action-input + a.legal:hover {
  text-decoration: underline;
}

.icon {
  width: 24px;
  transition: fill 0.3s, stroke 0.3s;
}
.icon:not(.feather) {
  fill: #20252f;
  stroke-width: 0;
}
.icon:not(.feather) path:not([fill=none]) {
  fill: #20252f;
}
.icon.feather {
  stroke: #20252f;
}
.icon path {
  transition: fill 0.3s;
}
.icon.clr--light:not(.feather) {
  fill: white;
  stroke-width: 0;
}
.icon.clr--light:not(.feather) path:not([fill=none]) {
  fill: white;
}
.icon.clr--light.feather {
  stroke: white;
}
.icon.clr--dark:not(.feather) {
  fill: #20252f;
  stroke-width: 0;
}
.icon.clr--dark:not(.feather) path:not([fill=none]) {
  fill: #20252f;
}
.icon.clr--dark.feather {
  stroke: #20252f;
}
.icon.clr--red:not(.feather) {
  fill: #d30c51;
  stroke-width: 0;
}
.icon.clr--red:not(.feather) path:not([fill=none]) {
  fill: #d30c51;
}
.icon.clr--red.feather {
  stroke: #d30c51;
}
.icon.clr--red-l:not(.feather) {
  fill: #ff8e8e;
  stroke-width: 0;
}
.icon.clr--red-l:not(.feather) path:not([fill=none]) {
  fill: #ff8e8e;
}
.icon.clr--red-l.feather {
  stroke: #ff8e8e;
}
.icon.clr--red-new:not(.feather) {
  fill: #E73352;
  stroke-width: 0;
}
.icon.clr--red-new:not(.feather) path:not([fill=none]) {
  fill: #E73352;
}
.icon.clr--red-new.feather {
  stroke: #E73352;
}
.icon.clr--blue:not(.feather) {
  fill: #2f6178;
  stroke-width: 0;
}
.icon.clr--blue:not(.feather) path:not([fill=none]) {
  fill: #2f6178;
}
.icon.clr--blue.feather {
  stroke: #2f6178;
}
.icon.clr--green:not(.feather) {
  fill: #a1c80b;
  stroke-width: 0;
}
.icon.clr--green:not(.feather) path:not([fill=none]) {
  fill: #a1c80b;
}
.icon.clr--green.feather {
  stroke: #a1c80b;
}
.icon.clr--green-d:not(.feather) {
  fill: #2a4f00 !important;
  stroke-width: 0;
}
.icon.clr--green-d:not(.feather) path:not([fill=none]) {
  fill: #2a4f00 !important;
}
.icon.clr--green-d.feather {
  stroke: #2a4f00 !important;
}
.icon.clr--orange:not(.feather) {
  fill: #ff8000;
  stroke-width: 0;
}
.icon.clr--orange:not(.feather) path:not([fill=none]) {
  fill: #ff8000;
}
.icon.clr--orange.feather {
  stroke: #ff8000;
}
.icon.clr--gray:not(.feather) {
  fill: #929292;
  stroke-width: 0;
}
.icon.clr--gray:not(.feather) path:not([fill=none]) {
  fill: #929292;
}
.icon.clr--gray.feather {
  stroke: #929292;
}
.icon.size--sm, .icon-row.overline .icon {
  width: 16px;
  height: 16px;
}
.icon.size--md, .icon-row h1.icon-row .icon, .icon-row h2.icon-row .icon, .icon-row h3.icon-row .icon, .icon-row h4.icon-row .icon, .icon-row h5.icon-row .icon {
  width: 24px;
  height: 24px;
}
.icon.size--lg {
  width: 40px;
  height: 40px;
}

.icon-row {
  display: flex;
  align-items: center;
}
.icon-row .icon {
  margin-right: 8px;
}
.icon-row .icon.size--md, h1.icon-row h1.icon-row .icon, h2.icon-row h2.icon-row .icon, h3.icon-row h3.icon-row .icon, h4.icon-row h4.icon-row .icon, h5.icon-row h5.icon-row .icon {
  margin-right: 10px;
}
.icon-row .icon.size--lg {
  margin-right: 16px;
}
.card {
  width: 100%;
  max-width: 600px;
  display: block;
  border-radius: 8px;
  position: relative;
}
.card .card__image {
  position: relative;
  padding: calc(56% - 32px - 1.6rem) 1.6rem 1.6rem;
  border-radius: 8px;
  background-color: #f5f5f5;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-end;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
@supports (aspect-ratio: 16/9) {
  .card .card__image {
    aspect-ratio: 16/9;
    padding: 1.6rem;
  }
}
.card .card__image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: inherit;
  transition: transform 0.3s;
}
.card .card__image > * {
  position: relative;
  z-index: 0;
}
.card .card__image > .align--bottom {
  margin-top: auto;
}
.card .card__image > .align--top {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
}
.card .card__image + * {
  margin-top: 12px;
}
.card .card__image:hover::before {
  transform: scale(1.05);
}
.card .card__title {
  color: #20252f;
}
.card .card__subtitle {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.15;
  color: #929292;
  margin-top: 6px;
}
.card .card__tags {
  margin-top: 12px;
  display: flex;
  flex-flow: row wrap;
  gap: 4px;
}

.teaser-card {
  position: relative;
  border-radius: 4px;
  padding: 50px 0 50px 100px;
  overflow: hidden;
  display: block;
  color: #c9da86;
}
@media screen and (max-width: 920px) {
  .teaser-card {
    padding: 40px 0 40px 60px;
  }
}
@media screen and (max-width: 720px) {
  .teaser-card {
    padding: 30px;
  }
}
.teaser-card .teaser__title {
  max-width: 450px;
}
.teaser-card .teaser__subtitle {
  max-width: 400px;
}
.teaser-card img {
  display: block;
  max-width: 480px;
  margin-left: auto;
}
@media screen and (max-width: 720px) {
  .teaser-card img {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .teaser-card iframe {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 720px) {
  .teaser-card .break--top iframe {
    margin-top: 0;
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 720px) {
  .teaser-card .column-layout {
    gap: 0;
  }
}
.teaser-card .teaser__background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  left: -18%;
  transform-origin: top right;
  transform: skewX(-19deg);
  border-radius: inherit;
  z-index: -1;
  overflow: hidden;
  background-size: cover;
}
.teaser-card .teaser__background::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  left: 5%;
  transform: skewX(19deg);
  background: inherit;
  z-index: 1;
}
.teaser-card .teaser__background::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: 2;
}
@media screen and (max-width: 720px) {
  .teaser-card .teaser__background {
    width: calc(100vw + 150px);
    max-width: none;
  }
}
.teaser-card p {
  color: white;
}
.teaser-card .icon:not(.feather) {
  fill: #c9da86;
  stroke-width: 0;
}
.teaser-card .icon:not(.feather) path:not([fill=none]) {
  fill: #c9da86;
}
.teaser-card .icon.feather {
  stroke: #c9da86;
}
.teaser-card .teaser__background {
  background-color: #2a4f00;
}
.teaser-card .teaser__background::after {
  background-image: linear-gradient(to top, rgba(42, 79, 0, 0.2), rgba(201, 218, 134, 0.1)), linear-gradient(90deg, #2a4f00 40%, rgba(106, 135, 54, 0.8));
}
.teaser-card.bg--red {
  color: #ff8e8e;
}
.teaser-card.bg--red p {
  color: white;
}
.teaser-card.bg--red .icon:not(.feather) {
  fill: #ff8e8e;
  stroke-width: 0;
}
.teaser-card.bg--red .icon:not(.feather) path:not([fill=none]) {
  fill: #ff8e8e;
}
.teaser-card.bg--red .icon.feather {
  stroke: #ff8e8e;
}
.teaser-card.bg--red .teaser__background {
  background-color: #5f1124;
}
.teaser-card.bg--red .teaser__background::after {
  background-image: linear-gradient(to top, rgba(95, 17, 36, 0.2), rgba(255, 142, 142, 0.1)), linear-gradient(90deg, #5f1124 40%, rgba(159, 67, 78, 0.8));
}
.teaser-card.bg--red-m {
  color: #ffd2d2;
}
.teaser-card.bg--red-m p {
  color: white;
}
.teaser-card.bg--red-m .icon:not(.feather) {
  fill: #ffd2d2;
  stroke-width: 0;
}
.teaser-card.bg--red-m .icon:not(.feather) path:not([fill=none]) {
  fill: #ffd2d2;
}
.teaser-card.bg--red-m .icon.feather {
  stroke: #ffd2d2;
}
.teaser-card.bg--red-m .teaser__background {
  background-color: #d30c51;
}
.teaser-card.bg--red-m .teaser__background::after {
  background-image: linear-gradient(to top, rgba(211, 12, 81, 0.2), rgba(255, 210, 210, 0.1)), linear-gradient(90deg, #d30c51 40%, rgba(229, 91, 133, 0.8));
}
.teaser-card.bg--blue {
  color: #3686ac;
}
.teaser-card.bg--blue p {
  color: white;
}
.teaser-card.bg--blue .icon:not(.feather) {
  fill: #3686ac;
  stroke-width: 0;
}
.teaser-card.bg--blue .icon:not(.feather) path:not([fill=none]) {
  fill: #3686ac;
}
.teaser-card.bg--blue .icon.feather {
  stroke: #3686ac;
}
.teaser-card.bg--blue .teaser__background {
  background-color: #072e44;
}
.teaser-card.bg--blue .teaser__background::after {
  background-image: linear-gradient(to top, rgba(7, 46, 68, 0.2), rgba(54, 134, 172, 0.1)), linear-gradient(90deg, #072e44 40%, rgba(26, 81, 110, 0.8));
}
.teaser-card.bg--blue-d {
  color: white;
}
.teaser-card.bg--blue-d p {
  color: white;
}
.teaser-card.bg--blue-d .icon:not(.feather) {
  fill: white;
  stroke-width: 0;
}
.teaser-card.bg--blue-d .icon:not(.feather) path:not([fill=none]) {
  fill: white;
}
.teaser-card.bg--blue-d .icon.feather {
  stroke: white;
}
.teaser-card.bg--blue-d .teaser__background {
  background-color: #072e44;
}
.teaser-card.bg--blue-d .teaser__background::after {
  background-image: linear-gradient(to top, rgba(7, 46, 68, 0.2), rgba(255, 255, 255, 0.1)), linear-gradient(90deg, #072e44 40%, rgba(106, 130, 143, 0.8));
}
.teaser-card.bg--green {
  color: #c9da86;
}
.teaser-card.bg--green p {
  color: white;
}
.teaser-card.bg--green .icon:not(.feather) {
  fill: #c9da86;
  stroke-width: 0;
}
.teaser-card.bg--green .icon:not(.feather) path:not([fill=none]) {
  fill: #c9da86;
}
.teaser-card.bg--green .icon.feather {
  stroke: #c9da86;
}
.teaser-card.bg--green .teaser__background {
  background-color: #2a4f00;
}
.teaser-card.bg--green .teaser__background::after {
  background-image: linear-gradient(to top, rgba(42, 79, 0, 0.2), rgba(201, 218, 134, 0.1)), linear-gradient(90deg, #2a4f00 40%, rgba(106, 135, 54, 0.8));
}
.teaser-card.bg--green-m {
  color: #2a4f00;
}
.teaser-card.bg--green-m p {
  color: black;
}
.teaser-card.bg--green-m .icon:not(.feather) {
  fill: #2a4f00;
  stroke-width: 0;
}
.teaser-card.bg--green-m .icon:not(.feather) path:not([fill=none]) {
  fill: #2a4f00;
}
.teaser-card.bg--green-m .icon.feather {
  stroke: #2a4f00;
}
.teaser-card.bg--green-m .teaser__background {
  background-color: #a1c80b;
}
.teaser-card.bg--green-m .teaser__background::after {
  background-image: linear-gradient(to top, rgba(161, 200, 11, 0.2), rgba(42, 79, 0, 0.1)), linear-gradient(90deg, #a1c80b 40%, rgba(113, 152, 7, 0.8));
}
.teaser-card.bg--orange {
  color: #ffaf5d;
}
.teaser-card.bg--orange p {
  color: white;
}
.teaser-card.bg--orange .icon:not(.feather) {
  fill: #ffaf5d;
  stroke-width: 0;
}
.teaser-card.bg--orange .icon:not(.feather) path:not([fill=none]) {
  fill: #ffaf5d;
}
.teaser-card.bg--orange .icon.feather {
  stroke: #ffaf5d;
}
.teaser-card.bg--orange .teaser__background {
  background-color: #752c01;
}
.teaser-card.bg--orange .teaser__background::after {
  background-image: linear-gradient(to top, rgba(117, 44, 1, 0.2), rgba(255, 175, 93, 0.1)), linear-gradient(90deg, #752c01 40%, rgba(172, 96, 38, 0.8));
}
.teaser-card.bg--orange-l {
  color: #752c01;
}
.teaser-card.bg--orange-l p {
  color: black;
}
.teaser-card.bg--orange-l .icon:not(.feather) {
  fill: #752c01;
  stroke-width: 0;
}
.teaser-card.bg--orange-l .icon:not(.feather) path:not([fill=none]) {
  fill: #752c01;
}
.teaser-card.bg--orange-l .icon.feather {
  stroke: #752c01;
}
.teaser-card.bg--orange-l .teaser__background {
  background-color: #ffaf5d;
}
.teaser-card.bg--orange-l .teaser__background::after {
  background-image: linear-gradient(to top, rgba(255, 175, 93, 0.2), rgba(117, 44, 1, 0.1)), linear-gradient(90deg, #ffaf5d 40%, rgba(200, 123, 56, 0.8));
}
.teaser-card.bg--amber {
  color: #752c01;
}
.teaser-card.bg--amber p {
  color: black;
}
.teaser-card.bg--amber .icon:not(.feather) {
  fill: #752c01;
  stroke-width: 0;
}
.teaser-card.bg--amber .icon:not(.feather) path:not([fill=none]) {
  fill: #752c01;
}
.teaser-card.bg--amber .icon.feather {
  stroke: #752c01;
}
.teaser-card.bg--amber .teaser__background {
  background-color: #f39200;
}
.teaser-card.bg--amber .teaser__background::after {
  background-image: linear-gradient(to top, rgba(243, 146, 0, 0.2), rgba(117, 44, 1, 0.1)), linear-gradient(90deg, #f39200 40%, rgba(193, 105, 0, 0.8));
}
.teaser-card.bg--gray {
  color: #ececec;
}
.teaser-card.bg--gray p {
  color: black;
}
.teaser-card.bg--gray .icon:not(.feather) {
  fill: #ececec;
  stroke-width: 0;
}
.teaser-card.bg--gray .icon:not(.feather) path:not([fill=none]) {
  fill: #ececec;
}
.teaser-card.bg--gray .icon.feather {
  stroke: #ececec;
}
.teaser-card.bg--gray .teaser__background {
  background-color: #929292;
}
.teaser-card.bg--gray .teaser__background::after {
  background-image: linear-gradient(to top, rgba(146, 146, 146, 0.2), rgba(236, 236, 236, 0.1)), linear-gradient(90deg, #929292 40%, rgba(182, 182, 182, 0.8));
}
.teaser-card + .teaser-card {
  margin-top: 8rem;
}

.job-card {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px;
  padding: 24px 0 24px 100px;
  overflow: hidden;
  gap: 0 2.4rem;
}
@media screen and (max-width: 1040px) {
  .job-card {
    padding-left: 60px;
  }
}
@media screen and (max-width: 920px) {
  .job-card {
    padding: 40px 0 40px 60px;
  }
}
@media screen and (max-width: 720px) {
  .job-card {
    padding: 0 20px 20px;
    flex-direction: column;
    align-items: stretch;
  }
}
.job-card .card__head {
  max-width: 500px;
}
@media screen and (min-width: 921px) {
  .job-card .card__head {
    max-width: 330px;
    width: 30%;
  }
}
.job-card .card__head .card__title {
  max-width: 450px;
}
.job-card .card__head .teaser__subtitle {
  max-width: 400px;
}
.job-card .card__content {
  max-width: 380px;
}
@media screen and (max-width: 920px) {
  .job-card .card__content {
    margin-top: 0.8rem;
  }
}
.job-card .card__image {
  display: block;
  max-width: 280px;
  margin-left: auto;
  border-radius: 8px;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.job-card .card__image img {
  transition: transform 0.3s;
}
@media screen and (max-width: 720px) {
  .job-card .card__image {
    width: 100%;
    max-width: 500px;
    order: -1;
    margin: 0 auto 20px;
  }
}
.job-card .button .arrow {
  transition: transform 0.2s;
}
@media screen and (max-width: 920px) and (min-width: 721px) {
  .job-card {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .job-card .card__head {
    grid-area: 1/1;
  }
  .job-card .card__content {
    grid-area: 2/1;
  }
  .job-card .card__image {
    grid-area: 1/2/span 2;
  }
}
.job-card::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  left: -11%;
  transform-origin: top right;
  transform: skewX(-19deg);
  border-radius: inherit;
  background-color: #f5f5f5;
  z-index: -1;
  overflow: hidden;
  transition: background-color 0.3s;
}
@media screen and (max-width: 720px) {
  .job-card::after {
    width: 100%;
    left: 0;
    transform: none;
    top: calc((100vw - 80px) * 0.3);
  }
}
.job-card:hover .card__image img, .job-card:focus .card__image img {
  transform: scale(1.04);
}
.job-card:hover .link .arrow, .job-card:hover .button .arrow, .job-card:focus .link .arrow, .job-card:focus .button .arrow {
  transform: translateX(2px);
}
.job-card:hover::after, .job-card:focus::after {
  background-color: #ececec;
}
.job-card.bg--red-d {
  color: white;
}
.job-card.bg--red-d::after {
  background-color: #5f1124;
}
.job-card.bg--red {
  color: white;
}
.job-card.bg--red::after {
  background-color: #d30c51;
}
.job-card.bg--red .overline {
  color: #5f1124;
  font-weight: 600;
}
.job-card.bg--coral {
  color: white;
}
.job-card.bg--coral::after {
  background-color: #f85f68;
}
.job-card + .job-card {
  margin-top: 24px;
}
@media screen and (max-width: 720px) {
  .job-card + .job-card {
    margin-top: 36px;
  }
}

.link-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #ececec;
  border: 1px solid transparent;
  font-weight: 500;
  overflow: hidden;
  transition: border-color 0.2s;
}
.link-card .icon {
  flex: 0 0 auto;
}
.link-card .arrow {
  flex: 0 0 auto;
  margin-left: auto;
  transition: transform 0.2s;
}
.link-card > img, .link-card > picture {
  flex: 0 0 auto;
}
.link-card:hover .arrow {
  transform: translateX(3px);
}
.link-card.size--sm {
  padding: 5px 8px;
}
.link-card.size--sm .icon {
  width: 16px;
  height: 16px;
}
.link-card.size--sm .card__image {
  width: 25%;
  max-width: 6.4rem;
  aspect-ratio: 1/1;
}
.link-card.size--md {
  padding: 16px 12px;
}
.link-card.size--md .card__image {
  width: 25%;
  max-width: 6.4rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 720px) {
  .link-card.size--md {
    font-size: 14px;
  }
}
.link-card.size--lg {
  padding: 40px 24px 40px 100px;
  font-size: 2.4rem;
  line-height: 1.33;
  position: relative;
}
.link-card.size--lg .icon:first-child {
  align-self: flex-start;
  position: absolute;
  top: 24px;
  left: 24px;
}
@media screen and (max-width: 720px) {
  .link-card.size--lg .icon:first-child {
    display: none;
  }
}
.link-card.size--lg > .card__image, .link-card.size--lg > img, .link-card.size--lg > picture {
  margin: -40px 2.4rem -40px -100px;
  width: 40%;
  height: calc(100% + 80px);
  aspect-ratio: auto;
}
.link-card.size--lg img {
  width: 100%;
  height: 100%;
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 720px) {
  .link-card.size--lg p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 720px) {
  .link-card.size--lg {
    padding-left: 40px;
  }
  .link-card.size--lg > img, .link-card.size--lg > picture {
    margin-left: -40px;
  }
}
@media screen and (max-width: 440px) {
  .link-card.size--lg {
    padding-left: 20px;
  }
  .link-card.size--lg > img, .link-card.size--lg > picture {
    margin-left: -20px;
  }
}
.link-card.clr--custom {
  color: white;
  background-color: var(--clr-primary, #ececec);
}
.link-card.clr--custom .icon:not(.feather) {
  fill: var(--clr-secondary, black);
  stroke-width: 0;
}
.link-card.clr--custom .icon:not(.feather) path:not([fill=none]) {
  fill: var(--clr-secondary, black);
}
.link-card.clr--custom .icon.feather {
  stroke: var(--clr-secondary, black);
}
.link-card.clr--custom .icon.arrow:not(.feather) {
  fill: white;
  stroke-width: 0;
}
.link-card.clr--custom .icon.arrow:not(.feather) path:not([fill=none]) {
  fill: white;
}
.link-card.clr--custom .icon.arrow.feather {
  stroke: white;
}
.link-card.clr--white {
  background-color: white;
  border: 1px solid black;
  color: black;
}
.link-card.clr--red {
  background-color: #d30c51;
  border: 1px #5f1124 black;
  color: white;
}
.link-card.clr--red .icon:not(.feather) {
  fill: #5f1124;
  stroke-width: 0;
}
.link-card.clr--red .icon:not(.feather) path:not([fill=none]) {
  fill: #5f1124;
}
.link-card.clr--red .icon.feather {
  stroke: #5f1124;
}
.link-card.clr--red-l {
  background-color: white;
  border-color: #5f1124;
  color: #5f1124 !important;
}
.link-card.clr--red-l .icon:not(.feather) {
  fill: #d30c51;
  stroke-width: 0;
}
.link-card.clr--red-l .icon:not(.feather) path:not([fill=none]) {
  fill: #d30c51;
}
.link-card.clr--red-l .icon.feather {
  stroke: #d30c51;
}
.link-card.clr--red-d {
  background-color: #5f1124;
  border-color: #5f1124;
  color: white !important;
}
.link-card.clr--red-d .icon:not(.feather) {
  fill: white;
  stroke-width: 0;
}
.link-card.clr--red-d .icon:not(.feather) path:not([fill=none]) {
  fill: white;
}
.link-card.clr--red-d .icon.feather {
  stroke: white;
}
.link-card.clr--red-new {
  background-color: #E73352;
  border-color: #E73352;
  color: white;
}
.link-card.clr--red-new .icon:not(.feather) {
  fill: #5f1124;
  stroke-width: 0;
}
.link-card.clr--red-new .icon:not(.feather) path:not([fill=none]) {
  fill: #5f1124;
}
.link-card.clr--red-new .icon.feather {
  stroke: #5f1124;
}
.link-card.clr--coral {
  background-color: #f85f68;
  border: 1px #f85f68;
  color: white;
}
.link-card.clr--coral .icon:not(.feather) {
  fill: #072e44;
  stroke-width: 0;
}
.link-card.clr--coral .icon:not(.feather) path:not([fill=none]) {
  fill: #072e44;
}
.link-card.clr--coral .icon.feather {
  stroke: #072e44;
}
.link-card.clr--orange {
  background-color: #ff8000;
  border: #ff8000;
  color: white;
}
.link-card.clr--orange .icon:not(.feather) {
  fill: #752c01;
  stroke-width: 0;
}
.link-card.clr--orange .icon:not(.feather) path:not([fill=none]) {
  fill: #752c01;
}
.link-card.clr--orange .icon.feather {
  stroke: #752c01;
}
.link-card.clr--orange-l {
  background-color: white;
  border-color: #752c01;
  color: #752c01 !important;
}
.link-card.clr--orange-l .icon:not(.feather) {
  fill: #ff8000;
  stroke-width: 0;
}
.link-card.clr--orange-l .icon:not(.feather) path:not([fill=none]) {
  fill: #ff8000;
}
.link-card.clr--orange-l .icon.feather {
  stroke: #ff8000;
}
.link-card.clr--amber {
  background-color: #f39200;
  border: 1px solid #f39200;
  color: white;
}
.link-card.clr--amber .icon:not(.feather) {
  fill: #752c01;
  stroke-width: 0;
}
.link-card.clr--amber .icon:not(.feather) path:not([fill=none]) {
  fill: #752c01;
}
.link-card.clr--amber .icon.feather {
  stroke: #752c01;
}
.link-card.clr--green {
  background-color: #2a4f00;
  color: #c9da86;
}
.link-card.clr--green .icon:not(.feather) {
  fill: #c9da86;
  stroke-width: 0;
}
.link-card.clr--green .icon:not(.feather) path:not([fill=none]) {
  fill: #c9da86;
}
.link-card.clr--green .icon.feather {
  stroke: #c9da86;
}
.link-card.clr--green-l {
  background-color: white;
  border-color: #2a4f00;
  color: #2a4f00 !important;
}
.link-card.clr--green-l .icon:not(.feather) {
  fill: #a1c80b;
  stroke-width: 0;
}
.link-card.clr--green-l .icon:not(.feather) path:not([fill=none]) {
  fill: #a1c80b;
}
.link-card.clr--green-l .icon.feather {
  stroke: #a1c80b;
}
.link-card.clr--green-l-fill {
  background-color: #a1c80b;
  color: #2a4f00 !important;
}
.link-card.clr--green-l-fill .icon:not(.feather) {
  fill: #2a4f00;
  stroke-width: 0;
}
.link-card.clr--green-l-fill .icon:not(.feather) path:not([fill=none]) {
  fill: #2a4f00;
}
.link-card.clr--green-l-fill .icon.feather {
  stroke: #2a4f00;
}
.link-card.align--left {
  margin-left: 0;
}
* + .link-card {
  margin-top: 3.2rem;
}
.link-card + * {
  margin-top: 1.6rem;
}
.link-card + .link-card {
  margin-top: 16px;
}

.file-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 12px;
  margin: 0 auto;
  border-radius: 8px;
  background-color: white;
  border: 1px solid black;
  font-weight: 500;
  overflow: hidden;
  transition: border-color 0.2s;
}
.file-card .icon {
  flex: 0 0 auto;
}
.file-card .file__info {
  flex: 0 0 auto;
  margin-left: auto;
  font-size: 1.4rem;
  color: #929292;
}
h2 + .file-card {
  margin-top: 3.2rem;
}
h3 + .file-card, h5 + .file-card {
  margin-top: 0.8rem;
}
.file-card.clr--red-l {
  background-color: white;
  border-color: #5f1124;
  color: #5f1124 !important;
  margin-bottom: 15px;
}
.file-card.clr--red-l .icon:not(.feather) {
  fill: #d30c51;
  stroke-width: 0;
}
.file-card.clr--red-l .icon:not(.feather) path:not([fill=none]) {
  fill: #d30c51;
}
.file-card.clr--red-l .icon.feather {
  stroke: #d30c51;
}
.file-card.clr--red-l .file__info {
  color: #d30c51 !important;
}

.banner {
  padding-top: 0;
  padding-bottom: 0;
}
.banner.extended.bg--green {
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(108deg, #c9da86 50%, #2a4f00 50.1%);
  background-size: 100%;
}
.banner.extended.bg--green .centered-image {
  width: 100%;
  max-width: 1000px;
  min-width: 500px;
}
.banner.extended.bg--green .centered-image picture, .banner.extended.bg--green .centered-image img {
  width: 100%;
}
.banner .banner__content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  padding: 2.8rem 0;
  height: auto;
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 720px) {
  .banner .banner__content {
    position: static;
    padding-top: 0;
    margin-top: -37px;
  }
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  background-color: #ececec;
  color: #929292;
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  transition: filter 0.2s;
}
.tag .icon {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  margin-left: -2px;
}
.tag .icon:not(.feather) {
  fill: #929292 !important;
  stroke-width: 0;
}
.tag .icon:not(.feather) path:not([fill=none]) {
  fill: #929292 !important;
}
.tag .icon.feather {
  stroke: #929292 !important;
}
.tag.clr--light {
  background-color: white;
  color: #ececec;
}
.tag.clr--light .icon:not(.feather) {
  fill: #ececec !important;
  stroke-width: 0;
}
.tag.clr--light .icon:not(.feather) path:not([fill=none]) {
  fill: #ececec !important;
}
.tag.clr--light .icon.feather {
  stroke: #ececec !important;
}
.tag.clr--dark {
  background-color: #929292;
  color: #ececec;
}
.tag.clr--dark .icon:not(.feather) {
  fill: #ececec !important;
  stroke-width: 0;
}
.tag.clr--dark .icon:not(.feather) path:not([fill=none]) {
  fill: #ececec !important;
}
.tag.clr--dark .icon.feather {
  stroke: #ececec !important;
}
.tag.clr--red {
  background-color: #ff8e8e;
  color: #d30c51;
}
.tag.clr--red .icon:not(.feather) {
  fill: #d30c51 !important;
  stroke-width: 0;
}
.tag.clr--red .icon:not(.feather) path:not([fill=none]) {
  fill: #d30c51 !important;
}
.tag.clr--red .icon.feather {
  stroke: #d30c51 !important;
}
.tag.clr--blue {
  background-color: #3686ac;
  color: #2f6178;
}
.tag.clr--blue .icon:not(.feather) {
  fill: #2f6178 !important;
  stroke-width: 0;
}
.tag.clr--blue .icon:not(.feather) path:not([fill=none]) {
  fill: #2f6178 !important;
}
.tag.clr--blue .icon.feather {
  stroke: #2f6178 !important;
}
.tag.clr--green {
  background-color: #c9da86;
  color: #2a4f00;
}
.tag.clr--green .icon:not(.feather) {
  fill: #2a4f00 !important;
  stroke-width: 0;
}
.tag.clr--green .icon:not(.feather) path:not([fill=none]) {
  fill: #2a4f00 !important;
}
.tag.clr--green .icon.feather {
  stroke: #2a4f00 !important;
}
.tag.clr--green-d {
  background-color: #2a4f00;
  color: #c9da86;
}
.tag.clr--green-d .icon:not(.feather) {
  fill: #c9da86 !important;
  stroke-width: 0;
}
.tag.clr--green-d .icon:not(.feather) path:not([fill=none]) {
  fill: #c9da86 !important;
}
.tag.clr--green-d .icon.feather {
  stroke: #c9da86 !important;
}
.tag.clr--orange {
  background-color: #ffaf5d;
  color: #752c01;
}
.tag.clr--orange .icon:not(.feather) {
  fill: #752c01 !important;
  stroke-width: 0;
}
.tag.clr--orange .icon:not(.feather) path:not([fill=none]) {
  fill: #752c01 !important;
}
.tag.clr--orange .icon.feather {
  stroke: #752c01 !important;
}
.tag.clr--orange-m {
  background-color: #ff8000;
  color: #752c01;
}
.tag.clr--orange-m .icon:not(.feather) {
  fill: #752c01 !important;
  stroke-width: 0;
}
.tag.clr--orange-m .icon:not(.feather) path:not([fill=none]) {
  fill: #752c01 !important;
}
.tag.clr--orange-m .icon.feather {
  stroke: #752c01 !important;
}
.tag:is(a):hover {
  filter: brightness(0.9);
}

.quote {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 4rem 0 4rem 2.4rem;
  min-height: 14rem;
}
.quote .quote__icon {
  flex: 0 0 auto;
  align-self: flex-start;
  width: 4.8rem;
  height: 4.8rem;
}
@media screen and (max-width: 720px) {
  .quote .quote__icon {
    width: 2.4rem;
    height: 2.4rem;
    margin-left: -0.4rem;
  }
}
@media screen and (max-width: 720px) {
  .quote .quote__icon {
    display: none;
  }
}
.quote .quote__content {
  flex: 1 1 auto;
  margin: 0 1.6rem 0 2.4rem;
}
.quote .quote__content:last-child {
  margin-right: 10%;
}
@media screen and (max-width: 720px) {
  .quote .quote__content {
    margin: 0 0.8rem 0 1.6rem;
  }
}
@media screen and (max-width: 720px) {
  .quote .quote__content .quote__text {
    font-size: 1.8rem;
  }
}
.quote .quote__content .quote__text * {
  font-size: inherit !important;
  line-height: inherit !important;
}
.quote .quote__content .quote__name {
  margin-top: 1.2rem;
  color: #d2d2d2;
}
.quote .quote__image {
  flex: 0 0 auto;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 170px;
  width: 25%;
  border-radius: 999px;
}
.quote::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transform-origin: right top;
  transform: skewX(-19deg);
  background-color: #f5f5f5;
  border-radius: 0 8px 8px 0;
  z-index: -1;
}
.quote.bg--red {
  color: white;
}
.quote.bg--red::before {
  background-color: #5f1124;
}
.quote.bg--red .quote__icon:not(.feather) {
  fill: #ff8e8e;
  stroke-width: 0;
}
.quote.bg--red .quote__icon:not(.feather) path:not([fill=none]) {
  fill: #ff8e8e;
}
.quote.bg--red .quote__icon.feather {
  stroke: #ff8e8e;
}
.quote.bg--red .quote__name {
  color: #ff8e8e;
}
.quote.bg--red-m {
  color: white;
}
.quote.bg--red-m::before {
  background-color: #d30c51;
}
.quote.bg--red-m .quote__icon:not(.feather) {
  fill: #5f1124;
  stroke-width: 0;
}
.quote.bg--red-m .quote__icon:not(.feather) path:not([fill=none]) {
  fill: #5f1124;
}
.quote.bg--red-m .quote__icon.feather {
  stroke: #5f1124;
}
.quote.bg--red-m .quote__name {
  color: #5f1124;
}
.quote.bg--red-new {
  color: white;
}
.quote.bg--red-new::before {
  background-color: #E73352;
}
.quote.bg--red-new .quote__icon:not(.feather) {
  fill: #5f1124;
  stroke-width: 0;
}
.quote.bg--red-new .quote__icon:not(.feather) path:not([fill=none]) {
  fill: #5f1124;
}
.quote.bg--red-new .quote__icon.feather {
  stroke: #5f1124;
}
.quote.bg--red-new .quote__name {
  color: #5f1124;
}
.quote.bg--green {
  color: white;
}
.quote.bg--green::before {
  background-color: #2a4f00;
}
.quote.bg--green .quote__icon:not(.feather) {
  fill: #c9da86;
  stroke-width: 0;
}
.quote.bg--green .quote__icon:not(.feather) path:not([fill=none]) {
  fill: #c9da86;
}
.quote.bg--green .quote__icon.feather {
  stroke: #c9da86;
}
.quote.bg--green .quote__name {
  color: #c9da86;
}
.quote.bg--blue {
  color: white;
}
.quote.bg--blue::before {
  background-color: #3686ac;
}
.quote.bg--blue .quote__icon:not(.feather) {
  fill: #3686ac;
  stroke-width: 0;
}
.quote.bg--blue .quote__icon:not(.feather) path:not([fill=none]) {
  fill: #3686ac;
}
.quote.bg--blue .quote__icon.feather {
  stroke: #3686ac;
}
.quote.bg--blue .quote__name {
  color: #3686ac;
}
.quote.bg--blue-d {
  color: white;
}
.quote.bg--blue-d::before {
  background-color: #072e44;
}
.quote.bg--blue-d .quote__icon:not(.feather) {
  fill: #3686ac;
  stroke-width: 0;
}
.quote.bg--blue-d .quote__icon:not(.feather) path:not([fill=none]) {
  fill: #3686ac;
}
.quote.bg--blue-d .quote__icon.feather {
  stroke: #3686ac;
}
.quote.bg--blue-d .quote__name {
  color: #3686ac;
}
.quote.bg--orange {
  color: white;
}
.quote.bg--orange::before {
  background-color: #752c01;
}
.quote.bg--orange .quote__icon:not(.feather) {
  fill: #ffaf5d;
  stroke-width: 0;
}
.quote.bg--orange .quote__icon:not(.feather) path:not([fill=none]) {
  fill: #ffaf5d;
}
.quote.bg--orange .quote__icon.feather {
  stroke: #ffaf5d;
}
.quote.bg--orange .quote__name {
  color: #ffaf5d;
}
.quote.bg--orange-m {
  color: white;
}
.quote.bg--orange-m::before {
  background-color: #ff8000;
}
.quote.bg--orange-m .quote__icon:not(.feather) {
  fill: #752c01;
  stroke-width: 0;
}
.quote.bg--orange-m .quote__icon:not(.feather) path:not([fill=none]) {
  fill: #752c01;
}
.quote.bg--orange-m .quote__icon.feather {
  stroke: #752c01;
}
.quote.bg--orange-m .quote__name {
  color: #752c01;
}
.quote.bg--amber {
  color: white;
}
.quote.bg--amber::before {
  background-color: #f39200;
}
.quote.bg--amber .quote__icon:not(.feather) {
  fill: #5f1124;
  stroke-width: 0;
}
.quote.bg--amber .quote__icon:not(.feather) path:not([fill=none]) {
  fill: #5f1124;
}
.quote.bg--amber .quote__icon.feather {
  stroke: #5f1124;
}
.quote.bg--amber .quote__name {
  color: #5f1124;
}
.quote.bg--custom {
  color: white;
}
.quote.bg--custom::before {
  background-color: var(--clr-primary, #a1c80b);
}
.quote.bg--custom .quote__icon:not(.feather) {
  fill: var(--clr-secondary, white);
  stroke-width: 0;
}
.quote.bg--custom .quote__icon:not(.feather) path:not([fill=none]) {
  fill: var(--clr-secondary, white);
}
.quote.bg--custom .quote__icon.feather {
  stroke: var(--clr-secondary, white);
}
.quote.bg--custom .quote__name {
  color: var(--clr-secondary, white);
}
* + .quote {
  margin-top: 8rem;
}
* + .quote.margin--sm {
  margin-top: 2.4rem;
}

.slider, .slider.image--multi, .slider.image--lg {
  position: relative;
}
.slider .swiper-wrapper {
  will-change: transform;
}
.slider .swiper-slide .caption {
  transition: 0.2s;
}
@media screen and (max-width: 440px) {
  .slider .swiper-slide .caption {
    opacity: 0;
  }
}
.slider .swiper-slide.swiper-slide-active .caption {
  opacity: 1;
}
.slider .button--round.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  transition: none;
}
.slider .button--round:hover {
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
}
.slider .slider__navigation, .slider .slider__navigation-overlay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.slider .slider__navigation-overlay {
  position: absolute;
  max-width: 1800px;
  padding: 0 2rem;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 10;
}
@media screen and (max-width: 720px) {
  .slider .slider__navigation-overlay {
    padding: 0 1.6rem;
  }
}
.slider .slider__navigation-overlay .swiper-button-disabled {
  opacity: 0;
}
.slider .slider__navigation-overlay > * {
  pointer-events: auto;
}
.slider .slider__fadeout {
  -webkit-mask-image: linear-gradient(to left, transparent 10px, black 300px, black calc(100% - 300px), transparent calc(100% - 10px));
          mask-image: linear-gradient(to left, transparent 10px, black 300px, black calc(100% - 300px), transparent calc(100% - 10px));
  overflow: hidden;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1680px) {
  .slider .slider__fadeout {
    -webkit-mask-image: linear-gradient(to left, transparent, black 20px, black calc(100% - 20px), transparent);
            mask-image: linear-gradient(to left, transparent, black 20px, black calc(100% - 20px), transparent);
  }
}
* + .slider, * + .slider.image--multi, * + .slider.image--lg {
  margin-top: 4rem;
}
.slider.image--lg .swiper-slide {
  filter: brightness(60%);
  transition: filter 0.3s;
}
.slider.image--lg .swiper-slide.swiper-slide-active {
  filter: brightness(100%);
}
.slider.image--lg .button--round.prev, .slider.image--lg .button--round.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.slider.image--lg .button--round.prev:hover, .slider.image--lg .button--round.next:hover {
  background-color: var(--clr-secondary, black);
}
.slider.image--lg .button--round.prev {
  left: 15%;
}
.slider.image--lg .button--round.next {
  right: 15%;
}
.slider.image--multi {
  overflow: hidden;
}
.slider.image--multi .swiper {
  overflow: visible;
}
.slider.image--multi .swiper-slide {
  width: 400px;
  display: inline-flex;
  flex-direction: column;
  height: auto;
}
.slider.image--multi img {
  width: 100%;
}
.slider.overflow--visible {
  overflow: visible;
}
.slider.overflow--visible .overflow--hidden {
  overflow: hidden;
}
.slider.overflow--visible .slider__navigation-overlay {
  padding: 0;
}
.slider.overflow--visible .button--round.prev {
  transform: translateX(-50%);
}
.slider.overflow--visible .button--round.next {
  transform: translateX(50%);
}
@media screen and (max-width: 440px) {
  .slider.mobile-overflow--visible {
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100vw - 40px);
  }
  .slider.mobile-overflow--visible .slider__navigation-overlay, .slider.mobile-overflow--visible .button--round.prev, .slider.mobile-overflow--visible .button--round.next {
    display: none;
  }
  .slider.mobile-overflow--visible .slider__fadeout {
    -webkit-mask-image: none;
            mask-image: none;
    overflow: visible;
  }
  .slider.mobile-overflow--visible .slider__fadeout .container {
    padding: 0;
  }
  .slider.mobile-overflow--visible .overflow--hidden {
    overflow: visible;
  }
}

.text-image-slider {
  color: black;
  position: relative;
}
.text-image-slider .swiper {
  margin: 0;
  padding: 10px;
}
.text-image-slider .swiper .swiper-slide {
  background-color: #a1c80b;
  border-radius: 8px;
  font-size: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  filter: brightness(90%) saturate(80%);
  overflow: hidden;
}
.text-image-slider .swiper .swiper-slide img {
  opacity: 0.4;
  filter: blur(5px);
  border-radius: 0;
  transition: opacity 0.1s;
}
.text-image-slider .swiper .swiper-slide.swiper-slide-next, .text-image-slider .swiper .swiper-slide.swiper-slide-prev {
  background-color: #2a4f00;
}
.text-image-slider .swiper .swiper-slide.swiper-slide-next img, .text-image-slider .swiper .swiper-slide.swiper-slide-prev img {
  opacity: 0.2;
  filter: none;
}
.text-image-slider .swiper .swiper-slide.swiper-slide-active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  border: none;
  filter: none;
  background-color: #f5f5f5;
}
.text-image-slider .swiper .swiper-slide.swiper-slide-active img {
  opacity: 1;
  transition: none;
  background: none;
  filter: none;
}
.text-image-slider .text-slide-wrapper {
  padding: 36px 0;
}
.text-image-slider .text-slide-wrapper .text-slide {
  display: none;
}
.text-image-slider .text-slide-wrapper .text-slide.active {
  display: block;
}
.text-image-slider .slider__navigation {
  position: absolute;
  top: 0;
  right: 20px;
  text-align: right;
}
.text-image-slider .slider__navigation.align--left {
  right: auto;
  left: 0;
}
@media screen and (max-width: 720px) {
  .text-image-slider .slider__navigation {
    position: relative;
    z-index: 10;
    margin-top: -40px;
  }
}
@media screen and (max-width: 440px) {
  .text-image-slider .slider__navigation {
    margin-top: -30px;
  }
}
@media screen and (max-width: 1180px) {
  .text-image-slider .button--round {
    width: 36px;
    height: 36px;
    padding: 0;
  }
}
.text-image-slider .button--round.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.text-image-slider .button--round + .button--round {
  margin-left: 8px;
}
.text-image-slider.clr--green .swiper-slide {
  background-color: #a1c80b;
}
.text-image-slider.clr--green .swiper-slide.swiper-slide-next, .text-image-slider.clr--green .swiper-slide.swiper-slide-prev {
  background-color: #2a4f00;
}
.text-image-slider.clr--red .swiper-slide {
  background-color: #d30c51;
}
.text-image-slider.clr--red .swiper-slide.swiper-slide-next, .text-image-slider.clr--red .swiper-slide.swiper-slide-prev {
  background-color: #5f1124;
}
.text-image-slider.clr--blue .swiper-slide {
  background-color: #2f6178;
}
.text-image-slider.clr--blue .swiper-slide.swiper-slide-next, .text-image-slider.clr--blue .swiper-slide.swiper-slide-prev {
  background-color: #072e44;
}
.text-image-slider.clr--orange .swiper-slide {
  background-color: #ff8000;
}
.text-image-slider.clr--orange .swiper-slide.swiper-slide-next, .text-image-slider.clr--orange .swiper-slide.swiper-slide-prev {
  background-color: #752c01;
}
.text-image-slider.clr--gray .swiper-slide {
  background-color: #929292;
}
.text-image-slider.clr--gray .swiper-slide.swiper-slide-next, .text-image-slider.clr--gray .swiper-slide.swiper-slide-prev {
  background-color: #929292;
}
.text-image-slider.clr--none .swiper-slide img {
  opacity: 1 !important;
  filter: none !important;
}
* + .text-image-slider {
  margin-top: 6.4rem;
}

.tile {
  position: relative;
  border-radius: 8px;
  display: flex;
  flex-direction: vertical;
}
.tile .tile__overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.35s 0.1s;
  border-radius: inherit;
  padding: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.tile .tile__overlay span {
  width: 100%;
  text-wrap: balance;
  transform: scale(0.7);
  transition: transform 0.3s 0.1s;
}
.tile:hover .tile__overlay, .tile:active .tile__overlay {
  opacity: 1;
}
.tile:hover .tile__overlay span, .tile:active .tile__overlay span {
  transform: scale(1);
}

.pagination__loader {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
}
* + .pagination__loader::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  top: auto;
  bottom: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  height: 12rem;
  pointer-events: none;
}

.search-filter {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0.8rem;
  max-width: 720px;
}
* + .search-filter {
  margin-top: 6rem;
}
.search-filter .tag-wrapper input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: -100px;
}
.search-filter .tag-wrapper label.tag {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.42;
  transition: background-color 0.3s, box-shadow 0.3s, opacity 0.3s;
}
.search-filter .tag-wrapper input[type=checkbox]:checked + label {
  opacity: 1;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.search-filter .tag-wrapper input[type=checkbox]:not(:checked) + label {
  background-color: #f5f5f5;
}
.search-filter .filter__clear {
  font-size: 1.2rem;
  margin-left: auto;
  padding-left: 0.8rem;
  display: flex;
  align-items: center;
  color: #2a4f00;
}
.search-filter .filter__clear .icon {
  width: 1.4rem;
  height: 1.4rem;
}
.search-filter .filter__clear .icon:not(.feather) {
  fill: #2a4f00 !important;
  stroke-width: 0;
}
.search-filter .filter__clear .icon:not(.feather) path:not([fill=none]) {
  fill: #2a4f00 !important;
}
.search-filter .filter__clear .icon.feather {
  stroke: #2a4f00 !important;
}
.search-filter .filter__clear .icon:first-child {
  margin-right: 4px;
}
.search-filter .filter__clear .icon:last-child {
  margin-left: 4px;
}
.search-filter .filter__clear:hover {
  text-decoration: underline;
}
.search-filter.all-active label.tag {
  opacity: 1;
}

.accordion .accordion__item {
  background-color: #ececec;
  border-radius: 8px;
}
.accordion .accordion__item .item__handle {
  position: relative;
  cursor: pointer;
  padding: 2.4rem 4.8rem 2.4rem 10rem;
  margin: 0;
  font-size: 2.4rem;
}
@media screen and (max-width: 1180px) {
  .accordion .accordion__item .item__handle {
    padding-left: 4.8rem;
  }
}
@media screen and (max-width: 440px) {
  .accordion .accordion__item .item__handle {
    padding-left: 2.4rem;
  }
}
.accordion .accordion__item .item__handle::after {
  content: "";
  position: absolute;
  top: 0;
  right: 2.4rem;
  width: 30px;
  height: 100%;
  background-image: url(/assets/icons/caret-6bb231ad27cc6fed0cf9df4f4bbfaabaa628b629f6b888e97d3622dda07482e9.svg);
  background-position: center center;
  background-size: 2.4rem auto;
  background-repeat: no-repeat;
  transition: transform 0.3s;
  transform-origin: center;
}
@media screen and (max-width: 720px) {
  .accordion .accordion__item .item__handle::after {
    right: 1.2rem;
  }
}
.accordion .accordion__item .item__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s;
  margin: 0;
  padding: 0 10rem;
  box-sizing: border-box;
  will-change: max-height;
}
@media screen and (max-width: 1180px) {
  .accordion .accordion__item .item__content {
    padding: 0 4.8rem;
  }
}
@media screen and (max-width: 440px) {
  .accordion .accordion__item .item__content {
    padding: 0 2.4rem;
  }
}
@media screen and (min-width: 921px) {
  .accordion .accordion__item .item__content p {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
  }
}
@media screen and (max-width: 920px) {
  .accordion .accordion__item .item__content p {
    max-width: 720px;
  }
}
.accordion .accordion__item .item__content::after {
  content: "";
  display: block;
  height: 3.6rem;
}
.accordion .accordion__item.open .item__handle::after {
  transform: rotate(180deg);
}
.accordion .accordion__item.open .item__content {
  max-height: none;
  transition-duration: 0.3s;
}
.accordion .accordion__item + .accordion__item {
  margin-top: 1.6rem;
}

.contact-mail {
  display: inline-block;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 720px) {
  .contact-mail {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 440px) {
  .contact-mail {
    font-size: 2.4rem;
  }
}

.link {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: underline;
  padding: 0.8rem;
  margin-left: -0.8rem;
}
.link .arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.2s;
}
* + .link .arrow {
  margin-left: 1.2rem;
}
.link:hover .arrow, .link:focus .arrow {
  transform: translateX(2px);
}
* + .link {
  margin-top: 0.4rem;
}

.countdown-card {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 50px;
  border-radius: 8px;
  background-color: #ececec;
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  .countdown-card {
    padding: 32px 32px;
  }
}
.countdown-card .overline + .countdown__value {
  margin-top: 0.4rem;
}
.countdown-card .countdown__value {
  font-size: 6.4rem;
  line-height: 1.15;
  text-align: center;
  font-weight: 900;
}
.countdown-card.clr--orange {
  background-color: #752c01;
  color: #ff8000;
}
.countdown-card.clr--orange .countdown__value {
  color: white;
}
.countdown-card.clr--blue-d {
  background-color: #072e44;
  color: #3686ac;
}
.countdown-card.clr--blue-d .countdown__value {
  color: white;
}
* + .countdown-card {
  margin-top: 8rem;
}

.keyfigure-grid {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
  margin-top: 50px;
}
@media screen and (max-width: 720px) {
  .keyfigure-grid {
    gap: 8px;
    margin-top: 32px;
  }
}
.keyfigure-grid .keyfigure {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 50px;
  border-radius: 8px;
  background-color: #ececec;
}
@media screen and (max-width: 720px) {
  .keyfigure-grid .keyfigure {
    padding: 20px 32px;
  }
}
.keyfigure-grid .keyfigure .overline + .keyfigure__value {
  margin-top: 0.4rem;
}
.keyfigure-grid .keyfigure .keyfigure__value {
  font-size: 5.6rem;
  line-height: 1.15;
  text-align: center;
}
.keyfigure-grid .keyfigure .keyfigure__value strong {
  font-weight: 900;
}
@media screen and (min-width: 921px) {
  .keyfigure-grid.single-line {
    flex-wrap: nowrap;
  }
}
.keyfigure-grid.clr--red .keyfigure {
  color: #d30c51;
}
.keyfigure-grid.clr--red .keyfigure .keyfigure__value strong {
  color: black;
}
.keyfigure-grid.clr--red-new .keyfigure {
  color: #E73352;
}
.keyfigure-grid.clr--red-new .keyfigure .keyfigure__value strong {
  color: black;
}
.keyfigure-grid.clr--coral .keyfigure {
  color: #f85f68;
}
.keyfigure-grid.clr--coral .keyfigure .keyfigure__value strong {
  color: black;
}
.keyfigure-grid.clr--green .keyfigure {
  color: #a1c80b;
}
.keyfigure-grid.clr--green .keyfigure .keyfigure__value strong {
  color: #2a4f00;
}
.keyfigure-grid.clr--blue .keyfigure {
  color: #2f6178;
}
.keyfigure-grid.clr--blue .keyfigure .keyfigure__value strong {
  color: #072e44;
}
.keyfigure-grid.clr--orange .keyfigure {
  color: #ff8000;
}
.keyfigure-grid.clr--orange .keyfigure .keyfigure__value strong {
  color: black;
}
.keyfigure-grid.clr--custom .keyfigure {
  color: var(--clr-secondary, #20252f);
}
.keyfigure-grid.clr--custom .keyfigure .keyfigure__value strong {
  color: var(--clr-primary, #20252f);
}

.skewed-wrapper {
  position: relative;
  color: black;
  padding-top: 2.8rem;
}
.skewed-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  top: 50%;
  left: 50%;
  width: 1380px;
  height: calc(100% + 14rem);
  max-width: calc(100vw + 2rem);
  background-color: white;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-4deg);
  z-index: -1;
}
@media screen and (max-width: 920px) {
  .skewed-wrapper::before {
    transform: translate(-50%, -50%) skewY(-4deg);
  }
}

.logo {
  height: 24px;
}
.logo.tint--red .tint {
  fill: #d30c51;
}
.logo.tint--blue .tint {
  fill: #2f6178;
}
.logo.tint--green .tint {
  fill: #a1c80b;
}
.logo.tint--orange .tint {
  fill: #ff8000;
}
.logo.tint--amber .tint {
  fill: #f39200;
}
.logo.tint--black .tint {
  fill: black;
}
.logo.tint--custom .tint {
  fill: var(--logo-tint);
}
.logo.clr--dark .foreground {
  fill: black;
}
.logo.clr--light .foreground {
  fill: white;
}
.logo .tint, .logo .foreground {
  transition: fill 0.3s;
}

.filter {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
  margin: 4rem 0 6rem;
}

.error-header {
  position: relative;
  text-align: center;
  padding-bottom: 10rem;
  overflow: hidden;
}
.error-header .header__illustration {
  position: relative;
  z-index: -1;
}
.error-header .header__illustration svg {
  display: block;
  width: 98%;
  max-width: 120vh;
  height: auto;
  margin: 2.4rem auto 0;
  -webkit-mask-image: linear-gradient(to bottom, black 65%, transparent 94%);
          mask-image: linear-gradient(to bottom, black 65%, transparent 94%);
}
.error-header .header__illustration::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: 10;
  pointer-events: none;
  background-image: url(/assets/r56/ballon-51452228cd98cf35a89a755a620a7de879e68465dddee1f0ce6cd066193c5212.gif);
  background-size: 10%;
  background-position: 64% 20%;
  background-repeat: no-repeat;
  animation: float 30s infinite alternate;
}
@media screen and (max-width: 720px) {
  .error-header .header__illustration::before {
    background-size: 14%;
  }
}
@keyframes float {
  0% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(0.5%, -2%) rotate(1.5deg);
  }
  66% {
    transform: translate(1%, 2%) rotate(-1deg);
  }
  100% {
    transform: translate(0, 0) rotate(-1deg);
  }
}
.error-header.clr--red {
  color: black;
}
.error-header.clr--red .container svg .tint {
  fill: #d30c51;
}
.error-header.clr--red .container svg .tint-d {
  fill: #5f1124;
}
.error-header.clr--red .container svg .tint-l {
  fill: #ff8e8e;
}
.error-header.clr--red .header__pattern svg:first-child path {
  fill: #d30c51;
}
.error-header.clr--red .header__pattern svg:last-child path {
  fill: #5f1124;
}
.error-header.clr--blue {
  color: black;
}
.error-header.clr--blue .container svg .tint {
  fill: #2f6178;
}
.error-header.clr--blue .container svg .tint-d {
  fill: #072e44;
}
.error-header.clr--blue .container svg .tint-l {
  fill: #3686ac;
}
.error-header.clr--blue .header__pattern svg:first-child path {
  fill: #2f6178;
}
.error-header.clr--blue .header__pattern svg:last-child path {
  fill: #072e44;
}
.error-header.clr--green {
  color: black;
}
.error-header.clr--green .container svg .tint {
  fill: #a1c80b;
}
.error-header.clr--green .container svg .tint-d {
  fill: #2a4f00;
}
.error-header.clr--green .container svg .tint-l {
  fill: #c9da86;
}
.error-header.clr--green .header__pattern svg:first-child path {
  fill: #a1c80b;
}
.error-header.clr--green .header__pattern svg:last-child path {
  fill: #2a4f00;
}
.error-header.clr--orange {
  color: black;
}
.error-header.clr--orange .container svg .tint {
  fill: #ff8000;
}
.error-header.clr--orange .container svg .tint-d {
  fill: #752c01;
}
.error-header.clr--orange .container svg .tint-l {
  fill: #ffaf5d;
}
.error-header.clr--orange .header__pattern svg:first-child path {
  fill: #ff8000;
}
.error-header.clr--orange .header__pattern svg:last-child path {
  fill: #752c01;
}
.error-header h1 {
  max-width: 600px;
  margin: -5% auto 0;
}
.error-header .header__pattern {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  max-width: 2040px;
  padding-left: 60px;
  height: 70%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 920px) {
  .error-header .header__pattern {
    width: 120%;
    padding-left: 3%;
  }
}
.error-header .header__pattern svg {
  height: auto;
}
.error-header .header__pattern svg:first-child {
  width: 20%;
  max-width: 220px;
}
@media screen and (max-width: 1440px) {
  .error-header .header__pattern svg:first-child {
    transform: translate(-30%, -50%);
  }
}
.error-header .header__pattern svg:last-child {
  width: 33%;
  max-width: 380px;
}

.zero-state {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 6rem 4rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 20rem;
}
.zero-state > .icon:first-child {
  width: 4.8rem;
  height: 4.8rem;
}
.zero-state * + * {
  margin-top: 1.6rem;
}
* + .zero-state {
  margin-top: 4rem;
}

.entdecker-bonus-row {
  display: flex;
  align-items: flex-start;
}
.entdecker-bonus-row img {
  display: block !important;
  flex: 0 auto;
  width: 12rem;
  height: auto;
  margin-left: 0;
  margin-right: 2.4rem;
  padding-top: 0.3rem;
}
@media screen and (max-width: 440px) {
  .entdecker-bonus-row img {
    margin-bottom: 8px;
    padding-top: 0;
  }
}
.entdecker-bonus-row p {
  max-width: 35rem;
  line-height: 1.25;
}
.entdecker-bonus-row p a {
  text-decoration: underline;
  font-weight: inherit;
}
@media screen and (max-width: 440px) {
  .entdecker-bonus-row {
    display: block;
  }
}
* + .entdecker-bonus-row {
  margin-top: 5.6rem;
}

.filepond--root {
  font-family: museo-sans, sans-serif;
}
.filepond--root .filepond--panel-root {
  border-radius: 8px;
  background-color: #ececec;
  border: 1px dashed #929292;
  transition: border-color 0.3s;
}
.filepond--root .filepond--drop-label {
  min-height: 12rem;
  cursor: pointer;
  color: #929292;
}
.filepond--root .filepond--drop-label label {
  cursor: pointer;
}
.filepond--root:hover .filepond--panel-root, .filepond--root:focus .filepond--panel-root {
  border-color: black;
}
.filepond--root .filepond--item-panel {
  background-color: #929292;
}
.filepond--root .filepond--file .filepond--file-info {
  font-size: 1.8rem;
}
.input.field_with_errors .filepond--root .filepond--panel-root {
  border: 1px solid red;
}
.input.field_with_errors .filepond--root .filepond--drop-label {
  color: red;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.navbar::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: white;
  z-index: -1;
}
.navbar .container {
  display: flex;
  align-items: center;
  height: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 920px) {
  .navbar .container {
    height: 60px;
  }
}
.navbar .navbar__logo {
  margin-right: auto;
}
.navbar ul.nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin-left: 6.4rem;
}
.navbar ul.nav-list > li {
  font-size: 14px;
  font-weight: 500;
}
.navbar ul.nav-list > li a {
  display: flex;
  align-items: center;
  padding: 8px 0.4rem;
  transition: opacity 0.2s;
}
.navbar ul.nav-list > li a .caret {
  width: 16px;
  height: 16px;
  margin-left: 0.4rem;
  transition: transform 0.2s;
}
.navbar ul.nav-list > li a.active-menu .caret {
  transform: rotate(180deg);
}
.navbar ul.nav-list > li a.active-menu, .navbar ul.nav-list > li a:hover {
  opacity: 1 !important;
}
.navbar ul.nav-list > li + li {
  margin-left: 2.4rem;
}
.navbar ul.nav-list.highlight--active li a.active {
  font-weight: 600;
}
.navbar.bg--amber {
  color: white;
}
.navbar.bg--amber::before {
  background-color: #f39200;
}
.navbar ul.action-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin-left: 6.4rem;
}
@media screen and (max-width: 1180px) {
  .navbar ul.action-list {
    margin-left: 1.2rem;
  }
}
@media screen and (max-width: 1030px) {
  .navbar ul.action-list .responsize--optional {
    display: none;
  }
}
.navbar ul.action-list li + li {
  margin-left: 1.2rem;
}
@media screen and (min-width: 921px) {
  .navbar .burgermenu {
    display: none;
  }
}
@media screen and (max-width: 920px) {
  .navbar .nav-list, .navbar .action-list {
    display: none !important;
  }
}
.navbar ~ main {
  padding-top: 80px;
}
@media screen and (max-width: 920px) {
  .navbar ~ main {
    padding-top: 60px;
  }
}

footer {
  padding: 90px 0 115px;
  background-color: black;
  color: white;
}
@media screen and (max-width: 440px) {
  footer {
    padding: 60px 0;
  }
}
footer h4 + *, footer .footer__logo + * {
  margin-top: 3rem;
}
footer .footer__row {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 920px) {
  footer .footer__row {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 440px) {
  footer .footer__row {
    gap: 40px;
  }
}
footer .footer__row + .footer__row {
  margin-top: 90px;
  padding-top: 50px;
  border-top: 1px solid rgba(210, 210, 210, 0.6);
}
@media screen and (max-width: 440px) {
  footer .footer__row + .footer__row {
    margin-top: 50px;
    padding-top: 23px;
  }
}
footer .footer__info {
  max-width: 285px;
  min-width: 100px;
}
footer .footer__info .logo {
  height: 24px;
}
footer .footer__info .secondary {
  color: rgba(210, 210, 210, 0.6);
}
footer .footer__social ul.social-list {
  display: flex;
  align-items: center;
  list-style: none;
}
footer .footer__social ul.social-list li a {
  padding: 4px;
  margin: -4px 0;
}
footer .footer__social ul.social-list li a .icon {
  width: 24px;
  height: 24px;
  transition: stroke 0.3s, fill 0.3s;
}
footer .footer__social ul.social-list li:hover .icon:not(.feather) {
  fill: #a1c80b;
  stroke-width: 0;
}
footer .footer__social ul.social-list li:hover .icon:not(.feather) path:not([fill=none]) {
  fill: #a1c80b;
}
footer .footer__social ul.social-list li:hover .icon.feather {
  stroke: #a1c80b;
}
footer .footer__social ul.social-list li.instagram:hover .icon:not(.feather) {
  fill: #d30c51;
  stroke-width: 0;
}
footer .footer__social ul.social-list li.instagram:hover .icon:not(.feather) path:not([fill=none]) {
  fill: #d30c51;
}
footer .footer__social ul.social-list li.instagram:hover .icon.feather {
  stroke: #d30c51;
}
footer .footer__social ul.social-list li.facebook:hover .icon:not(.feather) {
  fill: #2f6178;
  stroke-width: 0;
}
footer .footer__social ul.social-list li.facebook:hover .icon:not(.feather) path:not([fill=none]) {
  fill: #2f6178;
}
footer .footer__social ul.social-list li.facebook:hover .icon.feather {
  stroke: #2f6178;
}
footer .footer__social ul.social-list li.linkedin:hover .icon:not(.feather) {
  fill: #2f6178;
  stroke-width: 0;
}
footer .footer__social ul.social-list li.linkedin:hover .icon:not(.feather) path:not([fill=none]) {
  fill: #2f6178;
}
footer .footer__social ul.social-list li.linkedin:hover .icon.feather {
  stroke: #2f6178;
}
footer .footer__social ul.social-list li.youtube:hover .icon:not(.feather) {
  fill: #d30c51;
  stroke-width: 0;
}
footer .footer__social ul.social-list li.youtube:hover .icon:not(.feather) path:not([fill=none]) {
  fill: #d30c51;
}
footer .footer__social ul.social-list li.youtube:hover .icon.feather {
  stroke: #d30c51;
}
footer .footer__social ul.social-list li.twitter:hover .icon:not(.feather) {
  fill: #3686ac;
  stroke-width: 0;
}
footer .footer__social ul.social-list li.twitter:hover .icon:not(.feather) path:not([fill=none]) {
  fill: #3686ac;
}
footer .footer__social ul.social-list li.twitter:hover .icon.feather {
  stroke: #3686ac;
}
footer .footer__social ul.social-list li + li {
  margin-left: 8px;
}
footer .footer__newsletter .legal {
  color: rgba(210, 210, 210, 0.6);
}
@media screen and (max-width: 920px) {
  footer .footer__newsletter {
    width: 100%;
  }
}
footer .footer__sitemap {
  flex-flow: row wrap;
}
footer .footer__sitemap ul.nav-list {
  display: flex;
  list-style: none;
  font-weight: 900;
  flex-wrap: wrap;
  gap: 30px 0;
}
footer .footer__sitemap ul.nav-list > li a {
  font-size: 1.6rem;
  font-size: max(1.6rem, 14px);
  display: block;
}
footer .footer__sitemap ul.nav-list > li {
  margin-right: 30px;
}
@media screen and (max-width: 540px) {
  footer .footer__sitemap ul.nav-list {
    display: block;
  }
  footer .footer__sitemap ul.nav-list > li a {
    padding: 3px 0;
    margin: 4px 0;
  }
}
footer .footer__sitemap ul.sub-list {
  list-style: none;
  margin-top: 10px;
  font-weight: 300;
}
footer .footer__sitemap ul.sub-list > li {
  color: rgba(210, 210, 210, 0.6);
  width: -moz-min-content;
  width: min-content;
}
footer .footer__sitemap ul.sub-list > li a {
  padding: 2px;
  margin: -2px;
}
footer .footer__sitemap ul.sub-list > li + li {
  margin-top: 8px;
}
@media screen and (max-width: 720px) {
  footer .footer__sitemap ul.sub-list {
    margin: 0px 0 12px;
  }
}
@media screen and (max-width: 440px) {
  footer .footer__sitemap ul.sub-list {
    display: none;
  }
}
footer .footer__sitemap ul.legal-list {
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
footer .footer__sitemap ul.legal-list li a {
  font-size: 1.6rem;
  font-size: max(1.6rem, 13px);
  display: inline-block;
}
@media screen and (max-width: 540px) {
  footer .footer__sitemap ul.legal-list li a {
    padding: 5px 0;
  }
}
footer .footer__sitemap ul.legal-list li + li {
  margin-left: 30px;
}
@media screen and (max-width: 920px) {
  footer .footer__sitemap ul.legal-list {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  footer .footer__sitemap ul.legal-list {
    width: auto;
  }
  footer .footer__sitemap ul.legal-list li + li {
    margin-left: 15px;
  }
}
footer.bg--blue-d {
  background-color: #072e44;
}
footer.bg--blue-d .logo .tint {
  fill: white;
}

.mega-menu {
  position: absolute;
  width: 900px;
  max-width: calc(100vw - 20px);
  height: 264px;
  padding: 24px;
  background-color: #f5f5f5;
  border-radius: 8px;
  display: grid;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: visibility 0.2s, opacity 0.2s, z-index 0.1s 0.2s;
}
@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .mega-menu {
    background-color: rgba(245, 245, 245, 0.8);
    -webkit-backdrop-filter: brightness(110%) blur(20px);
            backdrop-filter: brightness(110%) blur(20px);
  }
}
@media screen and (max-width: 920px) {
  .mega-menu {
    display: none;
  }
}
.mega-menu .menu__arrow {
  position: absolute;
  top: 0;
  left: 0;
  background-color: inherit;
  z-index: -1;
  transition: inherit;
}
.mega-menu .menu__arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: inherit;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 4px 0 0 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.mega-menu .menu__content {
  grid-area: 1/-1;
  max-width: 100vw;
  display: flex;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: visibility 0.2s, opacity 0.2s, filter 0.1s 0.1s;
}
.mega-menu .menu__content .content__column {
  min-width: 22%;
}
.mega-menu .menu__content .content__column .content__title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.33;
  margin-bottom: 1.6rem;
}
.mega-menu .menu__content .content__column ul.sub-list {
  list-style: none;
  font-weight: 900;
  font-size: 1.6rem;
}
.mega-menu .menu__content .content__column ul.sub-list > li a {
  padding: 0.2rem;
  margin: -0.2rem;
}
.mega-menu .menu__content .content__column ul.sub-list > li + li {
  margin-top: 0.8rem;
}
.mega-menu .menu__content .content__column .content__action {
  margin-left: auto;
}
.mega-menu .menu__content .content__column + .content__column {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: 32px;
  padding-left: 32px;
}
.mega-menu .menu__content .content__column:last-child {
  flex: 1 1 auto;
}
.mega-menu .menu__content.visible {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
  transition: visibility 0.2s, opacity 0.2s;
}
.mega-menu.open {
  visibility: visible;
  opacity: 1;
  z-index: 120;
  pointer-events: auto;
  transition: transform 0.3s;
}
.mega-menu.open ~ * .nav-list li a {
  opacity: 0.4;
}
.mega-menu.fade-in {
  transition: visibility 0.2s, opacity 0.3s;
}
.mega-menu.fade-in .menu__arrow {
  transition: none;
}

header.main-header {
  position: relative;
  padding: 6rem 0 32rem;
  background-image: linear-gradient(to bottom, white 50%, #ececec);
  overflow: hidden;
}
@media screen and (max-width: 720px) {
  header.main-header {
    padding: 7% 0 40rem;
  }
}
header.main-header .header__columns {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header.main-header .header__columns::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  top: 50%;
  left: 57%;
  height: calc(100% + 12rem);
  transform-origin: left bottom;
  transform: translateY(-50%) skewX(-19deg);
  background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0) 600px);
  border-radius: 4px;
  z-index: 0;
}
@media screen and (max-width: 920px) {
  header.main-header .header__columns::before {
    display: none;
  }
}
header.main-header .header__content {
  position: relative;
  width: calc(50% - 125px);
  padding-right: 30px;
  max-width: 460px;
  z-index: 1;
}
@media screen and (max-width: 920px) {
  header.main-header .header__content {
    width: 100%;
    order: 99;
    margin-top: 24px;
  }
}
header.main-header .header__hero {
  position: relative;
  width: calc(50% + 125px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 920px) {
  header.main-header .header__hero {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
header.main-header .header__hero .skew-wrapper {
  display: flex;
  justify-content: flex-end;
  transform-origin: top right;
  transform: skewX(-19deg);
  border-radius: 8px;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #f5f5f5;
}
header.main-header .header__hero .skew-wrapper > * {
  flex: 1 0 auto;
  transform-origin: top right;
  transform: skewX(19deg);
  width: 120%;
}
@supports (aspect-ratio: 68/32) {
  header.main-header .header__hero .skew-wrapper > * {
    aspect-ratio: 68/32;
    width: auto;
    max-width: 120%;
  }
}
header.main-header .header__hero .skew-wrapper img {
  border-radius: 0;
  width: 100%;
  aspect-ratio: 68/32;
}
@media screen and (max-width: 920px) {
  header.main-header .header__hero .skew-wrapper {
    width: calc(80% + 20px);
    transform-origin: center;
    margin-left: -4%;
  }
}
header.main-header .header__hero svg.header__map {
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
  margin-right: -62.5px;
  width: 250px;
  height: auto;
  -webkit-mask-image: linear-gradient(to bottom, black 70%, rgba(0, 0, 0, 0.2));
          mask-image: linear-gradient(to bottom, black 70%, rgba(0, 0, 0, 0.2));
  pointer-events: none;
}
header.main-header .header__hero svg.header__map .map-feature {
  opacity: 0;
  transition: opacity 0.3s 0.1s;
}
header.main-header .header__hero svg.header__map .map-feature.active {
  opacity: 1;
}
@media screen and (max-width: 920px) {
  header.main-header .header__hero svg.header__map {
    order: 1;
    width: 50%;
    max-width: 280px;
    margin: -20% 0 0;
  }
}
header.main-header .header__hero .header__location {
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: right;
  padding: 1.4rem 0;
  display: flex;
  align-items: center;
  height: 4rem;
}
@media screen and (max-width: 920px) {
  header.main-header .header__hero .header__location {
    top: auto;
    bottom: 0;
  }
}
header.main-header .header__hero .header__location .location__zip {
  display: flex;
  align-items: center;
}
header.main-header .header__hero .header__location .location__name {
  text-align: left;
}
header.main-header .header__hero .header__location .location__name[data-width-of]::after {
  content: attr(data-width-of);
  display: block;
  line-height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
header.main-header .header__hero .header__location > * + * {
  margin-left: 4px;
}
header.main-header .header__pattern {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  max-width: 2040px;
  padding-left: 60px;
  height: 70%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 920px) {
  header.main-header .header__pattern {
    width: 120%;
    padding-left: 3%;
  }
}
header.main-header .header__pattern svg {
  height: auto;
}
header.main-header .header__pattern svg:first-child {
  width: 20%;
  max-width: 220px;
}
header.main-header .header__pattern svg:first-child path {
  fill: #c9da86;
}
@media screen and (max-width: 1600px) and (min-width: 921px) {
  header.main-header .header__pattern svg:first-child {
    align-self: flex-end;
    transform: translate(-60%, -10%);
  }
}
header.main-header .header__pattern svg:last-child {
  width: 33%;
  max-width: 380px;
}
header.main-header .header__pattern svg:last-child path {
  fill: #2a4f00;
}
@media screen and (min-width: 921px) and (max-width: 1320px) {
  header.main-header .header__pattern svg:last-child {
    clip-path: inset(0 0 50% 0);
  }
}
header.main-header + section.has--edge {
  margin-top: 6.4rem;
}
header.main-header + section.section--newsletter {
  margin-top: 0;
}

.dashboard {
  position: relative;
  z-index: 1;
  padding-bottom: 8rem;
}
.dashboard .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  gap: 4rem 16px;
}
.dashboard .container .dashboard__item {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(33% - 8px);
}
@media screen and (min-width: 921px) {
  .dashboard .container .dashboard__item {
    max-width: 50%;
  }
}
@media screen and (max-width: 590px) {
  .dashboard .container .dashboard__item {
    width: 100% !important;
  }
}
.dashboard .container .dashboard__item .item__head {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.dashboard .container .dashboard__item .item__head + * {
  margin-top: 1.6rem;
}
.dashboard .container .dashboard__item .item__head > .icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-top: -1px;
  margin-right: 0.8rem;
}
.dashboard .container .dashboard__item .item__head > .icon:not(.feather) {
  fill: #a1c80b;
  stroke-width: 0;
}
.dashboard .container .dashboard__item .item__head > .icon:not(.feather) path:not([fill=none]) {
  fill: #a1c80b;
}
.dashboard .container .dashboard__item .item__head > .icon.feather {
  stroke: #a1c80b;
}
.dashboard .container .dashboard__item .item__head h3 {
  color: #2a4f00;
}
.dashboard .container .dashboard__item .item__head a {
  display: flex;
  padding: 6px 2px 6px 8px;
  align-self: stretch;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: auto;
}
.dashboard .container .dashboard__item .item__head a .arrow {
  flex: 0 0 auto;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.4rem;
  transition: transform 0.2s;
}
.dashboard .container .dashboard__item .item__head a .arrow:not(.feather) {
  fill: #a1c80b;
  stroke-width: 0;
}
.dashboard .container .dashboard__item .item__head a .arrow:not(.feather) path:not([fill=none]) {
  fill: #a1c80b;
}
.dashboard .container .dashboard__item .item__head a .arrow.feather {
  stroke: #a1c80b;
}
.dashboard .container .dashboard__item .item__head a:hover .arrow {
  transform: translateX(2px);
}
.dashboard .container .dashboard__item .dashboard__card {
  position: relative;
  max-height: 250px;
  border-radius: 8px;
  border: 1px solid black;
  background-color: white;
  padding: 2rem;
}
.dashboard .container .dashboard__item .dashboard__card.w-40 {
  width: 40%;
}
.dashboard .container .dashboard__item .dashboard__card.clr--green {
  border: none;
  color: #2a4f00;
  background-color: #a1c80b;
}
.dashboard .container .dashboard__item .dashboard__card.clr--green-d {
  border: none;
  color: #a1c80b;
  background-color: #2a4f00;
}
.dashboard .container .dashboard__item .dashboard__card.clr--green-d .icon:not(.feather) {
  fill: #c9da86;
  stroke-width: 0;
}
.dashboard .container .dashboard__item .dashboard__card.clr--green-d .icon:not(.feather) path:not([fill=none]) {
  fill: #c9da86;
}
.dashboard .container .dashboard__item .dashboard__card.clr--green-d .icon.feather {
  stroke: #c9da86;
}
.dashboard .container .dashboard__item .dashboard__card.clr--orange {
  border: none;
  color: black;
  background-color: #ff8000;
}
.dashboard .container .dashboard__item .dashboard__card.clr--orange::after {
  background-image: linear-gradient(to right, rgba(117, 44, 1, 0.2) 8%, rgba(255, 128, 0, 0.4) 40%, #ff8000 90%);
}
.dashboard .container .dashboard__item .dashboard__card.clr--red {
  border: none;
  color: white;
  background-color: #d30c51;
}
.dashboard .container .dashboard__item .dashboard__card.clr--red::after {
  background-image: linear-gradient(to right, rgba(95, 17, 36, 0.2) 8%, rgba(211, 12, 81, 0.4) 40%, #d30c51 90%);
}
.dashboard .container .dashboard__item .dashboard__card.clr--blue-d {
  border: none;
  color: white;
  background-color: #072e44;
}
.dashboard .container .dashboard__item .dashboard__card.clr--blue-d::after {
  background-image: linear-gradient(to right, rgba(7, 46, 68, 0.2) 8%, rgba(47, 97, 120, 0.4) 40%, #2f6178 90%);
}
.dashboard .container .dashboard__item .slider {
  width: 100%;
  height: 100%;
  transition: none;
  border-radius: 8px;
}
.dashboard .container .item--magazin {
  width: 30%;
}
.dashboard .container .item--magazin .card {
  height: 100%;
}
.dashboard .container .item--magazin .card .card__title {
  position: relative;
  margin-top: auto;
  color: white;
  width: 100%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.dashboard .container .item--magazin .card .card__image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: 1;
  border-radius: inherit;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent 70px);
  pointer-events: none;
}
@media screen and (min-width: 721px) {
  .dashboard .container .item--magazin .card .card__image {
    aspect-ratio: auto;
    height: 100%;
  }
}
.dashboard .container .item--activities {
  width: 36%;
}
@media screen and (max-width: 920px) {
  .dashboard .container .item--activities {
    flex: 0 0 auto;
    width: 50%;
  }
}
.dashboard .container .item--activities .dashboard__card {
  height: 100%;
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
.dashboard .container .item--activities .dashboard__card > * {
  position: relative;
  z-index: 1;
}
.dashboard .container .item--activities .dashboard__card > picture, .dashboard .container .item--activities .dashboard__card > img {
  flex: 0 0 auto;
  width: 45%;
  max-width: 200px;
  aspect-ratio: 1/1;
}
.dashboard .container .item--activities .dashboard__card > picture img, .dashboard .container .item--activities .dashboard__card > img img {
  width: 100%;
  height: 100%;
}
.dashboard .container .item--activities .dashboard__card .card__background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  mix-blend-mode: multiply;
  opacity: 0.36;
  z-index: 0;
}
.dashboard .container .item--activities .dashboard__card::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-image: linear-gradient(to right, rgba(42, 79, 0, 0.5) 8%, rgba(161, 200, 11, 0.4) 40%, #a1c80b 90%);
}
.dashboard .container .item--activities .dashboard__card.clr--green-d {
  color: white;
}
.dashboard .container .item--activities .dashboard__card.clr--green-d::after {
  background-image: linear-gradient(to right, rgba(161, 200, 11, 0.5) 8%, rgba(161, 200, 11, 0.4) 40%, #2a4f00 90%);
}
.dashboard .container .item--activities .dashboard__card .card__title {
  position: relative;
  flex: 1 1 auto;
  margin: 40px 0;
  max-width: 200px;
}
.dashboard .container .item--activities .dashboard__card .button {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
}
.dashboard .container .item--weather {
  width: 20%;
}
.dashboard .container .item--weather .dashboard__card {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: [top] 1fr [temp-start] 3fr [temp-end] 1fr [bottom];
  padding: 1.6rem;
}
.dashboard .container .item--weather .weather__location {
  grid-column: 1;
  grid-row: top;
  font-weight: 900;
  color: white;
}
.dashboard .container .item--weather .weather__conditions {
  width: 200%;
  font-size: 1.4rem;
  grid-column: 1;
  grid-row: top;
  margin-top: 2rem;
}
.dashboard .container .item--weather .weather__time {
  grid-column: 2;
  grid-row: top;
  justify-self: end;
  text-align: right;
  color: #c9da86;
}
.dashboard .container .item--weather .weather__temp {
  position: relative;
  grid-column: 1/span 2;
  grid-row: temp-start;
  justify-self: center;
  align-self: center;
  color: white;
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
}
.dashboard .container .item--weather .weather__temp::after {
  content: "°C";
  position: absolute;
  top: 0.6rem;
  left: calc(100% + 0.4rem);
  font-weight: 400;
  font-size: 2.4rem;
  color: #c9da86;
}
.dashboard .container .item--weather .weather__info-1 {
  grid-column: 1;
  grid-row: temp-end;
  justify-self: start;
  align-self: end;
}
.dashboard .container .item--weather .weather__info-2 {
  grid-column: 2;
  grid-row: temp-end;
  justify-self: end;
  align-self: end;
  text-align: right;
}
.dashboard .container .item--news {
  flex: 0 0 auto;
  width: 55%;
  max-width: none;
}
@media screen and (max-width: 920px) {
  .dashboard .container .item--news {
    width: 100%;
  }
}
.dashboard .container .item--news .dashboard__card {
  justify-content: flex-start;
}
.dashboard .container .item--news .link-card {
  width: 100%;
}
.dashboard .container .item--news .link-card + .link-card {
  margin-top: 16px;
}
.dashboard .container .item--links {
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.dashboard .container .item--links .link-card {
  width: calc(50% - 8px);
  margin: 0;
}
@media screen and (max-width: 590px) {
  .dashboard .container .item--links .link-card {
    width: 100%;
  }
}
.dashboard .container .item--social .dashboard__card {
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
  height: 100%;
}
.dashboard .container .item--social .social__image {
  width: 50%;
  max-width: calc(250px - 4rem);
}
.dashboard .container .item--social .social__image img {
  width: auto;
  aspect-ratio: 1/1;
}
.dashboard .container .item--social .social__image .fallback {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.8rem;
  align-items: center;
  border-radius: 8px;
  background-color: #f5f5f5;
  text-align: center;
  color: #d2d2d2;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1.6rem;
  aspect-ratio: 1/1;
}
.dashboard .container .item--social .social__image .fallback .link {
  font-weight: 900;
}
.dashboard .container .item--social .social__image .fallback .link:hover {
  text-decoration: underline;
}
.dashboard .container .item--social .social__image .fallback .icon {
  flex: 0 0 auto;
  width: 3.6rem;
  height: 3.6rem;
}
.dashboard .container .item--social .social__image .fallback .icon:not(.feather) {
  fill: #d2d2d2;
  stroke-width: 0;
}
.dashboard .container .item--social .social__image .fallback .icon:not(.feather) path:not([fill=none]) {
  fill: #d2d2d2;
}
.dashboard .container .item--social .social__image .fallback .icon.feather {
  stroke: #d2d2d2;
}
.dashboard .container .item--social .social__text {
  flex: 1 1 auto;
  width: 50%;
  font-size: 1.4rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dashboard .container .item--social .social__text .username {
  font-weight: 900;
}
.dashboard .container .item--social .social-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  padding: calc(16px + 1.2rem) 1.2rem 1.2rem;
  margin-top: -16px;
  max-height: 100%;
  gap: 1.2rem;
  background-color: #a1c80b;
  border-radius: 8px;
}
.dashboard .container .item--social .social-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 8px;
  padding: 1.6rem;
  transition: box-shadow 0.3s, background-color 0.3s;
}
.dashboard .container .item--social .social-list li a .icon {
  transition: transform 0.3s, color 0.3s;
}
.dashboard .container .item--social .social-list li a .icon:not(.feather) {
  fill: #2a4f00;
  stroke-width: 0;
}
.dashboard .container .item--social .social-list li a .icon:not(.feather) path:not([fill=none]) {
  fill: #2a4f00;
}
.dashboard .container .item--social .social-list li a .icon.feather {
  stroke: #2a4f00;
}
.dashboard .container .item--social .social-list li a:hover {
  box-shadow: 0 0 10px rgba(42, 79, 0, 0.5);
}
.dashboard .container .item--social .social-list li a:hover .icon {
  transform: scale(1.1);
}
.dashboard .container .item--social .social-wrapper {
  display: flex;
}
.dashboard .container .item--social .social-wrapper .social-list {
  margin-top: 0;
  padding: 0.8rem;
  gap: 5px;
  align-content: space-around;
  border-radius: 0 8px 8px 0;
  box-shadow: -16px 0 #a1c80b;
}
.dashboard .container .item--social .social-wrapper .social-list li {
  display: flex;
}
.dashboard .container .item--social .social-wrapper .social-list li a {
  padding: 1.2rem;
  width: 100%;
}
.dashboard .container .item--social .social-wrapper .social-list li a .icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 920px) {
  .dashboard .container .item.break--bottom {
    order: 99;
  }
}
.main-header + .dashboard {
  margin-top: -26rem;
}
@media screen and (max-width: 720px) {
  .main-header + .dashboard {
    margin-top: -36rem;
  }
}

.header__news {
  position: absolute;
  width: 100%;
  top: -3.2rem;
  right: 2rem;
  background-color: #f5f5f5;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 1.2rem;
  width: calc(100% - 40px);
  max-width: 360px;
  z-index: 10;
  transition: background-color 0.3s;
}
@media screen and (max-width: 920px) {
  .header__news {
    top: -4.8rem;
    display: flex;
    align-items: stretch;
    max-width: 280px;
  }
}
@media screen and (max-width: 720px) {
  .header__news {
    top: -4.5%;
    left: 10px;
  }
}
.header__news .news__image {
  float: left;
  width: 10rem;
  margin-right: 1.2rem;
}
@media screen and (max-width: 920px) {
  .header__news .news__image {
    display: none;
    margin: 0;
  }
}
.header__news .news__title {
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.2;
}
.header__news .news__overtitle {
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #d30c51;
  background-color: #ececec;
  border-radius: 6px;
  padding: 4px 7px;
  margin-bottom: 4px;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
.header__news .news__overtitle::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #d30c51;
  margin-right: 4px;
  animation: blink 1s infinite alternate;
}
@media screen and (max-width: 920px) {
  .header__news .news__overtitle {
    margin: 0 0.8rem 0 0;
    width: 70px;
  }
}
.header__news:hover {
  background-color: #ececec;
}

.map-wrapper {
  position: relative;
}
.container + .map-wrapper {
  margin-top: 4rem;
}
.map-wrapper .map {
  position: relative;
  height: 525px;
  background-color: #f5f5f5;
}
.map-wrapper .location {
  display: flex;
  align-items: center;
}
.map-wrapper .location .location__image {
  width: 80px;
  height: 80px;
  aspect-ratio: 1;
  border-radius: 8px;
  margin-right: 16px;
  background-color: #d2d2d2;
}
.map-wrapper .location .location__category {
  display: flex;
  align-items: center;
  color: #929292;
  font-size: 1.2rem;
  margin-bottom: 2px;
}
.map-wrapper .location .location__category .icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.map-wrapper .location .location__category .icon:not(.feather) {
  fill: #929292;
  stroke-width: 0;
}
.map-wrapper .location .location__category .icon:not(.feather) path:not([fill=none]) {
  fill: #929292;
}
.map-wrapper .location .location__category .icon.feather {
  stroke: #929292;
}
.map-wrapper .location .location__title {
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.map-wrapper .map__locations {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  flex-flow: column nowrap;
  padding: 0 20px;
  width: 500px;
  max-width: 40vw;
  max-height: calc(100% - 40px);
  min-height: 100px;
  background-color: rgba(255, 255, 255, 0.99);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border: 1px solid black;
  border-radius: 8px;
  overflow: hidden;
  z-index: 10;
}
@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .map-wrapper .map__locations {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.map-wrapper .map__locations .scroll-container {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-left: -20px;
  padding: 1px 20px;
  width: calc(100% + 40px);
}
.map-wrapper .map__locations .location {
  padding: 12px 0;
  position: relative;
  cursor: pointer;
}
.map-wrapper .map__locations .location .location__image {
  width: 60px;
  height: 60px;
}
.map-wrapper .map__locations .location .arrow {
  flex: 0 0 auto;
  margin-left: auto;
  transition: transform 0.2s;
}
.map-wrapper .map__locations .location::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  top: -1px;
  left: -20px;
  width: calc(100% + 40px);
  background-color: #f5f5f5;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  opacity: 0;
  transition: opacity 0.3s 0.1s;
  z-index: -1;
}
@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .map-wrapper .map__locations .location::after {
    background-color: rgba(236, 236, 236, 0.7);
  }
}
.map-wrapper .map__locations .location:hover .arrow {
  transform: translateX(3px);
}
.map-wrapper .map__locations .location:hover::after {
  opacity: 1;
}
.map-wrapper .map__locations .location:first-child {
  padding-top: 20px;
}
.map-wrapper .map__locations .location + .location {
  border-top: 1px solid #d2d2d2;
}
.map-wrapper .map__locations .locations__footer {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  border-top: 1px solid #d2d2d2;
  color: #929292;
  font-size: 1.2rem;
}
.map-wrapper .map__locations .locations__footer .pagination .page + .page {
  margin-left: 16px;
}
.map-wrapper .map__locations .locations__footer .pagination .page.disabled {
  opacity: 0.4;
  cursor: default;
}
.map-wrapper .map__locations.size--sm {
  width: 320px;
}
.map-wrapper .map__locations.empty-state {
  padding: 40px;
  height: 200px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f5f5f5;
}
@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .map-wrapper .map__locations.empty-state {
    background-color: rgba(245, 245, 245, 0.8);
  }
}
.map-wrapper .map__locations.empty-state .icon {
  width: 36px;
  height: 36px;
  margin-bottom: 1.2rem;
}
.map-wrapper .map__locations.empty-state .icon:not(.feather) {
  fill: #929292;
  stroke-width: 0;
}
.map-wrapper .map__locations.empty-state .icon:not(.feather) path:not([fill=none]) {
  fill: #929292;
}
.map-wrapper .map__locations.empty-state .icon.feather {
  stroke: #929292;
}
@media screen and (max-width: 720px) {
  .map-wrapper .map__locations {
    position: relative;
    max-width: none;
    width: calc(100% - 40px) !important;
    max-height: 250px;
    position: relative;
    margin-bottom: -40px;
  }
  .map-wrapper .map__locations .map__locations, .map-wrapper #magazin_map_results .map__locations {
    margin: -40px 0;
  }
  .map-wrapper .map__locations + .map .mapboxgl-ctrl-top-right, .map-wrapper .map__locations + .map .mapboxgl-ctrl-top-left, .map-wrapper #magazin_map_results + .map .mapboxgl-ctrl-top-right, .map-wrapper #magazin_map_results + .map .mapboxgl-ctrl-top-left {
    top: 60px;
  }
  .map-wrapper .map__locations:empty, .map-wrapper #magazin_map_results:empty {
    margin-top: 0;
  }
  .map-wrapper .map__locations:empty + .map .mapboxgl-ctrl-top-right, .map-wrapper .map__locations:empty + .map .mapboxgl-ctrl-top-left, .map-wrapper #magazin_map_results:empty + .map .mapboxgl-ctrl-top-right, .map-wrapper #magazin_map_results:empty + .map .mapboxgl-ctrl-top-left {
    top: 0;
  }
}
.map-wrapper .mapboxgl-popup {
  width: calc(75% - 25px);
  max-width: 320px;
}
.map-wrapper .mapboxgl-popup .mapboxgl-popup-tip {
  margin-right: -1px;
}
.map-wrapper .mapboxgl-popup .mapboxgl-popup-content {
  width: 100%;
  min-height: 120px;
  animation: expand-map-popup 0.6s ease 0.3s both;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid black;
  background-color: rgba(255, 255, 255, 0.99);
  overflow: hidden;
}
.map-wrapper .mapboxgl-popup .mapboxgl-popup-content .location__title.skeleton::before {
  content: "";
  display: block;
  width: 33%;
  height: 14px;
  margin: 4px 0 4px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.map-wrapper .mapboxgl-popup .mapboxgl-popup-content .location__address {
  display: flex;
  margin-top: 6px;
  font-size: 1.4rem;
  color: #929292;
}
.map-wrapper .mapboxgl-popup .mapboxgl-popup-content .location__address .icon {
  width: 16px;
  height: 16px;
  margin: 1px 4px 0 0;
}
.map-wrapper .mapboxgl-popup .mapboxgl-popup-content .location__address .icon:not(.feather) {
  fill: #929292;
  stroke-width: 0;
}
.map-wrapper .mapboxgl-popup .mapboxgl-popup-content .location__address .icon:not(.feather) path:not([fill=none]) {
  fill: #929292;
}
.map-wrapper .mapboxgl-popup .mapboxgl-popup-content .location__address .icon.feather {
  stroke: #929292;
}
.map-wrapper .mapboxgl-popup .mapboxgl-popup-content .location__address span {
  display: block;
}
.map-wrapper .mapboxgl-popup .mapboxgl-popup-content .location__address.skeleton {
  width: 75%;
  height: 14px;
  margin: 8px 0 4px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.map-wrapper .mapboxgl-popup .mapboxgl-popup-content .location__company .link-card {
  background-color: var(--clr-primary);
  color: var(--clr-primary-foreground);
}
.map-wrapper .mapboxgl-popup .mapboxgl-popup-content .location__company .link-card h2, .map-wrapper .mapboxgl-popup .mapboxgl-popup-content .location__company .link-card h3, .map-wrapper .mapboxgl-popup .mapboxgl-popup-content .location__company .link-card h4, .map-wrapper .mapboxgl-popup .mapboxgl-popup-content .location__company .link-card h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.map-wrapper .mapboxgl-popup .mapboxgl-popup-content .location__company .link-card .company__name {
  font-size: 1.4rem;
}
.map-wrapper .mapboxgl-popup .mapboxgl-popup-content .location__company .link-card .arrow:not(.feather) {
  fill: var(--clr-primary-foreground);
  stroke-width: 0;
}
.map-wrapper .mapboxgl-popup .mapboxgl-popup-content .location__company .link-card .arrow:not(.feather) path:not([fill=none]) {
  fill: var(--clr-primary-foreground);
}
.map-wrapper .mapboxgl-popup .mapboxgl-popup-content .location__company .link-card .arrow.feather {
  stroke: var(--clr-primary-foreground);
}
.map-wrapper .mapboxgl-popup .mapboxgl-popup-content .location__articles {
  display: flex;
  width: 100%;
  justify-content: stretch;
  align-items: stretch;
  gap: 8px;
  overflow-x: auto;
}
.map-wrapper .mapboxgl-popup .mapboxgl-popup-content .location__articles > .link-card {
  flex: 1 1 auto;
  margin: 0;
  border: none;
  z-index: 1;
  color: #c9da86;
  min-width: 40%;
}
.map-wrapper .mapboxgl-popup .mapboxgl-popup-content .location__articles > .link-card::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: -1;
  background-image: linear-gradient(to top, rgba(42, 79, 0, 0.3), rgba(201, 218, 134, 0.1)), linear-gradient(90deg, #2a4f00 20%, rgba(90, 121, 40, 0.8));
}
.map-wrapper .mapboxgl-popup .mapboxgl-popup-content * + .popup__section {
  margin-top: 8px;
}
.map-wrapper .mapboxgl-popup .mapboxgl-popup-content .popup__section {
  margin-top: 0;
  padding: 8px 0;
  border-top: 1px solid #d2d2d2;
}
.map-wrapper .mapboxgl-popup .mapboxgl-popup-content .popup__section:last-child {
  padding-bottom: 0;
}
.map-wrapper .mapboxgl-touch-pan-blocker, .map-wrapper .mapboxgl-scroll-zoom-blocker {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  top: 10px;
  left: auto;
  right: 50px;
  padding: 1.4rem 1.6rem;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 1.5rem !important;
  color: black;
  transform: translateY(-100%);
  transition: opacity 0.3s, transform 0.25s;
}
.map-wrapper .mapboxgl-touch-pan-blocker:not([class$=-show]), .map-wrapper .mapboxgl-scroll-zoom-blocker:not([class$=-show]) {
  transition-delay: 0.5s;
}
.map-wrapper .mapboxgl-touch-pan-blocker-show, .map-wrapper .mapboxgl-scroll-zoom-blocker-show {
  transform: translateY(0);
}
@keyframes expand-map-popup {
  0% {
    max-height: 125px;
  }
  100% {
    max-height: 400px;
  }
}

.container .map {
  border-radius: 8px;
}

main section.section--map.has--edge::before {
  max-height: 600px;
}
main section.section--map:last-child {
  padding-bottom: 0;
}

.balloon-map {
  position: relative;
  height: 525px;
  background-color: #f5f5f5;
  border-radius: 8px;
}
.balloon-map .balloon-marker {
  width: 90px;
  height: 90px;
}
.balloon-map .balloon-marker::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-image: url(/assets/r56/ballon-51452228cd98cf35a89a755a620a7de879e68465dddee1f0ce6cd066193c5212.gif);
  background-size: contain;
  animation: balloon-float 24s infinite alternate;
}
@keyframes balloon-float {
  0% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(1px, -4px) rotate(1.5deg);
  }
  66% {
    transform: translate(2px, 4px) rotate(-1deg);
  }
  100% {
    transform: translate(0, 0) rotate(-1deg);
  }
}

.balloon-map-fallback {
  position: relative;
  display: flex;
  width: 100%;
  height: 525px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center;
}
.balloon-map-fallback .fallback__text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  color: white;
  padding: 30px 10%;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.company-logo {
  display: block;
  width: 250px;
  aspect-ratio: 25/10;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  margin: 0 auto;
}
.company-logo + * {
  margin-top: 4rem;
}

* + .company-logo {
  margin-top: 4rem;
}

.social-card .social-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  gap: 1.2rem;
  padding: 2.4rem;
  background-color: var(--clr-primary, #2f6178);
  border-radius: 8px;
}
.social-card .social-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 8px;
  padding: 1.6rem;
  transition: box-shadow 0.3s, background-color 0.3s;
}
.social-card .social-list li a .icon {
  transition: transform 0.3s, color 0.3s;
}
.social-card .social-list li a .icon:not(.feather) {
  fill: var(--clr-primary, #2f6178);
  stroke-width: 0;
}
.social-card .social-list li a .icon:not(.feather) path:not([fill=none]) {
  fill: var(--clr-primary, #2f6178);
}
.social-card .social-list li a .icon.feather {
  stroke: var(--clr-primary, #2f6178);
}
.social-card .social-list li a:hover .icon {
  transform: scale(1.1);
}
.social-card.clr--red .social-list {
  background-color: #5f1124;
}
.social-card.clr--red .social-list .icon:not(.feather) {
  fill: #5f1124;
  stroke-width: 0;
}
.social-card.clr--red .social-list .icon:not(.feather) path:not([fill=none]) {
  fill: #5f1124;
}
.social-card.clr--red .social-list .icon.feather {
  stroke: #5f1124;
}
.social-card.clr--green .social-list {
  background-color: #2a4f00;
}
.social-card.clr--green .social-list .icon:not(.feather) {
  fill: #2a4f00;
  stroke-width: 0;
}
.social-card.clr--green .social-list .icon:not(.feather) path:not([fill=none]) {
  fill: #2a4f00;
}
.social-card.clr--green .social-list .icon.feather {
  stroke: #2a4f00;
}
* + .social-card {
  margin-top: 16px;
}

* + .magazin-element-map, * + .magazin-element-quote, * + .magazin-element-notice, * + .magazin-element-file, * + .magazin-element-link, * + .magazin-element-gallery, * + .magazin-element-video, * + .magazin-element-image, * + .magazin-element-text, * + .magazin-element-heading {
  margin-top: 6.4rem;
}

.magazin-element-text + .magazin-element-heading {
  margin-top: 4rem;
}
.magazin-element-heading + .magazin-element-text {
  margin-top: 2.4rem;
}

.magazin-element-text.size--large p, .magazin-element-text.size--large .magazin-element-text.size--large, .magazin-element-text.size--large ul, .magazin-element-text.size--large ol {
  font-size: inherit;
  line-height: inherit;
}
.magazin-element-text + .magazin-element-text {
  margin-top: 2.4rem;
}

.magazin-element-image img {
  width: 100%;
}
.magazin-element-image.size--small img {
  max-width: 600px;
}
.magazin-element-image.size--medium img {
  max-width: 400px;
}
.magazin-element-image.size--large img {
  max-width: none;
}

.magazin-element-video {
  display: block;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.magazin-element-video .video__caption {
  text-align: center;
}

.magazin-element-link + .magazin-element-link, .magazin-element-link + .magazin-element-file {
  margin-top: 2.4rem;
}

.magazin-element-file + .magazin-element-link, .magazin-element-file + .magazin-element-file {
  margin-top: 2.4rem;
}

.magazin-element-notice .notice-card {
  position: relative;
  padding: 2.4rem 100px 2.4rem 100px;
  border-radius: 8px;
  background-color: #a1c80b;
  font-weight: 500;
}
@media screen and (max-width: 720px) {
  .magazin-element-notice .notice-card {
    padding: 2.4rem 2.4rem 2.4rem 8rem;
  }
}
.magazin-element-notice .notice-card .icon {
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
}
.magazin-element-notice .notice-card .icon:not(.feather) {
  fill: #2a4f00;
  stroke-width: 0;
}
.magazin-element-notice .notice-card .icon:not(.feather) path:not([fill=none]) {
  fill: #2a4f00;
}
.magazin-element-notice .notice-card .icon.feather {
  stroke: #2a4f00;
}
