@charset "UTF-8";
/* CSS Document
Stargate

╔═══╦╗░░░░░░░╔╗░░░░░░░░░░░░╔═══╦═══╦═══╗
║╔═╗║║░╔╗░░░░║║░░░░░░░░░░░░║╔═╗║╔═╗║╔═╗║
║║░║║╚═╬╬══╦═╝╠═╗╔══╦╗╔╦══╗║║░╚╣╚══╣╚══╗
║║░║║╔╗╠╣║═╣╔╗║╔╗╣╔╗║╚╝║║═╣║║░╔╬══╗╠══╗║
║╚═╝║╚╝║║║═╣╚╝║║║║╔╗║║║║║═╣║╚═╝║╚═╝║╚═╝║
╚═══╩══╣╠══╩══╩╝╚╩╝╚╩╩╩╩══╝╚═══╩═══╩═══╝
░░░░░░╔╝║░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░╚═╝░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░

>>>>>>>>>>>> Rounded 1.5.1 <<<<<<<<<<<<<<<

*/

@font-face {
  font-family: OpenSans-Light; /* deklarace fontu */
  src: url(/ui/system/font/OpenSans-Light.ttf); /* propojení­ na umí­stění­ souboru */
}
@font-face {
  font-family: OpenSans-Semibold; /* deklarace fontu */
  src: url(/ui/system/font/OpenSans-Semibold.ttf); /* propojení­ na umí­stění­ souboru */
}

* {
  font-family: OpenSans-Light;
  margin: 0;
  padding: 0;
  font-size: 4vw;
  -webkit-overflow-scrolling: touch;
}
h1,
h2,
h3,
h4,
p,
span,
label {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
html {
  touch-action: manipulation;
  /*height: 100%;*/
}
::-moz-placeholder {
  opacity: 0;
}
h1,
h2,
h3,
h4 {
  font-family: OpenSans-Semibold;
  font-weight: normal;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.2em;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.left-text {
  text-align: left;
}
.right-text {
  text-align: right;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.scroll-block {
  max-height: 100vh;
  overflow: hidden;
}
a {
  text-decoration: none;
}
a:hover {
}
a.btn-href {
  cursor: pointer;
  margin: 3vw;
}
.back-btn {
  padding: 0 6vw 0 4vw;
  z-index: 70;
  height: 12vw;
  line-height: 12vw;
  display: inline-block;
  position: fixed;
  left: 2vw;
  top: 19vw;
}
.btn-icon {
  width: 3.5vw;
  height: 12vw;
  display: block;
  margin: 0 3vw 0 0;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  float: left;
}
input,
select,
date {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
textarea,
a.btn-href,
li.menu-btn,
.food-type-button,
.filter-products-btn,
.item-buy-now,
input[type="button"].add-to-cart,
.add-cart-quantity,
input[type="submit"],
input[type="button"],
.social-btn,
.cart-back-btn a,
.cart-pay-btn a,
.item-review-form input[type="submit"],
.call-button,
.cart-sum,
.select-content-box,
.js-address-container,
.notification-box,
.order-tracking-box,
.bonus-points-controller,
.recomend-product,
.cart-recomend-box,
button.recomend-product-hover,
button.recomend-product,
.order-his-column,
.order-his-btn,
.address-error-box,
.footer-select-factory,
.set-coupon-btn,
input[type="submit"].set-coupon-btn,
input[type="button"].set-coupon-btn,
button.set-coupon-btn,
.coupon-delete-btn,
.extended-menu-taste .ingredient-type-button,
.cart-extras-info,
.cart-tringel-select-btn,
.specify-address-button,
.save-specific-address-button,
.set-user-location-button {
  -webkit-border-radius: 2vw;
  -moz-border-radius: 2vw;
  border-radius: 2vw;
}

/********************* INPUT STYLES ******************/
.field {
  display: flex;
  flex-flow: column-reverse;
  margin: 1vw 0;
}
label,
input,
textarea {
  transition: transform 0.2s;
  touch-action: manipulation;
}
input,
textarea {
  width: 87%;
  font-size: 1em;
  border: 0;
  font-family: inherit;
  -webkit-appearance: none;
  padding: 0.5vw 10% 2.5vw 3%;
  cursor: text;
  background-position: center right 2%;
  background-size: auto 45%;
  background-repeat: no-repeat;
  margin: 0 0 2vw 0;
}
input:focus,
textarea:focus {
  outline: 0;
}
label {
  font-size: 0.8em;
}
input:placeholder-shown + label,
textarea:placeholder-shown + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 7.5vw) scale(1.5);
}
::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 1;
}
input:not(:placeholder-shown) + label,
input:focus + label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
}
textarea:not(:placeholder-shown) + label,
textarea:focus + label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
}

input[type="submit"],
input[type="button"] {
  border: none;
  -webkit-border-radius: 360px;
  -moz-border-radius: 360px;
  padding: 3vw 0;
  cursor: pointer;
  margin: 3vw 0;
  outline: none;
  width: 100%;
  background-position: center;
  background-size: cover;
  display: inline-block;
  text-align: center;
}
.filter-content input[type="text"],
.filter-content input[type="password"],
.filter-content input[type="number"],
.filter-content input[type="email"],
.filter-content select,
.filter-content input[type="tel"] {
  border: none;
  width: 85%;
  font-size: 5vw;
  transition: all 0.5s;
  padding: 2.5vw 12.5% 2.5vw 2.5%;
  background-position: center right 2.5vw;
  background-repeat: no-repeat;
  background-size: auto 7vw;
  margin: 2vw 0;
}
input[type="text"].search-filter-input {
  width: 76%;
  float: left;
  padding: 0 2%;
  margin: 2vw 0;
  height: 10vw;
}
#timepicker {
  padding: 10px;
  border: none;
  font-size: 1.2em;
}

footer {
  display: none;
}

/*** BLUE BUTTON FIX ***/
button:active {
  outline: none;
  border: none;
}
button:focus {
  outline: 0;
}

/***************************************************************** ////// ******************************************************/
/*****************************************************************   ID   *****************************************************/
/***************************************************************** \\\\\\ ****************************************************/

#login,
#factory-select,
#account-settings,
#cart,
#cartOverlay-1,
#cartOverlay-2,
#cartOverlay-3,
#contact,
#maps,
#item-detail,
#gallery,
#gallery-items,
#news,
.notification,
#favorite-items,
#orders-history,
#alergens-list,
.js-news-template,
.js-item-unavailable-btn,
#reservation-detail,
#company-terms {
  display: none;
}
#menu-box,
#home {
  display: block;
}
/***************************************************************** ////// *****************************************************/
/***************************************************************** CLASS *****************************************************/
/************************************************************ \\\\\\ **********************************************************/

