@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi Italic;
  src: url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter Italic;
  src: url('../fonts/Inter-Italic-VariableFont_opszwght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-VariableFont_opszwght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --0d9f3e: #0d9f3e;
}

a {
  color: #141414;
  text-decoration: underline;
}

.fsadfsadf {
  grid-row-gap: 16px;
  box-shadow: none;
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  transition: all .2s linear;
  display: flex;
  overflow: hidden;
}

.fsadfsadf:hover {
  box-shadow: 0 40px 30px #0000000f, 0 11px 24px #0000000d;
}

.sadf {
  color: #141414;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.sadfa {
  color: #141414;
  letter-spacing: -1.2px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.dsfasdf {
  color: #141414;
  letter-spacing: -1.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable;
  font-size: 52px;
  font-weight: 800;
  line-height: 52px;
}

.fdsasdf {
  color: #062b0b;
}

.asdffd {
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 16px 18px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 30px 5px #00000012;
}

.asdfasdfasdf {
  grid-row-gap: 24px;
  border: 2px solid #f0f0f0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 44px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.sadfsadf {
  border: 2px solid #f0f0f0;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: all .2s linear;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sadfsadf:hover {
  box-shadow: 0 11px 24px #0000000d, 0 0 30px #0000000a, 0 40px 30px #0000000f;
}

.sdfsdfsdf {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.gallery_image-wrapper {
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.navbar-logo {
  width: 100%;
  height: 32px;
}

.lokace-popup-details {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

._4-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: grid;
}

._4-grid.location {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-columns: 1fr 1fr 1fr;
}

.gallery_arrow-icon {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.pages {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.gallery-arrow-left {
  background-color: var(--0d9f3e);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: auto 80px 25px auto;
  overflow: visible;
}

.gallery-arrow-left:hover {
  background-color: #0b8534;
}

.navbar-menu-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.icon-wrapper {
  grid-column-gap: 10px;
  background-color: #f9f9f9;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.icon-lg {
  width: 44px;
  height: 44px;
}

.darkgreen .icon-wrapper {
  background-color: #0d9f3e;
}

.darkgreen .icon-wrapper .h4.green {
  color: #f9f9f9;
}

.box {
  grid-row-gap: 16px;
  box-shadow: none;
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  transition: all .2s linear;
  display: flex;
  overflow: hidden;
}

.box:hover {
  box-shadow: 0 40px 30px #0000000f, 0 11px 24px #0000000d;
}

.copyright {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2.25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: center start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.tokyo-image {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
}

.xlbox-popup {
  z-index: 2;
  background-color: #000000a3;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0%;
}

.h4 {
  color: #141414;
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.h4.green {
  color: #0d9f3e;
}

.h4.green.bigger {
  font-size: 28px;
  line-height: 28px;
}

.hero-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 24px;
  text-decoration: none;
  display: flex;
}

.icon.saoif {
  filter: brightness(17%);
}

.darkgreen-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.newyork-image {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
}

.hourglass-03 {
  object-fit: cover;
  overflow: hidden;
}

.gallery_image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}


@media (min-width: 568px) and (max-width: 991px) {
  .gallery_image {
    object-fit: contain;
  }
}

.menu-button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.subtitle-down {
  color: #141414;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.subtitle-down.middle {
  color: #fff;
  font-weight: 300;
}

.subtitle-down.middle.black {
  color: #141414;
  text-align: center;
}

.location-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.h2 {
  color: #141414;
  letter-spacing: -1.2px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.h2.white {
  color: #fff;
}

.newyork-textwrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.right-hero {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 380px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.tokyo-popup {
  z-index: 2;
  background-color: #000000a3;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0%;
}

.badge {
  grid-column-gap: 8px;
  background-color: #ffe8cd;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 200px;
  left: 27%;
}

.badge-text {
  color: #503318;
  letter-spacing: .1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.darkgreen {
  background-color: #062b0b;
  padding-top: 40px;
  padding-bottom: 40px;
}

.gallery_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.box-info {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.detail {
  color: #0d9f3e;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.price {
  color: #636363;
  letter-spacing: -.1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: line-through;
}

.box-popup-cena {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: grid;
}

.footer-wrapper {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.header-navbar {
  z-index: 2;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.lounge-popup-body {
  text-align: center;
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 10px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.logo {
  object-fit: cover;
}

.gallery_image-boxes {
  border-radius: 8px;
  width: 100%;
}

.logos-gradient {
  background-image: linear-gradient(90deg, #fff, #0e0c1500 25%);
  width: 5rem;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logos-gradient.is-inverted {
  background-image: linear-gradient(90deg, #fff, #0e0c1500 16% 31%);
  inset: 0% 0% 0% auto;
  transform: rotate(180deg);
}

.gallery-arrow-right {
  background-color: var(--0d9f3e);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 25px;
  right: 20px;
  overflow: visible;
}

.gallery-arrow-right:hover {
  background-color: #0b8534;
}

.xxlbox-popup {
  z-index: 2;
  background-color: #000000a3;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0%;
}

.kontakt-card {
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 30px #0000001a;
}

.icon-lokace-popup {
  object-fit: cover;
  overflow: hidden;
}

.popup-body {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  text-decoration: none;
  display: grid;
}

.box-cena {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.tokyo-popup-close {
  z-index: 5;
  opacity: .8;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.tokyo-popup-close:hover {
  opacity: 1;
}

.x-close-wrapper {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.frame-1000003577 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h1 {
  color: #141414;
  letter-spacing: -1.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 52px;
}

.link-row {
  color: #062b0b;
}

.legal {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.bechovicebox-popup-close {
  z-index: 5;
  opacity: .8;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.bechovicebox-popup-close:hover {
  opacity: 1;
}

.vyhody-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 270px;
  text-decoration: none;
  display: grid;
}

.vyhody-wrapper.down {
  flex-flow: column;
  display: flex;
}

.vyhody-wrapper.besidka {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.link-footer {
  color: #141414;
  text-decoration: none;
}

.cena-wrapper {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.cena-wrapper.cena-wrapper-discount {
  grid-column-gap: 10px;
  align-items: flex-end;
  flex-wrap: nowrap;
}

.cena-discount-values {
  grid-column-gap: 8px;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: nowrap;
  display: flex;
  white-space: nowrap;
}

.cena-discount-values .h4.green {
  order: 1;
}

.cena-discount-values .price,
.cena-discount-values .price-original {
  order: 2;
}

.price-original {
  color: #636363;
  letter-spacing: -.1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: line-through;
}

._16px-text {
  color: #141414;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
}

._16px-text.left {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

._16px-text.left.odpovednadoataz {
  padding-top: 24px;
}

.map {
  grid-column-gap: 24px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-middle-wrapper {
  grid-row-gap: 40px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.box-cta {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.kontakt-card-list {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.xxlbox-popup-body {
  text-align: center;
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 10px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

._3-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  text-decoration: none;
  display: grid;
}

.headings-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.mid-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.mid-wrapper.padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.box-bullet-list {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.box-info-cta {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.accordion-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 950px;
  display: flex;
}

.button-text {
  letter-spacing: .1px;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.gallery_slide-nav {
  justify-content: flex-start;
  align-items: center;
  font-size: .5rem;
  display: flex;
  bottom: 5%;
  left: 5%;
}

.faq-item {
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 16px 18px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 30px 5px #00000012;
}

.subtitle-up {
  color: #141414;
  letter-spacing: .1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.newyork {
  z-index: 2;
  background-color: #000000a3;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.image-wrapper.image-wrapper-offer {
  position: relative;
}

.div-block-2 {
  overflow: hidden;
}

.lokace-popup-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-hero-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.bechovicebox-popup-body {
  text-align: center;
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 10px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.googlemap {
  width: 100%;
}

.list-lokace-popup {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.wrapper.overflow-visible {
  overflow: visible;
}

.wrapper.nopadding {
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.logos-row3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: none;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 1.5rem;
  display: flex;
}

.menu-item-3 {
  justify-content: center;
  align-items: center;
  display: block;
}

.gallery_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 620px;
  height: 100%;
}

.gallery-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.accordion-item-content {
  margin-right: 30px;
  overflow: hidden;
}

.window {
  grid-row-gap: 24px;
  border: 2px solid #f0f0f0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 44px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

._13px-text {
  color: #141414;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 13px;
  text-decoration: none;
}

.lounge-popup-close {
  z-index: 5;
  opacity: .8;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.lounge-popup-close:hover {
  opacity: 1;
}

.cena-text-wrapper {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.footer {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.link-03_underline {
  perspective-origin: 50%;
  transform-origin: 100%;
  background-color: #0d9f3e;
  width: 100%;
  height: 1px;
}

.link-03_underline.has-left-origin {
  transform-origin: 0%;
  height: 1.5px;
}

.left-hero {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.okno {
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 268px;
  padding: 44px 24px;
  display: flex;
  overflow: hidden;
}

.image {
  width: 100%;
}

.image.hero1 {
  border-radius: 12px;
}

.image.hero2 {
  border-radius: 12px;
  display: none;
}

.image.bobox {
  object-fit: cover;
  height: 100%;
}

.tokyo-popup-body {
  text-align: center;
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 10px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.popu-cena-text {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.popu-cena-text.popu-cena-text-discount {
  grid-column-gap: 8px;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.popu-cena-text.popu-cena-text-discount .h4.green {
  order: 1;
}

.popu-cena-text.popu-cena-text-discount .price,
.popu-cena-text.popu-cena-text-discount .price-original {
  order: 2;
}

.popu-cena-text.bechovcie {
  justify-content: flex-end;
  align-items: flex-end;
}

.bechovicebox-text-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footter-lower {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tablet-menu {
  padding: 0;
}

.heading-hero-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 680px;
  text-decoration: none;
  display: flex;
}

.heading-hero-wrapper.middle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
}

.heading-hero-wrapper.middle.lokace {
  max-width: 800px;
}

.heading-hero-wrapper.short {
  max-width: 550px;
}

.heading-hero-wrapper.middle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  max-width: 685px;
}

.xxlbox-text-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.nav-link {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 19px;
  line-height: 28px;
  text-decoration: none;
  display: block;
  position: static;
}

.nav-link:hover,
.nav-link:visited {
  color: #000;
}

.xxlbox-popup-close {
  z-index: 5;
  opacity: .8;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.xxlbox-popup-close:hover {
  opacity: 1;
}

.locations-list-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.logo-2 {
  border-radius: 8px;
  width: 100%;
  height: 392px;
}

.logo-claim {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 348px;
  text-decoration: none;
  display: flex;
}

.velikosti-2grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
  text-decoration: none;
  display: grid;
  overflow: visible;
}

#nadchazejici .velikosti-2grid {
  position: relative;
  align-items: start;
}

#nadchazejici .image-wrapper-offer-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 88px;
  align-self: start;
}

#nadchazejici .image-wrapper.image-wrapper-offer {
  position: relative;
}

.window-headings-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hero-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.lounge-text-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.box-image {
  background-color: #f1f1f1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  max-height: 400px;
  position: relative;
  overflow: hidden;
}

.newyork-body {
  text-align: center;
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 10px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.bechovicebox-image {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
}

.bechovicebox-popup {
  z-index: 2;
  background-color: #000000a3;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0%;
}

.logos-container1 {
  background-color: #fff;
  display: flex;
  position: relative;
}

.button {
  color: #fff;
  background-color: #0d9f3e;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 10px 24px;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  color: #fff;
  background-color: #0b8534;
}

.button.style2 {
  color: #141414;
  background-color: #f0f0f0;
  height: 42px;
  padding-left: 14px;
  padding-right: 14px;
}

.button.style2:hover,
.button.style2.w--current {
  color: #fff;
  background-color: #141414;
}

.button.style2.none {
  display: none;
}

.xxlbox-image {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
}

.dark-green-wrapper-kontakt {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 430px;
  display: flex;
}

.newyork-close {
  z-index: 5;
  opacity: .8;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.newyork-close:hover {
  opacity: 1;
}

.lokace-okno {
  border: 2px solid #f0f0f0;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: all .2s linear;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lokace-okno:hover {
  box-shadow: 0 11px 24px #0000000d, 0 0 30px #0000000a, 0 40px 30px #0000000f;
}

.lokace-okno._2 {
  transition-property: box-shadow;
}

.explore {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-wrappr-lokace {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.footer-upper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar-menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.kontakt-card-jmeno {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h3 {
  color: #000;
  text-align: center;
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.h3.green {
  color: #0d9f3e;
}

.h3.left {
  text-align: left;
  width: auto;
}

.lokace-popup-textblocks-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1000003392 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
}

.section.none {
  display: none;
}

.box-nadpis {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.menu-item-text {
  color: #141414;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  position: relative;
}

.lounge-image {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
}

.tokyo-text-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.x-close {
  object-fit: cover;
  overflow: hidden;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.kontakt-card-list-text {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.uhrineves-popup-text-wrapper-copy {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-3 {
  background-color: #00000069;
  position: absolute;
  inset: 0%;
}

.full-div {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.left-hero-2 {
  border-radius: 12px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.frame-1000003537 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.offer {
  grid-column-gap: 5px;
  grid-row-gap: 10px;
  background-color: #fff800;
  border-radius: 160px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  max-width: 210px;
  height: 210px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 10px 80% auto auto;
}

.offer.offer-red {
  background-color: #d92d20;
}

.offer.offer-red .offer-text-small,
.offer.offer-red .offer-text-big {
  color: #fff;
}

.offer.offer-event {
  inset: 16px auto auto 16px;
}

.offer-text-small {
  color: #000;
  text-align: center;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.offer-text-small.offer-text-label {
  font-size: 24px;
  letter-spacing: -1.2px;
}

.offer-text-small.offer-text-suffix {
  letter-spacing: -.9px;
}

.offer-text-big {
  color: #141414;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
  text-decoration: none;
}

.offer-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-wrapper-b4 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-b4 {
  direction: ltr;
  color: #141414;
  text-align: center;
  letter-spacing: .1px;
  text-transform: none;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.button-wrapper-b4 {
  border: 2px solid #0d9f3e;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}

.location-text-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 15px;
  text-decoration: none;
  display: flex;
}

.button-4 {
  text-decoration: none;
}

.button-4:hover {
  color: #fff;
}

.lokace-image-wrapper {
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  max-height: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.badge-2 {
  grid-column-gap: 8px;
  background-color: #ffe8cd;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 80px;
  left: 27%;
}

.arrow-wrapper-b4 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.map-2 {
  grid-column-gap: 24px;
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.rectangle-8896 {
  object-fit: cover;
  border-radius: 8px;
}

.vyhoda {
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
}

.vyhoda._2,
.vyhoda._1 {
  top: 10px;
  left: 10px;
}

.lokace-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .header-navbar {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
  }

  .logos-gradient,
  .logos-gradient.is-inverted {
    display: block;
  }

  .wrapper.nopadding {
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .fsadfsadf {
    justify-content: flex-start;
    align-items: center;
  }

  .sadf {
    font-size: 16px;
    line-height: 22px;
  }

  .sadfa {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .dsfasdf {
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 46px;
    line-height: 46px;
  }

  .sdfsdfsdf {
    justify-content: space-between;
    align-items: center;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  ._4-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  ._4-grid.location {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-arrow-left {
    right: 14%;
  }

  .navbar-menu-wrapper {
    min-height: 6em;
  }

  .menu-right {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .box {
    justify-content: flex-start;
    align-items: center;
  }

  .copyright {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .tokyo-image {
    max-height: 400px;
  }

  .xlbox-popup {
    padding: 0;
  }

  .stickable-button {
    flex-flow: column;
    justify-content: center;
  }

  .hero-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .darkgreen-wrapper {
    width: 100%;
  }

  .newyork-image {
    max-height: 400px;
  }

  .menu-button {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .subtitle-down {
    font-size: 16px;
    line-height: 22px;
  }

  .subtitle-down.middle.black {
    color: #141414;
    text-align: center;
  }

  .location-wrapper {
    width: 100%;
  }

  .h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .newyork-textwrapper {
    grid-row-gap: 24px;
  }

  .right-hero {
    grid-row-gap: 12px;
    min-width: 0;
  }

  .tokyo-popup {
    padding: 0;
  }

  .badge {
    top: 46%;
    left: 25%;
  }

  .menu-icon_line-middle {
    background-color: #344054;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .darkgreen {
    padding-top: 0;
  }

  .header-navbar {
    min-height: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .lounge-popup-body {
    border-radius: 0;
    max-width: none;
    height: 100%;
    padding: 40px;
  }

  .xxlbox-popup {
    padding: 0;
  }

  .popup-body {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    height: 100%;
    overflow: scroll;
  }

  .box-cena {
    width: 100%;
  }

  .h1 {
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 46px;
    line-height: 46px;
  }

  .legal {
    width: auto;
  }

  .menu-icon_line-top {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .vyhody-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    min-width: 0;
  }

  ._16px-text.left.odpovednadoataz {
    padding-top: 10px;
  }

  .text-middle-wrapper {
    width: 100%;
  }

  .box-cta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .xxlbox-popup-body {
    border-radius: 0;
    max-width: none;
    height: 100%;
    padding: 40px;
  }

  ._3-grid,
  .mid-wrapper {
    width: 100%;
  }

  .newyork {
    padding: 0;
  }

  .lokace-popup-wrapper {
    grid-row-gap: 8px;
  }

  .text-hero-wrapper {
    grid-row-gap: 16px;
  }

  .bechovicebox-popup-body {
    border-radius: 0;
    max-width: none;
    height: 100%;
    padding: 40px;
  }

  .googlemap {
    width: 100%;
  }

  .gallery_slider {
    max-width: none;
  }

  .link-03_underline.has-left-origin {
    display: none;
  }

  .okno {
    min-height: 260px;
    padding: 32px 16px;
  }

  .image.hero1 {
    width: 100%;
    display: none;
  }

  .image.hero2 {
    object-fit: cover;
    width: 100%;
    max-height: 600px;
    display: block;
  }

  .tokyo-popup-body {
    border-radius: 0;
    max-width: none;
    height: 100%;
    padding: 40px;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .bechovicebox-text-wrapper {
    grid-row-gap: 24px;
  }

  .footter-lower {
    flex-flow: row;
  }

  .tablet-menu.w--open {
    background-color: #0000;
  }

  .heading-hero-wrapper.short {
    grid-row-gap: 8px;
    grid-row-gap: 8px;
  }

  .xxlbox-text-wrapper {
    grid-row-gap: 24px;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .locations-list-wrapper {
    width: 100%;
  }

  .velikosti-2grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image-wrapper-offer-sticky {
    position: relative;
    top: auto;
    align-self: auto;
  }

  .window-headings-wrapper {
    max-width: 200px;
  }

  .hero-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .lounge-text-wrapper {
    grid-row-gap: 24px;
  }

  .box-image {
    width: 100%;
  }

  .newyork-body {
    border-radius: 0;
    max-width: none;
    height: 100%;
    padding: 40px;
  }

  .bechovicebox-image {
    max-height: 400px;
  }

  .bechovicebox-popup {
    padding: 0;
  }

  .button.style2 {
    width: 100%;
  }

  .xxlbox-image {
    max-height: 400px;
  }

  .dark-green-wrapper-kontakt {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: 400px;
  }

  .navbar-menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-top: 1px solid #f2f4f7;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .h3 {
    font-size: 24px;
    line-height: 24px;
  }

  .lounge-image {
    max-height: 400px;
  }

  .tokyo-text-wrapper {
    grid-row-gap: 24px;
  }

  .accordion-item-trigger {
    justify-content: space-between;
    align-items: center;
  }

  .uhrineves-popup-text-wrapper-copy {
    grid-row-gap: 24px;
  }

  .offer {
    max-width: 180px;
    height: 180px;
    top: -74px;
    left: 70%;
  }

  .offer.offer-event {
    top: 16px;
    left: 16px;
    right: auto;
  }

  .offer-text-small {
    font-size: 16px;
  }

  .offer-text-small.offer-text-label,
  .offer-text-small.offer-text-suffix {
    font-size: 16px;
    letter-spacing: -.8px;
  }

  .offer-text-big {
    font-size: 40px;
    line-height: 100%;
  }

  .offer-text-wrapper {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .location-text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .lokace-image-wrapper {
    aspect-ratio: auto;
  }

  .badge-2 {
    top: 25%;
    left: 30%;
  }

  .vyhoda {
    display: block;
  }

  .lokace-card-wrapper {
    align-items: center;
  }
}


@media screen and (max-width: 767px) {
  .fsadfsadf {
    border-width: 0;
    padding: 0;
  }

  .fsadfsadf:hover {
    box-shadow: none;
  }

  ._4-grid.location {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-arrow-left {
    right: 25%;
  }

  .box {
    border-width: 0;
    padding: 0;
  }

  .box:hover {
    box-shadow: none;
  }

  .h4 {
    font-size: 18px;
    line-height: 18px;
  }

  .badge {
    top: 25%;
    left: 23%;
  }

  .header-navbar {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  ._16px-text.left.odpovednadoataz {
    padding-top: 0;
  }

  ._3-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .gallery_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .okno {
    min-height: 0;
  }

  .image.hero1 {
    display: block;
  }

  .image.hero2 {
    display: none;
  }

  .heading-hero-wrapper.middle {
    text-align: center;
    text-align: center;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-img {
    padding-left: 0;
  }

  .window-headings-wrapper {
    max-width: 250px;
  }

  .hero-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .navbar-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .offer {
    max-width: 160px;
    height: 160px;
    top: 0;
    left: auto;
    right: 32px;
  }

  .offer.offer-event {
    top: 12px;
    left: 12px;
    right: auto;
  }

  .offer-text-big {
    font-size: 36px;
  }

  .offer-text-small.offer-text-label,
  .offer-text-small.offer-text-suffix {
    font-size: 15px;
    letter-spacing: -.75px;
  }

  .badge-2 {
    top: 25%;
    left: 23%;
  }

  .vyhoda {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .fsadfsadf {
    border-style: none;
    padding: 0;
  }

  .fsadfsadf:hover {
    box-shadow: none;
  }

  .sadf {
    font-size: 15px;
    line-height: 21px;
  }

  .sadfa {
    font-size: 32px;
    line-height: 36px;
  }

  .dsfasdf {
    font-size: 34px;
    line-height: 40px;
  }

  .asdfasdfasdf {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sadfsadf {
    width: auto;
  }

  .gallery_image-wrapper {
    height: auto;
    min-height: auto;
  }

  ._4-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  ._4-grid.location {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: auto;
  }

  .gallery_arrow-icon {
    width: .7rem;
    height: .7rem;
  }

  .pages {
    grid-row-gap: 16px;
  }

  .gallery-arrow-left {
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    bottom: 5%;
    left: auto;
    right: 55px;
  }

  .menu-right {
    justify-content: center;
    align-items: center;
  }

  .box {
    border-style: none;
    padding: 0;
  }

  .box:hover {
    box-shadow: none;
  }

  .tokyo-image {
    max-height: none;
  }

  .stickable-button {
    z-index: 5;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding: 14px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .h4 {
    font-size: 18px;
    line-height: 20px;
  }

  .hero-section {
    padding: 32px 15px;
  }

  .newyork-image {
    max-height: none;
  }

  .gallery_image {
    object-fit: cover;
    min-height: 230px;
  }

  .menu-button {
    justify-content: center;
    align-items: stretch;
  }

  .subtitle-down {
    font-size: 15px;
    line-height: 21px;
  }

  .location-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .newyork-textwrapper {
    grid-row-gap: 16px;
    padding-bottom: 100px;
  }

  .right-hero {
    grid-row-gap: 20px;
    text-align: left;
    min-width: 0;
  }

  .badge {
    inset: auto 7% 42%;
  }

  .price {
    font-size: 15px;
  }

  .box-popup-cena {
    grid-template-columns: .75fr 1.25fr;
  }

  .header-navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lounge-popup-body {
    padding: 50px 10px 0;
  }

  .gallery_image-boxes {
    object-fit: cover;
    height: auto;
    max-height: 250px;
  }

  .gallery-arrow-right {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
    bottom: 5%;
    right: 15px;
  }

  .kontakt-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icon-lokace-popup {
    display: none;
  }

  .popup-body {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: scroll;
  }

  .h1 {
    font-size: 34px;
    line-height: 40px;
  }

  .legal {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cena-wrapper {
    grid-column-gap: 6px;
    justify-content: flex-start;
    align-items: center;
  }

  .price-original {
    font-size: 14px;
    line-height: 18px;
  }

  ._16px-text {
    font-size: 14px;
    line-height: 20px;
  }

  .xxlbox-popup-body {
    padding: 50px 10px 0;
  }

  .gallery_slide {
    width: 100%;
    height: auto;
  }

  .gallery_slide-nav {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: .8rem;
    display: none;
  }

  .subtitle-up {
    font-size: 12px;
    line-height: 16px;
  }

  .text-hero-wrapper {
    grid-row-gap: 16px;
  }

  .bechovicebox-popup-body {
    padding: 50px 10px 0;
  }

  .list-lokace-popup {
    grid-column-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .gallery_slider {
    height: auto;
    max-height: none;
  }

  .window {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  ._13px-text {
    font-size: 12px;
    line-height: 15px;
  }

  .cena-text-wrapper {
    width: auto;
    display: block;
  }

  .okno {
    padding: 24px;
  }

  .tokyo-popup-body {
    padding: 50px 10px 0;
  }

  .popu-cena-text {
    grid-column-gap: 6px;
    justify-content: flex-end;
    align-items: center;
  }

  .bechovicebox-text-wrapper {
    grid-row-gap: 16px;
    padding-bottom: 100px;
  }

  .heading-hero-wrapper.middle.lokace {
    max-width: 300px;
  }

  .heading-hero-wrapper.short {
    grid-row-gap: 24px;
    grid-row-gap: 24px;
  }

  .heading-hero-wrapper.middle {
    text-align: center;
  }

  .xxlbox-text-wrapper {
    grid-row-gap: 16px;
    padding-bottom: 100px;
  }

  .locations-list-wrapper {
    width: 100%;
  }

  .logo-2 {
    height: 240px;
  }

  .velikosti-2grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .window-headings-wrapper {
    max-width: 200px;
  }

  .lounge-text-wrapper {
    grid-row-gap: 16px;
    padding-bottom: 100px;
  }

  .box-image {
    min-height: 230px;
    max-height: 230px;
  }

  .newyork-body {
    padding: 50px 10px 0;
  }

  .bechovicebox-image {
    max-height: none;
  }

  .button {
    height: 48px;
  }

  .xxlbox-image {
    max-height: none;
  }

  .lokace-okno {
    width: auto;
  }

  .explore {
    grid-row-gap: 24px;
  }

  .text-wrappr-lokace {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .footer-upper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lounge-image {
    max-height: none;
  }

  .tokyo-text-wrapper {
    grid-row-gap: 16px;
    padding-bottom: 100px;
  }

  .uhrineves-popup-text-wrapper-copy {
    grid-row-gap: 16px;
    padding-bottom: 10px;
  }

  .offer {
    max-width: 140px;
    height: 140px;
    top: 0;
    right: 0%;
  }

  .offer.offer-event {
    top: 10px;
    left: 10px;
    right: auto;
  }

  .offer-text-small {
    font-size: 14px;
  }

  .offer-text-small.offer-text-label,
  .offer-text-small.offer-text-suffix {
    font-size: 14px;
    letter-spacing: -.7px;
  }

  .offer-text-big {
    font-size: 32px;
  }

  .lokace-image-wrapper {
    width: 100%;
  }

  .badge-2 {
    inset: auto auto 42%;
  }

  .rectangle-8896 {
    width: 100%;
  }

  .vyhoda {
    display: block;
  }
}

#w-node-_9225cc7f-b40a-d0c1-d681-9062ca5623d3-15460e59,
#w-node-f2297765-0a50-9948-6c70-f15e8ac15195-15460e59,
#w-node-_577d6985-35c8-8ac3-cda0-8315c6440aa2-15460e59,
#w-node-_932e4c43-cefb-d668-3b0d-de0044ac1a05-15460e59,
#w-node-_78984e3e-03bc-51f1-8505-675d64dc8eaf-15460e59,
#w-node-d8158d04-b18d-da0b-c7ea-112d7683c47f-15460e59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5cc0ec2e-1adc-d50f-c2da-9f59da66cf05-15460e59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f2297765-0a50-9948-6c70-f15e8ac14efa-15460e59 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi Italic';
  src: url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Italic';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
