@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.woff2') format("woff2"), url('../fonts/Satoshi-VariableItalic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --color--white-cloud: white;
  --font--satoshi: Satoshi, sans-serif;
  --color--black-venta: #151515;
  --text-size--regular: 1rem;
  --heading--h1: 5rem;
  --heading--h2: 2.5rem;
  --heading--h3: 2rem;
  --heading--h4: 1.2rem;
  --heading--h5: 1.25rem;
  --heading--h6: 1.125rem;
  --text-size--medium: 1.125rem;
  --text-size--display: 13.125rem;
  --color--button\<deleted\|variable-7731139c-bec1-4d45-40af-4af02ce8c93c\>: #151515;
  --color--backgroung\<deleted\|variable-1f207155-c92f-4db4-85e7-2af31b1ce875\>: #efefef;
  --text-size--small: .875rem;
  --color--primary\<deleted\|variable-79cb82db-d24b-8e59-53d1-d5c3fd82398d\>: #ee64ff;
  --color--golden-moccha: #ceb36a;
  --color--polar-light-grey: #f7f7f7;
  --text-size--large: 1.5rem;
  --text-size--huge: 3.5rem;
  --font--georgia: Georgia, Times, "Times New Roman", serif;
  --font--satoshi-variable: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --border--radius: .2rem;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--color--white-cloud);
  font-family: var(--font--satoshi);
  color: var(--color--black-venta);
  font-size: var(--text-size--regular);
  cursor: default;
  line-height: 1.5;
  text-decoration: none;
}