.hw-acc {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.invisible {
  display: none;
}
.body-container {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
}
.section {
  position: relative;
  z-index: 20;
}
.cleaner,
.clear {
  clear: both;
}
button.menu-hide-btn {
  width: 100%;
  height: 15vw;
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  border: none;
  top: 0vw;
  right: 0vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6vw;
}
ul.menu {
  padding: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 101;
  display: block;
  transition: all 0.6s;
  bottom: -100%;
  left: 0;
}
ul.menu.active {
  transition: all 0.3s;
  bottom: 0vw;
}
.menu-content {
  margin: 15vw 5% 0 5%;
  max-height: 87vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.menu-image-top {
  display: none;
}
.menu-content-logo {
}
.menu-content-logo::after {
}
.menu-logo {
}
li.menu-btn {
  cursor: pointer;
  padding: 2.5vw 2%;
  font-size: 1em;
  float: left;
  display: block;
  width: 46%;
}
.menu-btn.selected {
}
.menu-btn.account-menu {
  position: absolute;
  bottom: 8vw;
  padding: 0;
  display: inline-block;
  width: 90%;
  float: none;
}
.dummy {
}
.menu-btn-content {
  background-position: center top 1vw;
  background-repeat: no-repeat;
  background-size: auto 9vw;
  padding: 12vw 0 0 0;
  text-align: center;
}
.account-menu .menu-btn-content {
  padding: 5vw 0;
}
.menu-signature {
  position: absolute;
  bottom: 0vw;
  left: 0vw;
  width: 90%;
  height: 8vw;
  line-height: 8vw;
  padding: 0 0 0 10%;
  background-position: center left 2%;
  background-repeat: no-repeat;
  background-size: auto 60%;
  opacity: 0.6;
  pointer-events: none;
}
.toppanel {
  width: 100%;
  height: 20vw;
  position: fixed;
  background-position: center right 5vw;
  background-repeat: no-repeat;
  background-size: auto 60%;
  transition: all 0.5s;
  z-index: 99;
  padding-top: 7vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  top: 0;
}

/*IPHONE X and more display FIX
.toppanel::before {
    content: '';
    width: 100%;
    height: 20vh;
    position: absolute;
    top: -20vh;
    left: 0;
    display: block;
    z-index: 1;
}
*/
button.toppanel-btn {
  position: absolute;
  right: 0vw;
  width: 25vw;
  height: 20vw;
  border: none;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 40%;
  cursor: pointer;
}
.toppanel.mini-menu {
  position: fixed;
  transition: all 0.5s;
  text-align: center;
  padding-top: 0;
}
.toppanel img {
  left: 2vw;
  width: auto;
  height: 12vw;
  position: absolute;
  top: 10vw;
  cursor: pointer;
}
.app-banner-content {
  width: 100%;
  margin: 0;
  padding: 40vw 0 0 0;
}
.app-banner-content img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.app-banner-image {
  display: none;
  width: 100%;
  height: 100vw;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.app-banner-image.active {
  display: block;
}
.no-banners {
  margin: 15vw 0 0 0;
}
.swiper-pagination {
}
.swiper-pagination-bullets {
}
.swiper-pagination-bullet {
  display: inline-block;
  width: 4vw;
  height: 4vw;
  border-radius: 360vw;
}
.swiper-pagination-bullet-active {
}
.banner-version-app,
.banner-version-app_multiapp {
  display: block;
}
.banner-version-eshop,
.banner-version-eshop_multiapp {
  display: none;
}
.extended-menu {
  display: block;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2vw 0;
  position: fixed;
  z-index: 99;
  top: 20vw;
}
.food-types {
  white-space: nowrap;
  text-align: center;
}
.food-type-button {
  height: 15vw;
  line-height: 15vw;
  display: inline-block;
  padding: 0 5vw;
  margin: 0 1.5vw;
  text-align: left;
  cursor: pointer;
}
.food-type-button img {
  width: 0px;
  height: 0px;
}
/*SUB CATEGORY MENU*/
.food-types {
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
}
.food-type-button.active {
  font-family: OpenSans-Semibold;
}
.food-type-button.extra {
}
.scroll-to-top {
  position: fixed;
  top: 80vh;
  left: 0;
  width: 15vw;
  height: 15vw;
  cursor: pointer;
  z-index: 10;
  opacity: 0.7;
}
.scroll-to-top-icon {
  width: 100%;
  height: 15vw;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 60%;
}

.orders-history-box,
.favorite-items-box,
.news-box,
.alergens-box {
  margin: 20vw 5%;
}

.orders-history-box h4,
.favorite-items-box h4,
.news-box h4,
.alergens-box h4 {
  margin: 2vw 0;
}

/************************************************************** Tutorial ***************************************************/
.tutorial-box {
  display: none;
}

/************************************************************** BOTTOM-line ***************************************************/

.bottom-panel {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
}
.bottom-panel::before {
  content: "";
  z-index: -1;
  position: absolute;
  height: 10vw;
  width: 100%;
  display: block;
  bottom: 10vw;
}
.bottom-btn {
  width: 21%;
  height: 10vw;
  display: block;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 60%;
  cursor: pointer;
  text-align: center;
}
.bottom-btn-center {
  display: inline-block;
  line-height: 4vw;
  margin: 4vw 0vw 0vw 0vw;
}
.bottom-btn h4 {
  font-size: 1em;
  line-height: 0.5vw;
}
.bottom-btn label {
  font-size: 0.5em;
  line-height: 0.5vw;
}
.bottom-btn-cart {
  width: 15vw;
  margin: -5vw 0vw 0vw 0vw;
  height: 15vw;
  display: block;
  float: left;
  border-radius: 360%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 70%;
  cursor: pointer;
  text-align: center;
}
.bottom-btn-cart h4 {
  font-size: 1em;
  line-height: 18vw;
}
.bottom-btn-cart.empty h4,
.mini-menu .bottom-btn-cart.empty h4 {
  font-size: 0;
}
.favorite-food {
}
.last-orders {
}
.account {
}
.points {
}

/********************************************************** ITEM **********************************************************/
.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 95%;
  margin: 0 2.5% 30vw 2.5%;
}
.items h2 {
  width: 100%;
}
.items-title {
  display: flex;
  padding: 15vw 0 2.5vw 0;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product,
.item {
  position: relative;
  margin: 5vw 0;
  width: 95%;
  border-radius: 5vw;
  padding: 2.5vw 2.5%;
  text-align: right;
  padding-bottom: 37vw;
}

.content {
  width: 100%;
}
.cart-items .item-photo-content-bottom h4 {
  margin: 0;
}
.item-photo-content {
  width: 100%;
  position: relative;
  padding: 0;
  min-height: 70vw;
  border-radius: 3.6vw;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 -10vw;
  transition: all 0.3s ease-out;
}
.item-photo-content-bottom {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 72vw 0 0 0;
  word-break: break-word;
}
.item-photo-content-bottom h4 {
  padding: 0 0 2vw 0;
}
.item-photo-content-bottom p {
  text-align: justify;
  font-family: OpenSans-Light;
  font-size: 0.9em;
}
.stickers-content {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  width: 100%;
}
.cart-box .stickers-content {
  display: none;
}
.sticker {
  float: right;
  padding: 2vw;
  font-family: OpenSans-Semibold;
  font-size: 0.95em;
}
.item-info-panel,
.reservation-info-panel {
  position: absolute;
  bottom: 20vw;
  height: 13vw;
  width: 100%;
  float: none;
  text-align: center;
  overflow: hidden;
}
.item-info-btn {
  width: 49%;
  height: 10.5vw;
  line-height: 10vw;
  display: inline-block;
  float: none;
  text-align: center;
  background-position: center right 5vw;
  background-repeat: no-repeat;
  background-size: auto 40%;
  overflow: hidden;
}
.reservation-info-panel .item-info-btn {
  width: 100%;
}
.item-info-btn select {
  border: none;
  width: 100%;
  transition: all 0.5s;
  padding: 1vw 2vw 2vw 4vw;
  margin: 0vw;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
  cursor: pointer;
  border-radius: 360px;
  background-position: center right 2vw;
  background-repeat: no-repeat;
  background-size: auto 50%;
}
.item-info-btn h4 {
  font-size: 1.5em;
}
.js-cart-item-price {
  font-family: OpenSans-Semibold;
}
.item-buy-btn,
.item-buy-now {
  position: absolute;
  right: 2vw;
  bottom: 2.5vw;
  width: 47%;
  height: 15vw;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.item-buy-now {
}
.item-buy-btn {
  display: none;
}
.item-buy-btn-icon,
.item-buy-now-icon {
  width: 100%;
  height: 15vw;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50%;
}
.item-change-btn {
  position: relative;
  width: 15%;
  float: left;
  text-align: center;
}
.item-change-btn span {
  width: 100%;
  height: 23.3vw;
  line-height: 23.3vw;
}
.change-btn {
  width: 100%;
  height: 23.3vw;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  cursor: pointer;
}
.item-taste-box {
  padding: 2.5vw;
  margin-top: 2.5vw;
}
.item-taste-box p {
}
.item-taste-box label {
}
.item-sale-date {
  padding: 2vw 2.5%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.item-sale-date h4 {
  font-size: 1.5em;
  line-height: 3.5vw;
  text-transform: uppercase;
}
.item-sale-date span {
  font-size: 0.6em;
}
.daily-menu-day {
  width: 100%;
  display: block;
  font-size: 1.8em;
  text-align: center;
  margin: 20vw 0 5vw 0;
  font-family: OpenSans-Semibold;
}

/************************************************ ENHANCEMENT BOX **************************************************/
.overlay-enhancement-box,
.overlay-specify-address {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  height: 100%;
  width: 100%;
  display: none;
  text-align: center;
}
.overlay-enhancement-box.active {
  display: block;
}
.overlay-enhancement-content {
  width: 95%;
  margin: 0 2.5%;
  border-radius: 5vw;
  position: relative;
  top: 52%;
  transform: translateY(-50%);
  max-height: 77%;
  display: flex;
  flex-flow: column;
  align-items: stretch;
}
.overlay-specify-address {
  display: flex;
  padding: 20vw 0 5vw 0;
  overflow: auto;
  box-sizing: border-box;
  visibility: hidden;
}
.overlay-specify-address.active {
  visibility: visible;
}
.overlay-specify-address-content {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: auto;
  border-radius: 16px;
  box-sizing: border-box;
  text-align: left;
  width: 95%;
  max-width: 768px;
  max-height: calc(90vh - 4rem);
}
.overlay-specify-address-content .delete-btn {
  position: absolute;
  top: -16vw;
  cursor: pointer;
}
.overlay-specify-address-content .specify-address-inner-content {
  overflow: auto;
}
.overlay-specify-address-content .specify-address-inner-content > * {
  margin-left: 1rem;
  margin-right: 1rem;
}
.overlay-specify-address-content .specify-address-header {
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  position: sticky;
  top: 0;
  z-index: 1001;
  background-color: #FFFFFF;
  font-family: OpenSans-Semibold;
}
.overlay-specify-address-content .specify-address-message:empty {
  display: none;
}
.overlay-specify-address-content .specify-address-message {
  padding: 0.5rem 0.25rem;
  border-radius: 2vw;
  text-align: center;
  font-size: 1.1rem;
  font-family: OpenSans-Semibold;
  margin: 0.5rem 0;
}
.overlay-specify-address-content .field {
  display: none;
}
.overlay-specify-address-content .specify-address-map-wrapper {
  position: relative;
  flex-grow: 1;
}
.overlay-specify-address-content .specify-address-map-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 400;
  pointer-events: none;
  user-select: none;
}
.overlay-specify-address-content .specify-address-map-marker-icon {
  transform: translateY(-50%) scale(0.75);
  transform-origin: bottom;
}
.overlay-specify-address-content .leaflet-control-attribution a {
  font-size: 11px;
}
.overlay-specify-address-content .save-specific-address-button-wrapper {
  position: sticky;
  bottom: 0;
  background-color: #FFFFFF;
  padding-bottom: 0.75rem;
  z-index: 1000;
}
.overlay-specify-address-content .save-specific-address-button {
  font-family: OpenSans-Semibold;
  margin-top: 0.75rem;
  width: 100%;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.overlay-specify-address-content #specify-address-map {
  width: 100%;
  min-height: 300px;
  height: 60vh;
  max-height: 528px;
  border-radius: 10px;
}
.overlay-specify-address-content .set-user-location-button {
  z-index: 1000;
  right: unset;
  left: 0;
  height: 3rem;
  margin: 10px 0 0 10px;
  border-radius: 50%;
}
.overlay-enhancement-box .extended-menu-taste {
  flex: 0 0 auto;
}
.enhancement-box {
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 75vh;
}
.overlay-enhancement-box .extended-content-box {
}
.overlay-enhancement-box .cart-bottom-btns {
  flex: 0 1 auto;
  width: 100%;
  border-radius: 0 0 5vw 5vw;
  overflow: hidden;
}
.enhancement-header {
  display: none;
}
.overlay-enhancement-box .cart-back-btn a,
.overlay-enhancement-box .cart-pay-btn a {
  width: 50%;
  overflow: hidden;
}
.overlay-enhancement-content .delete-btn,
.configurator-enhancement-content .delete-btn {
  cursor: pointer;
  top: -13vw;
}
.overlay-enhancement-box .cart-bottom-btns,
.overlay-enhancement-box .extended-menu-taste {
  min-height: 3.5em;
}

/**************************************************** ITEM - RESERVATION ************************************************/
.reservation-desc-column,
.reservation-hashtag-box {
  padding: 1vw 5%;
}
.reservation-desc-column p {
  text-align: justify;
}
.reservation-hashtag-box span {
  padding: 1vw 1.5vw 1vw 5.5vw;
  display: block;
  float: left;
  background-position: center left 1.5vw;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border-radius: 360vw;
  margin: 0.5vw;
}
.reservation-calendar-box {
  margin: 5vw 0;
}
.reservation-calendar-box h4 {
  margin: 0 5%;
}
.reservation-calendar {
  width: 100%;
}
.reservation-cal-left {
  float: left;
  width: 20%;
  display: block;
}
.reservation-cal-right {
  float: left;
  width: 80%;
  display: block;
  padding: 15vw 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.reservation-cal-arrow,
.reservation-cal-day {
  width: 100%;
  height: 15vw;
  text-align: center;
  line-height: 15vw;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 50%;
}
.reservation-cal-days-column {
}
.reservation-cal-overflow {
  white-space: nowrap;
}
.reservation-cal-line {
}
.res-cal-width-max {
  width: 100%;
  margin: 0 0;
  display: inline-block;
  cursor: pointer;
}
.res-cal-width-auto {
  margin: 0 1vw 0 0;
  padding: 0 2vw;
  display: inline-block;
  cursor: pointer;
}
.res-cal-width-max span {
  font-size: 0vw;
}
.res-cal-width-max span,
.res-cal-width-auto span {
  width: 100%;
  height: 15vw;
  text-align: center;
  line-height: 15vw;
}

.reservation-header-tables_form,
.reservation-header-rooms_form,
.reservation-header-bowling_form,
.reservation-header-squash_form {
  width: 90%;
  padding: 15vw 5% 2vw 5%;
  margin: -5vw 0 5vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.reservation-header-tables_form::before,
.reservation-header-rooms_form::before,
.reservation-header-bowling_form::before,
.reservation-header-squash_form::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 35vw;
  bottom: 0;
  left: 0;
}

/************************************************************ CART ********************************************************/

.orders-history-box,
.favorite-items-box,
.news-box,
.alergens-box,
.cart-box,
.account-content,
.gallery-box {
  margin: 25vw 0 0 0;
  padding: 0 0 50vw 0;
}

.orders-history-box h4,
.favorite-items-box h4,
.news-box h4,
.alergens-box h4,
.cart-box h4,
.account-content h4 {
  margin: 0 0 0 2.5%;
}
.cart-right-box {
}
.cart-sum {
  padding: 0 2.5%;
  width: 95%;
}
.cart-price-column {
  width: 100%;
  padding: 0.5vw 0;
}
.cart-col-name {
  padding: 0 0 0 3%;
  width: 67%;
  float: left;
}
.cart-col-value {
  width: 27%;
  float: left;
  padding: 0 3% 0 0;
  text-align: right;
}
.cart-bonus .cart-col-name,
.cart-bonus .cart-col-value {
}
.cart-price .cart-col-name,
.cart-price .cart-col-value {
  font-size: 1em;
  font-family: OpenSans-Semibold;
}
.cart-bottom-btns {
}
.cart-back-btn {
}
.cart-back-btn a,
.cart-pay-btn a {
  display: block;
  width: 50%;
  height: 15vw;
  text-align: center;
  line-height: 15vw;
  cursor: pointer;
  float: left;
}
.cart-pay-btn {
}
.cart-items {
  display: flex;
  flex-wrap: wrap;
}
.item-taste-btn-icon {
  width: 100%;
  height: 35vw;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
}
.extended-menu-taste {
  display: block;
  width: 100%;
  height: 15vw;
  overflow-x: auto;
  overflow-y: hidden;
}
.extended-menu-taste .ingredient-types {
  white-space: nowrap;
  text-align: center;
}
.extended-menu-taste .ingredient-type-button {
  height: 15vw;
  line-height: 15vw;
  display: inline-block;
  float: none;
  padding: 0 7vw 0 15vw;
  border-top: none;
  border-bottom: none;
  border-left: none;
  background-position: center left 3vw;
  background-repeat: no-repeat;
  background-size: auto 40%;
  text-align: center;
  cursor: pointer;
}
.js-addon-items .item-show-addons-btn {
  width: 100%;
  float: none;
  height: 15vw;
  display: block;
  border-right: none;
  border-top: none;
  border-bottom: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.js-addon-items .item-taste-btn-icon {
  height: 15vw;
  background-position: center;
  background-size: auto 50%;
}
.extended-content-box {
}
.extended-content-taste {
}
.extend-qantity-btn {
  float: left;
  width: 15%;
  height: 14vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 40%;
  display: block;
}
.extended-column {
  background-size: auto 70%;
  float: left;
  width: 70%;
  padding: 0;
  background-repeat: no-repeat;
  height: 50px;
  background-position: center left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-size: 0px;
}
.select-content {
  width: 85%;
  height: auto;
  margin: 2vw 0;
  background-position: center left 0.5vw;
  background-size: auto 70%;
  background-repeat: no-repeat;
  padding: 0 5% 0 10%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-size: 0px;
}
.js-payment-container .select-content,
.js-delivery-container .select-content {
  background-size: auto 50%;
  padding-left: 55px;
}
.extended-title {
  display: inline-block;
  float: left;
  width: 60%;
  padding: 0;
  text-align: left;
}
.extended-quantity {
  float: left;
  display: inline-block;
  text-align: center;
  width: 10%;
}
.extended-price {
  display: inline-block;
  float: left;
  text-align: center;
  width: 30%;
}
.cart-form-box {
  margin: 0 5%;
  width: 90%;
}
.cart-form-box p {
  padding: 0 0 3vw 0%;
  font-size: 0.85em;
}
.product-delete-btn {
  position: absolute;
  z-index: 10;
  left: 2.5vw;
  top: 2.5vw;
  border-radius: 3vw;
}
.product-delete-icon {
  width: 10vw;
  height: 10vw;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50%;
}
.cart-inform-column {
  padding: 2.5vw 5%;
}
.cart-inform-column h4,
.cart-inform-column p {
  padding: 0vw;
  margin: 0vw;
  font-size: 1.2em;
}
.js-cart-action-container {
  width: 90%;
  padding: 2vw 5%;
}
.js-action-name {
  font-size: 1.2em;
}
.js-action-buttons-container {
  margin: 2vw 0 0 0;
}
.js-cart-action-container button {
  padding: 2.5vw;
  border-radius: 360px;
  border: 0px;
  cursor: pointer;
}
.online-payment-wrapper {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.online-payment-content {
  display: block;
  width: 100%;
  text-align: center;
  z-index: 1;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.online-payment-content a {
  display: inline-block;
  padding: 25px 10%;
  width: 40%;
  font-size: 1.5em;
  text-align: center;
  text-decoration: none;
}
.save-data-box {
}
.save-data-desc {
  width: 75%;
  line-height: 12vw;
}
.save-data-checkbox {
  width: 25%;
}
.save-data-checkbox label .toggle-control {
  width: 20vw;
}
.save-data-checkbox .toggle input:checked + .toggle-control:after {
  left: 14vw;
}
.save-data-desc,
.save-data-checkbox {
  display: block;
  float: left;
  height: 15vw;
}
.save-data-desc,
.save-data-checkbox,
.save-data-desc a,
.save-data-checkbox a {
  font-size: 0.9em;
}
.cart-box .product,
.cart-box .item {
  position: relative;
  margin: 5vw 2.5%;
  padding: 2.5vw 2.5%;
  width: 90%;
  float: none;
}
.cart-box .content {
  width: 100%;
}
.cart-box .item-photo-content {
  height: 40vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 3vw;
  overflow: hidden;
}
.cart-box .item-photo-content-bottom {
  width: 94%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5vw 3% 1.5vw 3%;
  z-index: 10;
  text-align: left;
  pointer-events: none;
}
.cart-box .item-info-panel,
.cart-box .reservation-info-panel {
  position: relative;
  margin: 0;
  padding: 0;
  height: 8vw;
  bottom: unset;
}
.cart-box .item-info-btn {
  width: 33%;
  height: 10vw;
  line-height: 10vw;
  float: left;
  text-align: center;
  background-size: 0%;
}
.cart-box .item-change-btn {
  position: absolute;
  top: 0vw;
  right: 0vw;
  width: auto;
  float: none;
  text-align: center;
  border-radius: 0 5vw 0 3vw;
}
.cart-box .change-btn {
  width: 12vw;
  height: 12vw;
  float: right;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  cursor: pointer;
}
.cart-box .item-change-btn span {
  width: 12vw;
  height: 12vw;
  float: right;
  line-height: 12vw;
  font-family: OpenSans-Semibold;
}
.address-error-box {
  padding: 3vw;
}
.address-error-box.address-error {
}
.address-field {
  display: flex;
  gap: 0.25rem;
}
.address-field .field {
  position: relative;
  width: 100%;
}
.address-field .field input {
  padding-right: 3rem;
  width: 100%;
  box-sizing: border-box;
}
.source-app-android .address-field .field input,
.source-app-apple .address-field .field input {
  padding-right: 0;
}
.address-field .edit-address-box {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.address-field .specify-address-button,
.set-user-location-button {
  padding: 0.5rem 0.75rem;
  font-weight: 500;
  cursor: pointer;
  border: none;
  height: 3rem;
}
.set-user-location-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
.set-user-location-button::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-size: 100%;
}
.js-address-error {
  display: none;
}
.cart-tringel-select-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.cart-box .select-content-box > h4 {
  margin-top: 0.5rem;
}
.cart-tringel-select-btn {
  padding: 1rem;
  font-size: 1.5rem;
  font-family: OpenSans-Semibold;
  width: calc(50% - 0.5rem);
}
.cart-tringel-select-btn-icon {
  font-size: 1.5rem;
}
.cart-tringel-toggle {
  margin-top: 1rem;
}
.cart-tringel-toggle > label {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  align-items: center;
}
.cart-tringel-toggle .toggle .toggle-control {
  width: 20vw;
}
.bonus-points-box {
}
.bonus-points-content {
}
.bonus-points-head {
}
.bonus-points-head h4 {
}
.bonus-points-head span {
  margin: 0 0 0 2.5vw;
}
.bonus-points-controller {
  padding: 3vw 3%;
  margin: 2vw 0 0 0;
}
.bonus-points-remain {
  display: block;
  width: 90%;
  padding: 0 0 0 7%;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 100%;
}
.bonus-points-remain span {
  font-family: OpenSans-Semibold;
}
.bonus-points-controll-panel {
  width: 100%;
  margin: 0 0 2.5vw 0;
}
.bonus-points-btn {
  background-position: center;
  background-size: auto 60%;
  background-repeat: no-repeat;
  width: 15%;
  height: 15vw;
  display: block;
  float: left;
  cursor: pointer;
}
.bonus-points-value {
  float: left;
  height: 15vw;
  line-height: 15vw;
  display: block;
  width: 70%;
  text-align: center;
}
.bonus-points-value h4 {
  font-size: 1.5em;
  display: inline;
}
.bonus-points-value span {
  font-size: 0.9em;
  display: inline;
}
.bonus-points-href-btn {
  padding: 2.5vw 5vw;
}
.bonus-points-center-class {
  margin: 5vw 5%;
  text-align: center;
}
.package-item-cart {
  background-size: auto 50%;
  background-position: center left;
  background-repeat: no-repeat;
}
.select-address {
  display: none;
}
.select-content-box,
.js-address-container,
.bonus-points-box {
  padding: 0 2.5%;
  width: 100%;
  margin: 10px;
}
.require-consent {
  opacity: 0.3;
}
.cart-extras {

}
.cart-extras-info {
  margin: 5px 0;
  padding: 5px;
}
.cart-extras:first-child .cart-extras-info {
  margin: 5px 0 0 0;
}
.cart-extras:last-child .cart-extras-info {
  margin: 0 0 5px 0;
}
.cart-extras-info span {
  font-family: OpenSans-Semibold;
}

/************************ CUPONS ********************************/
.coupon-box {
}
.coupon-content {
  margin: 0 3%;
  width: 94%;
}
.coupon-head {
}
.coupon-content .field {
  width: 70%;
  float: left;
}
.coupon-cart {
}
.actions-container .cart-price-column.coupon-cart,
.actions-container .cart-price-column.cart-bonus {
  padding: 3vw 2.5% 3vw 6.5%;
  width: 91%;
  background-repeat: no-repeat;
  background-position: center left 2.5%;
  background-size: auto 6vw;
}
.set-coupon-btn,
input[type="submit"].set-coupon-btn,
input[type="button"].set-coupon-btn,
button.set-coupon-btn {
  border: none;
  width: 30%;
  margin: 0;
  padding: 0;
  height: 14vw;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50%;
}
.coupon-cart .cart-col-name,
.coupon-cart .cart-col-value {
  line-height: 10vw;
}
.coupon-cart .cart-col-name,
.actions-container .cart-col-name {
  padding: 0 0 0 4%;
  width: 61%;
  float: left;
}
.coupon-cart .cart-col-value,
.actions-container .cart-col-value {
  width: 32%;
  float: left;
  padding: 0 3% 0 0;
  text-align: right;
}
.coupon-delete-btn {
  float: right;
  width: 10%;
  height: 10vw;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50%;
}

/*********************** WHISPERER **********************************/
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  max-width: 90%;
  padding: 0.5vw 0;
  margin: 0 0 0.5vw 15vw;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.ui-menu-item-wrapper {
  margin: 0.5vw;
  padding: 3vw 0;
  cursor: pointer;
  display: block;
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
}
.ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 1vw 0.5vw;
  clear: both;
  white-space: nowrap;
  text-decoration: none;
}
.ui-state-hover,
.ui-state-active {
  text-decoration: none;
  background-image: none;
}
.ui-helper-hidden-accessible {
  display: none;
}

/***************************************************************** LOGIN ***************************************************/

a.bottom-href {
  position: fixed;
  bottom: 20vw;
  display: block;
  text-align: center;
  width: 100%;
}
.login-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 0;
  text-align: center;
}
.login-wrapper::after {
  position: fixed;
  display: block;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.login-content {
  z-index: 1;
  width: 90%;
  display: inline-block;
  position: relative;
  top: 40%;
  transform: translateY(-40%);
}
.desc-article {
  padding: 2vw 20%;
}
.login-frm,
.pair-frm {
  text-align: left;
  margin: 0 10%;
}
#login-step-1 .login-article-column {
  display: none;
}

/***************************************************************** MAP **********************************************************/

.map-content {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 90vh;
  top: 20vw;
  border: 0;
}
.map-info-box {
  height: 75vh;
  margin: 28vw 2.5vw 0 2.5vw;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1;
  top: 15vw;
  border-radius: 5vw;
  left: 0vw;
  padding: 2.5vw;
}
.map-content-image {
  width: 100%;
  height: 70vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  border-radius: 4vw;
  margin: 0 0 2.5vw 0;
}
.map-content-title {
  width: 100%;
  bottom: 0vw;
  display: block;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 130ms 195ms ease-in-out;
  transition: all 130ms 195ms ease-in-out;
}
.map-content-title h4 {
  padding: 0 0 2.5vw 2.5vw;
}
.map-description {
  float: left;
  width: 80%;
  margin: 2.3vw 0vw 0vw 0vw;
}
.map-description p {
  text-align: center;
}
.map-bottom-panel {
}
.map-bottom-panel input[type="submit"] {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 29%;
  padding: 0vw;
  cursor: pointer;
  margin: 0vw;
  height: 15vw;
  line-height: 15vw;
  display: block;
  text-align: center;
}

/******************************************************** KONTAKT ******************************************************/

.contact-top-banner {
}
.contact-top-banner h4 {
  text-align: center;
  margin: 2.5vw 0;
}
.contact-top-banner-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 50vw 0 0 0;
}
.call-container {
}
.call-button-content {
  height: 14vw;
  line-height: 14vw;
  margin: 1vw 0;
}
.call-button-content h3 {
  font-weight: 300;
  text-align: center;
  width: 80%;
  float: left;
}
.call-button,
.call-button-icon {
  width: 15vw;
  height: 15vw;
}
.call-button {
  cursor: pointer;
  padding: 0;
  float: right;
  line-height: 14vw;
  font-size: 0;
}
.call-button-icon {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}
.open-hours-box {
}
.open-hours-box h4 {
  padding: 2vw 0 2vw 2vw;
}
.open-hours-content {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.open-hours-D {
  border-top: none;
  border-left: none;
  border-bottom: none;
  float: left;
  width: 49%;
  text-align: center;
  line-height: 14vw;
}
.open-hours-H {
  float: left;
  width: 50%;
  text-align: center;
  line-height: 14vw;
}
.contact-form-container {
}
.contact-form-container h4 {
  padding: 2vw 0 2vw 2vw;
}
.contact-form-content {
  padding: 2.5vw 3% 25vw 3%;
}
.contact-form-content textarea {
  border: none;
  width: 94%;
  padding: 3vw 3%;
  height: 30vw;
  text-align: justify;
}
.contact-bottom-panel {
  width: 50%;
  float: left;
}
.contact-bottom-panel select {
  border: none;
  width: 100%;
  height: 14vw;
  font-size: 5vw;
  transition: all 0.5s;
  padding: 0;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 0;
  margin: 0;
}
.contact-form-content input[type="submit"] {
  border: none;
  padding: 4vw 0;
  cursor: pointer;
  margin: 0;
  float: left;
  width: 50%;
}
.message-responce-time-comment {
  margin: 3vw 0;
  text-align: center;
  font-size: 1.2em;
}
#legend {
  padding: 1vw;
  margin: 1vw 1vw 3em 1vw;
  top: 9vw;
}
#legend h3 {
  margin-top: 0;
}
#legend img {
  vertical-align: middle;
}
.legend-price-fixed {
}
.legend-color-box {
  border-radius: 360px;
  width: 5vw;
  height: 5vw;
  display: inline-block;
  margin: 1vw 1vw 1vw 0;
}

/********************************************************* ITEM-DETAIL ***************************************************/

.product-detail {
  width: 100%;
  position: relative;
}
.item-detail-box {
}
.content-detail {
  width: 100%;
}
.item-detail-photo-content {
  height: 80vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  -webkit-transition: all 190ms 245ms ease-in-out;
  transition: all 190ms 245ms ease-in-out;
}
.item-detail-photo-content.zoomed {
  height: 80vh;
  -webkit-transition: all 245ms 190ms ease-in-out;
  transition: all 245ms 190ms ease-in-out;
}
.item-detail-photo-content::after {
  content: "";
  width: 100%;
  height: 25vw;
  bottom: 0vw;
  display: block;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 130ms 195ms ease-in-out;
  transition: all 130ms 195ms ease-in-out;
}
.item-detail-photo-content h4 {
  position: absolute;
  bottom: 2.5vw;
  left: 3vw;
  z-index: 10;
  width: 85%;
}
.stickers-detail-content {
  position: absolute;
  top: 20vw;
  right: 0;
  text-transform: uppercase;
  max-width: 70%;
  max-height: 60vw;
  overflow: hidden;
}
.stickers-detail-content.sticker {
  float: right;
  padding: 1.5vw 3vw;
  font-family: OpenSans-Semibold;
  font-size: 1em;
}
.favorite-food-box {
  position: absolute;
  right: 0vw;
  bottom: 0vw;
  z-index: 15;
}
button.favorite {
  width: 8vw;
  height: 8vw;
  display: block;
  margin: 2.5vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  float: right;
}
.item-detail-box .item-info-panel,
.item-detail-box .reservation-info-panel {
  margin: 2.5vw;
  height: 11vw;
  position: relative;
  bottom: unset;
}
.item-detail-box .item-info-btn {
  width: 50%;
  float: left;
  background-size: 0;
}
.item-detail-desc-box {
  margin: 0 0 2.5vw 0;
}
.item-detail-label {
  padding: 2.5vw 2.5vw 2.5vw 12vw;
  background-repeat: no-repeat;
  background-position: center left 2.5vw;
  background-size: 7vw;
  line-height: 7vw;
  min-height: 7vw;
  text-align: left;
  word-break: break-word;
}
.alergen-type {
  border-radius: 360vw;
  width: 6.5vw;
  height: 6.5vw;
  text-align: center;
  line-height: 6.5vw;
  float: left;
  margin: 0 0.5vw;
}
.add-cart-column {
  width: 100%;
}
.add-cart-quantity {
  float: left;
  width: 37%;
  margin: 0 1% 0 0;
}
.add-cart-quantity .change-btn {
  width: 32%;
  float: right;
  display: block;
  height: 13.4vw;
  background-size: 60%;
}
.add-cart-quantity label,
input[type="button"].add-to-cart,
input[type="button"].add-to-cart-unavailable {
  font-family: OpenSans-Semibold;
}
.add-cart-quantity label {
  width: 32%;
  float: right;
  display: block;
  height: 13.4vw;
  font-size: 1em;
  line-height: 13.4vw;
  text-align: center;
}
.product-detail .add-cart-quantity,
.item-detail .add-cart-quantity {
  display: none !important;
}

input[type="button"].add-to-cart,
input[type="button"].add-to-cart-unavailable {
  border: none;
  cursor: pointer;
  float: left;
  width: 60%;
  height: 14vw;
  margin: 0vw;
}
.social-box {
  text-align: center;
  padding: 7vw 0;
}
.social-box span {
  display: block;
  width: 100%;
  margin: 0 0 2.5vw 0;
}
.social-btn {
  display: inline-block;
  cursor: pointer;
  margin: 0 1vw;
}
.social-btn-img {
  width: 10vw;
  height: 10vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  cursor: pointer;
}
.item-reviews-box {
  margin: 2vw 10% 15vw 10%;
}
.review-box {
}
.review-num-reviews {
  font-size: 1.5em;
}
.review {
  margin: 5vw 0 0 0;
}
.review-content-reply {
  width: 100%;
  padding: 2vw;
  position: relative;
}
.review-content-reply p {
  padding: 0 0 0 8vw;
}
.review-company-img {
  position: absolute;
  left: 0;
  top: 0;
}
.review-company-icon {
  width: 10vw;
  height: 10vw;
  background-size: 100%;
  background-repeat: no-repeat;
}
.review-content {
  width: 100%;
  padding: 2vw;
  position: relative;
}
.review-content .review-star {
  width: 4vw;
  height: 4vw;
  margin: 0vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  display: inline-block;
  text-align: center;
  cursor: default;
}
.review-content p {
  padding: 0 0 0 8vw;
  text-align: justify;
}
.review-user-img {
  position: absolute;
  left: 0;
  width: 10vw;
  height: 10vw;
  border-radius: 360vw;
  margin: -4vw 0 0 -4vw;
}
.review-user-icon {
  width: 10vw;
  height: 10vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
}
.review-name {
  padding: 0 0 0 13%;
}
.review-date {
  position: absolute;
  top: 2vw;
  right: 2vw;
  font-size: 0.9em;
}
.review-stars-box {
  padding: 0 0 0 13%;
}
.item-review-form {
}
.review-stars {
  padding: 0 0 10vw 0;
  width: 100%;
}
.stars-write-review {
}
.stars-write-review .review-stars-1,
.stars-write-review .review-stars-2,
.stars-write-review .review-stars-3,
.stars-write-review .review-stars-4,
.stars-write-review .review-stars-5 {
  width: 20%;
  height: 10vw;
  float: left;
  background-image: url("/ui/system/icons/gray/star.svg");
  background-position: center;
  background-size: auto 8vw;
  background-repeat: no-repeat;
  cursor: pointer;
}
.stars-write-review .review-stars-1.active,
.stars-write-review .review-stars-2.active,
.stars-write-review .review-stars-3.active,
.stars-write-review .review-stars-4.active,
.stars-write-review .review-stars-5.active {
  background-image: url("/ui/system/icons/green/star_active.svg");
}
.item-review-form input[type="submit"] {
  border: none;
  padding: 4vw 0;
  cursor: pointer;
  margin: 0;
  float: left;
  width: 100%;
}
.item-review-plogin {
  text-align: center;
}
.item-review-plogin a {
  display: inline-block;
  padding: 5vw 10vw;
}
.item-review-plogin-text {
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
  visibility: hidden;
  min-width: 300px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/************************************************** ITEM - LIST ITEMS **********************************************/
.home-list-view .item,
.home-list-view .product,
.daily-menu-active .item,
.daily-menu-active .product,
div[data-food-type="food_daily_menu"].product,
div[data-food-type="food_daily_menu"].item {
  margin: 1.5vw 0;
  width: 95%;
  position: relative;
  min-height: 30vw;
  padding-bottom: 15vw;
}
.home-list-view .content,
.daily-menu-active .content,
div[data-food-type="food_daily_menu"] .content {
  width: 80%;
  float: left;
}
.home-list-view .item-photo-content,
.daily-menu-active .item-photo-content,
div[data-food-type="food_daily_menu"] .item-photo-content {
  height: auto;
  min-height: unset;
  background-size: 0px;
}
.home-list-view .stickers-content,
.daily-menu-active .stickers-content,
div[data-food-type="food_daily_menu"] .stickers-content {
  display: none;
}
.home-list-view .item-buy-now,
.daily-menu-active .item-buy-now,
div[data-food-type="food_daily_menu"] .item-buy-now {
  height: 28vw;
  width: 15%;
  float: left;
  display: block;
  cursor: pointer;
  top: 7.5vw;
}
.home-list-view .item-buy-now-icon,
.daily-menu-active .item-buy-now-icon,
div[data-food-type="food_daily_menu"] .item-buy-now-icon {
  width: 100%;
  height: 28vw;
  background-size: 60% auto;
}
.home-list-view .item-buy-btn,
.home-list-view .item-buy-btn-icon,
.daily-menu-active .item-buy-btn,
.daily-menu-active .item-buy-btn-icon,
div[data-food-type="food_daily_menu"] .item-buy-btn,
div[data-food-type="food_daily_menu"] .item-buy-btn-icon {
  display: none;
}
.home-list-view .item-photo-content-bottom,
.daily-menu-active .item-photo-content-bottom,
div[data-food-type="food_daily_menu"] .item-photo-content-bottom {
  padding: 5vw 0 1.5vw 3%;
  background: none;
  text-align: left;
  overflow: hidden;
  width: 95%;
}
.home-list-view .item-info-panel,
.home-list-view .reservation-info-panel,
.daily-menu-active .item-info-panel,
.daily-menu-active .reservation-info-panel,
div[data-food-type="food_daily_menu"] .item-info-panel,
div[data-food-type="food_daily_menu"] .reservation-info-panel {
  width: 100%;
  height: 11vw;
  margin: 0;
  bottom: 1vw;
}
.home-list-view .item-info-btn,
.daily-menu-active .item-info-btn,
div[data-food-type="food_daily_menu"] .item-info-btn {
  width: 32.3%;
  height: 10vw;
  line-height: 10vw;
  float: left;
  text-align: center;
  display: inline-block;
  background-position: center right 5vw;
  background-repeat: no-repeat;
  background-size: auto 40%;
  overflow: hidden;
}
.home-list-view .item-sale-date,
.daily-menu-active .item-sale-date,
div[data-food-type="food_daily_menu"] .item-sale-date {
  display: none !important;
}
.home-list-view .item-sale-date h4,
.daily-menu-active .item-sale-date h4,
div[data-food-type="food_daily_menu"] .item-sale-date h4 {
  font-size: 0.5em;
  line-height: 1vw;
}
.home-list-view .item-sale-date span,
.daily-menu-active .item-sale-date span,
div[data-food-type="food_daily_menu"] .item-sale-date span {
  font-size: 0.5em;
}

/*************************   RESERVATION DETAIL   **********************/

.reservation-form-box {
  margin: 20vw 0;
}
.reservation-form-box .cart-form-box {
}

/************************************************************* GALLERY *******************************************************/

.gallery-box {
  margin: 25vw 2.5vw;
}
.gallery-content {
  width: 100%;
  height: 60vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 5vw;
}
.gallery-content::after {
  content: "";
  width: 100%;
  height: 15vw;
  bottom: 0vw;
  display: block;
  position: absolute;
  border-radius: 5vw;
  z-index: 1;
  -webkit-transition: all 130ms 195ms ease-in-out;
  transition: all 130ms 195ms ease-in-out;
}
.gallery-date {
  width: 60%;
  text-align: center;
  position: absolute;
  top: 2.5vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 2.5vw;
  font-size: 0.9em;
  border-radius: 360px;
}
.gallery-date span {
  font-size: 0.9em;
}
.gallery-bottom-content {
  position: absolute;
  bottom: 0vw;
  z-index: 10;
  padding: 0 0 2.5vw 2.5vw;
}
.gallery-bottom-content h4 {
}
.gallery-bottom-content label {
  font-size: 0.9em;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 3.5vw;
  padding: 0vw 2.5vw 0vw 5vw;
}
.gallery-photo-detail {
  margin: 15vw 0 0 0;
}
.gallery-photo-detail::after {
  content: "";
  width: 100%;
  height: 15vw;
  bottom: 10vw;
  display: block;
  position: fixed;
  z-index: 1;
  -webkit-transition: all 130ms 195ms ease-in-out;
  transition: all 130ms 195ms ease-in-out;
}
.photo-content-left {
  float: none;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.photo-content-right {
  float: none;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.photo-content-left img,
.photo-content-right img {
  width: 100%;
  background-position: center;
  background-size: cover;
  margin: 0;
  padding: 0;
}
.photo-content-left iframe,
.photo-content-right iframe {
  width: 100%;
  min-height: 50vw;
  background-position: center;
  background-size: cover;
  margin: 0;
  padding: 0;
}
.gallery-name-title {
  width: 100%;
  position: fixed;
  bottom: 16vw;
  z-index: 2;
  text-align: center;
}

/************************************************************** ACCOUNT *******************************************************/

.account-content {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
}
.account-info-circle {
  border-radius: 5vw;
  display: inline-block;
  margin: 5vw 0;
  padding: 2.5vw 5vw;
}
.account-info-center {
  position: relative;
}
.account-info-circle h4 {
  font-size: 3em;
  font-weight: 400;
}
.account-info-circle label {
}
.account-form-box {
}
.account-form-box a {
  display: inline-block;
  padding: 5vw 10vw;
  margin: 2.5vw 0;
}

/**************************************************************** NEWS **********************************************************/

.new-box {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.new-column {
  width: 100%;
  height: 100%;
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
}
.new-column .delete-btn {
  top: 25vw;
}
.new-content {
  position: relative;
  display: block;
  border-radius: 5vw;
  margin: 0 5%;
  cursor: pointer;
  padding: 2.5vw 4vw;
  width: 100%;
}
a.new-content {
  word-break: break-all;
}
button.news-delete {
  display: block;
  width: 14vw;
  height: 14vw;
}
.new-title {
  padding: 15vw 0 0 0;
  background-repeat: no-repeat;
  background-size: 10vw;
  background-position: center top 2.5vw;
  font-weight: 600;
  font-size: 1.5em;
  word-break: break-word;
}
.new-date {
  font-size: 0.9em;
}
.new-content p {
  text-align: justify;
  max-height: 30vw;
  overflow: hidden;
  word-break: break-word;
}
.delete-btn {
  padding: 0;
  z-index: 91;
  width: 15vw;
  height: 15vw;
  line-height: 15vw;
  display: inline-block;
  position: fixed;
  top: 22vw;
  text-align: center;
  border-radius: 360vw;
  left: auto;
  right: 2vw;
  transform: none;
  background-image: none;
}
.delete-btn-icon {
  width: 15vw;
  height: 15vw;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}

.news-column {
  width: 95%;
  margin: 0 2.5%;
}
.news-content {
  border-radius: 5vw;
  padding: 2.5vw;
  width: 95%;
  display: block;
  margin: 2vw 0;
}
a.news-content {
}
.news-title {
  font-size: 1.3em;
  background-size: 0;
  font-family: OpenSans-Semibold;
}
.news-date {
  font-size: 0.9em;
}

/*************************************** NOTIFICATION ************************************/

.notification-box {
  display: block;
  position: fixed;
  z-index: 99;
  bottom: 10vw;
  text-align: center;
  width: 100%;
}
.notification, .notification-box div, .appDeliveryTimeMessage {
  padding: 2.5vw 5%;
}
.notification-box .notification:last-of-type {
  padding-bottom: 5vw;
}
.notification-box div span {
  font-family: OpenSans-Semibold;
}
.appStatusMessage {
}

/************************************************************ FAVORITE ********************************************************/

.favorite-items-container {
  margin: 5vw 2.5% 0 2.5%;
  display: flex;
  flex-wrap: wrap;
}
.favorite-items-box .item {
  padding: 2.5vw 2.5vw 20vw 2.5vw;
}
.favorite-items-box .stickers-content {
  right: unset;
  left: 0;
  max-width: 85%;
}
.favorite-items-box .sticker {
  float: left;
}
.favorite-items-box .item-photo-content-bottom h4 {
  margin: 0;
}
.favorite-item-btn {
  width: 100%;
  height: 10vw;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 5vw;
}
.no-content {
  background-position: center top 5vw;
  background-repeat: no-repeat;
  background-size: 60vw;
  padding: 65vw 5% 0 5%;
  width: 90%;
  text-align: center;
}
.favorite-items-box .item-info-panel,
.favorite-items-box .reservation-info-panel {
  position: static;
  height: unset;
  margin: 0;
}
.favorite-items-box .item-info-btn {
  display: none;
}
.favorite-items-box .item-info-btn:nth-child(3) {
  display: block;
  width: 15vw;
  height: 15vw;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 5vw;
}
.favorite-items-box .favorite-item-btn {
  width: 15vw;
  height: 15vw;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}
.favorite-items-box .item-buy-now {
  position: absolute;
  bottom: 2.5vw;
  right: 2.4vw;
  width: 15vw;
  height: 15vw;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

/********************************************************** Orders history ****************************************************/
.orders-history-box {
  margin: 25vw 2.5%;
}
.order-his-column {
  width: 90%;
  margin: 5vw 4.5%;
}
.order-his-top {
}
.order-his-date {
  width: 50%;
  height: 10vw;
  line-height: 10vw;
  float: left;
  text-align: center;
}
.order-his-status {
  width: 49.5%;
  float: left;
  height: 10vw;
  line-height: 10vw;
  text-align: center;
}
.order-success {
}
.order-pending {
}
.order-reject {
}
.order-his-adress {
  padding: 2vw 0 2vw 8vw;
  background-position: center left 2vw;
  background-size: 4vw;
  background-repeat: no-repeat;
}
.order-his-list {
  padding: 0 2vw;
}
.order-his-product {
  padding: 2vw 2%;
  width: 96%;
}
.order-his-product:nth-child(even) {
}
.order-title {
  font-family: OpenSans-Semibold;
  display: block;
  width: 60%;
  float: left;
}
.order-quantity {
  width: 10%;
  display: block;
  display: inline-block;
  float: left;
  text-align: center;
}
.order-price {
  width: 30%;
  display: block;
  display: inline-block;
  float: left;
  text-align: right;
}
.order-extended {
  font-size: 0.9em;
}
.order-his-bottom {
  width: 100%;
  height: 17.5vw;
  padding: 2.5vw 0 0 0;
}
.order-his-price {
  width: 70%;
  height: 14vw;
  float: left;
  text-align: center;
  margin: 3vw 0 0 0;
}
.order-his-price h4 {
  line-height: 4vw;
}
.order-his-price label {
  font-size: 0.8em;
  line-height: 0vw;
}
.order-his-btn {
  width: 15vw;
  height: 15vw;
  float: right;
  margin: 0 2.5vw 0 0;
}
.order-his-btn button {
  width: 100%;
  height: 15vw;
  border: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50%;
}

/***************************************************** RECOMENDED PRODUCTS ***************************************************/

.cart-recomend-box {
  margin: 2vw 0;
}
.cart-recomend-box h4 {
  padding: 1vw;
}

.recomend-products-box {
  display: block;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.recomend-products-overflow {
  white-space: nowrap;
}
.recomend-product {
  position: relative;
  display: inline-block;
  float: none;
  width: 75vw;
  margin: 0vw 0.5vw;
  height: 45vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.recomend-product::after {
  content: "";
  width: 100%;
  height: 45vw;
  bottom: 0vw;
  display: block;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 130ms 195ms ease-in-out;
  transition: all 130ms 195ms ease-in-out;
}
.recomend-product-desc {
  position: absolute;
  z-index: 2;
  bottom: 2vw;
  left: 2vw;
}
.recomend-product h4 {
  padding: 0vw;
  margin: 0;
  font-size: 1.2em;
  white-space: pre-line;
  width: 75%;
}
.recomend-product span {
}
button.recomend-product-hover,
button.recomend-product {
  position: absolute;
  z-index: 2;
  bottom: 2vw;
  right: 2vw;
  width: 15vw;
  height: 15vw;
  border: none;
  cursor: pointer;
}
.recomend-product-icon {
  display: block;
  width: 100%;
  height: 15vw;
  background-size: auto 40%;
  background-position: center;
  background-repeat: no-repeat;
}

/******************************************************* FILTER BOX *****************************************************/

.filter-products-box {
}
button.filter-products-btn {
  width: 10vw;
  height: 10vw;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  margin: 5vw 5% 0 0;
  float: right;
  font-size: 0;
  border: none;
}
.filter-products-content {
  display: none;
}
.filter-products-content.active {
  display: block;
}
.filter-content {
  width: 90%;
  padding: 2vw 5%;
}
.filter-content-100 {
  width: 90%;
  padding: 2vw 5%;
}
.filter-title {
  font-size: 1.2em;
  font-weight: 600;
}
.search-filter-btn {
  width: 20%;
  height: 13vw;
  margin: 2vw 0;
  float: left;
  display: block;
  cursor: pointer;
  background-position: center;
  background-size: auto 60%;
  background-repeat: no-repeat;
}
.search-box {
  margin: 2vw 0 0 0;
}
.search-box .field {
  width: 80%;
  float: left;
}

/******************************************************* CHECKBOX - FILTER *****************************************************/

.filter-checkbox {
  display: block;
  float: left;
  width: 46%;
  padding: 5vw 2% 0 2%;
  text-align: center;
  position: relative;
}
.filter-checkbox span {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 1vw;
  left: 0;
  line-height: auto;
}
.toggle {
  position: relative;
}
.toggle .toggle-control {
  transition: all 0.5s;
  width: 35vw;
  height: 6vw;
  display: inline-block;
  float: none;
  border-radius: 6vw;
  position: relative;
  cursor: pointer;
  margin: 2vw 0;
}
.toggle .toggle-control:after {
  transition: all 0.5s;
  content: "";
  width: 6vw;
  height: 6vw;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.toggle input {
  position: absolute;
  visibility: hidden;
}
.toggle input:checked + .toggle-control {
  background-position: center left 10px;
  background-size: auto 60%;
  background-repeat: no-repeat;
}
.toggle input:checked + .toggle-control:after {
  left: 70%;
}

.select-btn .toggle .toggle-control {
  transition: all 0.5s;
  width: 20vw;
  height: 6vw;
  display: inline-block;
  float: none;
  border-radius: 6vw;
  position: relative;
  cursor: pointer;
  margin: 2vw 0;
}
.select-btn .toggle .toggle-control:after {
  transition: all 0.5s;
  content: "";
  width: 6vw;
  height: 6vw;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.select-btn .toggle input:checked + .toggle-control:after {
  left: 14vw;
}

/*******************************************************   ALERGENS    **********************************************************/

.alergens-box p {
  margin: 0 2.5%;
}
.alergen-content {
  display: block;
  text-align: center;
  padding: 5vw 2.5%;
  margin: 5vw 2.5%;
  width: 90%;
  border-radius: 5vw;
}
.alergen-content h1 {
  width: 30vw;
  height: 30vw;
  line-height: 30vw;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}
.alergen-content h3 {
  margin: 5vw 0;
}
.alergen-content p {
}

/*******************************************************   TERMS    **********************************************************/
#company-terms {
  margin: 25vw 10%;
}

/************************************************   MultiAPP    **********************************************************/
.multiapp-col {
  margin: 0;
  width: 100%;
  display: block;
  height: 60vw;
  position: relative;
  overflow: hidden;
}
.multiapp-back {
  position: absolute;
  right: 20vw;
  top: 7vw;
  width: 15vw;
  height: 20vw;
  cursor: pointer;
  float: left;
}
.multiapp-icon {
  width: 100%;
  height: 20vw;
  display: block;
  background-position: center;
  background-size: auto 40%;
  background-repeat: no-repeat;
}
.toppanel.multiapp img {
}
.multi-toppanel {
}
.multi-toppanel-logo {
  display: inline-block;
  width: 100%;
  height: 15vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 50%;
}
.multiapp-box {
  position: fixed;
  z-index: 101;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.multiapp-content {
  width: 100%;
}
.multiapp-col {
  display: block;
  width: 46%;
  height: 40vw;
  margin: 1vw 2%;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  border-radius: 10px;
}
.multiapp-href-logo {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 40vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
.multiapp-box .banner-version-app,
.multiapp-box .banner-version-app_multiapp {
  display: none;
}
.multiapp-description,
.multiapp-categories,
.multiapp-link-box,
.multiapp-col h4 {
  display: none;
}

/************************************** ITEM SHARE *********************************/
#QR {
  display: none;
}

.item-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: -1;
  width: 100%;
  height: 110vw;
  overflow: hidden;
  display: block;
}
.item-bg-image:after {
  content: "";
  width: 100%;
  height: 110vw;
  display: block;
  position: absolute;
  bottom: 0;
}
.item-bg-image img {
  width: 100%;
  height: auto;
  -webkit-filter: blur(7px); /* Safari 6.0 - 9.0 */
  filter: blur(7px);
}
.company-logo {
  display: inline-block;
  text-align: center;
  margin: 10vw 30%;
  width: 40%;
}
.item-box {
}
.item-social {
  position: relative;
  z-index: 1;
  margin: 0vw 5% 10vw 5%;
  width: 90%;
}
.item-social .item-content {
}
.item-social .item-photo-content {
  height: 70vw;
  width: 100%;
  float: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.item-social .stickers-content {
}
.item-social .sticker {
}
.item-title {
  padding: 10px 2%;
  width: 100%;
  float: none;
  display: block;
  height: auto;
}
.item-title h4 {
  font-size: 1em;
}
.item-social .item-info-panel {
  width: 100%;
  float: none;
  display: block;
  height: auto;
}
.item-social {
}
.item-social {
}
.item-social {
}
a.item-eshop-btn {
  width: 32.9%;
  height: 10vw;
  line-height: 10vw;
  float: left;
  text-align: center;
  text-transform: uppercase;
}
.item-info-desc {
  padding: 2.5vw 1vw;
}
.item-info-desc p {
}
.item-qr-box {
  padding: 2.5vw 2%;
  width: 96%;
  float: none;
  display: block;
  height: auto;
  position: relative;
}
.item-qr-title {
}
.item-qr {
  float: none;
  width: 100%;
}
.item-qr-m25 {
  margin: 2.5vw 0 0 0;
}
.item-qr img {
  width: 90%;
  margin: 0 5%;
}
.item-social .social-box {
  text-align: center;
  padding: 20px 0;
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  border: none;
}

/*************************** MINI BANNERS ****************************/
.mini-banners-box {
  display: none;
  width: 100%;
  margin: 0 0 3vw 0;
}
.minibanner {
  width: 100%;
  display: block;
}

/*** ORDER STATUS INFO ***/
.order-tracking-box {
  text-align: center;
}
.order-tracking-content {
  padding: 5vw 5%;
  display: inline-block;
  text-align: center;
}
.order-tracking-content h3 {
  text-transform: uppercase;
  line-height: 12vw;
}
.order-tracking-content span {
  font-size: 1.2em;
  margin: 0 0 2vw 0;
}
.order-tracking-icon {
  display: inline-block;
  width: 10vw;
  height: 10vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.order-tracking-new .order-tracking-icon {
  animation: order-tracking-rotate 1s infinite;
}
.order-tracking-box .order-tracking-daily-id {
  display: block;
  font-weight: 600;
  font-family: OpenSans-Semibold;
  font-size: 1.5rem;
  margin: 0;
}
@keyframes order-tracking-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/******************************* CONFIGURATOR **********************************/

.configurator-layout .enhancement-header {
  display: none;
}
.configurator-layout .overlay-enhancement-content {
  width: 100%;
  position: relative;
  top: 40vh;
  transform: none;
  height: 50vh;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  margin: 0;
}
.configurator-layout .configurator-ingredients-box {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 33vh;
  position: absolute;
  bottom: 7vh;
}
.configurator-layout .overlay-enhancement-content .delete-btn {
  display: none;
}
.configurator-ingredients-box,
.configurator-render-box {
  width: 100%;
}
.configurator-render-box {
  display: none;
  height: 30vh;
  overflow: hidden;
  top: 10vh;
  position: absolute;
}
.configurator-layout .configurator-render-box {
  display: block;
}
.configurator-render-img {
  z-index: 1;
  display: inline-block;
  width: 300px;
  height: 300px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.configurator-render-img img {
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  transform-origin: 50% 50%;
}
@media (orientation: portrait) {
  .configurator-contain-ingredients {
      display: block;
      overflow: auto;
      height: 100%;
      width: 35%;
      position: absolute;
      z-index: 5;
  }
  .configurator-contain-ingredients .contain-ingredient {
      position: relative;
      text-align: left;
      padding: 5px 0;
      
  }
  .configurator-contain-ingredients .contain-ingredient .contain-ingredient-title,
  .configurator-contain-ingredients .contain-ingredient .contain-ingredient-quantity,
  .configurator-contain-ingredients .contain-ingredient .contain-ingredient-price {
      width: 65%;
      padding-left: 2.5%;
      font-size: 0.8rem;
  }
  
  .configurator-contain-ingredients .contain-ingredient .contain-ingredient-delete-btn {
      position: absolute;
      top: 2.5vw;
      right: 2.5vw;
      width: 5vw;
      height: 5vw;
      background-color: transparent;
      border: none;
      cursor: pointer;
  }
}
.configurator-item-add-to-cart {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7vh;
  border: none;
  z-index: 10;
  cursor: pointer;
  background-position: center left 5vw;
  background-size: 7vw;
  background-repeat: no-repeat;
}
.configurator-layout .extended-content-taste {
  width: 33%;
  float: left;
  position: relative;
}
.configurator-layout[data-diff-value="-1"] {
  display: none;
}
.configurator-layout .select-content {
  padding-left: 10%;
  box-sizing: border-box;
  background-size: auto 70%;
  width: 100%;
}
.configurator-layout .extended-column {
  background-size: auto 30vw;
  float: none;
  width: 100%;
  padding: 30vw 0 0 0;
  background-repeat: no-repeat;
  height: auto;
  background-position: center top;
  display: block;
  align-items: center;
}
.configurator-layout .extend-qantity-btn {
  float: none;
  width: 100%;
  height: 30vw;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 40%;
  opacity: 0;
}
.configurator-layout .extended-title {
  display: block;
  float: none;
  width: 100%;
  padding: 0 0 0 2%;
}
.configurator-layout .extended-quantity {
  float: left;
  display: inline-block;
  text-align: center;
  width: 50%;
}
.configurator-layout .extended-price {
  display: inline-block;
  float: left;
  text-align: center;
  width: 50%;
}
.configurator-item-price {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.configurator-item-price span {
  line-height: 50px;
  font-size: 2em;
  margin: 0 25px;
}

/************************ CONTENT - COOKIES - BOX ************************/
.edit-cookies-btn {
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  border: none;
  padding: 0 10px;
  margin: 0 0 20px 0;
  font-family: OpenSans-Semibold;  
  cursor: pointer;
}

#cc-main h2,
#cc-main .cm__btn,
#cc-main .pm__btn,
#cc-main .pm__title,
#cc-main .pm__section--expandable .pm__section-title {
  font-family: OpenSans-Semibold;
  font-weight: unset !important;
}

/************************************* LANGUAGE MODULE *******************************/
.select-lang-box {
  width: 15vw;
  position: absolute;
  display: block;
  left: 2vw;
  top: 2vw;
  z-index: 10;
}
.dropbtn {
  width: 100%;
  height: 10vw;
  display: block;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-color: transparent;
  padding: 0 0 0 70%;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.dropbtn:hover,
.dropbtn:focus {
  transition: 0.3s;
  background-size: auto 50%;
}
.dropbtn:hover,
.dropbtn:focus {
  transition: 0.3s;
  background-size: auto 50%;
}
.lang-dropdown {
}
.dropdown-content {
  display: none;
  position: absolute;
  overflow: auto;
  z-index: 1;
}
.dropdown-content a {
  padding: 2vw 2vw 2vw 14vw;
  text-decoration: none;
  display: block;
  background-position: center left 0.5vw;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
.show {
  display: block;
}
.translator-box {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 7vw;
}
.toppanel.mini-menu .translator-box {
  top: -7vw;
}
.toppanel.mini-menu .multiapp-back {
  top: 0;
}
.toppanel.mini-menu img {
  top: 4.5vw;
}
.goog-te-gadget .goog-te-combo {
  font-size: 0.8em;
}

/*
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
********************************************************     TELEFON     ************************************************************
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

@media (orientation: portrait) {
}

/*
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*****************************************************       PC      **********************************************************
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/**** @media (min-width: 1081px) ***/
@media (min-width: 1081px) {
  * {
    font-size: 14px;
  }
  a.btn-href {
    cursor: pointer;
    margin: 10px;
  }
  .back-btn {
    padding: 0 6vw 0 4vw;
    z-index: 70;
    height: 12vw;
    line-height: 12vw;
    display: inline-block;
    position: fixed;
    left: 2vw;
    top: 19vw;
  }
  .btn-icon {
    width: 3.5vw;
    height: 12vw;
    display: block;
    margin: 0 3vw 0 0;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
  }
  input,
  select,
  date {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  input,
  textarea,
  a.btn-href,
  li.menu-btn,
  .food-type-button,
  .filter-products-btn,
  .item-buy-now,
  input[type="button"].add-to-cart,
  .add-cart-quantity,
  input[type="submit"],
  input[type="button"],
  .social-btn,
  .cart-back-btn a,
  .cart-pay-btn a,
  .item-review-form input[type="submit"],
  .call-button,
  .cart-sum,
  .select-content-box,
  .js-address-container,
  .notification-box,
  .order-tracking-box,
  .bonus-points-controller,
  .recomend-product,
  .cart-recomend-box,
  button.recomend-product-hover,
  button.recomend-product,
  .order-his-column,
  .order-his-btn,
  .address-error-box,
  .footer-select-factory,
  .set-coupon-btn,
  input[type="submit"].set-coupon-btn,
  input[type="button"].set-coupon-btn,
  button.set-coupon-btn,
  .coupon-delete-btn,
  .extended-menu-taste .ingredient-type-button,
  .cart-extras-info,
  .cart-tringel-select-btn,
  .specify-address-button,
  .save-specific-address-button,
  .set-user-location-button {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }

  /********************* INPUT STYLES ******************/
  .field {
    display: flex;
    flex-flow: column-reverse;
    margin: 10px 0;
    position: relative;
  }
  label,
  input,
  textarea {
    transition: transform 0.2s;
    touch-action: manipulation;
  }
  input,
  textarea {
    width: 94%;
    font-size: 1.2em;
    border: 0;
    font-family: inherit;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 5px 5% 10px 1%;
    cursor: text;
    background-position: center right 1%;
    background-size: auto 45%;
    background-repeat: no-repeat;
    margin: 0;
  }
  input:focus,
  textarea:focus {
    outline: 0;
  }
  label {
    font-size: 0.9em;
  }
  input:placeholder-shown + label,
  textarea:placeholder-shown + label {
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(0, 2.1em) scale(1.5);
  }
  ::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
  }
  input:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder {
    opacity: 1;
  }
  input:not(:placeholder-shown) + label,
  input:focus + label {
    transform: translate(0, 0) scale(1);
    cursor: pointer;
  }
  textarea:not(:placeholder-shown) + label,
  textarea:focus + label {
    transform: translate(0, 0) scale(1);
    cursor: pointer;
  }
  input[type="submit"],
  input[type="button"] {
    border: none;
    -webkit-border-radius: 360px;
    -moz-border-radius: 360px;
    padding: 15px 0;
    cursor: pointer;
    margin: 15px 0;
    outline: none;
    width: 100%;
    background-position: center;
    background-size: cover;
    display: inline-block;
    text-align: center;
  }
  .filter-content input[type="text"],
  .filter-content input[type="password"],
  .filter-content input[type="number"],
  .filter-content input[type="email"],
  .filter-content select,
  .filter-content input[type="tel"] {
    border: none;
    width: 85%;
    font-size: 1.2em;
    transition: all 0.5s;
    padding: 5px 12.5% 5px 2.5%;
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-size: auto 60%;
    margin: 5px 0;
  }
  input[type="text"].search-filter-input {
    width: 100%;
    float: left;
    padding: 0 10px;
    margin: 0;
    height: 28px;
  }
  .search-box {
    padding: 0 0 0 10px;
    border-radius: 10px;
  }
  .search-box .field {
    margin: 0;
  }
  .filter-content input:placeholder-shown + label,
  .filter-content textarea:placeholder-shown + label {
  }

  /************************** CLASSES ************************/

  .orders-history-box,
  .favorite-items-box,
  .news-box,
  .alergens-box,
  .cart-box,
  .account-content,
  .gallery-box {
    width: 60%;
    margin: 100px 20%;
    padding: 0 0 100px 0;
  }
  .orders-history-box h4,
  .favorite-items-box h4,
  .news-box h4,
  .alergens-box h4,
  .cart-box h4,
  .account-content h4 {
    margin: 0 0 15px 2.5%;
  }
  .slide {
    min-height: 850px;
  }
  .slide#contact {
    min-height: 0;
  }
  .scroll-to-top {
    position: fixed;
    top: auto;
    bottom: 50px;
    left: 5%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 10;
    opacity: 0.3;
    border-radius: 10px;
    transition: all 0.3s;
  }
  .scroll-to-top:hover {
    opacity: 1;
    transition: all 0.3s;
  }
  .scroll-to-top-icon {
    height: 50px;
  }

  /************************* ID ******************************/
  #company-terms {
    margin: 100px 20%;
  }

  /************************** TOP PANEL **********************/

  .toppanel {
    width: 100%;
    height: 60px;
    background-position: center right 5%;
    background-repeat: no-repeat;
    background-size: auto 40%;
    transition: all 0.5s;
    z-index: 99;
    padding: 10px 0;
    top: auto;
  }
  button.toppanel-btn {
    position: absolute;
    right: 5%;
    width: 50px;
    height: 60px;
    border: none;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    cursor: pointer;
  }
  .toppanel img {
    height: 70px;
    top: auto;
    transform: none;
    position: relative;
    left: auto;
    margin: 0 0 0 0;
    padding: 0;
  }
  .toppanel.mini-menu {
    text-align: left;
    padding-top: 10px;
    top: 0;
  }
  .toppanel.mini-menu img {
    top: 0;
  }
  .toppanel.mini-menu .translator-box {
    top: 0;
  }
  .toppanel.mini-menu,
  .mini-menu button.toppanel-btn {
  }
  .mini-menu button.toppanel-btn {
  }
  .js-home-button {
    margin: 0 0 0 2.5%;
  }

  /*********************** BANNER ************************/

  .app-banner-content {
    padding: 60px 0 0 0;
  }
  .banner-version-app {
    display: none;
  }
  .banner-version-eshop {
    display: block;
  }
  .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }

  /*********************** MENU *************************/
  .bottom-panel {
    position: fixed;
    top: 10px;
    right: 8%;
    width: auto;
    height: 100vh;
    left: auto;
    pointer-events: none;
  }
  .bottom-panel > div {
    pointer-events: all;
  }
  .bottom-panel::before {
    display: none;
  }
  .bottom-panel.mini-menu {
    position: fixed;
  }
  .mini-menu .bottom-btn,
  .mini-menu .bottom-btn-cart {
  }
  .bottom-btn {
    width: 50px;
    height: 60px;
    display: block;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    cursor: pointer;
    text-align: center;
  }
  .bottom-btn-cart {
    display: block;
    width: 75px;
    height: 75px;
    margin: 0;
    position: fixed;
    bottom: 60px;
    right: -50px;
    border-radius: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60% auto;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
  }
  .bottom-btn-cart::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .bottom-btn-cart::after {
    content: "";
    display: block;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  .bottom-btn-cart.animation::after {
    opacity: 1;
    animation: newItemInCart 1s;
  }
  .bottom-btn-cart.animation {
    transition: all 0.3s;
    transform: scale(1.3);
  }
  .bottom-btn-center {
    line-height: 25px;
    margin: 25px 0 0 0;
  }
  .mini-menu .bottom-btn-center {
    margin: 25px 0 0 0;
  }
  .bottom-btn h4 {
    font-size: 1em;
    line-height: 0px;
  }
  .bottom-btn label {
    font-size: 0.6em;
    line-height: 0px;
  }
  .bottom-btn-cart h4 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1em;
    line-height: 88px;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
  }
  button.menu-hide-btn {
    width: 50px;
    height: 50px;
    background-size: contain;
    top: 15px;
    right: 15px;
    left: auto;
  }
  ul.menu {
    padding: 0;
    height: 100%;
    position: fixed;
    z-index: 101;
    transition: all 0.3s;
    bottom: 0;
    left: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transform: scale(0);
  }
  ul.menu.active {
    transition: all 0.3s;
    transform: scale(1);
  }
  .menu-content {
    width: 60%;
    display: inline-block;
    margin: 0;
    max-height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
  }
  li.menu-btn {
    cursor: pointer;
    padding: 15px 10px;
    font-size: 1em;
    float: none;
    display: inline-block;
    width: auto;
    margin: 10px 50px;
  }
  .menu-btn-content {
    background-position: center left;
    background-repeat: no-repeat;
    background-size: auto 36px;
    padding: 10px 10px 10px 55px;
    text-align: center;
  }
  .menu-btn-content span {
    font-size: 2em;
  }
  .menu-btn.account-menu {
    position: relative;
    bottom: auto;
    display: inline-block;
    width: auto;
    float: none;
    padding: 10px 50px;
  }
  .account-menu .menu-btn-content {
    padding: 0;
  }
  .menu-signature {
    height: 100px;
  }

  /*************************** CATEGORIES *************************/
  .food-types {
    white-space: normal;
    margin: 0 10%;
  }
  .extended-menu {
    padding: 25px 0;
    height: auto;
    position: relative;
    top: 0;
  }
  .food-type-button {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    text-align: left;
    cursor: pointer;
  }
  .food-type-button img {
    width: 26px;
    height: 26px;
    margin: 0 7px -6px 0;
  }
  /*SUB CATEGORY MENU*/
  .food-types.js-item-type-sub {
    white-space: normal;
    padding: 0 5%;
  }
  .food-types.js-item-type-sub .food-type-button {
    height: 22px;
    line-height: 22px;
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    text-align: left;
    cursor: pointer;
  }
  .food-types.js-item-type-sub .food-type-button img {
    width: 18px;
    height: 18px;
    margin: 0 5px -3px 0;
  }

  /*********************** FILTER *********************************/
  .filter-products-content {
    padding: 0 15%;
  }
  button.filter-products-btn {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: auto 50%;
  }
  .filter-content {
    width: 300px;
    padding: 15px;
    float: left;
  }
  .filter-title {
    font-size: 1.5em;
    margin: 0 0 15px 0;
  }
  .search-box {
    margin: 0;
  }
  .search-filter-btn {
    width: 20%;
    height: 50px;
    margin: 0;
    float: left;
    display: block;
    cursor: pointer;
    background-position: center;
    background-size: auto 50%;
    background-repeat: no-repeat;
    border-radius: 8px;
  }

  /******************************* CONFIGURATOR **********************************/
  .configurator-layout.overlay-enhancement-box {
    z-index: 101;
  }
  .configurator-enhancement-content {
    position: relative;
    top: 52%;
    transform: translateY(-50%);
    height: 77%;
    display: block;
    width: 80%;
    margin: 0 10%;
  }
  .configurator-layout .enhancement-header {
    display: block;
    padding: 7% 0;
    background-size: cover;
  }
  .configurator-ingredients-box {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
    position: relative;
    bottom: auto;
  }
  .configurator-ingredients-box,
  .configurator-render-box {
    width: 40%;
    float: left;
  }
  .configurator-ingredients {
    padding: 10px;
  }
  .overlay-enhancement-box.configurator-layout .overlay-enhancement-content {
    width: 49.9%;
    margin: 0%;
    position: relative;
    top: 0;
    transform: none;
    max-height: unset;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    float: left;
  }
  .configurator-render-box {
    height: 100%;
    top: 0;
    width: 50%;
    transform: none;
    position: relative;
    margin: 0;
  }
  .configurator-layout .configurator-render-box {
    display: block;
  }
  .configurator-render-box .delete-btn {
    top: 0px;
    right: 0px;
    border-radius: 0;
  }
  .configurator-layout .overlay-enhancement-content .delete-btn {
    display: none;
  }
  .configurator-render-img {
    width: 500px;
    height: 500px;
  }
  .configurator-render-img img {
  }
  .configurator-contain-ingredients {
    display: block;
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 50px;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 20%;
    opacity: 0.5;
    transition: all 0.3s;
  }
  .configurator-contain-ingredients:hover {
    max-height: 50%;
    opacity: 1;
    transition: all 0.3s;
  }
  .contain-ingredient {
    border-radius: 360px;
    padding: 5px 5px 5px 36px;
    margin: 5px;
    min-width: 150px;
    background-position: center left 5px;
    background-repeat: no-repeat;
    background-size: 24px;
  }
  .contain-ingredient-title {
    float: left;
    height: 24px;
    line-height: 24px;
  }
  .contain-ingredient-quantity,
  .contain-ingredient-price {
    float: left;
    height: 24px;
    line-height: 24px;
  }
  .contain-ingredient-delete-btn {
    float: right;
    width: 24px;
    height: 24px;
    display: block;
    border: none;
    border-radius: 360%;
    cursor: pointer;
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
    background-color: transparent;
  }
  .configurator-item-add-to-cart {
    position: absolute;
    bottom: 20px;
    left: 52%;
    width: auto;
    height: auto;
    padding: 10px 20px 10px 52px;
    border: none;
    z-index: 10;

    cursor: pointer;
    background-position: center left 20px;
    background-size: 24px;
    background-repeat: no-repeat;
  }
  .configurator-layout .enhancement-box h3 {
    margin: 15px 0 0 0;
  }
  .configurator-layout .extended-content-taste {
    width: 25%;
  }
  .configurator-layout .extended-column {
    background-size: auto 100px;
    padding: 100px 0 0 0;
    height: auto;
  }
  .configurator-layout .extend-qantity-btn {
    height: 100px;
  }

  /*********************** ITEM *******************************/

  .items {
    width: 80%;
    margin: 0 10% 50px 10%;
    text-align: center;
  }
  .items h2 {
  }
  .items-title {
    padding: 50px 0 15px 0;
    justify-content: center;
  }
  .product,
  .item {
    display: inline-block;
    position: relative;
    margin: 10px;
    width: 300px;
    border-radius: 15px;
    padding: 10px 10px 105px 10px;
    text-align: right;
    vertical-align: top;
  }
  .item-photo-content {
    width: 100%;
    min-height: 250px;
    border-radius: 8px;
    background-position: 0 -25px;
  }
  .stickers-content {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
  }
  .sticker {
    padding: 5px 10px;
  }
  .item-photo-content-bottom {
    padding: 255px 0 0 0;
  }
  .item-photo-content-bottom h4 {
    margin: auto;
    padding-bottom: 5px;
  }
  .item-info-panel {
    height: 50px;
    bottom: 55px;
  }
  .item-info-btn {
    width: 49%;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    float: none;
    text-align: center;
    background-position: center right 5vw;
    background-repeat: no-repeat;
    background-size: auto 40%;
    overflow: hidden;
  }
  .item-info-btn select {
    border: none;
    width: 100%;
    transition: all 0.5s;
    padding: 5px 30px 5px 10px;
    margin: 0vw;
    -webkit-outline: none;
    -moz-outline: none;
    outline: none;
    cursor: pointer;
    border-radius: 360px;
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-size: auto 50%;
  }
  .item-buy-now,
  .item-buy-now-icon {
    height: 50px;
  }
  .item-buy-now {
    right: 10px;
    bottom: 7px;
    width: 47%;
    height: 50px;
    cursor: pointer;
    margin: 0;
    padding: 0;
  }
  .item-buy-now-icon {
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 50%;
  }
  .item-sale-date {
    padding: 5px 2.5%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
  }
  .item-sale-date h4 {
    font-size: 1em;
    line-height: 1em;
    text-transform: uppercase;
  }
  .item-sale-date span {
    font-size: 0.9em;
  }
  .daily-menu-day {
    margin: 75px 0 25px 0;
  }

  /***************************************************** ITEM-DETAIL *************************************************/

  .back-btn {
    padding: 0 15px 0 0;
    height: 50px;
    line-height: 50px;
    left: 5%;
    top: 100px;
  }
  .btn-icon {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0;
    background-position: center;
    background-size: auto 50%;
    background-repeat: no-repeat;
    float: left;
  }
  .item-detail-box {
    margin: 110px 20% 0 20%;
  }
  .product-detail {
    position: relative;
    padding-bottom: 5%;
  }
  .content-detail {
    width: 100%;
  }
  .item-detail-photo-content {
    width: 50%;
    height: unset;
    min-height: 50px;
    margin: 0 0 -440px 50%;
    padding: 0 0 440px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
  }
  .item-detail-label.item-detail-description {
    line-height: 1.4em;
    padding: 12px 0 5px 30px;
  }
  .item-detail-photo-content.zoomed {
    background-size: 200%;
    height: unset;
  }
  .item-detail-photo-content::after {
    content: "";
    width: 100%;
    height: 150px;
    bottom: 0px;
    display: block;
    position: absolute;
    border-radius: 0 0 30px 30px;
    z-index: 1;
    -webkit-transition: all 130ms 195ms ease-in-out;
    transition: all 130ms 195ms ease-in-out;
  }
  .item-detail-photo-content h4 {
    position: relative;
    left: unset;
    bottom: unset;
    z-index: 10;
    font-size: 2.1em;
    margin-left: -100%;
    width: 86.5%;
    padding: 10px;
    border-radius: 10px 10px 0 0;
  }
  .stickers-detail-content {
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0;
    border-radius: 0 30px 0 0;
    max-width: 100%;
    max-height: 400px;
  }
  .stickers-detail-content .sticker {
    float: right;
    padding: 10px 20px;
    font-family: OpenSans-Semibold;
    font-size: 1em;
  }
  .favorite-food-box {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 15;
  }
  button.favorite {
    width: 36px;
    height: 36px;
    display: block;
    margin: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border: none;
    cursor: pointer;
    float: none;
  }
  .item-detail-desc-box {
    padding: 0;
    float: left;
    width: 45%;
    margin: 10px 0;
  }
  .item-detail-box .item-info-panel {
    height: auto;
    width: 45%;
    padding: 50px 0 10px 0;
    background: transparent;
    margin: 0;
    border-radius: 10px;
  }
  .item-detail-box .item-info-panel {
    padding: 0;
    border-radius: 0 0 10px 10px;
  }
  .item-detail-box .item-info-btn {
    width: 33.3%;
    height: 50px;
    line-height: 50px;
    float: left;
  }
  .item-detail-label {
    padding: 5px 0 5px 30px;
    background-repeat: no-repeat;
    background-position: top 10px left;
    background-size: auto 24px;
    min-height: 34px;
    line-height: 34px;
  }
  .product-detail .review-star {
    width: 24px;
    height: 24px;
    margin: 14px 2.5px 0 0;
    display: inline-block;
  }
  .alergen-type {
    border-radius: 360%;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    float: left;
    margin: 0 5px;
  }
  .add-cart-column {
    width: 45%;
    margin: 0;
  }
  .add-cart-quantity {
    float: left;
    width: 30%;
  }
  .add-cart-quantity .change-btn {
    width: 33%;
    float: right;
    display: block;
    height: 68px;
    background-size: auto 40%;
  }
  .add-cart-quantity label {
    width: 32%;
    float: right;
    display: block;
    height: 68px;
    line-height: 68px;
    font-size: 1.3em;
    text-align: center;
  }
  input[type="button"].add-to-cart,
  input[type="button"].add-to-cart-unavailable {
    border: none;
    float: left;
    width: 68%;
    cursor: pointer;
    height: 70px;
    font-size: 1.5em;
    font-family: OpenSans-Semibold;
    margin: 0px;
  }
  .social-box {
    text-align: center;
    padding: 20px 0;
    width: 45%;
    margin: 20px 0 0 0;
    border-radius: 10px;
  }
  .social-box span {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 1.3em;
  }
  .social-btn {
    border-radius: 360%;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
  }
  .social-btn-img {
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    cursor: pointer;
  }
  .item-reviews-box {
    margin: 25px 20%;
    width: 60%;
    position: relative;
  }
  .review-box {
  }
  .review-num-reviews {
    font-size: 1.3em;
  }
  .review {
    margin: 20px 0px;
  }
  .review-content-reply {
    width: 100%;
    padding: 5px;
    position: relative;
  }
  .review-content-reply p {
    padding: 0 0 0 45px;
  }
  .review-company-img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .review-company-icon {
    width: 36px;
    height: 36px;
    background-size: 100%;
  }
  .review-content {
    width: 100%;
    padding: 5px;
    position: relative;
  }
  .review-content .review-star {
    width: 18px;
    height: 18px;
    margin: 5px 0 5px 0;
  }
  .review-content p {
    padding: 0 0 0 45px;
    text-align: justify;
  }
  .review-user-img {
    position: absolute;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 360%;
    margin: -15px 0 0 -15px;
  }
  .review-user-icon {
    width: 48px;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
  }
  .review-name {
    padding: 0 0 0 45px;
    font-family: OpenSans-Semibold;
  }
  .review-date {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.8em;
  }
  .review-stars-box {
    padding: 0 0 0 45px;
  }
  .review-stars {
    padding: 0px;
  }
  .stars-write-review .review-stars-1,
  .stars-write-review .review-stars-2,
  .stars-write-review .review-stars-3,
  .stars-write-review .review-stars-4,
  .stars-write-review .review-stars-5 {
    width: 26px;
    height: 26px;
    background-size: auto 90%;
  }
  .item-review-form input[type="submit"] {
    padding: 10px 0;
  }
  /*.item-review-form input[type="text"], .item-review-form input[type="password"], .item-review-form input[type="number"], .item-review-form input[type="email"], .item-review-form textarea, .item-review-form  input[type="tel"] {
        font-size: 16px;
        padding: 10px 3%;
        margin: 10px 0px;
        min-height: auto;
    }*/
  .item-review-plogin {
    text-align: center;
  }
  .item-review-plogin a {
    display: inline-block;
    padding: 15px 30px;
  }

  /************************************************** ITEM - LIST ITEMS **********************************************/
  .home-list-view .item,
  .home-list-view .product,
  .daily-menu-active .item,
  .daily-menu-active .product,
  div[data-food-type="food_daily_menu"].item,
  div[data-food-type="food_daily_menu"].product {
    width: 47%;
    float: left;
    display: block;
    top: unset;
    margin: 5px 0.5%;
    min-height: unset;
    padding-bottom: 57px;
  }
  .home-list-view .item-buy-now,
  .daily-menu-active .item-buy-now,
  div[data-food-type="food_daily_menu"] .item-buy-now {
    height: 50px;
    width: 15%;
    float: left;
    display: block;
    cursor: pointer;
    top: 10px;
  }
  .home-list-view .item-buy-now-icon,
  .daily-menu-active .item-buy-now-icon,
  div[data-food-type="food_daily_menu"] .item-buy-now-icon {
    width: 100%;
    height: 50px;
    background-size: auto 50%;
  }
  .home-list-view .item-buy-btn,
  .home-list-view .item-buy-btn-icon,
  .daily-menu-active .item-buy-btn,
  .daily-menu-active .item-buy-btn-icon,
  div[data-food-type="food_daily_menu"] .item-buy-btn,
  div[data-food-type="food_daily_menu"] .item-buy-btn-icon {
    display: none;
  }
  .home-list-view .item-photo-content-bottom,
  .daily-menu-active .item-photo-content-bottom,
  div[data-food-type="food_daily_menu"] .item-photo-content-bottom {
    padding: 0;
    width: 95%;
  }
  .home-list-view .item-info-panel,
  .home-list-view .reservation-info-panel,
  .daily-menu-active .item-info-panel,
  .daily-menu-active .reservation-info-panel,
  div[data-food-type="food_daily_menu"] .reservation-info-panel,
  div[data-food-type="food_daily_menu"] .item-info-panel {
    width: 100%;
    height: 50px;
    margin: 0;
    bottom: 0;
  }
  .home-list-view .item-info-btn,
  .daily-menu-active .item-info-btn,
  div[data-food-type="food_daily_menu"] .item-info-btn {
    width: 32.3%;
    height: 50px;
    line-height: 50px;
  }

  /***************************************************** RECOMENDED PRODUCTS ***************************************************/
  .cart-recomend-box {
    margin: 100px 0;
  }
  .recomend-products-box {
    display: block;
    overflow-x: auto;
    overflow-y: auto;
    padding: 5px 10px 10px 10px;
  }
  .cart-right-box .recomend-products-box {
    padding: 0;
  }
  .recomend-products-overflow {
    white-space: normal;
    text-align: center;
  }
  .recomend-product {
    osition: relative;
    display: inline-block;
    float: none;
    width: 250px;
    margin: 0 5px;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .recomend-product::after {
    width: 100%;
    height: 100px;
    bottom: 0;
    top: auto;
  }
  .recomend-product-desc {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 10px;
    text-align: left;
  }
  button.recomend-product-hover,
  button.recomend-product {
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
  }
  .recomend-product-icon {
    display: block;
    width: 100%;
    height: 50px;
    background-size: auto 40%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .cart-recomend-box h4 {
    padding: 10px;
  }
  .cart-right-box .cart-recomend-box {
    margin: 10px 0;
    padding: 5px 2.5%;
  }
  .cart-right-box .cart-recomend-box h4 {
    padding: 0;
    margin: 0;
    width: 80%;
  }
  .cart-right-box .recomend-product {
    width: 99%;
    margin: 5px 0;
  }

  /************************* FOOTER **********************/
  footer {
    display: block;
  }
  .footer-box {
    padding: 50px 15%;
  }
  .footer-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-logo {
    display: inline-block;
    width: 16%;
    margin: 0 2%;
    height: 250px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .footer-column {
    width: 80%;
    display: inline-block;
  }
  .footer-33-col {
    float: left;
    width: 33%;
  }
  .open-hours-D {
    border-top: none;
    border-left: none;
    border-bottom: none;
    float: left;
    width: 49%;
    text-align: left;
    line-height: 32px;
  }
  .open-hours-H {
    float: left;
    width: 50%;
    text-align: center;
    line-height: 32px;
  }
  .footer-info-btn {
    font-size: 2em;
  }
  .footer-payment-box {
    margin: 20px 0 0 0;
  }
  .footer-payment-content {
  }
  .footer-payment-type {
    width: 50px;
    height: 30px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10px 10px 0 0;
  }
  .footer-app-content {
  }
  .footer-app-content a {
    width: 100px;
    height: 50px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s;
  }
  .footer-app-content a:hover {
    transform: scale(1.1);
    transition: all 0.3s;
  }
  .footer-factory-select-content {
    width: 100%;
    margin: 15px 0;
  }
  .footer-select-factory {
    display: inline-block;
    padding: 10px 20px 10px 50px;
    transition: all 0.3s;
    position: relative;
  }
  .footer-select-factory-icon {
    width: 18px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.3s;
  }
  .footer-select-factory:hover .footer-select-factory-icon {
    transition: all 0.3s;
    transform: rotate(90deg);
  }
  .footer-author {
    padding: 10px;
    text-align: right;
  }
  .footer-author a {
    font-size: 0.9em;
    opacity: 0.5;
    transition: all 0.5s;
    padding: 10px;
  }
  .footer-author a:hover {
    opacity: 1;
    transition: all 0.5s;
  }

  /******************************** ENHANCEMET BOX ********************************/
  .overlay-enhancement-box .extended-content-box {
    margin: 0 2%;
  }
  .overlay-enhancement-content {
    width: 40%;
    margin: 0 30%;
    border-radius: 15px;
  }
  .overlay-specify-address {
    padding: 80px;
  }
  .overlay-enhancement-content .delete-btn,
  .overlay-specify-address .delete-btn {
    padding: 0;
    z-index: 91;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    position: fixed;
    top: -60px;
    text-align: center;
    border-radius: 360%;
    left: auto;
    right: 0;
  }
  .overlay-specify-address .delete-btn {
    position: absolute;
  }
  .overlay-specify-address-content .specify-address-message {
    border-radius: 10px;
  }
  .overlay-specify-address-content .field {
    display: flex;
  }
  .overlay-specify-address-content .specify-address-map-wrapper {
    margin-top: 1rem;
  }
  .overlay-specify-address-content .leaflet-control-attribution a {
    font-size: 15px;
  }
  .extended-menu-taste .ingredient-type-button {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    float: none;
    padding: 0 10px 0 50px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    background-position: center left 10px;
    background-repeat: no-repeat;
    background-size: auto 40%;
    text-align: center;
    cursor: pointer;
  }
  .extended-menu-taste .select-content {
    width: 85%;
    height: auto;
    margin: 10px 0;
    background-position: center left 10px;
    background-size: auto 70%;
    background-repeat: no-repeat;
    padding: 0 5% 0 10%;
  }
  .cart-back-btn a,
  .cart-pay-btn a {
    height: 50px;
    line-height: 50px;
  }
  .overlay-enhancement-box .cart-bottom-btns {
    border-radius: 0 0 15px 15px;
  }
  .extended-menu-taste {
    height: 50px;
  }
  .overlay-enhancement-box .extended-menu-taste {
    flex: 0;
    min-height: 5em;
  }
  .extended-menu-taste .ingredient-types {
    /*! padding-bottom: 50px; */
  }
  /*.select-content {
        width: 85%;
        height: auto;
        margin: 0;
        background-position: center left 10px;
    }*/

  /****************************** Check BOX ************************************/
  .toggle .toggle-control {
    transition: all 0.5s;
    width: 100px;
    height: 36px;
    display: inline-block;
    float: none;
    border-radius: 360px;
    position: relative;
    cursor: pointer;
    margin: 15px 0;
  }
  .toggle .toggle-control:after {
    transition: all 0.5s;
    content: "";
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .toggle input {
    display: none;
  }
  .toggle input:checked + .toggle-control {
    background-position: center left 10px;
    background-size: auto 60%;
    background-repeat: no-repeat;
  }
  .toggle input:checked + .toggle-control:after {
    left: 70%;
  }
  .cart-tringel-toggle .toggle .toggle-control,
  .select-btn .toggle .toggle-control {
    transition: all 0.5s;
    width: 80px;
    height: 26px;
    display: inline-block;
    float: none;
    border-radius: 360px;
    position: relative;
    cursor: pointer;
    margin: 15px 0;
  }
  .cart-tringel-toggle .toggle .toggle-control:after,
  .select-btn .toggle .toggle-control:after {
    transition: all 0.5s;
    content: "";
    width: 26px;
    height: 26px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .select-btn .toggle input:checked + .toggle-control:after {
    left: 54px;
  }

  /*************************** CART ***************************/
  .cart-box {
  }
  .cart-items {
    float: left;
    width: 68%;
    margin: 0 1% 25px 1%;
    display: flex;
    flex-wrap: wrap;
  }
  .cart-right-box {
    float: right;
    width: 30%;
  }
  .cart-box .product,
  .cart-box .item {
    margin: 0 1% 10px 1%;
    width: 45%;
    padding: 10px 1.5%;
    float: left;
  }
  .product-delete-btn {
    left: 3%;
    top: 10px;
    border-radius: 10px;
  }
  .product-delete-icon {
    width: 30px;
    height: 30px;
  }
  .cart-box .item-photo-content {
    height: unset;
    min-height: 160px;
    border-radius: 15px;
    overflow: visible;
    background-position: 0 -75px;
    background-size: 100%;
  }
  .cart-box .item-photo-content-bottom {
    position: relative;
    padding: 165px 0 0 0;
    height: auto;
    width: 100%;
  }
  .cart-items .item-photo-content-bottom h4 {
    margin: 0;
  }
  .cart-box .item-change-btn {
    position: absolute;
    top: 0vw;
    right: 0vw;
    width: auto;
    float: none;
    text-align: center;
    border-radius: 0 15px 0 15px;
  }
  .cart-box .change-btn {
    width: 50px;
    height: 50px;
  }
  .cart-box .item-change-btn span {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .cart-box .item-info-panel,
  .cart-box .reservation-info-panel {
    height: 50px;
  }
  .cart-box .item-info-btn {
    width: 33%;
    height: 50px;
    line-height: 50px;
  }
  .item-taste-box {
    text-align: left;
    padding: 10px;
    margin-top: 0;
  }
  .cart-sum {
    padding: 5px 2.5%;
  }
  .cart-price-column {
    padding: 5px 0;
  }
  .select-content-box,
  .js-address-container,
  .bonus-points-box {
    width: 98%;
    padding: 5px 1%;
    margin: 10px 0;
  }
  .address-error-box {
    padding: 10px;
  }
  .select-content {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-position: center left 10px;
  }
  .js-payment-container .select-content,
  .js-delivery-container .select-content {
    background-size: auto 50%;
    padding-left: 55px;
    box-sizing: border-box;
  }
  .cart-col-name {
    padding: 0;
    width: 60%;
  }
  .cart-col-value {
    width: 40%;
    padding: 0;
  }
  .extend-qantity-btn {
    height: 50px;
  }
  .save-data-desc,
  .save-data-checkbox {
    float: right;
  }
  .save-data-desc {
    width: auto;
    line-height: 50px;
  }
  .save-data-checkbox {
    width: auto;
  }
  .save-data-checkbox label .toggle-control {
    width: 80px;
    margin: 10px;
    height: 26px;
  }
  .save-data-checkbox .toggle input:checked + .toggle-control:after {
    left: 54px;
  }
  .save-data-checkbox .toggle .toggle-control:after {
    width: 26px;
    height: 26px;
  }
  .save-data-desc,
  .save-data-checkbox {
    display: block;
    float: left;
    height: 50px;
  }
  .save-data-desc,
  .save-data-checkbox,
  .save-data-desc a,
  .save-data-checkbox a {
    font-size: 1em;
  }
  .cart-tringel-select-row {
    flex-wrap: nowrap;
  }
  .cart-tringel-select-btn {
    width: 100%;
  }
  .bonus-points-box {
    width: 100%;
    text-align: left;
  }
  .bonus-points-remain {
    padding: 0 0 0 25px;
  }
  .bonus-points-head span {
    margin: 0 0 0 2.5%;
  }
  .bonus-points-center-class {
    margin: 20px 0;
  }
  .bonus-points-href-btn {
    padding: 10px 20px;
  }
  .bonus-points-controll-panel {
    width: 100%;
    margin: 0 0 20px 0px;
  }
  .bonus-points-btn {
    height: 50px;
  }
  .bonus-points-value {
    height: 50px;
    line-height: 50px;
  }
  .bonus-points-controller {
    padding: 20px;
    margin: 20px 0 0 0;
    border-radius: 10px;
  }
  .js-addon-items .item-show-addons-btn {
    height: 50px;
    border-radius: 10px;
  }
  .js-addon-items .item-taste-btn-icon {
    height: 50px;
  }

  /*************************   RESERVATION DETAIL   **********************/

  .reservation-form-box {
    margin: 50px 0;
  }

  /************************ CUPONS ********************************/
  .coupon-box {
    margin: 0 0 15px 0;
  }
  .coupon-content {
    margin: 0;
    width: 100%;
  }
  .coupon-head {
  }
  .coupon-content .field {
    margin: 0;
  }
  .coupon-cart {
  }
  .actions-container .cart-price-column.coupon-cart,
  .actions-container .cart-price-column.cart-bonus {
    padding: 10px 3% 10px 10%;
    width: 87%;
    background-repeat: no-repeat;
    background-position: center left 2.5%;
    background-size: auto 24px;
  }
  .set-coupon-btn,
  input[type="submit"].set-coupon-btn,
  input[type="button"].set-coupon-btn,
  button.set-coupon-btn {
    width: 28%;
    height: 40px;
    margin: 11px 0 11px 2%;
    transition: all 0.5s;
    background-size: auto 50%;
  }
  .set-coupon-btn:hover,
  input[type="submit"].set-coupon-btn:hover,
  input[type="button"].set-coupon-btn:hover,
  button.set-coupon-btn:hover {
    transition: all 0.5s;
    transform: scale(0.8);
  }
  .coupon-cart .cart-col-name,
  .coupon-cart .cart-col-value {
    line-height: 30px;
  }
  .coupon-cart .cart-col-name,
  .actions-container .cart-col-name {
    padding: 0 0 0 4%;
    width: 61%;
    float: left;
  }
  .coupon-cart .cart-col-value,
  .actions-container .cart-col-value {
    width: 32%;
    float: left;
    padding: 0 3% 0 0;
    text-align: right;
  }
  .coupon-delete-btn {
    width: 10%;
    height: 30px;
    cursor: pointer;
  }

  /*********************** WHISPERER **********************************/
  .ui-autocomplete {
    min-width: 160px;
    max-width: 90%;
    padding: 5px 0;
    margin: 0 0 5px 20px;
  }
  .ui-menu-item-wrapper {
    margin: 5px;
    padding: 10px;
  }
  .ui-menu-item > a.ui-corner-all {
    padding: 5px;
  }

  /*************************************** NOTIFICATION ************************************/

  .notification-box {
      bottom: auto;
      top: 80px;
      border-radius: 0 0 10px 10px;
  }
  .notification, .notification-box div, .appDeliveryTimeMessage {
    padding: 10px;
  }
  .notification-box .notification:last-of-type {
    padding-bottom: 10px;
  }
  .notification-box div span {
  }
  .appStatusMessage {
  }

  /************************************************************ FAVORITE ********************************************************/

  .favorite-items-container {
    margin: 10px 2.5% 0 2.5%;
  }
  .no-content {
    background-position: center top 60px;
    background-repeat: no-repeat;
    background-size: 200px;
    padding: 300px 5% 0 5%;
    width: 90%;
    text-align: center;
  }
  .favorite-items-box .item {
    padding: 10px 10px 65px 10px;
  }
  .favorite-items-box .favorite-item-btn {
    width: 50px;
    height: 50px;
  }
  .favorite-items-box .item-info-btn:nth-child(3) {
    width: 50px;
    height: 50px;
    border-radius: 0 15px;
  }
  .favorite-items-box .item-buy-now {
    bottom: 10px;
    right: 10px;
    width: 100px;
    height: 50px;
  }

  /********************************************************** Orders history ****************************************************/
  .js-orders-history-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .order-his-column {
    width: 300px;
    margin: 10px;
    display: inline-block;
  }
  .order-his-date,
  .order-his-status {
    height: 50px;
    line-height: 50px;
  }
  .order-his-adress {
    padding: 10px 10px 10px 40px;
    background-position: center left 10px;
    background-size: 24px;
    background-repeat: no-repeat;
    min-height: 36px;
  }
  .order-his-list {
    padding: 0 10px;
  }
  .order-his-product {
    padding: 5px 2%;
    width: 96%;
  }
  .order-his-bottom {
    width: 100%;
    height: 50px;
    padding: 10px 0;
  }
  .order-his-price {
    width: 70%;
    height: 37px;
    float: left;
    text-align: center;
    margin: 13px 0 0 0;
  }
  .order-his-price h4 {
    line-height: 13px;
    margin: 0;
  }
  .order-his-btn {
    width: 50px;
    height: 50px;
    float: right;

    margin: 0 10px 0 0;
  }
  .order-his-btn button {
    height: 50px;
  }

  /************************ ORDER STATUS INFO ************************/
  .order-tracking-box {
    position: absolute;
    top: 100px;
    margin: 15px;
    width: 300px;
  }
  .order-tracking-content {
    padding: 25px;
  }
  .order-tracking-content h3 {
    line-height: 32px;
  }
  .order-tracking-content span {
    font-size: 1.2em;
    margin: 0 0 2vw 0;
  }
  .order-tracking-icon {
    width: 50px;
    height: 50px;
  }

  /***************************************************************** CONTACT **********************************************************/

  .map-container a.btn-href {
    display: none;
  }
  .map-content {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: calc(100% - 80px);
    top: 80px;
    border: 0;
  }
  .map-info-box {
    position: absolute;
    width: 500px;
    height: auto;
    max-height: 80vh;
    margin: 20px 10px 0 10px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1;
    top: 10vh;
    border-radius: 10px;
    left: auto;
    right: 5%;
    padding: 10px;
  }
  .map-content-image {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 0 20px 0;
  }
  .map-content-title h4 {
    padding: 0 0 10px 10px;
  }
  .map-description {
    float: none;
    width: 100%;
    margin: 0;
  }
  .map-description p {
    font-size: 1.2em;
  }
  .call-button,
  .call-button-icon {
    display: none;
  }
  .call-button-content {
    height: 50px;
    line-height: 50px;
    margin: 10px;
  }
  .call-button-content h3 {
    font-weight: normal;
    font-size: 2em;
    width: 100%;
    float: none;
  }
  .open-hours-box h4,
  .contact-form-container h4 {
    padding: 10px 0;
  }
  .contact-form-content textarea {
    border: none;
    width: 94%;
    padding: 10px 3%;
    height: 100px;
  }
  .contact-bottom-panel select {
    border: none;
    width: 100%;
    height: 50px;
    font-size: 1em;
    padding: 0;
    margin: 0;
  }
  .contact-form-content {
    padding: 0;
  }
  .contact-form-content input[type="submit"] {
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 15px 0;
    float: left;
    width: 50%;
  }
  .message-responce-time-comment {
    margin: 25px;
    text-align: center;
    font-size: 1em;
  }
  .map-bottom-panel {
  }
  .map-bottom-panel input[type="submit"] {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 29%;
    padding: 0vw;
    cursor: pointer;
    margin: 0vw;
    height: 15vw;
    line-height: 15vw;
    display: block;
    text-align: center;
  }
  .legend-color-box {
    border-radius: 360px;
    width: 50px;
    height: 24px;
    display: inline-block;
    margin: 5px 5px 5px 0;
  }

  /**************************************************************** NEWS **********************************************************/

  .new-box {
    position: fixed;
    width: 60%;
    padding: 0 20%;
    height: 100%;
    z-index: 1000;
    text-align: center;
    top: 0;
  }
  .new-column {
    position: relative;
  }
  .new-column .delete-btn {
    top: 90px;
    right: -210px;
  }
  .new-content {
    position: relative;
    top: 0;
    z-index: 90;
    border-radius: 0;
    margin: 0;
    cursor: pointer;
    padding: 0;
  }
  a.new-content {
    display: block;
    width: 90%;
    padding: 30px;
    border-radius: 30px;
    -webkit-animation: swing 3s;
    animation: swing 3s;
  }
  button.new-delete {
    display: block;
    width: 26px;
    height: 26px;
  }
  .new-title {
    padding: 80px 0 0 0;
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center top 0px;
    font-weight: 600;
    font-size: 2.3em;
  }
  .new-date {
    text-align: left;
    font-size: 0.9em;
  }
  .new-content p {
    text-align: justify;
    max-height: auto;
    overflow: hidden;
  }
  .delete-btn {
    padding: 0;
    z-index: 91;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    position: absolute;
    top: 250px;
    text-align: center;
    border-radius: 360px;
    left: auto;
    right: 25px;
    transform: none;
  }

  .delete-btn-icon {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
  }
  .news-column {
    width: 95%;
    margin: 0 2.5%;
  }
  .news-content {
    border-radius: 10px;
    padding: 20px 1%;
    width: 98%;
    display: block;
    margin: 10px 0;
  }
  a.news-content {
  }
  .news-title {
    font-size: 1.3em;
    background-size: 0;
    font-family: OpenSans-Semibold;
  }
  .news-date {
    font-size: 0.9em;
    margin: 10px 0;
  }

  /***************************************************************** LOGIN ***************************************************/

  .login-content {
    z-index: 1;
    width: auto;
    display: inline-block;
    position: relative;
    top: 40%;
    transform: translateY(-40%);
  }
  .desc-article {
    padding: 20px 20%;
  }

  /*******************************************************   ALERGENS    **********************************************************/

  .alergens-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .alergens-box h4 {
    width: 100%;
  }
  .alergens-box p {
    margin: 0 2.5%;
  }
  .alergen-content {
    padding: 10px 2.5%;
    margin: 10px 1% 10px 0;
    width: 200px;
    border-radius: 10px;
  }
  .alergen-content h1 {
    font-size: 1.5em;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .alergen-content h3 {
    margin: 20px 0;
  }
  .alergen-content p {
  }

  /************************************************************** ACCOUNT *******************************************************/

  .account-content {
  }
  .account-info-circle {
    padding: 10px 25px;
    border-radius: 10px;
    display: inline-block;
    margin: 20px 0;
  }
  .account-info-center {
  }
  .account-info-circle h4 {
    font-size: 1.5em;
    margin: 0;
  }
  .account-info-circle label {
  }
  .account-form-box {
  }
  .account-form-box a {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
  }

  /************************************************************* GALLERY *******************************************************/

  .gallery-box {
    text-align: center;
  }
  .gallery-content {
    display: inline-block;
    width: 500px;
    height: 300px;
    border-radius: 30px;
    text-align: left;
  }
  .gallery-content::after {
    width: 100%;
    height: 50px;
    border-radius: 0 0 30px 30px;
  }
  .gallery-date {
    top: 10px;
    left: 50%;
    padding: 5px;
  }
  .gallery-bottom-content {
    padding: 0 0 10px 10px;
  }
  .gallery-bottom-content h4 {
    font-size: 2em;
  }
  .gallery-bottom-content label {
    font-size: 0.9em;
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: auto 100%;
    padding: 0 15px 0 36px;
  }
  .gallery-photo-detail {
    margin: 100px 20%;
    width: 60%;
  }
  .gallery-photo-detail::after,
  .gallery-name-title {
    width: 60%;
    height: 50px;
    bottom: auto;
    top: 60px;
    line-height: 50px;
  }
  .photo-content-left {
    float: left;
    width: 50%;
  }
  .photo-content-right {
    float: left;
    width: 50%;
  }
  .photo-content-left img,
  .photo-content-right img {
    border-radius: 15px;
  }
  .photo-content-left iframe,
  .photo-content-right iframe {
    min-height: 300px;
    border-radius: 15px;
    overflow: hidden;
  }

  /************************************************   MultiAPP    **********************************************************/
  .multiapp-back {
    right: auto;
    left: auto;
    top: inherit;
    width: 50px;
    cursor: pointer;
    display: inline-block;
    float: none;
    position: relative;
  }
  .multiapp-icon {
    width: 100%;
    display: block;
    background-position: center;
    background-size: auto 40%;
    background-repeat: no-repeat;
  }
  .multiapp-back,
  .multiapp-icon {
    height: 80px;
  }
  .toppanel.multiapp img {
  }
  .multi-toppanel {
  }
  .multi-toppanel-logo {
    height: 50px;
  }
  .multiapp-box {
    position: fixed;
    z-index: 101;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .multiapp-content {
    width: 100%;
    text-align: center;
  }
  .multiapp-col {
    width: 300px;
    height: 200px;
    margin: 10px;
    float: none;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s;
    overflow: hidden;
  }
  .multiapp-href-logo {
    transition: all 0.3s;
    height: 200px;
  }
  .multiapp-col:hover .multiapp-href-logo {
    transform: scale(1.1);
    transition: all 0.3s;
  }

  /*************************** MINI BANNERS ****************************/
  .mini-banners-box {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .minibanner {
    width: 25%;
    display: inline-block;
  }

  /****************************************** SOCIAL LINKS *************************************/
  .social-links {
    width: 100%;
    margin: 15px 0 0 0;
  }
  a.social-link {
    width: 36px;
    height: 36px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 50%;
  }

  /************************************* LANGUAGE MODULE *******************************/
  .select-lang-box {
    width: 75px;
    left: 15px;
    top: 15px;
  }
  .dropbtn {
    height: 50px;
  }
  .dropdown-content a {
    padding: 5px 5px 5px 50px;
    background-position: center left 5px;
  }
  .translator-box {
    position: relative;
    top: inherit;
    left: auto;
    height: inherit;
    display: inline-block;
    width: auto;
  }
  .goog-te-gadget .goog-te-combo {
    font-size: 1em;
  }

  /*************************** TUTORIAL *************************/
  .js-rerun-tutorial.btn-href.gradient-btn {
    display: none;
  }
}
.invisible {
  display: inline-block;
}
/*** JS NO DISPLAY***/
.js-template,
.payment-icon-food_card,
.js-back-to-contact,
.hide-extra,
.show-extra,
.hide,
.js-toggle-list-view {
  display: none;
}

/*HOTFIX*/
.ingredient-type-foodtype-hidden {
    display: none!important;
}

@keyframes swing {
  15% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  30% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  65% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  80% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/*** Timed Orders ***/
.timed-order-wrapper {
  border-radius: 10px;
  padding: 0.25em;
}

.timed-order-wrapper .day-select-row {
  display: flex;
  margin-bottom: 0.5em;
}

.timed-order-wrapper .day-select-row .day {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 0.25em 0.25em 0;
  padding: 0.25em 0.5em;
  border-radius: 10px;
  font-size: 0.7rem;
  user-select: none;
}
.timed-order-wrapper .day-select-row .day.btn img {
  height: 2rem;
  width: 1rem;
  padding: 0.25em;
}
.timed-order-wrapper .time-select-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 1em 2em 1em;
}
.timed-order-wrapper .time-select-container .time-select {
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  min-width: 6em;
  min-height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25em 0.25em 0.25em 0;
}
.timed-order-wrapper .time-select-container .time-select.disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
.timed-order-wrapper .time-select-container .time-select.eco {
  background-position: top 0.25em right 0.25em;
  background-repeat: no-repeat;
  background-size: 1em;
}
.timed-order-wrapper .time-select-container .time-select.active {
  cursor: default;
}
.timed-order-wrapper .time-select-container .time-select .availability {
  position: absolute;
  top: 0.4em;
  left: 0.5em;
  font-size: 0.7rem;
}
.timed-order-wrapper .eco-message {
  padding-left: 1.75em;
  padding-bottom: 1em;
  margin: 0 1em;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1.25em;
}
@charset "UTF-8";
/* CSS Document */
/*
Atlantis
╔═══╦╗░░░░░░░╔╗░░░░░░░░░░░░╔═══╦═══╦═══╗
║╔═╗║║░╔╗░░░░║║░░░░░░░░░░░░║╔═╗║╔═╗║╔═╗║
║║░║║╚═╬╬══╦═╝╠═╗╔══╦╗╔╦══╗║║░╚╣╚══╣╚══╗
║║░║║╔╗╠╣║═╣╔╗║╔╗╣╔╗║╚╝║║═╣║║░╔╬══╗╠══╗║
║╚═╝║╚╝║║║═╣╚╝║║║║╔╗║║║║║═╣║╚═╝║╚═╝║╚═╝║
╚═══╩══╣╠══╩══╩╝╚╩╝╚╩╩╩╩══╝╚═══╩═══╩═══╝
░░░░░░╔╝║░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░╚═╝░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░

>>>>>>>>>>>> Rounded 1.5.1 <<<<<<<<<<<<<<<

White = #FFFFFF
Whitenish = #F8F8F8
Dark White = #EAEAEA
Light Gray = #676767
Gray = #313030
Darker Gray = #4F4F4F
Dark Gray = #212121
Orange = #000000
Red = #B84C4C = (184,76,76)
Green = (75,183,90)
Green = #999999
Blue = (82,165,187)
Yellow = (167,183,70)
Black = (0,0,0);
Black = #000000;

Images
------
gray
green
red
blue
white

Other
------
Gradient = from: #000000 to: #000000

*/

body {
  background-color: #F8F8F8;
}
footer {
  background-color: #000000;
}

/********************* INPUT STYLES ******************/
input,
textarea,
select {
  color: #676767;
  border-bottom: 1px solid rgba(113, 55, 55, 0.1);
}
input:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
input[type="submit"],
input[type="button"] {
  color: #FFFFFF;
}
button:focus {
  outline: none;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
select,
input[type="tel"],
textarea,
input[type="date"],
input[type="time"] {
  background-color: transparent;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
} /* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
} /* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
} /* IE 10+ */
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
} /* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent;
} /* FF 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent;
} /* IE 10+ */
#timepicker {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

a {
  color: #000000;
}
a.btn-href {
  color: #FFFFFF;
}
.gradient-btn,
label.tutorial-top.active,
.swiper-pagination-bullet-active,
.social-btn,
.product-delete-btn,
.review-content-reply,
.review-user-img,
.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover,
.menu-content-logo,
.reservation-selected,
.js-cart-action-container button,
.sticker-timed,
.item-sale-date,
.item-buy-now,
input[type="button"].add-to-cart,
.cart-pay-btn a,
.tutorial-body .item-buy-btn,
a.item-eshop-btn, 
.specify-address-button,
.save-specific-address-button {
  background-image: -webkit-linear-gradient(top, #000000, #000000);
  background-image: -moz-linear-gradient(top, #000000, #000000);
  background-image: -ms-linear-gradient(top, #000000, #000000);
  background-image: -o-linear-gradient(top, #000000, #000000);
  background-image: linear-gradient(to top right, #000000, #000000);
}
.body-container {
  color: #676767;
}
button.menu-hide-btn {
  background-image: url("/ui/system/icons/white/arrow_bottom.svg");
  background-color: transparent;
}
ul.menu {
  background-color: rgba(30, 30, 30, 0.9);
}
.menu-content {
}
.menu-content-logo {
}
.menu-content-logo::after {
  background: -webkit-linear-gradient(
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
button.toppanel-btn {
  background-image: url("/ui/system/icons/white/menu_list.svg");
}
.extended-menu {
  background-color: #000000;
  color: #FFFFFF;
}

/*IPHONE X and more display FIX*/
.toppanel,
.toppanel.mini-menu,
.toppanel::before {
  background-color: #000000;
}
li.menu-btn {
  color: #FFFFFF;
}
.menu-btn.selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.menu-btn.account {
}
.account-menu.gradient-btn {
  color: #FFFFFF;
}
.food-type-button {
}
.food-type-button.active {
  background-color: rgba(0, 0, 0, 0.04);
}
.swiper-pagination-bullet {
  border: 0.2vw solid #FFFFFF;
}
.swiper-pagination-bullet-active {
}
/* INGREDIENTS */
.ingredient-type-cheese {
  background-image: url("/ui/system/icons/gray/cheese.svg");
}
.ingredient-type-meat {
  background-image: url("/ui/system/icons/gray/meat.svg");
}
.ingredient-type-vegetables {
  background-image: url("/ui/system/icons/gray/vegetable.svg");
}
.ingredient-type-others {
  background-image: url("/ui/system/icons/gray/attachments.svg");
}
.ingredient-type-fruits,
.ingredient-type-fruit {
  background-image: url("/ui/system/icons/gray/fruits.svg");
}
.ingredient-type-spices {
  background-image: url("/ui/system/icons/gray/attachments.svg");
}
.ingredient-type-base,
.ingredient-type-pizza-base {
  background-image: url("/ui/system/icons/gray/base.svg");
}
.ingredient-type-sauces {
  background-image: url("/ui/system/icons/gray/attachments.svg");
}
.ingredient-type-fish {
  background-image: url("/ui/system/icons/gray/fish.svg");
}

/*************************************************************** ICONS ********************************************************/

.arrow-left,
.arrow-left-icon {
  background-image: url("/ui/system/icons/white/arrow_left.svg");
}
.arrow-right {
  background-image: url("/ui/system/icons/gray/arrow_right.svg");
}
.multiapp-link-btn {
  background-image: url("/ui/system/icons/white/arrow_right.svg");
}
.item-taste-btn-icon {
  background-image: url("/ui/system/icons/white/arrow_right.svg");
}
.arrow-up,
.arrow-up-icon {
  background-image: url("/ui/system/icons/white/arrow_up.svg");
}
.js-select-other.arrow-up-type {
  background-image: url("/ui/system/icons/white/arrow_bottom.svg");
}
.arrow-up-type {
  background-image: url("/ui/system/icons/gray/arrow_bottom.svg");
}
.arrow-down,
.arrow-down-icon {
  background-image: url("/ui/system/icons/white/arrow_bottom.svg");
}
.reservation-cal-arrow.arrow-down {
  background-image: url("/ui/system/icons/gray/arrow_bottom.svg");
}
.reservation-cal-arrow.arrow-up {
  background-image: url("/ui/system/icons/gray/arrow_up.svg");
}
.star-icon {
  background-image: url("/ui/system/icons/white/star.svg");
}
.heart-icon {
  background-image: url("/ui/system/icons/white/heart.svg");
}
.heart-icon.active {
  background-image: url("/ui/system/icons/white/heart_active.svg");
}
.favorite-item-btn.heart-icon {
  background-image: url("/ui/system/icons/gray/heart.svg");
}
.favorite-item-btn.heart-icon-active {
  background-image: url("/ui/system/icons/gray/heart_active.svg");
}
.photo-icon {
  background-image: url("/ui/system/icons/gray/photo.svg");
}
.gallery-bottom-content .photo-icon {
  background-image: url("/ui/system/icons/white/photo.svg");
}
.people-icon {
  background-image: url("/ui/system/icons/gray/training.svg");
}
.movie-icon {
  background-image: url("/ui/system/icons/white/movie.svg");
}
.pointer-icon {
  background-image: url("/ui/system/icons/gray/pointer.svg");
}
.call-button-icon.pointer-icon {
  background-image: url("/ui/system/icons/white/pointer.svg");
}
.calendar-icon {
  background-image: url("/ui/system/icons/gray/calendar.svg");
}
.time-icon {
  background-image: url("/ui/system/icons/gray/time.svg");
}
input.pointer-icon {
  background-image: url("/ui/system/icons/gray/pointer.svg");
}
.customer-icon {
  background-image: url("/ui/system/icons/gray/customer.svg");
}
.house-icon {
  background-image: url("/ui/system/icons/white/house.svg");
}
.cart-icon {
  background-image: url("/ui/system/icons/gray/cart.svg");
}
.cart-pay-btn .cart-icon {
  background-image: url(/ui/system/icons/white/cart.svg);
}
.offer-icon {
  background-image: url("/ui/system/icons/gray/offer.svg");
}
.delete-icon {
  background-image: url("/ui/system/icons/white/delete.svg");
}
.facebook-icon {
  background-image: url("/ui/system/icons/white/facebook.svg");
}
.instagram-icon {
  background-image: url("/ui/system/icons/white/instagram.svg");
}
.twitter-icon {
  background-image: url("/ui/system/icons/white/twitter.svg");
}
.repeat-icon {
  background-image: url("/ui/system/icons/white/repeat_arrow.svg");
}
.magnify-icon,
.item-buy-btn-icon {
  background-image: url("/ui/system/icons/gray/magnify.svg");
}
.salad-icon {
  background-image: url("/ui/system/icons/gray/salad.svg");
}
.wheat-icon {
  background-image: url("/ui/system/icons/white/wheat.svg");
}
.item-detail-label.wheat-icon {
  background-image: url("/ui/system/icons/gray/wheat.svg");
}
.menulist-icon {
  background-image: url("/ui/system/icons/white/menu_list.svg");
}
.all-icon {
  background-image: url("/ui/system/icons/white/food_all.svg");
}
.pizza-icon {
  background-image: url("/ui/system/icons/white/pizza.svg");
}
.pencil-icon {
  background-image: url("/ui/system/icons/gray/pencil.svg");
}
.item-info-btn select.pencil-icon {
  background-image: url("/ui/system/icons/white/pencil.svg");
}
.package-icon {
  background-image: url("/ui/system/icons/white/package.svg");
}
.item-detail-label.package-icon {
  background-image: url("/ui/system/icons/gray/package.svg");
}
.food-icon {
  background-image: url("/ui/system/icons/white/salad.svg");
}
.attachments-icon {
  background-image: url("/ui/system/icons/white/vegetable.svg");
}
.drinks-icon {
  background-image: url("/ui/system/icons/white/vegetable.svg");
}
.burger-icon {
  background-image: url("/ui/system/icons/white/burger.svg");
}
.gnocchi-icon {
  background-image: url("/ui/system/icons/white/burger.svg");
}
.meat-icon {
  background-image: url("/ui/system/icons/white/burger.svg");
}
.email-icon {
  background-image: url("/ui/system/icons/white/email.svg");
}
input.email-icon {
  background-image: url("/ui/system/icons/gray/email.svg");
}
input.customer-icon {
  background-image: url("/ui/system/icons/white/customer.svg");
}
.mobile-icon {
  background-image: url("/ui/system/icons/white/mobile.svg");
}
input.mobile-icon {
  background-image: url("/ui/system/icons/gray/mobile.svg");
}
.delivery-icon-factory {
  background-image: url("/ui/system/icons/gray/pointer.svg");
}
.delivery-icon-address {
  background-image: url("/ui/system/icons/gray/transport.svg");
}
.delivery-icon-address_gift {
  background-image: url("/ui/system/icons/gray/gift.svg");
}
.gift-icon {
  background-image: url("/ui/system/icons/white/gift.svg");
}
.card-icon {
  background-image: url("/ui/system/icons/white/credit_card.svg");
}
.points-icon {
  background-image: url("/ui/system/icons/white/points.svg");
}
/*.cash-icon {
    background-image: url('/ui/system/icons/white/cash.svg');
}*/
.payment-icon-card {
  background-image: url("/ui/system/icons/gray/credit_card.svg");
}
.payment-icon-cash {
  background-image: url("/ui/system/icons/gray/cash.svg");
}
.payment-icon-bonus_points {
  background-image: url("/ui/system/icons/gray/points.svg");
}
.payment-icon-gate {
  background-image: url("/ui/system/icons/gray/credit_card.svg");
}
.payment-icon-cash_factory {
  background-image: url("/ui/system/icons/gray/cash.svg");
}
.orders-icon {
  background-image: url("/ui/system/icons/gray/orders.svg");
}
.weight-icon {
  background-image: url("/ui/system/icons/white/weight.svg");
}
.item-detail-label.weight-icon {
  background-image: url("/ui/system/icons/gray/weight.svg");
}
.info-icon {
  background-image: url("/ui/system/icons/white/information.svg");
}
.item-detail-label.info-icon {
  background-image: url("/ui/system/icons/gray/information.svg");
}
.plus-icon,
.change-btn.arrow-up-icon,
.change-btn.arrow-up,
.extend-qantity-btn.arrow-up-icon {
  background-image: url("/ui/system/icons/green/plus.svg");
}
.recomend-product-icon.plus-icon {
  background-image: url("/ui/system/icons/white/plus.svg");
}
.minus-icon,
.change-btn.arrow-down-icon,
.change-btn.arrow-down,
.extend-qantity-btn.arrow-down-icon {
  background-image: url("/ui/system/icons/red/minus.svg");
}
.fire-icon {
  background-image: url("/ui/system/icons/gray/fire.svg");
}
.new-title.fire-icon {
  background-image: url("/ui/system/icons/red/fire.svg");
}
.news-title.fire-icon {
  background-image: url("/ui/system/icons/red/fire.svg");
}
.notf-success {
  color: #999999;
}
.notf-info,
.notf-inform {
  color: #000000;
}
.notf-wrong {
  color: #B84C4C;
}
.cheese-icon {
  background-image: url("/ui/system/icons/white/cheese.svg");
}
.item-type-z-lasky,
.item-type-pro-radost,
.item-type-gratulacni,
.item-type-k-narozeninam-a-svatku,
.item-type-klobasove,
.item-type-darky-ke-kvetine,
.item-type-cervene-ruze,
.item-type-nejprodavanejsi {
  background-image: url("/ui/system/icons/red/flower_ikvet.svg");
}
.multiapp-icon {
  background-image: url("/ui/system/icons/white/pointer.svg");
}
.reservation-icon-tables_form {
  background-image: url("/ui/system/icons/white/table.svg");
}
.reservation-icon-rooms_form {
  background-image: url("/ui/system/icons/gray/calendar.svg");
}
.reservation-icon-bowling_form {
  background-image: url("/ui/system/icons/gray/bowling.svg");
}
.terms-icon {
  background-image: url("/ui/system/icons/gray/terms.svg");
}
.reservation-header-tables_form {
  background-image: url(/ui/system/images/photos/app_reservation_table.jpg);
}
.reservation-header-rooms_form {
  background-image: url(/ui/system/images/photos/app_reservation_hotel.jpg);
}
.reservation-header-bowling_form {
  background-image: url(/ui/system/images/photos/app_reservation_bowling.jpg);
}
.reservation-header-squash_form {
  background-image: url(/ui/system/images/photos/app_reservation_squash.jpg);
}
.bonus-points-icon {
  background-image: url("/ui/system/icons/gray/wallet.svg");
}
.coupon-icon {
  background-image: url("/ui/system/icons/gray/cupons.svg");
}
.menu-btn-content.offer-icon {
  background-image: url(/ui/system/icons/white/offer.svg);
}
.menu-btn-content.cart-icon {
  background-image: url(/ui/system/icons/white/cart.svg);
}
.menu-btn-content.fire-icon {
  background-image: url(/ui/system/icons/white/fire.svg);
}
.menu-btn-content.pointer-icon {
  background-image: url(/ui/system/icons/white/pointer.svg);
}
.menu-btn-content.photo-icon {
  background-image: url(/ui/system/icons/white/photo.svg);
}
.menu-btn-content.salad-icon {
  background-image: url(/ui/system/icons/white/salad.svg);
}
.menu-btn-content.terms-icon {
  background-image: url(/ui/system/icons/white/terms.svg);
}

/* STATE */
.cs-flag {
  background-image: url("/ui/system/icons/flags/czech.svg");
}
.en-flag {
  background-image: url("/ui/system/icons/flags/english.svg");
}
.de-flag {
  background-image: url("/ui/system/icons/flags/germany.svg");
}
.us-flag {
  background-image: url("/ui/system/icons/flags/english.svg");
}

/*ACCEPTED PAYMENT*/
.mastercard-accepted-payment {
  background-image: url("/ui/system/icons/white/mastercard-accepted-payment.png");
}
.visa-accepted-payment {
  background-image: url("/ui/system/icons/white/visa-accepted-payment.png");
}
.gpwebpay-accepted-payment {
  background-image: url("/ui/system/icons/white/gpwebpay-accepted-payment.png");
}
.maestro-accepted-payment {
  background-image: url("/ui/system/icons/white/maestro-accepted-payment.png");
}
.b-payment-accepted-payment {
  background-image: url("/ui/system/icons/white/b-payment-accepted-payment.png");
}
.gopay-accepted-payment {
  background-image: url("/ui/system/icons/white/gopay-accepted-payment.png");
}

.ticket-restaurant-accepted-payment {
  background-image: url("/ui/system/icons/white/ticket-restaurant-accepted-payment.png");
}
.nase-stravenka-accepted-payment {
  background-image: url("/ui/system/icons/white/nase-stravenka-accepted-payment.png");
}
.edenred-accepted-payment {
  background-image: url("/ui/system/icons/white/edenred-accepted-payment.png");
}
.sodexo-accepted-payment {
  background-image: url("/ui/system/icons/white/sodexo-accepted-payment.png");
}
.up-accepted-payment {
  background-image: url("/ui/system/icons/white/up-accepted-payment.png");
}

/**************************** ORDERS-ICONS ***************************************/
.order-tracking-new .order-tracking-icon {
  background-image: url(/ui/system/icons/gray/order_new.svg);
}
.order-tracking-new h3 {
  color: #676767;
}
.order-tracking-cancelled .order-tracking-icon {
  background-image: url(/ui/system/icons/red/order_cancelled.svg);
}
.order-tracking-cancelled h3 {
  color: #B84C4C;
}
.order-tracking-confirmed .order-tracking-icon {
  background-image: url(/ui/system/icons/green/order_confirmed.svg);
}
.order-tracking-confirmed h3,
.order-tracking-delivered h3,
.order-tracking-indelivery h3,
.order-tracking-confirmed > span:last-of-type,
.order-tracking-indelivery > span:last-of-type {
  color: #999999;
}
.order-tracking-delivered .order-tracking-icon {
  background-image: url(/ui/system/icons/green/order_delivered.svg);
}
.order-tracking-indelivery .order-tracking-icon {
  background-image: url(/ui/system/icons/green/order_on_way.svg);
}

/************************************************************** ITEM *******************************************************/
.product,
.item,
.news-content,
.alergen-content,
.cart-sum,
.select-content-box,
.js-address-container,
.notification, 
.notification-box,
.order-tracking-box,
.gallery-content,
.bonus-points-controller,
.cart-right-box .cart-recomend-box,
.order-his-column,
.recomend-product {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
}
.product:hover,
.item:hover,
.map-info-box,
.gallery-content:hover,
.recomend-product:hover {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
.item-photo-content-bottom h4 {
  background-color: #FFFFFF;
  color: #000000;
}
.cart-items .item-photo-content-bottom h4 {
  color: #FFFFFF;
  background-color: transparent;
}
.cart-items .item-photo-content-bottom p {
  background-color: transparent;
}
.item-photo-content-bottom p {
  color: #313030;
  background-color: #FFFFFF;
}
.item-photo-content::after,
.cart-items .item-photo-content-bottom {
  background: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.2) 100%);
}
.sticker-red {
  background-color: rgba(184, 76, 76, 0.8);
  color: #FFFFFF;
}
.sticker-green {
  background-color: rgba(75, 183, 90, 0.8);
  color: #FFFFFF;
}
.sticker-blue {
  background-color: rgba(82, 165, 187, 0.8);
  color: #FFFFFF;
}
.sticker-yellow {
  background-color: rgba(167, 183, 70, 0.8);
  color: #FFFFFF;
}
.sticker-timed {
  color: #FFFFFF;
}
.sticker-custom {
  color: #FFFFFF;
}
.item-info-btn {
}
.item-info-btn h4 {
  color: #999999;
}
.item-info-btn select {
  background-color: #4F4F4F;
  color: #FFFFFF;
  border: 1.5px solid #4F4F4F;
}
.review-star {
  background-image: url("/ui/system/icons/gray/star.svg");
}
.review-star.active {
  background-image: url("/ui/system/icons/green/star_active.svg");
}
.stars-write-review .review-stars-1,
.stars-write-review .review-stars-2,
.stars-write-review .review-stars-3,
.stars-write-review .review-stars-4,
.stars-write-review .review-stars-5 {
  background-image: url("/ui/system/icons/gray/star.svg");
}
.stars-write-review .review-stars-1.active,
.stars-write-review .review-stars-2.active,
.stars-write-review .review-stars-3.active,
.stars-write-review .review-stars-4.active,
.stars-write-review .review-stars-5.active {
  background-image: url("/ui/system/icons/green/star_active.svg");
}
.item-buy-btn {
  border: 0.3vw solid #4F4F4F;
}
.home-list-view .item-buy-btn {
  border: none;
}
.item-buy-btn.gradient-btn {
  background-image: none;
  background-color: transparent;
}
.item-buy-now-icon {
  background-image: url("/ui/system/icons/white/cart.svg");
}
.item-taste-box {
  border-top: 1px solid #EAEAEA;
}
.item-taste-box p {
  color: #676767;
}
.js-toggle-list-view {
  background-image: url("/ui/system/icons/gray/menu_list.svg");
}
.home-list-view .item-photo-content-bottom h4 {
  color: #B84C4C;
}
.home-list-view .item-photo-content-bottom p {
  color: #676767;
}
.calculator-icon {
  background-image: url("/ui/system/icons/gray/calculator.svg");
}
.item-sale-date {
  color: #FFFFFF;
}

/************************************************ ENHANCEMENT BOX **************************************************/
.overlay-enhancement-box,
.overlay-specify-address {
  background-color: rgba(0, 0, 0, 0.6);
}
.overlay-enhancement-content,
.overlay-specify-address-content {
  background-color: #FFFFFF;
}
.overlay-enhancement-box .cart-bottom-btns {
  background-color: #FFFFFF;
}
.enhancement-header {
  background-image: url("/ui/system/images/photos/enhancement_bg.jpg");
  color: #999999;
}
.overlay-enhancement-content .delete-btn,
.delete-btn {
  color: #FFFFFF;
}

/******************************************************** ITEM - DETAIL *****************************************************/

.product-detail {
  background-color: #FFFFFF;
}
.item-detail-photo-content::after {
  background: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.3) 100%);
}
.item-detail-photo-content h4 {
  color: #FFFFFF;
}
button.favorite {
  background-color: transparent;
}
.item-detail-desc-box {
  border-top: 1px solid #EAEAEA;
}
.alergen-type {
  border: 0.25vw solid #676767;
}
.add-cart-quantity {
  border: 1px solid #EAEAEA;
}
.add-cart-quantity label {
  border-left: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
}
input[type="button"].add-to-cart {
  color: #FFFFFF;
}
input[type="button"].add-to-cart-unavailable {
  color: #FFFFFF;
  background-color: #676767;
}
.social-btn {
}

/**************************************************** ITEM - RESERVATION ************************************************/
.reservation-hashtag-box span {
  background-color: #000000;
  color: #FFFFFF;
}
.reservation-cal-days-column {
  border-right: 1px solid #EAEAEA;
}
.reservation-free {
  background-color: #EAEAEA;
}
.reservation-denied {
  background-color: #B84C4C;
  color: #FFFFFF;
}
.reservation-selected {
  color: #FFFFFF;
}

.reservation-header-tables_form::before,
.reservation-header-rooms_form::before,
.reservation-header-bowling_form::before,
.reservation-header-squash_form::before {
  background: -webkit-linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 100%
  );
  background: linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 100%
  );
}

/********************************************************* BOTTOM PANEL ******************************************************/

.bottom-panel {
  background-color: rgba(255, 255, 255, 0.9);
}
.bottom-btn h4 {
  color: #000000;
}
.bottom-btn-cart {
  background-color: #FFFFFF;
  background-image: url("/ui/system/icons/gray/cart.svg");
}
.bottom-btn-cart.empty {
  background-image: url("/ui/system/icons/gray/cart_empty.svg");
}
.bottom-btn-cart h4 {
  color: #000000;
}
.favorite-food {
  background-image: url("/ui/system/icons/gray/heart.svg");
}
.favorite-food:hover {
  background-image: url("/ui/system/icons/gray/heart_active.svg");
}
.last-orders {
  background-image: url("/ui/system/icons/gray/last_orders.svg");
}
.account {
  background-image: url("/ui/system/icons/gray/user.svg");
}
.points {
}

/************************************************************ LOGIN ********************************************************/

.login-wrapper::after {
  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.login-image {
  background-image: url("/ui/system/images/photos/login_screen_2.jpg");
}
.account-image {
  background-image: url("/ui/system/images/photos/login_screen_2.jpg");
}

/************************************************************ MAP ********************************************************/

.map-info-box,
.map-container,
#map-map {
  background-color: #FFFFFF;
}
.map-content-title {
  background: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}
.map-content-title h4 {
  color: #FFFFFF;
}
.map-bottom-panel {
  background-color: #FFFFFF;
}
.map-bottom-panel input[type="submit"] {
  color: #FFFFFF;
}

/************************************************************ KONTAKT ********************************************************/

.call-button-content {
}
.call-button {
  color: #FFFFFF;
}
.open-hours-box h4,
.contact-form-container h4 {
  color: #000000;
}
.open-hours-box {
  border-bottom: 1px solid #EAEAEA;
}
.open-hours-content {
  border-top: 1px solid #EAEAEA;
  background-color: #FFFFFF;
}
.open-hours-D {
  border-right: 1px solid #EAEAEA;
}
.contact-form-content {
  background-color: #FFFFFF;
}
.contact-form-content textarea {
  background-color: transparent;
}
.contact-form-content input[type="submit"] {
  color: #FFFFFF;
}
.contact-form-content input[type="text"],
.contact-form-content input[type="password"],
.contact-form-content input[type="number"],
.contact-form-content input[type="email"],
.contact-form-content input[type="tel"] {
  background-color: transparent;
}
#legend {
  background: rgba(255, 255, 255, 0.8);
}

/************************************************************* GALLERY *******************************************************/

.gallery-content::after {
  background: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}
.gallery-date {
  color: #FFFFFF;
}
.gallery-bottom-content {
  color: #FFFFFF;
}
.gallery-bottom-content h4 {
}
.gallery-photo-detail::after {
  background: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}
.gallery-name-title {
  color: #FFFFFF;
}

/**************************************************************** ACCOUNT **********************************************************/

.account-info-circle {
  border: 1vw solid #000000;
  color: #000000;
}
.account-info-circle.gradient-btn {
  background: none;
}
.account-form-box [type="submit"] {
  color: #FFFFFF;
}

/**************************************************************** NEWS **********************************************************/

.new-column {
  background-color: rgba(0, 0, 0, 0.7);
}
.new-content {
  background-color: rgba(255, 255, 255, 0.9);
}
a.new-content {
  color: #676767;
}
.new-title {
  color: #000000;
}
.news-content {
  color: #676767;
}
.news-content:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1);
}
.news-title {
  color: #000000;
}

/************************************************************ NOTIFICATION ********************************************************/

.appStatusMessage,
.appDeliveryTimeMessage {
}
.appStatusMessage span,
.appDeliveryTimeMessage span {
}

/************************************************************ CART ********************************************************/

.cart-sum {
  background-color: #FFFFFF;
}
.cart-bonus .cart-col-name,
.cart-bonus .cart-col-value,
.js-cart-bonus .cart-col-name,
.js-cart-bonus .cart-col-value {
  color: #999999;
}
.cart-bottom-btns {
  border-top: none;
  border-bottom: none;
}
.cart-back-btn a {
  color: #4F4F4F;
}
.cart-pay-btn a {
  color: #FFFFFF;
}
.extended-menu-taste {
}
.extended-price {
  /*color: #999999;*/
}
.product-delete-btn {
}
.cart-inform-column h4,
.cart-inform-column p {
  color: #676767;
}
.extended-menu-taste {
  border-bottom: 1px solid #EAEAEA;
}
.extended-menu-taste .ingredient-type-button.active {
  background-color: #EAEAEA;
}
.ing-plus {
  color: #999999;
}
.ing-minus {
  color: #B84C4C;
}
.js-cart-action-container button {
  color: #FFFFFF;
}
.address-error-box {
  color: #FFFFFF;
  background-color: #52A5BB;
}
.specify-address-button,
.save-specific-address-button {
  color: #FFFFFF;
}
.specify-address-button:disabled,
.save-specific-address-button:disabled {
  background-image: linear-gradient(#676767, #676767);
  cursor: not-allowed;
}
.cart-tringel-select-btn {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  transition: 0.2s background-color, color;
  cursor: pointer;
}
.cart-tringel-select-btn:hover {
  background-color: rgba(0, 0, 0, 0.10);
}
.cart-tringel-select-btn.active {
  background-color: #000000;
  color: #FFFFFF;
}
.bonus-points-controller {
  background-color: #FFFFFF;
}
.bonus-points-value {
  color: #999999;
}
.package-item-cart {
  background-image: url("/ui/system/icons/gray/package.svg");
}
.cart-box .item-change-btn {
  background-color: #FFFFFF;
}
.online-payment-content a {
  background-color: #51B84B;
  color: #FFFFFF;
}
.cart-extras-info.info {
  border: 1px solid #52A5BB;
  color: #52A5BB;
}
.cart-extras-info.bonus {
  border: 1px solid #51B84B;
  color: #51B84B;
}
.cart-extras-info.warning {
  border: 1px solid #B84C4C;
  color: #B84C4C;
}

/************************ CUPONS ********************************/
.actions-container .cart-price-column.coupon-cart {
  background-image: url("/ui/system/icons/gray/cupons.svg");
}
.actions-container .cart-price-column.cart-bonus {
  background-image: url("/ui/system/icons/gray/star.svg");
}
.actions-container .cart-price-column.coupon-cart,
.actions-container .cart-price-column.cart-bonus {
  background-color: rgba(216, 219, 69, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.actions-container .cart-bonus .cart-col-name,
.actions-container .cart-bonus .cart-col-value {
  color: #676767;
}
.set-coupon-btn,
input[type="submit"].set-coupon-btn,
input[type="button"].set-coupon-btn,
button.set-coupon-btn {
  background-color: #999999;
  color: #FFFFFF;
}
.coupon-delete-btn {
  background-color: #B84C4C;
  background-image: url("/ui/system/icons/white/delete.svg");
}

/*********************** WHISPERER **********************************/
.ui-autocomplete {
  background-color: #FFFFFF;
  border-color: #CCCCCC;
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ui-state-hover,
.ui-state-active {
  background-color: rgba(0, 0, 0, 0.1);
}

/******************************************************** TRANSPORT&PAY ****************************************************/

.select-content-box,
.js-address-container {
  background-color: #FFFFFF;
}
.configurator-item-price {
  background-color: #FFFFFF;
}
.configurator-item-price span {
  color: #999999;
}
.select-btn-img {
  background-image: url("/ui/system/icons/white/plus.svg");
}
.configurator-contain-ingredients {
  border-bottom: 1px solid #EAEAEA;
}

/************************************************************ REVIEWS ********************************************************/

.review-content-reply {
}
.review-content-reply {
  color: #FFFFFF;
}
.review-content {
  background-color: #FFFFFF;
}
.review-user-img {
  border: 2vw solid #EAEAEA;
}

/************************************************************ Orders history *************************************************/

.order-his-top {
}
.order-his-date {
  border-right: 0.3vw solid #EAEAEA;
  border-bottom: 0.3vw solid #EAEAEA;
}
.order-his-status {
  border-bottom: 0.3vw solid #EAEAEA;
}
.order-success {
  color: #999999;
}
.order-pending {
  color: #919191;
}
.order-reject {
  color: #B84C4C;
}
.order-his-adress {
  background-image: url("/ui/system/icons/gray/pointer.svg");
}
.order-his-product:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1);
}
.order-price {
  color: #999999;
}
.order-extended {
  color: #999999;
}
.order-his-bottom {
  border-top: 0.3vw solid #EAEAEA;
}
.order-his-price h4 {
  color: #999999;
}
.order-his-btn button {
  background-color: transparent;
}

/******************************************************* RECOMENDED PRODUCTS *****************************************************/

.recomend-product::after {
  background: -webkit-linear-gradient(
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.recomend-product-desc {
  color: #FFFFFF;
}

/******************************************************* FILTER BOX *****************************************************/

button.filter-products-btn {
  color: #676767;
  border: 1px solid #676767;
  background-image: url("/ui/system/icons/gray/magnify.svg");
}
.filter-products-btn.gradient-btn {
  background-color: transparent;
}
.filter-products-content {
  border-bottom: 1px solid #EAEAEA;
}
input[type="text"].search-filter-input {
  background-color: transparent;
}
.search-box {
  background-color: rgba(0, 0, 0, 0.04);
}

/******************************************************* CHECKBOX - FILTER *****************************************************/

.filter-checkbox span {
}
.filter-checkbox {
  border-bottom: 1px solid #676767;
}
.toggle .toggle-control {
  border: 1px solid #8E8E93;
  background-color: rgba(0, 0, 0, 0.06);
}
.toggle .toggle-control:after {
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 3px 2px rgba(0, 0, 0, 0.1);
}
.toggle input:checked + .toggle-control {
  background-image: url("/ui/system/icons/white/correct.svg");
  border-color: #000000;
  background-color: #000000;
}

/*******************************************************   ALERGENS    **********************************************************/

.alergen-content h1 {
  color: #000000;
  border: 0.5vw solid #000000;
}
.alergen-content h3 {
  color: #000000;
}
.alergen-content p {
}

/**************************************************   NO - FILL    ******************************************************/

.no-favorite-icon {
  background-image: url("/ui/system/images/photos/no_favorite.png");
}
.no-cart-icon {
  background-image: url("/ui/system/images/photos/no_cart.png");
}
.no-orders-icon {
  background-image: url("/ui/system/images/photos/no_history.png");
}
.gallery-empty-msg {
  background-image: url("/ui/system/images/photos/no_photos.png");
}
.no-news-icon {
  background-image: url("/ui/system/images/photos/no_news.png");
}

/*******************************************************   TUTORIAL    **********************************************************/

.data-tutorial-priority-5 .item-info-panel,
.data-tutorial-priority-5 .add-cart-column {
}
.tutorial-body .item-buy-btn {
  border: none;
}
.tutorial-body .item-buy-btn-icon {
  background-image: url("/ui/system/icons/white/arrow_right.svg");
}
.tutorial-body .item-info-btn select {
  border: 1.5px solid #FFFFFF;
}
.tutorial-body .add-cart-column {
  background-color: #FFFFFF;
}
.tutorial-body .all-icon {
  background-image: url("/ui/system/icons/gray/food_all.svg");
}
.tutorial-body .meat-icon {
  background-image: url("/ui/system/icons/gray/burger.svg");
}
.tutorial-body .vegetable-icon {
  background-image: url("/ui/system/icons/gray/vegetable.svg");
}
.tutorial-body .fruit-icon {
  background-image: url("/ui/system/icons/gray/fruits.svg");
}
.tutorial-body .other-icon {
  background-image: url("/ui/system/icons/gray/attachments.svg");
}
.tutorial-body input,
.tutorial-body textarea,
.tutorial-body select {
  color: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/************************************************   MultiAPP    **********************************************************/
.multiapp-col {
  background-color: rgba(255, 255, 255, 0.05);
}
.multiapp-box {
  background-color: rgba(30, 30, 30, 0.9);
}
a.multiapp-href span {
  color: #FFFFFF;
}
.multiapp-description {
  color: #FFFFFF;
}

/********************************************** ITEM SHARE ******************************************/
.item-bg-image:after {
  background: -webkit-linear-gradient(
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.item-social {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.1);
}
.item-social .item-info-panel {
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}
a.item-eshop-btn {
  color: #FFFFFF;
}

/******************************* CONFIGURATOR **********************************/

.overlay-enhancement-box.configurator-layout .overlay-enhancement-content {
  border-right: 1px solid #EAEAEA;
  border-radius: 0;
}
.configurator-enhancement-content {
  background-color: #FFFFFF;
}
.contain-ingredient {
  background-color: rgba(255, 255, 255, 0.9);
}
.contain-ingredient-delete-btn {
  background-image: url("/ui/system/icons/red/delete.svg");
}
.configurator-render-box {
  background-color: #FFFFFF;
}
.configurator-render-box .delete-btn {
  cursor: pointer;
}

/************************ CONTENT - COOKIES - BOX ************************/
.edit-cookies-btn {
  color: #fff;
}
#cc-main .pm__btn {
	--cc-btn-primary-bg: linear-gradient(to top right, #000000, #000000);
  --cc-btn-primary-hover-bg: linear-gradient(to top right, #000000, #000000);
	--cc-btn-secondary-bg: linear-gradient(to top right, #000000, #000000);
  --cc-btn-secondary-hover-bg: linear-gradient(to top right, #000000, #000000);
}
#cc-main .section__toggle:checked~.toggle__icon,
#cc-main .section__toggle:checked:disabled~.toggle__icon {
	--cc-toggle-readonly-bg: #000000;
	--cc-toggle-on-bg: #000000;
}

/******************************************* LANGUAGE MODULE ************************************/
.dropdown-content {
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.dropdown-content a {
  color: #FFFFFF;
}
.lang-dropdown a:hover {
  background-color: #000000;
}
.dropbtn {
  color: #FFFFFF;
}
.goog-te-gadget .goog-te-combo {
  background-image: url("/ui/system/icons/white/arrow_bottom.svg");
  color: #FFFFFF;
}
.goog-te-gadget .goog-te-combo option {
  color: #000000;
}
.translator-box {
  background-color: #111111;
  /*! display: none; */
}

/********************************************** RESPONZIVE PC ******************************************/

@media (orientation: landscape) {
  /*********ICONS*********/

  button.menu-hide-btn {
    background-image: url("/ui/system/icons/white/delete.svg");
  }
  .orders-icon {
    background-image: url("/ui/system/icons/white/orders.svg");
  }
  .favorite-food {
    background-image: url("/ui/system/icons/white/heart.svg");
  }
  .favorite-food:hover {
    background-image: url("/ui/system/icons/white/heart_active.svg");
  }
  .bottom-btn-cart.empty {
    background-image: url("/ui/system/icons/white/cart_empty.svg");
  }
  .customer-icon {
    background-image: url("/ui/system/icons/white/customer.svg");
  }

  /******** END ********/

  .points,
  .points h4 {
    color: #FFFFFF;
  }
  a {
    color: #000000;
  }
  a.btn-href {
    color: #FFFFFF;
  }
  input[type="submit"] {
    color: #FFFFFF;
  }
  .menu-logo {
  }
  button.toppanel-btn {
    background-color: transparent;
  }
  li.menu-btn:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .swiper-pagination-bullet {
    border: 1px solid #1D1D1D;
  }
  .swiper-pagination-bullet-active {
  }
  .swiper-pagination-bullet:hover {
  }
  .item-buy-btn {
    border: 1.5px solid #1D1D1D;
  }

  /************************************************ ICONS ************************************/

  .reservation-header-tables_form {
    background-image: url(/ui/system/images/photos/pc_reservation_table.jpg);
  }
  .reservation-header-room_form {
    background-image: url(/ui/system/images/photos/pc_reservation_hotel.jpg);
  }
  .reservation-header-bowling_form {
    background-image: url(/ui/system/images/photos/pc_reservation_bowling.jpg);
  }
  .reservation-header-squash_form {
    background-image: url(/ui/system/images/photos/pc_reservation_squash.jpg);
  }

  /***************************** EXTENDED MENU ***************************/
  .extended-menu {
    color: #676767;
  }

  /************************************************************* BOTTOM-line *************************************************/

  .bottom-panel {
    background-color: transparent;
  }
  .bottom-btn-cart {
    background-color: transparent;
    background-image: url("/ui/system/icons/orange/cart.svg");
  }
  .bottom-btn-cart h4 {
    color: #000000;
  }

  .menu-btn.account {
  }
  .extended-menu {
    background-color: transparent;
  }
  .food-type-button,
  button.filter-products-btn {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  }
  .filter-products-btn.gradient-btn {
    background-color: #FFFFFF;
  }
  .food-type-button:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  button.filter-products-btn {
    border: none;
  }
  li.banner-point {
    border: 2px solid #FFFFFF;
  }
  .product-detail {
    background-color: transparent;
  }
  .item-detail-photo-content::after {
    background: -webkit-linear-gradient(
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.1) 50%
    );
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%);
  }
  .alergen-type {
    border: 1px solid #676767;
    border-radius: 360%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    float: left;
    margin: 2.5px;
    font-size: 0.8em;
  }
  .account-info-circle {
    border: 1px solid #000000;
  }
  .gallery-photo-detail::after {
    background: -webkit-linear-gradient(
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .extended-menu-taste {
    border-top: 0px solid #EAEAEA;
  }

  /********************** FILTER *******************************/
  .search-filter-btn {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  }

  /***************************************************************** NEWS *****************************************************/

  .new-box {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .new-column {
    background-color: transparent;
  }
  .news-content {
    background-color: #FFFFFF;
  }

  /***************************************************************** CONTACT *****************************************************/

  .contact-form-content textarea {
  }

  /************************************************************* ITEM-DETAIL ***************************************/
  .item-detail-box .item-info-panel {
    background-color: #FFFFFF;
    border-bottom: 1px solid #EAEAEA;
  }
  .item-detail-box .item-info-btn {
  }
  .item-detail-box .item-detail-photo-content h4 {
    color: #000000;
    background-color: #FFFFFF;
  }
  button.favorite {
  }
  .item-detail-desc-box {
    border-top: none;
  }
  .add-cart-column {
    background-color: #FFFFFF;
  }
  .item-detail-box .add-cart-column {
    background-color: transparent;
  }
  .add-cart-quantity {
  }
  .social-box {
    background-color: #FFFFFF;
    border-bottom: 1px solid #EAEAEA;
  }
  .social-btn {
  }
  .review-content-reply {
  }
  .review-content-reply {
    color: #FFFFFF;
  }
  .review-content {
    background-color: #FFFFFF;
  }
  .review-user-img {
    border: 5px solid #EAEAEA;
  }
  .favorite-items-box .item-info-btn:nth-child(3) {
    background-color: #FFFFFF;
  }

  /***************************************************************** GALLERY *****************************************************/

  .gallery-content::before {
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url("/ui/system/icons/white/photo.svg");
  }

  /************************************************************ TRANSPORT&PAY ******************************************/

  .select-price {
    color: #999999;
  }

  /********************************************************** Orders history **************************************/

  .order-his-column {
    border: none;
  }
  .order-his-date {
    border: none;
  }
  .order-his-status {
    border: none;
  }
  .order-success {
    color: #999999;
  }
  .order-pending {
    color: #919191;
  }
  .order-reject {
    color: #B84C4C;
  }
  .order-price {
    color: #999999;
  }
  .order-extended {
    color: #999999;
  }
  .order-his-bottom {
    border: none;
  }
  .order-his-price h4 {
    color: #999999;
  }
  .order-his-btn button {
    background-color: transparent;
  }

  /********************************************************** CART ********************************************************/

  .cart-inform-column {
  }
  .cart-items .item-info-panel {
    border: none;
  }
  .cart-items .item-photo-content-bottom h4 {
    color: #000000;
    background-color: #FFFFFF;
  }
  .cart-items .item-photo-content-bottom {
    background: none;
  }

  /*******************************************************   ALERGENS    **********************************************************/

  .alergen-content h1 {
    border: 1px solid #000000;
  }

  /********************************************** ITEM SHARE ******************************************/
  .item-bg-image:after {
    background: -webkit-linear-gradient(
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 1) 100%
    );
  }
  .item-social {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .item-social .item-info-panel {
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
  }

  /******************************************* FOOTER???? OLD KING FIX *******************************/
  .footer-center-column a {
    color: #FFFFFF;
    transition: 0.3s;
  }
  .footer-center-column a:hover {
    color: #999999;
    transition: 0.3s;
  }

  /****************************************** SOCIAL LINKS *************************************/
  .social-icon-fb {
    background-image: url(/ui/system/icons/white/facebook.svg);
  }
  .social-icon-instagram {
    background-image: url(/ui/system/icons/white/instagram.svg);
  }
  .social-icon-twitter {
    background-image: url(/ui/system/icons/white/twitter.svg);
  }
  .social-icon-google_companies {
    background-image: url(/ui/system/icons/white/google_companies.svg);
  }
  .social-icon-seznam_firmy {
    background-image: url(/ui/system/icons/white/seznam_firmy.svg);
  }

  /************************************** LANGUAGUE MODULE **************************************/

  .translator-box {
    background-color: transparent;
  }

  /********************************************** FOOTER ******************************************/
  .footer-33-col {
    color: #FFFFFF;
  }
  .footer-info-btn {
    color: #FFFFFF;
  }
  .appstore {
    background-image: url("/ui/system/icons/white/app_store.png");
  }
  .googleplay {
    background-image: url("/ui/system/icons/white/google_play.png");
  }
  .footer-select-factory-icon {
    background-image: url(/ui/system/icons/white/arrow_right.svg);
  }
  .footer-select-factory {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
  }
  footer .open-hours-content {
    border-top: 0px solid #EAEAEA;
    background-color: transparent;
  }
  footer .open-hours-D {
    border-right: 0px solid #EAEAEA;
  }
  .footer-author a {
    color: #FFFFFF;
  }

  .bottom-btn-cart::before {
    border-radius: 10px;
    background-image: linear-gradient(to top right, #000000, #000000);
  }
  .bottom-btn-cart::after {
    border-radius: 10px;
    border: 1px solid #000000;
  }
  .bottom-btn-cart.empty h4 {
    background-image: url("/ui/system/icons/white/cart_empty.svg");
  }
  .bottom-btn-cart h4 {
    background-image: url("/ui/system/icons/white/cart.svg");
  }
  .bottom-btn-cart h4 {
    color: #FFFFFF;
  }
}

/******************** Timed Orders ******************/
.timed-order-wrapper {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 30%);
}
.timed-order-wrapper .day-select-row .day {
	color: #313030;
}
.timed-order-wrapper .day-select-row .day:hover {
	background-color: #EAEAEA;
}
.timed-order-wrapper .day-select-row .day.active {
	color: #FFFFFF;
	background-color: #000000;
  box-shadow: 0px 0px 2px 0px #000000;
}
.timed-order-wrapper .time-select-container .time-select {
	border: 1px solid #313030;
}
.timed-order-wrapper .time-select-container .time-select.disabled {
	border-color: #999999;
}
.timed-order-wrapper .time-select-container .time-select.eco {
	color: #85BB36;
	border-color: #85BB36;
	background-image: url("/ui/system/icons/green/eco.png");
}
.timed-order-wrapper .time-select-container .time-select.eco:hover,
.timed-order-wrapper .time-select-container .time-select.eco.active {
	background-image: url("/ui/system/icons/white/eco.png");
}
.timed-order-wrapper .time-select-container .time-select.active,
.timed-order-wrapper .time-select-container .time-select:hover {
	/*background-color: #85BB36;*/
	border-color: #000000;
	box-shadow: 0px 0px 2px 0px #000000;
	color: #FFFFFF;
  background-color: #000000;
}
.timed-order-wrapper .eco-message {
	background-image: url("/ui/system/icons/green/eco.png");
}
.set-user-location-button {
  background-color: transparent;
}
.set-user-location-button:disabled {
  cursor: default;
}
.set-user-location-button::before {
  background-image: url('/ui/system/icons/gray/current-location.svg');
  opacity: 0.4;
}
.set-user-location-button.is-loading::before {
  background-image: url('/ui/system/icons/gray/repeat_arrow.svg');
  animation: 1s order-tracking-rotate linear infinite;
}
.overlay-specify-address-content .set-user-location-button {
  background-color: #FFFFFF;
  box-shadow: 0 1px 5px rgba(0,0,0,0.65);
}
.overlay-specify-address-content .save-specific-address-button {
  color: #FFFFFF;
}
.overlay-specify-address-content .specify-address-message {
  color: #B84C4C;
  border: 1px solid #B84C4C;
}/**
 * Swiper 4.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 18, 2017
 */
.swiper-container,.swiper-container-multi{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%; z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination,.swiper-pagination-multi{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{display:inline-block;border-radius:100%;}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/* 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;
}
/* 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,
.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;
	}

.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-tile {
	will-change: opacity;
	}
.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;
	}
.leaflet-zoom-anim .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: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	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 {
	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;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.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;
	font-size: 11px;
	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 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-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;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.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-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	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;
	}
.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px rgba(0,0,0,.1)}@media (forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}.maplibregl-ctrl button:not(:disabled):hover{background-color:rgb(0 0 0/5%)}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media (forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:hsla(0,0%,100%,.5);margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:hsla(0,0%,100%,.5);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:rgb(0 0 0/5%)}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:rgba(0,0,0,.75);text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:hsla(0,0%,100%,.75);border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:rgb(0 0 0/5%)}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.1);padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px rgba(0,0,0,.35);box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:rgba(0,0,0,.4);color:#fff;display:flex;font-size:1.4em;inset:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media (hover:none),(width <= 480px){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}
.mapboxgl-ctrl-group:not(:empty), .maplibregl-ctrl-group:not(:empty) {
  box-shadow: 0 0 6px 2px rgb(0 0 0 / 8%);
}


.mapboxgl-ctrl-group, .maplibregl-ctrl-group {
  background: #fff;
  border-radius: 3px;
}


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

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

/* We do not want opacity to be lowered when buttons are disabled */
.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon {
  opacity: 1;
}

/* Hovering adds a blue hue */
.mapboxgl-ctrl .mapboxgl-ctrl-icon:hover,.maplibregl-ctrl .maplibregl-ctrl-icon:hover
{
  filter: invert(39%) sepia(77%) saturate(909%) hue-rotate(182deg) brightness(89%) contrast(85%);
}


.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9.5%2C9.25)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7%2C13.75C6.737%2C13.75%206.509%2C13.653%206.315%2C13.46C6.122%2C13.266%206.025%2C13.038%206.025%2C12.775L6.025%2C8.225L1.475%2C8.225C1.212%2C8.225%200.984%2C8.128%200.79%2C7.935C0.597%2C7.741%200.5%2C7.513%200.5%2C7.25C0.5%2C6.987%200.597%2C6.759%200.79%2C6.565C0.984%2C6.372%201.212%2C6.275%201.475%2C6.275L6.025%2C6.275L6.025%2C1.725C6.025%2C1.462%206.122%2C1.234%206.315%2C1.04C6.509%2C0.847%206.737%2C0.75%207%2C0.75C7.263%2C0.75%207.491%2C0.847%207.685%2C1.04C7.878%2C1.234%207.975%2C1.462%207.975%2C1.725L7.975%2C6.275L12.525%2C6.275C12.788%2C6.275%2013.016%2C6.372%2013.21%2C6.565C13.403%2C6.759%2013.5%2C6.987%2013.5%2C7.25C13.5%2C7.513%2013.403%2C7.741%2013.21%2C7.935C13.016%2C8.128%2012.788%2C8.225%2012.525%2C8.225L7.975%2C8.225L7.975%2C12.775C7.975%2C13.038%207.878%2C13.266%207.685%2C13.46C7.491%2C13.653%207.263%2C13.75%207%2C13.75Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}


.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9.5%2C15.25)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.475%2C2.225C1.212%2C2.225%200.984%2C2.128%200.79%2C1.935C0.597%2C1.741%200.5%2C1.513%200.5%2C1.25C0.5%2C0.987%200.597%2C0.759%200.79%2C0.566C0.984%2C0.372%201.212%2C0.275%201.475%2C0.275L12.525%2C0.275C12.788%2C0.275%2013.016%2C0.372%2013.21%2C0.566C13.403%2C0.759%2013.5%2C0.987%2013.5%2C1.25C13.5%2C1.513%2013.403%2C1.741%2013.21%2C1.935C13.016%2C2.128%2012.788%2C2.225%2012.525%2C2.225L1.475%2C2.225Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}


.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon
{
  /* Custom based on Google compass icon but without the circle */
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C-3.24298%2C2.63257)%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22matrix(1.20712%2C0%2C0%2C1.20712%2C14.9145%2C2.51292)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2.5%2C9.406L0%2C9.406L4%2C17.875L8%2C9.406L5.5%2C9.406C5.483%2C10.22%204.818%2C10.875%204%2C10.875C3.182%2C10.875%202.517%2C10.22%202.5%2C9.406Z%22%20style%3D%22fill%3Argb(29%2C50%2C98)%3Bfill-opacity%3A0.35%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22matrix(1.20712%2C0%2C0%2C1.20712%2C14.9145%2C2.51292)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4%2C0.938L0%2C9.406L2.5%2C9.406L2.5%2C9.375C2.5%2C8.547%203.172%2C7.875%204%2C7.875C4.828%2C7.875%205.5%2C8.547%205.5%2C9.375L5.5%2C9.406L8%2C9.406L4%2C0.938Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}


.mapboxgl-ctrl-group button,.maplibregl-ctrl-group button
{
  height: 33px;
  width: 33px;
}


.mapboxgl-ctrl-group button+button,.maplibregl-ctrl-group button+button
{
  border-top: 1px solid #0000001c;
}


@keyframes blinker {
  50% {
    opacity: 0.3;
  }
}

/* Geolocate button: default button state before being clicked */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9.50001%2C9.25)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.673%2C8.577L0.567%2C6.51C0.391%2C6.443%200.253%2C6.335%200.152%2C6.186C0.051%2C6.037%200%2C5.868%200%2C5.68C0%2C5.49%200.051%2C5.325%200.152%2C5.183C0.253%2C5.041%200.391%2C4.936%200.567%2C4.869L12.846%2C0.31C13.021%2C0.242%2013.187%2C0.232%2013.343%2C0.279C13.498%2C0.326%2013.629%2C0.404%2013.738%2C0.513C13.846%2C0.621%2013.924%2C0.752%2013.971%2C0.907C14.018%2C1.063%2014.008%2C1.229%2013.94%2C1.404L9.381%2C13.703C9.3%2C13.892%209.186%2C14.031%209.037%2C14.119C8.888%2C14.206%208.732%2C14.25%208.57%2C14.25C8.408%2C14.25%208.253%2C14.203%208.104%2C14.108C7.956%2C14.013%207.841%2C13.879%207.76%2C13.703L5.673%2C8.577ZM8.53%2C11.11L11.691%2C2.559L3.14%2C5.72L6.991%2C7.259L8.53%2C11.11Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}


/* Geolocate button: searching for location */
.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon {
  animation: blinker 1s linear infinite;
}

/* Geolocate button: permission was not granted */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9.50001%2C9.25)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.673%2C8.577L0.567%2C6.51C0.391%2C6.443%200.253%2C6.335%200.152%2C6.186C0.051%2C6.037%200%2C5.868%200%2C5.68C0%2C5.49%200.051%2C5.325%200.152%2C5.183C0.253%2C5.041%200.391%2C4.936%200.567%2C4.869L12.846%2C0.31C13.021%2C0.242%2013.187%2C0.232%2013.343%2C0.279C13.498%2C0.326%2013.629%2C0.404%2013.738%2C0.513C13.846%2C0.621%2013.924%2C0.752%2013.971%2C0.907C14.018%2C1.063%2014.008%2C1.229%2013.94%2C1.404L9.381%2C13.703C9.3%2C13.892%209.186%2C14.031%209.037%2C14.119C8.888%2C14.206%208.732%2C14.25%208.57%2C14.25C8.408%2C14.25%208.253%2C14.203%208.104%2C14.108C7.956%2C14.013%207.841%2C13.879%207.76%2C13.703L5.673%2C8.577ZM8.53%2C11.11L11.691%2C2.559L3.14%2C5.72L6.991%2C7.259L8.53%2C11.11Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(0.598546%2C0.598546%2C-0.707107%2C0.707107%2C11.7313%2C1.9674)%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20x%3D%226.516%22%20y%3D%223.78%22%20width%3D%2219.271%22%20height%3D%220.716%22%20style%3D%22fill%3Argb(229%2C0%2C0)%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

/* Geolocate button: location is active */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9.50001%2C8.89492)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.673%2C8.932L0.567%2C6.865C0.391%2C6.798%200.253%2C6.69%200.152%2C6.541C0.051%2C6.392%200%2C6.223%200%2C6.035C0%2C5.846%200.051%2C5.68%200.152%2C5.538C0.253%2C5.396%200.391%2C5.291%200.567%2C5.224L12.846%2C0.665C13.021%2C0.597%2013.187%2C0.587%2013.343%2C0.634C13.498%2C0.682%2013.629%2C0.759%2013.738%2C0.868C13.846%2C0.976%2013.924%2C1.107%2013.971%2C1.262C14.018%2C1.418%2014.008%2C1.584%2013.94%2C1.759L9.381%2C14.059C9.3%2C14.247%209.186%2C14.386%209.037%2C14.474C8.888%2C14.561%208.732%2C14.605%208.57%2C14.605C8.408%2C14.605%208.253%2C14.558%208.104%2C14.463C7.956%2C14.368%207.841%2C14.233%207.76%2C14.059L5.673%2C8.932Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

/* Geolocate button: an error occured */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9.50001%2C8.89492)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.673%2C8.932L0.567%2C6.865C0.391%2C6.798%200.253%2C6.69%200.152%2C6.541C0.051%2C6.392%200%2C6.223%200%2C6.035C0%2C5.846%200.051%2C5.68%200.152%2C5.538C0.253%2C5.396%200.391%2C5.291%200.567%2C5.224L12.846%2C0.665C13.021%2C0.597%2013.187%2C0.587%2013.343%2C0.634C13.498%2C0.682%2013.629%2C0.759%2013.738%2C0.868C13.846%2C0.976%2013.924%2C1.107%2013.971%2C1.262C14.018%2C1.418%2014.008%2C1.584%2013.94%2C1.759L9.381%2C14.059C9.3%2C14.247%209.186%2C14.386%209.037%2C14.474C8.888%2C14.561%208.732%2C14.605%208.57%2C14.605C8.408%2C14.605%208.253%2C14.558%208.104%2C14.463C7.956%2C14.368%207.841%2C14.233%207.76%2C14.059L5.673%2C8.932Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(0.598546%2C0.598546%2C-0.707107%2C0.707107%2C11.7313%2C1.9674)%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20x%3D%226.516%22%20y%3D%223.78%22%20width%3D%2219.271%22%20height%3D%220.716%22%20style%3D%22fill%3Argb(229%2C0%2C0)%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

/* Geolocate button: searching location */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M10.685%2C14.817L22.511%2C10.669L18.217%2C22.082L15.824%2C17.233L10.685%2C14.817Z%22%20style%3D%22fill%3Argb(29%2C50%2C98)%3Bfill-opacity%3A0.2%3B%22%2F%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9.50001%2C9.25)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.673%2C8.577L0.567%2C6.51C0.391%2C6.443%200.253%2C6.335%200.152%2C6.186C0.051%2C6.037%200%2C5.868%200%2C5.68C0%2C5.49%200.051%2C5.325%200.152%2C5.183C0.253%2C5.041%200.391%2C4.936%200.567%2C4.869L12.846%2C0.31C13.021%2C0.242%2013.187%2C0.232%2013.343%2C0.279C13.498%2C0.326%2013.629%2C0.404%2013.738%2C0.513C13.846%2C0.621%2013.924%2C0.752%2013.971%2C0.907C14.018%2C1.063%2014.008%2C1.229%2013.94%2C1.404L9.381%2C13.703C9.3%2C13.892%209.186%2C14.031%209.037%2C14.119C8.888%2C14.206%208.732%2C14.25%208.57%2C14.25C8.408%2C14.25%208.253%2C14.203%208.104%2C14.108C7.956%2C14.013%207.841%2C13.879%207.76%2C13.703L5.673%2C8.577ZM8.53%2C11.11L11.691%2C2.559L3.14%2C5.72L6.991%2C7.259L8.53%2C11.11Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

/* Geolocate button: an error occured while searching */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9.50001%2C8.89492)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.673%2C8.932L0.567%2C6.865C0.391%2C6.798%200.253%2C6.69%200.152%2C6.541C0.051%2C6.392%200%2C6.223%200%2C6.035C0%2C5.846%200.051%2C5.68%200.152%2C5.538C0.253%2C5.396%200.391%2C5.291%200.567%2C5.224L12.846%2C0.665C13.021%2C0.597%2013.187%2C0.587%2013.343%2C0.634C13.498%2C0.682%2013.629%2C0.759%2013.738%2C0.868C13.846%2C0.976%2013.924%2C1.107%2013.971%2C1.262C14.018%2C1.418%2014.008%2C1.584%2013.94%2C1.759L9.381%2C14.059C9.3%2C14.247%209.186%2C14.386%209.037%2C14.474C8.888%2C14.561%208.732%2C14.605%208.57%2C14.605C8.408%2C14.605%208.253%2C14.558%208.104%2C14.463C7.956%2C14.368%207.841%2C14.233%207.76%2C14.059L5.673%2C8.932Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(0.598546%2C0.598546%2C-0.707107%2C0.707107%2C11.7313%2C1.9674)%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20x%3D%226.516%22%20y%3D%223.78%22%20width%3D%2219.271%22%20height%3D%220.716%22%20style%3D%22fill%3Argb(229%2C0%2C0)%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

/* Terrain control icon (disabled, to enable) */
.mapboxgl-ctrl button.mapboxgl-ctrl-terrain .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C8.00023%2C11)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.083%2C10.209C0.722%2C10.209%200.458%2C10.049%200.292%2C9.73C0.125%2C9.41%200.153%2C9.105%200.375%2C8.813L3.625%2C4.48C3.805%2C4.244%204.041%2C4.126%204.333%2C4.126C4.625%2C4.126%204.861%2C4.244%205.042%2C4.48L8.021%2C8.459L14.167%2C8.459L10.167%2C3.147L8.188%2C5.751L7.104%2C4.313L9.458%2C1.147C9.638%2C0.91%209.875%2C0.792%2010.167%2C0.792C10.458%2C0.792%2010.694%2C0.91%2010.875%2C1.147L16.625%2C8.813C16.847%2C9.105%2016.874%2C9.41%2016.708%2C9.73C16.541%2C10.049%2016.277%2C10.209%2015.917%2C10.209L1.083%2C10.209ZM2.833%2C8.459L5.833%2C8.459L4.333%2C6.459L2.833%2C8.459ZM2.833%2C8.459L5.833%2C8.459L2.833%2C8.459Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

/* Terrain control icon (enabled, to disable) */
.mapboxgl-ctrl button.mapboxgl-ctrl-terrain-enabled .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C7.99998%2C11)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.083%2C10.209C0.722%2C10.209%200.459%2C10.049%200.292%2C9.73C0.125%2C9.41%200.153%2C9.105%200.375%2C8.813L3.625%2C4.48C3.806%2C4.244%204.042%2C4.126%204.333%2C4.126C4.625%2C4.126%204.861%2C4.244%205.042%2C4.48L7.5%2C7.751C7.653%2C7.944%207.847%2C8.063%208.083%2C8.105C8.32%2C8.146%208.535%2C8.09%208.729%2C7.938C8.924%2C7.799%209.038%2C7.619%209.073%2C7.396C9.108%2C7.174%209.069%2C6.965%208.958%2C6.771L7.104%2C4.313L9.458%2C1.147C9.639%2C0.91%209.875%2C0.792%2010.167%2C0.792C10.458%2C0.792%2010.694%2C0.91%2010.875%2C1.147L16.625%2C8.813C16.847%2C9.105%2016.875%2C9.41%2016.708%2C9.73C16.541%2C10.049%2016.278%2C10.209%2015.917%2C10.209L1.083%2C10.209Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

/* Fullscreen control icon (disabled, to enable) */
.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon 
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9%2C9)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.875%2C5.042C0.639%2C5.042%200.434%2C4.955%200.26%2C4.781C0.087%2C4.608%200%2C4.403%200%2C4.167L0%2C0.875C0%2C0.639%200.087%2C0.434%200.26%2C0.26C0.434%2C0.087%200.639%2C0%200.875%2C0L4.167%2C0C4.403%2C0%204.608%2C0.087%204.781%2C0.26C4.955%2C0.434%205.042%2C0.639%205.042%2C0.875C5.042%2C1.111%204.955%2C1.316%204.781%2C1.49C4.608%2C1.663%204.403%2C1.75%204.167%2C1.75L2.958%2C1.75L4.875%2C3.667C5.042%2C3.834%205.122%2C4.031%205.115%2C4.26C5.108%2C4.489%205.021%2C4.687%204.854%2C4.854C4.687%2C5.021%204.486%2C5.104%204.25%2C5.104C4.014%2C5.104%203.813%2C5.021%203.646%2C4.854L1.75%2C2.958L1.75%2C4.167C1.75%2C4.403%201.663%2C4.608%201.49%2C4.781C1.316%2C4.955%201.111%2C5.042%200.875%2C5.042ZM10.146%2C4.854C9.979%2C4.687%209.896%2C4.486%209.896%2C4.25C9.896%2C4.014%209.979%2C3.813%2010.146%2C3.646L12.042%2C1.75L10.833%2C1.75C10.597%2C1.75%2010.392%2C1.663%2010.219%2C1.49C10.045%2C1.316%209.958%2C1.111%209.958%2C0.875C9.958%2C0.639%2010.045%2C0.434%2010.219%2C0.26C10.392%2C0.087%2010.597%2C0%2010.833%2C0L14.125%2C0C14.361%2C0%2014.566%2C0.087%2014.74%2C0.26C14.913%2C0.434%2015%2C0.639%2015%2C0.875L15%2C4.167C15%2C4.403%2014.913%2C4.608%2014.74%2C4.781C14.566%2C4.955%2014.361%2C5.042%2014.125%2C5.042C13.889%2C5.042%2013.684%2C4.955%2013.51%2C4.781C13.337%2C4.608%2013.25%2C4.403%2013.25%2C4.167L13.25%2C2.958L11.333%2C4.875C11.166%2C5.042%2010.969%2C5.122%2010.74%2C5.115C10.511%2C5.108%2010.313%2C5.021%2010.146%2C4.854ZM10.833%2C15C10.597%2C15%2010.392%2C14.913%2010.219%2C14.74C10.045%2C14.566%209.958%2C14.361%209.958%2C14.125C9.958%2C13.889%2010.045%2C13.684%2010.219%2C13.51C10.392%2C13.337%2010.597%2C13.25%2010.833%2C13.25L12.021%2C13.25L10.125%2C11.354C9.958%2C11.187%209.875%2C10.986%209.875%2C10.75C9.875%2C10.514%209.965%2C10.306%2010.146%2C10.125C10.313%2C9.958%2010.517%2C9.875%2010.76%2C9.875C11.003%2C9.875%2011.208%2C9.958%2011.375%2C10.125L13.25%2C12.021L13.25%2C10.833C13.25%2C10.597%2013.337%2C10.392%2013.51%2C10.219C13.684%2C10.045%2013.889%2C9.958%2014.125%2C9.958C14.361%2C9.958%2014.566%2C10.045%2014.74%2C10.219C14.913%2C10.392%2015%2C10.597%2015%2C10.833L15%2C14.125C15%2C14.361%2014.913%2C14.566%2014.74%2C14.74C14.566%2C14.913%2014.361%2C15%2014.125%2C15L10.833%2C15ZM0.875%2C15C0.639%2C15%200.434%2C14.913%200.26%2C14.74C0.087%2C14.566%200%2C14.361%200%2C14.125L0%2C10.833C0%2C10.597%200.087%2C10.392%200.26%2C10.219C0.434%2C10.045%200.639%2C9.958%200.875%2C9.958C1.111%2C9.958%201.316%2C10.045%201.49%2C10.219C1.663%2C10.392%201.75%2C10.597%201.75%2C10.833L1.75%2C12.021L3.646%2C10.125C3.813%2C9.958%204.014%2C9.872%204.25%2C9.865C4.486%2C9.858%204.694%2C9.944%204.875%2C10.125C5.042%2C10.292%205.125%2C10.497%205.125%2C10.74C5.125%2C10.983%205.042%2C11.187%204.875%2C11.354L2.979%2C13.25L4.167%2C13.25C4.403%2C13.25%204.608%2C13.337%204.781%2C13.51C4.955%2C13.684%205.042%2C13.889%205.042%2C14.125C5.042%2C14.361%204.955%2C14.566%204.781%2C14.74C4.608%2C14.913%204.403%2C15%204.167%2C15L0.875%2C15Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

/* Fullscreen control icon (enabled, to disable) */
.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C8.49996%2C8.5)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.434%2C5.576C1.2%2C5.576%200.997%2C5.49%200.825%2C5.317C0.653%2C5.146%200.567%2C4.943%200.567%2C4.709C0.567%2C4.475%200.653%2C4.272%200.825%2C4.1C0.997%2C3.929%201.2%2C3.843%201.434%2C3.843L2.609%2C3.843L0.732%2C1.965C0.567%2C1.8%200.488%2C1.597%200.495%2C1.356C0.502%2C1.115%200.588%2C0.913%200.753%2C0.748C0.918%2C0.583%201.121%2C0.5%201.361%2C0.5C1.602%2C0.5%201.805%2C0.583%201.97%2C0.748L3.828%2C2.624L3.828%2C1.449C3.828%2C1.215%203.913%2C1.012%204.085%2C0.84C4.257%2C0.668%204.46%2C0.582%204.694%2C0.582C4.928%2C0.582%205.131%2C0.668%205.302%2C0.84C5.475%2C1.012%205.561%2C1.215%205.561%2C1.449L5.561%2C4.709C5.561%2C4.943%205.475%2C5.146%205.302%2C5.317C5.131%2C5.49%204.928%2C5.576%204.694%2C5.576L1.434%2C5.576ZM14.557%2C5.576L11.296%2C5.576C11.063%2C5.576%2010.86%2C5.49%2010.688%2C5.317C10.516%2C5.146%2010.43%2C4.943%2010.43%2C4.709L10.43%2C1.449C10.43%2C1.215%2010.516%2C1.012%2010.688%2C0.84C10.86%2C0.668%2011.063%2C0.582%2011.296%2C0.582C11.531%2C0.582%2011.734%2C0.668%2011.906%2C0.84C12.077%2C1.012%2012.163%2C1.215%2012.163%2C1.449L12.163%2C2.624L14.041%2C0.748C14.206%2C0.583%2014.409%2C0.5%2014.65%2C0.5C14.89%2C0.5%2015.093%2C0.583%2015.258%2C0.748C15.423%2C0.913%2015.506%2C1.115%2015.506%2C1.356C15.506%2C1.597%2015.423%2C1.8%2015.258%2C1.965L13.381%2C3.843L14.557%2C3.843C14.791%2C3.843%2014.994%2C3.929%2015.166%2C4.1C15.338%2C4.272%2015.424%2C4.475%2015.424%2C4.709C15.424%2C4.943%2015.338%2C5.146%2015.166%2C5.317C14.994%2C5.49%2014.791%2C5.576%2014.557%2C5.576ZM0.753%2C15.252C0.588%2C15.087%200.506%2C14.888%200.506%2C14.654C0.506%2C14.42%200.588%2C14.221%200.753%2C14.056L2.63%2C12.178L1.434%2C12.178C1.2%2C12.178%200.997%2C12.092%200.825%2C11.921C0.653%2C11.749%200.567%2C11.546%200.567%2C11.312C0.567%2C11.078%200.653%2C10.875%200.825%2C10.703C0.997%2C10.531%201.2%2C10.445%201.434%2C10.445L4.694%2C10.445C4.928%2C10.445%205.131%2C10.531%205.302%2C10.703C5.475%2C10.875%205.561%2C11.078%205.561%2C11.312L5.561%2C14.572C5.561%2C14.806%205.475%2C15.009%205.302%2C15.181C5.131%2C15.353%204.928%2C15.439%204.694%2C15.439C4.46%2C15.439%204.257%2C15.353%204.085%2C15.181C3.913%2C15.009%203.828%2C14.806%203.828%2C14.572L3.828%2C13.376L1.95%2C15.252C1.785%2C15.418%201.585%2C15.5%201.351%2C15.5C1.118%2C15.5%200.918%2C15.418%200.753%2C15.252ZM11.296%2C15.439C11.063%2C15.439%2010.86%2C15.353%2010.688%2C15.181C10.516%2C15.009%2010.43%2C14.806%2010.43%2C14.572L10.43%2C11.312C10.43%2C11.078%2010.516%2C10.875%2010.688%2C10.703C10.86%2C10.531%2011.063%2C10.445%2011.296%2C10.445L14.557%2C10.445C14.791%2C10.445%2014.994%2C10.531%2015.166%2C10.703C15.338%2C10.875%2015.424%2C11.078%2015.424%2C11.312C15.424%2C11.546%2015.338%2C11.749%2015.166%2C11.921C14.994%2C12.092%2014.791%2C12.178%2014.557%2C12.178L13.36%2C12.178L15.237%2C14.056C15.402%2C14.221%2015.485%2C14.42%2015.485%2C14.654C15.485%2C14.888%2015.402%2C15.087%2015.237%2C15.252C15.072%2C15.418%2014.873%2C15.5%2014.639%2C15.5C14.405%2C15.5%2014.206%2C15.418%2014.041%2C15.252L12.163%2C13.376L12.163%2C14.572C12.163%2C14.806%2012.077%2C15.009%2011.906%2C15.181C11.734%2C15.353%2011.531%2C15.439%2011.296%2C15.439Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

.maplibregl-ctrl-scale {
  background-color: hsla(0,0%,100%,.75);
  border: 1px solid #444952;
  border-top: #444952;
  box-sizing: border-box;
  color: #444952;
  font-size: 10px;
  padding: 0 5px;
  text-align: right;
  line-height: 14px;
}

.no-webgl-support-div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  padding: 10px;
  background: white;
  border-radius: 3px;
  color: #fb8600;
  text-align: center;
  font-family: sans-serif;
  font-weight: 300;
  font-size: 16px;
  max-width: calc(100% - 80px);
}
#cc-main{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;background:transparent;color:var(--cc-primary-color);font-size:16px;font-weight:400;line-height:1.15;position:relative;position:fixed;text-rendering:optimizeLegibility;z-index:var(--cc-z-index)}#cc-main :after,#cc-main :before,#cc-main a,#cc-main button,#cc-main div,#cc-main h2,#cc-main input,#cc-main p,#cc-main span{all:unset;box-sizing:border-box}#cc-main .pm__badge,#cc-main button{all:initial;box-sizing:border-box;color:unset;visibility:unset}#cc-main .pm__badge,#cc-main a,#cc-main button,#cc-main input{-webkit-appearance:none;appearance:none;cursor:pointer;font-family:inherit;font-size:100%;line-height:normal;margin:0;outline:revert;outline-offset:2px;overflow:hidden}#cc-main table,#cc-main tbody,#cc-main td,#cc-main th,#cc-main thead,#cc-main tr{all:revert;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit}:root{--cc-modal-border-radius:.5rem;--cc-btn-border-radius:.4rem;--cc-modal-transition-duration:.25s;--cc-link-color:var(--cc-btn-primary-bg);--cc-modal-margin:1rem;--cc-z-index:2147483647;--cc-bg:#fff;--cc-primary-color:#2c2f31;--cc-secondary-color:#5e6266;--cc-btn-primary-bg:#30363c;--cc-btn-primary-color:#fff;--cc-btn-primary-border-color:var(--cc-btn-primary-bg);--cc-btn-primary-hover-bg:#000;--cc-btn-primary-hover-color:#fff;--cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);--cc-btn-secondary-bg:#eaeff2;--cc-btn-secondary-color:var(--cc-primary-color);--cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);--cc-btn-secondary-hover-bg:#d4dae0;--cc-btn-secondary-hover-color:#000;--cc-btn-secondary-hover-border-color:#d4dae0;--cc-separator-border-color:#f0f4f7;--cc-toggle-on-bg:var(--cc-btn-primary-bg);--cc-toggle-off-bg:#667481;--cc-toggle-on-knob-bg:#fff;--cc-toggle-off-knob-bg:var(--cc-toggle-on-knob-bg);--cc-toggle-enabled-icon-color:var(--cc-bg);--cc-toggle-disabled-icon-color:var(--cc-bg);--cc-toggle-readonly-bg:#d5dee2;--cc-toggle-readonly-knob-bg:#fff;--cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);--cc-section-category-border:var(--cc-cookie-category-block-bg);--cc-cookie-category-block-bg:#f0f4f7;--cc-cookie-category-block-border:#f0f4f7;--cc-cookie-category-block-hover-bg:#e9eff4;--cc-cookie-category-block-hover-border:#e9eff4;--cc-cookie-category-expanded-block-bg:transparent;--cc-cookie-category-expanded-block-hover-bg:#dee4e9;--cc-overlay-bg:rgba(0,0,0,.65);--cc-webkit-scrollbar-bg:var(--cc-section-category-border);--cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);--cc-footer-bg:var(--cc-btn-secondary-bg);--cc-footer-color:var(--cc-secondary-color);--cc-footer-border-color:#e4eaed;--cc-pm-toggle-border-radius:4em}#cc-main.cc--rtl{direction:rtl}#cc-main .cm__title,#cc-main a,#cc-main b,#cc-main em,#cc-main strong{font-weight:600}#cc-main button>span{pointer-events:none}#cc-main .cc__link,#cc-main a{background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;font-weight:600;position:relative;transition:background-size .25s,color .25s ease}#cc-main .cc__link:hover,#cc-main a:hover{background-size:100% 1px;color:var(--cc-primary-color)}#cc-main .cc__link{color:var(--cc-link-color)}#cc-main .cm__desc,#cc-main .pm__body{overscroll-behavior:auto contain;scrollbar-width:thin}@media screen and (min-width:640px){#cc-main ::-webkit-scrollbar,#cc-main ::-webkit-scrollbar-thumb,#cc-main ::-webkit-scrollbar-track{all:revert}#cc-main ::-webkit-scrollbar-thumb{-webkit-background-clip:padding-box;background-clip:padding-box;background:var(--cc-toggle-readonly-bg);border:.25rem solid var(--cc-bg);border-radius:1rem}#cc-main ::-webkit-scrollbar-thumb:hover{background:var(--cc-toggle-off-bg)}#cc-main ::-webkit-scrollbar{background:transparent;width:12px}}html.disable--interaction.show--consent,html.disable--interaction.show--consent body{height:auto!important;overflow:hidden!important}@media (prefers-reduced-motion){#cc-main{--cc-modal-transition-duration:0s}}.cc--darkmode{--cc-bg:#161a1c;--cc-primary-color:#ebf3f6;--cc-secondary-color:#aebbc5;--cc-btn-primary-bg:#c2d0e0;--cc-btn-primary-color:var(--cc-bg);--cc-btn-primary-border-color:var(--cc-btn-primary-bg);--cc-btn-primary-hover-bg:#98a7b6;--cc-btn-primary-hover-color:#000;--cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);--cc-btn-secondary-bg:#242c31;--cc-btn-secondary-color:var(--cc-primary-color);--cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);--cc-btn-secondary-hover-bg:#353d43;--cc-btn-secondary-hover-color:#fff;--cc-btn-secondary-hover-border-color:var(--cc-btn-secondary-hover-bg);--cc-separator-border-color:#222a30;--cc-toggle-on-bg:var(--cc-btn-primary-bg);--cc-toggle-off-bg:#525f6b;--cc-toggle-on-knob-bg:var(--cc-btn-primary-color);--cc-toggle-off-knob-bg:var(--cc-btn-primary-color);--cc-toggle-enabled-icon-color:var(--cc-btn-primary-color);--cc-toggle-disabled-icon-color:var(--cc-btn-primary-color);--cc-toggle-readonly-bg:#343e45;--cc-toggle-readonly-knob-bg:#5f6b72;--cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);--cc-section-category-border:#1e2428;--cc-cookie-category-block-bg:#1e2428;--cc-cookie-category-block-border:var(--cc-section-category-border);--cc-cookie-category-block-hover-bg:#242c31;--cc-cookie-category-block-hover-border:#232a2f;--cc-cookie-category-expanded-block-bg:transparent;--cc-cookie-category-expanded-block-hover-bg:var(--cc-toggle-readonly-bg);--cc-overlay-bg:rgba(0,0,0,.65);--cc-webkit-scrollbar-bg:var(--cc-section-category-border);--cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);--cc-footer-bg:#0c0e0f;--cc-footer-color:var(--cc-secondary-color);--cc-footer-border-color:#060809}.cc--darkmode #cc-main{color-scheme:dark}#cc-main .cm{background:var(--cc-bg);border-radius:var(--cc-modal-border-radius);box-shadow:0 .625em 1.875em rgba(0,0,2,.3);display:flex;flex-direction:column;max-width:24em;opacity:0;overflow:hidden;position:fixed;transform:translateY(1.6em);visibility:hidden;z-index:1}#cc-main .cm--top{top:var(--cc-modal-margin)}#cc-main .cm--middle{top:50%;transform:translateY(calc(-50% + 1.6em))}#cc-main .cm--bottom{bottom:var(--cc-modal-margin)}#cc-main .cm--center{left:var(--cc-modal-margin);margin:0 auto;right:var(--cc-modal-margin);width:unset}#cc-main .cm--left{left:var(--cc-modal-margin);margin-right:var(--cc-modal-margin)}#cc-main .cm--right{margin-left:var(--cc-modal-margin);right:var(--cc-modal-margin)}#cc-main .cm__body{display:flex;flex-direction:column;justify-content:space-between;position:relative}#cc-main .cm__btns,#cc-main .cm__links{padding:1em 1.3em;width:unset}#cc-main .cm__texts{display:flex;flex:1;flex-direction:column;justify-content:center;padding:1em 0 0}#cc-main .cm__desc,#cc-main .cm__title{padding:0 1.3em}#cc-main .cm__title{font-size:1.05em}#cc-main .cm__title+.cm__desc{margin-top:1.1em}#cc-main .cm__desc{color:var(--cc-secondary-color);font-size:.9em;line-height:1.5;max-height:40vh;overflow-x:visible;overflow-y:auto;padding-bottom:1em}#cc-main .cm__btns{border-top:1px solid var(--cc-separator-border-color);display:flex;flex-direction:column;justify-content:center}#cc-main .cm__btn-group{display:grid;grid-auto-columns:minmax(0,1fr)}#cc-main .cm__btn+.cm__btn,#cc-main .cm__btn-group+.cm__btn-group{margin-top:.375rem}#cc-main .cm--flip .cm__btn+.cm__btn,#cc-main .cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:.375rem;margin-top:0}#cc-main .cm--inline .cm__btn+.cm__btn{margin-left:.375rem;margin-top:0}#cc-main .cm--inline.cm--flip .cm__btn+.cm__btn{margin-bottom:0;margin-left:0;margin-right:.375rem}#cc-main .cm--inline.cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:.375rem;margin-right:0}#cc-main .cm--wide .cm__btn+.cm__btn,#cc-main .cm--wide .cm__btn-group+.cm__btn-group{margin-left:.375rem;margin-top:0}#cc-main .cm--wide.cm--flip .cm__btn+.cm__btn,#cc-main .cm--wide.cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:0;margin-right:.375rem}#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven,#cc-main .cm--wide .cm__btn-group--uneven{display:flex;flex:1;justify-content:space-between}#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven,#cc-main .cm--wide.cm--flip .cm__btn-group--uneven{flex-direction:row-reverse}#cc-main .cm__btn{background:var(--cc-btn-primary-bg);border:1px solid var(--cc-btn-primary-border-color);border-radius:var(--cc-btn-border-radius);color:var(--cc-btn-primary-color);font-size:.82em;font-weight:600;min-height:42px;padding:.5em 1em;text-align:center}#cc-main .cm__btn:hover{background:var(--cc-btn-primary-hover-bg);border-color:var(--cc-btn-primary-hover-border-color);color:var(--cc-btn-primary-hover-color)}#cc-main .cm__btn--secondary{background:var(--cc-btn-secondary-bg);border-color:var(--cc-btn-secondary-border-color);color:var(--cc-btn-secondary-color)}#cc-main .cm__btn--secondary:hover{background:var(--cc-btn-secondary-hover-bg);border-color:var(--cc-btn-secondary-hover-border-color);color:var(--cc-btn-secondary-hover-color)}#cc-main .cm__btn--close{border-radius:0;border-bottom-left-radius:var(--cc-btn-border-radius);border-right:none;border-top:none;display:none;font-size:1em;height:42px;min-width:auto!important;overflow:hidden;padding:0!important;position:absolute;right:0;top:0;width:42px}#cc-main .cm__btn--close svg{stroke:var(--cc-btn-primary-color);transform:scale(.5);transition:stroke .15s ease}#cc-main .cm__btn--close:hover svg{stroke:var(--cc-btn-primary-hover-color)}#cc-main .cm__btn--close.cm__btn--secondary svg{stroke:var(--cc-btn-secondary-color)}#cc-main .cm__btn--close.cm__btn--secondary:hover svg{stroke:var(--cc-btn-secondary-hover-color)}#cc-main .cm__btn--close+.cm__texts .cm__title{padding-right:2em}#cc-main .cm--inline .cm__btn-group{grid-auto-flow:column}#cc-main .cm__footer{background:var(--cc-footer-bg);border-top:1px solid var(--cc-footer-border-color);color:var(--cc-footer-color);padding:.4em 0 .5em}#cc-main .cm__links{display:flex;flex-direction:row;padding-bottom:0;padding-top:0}#cc-main .cm__link-group{display:flex;flex-direction:row;font-size:.8em;width:100%}#cc-main .cm__link-group>*+*{margin-left:1.3em}#cc-main .cm--flip .cm__btn:last-child{grid-row:1}#cc-main .cm--inline.cm--flip .cm__btn:last-child{grid-column:1}#cc-main .cm--box .cm__btn--close{display:block}#cc-main .cm--box.cm--flip .cm__btns{flex-direction:column-reverse}#cc-main .cm--box.cm--wide{max-width:36em}#cc-main .cm--box.cm--wide .cm__btns{flex-direction:row;justify-content:space-between}#cc-main .cm--box.cm--wide .cm__btn-group{grid-auto-flow:column}#cc-main .cm--box.cm--wide .cm__btn{min-width:120px;padding-left:1.8em;padding-right:1.8em}#cc-main .cm--box.cm--wide.cm--flip .cm__btns{flex-direction:row-reverse}#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child{grid-column:1}#cc-main .cm--cloud{max-width:54em;width:unset}#cc-main .cm--cloud .cm__body{flex-direction:row}#cc-main .cm--cloud .cm__texts{flex:1}#cc-main .cm--cloud .cm__desc{max-height:9.4em}#cc-main .cm--cloud .cm__btns{border-left:1px solid var(--cc-separator-border-color);border-top:none;max-width:23em}#cc-main .cm--cloud .cm__btn-group{flex-direction:column}#cc-main .cm--cloud .cm__btn{min-width:19em}#cc-main .cm--cloud.cm--flip .cm__btn-group,#cc-main .cm--cloud.cm--flip .cm__btns{flex-direction:column-reverse}#cc-main .cm--cloud.cm--inline .cm__btn-group{flex-direction:row}#cc-main .cm--cloud.cm--inline .cm__btn{min-width:10em}#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group{flex-direction:row-reverse}#cc-main .cm--bar{--cc-modal-transition-duration:.35s;border-radius:0;left:0;margin:0;max-width:unset;opacity:1;right:0;transform:translateY(0);width:100vw}#cc-main .cm--bar.cm--top{top:0;transform:translateY(-100%)}#cc-main .cm--bar.cm--bottom{bottom:0;transform:translateY(100%)}#cc-main .cm--bar .cm__body,#cc-main .cm--bar .cm__links{margin:0 auto;max-width:55em;width:100%}#cc-main .cm--bar .cm__body{padding:.5em 0 .9em}#cc-main .cm--bar .cm__btns{border-top:none;flex-direction:row;justify-content:space-between}#cc-main .cm--bar .cm__btn-group{grid-auto-flow:column}#cc-main .cm--bar:not(.cm--inline) .cm__btn+.cm__btn,#cc-main .cm--bar:not(.cm--inline) .cm__btn-group+.cm__btn-group{margin-left:.375rem;margin-top:0}#cc-main .cm--bar .cm__btn{min-width:120px;padding-left:2em;padding-right:2em}#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn+.cm__btn,#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group+.cm__btn-group{margin-bottom:0;margin-left:0;margin-right:.375rem}#cc-main .cm--bar.cm--flip .cm__btns{flex-direction:row-reverse}#cc-main .cm--bar.cm--flip .cm__btn:last-child{grid-column:1}#cc-main .cm--bar.cm--inline .cm__body,#cc-main .cm--bar.cm--inline .cm__links{max-width:74em}#cc-main .cm--bar.cm--inline .cm__body{flex-direction:row;padding:0}#cc-main .cm--bar.cm--inline .cm__btns{flex-direction:column;justify-content:center;max-width:23em}#cc-main .cm--bar.cm--inline.cm--flip .cm__btns{flex-direction:column-reverse}#cc-main .cc--anim .cm,#cc-main .cc--anim.cm-wrapper:before{transition:opacity var(--cc-modal-transition-duration) ease,visibility var(--cc-modal-transition-duration) ease,transform var(--cc-modal-transition-duration) ease}#cc-main .cc--anim .cm__btn,#cc-main .cc--anim .cm__close{transition:background-color .15s ease,border-color .15s ease,color .15s ease}.disable--interaction #cc-main .cm-wrapper:before{background:var(--cc-overlay-bg);bottom:0;content:"";left:0;opacity:0;position:fixed;right:0;top:0;visibility:hidden;z-index:0}.show--consent #cc-main .cc--anim .cm{opacity:1;transform:translateY(0);visibility:visible!important}.show--consent #cc-main .cc--anim .cm--middle{transform:translateY(-50%)}.show--consent #cc-main .cc--anim .cm--bar{transform:translateY(0)}.show--consent #cc-main .cc--anim.cm-wrapper:before{opacity:1;visibility:visible}#cc-main.cc--rtl .cm__btn--close{border-bottom-left-radius:unset;border-bottom-right-radius:var(--cc-btn-border-radius);left:0;right:unset}#cc-main.cc--rtl .cm__btn--close+.cm__texts .cm__title{padding-left:2em;padding-right:unset}#cc-main.cc--rtl .cm--inline .cm__btn+.cm__btn{margin-left:0;margin-right:.375rem}#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn+.cm__btn{margin-left:.375rem;margin-right:0}#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group+.cm__btn-group,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group+.cm__btn-group{margin-left:0;margin-right:.375rem}#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn+.cm__btn{margin-left:.375rem;margin-right:0}#cc-main.cc--rtl .cm__link-group>*+*{margin-left:0;margin-right:1.3em}@media screen and (max-width:640px){#cc-main{--cc-modal-margin:.5em}#cc-main .cm{max-width:none!important;width:auto!important}#cc-main .cm__body{flex-direction:column!important;padding:0!important}#cc-main .cm__btns,#cc-main .cm__desc,#cc-main .cm__links,#cc-main .cm__title{padding-left:1.1em!important;padding-right:1.1em!important}#cc-main .cm__btns{border-left:none!important;border-top:1px solid var(--cc-separator-border-color)!important;flex-direction:column!important;max-width:none!important;min-width:auto!important}#cc-main .cm__btn+.cm__btn,#cc-main .cm__btn-group+.cm__btn-group{margin:.375rem 0 0!important}#cc-main .cm--flip .cm__btn+.cm__btn,#cc-main .cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:.375rem!important;margin-top:0!important}#cc-main .cm__btn-group{display:flex!important;flex-direction:column!important;min-width:auto!important}#cc-main .cm__btn{flex:auto!important}#cc-main .cm__link-group{justify-content:center!important}#cc-main .cm--flip .cm__btn-group,#cc-main .cm--flip .cm__btns{flex-direction:column-reverse!important}}#cc-main .pm-wrapper{position:relative;z-index:2}#cc-main .pm{background:var(--cc-bg);border-radius:var(--cc-modal-border-radius);box-shadow:0 .625em 1.875em rgba(0,0,2,.3);display:flex;flex-direction:column;opacity:0;overflow:hidden;position:fixed;visibility:hidden;width:100%;width:unset;z-index:1}#cc-main svg{fill:none;width:100%}#cc-main .pm__body,#cc-main .pm__footer,#cc-main .pm__header{padding:1em 1.4em}#cc-main .pm__header{align-items:center;border-bottom:1px solid var(--cc-separator-border-color);display:flex;justify-content:space-between}#cc-main .pm__title{align-items:center;display:flex;flex:1;font-weight:600;margin-right:2em}#cc-main .pm__close-btn{background:var(--cc-btn-secondary-bg);border:1px solid var(--cc-btn-secondary-border-color);border-radius:var(--cc-btn-border-radius);height:40px;position:relative;transition:all .15s ease;width:40px}#cc-main .pm__close-btn span{display:flex;height:100%;width:100%}#cc-main .pm__close-btn svg{stroke:var(--cc-btn-secondary-color);transform:scale(.5);transition:stroke .15s ease}#cc-main .pm__close-btn:hover{background:var(--cc-btn-secondary-hover-bg);border-color:var(--cc-btn-secondary-hover-border-color)}#cc-main .pm__close-btn:hover svg{stroke:var(--cc-btn-secondary-hover-color)}#cc-main .pm__body{flex:1;overflow-y:auto;overflow-y:overlay}#cc-main .pm__section,#cc-main .pm__section--toggle{border-radius:var(--cc-btn-border-radius);display:flex;flex-direction:column;margin-bottom:.5em}#cc-main .pm__section--toggle .pm__section-desc-wrapper{border:1px solid var(--cc-cookie-category-block-border);border-radius:var(--cc-btn-border-radius);border-top:none;border-top-left-radius:0;border-top-right-radius:0;display:none;margin-top:0!important;overflow:hidden}#cc-main .pm__section{border:1px solid var(--cc-separator-border-color);padding:1em;transition:background-color .25s ease,border-color .25s ease}#cc-main .pm__section:first-child{border:none;margin-bottom:2em;margin-top:0;padding:0;transition:none}#cc-main .pm__section:not(:first-child):hover{background:var(--cc-cookie-category-block-bg);border-color:var(--cc-cookie-category-block-border)}#cc-main .pm__section-toggles+.pm__section{margin-top:2em}#cc-main .pm__section--toggle{background:var(--cc-cookie-category-block-bg);border-top:none;margin-bottom:.375rem}#cc-main .pm__section--toggle .pm__section-title{align-items:center;background:var(--cc-cookie-category-block-bg);border:1px solid var(--cc-cookie-category-block-border);display:flex;justify-content:space-between;min-height:58px;padding:1.1em 5.4em 1.1em 1.2em;position:relative;transition:background-color .25s ease,border-color .25s ease;width:100%}#cc-main .pm__section--toggle .pm__section-title:hover{background:var(--cc-cookie-category-block-hover-bg);border-color:var(--cc-cookie-category-block-hover-border)}#cc-main .pm__section--toggle .pm__section-desc{margin-top:0;padding:1em}#cc-main .pm__section--toggle.is-expanded{--cc-cookie-category-block-bg:var(--cc-cookie-category-expanded-block-bg);--cc-cookie-category-block-border:var(--cc-cookie-category-expanded-block-hover-bg)}#cc-main .pm__section--toggle.is-expanded .pm__section-title{border-bottom-left-radius:0;border-bottom-right-radius:0}#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg{transform:scale(.5) rotate(180deg)}#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper{display:flex}#cc-main .pm__section--expandable .pm__section-title{cursor:pointer;padding-left:3.4em}#cc-main .pm__section--expandable .pm__section-arrow{background:var(--cc-toggle-readonly-bg);border-radius:100%;display:flex;height:20px;justify-content:center;left:18px;pointer-events:none;position:absolute;width:20px}#cc-main .pm__section--expandable .pm__section-arrow svg{stroke:var(--cc-btn-secondary-color);transform:scale(.5)}#cc-main .pm__section-title-wrapper{align-items:center;display:flex;position:relative}#cc-main .pm__section-title-wrapper+.pm__section-desc-wrapper{margin-top:.85em}#cc-main .pm__section-title{border-radius:var(--cc-btn-border-radius);font-size:.95em;font-weight:600}#cc-main .pm__badge{align-items:center;background:var(--cc-btn-secondary-bg);border-radius:5em;color:var(--cc-secondary-color);display:flex;flex:none;font-size:.8em;font-weight:600;height:23px;justify-content:center;margin-left:1em;min-width:23px;overflow:hidden;padding:0 .6em 1px;position:relative;text-align:center;white-space:nowrap;width:auto}#cc-main .pm__service-counter{background:var(--cc-btn-primary-bg);color:var(--cc-btn-primary-color);padding:0;width:23px}#cc-main .pm__service-counter[data-counterlabel]{padding:0 .6em 1px;width:auto}#cc-main .section__toggle,#cc-main .section__toggle-wrapper,#cc-main .toggle__icon,#cc-main .toggle__label{border-radius:var(--cc-pm-toggle-border-radius);height:23px;transform:translateZ(0);width:50px}#cc-main .section__toggle-wrapper{cursor:pointer;position:absolute;right:18px;z-index:1}#cc-main .toggle-service{height:19px;position:relative;right:0;width:42px}#cc-main .toggle-service .section__toggle,#cc-main .toggle-service .toggle__icon,#cc-main .toggle-service .toggle__label{height:19px;width:42px}#cc-main .toggle-service .toggle__icon{position:relative}#cc-main .toggle-service .toggle__icon-circle{height:19px;width:19px}#cc-main .toggle-service .section__toggle:checked~.toggle__icon .toggle__icon-circle{transform:translateX(23px)}#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after{display:none!important}#cc-main .section__toggle{border:0;cursor:pointer;display:block;left:0;margin:0;position:absolute;top:0}#cc-main .section__toggle:disabled{cursor:not-allowed}#cc-main .toggle__icon{background:var(--cc-toggle-off-bg);box-shadow:0 0 0 1px var(--cc-toggle-off-bg);display:flex;flex-direction:row;pointer-events:none;position:absolute;transition:all .25s ease}#cc-main .toggle__icon-circle{background:var(--cc-toggle-off-knob-bg);border:none;border-radius:var(--cc-pm-toggle-border-radius);box-shadow:0 1px 2px rgba(24,32,3,.36);display:block;height:23px;left:0;position:absolute;top:0;transition:transform .25s ease,background-color .25s ease;width:23px}#cc-main .toggle__icon-off,#cc-main .toggle__icon-on{height:100%;position:absolute;transition:opacity .15s ease;width:100%}#cc-main .toggle__icon-on{opacity:0;transform:rotate(45deg)}#cc-main .toggle__icon-on svg{stroke:var(--cc-toggle-on-bg);transform:scale(.55) rotate(-45deg)}#cc-main .toggle__icon-off{opacity:1}#cc-main .toggle__icon-off svg{stroke:var(--cc-toggle-off-bg);transform:scale(.55)}#cc-main .section__toggle:checked~.toggle__icon{background:var(--cc-toggle-on-bg);box-shadow:0 0 0 1px var(--cc-toggle-on-bg)}#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-circle{background-color:var(--cc-toggle-on-knob-bg);transform:translateX(27px)}#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-on{opacity:1}#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-off{opacity:0}#cc-main .section__toggle:checked:disabled~.toggle__icon{background:var(--cc-toggle-readonly-bg);box-shadow:0 0 0 1px var(--cc-toggle-readonly-bg)}#cc-main .section__toggle:checked:disabled~.toggle__icon .toggle__icon-circle{background:var(--cc-toggle-readonly-knob-bg);box-shadow:none}#cc-main .section__toggle:checked:disabled~.toggle__icon svg{stroke:var(--cc-toggle-readonly-knob-icon-color)}#cc-main .toggle__label{opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:0;z-index:-1}#cc-main .pm__section-desc-wrapper{color:var(--cc-secondary-color);display:flex;flex-direction:column;font-size:.9em}#cc-main .pm__section-desc-wrapper>:not(:last-child){border-bottom:1px solid var(--cc-cookie-category-block-border)}#cc-main .pm__section-services{display:flex;flex-direction:column}#cc-main .pm__service{align-items:center;display:flex;justify-content:space-between;padding:.4em 1.2em;position:relative;transition:background-color .15s ease}#cc-main .pm__service:hover{background-color:var(--cc-cookie-category-block-hover-bg)}#cc-main .pm__service-header{align-items:center;display:flex;margin-right:1em;width:100%}#cc-main .pm__service-icon{border:2px solid;border-radius:100%;height:8px;margin-left:6px;margin-right:20px;margin-top:1px;min-width:8px}#cc-main .pm__service-title{font-size:.95em;width:100%;word-break:break-word}#cc-main .pm__section-desc{line-height:1.5em}#cc-main .pm__section-table{border-collapse:collapse;font-size:.9em;margin:0;overflow:hidden;padding:0;text-align:left;width:100%}#cc-main .pm__table-caption{text-align:left}#cc-main .pm__table-caption,#cc-main .pm__table-head>tr{border-bottom:1px dashed var(--cc-separator-border-color);color:var(--cc-primary-color);font-weight:600}#cc-main .pm__table-tr{transition:background-color .15s ease}#cc-main .pm__table-tr:hover{background:var(--cc-cookie-category-block-hover-bg)}#cc-main .pm__table-caption,#cc-main .pm__table-td,#cc-main .pm__table-th{padding:.625em .625em .625em 1.2em;vertical-align:top}#cc-main .pm__footer{border-top:1px solid var(--cc-separator-border-color);display:flex;justify-content:space-between}#cc-main .pm__btn-group{display:flex}#cc-main .pm__btn+.pm__btn,#cc-main .pm__btn-group+.pm__btn-group{margin-left:.375rem}#cc-main .pm--flip .pm__btn+.pm__btn,#cc-main .pm--flip .pm__btn-group+.pm__btn-group{margin-left:0;margin-right:.375rem}#cc-main .pm__btn{background:var(--cc-btn-primary-bg);border:1px solid var(--cc-btn-primary-border-color);border-radius:var(--cc-btn-border-radius);color:var(--cc-btn-primary-color);flex:auto;font-size:.82em;font-weight:600;min-height:42px;min-width:110px;padding:.5em 1.5em;text-align:center;transition:background-color .15s ease,border-color .15s ease,color .15s ease}#cc-main .pm__btn:hover{background:var(--cc-btn-primary-hover-bg);border-color:var(--cc-btn-primary-hover-border-color);color:var(--cc-btn-primary-hover-color)}#cc-main .pm__btn--secondary{background:var(--cc-btn-secondary-bg);border-color:var(--cc-btn-secondary-border-color);color:var(--cc-btn-secondary-color)}#cc-main .pm__btn--secondary:hover{background:var(--cc-btn-secondary-hover-bg);border-color:var(--cc-btn-secondary-hover-border-color);color:var(--cc-btn-secondary-hover-color)}#cc-main .pm--box{height:calc(100% - 2em);left:var(--cc-modal-margin);margin:0 auto;max-height:37.5em;max-width:43em;right:var(--cc-modal-margin);top:50%;transform:translateY(calc(-50% + 1.6em))}#cc-main .pm--box.pm--flip .pm__btn-group,#cc-main .pm--box.pm--flip .pm__footer{flex-direction:row-reverse}#cc-main .pm--bar{--cc-modal-transition-duration:.35s;border-radius:0;bottom:0;height:100%;margin:0;max-height:none;max-width:29em;opacity:1;top:0;width:100%}#cc-main .pm--bar .pm__section-table,#cc-main .pm--bar .pm__table-body,#cc-main .pm--bar .pm__table-td,#cc-main .pm--bar .pm__table-th,#cc-main .pm--bar .pm__table-tr{display:block}#cc-main .pm--bar .pm__table-head{display:none}#cc-main .pm--bar .pm__table-caption{display:block}#cc-main .pm--bar .pm__table-tr:not(:last-child){border-bottom:1px solid var(--cc-separator-border-color)}#cc-main .pm--bar .pm__table-td{display:flex;justify-content:space-between}#cc-main .pm--bar .pm__table-td:before{color:var(--cc-primary-color);content:attr(data-column);flex:1;font-weight:600;min-width:100px;overflow:hidden;padding-right:2em;text-overflow:ellipsis}#cc-main .pm--bar .pm__table-td>div{flex:3}#cc-main .pm--bar:not(.pm--wide) .pm__body,#cc-main .pm--bar:not(.pm--wide) .pm__footer,#cc-main .pm--bar:not(.pm--wide) .pm__header{padding:1em 1.3em}#cc-main .pm--bar:not(.pm--wide) .pm__btn-group,#cc-main .pm--bar:not(.pm--wide) .pm__footer{flex-direction:column}#cc-main .pm--bar:not(.pm--wide) .pm__btn+.pm__btn,#cc-main .pm--bar:not(.pm--wide) .pm__btn-group+.pm__btn-group{margin:.375rem 0 0}#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group,#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer{flex-direction:column-reverse}#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn+.pm__btn,#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group+.pm__btn-group{margin-bottom:.375rem;margin-top:0}#cc-main .pm--bar:not(.pm--wide) .pm__badge{display:none}#cc-main .pm--bar.pm--left{left:0;transform:translateX(-100%)}#cc-main .pm--bar.pm--right{right:0;transform:translateX(100%)}#cc-main .pm--bar.pm--wide{max-width:35em}#cc-main .pm--bar.pm--wide .pm__body,#cc-main .pm--bar.pm--wide .pm__footer,#cc-main .pm--bar.pm--wide .pm__header{padding:1em 1.4em}#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group,#cc-main .pm--bar.pm--wide.pm--flip .pm__footer{flex-direction:row-reverse}#cc-main .pm-overlay{background:var(--cc-overlay-bg);bottom:0;content:"";left:0;opacity:0;position:fixed;right:0;top:0;visibility:hidden;z-index:1}#cc-main .cc--anim .pm,#cc-main .cc--anim .pm-overlay{transition:opacity var(--cc-modal-transition-duration) ease,visibility var(--cc-modal-transition-duration) ease,transform var(--cc-modal-transition-duration) ease}.show--preferences #cc-main .cc--anim .pm{opacity:1;visibility:visible!important}.show--preferences #cc-main .cc--anim .pm--box{transform:translateY(-50%)}.show--preferences #cc-main .cc--anim .pm--bar{transform:translateX(0)}.show--preferences #cc-main .cc--anim .pm-overlay{opacity:1;visibility:visible}#cc-main.cc--rtl .pm__service-header{margin-left:1em;margin-right:0}#cc-main.cc--rtl .pm__section-arrow{left:unset;right:18px}#cc-main.cc--rtl .section__toggle-wrapper{left:18px;right:unset;transform-origin:left}#cc-main.cc--rtl .toggle-service{left:0}#cc-main.cc--rtl .pm__service-icon{margin-left:20px;margin-right:5px}#cc-main.cc--rtl .pm__section--toggle .pm__section-title{padding-left:5.4em;padding-right:1.2em}#cc-main.cc--rtl .pm__section--expandable .pm__section-title{padding-right:3.4em}#cc-main.cc--rtl .pm__badge{margin-left:unset;margin-right:1em}#cc-main.cc--rtl .toggle__icon-circle{transform:translateX(27px)}#cc-main.cc--rtl .toggle-service .toggle__icon-circle{transform:translateX(23px)}#cc-main.cc--rtl .section__toggle:checked~.toggle__icon .toggle__icon-circle{transform:translateX(0)}#cc-main.cc--rtl .pm__table-td,#cc-main.cc--rtl .pm__table-th{padding-left:unset;padding-right:1.2em;text-align:right}#cc-main.cc--rtl .pm__table-td{padding-left:unset;padding-right:1.2em}#cc-main.cc--rtl .pm__table-td:before{padding-left:2em;padding-right:unset}#cc-main.cc--rtl .pm__btn+.pm__btn,#cc-main.cc--rtl .pm__btn-group+.pm__btn-group{margin-left:0;margin-right:.375rem}#cc-main.cc--rtl .pm--flip .pm__btn+.pm__btn,#cc-main.cc--rtl .pm--flip .pm__btn-group+.pm__btn-group{margin-left:.375rem;margin-right:0}#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn+.pm__btn,#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group+.pm__btn-group{margin-left:0}@media screen and (max-width:640px){#cc-main .pm{border-radius:0;bottom:0;height:auto;left:0;max-height:100%;max-width:none!important;right:0;top:0;transform:translateY(1.6em)}#cc-main .pm__body,#cc-main .pm__footer,#cc-main .pm__header{padding:.9em!important}#cc-main .pm__badge{display:none}#cc-main .pm__section-table,#cc-main .pm__table-body,#cc-main .pm__table-caption,#cc-main .pm__table-td,#cc-main .pm__table-th,#cc-main .pm__table-tr{display:block}#cc-main .pm__table-head{display:none}#cc-main .pm__table-tr:not(:last-child){border-bottom:1px solid var(--cc-separator-border-color)}#cc-main .pm__table-td{display:flex;justify-content:space-between}#cc-main .pm__table-td:before{color:var(--cc-primary-color);content:attr(data-column);flex:1;font-weight:600;min-width:100px;overflow:hidden;padding-right:2em;text-overflow:ellipsis}#cc-main .pm__table-td>div{flex:3}#cc-main .pm__btn-group,#cc-main .pm__footer{flex-direction:column!important}#cc-main .pm__btn-group{display:flex!important}#cc-main .pm__btn+.pm__btn,#cc-main .pm__btn-group+.pm__btn-group{margin:.375rem 0 0!important}#cc-main .pm--flip .pm__btn+.pm__btn,#cc-main .pm--flip .pm__btn-group+.pm__btn-group{margin-bottom:.375rem!important;margin-top:0!important}#cc-main .pm--flip .pm__btn-group,#cc-main .pm--flip .pm__footer{flex-direction:column-reverse!important}.show--preferences #cc-main .cc--anim .pm{transform:translateY(0)!important}}

.show--consent #cc-main .cc--anim.cm-wrapper::before,
.show--preferences #cc-main .cc--anim .pm-overlay {
  display: none;
}

#cc-main {
  --cc-btn-primary-bg: linear-gradient(to top right, #F56E68, #DBA43B);
  --cc-btn-primary-hover-bg: linear-gradient(to top right, #F56E68, #DBA43B);
  --cc-btn-primary-color: #fff;
  --cc-btn-primary-hover-color: #fff;
  --cc-btn-primary-border-color: transparent;
  --cc-btn-primary-hover-border-color: transparent;
  --cc-btn-secondary-bg: var(--cc-btn-primary-bg);
  --cc-btn-secondary-color: var(--cc-btn-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-primary-border-color);
  --cc-btn-secondary-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-hover-color: var(--cc-btn-primary-hover-color);
  --cc-btn-secondary-hover-border-color: var(--cc-btn-primary-hover-border-color);
  --cc-separator-border-color: transparent;
  --cc-modal-border-radius: 24px;
  --cc-btn-border-radius: 12px;
  --cc-cookie-category-block-bg: transparent;
  --cc-cookie-category-block-border: transparent;
  --cc-cookie-category-block-hover-bg: transparent;
  --cc-cookie-category-block-hover-border: transparent;
  --cc-section-category-border: transparent;
  --cc-cookie-category-expanded-block-hover-bg: transparent;
  --cc-toggle-on-bg: #92eaad;
  --cc-toggle-off-bg: #eaeaea;
  --cc-toggle-readonly-bg: var(--cc-toggle-on-bg);
  --cc-pm-toggle-border-radius: 360px;
}

#cc-main .cm,
#cc-main .pm--box {
  max-width: 400px;
  width: 95%;
  border-radius: 12px 12px 0 0;
  max-height: 85%;
  bottom: 0;
  top: unset;
  overflow: visible;
  transform: none !important;
  background-color: rgba(255,255,255,0.8);
  backdrop-filter: blur(10px);
}

#cc-main .cm__title {
  font-size: 1.7rem;
  padding: 0 1.3rem !important;
  color: #676767;
}

#cc-main .cm__desc {
  padding: 0 1.3rem !important;
}

#cc-main .cm__title + .cm__desc {
  font-size: 1.15rem;
}

#cc-main .cm__btns {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: space-between;
  margin-top: 1rem;
}

#cc-main .cm__btn-group {
  display: contents !important;
}

#cc-main .cm__btn {
  flex: 1;
  min-width: 220px;
  padding: 1.4rem 0.5rem;
  font-size: 1.1rem;
}

#cc-main .cm__btn + .cm__btn {
  margin-top: 0 !important;
}

#cc-main .pm__header::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 10rem;
  background-image: url("/ui/system/images/photos/cookies.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#cc-main .pm__header {
  padding-bottom: 0.5rem !important;
}

#cc-main .pm__title {
  font-size: 1.2rem;
  color: #676767;
}
#cc-main .pm__header .pm__title {
  margin: 7rem 0 0 0;
  text-align: center;
  display: inline;
}
#cc-main .pm__close-btn {
  display: none;
}
#cc-main .pm__section:first-child {
  margin-bottom: 0;
}
#cc-main .pm__section-desc {
  white-space: pre-wrap;
  font-size: .9rem;
}
#cc-main .pm__section-toggles {
  position: relative;
  display: block;
}
#cc-main .pm__section-toggles::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.5rem;
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  background-color: rgba(0,0,0,0.1);
  border-radius: 0 0 12px 12px;
  display: block;
  z-index: -1;
}
#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  display: flex;
}
#cc-main .pm__section--expandable .pm__section-arrow {
  display: none;
}
#cc-main .pm__section--toggle {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1.5rem;
}
#cc-main .pm__section-title-wrapper {
  display: contents;
}
#cc-main .pm__title.pm__toggles__title {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
}
#cc-main .pm__title.pm__toggles__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.5rem;
  width: calc(100% + 1rem) !important;;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
  width: 100%;
  padding: 0.25rem;
  z-index: -1;
  border-radius: 12px 12px 0 0;
}
#cc-main .pm__section--expandable .pm__section-title {
  cursor: auto;
  min-height: unset;
  padding: 0;
  border-radius: 0;
  font-size: 1rem;
}
#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  border-radius: 0;
}
#cc-main .section__toggle-wrapper {
  position: static;
  order: 3;
  width: 80px;
}
#cc-main .section__toggle {
  width: 100%;
  height: 26px;
}
#cc-main .toggle__icon {
  border: 1px solid #8e8e93;
  box-shadow: none;
  padding: 11.5px;
  width: 100%;
}
#cc-main .toggle__icon-circle {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 3px 2px rgba(0, 0, 0, 0.1);
}
#cc-main .section__toggle:checked:disabled~.toggle__icon {
  border-color: var(--cc-toggle-readonly-bg);
}
#cc-main .section__toggle:checked ~ .toggle__icon {
  border-color: var(--cc-toggle-on-bg);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 3px 2px rgba(0, 0, 0, 0.1);
}
#cc-main .toggle__icon-circle > * {
  display: none;
}
#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(55px);
}
#cc-main .pm__section--toggle .pm__section-desc {
  padding: 0;
}
#cc-main .pm__footer {
  gap: 0.5rem;
  flex-direction: row-reverse;
}
#cc-main .pm__footer .pm__btn-group {
  display: contents;
}
#cc-main .pm__btn-group + .pm__btn-group {
  margin-top: 0 !important;
}
#cc-main .pm__btn {
  padding: 0.75rem 0.5rem;
  font-size: .75rem;
}
#cc-main .pm__btn + .pm__btn {
  margin-left: 0;
}
#cc-main ::-webkit-scrollbar-thumb {
  background-color: #d5d5d5 !important;
}

