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

.mapboxgl-canvas {
  position: absolute;
  top: 0;
  left: 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;
  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, .mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right, .mapboxgl-ctrl-left, .mapboxgl-ctrl-right, .mapboxgl-ctrl-top, .mapboxgl-ctrl-top-left, .mapboxgl-ctrl-top-right {
  pointer-events: none;
  z-index: 2;
  position: absolute;
}

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

.mapboxgl-ctrl-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

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

.mapboxgl-ctrl-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

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

.mapboxgl-ctrl-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

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

.mapboxgl-ctrl-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

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

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

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

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

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

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

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

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

.mapboxgl-ctrl-group:not(:empty) {
  box-shadow: 0 0 0 2px #0000001a;
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-group:not(:empty) {
    box-shadow: 0 0 0 2px buttontext;
  }
}

.mapboxgl-ctrl-group button {
  box-sizing: border-box;
  cursor: pointer;
  background-color: #0000;
  border: 0;
  outline: none;
  width: 29px;
  height: 29px;
  padding: 0;
  display: block;
  overflow: hidden;
}

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

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

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

  .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: .25;
}

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

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

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

.mapboxgl-ctrl button:not(:disabled):hover {
  background-color: #0000000d;
}

.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 button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%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 xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%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 xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%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 xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%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 xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%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 xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%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 xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%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 xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%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 xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%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 xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%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 xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%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 xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%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 xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%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 xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%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 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 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='%23f00'/%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 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 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 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 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: 2s linear infinite mapboxgl-spin;
}

@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 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 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='%23f00'/%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 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 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 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 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 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 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='%23f00'/%3E%3C/svg%3E");
  }
}

@keyframes mapboxgl-spin {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

a.mapboxgl-ctrl-logo {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%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");
  background-repeat: no-repeat;
  width: 88px;
  height: 23px;
  margin: 0 0 -4px -4px;
  display: block;
  overflow: hidden;
}

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

@media (-ms-high-contrast: active) {
  a.mapboxgl-ctrl-logo {
    background-color: #0000;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%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 xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%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 {
  background-color: #ffffff80;
  margin: 0;
  padding: 0 5px;
}

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

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

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

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

  .mapboxgl-ctrl-attrib-button {
    box-sizing: border-box;
    cursor: pointer;
    background-color: #ffffff80;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg 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");
    border: 0;
    border-radius: 12px;
    outline: none;
    width: 24px;
    height: 24px;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
  }

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

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

  .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button {
    background-color: #0000000d;
  }

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

  .mapboxgl-ctrl-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    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;
  }

  .mapboxgl-ctrl-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    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 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 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: #000000bf;
  text-decoration: none;
}

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

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

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

.mapboxgl-ctrl-scale {
  box-sizing: border-box;
  color: #333;
  white-space: nowrap;
  background-color: #ffffffbf;
  border: 2px solid #333;
  border-top: #333;
  padding: 0 5px;
  font-size: 10px;
}

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

.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 {
  z-index: 1;
  border: 10px solid #0000;
  width: 0;
  height: 0;
}

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

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

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

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

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

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

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

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

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

.mapboxgl-popup-close-button:hover {
  background-color: #0000000d;
}

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

.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;
  user-select: none;
}

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

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

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

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

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

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

.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 #0000;
  transform: translateY(-28px)skewY(-20deg);
}

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

@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  70% {
    opacity: 0;
    transform: scale(3);
  }

  to {
    opacity: 0;
    transform: scale(1);
  }
}

.mapboxgl-user-location-dot-stale {
  background-color: #aaa;
}

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

.mapboxgl-user-location-accuracy-circle {
  background-color: #1da1f233;
  border-radius: 100%;
  width: 1px;
  height: 1px;
}

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

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

@media print {
  .mapbox-improve-map {
    display: none;
  }
}

.mapboxgl-scroll-zoom-blocker, .mapboxgl-touch-pan-blocker {
  color: #fff;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  background: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  transition: opacity .75s ease-in-out 1s;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.mapboxgl-scroll-zoom-blocker-show, .mapboxgl-touch-pan-blocker-show {
  opacity: 1;
  transition: opacity .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;
}

:root {
  --container-max-width: 144rem;
  --block-spacing: clamp(4.8rem, 8vw, 9.6rem);
  --block-spacing-small: clamp(4.8rem, 4vw, 4.8rem);
  --white: #fff;
  --black: #000;
  --gray: #ddd;
  --primary-color: #012169;
  --secondary-color: #73c92d;
  --background-color: #e7eaf1;
  --background-color-secondary: var(--white);
  --body-color: var(--primary-color);
  --paragraph-color: var(--primary-color);
  --primary-font: "brandon-grotesque", sans-serif;
  --secondary-font: "brandon-grotesque", sans-serif;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --text-size-small: 1.6rem;
  --text-size-smaller: 2rem;
  --text-size-base: 2.4rem;
  --text-size-larger: 3.6rem;
  --text-size-h1: 6.4rem;
  --text-size-h2: 4.8rem;
  --text-size-h3: 2.4rem;
  --text-size-h4: 2.4rem;
  --header-border-color: #d2d7e3;
  --header-logo-height: 6.4rem;
  --header-logo-height-mobile: 5.6rem;
  --heading-transform: uppercase;
  --heading-weight: var(--font-weight-bold);
  --label-color: var(--primary-color);
  --label-border-color: transparent;
  --link-hover-color: var(--secondary-color);
  --nav-text-size: var(--text-size--base);
  --nav-link-hover: var(--primary-color);
  --nav-link-current-color: var(--white);
  --nav-link-current-background: var(--primary-color);
  --nav-link-current-hover: var(--white);
  --nav-link-current-hover-background: var(--primary-color);
  --button-color: var(--primary-color);
  --button-hover-color: var(--primary-color);
  --button-icon-color: var(--primary-color);
  --button-transform: uppercase;
}

:root.enkhuizen {
  --black: #111;
  --gray: #ddd;
  --gray-dark: #555;
  --gray-light: #f5f5f5;
  --primary-color: #0069d2;
  --secondary-color: #e60000;
  --background-color: var(--white);
  --background-color-secondary: var(--gray-light);
  --body-color: var(--black);
  --paragraph-color: var(--gray-dark);
  --primary-font: "DM Sans", sans-serif;
  --secondary-font: "Winden", sans-serif;
  --font-weight-medium: 600;
  --font-weight-bold: 600;
  --header-border-color: var(--gray);
  --header-logo-height: 4.8rem;
  --header-logo-height-mobile: 4.8rem;
  --heading-transform: auto;
  --text-size-smaller: 1.8rem;
  --text-size-base: 2.1rem;
  --text-size-h1: 4.8rem;
  --text-size-h2: 3.6rem;
  --text-size-h3: 2.4rem;
  --text-size-h4: 2.4rem;
  --label-color: var(--secondary-color);
  --label-border-color: var(--secondary-color);
  --nav-text-size: var(--text-size--base);
  --nav-link-hover: var(--secondary-color);
  --nav-link-current-color: var(--secondary-color);
  --nav-link-current-background: transparent;
  --nav-link-current-hover: var(--secondary-color);
  --nav-link-current-hover-background: transparent;
  --button-color: var(--white);
  --button-hover-color: var(--white);
  --button-icon-color: var(--white);
  --button-transform: none;
}

:root.opmeer {
  --black: #333;
  --primary-color: #27a345;
  --secondary-color: #f07d00;
  --background-color: var(--white);
  --background-color-secondary: #e9f6ec;
  --body-color: var(--black);
  --paragraph-color: var(--black);
  --primary-font: "DM Sans", sans-serif;
  --secondary-font: "Poppins", sans-serif;
  --font-weight-medium: 700;
  --font-weight-bold: 700;
  --header-logo-height: 8rem;
  --header-logo-height-mobile: 8rem;
  --heading-transform: auto;
  --text-size-smaller: 1.8rem;
  --text-size-base: 2.1rem;
  --text-size-h1: 6.4rem;
  --text-size-h2: 4rem;
  --text-size-h3: 2.4rem;
  --text-size-h4: 2.4rem;
  --label-color: var(--primary-color);
  --label-border-color: var(--primary-color);
  --nav-text-size: var(--text-size-smaller);
  --button-color: var(--white);
  --button-hover-color: var(--white);
  --button-icon-color: var(--white);
  --button-transform: none;
}

html {
  height: 100%;
  font-size: 62.5%;
}

html.no-scroll {
  overflow: hidden;
}

body {
  height: 100%;
  font-family: var(--primary-font);
  font-weight: var(--font-weight-normal);
  background: var(--background-color);
  color: var(--body-color);
  font-size: clamp(1.8rem, 2.5vw, var(--text-size-base));
  padding: 0;
  line-height: 1.5;
}

.container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 2.4rem;
  position: relative;
}

@media screen and (width >= 1024px) {
  .container {
    padding: 0 4.8rem;
  }
}

#blur, ::backdrop {
  background-color: var(--body-color);
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transition: all .2s;
  position: fixed;
  top: 0;
  left: 0;
}

::backdrop {
  opacity: .5;
}

.block-margin {
  margin-block: var(--block-spacing);
}

.block-margin-bottom {
  margin-block-end: var(--block-spacing);
}

.block-margin-bottom-small {
  margin-block-end: var(--block-spacing-small);
}

.block-padding {
  padding-block: var(--block-spacing);
}

.no-hero-extra-margin {
  margin-block-start: 14.4rem;
}

@media screen and (width >= 1024px) {
  .no-hero-extra-margin {
    margin-block-start: 22.4rem;
  }
}

*, :after, :before {
  box-sizing: border-box;
}

blockquote, body, dd, dl, figure, h1, h2, h3, h4, h2.gform_submission_error, p {
  margin: 0;
}

ol[role="list"], ul[role="list"] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

button, .gform_footer input[type="submit"], .gform_footer input[type="button"], .skip-to-main:focus, input, select, textarea {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *, :after, :before {
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    animation-duration: 0s !important;
    animation-iteration-count: 1 !important;
  }
}

.text-size--small {
  font-size: clamp(1.4rem, 1.25vw, var(--text-size-small));
}

.text-size--smaller, ul.list-languages, ol.list-languages, #nav ul li.menu-item-has-children ul.sub-menu li a, input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="file"], input[type="number"], input[type="date"], textarea, select, .footer, button, .gform_footer input[type="submit"], .gform_footer input[type="button"], .skip-to-main:focus, .button, .aside {
  font-size: clamp(1.6rem, 1.5vw, var(--text-size-smaller));
}

.text-size--base {
  font-size: clamp(1.8rem, 1.667vw, var(--text-size-base));
}

.text-size--larger {
  font-size: clamp(2.4rem, 2.5vw, var(--text-size-larger));
}

.text-size--h1, h1 {
  font-size: clamp(3.2rem, 4vw, var(--text-size-h1));
}

.text-size--h2, h2 {
  font-size: clamp(2.4rem, 2.5vw, var(--text-size-h2));
}

.text-size--h3, h3 {
  font-size: clamp(1.8rem, 2.2vw, var(--text-size-h3));
}

.text-size--h4, .footer h3, h4, h2.gform_submission_error, h5, h6 {
  font-size: clamp(1.8rem, 1.667vw, var(--text-size-h4));
}

:focus, :focus-visible {
  outline: 2px dashed var(--body-color);
  outline-offset: 4px;
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  width: 0;
  height: 0;
  text-decoration: none;
  transition: all .2s;
  overflow: hidden;
  position: absolute !important;
}

