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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  pointer-events: none;
  z-index: 10;
  border-radius: calc(padding / 1.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

  100% {
    transform: rotate(360deg);
  }
}

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

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

:root {
  --swiper-theme-color: #007aff;
}

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

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

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

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  width: 100%;
  min-width: 1px;
}

.swiper-3d .swiper-slide-shadow {
  background: #000000e6;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;
}

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

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 100% 0;
}

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

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

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

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, #0000001a);
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

body, html {
  overscroll-behavior-y: none;
  overscroll-behavior-x: none;
  scroll-behavior-y: none;
}

:root {
  --swiper-theme-color: #007aff;
}

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

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

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

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  width: 100%;
  min-width: 1px;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #000000e6;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

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

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

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

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

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

  100% {
    transform: rotate(360deg);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;
}

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

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 100% 0;
}

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

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

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

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, #0000001a);
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

.swiper {
  padding: 0;
}

@media (width <= 800px) {
  .swiper {
    width: calc(100% + 50px);
    padding: 0;
    transform: translateX(-25px);
  }

  .swiper1 {
    padding-top: 0;
  }
}

@media (width >= 801px) {
  .swiper-wrapper, .swiper {
    overflow: visible;
  }
}

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

.swiper-slide {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  padding-bottom: 0;
  display: flex;
}