@media (orientation: landscape) {
  
  #cc-main .pm--box {
    border-radius: 12px;
    transform: none !important;;
    max-height: 700px;
    height: 55vh;
    min-height: 400px;
    left: 1.5rem;
    bottom: 1.5rem;
    margin: 0;
  }
  
  #cc-main .pm__header::before {
    height: 12rem;
    background-size: contain;
  }
}@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600);
.foopicker {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 3px #bbb;
  color: #666;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 10px;
  width: 245px;
}

.foopicker table {
  width: 100%;
}

.foopicker th,
.foopicker td {
  text-align: center;
}

.foopicker__calendar {
  font-size: 13px;
  padding: 5px;
}

.foopicker__day {
  border-radius: 100%;
  cursor: pointer;
  padding: 5px 2px;
  transition: all .2s ease-out;
  width: 22px;
}

.foopicker__day:hover {
  background: #1fbad6;
  color: #fff;
}

.foopicker__day--today {
  background: #e0f6fb;
  color: #666;
}

.foopicker__day--selected {
  background: #1fbad6;
  color: #fff;
}

.foopicker__day--disabled {
  background: #e6e6e6;
  color: #bfbfbf;
  cursor: not-allowed;
}

.foopicker__day--disabled:hover {
  background: #e6e6e6;
  color: #bfbfbf;
}

