/*
Theme Name: HL (Twenty Twenty-Five Child)
Theme URI: 
Author: Enrico Gering
Author URI: 
Description: 
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: hl-twenty-twenty-five-child
Tags: 
*/
/* ---------------------------------------------------
 *  SASS MODULES
 * --------------------------------------------------- */
/* ---------------------------------------------------
 *  GLOBALS
 * --------------------------------------------------- */
/*
 * Default styles
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
:where(.wp-site-blocks :focus),
.c-accordion__title {
  border-radius: 0;
  outline: none;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: underline;
  color: inherit;
}
.no-touchevents a:hover {
  text-decoration: none;
}

a:focus-visible,
select:focus-visible,
button:focus-visible,
.wl-menu-toggle:focus-visible,
a:focus,
.wl-menu-toggle:focus,
select:focus,
input:focus,
textarea:focus,
button:focus,
summary {
  outline: none;
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
}
.screen-reader-text:focus {
  font-size: 1em;
  line-height: normal;
  z-index: 100000; /* Above WP toolbar. */
  top: 5px;
  left: 5px;
  display: block;
  clip: auto !important;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  color: #444444;
  background-color: #eeeeee;
  clip-path: none;
}

/*
 * Mixin for automatic rem font-sizes with px fallback
 *
 * Usage: @include font-size( $size );
 */
/*
 * Mixin for input placeholder styles
 *
 * Usage: @include input-placeholder { color: $color; }
 */
/*
 * Mixin for vertical alignment of elements
 *
 * Usage: @include vertical-align;
 */
/*
 * Mixin for retina background images
 *
 * Usage: @include retina { background-image: ...; }
 */
/*
 * Mixin for grid
 *
 * Usage: @include container( 20px, 12, 1400px );
 */
/*
 * Mixin for CSS Grid
 *
 * Usage: @include css-grid( 20px, 12, 1400px );
 */
/*
 * Template for clearfixes
 *
 * Usage: @extend %clearfix;
 */
/*
 * Breakpoints
 */
/*
 * Font Settings
 */
/*
 * Colors
 */
/*
 * Sizes
 */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * Fonts
 */
/* rethink-sans-regular - latin */
/*
 * Typography
 */
b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

sup {
  font-size: 0.75em;
  vertical-align: super;
}

sub {
  font-size: 0.75em;
  vertical-align: sub;
}

code,
kbd {
  font-family: monospace;
}

button {
  font-family: var(--wp--preset--font-family--rethink-sans);
}

body {
  -webkit-text-size-adjust: 100%;
}

p.has-extra-large-font-size {
  line-height: 1.4;
}
p[style*="text-decoration:none"] a {
  text-decoration: none;
}

.wp-block-post-title {
  -ms-hyphens: auto;
      hyphens: auto;
}
.wp-block-post-title.has-extra-large-font-size {
  line-height: 1.4;
  font-weight: 800;
}

.h2-style {
  font-size: 2.38rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.23;
  letter-spacing: 1px;
}

.h3-style {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1px;
}

.h4-style {
  font-size: 1.38rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1px;
}

/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * Header
 */
header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  -webkit-transition: height 0.2s ease-in-out, padding 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: height 0.2s ease-in-out, padding 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: height 0.2s ease-in-out, padding 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: height 0.2s ease-in-out, padding 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media only screen and (max-width: 1280px) {
  header > .wp-block-group > .wp-block-group {
    padding: 0;
  }
}
header > .wp-block-group > .wp-block-group > .wp-block-group {
  max-width: calc(var(--wp--style--global--wide-size) + 80px);
  padding: 0 20px;
}
@media only screen and (min-width: 1280px) {
  header > .wp-block-group > .wp-block-group > .wp-block-group {
    padding: 0 40px;
  }
}
header .wp-block-image img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0;
}
header .wp-block-site-logo.is-default-size .custom-logo-link {
  position: relative;
  width: 100px;
}
@media only screen and (max-width: 781px) {
  header .wp-block-site-logo.is-default-size .custom-logo-link img {
    margin: 7px 0;
  }
}
@media only screen and (min-width: 781px) {
  .is-scroll-down header .wp-block-site-logo.is-default-size .custom-logo-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  header .wp-block-site-logo.is-default-size .custom-logo-link img {
    width: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s ease-in-out, display 0.3s ease allow-discrete;
    transition: opacity 0.2s ease-in-out, display 0.3s ease allow-discrete;
  }
  .is-scroll-down header .wp-block-site-logo.is-default-size .custom-logo-link img {
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s linear, height 0s linear 0.2s;
    transition: opacity 0.2s ease-in-out, visibility 0.2s linear, height 0s linear 0.2s;
  }
  header .wp-block-site-logo.is-default-size .custom-logo-link:after {
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 0;
    left: 0;
    top: 50%;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s linear, height 0s linear 0.2s;
    transition: opacity 0.2s ease-in-out, visibility 0.2s linear, height 0s linear 0.2s;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .is-scroll-down header .wp-block-site-logo.is-default-size .custom-logo-link:after {
    height: 50px;
    width: 50px;
    background: url("assets/images/hl-logo_smal.svg") no-repeat left center;
    background-size: 50px;
    opacity: 1;
  }
}
@media only screen and (min-width: 781px) {
  header .wp-block-site-logo.is-default-size .custom-logo-link {
    width: 200px;
  }
}
.is-scroll-down header {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 4px 12px 0;
          box-shadow: rgba(0, 0, 0, 0.2) 0 4px 12px 0;
}
@media (max-width: 1280px) {
  .is-scroll-down header {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.is-scroll-up header {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header {
  /*
  * mega menu
  */
}
header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-hl_last {
  margin-right: 0;
}
header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
  font-size: var(--wp--preset--font-size--normal);
  font-weight: bold;
  letter-spacing: 2px;
  -webkit-transition: height 0.05s ease-in, line-height 0.05s ease-in;
  transition: height 0.05s ease-in, line-height 0.05s ease-in;
}
header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover {
  font-weight: bold;
}
@media only screen and (max-width: 1120px) {
  header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 1rem;
  }
}
@media (min-width: 1280px) {
  .is-scroll-down header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    line-height: 40px;
    height: 40px;
  }
}
header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.hl_smal > a.mega-menu-link {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.7;
  height: 30px;
}
header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.hl_smal.first {
  margin-top: 30px;
}
@media (min-width: 1120px) {
  header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    -webkit-box-shadow: rgba(0, 0, 0, 0.0670588) 0 8px 12px 0;
            box-shadow: rgba(0, 0, 0, 0.0670588) 0 8px 12px 0;
  }
}
header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  margin-bottom: 20px;
}
header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:last-child {
  margin-bottom: 0;
}
header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-size: 0.813rem;
  font-weight: bold;
  letter-spacing: 1px;
}
header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  font-weight: bold;
}
@media only screen and (min-width: 781px) {
  .is-scroll-down header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 0.713rem;
  }
}
@media only screen and (max-width: 1120px) {
  header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    height: auto;
  }
}
header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-block-title {
  font-size: 0.813rem;
  font-weight: bold;
  letter-spacing: 1px;
}
header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  color: #004071;
}
header #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner {
  height: 2px;
}
header #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner:before {
  height: 2px;
  top: 12px !important;
}
header #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner:after {
  height: 2px;
  top: 25px !important;
}
header #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
  margin-right: 0;
}
@media only screen and (max-width: 1120px) {
  header #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1 {
    top: -20px;
    height: calc(100vh + 20px);
    max-height: calc(100vh + 20px);
  }
  header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > ul.mega-sub-menu {
    padding: 10px 0;
  }
  header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item a.mega-menu-link,
  header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu a.mega-menu-link {
    padding: 0;
  }
  header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item,
  header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    margin-bottom: 14px;
  }
  header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:last-child,
  header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:last-child {
    margin-bottom: 14px;
  }
  header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
  header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-weight: 500;
  }
  header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
  header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    font-weight: 500;
  }
  header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    font-weight: 900;
  }
  header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu .mega-menu-item-custom_html-2,
  header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu .mega-menu-item-custom_html-2 {
    display: none;
  }
  header #mega-menu-wrap-max_mega_menu_1:has(.mega-menu-open) #mega-menu-max_mega_menu_1[data-effect-mobile^=slide_] + button.mega-close {
    right: 40px;
    top: 35px;
    width: 28px;
    height: 28px;
    left: unset;
    background: url("assets/images/close.svg") no-repeat center;
  }
}
@media only screen and (max-width: 1120px) and (min-width: 440px) {
  header #mega-menu-wrap-max_mega_menu_1:has(.mega-menu-open) #mega-menu-max_mega_menu_1[data-effect-mobile^=slide_] + button.mega-close {
    width: 34px;
    height: 34px;
  }
}
@media only screen and (max-width: 1120px) {
  header #mega-menu-wrap-max_mega_menu_1:has(.mega-menu-open) #mega-menu-max_mega_menu_1[data-effect-mobile^=slide_] + button.mega-close:before {
    display: none;
  }
}

/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * Footer
 */