.skip-to-main:focus {
  clip: auto;
  white-space: normal;
  z-index: 5;
  width: auto;
  height: auto;
  position: static;
  top: 2.4rem;
  left: 2.4rem;
  overflow: auto;
}

.row {
  flex-flow: wrap;
  gap: 2.4rem;
  display: flex;
}

@media screen and (width >= 768px) {
  .row {
    flex-wrap: nowrap;
  }
}

.row .row-item {
  flex: 1;
}

.row .row-item-half {
  flex: 100%;
}

@media screen and (width >= 768px) {
  .row .row-item-half {
    flex: 50%;
  }
}

@font-face {
  font-family: DM Sans;
  src: url("../DMSans-Regular.f2e67379.woff2") format("woff2"), url("../DMSans-Regular.096d969c.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Winden;
  src: url("../Winden-SemiBold.eda484aa.woff2") format("woff2"), url("../Winden-SemiBold.ea1d8233.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.grid {
  grid-gap: 2.4rem;
  grid-template-columns: repeat(12, 1fr);
  gap: 2.4rem;
  display: grid;
}

.align-self-end {
  align-self: end;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.col-1 {
  grid-column-end: span 1;
  display: block;
}

@media screen and (width >= 960px) {
  .col-offset-1 {
    grid-column-start: 2;
  }
}

.row-1 {
  grid-row-end: span 1;
}

.row-offset-1 {
  grid-row-start: 2;
}

.col-2 {
  grid-column-end: span 2;
  display: block;
}

@media screen and (width >= 960px) {
  .col-offset-2 {
    grid-column-start: 3;
  }
}

.row-2 {
  grid-row-end: span 2;
}

.row-offset-2 {
  grid-row-start: 3;
}

.col-3 {
  grid-column-end: span 3;
  display: block;
}

@media screen and (width >= 960px) {
  .col-offset-3 {
    grid-column-start: 4;
  }
}

.row-3 {
  grid-row-end: span 3;
}

.row-offset-3 {
  grid-row-start: 4;
}

.col-4 {
  grid-column-end: span 4;
  display: block;
}

@media screen and (width >= 960px) {
  .col-offset-4 {
    grid-column-start: 5;
  }
}

.row-4 {
  grid-row-end: span 4;
}

.row-offset-4 {
  grid-row-start: 5;
}

.col-5 {
  grid-column-end: span 5;
  display: block;
}

@media screen and (width >= 960px) {
  .col-offset-5 {
    grid-column-start: 6;
  }
}

.row-5 {
  grid-row-end: span 5;
}

.row-offset-5 {
  grid-row-start: 6;
}

.col-6 {
  grid-column-end: span 6;
  display: block;
}

@media screen and (width >= 960px) {
  .col-offset-6 {
    grid-column-start: 7;
  }
}

.row-6 {
  grid-row-end: span 6;
}

.row-offset-6 {
  grid-row-start: 7;
}

.col-7 {
  grid-column-end: span 7;
  display: block;
}

@media screen and (width >= 960px) {
  .col-offset-7 {
    grid-column-start: 8;
  }
}

.row-7 {
  grid-row-end: span 7;
}

.row-offset-7 {
  grid-row-start: 8;
}

.col-8 {
  grid-column-end: span 8;
  display: block;
}

@media screen and (width >= 960px) {
  .col-offset-8 {
    grid-column-start: 9;
  }
}

.row-8 {
  grid-row-end: span 8;
}

.row-offset-8 {
  grid-row-start: 9;
}

.col-9 {
  grid-column-end: span 9;
  display: block;
}

@media screen and (width >= 960px) {
  .col-offset-9 {
    grid-column-start: 10;
  }
}

.row-9 {
  grid-row-end: span 9;
}

.row-offset-9 {
  grid-row-start: 10;
}

.col-10 {
  grid-column-end: span 10;
  display: block;
}

@media screen and (width >= 960px) {
  .col-offset-10 {
    grid-column-start: 11;
  }
}

.row-10 {
  grid-row-end: span 10;
}

.row-offset-10 {
  grid-row-start: 11;
}

.col-11 {
  grid-column-end: span 11;
  display: block;
}

@media screen and (width >= 960px) {
  .col-offset-11 {
    grid-column-start: 12;
  }
}

.row-11 {
  grid-row-end: span 11;
}

.row-offset-11 {
  grid-row-start: 12;
}

.col-12 {
  grid-column-end: span 12;
  display: block;
}

@media screen and (width >= 960px) {
  .col-offset-12 {
    grid-column-start: 13;
  }
}

.row-12 {
  grid-row-end: span 12;
}

.row-offset-12 {
  grid-row-start: 13;
}

@media screen and (width >= 480px) {
  .col-xs-1 {
    grid-column-end: span 1;
    display: block;
  }
}

@media screen and (width >= 480px) and (width >= 960px) {
  .col-offset-xs-1 {
    grid-column-start: 2;
  }
}

@media screen and (width >= 480px) {
  .row-xs-1 {
    grid-row-end: span 1;
  }

  .row-offset-xs-1 {
    grid-row-start: 2;
  }

  .col-xs-2 {
    grid-column-end: span 2;
    display: block;
  }
}

@media screen and (width >= 480px) and (width >= 960px) {
  .col-offset-xs-2 {
    grid-column-start: 3;
  }
}

@media screen and (width >= 480px) {
  .row-xs-2 {
    grid-row-end: span 2;
  }

  .row-offset-xs-2 {
    grid-row-start: 3;
  }

  .col-xs-3 {
    grid-column-end: span 3;
    display: block;
  }
}

@media screen and (width >= 480px) and (width >= 960px) {
  .col-offset-xs-3 {
    grid-column-start: 4;
  }
}

@media screen and (width >= 480px) {
  .row-xs-3 {
    grid-row-end: span 3;
  }

  .row-offset-xs-3 {
    grid-row-start: 4;
  }

  .col-xs-4 {
    grid-column-end: span 4;
    display: block;
  }
}

@media screen and (width >= 480px) and (width >= 960px) {
  .col-offset-xs-4 {
    grid-column-start: 5;
  }
}

@media screen and (width >= 480px) {
  .row-xs-4 {
    grid-row-end: span 4;
  }

  .row-offset-xs-4 {
    grid-row-start: 5;
  }

  .col-xs-5 {
    grid-column-end: span 5;
    display: block;
  }
}

@media screen and (width >= 480px) and (width >= 960px) {
  .col-offset-xs-5 {
    grid-column-start: 6;
  }
}

@media screen and (width >= 480px) {
  .row-xs-5 {
    grid-row-end: span 5;
  }

  .row-offset-xs-5 {
    grid-row-start: 6;
  }

  .col-xs-6 {
    grid-column-end: span 6;
    display: block;
  }
}

@media screen and (width >= 480px) and (width >= 960px) {
  .col-offset-xs-6 {
    grid-column-start: 7;
  }
}

@media screen and (width >= 480px) {
  .row-xs-6 {
    grid-row-end: span 6;
  }

  .row-offset-xs-6 {
    grid-row-start: 7;
  }

  .col-xs-7 {
    grid-column-end: span 7;
    display: block;
  }
}

@media screen and (width >= 480px) and (width >= 960px) {
  .col-offset-xs-7 {
    grid-column-start: 8;
  }
}

@media screen and (width >= 480px) {
  .row-xs-7 {
    grid-row-end: span 7;
  }

  .row-offset-xs-7 {
    grid-row-start: 8;
  }

  .col-xs-8 {
    grid-column-end: span 8;
    display: block;
  }
}

@media screen and (width >= 480px) and (width >= 960px) {
  .col-offset-xs-8 {
    grid-column-start: 9;
  }
}

@media screen and (width >= 480px) {
  .row-xs-8 {
    grid-row-end: span 8;
  }

  .row-offset-xs-8 {
    grid-row-start: 9;
  }

  .col-xs-9 {
    grid-column-end: span 9;
    display: block;
  }
}

@media screen and (width >= 480px) and (width >= 960px) {
  .col-offset-xs-9 {
    grid-column-start: 10;
  }
}

@media screen and (width >= 480px) {
  .row-xs-9 {
    grid-row-end: span 9;
  }

  .row-offset-xs-9 {
    grid-row-start: 10;
  }

  .col-xs-10 {
    grid-column-end: span 10;
    display: block;
  }
}

@media screen and (width >= 480px) and (width >= 960px) {
  .col-offset-xs-10 {
    grid-column-start: 11;
  }
}

@media screen and (width >= 480px) {
  .row-xs-10 {
    grid-row-end: span 10;
  }

  .row-offset-xs-10 {
    grid-row-start: 11;
  }

  .col-xs-11 {
    grid-column-end: span 11;
    display: block;
  }
}

@media screen and (width >= 480px) and (width >= 960px) {
  .col-offset-xs-11 {
    grid-column-start: 12;
  }
}

@media screen and (width >= 480px) {
  .row-xs-11 {
    grid-row-end: span 11;
  }

  .row-offset-xs-11 {
    grid-row-start: 12;
  }

  .col-xs-12 {
    grid-column-end: span 12;
    display: block;
  }
}

@media screen and (width >= 480px) and (width >= 960px) {
  .col-offset-xs-12 {
    grid-column-start: 13;
  }
}

@media screen and (width >= 480px) {
  .row-xs-12 {
    grid-row-end: span 12;
  }

  .row-offset-xs-12 {
    grid-row-start: 13;
  }
}

@media screen and (width >= 768px) {
  .col-sm-1 {
    grid-column-end: span 1;
    display: block;
  }
}

@media screen and (width >= 768px) and (width >= 960px) {
  .col-offset-sm-1 {
    grid-column-start: 2;
  }
}

@media screen and (width >= 768px) {
  .row-sm-1 {
    grid-row-end: span 1;
  }

  .row-offset-sm-1 {
    grid-row-start: 2;
  }

  .col-sm-2 {
    grid-column-end: span 2;
    display: block;
  }
}

@media screen and (width >= 768px) and (width >= 960px) {
  .col-offset-sm-2 {
    grid-column-start: 3;
  }
}

@media screen and (width >= 768px) {
  .row-sm-2 {
    grid-row-end: span 2;
  }

  .row-offset-sm-2 {
    grid-row-start: 3;
  }

  .col-sm-3 {
    grid-column-end: span 3;
    display: block;
  }
}

@media screen and (width >= 768px) and (width >= 960px) {
  .col-offset-sm-3 {
    grid-column-start: 4;
  }
}

@media screen and (width >= 768px) {
  .row-sm-3 {
    grid-row-end: span 3;
  }

  .row-offset-sm-3 {
    grid-row-start: 4;
  }

  .col-sm-4 {
    grid-column-end: span 4;
    display: block;
  }
}

@media screen and (width >= 768px) and (width >= 960px) {
  .col-offset-sm-4 {
    grid-column-start: 5;
  }
}

@media screen and (width >= 768px) {
  .row-sm-4 {
    grid-row-end: span 4;
  }

  .row-offset-sm-4 {
    grid-row-start: 5;
  }

  .col-sm-5 {
    grid-column-end: span 5;
    display: block;
  }
}

@media screen and (width >= 768px) and (width >= 960px) {
  .col-offset-sm-5 {
    grid-column-start: 6;
  }
}

@media screen and (width >= 768px) {
  .row-sm-5 {
    grid-row-end: span 5;
  }

  .row-offset-sm-5 {
    grid-row-start: 6;
  }

  .col-sm-6 {
    grid-column-end: span 6;
    display: block;
  }
}

@media screen and (width >= 768px) and (width >= 960px) {
  .col-offset-sm-6 {
    grid-column-start: 7;
  }
}

@media screen and (width >= 768px) {
  .row-sm-6 {
    grid-row-end: span 6;
  }

  .row-offset-sm-6 {
    grid-row-start: 7;
  }

  .col-sm-7 {
    grid-column-end: span 7;
    display: block;
  }
}

@media screen and (width >= 768px) and (width >= 960px) {
  .col-offset-sm-7 {
    grid-column-start: 8;
  }
}

@media screen and (width >= 768px) {
  .row-sm-7 {
    grid-row-end: span 7;
  }

  .row-offset-sm-7 {
    grid-row-start: 8;
  }

  .col-sm-8 {
    grid-column-end: span 8;
    display: block;
  }
}

@media screen and (width >= 768px) and (width >= 960px) {
  .col-offset-sm-8 {
    grid-column-start: 9;
  }
}

@media screen and (width >= 768px) {
  .row-sm-8 {
    grid-row-end: span 8;
  }

  .row-offset-sm-8 {
    grid-row-start: 9;
  }

  .col-sm-9 {
    grid-column-end: span 9;
    display: block;
  }
}

@media screen and (width >= 768px) and (width >= 960px) {
  .col-offset-sm-9 {
    grid-column-start: 10;
  }
}

@media screen and (width >= 768px) {
  .row-sm-9 {
    grid-row-end: span 9;
  }

  .row-offset-sm-9 {
    grid-row-start: 10;
  }

  .col-sm-10 {
    grid-column-end: span 10;
    display: block;
  }
}

@media screen and (width >= 768px) and (width >= 960px) {
  .col-offset-sm-10 {
    grid-column-start: 11;
  }
}

@media screen and (width >= 768px) {
  .row-sm-10 {
    grid-row-end: span 10;
  }

  .row-offset-sm-10 {
    grid-row-start: 11;
  }

  .col-sm-11 {
    grid-column-end: span 11;
    display: block;
  }
}

@media screen and (width >= 768px) and (width >= 960px) {
  .col-offset-sm-11 {
    grid-column-start: 12;
  }
}

@media screen and (width >= 768px) {
  .row-sm-11 {
    grid-row-end: span 11;
  }

  .row-offset-sm-11 {
    grid-row-start: 12;
  }

  .col-sm-12 {
    grid-column-end: span 12;
    display: block;
  }
}

@media screen and (width >= 768px) and (width >= 960px) {
  .col-offset-sm-12 {
    grid-column-start: 13;
  }
}

@media screen and (width >= 768px) {
  .row-sm-12 {
    grid-row-end: span 12;
  }

  .row-offset-sm-12 {
    grid-row-start: 13;
  }
}

@media screen and (width >= 960px) {
  .col-md-1 {
    grid-column-end: span 1;
    display: block;
  }
}

@media screen and (width >= 960px) and (width >= 960px) {
  .col-offset-md-1 {
    grid-column-start: 2;
  }
}

@media screen and (width >= 960px) {
  .row-md-1 {
    grid-row-end: span 1;
  }

  .row-offset-md-1 {
    grid-row-start: 2;
  }

  .col-md-2 {
    grid-column-end: span 2;
    display: block;
  }
}

@media screen and (width >= 960px) and (width >= 960px) {
  .col-offset-md-2 {
    grid-column-start: 3;
  }
}

@media screen and (width >= 960px) {
  .row-md-2 {
    grid-row-end: span 2;
  }

  .row-offset-md-2 {
    grid-row-start: 3;
  }

  .col-md-3 {
    grid-column-end: span 3;
    display: block;
  }
}

@media screen and (width >= 960px) and (width >= 960px) {
  .col-offset-md-3 {
    grid-column-start: 4;
  }
}

@media screen and (width >= 960px) {
  .row-md-3 {
    grid-row-end: span 3;
  }

  .row-offset-md-3 {
    grid-row-start: 4;
  }

  .col-md-4 {
    grid-column-end: span 4;
    display: block;
  }
}

@media screen and (width >= 960px) and (width >= 960px) {
  .col-offset-md-4 {
    grid-column-start: 5;
  }
}

@media screen and (width >= 960px) {
  .row-md-4 {
    grid-row-end: span 4;
  }

  .row-offset-md-4 {
    grid-row-start: 5;
  }

  .col-md-5 {
    grid-column-end: span 5;
    display: block;
  }
}

@media screen and (width >= 960px) and (width >= 960px) {
  .col-offset-md-5 {
    grid-column-start: 6;
  }
}

@media screen and (width >= 960px) {
  .row-md-5 {
    grid-row-end: span 5;
  }

  .row-offset-md-5 {
    grid-row-start: 6;
  }

  .col-md-6 {
    grid-column-end: span 6;
    display: block;
  }
}

@media screen and (width >= 960px) and (width >= 960px) {
  .col-offset-md-6 {
    grid-column-start: 7;
  }
}

@media screen and (width >= 960px) {
  .row-md-6 {
    grid-row-end: span 6;
  }

  .row-offset-md-6 {
    grid-row-start: 7;
  }

  .col-md-7 {
    grid-column-end: span 7;
    display: block;
  }
}

@media screen and (width >= 960px) and (width >= 960px) {
  .col-offset-md-7 {
    grid-column-start: 8;
  }
}

@media screen and (width >= 960px) {
  .row-md-7 {
    grid-row-end: span 7;
  }

  .row-offset-md-7 {
    grid-row-start: 8;
  }

  .col-md-8 {
    grid-column-end: span 8;
    display: block;
  }
}

@media screen and (width >= 960px) and (width >= 960px) {
  .col-offset-md-8 {
    grid-column-start: 9;
  }
}

@media screen and (width >= 960px) {
  .row-md-8 {
    grid-row-end: span 8;
  }

  .row-offset-md-8 {
    grid-row-start: 9;
  }

  .col-md-9 {
    grid-column-end: span 9;
    display: block;
  }
}

@media screen and (width >= 960px) and (width >= 960px) {
  .col-offset-md-9 {
    grid-column-start: 10;
  }
}

@media screen and (width >= 960px) {
  .row-md-9 {
    grid-row-end: span 9;
  }

  .row-offset-md-9 {
    grid-row-start: 10;
  }

  .col-md-10 {
    grid-column-end: span 10;
    display: block;
  }
}

@media screen and (width >= 960px) and (width >= 960px) {
  .col-offset-md-10 {
    grid-column-start: 11;
  }
}

@media screen and (width >= 960px) {
  .row-md-10 {
    grid-row-end: span 10;
  }

  .row-offset-md-10 {
    grid-row-start: 11;
  }

  .col-md-11 {
    grid-column-end: span 11;
    display: block;
  }
}

@media screen and (width >= 960px) and (width >= 960px) {
  .col-offset-md-11 {
    grid-column-start: 12;
  }
}

@media screen and (width >= 960px) {
  .row-md-11 {
    grid-row-end: span 11;
  }

  .row-offset-md-11 {
    grid-row-start: 12;
  }

  .col-md-12 {
    grid-column-end: span 12;
    display: block;
  }
}

@media screen and (width >= 960px) and (width >= 960px) {
  .col-offset-md-12 {
    grid-column-start: 13;
  }
}

@media screen and (width >= 960px) {
  .row-md-12 {
    grid-row-end: span 12;
  }

  .row-offset-md-12 {
    grid-row-start: 13;
  }
}

@media screen and (width >= 1170px) {
  .col-lg-1 {
    grid-column-end: span 1;
    display: block;
  }
}

@media screen and (width >= 1170px) and (width >= 960px) {
  .col-offset-lg-1 {
    grid-column-start: 2;
  }
}

@media screen and (width >= 1170px) {
  .row-lg-1 {
    grid-row-end: span 1;
  }

  .row-offset-lg-1 {
    grid-row-start: 2;
  }

  .col-lg-2 {
    grid-column-end: span 2;
    display: block;
  }
}

@media screen and (width >= 1170px) and (width >= 960px) {
  .col-offset-lg-2 {
    grid-column-start: 3;
  }
}

@media screen and (width >= 1170px) {
  .row-lg-2 {
    grid-row-end: span 2;
  }

  .row-offset-lg-2 {
    grid-row-start: 3;
  }

  .col-lg-3 {
    grid-column-end: span 3;
    display: block;
  }
}

@media screen and (width >= 1170px) and (width >= 960px) {
  .col-offset-lg-3 {
    grid-column-start: 4;
  }
}

@media screen and (width >= 1170px) {
  .row-lg-3 {
    grid-row-end: span 3;
  }

  .row-offset-lg-3 {
    grid-row-start: 4;
  }

  .col-lg-4 {
    grid-column-end: span 4;
    display: block;
  }
}

@media screen and (width >= 1170px) and (width >= 960px) {
  .col-offset-lg-4 {
    grid-column-start: 5;
  }
}

@media screen and (width >= 1170px) {
  .row-lg-4 {
    grid-row-end: span 4;
  }

  .row-offset-lg-4 {
    grid-row-start: 5;
  }

  .col-lg-5 {
    grid-column-end: span 5;
    display: block;
  }
}

@media screen and (width >= 1170px) and (width >= 960px) {
  .col-offset-lg-5 {
    grid-column-start: 6;
  }
}

@media screen and (width >= 1170px) {
  .row-lg-5 {
    grid-row-end: span 5;
  }

  .row-offset-lg-5 {
    grid-row-start: 6;
  }

  .col-lg-6 {
    grid-column-end: span 6;
    display: block;
  }
}

@media screen and (width >= 1170px) and (width >= 960px) {
  .col-offset-lg-6 {
    grid-column-start: 7;
  }
}

@media screen and (width >= 1170px) {
  .row-lg-6 {
    grid-row-end: span 6;
  }

  .row-offset-lg-6 {
    grid-row-start: 7;
  }

  .col-lg-7 {
    grid-column-end: span 7;
    display: block;
  }
}

@media screen and (width >= 1170px) and (width >= 960px) {
  .col-offset-lg-7 {
    grid-column-start: 8;
  }
}

@media screen and (width >= 1170px) {
  .row-lg-7 {
    grid-row-end: span 7;
  }

  .row-offset-lg-7 {
    grid-row-start: 8;
  }

  .col-lg-8 {
    grid-column-end: span 8;
    display: block;
  }
}

@media screen and (width >= 1170px) and (width >= 960px) {
  .col-offset-lg-8 {
    grid-column-start: 9;
  }
}

@media screen and (width >= 1170px) {
  .row-lg-8 {
    grid-row-end: span 8;
  }

  .row-offset-lg-8 {
    grid-row-start: 9;
  }

  .col-lg-9 {
    grid-column-end: span 9;
    display: block;
  }
}

@media screen and (width >= 1170px) and (width >= 960px) {
  .col-offset-lg-9 {
    grid-column-start: 10;
  }
}

@media screen and (width >= 1170px) {
  .row-lg-9 {
    grid-row-end: span 9;
  }

  .row-offset-lg-9 {
    grid-row-start: 10;
  }

  .col-lg-10 {
    grid-column-end: span 10;
    display: block;
  }
}

@media screen and (width >= 1170px) and (width >= 960px) {
  .col-offset-lg-10 {
    grid-column-start: 11;
  }
}

@media screen and (width >= 1170px) {
  .row-lg-10 {
    grid-row-end: span 10;
  }

  .row-offset-lg-10 {
    grid-row-start: 11;
  }

  .col-lg-11 {
    grid-column-end: span 11;
    display: block;
  }
}

@media screen and (width >= 1170px) and (width >= 960px) {
  .col-offset-lg-11 {
    grid-column-start: 12;
  }
}

@media screen and (width >= 1170px) {
  .row-lg-11 {
    grid-row-end: span 11;
  }

  .row-offset-lg-11 {
    grid-row-start: 12;
  }

  .col-lg-12 {
    grid-column-end: span 12;
    display: block;
  }
}

@media screen and (width >= 1170px) and (width >= 960px) {
  .col-offset-lg-12 {
    grid-column-start: 13;
  }
}

@media screen and (width >= 1170px) {
  .row-lg-12 {
    grid-row-end: span 12;
  }

  .row-offset-lg-12 {
    grid-row-start: 13;
  }
}

@media screen and (width >= 1280px) {
  .col-xl-1 {
    grid-column-end: span 1;
    display: block;
  }
}

@media screen and (width >= 1280px) and (width >= 960px) {
  .col-offset-xl-1 {
    grid-column-start: 2;
  }
}

@media screen and (width >= 1280px) {
  .row-xl-1 {
    grid-row-end: span 1;
  }

  .row-offset-xl-1 {
    grid-row-start: 2;
  }

  .col-xl-2 {
    grid-column-end: span 2;
    display: block;
  }
}

@media screen and (width >= 1280px) and (width >= 960px) {
  .col-offset-xl-2 {
    grid-column-start: 3;
  }
}

@media screen and (width >= 1280px) {
  .row-xl-2 {
    grid-row-end: span 2;
  }

  .row-offset-xl-2 {
    grid-row-start: 3;
  }

  .col-xl-3 {
    grid-column-end: span 3;
    display: block;
  }
}

@media screen and (width >= 1280px) and (width >= 960px) {
  .col-offset-xl-3 {
    grid-column-start: 4;
  }
}

@media screen and (width >= 1280px) {
  .row-xl-3 {
    grid-row-end: span 3;
  }

  .row-offset-xl-3 {
    grid-row-start: 4;
  }

  .col-xl-4 {
    grid-column-end: span 4;
    display: block;
  }
}

@media screen and (width >= 1280px) and (width >= 960px) {
  .col-offset-xl-4 {
    grid-column-start: 5;
  }
}

@media screen and (width >= 1280px) {
  .row-xl-4 {
    grid-row-end: span 4;
  }

  .row-offset-xl-4 {
    grid-row-start: 5;
  }

  .col-xl-5 {
    grid-column-end: span 5;
    display: block;
  }
}

@media screen and (width >= 1280px) and (width >= 960px) {
  .col-offset-xl-5 {
    grid-column-start: 6;
  }
}

@media screen and (width >= 1280px) {
  .row-xl-5 {
    grid-row-end: span 5;
  }

  .row-offset-xl-5 {
    grid-row-start: 6;
  }

  .col-xl-6 {
    grid-column-end: span 6;
    display: block;
  }
}

@media screen and (width >= 1280px) and (width >= 960px) {
  .col-offset-xl-6 {
    grid-column-start: 7;
  }
}

@media screen and (width >= 1280px) {
  .row-xl-6 {
    grid-row-end: span 6;
  }

  .row-offset-xl-6 {
    grid-row-start: 7;
  }

  .col-xl-7 {
    grid-column-end: span 7;
    display: block;
  }
}

@media screen and (width >= 1280px) and (width >= 960px) {
  .col-offset-xl-7 {
    grid-column-start: 8;
  }
}

@media screen and (width >= 1280px) {
  .row-xl-7 {
    grid-row-end: span 7;
  }

  .row-offset-xl-7 {
    grid-row-start: 8;
  }

  .col-xl-8 {
    grid-column-end: span 8;
    display: block;
  }
}

@media screen and (width >= 1280px) and (width >= 960px) {
  .col-offset-xl-8 {
    grid-column-start: 9;
  }
}

@media screen and (width >= 1280px) {
  .row-xl-8 {
    grid-row-end: span 8;
  }

  .row-offset-xl-8 {
    grid-row-start: 9;
  }

  .col-xl-9 {
    grid-column-end: span 9;
    display: block;
  }
}

@media screen and (width >= 1280px) and (width >= 960px) {
  .col-offset-xl-9 {
    grid-column-start: 10;
  }
}

@media screen and (width >= 1280px) {
  .row-xl-9 {
    grid-row-end: span 9;
  }

  .row-offset-xl-9 {
    grid-row-start: 10;
  }

  .col-xl-10 {
    grid-column-end: span 10;
    display: block;
  }
}

@media screen and (width >= 1280px) and (width >= 960px) {
  .col-offset-xl-10 {
    grid-column-start: 11;
  }
}

@media screen and (width >= 1280px) {
  .row-xl-10 {
    grid-row-end: span 10;
  }

  .row-offset-xl-10 {
    grid-row-start: 11;
  }

  .col-xl-11 {
    grid-column-end: span 11;
    display: block;
  }
}

@media screen and (width >= 1280px) and (width >= 960px) {
  .col-offset-xl-11 {
    grid-column-start: 12;
  }
}

@media screen and (width >= 1280px) {
  .row-xl-11 {
    grid-row-end: span 11;
  }

  .row-offset-xl-11 {
    grid-row-start: 12;
  }

  .col-xl-12 {
    grid-column-end: span 12;
    display: block;
  }
}

@media screen and (width >= 1280px) and (width >= 960px) {
  .col-offset-xl-12 {
    grid-column-start: 13;
  }
}

@media screen and (width >= 1280px) {
  .row-xl-12 {
    grid-row-end: span 12;
  }

  .row-offset-xl-12 {
    grid-row-start: 13;
  }
}

h1, h2, h3, h4, h2.gform_submission_error, h5, h6 {
  text-rendering: optimizeLegibility;
  font-weight: var(--font-weight-bold);
  font-style: normal;
  font-family: var(--secondary-font);
  color: var(--primary-color);
  margin: 0 0 2.4rem;
  padding: 0;
}

h1 a, h2 a, h3 a, h4 a, h2.gform_submission_error a, h5 a, h6 a {
  text-decoration: none;
}

h1.no-margin, h2.no-margin, h3.no-margin, h4.no-margin, h5.no-margin, h6.no-margin {
  margin: 0;
}

h1.transform, h2.transform, h3.transform, h4.transform, h5.transform, h6.transform {
  text-transform: var(--heading-transform);
}

h1 {
  text-wrap: pretty;
  line-height: 1.125;
}

h2 {
  line-height: 1.125;
}

h3, h4, h2.gform_submission_error, h5, h6 {
  line-height: 1.25;
}

p {
  color: var(--paragraph-color);
  margin-bottom: max(2.7rem, min(4vw, 3.6rem));
  padding: 0;
}

p a {
  color: var(--paragraph-color);
}

.more-text {
  display: none;
}

strong {
  font-weight: var(--font-weight-bold);
}

.weight--normal {
  font-weight: var(--font-weight-normal);
}

.weight--bold {
  font-weight: var(--font-weight-bold);
}

.weight--black {
  font-weight: var(--font-weight-black);
}

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

@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") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

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

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

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

.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 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

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

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

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

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

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

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

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

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

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

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

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  width: 100%;
  left: 0;
}

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.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));
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  display: inline-block;
}