.foopicker__week {
  font-size: 1em;
  font-weight: 600;
}

.foopicker__header {
  background: #f2f2f4;
  padding: 15px;
  text-align: center;
}

.foopicker__header div {
  display: inline-block;
}

.foopicker__arrow {
  background-repeat: no-repeat;
  cursor: pointer;
  height: 24px;
  outline: 0;
  position: absolute;
  top: 31px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 14px;
}

.foopicker__arrow--next {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN5wAADecBmRSqJgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAADWSURBVBiVfY8xSkNBFEXPe0njxGB24R4srM1YjFhMGYjYuRxLMWI7lZ8EDAqKiN8mC7B2BULMiPh/noUYvoW57Tncy5Xx+OZZhFfVauC9/6QRFeEFiMtl6yqlcuMPzPntGLgE2XPufZrS/eYKxhjr2aw8EuEC2HXu67ooii6A/FpmJpPJ7akIJ0CpWvWludEUzLhT1uS/2ifVygtASqnV6fTOzBiCPNZ13g8hzPUHbI3MGIrwkHPbhxDmAG3neudmDMCmi0X3MMadj9VPM7aBpFofNAHAN0NkW9nLdIQRAAAAAElFTkSuQmCC);
  right: 14px;
}

.foopicker__arrow--prev {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN5wAADecBmRSqJgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAADXSURBVBiVXZAxTsNAFETfmMRWvL4C3GVRIlFElFRYHABxB1+CBlFEFBFsgQJrWTIIQRWq9NyDLrG8FGDkeNqn+TPzxUBVVSVtO7oLgaOoD5xbT9r2YAWcSXypA977VIqfQFPg3phxHgHUdW0g8aBpCGFpzDi31jaRc+/ZbqdS4jgEbjebz9xa2wDI+5e3P3A9n8+uJIUuaq/QUFEch1PgQ+KyLF9viqL4N6grtN3q+fd8WGZZfGGtbQZTkhUwk/SQpqNz9TOcW0/S9PsRdAIs9mD/fRAOfwCC1k8eHoJobwAAAABJRU5ErkJggg==);
  left: 18px;
}