footer {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
footer figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1280px) {
  footer .wp-block-details {
    padding-top: 0px;
  }
}
footer .wp-block-details summary {
  list-style: none;
  position: relative;
}
@media only screen and (min-width: 1280px) {
  footer .wp-block-details summary {
    cursor: default;
  }
}
@media only screen and (max-width: 1280px) {
  footer .wp-block-details summary:before {
    position: absolute;
    right: 0;
    top: 18px;
    display: block;
    content: "";
    width: 28px;
    height: 15px;
    background: url("assets/images/arrow.svg") no-repeat center;
  }
}
footer .wp-block-details[open] summary:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 781px) {
  footer .wp-block-columns {
    gap: 0;
  }
}
@media (max-width: 1280px) {
  footer .wp-block-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
@media (max-width: 1280px) {
  footer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
footer .wp-block-navigation {
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 781px) {
  footer .wp-block-navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
footer .wp-block-navigation .wp-block-navigation__container {
  gap: 0;
}
@media only screen and (max-width: 781px) {
  footer .wp-block-navigation .wp-block-navigation__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .wp-block-navigation .wp-block-navigation-item {
  margin-bottom: 25px;
}
@media only screen and (min-width: 781px) {
  footer .wp-block-navigation .wp-block-navigation-item {
    border-right: 1px solid white;
    margin-bottom: 0;
  }
}
footer .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
  padding: 0;
  letter-spacing: 1px;
}
@media only screen and (min-width: 781px) {
  footer .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 840px) {
  footer .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
    padding: 0 30px;
  }
}
footer .wp-block-navigation .wp-block-navigation-item:first-child .wp-block-navigation-item__content {
  padding-left: 0;
}
footer .wp-block-navigation .wp-block-navigation-item:last-child {
  border-right: 0;
}
footer .wp-block-navigation .wp-block-navigation-item:last-child .wp-block-navigation-item__content {
  padding-right: 0;
}

/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * Default Blocks
 */
body {
  overflow-x: hidden;
}

input {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media only screen and (max-width: 781px) {
  .is-style-hidden_mobile {
    display: none;
  }
}

@media only screen and (min-width: 781px) {
  .is-style-hidden_desktop {
    display: none;
  }
}

main {
  margin-top: 40px;
}
@media only screen and (min-width: 1120px) {
  main {
    margin-top: 80px;
  }
}

.single-post .wp-block-post-content {
  position: relative;
  z-index: 1;
}

.is-style-top > .wp-block-columns:first-child {
  margin-top: -95px;
  gap: 0;
}
.single .is-style-top > .wp-block-columns:first-child {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1280px) {
  .is-style-top > .wp-block-columns:first-child {
    margin-top: -16vh;
  }
}
.is-style-top > .wp-block-columns:first-child .wp-block-column .wp-block-columns {
  display: block;
}
.is-style-top > .wp-block-columns:first-child .wp-block-column:first-child {
  outline: 20px solid #fff;
}
@media only screen and (min-width: 781px) {
  .is-style-top > .wp-block-columns:first-child .wp-block-column:first-child {
    -ms-flex-preferred-size: 53% !important;
        flex-basis: 53% !important;
  }
}
@media only screen and (min-width: 1280px) {
  .is-style-top > .wp-block-columns:first-child .wp-block-column:first-child {
    outline: 40px solid #fff;
  }
}
.is-style-top > .wp-block-columns:first-child .wp-block-column:first-child h1 {
  margin-top: 0;
}
@media only screen and (min-width: 781px) {
  .is-style-top > .wp-block-columns:first-child .wp-block-column:last-child {
    -ms-flex-preferred-size: 47% !important;
        flex-basis: 47% !important;
    margin-top: 95px;
    margin-left: 20px;
    border-top: 20px solid #004071;
    border-bottom: 20px solid #004071;
    border-left: 20px solid #004071;
  }
}
@media only screen and (min-width: 1280px) {
  .is-style-top > .wp-block-columns:first-child .wp-block-column:last-child {
    margin-left: 40px;
    margin-top: calc(16vh - 20px);
  }
  .single .is-style-top > .wp-block-columns:first-child .wp-block-column:last-child {
    margin-top: calc(16vh - 20px);
  }
  .is-style-top > .wp-block-columns:first-child .wp-block-column:last-child {
    border-top: 40px solid #004071;
    border-bottom: 40px solid #004071;
    border-left: 40px solid #004071;
  }
}
.is-style-top > .wp-block-columns:first-child .wp-block-column:last-child .wp-block-group.has-primary-background-color {
  padding: 30px 20px !important;
}
@media only screen and (min-width: 781px) {
  .is-style-top > .wp-block-columns:first-child .wp-block-column:last-child .wp-block-group.has-primary-background-color {
    padding: 10px 20px 20px 0 !important;
  }
}
@media only screen and (min-width: 1280px) {
  .is-style-top > .wp-block-columns:first-child .wp-block-column:last-child .wp-block-group.has-primary-background-color {
    padding: 0 40px 10px 0 !important;
  }
}
.is-style-top > .wp-block-columns:first-child .wp-block-column:last-child .wp-block-group.has-primary-background-color > *,
.is-style-top > .wp-block-columns:first-child .wp-block-column:last-child .wp-block-group.has-primary-background-color > * a {
  color: white;
}
.is-style-top > .wp-block-columns:first-child .wp-block-column:last-child .wp-block-group.has-primary-background-color .wp-block-file {
  margin-bottom: 0;
}

.wp-block-group.is-style-top {
  z-index: 1;
}
.wp-block-group.is-style-top .is-style-hidden_desktop {
  margin-left: -20px;
}
.wp-block-group.is-style-fullwidth_mobile {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}
@media only screen and (max-width: 781px) {
  .wp-block-group.is-style-fullwidth_mobile {
    margin-right: calc(var(--wp--style--root--padding-right) * -1) !important;
    margin-left: calc(var(--wp--style--root--padding-left) * -1) !important;
    max-width: unset;
  }
}

body.single-mitarbeiter h1 {
  margin-bottom: 1.2rem;
}

h3.h2 {
  font-size: clamp(1.443rem, 1.443rem + (1vw - 0.2rem) * 1.704, 2.38rem);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
}

.wp-block-group > h2 {
  margin-top: 0;
  margin-bottom: 50px;
}

.wp-block-heading a {
  font-size: inherit;
}

@media only screen and (min-width: 781px) {
  .single-referenz h1.wp-block-post-title {
    padding-bottom: 20px;
  }
}
.single-referenz h2.wp-block-heading {
  font-size: 1.5rem;
}

ul.wp-block-list {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 20px;
  list-style: disc;
}

ol.wp-block-list {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 20px;
  list-style: decimal;
}

.wp-block-query.is-style-overlay-mode .wp-block-post {
  position: relative;
}
.wp-block-query.is-style-overlay-mode p {
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: white;
  color: #000000;
  padding: 6px 12px 4px 12px;
  margin: 0;
  position: absolute;
  z-index: -1;
  bottom: -1px;
  left: 42px;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.wp-block-query.is-style-overlay-mode .wp-block-cover .wp-block-cover__background {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.wp-block-query.is-style-overlay-mode .wp-block-cover .wp-block-cover__inner-container .wp-block-post-title {
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
  line-height: 1.4;
  font-size: 1.65rem;
}
.wp-block-query.is-style-overlay-mode .wp-block-cover .wp-block-cover__inner-container .wp-block-post-title a {
  width: 100%;
  height: 100%;
  color: white;
}
.wp-block-query.is-style-overlay-mode .wp-block-cover:hover .wp-block-cover__background {
  opacity: 0.1;
}
.wp-block-query.is-style-overlay-mode .wp-block-cover:hover .wp-block-cover__inner-container .wp-block-post-title {
  opacity: 0;
}
.wp-block-query.is-style-overlay-mode .wp-block-cover:hover p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.has-primary-background-color .wp-block-query .wp-block-post-excerpt__excerpt {
  color: #fff;
}
.home .wp-block-query ul li:last-child hr {
  display: none;
}
.home .wp-block-query ul li p.wp-block-post-title a {
  text-decoration: underline;
}
.home .wp-block-query ul li p.wp-block-post-title a:hover {
  text-decoration: none;
}
.home .wp-block-query ul li h3.wp-block-post-title a:hover {
  color: #adcee4;
}
.home .wp-block-query ul li h3[style*="text-decoration:underline"] a {
  text-decoration: underline;
}
.mega-sub-menu .wp-block-query ul li {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.mega-sub-menu .wp-block-query ul li p.wp-block-post-title {
  margin-top: 0 !important;
  line-height: 1.4;
}
@media (min-width: 1120px) {
  .mega-sub-menu .wp-block-query ul li p.wp-block-post-title a {
    text-decoration: none;
  }
  .mega-sub-menu .wp-block-query ul li p.wp-block-post-title a:hover {
    text-decoration: underline;
  }
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
  line-height: 1.5;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  opacity: 0.85;
}
.wp-block-buttons .wp-block-button.is-style-back {
  background: url("assets/images/arrow-left-blue.svg") no-repeat center left;
  background-size: 23px;
}
.wp-block-buttons .wp-block-button.is-style-back .wp-block-button__link {
  border-radius: 0;
  background-color: transparent;
  padding-left: 33px;
  padding-right: 0;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: inherit;
  text-decoration: underline;
}
.wp-block-buttons .wp-block-button.is-style-back .wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-buttons .wp-block-button.is-style-back .wp-block-button__link.has-base-color {
  background: url("assets/images/arrow-left.svg") no-repeat center right;
}
.wp-block-buttons .wp-block-button.is-style-forward {
  background: url("assets/images/arrow-right-blue.svg") no-repeat center right;
}
.has-primary-background-color .wp-block-buttons .wp-block-button.is-style-forward {
  background: url("assets/images/arrow-right.svg") no-repeat center right;
}
.wp-block-buttons .wp-block-button.is-style-forward {
  background-size: 23px;
}
.wp-block-buttons .wp-block-button.is-style-forward .wp-block-button__link {
  border-radius: 0;
  background-color: transparent;
  padding-right: 33px;
  padding-left: 0;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: inherit;
  text-decoration: underline;
}
.wp-block-buttons .wp-block-button.is-style-forward .wp-block-button__link:hover {
  text-decoration: none;
}
.has-primary-background-color .wp-block-buttons .wp-block-button.is-style-forward .wp-block-button__link {
  text-decoration: none;
}
.wp-block-buttons .wp-block-button.is-style-forward .wp-block-button__link.has-base-color {
  background: url("assets/images/arrow-right.svg") no-repeat center right;
}
.wp-block-buttons .wp-block-button.is-style-down {
  background: url("assets/images/arrow-down-blue.svg") no-repeat center right;
  background-size: 13px;
}
.wp-block-buttons .wp-block-button.is-style-down .wp-block-button__link {
  border-radius: 0;
  background-color: transparent;
  padding-right: 22px;
  padding-left: 0;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: inherit;
  text-decoration: underline;
}
.wp-block-buttons .wp-block-button.is-style-down .wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-buttons .wp-block-button.is-style-down .wp-block-button__link.has-base-color {
  background: url("assets/images/arrow-down.svg") no-repeat center right;
}
@media only screen and (max-width: 781px) {
  .wp-block-buttons .wp-block-button.is-style-mobile_center {
    margin: 0 auto;
  }
}
.wp-block-buttons .wp-block-button.is-style-icon_phone .wp-block-button__link {
  background: url("assets/images/icon_phone.svg") no-repeat left center;
  background-size: 20px;
  border-radius: 0;
  background-color: transparent;
  padding-left: 33px;
  padding-right: 0;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: inherit;
  text-decoration: underline;
  text-transform: none;
}
.wp-block-buttons .wp-block-button.is-style-icon_phone .wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-buttons .wp-block-button.is-style-icon_phone .wp-block-button__link.has-primary-color {
  background: url("assets/images/icon_phone-blue.svg") no-repeat left center;
}
.wp-block-buttons .wp-block-button.is-style-icon_mail .wp-block-button__link {
  background: url("assets/images/icon_email.svg") no-repeat left center;
  background-size: 20px;
  border-radius: 0;
  background-color: transparent;
  padding-left: 33px;
  padding-right: 0;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: inherit;
  text-decoration: underline;
  text-transform: none;
}
.wp-block-buttons .wp-block-button.is-style-icon_mail .wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-buttons .wp-block-button.is-style-icon_mail .wp-block-button__link.has-primary-color {
  background: url("assets/images/icon_email-blue.svg") no-repeat left center;
}
.wp-block-buttons.hl_sidebar {
  position: fixed;
  z-index: 99;
  right: 0;
  top: 25%;
  width: 35px;
  height: auto;
  gap: 0;
  padding: 3px 0;
  background: #c59750;
  -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.31);
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.31);
}
.wp-block-buttons.hl_sidebar .wp-block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  width: 100%;
}
.wp-block-buttons.hl_sidebar .wp-block-button__link {
  padding: 0;
  text-indent: -99999px;
  height: 35px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.wp-block-buttons.hl_sidebar .hl_search .wp-block-button__link {
  background-image: url("assets/images/icon_search.svg");
}
.wp-block-buttons.hl_sidebar .hl_mail .wp-block-button__link {
  background-image: url("assets/images/icon_email.svg");
}
.wp-block-buttons.hl_sidebar .hl_phone .wp-block-button__link {
  background-image: url("assets/images/icon_phone.svg");
}
@media only screen and (min-width: 1040px) {
  .wp-block-buttons.hl_sidebar {
    width: 50px;
  }
  .wp-block-buttons.hl_sidebar .wp-block-button__link {
    background-size: 20px;
    height: 50px;
  }
  .wp-block-buttons.hl_sidebar .wp-block-button {
    height: 50px;
  }
}
.wp-block-buttons.hl_back-to-top-container {
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 15px;
  width: 35px;
  height: 35px;
  gap: 0;
  padding: 3px 0;
  background: #c59750;
  -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.31);
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.31);
  display: none;
}
@media only screen and (min-width: 781px) {
  .wp-block-buttons.hl_back-to-top-container {
    bottom: 60px;
    right: 15px;
  }
}
.is-scrolled .wp-block-buttons.hl_back-to-top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-buttons.hl_back-to-top-container .hl_back-to-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  width: 100%;
}
@media only screen and (min-width: 1040px) {
  .wp-block-buttons.hl_back-to-top-container .hl_back-to-top {
    width: 50px;
    height: 50px;
  }
}
.wp-block-buttons.hl_back-to-top-container .hl_back-to-top .wp-block-button__link {
  background-image: url("assets/images/icon_back-to-top.svg");
  padding: 0;
  text-indent: -99999px;
  height: 35px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
@media only screen and (min-width: 1040px) {
  .wp-block-buttons.hl_back-to-top-container .hl_back-to-top .wp-block-button__link {
    background-size: 20px;
    height: 50px;
  }
}

.wp-block-file__button {
  border-radius: 0;
}

.us_blocklink {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: auto;
  margin: 20px 0;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  padding-right: 40px;
  padding-left: 20px;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--small);
  background-color: #c59750;
}
.us_blocklink:after {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='22' fill='none'%3E%3Cpath stroke='%23fff' d='M.5 9.429V.857h8.571M20.5 12.286v8.571h-8.571M11.929.857H20.5V9.43M9.071 20.857H.5v-8.571'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.us_blocklink:hover:after {
  -webkit-animation: pulse 1s ease-out;
          animation: pulse 1s ease-out;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.us_blocklink p {
  font-size: 0.8em;
  font-style: italic;
  line-height: 1.4;
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}
.us_blocklink p:last-child {
  margin-bottom: 0;
}

.us_blocklink__headline {
  font-weight: 700;
}

.us_blocklink-inner {
  line-height: 1.4;
  position: relative;
  width: auto;
  padding: 1rem;
}

.us_textlink {
  display: inline-block;
  margin: 10px 0;
}
.us_textlink a {
  display: inline-block;
  text-decoration: none;
}
.us_textlink a:hover .us_textlink__headline {
  color: #7B7B7B;
}
.us_textlink p {
  font-style: italic;
  line-height: 1.4;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 781px) {
  .us_textlink p {
    width: 80%;
  }
}
.us_textlink p:last-child {
  margin-bottom: 0;
}
.us_textlink .us_textlink__headline {
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  display: inline-block;
  -ms-hyphens: auto;
      hyphens: auto;
  font-size: 22px;
  font-size: 22px;
}
@media (min-width: 781px) {
  .us_textlink .us_textlink__headline {
    -ms-hyphens: initial;
        hyphens: initial;
  }
}
.us_textlink .us_textlink__headline h1,
.us_textlink .us_textlink__headline h2,
.us_textlink .us_textlink__headline h3,
.us_textlink .us_textlink__headline h4,
.us_textlink .us_textlink__headline h5,
.us_textlink .us_textlink__headline h6 {
  font-size: inherit;
  line-height: inherit;
  display: inline;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.us_textlink .us_textlink__headline:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19'%3E%3Cpath fill='%239B9B9B' fill-rule='evenodd' d='M.89 6.786H0V0H5.429v1.14H.89v5.646Zm18.11 0h-.912v-5.76h-4.517V0H19v6.786ZM5.429 19H0v-6.786h.89v5.673H5.43V19Zm12.66 0H13.57v-1.113h4.517v-5.673H19V19h-.912Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

.us_textlink .is-link .us_textlink__headline:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='22'%3E%3Cpath fill='%239B9B9B' fill-rule='evenodd' d='M.391 3A.431.431 0 0 0 0 3.433v18.136c0 .239.193.432.432.432h18.136a.432.432 0 0 0 .432-.432V12.5a.431.431 0 1 0-.864 0v8.636H.864V3.864H9.5A.432.432 0 1 0 9.5 3H.392Zm14.123-3a.46.46 0 1 0 .043.92h4.875L9.172 11.183a.46.46 0 1 0 .647.646l10.26-10.26v4.875a.46.46 0 1 0 .921 0V.46a.46.46 0 0 0-.46-.46h-6.026Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

.wp-block-separator.is-style-vertical {
  height: 35px;
  width: 0;
  border-width: 0 1px 0 0;
  border-color: #004071;
  margin: 20px 0 30px 0;
}
@media only screen and (min-width: 781px) {
  .wp-block-separator.is-style-vertical {
    height: 70px;
    margin: 40px 0;
  }
}

.wp-block-spacer {
  clear: initial;
}

.wp-block-file a:not(.wp-block-file__button) {
  display: none;
}
.wp-block-file .wp-block-file__button {
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  padding-right: 40px;
  padding-left: 40px;
  text-transform: uppercase;
  background-color: var(--wp--preset--color--accent);
  margin-left: 0;
  padding-right: 80px;
  position: relative;
}
.wp-block-file .wp-block-file__button:after {
  position: absolute;
  content: "";
  right: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 32px;
  width: 26.57px;
  background: url("assets/images/icon_download.svg") no-repeat center;
}

.wp-block-cover {
  padding: 20px;
}
@media only screen and (min-width: 781px) {
  .wp-block-cover {
    padding: 40px;
  }
}
.wp-block-cover:has(> img) {
  background: linear-gradient(135deg, rgb(11, 68, 113) 0%, rgb(101, 144, 177) 100%);
}
.wp-block-cover:has(> img) .wp-block-cover__background {
  display: none;
}
.wp-block-cover.is-style-full-link .wp-block-cover__background {
  display: unset;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.wp-block-cover.is-style-full-link .wp-block-cover__inner-container {
  position: unset;
}
.wp-block-cover.is-style-full-link:hover .wp-block-cover__background {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.wp-block-cover.is-style-full-link a {
  font-size: unset;
  text-decoration: none;
}
.wp-block-cover.is-style-full-link a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  cursor: pointer;
  z-index: 99;
}
.wp-block-cover.is-style-border-blue {
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 0;
  padding-bottom: 0;
  background: none;
}
.wp-block-cover.is-style-border-blue .wp-block-cover__background {
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  top: -25px;
  left: -35px;
}
.wp-block-cover.is-style-border-blue img {
  margin-top: 25px;
  margin-left: 35px;
}
.wp-block-cover.is-style-border-blue a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  cursor: pointer;
  z-index: 99;
}

section.wp-block-cover {
  padding: 20px;
}
@media only screen and (min-width: 781px) {
  section.wp-block-cover {
    padding: 40px;
  }
}
section.wp-block-cover.is-style-full-link .wp-block-cover__background.has-background-dim {
  opacity: 0.2 !important;
  background: #000 !important;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
section.wp-block-cover.is-style-full-link:hover .wp-block-cover__background.has-background-dim {
  opacity: 0 !important;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
section.wp-block-cover.is-style-full-link a {
  font-size: unset;
  text-decoration: none;
}
section.wp-block-cover.is-style-full-link a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  cursor: pointer;
  z-index: 99;
}

.wp-block-media-text h2,
.wp-block-media-text h3,
.wp-block-media-text h4,
.wp-block-media-text h5 {
  margin-bottom: 25px;
}
.wp-block-media-text.is-style-offset .wp-block-media-text__media {
  z-index: 9;
}
@media only screen and (max-width: 1040px) {
  .wp-block-media-text.is-style-offset .wp-block-media-text__media {
    height: 100%;
  }
}
.wp-block-media-text.is-style-offset .wp-block-media-text__media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.wp-block-media-text.is-style-offset .wp-block-media-text__content {
  padding: 0;
}
@media only screen and (min-width: 600px) {
  .wp-block-media-text.is-style-offset .wp-block-media-text__content {
    height: 100%;
  }
}
@media only screen and (min-width: 1040px) {
  .wp-block-media-text.is-style-offset .wp-block-media-text__content {
    height: auto;
  }
}
.wp-block-media-text.is-style-offset .wp-block-media-text__content .wp-block-group {
  padding: 2em var(--wp--style--root--padding-right) 2em var(--wp--style--root--padding-left);
}
@media only screen and (min-width: 600px) {
  .wp-block-media-text.is-style-offset .wp-block-media-text__content .wp-block-group {
    height: 100%;
    padding: 2rem;
  }
}
@media only screen and (min-width: 1040px) {
  .wp-block-media-text.is-style-offset .wp-block-media-text__content .wp-block-group {
    margin-left: -20%;
    margin-bottom: -70px;
    padding: 65px 8% 70px 28%;
  }
}
.wp-block-media-text.is-style-offset .wp-block-media-text__content .wp-block-group.has-primary-background-color > *,
.wp-block-media-text.is-style-offset .wp-block-media-text__content .wp-block-group.has-primary-background-color > * a {
  color: white;
}
@media only screen and (min-width: 1040px) {
  .wp-block-media-text.is-style-offset.has-media-on-the-right .wp-block-media-text__content .wp-block-group {
    margin-right: -20%;
    margin-left: 0;
    padding: 65px 28% 70px 8%;
  }
}
.wp-block-media-text.is-style-offset-2 .wp-block-media-text__content {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
  padding: 0;
}
.wp-block-media-text.is-style-offset-2 .wp-block-media-text__content .wp-block-group {
  padding: 2em var(--wp--style--root--padding-right) 2em var(--wp--style--root--padding-left);
}
@media only screen and (min-width: 600px) {
  .wp-block-media-text.is-style-offset-2 .wp-block-media-text__content .wp-block-group {
    height: 100%;
  }
}
@media only screen and (min-width: 1040px) {
  .wp-block-media-text.is-style-offset-2 .wp-block-media-text__content .wp-block-group {
    margin-left: 20%;
    margin-right: -20%;
    margin-top: -10%;
    padding: 2.5rem 2rem 2rem 4rem;
  }
}
.wp-block-media-text.is-style-offset-2 .wp-block-media-text__content .wp-block-group.has-primary-background-color > *,
.wp-block-media-text.is-style-offset-2 .wp-block-media-text__content .wp-block-group.has-primary-background-color > * a {
  color: white;
}
@media only screen and (max-width: 781px) {
  .wp-block-column[style*="flex-basis:33.33%"] .wp-block-media-text.is-style-offset-2 {
    -ms-grid-columns: 100% auto !important;
    grid-template-columns: 100% auto !important;
  }
}
@media only screen and (min-width: 781px) {
  .wp-block-column[style*="flex-basis:33.33%"] .wp-block-media-text.is-style-offset-2 .wp-block-media-text__media img {
    max-height: 240px;
  }
}

/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
.hl_projektmanager {
  z-index: 1;
  position: relative;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding: 0 var(--wp--style--root--padding-right) 0 var(--wp--style--root--padding-left);
}
.single-referenz .hl_projektmanager {
  width: calc(100vw - var(--scrollbarWidth));
  margin: 60px calc(var(--wp--style--root--padding-right) * -1) 40px calc(var(--wp--style--root--padding-left) * -1);
  padding: 0 var(--wp--style--root--padding-left) 0 var(--wp--style--root--padding-left);
}
@media (min-width: 1280px) {
  .single-referenz .hl_projektmanager {
    margin: 120px calc((100vw - var(--scrollbarWidth) - var(--wp--style--global--wide-size)) / -2) 120px calc((100vw - var(--scrollbarWidth) - var(--wp--style--global--wide-size)) / -2);
  }
}
.single-post .hl_projektmanager {
  margin-top: 40px;
}
@media (min-width: 1280px) {
  .single-post .hl_projektmanager {
    margin-top: 120px;
  }
}
.hl_projektmanager .wp-block-heading {
  margin-top: 0;
  margin-bottom: 55px;
}
.hl_projektmanager .item_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  row-gap: 35px;
}
.hl_projektmanager .item {
  width: 100%;
  position: relative;
}
@media (min-width: 781px) {
  .hl_projektmanager .item {
    width: calc(33.33% - 15px);
  }
}
@media (min-width: 1280px) {
  .hl_projektmanager .item {
    width: calc(25% - 15px);
  }
}
.hl_projektmanager .item a.focus-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
.hl_projektmanager .item a.focus-block:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hl_projektmanager .item a.focus-block:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.hl_projektmanager p {
  margin-top: 16px;
}

/*
 * e2pdf-download Button
 */
.e2pdf-download {
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 1rem 80px 1rem 40px;
  text-transform: uppercase;
  background-color: var(--wp--preset--color--accent);
  margin-top: 1rem !important;
  position: relative;
}
.e2pdf-download:after {
  position: absolute;
  content: "";
  right: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 32px;
  width: 26.57px;
  background: url("assets/images/icon_download.svg") no-repeat center;
}

/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * Accordion
 */
.c-accordion__item {
  border-top: 1px solid #004071;
}

.c-accordion__content {
  padding: 0 0 40px 0;
  background: #ffffff;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.c-accordion__content p:last-child {
  margin-bottom: 0;
}

h1.c-accordion__title {
  line-height: 1.1;
  margin-bottom: 35px;
  color: currentColor;
  font-size: 32px;
  font-size: 32px;
}

h2.c-accordion__title {
  font-size: clamp(0.984rem, 0.984rem + (1vw - 0.2rem) * 0.938, 1.5rem);
  font-style: normal;
  letter-spacing: 1px;
}

.c-accordion__title {
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  margin-bottom: 20px;
  padding-right: 40px;
  cursor: pointer;
}
.c-accordion__title:after {
  content: "";
  width: 21px;
  height: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("assets/images/arrow-blue.svg") no-repeat center;
}
@media only screen and (min-width: 781px) {
  .c-accordion__title:after {
    width: 28px;
    height: 15px;
  }
}
.is-open > .c-accordion__title:after {
  content: "";
  -webkit-transform: rotate(180deg) translate(0, -50%);
          transform: rotate(180deg) translate(0, -50%);
  top: calc(50% - 15px);
}
[data-click-to-close=false] > .c-accordion__title:after {
  display: none;
}

.c-accordion__title--button {
  line-height: 1.4;
  padding: 10px 30px 10px 15px;
  color: #ffffff;
  background: #7B7B7B;
}
.no-touchevents .c-accordion__title--button:hover {
  color: #ffffff;
  background: #7B7B7B;
}
.c-accordion__title--button:after {
  right: 10px;
  color: #ffffff;
}
@media (min-width: 781px) {
  .c-accordion__title--button {
    padding: 10px 15px;
  }
}

/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
:root {
  --swiper-theme-color: #004071;
  --swiper-pagination-color: #004071;
  --swiper-pagination-bullet-size: 10px;
}

.hl_swiper {
  position: relative;
}
.hl_swiper .swiper-container {
  overflow: hidden;
  padding-bottom: calc(var(--wp--style--root--padding-right) * 2);
}
.single-referenz .hl_swiper .swiper-container {
  padding-bottom: 0;
  position: relative;
}
.hl_swiper .swiper-slide {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.has-base-color .hl_swiper .swiper-slide > * {
  color: white;
}
.hl_swiper .swiper-slide ul {
  padding-left: 18px;
}
.hl_swiper .swiper-slide li {
  margin-top: 0.5rem;
  line-height: 1.7;
}
.hl_swiper .swiper-slide p:first-child {
  margin-top: 0;
}
.hl_swiper .swiper-slide h2:first-child,
.hl_swiper .swiper-slide h3:first-child,
.hl_swiper .swiper-slide h4:first-child,
.hl_swiper .swiper-slide h5:first-child {
  margin-top: 6px;
}
.hl_swiper .swiper-slide img,
.hl_swiper .swiper-slide svg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.single-referenz .hl_swiper .swiper-slide {
  opacity: 0;
}
.single-referenz .hl_swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.single-referenz .hl_swiper .swiper-slide {
  max-height: 200px;
}
@media (min-width: 781px) {
  .single-referenz .hl_swiper .swiper-slide {
    max-height: 340px;
  }
}
@media (min-width: 840px) {
  .single-referenz .hl_swiper .swiper-slide {
    max-height: 480px;
  }
}
@media (min-width: 1040px) {
  .single-referenz .hl_swiper .swiper-slide {
    max-height: 595px;
  }
}
.single-referenz .hl_swiper .swiper-slide {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.single-referenz .hl_swiper .swiper-slide.swiper-slide-zoomed {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.hl_swiper .gallery-thumbs {
  padding-top: calc(var(--wp--style--root--padding-right) / 2);
}
@media (min-width: 781px) {
  .hl_swiper .gallery-thumbs {
    padding-top: var(--wp--style--root--padding-right);
  }
}
.hl_swiper .gallery-thumbs .swiper-slide {
  border: 1px solid #fff;
  height: 60px;
  width: auto !important;
  opacity: 1;
  cursor: pointer;
}
@media (min-width: 781px) {
  .hl_swiper .gallery-thumbs .swiper-slide {
    height: 100px;
  }
}
.hl_swiper .gallery-thumbs .swiper-slide:hover {
  border: 1px solid #adcee4;
}
.hl_swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #adcee4;
}
.hl_swiper .swiper-buttons {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
}
.hl_swiper .swiper-buttons.pos_top {
  top: -48px;
  bottom: unset;
}
.hl_swiper .swiper-buttons > div {
  position: relative;
  height: 24px;
  width: auto;
  outline: none;
  left: unset;
  right: unset;
  top: unset;
  margin-top: 0;
}
.hl_swiper .swiper-buttons > div:after {
  font-size: 24px;
  --swiper-navigation-size: 24px;
  color: #004071;
}
.has-base-color .hl_swiper .swiper-buttons > div:after {
  color: white;
}
.hl_swiper .swiper-buttons .swiper-button-prev {
  margin-right: 12px;
}
.hl_swiper .swiper-buttons .swiper-slide-index {
  left: 0;
  line-height: 24px;
  margin-right: 12px;
}
.single-referenz .hl_swiper .swiper-buttons {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.single-referenz .hl_swiper .swiper-buttons > div {
  width: 60px;
}
@media (min-width: 781px) {
  .single-referenz .hl_swiper .swiper-buttons > div {
    width: 120px;
  }
}
.single-referenz .hl_swiper .swiper-buttons > div {
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.single-referenz .hl_swiper .swiper-buttons > div:hover {
  background: rgba(255, 255, 255, 0.1);
}
.single-referenz .hl_swiper .swiper-buttons > div:after {
  color: #fff;
  font-size: 30px;
}
.single-referenz .hl_swiper .swiper-buttons .swiper-button-next {
  right: 0;
}
.single-referenz .hl_swiper .swiper-buttons .swiper-button-prev {
  left: 0;
}
.hl_swiper.hl_swiper-text .swiper-slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
}
.hl_swiper.hl_swiper-text .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.hl_swiper.hl_swiper-text .swiper-pagination.swiper-pagination-fraction {
  bottom: -36px;
  text-align: right;
  right: 60px;
  width: auto;
  line-height: 24px;
}
.hl_swiper.hl_swiper-referenzen .swiper-slide {
  opacity: 0;
}
.hl_swiper.hl_swiper-referenzen .swiper-slide img,
.hl_swiper.hl_swiper-referenzen .swiper-slide svg {
  height: 420px;
}
.hl_swiper.hl_swiper-referenzen .swiper-slide.swiper-slide-active {
  opacity: 1;
}
@media only screen and (max-width: 781px) {
  .hl_swiper.hl_swiper-referenzen .swiper-buttons {
    display: none;
  }
  .hl_swiper.hl_swiper-referenzen .wp-block-columns .wp-block-column:first-child {
    min-height: 140px;
  }
}
.hl_swiper.hl_swiper-referenzen .hl_swiper-referenzen_term {
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: inherit;
  color: #adcee4;
}
.hl_swiper.hl_swiper-referenzen .hl_swiper-referenzen_link {
  font-weight: 700;
}

.hl_swiper-fullwidecontainer {
  margin: 60px 0;
  width: auto;
}
@media (min-width: 781px) {
  .hl_swiper-fullwidecontainer {
    margin: 120px 0;
    width: calc(100vw - var(--scrollbarWidth) - var(--wp--style--root--padding-left) * 2);
  }
}
@media only screen and (min-width: 1280px) {
  .hl_swiper-fullwidecontainer {
    width: var(--wp--style--global--wide-size);
  }
}

/*
 * Filter & Grids
 *
 * https://github.com/YMC-22/smart-filter
 */
.ymc-smart-filter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1280px) {
  .ymc-smart-filter-container {
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
  }
}
.ymc-smart-filter-container {
  max-width: var(--wp--style--global--wide-size);
}
.ymc-smart-filter-container .filter-layout {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 781px) {
  .ymc-smart-filter-container .filter-layout {
    width: 100%;
  }
}
.ymc-smart-filter-container .filter-layout .btn-all,
.ymc-smart-filter-container .filter-layout .posts-found {
  display: none;
}
.ymc-smart-filter-container .filter-layout .dropdown-filter {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  margin-right: 0;
}
@media only screen and (min-width: 781px) {
  .ymc-smart-filter-container .filter-layout .dropdown-filter {
    margin-bottom: 30px;
    margin-right: 10px;
    width: 300px;
  }
}
.ymc-smart-filter-container .filter-layout .dropdown-filter .menu-passive__item .menu-link {
  padding-left: 30px;
  line-height: inherit;
}
.ymc-smart-filter-container .filter-layout .dropdown-filter .menu-passive__item .menu-link .count {
  display: none;
}
.ymc-smart-filter-container .filter-layout .dropdown-filter .menu-passive {
  background: #004071;
}
.ymc-smart-filter-container .filter-layout .dropdown-filter .menu-passive:before {
  background: #004071;
}
.ymc-smart-filter-container .filter-layout .dropdown-filter .menu-passive .btn-close {
  font-size: 20px;
}
.ymc-smart-filter-container .filter-layout .dropdown-filter .menu-active {
  border: 1px solid #adcee4;
  background: transparent;
  text-transform: none;
}
.ymc-smart-filter-container .filter-layout .dropdown-filter .menu-active .arrow {
  border: solid #004071;
  border-width: 0 3px 3px 0;
}
.ymc-smart-filter-container .filter-layout .filter-entry {
  margin-bottom: 0;
}
@media only screen and (min-width: 781px) {
  .ymc-smart-filter-container .filter-layout .filter-entry {
    margin-bottom: 50px;
  }
}
.ymc-smart-filter-container .filter-layout .selected-items {
  width: auto;
}
@media only screen and (min-width: 1240px) {
  .ymc-smart-filter-container .filter-layout .selected-items {
    position: absolute;
    top: 0;
    left: 320px;
    max-width: 700px;
  }
}
.ymc-smart-filter-container .filter-layout .selected-items .item {
  background: #004071;
  color: white;
  padding: 10px 30px 10px 15px;
  border-radius: 0;
}
.ymc-smart-filter-container .container-posts {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-top: 30px;
}
@media only screen and (min-width: 781px) {
  .ymc-smart-filter-container .container-posts {
    padding-top: 0;
  }
}
.ymc-smart-filter-container .container-posts > img {
  margin-top: 100px;
}
.ymc-smart-filter-container .container-posts .ymc-post-custom-layout.post-item {
  position: relative;
  border: none;
  padding: 0;
  margin-bottom: 25px;
}
.ymc-smart-filter-container .container-posts .ymc-post-custom-layout.post-item:hover:after {
  -webkit-animation: pulse 1s ease-out;
          animation: pulse 1s ease-out;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ymc-smart-filter-container .container-posts .ymc-post-custom-layout.post-item a {
  color: #004071;
  text-decoration: none;
  font-size: inherit;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ymc-smart-filter-container .container-posts .ymc-post-custom-layout.post-item a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 781px) {
  .ymc-smart-filter-container .container-posts .ymc-post-custom-layout.post-item a.hl_mitarbeiter .wp-post-image {
    height: 210px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ymc-smart-filter-container .container-posts .ymc-post-custom-layout.post-item h2,
.ymc-smart-filter-container .container-posts .ymc-post-custom-layout.post-item h3,
.ymc-smart-filter-container .container-posts .ymc-post-custom-layout.post-item h5 {
  margin-bottom: 0;
  margin-top: 15px;
}
.ymc-smart-filter-container .container-posts .ymc-post-custom-layout.post-item .hl_postdate {
  color: #7B7B7B;
}
.ymc-smart-filter-container.ymc-filter-17187 .post-item, .ymc-smart-filter-container.ymc-filter-19850 .post-item {
  margin-left: 35px;
  margin-top: 25px;
}
.ymc-smart-filter-container.ymc-filter-17187 .post-item > a, .ymc-smart-filter-container.ymc-filter-19850 .post-item > a {
  position: relative;
}
.ymc-smart-filter-container.ymc-filter-17187 .post-item .wp-post-image, .ymc-smart-filter-container.ymc-filter-19850 .post-item .wp-post-image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
}
@media only screen and (min-width: 781px) {
  .ymc-smart-filter-container.ymc-filter-17187 .post-item .wp-post-image, .ymc-smart-filter-container.ymc-filter-19850 .post-item .wp-post-image {
    height: 230px;
  }
}
.ymc-smart-filter-container.ymc-filter-17187 .post-item .post-item_colorbg, .ymc-smart-filter-container.ymc-filter-19850 .post-item .post-item_colorbg {
  background: #adcee4;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: -25px;
  left: -35px;
  z-index: -1;
}
.ymc-smart-filter-container.ymc-filter-17187 .post-item p, .ymc-smart-filter-container.ymc-filter-19850 .post-item p {
  margin-top: 10px;
}
.ymc-smart-filter-container.ymc-filter-17063 .post-custom-layout .post-item {
  margin-bottom: 0;
}
.ymc-smart-filter-container.ymc-filter-17063 .post-custom-layout .post-item a.focus-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
.ymc-smart-filter-container.ymc-filter-17063 .post-custom-layout .post-item a.focus-block:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.ymc-smart-filter-container.ymc-filter-17063 .post-custom-layout .post-item a.focus-block:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.ymc-smart-filter-container.ymc-filter-17063 .post-custom-layout .post-item p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
.ymc-smart-filter-container.ymc-filter-17063 .post-custom-layout .post-item p a.focus-block {
  margin-top: 15px;
}

#ymc-layout-pagination .btn-load {
  background-color: #004071;
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: white;
  letter-spacing: 2px;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
  border: none;
}

/*
 * Advanced Tabs Gutenberg Block
 *
 * https://wordpress.org/plugins/advanced-tabs-block/
 */
.wp-block-atbs-tabs .tabs-container .tabs-nav {
  overflow: visible;
}
.wp-block-atbs-tabs .tabs-container .tabs-nav .tabs-titles {
  background-color: transparent;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .wp-block-atbs-tabs .tabs-container .tabs-nav .tabs-titles {
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
    margin-bottom: 20px;
  }
}
.wp-block-atbs-tabs .tabs-container .tabs-nav .tabs-titles .tab-title {
  padding: 0;
  margin-right: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 781px) {
  .wp-block-atbs-tabs .tabs-container .tabs-nav .tabs-titles .tab-title {
    margin-bottom: -64px;
  }
}
.wp-block-atbs-tabs .tabs-container .tabs-nav .tabs-titles .tab-title:first-child.active svg path:first-child {
  fill: #004071 !important;
}
.wp-block-atbs-tabs .tabs-container .tabs-nav .tabs-titles .tab-title:last-child.active svg g path:nth-child(3) {
  fill: #004071 !important;
}
.wp-block-atbs-tabs .tabs-container .tabs-content .single-tab {
  opacity: 0;
}
.wp-block-atbs-tabs .tabs-container .tabs-content .single-tab.active {
  opacity: 1;
}

.mapboxgl-canary {
  visibility: visible !important;
}

.hl_block__map {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: calc(100vh - 100px);
}
@media (min-width: 781px) {
  .hl_block__map {
    height: calc(100vh - 108px);
    margin-top: 125px;
    margin-right: calc(var(--wp--style--root--padding-right) * -1);
    margin-left: calc(var(--wp--style--root--padding-left) * -1);
  }
}
.hl_block__map {
  /*
  * BorlabsCookie
  */
}
.hl_block__map .BorlabsCookie {
  width: 100%;
  height: 100%;
  position: relative;
}
.hl_block__map .BorlabsCookie ._brlbs-default {
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(244, 237, 236, 0.4);
}
.hl_block__map {
  /*
  * Sidebar
  */
}
.hl_block__map .sidebar {
  display: none;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}
.hl_block__map .sidebar .listings {
  height: 100%;
  overflow: auto;
  padding-bottom: 60px;
}
.hl_block__map .sidebar .listings ::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.hl_block__map .sidebar .listings ::-webkit-scrollbar-track {
  background: none;
}
.hl_block__map .sidebar .listings ::-webkit-scrollbar-thumb {
  background: #00853e;
  border-radius: 0;
}
.hl_block__map .sidebar .listings .item {
  display: block;
  border-bottom: 1px solid #adcee4;
  padding: 10px;
  background: white;
  text-decoration: none;
}
.hl_block__map .sidebar .listings .item:last-child {
  border-bottom: none;
}
.hl_block__map .sidebar .listings .item.active {
  background: #004071;
}
.hl_block__map .sidebar .listings .item.active .title {
  color: white;
}
.hl_block__map .sidebar .listings .item .title {
  display: block;
  color: #004071;
  font-weight: 700;
}
.hl_block__map .sidebar .listings .item .title small {
  font-weight: 400;
}
.hl_block__map {
  /*
   * 
  Map
   */
}
.hl_block__map #map {
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hl_block__map #map {
  /*
  * Popup / LEAFLET
  */
}
.hl_block__map #map .mapboxgl-popup,
.hl_block__map #map .leaflet-popup {
  margin-top: 27px;
  opacity: 1 !important;
  z-index: 201 !important;
  margin-left: 0.5px;
}
.hl_block__map #map .mapboxgl-popup .mapboxgl-ctrl-top-right,
.hl_block__map #map .leaflet-popup .mapboxgl-ctrl-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.hl_block__map #map .mapboxgl-popup .mapboxgl-popup-close-button,
.hl_block__map #map .leaflet-popup .mapboxgl-popup-close-button {
  display: none;
}
.hl_block__map #map .mapboxgl-popup .leaflet-popup-close-button,
.hl_block__map #map .leaflet-popup .leaflet-popup-close-button {
  color: #adcee4;
  font-size: 23px;
  font-weight: 300;
  top: 6px;
  right: 3px;
}
.hl_block__map #map .mapboxgl-popup .leaflet-popup-close-button:hover,
.hl_block__map #map .leaflet-popup .leaflet-popup-close-button:hover {
  color: #fff;
}
.hl_block__map #map .mapboxgl-popup .mapboxgl-popup-content,
.hl_block__map #map .mapboxgl-popup .leaflet-popup-content-wrapper,
.hl_block__map #map .leaflet-popup .mapboxgl-popup-content,
.hl_block__map #map .leaflet-popup .leaflet-popup-content-wrapper {
  background: #004071;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 0;
  border-radius: 0;
}
.hl_block__map #map .mapboxgl-popup .mapboxgl-popup-content a,
.hl_block__map #map .mapboxgl-popup .leaflet-popup-content-wrapper a,
.hl_block__map #map .leaflet-popup .mapboxgl-popup-content a,
.hl_block__map #map .leaflet-popup .leaflet-popup-content-wrapper a {
  text-decoration: none;
}
.hl_block__map #map .mapboxgl-popup .mapboxgl-popup-content h3,
.hl_block__map #map .mapboxgl-popup .leaflet-popup-content-wrapper h3,
.hl_block__map #map .leaflet-popup .mapboxgl-popup-content h3,
.hl_block__map #map .leaflet-popup .leaflet-popup-content-wrapper h3 {
  color: #fff;
  display: block;
  padding: 20px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin: 0;
}
.hl_block__map #map .mapboxgl-popup .mapboxgl-popup-content h4,
.hl_block__map #map .mapboxgl-popup .leaflet-popup-content-wrapper h4,
.hl_block__map #map .leaflet-popup .mapboxgl-popup-content h4,
.hl_block__map #map .leaflet-popup .leaflet-popup-content-wrapper h4 {
  margin: 0;
  display: block;
  padding: 10px;
  font-weight: 400;
}
.hl_block__map #map .mapboxgl-popup .mapboxgl-popup-content img,
.hl_block__map #map .mapboxgl-popup .leaflet-popup-content-wrapper img,
.hl_block__map #map .leaflet-popup .mapboxgl-popup-content img,
.hl_block__map #map .leaflet-popup .leaflet-popup-content-wrapper img {
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 781px) {
  .hl_block__map #map .mapboxgl-popup .mapboxgl-popup-content img,
  .hl_block__map #map .mapboxgl-popup .leaflet-popup-content-wrapper img,
  .hl_block__map #map .leaflet-popup .mapboxgl-popup-content img,
  .hl_block__map #map .leaflet-popup .leaflet-popup-content-wrapper img {
    height: 170px;
  }
}
.hl_block__map #map .mapboxgl-popup .mapboxgl-popup-content div,
.hl_block__map #map .mapboxgl-popup .mapboxgl-popup-content .leaflet-popup-content,
.hl_block__map #map .mapboxgl-popup .leaflet-popup-content-wrapper div,
.hl_block__map #map .mapboxgl-popup .leaflet-popup-content-wrapper .leaflet-popup-content,
.hl_block__map #map .leaflet-popup .mapboxgl-popup-content div,
.hl_block__map #map .leaflet-popup .mapboxgl-popup-content .leaflet-popup-content,
.hl_block__map #map .leaflet-popup .leaflet-popup-content-wrapper div,
.hl_block__map #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-size: 16px;
}
@media (min-width: 540px) {
  .hl_block__map #map .mapboxgl-popup .mapboxgl-popup-content div,
  .hl_block__map #map .mapboxgl-popup .mapboxgl-popup-content .leaflet-popup-content,
  .hl_block__map #map .mapboxgl-popup .leaflet-popup-content-wrapper div,
  .hl_block__map #map .mapboxgl-popup .leaflet-popup-content-wrapper .leaflet-popup-content,
  .hl_block__map #map .leaflet-popup .mapboxgl-popup-content div,
  .hl_block__map #map .leaflet-popup .mapboxgl-popup-content .leaflet-popup-content,
  .hl_block__map #map .leaflet-popup .leaflet-popup-content-wrapper div,
  .hl_block__map #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
    font-size: 17px;
    font-size: 17px;
  }
}
.hl_block__map #map .mapboxgl-popup .mapboxgl-popup-content div p,
.hl_block__map #map .mapboxgl-popup .mapboxgl-popup-content .leaflet-popup-content p,
.hl_block__map #map .mapboxgl-popup .leaflet-popup-content-wrapper div p,
.hl_block__map #map .mapboxgl-popup .leaflet-popup-content-wrapper .leaflet-popup-content p,
.hl_block__map #map .leaflet-popup .mapboxgl-popup-content div p,
.hl_block__map #map .leaflet-popup .mapboxgl-popup-content .leaflet-popup-content p,
.hl_block__map #map .leaflet-popup .leaflet-popup-content-wrapper div p,
.hl_block__map #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content p {
  color: #fff;
  padding: 20px;
  margin: 0;
  line-height: 1.25;
}
.hl_block__map #map .mapboxgl-popup .mapboxgl-popup-content div a,
.hl_block__map #map .mapboxgl-popup .mapboxgl-popup-content .leaflet-popup-content a,
.hl_block__map #map .mapboxgl-popup .leaflet-popup-content-wrapper div a,
.hl_block__map #map .mapboxgl-popup .leaflet-popup-content-wrapper .leaflet-popup-content a,
.hl_block__map #map .leaflet-popup .mapboxgl-popup-content div a,
.hl_block__map #map .leaflet-popup .mapboxgl-popup-content .leaflet-popup-content a,
.hl_block__map #map .leaflet-popup .leaflet-popup-content-wrapper div a,
.hl_block__map #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content a {
  display: block;
}
.hl_block__map #map .mapboxgl-popup .mapboxgl-popup-content div a:hover,
.hl_block__map #map .mapboxgl-popup .mapboxgl-popup-content .leaflet-popup-content a:hover,
.hl_block__map #map .mapboxgl-popup .leaflet-popup-content-wrapper div a:hover,
.hl_block__map #map .mapboxgl-popup .leaflet-popup-content-wrapper .leaflet-popup-content a:hover,
.hl_block__map #map .leaflet-popup .mapboxgl-popup-content div a:hover,
.hl_block__map #map .leaflet-popup .mapboxgl-popup-content .leaflet-popup-content a:hover,
.hl_block__map #map .leaflet-popup .leaflet-popup-content-wrapper div a:hover,
.hl_block__map #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content a:hover {
  text-decoration: none;
}
.hl_block__map #map .mapboxgl-popup .mapboxgl-popup-content div a.popup_btn,
.hl_block__map #map .mapboxgl-popup .mapboxgl-popup-content .leaflet-popup-content a.popup_btn,
.hl_block__map #map .mapboxgl-popup .leaflet-popup-content-wrapper div a.popup_btn,
.hl_block__map #map .mapboxgl-popup .leaflet-popup-content-wrapper .leaflet-popup-content a.popup_btn,
.hl_block__map #map .leaflet-popup .mapboxgl-popup-content div a.popup_btn,
.hl_block__map #map .leaflet-popup .mapboxgl-popup-content .leaflet-popup-content a.popup_btn,
.hl_block__map #map .leaflet-popup .leaflet-popup-content-wrapper div a.popup_btn,
.hl_block__map #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content a.popup_btn {
  margin: 20px 20px 5px 0;
  padding: 1rem 40px;
  max-height: unset;
  display: inline-block;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-decoration: none;
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #c59750;
  color: #ffffff;
}
.hl_block__map #map .mapboxgl-popup .leaflet-popup-tip-container .leaflet-popup-tip,
.hl_block__map #map .leaflet-popup .leaflet-popup-tip-container .leaflet-popup-tip {
  background: #004071;
  width: 15px;
  height: 15px;
}
.hl_block__map #map .mapboxgl-popup .mapboxgl-popup-content-wrapper,
.hl_block__map #map .leaflet-popup .mapboxgl-popup-content-wrapper {
  padding: 1%;
}
.hl_block__map #map .mapboxgl-popup .mapboxgl-container .leaflet-marker-icon,
.hl_block__map #map .leaflet-popup .mapboxgl-container .leaflet-marker-icon {
  cursor: pointer;
}
.hl_block__map #map .mapboxgl-popup .mapboxgl-popup-anchor-top > .mapboxgl-popup-content,
.hl_block__map #map .leaflet-popup .mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
  margin-top: 15px;
}
.hl_block__map #map .mapboxgl-popup .mapboxgl-popup-anchor-top > .mapboxgl-popup-tip,
.hl_block__map #map .leaflet-popup .mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
  border-bottom-color: #004071;
}
.hl_block__map #map .leaflet-control-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.hl_block__map #map .leaflet-control-attribution {
  font-size: 12px;
}
.hl_block__map #map .leaflet-top.leaflet-right {
  right: 0;
  top: 10px;
}
.hl_block__map #map .leaflet-bar {
  border: 0px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