.swiper-slide p {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

@media (width <= 800px) {
  .swiper-slide p {
    font-size: 12px;
  }
}

.swiper-slide :is(.name, .prijmeni) {
  color: #323549;
  text-indent: 0%;
  width: auto;
  font-family: Playfair Display, serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}

.swiper-slide .titul {
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 0;
}

.swiper-slide .line3:first-of-type {
  padding-top: 15px;
  text-decoration: underline;
}

.swiper-slide .line3:nth-of-type(2) {
  padding-top: 5px;
}

.cardRow {
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px;
  display: flex;
}

.swiper-slide .cardRow:nth-of-type(2) {
  border-top: 1px dotted #323549;
  margin-top: 25px;
}

.cardRow * {
  text-align: right !important;
}

.cardRow > .bio {
  text-align: right;
  text-align: left;
}

[data-type="small"] {
  padding-bottom: 100px !important;
}

[data-type="small"] .swiper-slide {
  border: 0 solid #fff;
  height: 50vh;
}

[data-type="small"] .swiper-slide .inside {
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

[data-type="small"] .swiper-slide .inside img {
  object-position: center center;
}

@media (width <= 850px) {
  [data-type="small"] .swiper-slide {
    border: 0 solid #fff;
    height: 80vw;
  }
}

*, :after, :before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
}

@font-face {
  font-family: Mirage Regular;
  font-style: normal;
  font-weight: normal;
  src: local(MADE Mirage Regular), url("MADE_MIrage_Regular.9d7e471f.woff") format("woff");
}

@font-face {
  font-family: Pangram Regular;
  font-style: normal;
  font-weight: normal;
  src: local(Pangram Regular), url("Pangram-Regular.cd528639.woff") format("woff");
}

@font-face {
  font-family: Pangram Bold;
  font-style: normal;
  font-weight: normal;
  src: local(Pangram Regular), url("Pangram-Bold.cedd445d.woff") format("woff");
}

@font-face {
  font-family: Mirage Thin;
  font-style: normal;
  font-weight: normal;
  src: local(MADE Mirage Thin), url("MADE_MIrage_Thin.7964b57b.woff") format("woff");
}

p strong {
  font-family: Pangram Bold;
}

.techinfo {
  columns: 2;
  column-gap: 50px;
  min-width: 800px;
  max-width: 1200px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.body p {
  padding-bottom: 10px;
}

.body div span {
  text-align: center;
  padding-top: .5em;
  font-family: Mirage Thin;
  font-size: 4vw;
  display: block;
}

.techinfo div p {
  text-align: center;
  flex-basis: 50%;
  padding-bottom: 10px;
  padding-left: 15px;
}

.techinfo > p:before {
  content: "●";
  display: block;
  position: absolute;
  transform: translateX(-15px);
}

.bigPerex {
  font-size: 20px;
}

* {
  outline: none;
  box-shadow: none !important;
  outline: none !important;
}

img {
  box-shadow: none;
  border: 0;
}

.color {
  color: #5d3218;
  border-color: #5d3218;
}

.whiteGreen {
  color: #dae9b9;
}

.center {
  text-align: center;
}

.white {
  color: #fff;
  border-color: #fff;
}

@media (width <= 800px) {
  .techinfo {
    columns: 1;
    max-width: unset;
    min-width: unset;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
  }

  .body {
    flex-direction: column !important;
  }

  .body div span {
    font-size: 35px;
  }
}

section {
  display: block;
}

.menu {
  flex-direction: row;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
  display: flex;
}

.menu > div {
  text-transform: uppercase;
  color: #5d3218;
  cursor: pointer;
  border: 1px solid #fff0;
  border-radius: 50vw;
  padding: 10px 20px 7px;
  font-family: Pangram Regular;
  font-size: 16px;
}

.menu > div:hover {
  border: 1px solid #5d3218;
  transition: all .6s;
}

@media (width <= 800px) {
  .menu {
    width: 100%;
    padding-top: 10px;
  }

  .menu > div {
    border: 0;
    padding: 10px 10px 7px;
    font-size: 12px;
  }
}

.intro {
  width: 100vw;
  height: 100vw;
  min-height: 100svh;
  padding: 15px;
}

.intro > .inside {
  box-shadow: none;
  background-image: url("home_bychory.53b04606.jpg");
  background-position: center;
  background-size: cover;
  border: 0;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.logo {
  align-self: flex-start;
  width: 20vw;
  max-width: 200px;
  position: absolute;
  right: 30px;
}

.logo img {
  object-fit: contain;
}

.h1_holder {
  flex-direction: row;
  width: calc(100% - 30px);
  padding: 30px;
  display: flex;
  position: absolute;
}

.intro h1 {
  letter-spacing: -.05em;
  text-transform: uppercase;
  color: #fff;
  width: min-content;
  font-family: Mirage Regular;
  font-size: 12.5vw;
  font-weight: 300;
  line-height: .9em;
  display: block;
}

p {
  font-family: Pangram Regular;
  font-size: 16px;
  line-height: 1.4em;
}

p a, p strong {
  color: #5d3218;
  font-family: Pangram Bold;
}

.upper {
  text-transform: uppercase;
}

.about {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100svh;
  padding: 50px;
  display: flex;
}

.row {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 5vh;
  display: flex;
}

.about > .inside {
  flex-direction: row;
  display: flex;
}

.about > .inside > div {
  flex-basis: 50%;
}

.button {
  text-transform: uppercase;
  border: 1px solid #5d3218;
  border-radius: 50vw;
  flex-direction: column;
  align-items: center;
  width: max-content;
  padding: 10px 20px;
  font-family: Pangram Regular;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .8s;
  display: flex;
}

.button:hover {
  color: #fff;
  cursor: pointer;
  background-color: #5d3218;
  transition: all .8s;
}

.arrow {
  width: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.button > div {
  width: max-content;
  display: inline-block;
  transform: translateY(2px);
}

.map {
  flex-direction: column;
  flex-basis: 30%;
  justify-content: center;
  align-items: flex-end;
  padding: 30px;
  display: flex;
}

h3 {
  padding-bottom: 15px;
  font-family: Pangram Bold;
  font-size: 22px;
}

.map img {
  width: 100%;
}

.arealMap img {
  object-fit: contain;
  max-height: 100vh;
}

@media (width <= 850px) {
  .about {
    padding: 20px;
  }

  .about > .inside {
    flex-direction: column;
    padding-top: 0;
  }

  .aboutTextHolder {
    max-width: unset;
    width: 100%;
  }

  .perex {
    max-width: 100%;
  }

  .about {
    padding-bottom: 20px;
  }
}

.about {
  padding-bottom: 20px;
}

h2 {
  letter-spacing: -.05em;
  text-wrap: balance;
  padding-bottom: .5em;
  font-family: Mirage Thin;
  font-size: 5.55556vw;
  line-height: .9em;
}

.swiper-nav {
  z-index: 1000;
  flex-direction: row-reverse;
  justify-content: space-between;
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.swiper-button-next, .swiper-button-prev {
  cursor: pointer;
  background-color: unset;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin: 10px;
}

.swiper-button-prev {
  background-image: url("sipka_l.71df0c27.svg");
}

.swiper-button-next {
  background-image: url("sipka_R.ef5680ec.svg");
}

.swipe-nav > div:hover {
  cursor: pointer;
}

.swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}

@media (width <= 850px) {
  h2 {
    font-size: 35px;
  }

  .swiper-slide {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100vw;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 25px;
    height: 25px;
  }

  .swiper-nav {
    width: min-content;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.aboutSwiper {
  height: 100vh;
}

.swiper-slide .inside {
  box-shadow: none;
  object-fit: contain;
  border: none;
  border-radius: 20px;
  height: 100vh;
  overflow: hidden;
}

.swiper-slide .inside img {
  object-fit: contain;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  height: 100%;
}

@media (width <= 850px) {
  .aboutSwiper, .swiper-slide .inside {
    height: 50vh;
  }
}

.areal {
  background-color: #596343;
}

.areal .inside {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.areal .inside > div {
  flex-basis: 50%;
}

.areal:before, .areal:after {
  content: "";
  background-color: #596343;
  width: 100vw;
  height: 30px;
  display: block;
  position: absolute;
}

.areal:before {
  transform: translateY(-30px);
}

.areal img {
  width: 100%;
}

.subhead {
  padding-top: 50px;
}

.arealMap {
  border-top: 1px solid #dae9b9;
  border-bottom: 1px solid #dae9b9;
}

.areaInfo {
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  display: flex;
}

.body {
  flex-direction: row;
  justify-content: space-between;
  min-width: 800px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  column-gap: 50px !important;
}

.body > div {
  flex-basis: 25%;
}

.body > div > p {
  text-align: center !important;
}

@media (width <= 850px) {
  .areaInfo {
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    display: flex;
    transform: translateY(0);
  }

  .body {
    min-width: unset;
  }

  .areaInfo p {
    max-width: 100%;
  }
}

.byty {
  padding: 20px;
}

.byty > .inside {
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  display: flex;
}

.byty .inside h2 {
  padding-top: 50px;
}

.byty .inside p {
  max-width: 50vw;
}

.tableHolder {
  width: 80vw;
  overflow-x: scroll;
}

.table {
  width: 100%;
  min-width: 800px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}

@media (width <= 850px) {
  .table {
    min-width: unset;
    width: 100%;
    max-width: 100vw;
    padding: 50px 0;
  }
}

.table, .table a {
  color: #5d3218;
  text-decoration: none;
}

.tRowHead {
  padding: 30px 10px 10px;
}

.byty .inside s.tRowHead p {
  padding-left: 0 !important;
}

.tRow sup {
  vertical-align: super;
  font-size: smaller;
}

.table .tRow {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.tRow > div {
  text-wrap: nowrap;
  flex-basis: 16.6667%;
  width: max-content;
  padding: 10px;
}

.tRow {
  border-bottom: 1px solid #8e6246;
}

.tRow > div:nth-last-of-type(2) {
  text-align: right;
}

.tRow > div:last-of-type {
  text-align: center;
}

@media (width <= 850px) {
  .bigPerex {
    font-size: 16px;
  }

  .tRow > div {
    padding: 5px;
    font-size: 11px;
  }

  .tRowHead {
    text-align: centers;
    padding: 30px 5px 5px;
  }

  .tRow > div {
    flex-basis: 25%;
  }
}

.tRow > div:first-of-type {
  font-family: Mirage Regular;
}

.tRow:after {
  content: "";
  z-index: -1;
  cursor: pointer;
  border-radius: 50vw;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.tRow:hover:after {
  background-color: #5d3218;
}

.tRow:hover div {
  border-color: #fff0;
}

.tRow:hover div, .tRow:hover div a {
  color: #fff;
}

footer {
  color: #fae0cf;
  background-color: #373737;
  height: 100svh;
  padding: 50px;
}

footer .inside {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

footer:before {
  transform: translateY(-30px);
}

main {
  max-width: 1900vw;
  overflow: hidden;
}

.info {
  flex-flow: wrap;
  justify-content: flex-start;
  row-gap: 50px;
  display: flex;
}

.info > div {
  width: 33%;
}

@media (width <= 850px) {
  .info > div {
    width: 100%;
  }

  .hideMob {
    display: none;
  }

  .info {
    row-gap: 20px;
  }
}

.infoCol {
  padding-right: 20px;
}

.infoCol p {
  text-transform: uppercase;
  font-size: 14px;
}

.infoCol .adress {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.4em;
}

.infoCol .name {
  text-transform: uppercase;
  max-width: max-content;
  margin-top: 1em;
  font-family: Mirage Regular;
  font-size: 35px;
  line-height: 1em;
}

.infoCol:nth-of-type(2), .infoCol:nth-of-type(3), .infoCol:nth-of-type(5) {
  border-left: 1px solid #fae0cf;
  padding-left: 30px;
}

.line {
  opacity: .6;
  background-color: #fae0cf;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
}

.bottom {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.bottom a {
  color: #fae0cf;
  font-family: Mirage Regular;
  font-size: 28px;
  text-decoration: none;
}

.bottom a:hover {
  text-decoration: underline;
}

.logoFoot {
  width: 250px;
}

.logoFoot svg {
  width: 100%;
}

.now {
  background-color: #373737;
}

.now h2 {
  color: #fae0cf;
  width: 100%;
  padding: 80px;
}

.infoCol.col1 {
  order: 1;
}

.infoCol.col2 {
  order: 2;
}

.infoCol.col3 {
  order: 3;
}

.infoCol.col4 {
  order: 4;
}

.infoCol.col5 {
  order: 5;
}

.infoCol.col6 {
  order: 6;
}

@media (width <= 850px) {
  .infoCol.col1 {
    order: 1;
  }

  .infoCol.col2 {
    order: 3;
  }

  .infoCol.col3 {
    order: 4;
  }

  .infoCol.col4 {
    order: 2;
  }

  .infoCol.col5 {
    order: 5;
  }

  p {
    font-size: 13px;
  }

  .areal .inside {
    min-height: unset;
  }

  .byty {
    padding: 10px;
  }

  .byty .inside p {
    max-width: 100%;
  }

  .logoFoot {
    width: 150px;
  }

  .infoCol p {
    text-transform: uppercase;
    font-size: 12px;
  }

  footer {
    height: auto;
    min-height: 100svh;
    padding: 20px;
  }

  .info {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .infoCol {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0 !important;
  }

  .infoCol:nth-of-type(2), .infoCol:nth-of-type(3), .infoCol:nth-of-type(5) {
    border-left: 0 solid #fae0cf;
  }

  .infoCol:nth-of-type(2), .infoCol:nth-of-type(3), .infoCol:nth-of-type(4), .infoCol:nth-of-type(5) {
    border-top: 1px solid #fae0cf;
    padding-top: 10px;
  }

  .bottom {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .bottom a {
    padding-top: 20px;
    font-size: 22px;
  }

  .line {
    opacity: .6;
    background-color: #fae0cf;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .infoCol .name {
    font-size: 20px;
  }

  .infoCol p, .infoCol .adress {
    font-size: 11px;
  }

  .byty .inside h2 {
    padding-top: 20px;
  }
}

.swiper * {
  -webkit-user-select: none;
  user-select: none;
}

@media (width <= 850px) {
  .swiper {
    width: calc(100% + 50px);
    transform: translateX(-25px);
    padding: 0 !important;
  }

  .swiper1 {
    padding: 0 !important;
  }

  .row {
    flex-direction: column;
    row-gap: 10px;
  }

  .intro {
    min-height: 80svh;
    padding: 0;
  }

  .intro .inside {
    border-radius: 0 0 20px 20px;
  }

  .h1_holder {
    width: 100%;
    padding: 20px;
  }
}

.now:before {
  content: "";
  background-color: #373737;
  width: 100%;
  height: 30px;
  display: block;
  position: absolute;
  transform: translateY(-30px);
}

.modal {
  z-index: 1;
  background-color: #373737;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
}

:focus {
  outline: none !important;
}

.modal-content {
  background-color: #373737;
  border: 1px solid #888;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  max-height: 100svh;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  overflow-y: scroll;
  border: none !important;
}

.modal-content p {
  font-size: 12px;
}

.modal-content p, .modal-content p strong, .modal-content h2 {
  color: #fae0cf !important;
}

@media (width <= 800px) {
  .modal-content {
    width: 100vw;
  }
}

.close {
  color: #fae0cf;
  font-size: 28px;
  font-weight: bold;
  position: fixed;
  top: 30px;
  right: 30px;
}

.close:hover, .close:focus {
  color: #fae0cf;
  cursor: pointer;
  text-decoration: none;
}

#promoWindow {
  opacity: 0;
  transform: translateY(50px);
}

.promo-holder {
  z-index: 10000;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.promo-window {
  background-color: #d7d2c8;
  border-radius: 20px;
  max-width: 900px;
  margin: 50px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px #0003;
}

.image-side {
  background-image: url("2_faze.ff39dcbb.jpg");
  background-size: cover;
  border-radius: 10px;
  flex: 1;
  height: 300px;
  margin: 10px;
}

.text-side {
  color: #2d1f12;
  flex: 1;
  padding: 40px;
  position: relative;
}

.text-side h1 {
  margin-bottom: 20px;
  font-family: Mirage Regular;
  font-size: 32px;
}

.text-side p {
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Pangram Regular ;
  font-size: 16px;
  line-height: 1.5;
}

.text-side a {
  color: inherit;
  font-family: Pangram Bold;
}

.close-icon {
  cursor: pointer;
  font-size: 24px;
  font-weight: lighter;
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (width >= 121px) and (width <= 500px) {
  .promo-window {
    flex-direction: column-reverse;
    margin: 20px;
    display: flex;
  }

  .image-side {
    flex: unset;
    height: 250px;
  }
}



.splitting .word, .splitting .char {
  display: inline-block;
}

.splitting .char {
  position: relative;
}

.splitting .char:before, .splitting .char:after {
  content: attr(data-char);
  visibility: hidden;
  -webkit-user-select: none;
  user-select: none;
  transition: inherit;
  position: absolute;
  top: 0;
  left: 0;
}

.splitting {
  --word-center: calc((var(--word-total)  - 1) / 2);
  --char-center: calc((var(--char-total)  - 1) / 2);
  --line-center: calc((var(--line-total)  - 1) / 2);
}

.splitting .word {
  --word-percent: calc(var(--word-index) / var(--word-total));
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  --char-percent: calc(var(--char-index) / var(--char-total));
  --char-offset: calc(var(--char-index)  - var(--char-center));
  --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

.splitting.cells img {
  width: 100%;
  display: block;
}

@supports (display: grid ) {
  .splitting.cells {
    visibility: hidden;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }

  .splitting .cell-grid {
    background: inherit;
    grid-template: repeat(var(--row-total), 1fr) / repeat(var(--col-total), 1fr);
    width: 100%;
    height: 100%;
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
  }

  .splitting .cell {
    background: inherit;
    position: relative;
    overflow: hidden;
  }

  .splitting .cell-inner {
    background: inherit;
    visibility: visible;
    width: calc(100% * var(--col-total));
    height: calc(100% * var(--row-total));
    left: calc(-100% * var(--col-index));
    top: calc(-100% * var(--row-index));
    position: absolute;
  }

  .splitting .cell {
    --center-x: calc((var(--col-total)  - 1) / 2);
    --center-y: calc((var(--row-total)  - 1) / 2);
    --offset-x: calc(var(--col-index)  - var(--center-x));
    --offset-y: calc(var(--row-index)  - var(--center-y));
    --distance-x: calc((var(--offset-x) * var(--offset-x)) / var(--center-x));
    --distance-y: calc((var(--offset-y) * var(--offset-y)) / var(--center-y));
  }
}

/*# sourceMappingURL=index.812374b9.css.map */