.foopicker__month {
  font-size: .875em;
  font-weight: 600;
  text-transform: uppercase;
}

.foopicker__date--month,
.foopicker__date--year {
  background: none;
  border: 0;
  color: #666;
  font-size: 13px;
  height: 20px;
}
.lb-loader,.lightbox{text-align:center;line-height:0}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}html.lb-disable-scrolling{overflow:hidden;position:fixed;height:100vh;width:100vw}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(/ui/system/images/lightbox/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(/ui/system/images/lightbox/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(/ui/system/images/lightbox/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(/ui/system/images/lightbox/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}
/* CSS Document */

/**********************************************  TOP PANEL  **********************************************/
.tutorial-top-panel {
	width: 100%;
	display: block;
	position: relative;
	z-index: 100;
}
.tutorial-top-column, .tutorial-top-btn {
	height: 10vw;
	line-height: 10vw;
	display: block;
	float: left;
	text-align: center;
}
.tutorial-top-column {
	width: 70%;
	background-color: #313030;
}
label.tutorial-top {
	width: 4vw;
	height: 4vw;
	border-radius: 360vw;
	border: 0.3vw solid #FFFFFF;
	display: inline-block;
	padding: 0.7vw;
	margin: 2vw 0.3vw;
}
label.tutorial-top.active {
}
.tutorial-top-btn {
	width: 30%;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
}

/**********************************************  GENERAL  **********************************************/

.tutorial-box {
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 999;
	overflow-y: auto;
	overflow-x: hidden;
	background-image: url('/ui/system/images/photos/login_screen.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.tutorial-box::after {
	content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.9) 100%);
    background: linear-gradient(rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.9) 100%);
}
.tutorial-box-steps {
}
.tutorial-body {
	height: 100%;
	text-align: center;
	width: 80%;
	padding: 0 10%;
	position: fixed;
	z-index: 10;
}
.tutorial-center {
	z-index: 10;
	display: block;
	position: relative;
	top: 40%;
	transform: translateY(-40%);
}
a.tutorial-btn {
	padding: 2vw 0;
	width: 50vw;
	display: inline-block;
	border-radius: 360vw;
	color: #FFFFFF;
}
.tutorial-50-box {
	float: left;
	width: 50%;
	text-align: center;
}
.tutorial-m3 {
	margin: 0 0 3vw 0;
}
.tutorial-m4 {
	margin: 0 0 4vw 0;
}
.tutorial-m6 {
	margin: 0 0 6vw 0;
}
.tutorial-m8 {
	margin: 0 0 8vw 0;
}
.tutorial-m13 {
	margin: 0 0 13vw 0;
}
.tutorial-m20 {
	margin: 0 0 20vw 0;
}
.tutorial-m30 {
	margin: 0 0 30vw 0;
}
.tutorial-tm3 {
	margin: 3vw 0 0 0;
}
.tutorial-tm4 {
	margin: 4vw 0 0 0;
}
.tutorial-tm6 {
	margin: 6vw 0 0 0;
}
.tutorial-tm8 {
	margin: 8vw 0 0 0;
}
.tutorial-tm13 {
	margin: 13vw 0 0 0;
}
.tutorial-tm20 {
	margin: 20vw 0 0 0;
}
.tutorial-tm30 {
	margin: 30vw 0 0 0;
}

/**********************************************  GLOBAL PADDING  **********************************************/

.top-padding {
	padding: 8vw 0 0 0;
}
.bottom-padding {
	padding: 0 0 8vw 0;
}
.right-padding {
	padding: 0 8vw 0 0;
}
.left-padding {
	padding: 0 0 0 8vw;
}

/**********************************************  ANIMATIONS  **********************************************/

.arrow-upping {
	background-image: url('/ui/system/icons/white/arrow_up.svg');
	background-repeat: no-repeat;
	background-size: auto 7vw;
	-webkit-animation: arrow-up 1s infinite;
	animation: arrow-up 1s infinite;
}
@-webkit-keyframes arrow-up {
    0% {
		background-position: center top 1vw;
	}
    50% {
		background-position: center top 0vw;
	}
	 100% {
		background-position: center top 1vw;
	}
}
@keyframes arrow-up {
    0% {
		background-position: center top 1vw;
	}
    50% {
		background-position: center top 0vw;
	}
	 100% {
		background-position: center top 1vw;
	}
}
.arrow-botting {
	background-image: url('/ui/system/icons/white/arrow_bottom.svg');
	background-repeat: no-repeat;
	background-size: auto 7vw;
	background-position: center bottom 0vw;
	-webkit-animation: arrow-bottom 1s infinite;
	animation: arrow-bottom 1s infinite;
}
@-webkit-keyframes arrow-bottom {
    0% {
		background-position: center bottom 0vw;
	}
    50% {
		background-position: center bottom 1vw;
	}
	 100% {
		background-position: center bottom 0vw;
	}
}
@keyframes arrow-bottom {
    0% {
		background-position: center bottom 0vw;
	}
    50% {
		background-position: center bottom 1vw;
	}
	 100% {
		background-position: center bottom 0vw;
	}
}
.arrow-right {
	background-image: url('/ui/system/icons/white/arrow_right.svg');
	background-repeat: no-repeat;
	background-size: auto 7vw;
	background-position: center right 0vw;
	-webkit-animation: arrow-right 1s infinite;
	animation: arrow-right 1s infinite;
}
@-webkit-keyframes arrow-right {
    0% {
		background-position: center right 1vw;
	}
    50% {
		background-position: center right 0vw;
	}
	 100% {
		background-position: center right 1vw;
	}
}
@keyframes arrow-right {
    0% {
		background-position: center right 1vw;
	}
    50% {
		background-position: center right 0vw;
	}
	 100% {
		background-position: center right 1vw;
	}
}

/**********************************************  TUTORIAL-1,2,3,4...  **********************************************/

.data-tutorial-priority-1, .data-tutorial-priority-2, .data-tutorial-priority-3, .data-tutorial-priority-4, .data-tutorial-priority-5, .data-tutorial-priority-6, .data-tutorial-priority-7, .data-tutorial-priority-8, .data-tutorial-priority-9, .data-tutorial-priority-10 {
	display: none;
	opacity: 0;
	transition: ease-out 1s;
}
.data-tutorial-priority-1.active, .data-tutorial-priority-2.active, .data-tutorial-priority-3.active, .data-tutorial-priority-4.active, .data-tutorial-priority-5.active, .data-tutorial-priority-6.active, .data-tutorial-priority-7.active, .data-tutorial-priority-8.active, .data-tutorial-priority-9.active, .data-tutorial-priority-10.active {
	display: block;
	opacity: 1;
	transition: ease-out 1s;
	transform: none;
}
.white, .tutorial-desc-2-1, .tutorial-desc-2-2, .tutorial-desc-2-3, .tutorial-desc-2-4, .tutorial-desc-2-5, .tutorial-desc-2-6, .tutorial-desc-3-1, .tutorial-desc-3-2, .tutorial-desc-3-3, .tutorial-desc-3-4, .tutorial-desc-3-5, .tutorial-desc-3-6, .tutorial-desc-4-1, .tutorial-desc-4-2, .tutorial-desc-4-3, .tutorial-desc-4-4, .tutorial-desc-4-5, .tutorial-desc-4-6, .tutorial-desc-5-1, .tutorial-desc-5-2, .tutorial-desc-5-3, .tutorial-desc-5-4, .tutorial-desc-5-5, .tutorial-desc-5-6, .tutorial-desc-6-1, .tutorial-desc-6-2, .tutorial-desc-6-3, .tutorial-desc-6-4, .tutorial-desc-6-5, .tutorial-desc-6-6, .tutorial-desc-7-1, .tutorial-desc-7-2, .tutorial-desc-7-3, .tutorial-desc-7-4, .tutorial-desc-7-5, .tutorial-desc-7-6, .tutorial-desc-8-1, .tutorial-desc-8-2, .tutorial-desc-8-3, .tutorial-desc-8-4, .tutorial-desc-8-5, .tutorial-desc-8-6, .tutorial-desc-9-1, .tutorial-desc-9-2, .tutorial-desc-9-3, .tutorial-desc-9-4, .tutorial-desc-9-5, .tutorial-desc-9-6 {
	color: #FFFFFF;
}

/**********************************************  TUTORIAL-1  **********************************************/

h4.tutorial-logo {
	padding: 25vw 0 0 0;
	background-repeat: no-repeat;
	background-size: auto 23vw;
	background-position: center top;
}

/**********************************************  TUTORIAL-2  **********************************************/

.data-tutorial-priority-2 .bottom-panel {
	position: relative;
}
.data-tutorial-priority-2 .bottom-btn {
	width: 20%;
}
.data-tutorial-priority-2 .bottom-btn label {
	line-height: 6vw;
}

.tutorial-desc-2-1 {
	position: absolute;
	bottom: 22vw;
	left: -5vw;
}
.tutorial-desc-2-2 {
	position: absolute;
	bottom: 22vw;
	left: 17vw;
}
.tutorial-desc-2-3 {
	position: absolute;
	top: 18vw;
	left: 35vw;
	display: inline-block;
}
.tutorial-desc-2-4 {
	position: absolute;
	bottom: 22vw;
	right: 23vw;
}
.tutorial-desc-2-5 {
	position: absolute;
	bottom: 22vw;
	right: 0vw;
}

/**********************************************  TUTORIAL-3  **********************************************/

.data-tutorial-priority-3 .toppanel {
	position: relative;
}
.data-tutorial-priority-3 .toppanel.mini-menu img {
	position: absolute;
    left: 3vw;
    right: auto;
}
.tutorial-desc-3-1 {
	position: absolute;
	bottom: 22vw;
	left: 4vw;
}
.tutorial-desc-3-2 {
	position: absolute;
	bottom: 22vw;
	right: 4vw;
}

/**********************************************  TUTORIAL-4  **********************************************/

.data-tutorial-priority-4 .item-buy-btn {
	display: inline-block;
	width: 20vw;
	float: none;
}
.tutorial-desc-4-1 {
	position: absolute;
	bottom: 20vw;
	width: 100%;
}

/**********************************************  TUTORIAL-5  **********************************************/

.data-tutorial-priority-5 .add-cart-column {
	margin: 3vw 0 0 0;
}
.tutorial-desc-5-1 {
	position: absolute;
	top: 27vw;
	left: 4vw;
}
.tutorial-desc-5-2 {
	position: absolute;
	top: 27vw;
	left: 35vw;
}
.tutorial-desc-5-3 {
	position: absolute;
	top: 27vw;
	right: 4vw;
}
.tutorial-desc-5-4 {
	position: absolute;
	bottom: 16vw;
	left: 7vw;
}
.tutorial-desc-5-5 {
	position: absolute;
	bottom: 16vw;
	right: 10vw;
}
.tutorial-body .item-info-btn {
	border: 0px solid #FFFFFF;
}

/**********************************************  TUTORIAL-6  **********************************************/

.data-tutorial-priority-6 .cart-col-name {
	text-align: left;
}
.tutorial-desc-6-1 {
	position: absolute;
	top: 23vw;
	width: 100%;
}
.tutorial-desc-6-2 {
	position: absolute;
	bottom: 15vw;
	left: 4vw;
}
.tutorial-desc-6-3 {
	position: absolute;
	bottom: 15vw;
	right: 0vw;
}

/**********************************************  TUTORIAL-7  **********************************************/

.data-tutorial-priority-7 .extended-title {
	text-align: left;
}
.data-tutorial-priority-7 .extended-price {
	text-align: right;
}
.tutorial-desc-7-1 {
	position: absolute;
	top: 22vw;
	width: 100%;
}
.tutorial-desc-7-2 {
	position: absolute;
	bottom: 18vw;
	left: -5vw;
}
.tutorial-desc-7-3 {
	position: absolute;
	bottom: 18vw;
	right: -5vw;
}
.data-tutorial-priority-7 .product, .data-tutorial-priority-7 .item {
	position: relative;
	margin: 5vw 1%;
	width: 98%;
	float: left;
}

/**********************************************  TUTORIAL-8  **********************************************/

.data-tutorial-priority-8 .select-title {
	text-align: left;
}
.tutorial-desc-8-1 {
	position: absolute;
	top: 7vw;
	width: 100%;
}
.tutorial-desc-8-2 {
	position: absolute;
	bottom: 12vw;
	width: 100%;
}
.data-tutorial-priority-8 .cart-items {
	background-color: #FFFFFF;
}
.tutorial-body .extended-title {
	width: 35%;
	padding: 0 0 0 15%;
	background-repeat: no-repeat;
}

/**********************************************  TUTORIAL-9  **********************************************/

.data-tutorial-priority-9 .cart-form-box {
	text-align: left;
	color: #FFFFFF;
}
.tutorial-desc-9-1 {
	position: absolute;
	top: 7vw;
	width: 100%;
}
.tutorial-desc-9-2 {
	position: absolute;
	top: 7vw;
	width: 100%;
}

/**********************************************  TUTORIAL-10  **********************************************/

button.tutorial-replay {
	width: 10vw;
	height: 10vw;
	display: inline-block;
	border: none;
	line-height: 10vw;
	border-radius: 360vw;
	cursor: pointer;
}
.tutorial-replay-icon {
	width: 10vw;
	height: 10vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 60%;
}

/************************************************************ RESPONZIVE PC ********************************************************/

@media only screen and (min-width: 1000px) {

.tutorial-box {
	display: none;
}
	
}

	.loading{
		display:none;
	}
	/* STYLE DIFF */

.items .item-photo-content::after,
.favorite-items-container .item-photo-content::after {
  content: "";
  width: 100%;
  height: 72vw;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url(/user-data/factories/403/imgs/paw_black.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center top 15vw;
  position: absolute;
  inset: 0;
  border-radius: 3.6vw 3.6vw 0 0;
  opacity: 0;
  transition: opacity 0.2s;
}

.items .item-photo-content:hover::after,
.favorite-items-container .item-photo-content:hover::after {
  opacity: 0.75;
}

.item-buy-now-icon {
  background-image: url(/user-data/factories/403/imgs/paw_cart_white.png);
}

@media (orientation: landscape) {
  .item .item-photo-content::after {
    height: 18.2rem;
    border-radius: 8px 8px 0 0;
    background-position: center top 3.5rem;
  }
}

/* Rounded */
@font-face {
  font-family: OpenSans-Light;
  src: url(/user-data/factories/403/Ubuntu-Light.ttf); /* propojení­ na umí­stění­ souboru */
}
@font-face {
  font-family: OpenSans-Semibold;
  src: url(/user-data/factories/403/Ubuntu-Bold.ttf); /* propojení­ na umí­stění­ souboru */
}