.hl_block__map #map .leaflet-bar a {
  color: #004071;
}
@media (max-width: 781px) {
  .hl_block__map #map .leaflet-bar.leaflet-control:not(.leaflet-autocomplete):not(.hl_filter) {
    display: none;
  }
}
.hl_block__map #map .leaflet-control-locate a {
  color: #004071;
  background: #fff;
  font-size: 1.2em;
}
.hl_block__map #map .leaflet-control-zoom-out {
  background: #fff;
}
.hl_block__map #map .leaflet-control-zoom-in {
  background: #fff;
}
.hl_block__map #map {
  /*
  * Cluster
  */
}
.hl_block__map #map .marker-cluster-small {
  background-color: rgba(156, 192, 217, 0.4);
}
.hl_block__map #map .marker-cluster-small div {
  background-color: rgba(156, 192, 217, 0.4);
}
.hl_block__map #map .marker-cluster-small div span {
  color: #004071;
}
.hl_block__map #map .marker-cluster-medium {
  background-color: rgba(156, 192, 217, 0.8);
}
.hl_block__map #map .marker-cluster-medium div {
  background-color: rgba(156, 192, 217, 0.8);
}
.hl_block__map #map .marker-cluster-medium div span {
  color: #004071;
}
.hl_block__map #map .marker-cluster-large {
  background-color: rgba(0, 65, 113, 0.8);
}
.hl_block__map #map .marker-cluster-large div {
  background-color: rgba(0, 65, 113, 0.8);
}
.hl_block__map #map .marker-cluster-large div span {
  color: white;
}
.hl_block__map #map .marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}
.hl_block__map #map .marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.hl_block__map #map .marker-cluster span {
  line-height: 30px;
}
.hl_block__map .leaflet-container {
  font: inherit;
}
.hl_block__map {
  /*
  * Marker
  */
}
@media (max-width: 781px) {
  .hl_block__map .leaflet-container .leaflet-marker-pane img {
    width: 25px !important;
  }
}