button.swiper-pagination-bullet, .gform_footer input.swiper-pagination-bullet[type="submit"], .gform_footer input.swiper-pagination-bullet[type="button"], .swiper-pagination-bullet.skip-to-main:focus {
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
}

.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-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

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

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

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

.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 {
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

.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: transform .2s, left .2s;
}

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

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;
}

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

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 100% 0;
}

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

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

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

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

.swiper-button-prev, .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

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

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

.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg, .swiper-button-next svg {
  object-fit: contain;
  transform-origin: center;
  width: 100%;
  height: 100%;
}

.swiper-rtl .swiper-button-prev svg, .swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

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

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

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

.aside {
  background-color: var(--white);
  border: 1px solid var(--gray);
  border-radius: 2.4rem;
  padding: 3.2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 14.4rem;
}

.aside h2 {
  margin-bottom: .8rem;
}

.aside a {
  text-decoration: none;
}

.aside .list-address {
  margin-bottom: 2.4rem;
}

.aside ul li a {
  color: var(--paragraph-color);
}

.aside ul li a:hover {
  color: var(--link-hover-color);
}

.aside-actions {
  margin-top: 2.4rem;
}

.aside-actions a.button {
  justify-content: center;
  width: 100%;
  max-width: 24rem;
}

.aside-actions .button + .button {
  margin-top: 1.6rem;
}