h1 {
  font-size: var(--heading--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}

h2 {
  font-size: var(--heading--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  font-size: var(--heading--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

h4 {
  font-size: var(--heading--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

h5 {
  font-size: var(--heading--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  font-size: var(--heading--h6);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

p {
  font-size: var(--text-size--regular);
  margin-bottom: 0;
}

a {
  color: var(--color--black-venta);
  font-size: var(--text-size--regular);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-size: var(--text-size--regular);
  font-weight: 400;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  font-size: var(--text-size--medium);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 0;
  padding: 10px 20px;
  line-height: 1.1;
}

.this-is-the-container {
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.this-is-the-container.container-small {
  max-width: 80rem;
}

.this-is-the-container.container-large {
  width: 90vw;
  max-width: none;
}

.heading-1 {
  font-size: var(--heading--h1);
  text-align: center;
  font-weight: 400;
  line-height: 1;
}

.rich-text p {
  font-size: var(--text-size--regular);
  margin-bottom: 0;
}

.rich-text h1, .rich-text h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
}

.rich-text li {
  font-size: var(--text-size--regular);
}

.rich-text h3 {
  font-size: var(--heading--h3);
  margin-bottom: 1rem;
  font-weight: 500;
}

.rich-text h4, .rich-text h5 {
  margin-bottom: 1rem;
  font-weight: 500;
}

.rich-text blockquote {
  margin-bottom: 1rem;
}

.rich-text h6 {
  margin-bottom: 1rem;
  font-weight: 500;
}

.rich-text.rich-text-size {
  text-align: center;
  max-width: 60ch;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.caps {
  z-index: 4;
  letter-spacing: .1rem;
  font-weight: 400;
  position: static;
}

.text-size-medium {
  font-size: var(--text-size--medium);
  line-height: 1.1;
}

.text-size-display {
  font-size: var(--text-size--display);
  letter-spacing: -.5975rem;
  font-weight: 300;
  line-height: 1;
}

.button-primary {
  grid-row-gap: .25rem;
  background-color: var(--color--button\<deleted\|variable-7731139c-bec1-4d45-40af-4af02ce8c93c\>);
  color: var(--color--backgroung\<deleted\|variable-1f207155-c92f-4db4-85e7-2af31b1ce875\>);
  font-size: var(--text-size--medium);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: .2rem;
  flex-direction: column;
  align-self: center;
  align-items: center;
  padding: .8rem 2.5rem;
  text-decoration: none;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary:hover {
  color: #efefef;
  background-color: #ceb36a;
}

.text-size-small {
  font-size: var(--text-size--small);
  line-height: 1.5;
}

.heading-2 {
  font-size: var(--heading--h2);
  font-weight: 500;
  line-height: 1;
}

.hero-wrapper {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 15vh;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.hero-header {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.tag-wrapper {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.elipse {
  background-color: var(--color--primary\<deleted\|variable-79cb82db-d24b-8e59-53d1-d5c3fd82398d\>);
  border-radius: 50%;
  width: .4rem;
  height: .4rem;
}

.elipse.hide-mobile {
  color: var(--color--golden-moccha);
  background-color: #ceb36a;
}

.caps {
  text-transform: uppercase;
}

.heading {
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
}

.heading.smaller {
  max-width: 60ch;
}

.heading.gap-manually {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

.hero-component {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-big-text {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  white-space: nowrap;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.hero-content {
  justify-content: space-between;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.hero-left-content {
  text-align: left;
  max-width: 30ch;
}

.big-elipse {
  background-color: #e4e4e4;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.hero-marquee {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  display: flex;
}

.button-line-wrap {
  background-color: #1515151a;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 1px;
  margin-top: 3px;
  display: flex;
}

.button-line-animation {
  background-color: #151515;
  width: 30%;
  height: 1px;
}

.hero-grid {
  z-index: 0;
  pointer-events: none;
  width: 74vw;
  max-width: 80rem;
  margin-top: -4vw;
  position: absolute;
}

.hero-interaction-wrapper {
  z-index: 2;
  pointer-events: none;
  cursor: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 4vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-images-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.text-images {
  max-width: 112ch;
}

.big-numbers {
  font-size: 5.3vw;
  font-weight: 400;
  line-height: 1;
}

.big-numbers-card {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.big-numbers-wrapper {
  grid-column-gap: 10.5rem;
  grid-row-gap: 10.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.span {
  text-align: left;
  white-space: nowrap;
  vertical-align: bottom;
  object-fit: cover;
  background-image: url('../images/Placeholder.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  border: 2px solid #0000;
  border-radius: 4.75rem;
  width: 6.5rem;
  height: 4rem;
  font-size: .875rem;
  line-height: 7.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.span.three {
  pointer-events: none;
  cursor: default;
  background-image: url('../images/Text-Punkva.webp');
  background-size: cover;
  border-radius: 5rem;
}

.span.one {
  pointer-events: none;
  white-space: nowrap;
  cursor: default;
  background-image: url('../images/Text-Jeskyne.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5rem;
}

.span.two {
  pointer-events: none;
  cursor: default;
  background-image: url('../images/Text-Macocha.webp');
  background-size: cover;
  border-radius: 5rem;
}

.span.three-copy {
  pointer-events: none;
  cursor: default;
  background-image: url('../images/Text-Punkva.webp');
  background-size: cover;
  border-radius: 5rem;
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 5.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-bottom: 8rem;
  display: grid;
}

.card {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--color--polar-light-grey);
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 4rem 3.5rem 4.3rem;
  transition: all .6s;
  display: flex;
}

.card:hover {
  background-color: #ebebeb;
}

.top-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 29ch;
  display: flex;
}

.big-text {
  font-size: 10.5rem;
  line-height: 1;
}

.this-is-the-section {
  background-color: var(--color--white-cloud);
  margin: 10rem 8rem 5rem;
}

.number {
  opacity: .2;
}

.button-hero {
  color: var(--color--black-venta);
  border-radius: .25rem;
}

.logos-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  align-items: center;
  margin-bottom: 8rem;
  display: flex;
}

.logos-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.logos {
  justify-content: center;
  align-items: center;
  height: 2.6rem;
  display: flex;
}

.section-logos {
  margin-top: 12rem;
}

.big-gap {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: column;
  display: flex;
}

.testimonial-wrapper {
  grid-column-gap: 4.9rem;
  grid-row-gap: 4.9rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 55ch;
  display: flex;
}

.max-width-100ch {
  max-width: 100ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
}

.testimonial-text {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 1.4rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial-image {
  border-radius: .5rem;
  width: 20rem;
  height: 20rem;
  max-height: 20rem;
  overflow: hidden;
}

.name {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  display: flex;
}

.icon {
  object-fit: contain;
}

.display-none {
  display: none;
}

.clip {
  border-radius: .5rem;
  overflow: hidden;
}

.opacity-50 {
  opacity: .5;
}

.testimonial-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-slider-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding: 1.5rem 2.8rem 1.5rem 1.5rem;
  display: flex;
}

.card-testimonial {
  background-color: var(--color--white-cloud);
  border-radius: 1rem;
  width: 55rem;
  max-width: 55rem;
  box-shadow: 0 4px 8px #0000000d, 0 15px 15px #0000000a, 0 33px 20px #00000008, 0 59px 24px #00000003, 0 92px 26px #0000;
}

.quote {
  max-width: 50ch;
  margin-right: .4rem;
}

.testimonial-slider {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  width: 100%;
  height: 100%;
}

.text-size-large {
  font-size: var(--text-size--large);
}

.text-size-large.height-1-15 {
  line-height: 1.15;
}

.slider-arrow-right {
  border: 1px solid #ddd;
  border-radius: 100%;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem .5rem;
  transition: all .2s;
  display: flex;
}

.slider-arrow-right:hover {
  background-color: var(--color--primary\<deleted\|variable-79cb82db-d24b-8e59-53d1-d5c3fd82398d\>);
}

.text-size-regular {
  font-size: var(--text-size--regular);
  line-height: 1.5;
}

.text-size-regular.height-1-15 {
  line-height: 1.15;
}

.slider-arrow-left {
  border: 1px solid #ddd;
  border-radius: 100%;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem .5rem;
  transition: all .2s;
  display: flex;
}

.slider-arrow-left:hover {
  background-color: var(--color--primary\<deleted\|variable-79cb82db-d24b-8e59-53d1-d5c3fd82398d\>);
}

.slider-star {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  justify-content: flex-end;
  display: flex;
}

.footer-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.credits-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-links {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  align-items: center;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-heading {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.credits {
  text-decoration: none;
  transition: opacity .2s;
}

.credits:hover {
  opacity: .8;
}

.footer-link {
  font-size: 1rem;
  font-weight: 500;
  transition: all .25s;
}

.footer-link:hover {
  color: #15151599;
  transform: translate(0, -2px);
}

.footer-social {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: .7rem;
  transition: all .3s;
  display: flex;
}

.footer-social:hover {
  background-color: var(--color--golden-moccha);
  transform: translate(0, -2px);
}

.icon-links {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.credits-text {
  color: #15151599;
}

.footer-social-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vertical-line {
  background-color: #8e8c87;
  width: 1px;
  height: .8rem;
}

.section-footer {
  background-color: var(--color--polar-light-grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.font-color {
  color: var(--color--black-venta);
}

.footer-links-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.heading-4 {
  margin-top: 0;
}

.text-box {
  max-width: 60ch;
}

.text-box.large {
  max-width: 60rem;
}

.heading-3 {
  font-size: var(--heading--h3);
  font-weight: 400;
  line-height: 1;
}

.hero-style-guide-wrapper {
  background-color: #1a1a1a;
  border-radius: 1rem;
  width: 100%;
  margin-top: 6rem;
  padding: 13rem 2rem 2rem;
  overflow: hidden;
}

.hero-style-guide-content {
  grid-row-gap: 1.5rem;
  color: #f3f3f3;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-guide-header {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4.5rem;
  display: flex;
}

.text-weight-bold {
  font-weight: 700;
}

.color-palette-text {
  margin-bottom: 2rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.heading-4 {
  font-size: var(--heading--h4);
  font-weight: 400;
  line-height: 1;
}

.style-guide-content {
  margin-bottom: 8rem;
}

.text-weight-light {
  font-weight: 300;
}

.style-guide-menu {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.color-palette {
  width: 100%;
  height: 10rem;
}

.color-palette.background {
  background-color: var(--color--backgroung\<deleted\|variable-1f207155-c92f-4db4-85e7-2af31b1ce875\>);
}

.color-palette.card {
  background-color: var(--color--white-cloud);
}

.color-palette.primary-color {
  background-color: var(--color--primary\<deleted\|variable-79cb82db-d24b-8e59-53d1-d5c3fd82398d\>);
}

.color-palette.font-color {
  background-color: var(--color--black-venta);
}

.heading-6 {
  font-size: var(--heading--h6);
  font-weight: 400;
  line-height: 1;
}

.style-guide-menu-links {
  grid-row-gap: 1.5rem;
  opacity: .5;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.style-guide-menu-links:hover, .style-guide-menu-links.w--current {
  opacity: 1;
}

.typography-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-weight-regular {
  font-weight: 400;
}

.style-guide-menu-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
}

.class-name-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.class-name-wrapper.margin-bottom-0 {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: .75rem;
  line-height: 1.15;
}

.typography-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.heading-5 {
  font-size: var(--heading--h5);
  font-weight: 400;
  line-height: 1;
}

.text-opacity {
  opacity: .7;
}

.divider-line {
  background-color: var(--color--black-venta);
  opacity: .1;
  width: 100%;
  height: 1px;
}

.text-size-huge {
  font-size: var(--text-size--huge);
  line-height: 1.25;
}

.style-gudie-content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-gudie-content.grid {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  font-size: 2rem;
  display: grid;
}

.sticky-menu {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 4rem;
}

.style-guide-component {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-top: 8rem;
  margin-bottom: 10rem;
}

.style-tag {
  color: #121212;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fbfbfb;
  border: 1px solid #fbfbfb33;
  border-radius: 10rem;
  padding: .625rem 1.5rem;
  font-weight: 500;
}

.color-palette-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--color--white-cloud);
  flex-flow: column;
  display: flex;
}

.works-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.works-card {
  background-color: var(--color--white-cloud);
  border-radius: .5rem;
  overflow: hidden;
}

.works-link {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 55vh;
  display: flex;
}

.works-image {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-content {
  justify-content: space-between;
  padding: 1.5rem 1.5rem 2.8125rem;
  display: flex;
}

.max-width-35ch {
  max-width: 35ch;
}

.works-hover-follow {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  white-space: nowrap;
  background-color: #fff6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.blog-image-wrapper {
  border-radius: 1.5rem;
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.mask-frame {
  z-index: 2;
  background-color: var(--color--primary\<deleted\|variable-79cb82db-d24b-8e59-53d1-d5c3fd82398d\>);
  opacity: 1;
  position: absolute;
  inset: auto 0% 0%;
}

.work-template-images {
  width: 100%;
  height: 60vh;
  margin-top: 4rem;
  margin-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.work-template-images.margin-bottom {
  margin-bottom: 8rem;
}

.work-template-images.vertical {
  width: 50%;
  height: 90vh;
  margin-bottom: 6rem;
  margin-left: 6vw;
  margin-right: auto;
}

.work-template-images.vertical.right {
  margin-left: auto;
  margin-right: 6vw;
}

.work-template-images.no-margin {
  margin-bottom: 0;
}

.hero-section {
  padding-top: 15vh;
  padding-bottom: 6rem;
}

.content-section {
  padding-top: 12rem;
  padding-bottom: 2.5rem;
}

.work-content-cms {
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.hero-works {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.works-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  max-width: 60ch;
  display: flex;
}

.text-size-medium-contact {
  font-size: 1.125rem;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-field-contact {
  color: var(--color--black-venta);
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #1515151a;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: 3rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: all .4s;
}

.text-field-contact:hover {
  color: var(--color--black-venta);
  border-width: 1px;
  border-color: #1515151a;
  padding-left: 1.2rem;
}

.text-field-contact:active {
  color: #212121;
}

.text-field-contact:focus {
  color: var(--color--black-venta);
  border-color: #212121;
}

.form-content {
  width: 100%;
}

.success-message {
  color: #000;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: .6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-size-medium-vw {
  font-size: var(--heading--h5);
  font-weight: 400;
}

.form-wrapper {
  margin-top: 1rem;
}

.form-wrapper.full-width {
  width: 50rem;
}

.text-size-contact {
  font-size: 1.2rem;
}

.name-wrapper-contact {
  width: 100%;
}

.submit-button {
  z-index: 3;
  color: #0000;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.contact-button {
  background-color: #1d1d1f;
  border-radius: .3rem;
  transition: all .25s;
}

.contact-button.align-center {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.error-message {
  color: #fbfbfb;
  text-align: center;
  background-color: #ec3c3c;
  border-radius: .7rem;
  margin-top: 2rem;
  padding: 1.5rem 1.1rem;
}

.form-component {
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
  margin-bottom: 8rem;
  display: flex;
}

.hero-card {
  background-color: var(--color--black-venta);
  border-radius: 1vh;
  width: 45vh;
  height: 55vh;
  position: absolute;
  overflow: hidden;
}

.hero-card.first {
  z-index: 3;
  transform: rotate(-4.89deg);
}

.hero-card.second {
  z-index: 2;
  background-color: var(--color--primary\<deleted\|variable-79cb82db-d24b-8e59-53d1-d5c3fd82398d\>);
  transform: rotate(-.463deg);
}

.hero-card.third {
  z-index: 1;
  background-color: #aa4646;
  transform: rotate(3.712deg);
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 200px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero-form {
  background-color: var(--color--white-cloud);
  padding-top: 15vh;
}

.nav-menu-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.right-navbar-content {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  align-items: center;
  display: flex;
}

.navbar-component {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.link-block-navbar {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .46rem .75rem;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.link-block-navbar:hover {
  opacity: .8;
  transform: translate(0, 1px);
}

.brand {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 1.8rem;
  display: flex;
}

.brand.w--current {
  width: 10rem;
}

.nav-link {
  color: #fbfbfb;
  padding-top: .2rem;
  padding-bottom: .2rem;
  text-decoration: none;
  transition: all .25s;
  position: relative;
}

.nav-link:hover {
  opacity: .8;
  transform: translate(0, 1px);
}

.nav-menu {
  z-index: 2;
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  align-items: center;
  display: none;
}

.navbar {
  background-color: #0000;
  width: 100%;
  position: absolute;
  top: 0;
}

.empty-state {
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.hero-section-works {
  padding-top: 15vh;
  padding-bottom: 6rem;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.desktop-3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-layout.desktop-3-column.grid-gap-m {
  justify-content: end;
}

.grid-layout.grid-gap-m {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.utility-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.utility-aspect-4x3 {
  aspect-ratio: 4 / 3;
  position: relative;
}

.utility-margin-bottom-2rem {
  margin-bottom: 2rem;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-wrapper {
  display: flex;
}

.button-secondary {
  grid-row-gap: .25rem;
  border: 1px solid var(--color--black-venta);
  color: var(--color--black-venta);
  font-size: var(--text-size--medium);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border-radius: .2rem;
  flex-direction: column;
  padding: .8rem 2.5rem;
  text-decoration: none;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-secondary:hover {
  border-color: var(--color--primary\<deleted\|variable-79cb82db-d24b-8e59-53d1-d5c3fd82398d\>);
  background-color: var(--color--primary\<deleted\|variable-79cb82db-d24b-8e59-53d1-d5c3fd82398d\>);
}

.delete-this {
  z-index: 20;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fbfbfb;
  border-radius: .75rem;
  flex-flow: column;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
}

.modal-button {
  color: #fbfbfb;
  text-align: center;
  cursor: pointer;
  background-color: #101011;
  border-radius: .5rem;
  width: 100%;
  padding: .8rem 1rem;
  text-decoration: none;
  transition: all .25s;
}

.modal-button:hover {
  background-color: #101011cc;
  transform: scale(.98);
}

.modal-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #101828;
  flex-flow: column;
  display: flex;
}

.modal-embed {
  display: flex;
}

.webflix-link {
  color: #101828;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.code-embed {
  width: .8rem;
  height: .8rem;
  display: flex;
}

.modal-buttons {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.opacity-80 {
  opacity: .8;
}

.exit {
  z-index: 5;
  cursor: pointer;
  background-color: #efefef;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  bottom: 1rem;
  left: .5rem;
}

.max-width-37ch {
  max-width: 37ch;
}

.modal-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #101828;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.modal-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

.link-to {
  align-items: center;
  font-weight: 700;
  display: flex;
}

.link-to.hero {
  color: #fff;
  transition: all .2s;
}

.link-to.hero:hover {
  color: #fbd784;
}

.link-to.hero.more {
  color: #fbd784;
  margin-top: 10px;
}

.link-to.hero.more:hover {
  transform: translate(2px);
}

.mntn-logo {
  height: 24px;
}

.icon-2 {
  width: 24px;
  height: 24px;
}

.icon-2.social {
  margin-bottom: 16px;
  margin-right: 0;
  transform: rotate(90deg);
}

.icon-2.margin-right {
  margin-right: 8px;
}

.hero-section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 93vh;
  display: flex;
  position: relative;
}

.slider-link {
  color: #fff;
  padding: 8px 24px 8px 40px;
  transition: all .2s;
}

.slider-link:hover {
  color: #fbd784;
  transform: translate(5px);
}

.nav-slider {
  z-index: 50;
  display: none;
  position: sticky;
  inset: auto 0% auto auto;
}

.footer-link-2 {
  color: #fff;
  margin-bottom: 8px;
  font-weight: 500;
  transition: all .2s;
}

.footer-link-2:hover {
  color: #fbd784;
}

.grid-2 {
  grid-column-gap: 81px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-2.footer {
  grid-column-gap: 0px;
  grid-template-columns: .75fr 1fr;
}

.nav-link-wrapper {
  color: #fff;
  font-weight: 700;
}

.icon-scroll {
  width: 16px;
  height: 24px;
  margin-left: 16px;
}

.icon-scroll.more {
  color: var(--color--golden-moccha);
  transform: rotate(-90deg);
}

.nav-link-2.nav {
  color: #fff;
  padding: 8px 24px;
  transition: all .2s;
}

.nav-link-2.nav:hover {
  color: #fbd784;
  transform: translate(0, -2px);
}

.logo.footer {
  margin-bottom: 24px;
}

.gradient-hero {
  opacity: .6;
  background-image: linear-gradient(135deg, #0b1d26, #0000 87%);
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.parallaxwraper {
  background-color: #0b1d26;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 28px 28px 80px #0b1d2666;
}

.text-block {
  white-space: nowrap;
  transform: translate(0, -32px)rotate(90deg);
}

.tagline {
  color: #fbd784;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.nav-slider-links {
  flex-direction: column;
  align-items: flex-end;
  width: 100px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.content-wrapper.hero {
  z-index: 50;
  justify-content: center;
  max-width: 1920px;
  position: fixed;
  top: 25%;
}

.content-wrapper.nav {
  justify-content: space-between;
  max-width: none;
}

.content-wrapper.content {
  max-width: 1440px;
}

.content-wrapper.content.footer {
  margin-bottom: 200px;
}

.content-wrapper.content.final-divide {
  margin-bottom: 15rem;
}

.content-wrapper.content.content-gap-8rem {
  margin-bottom: 8rem;
}

.mg {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.top {
  flex-direction: column;
  width: 100%;
  max-width: 290px;
  display: flex;
}

.author {
  color: #fff;
  border-bottom: 2px solid #ffffff4d;
  transition: all .2s;
}

.author:hover {
  color: #fbd784;
  border-bottom-color: #fbd7844d;
}

.h1-title {
  margin-bottom: 32px;
}

.footer {
  background-color: #0b1d26;
}

.links {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-2 {
  z-index: 100;
  padding-top: 40px;
  position: absolute;
  inset: 0% 0% auto;
}

.copyright {
  opacity: .5;
}

.indicator {
  background-color: #fff;
  width: 3px;
  height: 48px;
}

.content-hero {
  z-index: -700;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 790px;
  display: flex;
}

.footer-links-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hg {
  position: absolute;
  inset: 0%;
}

.roomtype-content {
  width: 100%;
  max-width: 550px;
  position: relative;
}

.vg {
  z-index: 50;
  position: absolute;
  inset: 0%;
}

.heading-tagline {
  color: var(--color--golden-moccha);
}

.content-section-2 {
  z-index: 50;
  background-color: var(--color--white-cloud);
  padding-top: 8rem;
  position: relative;
}

.image-2 {
  object-fit: cover;
  width: 480px;
  height: 680px;
}

.image-2.less-height {
  height: 580px;
}

.indicator-line {
  background-color: #fff6;
}

.count {
  z-index: -1;
  opacity: .05;
  font-size: 200px;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 85px;
  left: -100px;
}

.count.nocount {
  display: none;
}

.tagline-line {
  background-color: var(--color--golden-moccha);
  color: var(--color--golden-moccha);
  width: 72px;
  height: 2px;
  margin-right: 24px;
}

.social-links {
  z-index: 50;
  flex-direction: column;
  align-items: center;
  width: 100px;
  font-weight: 700;
  display: none;
  position: sticky;
  inset: auto auto auto 0%;
}

.body {
  background-color: #fff;
}

.div-block {
  background-image: url('../images/Deluxe-Pokoj.JPG');
  background-position: 50%;
  background-size: 50% 50%;
  background-attachment: scroll;
}

.button-light-grey {
  grid-row-gap: .25rem;
  color: var(--color--backgroung\<deleted\|variable-1f207155-c92f-4db4-85e7-2af31b1ce875\>);
  font-size: var(--text-size--medium);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ceb36a;
  background-image: url('../images/MAIN-Gaussian-Blur.png');
  background-position: 50%;
  background-size: auto;
  border-radius: .2rem;
  flex-direction: column;
  align-self: center;
  align-items: center;
  padding: .8rem 2.5rem;
  text-decoration: none;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-light-grey:hover {
  color: #efefef;
  background-color: #b1964d;
  transform: scale(1.1);
}

.image-3 {
  max-width: 7rem;
}

.main-section-parallax {
  z-index: 5;
  aspect-ratio: auto;
  height: 90vh;
  position: relative;
  overflow: visible;
}

.main-section-parallax.duality {
  width: 100vw;
}

.par-back-clouds {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.par-middle-hills {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.par-front-grass-path {
  position: absolute;
  inset: 0%;
}

.hero-section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.footer-link-3 {
  color: #fff;
  margin-bottom: 8px;
  font-weight: 500;
  transition: all .2s;
}

.footer-link-3:hover {
  color: #fbd784;
}

.grid-3 {
  grid-column-gap: 81px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-3.footer {
  grid-column-gap: 0px;
  grid-template-columns: .75fr 1fr;
}

.nav-link-3.nav {
  color: #fff;
  padding: 8px 24px;
  transition: all .2s;
}

.nav-link-3.nav:hover {
  color: #fbd784;
  transform: translate(0, -2px);
}

.gradient-hero-2 {
  opacity: .6;
  background-image: linear-gradient(135deg, #0b1d26, #0000 87%);
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.para-site-wrapper {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.para-site-wrapper.rem-gap {
  margin-bottom: 8rem;
}

.mg-2 {
  z-index: 0;
  position: absolute;
  inset: 40% 0% 0%;
}

.vg-2 {
  z-index: 50;
  position: absolute;
  inset: 60% 0% 0%;
}

.paragraph {
  font-size: var(--heading--h4);
  text-align: center;
  line-height: 1.7;
}

.text-block-2, .text-block-3, .text-block-4 {
  color: var(--color--golden-moccha);
}

.hero-image {
  max-width: 80%;
  margin-top: 50px;
  margin-bottom: 100px;
}

.gradient-background-fill {
  background-image: url('../images/MAIN-Gaussian-Blur.png');
  background-position: 50%;
  background-repeat: no-repeat;
  min-width: 100vw;
  height: 101%;
}

.gradient-background-fill.gradient-slice {
  background-image: url('../images/GradiGold.jpg');
  background-size: cover;
  width: 100%;
  height: 100%;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  margin-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrapper.slice-main-page {
  z-index: 2;
  margin-bottom: auto;
  padding: 0;
}

.centered-call-to-action {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.background-fill {
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.call-to-action-heading {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  transform: scale(1);
}

.button:hover {
  transform: scale(1.2);
}

.feature-icon-wrapper {
  background-color: #2a2c34;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 60px;
  display: flex;
}

.feature-icon-wrapper.white {
  color: #dbe2f0;
  letter-spacing: -.05em;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.golden-gradient-stripe {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.golden-gradient-stripe.thin-section {
  z-index: 10;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 100px;
  padding: 36px 0%;
  overflow: hidden;
}

.golden-gradient-stripe.main-image-background {
  min-height: 700px;
  padding-top: 100px;
}

.heading-7 {
  color: var(--color--white-cloud);
}

.select-field {
  background-color: var(--color--white-cloud);
  opacity: .6;
  color: var(--color--black-venta);
  font-size: var(--text-size--regular);
  border: 1px #000;
  border-radius: 20px;
  margin-bottom: 3rem;
}

.map {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.background-shade {
  z-index: 5;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.background-shade.clip {
  border-radius: 0;
  align-items: center;
  overflow: hidden;
}

.large-heading {
  font-size: 54px;
}

.centered-intro {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.centered-intro.large-intro {
  grid-row-gap: 36px;
  max-width: 700px;
  margin-bottom: 0;
}

.background-fill-image {
  z-index: -5;
  background-image: url('../images/Galerie.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: auto 0%;
}

.background-fill-image.okoli-image {
  background-image: url('../images/Okolí-Hotelu.png');
}

.background-fill-image.galerie-image {
  background-image: url('../images/Galerie.png');
}

.background-fill-image.kontakt-image {
  background-image: url('../images/Kontakt.png');
  width: 100%;
}

.heading-1-white {
  color: var(--color--white-cloud);
  font-size: var(--heading--h1);
  font-weight: 400;
  line-height: 1;
}

.body-2 {
  background-color: #efefef;
}

.overlay-social {
  z-index: 1;
  background-color: #00000080;
  display: none;
  position: absolute;
  inset: 0%;
}

.clip-2 {
  overflow: hidden;
}

.social-items {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: url('../images/GradientSquare.jpg');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: auto 120%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  position: relative;
}

.social-block {
  color: #fff;
  border: 1px #ffffff17;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-block:hover {
  z-index: 10;
}

.social-block.tl-tr {
  border-top-style: solid;
  border-bottom-width: 0;
  border-left-style: solid;
  border-right-width: 0;
}

.social-block.tl {
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-style: solid;
  border-right-width: 0;
}

.social-block.trl {
  border-top-style: solid;
}

.reg-icon {
  z-index: 10;
  width: 48px;
  margin-bottom: 12px;
  position: relative;
  box-shadow: 0 9px 36px -8px #0000003d;
}

.speaker-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 101%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.speaker-image.team-two {
  background-image: url('../images/Pokoj-02.png');
}

.speaker-image.team-four {
  background-image: url('../images/Pokoj-04.png');
}

.speaker-image.team-one {
  background-image: url('../images/Pokoj-03.png');
}

.speaker-image.team-three {
  background-image: url('../images/Pokoj-01.png');
}

.box {
  background-color: #fff;
  margin-bottom: -160px;
  margin-left: -6vw;
  position: relative;
}

.half-dual {
  grid-column-gap: 6vw;
  grid-row-gap: 56px;
  grid-template-rows: 1fr minmax(400px, 1.5fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1300px;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.social-icon {
  z-index: 1;
  width: 48px;
  margin-bottom: 12px;
  position: relative;
}

.box-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 0;
  display: grid;
}

.slide-image {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 65vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-image.team-gallery {
  height: 100%;
}

.body-display {
  color: var(--color--black-venta);
  line-height: 1.55em;
}

.body-display.large {
  color: var(--color--black-venta);
  font-size: 18px;
  line-height: 1.6em;
}

.social-cred {
  z-index: 100;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-hover {
  background-color: #2a2c34;
  border-radius: 100%;
  width: 6vw;
  height: 6vw;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.circle-hover.white {
  z-index: 0;
  background-color: #fff;
  top: -6vw;
  right: -6vw;
}

.feature-item {
  background-color: #1e2029;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 350px;
  margin-bottom: -48px;
  padding: 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-item.left-item {
  background-color: var(--color--polar-light-grey);
  border-radius: 10px;
}

.feature-item.middle-item {
  background-color: var(--color--polar-light-grey);
  border-radius: 10px;
  margin-top: -48px;
  margin-bottom: 0;
}

.feature-item.right-item {
  background-color: var(--color--polar-light-grey);
  border-radius: 10px;
}

.feature-title-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 60px;
  display: grid;
  position: relative;
}

.gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/MAIN-Gaussian-Blur.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  -webkit-background-clip: text;
  background-clip: text;
}

.feature-descriptor {
  font-weight: 500;
}

.trio-cards {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 120px;
  margin-bottom: 48px;
  display: grid;
}

.feature-item-info {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  position: relative;
}

.booking-embed {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.gradient-text {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/MAIN-Gaussian-Blur.png');
  background-position: 0 0;
  background-size: 1072px;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.icon-item {
  opacity: .4;
  justify-content: flex-start;
  align-items: center;
  transition: all .35s;
  display: flex;
}

.icon-item:hover {
  opacity: 100;
}

.icons-essential {
  width: 2rem;
  margin-right: .3rem;
}

.icons-flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.black-icon {
  width: 1.5rem;
}

.media-image-section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding-top: 8.9rem;
  padding-bottom: 79px;
  display: flex;
}

.gallery-dyn-list {
  column-count: 3;
  flex-wrap: wrap;
  width: 100vw;
  padding-left: 4%;
  padding-right: 4%;
}

.gallery-item {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: opacity .3s;
}

.gallery-item:hover {
  opacity: .65;
}

.shrink-box-button-2 {
  margin-right: 5px;
  display: block;
}

.shrink-box-wrapper-2 {
  opacity: .5;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
}

.shrink-box-wrapper-2:hover {
  opacity: 1;
}

.db-mobile-fixed-nav {
  color: #fff;
  background-color: #0f0f0f;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.flex-body {
  background-image: linear-gradient(45deg, #e4e4e4, #fff);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.db-link {
  color: #3cc47c;
  text-decoration: none;
}

.gallery-dyn-list-2 {
  flex-wrap: wrap;
  display: flex;
}

.db-flex-row {
  padding-right: 20px;
  display: flex;
}

.container-2 {
  flex: 1;
}

.db-fixed-nav-headline {
  text-align: center;
  margin: 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.gallery-item-2 {
  min-width: 33.33%;
  padding: 2px;
}

.webflow-icon {
  margin-right: 8px;
}

.db-fixed-nav-logo {
  width: 100px;
}

.db-logo-wrapper {
  background-color: #3cc47c;
  padding: 10px 15px;
}

.webflow-link {
  z-index: 9999999;
  background-color: #fff;
  border-radius: 3px;
  padding: 4px 6px 5px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  box-shadow: 0 0 3px #00000052;
}

.gallery-dyn-list-3 {
  flex-wrap: wrap;
  display: flex;
}

.container-3 {
  flex: 1;
}

.section-2 {
  background-color: #222;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px;
  display: flex;
}

.main-container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  display: flex;
}

.main-container__design-pattern-info-container {
  background-color: #222;
  border: 1px solid #ffffff4d;
  width: 60%;
  min-width: 400px;
  margin: 30px auto 120px;
  padding: 40px 60px;
}

.bold-text {
  color: #e8674a;
}

.lightbox-gallery-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  perspective: 2000px;
  grid-template-rows: 30vh 30vh;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-gallery-collection-item {
  height: 100%;
}

.clone-project-button {
  background-color: #e8674a;
  border-radius: 7px;
  padding: 17px 23px;
  font-size: 15px;
  transition: box-shadow .2s, transform .2s;
  position: absolute;
  inset: 30px 30px auto auto;
}

.clone-project-button:hover {
  transform: translate(0, -7px);
  box-shadow: 0 2px 20px 2px #0003;
}

.lightbox-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 110rem;
  margin-top: 4rem;
  margin-bottom: 8rem;
  overflow: hidden;
}

.gallery-lightbox {
  cursor: pointer;
  width: 16rem;
  height: 16rem;
  transition: all .35s;
  transform: scale(1);
}

.gallery-lightbox:hover {
  transform: scale(1.06);
  box-shadow: 0 0 6px #0000004d;
}

.gallery-image {
  width: 100%;
  height: 100%;
}

.gallery-image:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.upper-mecontact {
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.upper-contact-link {
  z-index: 2;
  border: 1px solid var(--color--white-cloud);
  opacity: 1;
  color: var(--color--white-cloud);
  font-size: var(--text-size--small);
  cursor: pointer;
  border-radius: 100px;
  margin: 1rem;
  padding: .5rem 1rem;
  line-height: 1;
  transition: all .45s;
  position: relative;
}

.upper-contact-link:hover {
  opacity: .8;
}

.opacity-white-section {
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.whie-opacit {
  z-index: -1;
  background-color: var(--color--white-cloud);
  opacity: .15;
  width: 100%;
  height: 100%;
  position: absolute;
}

.contact-div {
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
  margin-right: 5rem;
}

.dropdown {
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.footer-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  font-weight: 500;
  display: flex;
}

.hover-drop.w--open {
  color: var(--color--white-cloud);
  cursor: pointer;
  border-radius: 10px;
}

.dropdown-link {
  opacity: .75;
  cursor: pointer;
  transition: all .4s;
}

.dropdown-link:hover {
  opacity: 100;
}

.icon-3 {
  margin-left: .5rem;
  margin-right: auto;
  position: relative;
}

.section-3 {
  width: 100vw;
}

.eternal-worm {
  width: 100%;
  position: relative;
}

.kabalia {
  width: 100vw;
}

.text-span {
  color: var(--color--golden-moccha);
  font-style: italic;
  font-weight: 400;
}

.image-and-golden-stripe {
  position: relative;
}

.hero-image-wrapper {
  z-index: 1;
  position: absolute;
}

.parallax-section {
  position: relative;
}

.slide {
  background-image: url('../images/A1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide.a1 {
  background-image: url('../images/Pokoj-Classic-TV_1.png');
}

.slide.a4 {
  background-image: url('../images/Pokoj-Classic-TV_2.png');
}

.slide.a5 {
  background-image: url('../images/Pokoj-Classic-TV_3.png');
}

.slide.a6 {
  background-image: url('../images/Pokoj-Classic-TV_5.png');
}

.slide.ab5 {
  background-image: url('../images/AB5.jpg');
}

.slide.a2 {
  background-image: url('../images/A2.jpg');
}

.slide.a3 {
  background-image: url('../images/A3.jpg');
}

.slide.a7 {
  background-image: url('../images/Pokoj-Classic-TV.png');
}

.slide.tv1 {
  background-image: url('../images/TV-Apartmán_1.png');
}

.slide.tv0 {
  background-image: url('../images/TV-Apartmán.png');
}

.slide.tv2 {
  background-image: url('../images/TV-Apartmán_2.png');
}

.slide.tv3 {
  background-image: url('../images/TV-Apartmán_3.png');
}

.slide.tv4 {
  background-image: url('../images/TV-Apartmán_4.png');
}

.slide.tv5 {
  background-image: url('../images/Pokoj-Classic-TV_5.png');
}

.slide.tv6 {
  background-image: url('../images/Pokoj-Classic-TV_6.png');
}

.slide.popri0 {
  background-image: url('../images/Přistýlka-Pokoj.png');
}

.slide.popri1 {
  background-image: url('../images/Přistýlka-Pokoj_1.png');
}

.slide.popri2 {
  background-image: url('../images/Přistýlka-Pokoj_2.png');
}

.slide.popri3 {
  background-image: url('../images/Přistýlka-Pokoj_3.png');
}

.slide.popri4 {
  background-image: url('../images/Přistýlka-Pokoj_4.png');
}

.slide.popri5 {
  background-image: url('../images/Přistýlka-Pokoj_5.png');
}

.slide.popri6 {
  background-image: url('../images/Přistýlka-Pokoj_6.png');
}

.slide.pocla0 {
  background-image: url('../images/Classic-Pokoj.png');
}

.slide.pocla1 {
  background-image: url('../images/Classic-Pokoj_1.png');
}

.slide.pocla2 {
  background-image: url('../images/Classic-Pokoj_2.png');
}

.slide.pocla3 {
  background-image: url('../images/Classic-New.png');
}

.slide.poeco0 {
  background-image: url('../images/Economy-Pokoj.png');
}

.slide.poeco1 {
  background-image: url('../images/Economy-Pokoj_1.png');
}

.slide.poeco2 {
  background-image: url('../images/Economy-Pokoj_2.png');
}

.slide.poeco3 {
  background-image: url('../images/Economy-Pokoj_3.png');
}

.slide.at1 {
  background-image: url('../images/Attic_1.png');
}

.slide.at0 {
  background-image: url('../images/Attic-New-1.png');
}

.slide.at2 {
  background-image: url('../images/Attic-New-2.png');
}

.slide.at3 {
  background-image: url('../images/Attic_3.png');
}

.slide.at4 {
  background-image: url('../images/Attic_4.png');
}

.slide.at5 {
  background-image: url('../images/Attic_5.png');
}

.slide.sepbed0 {
  background-image: url('../images/Oddělené-Lůžka-Apartmán.png');
}

.slide.sepbed1 {
  background-image: url('../images/Oddělené-Lůžka-Apartmán_1.png');
}

.slide.sepbed2 {
  background-image: url('../images/Oddělené-Lůžka-Apartmán_2.png');
}

.slide.sepbed3 {
  background-image: url('../images/Oddělené-Lůžka-Apartmán_3.png');
}

.slide.sepbed4 {
  background-image: url('../images/Oddělené-Lůžka-Apartmán_4.png');
}

.slide.sepbed5 {
  background-image: url('../images/Oddělené-Lůžka-Apartmán_5.png');
}

.slide.claspri {
  background-image: url('../images/Pristylka-TC-Pokoj-Classic.png');
}

.slide.claspri1 {
  background-image: url('../images/Pristylka-TC-Pokoj-Classic_1.png');
}

.slide.claspri2 {
  background-image: url('../images/Pristylka-TC-Pokoj-Classic_2.png');
}

.slide.claspri3 {
  background-image: url('../images/Pristylka-TC-Pokoj-Classic_3.png');
}

.slide.claspri4 {
  background-image: url('../images/Pristylka-TC-Pokoj-Classic_4.png');
}

.slide.claspri5 {
  background-image: url('../images/Pristylka-TC-Pokoj-Classic_5.png');
}

.slide-2 {
  background-image: url('../images/02-Room.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2.a2 {
  background-image: url('../images/A2.jpg');
}

.slide-3 {
  background-image: url('../images/03-Room.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3.a3 {
  background-image: url('../images/A3.jpg');
}

.gallery-daddy {
  background-color: var(--color--white-cloud);
  width: 100%;
  height: 100%;
}

.slide-nav {
  display: none;
}

.link {
  color: var(--color--golden-moccha);
  cursor: pointer;
  font-style: italic;
}

.container-4 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.menu-of-the-nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-black {
  color: #050505;
}

.nav-dropdown-link-title {
  font-size: 15px;
  font-weight: 400;
}

.dropdown-list.w--open {
  opacity: 1;
  background-color: #fff;
  border-radius: 10px;
  min-width: 300px;
  overflow: hidden;
  box-shadow: 0 0 36px #0006;
}

.navigation-link {
  color: #fff;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 16px 15px;
  line-height: 18px;
  text-decoration: none;
}

.navigation-link:hover {
  color: #fff9;
}

.navigation-link.w--current {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

.navigation-link.w--current:lang(en) {
  -webkit-text-stroke-color: #fff;
}

.menu-dropdown {
  color: #fff;
  text-align: center;
  cursor: default;
  padding: 16px 15px;
  line-height: 18px;
  transition: all .3s;
}

.menu-dropdown:hover, .menu-dropdown.w--open:hover {
  opacity: .6;
}

.menu-dropdown.dropdown-icon {
  display: flex;
}

.nav-dropdown {
  z-index: 900;
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
}

.navbar-cta-btn {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff59;
  border-radius: 8px;
  margin-left: 30px;
  padding: 12px 15px;
  font-weight: 400;
  line-height: 18px;
  transition: all .3s;
}

.navbar-cta-btn:hover {
  opacity: .8;
}

.nav-dropdonw-link {
  color: #050505;
  background-color: #fff;
  width: 100%;
  padding: 1.5rem 28px;
  font-size: 13px;
  line-height: 14px;
  text-decoration: none;
  transition: all .2s;
}

.nav-dropdonw-link:hover {
  background-color: #f6f6f6;
}

.nav-dropdonw-link.w--current {
  color: #726500;
  background-color: #f6f6f6;
  transition: all .3s;
}

.neue-navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6rem;
  transition: all .3s;
  display: flex;
}

.nav-opacity {
  z-index: 100;
  background-color: #0000008c;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-png {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 8rem;
  display: flex;
}

.gradient-text-bold {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/MAIN-Gaussian-Blur.png');
  background-position: 0 0;
  background-size: 1072px;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.tlg-gradient-golden {
  background-image: linear-gradient(90deg, var(--color--golden-moccha), #ffbc49 25%, #9a6305 50%, #cb8100 75%, #cb8100);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.tlg-gradient-blue {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #2145b2, #22398c 25%, #1f65e0 50%, #000d6e 75%, #000d6e);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.hotel-macocha-map {
  justify-content: center;
  align-items: center;
  margin-bottom: 8rem;
  display: flex;
}

.arrow-dropdown-icon {
  width: .6rem;
  margin-left: .3rem;
  display: block;
}

.pretori {
  font-size: var(--heading--h4);
}

.image-5 {
  margin-bottom: 3rem;
}

.text-block-6 {
  font-size: var(--text-size--medium);
}

.content-section-3 {
  z-index: 50;
  background-color: #fff;
  padding-top: 8rem;
  position: relative;
}

.lightbox-grid-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  max-width: 80rem;
  margin: 4rem auto;
  overflow: hidden;
}

.gallery-lightbox-2 {
  cursor: pointer;
  width: 18rem;
  height: 18rem;
  transition: all .35s;
  transform: scale(1);
}

.gallery-lightbox-2:hover {
  transform: scale(1.06);
  box-shadow: 0 0 6px #0000004d;
}

@media screen and (min-width: 1920px) {
  .content-wrapper.content {
    margin-bottom: 8rem;
  }

  .gradient-background-fill.gradient-slice {
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  .this-is-the-container {
    width: auto;
    max-width: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .this-is-the-container.container-large {
    width: auto;
  }

  .heading-1 {
    font-size: 4rem;
  }

  .text-size-medium {
    font-size: 1.125rem;
  }

  .text-size-display {
    letter-spacing: 0;
    font-size: 8rem;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .hero-wrapper {
    height: auto;
    padding-bottom: 0;
  }

  .heading {
    max-width: 60ch;
  }

  .heading.gap-manually {
    margin-bottom: 6rem;
  }

  .hero-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .hero-left-content {
    text-align: center;
  }

  .hero-interaction-wrapper {
    justify-content: center;
    align-items: center;
    height: 50vh;
    padding-bottom: 0;
    position: relative;
  }

  .text-images-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .text-images {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .big-numbers {
    font-size: 7rem;
  }

  .big-numbers-card {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .big-numbers-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    place-items: center;
    width: 100%;
    display: flex;
  }

  .span {
    border-radius: 1rem;
    width: 3rem;
    height: 3rem;
    line-height: 6;
  }

  .span.three, .span.one, .span.two, .span.three-copy {
    width: 4rem;
  }

  .grid {
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .top-content {
    max-width: none;
  }

  .this-is-the-section {
    margin-top: 8rem;
  }

  .this-is-the-section.bottom_gap_quit {
    margin-bottom: 0;
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .logos-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    flex-flow: wrap;
  }

  .section-logos {
    margin-top: 8rem;
  }

  .big-gap {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .testimonial-text {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .testimonial-image {
    width: 25rem;
    height: 25rem;
    max-height: none;
  }

  .clip {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .card-testimonial {
    width: auto;
    max-width: none;
    height: auto;
  }

  .testimonial-slider {
    max-width: none;
  }

  .slider-arrow-right, .slider-arrow-left {
    display: none;
  }

  .footer-component {
    min-height: 0;
  }

  .footer-social-wrapper {
    flex-flow: column;
  }

  .section-footer {
    padding-top: 8rem;
  }

  .footer-links-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .text-box {
    max-width: 26ch;
  }

  .heading-3 {
    font-size: 3rem;
    line-height: 1.2;
  }

  .heading-4 {
    font-size: 1.75rem;
  }

  .style-guide-menu {
    grid-column-gap: 5rem;
    flex-flow: wrap;
    width: 100%;
  }

  .color-palette.primary-color {
    background-color: #fbfbfb;
  }

  .heading-6 {
    font-size: 1.25rem;
  }

  .heading-5 {
    font-size: 1.5rem;
  }

  .text-size-huge {
    font-size: 2rem;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
  }

  .style-guide-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .works-link {
    justify-content: flex-start;
    min-height: 50vh;
  }

  .works-image {
    height: 73%;
  }

  .work-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    padding-bottom: 1.5rem;
  }

  .works-hover-follow {
    display: none;
  }

  .blog-image-wrapper {
    justify-content: flex-start;
  }

  .mask-frame {
    z-index: 4;
  }

  .work-template-images.vertical {
    margin-bottom: 6rem;
  }

  .content-section {
    padding-top: 8rem;
  }

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

  .text-size-medium-vw {
    font-size: 1.125rem;
  }

  .form-wrapper {
    width: 100%;
  }

  .form-wrapper.full-width {
    width: 40rem;
  }

  .form-component {
    margin-top: 6rem;
  }

  .hero-card {
    width: 30vh;
    height: 38vh;
  }

  .hero-form {
    padding-bottom: 0;
  }

  .nav-menu-wrap {
    justify-content: flex-end;
    align-items: center;
  }

  .menu-button {
    border-radius: 4px;
    overflow: hidden;
  }

  .menu-button.w--open {
    color: #fbfbfb;
    background-color: #ee64ff;
  }

  .right-navbar-content {
    display: none;
  }

  .navbar-component {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .brand, .brand.w--current {
    width: 8rem;
  }

  .nav-link {
    color: #151515;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }

  .nav-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #151515;
    background-color: #efefef;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
    display: flex;
    position: absolute;
  }

  .grid-layout.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .link-to.hero.more {
    justify-content: center;
    align-items: center;
  }

  .grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-2.footer {
    grid-column-gap: 40px;
    grid-template-rows: auto;
  }

  .content-wrapper.hero {
    top: 16%;
  }

  .content-wrapper.content {
    margin-bottom: 8rem;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.content.footer {
    margin-bottom: 80px;
  }

  .content-wrapper.content.content-gap-8rem {
    margin-bottom: 6rem;
    padding-left: 0;
    padding-right: 0;
  }

  .mg {
    top: 30%;
  }

  .h1-title {
    font-size: 58px;
  }

  .links {
    grid-column-gap: 27px;
    grid-template-columns: 1fr;
  }

  .content-hero {
    max-width: 610px;
  }

  .footer-links-2._02 {
    display: none;
  }

  .roomtype-content {
    max-width: none;
  }

  .vg {
    top: 45%;
  }

  .head {
    text-align: center;
  }

  .content-section-2 {
    margin-left: 5rem;
    margin-right: 5rem;
    padding-top: 8rem;
  }

  .image-2 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 50vw;
    height: auto;
  }

  .image-2._01 {
    object-position: 50% 100%;
    width: 50vw;
    height: auto;
  }

  .image-2._01.less-height {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .image-2.less-height {
    margin-top: -5rem;
    margin-bottom: -8rem;
  }

  .count {
    left: -50px;
  }

  .main-section-parallax {
    height: 70vh;
  }

  .grid-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    order: -9999;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-3.footer {
    grid-column-gap: 40px;
    grid-template-rows: auto;
  }

  .mg-2 {
    top: 30%;
  }

  .vg-2 {
    top: 45%;
  }

  .paragraph {
    font-size: var(--heading--h4);
    line-height: 1.5;
  }

  .gradient-background-fill {
    background-size: cover;
  }

  .wrapper {
    width: 60vw;
  }

  .wrapper.slice-main-page.golden-rule {
    width: auto;
  }

  .golden-gradient-stripe {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .golden-gradient-stripe.thin-section {
    margin-top: -3rem;
    margin-bottom: 5rem;
  }

  .golden-gradient-stripe.main-image-background {
    min-height: 650px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .large-heading {
    font-size: 48px;
  }

  .centered-intro {
    margin-bottom: 48px;
  }

  .centered-intro.large-intro {
    margin-top: 36px;
  }

  .background-fill-image {
    width: 100%;
  }

  .heading-1-white {
    font-size: 4rem;
  }

  .social-items {
    background-size: auto 160%;
    width: 100%;
    height: 100%;
  }

  .social-block {
    cursor: default;
  }

  .social-text {
    display: none;
  }

  .box {
    min-height: 400px;
    margin-bottom: -140px;
  }

  .half-dual {
    grid-row-gap: 36px;
    grid-template-rows: minmax(200px, 1fr);
    grid-template-columns: 1fr;
  }

  .slide-image {
    height: 50vh;
    min-height: 500px;
  }

  .slide-image.team-gallery {
    min-height: 300px;
  }

  .feature-item {
    margin-bottom: 0;
  }

  .feature-item.left-item {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .feature-item.middle-item {
    margin-top: 0;
  }

  .trio-cards {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .icons-flex-block {
    justify-content: center;
    align-items: center;
  }

  .gallery-item {
    margin-top: 0;
  }

  .shrink-box-button-2 {
    font-size: 12px;
  }

  .db-mobile-fixed-nav {
    display: flex;
  }

  .db-show-tab {
    cursor: pointer;
    background-color: #0f0f0f;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 25px;
    height: 25px;
    padding: 2px 5px;
    position: absolute;
    bottom: -25px;
    right: 20px;
  }

  .db-fixed-nav-headline {
    text-align: left;
  }

  .section-2 {
    padding: 40px;
  }

  .main-container__design-pattern-info-container {
    width: 80%;
    margin-bottom: 90px;
    padding: 30px 40px;
  }

  .lightbox-gallery-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .clone-project-button {
    right: auto;
  }

  .lightbox-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-daddy {
    height: 40vh;
  }

  .container-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-4.navbar-container {
    padding-right: 30px;
  }

  .menu-of-the-nav {
    background-color: #1f1300;
    border-bottom: 1px solid #fff3;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .nav-dropdown-link-title {
    text-align: center;
  }

  .middle-line {
    background-color: #fff;
    width: 18px;
    height: 1px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-btn {
    padding: 0;
  }

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

  .dropdown-list.w--open {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-dropdown.dropdown-icon {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .top-line {
    background-color: #fff;
    width: 18px;
    height: 1px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .last-line {
    color: #fff;
    background-color: #fff;
    width: 18px;
    height: 1px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-cta-btn {
    margin-top: 15px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .nav-dropdonw-link {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-dropdonw-link.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .neue-navbar {
    height: 70px;
  }

  .logo-2 {
    width: auto;
    height: 100%;
  }

  .logo-2.w--current {
    z-index: 2;
    align-self: center;
    height: 25px;
  }

  .logo-png {
    width: 7rem;
  }

  .arrow-dropdown-icon {
    width: 1rem;
    display: block;
  }

  .arrow-dropdown-icon:active {
    transform: rotate(180deg);
  }

  .paragraph-2, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10 {
    text-align: center;
  }

  .mask {
    width: 100%;
    height: 40vh;
  }

  .content-section-3 {
    margin-left: 5rem;
    margin-right: 5rem;
    padding-top: 8rem;
  }

  .lightbox-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .this-is-the-container {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-1 {
    font-size: 3rem;
  }

  .heading-2 {
    font-size: 2.375rem;
  }

  .hero-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .text-images-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .big-numbers {
    font-size: 6rem;
  }

  .big-numbers-card {
    text-align: center;
    max-width: none;
  }

  .big-numbers-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .span {
    background-size: 2.5rem 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .big-text {
    font-size: 9rem;
  }

  .this-is-the-section {
    margin-top: 4rem;
  }

  .this-is-the-section.bottom_gap_quit {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .logos-grid {
    grid-row-gap: 3rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-logos {
    margin-top: 6rem;
  }

  .big-gap, .testimonial-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .testimonial-text {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .testimonial-image {
    object-position: 50% 0%;
    width: 15rem;
    height: 15rem;
    max-height: none;
  }

  .testimonial-slider-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding: 1rem;
  }

  .card-testimonial {
    width: 100%;
  }

  .image {
    object-position: 50% 20%;
  }

  .credits-wrapper, .footer-links {
    flex-flow: column;
  }

  .section-footer {
    padding-top: 6rem;
  }

  .heading-3 {
    font-size: 2.875rem;
  }

  .hero-style-guide-wrapper {
    padding-top: 8rem;
  }

  .style-guide-header {
    font-size: .875rem;
  }

  .heading-4 {
    font-size: 1.625rem;
  }

  .style-guide-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-6 {
    font-size: 1.125rem;
  }

  .heading-5 {
    font-size: 1.375rem;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .style-guide-component {
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 4rem;
    display: flex;
  }

  .works-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .collection-list {
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .works-link {
    min-height: 0;
  }

  .works-hover-follow {
    width: 8rem;
    height: 8rem;
  }

  .work-template-images.margin-bottom {
    margin-bottom: 6rem;
  }

  .work-template-images.vertical {
    width: 100%;
    margin-bottom: 4rem;
    margin-left: auto;
  }

  .work-template-images.vertical.right {
    width: 100%;
  }

  .content-section {
    padding-top: 4rem;
  }

  .form-wrapper.full-width {
    width: 25rem;
  }

  .form-component {
    margin-top: 4rem;
  }

  .navbar-component {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .brand, .brand.w--current {
    width: 10rem;
  }

  .hero-section-works {
    padding-bottom: 4rem;
  }

  .grid-layout.grid-gap-m {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .utility-margin-bottom-2rem {
    margin-bottom: 1rem;
  }

  .delete-this {
    left: 1.5rem;
  }

  .text-size-medium-2 {
    font-size: 1.2rem;
  }

  .hero-section-2 {
    height: 1000px;
  }

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

  .nav-link-wrapper {
    display: none;
  }

  .footer-text {
    margin-bottom: 32px;
  }

  .tagline {
    margin-bottom: 16px;
  }

  .content-wrapper.hero, .content-wrapper.nav {
    padding-left: 32px;
    padding-right: 32px;
  }

  .content-wrapper.content {
    max-width: none;
    margin: 0 auto 5rem;
  }

  .mg {
    object-fit: cover;
    width: 100%;
    height: 600px;
    top: 35%;
  }

  .h1-title {
    margin-bottom: 24px;
  }

  .links {
    grid-column-gap: 23px;
  }

  .hg {
    object-fit: cover;
    width: 100%;
    height: 600px;
  }

  .roomtype-content {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .vg {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 600px;
    top: 55%;
  }

  .head {
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .content-section-2 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .image-2.less-height {
    height: auto;
    margin-top: -5rem;
    margin-bottom: -3rem;
  }

  .count {
    left: -100px;
  }

  .main-section-parallax {
    height: 70vh;
  }

  .hero-section-3 {
    height: 1000px;
  }

  .grid-3 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

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

  .para-site-wrapper {
    max-width: none;
  }

  .mg-2 {
    object-fit: cover;
    width: 100%;
    height: 600px;
    top: 35%;
  }

  .vg-2 {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 600px;
    top: 55%;
  }

  .paragraph {
    font-size: var(--heading--h4);
  }

  .centered-call-to-action {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: auto;
  }

  .call-to-action-heading {
    grid-template-columns: 1fr;
  }

  .feature-icon-wrapper {
    min-width: 50px;
    min-height: 50px;
  }

  .large-heading {
    font-size: 42px;
  }

  .heading-1-white {
    font-size: 3rem;
  }

  .box {
    margin-bottom: -100px;
  }

  .slide-image {
    min-height: 400px;
  }

  .slide-image.team-gallery {
    min-height: 250px;
  }

  .icons-flex-block {
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-dyn-list {
    column-count: 2;
  }

  .gallery-item {
    min-width: 50%;
  }

  .db-fixed-nav-headline {
    font-size: 16px;
    line-height: 20px;
  }

  .gallery-item-2 {
    min-width: 50%;
  }

  .section-2 {
    padding: 19px;
  }

  .main-container__design-pattern-info-container {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 20px;
  }

  .lightbox-gallery-collection-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .lightbox-gallery-collection-list {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .clone-project-button {
    text-align: center;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .lightbox-grid {
    grid-template-columns: 1fr;
    margin-top: 8rem;
  }

  .gallery-lightbox {
    width: 22rem;
    height: 22rem;
  }

  .gallery-daddy {
    height: 50vh;
  }

  .nav-dropdonw-link.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-2 {
    padding-left: 0;
  }

  .hotel-macocha-map {
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-4 {
    font-size: var(--heading--h6);
  }

  .paragraph-5 {
    font-size: var(--heading--h6);
    text-align: center;
    margin-bottom: 2rem;
  }

  .paragraph-6 {
    font-size: var(--heading--h6);
    text-align: center;
  }

  .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10 {
    font-size: var(--heading--h6);
  }

  .pretori {
    font-size: var(--heading--h4);
    line-height: 1.2;
  }

  .heading-9 {
    font-size: var(--heading--h4);
  }

  .code-embed-2 {
    width: auto;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .content-section-3 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lightbox-grid-2 {
    grid-template-columns: 1fr;
    margin-top: 8rem;
  }

  .gallery-lightbox-2 {
    width: 22rem;
    height: 22rem;
  }
}

@media screen and (max-width: 479px) {
  .this-is-the-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-1 {
    font-size: var(--heading--h2);
  }

  .rich-text {
    width: 100%;
  }

  .text-weight-medium {
    line-height: 1.2;
  }

  .text-size-display.break-mobile {
    word-break: break-all;
  }

  .button-primary {
    font-size: var(--text-size--regular);
    align-items: center;
    width: auto;
  }

  .heading-2 {
    font-size: 2.25rem;
  }

  .hero-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    height: auto;
    overflow: hidden;
  }

  .tag-wrapper {
    justify-content: center;
    align-items: center;
  }

  .elipse.hide-mobile {
    display: none;
  }

  .heading {
    max-width: 100ch;
    margin-left: auto;
    margin-right: auto;
  }

  .heading.gap-manually {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-interaction-wrapper {
    height: 60vh;
    position: relative;
  }

  .big-numbers {
    font-size: 5rem;
  }

  .grid {
    margin-bottom: 5rem;
  }

  .card {
    width: auto;
    padding: 4rem 1rem;
  }

  .big-text {
    font-size: 8rem;
  }

  .this-is-the-section {
    margin: 2rem 2rem 4rem;
  }

  .this-is-the-section.bottom_gap_quit {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .logos-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logos {
    height: auto;
  }

  .big-gap {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .testimonial-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .max-width-100ch {
    margin-left: auto;
  }

  .testimonial-image {
    width: 12rem;
    height: 12rem;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-slider-content {
    padding: 1rem 1rem 1.3rem;
  }

  .card-testimonial {
    width: 100%;
  }

  .image {
    margin-left: auto;
    margin-right: auto;
  }

  .credits-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-links {
    flex-flow: column;
  }

  .footer-links-wrapper {
    text-align: center;
    margin-top: 3rem;
  }

  .credits {
    margin-top: 2rem;
  }

  .footer-social-wrapper {
    flex-flow: column;
    margin-bottom: 3rem;
  }

  .vertical-line.hide-mobile {
    display: none;
  }

  .footer-links-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tag.vertical-mobile {
    flex-flow: column;
  }

  .heading-3 {
    font-size: 2.75rem;
  }

  .hero-style-guide-wrapper {
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-4 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .style-guide-content {
    margin-bottom: 6rem;
  }

  .style-guide-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .heading-6 {
    font-size: 1rem;
  }

  .class-name-wrapper {
    width: 100%;
    overflow: hidden;
  }

  .heading-5 {
    font-size: 1.25rem;
  }

  .style-guide-content-wrapper {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .divider-line {
    width: 100%;
  }

  .style-gudie-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .style-guide-component {
    grid-template-columns: auto;
    grid-auto-columns: auto;
  }

  .works-hover-follow {
    width: 6rem;
    height: 6rem;
  }

  .blog-image-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .mask-frame {
    z-index: 4;
  }

  .form {
    width: 100%;
  }

  .text-field-contact {
    text-align: center;
    margin-bottom: 4rem;
  }

  .text-size-medium-vw {
    text-align: center;
    font-size: 1rem;
  }

  .form-wrapper {
    width: 100%;
  }

  .form-wrapper.full-width {
    width: 15rem;
  }

  .hero-card {
    width: 45vh;
    height: 60vh;
    position: absolute;
  }

  .navbar-component {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .brand {
    width: 15rem;
  }

  .brand.w--current {
    width: 14rem;
  }

  .nav-menu {
    width: 100%;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .button-secondary {
    align-items: center;
    width: 100%;
  }

  .text-size-medium-2 {
    font-size: 1.125rem;
  }

  .modal-link {
    flex-flow: wrap;
  }

  .content-wrapper.hero, .content-wrapper.nav {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-wrapper.content {
    width: 90vw;
    margin-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-wrapper.content.content-gap-8rem {
    max-width: none;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .mg {
    object-position: 30% 50%;
  }

  .h1-title {
    font-size: 48px;
  }

  .links {
    grid-column-gap: 26px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .content-hero {
    max-width: 350px;
  }

  .hg, .vg {
    object-position: 30% 50%;
  }

  .head {
    margin-bottom: 1rem;
    font-size: 40px;
    line-height: 1.2;
  }

  .heading-tagline {
    font-size: var(--text-size--regular);
    letter-spacing: 3px;
  }

  .content-section-2 {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5rem;
  }

  .image-2 {
    width: 80vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-2._01 {
    width: 80vw;
    height: auto;
  }

  .image-2._01.less-height {
    margin-top: -3rem;
    margin-bottom: -5rem;
  }

  .image-2.less-height {
    margin-bottom: -5rem;
  }

  .tagline-line {
    width: 40px;
    margin-right: 16px;
  }

  .button-light-grey {
    align-items: center;
    width: 100%;
  }

  .image-3 {
    max-width: 6rem;
  }

  .main-section-parallax {
    height: 70vh;
  }

  .grid-3 {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .para-site-wrapper {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .mg-2, .vg-2 {
    object-position: 30% 50%;
  }

  .paragraph {
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
  }

  .hero-image {
    max-width: 100%;
  }

  .wrapper {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .wrapper.slice-main-page {
    max-width: none;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .call-to-action-heading {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .golden-gradient-stripe {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .golden-gradient-stripe.thin-section {
    margin-top: 0;
    margin-bottom: 8rem;
  }

  .golden-gradient-stripe.main-image-background {
    min-height: 350px;
  }

  .heading-7 {
    line-height: 1;
  }

  .select-field {
    font-size: var(--text-size--regular);
    margin-bottom: 4rem;
  }

  .large-heading.heading-quote {
    font-size: 32px;
  }

  .heading-1-white {
    font-size: 2.9rem;
  }

  .reg-icon {
    width: 36px;
    margin-bottom: 0;
  }

  .box {
    min-height: 250px;
    margin-bottom: -100px;
  }

  .half-dual {
    grid-row-gap: 48px;
  }

  .social-icon {
    width: 36px;
    margin-bottom: 0;
  }

  .slide-image {
    height: 40vh;
    min-height: 300px;
  }

  .slide-image.team-gallery {
    min-height: 160px;
  }

  .feature-item {
    min-height: 120px;
    padding: 24px;
  }

  .feature-title-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 48px;
  }

  .gallery-dyn-list {
    column-gap: 8px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .gallery-item {
    min-width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .shrink-box-button-2 {
    display: none;
  }

  .shrink-box-wrapper-2 {
    width: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .db-mobile-fixed-nav {
    align-items: stretch;
  }

  .db-flex-row {
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
  }

  .db-fixed-nav-headline {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 19px;
  }

  .gallery-item-2 {
    min-width: 100%;
  }

  .db-logo-wrapper {
    justify-content: center;
    align-items: center;
    width: 160px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .main-container__design-pattern-info-container {
    width: 100%;
    min-width: 0;
    margin-top: 15px;
    margin-bottom: 35px;
  }

  .lightbox-gallery-collection-wrapper {
    width: 100%;
  }

  .lightbox-gallery-collection-list {
    grid-row-gap: 30px;
    grid-template-rows: 40vh 30vh;
  }

  .clone-project-button {
    width: 180px;
  }

  .lightbox-grid {
    grid-template-columns: 1fr;
    max-width: 90vw;
  }

  .gallery-lightbox {
    width: 15rem;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-button {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-daddy {
    height: 40vh;
    margin-left: auto;
    margin-right: auto;
  }

  .container-4 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .menu-of-the-nav {
    background-color: #221702;
  }

  .nav-dropdown-link-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-list.w--open {
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-dropdown {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-dropdown.dropdown-icon {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-dropdonw-link.w--current {
    color: #b16a00;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .hotel-macocha-map {
    margin-left: auto;
    margin-right: auto;
  }

  .arrow-dropdown-icon {
    width: .8rem;
  }

  .paragraph-3 {
    text-align: center;
  }

  .paragraph-5 {
    width: auto;
  }

  .pretori {
    font-size: var(--heading--h5);
  }

  .code-embed-2 {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-5 {
    text-align: center;
  }

  .fotsho {
    text-align: center;
    margin-top: -15px;
  }

  .content-section-3 {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5rem;
  }

  .lightbox-grid-2 {
    grid-template-columns: 1fr;
    max-width: 90vw;
  }

  .gallery-lightbox-2 {
    width: 15rem;
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-_8d4322ea-3f24-25c8-4260-3bd0023d9018-9f6290fd {
  place-self: center;
}

#w-node-_8d4322ea-3f24-25c8-4260-3bd0023d901d-9f6290fd {
  place-self: center start;
}

#w-node-_63552271-9959-35fb-0b9f-f5fefa636ed2-9f6290fd {
  align-self: center;
}

#hotel-room.w-node-_63552271-9959-35fb-0b9f-f5fefa636ee7-9f6290fd {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_4463c0f5-3c2a-b630-5407-0278a84502ea-9f6290fd {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#indian-meal.w-node-_4463c0f5-3c2a-b630-5407-0278a845031c-9f6290fd {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_66af28e4-72c9-8183-e110-616028a8d311-9f629100 {
  place-self: center;
}

#w-node-_6da1d3de-0ff7-2514-15c2-b22eb6b90314-9f629100 {
  align-self: center;
}

#MultiImageSlider.w-node-_6da1d3de-0ff7-2514-15c2-b22eb6b9034f-9f629100 {
  place-self: center;
}

#w-node-_6da1d3de-0ff7-2514-15c2-b22eb6b9035b-9f629100 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#MultiImageSlider.w-node-e730e035-78a6-595a-f662-c53f39cd2dc9-9f629100 {
  place-self: center;
}

#w-node-_6da1d3de-0ff7-2514-15c2-b22eb6b90399-9f629100 {
  align-self: center;
}

#MultiImageSlider.w-node-_68edbbd3-2cf8-4dbf-5ee7-7c1e0a1f5b91-9f629100 {
  place-self: center;
}

#w-node-_6da1d3de-0ff7-2514-15c2-b22eb6b903df-9f629100 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#MultiImageSlider.w-node-_78a98d2d-5ad5-e75c-352c-19e72b334ce3-9f629100 {
  place-self: center;
}

#w-node-_6da1d3de-0ff7-2514-15c2-b22eb6b90431-9f629100 {
  align-self: center;
}

#MultiImageSlider.w-node-_836cda5f-061a-2775-59c9-75ecad85eb7f-9f629100 {
  place-self: center;
}

#w-node-f59d5d6e-6efb-364d-868a-dbafb11e8d1e-9f629100 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#MultiImageSlider.w-node-f59d5d6e-6efb-364d-868a-dbafb11e8d59-9f629100 {
  place-self: center;
}

#w-node-f9b99f2c-1cd5-5878-331d-cac61419327a-9f629100 {
  align-self: center;
}

#MultiImageSlider.w-node-f9b99f2c-1cd5-5878-331d-cac6141932b5-9f629100 {
  place-self: center;
}

#w-node-f0ff83b3-14ef-0405-7178-5badb8f9be15-9f629101, #w-node-f0ff83b3-14ef-0405-7178-5badb8f9be24-9f629101, #w-node-f0ff83b3-14ef-0405-7178-5badb8f9be33-9f629101 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66af28e4-72c9-8183-e110-616028a8d311-5cadcae9 {
  place-self: center;
}

#w-node-_547af61d-c40b-d677-e526-65bbb5966411-5cadcae9 {
  align-self: center;
}

#w-node-_547af61d-c40b-d677-e526-65bbb5966432-5cadcae9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_547af61d-c40b-d677-e526-65bbb5966435-5cadcae9 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-_547af61d-c40b-d677-e526-65bbb5966466-5cadcae9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_547af61d-c40b-d677-e526-65bbb5966469-5cadcae9 {
  align-self: center;
}

#w-node-_547af61d-c40b-d677-e526-65bbb5966490-5cadcae9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_391bb5f7-529c-7bf8-e61b-0fc0959c1b83-5cadcae9 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-_391bb5f7-529c-7bf8-e61b-0fc0959c1bb4-5cadcae9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-d299c669-ea1e-3944-f5b4-d563d6f447de-5cadcae9 {
  align-self: center;
}

#w-node-d299c669-ea1e-3944-f5b4-d563d6f447ee-5cadcae9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-c9d492ab-7340-164c-89b0-3de4a871c36b-c3b3ba1f {
  place-self: center;
}

#w-node-c9d492ab-7340-164c-89b0-3de4a871c370-c3b3ba1f {
  place-self: center start;
}

#w-node-_8d4322ea-3f24-25c8-4260-3bd0023d9018-a66d3cc8 {
  place-self: center;
}

#w-node-_8d4322ea-3f24-25c8-4260-3bd0023d901d-a66d3cc8 {
  place-self: center start;
}

#w-node-_62efb9cc-99ea-a23c-b943-715f7fe07183-a66d3cc8 {
  align-self: center;
}

#w-node-_62efb9cc-99ea-a23c-b943-715f7fe071a4-a66d3cc8 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_62efb9cc-99ea-a23c-b943-715f7fe071a7-a66d3cc8 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-_62efb9cc-99ea-a23c-b943-715f7fe071d8-a66d3cc8 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_63552271-9959-35fb-0b9f-f5fefa636ed2-9f6290fd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #hotel-room.w-node-_63552271-9959-35fb-0b9f-f5fefa636ee7-9f6290fd {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_4463c0f5-3c2a-b630-5407-0278a84502ea-9f6290fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #indian-meal.w-node-_4463c0f5-3c2a-b630-5407-0278a845031c-9f6290fd {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_6da1d3de-0ff7-2514-15c2-b22eb6b90314-9f629100 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6da1d3de-0ff7-2514-15c2-b22eb6b9035b-9f629100, #w-node-_6da1d3de-0ff7-2514-15c2-b22eb6b90399-9f629100, #w-node-_6da1d3de-0ff7-2514-15c2-b22eb6b903df-9f629100, #w-node-_6da1d3de-0ff7-2514-15c2-b22eb6b90431-9f629100, #w-node-f59d5d6e-6efb-364d-868a-dbafb11e8d1e-9f629100, #w-node-f9b99f2c-1cd5-5878-331d-cac61419327a-9f629100 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-f0ff83b3-14ef-0405-7178-5badb8f9be15-9f629101, #w-node-f0ff83b3-14ef-0405-7178-5badb8f9be24-9f629101, #w-node-f0ff83b3-14ef-0405-7178-5badb8f9be33-9f629101 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_547af61d-c40b-d677-e526-65bbb5966411-5cadcae9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_547af61d-c40b-d677-e526-65bbb5966432-5cadcae9 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_547af61d-c40b-d677-e526-65bbb5966435-5cadcae9 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_547af61d-c40b-d677-e526-65bbb5966466-5cadcae9 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_547af61d-c40b-d677-e526-65bbb5966469-5cadcae9 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_547af61d-c40b-d677-e526-65bbb5966490-5cadcae9 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_391bb5f7-529c-7bf8-e61b-0fc0959c1b83-5cadcae9 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_391bb5f7-529c-7bf8-e61b-0fc0959c1bb4-5cadcae9 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-d299c669-ea1e-3944-f5b4-d563d6f447de-5cadcae9 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-d299c669-ea1e-3944-f5b4-d563d6f447ee-5cadcae9 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_62efb9cc-99ea-a23c-b943-715f7fe07183-a66d3cc8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_62efb9cc-99ea-a23c-b943-715f7fe071a4-a66d3cc8 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_62efb9cc-99ea-a23c-b943-715f7fe071a7-a66d3cc8 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_62efb9cc-99ea-a23c-b943-715f7fe071d8-a66d3cc8 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8d4322ea-3f24-25c8-4260-3bd0023d9019-9f6290fd {
    place-self: center;
  }

  #w-node-_8d4322ea-3f24-25c8-4260-3bd0023d901d-9f6290fd, #MultiImageSlider.w-node-_6da1d3de-0ff7-2514-15c2-b22eb6b9034f-9f629100 {
    justify-self: center;
  }

  #w-node-c9d492ab-7340-164c-89b0-3de4a871c36c-c3b3ba1f {
    place-self: center;
  }

  #w-node-c9d492ab-7340-164c-89b0-3de4a871c370-c3b3ba1f {
    justify-self: center;
  }

  #w-node-_8d4322ea-3f24-25c8-4260-3bd0023d9019-a66d3cc8 {
    place-self: center;
  }

  #w-node-_8d4322ea-3f24-25c8-4260-3bd0023d901d-a66d3cc8 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f0ff83b3-14ef-0405-7178-5badb8f9be15-9f629101, #w-node-f0ff83b3-14ef-0405-7178-5badb8f9be24-9f629101, #w-node-f0ff83b3-14ef-0405-7178-5badb8f9be33-9f629101 {
    grid-row: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2'), url('../fonts/Satoshi-VariableItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}