/*
 * Search
 */
.leaflet-autocomplete.leaflet-control {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  background-color: #fff;
  padding: 3px 2px 4px 6px;
  cursor: pointer;
}
.leaflet-autocomplete.leaflet-control:hover {
  background-color: #f4f4f4;
}
.leaflet-autocomplete.leaflet-control .auto-search-wrapper {
  top: 30px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 340px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.leaflet-autocomplete.leaflet-control .auto-search-wrapper .auto-expanded {
  border: 1px solid #adcee4;
}
.leaflet-autocomplete.leaflet-control .auto-search-wrapper .auto-results-wrapper {
  border: 1px solid #adcee4;
  margin-top: 12px;
}
.leaflet-autocomplete.leaflet-control .auto-search-wrapper input {
  border: 1px solid #adcee4;
  padding: 10px 20px 10px 10px;
  color: #004071;
}
.leaflet-autocomplete.leaflet-control .auto-search-wrapper ul li {
  line-height: 1.2;
  background: #fff;
}
.leaflet-autocomplete.leaflet-control .auto-search-wrapper ul li:hover {
  background: #adcee4;
}
.leaflet-autocomplete.leaflet-control .auto-search-wrapper ul li p {
  margin: 0;
}
.leaflet-autocomplete.leaflet-control.active-autocomplete .auto-search-wrapper {
  -webkit-transform: translateX(calc(-100% + 25px));
          transform: translateX(calc(-100% + 25px));
  -webkit-transition: height 0.2s ease-in-out, padding 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: height 0.2s ease-in-out, padding 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: height 0.2s ease-in-out, padding 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: height 0.2s ease-in-out, padding 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.leaflet-autocomplete.leaflet-control .leaflet-search {
  width: 17px;
  height: 17px;
}
.leaflet-autocomplete.leaflet-control .auto-clear {
  background: #fff;
  margin: 1px;
  width: 30px;
  display: block;
  padding: 0;
}
.leaflet-autocomplete.leaflet-control .auto-clear::before {
  content: "X";
  color: #004071;
  font-size: 14px;
  font-weight: 600;
}

/*
 * Filter
 */
.hl_filter__container {
  width: 100%;
  background: #004071;
  border-radius: 2px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  padding: 10px 20px 15px 20px;
  margin: 55px 0 0 0;
  position: relative;
}
@media (min-width: 480px) {
  .hl_filter__container {
    padding: 30px 20px 15px 20px;
    width: 340px;
  }
}
.hl_filter__container:before {
  background: #004071;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #004071;
  left: 10px;
  top: -14px;
  clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
}
.hl_filter__container:after {
  position: absolute;
  content: "x";
  right: 15px;
  top: 15px;
  font-size: 20px;
  font-style: normal;
  cursor: pointer;
  color: #fff;
}

.hl_filter.is-active .hl_filter__container {
  opacity: 1;
}
.hl_filter.is-active .hl_filter__container .toggle {
  pointer-events: auto;
}
.hl_filter {
  width: calc(100% - 20px);
  margin: 10px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}
.hl_filter .hl_filter__title {
  font-weight: 600;
  padding-bottom: 5px;
  margin: 0;
  color: #fff;
}
.hl_filter .hl_filter__btn {
  pointer-events: auto;
  font-weight: 600;
  color: #004071;
  font-size: 15px;
  position: absolute;
  top: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.hl_filter .hl_filter__btn:before {
  content: "";
  position: absolute;
  z-index: 200;
  left: 2.5px;
  top: 2.5px;
  background: url("assets/images/icon_filter.svg") no-repeat left top;
  width: 25px;
  height: 25px;
}
.hl_filter .toggle {
  pointer-events: none;
  position: relative;
  width: 100%;
  display: block;
  padding: 7px 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 781px) {
  .hl_filter .toggle {
    padding: 4px 0;
  }
}
.hl_filter .toggle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
}
.hl_filter .toggle:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 48%;
  width: 8px;
  height: 5px;
  border-radius: 1px;
  border-left: 2px solid #faf7ed;
  border-bottom: 2px solid #faf7ed;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hl_filter .toggle p {
  padding-left: 30px;
  margin: 0;
  position: relative;
  font-weight: normal;
  line-height: inherit;
  color: #fff;
}
@media (min-width: 781px) {
  .hl_filter .toggle p {
    font-size: 16px;
  }
}
.hl_filter .toggle:hover p {
  color: #fff;
}
.hl_filter input {
  display: none;
}
.hl_filter input:checked + .toggle:before {
  background: #004071;
}
.hl_filter input:checked + .toggle:after {
  opacity: 1;
}
.hl_filter input:checked + .toggle p {
  color: #fff;
}

.nf-form-cont input[type=text],
.nf-form-cont input[type=email],
.nf-form-cont input[type=tel] {
  color: #004071;
  font-family: var(--wp--preset--font-family--rethink-sans);
  border-radius: 15px;
  height: 45px;
  padding: 0 20px;
  border: 1px solid #adcee4;
}
.nf-form-cont textarea {
  color: #004071;
  font-family: var(--wp--preset--font-family--rethink-sans);
  border-radius: 15px;
  padding: 20px;
  border: 1px solid #adcee4;
}
.nf-form-cont input[type=submit] {
  background-color: #c59750;
  border-radius: 0;
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: white;
  letter-spacing: 2px;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
.nf-form-cont .nf-form-fields-required {
  font-size: 0.813rem;
  margin-bottom: 30px;
  color: #adcee4;
}

/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * Search Form
 */
.hl_searchform {
  font-family: var(--wp--preset--font-family--rethink-sans);
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  overflow: scroll;
  width: 100vw !important;
  height: 100vh !important;
  padding-top: 70px;
  -webkit-transition: opacity 0.2s ease-out 0s, visibility 0s linear 0.5s, z-index 0s linear 0.5s;
  transition: opacity 0.2s ease-out 0s, visibility 0s linear 0.5s, z-index 0s linear 0.5s;
  opacity: 0;
  background: white;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 781px) {
  .hl_searchform {
    padding-top: 80px;
  }
}
@media (min-width: 1280px) {
  .hl_searchform {
    padding-top: 135px;
  }
}
.page-parent .hl_searchform, .page-child .hl_searchform {
  padding-top: 104px;
}
@media (min-width: 781px) {
  .page-parent .hl_searchform, .page-child .hl_searchform {
    padding-top: 115px;
  }
}
@media (min-width: 1280px) {
  .page-parent .hl_searchform, .page-child .hl_searchform {
    padding-top: 135px;
  }
}
.home .hl_searchform {
  padding-top: 70px;
}
@media (min-width: 781px) {
  .home .hl_searchform {
    padding-top: 80px;
  }
}
@media (min-width: 1280px) {
  .home .hl_searchform {
    padding-top: 90px;
  }
}
.hl_searchform.is-active {
  z-index: 200;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease-in, visibility 0s linear, z-index 0s linear;
  transition: opacity 0.2s ease-in, visibility 0s linear, z-index 0s linear;
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1;
}
.is-resizing .hl_searchform.is-active {
  -webkit-transition: none;
  transition: none;
}
@media (min-width: 781px) {
  .hl_searchform {
    padding-top: 144px;
  }
}
.hl_searchform .frame-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.home .hl_searchform .frame-content {
  padding-top: 83px;
}
@media (min-width: 781px) {
  .home .hl_searchform .frame-content {
    padding-top: 50px;
  }
}
.hl_searchform form {
  position: relative;
}
.hl_searchform label {
  display: none;
}
.hl_searchform input {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  height: 40px;
  width: 100%;
  margin: 0;
  padding: 0 0 12px 0;
  text-indent: 0;
  color: #004071;
  border: none;
  border-bottom: 1px solid #c59750;
  border-radius: 0;
  background: transparent url("assets/images/icon_search_accent.svg") no-repeat center right;
  background-size: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-size: 20px;
  font-size: 20px;
}
.hl_searchform input.placeholder {
  color: #adcee4;
}
.hl_searchform input:-moz-placeholder {
  color: #adcee4;
}
.hl_searchform input::-moz-placeholder {
  color: #adcee4;
}
.hl_searchform input:-ms-input-placeholder {
  color: #adcee4;
}
.hl_searchform input::-webkit-input-placeholder {
  color: #adcee4;
}
@media (min-width: 375px) {
  .hl_searchform input {
    font-size: 24px;
    font-size: 24px;
  }
}
@media (min-width: 781px) {
  .hl_searchform input {
    padding-bottom: 5px;
    border-bottom: 2px solid #004071;
  }
}
@media (min-width: 1280px) {
  .hl_searchform input {
    font-size: 32px;
    font-size: 32px;
  }
}
.hl_searchform input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 39px;
  height: 39px;
  cursor: pointer;
  text-indent: -9999em;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hl_searchform input[type=submit]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 1280px) {
  .hl_searchform input[type=submit] {
    width: 49px;
    height: 49px;
  }
}

.hl_searchform__close {
  font-weight: 400;
  position: absolute;
  z-index: 100;
  top: 10px;
  left: 50%;
  display: block;
  padding-bottom: 55px;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #c59750;
  font-size: 14px;
  font-size: 14px;
}
@media (min-width: 781px) {
  .hl_searchform__close {
    top: 25px;
    padding-bottom: 85px;
    background-size: 25px auto;
  }
}

.hl_searchform__close {
  color: transparent;
  background: none;
  width: 40px;
  height: 40px;
  padding-bottom: 0;
}
.hl_searchform__close:hover {
  opacity: 1;
  text-decoration: none;
}
.hl_searchform__close:before, .hl_searchform__close:after {
  position: absolute;
  left: auto;
  right: 25px;
  content: " ";
  height: 40px;
  width: 2px;
  background-color: #004071;
}
.hl_searchform__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hl_searchform__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 781px) {
  .hl_searchform__close {
    height: 40px;
    right: 15px;
    top: 10px;
  }
  .hl_searchform__close:before, .hl_searchform__close:after {
    right: 20px;
    height: 40px;
  }
}