.block p:last-child {
  margin-bottom: 0;
}

@keyframes wave {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100vw 0;
  }
}

@keyframes wave2 {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -100vw 0;
  }
}

.block-hero-image {
  align-items: flex-end;
  display: flex;
  position: relative;
}

.block-hero-image.show-wave:before, .block-hero-image.show-wave:after {
  content: "";
  z-index: 1;
  pointer-events: none;
  background-image: url("../wave-outline.459935dc.svg");
  background-size: 144rem;
  height: 8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.block-hero-image.show-wave:before {
  animation: 20s linear infinite wave;
}

.block-hero-image.show-wave:after {
  animation: 25s linear infinite wave2;
  display: none;
}

.block-hero-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.block-hero-image .hero-image {
  position: relative;
}

.block-hero-image .hero-image picture {
  width: 100%;
  height: 100%;
  display: block;
}

.block-hero-image .hero-image .wave svg {
  z-index: 1;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.block-hero-image .hero-image .wave svg path {
  fill: var(--background-color);
}

.block-hero-image .hero-image .wave-primary-color svg path {
  fill: var(--primary-color);
}

.block-hero-image .hero-image .wave.background-color svg path {
  fill: var(--background-color);
}

.block-hero-image .hero-image .wave.pagina_verwijzingen svg path {
  fill: var(--background-color-secondary);
}

.block-hero-image-footer .hero-image .wave svg path {
  fill: var(--primary-color) !important;
}

.block-hero-image-large {
  height: 72vh;
  min-height: 48rem;
  padding: 9.6rem 0 4.8rem;
}

@media screen and (width >= 768px) {
  .block-hero-image-large {
    min-height: 56rem;
    padding: 9.6rem 0;
  }
}

@media screen and (width >= 1024px) {
  .block-hero-image-large {
    height: 90vh;
    min-height: 64rem;
    padding: 9.6rem 0 14.4rem;
  }
}

.block-hero-image-large .hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block-hero-image-large .hero-content {
  z-index: 2;
  width: 100%;
  position: relative;
}

@media screen and (width >= 960px) {
  .block-hero-image-large .hero-content {
    padding-left: 4.8rem;
  }
}

.block-hero-image-large .hero-content h1, .block-hero-image-large .hero-content h2 {
  color: var(--body-color);
  line-height: 2.1;
}

.block-hero-image-large .hero-content h1 span, .block-hero-image-large .hero-content h2 span {
  background: var(--white);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  border-radius: 1.2rem;
  padding: .8rem 1.6rem;
  line-height: 2.5;
}

@media screen and (width >= 960px) {
  .block-hero-image-large .hero-content h1 span, .block-hero-image-large .hero-content h2 span {
    line-height: 2.1;
  }

  .block-hero-image-large .hero-content.blur {
    padding-left: 9.6rem;
  }
}

.block-hero-image-large .hero-content.blur .blurred-background {
  backdrop-filter: blur(12.5px);
  background: #00000040;
  border-radius: 1.6rem;
  padding: 2.4rem 1.6rem;
}

@media screen and (width >= 960px) {
  .block-hero-image-large .hero-content.blur .blurred-background {
    min-width: 56rem;
    padding: 2.8rem;
  }
}

.block-hero-image-large .hero-content.blur .blurred-background h1 {
  color: var(--white);
  margin-bottom: 1.6rem;
  line-height: 1.2;
}

.block-hero-image-large .hero-content.blur .blurred-background p {
  color: var(--white);
  margin-bottom: 1.6rem;
}

.block-hero-image-large .hero-content.blur h1 span {
  all: unset;
}

.block-hero-image--no-text {
  height: 48rem;
  max-height: 66vh;
}

.block-hero-image--no-text .hero-image {
  width: 100%;
  height: 100%;
}

.block-hero-image--single {
  height: 64rem;
  max-height: 66vh;
}

.block-hero-image--single .hero-image {
  width: 100%;
  height: 100%;
}

.block-image figure {
  max-height: 90vh;
}

.block-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
}

.block-images .grid {
  gap: 0;
  margin: 0 -1.2rem;
}

.block-images .image {
  aspect-ratio: 1;
  padding: 1.2rem;
  position: relative;
  overflow: hidden;
}

.block-images .image img, .block-images .image picture {
  object-fit: cover;
  object-position: center;
  border-radius: .8rem;
  width: 100%;
  height: 100%;
}

@media screen and (width >= 960px) {
  .block-images .col-md-8 .image {
    aspect-ratio: 2;
  }
}

.block-image-text img {
  border-radius: .8rem;
  width: 100%;
}

.block-image-text .image-right {
  flex-direction: row-reverse;
}

.block-extra-images--image {
  aspect-ratio: 1;
}

.block-extra-images--image img {
  object-fit: cover;
  object-position: center;
  border-radius: .8rem;
  width: 100%;
  height: 100%;
}

.block-all-locations .grid {
  grid-row-gap: 4.8rem;
}

@media screen and (width >= 960px) {
  .block-all-locations .grid {
    grid-row-gap: 7.2rem;
  }
}

.block-highlighted {
  background-color: var(--primary-color);
  color: var(--white);
  overflow: hidden;
}

@media screen and (width >= 960px) {
  .block-highlighted.image-right .image {
    order: 3;
  }

  .block-highlighted.image-right .block-highlighted--image {
    margin-left: auto;
    margin-right: -9.6rem;
  }
}

@media screen and (width >= 1440px) {
  .block-highlighted.image-right .block-highlighted--image {
    margin-left: auto;
    margin-right: calc(62.4rem - 50vw);
  }
}

.block-highlighted.image-right .block-highlighted--image svg {
  width: 6rem;
  height: 100%;
  left: 0;
  right: auto;
  transform: translateY(-50%)rotate3d(0, 0, 1, 180deg);
}

.block-highlighted.image-right .block-highlighted--image picture {
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (width >= 960px) {
  .block-highlighted.image-right .block-highlighted--content {
    padding: 9.6rem 7.2rem 9.6rem 0;
  }
}

.block-highlighted .image {
  order: 1;
}

.block-highlighted .text {
  order: 2;
}

.block-highlighted--content {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 2.4rem 0 7.2rem;
  display: flex;
}

@media screen and (width >= 960px) {
  .block-highlighted--content {
    padding: 9.6rem 0 9.6rem 7.2rem;
  }
}

.block-highlighted--content h2, .block-highlighted--content p {
  color: var(--white);
}

.block-highlighted--content .button:focus-visible {
  outline: 2px dashed var(--white);
  outline-offset: 4px;
}

.block-highlighted--image {
  height: 100%;
  margin-left: -2.4rem;
  margin-right: -2.4rem;
  position: relative;
  overflow: hidden;
}

@media screen and (width >= 960px) {
  .block-highlighted--image {
    margin-left: -9.6rem;
  }
}

@media screen and (width >= 1440px) {
  .block-highlighted--image {
    margin-left: calc(62.4rem - 50vw);
  }
}

.block-highlighted--image svg {
  width: 6rem;
  height: 100%;
  display: none;
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
}

@media screen and (width >= 960px) {
  .block-highlighted--image svg {
    display: block;
  }
}

.block-highlighted--image svg path {
  fill: var(--primary-color);
}

.block-highlighted--image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.block-images-grid {
  background-color: var(--background-color-secondary);
}

.block-images-grid p:last-child {
  margin-bottom: 4.8rem;
}

@media screen and (width >= 960px) {
  .block-images-grid p:last-child {
    margin-bottom: 9.6rem;
  }
}

.block-images-grid .images {
  gap: 0;
  margin: 0 -1.2rem;
}

.block-images-grid .images .image {
  aspect-ratio: 1;
  padding: 1.2rem;
  position: relative;
  overflow: hidden;
}

.block-images-grid .images .image:hover .label, .block-images-grid .images .image:focus-within .label {
  background-color: var(--primary-color);
  color: var(--white);
}

.block-images-grid .images .image:hover img, .block-images-grid .images .image:focus-within img {
  scale: 1.05;
}

.block-images-grid .images .image a {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.block-images-grid .images .image figure, .block-images-grid .images .image picture {
  border-radius: 1.6rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.block-images-grid .images .image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.block-images-grid .images .image .label {
  pointer-events: none;
  transition: all .2s;
  position: absolute;
  bottom: 2.8rem;
  left: 2.8rem;
}

@media screen and (width >= 960px) {
  .block-images-grid .images .col-md-8 .image {
    aspect-ratio: 2;
  }
}

.block-image-header {
  margin-top: 10.8rem;
  overflow: hidden;
}

@media screen and (width >= 1024px) {
  .block-image-header {
    margin-top: 12.8rem;
  }
}

.block-image-header .full-width-image {
  height: 36rem;
  min-height: 36rem;
  max-height: 60vh;
}

@media screen and (width >= 768px) {
  .block-image-header .full-width-image {
    height: 56rem;
  }
}

@media screen and (width >= 1440px) {
  .block-image-header .full-width-image {
    height: 64rem;
    min-height: 40rem;
  }
}

@media screen and (width >= 1640px) {
  .block-image-header .full-width-image {
    height: 64rem;
    min-height: 48rem;
  }
}

.block-image-header img {
  object-fit: cover;
  object-position: center;
  border-radius: .8rem;
  width: 100%;
  height: 100%;
}

.block-image-header .left-image {
  height: 48rem;
}

@media screen and (width >= 1440px) {
  .block-image-header .left-image {
    height: 56rem;
  }
}

@media screen and (width >= 1640px) {
  .block-image-header .left-image {
    height: 64rem;
  }
}

.block-image-header .right-image {
  height: 22.8rem;
  position: relative;
}

@media screen and (width >= 1440px) {
  .block-image-header .right-image {
    height: 26.8rem;
  }
}

@media screen and (width >= 1640px) {
  .block-image-header .right-image {
    height: 30.8rem;
  }
}

.block-image-header .right-image:first-child {
  margin-bottom: 2.4rem;
}

.block-image-header .right-image .open-slideshow {
  background-color: var(--white);
  width: 4.8rem;
  height: 4.8rem;
  color: var(--primary-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.block-image-header .right-image iframe {
  border-radius: .8rem;
  width: 100%;
  height: 100%;
}

.block-all-events h2 {
  margin-bottom: 1.6rem;
}

.block-all-events .card-event {
  margin-bottom: 2.4rem;
}

.block-all-events .card-event + h2 {
  margin-top: 4.8rem;
}

.block-page-links {
  margin-top: 7.2rem;
}

.block-page-links .grid-page-links {
  grid-template-columns: repeat(6, 1fr);
}

.block-page-links .grid-page-links .page-link {
  grid-column: auto / span 6;
}

@media screen and (width >= 768px) {
  .block-page-links .grid-page-links .page-link {
    grid-column: auto / span 2;
  }
}

.block-page-links .grid-items-4 .page-link {
  grid-column: auto / span 6;
}

@media screen and (width >= 768px) {
  .block-page-links .grid-items-4 .page-link {
    grid-column: auto / span 3;
  }
}

.block-page-links .grid-items-3 .page-link, .block-page-links .grid-items-5 .page-link {
  grid-column: auto / span 6;
}

@media screen and (width >= 768px) {
  .block-page-links .grid-items-3 .page-link, .block-page-links .grid-items-5 .page-link {
    grid-column: auto / span 3;
  }
}

@media screen and (width >= 960px) {
  .block-page-links .grid-items-3 .page-link, .block-page-links .grid-items-5 .page-link {
    grid-column: auto / span 2;
  }
}

.block-page-links .grid-items-3 .page-link:nth-child(4), .block-page-links .grid-items-3 .page-link:nth-child(5), .block-page-links .grid-items-5 .page-link:nth-child(4), .block-page-links .grid-items-5 .page-link:nth-child(5) {
  grid-column: auto / span 6;
}

@media screen and (width >= 768px) {
  .block-page-links .grid-items-3 .page-link:nth-child(4), .block-page-links .grid-items-3 .page-link:nth-child(5), .block-page-links .grid-items-5 .page-link:nth-child(4), .block-page-links .grid-items-5 .page-link:nth-child(5) {
    grid-column: auto / span 3;
  }
}

.block-page-links .grid-items-6 .page-link {
  grid-column: auto / span 6;
}

@media screen and (width >= 768px) {
  .block-page-links .grid-items-6 .page-link {
    grid-column: auto / span 3;
  }
}

@media screen and (width >= 960px) {
  .block-page-links .grid-items-6 .page-link {
    grid-column: auto / span 2;
  }
}

.block-page-links .grid-items-6 .page-link:nth-child(4), .block-page-links .grid-items-6 .page-link:nth-child(5) {
  grid-column: auto / span 6;
}

@media screen and (width >= 768px) {
  .block-page-links .grid-items-6 .page-link:nth-child(4), .block-page-links .grid-items-6 .page-link:nth-child(5) {
    grid-column: auto / span 3;
  }
}

@media screen and (width >= 960px) {
  .block-page-links .grid-items-6 .page-link:nth-child(4), .block-page-links .grid-items-6 .page-link:nth-child(5) {
    grid-column: auto / span 2;
  }
}

.block-page-links .grid-items-7 .page-link {
  grid-column: auto / span 6;
}

@media screen and (width >= 768px) {
  .block-page-links .grid-items-7 .page-link {
    grid-column: auto / span 3;
  }
}

@media screen and (width >= 960px) {
  .block-page-links .grid-items-7 .page-link {
    grid-column: auto / span 2;
  }
}

.block-page-links .grid-items-7 .page-link:first-child, .block-page-links .grid-items-7 .page-link:nth-child(2), .block-page-links .grid-items-7 .page-link:nth-child(6), .block-page-links .grid-items-7 .page-link:nth-child(7) {
  grid-column: auto / span 6;
}

@media screen and (width >= 768px) {
  .block-page-links .grid-items-7 .page-link:first-child, .block-page-links .grid-items-7 .page-link:nth-child(2), .block-page-links .grid-items-7 .page-link:nth-child(6), .block-page-links .grid-items-7 .page-link:nth-child(7) {
    grid-column: auto / span 3;
  }
}

.block-page-links .grid-items-7 .page-link:nth-child(3), .block-page-links .grid-items-7 .page-link:nth-child(4), .block-page-links .grid-items-7 .page-link:nth-child(5) {
  grid-column: auto / span 6;
}

@media screen and (width >= 768px) {
  .block-page-links .grid-items-7 .page-link:nth-child(3), .block-page-links .grid-items-7 .page-link:nth-child(4), .block-page-links .grid-items-7 .page-link:nth-child(5) {
    grid-column: auto / span 3;
  }
}

@media screen and (width >= 960px) {
  .block-page-links .grid-items-7 .page-link:nth-child(3), .block-page-links .grid-items-7 .page-link:nth-child(4), .block-page-links .grid-items-7 .page-link:nth-child(5) {
    grid-column: auto / span 2;
  }
}

.block-page-links .grid-items-9 .page-link:first-child, .block-page-links .grid-items-9 .page-link:nth-child(2), .block-page-links .grid-items-9 .page-link:nth-child(3), .block-page-links .grid-items-9 .page-link:nth-child(4), .block-page-links .grid-items-9 .page-link:nth-child(5), .block-page-links .grid-items-9 .page-link:nth-child(6), .block-page-links .grid-items-9 .page-link:nth-child(7), .block-page-links .grid-items-9 .page-link:nth-child(8), .block-page-links .grid-items-9 .page-link:nth-child(9) {
  grid-column: auto / span 6;
}

@media screen and (width >= 768px) {
  .block-page-links .grid-items-9 .page-link:first-child, .block-page-links .grid-items-9 .page-link:nth-child(2), .block-page-links .grid-items-9 .page-link:nth-child(3), .block-page-links .grid-items-9 .page-link:nth-child(4), .block-page-links .grid-items-9 .page-link:nth-child(5), .block-page-links .grid-items-9 .page-link:nth-child(6), .block-page-links .grid-items-9 .page-link:nth-child(7), .block-page-links .grid-items-9 .page-link:nth-child(8), .block-page-links .grid-items-9 .page-link:nth-child(9) {
    grid-column: auto / span 3;
  }
}

@media screen and (width >= 960px) {
  .block-page-links .grid-items-9 .page-link:first-child, .block-page-links .grid-items-9 .page-link:nth-child(2), .block-page-links .grid-items-9 .page-link:nth-child(3), .block-page-links .grid-items-9 .page-link:nth-child(4), .block-page-links .grid-items-9 .page-link:nth-child(5), .block-page-links .grid-items-9 .page-link:nth-child(6), .block-page-links .grid-items-9 .page-link:nth-child(7), .block-page-links .grid-items-9 .page-link:nth-child(8), .block-page-links .grid-items-9 .page-link:nth-child(9) {
    grid-column: auto / span 2;
  }
}

.block-posts .col {
  margin-bottom: 9.6rem;
}

.block-instagram--feed {
  margin: 4.8rem -2.4rem 0;
}

.block-instagram--feed .sbi_photo_wrap {
  border-radius: .8rem;
  position: relative;
  overflow: hidden;
}

.block-instagram--feed .sbi_photo_wrap:after {
  content: "";
  background: url("../instagram.23edcc20.svg") center / cover no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  bottom: 1.6rem;
  right: 1.6rem;
}

blockquote {
  background-color: var(--background-color-secondary);
  border-radius: .8rem;
  margin: 4.8rem 0;
  padding: 2.4rem;
}

@media screen and (width >= 960px) {
  blockquote {
    padding: 4.8rem;
  }
}

blockquote p:last-child {
  margin: 0;
}

button, .gform_footer input[type="submit"], .gform_footer input[type="button"], .skip-to-main:focus, .button {
  background-color: var(--secondary-color);
  color: var(--button-color);
  font-family: var(--secondary-font);
  cursor: pointer;
  font-weight: var(--font-weight-bold);
  text-align: left;
  text-transform: var(--button-transform);
  border: 0;
  border-radius: 4.8rem;
  align-items: center;
  padding: 1.6rem 3.2rem;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
  position: relative;
}

button:hover, .gform_footer input[type="submit"]:hover, .gform_footer input[type="button"]:hover, .skip-to-main:hover:focus, .button:hover {
  color: var(--button-hover-color);
}

button-primary svg, .button-primary svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 1.2rem;
  transition: all .2s;
  display: block;
}

button-primary svg path, .button-primary svg path {
  fill: var(--button-icon-color);
}

button-primary:hover, .button-primary:hover {
  color: var(--button-hover-color);
}

button-primary:hover svg, .button-primary:hover svg {
  transform: rotate(45deg);
}

button-secondary, .button-secondary {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  background: none;
}

button-secondary:after, .button-secondary:after {
  display: none;
}

button-secondary:hover, .button-secondary:hover {
  background: var(--primary-color);
  color: var(--white);
}

button-reset, .button-reset, button-text, .button-text {
  background: none;
  border-radius: 0;
  padding: 0;
}

button-text, .button-text, button-text:hover, .button-text:hover {
  color: var(--primary-color);
}

button#hamburger, .gform_footer input#hamburger[type="submit"], .gform_footer input#hamburger[type="button"], #hamburger.skip-to-main:focus {
  background: none;
  border-radius: 0;
  align-items: center;
  padding: 0;
  line-height: 1;
  display: flex;
}

@media screen and (width >= 1024px) {
  button#hamburger, .gform_footer input#hamburger[type="submit"], .gform_footer input#hamburger[type="button"], #hamburger.skip-to-main:focus {
    display: none;
  }
}

button#hamburger:after, .gform_footer input#hamburger[type="submit"]:after, .gform_footer input#hamburger[type="button"]:after, #hamburger.skip-to-main:focus:after {
  display: none;
}

button#hamburger svg, .gform_footer input#hamburger[type="submit"] svg, .gform_footer input#hamburger[type="button"] svg, #hamburger.skip-to-main:focus svg {
  width: 2.8rem;
  height: 2.8rem;
}

@media screen and (width >= 1024px) {
  button#hamburger svg, .gform_footer input#hamburger[type="submit"] svg, .gform_footer input#hamburger[type="button"] svg, #hamburger.skip-to-main:focus svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}

button#hamburger svg.hidden, .gform_footer input#hamburger[type="submit"] svg.hidden, .gform_footer input#hamburger[type="button"] svg.hidden, #hamburger.skip-to-main:focus svg.hidden {
  display: none;
}

button#hamburger svg.menu-close, .gform_footer input#hamburger[type="submit"] svg.menu-close, .gform_footer input#hamburger[type="button"] svg.menu-close, #hamburger.skip-to-main:focus svg.menu-close {
  width: 3.6rem;
  height: 3.6rem;
}

