@font-face {
  font-family: Satoshi variable;
  src: url("/api/media/file/17-66b302d047c7784a614c0069_Satoshi-Variable.ttf?v=b4d0d64bab6b") format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Melodrama variable;
  src: url("/api/media/file/18-66b302d047c7784a614c006a_Melodrama-Variable.ttf?v=1fc17440114f") format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Marcellus;
  src: url("/api/media/file/20-66b30a1df192d383344e8e89_Marcellus-Regular.ttf?v=f9c749e42d10") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --peru: #a0a48e;
  --black: #fff;
  --bisque: #353535;
  --patrick-heading: #545748;
  --patrick-bcakground: #f6f4ec;
  --patrick-paragraphs: #6d705e;
  --patrick-subtitle: #a0a48e;
  --white: white;
}

.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;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("/api/media/file/custom-checkbox-checkmark.589d534424.svg?v=bfff03eb0fe2");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  cursor: none;
  font-family: Satoshi variable, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Melodrama variable, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Melodrama variable, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Melodrama variable, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Melodrama variable, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Melodrama variable, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--peru);
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

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

.heading-style-h3 {
  text-transform: none;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Melodrama variable, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.heading-style-h3.secondary-font {
  font-family: Marcellus, sans-serif;
  line-height: .8;
}

.heading-style-h3._2 {
  margin-left: auto;
  font-size: 9vw;
}

.heading-style-h3._2.left {
  margin-left: 0;
  font-family: Marcellus, sans-serif;
}

.heading-style-h3.center {
  align-items: center;
  font-family: Marcellus, sans-serif;
}

.heading-style-h3.text-align-center {
  font-family: Marcellus, sans-serif;
  font-weight: 400;
}

.text-size-large {
  font-size: 5.6rem;
}

.page-wrapper {
  background-color: var(--black);
  color: var(--bisque);
}

.page-wrapper.password {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.text-size-medium {
  font-size: 1.67rem;
  line-height: 1.3;
}

.text-size-medium.margin-custom {
  text-transform: uppercase;
  margin-left: 0;
  margin-right: auto;
  font-size: 1.2rem;
  font-weight: 600;
}

.text-size-medium.max-widt-medium {
  white-space: pre-wrap;
  max-width: 80%;
  margin-top: 40px;
  margin-left: auto;
  font-family: Marcellus, sans-serif;
}

.text-size-medium._2 {
  text-align: justify;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.heading-style-h4 {
  flex-direction: column;
  align-items: flex-start;
  font-family: Marcellus, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17vw;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h1.orizontal {
  opacity: .56;
  white-space: nowrap;
  mix-blend-mode: hard-light;
  font-family: Marcellus, sans-serif;
  position: absolute;
  left: 0;
}

.heading-style-h1.text-align-center {
  line-height: 1.3;
  position: absolute;
  bottom: 0;
}

.heading-style-h1.text-align-center.text-span-2 {
  color: var(--bisque);
  justify-content: center;
  display: flex;
}

.heading-style-h1.text-san-2 {
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  font-family: Marcellus, sans-serif;
  font-size: 14vw;
  font-weight: 400;
  display: flex;
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.text-align-center {
  text-align: center;
}

.text-size-regular {
  z-index: 2;
  color: var(--peru);
  font-size: 1rem;
  font-weight: 800;
  position: relative;
}

.text-size-regular.margin-left {
  color: var(--bisque);
  margin-top: 0;
  margin-bottom: 2rem;
  margin-left: 0;
  font-weight: 500;
  line-height: 1.5;
}

.text-size-regular.margin-left.light {
  margin-bottom: .25rem;
  font-weight: 300;
}

.text-size-regular.margin-left.light.margin-bottom {
  margin-bottom: 1rem;
}

.text-size-regular.margin-bottom {
  margin-bottom: 14px;
}

.text-size-regular.margin-bottom.secondary-font {
  color: var(--bisque);
  font-family: Marcellus, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.main-paragraph {
  margin-bottom: 0;
  font-size: 1.1429rem;
  line-height: 1.5;
}

.main-paragraph.white {
  color: var(--bisque);
}

.heading-style-h2 {
  color: var(--bisque);
  text-align: center;
  letter-spacing: -.1rem;
  white-space: nowrap;
  margin-top: .125rem;
  margin-bottom: .125rem;
  font-family: Marcellus, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
}

.heading-style-h2.next {
  opacity: .44;
  color: var(--black);
  margin-right: 4px;
  font-size: 100px;
}

.heading-style-h2.previus {
  opacity: .44;
  color: var(--black);
  text-align: center;
  font-size: 100px;
}

.heading-style-h2.title {
  color: var(--black);
  font-size: 140px;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.hide {
  display: none;
}

.hero-slider {
  background-color: #292626;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.mask-hero-slider {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: visible;
}

.slide-hero-slider {
  background-color: #0000;
  position: static;
}

.image-hero-slide {
  opacity: .67;
  object-fit: cover;
  width: 100vw;
  max-width: none;
  height: 100vh;
  position: absolute;
  inset: 0% 0% 0% 0;
}

.content-slide {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: grid;
  position: relative;
}

.section.padding-vertical {
  flex-direction: column;
  padding-top: 220px;
  position: relative;
}

.section.padding-vertical.background-black {
  z-index: 1;
  background-color: var(--black);
  position: sticky;
  bottom: 0;
}

.section.padding-vertical.background-black.overflow-hidden {
  padding-top: 130px;
  padding-bottom: 130px;
}

.section.padding-vertical.background-black.overflow-hidden.gallery {
  display: none;
}

.section.padding-vertical.client {
  padding-top: 76px;
}

.section.instawall {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.hero-work {
  justify-content: center;
  align-items: flex-start;
  height: 200vh;
  display: flex;
}

.sticky-wrapper {
  position: sticky;
  top: 30.6vh;
}

.sticky-wrapper.services {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  top: 0;
  overflow: hidden;
}

.container {
  justify-content: center;
  align-items: flex-start;
  width: 83vw;
  max-width: 83vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.small {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  width: 55vw;
  height: 100vh;
  font-family: Melodrama variable, sans-serif;
  display: flex;
  position: relative;
}

.container.small.padding-vertical {
  padding-top: 90px;
  padding-bottom: 90px;
}

.container.display-flex {
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.container.display-flex.vertical {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  position: static;
}

.container.display-flex.vertical.left {
  align-items: center;
}

.container.display-flex.vertical.sticky {
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  position: sticky;
  top: 0;
}

.container.display-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 107px;
  padding-bottom: 107px;
  display: grid;
}

.container.display-grid.winners {
  grid-column-gap: 129px;
  grid-template-columns: 1fr .85fr;
  padding-top: 0;
}

.about-image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: 70% 50%;
  width: 36%;
  margin-top: 30vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.relative-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
}

.column {
  flex: 1;
}

.column.display-flex-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.column.display-flex-vertical.rotate {
  justify-content: center;
  align-items: center;
  transform: none;
}

.column.display-flex-vertical.rotate.right {
  align-items: center;
  transform: none;
}

.column.stcky {
  grid-row-gap: 22px;
  flex-direction: column;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: sticky;
  top: 46.4vh;
}

.collection-list-wrapper-category, .collection-list-category, .collection-item-category {
  height: 100%;
}

.right-arrow, .left-arrow {
  width: 26%;
}

.services-image {
  object-fit: cover;
  width: 35vw;
  height: 67vh;
}

.services-image.right {
  object-fit: cover;
  width: 12vw;
  height: 15vw;
  position: absolute;
  inset: -25% auto auto 0%;
}

.services-image.left {
  object-fit: cover;
  width: 15vw;
  height: 11vw;
  position: absolute;
  inset: auto 0% -13% auto;
}

.collection-item-category-sticky {
  z-index: 1;
  color: #fff;
  height: 200vh;
  min-height: 200vh;
  max-height: 200vh;
  position: relative;
  top: 0;
  bottom: auto;
}

.collection-item-category-sticky:first-child {
  height: 600vh;
}

.collection-list-wrapper {
  position: relative;
  top: auto;
  bottom: 0;
}

.collection-list {
  flex-direction: column;
  display: flex;
}

.image-services {
  background-color: var(--peru);
  width: 22vw;
  margin-left: auto;
  margin-right: auto;
}

.circle {
  background-color: #ec9393;
  border-radius: 100%;
  justify-content: center;
  width: 200vw;
  height: 200vw;
  display: flex;
  position: absolute;
}

.background-image {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.box-info {
  z-index: 1;
  flex-direction: column;
  width: 516px;
  padding: 53px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.dropdown-about {
  background-color: #fbfbfb26;
  border-radius: 20px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: static;
}

.row {
  grid-column-gap: 10px;
  grid-row-gap: 8px;
  border-top: 1px #535353;
  border-bottom: 1px #535353;
  align-self: stretch;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.row.center {
  justify-content: center;
  padding-top: 10px;
}

.form-label {
  background-color: #fff0;
  border: 1px #000;
}

.form-label.text-size-large.form {
  color: #fff;
}

.form-label.text-size-large.form.primary-font {
  border-bottom-style: solid;
  border-bottom-color: var(--bisque);
  height: auto;
  color: var(--bisque);
  margin-bottom: 20px;
  font-size: 7vh;
}

.form-label.text-size-large.form.primary-font.align-center {
  text-align: center;
}

.button-link {
  background-color: #0000;
  align-self: center;
  padding: 7px 11px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  text-decoration: none;
  position: relative;
}

.button-link.no-padding {
  padding: 0;
}

.button-link.hover-cursor {
  color: var(--bisque);
  align-self: auto;
}

.button-link.hover-cursor.righr {
  align-self: flex-end;
}

.button-line {
  background-color: var(--peru);
  width: 1px;
  height: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-line.top.background-color-white {
  background-color: var(--bisque);
}

.button-line.bottom {
  inset: auto 0% 0% auto;
}

.button-line.bottom.background-color-white {
  background-color: var(--bisque);
}

.button-line.bottom.big {
  width: 2px;
  height: 27px;
}

.button-line.top-left {
  inset: 0% auto auto 0%;
}

.button-line.top-left.background-color-white {
  background-color: var(--bisque);
}

.button-line.top-left.big {
  width: 2px;
  height: 27px;
}

.button-line.bottom-left {
  inset: auto auto 0% 0%;
}

.button-line.bottom-left.background-color-white {
  background-color: var(--bisque);
}

.button-line-width {
  background-color: var(--peru);
}

.button-line-width.top-left {
  width: 13px;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-line-width.top-left.background-color-white {
  background-color: var(--bisque);
}

.button-line-width.top-left.b-ig {
  width: 31px;
  height: 2px;
}

.button-line-width.bottom-left {
  width: 13px;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.button-line-width.bottom-left.background-color-white {
  background-color: var(--bisque);
}

.button-line-width.bottom-right {
  width: 13px;
  height: 1px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-line-width.bottom-right.background-color-white {
  background-color: var(--bisque);
}

.button-line-width.bottom-right.big {
  width: 31px;
  height: 2px;
}

.button-line-width.top-right {
  width: 13px;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-line-width.top-right.background-color-white {
  background-color: var(--bisque);
}

.main-navbar {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.bg-menu {
  background-color: var(--bisque);
  border-radius: 100%;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 1vw;
  height: 1vw;
  display: flex;
  position: absolute;
  inset: auto 0 auto auto;
}

.menu-button {
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 25px;
  display: flex;
}

.menu-button.w--open {
  color: var(--black);
  background-color: #0000;
}

.display-flex.horizontal {
  grid-column-gap: 10px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.nav-menu {
  z-index: 2;
  background-color: #0000;
  min-height: 100vh;
  padding-top: 0;
  inset: 0%;
}

.content-nav-menu {
  grid-row-gap: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.background-color-black.round {
  background-color: var(--black);
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.cursor {
  border: 1px solid var(--bisque);
  opacity: .63;
  -webkit-backdrop-filter: brightness(200%);
  backdrop-filter: brightness(200%);
  background-color: #15141400;
  border-radius: 100%;
  width: 4vw;
  height: 4vw;
}

.wrapper-cursor {
  z-index: 1000019;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: -2vw auto auto -2vw;
}

.point-cursor {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #e7cfb1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.2vw;
  height: 1.2vw;
  display: flex;
  position: absolute;
}

.hover-cursor {
  cursor: none;
}

.html-embed-2 {
  opacity: 0;
  width: 4vw;
  height: 2vw;
  color: var(--peru);
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-2 {
  white-space: nowrap;
  font-family: Marcellus, sans-serif;
  overflow: hidden;
}

.text-san-2 {
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.image-instawall {
  width: 12vw;
  position: absolute;
}

.image-instawall._2 {
  opacity: .56;
  width: 14vw;
  inset: 27% auto auto 22%;
}

.image-instawall._3 {
  opacity: .86;
  width: 17vw;
  inset: 2% auto auto 29%;
}

.image-instawall._4 {
  inset: 12% auto auto 51%;
}

.image-instawall._5 {
  opacity: .97;
  width: 17vw;
  inset: auto 0% 5% auto;
}

.image-instawall._6 {
  opacity: .56;
  width: 13vw;
  inset: 0% 13% auto auto;
}

.image-instawall._7 {
  opacity: .63;
  width: 11vw;
  inset: 42% auto auto 4%;
}

.image-instawall._8 {
  opacity: 1;
  width: 17vw;
  inset: auto auto 0% 11%;
}

.image-instawall._9 {
  opacity: .56;
  object-fit: cover;
  width: 17vw;
  height: 17vw;
  inset: auto auto 9% 40%;
}

.image-instawall._10 {
  width: 19vw;
  inset: 30% 6% auto auto;
}

.image-instawall._11 {
  opacity: 1;
  object-fit: cover;
  border-radius: 0;
  width: 11vw;
  height: 11vw;
  inset: 63% 23% auto auto;
  overflow: hidden;
}

.wrapper-instawall {
  white-space: nowrap;
  flex: none;
  width: 100vw;
  height: 100%;
  position: relative;
}

.absolute-wrap {
  flex: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50vw;
  right: auto;
  transform: translate(-50%);
}

.instagram-link {
  border: 1px solid var(--peru);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 16px 39px;
  text-decoration: none;
}

.instagram-link.hover-cursor {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  border-style: none;
  border-width: .5px;
  margin-bottom: 10px;
  position: relative;
}

.text-block {
  color: var(--bisque);
  font-family: Marcellus, sans-serif;
  font-size: 2.5vw;
  font-weight: 300;
}

.div-block-7 {
  display: flex;
  position: absolute;
  inset: 28% 8.4vw auto auto;
}

.lottie-animation {
  z-index: 3;
  flex-flow: column wrap;
  flex: none;
  justify-content: flex-start;
  width: 3vw;
  height: auto;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  inset: 82.3vh 0 53px 89.1vw;
  overflow: hidden;
}

.image-3 {
  object-fit: cover;
  width: 100%;
}

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

.grid-2-column.container {
  grid-column-gap: 105px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.image-4 {
  width: 100%;
}

.info-sticky {
  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;
  height: 71vh;
  padding-left: 10vw;
  display: flex;
  position: sticky;
  top: 18.5vh;
}

.grid {
  margin-bottom: auto;
}

.collection-list-2 {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.image-5 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 150px;
}

.utility-page-content {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  width: auto;
  display: flex;
  position: absolute;
}

.utility-page-form {
  border: 1px solid var(--peru);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  flex-direction: column;
  align-items: stretch;
  padding: 49px;
  display: flex;
}

.field-label, .submit-button-2 {
  display: none;
}

.collection-item-category-page {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--peru);
  perspective: 854px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
  transform: perspective(1223px);
}

.image-category {
  object-fit: cover;
  width: 17vw;
  height: 100%;
}

.image-category._1 {
  object-fit: cover;
  height: 35vh;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-category._2 {
  height: 20vh;
  margin-top: 10px;
  margin-bottom: 10px;
}

.collection-list-3 {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.item-gallery {
  height: 20vh;
  margin-top: 10px;
  margin-bottom: 10px;
}

.item-gallery:first-child {
  object-fit: cover;
  height: 35vh;
}

.item-gallery:last-child {
  height: 35vh;
}

.div-block-8 {
  margin-right: auto;
  padding: 4px 13px;
  position: relative;
}

.flower-contact---a {
  z-index: -1;
  object-fit: contain;
  width: 300px;
  max-width: none;
  position: absolute;
  top: -83px;
  left: -10%;
}

.text-field {
  color: #545748;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #a0a48e80;
  width: 100%;
  height: 44px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Marcellus, sans-serif;
  font-size: 20px;
  line-height: 140%;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-bottom-color: #545748;
}

.text-field::placeholder {
  color: #54574866;
}

.flower-contact---b {
  z-index: -1;
  object-fit: contain;
  width: 260px;
  max-width: none;
  position: absolute;
  bottom: -117px;
  right: -10%;
  transform: rotate(37deg);
}

.field {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.textarea {
  color: #545748;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #a0a48e80;
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  max-height: 400px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 140%;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.textarea:focus {
  border-bottom-color: #545748;
}

.textarea::placeholder {
  color: #54574866;
}

.form {
  grid-column-gap: 34px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.text-error {
  color: #545748;
  text-align: center;
  line-height: 160%;
}

.success-message-2 {
  background-color: #8fc08140;
}

.submit-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #a0a48e;
  width: 100%;
  max-width: 50%;
  padding: 18px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), box-shadow .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  color: #fff;
  background-color: #eddcab;
  box-shadow: 0 12px 50px -5px #eddcab;
}

.content {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.content.wide {
  max-width: 1800px;
}

.error-message-2 {
  background-color: #fd663233;
  margin-top: 20px;
  padding: 20px;
}

.contact {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 90px 10%;
  display: flex;
  position: relative;
}

.text-success {
  color: #545748;
  text-align: center;
  line-height: 160%;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 76px 20px;
  display: flex;
}

.section-2.first {
  padding-top: 0;
}

.field-label-2 {
  color: #545748;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 140%;
}

.heading {
  max-width: 730px;
  font-family: Marcellus, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.overflow-instagram {
  background-color: #ede9db;
  width: 100%;
  transition-property: box-shadow;
  transition-duration: .7s;
  overflow: hidden;
}

.overflow-instagram:hover {
  box-shadow: 0 50px 80px -50px #eddcab;
}

.overflow-instagram.margin {
  margin-top: 34px;
}

.grid-instagram {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 40px;
}

.border-footer {
  background-image: linear-gradient(to right, #a0a48e00, #a0a48e80 20% 80%, #a0a48e00);
  width: 100%;
  height: 1px;
  margin-bottom: 120px;
}

.block-heading {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.block-heading.margin {
  margin-bottom: 25px;
}

.block-footer {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.block-footer.border {
  border-left: 1px solid #a0a48e80;
}

.link-footer {
  opacity: .7;
  color: #545748;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
}

.link-footer:hover {
  opacity: 1;
}

.logo-footer {
  aspect-ratio: 3 / 2;
  filter: brightness(0%);
  object-fit: cover;
  width: 200px;
  margin-bottom: 10px;
}

.heading-footer {
  font-family: Marcellus, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.section-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 76px 20px;
  display: flex;
}

.grid-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}

.image-instagram {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
}

.text-size-regular-copy {
  z-index: 2;
  color: var(--peru);
  font-size: 1rem;
  font-weight: 800;
  position: relative;
}

.brand-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: none;
}

.block-navbar {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #545748;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 20px 27px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.nav-link:hover {
  color: #eddcab;
}

.nav-link.w--current {
  color: #545748;
  font-weight: 700;
}

.nav-link.w--current:hover {
  color: #eddcab;
}

.grid-navbar {
  grid-column-gap: 23px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  place-items: center stretch;
}

.logo {
  filter: brightness(57%);
  object-fit: cover;
  width: auto;
  max-width: none;
  height: 80px;
}

.navbar {
  z-index: 100;
  background-color: #f6f4ec;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 15px;
  display: flex;
  position: sticky;
  top: 0;
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.logo-mobile {
  width: 124px;
  height: 44px;
}

.border-nav {
  background-image: linear-gradient(to right, #a0a48e00, #a0a48e80 40% 60%, #a0a48e00);
  width: 90%;
  height: 1px;
  position: absolute;
  inset: auto auto 0%;
}

.nav-menu-2 {
  width: 100%;
}

.grid-3-columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
}

.grid-3-columns.copy {
  grid-template-columns: 1fr 1fr;
}

.block-service {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.button {
  color: #545748;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #eddcab;
  padding: 18px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
}

.button:hover {
  color: #fff;
  background-color: #eddcab;
  box-shadow: 0 12px 50px -5px #eddcab;
}

.heading-2 {
  max-width: 730px;
  color: var(--patrick-heading);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Marcellus, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-service {
  margin-bottom: 24px;
}

.block-text {
  z-index: 30;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 12%;
  display: flex;
  position: relative;
}

.image-testimonial {
  object-fit: contain;
  width: 78px;
  height: 78px;
  margin-bottom: 18px;
}

.collection-item---portfolio {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flower-hero---b1 {
  z-index: 10;
  object-fit: contain;
  width: 52%;
  max-width: none;
  position: absolute;
  top: -8%;
  left: -24%;
}

.hero-top {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.grid-2-columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  width: 100%;
}

.flower-service---c {
  z-index: -1;
  object-fit: contain;
  width: 260px;
  max-width: none;
  position: absolute;
  top: -83px;
  right: -24%;
}

.slider-testimonials {
  background-color: #fff;
  width: 100%;
  height: auto;
}

.hero---b {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.icon-flower {
  height: 55px;
  margin-bottom: 20px;
}

.icon-flower.variant {
  margin-bottom: 0;
  margin-right: 15px;
}

.icon-flower.grey {
  filter: saturate(0%);
}

.link-service {
  margin-bottom: 19px;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: .4s;
}

.link-service:hover {
  opacity: .7;
}

.grid-instagram-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
}

.section-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 76px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-hero.page {
  padding-bottom: 35px;
}

.flower---a {
  z-index: 5;
  object-fit: contain;
  width: 230px;
  max-width: none;
  position: absolute;
  bottom: -59px;
  left: -5%;
  transform: rotate(-23deg);
}

.testimonial {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.empty-state {
  background-color: #de967d26;
  border: 1px #000;
  padding: 20px;
}

.slide-nav {
  font-size: 12px;
  display: none;
}

.flower-hero---b2 {
  z-index: 20;
  object-fit: contain;
  width: 33%;
  max-width: none;
  position: absolute;
  bottom: -10%;
  right: -6%;
  transform: rotate(37deg);
}

.arrow {
  object-fit: contain;
  max-width: none;
}

.overflow-hero---b-right {
  z-index: 5;
  background-color: #ede9db;
  width: 67%;
  height: 67%;
  position: absolute;
  right: -40%;
  overflow: hidden;
}

.collection-list-wrapper---portfolio {
  width: 100%;
  margin-bottom: 50px;
}

.heading-hero {
  max-width: 890px;
  color: var(--patrick-heading);
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Marcellus, sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 110%;
}

.text-empty {
  color: #545748;
  text-align: center;
  line-height: 160%;
}

.link {
  color: #545748;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #eddcab;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
}

.link:hover {
  box-shadow: 0 10px 20px -12px #eddcab;
}

.heading-service {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 135%;
}

.heading-service.puro-color {
  color: var(--peru);
}

.heading-service---c {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-hero---b {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.block-hero---b {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 560px;
  display: flex;
  position: relative;
}

.collection-list---portfolio {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.overflow-hero---b {
  z-index: 15;
  background-color: #ede9db;
  background-image: linear-gradient(#de967d26, #de967d26);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.left-arrow-2 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.subtitle {
  color: #a0a48e;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.block-service---c {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 56px;
  padding-right: 5%;
  display: flex;
}

.right-arrow-2 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.overflow {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.logo-footer-2 {
  filter: brightness(0%);
  width: 200px;
  margin-bottom: 10px;
}

.border-down {
  background-color: #a0a48e80;
  width: 1px;
  height: 54px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.border-down.margin {
  margin-top: 15px;
  margin-bottom: 20px;
}

.grid-services---c {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.7fr 1fr;
  place-items: start center;
  width: 100%;
}

.grid-services---c.three {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.overflow-hero---b-left {
  z-index: 5;
  background-color: #ede9db;
  width: 67%;
  height: 67%;
  position: absolute;
  left: -40%;
  overflow: hidden;
}

.service---c {
  max-width: 720px;
  position: relative;
}

.service---c.margin {
  margin-top: 80px;
}

.paragraph {
  max-width: 720px;
  margin-bottom: 40px;
}

.paragraph.margin {
  margin-bottom: 28px;
}

.slide {
  padding: 55px 78px 65px;
}

.paragraph-testimonial {
  max-width: 820px;
  margin-bottom: 26px;
}

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

.image.album {
  aspect-ratio: 2 / 3;
  object-position: 50% 50%;
}

.image.patrick {
  object-position: 80% 50%;
}

.image.album-copy {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: 20% 50%;
}

.block-image {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.flower---b {
  z-index: 5;
  object-fit: contain;
  width: 260px;
  max-width: none;
  position: absolute;
  bottom: 24px;
  right: -5%;
}

.border-top {
  background-color: #a0a48e80;
  width: 1px;
  height: 54px;
  margin-top: 15px;
  margin-bottom: 40px;
}

.signature-testimonial {
  color: #eddcab;
  font-family: Homemade Apple, sans-serif;
  font-size: 20px;
}

.overflow-image {
  z-index: 10;
  background-color: #ede9db;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.patrick-body {
  background-color: var(--patrick-bcakground);
  color: var(--patrick-paragraphs);
  cursor: auto;
  font-family: Marcellus, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.heading-color {
  color: var(--patrick-heading);
}

.heading-3 {
  max-width: 730px;
  color: var(--patrick-heading);
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Marcellus, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 125%;
}

.grid-postcard {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 50px 50px 1fr;
  width: 100%;
}

.signature {
  color: #eddcab;
  font-family: Homemade Apple, sans-serif;
  font-size: 25px;
}

.block-extra {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.postcard---block-right {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 25px;
  margin-bottom: -25px;
  padding-top: 85px;
  padding-bottom: 85px;
  padding-left: 50px;
  display: flex;
}

.postcard---image {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.heading-extra {
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 850px;
  margin-bottom: 28px;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 135%;
}

.heading-footer-3 {
  color: var(--patrick-heading);
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Marcellus, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 145%;
}

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

.postcard-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 16%;
  padding-right: 16%;
  display: flex;
}

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

.collection-item---portfolio-page {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.collection-list---portfolio-page {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.info {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.link-text {
  border-bottom: 1px solid #eddcab;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
}

.link-text:hover {
  box-shadow: 0 10px 20px -8px #eddcab;
}

.link-text.patrick-heading-color {
  color: var(--patrick-heading);
}

.paragraph-info {
  margin-bottom: 0;
}

.hero {
  height: 100vh;
  padding: 30px;
  display: flex;
  position: relative;
}

.arrow-link-block-left {
  background-color: #fff;
  padding: 15px 20px;
  position: absolute;
  inset: auto auto auto -2%;
}

.col {
  color: #fff;
  background-image: url("/optimized-media/151-69674ff8749f1a7c0ea3381b_HPSU-1.jpg?v=4e7e9c8cbbeb");
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.col._2 {
  background-color: #9b9b9b;
  background-image: url("/optimized-media/119-6841923c00f9d3067b225af6_Santre-1.jpg?v=cd5b3761bf2d");
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.arrow-r, .arrow-l {
  width: 40px;
}

.heading-wrapper-2 {
  color: #000;
  text-align: center;
  background-color: #000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-width: 1px;
  height: 250px;
  padding: 11px;
  transition: opacity .35s;
  display: flex;
  position: absolute;
  inset: 10% 0% auto 50%;
  transform: translate(-50%);
  box-shadow: 0 1px 12px -3px #000;
}

.heading-wrapper-2:hover {
  filter: invert();
}

.heading-wrapper-2._1 {
  opacity: .9;
  background-color: #fff;
  width: 250px;
  height: 250px;
}

.heading-wrapper-2._1:hover {
  filter: none;
  background-color: #000;
}

.image-7 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  max-width: 300px;
}

.image-7.contain {
  filter: brightness(61%);
  object-fit: contain;
  object-position: 50% 20%;
}

.image-7.contain:hover {
  filter: none;
}

.arrow-link-block-right {
  color: #fff;
  background-color: #fff;
  padding: 15px 20px;
  position: absolute;
  inset: auto -2% auto auto;
}

.credits {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 1%;
}

.bold-text {
  background-color: var(--patrick-subtitle);
  color: var(--black);
  padding-left: 6px;
  padding-right: 6px;
  font-weight: 400;
}

.contact-heading {
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 135%;
}

.block-portfolio {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.heading-portfolio {
  color: var(--patrick-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 145%;
}

.image-portfolio {
  object-fit: cover;
  width: 100%;
  height: 380px;
}

.image-portfolio.page {
  height: 200px;
}

.image-portfolio.home {
  height: 280px;
}

.link-portfolio {
  margin-bottom: 8px;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: .4s;
}

.link-portfolio:hover {
  opacity: .7;
}

.overflow-portfolio {
  background-color: #ede9db;
  width: 100%;
  transition-property: box-shadow;
  transition-duration: .7s;
  display: block;
  overflow: hidden;
}

.overflow-portfolio:hover {
  box-shadow: 0 50px 80px -50px #eddcab;
}

.link-2 {
  color: #545748;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #eddcab;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
}

.link-2:hover {
  box-shadow: 0 10px 20px -12px #eddcab;
}

.heading-portfolio-2 {
  color: var(--patrick-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 125%;
}

.heading-portfolio-2.page {
  font-size: 20px;
}

.block-portfolio-page {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100px;
  padding: 50px 10%;
  display: flex;
}

.link-3 {
  color: #545748;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #eddcab;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
}

.link-3:hover {
  box-shadow: 0 10px 20px -12px #eddcab;
}

.lightbox-link {
  background-color: #ede9db;
  width: 100%;
  transition-property: box-shadow;
  transition-duration: .7s;
  overflow: hidden;
}

.lightbox-link:hover {
  box-shadow: 0 50px 80px -50px #eddcab;
}

.rich-text-block {
  max-width: 720px;
  margin-top: 80px;
  margin-bottom: -24px;
}

.rich-text-block h1 {
  color: var(--patrick-heading);
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Marcellus, sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 110%;
}

.rich-text-block h2 {
  color: var(--patrick-heading);
  font-family: Marcellus, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
}

.rich-text-block h3 {
  color: var(--patrick-heading);
  font-family: Marcellus, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 125%;
}

.rich-text-block h4 {
  color: var(--patrick-heading);
  margin-top: 0;
  margin-bottom: 19px;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 135%;
}

.rich-text-block h5 {
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Marcellus, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 145%;
}

.rich-text-block h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Marcellus, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.rich-text-block blockquote {
  border-left-width: 1px;
  border-left-color: #a0a48e80;
  margin-bottom: 28px;
  margin-left: 18px;
  padding: 2px 24px;
  font-size: 20px;
  line-height: 170%;
}

.rich-text-block li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
}

.rich-text-block strong {
  background-color: var(--patrick-subtitle);
  color: var(--black);
  padding-left: 6px;
  padding-right: 6px;
  font-weight: 400;
}

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

.hero-link {
  text-decoration: none;
}

.form-block-2 {
  width: 100%;
}

.field-label-3 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-field-copy {
  color: #545748;
  text-align: center;
  background-color: #0000;
  border: 1px solid #a0a48e80;
  width: 100%;
  height: 44px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Marcellus, sans-serif;
  font-size: 20px;
  line-height: 140%;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field-copy:focus {
  border-bottom-color: #545748;
}

.text-field-copy::placeholder {
  color: #54574866;
}

.text-block-2 {
  font-size: 10px;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-selector-highlight {
  background-color: #4049ff;
  width: 100%;
  height: 100%;
}

.wg-selector-highlight.h1 {
  background-color: var(--peru);
}

.wg-selector-highlight.h2 {
  transform: translate(-100%);
}

.wg-selector-1 {
  color: #000;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.wg-selector-1:hover {
  color: #4049ff;
}

.wg-selector-1.w--current {
  cursor: default;
}

.wg-selector-1.s1 {
  text-transform: uppercase;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.wg-selector-1.s1:hover {
  color: var(--bisque);
}

.wg-selector-1.s1.w--current {
  text-transform: uppercase;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.wg-selector-1.s1.w--current:hover {
  color: var(--bisque);
}

.wg-selector-1.s2 {
  opacity: .5;
  text-transform: uppercase;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.wg-selector-1.s2:hover {
  color: var(--bisque);
}

.wg-selector-highlight-wrapper {
  width: 100%;
  height: 2px;
  margin-top: .25rem;
  overflow: hidden;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_text {
  color: #616161;
  text-align: left;
  margin-right: 1.5rem;
  font-size: 14px;
  line-height: 1.4em;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 10000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_button {
  border: 2px solid var(--bisque);
  background-color: var(--peru);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button:hover {
  border-color: var(--peru);
  background-color: var(--bisque);
  color: #f2f2f2;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--bisque);
  color: #000b1f;
  background-color: #fff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #1111118c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.link-6 {
  color: #616161;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--patrick-bcakground);
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: .5rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_label {
  color: var(--peru);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_button {
  background-color: var(--peru);
  border: 2px solid #18304b;
  border-radius: .5rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button:hover {
  border-color: var(--bisque);
  background-color: var(--peru);
  color: #f2f2f2;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: var(--peru);
  background-color: #fff;
  border-color: #18304b;
}

.fs-cc-prefs_button.fs-cc-button-alt:hover {
  border-color: var(--patrick-bcakground);
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_title {
  color: #0a202e;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_text {
  color: #0a202e;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.5em;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_space-medium {
  text-align: left;
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.text-span-4 {
  font-weight: 700;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--peru);
  color: #000b1f;
  -webkit-text-stroke-color: #ff4b1f;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_trigger {
  display: none;
}

.div-block-9 {
  width: 150px;
  height: 50px;
  position: fixed;
  inset: auto 50% 5% auto;
}

.div-block-10 {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 0 5vh;
}

.image-9 {
  position: static;
}

.image-10 {
  filter: brightness(200%);
  width: 100%;
  max-width: none;
}

.div-block-11 {
  aspect-ratio: 1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
}

.div-block-11.w--current {
  background-color: var(--black);
  width: 50px;
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--peru);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  box-shadow: 0 2px 5px #0003;
}

.image-10-copy {
  filter: brightness(200%);
  width: 100%;
  max-width: none;
}

.unternehmens {
  filter: brightness(200%);
  width: 100%;
  max-width: none;
}

.image-10-copy-copy {
  filter: brightness(76%);
  width: 100%;
  max-width: none;
}

@media screen and (min-width: 1440px) {
  .div-block-7 {
    right: 8vw;
  }

  .lottie-animation {
    width: 2vw;
    top: 83.3vh;
    bottom: 42px;
    left: 90.1vw;
  }

  .image-4 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .heading-style-h3 {
    font-size: 3.3rem;
  }

  .heading-style-h3.text-align-center {
    font-size: 2.6rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 4.8rem;
  }

  .heading-style-h2.next, .heading-style-h2.previus, .heading-style-h2.title {
    font-size: 3.6rem;
  }

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

  .sticky-wrapper {
    top: 38.1vh;
  }

  .container.small {
    width: 83vw;
  }

  .container.small.padding-vertical {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container.display-flex.vertical.sticky.small {
    width: 100%;
  }

  .container.display-grid {
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container.display-grid.winners {
    grid-row-gap: 79px;
    grid-template-columns: 1fr;
  }

  .about-image {
    width: 45%;
  }

  .column.display-flex-vertical.rotate, .column.display-flex-vertical.rotate.right {
    align-items: center;
  }

  .services-image {
    width: 44vw;
    height: 54vh;
  }

  .image-services {
    width: 44vw;
  }

  .circle {
    width: 300vh;
    height: 300vh;
  }

  .row {
    grid-column-gap: 10px;
    flex-direction: row;
    align-items: flex-start;
  }

  .main-navbar {
    z-index: 1004;
  }

  .grid-2-column.container {
    grid-column-gap: 29px;
  }

  .info-sticky {
    padding-left: 0;
  }

  .image-category {
    width: 100%;
  }

  .flower-contact---a {
    width: 240px;
  }

  .flower-contact---b {
    width: 200px;
  }

  .contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-2 {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .overflow-instagram.margin {
    margin-top: 30px;
  }

  .border-footer {
    margin-bottom: 100px;
  }

  .block-heading.margin {
    margin-bottom: 15px;
  }

  .section-footer {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .grid-footer {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .brand-mobile {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .block-navbar {
    flex-direction: column;
  }

  .icon-menu {
    width: 18px;
    max-width: none;
    height: 18px;
  }

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

  .menu-button-2 {
    color: #545748;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    padding: 15px;
    font-size: 20px;
    line-height: 0%;
    transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .4s cubic-bezier(.25, .46, .45, .94);
    position: absolute;
    right: 20px;
  }

  .menu-button-2.w--open {
    color: #545748;
    background-color: #fff;
    box-shadow: 0 12px 50px -5px #a0a48e33;
  }

  .navbar {
    padding: 15px 20px;
    position: relative;
  }

  .brand {
    display: none;
  }

  .logo-mobile {
    width: 104px;
    height: 36px;
  }

  .border-nav {
    display: none;
  }

  .nav-menu-2 {
    background-color: #f6f4ec;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 50px 50px -20px #2e30271a;
  }

  .grid-3-columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .block-text {
    padding: 50px 8%;
  }

  .grid-2-columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .flower-service---c {
    width: 190px;
  }

  .section-hero {
    padding-bottom: 66px;
  }

  .section-hero.page {
    padding-bottom: 30px;
  }

  .flower---a {
    width: 180px;
  }

  .collection-list-wrapper---portfolio {
    margin-bottom: 40px;
  }

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

  .heading-service {
    font-size: 28px;
  }

  .collection-list---portfolio {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .left-arrow-2 {
    width: 65px;
  }

  .block-service---c {
    margin-top: 48px;
  }

  .right-arrow-2 {
    width: 65px;
  }

  .grid-services---c {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .service---c.margin {
    margin-top: 60px;
  }

  .slide {
    padding-top: 45px;
    padding-bottom: 55px;
  }

  .block-image {
    padding-left: 8%;
    padding-right: 8%;
  }

  .flower---b {
    width: 200px;
  }

  .postcard---block-right {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .heading-extra {
    font-size: 28px;
  }

  .collection-list---portfolio-page {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .arrow-link-block-left {
    top: 60%;
  }

  .heading-wrapper-2 {
    width: 170px;
    height: 170px;
  }

  .arrow-link-block-right {
    top: 60%;
  }

  .image-portfolio {
    height: 35vw;
  }

  .image-portfolio.page {
    height: 70vw;
  }

  .heading-portfolio-2 {
    font-size: 34px;
  }

  .block-portfolio-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rich-text-block {
    margin-top: 70px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .div-block-10 {
    bottom: 6vh;
  }

  .div-block-11, .div-block-11.w--current {
    width: 50px;
  }

  .flex-block {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    padding: 3px;
  }
}

@media screen and (max-width: 767px) {
  .heading-style-h3 {
    font-size: 3.7rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-size-medium {
    margin-bottom: 0;
  }

  .text-size-medium.max-widt-medium {
    max-width: 100%;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.orizontal {
    font-size: 5.2rem;
  }

  .heading-style-h1.text-san-2 {
    font-size: 18vw;
  }

  .heading-style-h2 {
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 3.7rem;
  }

  .heading-style-h2.next, .heading-style-h2.previus, .heading-style-h2.title {
    font-size: 2.5rem;
  }

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

  .section.padding-vertical {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.padding-vertical.background-black.overflow-hidden {
    padding-bottom: 60px;
  }

  .section.content-work.padding-vertical {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container.small.padding-vertical {
    max-width: 100%;
    height: auto;
    padding: 60px 20px;
  }

  .container.display-flex {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.display-flex.vertical.left {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.display-grid {
    max-width: 100%;
    padding: 0 20px;
  }

  .relative-wrapper {
    padding-bottom: 60px;
  }

  .services-image {
    width: 100%;
    height: auto;
  }

  .services-image.right, .services-image.left {
    display: none;
  }

  .box-info {
    width: 100%;
    max-width: 516px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-instawall {
    width: 18vw;
  }

  .image-instawall._2 {
    width: 22vw;
  }

  .image-instawall._3 {
    width: 20vw;
  }

  .image-instawall._5 {
    width: 22vw;
  }

  .image-instawall._6 {
    width: 17vw;
  }

  .image-instawall._7 {
    width: 24vw;
    top: 53%;
  }

  .image-instawall._11 {
    width: 18vw;
    height: 24vw;
  }

  .grid-2-column.container {
    grid-row-gap: 54px;
    grid-template-columns: 1fr;
  }

  .info-sticky {
    height: auto;
    position: static;
  }

  .flower-contact---a {
    width: 190px;
    top: -59px;
  }

  .flower-contact---b {
    width: 150px;
    bottom: -75px;
  }

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

  .contact {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-2 {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .overflow-instagram.margin {
    margin-top: 0;
  }

  .grid-instagram {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .border-footer {
    margin-bottom: 90px;
  }

  .section-footer {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .grid-3-columns {
    grid-column-gap: 15px;
    grid-row-gap: 75px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .heading-2 {
    font-size: 38px;
  }

  .block-text {
    padding-top: 60px;
    padding-bottom: 0;
  }

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

  .flower-service---c {
    right: -10%;
  }

  .icon-flower.variant {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .grid-instagram-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-hero {
    padding-bottom: 58px;
  }

  .flower---a {
    width: 150px;
    bottom: -35px;
  }

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

  .heading-service---c {
    flex-direction: column;
    align-items: flex-start;
  }

  .collection-list---portfolio {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .left-arrow-2, .right-arrow-2 {
    width: 50px;
  }

  .grid-services---c {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .slide {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .postcard---block-right {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
  }

  .heading-extra {
    font-size: 26px;
  }

  .collection-list---portfolio-page {
    grid-template-columns: 1fr;
  }

  .hero {
    flex-direction: column;
    padding: 20px;
  }

  .arrow-link-block-left {
    display: none;
    top: auto;
  }

  .col {
    width: 100%;
    height: 50%;
  }

  .heading-wrapper-2 {
    width: 200px;
    height: 200px;
  }

  .arrow-link-block-right {
    display: none;
    top: auto;
  }

  .image-portfolio {
    height: 60vw;
  }

  .image-portfolio.page {
    height: 100%;
  }

  .heading-portfolio-2 {
    font-size: 32px;
  }

  .rich-text-block {
    margin-top: 55px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .div-block-10 {
    bottom: 8vh;
  }

  .div-block-11, .div-block-11.w--current {
    width: 40px;
  }

  .flex-block {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding: 2px;
  }
}

@media screen and (max-width: 479px) {
  .heading-style-h3.secondary-font {
    font-size: 12vw;
  }

  .heading-style-h3._2 {
    margin-top: -1.1rem;
    margin-right: 20px;
    font-size: 12vw;
  }

  .heading-style-h3._2.left {
    z-index: 1;
    margin-bottom: -1.3rem;
    margin-left: 25px;
    font-size: 12vw;
    position: relative;
  }

  .heading-style-h3.text-align-center {
    white-space: nowrap;
    font-size: 14vw;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-size-medium {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .text-size-medium.max-widt-medium {
    margin-top: 20px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1.text-align-center {
    padding-bottom: 44px;
    font-size: 3.9rem;
    bottom: 0;
  }

  .heading-style-h1.text-san-2 {
    font-size: 14vw;
  }

  .text-size-regular.margin-left {
    margin-left: 0;
  }

  .heading-style-h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .heading-style-h2.next, .heading-style-h2.previus {
    font-size: 1.8rem;
  }

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

  .container.display-flex {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column.stcky {
    z-index: 3;
    mix-blend-mode: color-dodge;
    padding-left: 15px;
    padding-right: 15px;
  }

  .collection-item-category-sticky {
    height: 300vh;
  }

  .image-services {
    width: 71vw;
  }

  .background-image {
    opacity: .55;
  }

  .box-info {
    bottom: 0;
  }

  .dropdown-about {
    align-self: center;
  }

  .row {
    grid-column-gap: 5px;
    grid-row-gap: 2px;
    flex-flow: wrap;
    padding-bottom: 0;
  }

  .row.center {
    grid-row-gap: 20px;
  }

  .form-label.text-size-large.form.primary-font {
    font-size: 4vh;
  }

  .main-navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button.hover-cursor {
    padding-right: 20px;
  }

  .content-nav-menu {
    padding-bottom: 96px;
  }

  .text-span-2, .text-san-2 {
    font-size: 7vw;
  }

  .instagram-link.hover-cursor {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block {
    font-size: 7vw;
  }

  .lottie-animation {
    width: 8vw;
    display: none;
    left: 85.8vw;
  }

  .image-5 {
    width: 112px;
  }

  .brand-link.hover-cursor.w--current {
    padding-left: 0;
  }

  .collection-item-category-page {
    grid-template-columns: 1fr 23vw 1fr;
  }

  .image-category {
    opacity: .3;
  }

  .flower-contact---a {
    width: 160px;
    top: -41px;
  }

  .flower-contact---b {
    width: 110px;
    bottom: -64px;
  }

  .submit-button {
    max-width: 100%;
  }

  .contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-2 {
    padding: 54px 10px;
  }

  .heading {
    line-height: 50px;
  }

  .border-footer {
    margin-bottom: 80px;
  }

  .block-footer.border {
    border-left-style: none;
  }

  .section-footer {
    padding: 54px 10px;
  }

  .grid-footer {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .menu-button-2 {
    right: 10px;
  }

  .navbar {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-mobile {
    filter: brightness(19%);
    width: 150px;
    height: 80px;
  }

  .nav-menu-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-3-columns {
    grid-column-gap: 10px;
    grid-row-gap: 65px;
  }

  .heading-2 {
    font-size: 34px;
  }

  .flower-service---c {
    width: 150px;
    top: -72px;
  }

  .slider-testimonials {
    padding-bottom: 50px;
  }

  .section-hero {
    padding-bottom: 54px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flower---a {
    width: 120px;
  }

  .testimonial {
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .heading-service {
    font-size: 23px;
  }

  .collection-list---portfolio {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .left-arrow-2 {
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    height: 50px;
    padding-top: 10px;
    padding-right: 0;
    inset: auto auto 0% 0%;
  }

  .right-arrow-2 {
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    height: 50px;
    padding-top: 10px;
    padding-left: 0;
    inset: auto 0% 0% auto;
  }

  .grid-services---c.three {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .service---c.margin {
    margin-top: 50px;
  }

  .slide {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .flower---b {
    width: 160px;
  }

  .block-extra {
    padding-left: 5%;
    padding-right: 5%;
  }

  .postcard---block-right {
    margin-top: 10px;
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .heading-extra {
    font-size: 23px;
  }

  .postcard-text {
    padding-left: 10%;
    padding-right: 10%;
  }

  .hero {
    padding: 12px;
  }

  .arrow-link-block-left {
    top: 9%;
  }

  .heading-wrapper-2._1 {
    width: 200px;
    height: 200px;
  }

  .image-7 {
    max-width: 200px;
  }

  .arrow-link-block-right {
    top: 80%;
  }

  .block-portfolio {
    margin-top: 28px;
  }

  .image-portfolio {
    height: 100%;
  }

  .heading-portfolio-2 {
    font-size: 28px;
  }

  .rich-text-block {
    margin-top: 45px;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .div-block-10 {
    bottom: 6vh;
  }

  .image-10 {
    filter: brightness(200%);
  }

  .div-block-11 {
    width: 50px;
  }

  .div-block-11.w--current {
    width: 50px;
    margin: 2px;
  }

  .flex-block {
    background-color: var(--peru);
  }

  .image-10-copy, .image-10-copy-copy {
    filter: brightness(200%);
  }

  .unternehmens {
    filter: brightness(164%);
  }

  .image-10-copy-copy {
    filter: brightness(57%);
  }
}

#w-node-_92437d89-3b2e-aaa4-0088-a7675be4819d-614c004b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f170f2f7-3a68-b6c9-1d36-db39494a52fe-614c004b {
  justify-self: start;
}

#w-node-_7c182560-fc03-115b-c265-c908a1bc61c5-614c004b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-efb32e71-d476-ab42-8f77-ec86ad15ff11-614c004b {
  justify-self: center;
}

#w-node-_3a5b561b-59bd-b82a-cb77-9869944f0201-614c004b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_56647525-c5c1-13fe-45db-ae199b987f89-614c004b {
  justify-self: end;
}

#w-node-_095d61b6-f6c7-14ca-a696-b1d3ade5ae98-614c004b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-caf88c45-6895-22b5-4cf6-afc84916592a-614c004b {
  justify-self: start;
}

#w-node-caf88c45-6895-22b5-4cf6-afc84916592b-614c004b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-caf88c45-6895-22b5-4cf6-afc84916592c-614c004b {
  justify-self: center;
}

#w-node-caf88c45-6895-22b5-4cf6-afc84916592d-614c004b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-caf88c45-6895-22b5-4cf6-afc84916592e-614c004b {
  justify-self: end;
}

#w-node-ccf4ca29-f293-05ed-5d5d-42e5da742de8-614c004b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ba4070b-20af-5932-21cf-090fa3c29989-614c004b {
  justify-self: start;
}

#w-node-_8ba4070b-20af-5932-21cf-090fa3c2998a-614c004b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8ba4070b-20af-5932-21cf-090fa3c2998b-614c004b {
  justify-self: center;
}

#w-node-_8ba4070b-20af-5932-21cf-090fa3c2998c-614c004b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8ba4070b-20af-5932-21cf-090fa3c2998d-614c004b {
  justify-self: end;
}

#w-node-_09acf269-a5f5-58b6-af07-4cd722e4d9b0-614c004b {
  justify-self: start;
}

#w-node-eb7e7cf7-e542-968c-6712-cb82502da1f8-614c004b {
  align-self: end;
}

#w-node-_805237c0-fa6d-b083-e993-2bb2db7f3aba-614c004b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_805237c0-fa6d-b083-e993-2bb2db7f3abe-614c004b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_7fb255fa-8b24-5a11-d0df-3b2ab9193ede-614c004d, #w-node-_9b87d5e0-4e18-c45e-f656-05f78d776b14-614c004d, #w-node-_4cbf4e56-2a77-f001-ae7a-02329fba6f6f-614c004d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16613fa1-7d08-cc45-9b0b-cb74735b14c2-614c004d {
  justify-self: end;
}

#w-node-bd086861-8dd6-4ee2-939b-24809fd10cd1-614c004d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_000ab283-c546-1b6f-d409-c1df9235abe4-614c004e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3190d4db-b361-fee9-45ca-aa9f8437c8df-614c004e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-f6f2a05c-688b-cd30-e43f-80a82ffe2ff4-614c004e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d38b2f-9772-373b-7aad-cbb2bd7da77f-bd7da77a {
  justify-self: end;
}

#w-node-c9d38b2f-9772-373b-7aad-cbb2bd7da78b-bd7da77a {
  justify-self: start;
}

#w-node-_182b9aac-c82d-e7db-c7e8-16d615c3ebf4-b02bd11f {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_182b9aac-c82d-e7db-c7e8-16d615c3ebfe-b02bd11f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_34627e41-20ba-096e-f96c-8256f116667a-f1166675 {
  justify-self: end;
}

#w-node-_34627e41-20ba-096e-f96c-8256f1166684-f1166675 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34627e41-20ba-096e-f96c-8256f1166686-f1166675 {
  justify-self: start;
}

#w-node-_182b9aac-c82d-e7db-c7e8-16d615c3ebf4-4437663f {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_182b9aac-c82d-e7db-c7e8-16d615c3ebfe-4437663f {
  grid-area: 1 / 1 / 2 / 3;
}

@media screen and (min-width: 1440px) {
  #w-node-bd086861-8dd6-4ee2-939b-24809fd10cd1-614c004d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c9d38b2f-9772-373b-7aad-cbb2bd7da77f-bd7da77a, #w-node-c9d38b2f-9772-373b-7aad-cbb2bd7da78b-bd7da77a, #w-node-_34627e41-20ba-096e-f96c-8256f116667a-f1166675, #w-node-_34627e41-20ba-096e-f96c-8256f1166686-f1166675 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_805237c0-fa6d-b083-e993-2bb2db7f3aba-614c004b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_805237c0-fa6d-b083-e993-2bb2db7f3abe-614c004b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_9b87d5e0-4e18-c45e-f656-05f78d776b14-614c004d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_46700500-535f-4127-fa91-9c94b672d8ce-13344f4e {
    order: -9999;
  }

  #w-node-_182b9aac-c82d-e7db-c7e8-16d615c3ebf4-b02bd11f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_182b9aac-c82d-e7db-c7e8-16d615c3ebfe-b02bd11f {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_46700500-535f-4127-fa91-9c94b672d8ce-e632eec5 {
    order: -9999;
  }

  #w-node-_182b9aac-c82d-e7db-c7e8-16d615c3ebf4-4437663f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_182b9aac-c82d-e7db-c7e8-16d615c3ebfe-4437663f {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi variable';
  src: url('/api/media/file/17-66b302d047c7784a614c0069_Satoshi-Variable.ttf?v=b4d0d64bab6b') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Melodrama variable';
  src: url('/api/media/file/18-66b302d047c7784a614c006a_Melodrama-Variable.ttf?v=1fc17440114f') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Marcellus';
  src: url('/api/media/file/20-66b30a1df192d383344e8e89_Marcellus-Regular.ttf?v=f9c749e42d10') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}