.hl_searchmessage {
  line-height: 1.2;
  display: block;
  margin-top: 40px;
  font-size: 16px;
  font-size: 16px;
}
@media (min-width: 1280px) {
  .hl_searchmessage {
    font-size: 18px;
    font-size: 18px;
  }
}
.hl_searchmessage strong {
  font-weight: 700;
}

.hl_searchresult {
  margin-top: 40px;
}

.hl_searchform__results mark {
  background: #c59750;
}

.hl_searchresult__title {
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 20px;
}
@media (min-width: 1280px) {
  .hl_searchresult__title {
    font-size: 24px;
    font-size: 24px;
  }
}

.hl_searchresult__excerpt {
  display: block;
}
.hl_searchresult__excerpt p {
  margin-bottom: 0;
}
.hl_searchresult__excerpt a {
  color: #c59750;
}

.hl_searchresult__link {
  display: block;
  margin-top: 15px;
}
.hl_searchresult__link a {
  color: #c59750;
  text-decoration: underline;
}
.hl_searchresult__link a:hover {
  text-decoration: none;
}

.us_focus-window {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  overflow: scroll;
  -webkit-transition: width 0.2s ease-out 0.3s, height 0.2s ease-out 0.3s, opacity 0.2s ease-out 0.4s, visibility 0s linear 0.5s, z-index 0s linear 0.5s, -webkit-transform 0.2s ease-out 0.3s;
  transition: width 0.2s ease-out 0.3s, height 0.2s ease-out 0.3s, opacity 0.2s ease-out 0.4s, visibility 0s linear 0.5s, z-index 0s linear 0.5s, -webkit-transform 0.2s ease-out 0.3s;
  transition: width 0.2s ease-out 0.3s, height 0.2s ease-out 0.3s, transform 0.2s ease-out 0.3s, opacity 0.2s ease-out 0.4s, visibility 0s linear 0.5s, z-index 0s linear 0.5s;
  transition: width 0.2s ease-out 0.3s, height 0.2s ease-out 0.3s, transform 0.2s ease-out 0.3s, opacity 0.2s ease-out 0.4s, visibility 0s linear 0.5s, z-index 0s linear 0.5s, -webkit-transform 0.2s ease-out 0.3s;
  opacity: 0;
  background-color: #004071;
  -webkit-overflow-scrolling: touch;
}
.us_focus-window:before {
  top: 10px;
  left: 10px;
  width: 25px;
  height: 25px;
  opacity: 0.2;
  position: fixed;
  content: "";
  border-top: 2px solid #c59750;
  border-left: 2px solid #c59750;
  opacity: 0.2;
}
.us_focus-window:after {
  width: 25px;
  height: 25px;
  position: fixed;
  top: 10px;
  right: 10px;
  content: "";
  border-top: 2px solid #c59750;
  border-right: 2px solid #c59750;
  opacity: 0.2;
}
.us_focus-window .frame-content {
  width: 100%;
}
.us_focus-window .us_focus-window__content {
  max-width: 90%;
  margin: 0 auto;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (min-width: 1440px) {
  .us_focus-window .us_focus-window__content {
    max-width: 1200px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.us_focus-window .us_focus-window__content:before {
  position: fixed;
  content: "";
  bottom: 30px;
  left: 20px;
  width: 25px;
  height: 25px;
  border-bottom: 2px solid #c59750;
  border-left: 2px solid #c59750;
  opacity: 0.2;
}
@media (max-width: 781px) {
  .us_focus-window .us_focus-window__content:before {
    left: 10px;
    bottom: 10px;
  }
}
@media (max-width: 360px) {
  .us_focus-window .us_focus-window__content:before {
    opacity: 0;
  }
}
.us_focus-window .us_focus-window__content:after {
  right: 35px;
  bottom: 30px;
  width: 25px;
  height: 25px;
  border-right: 2px solid #c59750;
  border-bottom: 2px solid #c59750;
  opacity: 0.2;
  position: fixed;
  content: "";
}
@media (max-width: 781px) {
  .us_focus-window .us_focus-window__content:after {
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 360px) {
  .us_focus-window .us_focus-window__content:after {
    opacity: 0;
  }
}
.is-resizing .us_focus-window {
  -webkit-transition: none;
  transition: none;
}
.us_focus-window.is-active {
  z-index: 201;
  overflow-x: hidden;
  visibility: visible;
  width: 100vw !important;
  height: 100vh !important;
  -webkit-transition: width 0.2s ease-in, height 0.2s ease-in, opacity 0s linear, visibility 0s linear, z-index 0s linear, -webkit-transform 0.2s ease-in;
  transition: width 0.2s ease-in, height 0.2s ease-in, opacity 0s linear, visibility 0s linear, z-index 0s linear, -webkit-transform 0.2s ease-in;
  transition: width 0.2s ease-in, height 0.2s ease-in, transform 0.2s ease-in, opacity 0s linear, visibility 0s linear, z-index 0s linear;
  transition: width 0.2s ease-in, height 0.2s ease-in, transform 0.2s ease-in, opacity 0s linear, visibility 0s linear, z-index 0s linear, -webkit-transform 0.2s ease-in;
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1;
}
.is-resizing .us_focus-window.is-active {
  -webkit-transition: none;
  transition: none;
}
.us_focus-window.is-active .us_focus-window__content {
  overflow: visible;
  -webkit-transition: opacity 0.2s ease-in 0.3s;
  transition: opacity 0.2s ease-in 0.3s;
  opacity: 1 !important;
}
.block-scroll .us_focus-window {
  width: 87.5%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 781px) {
  .block-scroll .us_focus-window {
    width: 87.5%;
  }
}
@media (min-width: 1440px) {
  .block-scroll .us_focus-window {
    width: 780px;
  }
}
.us_focus-window .wp-block-columns.is-style-top {
  margin-top: 0;
  max-width: var(--wp--style--global--wide-size);
  background: #fff;
}
.us_focus-window .wp-block-columns.is-style-top .wp-block-column:first-child {
  outline: none;
  padding: var(--wp--style--root--padding-left);
  -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
}
@media (min-width: 781px) {
  .us_focus-window .wp-block-columns.is-style-top .wp-block-column:first-child {
    -ms-flex-preferred-size: 47% !important;
        flex-basis: 47% !important;
  }
}
.us_focus-window .wp-block-columns.is-style-top .wp-block-column:last-child {
  border: 0;
  margin: 0;
  padding: var(--wp--style--root--padding-left);
  -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
}
@media (min-width: 781px) {
  .us_focus-window .wp-block-columns.is-style-top .wp-block-column:last-child {
    -ms-flex-preferred-size: 53% !important;
        flex-basis: 53% !important;
  }
}
.us_focus-window .wp-block-columns.is-style-top .wp-block-column.is-vertically-aligned-bottom {
  -ms-flex-item-align: normal;
      -ms-grid-row-align: normal;
      align-self: normal;
}
.us_focus-window .wp-block-columns.is-style-top h1.wp-block-post-title {
  margin-bottom: 1.2rem;
}
.us_focus-window .wp-block-columns.is-style-top .attachment-post-thumbnail {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}
.us_focus-window .wp-block-button.is-style-back {
  display: none;
}

.us_focus-window__close-trigger {
  cursor: pointer;
}

.us_focus-window__close-top {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: 13px;
}
@media (min-width: 781px) {
  .us_focus-window__close-top {
    height: 28px;
  }
}

.us_focus-window__close-right {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  width: 13px;
}
@media (min-width: 781px) {
  .us_focus-window__close-right {
    width: 28px;
  }
}

.us_focus-window__close-bottom {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  left: 0;
  height: 13px;
}
@media (min-width: 781px) {
  .us_focus-window__close-bottom {
    height: 28px;
  }
}

.us_focus-window__close-left {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  width: 13px;
}
@media (min-width: 781px) {
  .us_focus-window__close-left {
    width: 28px;
  }
}

.us_focus-window__close-top,
.us_focus-window__close-right,
.us_focus-window__close-bottom,
.us_focus-window__close-left {
  height: 0;
  width: 0;
}

.us_focus-window__close {
  font-weight: 400;
  position: absolute;
  z-index: 100;
  top: 0;
  width: 40px;
  height: 40px;
  left: 50%;
  display: block;
  padding-bottom: 0;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: white;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 41.3' style='enable-background:new 0 0 40 41.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23ffffff;} %3C/style%3E%3Cpath class='st0' d='M0.4,39.1c-0.5,0.5-0.5,1.3,0,1.8c0.5,0.5,1.3,0.5,1.8,0L39.6,2.2c0.5-0.5,0.5-1.3,0-1.8 c-0.5-0.5-1.3-0.5-1.8,0L0.4,39.1L0.4,39.1z'/%3E%3Cpath class='st0' d='M37.8,40.9c0.5,0.5,1.3,0.5,1.8,0c0.5-0.5,0.5-1.3,0-1.8L2.2,0.4c-0.5-0.5-1.3-0.5-1.8,0 c-0.5,0.5-0.5,1.3,0,1.8L37.8,40.9z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 20px auto;
  font-size: 14px;
  font-size: 14px;
}
@media (min-width: 781px) {
  .us_focus-window__close {
    background-size: 25px auto;
  }
}

.us_focus-window-header {
  font-size: 0;
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  height: auto;
  padding-top: 10px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0870588) 0 4px 12px 0;
          box-shadow: rgba(0, 0, 0, 0.0870588) 0 4px 12px 0;
}
.us_focus-window-header .container {
  position: relative;
}
.us_focus-window-header .us_sub-header__subnavi {
  margin-right: 0;
}
@media (min-width: 781px) {
  .us_focus-window-header .us_sub-header__subnavi {
    margin-right: -10px;
  }
}
@media (min-width: 781px) {
  .us_focus-window-header {
    height: 96px;
    padding-top: 0;
  }
  .us_focus-window-header > .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1280px) {
  .us_focus-window-header > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      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: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          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 {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          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 {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          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-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

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

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

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

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

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

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

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

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

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

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

.swiper.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

.swiper.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper.swiper-cards {
  overflow: visible;
}

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

/*
 * Fancybox
 *
 * Fancybox styles and configuration
 */
/*
 * Mapbox/Leflet
 */
.leaflet-control-geocoder {
  border-radius: 4px;
  background: white;
  min-width: 26px;
  min-height: 26px;
}

.leaflet-touch .leaflet-control-geocoder {
  min-width: 30px;
  min-height: 30px;
}

.leaflet-control-geocoder a,
.leaflet-control-geocoder .leaflet-control-geocoder-icon {
  border-bottom: none;
  display: inline-block;
}

.leaflet-control-geocoder .leaflet-control-geocoder-alternatives a {
  width: inherit;
  height: inherit;
  line-height: inherit;
}

.leaflet-control-geocoder a:hover,
.leaflet-control-geocoder .leaflet-control-geocoder-icon:hover {
  border-bottom: none;
  display: inline-block;
}

.leaflet-control-geocoder-form {
  display: none;
  vertical-align: middle;
}

.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
  display: inline-block;
}

.leaflet-control-geocoder-form input {
  font-size: 120%;
  border: 0;
  background-color: transparent;
  width: 246px;
}

.leaflet-control-geocoder-icon {
  border-radius: 4px;
  width: 26px;
  height: 26px;
  border: none;
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.2 13l3.4 6.6c.6 1.1 2.5-.4 2-1.2l-4-6.2z'/%3E%3Ccircle cx='10.8' cy='8.9' r='3.9' fill='none' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.leaflet-touch .leaflet-control-geocoder-icon {
  width: 30px;
  height: 30px;
}

.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23000' stroke-linecap='round' stroke-width='1.6' viewBox='0 0 24 24'%3E%3Cdefs/%3E%3Cg%3E%3Cpath stroke-opacity='.1' d='M14 8.4l3-5'/%3E%3Cpath stroke-opacity='.2' d='M15.6 10l5-3'/%3E%3Cpath stroke-opacity='.3' d='M16.2 12H22'/%3E%3Cpath stroke-opacity='.4' d='M15.6 14l5 3m-6.5-1.4l2.9 5'/%3E%3Cpath stroke-opacity='.5' d='M12 16.2V22m-2-6.4l-3 5'/%3E%3Cpath stroke-opacity='.6' d='M8.4 14l-5 3'/%3E%3Cpath stroke-opacity='.7' d='M7.8 12H2'/%3E%3Cpath stroke-opacity='.8' d='M8.4 10l-5-3'/%3E%3Cpath stroke-opacity='.9' d='M10 8.4l-3-5'/%3E%3Cpath d='M12 7.8V2'/%3E%3CanimateTransform attributeName='transform' calcMode='discrete' dur='1s' repeatCount='indefinite' type='rotate' values='0 12 12;30 12 12;60 12 12;90 12 12;120 12 12;150 12 12;180 12 12;210 12 12;240 12 12;270 12 12;300 12 12;330 12 12'/%3E%3C/g%3E%3C/svg%3E");
}

.leaflet-control-geocoder-form-no-error {
  display: none;
}

.leaflet-control-geocoder-form input:focus {
  outline: none;
}

.leaflet-control-geocoder-form button {
  display: none;
}

.leaflet-control-geocoder-error {
  margin-top: 8px;
  margin-left: 8px;
  display: block;
  color: #444;
}

.leaflet-control-geocoder-alternatives {
  display: block;
  width: 272px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.leaflet-control-geocoder-alternatives-minimized {
  display: none;
  height: 0;
}

.leaflet-control-geocoder-alternatives li {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  padding: 5px 8px;
  text-overflow: ellipsis;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.leaflet-control-geocoder-alternatives li a,
.leaflet-control-geocoder-alternatives li a:hover {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: inherit;
  border-radius: inherit;
  text-align: left;
}

.leaflet-control-geocoder-alternatives li:last-child {
  border-bottom: none;
}

.leaflet-control-geocoder-alternatives li:hover,
.leaflet-control-geocoder-selected {
  background-color: #f5f5f5;
}

.leaflet-control-geocoder-address-context {
  color: #666;
}

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

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

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

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

.mapboxgl-canvas-container.mapboxgl-interactive, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-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: -webkit-grabbing;
  cursor: grabbing;
}

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

.mapboxgl-canvas-container.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  -ms-touch-action: pinch-zoom;
      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 {
  -ms-touch-action: none;
      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;
  position: absolute;
  z-index: 2;
}

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

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

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

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

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

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

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

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

.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto;
  -webkit-transform: translate(0);
          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) {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

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

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

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

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-icon {
    background-color: transparent;
  }
  .mapboxgl-ctrl-group button + button {
    border-top: 1px solid ButtonText;
  }
}
.mapboxgl-ctrl-attrib-button:focus, .mapboxgl-ctrl-group button:focus {
  -webkit-box-shadow: 0 0 2px 2px #0096ff;
          box-shadow: 0 0 2px 2px #0096ff;
}

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

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

.mapboxgl-ctrl-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: rgb(0 0 0/5%);
}

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

.mapboxgl-ctrl-group button:focus:not(:focus-visible) {
  -webkit-box-shadow: none;
          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 {
  -webkit-animation: mapboxgl-spin 2s linear infinite;
          animation: mapboxgl-spin 2s linear infinite;
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg 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");
  }
}
@-webkit-keyframes mapboxgl-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes mapboxgl-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
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='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;
  cursor: pointer;
  display: block;
  height: 23px;
  margin: 0 0 -4px -4px;
  overflow: hidden;
  width: 88px;
}

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

@media (-ms-high-contrast: active) {
  a.mapboxgl-ctrl-logo {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg 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: hsla(0, 0%, 100%, 0.5);
  margin: 0;
  padding: 0 5px;
}

@media screen {
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    background-color: #fff;
    border-radius: 12px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin: 10px;
    min-height: 20px;
    padding: 2px 24px 2px 0;
    position: relative;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
    padding: 2px 28px 2px 8px;
    visibility: visible;
  }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show, .mapboxgl-ctrl-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 {
    background-color: hsla(0, 0%, 100%, 0.5);
    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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: none;
    height: 24px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
  }
  .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: rgb(0 0 0/5%);
  }
  .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 {
    right: 0;
    top: 0;
  }
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    left: 0;
    top: 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: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}

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

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

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

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

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