button#hamburger svg path, .gform_footer input#hamburger[type="submit"] svg path, .gform_footer input#hamburger[type="button"] svg path, #hamburger.skip-to-main:focus svg path {
  fill: var(--body-color);
}

.card {
  background-color: var(--white);
  border: 1px solid var(--grey, #ddd);
  border-radius: 1.6rem;
  padding: 1.6rem;
  transition: all .4s;
  display: flex;
  position: relative;
}

.card:focus-within {
  outline: 2px dashed var(--primary-color);
  outline-offset: 4px;
}

.card:focus-within a {
  outline: none;
}

.card:hover a {
  color: var(--body-color);
}

@media screen and (width >= 960px) {
  .card:hover {
    border: 1px solid var(--body-color);
  }

  .card:hover img {
    scale: 1.05;
  }

  .card:hover .card-action .button {
    color: var(--button-hover-color);
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
  }
}

.card .card-image {
  border-radius: .8rem;
  overflow: hidden;
}

.card img {
  object-fit: cover;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transition: all .4s;
}

.card a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.card h3 {
  text-transform: var(--heading-transform);
}

.card .card-categories .label {
  margin-top: .8rem;
  margin-right: .8rem;
}

.card-location {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.card-location h3 {
  order: 2;
  margin: 3.2rem 0 .8rem;
  padding: 0 1.6rem;
}

.card-location .card-image {
  aspect-ratio: 400 / 320;
  order: 1;
  overflow: hidden;
}

.card-location .card-content {
  order: 3;
  padding: 0 1.6rem 1.6rem;
}

.card-location .card-categories {
  order: 4;
  margin-top: auto;
  padding: 1.6rem;
}

.card-location .excerpt {
  margin: 2.4rem 0 0;
}

.card-event {
  flex-direction: column;
}

@media screen and (width >= 960px) {
  .card-event {
    flex-direction: row;
  }
}

.card-event .card-date {
  width: 100%;
  color: var(--primary-color);
  flex-direction: column;
  order: 2;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.6rem;
  line-height: 1;
  display: none;
  position: relative;
}

@media screen and (width >= 960px) {
  .card-event .card-date {
    border-bottom: 0;
    order: 1;
    width: 10.2rem;
    margin: -1.6rem 0 -1.6rem -1.6rem;
    padding: 0;
    line-height: 1.2;
    display: flex;
  }
}

.card-event .card-date:after {
  content: "";
  background-image: linear-gradient(to bottom, var(--background-color) 8px, transparent 8px);
  background-size: 100% 16px;
  width: 4px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.card-event .card-date span {
  display: block;
}

.card-event .card-date .card-date--day {
  font-family: var(--secondary-font);
}

.card-event .card-date-mobile {
  display: block;
}

@media screen and (width >= 960px) {
  .card-event .card-date-mobile {
    display: none;
  }
}

.card-event .card-content {
  flex-direction: column;
  flex: 1;
  order: 3;
  justify-content: space-between;
  padding: 1.6rem;
  display: flex;
}

@media screen and (width >= 960px) {
  .card-event .card-content {
    order: 2;
    padding: 1.6rem 2.4rem;
  }
}

.card-event .card-content h3 {
  margin: .8rem 0;
}

.card-event .card-content .card-categories {
  margin-top: auto;
}

.card-event .card-content p.excerpt {
  margin-bottom: 2.4rem;
}

.card-event .card-image {
  order: 1;
  width: 100%;
  height: 20rem;
}

@media screen and (width >= 960px) {
  .card-event .card-image {
    aspect-ratio: 320 / 260;
    order: 3;
    width: 32rem;
    height: auto;
  }
}

.card-page, .card-news {
  flex-direction: column;
  height: 100%;
}

.card-page a, .card-news a, .card-page:hover a, .card-news:hover a {
  color: var(--primary-color);
}

.card-page .card-image, .card-news .card-image {
  order: 1;
  height: 30rem;
}

.card-page .card-content, .card-news .card-content {
  flex-direction: column;
  order: 2;
  padding: 3.2rem 1.6rem;
  display: flex;
}

.card-page .card-content h2, .card-page .card-content h3, .card-news .card-content h2, .card-news .card-content h3 {
  color: var(--primary-color);
  text-transform: none;
  order: 2;
  margin-bottom: .8rem;
}

.card-page .card-content .date, .card-news .card-content .date {
  color: var(--primary-color);
  order: 1;
  margin-bottom: .8rem;
}

.card-page .card-content p, .card-news .card-content p {
  order: 2;
  margin: 0;
}

.card-page .card-action, .card-news .card-action {
  pointer-events: none;
  order: 3;
  margin-top: auto;
  padding: 0 1.6rem 1.6rem;
}

dialog {
  background-color: #0000;
  border: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 4.8rem 2.4rem;
  overflow: auto;
}

dialog .dialog-content {
  border: 1px solid var(--header-border-color);
  background-color: var(--white);
  border-radius: 1.6rem;
  flex-direction: column;
  max-width: 64rem;
  margin: 0 auto;
  padding: 2.4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

dialog .dialog-content--images {
  max-width: 76rem;
}

dialog .dialog-content--images img {
  margin-bottom: 2.4rem;
}

dialog .dialog-content--images img:last-child {
  margin-bottom: 0;
}

.dialog-image {
  order: 1;
  margin-bottom: 1.6rem;
}

.dialog-image img {
  border-radius: .8rem;
}

.dialog-title {
  order: 2;
}

.dialog-text {
  order: 3;
}

.dialog-button {
  order: 4;
}

.close-dialog {
  background-color: var(--primary-color);
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  padding: 0;
  display: flex;
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
}

.close-dialog svg {
  width: 2.4rem;
  height: 2.4rem;
}

.close-dialog svg path {
  fill: var(--white);
}

@media screen and (width >= 960px) {
  .filter-locations {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
    display: grid;
  }
}

@media screen and (width >= 1140px) {
  .filter-locations {
    grid-template-columns: repeat(3, 1fr);
  }
}

.filter-locations .select-container {
  margin-bottom: 2.4rem;
}

@media screen and (width >= 960px) {
  .filter-locations .select-container {
    margin-bottom: 0;
  }
}

.filter-locations select option {
  text-transform: capitalize;
}

.archive-filter.loading {
  filter: blur(5px);
  opacity: .5;
  pointer-events: none;
  transition: all .3s;
}

.archive-filter legend {
  text-transform: var(--heading-transform);
  font-weight: var(--font-weight-bold);
  font-family: var(--secondary-font);
  color: var(--primary-color);
  margin-bottom: .8rem;
}

.archive-filter .filter-item.hidden {
  display: none;
}

.archive-filter fieldset {
  margin-bottom: 4.8rem;
}

.archive-filter .button + fieldset {
  margin-top: 4.8rem;
}

.archive-filter .filter-item-checkbox {
  margin-top: 2.4rem;
}

.filter-posts .select-container {
  max-width: 50%;
}

.filter-posts .filter-actions {
  margin-top: 2.4rem;
}

ul.list-inputs {
  flex-wrap: wrap;
  display: flex;
}

ul.list-inputs li {
  margin: 0 .8rem .8rem 0;
  position: relative;
}

ul.list-inputs li input[type="radio"]:checked + label, ul.list-inputs li input[type="checkbox"]:checked + label {
  background-color: var(--primary-color);
  color: var(--white);
}

ul.list-inputs li input[type="radio"]:checked + label svg path, ul.list-inputs li input[type="checkbox"]:checked + label svg path {
  fill: var(--white);
}

ul.list-inputs li .pill {
  cursor: pointer;
}

ul.list-inputs li .pill:focus {
  background-color: var(--background-color-secondary);
}

.footer {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 9.6rem 0;
}

.footer a {
  color: var(--white);
  text-decoration: none;
}

.footer a:hover, .footer a:focus {
  color: var(--white);
  text-decoration: underline;
}

.footer p {
  color: var(--white);
}

.footer h3 {
  color: var(--white);
  margin-bottom: 1.6rem;
}

.footer .footer-text {
  padding-right: 2.4rem;
}

.footer .footer-menu ul li a {
  color: var(--white);
  text-decoration: none;
}

.footer .footer-menu ul li a:hover, .footer .footer-menu ul li a:focus {
  color: var(--white);
  text-decoration: underline;
}

input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="file"], input[type="number"], input[type="date"], textarea, select {
  border: 1px solid var(--body-color);
  -webkit-appearance: none;
  appearance: none;
  background: var(--white);
  width: 100%;
  color: var(--body-color);
  border-radius: .8rem;
  padding: 1.2rem;
  display: block;
}

input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="file"]:focus, input[type="number"]:focus, input[type="date"]:focus, textarea:focus, select:focus {
  box-shadow: none;
  border: 1px solid var(--primary-color);
  outline-style: none;
}

textarea {
  height: 14.4rem;
}

.ginput_container_select, .select-container {
  position: relative;
}

.ginput_container_select:after, .select-container:after {
  content: "";
  pointer-events: none;
  background: url("../arrow-down.1a8c5869.svg") center / contain no-repeat;
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
}

.ginput_container_select select, .select-container select {
  cursor: pointer;
  width: 100%;
  min-width: 24rem;
}

.ginput_container_select select option:disabled, .select-container select option:disabled {
  opacity: .5;
}

fieldset {
  border: 0;
  padding: 0;
}

fieldset legend {
  font-weight: var(--font-weight-bold);
  text-transform: var(--heading-transform);
  margin-bottom: .8rem;
}

.gform_fields {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
}

.gform_fields .gfield {
  grid-column: 1 / -1;
  margin-bottom: 2.4rem;
}

@media screen and (width >= 768px) {
  .gform_fields .gfield.gfield--width-half {
    grid-column: span 6;
  }
}

@media screen and (width >= 960px) {
  .gform_fields .gfield.gfield--width-third {
    grid-column: span 4;
  }
}

.gform_fields .gfield label.gfield_label {
  font-weight: var(--font-weight-bold);
  margin-bottom: .6rem;
  display: inline-block;
}

.gform_fields .gfield label.gfield_label .gfield_required {
  margin-left: .2rem;
}

.gform_fields .gfield label.gfield_label .gfield_required .gfield_required_text {
  display: none;
}

.gform_fields .gfield .gfield_description {
  clear: both;
  margin-top: .6rem;
}

.gform_fields fieldset {
  border: 0;
  padding: 0;
}

.gform_fields fieldset legend.gfield_label {
  font-weight: var(--font-weight-bold);
  text-transform: none;
  margin-bottom: .6rem;
}

.gform_fields fieldset label {
  margin-left: .6rem;
}

.gform_footer {
  margin: 2.4rem 0 0;
  position: relative;
}

h2.gform_submission_error {
  margin: 0 0 4.8rem;
}

.gfield_validation_message {
  color: var(--secondary-color);
}

.gform_validation_container {
  display: none;
}

::-webkit-input-placeholder {
  color: var(--body-color);
  opacity: .5;
}

::placeholder {
  color: var(--body-color);
  opacity: .5;
}

:-ms-input-placeholder {
  color: var(--body-color);
  opacity: .5;
}

:-moz-placeholder {
  color: var(--body-color);
  opacity: .5;
}

.header {
  z-index: 4;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (width >= 1024px) {
  .header {
    top: 2.4rem;
  }
}

@media screen and (width <= 1024px) {
  .header .container {
    padding: 0;
  }
}

.header .header-background {
  z-index: -1;
  background-color: var(--white);
  border: 1px solid var(--header-border-color);
  width: 100%;
  height: 100%;
  transition: all .2s;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (width >= 1024px) {
  .header .header-background {
    border-radius: 1.6rem;
  }
}

.header .header-content {
  padding: 0 2.4rem;
  position: relative;
}

@media screen and (width >= 1140px) {
  .header .header-content {
    padding: .1rem 3.2rem;
  }
}

.header .row {
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.header .header-actions {
  align-items: center;
  display: flex;
}

@media screen and (width <= 1024px) {
  .header .header-actions {
    margin-left: auto;
  }
}

#open-search-button {
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  display: none;
}

@media screen and (width >= 1024px) {
  #open-search-button {
    margin-right: 0;
    display: flex;
  }
}

#open-search-button svg {
  width: 2.8rem;
  height: 2.8rem;
}

@media screen and (width >= 1024px) {
  #open-search-button svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}

#open-search-button svg.hidden {
  display: none;
}

#open-search-button svg.header-search-close {
  width: 2.8rem;
  height: 2.8rem;
}

#open-search-button svg path {
  fill: var(--body-color);
}

