html, body {
  cursor: default;
}

input:focus, select:focus, textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  outline: none !important;
  outline-offset: none !important;
}

h1 {
  font-size: 2.3rem;
}

@media (min-width: 1280px) {
  h1 {
    font-size: 3.6rem;
  }
}

h2 {
  font-size: 2rem;
}

@media (min-width: 1280px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.25rem;
  font-weight: 400;
}

@media (min-width: 1280px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.5rem;
}

em {
  --tw-text-opacity: 1;
  color: rgba(0, 159, 227, var(--tw-text-opacity));
  font-style: normal !important;
}

u {
  text-decoration: underline !important;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

input[type=radio]:checked + div {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 159, 227, var(--tw-bg-opacity)) !important;
}

button > * {
  pointer-events: none;
}

.error .validate {
  display: block !important;
}

.favoriteAdded {
  --tw-text-opacity: 1;
  color: rgba(255, 179, 65, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.favoriteAdded .icon-secondary {
  display: block !important;
}

.favoriteAdded .icon-primary {
  display: none;
}

.favoriteAdded i {
  --tw-text-opacity: 1;
  color: rgba(255, 179, 65, var(--tw-text-opacity));
}

.favoriteAdded .label-save {
  display: none;
}

.favoriteAdded .label-saved {
  display: inline !important;
}

select {
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

.select-wrap {
  position: relative;
  display: inline-block;
}

.select-wrap > select, .select-wrap > input {
  padding-right: 2.5rem;
  appearance: none;
  cursor: pointer;
  -webkit-appearance: none;
}

.select-wrap:after {
  pointer-events: none;
  position: absolute;
  right: 1rem;
  bottom: 50%;
  display: inline-block;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-y: 50%;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 159, 227, var(--tw-text-opacity));
  font-family: "balkan";
  display: inline-flex;
  content: "\e901";
}

.placeholder-blue::-webkit-input-placeholder {
  color: red !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 159, 227, var(--tw-text-opacity)) !important;
}

.placeholder-blue::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 159, 227, var(--tw-text-opacity)) !important;
}

button > * {
  pointer-events: none !important;
}

.btn-search > * {
  pointer-events: none !important;
}

.btn-search.active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 179, 65, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-search.active img:not(.hidden), .btn-search:hover img:not(.hidden) {
  display: none;
}

.btn-search.active img.hidden, .btn-search:hover img.hidden {
  display: block !important;
}

.tab-pane:not(.active) {
  display: none;
}

.js-nav-search a > * {
  pointer-events: none !important;
}

.switch {
  position: relative;
  display: inline-block;
  height: 2rem;
  width: 3.5rem;
}

.switch input {
  height: 0px;
  width: 0px;
  opacity: 0;
}

.switch .slider {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(110, 177, 206, var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.switch .slider:before {
  position: absolute;
  bottom: 0.25rem;
  left: 0.25rem;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  content: "";
}

.switch input:checked + .slider {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 179, 65, var(--tw-bg-opacity));
}

.switch input:checked + .slider:before {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-x: 1.5rem;
}

.before-arrow-down::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 6px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.custom-checkbox {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.custom-checkbox .checkmark {
  min-width: 1rem;
}

.custom-checkbox .checkmark::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  border-radius: 0.125rem;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  width: 14px;
  height: 14px;
}

.custom-checkbox input:checked + .checkmark:after {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 149, 102, var(--tw-bg-opacity));
}

::selection {
  background: rgba(239, 182, 151, 0.4);
}

/* width */

::-webkit-scrollbar {
  width: 8px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #0c182a;
}

/* Handle */

::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 159, 227, var(--tw-bg-opacity));
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 179, 65, var(--tw-bg-opacity));
}

.btn-primary {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 159, 227, var(--tw-bg-opacity));
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 179, 65, var(--tw-bg-opacity));
}

.btn-primary {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(7, 17, 32, var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-black {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(7, 17, 32, var(--tw-bg-opacity));
}

.btn-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 159, 227, var(--tw-bg-opacity));
}