.mapboxgl-popup-anchor-top, .mapboxgl-popup-anchor-top-left, .mapboxgl-popup-anchor-top-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mapboxgl-popup-anchor-bottom, .mapboxgl-popup-anchor-bottom-left, .mapboxgl-popup-anchor-bottom-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.mapboxgl-popup-anchor-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.mapboxgl-popup-anchor-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

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

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

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

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

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

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

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

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

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

.mapboxgl-popup-close-button:hover {
  background-color: rgb(0 0 0/5%);
}

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

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

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

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

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

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

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

.mapboxgl-map:hover .mapboxgl-popup-track-pointer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
            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: rgba(29, 161, 242, 0.2);
  border-radius: 100%;
  height: 1px;
  width: 1px;
}

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

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

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

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

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

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
  background: transparent;
}
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  -webkit-filter: inherit;
          filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */
.leaflet-bar {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in, -webkit-transform 0.3s ease-out;
}

.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -webkit-transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.fullscreen-icon {
  background-image: url("assets/images/icon-fullscreen.svg");
  background-size: 26px 52px;
}

.fullscreen-icon.leaflet-fullscreen-on {
  background-position: 0 -26px;
}

.leaflet-touch .fullscreen-icon {
  background-position: 2px 2px;
}

.leaflet-touch .fullscreen-icon.leaflet-fullscreen-on {
  background-position: 2px -24px;
}