#logo {
  height: 8rem;
  overflow: hidden;
}

@media screen and (width >= 1140px) {
  #logo {
    height: 8rem;
  }
}

#logo a {
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

#logo a svg, #logo a img {
  width: auto;
  height: var(--header-logo-height-mobile);
}

@media screen and (width >= 1140px) {
  #logo a svg, #logo a img {
    height: var(--header-logo-height);
  }
}

.language-picker {
  font-family: var(--secondary-font);
  font-weight: var(--font-weight-bold);
  margin-left: 3.2rem;
  display: none;
  position: relative;
}

@media screen and (width >= 1024px) {
  .language-picker {
    display: block;
  }
}

.language-picker svg path {
  fill: var(--body-color);
}

#language-picker-button {
  color: var(--body-color);
  text-transform: uppercase;
}

#language-picker-button.active svg {
  transform: rotateX(180deg);
}

#language-picker-button svg {
  width: 2rem;
  height: 2rem;
  margin-left: .4rem;
  transition: all .2s;
}

#language-picker-button svg path {
  fill: var(--body-color);
}

.header-search {
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  right: 2.4rem;
  overflow: hidden;
}

@media screen and (width >= 1024px) {
  .header-search {
    width: 100%;
    display: none;
    top: 0;
    left: 0;
    right: auto;
  }
}

