/*!
Theme Name: ssi
Theme URI: 
Author: SSI
Author URI: http://SSI
Description: SSI Template
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ssi-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
    mq() takes up to three optional parameters:

    $from: inclusive min-width boundary
    $until: exclusive max-width boundary
    $and: additional custom directives
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[v-cloak] {
  display: none;
}

.delay1 {
  animation-delay: 0.3s;
}
@media (max-width: 35.99em) {
  .delay1 {
    animation-delay: 0.3s;
  }
}

.delay2 {
  animation-delay: 0.6s;
}
@media (max-width: 35.99em) {
  .delay2 {
    animation-delay: 0.3s;
  }
}

.delay3 {
  animation-delay: 0.9s;
}
@media (max-width: 35.99em) {
  .delay3 {
    animation-delay: 0.3s;
  }
}

.delay4 {
  animation-delay: 1.2s;
}
@media (max-width: 35.99em) {
  .delay4 {
    animation-delay: 0.3s;
  }
}

.delay5 {
  animation-delay: 1.5s;
}
@media (max-width: 35.99em) {
  .delay5 {
    animation-delay: 0.3s;
  }
}

.delay6 {
  animation-delay: 1.8s;
}
@media (max-width: 35.99em) {
  .delay6 {
    animation-delay: 0.3s;
  }
}

.delay7 {
  animation-delay: 2.1s;
}
@media (max-width: 35.99em) {
  .delay7 {
    animation-delay: 0.3s;
  }
}

.delay8 {
  animation-delay: 2.4s;
}
@media (max-width: 35.99em) {
  .delay8 {
    animation-delay: 0.3s;
  }
}

.delay9 {
  animation-delay: 2.7s;
}
@media (max-width: 35.99em) {
  .delay9 {
    animation-delay: 0.3s;
  }
}

.delay10 {
  animation-delay: 3s;
}
@media (max-width: 35.99em) {
  .delay10 {
    animation-delay: 0.3s;
  }
}

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  src: url("../ssi/assets/fonts/Montserrat-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  src: url("../ssi/assets/fonts/Montserrat-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  src: url("../ssi/assets/fonts/Montserrat-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  src: url("../ssi/assets/fonts/Montserrat-Bold.ttf");
  font-display: swap;
}
/*------------------------------------*\
    # Type
\*------------------------------------*/
*, html, body {
  font-size: 16px;
  font-family: "Montserrat", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@media (min-width: 93.75em) {
  *, html, body {
    font-size: 16px;
  }
}
@media (max-width: 61.99em) {
  *, html, body {
    font-size: 14px;
  }
}
@media (max-width: 47.99em) {
  *, html, body {
    font-size: 13px;
  }
}
@media (max-width: 35.99em) {
  *, html, body {
    font-size: 12px;
  }
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 36px;
  color: #1B2739;
  line-height: 1.25em;
  font-weight: 700;
  font-style: normal;
  font-family: "ador-hairline", sans-serif, "Montserrat", serif;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 3.75rem;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 74.99em) {
  h1 {
    font-size: 2.6785714286rem;
    margin-bottom: 17.1428571429px;
  }
}
@media (max-width: 61.99em) {
  h1 {
    font-size: 2.34375rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 35.99em) {
  h1 {
    font-size: 2.0833333333rem;
    margin-bottom: 13.3333333333px;
  }
}

h2 {
  font-size: 2.6785714286rem;
  margin-bottom: 17.1428571429px;
  text-transform: uppercase;
}
@media (max-width: 74.99em) {
  h2 {
    font-size: 2.6785714286rem;
    margin-bottom: 17.1428571429px;
  }
}
@media (max-width: 61.99em) {
  h2 {
    font-size: 2.34375rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 35.99em) {
  h2 {
    font-size: 2.0833333333rem;
    margin-bottom: 13.3333333333px;
  }
}
h2 strong {
  color: #96A279;
  font-weight: 700;
}

h3 {
  font-size: 1.5625rem;
  margin-bottom: 10px;
}

h4 {
  font-size: 2.5rem;
  margin-bottom: 16px;
}

h5 {
  font-size: 2.34375rem;
  margin-bottom: 15px;
}

h6 {
  font-size: 2.2058823529rem;
  margin-bottom: 14.1176470588px;
}

p, div, span {
  font-size: 1rem;
  line-height: 1.6em;
  color: #000000;
  font-weight: 400;
}

p {
  margin-bottom: 20px;
}
p:last-of-type {
  margin-bottom: 0;
}

a {
  color: #1B2739;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
}
a:hover {
  color: #96A279;
  text-decoration: none;
}

.gdpr_lightbox li:before {
  display: none;
}

ul, ol {
  margin: 20px 0 20px 20px;
}
ul li, ol li {
  margin-top: 6px;
  line-height: 1.6em;
  color: #000000;
}
ul ul, ul ol, ol ul, ol ol {
  margin-top: 0;
}

ul {
  margin-left: 0;
}
ul li {
  list-style: none outside none;
  padding-left: 1.4375rem;
  position: relative;
}
ul li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 2px;
  background-color: var(--color-main, #96A279);
  transition: ease 0.4s all;
}
ul ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

hr {
  height: 1px;
  margin: 30px 0;
  border: none;
  background-color: #DADADA;
  width: 100%;
}

blockquote {
  margin: 30px 0;
  font-size: 1.4375rem;
  line-height: 1.5em;
  color: #5e5e5e;
  text-align: center;
  font-style: italic;
}

table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
}

table.oc-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}

th {
  font-weight: 600;
  background-color: rgb(138.9642857143, 163.3928571429, 200.0357142857);
}

th, td {
  padding: 0.9375rem;
  border: 1px solid #DADADA;
  text-align: left;
}

figure {
  margin: 30px 0;
}
figure img {
  margin: 0;
}

figcaption {
  margin-top: 10px;
  color: rgb(25.5, 25.5, 25.5);
  font-size: 1rem;
}

pre {
  display: block;
  margin: 0 0 40px 0;
  padding: 20px;
  background-color: rgb(248.6, 248.6, 248.6);
  border: 1px solid #DADADA;
  overflow: auto;
  border-radius: 3px;
}
pre code {
  position: static;
  padding: 0;
  border: none;
  line-height: 1.5em;
}

code {
  position: relative;
  top: -0.2em;
  padding: 3px;
  font-family: Courier New, Courier, monospace;
  font-size: 0.8333333333rem;
  color: rgb(39.5, 39.5, 39.5);
  line-height: 1em;
  pointer-events: none;
  border: 1px solid #DADADA;
  border-radius: 3px;
}

em,
i,
.italic {
  font-style: italic;
}

strong,
b,
.bold {
  font-weight: 600;
}

img {
  max-width: 100%;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7-response-output {
  border-color: #46b450;
  order: -1;
  margin: 0 0 20px 0;
  background: #46b450;
  padding: 10px 20px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background: #ffb900;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  background: #dc3232;
}

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

.blocked {
  overflow: hidden;
}

.site-main {
  overflow: hidden;
}

.site-wrapper {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
@media (max-width: 61.99em) {
  .site-wrapper {
    overflow: hidden;
    position: relative;
  }
}

img::selection {
  background-color: transparent;
}

@media (max-width: 61.99em) {
  .map {
    max-height: 400px;
  }
}
@media (max-width: 35.99em) {
  .map {
    max-height: 250px;
  }
}

.padding-container {
  padding-left: 8vw;
  padding-right: 8vw;
}
@media (max-width: 93.74em) {
  .padding-container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 74.99em) {
  .padding-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 47.99em) {
  .padding-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 35.99em) {
  .padding-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.padding-container-left {
  padding-left: 8vw;
}
@media (max-width: 93.74em) {
  .padding-container-left {
    padding-left: 100px;
  }
}
@media (max-width: 74.99em) {
  .padding-container-left {
    padding-left: 50px;
  }
}
@media (max-width: 47.99em) {
  .padding-container-left {
    padding-left: 30px;
  }
}
@media (max-width: 35.99em) {
  .padding-container-left {
    padding-left: 15px;
  }
}
.padding-container-right {
  padding-right: 8vw;
}
@media (max-width: 93.74em) {
  .padding-container-right {
    padding-right: 100px;
  }
}
@media (max-width: 74.99em) {
  .padding-container-right {
    padding-right: 50px;
  }
}
@media (max-width: 47.99em) {
  .padding-container-right {
    padding-right: 30px;
  }
}
@media (max-width: 35.99em) {
  .padding-container-right {
    padding-right: 15px;
  }
}

.padding-vertical {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 61.99em) {
  .padding-vertical {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.padding-vertical-top {
  padding-top: 100px;
}
@media (max-width: 61.99em) {
  .padding-vertical-top {
    padding-top: 60px;
  }
}
.padding-vertical-bottom {
  padding-bottom: 100px;
}
@media (max-width: 61.99em) {
  .padding-vertical-bottom {
    padding-bottom: 60px;
  }
}

.margin-container {
  margin-left: 8vw;
  margin-right: 8vw;
}
@media (max-width: 93.74em) {
  .margin-container {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media (max-width: 74.99em) {
  .margin-container {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (max-width: 47.99em) {
  .margin-container {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 35.99em) {
  .margin-container {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.margin-container-left {
  margin-left: 8vw;
}
@media (max-width: 93.74em) {
  .margin-container-left {
    margin-left: 100px;
  }
}
@media (max-width: 74.99em) {
  .margin-container-left {
    margin-left: 50px;
  }
}
@media (max-width: 47.99em) {
  .margin-container-left {
    margin-left: 30px;
  }
}
@media (max-width: 35.99em) {
  .margin-container-left {
    margin-left: 15px;
  }
}
.margin-container-right {
  margin-right: 8vw;
}
@media (max-width: 93.74em) {
  .margin-container-right {
    margin-right: 100px;
  }
}
@media (max-width: 74.99em) {
  .margin-container-right {
    margin-right: 50px;
  }
}
@media (max-width: 47.99em) {
  .margin-container-right {
    margin-right: 30px;
  }
}
@media (max-width: 35.99em) {
  .margin-container-right {
    margin-right: 15px;
  }
}

.margin-vertical {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 61.99em) {
  .margin-vertical {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.margin-vertical-top {
  margin-top: 100px;
}
@media (max-width: 61.99em) {
  .margin-vertical-top {
    margin-top: 60px;
  }
}
.margin-vertical-bottom {
  margin-bottom: 100px;
}
@media (max-width: 61.99em) {
  .margin-vertical-bottom {
    margin-bottom: 60px;
  }
}

footer {
  margin-top: auto;
}

.no-gutters > .col-left {
  padding-right: 30px;
}
@media (max-width: 61.99em) {
  .no-gutters > .col-left {
    padding-right: 0;
  }
}
.no-gutters > .col-right {
  padding-left: 30px;
}
@media (max-width: 61.99em) {
  .no-gutters > .col-right {
    padding-left: 0;
  }
}

.col-left, .col-right, col-inside {
  margin-bottom: 30px;
}

.nd li {
  padding-left: 0;
  list-style: none;
}
.nd li::before {
  content: none;
}

/*.error {
  background-color: red;
}*/
.header__submenu {
  position: absolute;
  display: flex;
  flex-direction: column;
  background: #96A279;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: unset;
  right: 0;
  top: 150%;
  padding: 10px;
  height: auto;
  max-height: 900px;
  min-width: 150px;
  opacity: 1;
  z-index: 9;
  transform: scaleY(1);
  transform-origin: top center;
  transition: opacity 0.6s ease-in-out, transform 0.3s ease-in-out;
}
.header__submenu--fullscreen {
  position: static;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.header__submenu--fullscreen.header__submenu--hidden {
  display: none;
}
.header__submenu--hidden {
  opacity: 0;
  transform: scaleY(0);
}
.header__submenu .header__menuItem {
  width: auto;
  margin: 5px;
}
.header__submenu .header__menuItem--fullscreen {
  margin: 0;
}
.header__submenu .header__menuLink {
  color: #fff;
  white-space: nowrap;
}
.header__submenu .header__menuLink--fullscreen {
  font-size: 1rem;
  margin-bottom: 5px;
  text-align: center;
}

.header__menuItem:nth-child(1) .header__submenu {
  right: unset;
  left: 0;
}

.header__hamburger {
  display: none;
  width: 30px;
  height: 25px;
  position: relative;
  justify-self: flex-end;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 47.99em) {
  .header__hamburger {
    margin-right: 10px;
  }
}
.header__hamburger--fullscreen {
  display: block;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .header__hamburger {
    display: block;
  }
}
.header__hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #000000;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header__hamburger span:nth-child(1) {
  top: 2px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header__hamburger span:nth-child(2) {
  top: 11px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header__hamburger span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header__hamburger--open span {
  background-color: #96A279;
}
.header__hamburger--open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 8px;
}
.header__hamburger--open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.header__hamburger--open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

@media screen and (max-width: 991px) {
  .header {
    min-height: 85px !important;
    align-items: stretch !important;
  }
  .header .d-flex {
    display: flex;
    align-items: center;
    column-gap: 10px;
    align-self: center;
  }
  .header__nav {
    position: absolute;
    width: 100%;
    top: 85px;
    left: -100%;
    height: calc(100vh - 85px);
    background: #96A279;
    z-index: 3;
    transition: left 0.5s ease-in-out;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: auto;
  }
  .header__nav--visible {
    left: 0;
  }
  .header__nav .header__menuLink {
    color: #fff;
    display: block;
    padding: 15px;
    font-size: 1.75rem;
  }
  .header__nav .header__menuLink:hover {
    background-color: #fff;
  }
  .header__menuList {
    flex-direction: column;
    padding: 10px 0;
    position: static;
    align-items: flex-start;
  }
  .header__menuList > .header__menuItem {
    display: block;
    margin: 0;
    width: 100%;
  }
  .header__menuList > .header__menuItem--fullscreen {
    display: flex;
    margin: 0 0 25px 0;
  }
  .header__menuList > .header__menuItem:last-child {
    margin-bottom: 0;
  }
  .header__submenu {
    position: static;
    padding: 10px 0 0 0;
    margin-top: 5px;
    background-color: rgb(43.3928571429, 62.6785714286, 91.6071428571);
  }
  .header__submenu--fullscreen {
    background-color: transparent;
    justify-content: center;
    align-items: center;
  }
  .header__submenu--hidden {
    display: none;
  }
  .header__submenu .header__menuItem {
    margin: 0;
  }
  .header__submenu .header__menuLink {
    margin: 0 10px 10px 10px;
    display: inline-block;
    font-size: 1.75rem;
  }
  .header::after {
    display: none;
  }
}
@media (max-width: 47.99em) {
  .header {
    padding: 0 20px;
  }
  .header .d-flex {
    column-gap: 0;
  }
}
.button {
  padding: 10px 25px;
  transition-property: color, border, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  display: inline-flex;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #96A279;
  border: 1px solid #96A279;
  align-self: flex-start;
  font-size: 1.125rem;
  cursor: pointer;
  font-weight: 400;
  column-gap: 20px;
  justify-content: center;
}
.button:hover, .button.active {
  background-color: #1B2739;
  border-color: #1B2739;
  color: #fff;
}
.button:hover svg, .button.active svg {
  fill: #fff;
}
.button.arrow svg {
  width: 15px;
  height: 15px;
}
.button svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  transition: ease 0.3s all;
}
.button--secondary {
  color: #fff;
  background-color: #1B2739;
}
@media (min-width: 62em) {
  .button--extra {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
  }
}
.button--extra:hover {
  background-color: #96A279;
  border-color: #96A279;
  color: #1B2739;
}
.button--extra:hover svg {
  fill: #1B2739;
}
.button--extra svg {
  fill: #fff;
}
.button--bordered {
  background-color: transparent;
  color: var(--color-main, #1B2739);
  border-color: var(--color-main, #96A279);
}
.button--bordered:hover {
  background-color: var(--color-main, #96A279);
  border-color: var(--color-main, #96A279);
  color: var(--color-extra, #1B2739);
}
.button--bordered:hover svg {
  fill: var(--color-extra, #1B2739);
}
.button--bordered svg {
  fill: var(--color-main, #1B2739);
}

.cookie {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 75px;
  padding: 15px 30px;
}
@media (max-width: 47.99em) {
  .cookie {
    min-height: 50px;
    padding: 10px 30px;
  }
}
@media (max-width: 35.99em) {
  .cookie {
    flex-wrap: wrap;
    justify-content: center;
    min-height: 100px;
  }
}
.cookie__text {
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  margin-right: 15px;
  font-size: 0.875rem;
}
.cookie__text span {
  color: inherit;
  font-size: inherit;
}
@media (max-width: 35.99em) {
  .cookie__text {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.cookie__accept {
  background-color: #ffffff;
  color: #000000;
  padding: 5px 10px;
  font-size: 0.875rem;
}
.cookie__more {
  color: #1B2739;
}

.pagination {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__item {
  margin: 0 10px;
  padding: 0;
}
.pagination__item:before {
  display: none;
}
.pagination__item:first-child {
  margin-left: 0;
}
.pagination__item:last-child {
  margin-right: 0;
}
.pagination__link {
  font-weight: 700;
  font-size: 1.25rem;
  color: #000000;
}
.pagination__link:hover {
  color: #1B2739;
}
.pagination__link:hover:after {
  background-color: #1B2739;
}
.pagination__link--active {
  color: #1B2739;
  position: relative;
}
.pagination__link--active:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  bottom: 1px;
  left: -1px;
  background-color: #1B2739;
  transition: 0.3s;
}
.pagination__link--disabled {
  cursor: context-menu !important;
}
.pagination__link--disabled:hover {
  color: #000000;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-body {
  padding: 60px 20% 60px 20% !important;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}

.modal-content button.close {
  text-shadow: none;
  outline: none !important;
  top: 20px;
  right: 20px;
  position: absolute;
  border: transparent;
  border-radius: 100%;
  background: #e9e8e8;
  color: #1B2739;
  cursor: pointer;
  font-size: 20px;
  transition: 0.2s;
  padding: 10px 15px;
}
.modal-content button.close:hover {
  background-color: #96A279;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  display: none;
  z-index: 99999;
}

.sl-wrapper {
  z-index: 999997;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-total, .sl-wrapper .sl-current {
  color: #fff;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 999999;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
  font-size: 3rem;
}
.sl-wrapper .sl-close:focus {
  outline: none;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 999998;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 999998;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 999998;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 999999;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.leaflet-pane .leaflet-tooltip {
  background-color: #96A279;
  border-radius: 0;
  border-color: #96A279;
  color: #fff;
  box-shadow: unset;
}
.leaflet-pane .leaflet-tooltip-bottom:before {
  border-bottom-color: #96A279;
}
.leaflet-pane .map-marker {
  cursor: default;
}
.leaflet-pane .map-marker.has-popup {
  cursor: pointer;
}
.leaflet-pane .map-marker.has-popup svg {
  fill: var(--color-extra, #96A279);
}
.leaflet-pane .map-marker.has-popup svg:hover {
  fill: var(--color-main, #1B2739);
}
.leaflet-pane .map-marker.has-popup .icon-marker {
  background-color: var(--color-extra, #96A279);
}
.leaflet-pane .map-marker.has-popup .icon-marker:after {
  border-top-color: var(--color-extra, #96A279);
}
.leaflet-pane .map-marker.has-popup .icon-marker svg {
  fill: var(--color-main, #1B2739);
}
.leaflet-pane .map-marker.has-popup .icon-marker:hover {
  background-color: var(--color-main, #1B2739);
}
.leaflet-pane .map-marker.has-popup .icon-marker:hover:after {
  border-top-color: var(--color-main, #1B2739);
}
.leaflet-pane .map-marker.has-popup .icon-marker:hover svg {
  fill: var(--color-extra, #96A279);
}
.leaflet-pane .map-marker svg {
  fill: var(--color-main, #1B2739);
  transition: ease 0.3s all;
}
.leaflet-pane .icon-marker {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #96A279;
  position: relative;
  transition: ease 0.3s all;
  border: 1px solid #fff;
}
.leaflet-pane .icon-marker.main-marker {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.leaflet-pane .icon-marker.main-marker:after {
  border-top-color: #fff;
}
.leaflet-pane .icon-marker.main-marker:hover::after {
  border-top-color: #fff;
}
.leaflet-pane .icon-marker.icon-zielen {
  background-color: #589d3f;
}
.leaflet-pane .icon-marker.icon-zielen:after {
  border-top-color: #589d3f;
}
.leaflet-pane .icon-marker.icon-kawiarnia {
  background-color: #5b3e24;
}
.leaflet-pane .icon-marker.icon-kawiarnia:after {
  border-top-color: #5b3e24;
}
.leaflet-pane .icon-marker.icon-koktail {
  background-color: #272321;
}
.leaflet-pane .icon-marker.icon-koktail:after {
  border-top-color: #272321;
}
.leaflet-pane .icon-marker.icon-gastronomia {
  background-color: #cd2b2b;
}
.leaflet-pane .icon-marker.icon-gastronomia:after {
  border-top-color: #cd2b2b;
}
.leaflet-pane .icon-marker.icon-sklepy {
  background-color: #cd2b2b;
}
.leaflet-pane .icon-marker.icon-sklepy:after {
  border-top-color: #cd2b2b;
}
.leaflet-pane .icon-marker.icon-chleb {
  background-color: #c9742e;
}
.leaflet-pane .icon-marker.icon-chleb::after {
  border-top-color: #c9742e;
}
.leaflet-pane .icon-marker.icon-leki {
  background-color: #cd2b2b;
}
.leaflet-pane .icon-marker.icon-leki:after {
  border-top-color: #cd2b2b;
}
.leaflet-pane .icon-marker.icon-zdrowie {
  background-color: #17a99a;
}
.leaflet-pane .icon-marker.icon-zdrowie:after {
  border-top-color: #17a99a;
}
.leaflet-pane .icon-marker.icon-przychodnia {
  background-color: #0c84c9;
}
.leaflet-pane .icon-marker.icon-przychodnia:after {
  border-top-color: #0c84c9;
}
.leaflet-pane .icon-marker.icon-koszyk {
  background-color: #0c84c9;
}
.leaflet-pane .icon-marker.icon-koszyk:after {
  border-top-color: #0c84c9;
}
.leaflet-pane .icon-marker.icon-plecak {
  background-color: #1d8b2e;
}
.leaflet-pane .icon-marker.icon-plecak:after {
  border-top-color: #1d8b2e;
}
.leaflet-pane .icon-marker.icon-ksiazka {
  background-color: #0c84c9;
}
.leaflet-pane .icon-marker.icon-ksiazka:after {
  border-top-color: #0c84c9;
}
.leaflet-pane .icon-marker.icon-klocki {
  background-color: #c95927;
}
.leaflet-pane .icon-marker.icon-klocki:after {
  border-top-color: #c95927;
}
.leaflet-pane .icon-marker.icon-smoczek {
  background-color: #d5950d;
}
.leaflet-pane .icon-marker.icon-smoczek:after {
  border-top-color: #d5950d;
}
.leaflet-pane .icon-marker.icon-skrzypce {
  background-color: #4c37cd;
}
.leaflet-pane .icon-marker.icon-skrzypce:after {
  border-top-color: #4c37cd;
}
.leaflet-pane .icon-marker:hover {
  background-color: #96A279;
}
.leaflet-pane .icon-marker:hover::after {
  border-top-color: #96A279;
}
.leaflet-pane .icon-marker svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}
.leaflet-pane .icon-marker:after {
  content: "";
  border-left: 10px solid transparent;
  border-top: 10px solid #96A279;
  border-right: 10px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  transition: ease 0.3s all;
}
.leaflet-pane .icon-marker:before {
  content: "";
  border-left: 12px solid transparent;
  border-top: 12px solid #fff;
  border-right: 12px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%) scale(1.1);
  transition: ease 0.3s all;
  z-index: -1;
}
.leaflet-pane .map-place div {
  background-color: #96A279;
  position: relative;
  border-radius: 0;
  display: flex;
  justify-content: center;
}
.leaflet-pane .map-place div img {
  object-fit: contain;
  z-index: 1;
  width: 100%;
  height: auto;
}
.leaflet-pane .map-place div:after, .leaflet-pane .map-place div:before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 20px;
  height: 20px;
  background-color: #96A279;
  transform: rotate(45deg);
  z-index: -1;
}
.leaflet-pane .map-place div:before {
  z-index: 1;
  box-shadow: unset;
}

/* 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;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.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.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 {
  filter: inherit;
  visibility: hidden;
}

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

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-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;
  -moz-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;
  -ms-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);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-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: -moz-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 {
  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 {
  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-control-attribution svg {
  display: inline !important;
}

.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;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.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 {
  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);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  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;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.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: 5px 10px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  transition: ease 0.4s opacity;
}

.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;
    color-adjust: exact;
  }
}
/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.invisible {
  opacity: 0;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
/* Attention seekers  */
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.kenburns {
  animation: kenburns 40s ease infinite;
}

@keyframes kenburns {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.flats-widget {
  position: relative;
}
.flats-widget.has-box .widget-item {
  cursor: pointer;
}
.flats-widget--info {
  padding-top: 0;
  text-align: center;
}
.flats-widget-info {
  text-align: center;
  padding: 15px;
}
@media (min-width: 701px) {
  .flats-widget-info {
    display: none;
  }
}
.flats-widget__main svg, .flats-widget__rotated svg {
  width: 100%;
  height: auto;
  display: block;
}
.flats-widget__main svg image, .flats-widget__rotated svg image {
  pointer-events: none;
}
.flats-widget .widget-item {
  fill: #000;
  opacity: 0;
  transition: ease 0.4s all;
}
.flats-widget .widget-item:hover, .flats-widget .widget-item.active {
  opacity: 0.8;
  cursor: pointer;
}
.flats-widget .widget-item[data-status=wolny] {
  fill: #96A279;
}
.flats-widget .widget-item[data-status=zarezerwowany] {
  fill: #ff5722;
}
.flats-widget .widget-item[data-status=sprzedany] {
  fill: #f43636;
}
.flats-widget .tooltip {
  padding: 20px;
  background-color: #fff;
  position: absolute;
  pointer-events: none;
  transition: ease 0.4s opacity, ease 0.4s visibility, ease 0.4s margin;
  visibility: hidden;
  opacity: 0;
  margin-top: -15px;
  display: flex;
  flex-direction: column;
  z-index: 999;
  width: max-content;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 900px) {
  .flats-widget .tooltip {
    top: unset !important;
    left: 10px !important;
    bottom: 10px;
    transform: unset;
    margin-bottom: 0px;
    padding: 10px;
  }
}
.flats-widget .tooltip.active {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  pointer-events: none;
}
.flats-widget .tooltip:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
@media (max-width: 900px) {
  .flats-widget .tooltip:after {
    display: none;
  }
}
.flats-widget .tooltip:before {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 20px;
  left: 0;
}
.flats-widget .tooltip > span {
  border-bottom: 1px solid #1B2739;
  padding: 5px 0;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flats-widget .tooltip > span:first-of-type {
  padding-top: 0;
}
.flats-widget .tooltip > span:last-of-type, .flats-widget .tooltip > span.close {
  border-bottom: 0;
}
.flats-widget .tooltip > span span {
  font-size: 1rem;
}
.flats-widget .tooltip .number {
  font-weight: 700;
}
.flats-widget .tooltip .button {
  cursor: pointer;
  padding: 10px 15px;
  margin-top: 10px;
  column-gap: 15px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
.flats-widget .tooltip .button svg {
  fill: #1B2739;
}
.flats-widget .tooltip .close {
  position: absolute;
  color: var(--color-main, #3b4f64);
  right: 10px;
  background: #fff;
  display: flex;
  width: 25px;
  height: 25px;
  justify-content: center;
  line-height: 1.2;
  padding: 0;
  border-radius: 100px;
  cursor: pointer;
}

.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;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.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;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small:after {
  background-color: var(--color-main, #96A279);
  opacity: 0.4;
}
.marker-cluster-small div:after {
  background-color: var(--color-main, #96A279);
  opacity: 0.7;
}

.marker-cluster-medium:after {
  background-color: var(--color-main, #96A279);
  opacity: 0.4;
}
.marker-cluster-medium div:after {
  background-color: var(--color-main, #96A279);
  opacity: 0.7;
}

.marker-cluster-large:after {
  background-color: var(--color-main, #96A279);
  opacity: 0.4;
}
.marker-cluster-large div:after {
  background-color: var(--color-main, #96A279);
  opacity: 0.7;
}

/* IE 6-8 fallback colors */
.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
  width: 40px !important;
  background-color: unset;
  overflow: hidden;
}
.marker-cluster:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: cluster 3s infinite ease;
  border-radius: 100%;
}

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  background-color: unset;
  overflow: hidden;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster div:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
}

.marker-cluster span {
  line-height: 30px;
  color: #fff;
  z-index: 1;
  position: relative;
}

@keyframes cluster {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.header {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 110px;
  z-index: 99999;
  column-gap: 30px;
  justify-content: space-between;
  background-color: #fff;
  transition: ease 0.5s all;
}
@media (max-width: 93.74em) {
  .header {
    min-height: 90px;
  }
}
@media (min-width: 48em) and (max-width: 93.74em) {
  .header {
    padding-left: 30px;
    padding-right: 30px;
    column-gap: 20px;
  }
}
.header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  min-height: 90px;
  box-shadow: 0 0 10px 10px rgba(24, 57, 38, 0.05);
}
.header.sticky .header__logo img {
  max-width: 170px;
}
.header__logo {
  z-index: 4;
  height: 100%;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 61.99em) {
  .header__logo {
    flex: 1;
  }
}
.header__logo a {
  display: flex;
}
.header__logo img {
  height: auto;
  transition: ease 0.5s all;
  max-width: 250px;
  width: 100%;
}
@media (max-width: 93.74em) {
  .header__logo img {
    max-width: 170px;
  }
}
.header__contact {
  display: flex;
  column-gap: 20px;
  justify-content: flex-end;
}
@media (min-width: 62em) {
  .header__contact {
    position: absolute;
    right: 8vw;
    top: 100%;
  }
}
@media (min-width: 62em) and (max-width: 93.74em) {
  .header__contact {
    right: 30px;
  }
}
@media (max-width: 61.99em) {
  .header__contact {
    display: none;
  }
}
.header__contact-link {
  display: flex;
  column-gap: 10px;
  align-items: center;
  font-size: 1rem;
  white-space: nowrap;
  padding: 5px 15px;
  transition: ease 0.4s all;
}
.header__contact-link:hover {
  padding-top: 15px;
}
.header__contact-link svg {
  min-width: 20px;
  width: 20px;
  height: 20px;
}
.header__socials {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
.header__socials a {
  display: flex;
}
.header__socials a svg {
  fill: #96A279;
}
.header .d-flex {
  display: none;
}
@media (max-width: 61.99em) {
  .header .d-flex {
    display: block;
  }
}
.header__nav--fullscreen {
  width: 100%;
  height: 100vh;
  background-color: #96A279;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding-top: 100px;
  transform: translate(0, -100%);
  transition: transform 0.3s ease-in-out;
}
.header__nav--visible {
  transform: translate(0, 0);
}
.header__menuList {
  display: flex;
  align-items: center;
  margin: 0;
  column-gap: 40px;
}
@media (max-width: 106.25em) {
  .header__menuList {
    column-gap: 30px;
  }
}
@media (max-width: 100em) {
  .header__menuList {
    column-gap: 20px;
  }
}
@media (max-width: 67.5em) {
  .header__menuList {
    column-gap: 15px;
  }
}
.header__menuList--fullscreen {
  flex-direction: column;
}
.header__menuItem {
  padding: 0;
  margin: 0;
}
.header__menuItem.current_page_item .header__menuLink:after {
  width: 100%;
}
.header__menuItem--fullscreen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.header__menuItem::before {
  display: none;
}
.header__menuLink {
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  color: #1B2739;
  border-bottom: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: ease 0.4s all;
}
@media (min-width: 62em) and (max-width: 93.74em) {
  .header__menuLink {
    font-size: 1.125rem;
  }
}
@media (min-width: 62em) and (max-width: 73.75em) {
  .header__menuLink {
    font-size: 1rem;
  }
}
@media (min-width: 62em) and (max-width: 67.5em) {
  .header__menuLink {
    font-size: 0.9375rem;
  }
}
.header__menuLink--fullscreen {
  color: #ffffff;
  font-size: 1.75rem;
}
.header__menuLink:active, .header__menuLink--active, .header__menuLink--open, .header__menuLink:hover {
  color: #96A279;
  border-bottom: 1px solid #96A279;
}

.footer-image {
  width: 100%;
  display: block;
  height: auto;
  aspect-ratio: 21/9;
  object-position: center 90%;
  object-fit: cover;
}
.footer-content {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1B2739;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 60px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 61.99em) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 30px;
  }
}
.footer-content > div {
  display: flex;
  flex-direction: column;
  z-index: 1;
}
@media (max-width: 61.99em) {
  .footer-content > div {
    align-items: center;
  }
}
.footer-content .brand {
  justify-content: center;
}
.footer-content .logo {
  height: auto;
}
@media (max-width: 74.99em) {
  .footer-content .logo {
    width: 140px;
  }
}
.footer-content p {
  color: #fff;
  margin-bottom: 5px;
}
.footer-content p:last-child {
  margin-bottom: 0;
}
.footer-content p strong {
  display: block;
  margin-bottom: 15px;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.25em;
  font-weight: 700;
  font-style: normal;
  font-family: "ador-hairline", sans-serif, "Montserrat", serif;
}
.footer-content a:not(:hover) {
  color: #fff;
}
.footer-content a:hover svg {
  fill: #96A279;
}
.footer-content a svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  transition: ease 0.4s all;
}
.footer-content .contact a {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.footer-content .social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}
@media (max-width: 61.99em) {
  .footer-content .social {
    flex-direction: row;
  }
}
.footer-content .social a svg {
  display: block;
  width: 34px;
  height: 34px;
}
@media (max-width: 61.99em) {
  .footer-content .social a svg {
    width: 24px;
    height: 24px;
  }
}
.footer-content .decor {
  position: absolute;
  top: 0;
  right: -5vw;
  height: auto;
}
.footer-content .decor svg {
  opacity: 0.05;
  width: 25vw;
  height: auto;
}
@media (max-width: 61.99em) {
  .footer-content .decor svg {
    width: 400px;
  }
}
.footer-content .decor svg line {
  stroke: #fff;
}
.footer-copyright {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 200px 1fr;
  text-align: center;
  align-items: center;
}
@media (max-width: 61.99em) {
  .footer-copyright {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 45px;
  }
}
.footer-copyright a, .footer-copyright p {
  color: #595959;
}
.footer-copyright a:hover {
  color: #96A279;
}
@media (min-width: 62em) {
  .footer-copyright .first {
    text-align: left;
  }
  .footer-copyright .last {
    text-align: right;
  }
}

.wpcf7 {
  max-width: 1400px;
  margin: 0 auto;
}
.wpcf7-form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  column-gap: 60px;
}
@media (max-width: 74.99em) {
  .wpcf7-form {
    column-gap: 30px;
  }
}
@media (max-width: 35.99em) {
  .wpcf7-form {
    row-gap: 20px;
  }
}
.wpcf7-not-valid-tip {
  color: red;
  font-size: 13px;
  margin-top: 0;
  padding: 2px 0;
  right: 0;
  bottom: 0;
}
.wpcf7-acceptance {
  margin-top: 0;
  display: block;
}
.wpcf7-acceptance label {
  display: grid;
  grid-template-columns: 40px 1fr;
  column-gap: 20px;
  cursor: pointer;
}
.wpcf7-acceptance span {
  font-size: 13px;
}
.wpcf7 label.has-content .title {
  top: -10px;
}
.wpcf7 input, .wpcf7 textarea {
  background-color: rgba(0, 0, 0, 0.04);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
  padding: 22px 15px 8px 15px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  max-width: 100%;
  width: 100%;
  outline: none;
  transition: ease 0.3s all;
  display: block;
}
.wpcf7 input.wpcf7-not-valid, .wpcf7 textarea.wpcf7-not-valid {
  border-color: #96A279;
}
.wpcf7 textarea {
  height: 100%;
  resize: none;
}
.wpcf7 input[type=checkbox] {
  width: 30px;
  height: 30px;
  padding: 0;
  margin-top: 5px;
  cursor: pointer;
  border-radius: 0;
  border: 0px solid #96A279;
}
.wpcf7 input[type=checkbox]:checked {
  background-color: var(--color-main, #96A279);
}
.wpcf7 input[type=submit] {
  align-self: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.125rem;
  max-width: 100%;
  margin-top: 20px;
  background-color: #96A279;
  border: 1px solid #96A279;
  cursor: pointer;
  color: #fff;
  padding: 15px;
}
@media (max-width: 35.99em) {
  .wpcf7 input[type=submit] {
    max-width: 100%;
  }
}
.wpcf7 input[type=submit]:disabled {
  opacity: 0.5;
}
.wpcf7 input[type=submit]:hover {
  background-color: #96A279;
  color: #fff;
}
.wpcf7 .form-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  flex-direction: column;
  column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 35.99em) {
  .wpcf7 .form-top {
    grid-template-columns: 100%;
  }
}
.wpcf7 .form-left {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.wpcf7 .form-bottom {
  text-align: left;
  display: flex;
  flex-direction: column;
  grid-column: -1/1;
}
.wpcf7 .form-bottom .legend {
  margin: 20px 0;
}
.wpcf7 .form-bottom p {
  text-align: left;
  font-size: 0.9375rem;
}
.wpcf7 .form-bottom a {
  text-decoration: underline;
}
.wpcf7 .form-bottom a:hover {
  color: var(--color-main, #96A279);
}
.wpcf7 label {
  position: relative;
}
.wpcf7 label.has-content .title {
  top: 2px;
  font-size: 13px;
  opacity: 1;
  color: #96A279;
}
.wpcf7 label.has-content input, .wpcf7 label.has-content textarea {
  border-color: #96A279;
}
.wpcf7 label .title {
  position: absolute;
  left: 0;
  top: 15px;
  transition: ease 0.5s all;
  font-size: 1rem;
  z-index: 1;
  padding: 0 15px;
  pointer-events: none;
}
.wpcf7-list-item {
  margin-left: 0;
}

.hero {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
}
@media (min-width: 62em) {
  .hero {
    min-height: 100vh;
  }
}
@media (max-width: 61.99em) {
  .hero {
    padding-right: 0;
    margin-top: 90px;
  }
}
@media (min-width: 991px) and (max-height: 560px) {
  .hero {
    min-height: 500px;
  }
}
.hero-image {
  height: auto;
}
@media (min-width: 62em) {
  .hero-image {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
  }
}
@media (max-width: 61.99em) {
  .hero-image {
    aspect-ratio: 4/3;
    object-fit: cover;
  }
}
@media (max-width: 35.99em) {
  .hero-image {
    aspect-ratio: 1/1;
  }
}
.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  column-gap: 60px;
  row-gap: 20px;
}
@media (min-width: 62em) {
  .hero-content {
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-right: 40px;
  }
}
@media (max-width: 61.99em) {
  .hero-content {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .hero-content {
    column-gap: 40px;
  }
}
.hero-content h1 {
  line-height: 1.2;
}
@media (min-width: 73.75em) and (max-width: 105em) {
  .hero-content h1 {
    font-size: 3.5vw;
  }
}
@media (min-width: 62em) and (max-width: 73.75em) {
  .hero-content h1 {
    font-size: 2.5625rem;
  }
}
.hero-content h1, .hero-content h2 {
  margin: 0;
}
@media (min-width: 62em) {
  .hero-content h1, .hero-content h2 {
    color: #fff;
    white-space: nowrap;
  }
}
@media (min-width: 62em) {
  .hero-content p {
    color: #fff;
    font-size: 1.375rem;
  }
}
@media (max-width: 93.74em) {
  .hero-content p {
    font-size: 1.25rem;
  }
}
@media (max-width: 80em) {
  .hero-content p {
    font-size: 1.125rem;
  }
}
.hero-content .button {
  margin-top: 15px;
}
@media (min-width: 36em) {
  .hero-content .button {
    min-width: 280px;
  }
}
.hero-content > div {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
  flex-wrap: wrap;
}
@media (min-width: 62em) {
  .hero-content > div {
    flex-direction: column;
  }
}
@media (max-width: 61.99em) {
  .hero-content > div {
    justify-content: center;
  }
}
@media (max-width: 25em) {
  .hero-content > div {
    flex-direction: column;
    width: 100%;
  }
}

.features {
  position: relative;
}
.features-content {
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.features-content h2 {
  font-weight: 400;
}
.features-content h2:last-child {
  margin-bottom: 0;
}
.features-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 40px;
  row-gap: 80px;
}
@media (max-width: 61.99em) {
  .features-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 61.99em) {
  .features-list {
    column-gap: 20px;
    row-gap: 50px;
  }
}
@media (max-width: 26.875em) {
  .features-list {
    grid-template-columns: 100%;
  }
}
.features-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  column-gap: 40px;
  row-gap: 40px;
}
@media (max-width: 61.99em) {
  .features-list__item {
    row-gap: 30px;
  }
}
.features-list__item svg {
  min-width: 80px;
  width: 80px;
  height: 80px;
  fill: #96A279;
}
.features-list__item h3 {
  color: #1B2739;
  margin: 0;
  font-size: 1.25rem;
}
@media (max-width: 81.25em) {
  .features-list__item h3 {
    font-size: 1.125rem;
  }
}
.features-list__item p {
  grid-column: -1/1;
}

.about {
  position: relative;
  overflow: hidden;
  background-color: #1B2739;
}
.about-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
  column-gap: 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 112.5em) {
  .about-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 81.25em) {
  .about-wrap {
    padding-left: 0;
    column-gap: 70px;
  }
}
@media (max-width: 61.99em) {
  .about-wrap {
    grid-template-columns: 100%;
    text-align: center;
    row-gap: 50px;
  }
}
.about-image {
  max-width: 600px;
  position: relative;
}
@media (max-width: 61.99em) {
  .about-image {
    max-width: 500px;
  }
}
.about-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 600/800;
  object-fit: cover;
  object-position: 28.1%;
}
.about-content h2 {
  margin-bottom: 40px;
  color: #96A279;
}
.about-content h2:last-child {
  margin-bottom: 0;
}
.about-content p {
  color: #fff;
}
.about-content .button {
  margin-top: 40px;
}
.about-content .button:hover {
  border-color: #fff;
}
.about .decor {
  position: absolute;
  top: 0;
  left: 10px;
  height: 100%;
}
@media (max-width: 61.99em) {
  .about .decor {
    display: none;
  }
}
.about .decor svg {
  opacity: 0.05;
  width: 33vw;
  height: auto;
}
@media (max-width: 112.5em) {
  .about .decor svg {
    width: auto;
    height: 100%;
  }
}
.about .decor svg line {
  stroke: #fff;
}

.vr {
  background-size: cover;
  background-position: top center;
}
.vr-content {
  text-align: center;
}
.vr-content h2 {
  display: flex;
  column-gap: 7px;
  flex-wrap: wrap;
  justify-content: center;
}
.vr-content h2:last-child {
  margin-bottom: 0;
}
.vr-container {
  position: relative;
  background-size: cover;
  background-position: center;
  aspect-ratio: 16/9;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 47.99em) {
  .vr-container {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 35.99em) {
  .vr-container {
    aspect-ratio: 1/1;
  }
}
.vr-container.opened {
  cursor: unset;
}
.vr-container.opened iframe {
  pointer-events: all;
}
.vr-container iframe {
  pointer-events: none;
  display: block;
}
.vr-container .bottom {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0;
  text-align: center;
}
@media (max-width: 61.99em) {
  .vr-container .bottom {
    bottom: 20px;
  }
}

.floorplan {
  display: grid;
  row-gap: 40px;
  grid-template-columns: 100%;
}
.floorplan-content {
  display: grid;
  column-gap: 40px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 92.5em) {
  .floorplan-content {
    grid-template-columns: 100%;
    row-gap: 40px;
  }
}
@media (max-width: 92.5em) {
  .floorplan-content .title {
    text-align: center;
  }
}
@media (min-width: 62em) and (max-width: 92.5em) {
  .floorplan-content .content {
    display: grid;
    column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 61.99em) {
  .floorplan-content .content p {
    text-align: center;
  }
}
.floorplan-content .content ul {
  margin-top: 10px;
  text-align: left;
  margin-bottom: 0;
}
@media (min-width: 62em) and (max-width: 92.5em) {
  .floorplan-content .content ul {
    margin-top: 0;
  }
}
.floorplan-content h2 {
  margin-bottom: 40px;
}
.floorplan-content h2:last-child {
  margin-bottom: 0;
}
@media (min-width: 36em) {
  .floorplan-content .button {
    min-width: 280px;
  }
}
.floorplan-content .buttons {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  justify-content: center;
}
.floorplan-content .buttons .button {
  padding: 10px;
  width: 50px;
}
.floorplan-content .buttons .slick-arrow {
  background-color: transparent;
  height: 100%;
  border: 0;
}
.floorplan-content .buttons .slick-arrow svg {
  fill: #96A279;
}
.floorplan-arrows {
  display: flex;
  column-gap: 10px;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.floorplan-arrows .slick-arrow {
  height: 100%;
  background-color: transparent;
  padding-left: 15px;
  padding-right: 15px;
}
.floorplan-arrows .slick-arrow svg {
  fill: #1B2739;
}
.floorplan-areas {
  display: grid !important;
  column-gap: 60px;
  row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 74.99em) {
  .floorplan-areas {
    column-gap: 40px;
  }
}
@media (max-width: 61.99em) {
  .floorplan-areas {
    column-gap: 30px;
    grid-template-columns: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.floorplan-areas__single > p {
  color: #1B2739;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
}
.floorplan-areas__single .image {
  margin-bottom: 20px;
}
.floorplan-areas__single .image img {
  height: auto;
}
.floorplan-areas ul {
  margin: 0;
  padding: 0;
}
.floorplan-areas ul li {
  padding: 7px 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.floorplan-areas ul li:not(:last-of-type) {
  border-bottom: 1px solid #1B2739;
}
.floorplan-areas ul li strong {
  color: #1B2739;
}
.floorplan-areas ul li::before {
  display: none;
}
.floorplan-right img {
  height: auto;
  display: block;
}
.floorplan-info {
  background-color: #FBF9F2;
  padding: 40px;
  margin-bottom: 40px;
  color: #1B2739;
  display: flex;
  column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  row-gap: 20px;
}
@media (max-width: 112.5em) {
  .floorplan-info {
    column-gap: 20px;
  }
}
@media (max-width: 93.74em) {
  .floorplan-info {
    padding: 20px;
    font-size: 1rem;
  }
  .floorplan-info svg {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 26.25em) {
  .floorplan-info {
    flex-direction: column;
    text-align: center;
  }
}
.floorplan-info > div {
  display: flex;
  column-gap: 60px;
}
@media (max-width: 112.5em) {
  .floorplan-info > div {
    column-gap: 20px;
    justify-content: space-between;
  }
}

.gallery {
  position: relative;
}
@media (max-width: 35.99em) {
  .gallery {
    padding-bottom: 70px;
  }
}
.gallery-content {
  text-align: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-content h2 {
  margin-bottom: 40px;
}
.gallery-content h2:last-child {
  margin-bottom: 0;
}
.gallery-slider {
  position: relative;
}
@media (min-width: 36em) {
  .gallery-slider {
    margin: 0 -10px;
  }
}
.gallery-slider a {
  display: block !important;
}
@media (min-width: 36em) {
  .gallery-slider a {
    padding: 0 10px;
  }
}
.gallery-slider .image {
  position: relative;
  overflow: hidden;
}
@media (min-width: 36em) {
  .gallery-slider .image {
    width: calc(100% + 160px);
    margin-left: -100px;
  }
}
.gallery-slider .image:hover img {
  transform: scale(1.05);
}
.gallery-slider img {
  object-fit: cover;
  aspect-ratio: 4/3;
  height: auto;
  display: block;
  width: 100%;
  transition: ease 0.4s all;
}
.gallery-slider .slick-track .slick-slide {
  opacity: 0;
  transition: ease 0.4s all;
}
@media (min-width: 36em) {
  .gallery-slider .slick-track .slick-slide:nth-child(odd) {
    margin-top: 150px;
  }
}
.gallery-slider .slick-track .slick-slide[aria-hidden=true] {
  opacity: 0;
}
.gallery-slider .slick-track .slick-slide[aria-hidden=false] {
  opacity: 1;
}
.gallery-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  position: absolute;
  bottom: 130px;
  left: calc(87.5% - 60px + 25px + 12px);
  margin-right: 0;
  pointer-events: none;
}
@media (max-width: 61.99em) {
  .gallery-arrows {
    left: calc(75% - 60px + 25px + 12px);
    bottom: 90px;
  }
}
@media (max-width: 61.99em) {
  .gallery-arrows {
    left: calc(75% - 60px + 25px + 12px);
    bottom: 90px;
  }
}
@media (max-width: 35.99em) {
  .gallery-arrows {
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
  }
}
.gallery-arrows .button {
  min-width: unset;
  padding: 10px;
  pointer-events: all;
  transition: ease 0.4s all;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  border: 0;
}
.gallery-arrows .slick-disabled {
  opacity: 0.3;
}

.chooser-content h2:last-child {
  margin-bottom: 0;
}
.chooser-features {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 40px;
  row-gap: 80px;
}
@media (max-width: 61.99em) {
  .chooser-features {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 61.99em) {
  .chooser-features {
    column-gap: 20px;
    row-gap: 50px;
  }
}
@media (max-width: 26.875em) {
  .chooser-features {
    grid-template-columns: 100%;
  }
}
.chooser-features__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  column-gap: 40px;
  row-gap: 40px;
}
@media (max-width: 61.99em) {
  .chooser-features__item {
    row-gap: 30px;
  }
}
.chooser-features__item svg {
  min-width: 80px;
  width: 80px;
  height: 80px;
  fill: #96A279;
}
.chooser-features__item h3 {
  color: #1B2739;
  margin: 0;
  font-size: 1.25rem;
}
@media (max-width: 81.25em) {
  .chooser-features__item h3 {
    font-size: 1.125rem;
  }
}
.chooser-features__item p {
  grid-column: -1/1;
}
.chooser-widget {
  display: grid;
  grid-template-columns: 1fr 300px;
  column-gap: 100px;
  row-gap: 40px;
  background-color: #F3F5F7;
}
@media (max-width: 74.99em) {
  .chooser-widget {
    grid-template-columns: 1fr 260px;
    column-gap: 60px;
  }
}
@media (max-width: 61.99em) {
  .chooser-widget {
    grid-template-columns: 100%;
    column-gap: 60px;
  }
}
@media (min-width: 62em) {
  .chooser-widget {
    grid-template-areas: "a b" "c b";
  }
}
@media (min-width: 62em) {
  .chooser-widget .chooser-content {
    grid-area: a;
  }
}
@media (max-width: 61.99em) {
  .chooser-widget .chooser-content {
    text-align: center;
  }
}
.chooser-widget .image {
  grid-area: b;
  background-color: #1B2739;
  text-align: center;
  display: grid;
  grid-template-rows: auto 1fr;
  justify-items: center;
  padding-top: 30px;
  row-gap: 30px;
}
@media (max-width: 61.99em) {
  .chooser-widget .image {
    display: none;
  }
}
.chooser-widget .image .logo {
  height: auto;
}
@media (max-width: 74.99em) {
  .chooser-widget .image .logo {
    max-width: 130px;
  }
}
.chooser-widget .image .foto {
  height: 100%;
  object-fit: cover;
  object-position: 64%;
}
@media (min-width: 62em) {
  .chooser-widget .flats-widget {
    grid-area: c;
  }
}
.chooser-table {
  position: relative;
}
@media (min-width: 62em) {
  .chooser-table {
    border-top: 2px solid #96A279;
  }
}
@media (max-width: 84.375em) {
  .chooser-table {
    padding-left: 0;
    padding-right: 0;
  }
}
.chooser-table > div {
  position: relative;
}
.chooser-table .offer-filters {
  margin-bottom: 0;
}
.chooser-table .offer-filters select {
  background-color: transparent;
  border: 1px solid #1B2739;
  text-align: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.166' height='19.594' viewBox='0 0 31.166 19.594'%3E%3Cpath id='Path_9257' data-name='Path 9257' d='M-2236.77-1914.18a1,1,0,0,1,.132-1.408l16.688-13.82-16.688-13.82a1,1,0,0,1-.358-.677,1,1,0,0,1,.226-.732,1,1,0,0,1,1.408-.132l17.617,14.59a1,1,0,0,1,.3.435h0v.049h0l.006.02h0a1.015,1.015,0,0,1,.033.213h0v.089h0a1.009,1.009,0,0,1-.039.235h0l-.006.018v.039l-.006.016h0a1,1,0,0,1-.281.4l-.007.006-.008.006-17.617,14.59a1,1,0,0,1-.638.23,1,1,0,0,1-.767-.347Z' transform='translate(-1913.833 2237) rotate(90)' fill='%23AA815B'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 15px;
  padding: 10px 35px 10px 15px;
  transition: ease 0.4s all;
  font-weight: 600;
}
.chooser-table .offer-filters select:hover, .chooser-table .offer-filters select:active, .chooser-table .offer-filters select:focus {
  background-color: #96A279;
  border-color: #96A279;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.166' height='19.594' viewBox='0 0 31.166 19.594'%3E%3Cpath id='Path_9257' data-name='Path 9257' d='M-2236.77-1914.18a1,1,0,0,1,.132-1.408l16.688-13.82-16.688-13.82a1,1,0,0,1-.358-.677,1,1,0,0,1,.226-.732,1,1,0,0,1,1.408-.132l17.617,14.59a1,1,0,0,1,.3.435h0v.049h0l.006.02h0a1.015,1.015,0,0,1,.033.213h0v.089h0a1.009,1.009,0,0,1-.039.235h0l-.006.018v.039l-.006.016h0a1,1,0,0,1-.281.4l-.007.006-.008.006-17.617,14.59a1,1,0,0,1-.638.23,1,1,0,0,1-.767-.347Z' transform='translate(-1913.833 2237) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.chooser-table .offer-filters select option {
  padding: 20px;
  background-color: #96A279;
}
@media (min-width: 62em) {
  .chooser-table .offer-header {
    border-bottom: 1px solid #96A279;
  }
}
@media (max-width: 61.99em) {
  .chooser-table .offer-header {
    display: block;
    grid-template-columns: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 61.99em) {
  .chooser-table .offer-header__single:not(.column-status) {
    display: none;
  }
}

.offer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.offer h3 {
  text-align: center;
  font-size: 2.375rem;
  margin-bottom: 40px;
}
.offer .title {
  text-align: center;
}
@media (max-width: 61.99em) {
  .offer .title {
    margin: 0 auto 40px auto;
  }
}
.offer .title h2 {
  margin: 0;
  display: flex;
  column-gap: 30px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 102.5em) {
  .offer .title h2 {
    font-size: 2.75rem;
  }
}
@media (max-width: 61.99em) {
  .offer .title h2 {
    justify-content: center;
    flex-direction: column;
    row-gap: 30px;
  }
}
.offer .title h2:after {
  content: "";
  width: 115px;
  height: 1px;
  display: block;
  background-color: #96A279;
  margin-bottom: -15px;
}
.offer .title h2:before {
  content: "";
  width: 115px;
  height: 1px;
  display: block;
  background-color: #96A279;
  margin-bottom: -15px;
}
@media (max-width: 61.99em) {
  .offer .title h2:before {
    display: none;
  }
}
.offer .title p {
  margin-top: 20px;
}
.offer-filters {
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 29.6875em) {
  .offer-filters {
    flex-direction: column;
    justify-content: center;
  }
}
.offer-filters > div {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.offer-filters h3 {
  font-size: 28px;
  margin: 0;
}
.offer-filters input {
  width: 60px;
  border: 1px solid #96A279;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 10px;
}
.offer-filters select {
  border: 1px solid #96A279;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 10px 15px;
  cursor: pointer;
}
.offer-list {
  display: flex;
  flex-direction: column;
  max-height: 623px;
  overflow: auto;
}
@media (max-width: 61.99em) {
  .offer-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
  }
}
@media (max-width: 55.5625em) {
  .offer-list {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 200px;
  }
}
@media (max-width: 29.9375em) {
  .offer-list {
    grid-template-columns: 100%;
  }
}
@media (max-width: 35.99em) {
  .offer-list {
    column-gap: 15px;
    row-gap: 15px;
  }
}
@media (max-width: 61.99em) {
  .offer-list::after {
    content: "";
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, #fff, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: ease 0.4s all;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
  }
}
.offer-list.col-2 .offer__single {
  grid-template-columns: 100px repeat(1, minmax(0, 1fr));
}
.offer-list.col-3 .offer__single {
  grid-template-columns: 110px repeat(2, minmax(0, 1fr));
}
.offer-list.col-4 .offer__single {
  grid-template-columns: 110px repeat(3, minmax(0, 1fr));
}
.offer-list.col-5 .offer__single {
  grid-template-columns: 110px repeat(4, minmax(0, 1fr));
}
.offer-list.col-6 .offer__single {
  grid-template-columns: 110px repeat(5, minmax(0, 1fr));
}
.offer-list.col-7 .offer__single {
  grid-template-columns: 110px repeat(6, minmax(0, 1fr));
}
.offer-list.col-8 .offer__single {
  grid-template-columns: 110px repeat(7, minmax(0, 1fr));
}
.offer-header {
  display: grid;
  padding: 15px 15px;
  align-items: center;
  justify-items: center;
}
.offer-header.col-2 {
  grid-template-columns: 110px repeat(1, minmax(0, 1fr));
}
.offer-header.col-3 {
  grid-template-columns: 110px repeat(2, minmax(0, 1fr));
}
.offer-header.col-4 {
  grid-template-columns: 110px repeat(3, minmax(0, 1fr));
}
.offer-header.col-5 {
  grid-template-columns: 110px repeat(4, minmax(0, 1fr));
}
.offer-header.col-6 {
  grid-template-columns: 110px repeat(5, minmax(0, 1fr));
}
.offer-header.col-7 {
  grid-template-columns: 110px repeat(6, minmax(0, 1fr));
}
.offer-header.col-8 {
  grid-template-columns: 110px repeat(7, minmax(0, 1fr));
}
@media (max-width: 93.74em) {
  .offer-header {
    padding: 20px 15px;
  }
}
@media (max-width: 74.99em) {
  .offer-header {
    padding: 20px 0;
  }
}
@media (max-width: 61.99em) {
  .offer-header {
    display: none;
  }
}
.offer-header__single {
  transition: ease 0.3s all;
  display: flex;
  align-items: center;
  column-gap: 20px;
  position: relative;
  line-height: 1.25em;
  font-weight: 700;
  font-style: normal;
  font-family: "ador-hairline", sans-serif, "Montserrat", serif;
}
.offer-header__single.sortable {
  cursor: pointer;
}
.offer-header__single.active {
  color: #96A279;
}
.offer-header__single.active.desc svg:first-of-type {
  display: none;
}
.offer-header__single.active:not(.desc) svg:last-of-type {
  display: none;
}
.offer-header__single.active .sort-arrows svg {
  fill: #96A279;
}
.offer-header .sort-arrows {
  display: flex;
  flex-direction: column;
}
@media (max-width: 93.74em) {
  .offer-header .sort-arrows {
    position: absolute;
    row-gap: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.offer-header .sort-arrows svg {
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
  fill: #96A279;
}
.offer-header .sort-arrows svg:last-of-type {
  transform: rotate(270deg);
}
.offer__single {
  display: grid;
  border-bottom: 1px solid #d8d8d8;
  align-items: center;
  padding: 15px 15px;
  justify-items: center;
  position: relative;
  transition: ease 0.4s all;
}
@media (max-width: 74.99em) {
  .offer__single {
    padding: 15px 0;
  }
}
@media (max-width: 61.99em) {
  .offer__single {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: solid 1px #d8d8d8;
  }
}
.offer__single:hover {
  background-color: #F3F5F7;
}
.offer__single.active {
  background-color: #F3F5F7;
}
.offer__single.hidden {
  display: none;
}
.offer__single.wolny .status:before {
  background-color: #96A279;
}
.offer__single.zarezerwowany .status:before {
  background-color: #ff5722;
}
.offer__single.sprzedany .status:before {
  background-color: #f43636;
}
.offer__single .full-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.offer__single .status::before {
  content: "";
  background-color: red;
  width: 20px;
  height: 20px;
  border-radius: 100px;
}
.offer__single-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
}
@media (max-width: 61.99em) {
  .offer__single-info {
    flex-direction: row;
    column-gap: 20px;
    justify-content: space-between;
    width: 100%;
  }
}
.offer__single-info span {
  column-gap: 10px;
  align-items: center;
  display: none;
  font-size: 1rem;
}
@media (max-width: 61.99em) {
  .offer__single-info span {
    display: flex;
  }
}
.offer__single-info span.status {
  display: flex;
}
.offer__single-info svg {
  width: 20px;
  height: 20px;
}
.offer__single .card, .offer__single .ask {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  transition: ease 0.4s all;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1B2739;
  column-gap: 10px;
  font-size: 1rem;
}
.offer__single .card:hover, .offer__single .ask:hover {
  color: #96A279;
}
.offer__single .card:hover svg, .offer__single .ask:hover svg {
  fill: #96A279;
}
.offer__single .card svg, .offer__single .ask svg {
  width: 24px;
  height: 24px;
  transition: ease 0.4s all;
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .offer__single .ask {
    font-size: 0;
    column-gap: 0;
  }
}
.offer__single .button {
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: row;
  font-size: 0.9375rem;
  padding: 15px 20px;
  border-radius: 100px;
  min-width: unset;
  column-gap: 10px;
}
@media (max-width: 61.99em) {
  .offer__single .button {
    margin-top: 15px;
    width: 100%;
    padding: 10px 10px;
  }
}
.offer__single .button .card svg {
  fill: #96A279;
}

.askform {
  position: fixed;
  z-index: 999999;
  top: -100%;
  left: 0;
  background: #F3F5F7;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: auto;
  transition: ease 0.3s all;
}
.askform.visible {
  top: 0;
  visibility: visible;
}
.askform-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px;
}
.askform h2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}
.askform .close {
  position: fixed;
  right: 20px;
  top: 20px;
  background: rgba(0, 0, 0, 0.04);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: ease 0.3s all;
  cursor: pointer;
}
.askform .close:hover {
  background-color: var(--color-extra, #96A279);
  color: #000;
}

.location-about {
  position: relative;
  overflow: hidden;
  background-color: #1B2739;
}
.location-about .decor {
  position: absolute;
  top: 0;
  left: 10px;
  height: 100%;
}
@media (max-width: 61.99em) {
  .location-about .decor {
    display: none;
  }
}
.location-about .decor svg {
  opacity: 0.05;
  width: 33vw;
  height: auto;
}
@media (max-width: 112.5em) {
  .location-about .decor svg {
    width: auto;
    height: 100%;
  }
}
.location-about .decor svg line {
  stroke: #fff;
}
.location-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
  column-gap: 100px;
  z-index: 1;
  position: relative;
}
@media (max-width: 112.5em) {
  .location-top {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 81.25em) {
  .location-top {
    padding-left: 0;
    column-gap: 70px;
  }
}
@media (max-width: 61.99em) {
  .location-top {
    grid-template-columns: 100%;
    text-align: center;
    row-gap: 50px;
  }
}
.location-image {
  max-width: 600px;
  position: relative;
}
@media (max-width: 61.99em) {
  .location-image {
    max-width: 500px;
  }
}
.location-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 600/800;
  object-fit: cover;
  object-position: 28.1%;
}
.location-content h2 {
  margin-bottom: 40px;
  color: #96A279;
}
.location-content h2:last-child {
  margin-bottom: 0;
}
.location-content p {
  color: #fff;
}
.location-content .button {
  margin-top: 40px;
}
.location-content .button:hover {
  border-color: #fff;
}
.location-features {
  display: grid;
}
.location-features__item {
  position: relative;
  display: grid;
  grid-template-columns: 160px 1fr;
  column-gap: 100px;
  align-items: center;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (max-width: 112.5em) {
  .location-features__item {
    padding-right: 0;
  }
}
@media (max-width: 93.74em) {
  .location-features__item {
    padding-left: 0;
  }
}
@media (max-width: 61.99em) {
  .location-features__item {
    grid-template-columns: 100%;
    justify-items: center;
    row-gap: 30px;
    text-align: center;
    padding-left: 0;
  }
}
.location-features__item:first-child {
  padding-top: 0;
}
.location-features__item:last-child {
  padding-bottom: 0;
}
.location-features__item:last-child::after {
  display: none;
}
.location-features__item:after {
  content: "";
  width: 50vw;
  height: 2px;
  background-color: #000;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  right: 50%;
}
@media (max-width: 61.99em) {
  .location-features__item:after {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
.location-features__item h2, .location-features__item h3, .location-features__item h4 {
  margin-bottom: 20px;
}
.location-features__item svg {
  fill: #96A279;
}
@media (max-width: 61.99em) {
  .location-features__item svg {
    width: 70px;
    height: 70px;
  }
}
.location-map {
  height: 550px !important;
  background-color: #F3F5F7;
}
.location .leaflet-container {
  height: 550px !important;
}
.location .leaflet-control-layers {
  display: none;
}
.location-places {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  border-top: 1px solid #1B2739;
  border-bottom: 1px solid #1B2739;
}
@media (max-width: 61.99em) {
  .location-places {
    grid-template-columns: 1fr;
  }
}
.location-desc {
  background-color: #1B2739;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 93.75em) {
  .location-desc {
    padding-right: 100px;
  }
}
@media (min-width: 62em) and (max-width: 93.74em) {
  .location-desc {
    padding-right: 70px;
  }
}
@media (max-width: 61.99em) {
  .location-desc {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.location-desc__single {
  display: none;
}
.location-desc__single li {
  color: #fff;
  list-style: none;
  padding-left: 22px;
  position: relative;
  margin-bottom: 5px;
}
.location-desc__single li:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #96A279;
  position: absolute;
  left: 0;
  top: 8px;
}
.location-desc__single.active {
  display: block;
}
.location-desc__single p {
  color: #fff;
}
.location-categories {
  align-self: start;
  padding-top: 70px;
  padding-bottom: 70px;
  display: grid;
  grid-template-columns: auto auto;
  justify-items: start;
  align-items: start;
  column-gap: 20px;
  row-gap: 20px;
  position: relative;
}
@media (min-width: 93.75em) {
  .location-categories {
    padding-left: 100px;
  }
}
@media (min-width: 62em) and (max-width: 93.74em) {
  .location-categories {
    padding-left: 70px;
  }
}
@media (max-width: 61.99em) {
  .location-categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
    order: -1;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 31.25em) {
  .location-categories {
    row-gap: 10px;
    column-gap: 10px;
  }
}
.location-categories h3 {
  grid-column: -1/1;
}
@media (max-width: 61.99em) {
  .location-categories h3 {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 62em) {
  .location-categories .button {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
    white-space: nowrap;
  }
}
@media (max-width: 61.99em) {
  .location-categories .button {
    padding-left: 13px;
    padding-right: 13px;
  }
}

.team {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #F3F5F7;
}
.team-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
  align-items: center;
}
@media (max-width: 93.74em) {
  .team-content {
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 61.99em) {
  .team-content {
    grid-template-columns: 100%;
    text-align: center;
    row-gap: 40px;
  }
}
.team-content h2 {
  margin-bottom: 40px;
}
.team-content h2:last-child {
  margin-bottom: 0;
}
.team-content .image {
  text-align: center;
}
@media (max-width: 61.99em) {
  .team-content .image {
    order: -1;
  }
  .team-content .image img {
    max-width: 240px;
    height: auto;
    width: 100%;
  }
}
.team-list__single {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
  column-gap: 100px;
  position: relative;
}
@media (max-width: 112.5em) {
  .team-list__single {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 81.25em) {
  .team-list__single {
    padding-left: 0;
    column-gap: 70px;
  }
}
@media (max-width: 61.99em) {
  .team-list__single {
    grid-template-columns: 100%;
    text-align: center;
    row-gap: 50px;
    padding-top: 0;
  }
}
.team-list__single:after {
  content: "";
  width: 50vw;
  height: 2px;
  background-color: #000;
  opacity: 0.1;
  position: absolute;
  top: 0;
  right: 50%;
}
@media (max-width: 61.99em) {
  .team-list__single:after {
    display: none;
  }
}
.team-list__single-image {
  max-width: 600px;
  position: relative;
  order: 1;
}
@media (max-width: 61.99em) {
  .team-list__single-image {
    max-width: 500px;
    order: -1;
  }
}
.team-list__single-image:after {
  content: "";
  width: 88%;
  height: 88%;
  position: absolute;
  z-index: 1;
  top: 6%;
  border: 2px solid #fff;
  left: 6%;
}
.team-list__single-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 600/737;
  object-fit: cover;
}
.team-list__single-content h3 {
  margin-bottom: 40px;
}
.team-list__single-content h3:last-child {
  margin-bottom: 0;
}
.team-list__single-content .button {
  margin-top: 40px;
}

.projects {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.projects-content {
  text-align: center;
  max-width: 1200px;
}
.projects-content h2 {
  margin-bottom: 40px;
}
.projects-content h2:last-child {
  margin-bottom: 0;
}
.projects-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px;
}
@media (max-width: 93.74em) {
  .projects-list {
    column-gap: 30px;
    row-gap: 30px;
  }
}
@media (max-width: 1300px) {
  .projects-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .projects-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 61.99em) {
  .projects-list {
    column-gap: 20px;
    row-gap: 20px;
  }
}
@media (max-width: 37.5em) {
  .projects-list {
    grid-template-columns: 100%;
  }
}
.projects-list__single {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.projects-list__single:hover img {
  transform: scale(1.06);
}
.projects-list__single-image {
  overflow: hidden;
}
.projects-list__single-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: ease 0.4s all;
  transform: scale(1.01);
  display: block;
}
.projects-list__single-content h3 {
  margin-bottom: 0;
}
@media (max-width: 61.99em) {
  .projects-list__single-content h3 {
    text-align: center;
  }
}

.consultant {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 8vw;
  background-color: #F3F5F7;
}
@media (max-width: 93.74em) {
  .consultant {
    column-gap: 100px;
  }
}
@media (max-width: 87.5em) {
  .consultant {
    column-gap: 60px;
  }
}
@media (max-width: 82.5em) {
  .consultant {
    grid-template-columns: 3fr 2fr;
  }
}
@media (max-width: 61.99em) {
  .consultant {
    grid-template-columns: 100%;
    row-gap: 40px;
  }
}
.consultant--financing {
  background-color: #f2f6fb;
  align-items: center;
}
.consultant-content {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (max-width: 61.99em) {
  .consultant-content {
    text-align: center;
  }
}
.consultant-content h2 {
  color: #1B2739;
  margin-bottom: 0;
}
@media (min-width: 62em) {
  .consultant-content h2 {
    font-size: 1.75rem;
  }
}
.consultant-content p:last-child {
  margin-bottom: 0;
}
.consultant-contact {
  display: grid;
  column-gap: 60px;
  row-gap: 40px;
}
.consultant-contact.with-image {
  grid-template-columns: 2fr 3fr;
}
@media (max-width: 61.99em) {
  .consultant-contact.with-image {
    grid-template-columns: 100%;
    justify-items: center;
  }
}
.consultant-contact > div {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  justify-content: center;
}
@media (max-width: 61.99em) {
  .consultant-contact > div {
    align-items: center;
    max-width: 300px;
    width: 100%;
  }
}
.consultant-contact > div .hours {
  margin-top: 40px;
}
@media (max-width: 61.99em) {
  .consultant-contact > div .hours {
    margin-top: 0;
  }
}
.consultant-contact .image {
  position: relative;
}
@media (max-width: 61.99em) {
  .consultant-contact .image {
    max-width: 300px;
    margin: 0 auto;
  }
}
.consultant-contact .image img {
  width: 100%;
  height: auto;
}
.consultant-contact h3 {
  color: #1B2739;
  margin-bottom: 0;
}
.consultant-contact a {
  display: flex;
  column-gap: 10px;
  align-items: center;
  white-space: nowrap;
  font-weight: 500;
  color: #1B2739;
}
.consultant-contact a:hover {
  color: #1B2739;
}
.consultant-contact a:hover svg {
  background-color: #1B2739;
}
.consultant-contact a svg {
  fill: #fff;
  width: 40px;
  height: 40px;
  padding: 8px;
  transition: ease 0.4s all;
  background-color: #96A279;
}
.consultant-image {
  position: relative;
}
@media (max-width: 61.99em) {
  .consultant-image {
    max-width: 500px;
    order: -1;
    margin: 0 auto;
  }
}
.consultant-image:after {
  content: "";
  width: 88%;
  height: 88%;
  position: absolute;
  z-index: 1;
  top: 6%;
  border: 2px solid #fff;
  left: 6%;
}
.consultant-image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media (min-width: 62em) and (max-width: 82.5em) {
  .consultant-image img {
    aspect-ratio: 3/4;
  }
}
.consultant-form h3, .consultant-form > p {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 40px;
}
@media (max-width: 82.5em) {
  .consultant-form h3, .consultant-form > p {
    font-size: 1.125rem;
  }
}
@media (max-width: 61.99em) {
  .consultant-form h3, .consultant-form > p {
    text-align: center;
  }
}
@media (min-width: 62em) and (max-width: 82.5em) {
  .consultant-form .wpcf7 .form-top {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 62em) and (max-width: 82.5em) {
  .consultant-form .wpcf7 .form-top > label:first-child {
    grid-column: -1/1;
  }
}

.sidemenu {
  position: fixed;
  right: 0;
  display: flex;
  align-items: flex-end;
  z-index: 999;
  bottom: 0;
  width: 100%;
  background-color: #1B2739;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 62em) {
  .sidemenu {
    width: 45px;
    bottom: 10px;
    right: 10px;
  }
  .sidemenu .back-to-top {
    width: 45px;
    height: 45px;
    padding: 5px;
  }
}
.sidemenu .invisible {
  opacity: 1;
  animation: unset !important;
}
.sidemenu a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  transition: ease 0.6s all;
  position: relative;
  background-color: #1B2739;
  padding: 12px 10px;
  column-gap: 10px;
}
.sidemenu a:not(:hover) {
  color: #fff;
}
.sidemenu a:hover {
  color: #fff;
  background-color: #96A279;
}
@media (min-width: 62em) {
  .sidemenu a:not(.back-to-top) {
    display: none;
  }
}
@media (max-width: 28.75em) {
  .sidemenu a.email {
    font-size: 0;
    column-gap: 0;
  }
}
.sidemenu a.back-to-top svg {
  transform: rotate(270deg);
}
.sidemenu a svg {
  width: 25px;
  height: 25px;
  fill: #fff;
  transition: ease 0.4s all;
  z-index: 1;
}

.wrap404 {
  padding: 100px 0 100px 0;
}
.wrap404 .ups404 {
  font-weight: 900;
  color: #0e0e0e;
  font-size: 45px;
  margin-bottom: 50px;
}
.wrap404 .txt404 {
  font-weight: 300;
  color: #0e0e0e;
  font-size: 24px;
  margin-bottom: 60px;
}
.wrap404 .btn404 {
  padding: 15px 30px;
  background: #1B2739;
  color: white;
  border-radius: 30px;
  font-weight: 600;
  transition: background-color 0.3s ease-in-out;
  font-size: 16px;
}
.wrap404 .btn404:hover {
  background: #000;
}

@media screen and (max-width: 1499px) {
  .wrap404 {
    padding: 100px 30px 100px 30px;
  }
  .wrap404 .ups404 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .wrap404 .txt404 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1199px) {
  .gif404 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 575px) {
  .wrap404 {
    padding: 30px 0;
  }
  .wrap404 .btn404 {
    padding: 8px 16px;
    font-size: 12px;
  }
  .wrap404 .txt404 {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .wrap404 .ups404 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .gif404 {
    margin-top: 50px;
  }
}
.contact__about {
  position: relative;
  text-align: center;
}
.contact__about .wp-block-image {
  margin-top: 60px;
}
.contact__about .wp-block-image img {
  max-width: 100%;
}
.contact__about .wp-block-columns {
  max-width: 800px;
  margin: 60px auto 0 auto;
  row-gap: 40px;
}
.contact__about .contact-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  row-gap: 15px;
}
.contact__about .contact-links a {
  font-size: 1.25rem;
  display: flex;
  column-gap: 15px;
  align-items: center;
}
.contact__about .contact-links svg {
  fill: #96A279;
  width: 26px;
  height: 26px;
}
.contact__about .side-decor {
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  margin-top: 100px;
}
.contact__form {
  position: relative;
  background-color: #f2f2f2;
}
.contact__form-title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.contact__form .wpcf7 {
  z-index: 1;
  position: relative;
}
.contact__form .section-decor {
  bottom: unset;
  top: -32px;
}
.contact__form .side-decor {
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
}
.contact__map .leaflet-container {
  height: 600px;
}
.contact__map .leaflet-pane .map-place div, .contact__map .leaflet-pane .map-place div:after, .contact__map .leaflet-pane .map-place div:before {
  background-color: #fff;
}
.contact__map .content {
  text-align: center;
}

body.blog .site-main .post {
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
body.blog .site-main .post .entry-meta {
  display: inline-block;
  margin: 0 auto;
  padding: 5px 20px;
  margin-bottom: 50px;
  border: 1px solid #96A279;
  font-size: 0.875rem;
}
body.blog .site-main .post .wp-block-image {
  margin-top: 20px;
  margin-bottom: 20px;
}

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