/* one selector per rule as explained here : http://www.sitepoint.com/html5-full-screen-api/ */
.leaflet-container:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
  z-index: 99999;
}

.leaflet-container:-ms-fullscreen {
  width: 100% !important;
  height: 100% !important;
  z-index: 99999;
}

.leaflet-container:full-screen {
  width: 100% !important;
  height: 100% !important;
  z-index: 99999;
}

.leaflet-container:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
  z-index: 99999;
}

.leaflet-container:-ms-fullscreen {
  width: 100% !important;
  height: 100% !important;
  z-index: 99999;
}

.leaflet-container:fullscreen {
  width: 100% !important;
  height: 100% !important;
  z-index: 99999;
}

.leaflet-pseudo-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
  z-index: 99999;
}

.leaflet-control-locate a {
  font-size: 1.4em;
  color: #444;
  cursor: pointer;
}

.leaflet-control-locate.active a {
  color: #2074b6;
}

.leaflet-control-locate.active.following a {
  color: #fc8428;
}

.leaflet-control-locate-location circle {
  -webkit-animation: leaflet-control-locate-throb 4s ease infinite;
          animation: leaflet-control-locate-throb 4s ease infinite;
}

@-webkit-keyframes leaflet-control-locate-throb {
  0% {
    stroke-width: 1;
  }
  50% {
    stroke-width: 3;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    stroke-width: 1;
  }
}