.btn-black {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-black:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.btn-black {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-black i {
  --tw-text-opacity: 1;
  color: rgba(0, 159, 227, var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-black:hover i {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.btn-outline {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(178, 187, 204, var(--tw-border-opacity));
}

.btn-outline:hover {
  --tw-border-opacity: 1;
  border-color: rgba(7, 17, 32, var(--tw-border-opacity));
}

.btn-outline {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.btn-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 249, 252, var(--tw-bg-opacity));
}

.btn-outline {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.language-menu a.active {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 159, 227, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(7, 17, 32, var(--tw-text-opacity));
}

.home-header {
  height: calc(100vh - 64px);
}

@media screen and (max-width: 1279px) {
  .home-header {
    height: auto;
  }
}

.card-destination {
  height: 500px;
  border-radius: 0.25rem;
}

@media screen and (max-width: 1279px) {
  .card-destination {
    height: 200px;
  }
}

.card-destination:before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 1;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
  transition: opacity 0.15s ease-in-out;
}

.card-destination:hover:before {
  opacity: 0;
}

.arrow-left img {
  left: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.arrow-left:hover img {
  left: -0.25rem;
}

.arrow-right img {
  right: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.arrow-right:hover img {
  right: -0.25rem;
}

.menu {
  transform: translateX(-24rem);
}

.offcanvas-menu {
  transform: translateX(-100%);
}

@media screen and (min-width: 768px) {
  .offcanvas-menu {
    width: 500px !important;
    transform: translateX(-500px);
  }
}

.offcanvas-menu.active {
  transform: translateX(0);
}

.menu.active {
  transform: translateX(0);
}

.header-wrapper {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 21rem);
}

@media screen and (max-width: 1279px) {
  .header-wrapper {
    grid-template-rows: repeat(2, 15rem);
  }
}

@media screen and (max-width: 767px) {
  .header-wrapper {
    grid-template-rows: repeat(2, 11rem);
  }
}

@media screen and (max-width: 545px) {
  .header-wrapper {
    grid-template-rows: repeat(2, 9rem);
  }
}

.header-wrapper .header-img {
  position: relative;
}

.header-wrapper .header-img:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-bg-opacity: 0;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header-wrapper .header-img:hover:before {
  --tw-bg-opacity: 0.5;
}

.header-wrapper .header-img:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

@media screen and (max-width: 1279px) {
  .header-wrapper .header-img:first-child {
    grid-column: span 4;
  }
}

@media screen and (max-width: 1279px) {
  .header-wrapper .header-img:not(:first-child) {
    height: 200px;
  }
}

@media screen and (max-width: 1023px) {
  .header-wrapper .header-img:not(:first-child) {
    height: 170px;
  }
}

@media screen and (max-width: 767px) {
  .header-wrapper .header-img:not(:first-child) {
    display: none;
  }
}

table tbody tr:nth-of-type(2n+1) {
  background-color: #F0FBFF;
}

table tbody tr:nth-of-type(2n) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.accommodationContact-image img {
  height: 450px;
}

@media screen and (max-width: 767px) {
  .accommodationContact-image img {
    height: 300px;
  }
}

.about-img {
  height: 550px;
}

@media screen and (max-width: 767px) {
  .about-img {
    height: 250px;
  }
}

ul li::marker {
  font-size: 1.25rem;
}

@media screen and (min-width: 1279px) {
  .screen-info {
    height: calc(100vh - 72px);
  }
}

.gallery-item {
  width: 120px;
  height: 120px;
}

@media (max-width: 768px) {
  .gallery-item {
    width: 75px;
    height: 75px;
  }
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.richText iframe {
  max-width: 100% !important;
}

.articleText {
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgba(149, 169, 177, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .articleText {
    font-size: 1.125rem;
  }
}

.articleText pre, .articleText code, .articleText kbd, .articleText samp {
  font-family: Helvetica LT Std, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.articleText p {
  text-align: justify;
}

.articleText li {
  font-size: 1.125rem;
}

.articleText ul, .articleText ol {
  list-style: disc;
  padding-left: 1.5rem;
}

.articleText ul, .articleText ol {
  margin-bottom: 1rem;
}

.articleText p + p {
  margin-top: 1rem;
}

.articleText .fr-image-caption {
  margin-bottom: 2rem;
}

.articleText .fr-inner {
  font-size: 1rem;
}

.articleText h1, .articleText h2, .articleText h3 {
  --tw-text-opacity: 1;
  color: rgba(0, 53, 78, var(--tw-text-opacity));
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.articleText h1:first-child, .articleText h2:first-child, .articleText h3:first-child {
  margin-top: 0;
}

.articleText h2 {
  margin-bottom: 0.5rem;
  font-size: 2rem;
}

.articleText h3 {
  margin-bottom: 0.5rem;
  font-size: 2rem;
}

.articleText h4 {
  --tw-text-opacity: 1;
  color: rgba(0, 53, 78, var(--tw-text-opacity));
  font-size: 1.475rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 400;
}

.articleText h5 {
  --tw-text-opacity: 1;
  color: rgba(0, 53, 78, var(--tw-text-opacity));
  font-size: 1.375rem;
  margin-top: 2rem;
  margin-bottom: 0.25rem;
}

.articleText h6 {
  --tw-text-opacity: 1;
  color: rgba(0, 53, 78, var(--tw-text-opacity));
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.375rem;
  font-weight: 700;
}

.articleText .fr-inner {
  display: block;
  margin-top: -2rem;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 0.75rem;
}

.articleText img, .articleText iframe, .articleText video {
  border-radius: 0.5rem;
  height: auto !important;
  display: block;
  width: 100% !important;
  margin-top: 3rem;
  margin-bottom: 3rem;
  max-height: 600px;
  object-fit: cover;
}

@font-face {
  font-family: "Axiforma";

  src: url("fonts/Axiforma-Regular.woff2") format("woff2"), url("fonts/Axiforma-Regular.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Axiforma";

  src: url("fonts/Axiforma-SemiBold.woff2") format("woff2"), url("fonts/Axiforma-SemiBold.woff") format("woff");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Axiforma";

  src: url("fonts/Axiforma-Bold.woff2") format("woff2"), url("fonts/Axiforma-Bold.woff") format("woff");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Axiforma";

  src: url("fonts/Axiforma-Medium.woff2") format("woff2"), url("fonts/Axiforma-Medium.woff") format("woff");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "balkan";

  src: url("fonts/balkan.eot?h9uge3");

  src: url("fonts/balkan.eot?h9uge3#iefix") format("embedded-opentype"), url("fonts/balkan.ttf?h9uge3") format("truetype"), url("fonts/balkan.woff?h9uge3") format("woff"), url("fonts/balkan.svg?h9uge3#balkan") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

[class^=icona-], [class*=" icona-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "balkan" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icona-house:before {
  content: "\e900";
}

.icona-caret-down:before {
  content: "\e901";
}

.icona-minus:before {
  content: "\e902";
}

.icona-plus:before {
  content: "\e903";
}

.js-search-checkbox:checked + label, .js-search-radio:checked + label {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 179, 65, var(--tw-border-opacity));
}

.autocomplete {
  width: 100%;
  position: relative;
}

.autocomplete ul,
.autocomplete li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.autocomplete .autocomplete-list {
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: absolute;
  top: 100%;
  right: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  min-height: 15.8rem;
  max-height: 15.8rem;
  list-style: none;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  z-index: 30;
  padding-bottom: 1rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.autocomplete .autocomplete-list::-webkit-scrollbar {
  display: none;
}

@media (min-width: 640px) {
  .autocomplete .autocomplete-list {
    margin-top: 1rem;
    width: 21rem;
    left: -3rem;
    height: auto;
    font-size: 1rem;
    line-height: 1.25;
    max-height: 21.25rem;
    min-height: auto;
  }
}

.autocomplete .autocomplete-group {
  position: relative;
  padding: 0 0;
}

.autocomplete .autocomplete-group h4 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding-top: 0.75rem;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(0, 159, 227, var(--tw-text-opacity));
}

.autocomplete .autocomplete-group:first-child h4 {
  border: none;
}

.autocomplete .autocomplete-group-header {
  top: 16px;
  left: 10px;
  font-weight: 600;
}

.autocomplete .autocomplete-item {
  cursor: pointer;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgba(0, 159, 227, var(--tw-text-opacity));
  padding: 0.5rem 1.5rem;
}

@media (min-width: 567px) {
  .autocomplete .autocomplete-item {
    padding: 0.5rem 1.5rem;
  }
}

.autocomplete .autocomplete-item:last-child {
  margin-bottom: 0.5rem;
}

.autocomplete .autocomplete-item.active, .autocomplete .autocomplete-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.autocomplete .autocomplete-item-last {
  font-weight: 600;
  text-align: center;
  padding: 10px;
}

#blog-filter-form input:checked + div {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 159, 227, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* The Modal (background) */

.c-Modal {
  display: none;
  position: fixed;
  z-index: 10001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(2px);
}

@media (min-width: 567px) {
  .c-Modal {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

.c-Modal__inner {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 159, 227, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.7;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  margin: auto;
  padding: 2rem 1.5rem 3.5rem;
  width: 100%;
  position: relative;
}

@media (min-width: 567px) {
  .c-Modal__inner {
    padding: 2rem 3.5rem 3.5rem;
  }
}

@media (min-width: 800px) {
  .c-Modal__inner {
    max-width: 50vw;
  }
}

.c-Modal__title {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 2.375rem;
  margin-bottom: 1rem;
  font-weight: 400;
}

.c-Modal__content {
  line-height: 1.5;
}

.c-Modal__text {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  padding-right: 2rem;
}

.c-Modal__close {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 3rem;
  line-height: 0;
  font-weight: 700;
  padding: 1.5rem;
}

.c-Modal__close:focus, .c-Modal__close:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
  cursor: pointer;
}

.list-cookies__actions {
  margin-top: 1rem;
}

.list-cookies .single-cookie {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  display: flex;
  flex-direction: row-reverse;
  padding: 1.5rem 0;
}

.list-cookies .single-cookie .form-switch-label {
  transform: scale(1.4);
}

.list-cookies .single-cookie__label {
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  display: block;
}

.list-cookies .single-cookie__switch {
  padding-left: 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 567px) {
  .list-cookies .single-cookie__switch {
    padding-left: 2rem;
  }
}

.list-cookies .single-cookie__switch--disabled {
  filter: grayscale(1);
}

.list-cookies .single-cookie__description {
  font-size: 0.875rem;
  padding-right: 1rem;
}

@media (min-width: 567px) {
  .list-cookies .single-cookie__description {
    padding-right: 2rem;
  }
}

.btn--save {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  height: 3.75rem;
  padding: 1rem 1.5rem;
  background-color: transparent;
  transition: all ease 0.3s;
  font-size: 1.125rem;
  font-weight: 700;
}

.btn--save:hover, .btn--save:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 159, 227, var(--tw-text-opacity));
  transition: all ease 0.3s;
}

.c-CookiesBar {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 159, 227, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 1.5em;
  z-index: 9999;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: opacity 1s ease;
  padding: 1.5rem;
}

@media (min-width: 567px) {
  .c-CookiesBar {
    padding: 3rem 1.5rem 3rem 2.5rem;
    max-width: 50vw;
    bottom: 0;
    right: 0;
    display: flex;
    left: auto;
  }
}

.c-CookiesBar__description {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

@media (min-width: 567px) {
  .c-CookiesBar__description {
    margin-bottom: 0;
  }
}

.c-CookiesBar__btns {
  display: flex;
  align-items: center;
}

@media (min-width: 567px) {
  .c-CookiesBar__btns {
    margin-left: 1.5rem;
  }
}

.c-CookiesBar__btn + .c-CookiesBar__btn {
  border-left: none;
}

.c-CookiesBar__btn {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 1.5rem;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3.75rem;
  width: 50%;
  transition: all ease 0.3s;
}

.c-CookiesBar__btn:hover, .c-CookiesBar__btn:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 159, 227, var(--tw-text-opacity));
}

.c-CookiesBar__btn:hover svg, .c-CookiesBar__btn:focus svg {
  fill: #111;
}

@media (min-width: 567px) {
  .c-CookiesBar__btn {
    width: auto;
  }
}

/* CHECKBOX TOGGLE SWITCH */

.form-switch {
  width: 2.5rem;
  line-height: 1.5;
  user-select: none;
  position: relative;
}

.form-switch-checkbox {
  display: none;
}

.form-switch-label {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 159, 227, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  display: block;
  cursor: pointer;
  padding-bottom: 0;
  height: 1.45rem;
  border-radius: 9999px;
  transition: background-color 0.2s ease-in;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  margin-top: 2rem;
}

.form-switch-label:before {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  top: 0.15rem;
  bottom: 0;
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  border-radius: 50%;
  content: "";
}

.form-switch-label::after {
  top: -1.5rem;
  left: -0.75rem;
  position: absolute;
  content: attr(data-text-disabled);
  font-size: 0.875rem;
  transform: scale(0.65);
}

.form-switch-checkbox:checked + .form-switch-label {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.form-switch-checkbox:checked + .form-switch-label::after {
  content: attr(data-text-enabled);
}

.form-switch-checkbox:checked + .form-switch-label:before {
  right: 0;
}

.month-name {
  font-weight: bold !important;
  color: #009FE3;
}

.day {
  min-width: 50px !important;
  min-height: 50px !important;
  font-size: 16px !important;
}

.day:hover {
  border-radius: 100% !important;
  border: 2px solid #009FE3 !important;
}

.dayname {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #00354E !important;
}

.days-grid {
  color: #95A9B1;
}

.today {
  color: #009FE3 !important;
}

.end, .start, .selected {
  border-radius: 100% !important;
  background-color: #009FE3 !important;
  border: 2px solid #009FE3 !important;
}

.in-range {
  border-radius: 100% !important;
  background-color: #E8F8FF !important;
  color: #95A9B1 !important;
}

.in-range:hover {
  border: 2px solid #009FE3 !important;
}

.next-button, .previous-button {
  color: #009FE3 !important;
  border-radius: 100% !important;
  border: 2px solid #009FE3 !important;
  align-items: center !important;
  font-weight: bold !important;
}

.site-overlay {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
  visibility: hidden;
  opacity: 0;
  will-change: opacity;
  transition: all ease 0.3s;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

[data-ajax-progress] .site-overlay, .oc-loading .site-overlay {
  opacity: 1;
  z-index: 10;
  visibility: visible;
}

.oc-loading .site-overlay {
  z-index: 9999;
  background: #fff;
}

.loadership_RLEYB {
  display: flex;
  position: relative;
  width: 72px;
  height: 72px;
}

.loadership_RLEYB div {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #046aa9;
  animation: loadership_RLEYB_scale 1.2s infinite, loadership_RLEYB_fade 1.2s infinite;
  animation-timing-function: linear;
}

.loadership_RLEYB div:nth-child(1) {
  animation-delay: 0s;
  top: 62px;
  left: 32px;
}

.loadership_RLEYB div:nth-child(2) {
  animation-delay: -0.1s;
  top: 58px;
  left: 47px;
}

.loadership_RLEYB div:nth-child(3) {
  animation-delay: -0.2s;
  top: 47px;
  left: 58px;
}

.loadership_RLEYB div:nth-child(4) {
  animation-delay: -0.3s;
  top: 32px;
  left: 62px;
}

.loadership_RLEYB div:nth-child(5) {
  animation-delay: -0.4s;
  top: 17px;
  left: 58px;
}

.loadership_RLEYB div:nth-child(6) {
  animation-delay: -0.5s;
  top: 6px;
  left: 47px;
}

.loadership_RLEYB div:nth-child(7) {
  animation-delay: -0.6s;
  top: 2px;
  left: 32px;
}

.loadership_RLEYB div:nth-child(8) {
  animation-delay: -0.7s;
  top: 6px;
  left: 17px;
}

.loadership_RLEYB div:nth-child(9) {
  animation-delay: -0.8s;
  top: 17px;
  left: 6px;
}

.loadership_RLEYB div:nth-child(10) {
  animation-delay: -0.9s;
  top: 32px;
  left: 2px;
}

.loadership_RLEYB div:nth-child(11) {
  animation-delay: -1s;
  top: 47px;
  left: 6px;
}

.loadership_RLEYB div:nth-child(12) {
  animation-delay: -1.1s;
  top: 58px;
  left: 17px;
}

@keyframes loadership_RLEYB_scale {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}

@keyframes loadership_RLEYB_fade {
  0%, 20%, 80%, 100% {
    opacity: 0.8;
  }

  50% {
    opacity: 1;
  }
}

body.modal-open {
  overflow: hidden;
}

@media (min-width: 567px) {
  body.modal-open {
    position: static;
  }
}

.modal.open {
  display: block !important;
}

.c-Dropdown {
  position: relative;
  pointer-events: all;
}

.c-Dropdown__trigger {
  cursor: pointer;
  z-index: 2;
}

.c-Dropdown__trigger.active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 159, 227, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.c-Dropdown__trigger svg {
  transform-origin: center;
  transform: scale(1.5);
  pointer-events: none;
}

.c-Dropdown__content {
  z-index: 20;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease;
  top: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.c-Dropdown__content--filters {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  min-width: 28rem;
  left: 0;
  top: 3.5rem;
  transform: none;
}

@media (max-width: 1023px) {
  .c-Dropdown__content--filters {
    position: fixed;
    top: 4.25rem;
    left: 0;
    width: 100%;
    min-width: auto;
  }
}

.c-Dropdown__content--full {
  right: auto;
  left: 0px;
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 21rem;
  transform: none;
}

.c-Dropdown__content--right {
  left: auto;
  right: 0;
}

.c-Dropdown__content--share {
  left: auto;
  right: -4rem;
}

.c-Dropdown__content--lang {
  top: 3rem;
  right: 0;
  left: auto;
  transform: none;
}

.c-Dropdown__content--lang svg {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}

.page-listings.headroom--pinned .c-Search {
  top: 4.25rem;
}

.headroom--unpinned .c-Dropdown__content--filters {
  top: 7.25rem;
}

.js--dropdown-open .js--dropdown-target {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: all;
}

.js--dropdown-open .triangle {
  transform: rotate(-180deg);
  transform-origin: center;
}

.splide__arrows {
  pointer-events: none;
}

.splide__arrows > * {
  pointer-events: all !important;
}

.splide__arrow {
  pointer-events: all !important;
}

.c-Listings #rentals-list {
  min-height: calc(100vh - 5rem);
}

.c-Listings__map {
  position: sticky;
  top: 4.5rem;
}

.c-Listings__map .mapboxgl-map {
  height: calc(100vh - 8.5rem);
}

.c-Listings .pagination {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}

@media (min-width: 640px) {
  .c-Listings .pagination {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.c-Listings .pagination li span, .c-Listings .pagination li a {
  border-bottom-width: 2px;
  border-color: transparent;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.c-Listings .pagination li.active span, .c-Listings .pagination li.active a, .c-Listings .pagination li:hover span, .c-Listings .pagination li:hover a {
  --tw-border-opacity: 1;
  border-color: rgba(255, 179, 65, var(--tw-border-opacity));
}

@media (max-width: 1024px) {
  .c-Filters {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    overflow: auto;
    z-index: 99;
  }
}

.c-Listings__map {
  pointer-events: none;
  visibility: hidden;
}

.show-map-full .show-map-label {
  display: none;
}

.show-map-full .show-list-label {
  display: block !important;
}

.show-map-full .c-Listings {
  padding-bottom: 4rem;
  height: 100vh;
}

.show-map-full .c-Listings__wrap {
  min-height: 90vh;
}

.show-map-full .c-Listings #rentals-list {
  display: none;
}

.show-map-full .c-Listings__map {
  z-index: 1;
  pointer-events: all;
  visibility: visible;
}

.c-Listings__mapwrap {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.c-Listings__listwrap {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.js-toggle-map-full {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.show-map-full .js-toggle-map-full i {
  transform: rotate(180deg);
}

.show-map-full .c-Listings__mapwrap {
  width: 100%;
}

@media (min-width: 1024px) {
  .show-map-full .c-Listings__mapwrap {
    width: 66.666667%;
  }
}

.show-map-full .c-Listings__listwrap {
  display: none;
}

.btn-search.active img:not(.show-map-full .c-Listings__listwrap), .btn-search:hover img:not(.hidden) {
  display: none;
}

.btn-search.active img:not(.hidden), .btn-search:hover img:not(.hidden) {
  display: none;
}

.btn-search.active img.show-map-full .c-Listings__listwrap, .btn-search:hover img.hidden {
  display: block;
}

.btn-search.active img.hidden, .btn-search:hover img.hidden {
  display: block;
}

.show-map-full .c-Listings__listwrap {
  max-height: 100vh;
}

.page-favorites .c-Search {
  display: none;
}

.page-favorites .c-Listings__map {
  position: sticky;
  top: 0;
}

.page-favorites .c-Listings__map .mapboxgl-map {
  height: 100vh;
}

.c-Search {
  transition: all 0.45s cubic-bezier(0.47, 0.17, 0.17, 0.58);
}

.headroom--not-top.page-listings .c-Search {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.c-Listings__map .mapboxgl-popup {
  z-index: 10;
}

.c-Listings__map .mapboxgl-popup a {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.c-Listings__map .mapboxgl-popup-content {
  padding: 0;
}

.c-Listings__map .mapboxgl-ctrl-zoom-in {
  pointer-events: auto;
  margin-bottom: 0.25rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
}

.c-Listings__map .mapboxgl-ctrl-zoom-in:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 179, 65, var(--tw-border-opacity));
}

.c-Listings__map .mapboxgl-ctrl-zoom-in {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.c-Listings__map .mapboxgl-ctrl-zoom-in:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
}

.c-Listings__map .mapboxgl-ctrl-zoom-in {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  font-size: 0.875rem;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.c-Listings__map .mapboxgl-ctrl-zoom-in:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.c-Listings__map .mapboxgl-ctrl-zoom-in {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: 50% !important;
  border: 1px solid transparent;
}

.c-Listings__map .mapboxgl-ctrl-zoom-in:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 179, 65, var(--tw-border-opacity)) !important;
}

.c-Listings__map .mapboxgl-ctrl-zoom-in span {
  background: none !important;
}

.c-Listings__map .mapboxgl-ctrl-zoom-in:before {
  font-family: "balkan";
  display: inline-flex;
  content: "\e903";
  color: inherit;
  flex-shrink: 0;
  speak: none;
  text-transform: none;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.c-Listings__map .mapboxgl-ctrl button:not(:disabled):hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.c-Listings__map .mapboxgl-ctrl-zoom-out {
  pointer-events: auto;
  margin-bottom: 0.5rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
}

.c-Listings__map .mapboxgl-ctrl-zoom-out:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 179, 65, var(--tw-border-opacity));
}

.c-Listings__map .mapboxgl-ctrl-zoom-out {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.c-Listings__map .mapboxgl-ctrl-zoom-out:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
}

.c-Listings__map .mapboxgl-ctrl-zoom-out {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  font-size: 0.875rem;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.c-Listings__map .mapboxgl-ctrl-zoom-out:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.c-Listings__map .mapboxgl-ctrl-zoom-out {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: 50% !important;
  border: 1px solid transparent;
}

.c-Listings__map .mapboxgl-ctrl-zoom-out:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 179, 65, var(--tw-border-opacity)) !important;
}

.c-Listings__map .mapboxgl-ctrl-zoom-out span {
  background: none !important;
}

.c-Listings__map .mapboxgl-ctrl-zoom-out:before {
  font-family: "balkan";
  display: inline-flex;
  content: "\e902";
  color: inherit;
  flex-shrink: 0;
  speak: none;
  text-transform: none;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.c-Listings__map .mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  right: 1rem;
  margin-top: 2.25rem;
  background: transparent;
  top: auto;
  box-shadow: none;
}

.c-Listings__map .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
  display: none !important;
}

.c-Listings__map .mapboxgl-popup-close-button {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1.25rem;
}

.c-Listings__map .mapboxgl-popup-close-button:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  display: none !important;
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  display: none !important;
}

.marker {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.marker i {
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgba(0, 159, 227, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.marker.active {
  z-index: 40;
  --tw-border-opacity: 1;
  border-color: rgba(255, 179, 65, var(--tw-border-opacity));
}

.marker.active i {
  --tw-text-opacity: 1;
  color: rgba(0, 159, 227, var(--tw-text-opacity));
}