.header-search.active {
  display: block;
}

.header-search input[type="search"] {
  padding: 0 1.6rem;
  line-height: 4.8rem;
}

.header-search input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.header-search input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.header-search input[type="search"]::-webkit-search-results-button {
  -webkit-appearance: none;
}

.header-search input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.header-search .header-search-submit {
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 1.6rem;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

img.alignright {
  float: right;
  margin-bottom: 2.4rem;
  margin-left: 2.4rem;
}

img.alignleft {
  float: left;
  margin-bottom: 2.4rem;
  margin-right: 2.4rem;
}

img.aligncenter {
  margin: 4.8rem auto;
}

img.alignnone {
  margin: 4.8rem 0;
}

#map {
  background-color: var(--background-color-secondary);
  z-index: 1;
  width: 100%;
  height: 50rem;
  position: relative;
}

@media (width <= 1024px) {
  #nav {
    background-color: var(--white);
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 8rem;
    left: 0;
    overflow: scroll;
  }
}

@media screen and (width >= 1024px) {
  #nav {
    background-color: #0000;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }
}

#nav.open {
  display: block;
}

#nav ul {
  max-width: 48rem;
  margin: 0 auto;
  padding: 12rem 2.4rem 4.8rem;
  list-style-type: none;
}

@media screen and (width >= 1024px) {
  #nav ul {
    max-width: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
}

#nav ul li {
  margin: 0 0 2.4rem;
}

@media screen and (width >= 1024px) {
  #nav ul li {
    margin: 0 .2rem;
  }
}

@media screen and (width >= 1140px) {
  #nav ul li {
    margin: 0 .8rem;
  }
}

#nav ul li.current-menu-item a {
  color: var(--nav-link-current-color);
  background-color: var(--nav-link-current-background);
}

#nav ul li.current-menu-item a:hover {
  color: var(--nav-link-current-hover);
  background-color: var(--nav-link-current-hover-background);
}

#nav ul li.menu-item-has-children ul.sub-menu {
  padding: 1.6rem 0 0;
  display: none;
}