@keyframes leaflet-control-locate-throb {
  0% {
    stroke-width: 1;
  }
  50% {
    stroke-width: 3;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    stroke-width: 1;
  }
}
:root {
  --close-button:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.984 6.422 13.406 12l5.578 5.578-1.406 1.406L12 13.406l-5.578 5.578-1.406-1.406L10.594 12 5.016 6.422l1.406-1.406L12 10.594l5.578-5.578z'/%3E%3C/svg%3E");
  --loupe-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23929292' d='M16.041 15.856a.995.995 0 0 0-.186.186A6.97 6.97 0 0 1 11 18c-1.933 0-3.682-.782-4.95-2.05S4 12.933 4 11s.782-3.682 2.05-4.95S9.067 4 11 4s3.682.782 4.95 2.05S18 9.067 18 11a6.971 6.971 0 0 1-1.959 4.856zm5.666 4.437-3.675-3.675A8.967 8.967 0 0 0 20 11c0-2.485-1.008-4.736-2.636-6.364S13.485 2 11 2 6.264 3.008 4.636 4.636 2 8.515 2 11s1.008 4.736 2.636 6.364S8.515 20 11 20a8.967 8.967 0 0 0 5.618-1.968l3.675 3.675a.999.999 0 1 0 1.414-1.414z'/%3E%3C/svg%3E");
}

.auto-search-wrapper {
  display: block;
  position: relative;
  width: 100%;
}

.auto-search-wrapper input {
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  padding: 12px 45px 12px 10px;
  width: 100%;
}

.auto-search-wrapper input:focus {
  border: 1px solid #858585;
  outline: none;
}

.auto-search-wrapper input::-ms-clear {
  display: none;
}

.auto-search-wrapper ul {
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 0;
}

.auto-search-wrapper ul li {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  padding: 10px;
  position: relative;
}

.auto-search-wrapper ul li:not(:last-child) {
  border-top: none;
}

.auto-search-wrapper ul li[disabled] {
  background: #ececec;
  opacity: 0.5;
  pointer-events: none;
}

.auto-search-wrapper .auto-expanded {
  border: 1px solid #858585;
  outline: none;
}

.auto-search-wrapper.loupe:before {
  -webkit-filter: invert(60%);
          filter: invert(60%);
}

.auto-is-loading:after {
  -webkit-animation: auto-spinner 0.6s linear infinite;
          animation: auto-spinner 0.6s linear infinite;
  border-color: #d9d9d9 grey grey #d9d9d9;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  height: 20px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  width: 20px;
}

.auto-is-loading .auto-clear {
  display: none;
}

@-webkit-keyframes auto-spinner {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes auto-spinner {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
li.loupe:before {
  bottom: auto;
  top: 15px;
}

.loupe input {
  padding: 12px 45px 12px 35px;
}

.loupe:before {
  background-image: var(--loupe-icon);
  bottom: 0;
  content: "";
  height: 17px;
  left: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 17px;
}

.auto-selected:before {
  opacity: 1;
}

.auto-clear {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
  bottom: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

.auto-clear:before {
  content: var(--close-button);
  height: 24px;
  line-height: 100%;
  width: 24px;
}

.auto-clear span {
  display: none;
}

.auto-results-wrapper {
  background-color: #fff;
  border: 1px solid #858585;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  overflow: hidden;
}

.auto-results-wrapper ul > .loupe {
  padding-left: 40px;
}

.auto-results-wrapper.auto-is-active {
  display: block;
  margin-top: -1px;
  position: absolute;
  width: 100%;
  z-index: 99999;
}

.auto-selected {
  background-color: #e6e6e6;
}

.auto-selected + li:before {
  border-top: none;
}

.auto-error {
  border: 1px solid #ff3838;
}

.auto-error::-webkit-input-placeholder {
  color: #f66;
  opacity: 1;
}

.auto-error::-moz-placeholder {
  color: #f66;
  opacity: 1;
}

.auto-error:-ms-input-placeholder {
  color: #f66;
  opacity: 1;
}

.auto-error::-ms-input-placeholder {
  color: #f66;
  opacity: 1;
}

.auto-error::placeholder {
  color: #f66;
  opacity: 1;
}

.hidden {
  display: none;
}