@media screen and (width >= 1024px) {
  #nav ul li.menu-item-has-children ul.sub-menu {
    padding: 4.8rem 0;
    position: absolute;
    top: 100%;
    left: 0;
  }
}

#nav ul li.menu-item-has-children ul.sub-menu li {
  margin-bottom: 1.6rem;
}

#nav ul li.menu-item-has-children ul.sub-menu li a {
  color: var(--body-color);
  line-height: 1.5;
  font-family: var(--primary-font);
  font-weight: var(--font-weight-normal);
  background-color: #0000;
  text-decoration: none;
}

@media (width <= 1024px) {
  #nav ul li.menu-item-has-children ul.sub-menu li a {
    font-size: clamp(1.8rem, 2.5vw, var(--text-size-smaller));
  }
}

#nav ul li.menu-item-has-children ul.sub-menu li a:hover {
  text-decoration: underline;
}

#nav ul li a {
  font-weight: var(--font-weight-bold);
  line-height: 2;
  font-family: var(--secondary-font);
  font-size: var(--nav-text-size);
  border-radius: .8rem;
  padding: 0 1.6rem;
  text-decoration: none;
  display: inline-flex;
}

@media screen and (width >= 1024px) {
  #nav ul li a {
    padding: 0 .6rem;
  }
}

@media screen and (width >= 1280px) {
  #nav ul li a {
    padding: 0 1.6rem;
  }
}

#nav ul li a:hover {
  color: var(--nav-link-hover);
  background-color: var(--background-color);
}

#nav ul.language-picker-mobile {
  font-family: var(--secondary-font);
  margin: 0;
  padding: 0 3.6rem;
}

@media screen and (width >= 1024px) {
  #nav ul.language-picker-mobile {
    display: none;
  }
}

#nav ul.language-picker-mobile li {
  margin: 0;
}

#nav ul.language-picker-mobile li a {
  padding: 0;
}

#nav ul.language-picker-mobile li a.current-lang-1 {
  opacity: .3;
  pointer-events: none;
}

.nav-image {
  opacity: 0;
  pointer-events: none;
  border-radius: .8rem;
  width: 50%;
  height: 32rem;
  margin-top: 4.8rem;
  display: none;
  position: absolute;
  top: 100%;
  right: -4.8rem;
  overflow: hidden;
}

@media screen and (width >= 1024px) {
  .nav-image {
    display: block;
  }
}

.nav-image:hover img, .nav-image:focus img {
  scale: 1.1;
}

.nav-image a {
  color: var(--white);
  z-index: 2;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0000 !important;
  display: block !important;
}

.nav-image a:hover {
  color: var(--white);
  text-decoration: none;
  background-color: #0000 !important;
}

.nav-image .nav-image-image-container {
  border-radius: .8rem;
  height: 32rem;
  overflow: hidden;
}

.nav-image .nav-image-image-container img {
  object-fit: cover;
  transition: all .4s;
  width: 100% !important;
  height: 100% !important;
}

.nav-image .nav-image-text {
  width: 100%;
  height: 50%;
  color: var(--white);
  background: linear-gradient(#0000 0%, #000 100%);
  flex-flow: column wrap;
  justify-content: flex-end;
  padding: 2.4rem;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.nav-image .nav-image-text .title {
  font-family: var(--secondary-font);
  font-weight: var(--font-weight-medium);
  flex: 0 0 100%;
}

.nav-image .nav-image-text p {
  color: var(--white);
  flex: 0 0 100%;
  margin: 0;
}

.label {
  background-color: var(--white);
  font-size: 1.4rem;
  line-height: 3.2rem;
  font-weight: var(--font-weight-bold);
  font-family: var(--secondary-font);
  color: var(--label-color);
  border-style: solid;
  border-width: 1px;
  border-color: var(--label-border-color);
  text-transform: uppercase;
  border-radius: 1.2rem;
  padding: 0 1.6rem;
  display: inline-block;
}

.label-primary {
  background-color: var(--background-color);
}

.label-secondary {
  color: var(--body-color);
  border-width: 0;
}

ul, ol {
  color: var(--paragraph-color);
}

ul.list-reset, ol.list-reset, ul.list-reset ul, ul.list-reset ol, ol.list-reset ul, ol.list-reset ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.list-icons li, ol.list-icons li {
  padding-left: 3.6rem;
  position: relative;
}

ul.list-icons li svg, ol.list-icons li svg {
  width: 2rem;
  height: auto;
  position: absolute;
  top: .5rem;
  left: 0;
}

ul.list-icons li svg path, ol.list-icons li svg path {
  fill: var(--secondary-color);
}

ul.list-languages, ol.list-languages {
  text-transform: uppercase;
  font-weight: var(--font-weight-black);
  background-color: var(--white);
  width: calc(100% + 1.6rem);
  padding: 0 0 .8rem 1.6rem;
  position: absolute;
  top: 100%;
  left: -1.6rem;
}

ul.list-languages.hidden, ol.list-languages.hidden {
  display: none;
}

ul.list-languages li a, ol.list-languages li a {
  text-decoration: none;
}

ul.list-languages li a:hover, ol.list-languages li a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

ul.list-search, ol.list-search {
  margin-top: 4.8rem;
}

ul.list-search li, ol.list-search li {
  margin-bottom: 4.8rem;
}

ul.list-search h2, ol.list-search h2 {
  margin-bottom: .6rem;
}

ul.list-search p, ol.list-search p {
  margin-bottom: 1.2rem;
}

ul.list-checkboxes li, ol.list-checkboxes li {
  flex-wrap: nowrap;
  align-items: flex-start;
  display: flex;
}

ul.list-checkboxes li input[type="checkbox"], ol.list-checkboxes li input[type="checkbox"] {
  margin-top: 1rem;
  margin-right: .8rem;
}

ul.list-opening-hours, ol.list-opening-hours {
  margin: 0;
  padding: 0;
}

ul.list-opening-hours li, ol.list-opening-hours li {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

ul.list-opening-hours li span, ol.list-opening-hours li span {
  width: 50%;
  display: block;
}

ul.list-opening-hours li span:first-child, ol.list-opening-hours li span:first-child {
  margin-right: 1.6rem;
}

a {
  color: var(--body-color);
  text-decoration: underline;
}

a:hover {
  color: var(--link-hover-color);
}

a.link-back {
  color: var(--primary-color);
  align-items: center;
  margin-bottom: 2.4rem;
  line-height: 3.6rem;
  text-decoration: none;
  display: inline-flex;
}

a.link-back:hover svg {
  left: -.6rem;
}

a.link-back svg {
  margin-right: 1.2rem;
  transition: all .2s;
  position: relative;
  left: 0;
}

a.link-back svg path {
  fill: var(--primary-color);
}

.pill {
  background-color: var(--white);
  font-size: 1.4rem;
  line-height: 3.2rem;
  font-weight: var(--font-weight-bold);
  font-family: var(--secondary-font);
  text-transform: uppercase;
  background-color: var(--background-color-secondary);
  border-radius: 1.2rem;
  padding: 0 1.6rem;
  display: inline-block;
}

.pill-primary {
  background-color: var(--background-color);
}

.pill-secondary {
  color: var(--body-color);
  border-width: 0;
}

.social {
  gap: 1.6rem;
  display: flex;
}

.social a {
  background-color: var(--secondary-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
}

.social a:focus {
  outline: 2px dashed var(--white);
}

.social a svg {
  width: 2rem;
  max-width: 2rem;
  height: auto;
  max-height: 2rem;
}

.social a svg path {
  fill: var(--button-color);
}

.swiper {
  margin: -2.4rem 0;
  padding: 2.4rem;
  position: relative;
}

@media screen and (width >= 960px) {
  .swiper {
    padding: 2.4rem 4.8rem;
  }
}

@media screen and (width >= 1440px) {
  .swiper {
    padding: 2.4rem 2.4rem 2.4rem calc(50vw - 68rem);
  }
}

@media screen and (width >= 1920px) {
  .swiper {
    padding: 2.4rem;
  }
}

.swiper-locations .swiper-slide {
  width: 90%;
  height: auto;
}

@media screen and (width >= 480px) {
  .swiper-locations .swiper-slide {
    width: 32rem;
  }
}

@media screen and (width >= 960px) {
  .swiper-locations .swiper-slide {
    width: 40rem;
  }
}

.swiper-locations .swiper-slide .card-location {
  height: 100%;
}

.swiper-events .swiper-slide {
  width: 90%;
  height: auto;
}

@media screen and (width >= 480px) {
  .swiper-events .swiper-slide {
    width: 32rem;
  }
}

@media screen and (width >= 960px) {
  .swiper-events .swiper-slide {
    width: 77.4rem;
  }
}

.swiper-events .swiper-slide .card-event {
  height: 100%;
}

.swiper-events .swiper-slide .card-event p.excerpt {
  display: none;
}

.swiper-posts .swiper-slide {
  width: 90%;
  height: auto;
}

@media screen and (width >= 480px) {
  .swiper-posts .swiper-slide {
    width: 32rem;
  }
}

@media screen and (width >= 960px) {
  .swiper-posts .swiper-slide {
    width: 66rem;
  }
}

.swiper-posts .swiper-slide .card-news {
  height: 100%;
}

.swiper-button-next, .swiper-button-prev {
  background-color: var(--primary-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.6rem;
  height: 3.6rem;
  padding: 0;
  display: flex;
}

@media screen and (width >= 960px) {
  .swiper-button-next, .swiper-button-prev {
    width: 6.4rem;
    height: 6.4rem;
  }
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.swiper-button-next svg, .swiper-button-prev svg {
  all: unset;
}

@media screen and (width >= 960px) {
  .swiper-button-next svg, .swiper-button-prev svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.swiper-button-next svg path, .swiper-button-prev svg path {
  fill: var(--white);
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

@media screen and (width >= 1640px) {
  .swiper-button-prev {
    left: calc(50vw - 78.4rem);
  }

  .swiper-button-next {
    left: auto;
    right: calc(50vw - 78.4rem);
  }
}

.swiper-pagination {
  z-index: 3;
}

.swiper-pagination .swiper-pagination-bullet {
  bottom: -4.8rem !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

.pagination {
  margin-top: 4.8rem;
  display: flex;
}

.pagination .nav-links {
  width: 100%;
  display: flex;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination .page-numbers {
  background-color: var(--secondary-color);
  width: 3.6rem;
  height: 3.6rem;
  color: var(--button-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: .6rem;
  text-decoration: none;
  display: flex;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
  display: none;
}

.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background-color: var(--primary-color);
  color: var(--white);
}

.pagination .page-numbers.dots {
  color: var(--body-color);
  background-color: #0000;
}

.embed-container {
  border-radius: 1.6rem;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.single-post .block-margin {
  margin-block: var(--block-spacing-small);
}

.single-post .block-padding {
  padding-block: var(--block-spacing-small);
}

.single-post .block-hero-image-large, .single-post .block-related {
  margin-block-start: var(--block-spacing);
}

.single-post .block-image-text {
  margin-block: var(--block-spacing);
}

.single-post .no-hero-extra-margin {
  margin-block-start: 14.4rem;
}

@media screen and (width >= 1024px) {
  .single-post .no-hero-extra-margin {
    margin-block-start: 22.4rem;
  }
}

.single-post--meta {
  color: var(--primary-color);
  margin-top: 2.4rem;
}

.single-post .block-text h2, .single-post .block-image-text h2 {
  color: var(--block);
}
/*# sourceMappingURL=index.css.map */
