:root {
  --primary-color: #2c2c2c;
  --secondary-color: #fff;
  --padding-global: 2.5rem;
  --corner-radius: 2.5rem;
  --button-text: .8rem;
  --black: black;
  --white: white;
  --black-color: #000;
  --background-color-gray: #2c2c2c;
  --h1: Gilroy, sans-serif;
  --paragraph: Montserrat, sans-serif;
  --background-color-white: white;
  --accent-color: #a95a58;
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 6.25rem;
  font-weight: 900;
  line-height: 1;
}

h3 {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--primary-color);
  font-family: Montserrat, sans-serif;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: scale-down;
  max-width: 100%;
  padding-right: .125rem;
  display: inline-block;
  overflow: auto;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-weight-semibold {
  font-weight: 600;
}

.heading-style-h1 {
  color: var(--secondary-color);
  text-transform: capitalize;
  font-family: Gilroy, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  display: block;
}

.heading-style-h1.text-color-white {
  max-width: none;
  display: block;
}

.heading-style-h1.blending-mode {
  mix-blend-mode: normal;
}

.heading-style-h1.text-align-right {
  letter-spacing: 0;
  letter-spacing: 0;
  width: 45ch;
  max-width: 30rem;
  font-family: Recklessneue, Palatino Linotype, sans-serif;
  font-weight: 300;
  line-height: 1;
}

.padding-global {
  z-index: 5;
  padding-right: var(--padding-global);
  padding-left: var(--padding-global);
  pointer-events: auto;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.padding-global.no-height {
  height: auto;
}

.padding-global.landing-page {
  background-color: #000;
}

.padding-section-small {
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: block;
}

.padding-section-small.quote {
  width: 80%;
}

.text-color-white {
  color: #fff;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

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

.page-wrapper {
  color: #acacac;
  position: relative;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-large.flex-box {
  align-items: center;
  display: flex;
}

.container-large.form-padding {
  max-width: 40rem;
}

.main-wrapper {
  max-width: 100%;
  overflow: visible;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-medium.instance {
  padding-top: 1.6rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.section_hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  padding-top: 5rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.section_hero.overflow-hidden {
  justify-content: center;
  align-items: center;
  display: block;
  overflow: hidden;
}

.section_hero.overflow-hidden.project-form {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#ffffffab, #ffffffab), url("https://cdn.prod.website-files.com/6837648edc5100b37fbc7673/6837648edc5100b37fbc76fc_SITE-bg-pattern_half.svg");
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-clip: border-box;
  flex-flow: column;
  height: 280%;
  max-height: 250vh;
  padding-bottom: 0;
  overflow: visible;
}

.section_hero.overflow-hidden.project-form.meeting {
  background-image: linear-gradient(#ffffffab, #ffffffab), url("https://cdn.prod.website-files.com/6837648edc5100b37fbc7673/6837648edc5100b37fbc76fc_SITE-bg-pattern_half.svg");
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  height: 100%;
  max-height: 100%;
}

.hero_bg-image {
  z-index: 2;
  aspect-ratio: auto;
  object-fit: cover;
  background-color: #250a0a;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  max-height: none;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.section_story {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  min-height: 120vh;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_story.overflow-hidden {
  width: 100%;
}

.section_story.overflow-hidden.home {
  min-height: 100vh;
}

.hero_content-wrapper {
  z-index: 10;
  object-fit: fill;
  z-index: 10;
  object-fit: fill;
  inset: 0%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  display: flex;
  position: relative;
  inset: 0%;
}

.hero_paragraph {
  color: var(--secondary-color);
  text-align: right;
  width: 45ch;
  max-width: none;
  font-family: Akkurat, Palatino Linotype, sans-serif;
  font-weight: 300;
  overflow: hidden;
}

.hero_paragraph.text-color-white.text-align-right {
  text-align: right;
}

.hero_paragraph.signatures {
  color: var(--primary-color);
  text-align: left;
}

.hero_paragraph.reimagining-design {
  text-align: left;
  font-size: 1rem;
}

.navbar {
  z-index: 100;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: exclusion;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  height: 5rem;
  margin-bottom: -5rem;
  padding-bottom: 0;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar:hover {
  -webkit-backdrop-filter: blur(.2em);
  backdrop-filter: blur(.2em);
  mix-blend-mode: exclusion;
}

.navbar:lang(en) {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.navbar_content-wrapper {
  justify-content: space-between;
  max-height: 4rem;
  padding: 1rem 0 0;
  display: flex;
}

.navbar_logo-wrapper {
  flex: 0 auto;
  align-items: center;
  max-width: 10rem;
  max-height: 100%;
  display: flex;
}

.navbar_logo-wrapper.w--current {
  color: #000;
  align-items: center;
  max-width: 10rem;
}

.navbar_menu-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  font-weight: 400;
  display: flex;
}

.navbar_menu-wrapper.left-align {
  justify-content: flex-start;
  margin-top: 28px;
}

.navbar_menu-wrapper.footer-button {
  justify-content: flex-start;
}

.navbar_menu-wrapper.dark {
  justify-content: flex-start;
  align-items: center;
}

.navbar_menu-wrapper.desktop {
  color: var(--black);
}

.navbar_menu-wrapper.apply-button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar_button {
  border-radius: var(--corner-radius);
  pointer-events: auto;
  border: 1px solid #fff;
  max-height: 100%;
  padding: .32rem 1rem .25rem;
  text-decoration: none;
}

.navbar_button.w--current {
  color: #000;
  border-width: 1.5px;
}

.navbar_button.dark {
  border-color: #000;
}

.navbar_button.no-border {
  color: var(--black);
  border-style: none;
  font-family: Akkurat, Palatino Linotype, sans-serif;
  font-weight: 400;
}

.navbar_button.no-border.contact {
  flex: 1;
  order: 1;
  justify-content: space-between;
  padding-left: 0;
  display: flex;
}

.navbar_button.apply-button {
  border-color: #000;
}

.navbar_button.apply-button.w--current {
  border-color: #000;
  align-self: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.secondary-button_text {
  color: #fff;
  border: 1px #ffffff80;
  font-family: Akkurat, Palatino Linotype, sans-serif;
  font-size: .8rem;
  text-decoration: none;
}

.secondary-button_text.contact-page {
  color: #000;
  font-family: Recklessneue, Palatino Linotype, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.secondary-button_text.dark {
  color: #000;
}

.secondary-button_text.dark.modal-text {
  font-size: .75rem;
}

.secondary-button_text.nav {
  font-family: Akkurat, Palatino Linotype, sans-serif;
  font-size: .8rem;
}

.secondary-button_text.apply-button {
  color: var(--black-color);
  -webkit-text-stroke-color: #000;
  font-family: Akkuratmono, Palatino Linotype, sans-serif;
}

.story_title {
  color: var(--primary-color);
  text-align: justify;
  max-width: none;
  font-family: Montserrat, sans-serif;
  font-size: 3.7vw;
  line-height: 1.2;
}

.story_title.text-weight-bold {
  max-width: none;
  font-weight: 600;
  line-height: 1.2;
}

.story_title.text-weight-semibold {
  color: #424635;
  text-align: left;
  padding-bottom: 65px;
  font-family: Recklessneue, Palatino Linotype, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.story_title.text-weight-semibold.studio {
  width: 40vw;
  padding-bottom: 20px;
  font-size: 3.5rem;
}

.story_title.text-weight-semibold.career {
  padding-bottom: 0;
  font-size: 3.5rem;
}

.global_bg-circle-interaction {
  z-index: 10;
  filter: blur(10px);
  mix-blend-mode: soft-light;
  background-color: #fff;
  border-radius: 100%;
  width: 20rem;
  height: 20rem;
  display: block;
  position: absolute;
  right: auto;
}

.story_content-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  max-width: 27ch;
  font-size: 4rem;
  display: flex;
  position: relative;
}

.story_content-wrapper.team {
  flex-flow: column;
  justify-content: center;
  margin-top: 50px;
}

.global-elements {
  display: block;
}

.hero_image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: absolute;
  inset: 0 0% auto;
}

.hero_image-wrapper.overflow-hidden {
  z-index: 1;
  z-index: 1;
  inset: 0% auto auto 0%;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  inset: 0% auto auto 0%;
}

.hero_bg-image-overlay {
  z-index: 3;
  background-image: linear-gradient(to top, #000, #0000 57%);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.inspiration_text-wrapper {
  width: 100%;
  height: auto;
  position: absolute;
}

.section_formula {
  z-index: 10;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.story_bg-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.story_bg-image-wrapper.overflow-hidden {
  height: 120vh;
}

.story_bg-image-wrapper.overflow-hidden.home {
  height: 100vh;
}

.story_bg-image {
  z-index: 1;
  height: 110%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.story_bg-image.home {
  height: 100%;
}

.story_bg-image-overlay {
  z-index: 3;
  background-image: linear-gradient(to top, #fff, #0000 16% 85%, #fff);
  display: block;
  position: absolute;
  inset: 0%;
}

.formula_sticky-content-wrapper {
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.formula_sticky-content-wrapper.overflow-hidden {
  width: 100%;
  height: 100vh;
}

.formula_bg-image-wrapper {
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.formula_bg-image-wrapper.overflow-hidden {
  width: 100%;
}

.footer {
  width: 100%;
  min-height: 200vh;
  margin-top: -100vh;
  position: static;
}

.formula_bg-image {
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100vw;
  height: 100%;
}

.footer_wrapper {
  background-color: #424635;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 3rem;
  display: flex;
  position: sticky;
  bottom: 0;
}

.footer_wrapper.contact-page {
  min-height: 70vh;
  display: block;
  position: static;
}

.footer_wrapper.contact-page.landing {
  min-height: 20vh;
}

.footer_spacer {
  z-index: 2;
  background-color: var(--secondary-color);
  height: 100vh;
  position: relative;
}

.footer_content-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.footer-content-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.footer_logo {
  opacity: 0;
  height: auto;
  max-height: 15rem;
}

.footer_left-grid-container {
  grid-row-gap: .9rem;
  flex-direction: column;
  display: flex;
}

.footer_subtext {
  opacity: .7;
  max-width: 40ch;
}

.footer_subtext.text-color-white {
  max-width: 100vw;
  font-family: Akkurat, Palatino Linotype, sans-serif;
  font-size: .8rem;
  transition: opacity .7s cubic-bezier(.455, .03, .515, .955);
}

.footer_subtext.text-color-white:hover {
  opacity: 1;
}

.footer_subtext.text-color-white.location {
  letter-spacing: 2px;
  font-family: Recklessneue, Palatino Linotype, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
}

.footer_subtext.text-color-white.location.contact {
  color: #424635;
}

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

.footer_contact-grid.custom-project {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-auto-flow: row;
  display: flex;
}

.footer_contact-icons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.footer_contact-link-wrapper {
  opacity: .7;
  color: var(--secondary-color);
  transition: transform .5s cubic-bezier(.215, .61, .355, 1), opacity .75s cubic-bezier(.455, .03, .515, .955);
}

.footer_contact-link-wrapper:hover {
  opacity: 1;
  transform: translate(0, -.125rem);
}

.icon-embed-small, .footer_icon-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer_contact-link {
  color: var(--secondary-color);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.footer_contact-link.custom-project {
  color: var(--black);
}

.footer_contact-link.custom-project:hover {
  font-family: Akkurat, Palatino Linotype, sans-serif;
  font-weight: 700;
}

.footer_contact-underline-wrapper {
  aspect-ratio: auto;
  width: 100%;
  height: auto;
  position: relative;
}

.footer_contact-underline {
  background-color: var(--secondary-color);
  opacity: .4;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.footer_contact-underline.custom-project {
  opacity: .26;
  background-color: #424635;
  height: 1px;
}

.footer_contact-underline-overlay {
  background-color: var(--secondary-color);
  opacity: 1;
  width: 0%;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Akkurat, Palatino Linotype, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.text-block.custom-project {
  color: #424635;
  font-weight: 700;
}

.text-block.custom-project:hover {
  color: #a5a5a5;
  font-weight: 700;
}

.footer_credits-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.footer_credits-wrapper.links-footer {
  flex-flow: row;
  width: 50%;
  font-family: Akkurat, Palatino Linotype, sans-serif;
  font-size: .8rem;
}

.footer_credits-wrapper.links-footer.nav {
  width: 80vw;
  font-family: Akkurat, Palatino Linotype, sans-serif;
}

.footer_credits-wrapper.links-footer.nav.chat-box {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: stretch;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.footer_credits-wrapper.fine-print {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
}

.footer_credits-wrapper.fine-print.landing {
  flex-flow: column;
}

.footer_text {
  opacity: .7;
  color: #fff;
  letter-spacing: 0;
  width: 50%;
  font-family: Akkurat, Palatino Linotype, sans-serif;
  font-size: .8rem;
}

.footer-link {
  opacity: .7;
  color: var(--secondary-color);
  font-family: Akkurat, Palatino Linotype, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  transition: transform .4s cubic-bezier(.215, .61, .355, 1), opacity .7s cubic-bezier(.455, .03, .515, .955);
}

.footer-link:hover {
  opacity: 1;
  transform: translate(0, -.125rem);
}

.footer-link.w--current {
  opacity: 25;
  font-weight: 600;
}

.footer-link.chat {
  color: var(--black-color);
}

.footer_alt-tag-embed {
  display: none;
}

.hero_container {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 2.5rem 5rem;
  display: flex;
  position: relative;
}

.full-width-container {
  justify-content: center;
  width: 100%;
  padding-top: 6rem;
  display: flex;
}

.full-width-container.careers {
  padding-top: 0;
}

.footer_headline {
  color: var(--secondary-color);
  max-width: 13ch;
  font-family: Recklessneue, Palatino Linotype, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.footer_headline.landing {
  min-width: 40vw;
  max-width: 40vw;
  font-size: 3.5rem;
}

.hero_bg-image-mobile {
  z-index: 2;
  aspect-ratio: auto;
  object-fit: cover;
  background-color: #250a0a;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  max-height: none;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.bold-text {
  text-align: left;
  letter-spacing: 4px;
  font-family: Akkurat, Palatino Linotype, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}

.bold-text.modal-la {
  font-size: .8rem;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
}

.text-block-3.studio {
  width: 40vw;
  padding-bottom: 65px;
  font-family: Akkurat, Palatino Linotype, sans-serif;
  font-weight: 400;
  display: block;
}

.text-block-3.studio.capabilities {
  color: #fff;
  padding-bottom: 0;
  font-family: Recklessneue, Palatino Linotype, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.text-block-3.studio.capabilities.paragraph {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.text-block-3.studio.love-story {
  color: #000;
}

.text-block-3.apply-button {
  text-align: right;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-3.position {
  font-family: Akkurat, Palatino Linotype, sans-serif;
}

.text-block-3.position.paragraph {
  padding-bottom: 20px;
  font-family: Akkurat, Palatino Linotype, sans-serif;
}

.capabilities-header {
  color: #fff;
  font-family: Recklessneue, Palatino Linotype, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.conceptualization-paragraph {
  color: #fff;
  padding-top: 20px;
  font-family: Akkurat, Palatino Linotype, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.capabilities {
  color: var(--secondary-color);
  margin-bottom: 2rem;
  font-family: Recklessneue, Palatino Linotype, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
}

.position-title {
  color: #424635;
  border-bottom: 1px #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Akkurat, Palatino Linotype, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
}

.links {
  color: #fff;
  mix-blend-mode: exclusion;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  font-family: Akkurat, Palatino Linotype, sans-serif;
  font-weight: 300;
  display: flex;
}

.job-block {
  width: 60vw;
}

.position-details {
  border-top: 1px solid #000;
  padding-top: 20px;
  font-family: Akkuratmono, Palatino Linotype, sans-serif;
  font-size: .85rem;
  line-height: 1.4;
}

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

.link-3 {
  font-family: Akkuratmono, Palatino Linotype, sans-serif;
}

.link-4 {
  color: var(--white);
}

.link-4.contact {
  color: #424635;
}

.ms-chat-frame {
  z-index: 1;
  z-index: 1;
  position: relative;
}

.ms-exit-icon {
  display: none;
}

.ms-chat-animation {
  height: 126px;
  overflow: hidden;
}

.ms-chat-icon {
  z-index: 2;
  background-color: #424635;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 18px 10px;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 20px 30px -10px #555e6980;
}

.ms-chat-icon:hover {
  background-image: linear-gradient(#0000001a, #0000001a);
}

.ms-chat-channel-icon {
  align-self: center;
  width: 28px;
  min-width: 27px;
  height: 25px;
  min-height: 25px;
  margin-right: 20px;
}

.ms-chat-channel-icon.sh-logo {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
}

.ms-chat-wrapper {
  z-index: 1001;
  overflow-wrap: normal;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 6px;
  right: 47px;
  overflow: visible;
}

.ms-chat-channel-wrap {
  margin-top: 22px;
  padding-left: 12px;
  padding-right: 12px;
}

.ms-chat-bold {
  letter-spacing: 0;
  font-family: Akkurat, Palatino Linotype, sans-serif;
  font-size: .85rem;
  font-weight: 700;
}

.ms-chat-bold.top-cta {
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
}

.ms-chat-channel-btn {
  z-index: 1;
  color: #181823;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e9e7e7;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px 10px 25px;
  font-size: 15px;
  text-decoration: none;
  transition: box-shadow .2s, border-color .2s, top .2s;
  display: flex;
  position: relative;
  top: 0;
}

.ms-chat-channel-btn:hover {
  border-color: #4baeb2;
  top: -4px;
  box-shadow: 0 7px 15px #555e694d;
}

.ms-chat-channel-btn.top-cta {
  background-color: #000;
  background-image: url("https://cdn.prod.website-files.com/6837648edc5100b37fbc7673/6837648edc5100b37fbc76fc_SITE-bg-pattern_half.svg");
  background-position: 0 0;
  background-size: auto;
  border-style: none;
  width: 100vw;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.ms-chat-box {
  z-index: 1;
  opacity: 0;
  text-align: center;
  background-color: #fff;
  border: 1px #e9e7e778;
  border-radius: 6px;
  width: 100vw;
  max-width: 350px;
  height: 630px;
  max-height: 75vh;
  line-height: 1.5em;
  display: block;
  position: absolute;
  inset: auto -2px 24px auto;
  overflow: auto;
  box-shadow: 0 20px 40px -5px #555e6940;
}

.ms-chat-bg {
  background-color: #424635;
  background-image: url("https://cdn.prod.website-files.com/6837648edc5100b37fbc7673/683e611d5e45355062179e20_Chat.avif");
  background-position: 50%;
  background-size: cover;
  height: 20%;
  max-height: 20vh;
  position: absolute;
  inset: 0% 0% auto;
}

@media screen and (min-width: 1280px) {
  .heading-6.landing-hero-title {
    max-width: 90%;
    font-size: 1.6rem;
  }

  .heading-6.landing-hero-title.comparison {
    max-width: 100%;
  }

  .heading-6.landing-hero-title.login {
    font-size: 3.5rem;
  }

  .product-related-content-wrap {
    padding-left: 7.38rem;
  }

  .social-proof-text.urgency.yellow {
    color: #424635;
    background-color: #f90;
    max-width: 90%;
    padding-top: .75rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-family: Akkuratmono, Palatino Linotype, sans-serif;
    font-size: 1rem;
    font-weight: 700;
  }

  .landing-page-left-sidebar.hero {
    min-width: 100%;
    max-width: 100vw;
  }

  .hero-paragraph-landing {
    max-width: 90%;
  }

  .feature-shohaus.dark.red {
    color: #cd0706;
  }

  .image-11 {
    filter: none;
  }

  .hero-date-block {
    padding-left: 0;
  }

  .text-span-7 {
    color: #f90;
  }

  .mobile-splides.hidden {
    display: none;
  }

  .bold-text-3 {
    font-size: .85rem;
  }

  .no-margin {
    font-size: 2rem;
  }

  .dt---grid-hero-1 {
    grid-column-gap: 67px;
  }

  .dt-left-hero-1 {
    max-width: 100vw;
  }

  .client-details-header {
    grid-column-gap: 59px;
    grid-row-gap: 59px;
    margin-top: 52px;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .spacer-medium-2.category-gap {
    width: 80%;
  }

  .grid-3.is-credit, .grid-3.is-credit.title.commission-title, .grid-3.is-credit, .grid-3.is-credit.title.commission-title, .grid-3.is-credit.title.commission-title, .grid-3.is-credit.title.commission-title {
    grid-template-columns: 1fr .25fr .25fr .5fr .25fr;
  }

  .heading-6.landing-hero-title {
    max-width: 90%;
  }

  .heading-6.landing-hero-title.login {
    font-size: 3.5rem;
  }

  .social-proof-text.urgency.yellow {
    color: #424635;
    letter-spacing: 1px;
    letter-spacing: 1px;
    letter-spacing: 1px;
    background-color: #f90;
    width: auto;
    max-width: 90%;
    padding-top: .5rem;
    padding-bottom: .25rem;
    padding-left: 1rem;
    font-family: Akkuratmono, Palatino Linotype, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .landing-social-proof-block.hero.urgent {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .landing-page-left-sidebar.hero {
    width: 99.9999%;
    max-width: 40vw;
  }

  .hero-paragraph-landing {
    max-width: 90%;
  }

  .feature-shohaus.dark.red {
    color: #de0000;
  }

  .image-11 {
    filter: none;
  }

  .designer-social-proof {
    max-width: 80%;
  }

  .circle-button-wrapper {
    font-size: 56px;
  }

  .btn-parent {
    background-color: #424635;
  }

  .calculateddate {
    font-family: Akkurat, Palatino Linotype, sans-serif;
    font-size: .85rem;
  }

  .hero-date-block {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: row;
    padding-left: 0;
  }

  .date-text {
    padding-left: 0;
    font-size: .85rem;
  }

  .text-span-7 {
    color: #f90;
  }

  .mobile-splides {
    display: none;
  }

  .bold-text-3 {
    font-size: .9rem;
  }

  .horizontal-scroll-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 800vh;
  }

  .text-outlined {
    color: #dedbd0;
    font-family: Akkuratmono, Palatino Linotype, sans-serif;
  }

  .no-margin {
    font-size: 2rem;
  }

  .icon-logo {
    width: 10vw;
    padding-top: .125rem;
    padding-bottom: .125rem;
  }

  .text-text-with-line.title.left-align {
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .label.center {
    -webkit-text-stroke-color: #16231b;
  }

  .label.small {
    font-size: 13px;
    font-weight: 400;
  }

  .label.yellow {
    color: #f90;
  }

  .text-body.light, .text-body.material-disclaimer.light.f-name, .text-body.light, .text-body.material-disclaimer.light.f-name, .text-body.material-disclaimer.light.f-name, .text-body.material-disclaimer.light.f-name {
    font-weight: 300;
  }

  .headline-product.client-name {
    padding-top: 39px;
  }

  .main-container-6 {
    max-width: 100vw;
  }

  .scroll-blog-content-master-2 {
    font-weight: 300;
  }

  .headlinec-about-b-video {
    margin-top: 37px;
  }

  .text-h2-2 {
    font-family: Recklessneue, Palatino Linotype, sans-serif;
  }

  .fill-circle, .fill-line {
    background-color: #f90;
  }

  .contact-card.contact-c-card {
    background-color: #ffffffe3;
  }

  .div-block-26 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    display: flex;
  }

  .client-details-header {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    margin-top: 30px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 2.5rem;
    display: flex;
  }

  .padding-large.form-2 {
    padding-bottom: 0;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .padding-vertical {
    flex: 1;
    order: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

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

  .container-large.contact {
    display: flex;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-huge, .spacer-huge.instance, .spacer-huge.instance {
    display: block;
  }

  .section_story {
    background-size: cover;
  }

  .hero_logo.is-absolute {
    display: none;
  }

  .story_title {
    font-size: 2.6rem;
  }

  .global_bg-circle-interaction {
    display: none;
  }

  .storytelling_content-wrapper-2grid {
    grid-column-gap: .5rem;
  }

  .section_expertise {
    background-image: none;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section_expertise.overflow-hidden {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .expertise_grid-container {
    grid-column-gap: 16px;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .expertise_list-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 5rem;
    flex-direction: column;
    display: flex;
  }

  .expertise_left-col-wrapper {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    padding-bottom: 0;
    display: block;
  }

  .expertise_list-item {
    grid-column-gap: 2rem;
    flex-direction: row-reverse;
    justify-content: flex-start;
    padding-top: 0;
  }

  .expertise_list-item.is-alternate {
    flex-direction: row;
  }

  .expertise_list-item-text {
    text-align: right;
    align-self: center;
    padding-left: 0;
    line-height: 1;
  }

  .expertise_list-item-text.is-alternate {
    align-self: center;
  }

  .expertise-list-item-line-wrapper {
    width: 100%;
  }

  .expertise_list-item-image {
    max-width: 50%;
    margin-top: .2rem;
    position: relative;
  }

  .section_showcase {
    flex-wrap: wrap;
  }

  .showcase_image_container {
    filter: none;
    flex: 0 50%;
    width: auto;
  }

  .showcase_image_container:hover {
    width: auto;
  }

  .showcase_image_container.is-1 {
    background-position: 0 0, 50%;
  }

  .showcase_image_container.is-4 {
    background-position: 0 0, 69%;
  }

  .inspiration_bg-image-overlay {
    background-image: linear-gradient(to right, #000000e6, #0000 68%);
  }

  .co-create_headline-wrapper {
    max-width: 14ch;
  }

  .reimagine_bg-image {
    object-fit: cover;
  }

  .expertise_list-item-content-wrapper {
    grid-row-gap: .75rem;
    flex: 1;
    align-items: flex-start;
    width: auto;
  }

  .story_bg-image {
    object-fit: cover;
  }

  .formula_headline-wrapper {
    max-width: 5ch;
  }

  .reimagine_headline-wrapper {
    max-width: 12ch;
  }

  .formula_image-wrapper {
    width: 60%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer_content-wrapper.landing-page, .footer-content-grid.landing, .footer-content-grid.landing {
    display: block;
  }

  .footer_left-grid-container.contact-details-left.ty-page {
    align-self: center;
  }

  .expertise_wrapper {
    height: auto;
    min-height: 100vh;
    position: relative;
  }

  .expertise_wrapper.overflow-hidden {
    height: auto;
    position: relative;
  }

  .hero_container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .expertise_list-item-text-wrapper {
    align-self: auto;
    align-items: center;
    width: 100%;
  }

  .expertise_list-item-number {
    line-height: .9;
  }

  .expertise_list-item-number.is-alternate {
    line-height: 1;
  }

  .footer_headline.landing {
    min-width: 80vw;
    max-width: none;
  }

  .code-embed.meeting-page {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .legal2-content_sidebar {
    width: 100%;
    margin-right: 0;
    position: relative;
    top: 0;
  }

  .legal2-content_sidebar.material-left-column.contact.ty-page {
    margin-right: 0;
  }

  .legal2-content_sidebar-heading-text {
    font-size: 1.5rem;
    font-weight: 400;
  }

  .legal2-content_accordion-icon {
    display: flex;
  }

  .legal2-content_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .legal2-content_sidebar-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-style: none;
    border-width: 1px;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    display: flex;
  }

  .legal2-content_sidebar-heading.contact {
    flex-flow: column;
    align-items: flex-start;
    min-width: 70vw;
    padding-left: 0;
  }

  .legal2-content_sidebar-heading.contact.ty-page {
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
  }

  .legal2-content_sidebar-heading-text-2 {
    font-size: 1.5rem;
    font-weight: 400;
  }

  .faq-arrow {
    width: 1.5rem;
  }

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

  .wrapper.is-wood-image {
    min-height: 40vh;
  }

  .image-wood {
    max-width: 80vw;
  }

  .divider-line, .divider-line.vertical, .divider-line.vertical {
    display: none;
  }

  .grid-3.is-wood {
    grid-template-columns: .55fr 1fr;
  }

  .grid-3.is-wood.contact {
    flex-flow: column;
    grid-auto-flow: column;
    display: flex;
  }

  .grid-3.is-credit {
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 3fr;
    grid-auto-flow: row;
    place-content: stretch;
  }

  .grid-3.is-credit.title.commission-title {
    grid-template-columns: 3fr .75fr .75fr 1.25fr 1fr;
  }

  .grid-3.custom-project {
    grid-template-columns: .5fr;
    grid-auto-flow: column;
  }

  .grid-3.landing-page {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .grid-3.landing-page.comarison {
    flex-flow: column;
    display: flex;
  }

  .column.wood-left.contact {
    order: 1;
  }

  .column.wood-left.contact.ty-page {
    padding-right: 0;
  }

  .column.wood-right.contact {
    padding-top: 0;
    padding-left: 0;
  }

  .column.wood-right.contact.ty-page {
    padding-left: 0;
  }

  .column.custom-project-small {
    padding-left: 0;
  }

  .heading-6.landing-hero-title, .heading-6.landing-hero-title.comparison {
    text-align: center;
    font-size: 3rem;
  }

  .heading-6.landing-hero-title, .heading-6.landing-hero-title.comparison, .heading-6.landing-hero-title.comparison {
    text-align: center;
    font-size: 3rem;
  }

  .heading-6.cta-price-comparison {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .credit-component-image-wrapper {
    display: none;
  }

  .link.is-credit {
    flex-flow: row;
  }

  .credit-component {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    font-size: .9rem;
    display: flex;
  }

  .contact-email {
    font-size: 12px;
  }

  .full-text-field {
    margin-top: 10px;
  }

  .contact-social-wrapper {
    justify-content: center;
    bottom: 5%;
    left: 5%;
    right: 5%;
  }

  .contact-form-wrapper {
    padding-left: 29px;
    padding-right: 29px;
  }

  .form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-inner-wrapper, .text-field {
    width: 100%;
  }

  .text-field.right {
    margin-top: 10px;
  }

  .contact-paragraph {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 15px;
    line-height: 18px;
  }

  .text-area {
    margin-top: 10px;
  }

  .contact-heading {
    font-size: 38px;
    line-height: 48px;
  }

  .contact-btn-wrapper {
    text-align: center;
    margin-top: 20px;
  }

  .contact-left-column.ty-page {
    text-align: center;
    text-align: center;
  }

  .contact-component-wrapper.contact {
    text-align: center;
    text-align: center;
    flex: 1;
  }

  .add-to-cart-button {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .single-product-col-left {
    width: 100%;
  }

  .single-product-reference-img-wrap {
    margin-bottom: 0;
    margin-left: .313rem;
    margin-right: .313rem;
    padding-top: 12%;
    position: relative;
    overflow: hidden;
  }

  .single-accordion-title {
    font-weight: 700;
  }

  .single-product-wraper {
    padding-top: 0;
  }

  .single-product-title {
    font-size: 3rem;
  }

  .single-product-col-right {
    width: 100%;
  }

  .best-seller-icon {
    width: 20px;
  }

  .best-seller-wrap {
    letter-spacing: .1rem;
    padding: 10px;
    font-size: .75rem;
    top: 15px;
    right: 15px;
  }

  .collection-breadcrumb {
    margin-bottom: 1.5rem;
  }

  .single-product-price {
    font-size: 1.4rem;
  }

  .single-product-gallary-img {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%;
    position: absolute;
    inset: 0;
  }

  .product-related-content-wrap {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0 !important;
  }

  .product-related-img-wrap {
    margin-left: 0;
  }

  .product-related-outer-wrap {
    padding: 4rem 4rem 2rem;
  }

  .product-related-row {
    flex-flow: column;
  }

  .product-related-col {
    width: 100%;
  }

  .product-related-img.img {
    width: 100vw;
    min-width: 100vw;
    margin-top: -62px;
    margin-left: -57px;
  }

  .paragraph-3, .founder-quote {
    max-width: 100%;
  }

  .product-faq-wraper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .social-proof-text.urgency.yellow {
    text-align: center;
    text-align: center;
    text-align: center;
    margin-right: 0;
    padding-top: 1rem;
  }

  .landing-social-proof-block.hero.urgent {
    text-align: center;
    text-align: center;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .landing-button-wrapper.center {
    justify-content: center;
    max-width: 100%;
    display: flex;
  }

  .landing-button-wrapper.center.double-hide {
    display: flex;
  }

  .landing-page-left-sidebar {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .landing-page-left-sidebar.hero {
    max-width: 90vw;
  }

  .splide__slide {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-top: 0;
    display: flex;
  }

  .card {
    min-width: 15rem;
    margin-top: 0;
  }

  .card.testimonial-card {
    min-width: 70vw;
  }

  .project-sliders-wrapper {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    place-items: center end;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
    overflow: clip;
  }

  .splide.tinyflow-slider.scroll-up {
    display: none;
  }

  .splide.scroll-down {
    min-width: 40vw;
    margin-left: 0;
    display: none;
  }

  .landing-page-splide.testimonials.form-testimonial, .landing-page-splide.mobile-top, .landing-page-splide.testimonials.form-testimonial, .landing-page-splide.testimonials.form-testimonial, .landing-page-splide.mobile-top {
    display: none;
  }

  .landing-section-2-header {
    text-align: center;
  }

  .landing-section-2-header.centered {
    font-size: 2.8rem;
  }

  .landing-section-2-header.price-comparison {
    max-width: 100%;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .hero-paragraph-landing {
    text-align: center;
    max-width: 100vw;
    font-size: 1rem;
  }

  .hero-paragraph-landing.comparison {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 60%;
    display: block;
  }

  .hero-paragraph-landing.price-comparison, .comparison-text.dark, .comparison-text.dark {
    max-width: 100%;
  }

  .shohaus-price.mobile.tablet, .shohaus-price.light, .shohaus-price.light.savings {
    display: none;
  }

  .shohaus-price.mobile {
    padding-left: 10px;
    display: block;
  }

  .shohaus-price.mobile.tablet, .shohaus-price.light, .shohaus-price.light.savings, .shohaus-price.light.savings {
    display: none;
  }

  .price-comparison-standar._2-line.retail-red {
    min-width: 0%;
  }

  .price-comparison-standar.savings-price {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .price-comparison-standar.desktop {
    display: none;
  }

  .product-name-comparison.indent {
    padding-left: 0;
    font-size: 1rem;
  }

  .social-proof-counter {
    display: none;
  }

  .text-block-22 {
    font-size: .9rem;
  }

  .container.flex-left {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .text-6em {
    font-size: 4.5em;
  }

  .projects-wrapper {
    margin-top: 129px;
  }

  .head-explode-lottie {
    width: 33%;
    position: static;
  }

  .circle-button-wrapper.smaller {
    margin-top: 93px;
    font-size: 22px;
    position: static;
  }

  .shohaus-price-mobile {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .shohaus-price-mobile.mobile {
    display: flex;
  }

  .shohaus-price-mobile.small-bg {
    background-color: #e4e1d6;
  }

  .mobile-price-image {
    display: inline-flex;
  }

  .mobile-price-image.footnote {
    display: none;
  }

  .btn-parent {
    justify-content: center;
    align-items: center;
  }

  .designer-images {
    max-width: 6.1rem;
  }

  .calculateddate {
    font-size: .9rem;
  }

  .hero-date-block {
    justify-content: center;
    align-items: center;
    min-width: 100%;
  }

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

  .lead-time-calculator, .calc {
    min-width: 100%;
  }

  .tablet-comparison-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-block;
  }

  .div-block-15.designer {
    text-align: center;
    flex-flow: column;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .div-block-15.designer.quote-header {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mobile-splides.hidden {
    display: block;
    overflow: hidden;
  }

  .italic-text-5 {
    color: #f90;
  }

  .savings-div.percent-div {
    padding-left: 0;
    padding-right: 0;
  }

  .savings-div-block {
    display: none;
  }

  .savings-div-block.tablet-mobile {
    display: flex;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  ._2x1-grid-layout {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .featuresv6_sticky-content {
    max-width: 45rem;
  }

  .featuresv6_sticky-div {
    top: 40%;
  }

  .featuresv6_sticky-div.is-third {
    top: 48%;
  }

  .featuresv6_sticky-div.is-fourth {
    top: 52%;
  }

  .featuresv6_sticky-div.is-second {
    top: 44%;
  }

  .sticky-wrapper {
    padding-left: 2rem;
  }

  .horizontal-scroll-container {
    max-width: 80vw;
    padding-right: 0;
  }

  .navmenu-container {
    max-width: 1350px;
  }

  .navbar-wrapper {
    width: 100%;
    top: 1rem;
  }

  .menu-button {
    padding: 1rem;
    transition: background-color .2s;
  }

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

  .modal-scroll-content-w.short-form {
    justify-content: flex-start;
    height: 100vh;
  }

  .form-paragraph {
    font-size: .85rem;
  }

  .slider-left {
    background-color: #8c54ff;
    border-style: none;
    border-radius: 0;
    width: 80px;
    height: 50px;
    padding: 7px;
  }

  .content-wrap {
    z-index: 20;
    position: relative;
  }

  .slider-right {
    background-color: #8c54ff;
    border-style: none;
    border-radius: 0;
    width: 80px;
    height: 50px;
    padding: 7px;
  }

  .arrow-bottom {
    z-index: 5;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    display: flex;
    position: absolute;
    inset: auto 0 0%;
  }

  .arrow-right {
    display: none;
  }

  .product-base {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .mask {
    overflow: visible;
  }

  .product-card {
    padding-bottom: 50px;
    position: relative;
  }

  .product-image {
    max-width: 130%;
  }

  .arrow {
    filter: invert();
  }

  .arrow-left {
    display: none;
  }

  .main-container {
    flex-flow: column;
    display: flex;
  }

  .flex-top-hero-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .label.center.w--current, .label.small {
    font-size: 10px;
  }

  .label.center {
    font-size: 10px;
    display: flex;
  }

  .label.center.w--current, .label.small {
    font-size: 10px;
  }

  .text-h1 {
    font-size: 64px;
  }

  .section-5 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .product-halves, .product-halves.dark, .product-halves.dark {
    grid-template-columns: 1fr;
  }

  .text-body.light {
    font-size: .8em;
  }

  .text-body.material-disclaimer.light.f-name {
    margin-top: 17px;
    font-size: .8em;
  }

  .headline-product.client-name.tablet-mobile {
    padding-top: 40px;
  }

  .growth-card, .growth-card:hover {
    width: 100%;
  }

  .section-6 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .headline-home-c-expand {
    max-width: 460px;
    margin-bottom: 48px;
  }

  .text-h2 {
    font-size: 48px;
  }

  .growth-card-image-wrap {
    height: 350px;
  }

  .image-cover {
    filter: grayscale();
  }

  .dt---grid-hero-1 {
    grid-column-gap: 65px;
    grid-row-gap: 64px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start stretch;
    align-self: center;
    min-width: 100vw;
    margin-top: 558px;
    display: flex;
  }

  .dt-wrap-images-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .dt-h1 {
    font-size: 3.3em;
  }

  .dt-subtitle {
    font-size: 1.2em;
  }

  .dt-items-wrap-hero-1 {
    width: 100%;
  }

  .dt-column-hero-1.dt-column-two, .dt-column-hero-1.dt-column-one, .dt-column-hero-1.dt-column-two, .dt-column-hero-1.dt-column-one {
    width: 49%;
  }

  .dt-gradient-hero-1 {
    background-image: linear-gradient(#0c0c0c, #0c0c0c80 60%, #0c0c0c00);
    height: 140px;
  }

  .dt-left-hero-1 {
    text-align: center;
    align-items: center;
    max-width: 640px;
    padding-bottom: 0;
  }

  .dt-image-wrap-hero-1 {
    height: 320px;
  }

  .marquee-hero-5 {
    margin-top: -231px;
  }

  .marquee-inner-images, .single-marquee-images {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .marquee-image-item {
    width: 260px;
    height: 340px;
  }

  .marquee-image-item.big-item {
    width: 400px;
  }

  .marquee-image-item.small-item {
    width: 200px;
  }

  .section-7 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-7.hero-service-c {
    padding-bottom: 280px;
  }

  .text-h0 {
    font-size: 72px;
  }

  .label-master.light.brand-proposal {
    border-color: #f9f9f9;
  }

  .body-3 {
    flex-flow: row;
  }

  .section-8 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .expandable-content-wrap.wide-content-expandable {
    max-width: 400px;
  }

  .master-vertical-line-animated.divided-halves-line {
    display: none;
  }

  .master-divided-halves-image {
    max-height: 390px;
    position: static;
  }

  .grid-divided-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-sub-nav {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    font-size: .8rem;
  }

  .container-sub-nav.desktop {
    display: none;
  }

  .container-sub-nav.tablet {
    display: flex;
  }

  .scroll-blogs-item {
    min-height: auto;
  }

  .scroll-blogs-item.hide {
    padding-top: 37px;
  }

  .scroll-blogs-item.tablet-hidden {
    display: none;
  }

  .cta-main-3.outlined-light {
    background-color: #ffffff29;
    border-style: none;
    border-radius: 0;
  }

  .cta-main-3.outlined-light.mobile {
    display: none;
  }

  .text-h1-2 {
    font-size: 64px;
  }

  .sticky-images-block {
    height: 650px;
    display: none;
  }

  .scroll-blog-image {
    height: 650px;
  }

  .scroll-blogs {
    margin-top: 0;
  }

  .scroll-blogs-list {
    grid-template-columns: 1fr;
  }

  .sticky-blog-placeholder {
    display: none;
  }

  .section-10 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-10.scroll-blogs-section {
    background-color: #16231b;
  }

  .section-10.cta-section {
    display: block;
  }

  .scroll-blog-content-master {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .scroll-blog-content-master.hide {
    padding-top: 0;
  }

  .scroll-blog-content-master.tablet-top {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .main-container-9.static-container {
    padding-left: 0;
    padding-right: 0;
  }

  .scroll-blog-content-master-2 {
    padding-top: 64px;
    padding-bottom: 64px;
    display: none;
  }

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

  .title-wrap-contact {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .h1-heading {
    font-size: 64px;
    line-height: 115%;
  }

  .grid-divided-halves-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-h1-3 {
    font-size: 64px;
  }

  .scroll-blog-content-master-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .headlinec-about-b-video {
    flex-flow: column;
    display: flex;
  }

  .text-h2-2 {
    font-size: 48px;
  }

  .master-process {
    width: 90%;
  }

  .section-12 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-c-image {
    height: 360px;
  }

  .cta-top-tile {
    justify-content: center;
    align-items: flex-start;
    min-width: 100%;
    display: flex;
  }

  .main-container-13 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-h1-4 {
    font-size: 64px;
  }

  .cta-master {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    min-width: 85%;
    max-width: 100%;
    padding-left: 20px;
  }

  .text-block-31 {
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
  }

  .client-details-header {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-top: 22px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-horizontal.padding-xlarge {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

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

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

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

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

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

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

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

  .heading-style-h2.text-color-white.has-shadow.inspired {
    min-width: 14ch;
  }

  .heading-style-h2.text-align-left.concept-reality {
    min-width: 13ch;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .section_story {
    background-size: cover;
    min-height: 100vh;
  }

  .story_title {
    font-size: 2.4rem;
  }

  .story_content-wrapper {
    max-width: 9ch;
  }

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

  .storytelling_headline {
    max-width: 13ch;
    font-size: 4rem;
  }

  .expertise_list-item-text {
    align-self: auto;
    font-size: 2rem;
  }

  .expertise_list-item-text.is-alternate {
    text-align: left;
    text-align: left;
    align-self: flex-start;
  }

  .reimagine_bg-image {
    object-fit: cover;
  }

  .formula_headline-wrapper {
    max-width: 4ch;
  }

  .formula_image-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .expertise_list-item-text-wrapper {
    flex-direction: column;
    align-self: auto;
    align-items: flex-end;
  }

  .expertise_list-item-number {
    align-self: auto;
    line-height: 1;
  }

  .expertise_list-item-number.is-alternate {
    align-self: flex-start;
  }

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

  .spacer-medium-2 {
    padding-top: 1.5rem;
  }

  .heading-style-h5-2 {
    font-size: 2rem;
  }

  .legal2-content_sidebar-heading-text {
    font-size: 1.5rem;
  }

  .legal2-content_sidebar-heading.contact {
    flex-flow: column;
    align-items: flex-start;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .spacer-medium-3 {
    padding-top: 1.5rem;
  }

  .heading-style-h5-3 {
    font-size: 2rem;
  }

  .legal2-content_sidebar-heading-text-2 {
    font-size: 1.5rem;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .heading-style-h5-4 {
    font-size: 2rem;
  }

  .faq2_icon-wrapper {
    width: 1.75rem;
  }

  .faq2_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .c-section {
    padding-bottom: 40px;
  }

  .grid-block {
    width: 50%;
  }

  .wrapper.is-wood-image {
    min-height: 30vh;
  }

  .wood-component-title {
    align-items: center;
    margin-bottom: .5rem;
  }

  .wood-component-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .grid-3.is-credit {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 220px .5fr .5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .grid-3.is-credit.title.commission-title {
    grid-template-columns: 2fr 1.25fr 1.25fr;
  }

  .grid-3.custom-project {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    grid-auto-flow: column;
  }

  .grid-3.landing-page.comarison {
    grid-template-rows: auto auto;
    grid-template-columns: .75fr;
    grid-auto-flow: row;
  }

  .padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .column.wood-right {
    padding-left: 0;
  }

  .image-wrapper.wood {
    max-width: 12rem;
  }

  .heading-6.landing-hero-title {
    text-align: center;
    font-size: 2.5rem;
  }

  .heading-6.cta-price-comparison {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .ms-chat-wrapper {
    bottom: 45px;
  }

  .ms-chat-channel-btn {
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .ms-chat-box {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    max-height: 84vh;
    font-size: 13px;
    bottom: 17px;
    right: -15px;
  }

  .contact-social-wrapper {
    justify-content: center;
    display: none;
    bottom: 20px;
  }

  .contact-form-wrapper {
    width: 100%;
    height: auto;
    display: block;
    overflow: auto;
  }

  .form {
    width: 100%;
  }

  .contact-inner-wrapper {
    width: 85%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-paragraph {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
  }

  .contact-form {
    margin-bottom: 100px;
    padding-bottom: 0;
  }

  .form-block {
    height: 350px;
    overflow: visible;
  }

  .contact-section {
    height: 100vh;
    overflow: auto;
  }

  .contact-img {
    display: none;
  }

  .submit-btn {
    background-color: #0000;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .contact-btn-wrapper {
    display: flex;
  }

  .submit-btn-line {
    display: block;
  }

  .contact-component-wrapper {
    flex: 1;
  }

  .lead-time-wraper {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .delivery-con-wrap {
    margin-bottom: 1.5rem;
  }

  .add-to-cart-button {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1.1rem;
  }

  .single-subtitle {
    font-size: 1rem;
  }

  .single-product-col-left {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .full-customization-available {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .shohaus-btm-img-wraper {
    padding-top: 2.5rem;
  }

  .single-accordion-item {
    margin-bottom: 1.5rem;
  }

  .single-product-title {
    font-size: 2.5rem;
  }

  .size-collection-item {
    min-width: 6rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .single-product-col-right {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .best-seller-wrap.single-product-tag {
    top: 20px;
    right: 20px;
  }

  .collection-breadcrumb {
    margin-bottom: 1.2rem;
  }

  .single-product-price {
    font-size: 1.2rem;
  }

  .wood-finish-collection {
    margin-bottom: 1.8rem;
  }

  .single-product-row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .product-related-outer-wrap {
    flex-flow: column;
    display: flex;
  }

  .product-related-row {
    flex-flow: column;
  }

  .product-related-img.img {
    margin-left: -84px;
  }

  .product-faq-title {
    font-size: 1rem;
  }

  .product-faq-wraper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .social-proof-text.urgency {
    text-align: center;
    line-height: 1.2rem;
  }

  .social-proof-text.rating {
    margin-top: .5rem;
    font-size: 1rem;
  }

  .landing-social-proof-block.hero {
    flex-flow: column;
    margin-top: 0;
  }

  .landing-button-wrapper {
    max-width: 100%;
  }

  .landing-button-wrapper.center.double-hide {
    display: flex;
  }

  .card.testimonial-card {
    min-width: 80vw;
    max-width: none;
  }

  .project-sliders-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    -webkit-mask: unset;
    mask: unset;
    -webkit-mask-clip: unset;
    mask-clip: unset;
    grid-template-columns: minmax(0, 1fr);
    min-width: 100vw;
    max-height: 65vh;
    margin-left: -89px;
    padding-left: 0;
    padding-right: 0;
  }

  .splide.tinyflow-slider {
    max-height: 35rem;
    padding-left: 15px;
    padding-right: 15px;
    overflow: clip;
    -webkit-mask: linear-gradient(#0000, #fff 10% 90%, #0000) border-box no-clip;
    mask: linear-gradient(#0000, #fff 10% 90%, #0000) border-box no-clip;
  }

  .splide.tinyflow-slider.scroll-up {
    display: none;
  }

  .landing-section-2-header.price-comparison {
    max-width: 100%;
  }

  .section-2-header {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .display-s {
    font-size: 1.25rem;
  }

  .hero-paragraph-landing {
    text-align: center;
    font-size: 1rem;
  }

  .comparison-text.dark {
    max-width: 70%;
  }

  .table-feature {
    line-height: 20px;
  }

  .shohaus-price {
    text-align: right;
  }

  .price-comparison-standar {
    text-align: right;
    justify-content: flex-start;
  }

  .price-comparison-standar._2-line {
    text-align: right;
    text-align: right;
    min-width: auto;
  }

  .text-block-22 {
    font-size: 1rem;
  }

  .counter-number {
    font-size: 3.5rem;
  }

  .designer-social-proof {
    justify-content: center;
    align-self: center;
    align-items: center;
    min-width: 100vw;
  }

  .designer-social-proof.login-page {
    justify-content: center;
    align-items: center;
  }

  .star-div {
    padding-top: 8px;
  }

  .star-div.hero-star {
    align-self: center;
    padding-top: 3px;
  }

  .star-div.hero-star.quote-hero {
    padding-bottom: 6px;
  }

  .gif-image {
    object-position: 50% 50%;
    height: 160px;
  }

  .timeline-item {
    height: 270px;
  }

  .rewind-time-gif {
    margin-left: auto;
    margin-right: auto;
    inset: 0%;
  }

  .timeline-content-wrapper {
    width: 45%;
    font-size: 12px;
  }

  .max-width-600px {
    width: 60%;
  }

  .head-explode-lottie {
    width: 38%;
  }

  .circle-button-wrapper {
    font-size: 6vw;
  }

  .shohaus-price-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: right;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    min-width: 90vw;
    display: flex;
  }

  .shohaus-price-mobile.mobile {
    flex-flow: row;
  }

  .shohaus-price-mobile.small-bg.mobile {
    min-width: 91vw;
  }

  .star-rating-block {
    flex-flow: column;
  }

  .star-rating-block.quote {
    display: block;
  }

  .designer-images {
    vertical-align: baseline;
    padding-bottom: 5px;
    display: inline-flex;
  }

  .calculateddate {
    font-size: 1rem;
  }

  .hero-date-block {
    justify-content: center;
    min-width: 100vw;
  }

  .date-text {
    font-size: 1rem;
  }

  .lead-time-calculator {
    min-width: 100vw;
  }

  .div-block-15.designer {
    flex-flow: column;
    align-self: auto;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .italic-text-4 {
    color: #a7da02;
  }

  .quote-cta {
    min-width: 100%;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-3 {
    padding-top: 5.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .icon-logo {
    width: 2rem;
  }

  .navmenu-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    top: 10%;
  }

  .nav-menu {
    z-index: 99;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-height: 100vh;
    padding-top: 0%;
    padding-left: 25%;
    padding-right: 25%;
    position: fixed;
    inset: 0%;
  }

  .navbar-wrapper {
    align-items: flex-start;
    width: 100%;
    padding: .5rem 1rem 0;
    position: fixed;
    top: 0;
  }

  .navbar-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    border-style: none;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .menu-button {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: #fff6;
    border: .1rem solid #fff;
    border-radius: .3rem;
    padding: 1rem;
    transition: border-color .2s, background-color .2s;
    box-shadow: 0 0 10px #99999940;
  }

  .menu-button.w--open {
    z-index: 100;
    color: #1f2421;
    background-color: #fff6;
    border: .1rem solid #1f2421;
  }

  .link-block-4 {
    z-index: 110;
    padding: .5rem;
    position: relative;
  }

  .link-block-4.w--current {
    padding: .6rem;
  }

  .nav-link {
    text-align: center;
    background-color: #f3f3f3;
    min-width: 10ch;
  }

  .modal-content-w, .modal-scroll-content-w {
    padding: 2rem;
  }

  .modal-w-scroll {
    margin-bottom: 0;
  }

  .product-base {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .product-card {
    min-width: 80%;
  }

  .product-image {
    max-width: 100%;
  }

  .feature-column {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-wrap {
    flex-direction: column;
  }

  .main-container.pricing-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .label.center {
    display: none;
  }

  .text-h1 {
    font-size: 56px;
  }

  .section-divider.product.top-line {
    margin-top: 0;
  }

  .section-divider.product.line-small-bottom {
    margin-bottom: 0;
  }

  .product-halves {
    grid-template-columns: 1fr;
  }

  .text-body.material-disclaimer.cc-fee.no-button {
    margin-top: 0;
  }

  .headline-product {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .hide-3 {
    width: auto;
  }

  .videos-master {
    flex-flow: column;
  }

  .text-h2 {
    font-size: 40px;
  }

  .dt---grid-hero-1 {
    margin-top: 502px;
  }

  .dt-h1 {
    font-size: 56px;
  }

  .dt-subtitle {
    font-size: 24px;
  }

  .marquee-hero-5 {
    margin-top: -175px;
  }

  .marquee-image-item {
    width: 220px;
    height: 300px;
  }

  .marquee-image-item.big-item {
    width: 340px;
  }

  .section-7.hero-service-c {
    padding-bottom: 240px;
  }

  .text-h0 {
    font-size: 64px;
  }

  .label-master {
    display: block;
  }

  .label-master.light.brand-proposal {
    border-width: 1px;
    border-color: #f9f5eb;
  }

  .text-h3 {
    font-size: 36px;
  }

  .about-c-about-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .content-hero-1 {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .service-expandable-left {
    flex-direction: column;
  }

  .text-heading-3 {
    font-size: 24px;
  }

  .master-divided-halves-image {
    max-height: 330px;
  }

  .h2-heading {
    font-size: 42px;
    line-height: 115%;
  }

  .section-subnav {
    height: 8vh;
    display: block;
    inset: auto 0% 0%;
    overflow: visible;
  }

  .container-sub-nav {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .link-sub-nav {
    background-color: #f9f9f9;
    border: 1px solid #dcdcdc;
    border-radius: 40px;
    flex: none;
    height: 32px;
    margin-right: 1vw;
    padding-top: 0;
  }

  .link-sub-nav.w--current {
    color: #f9f9f9;
    background-color: #424bd1;
    border-color: #fff;
  }

  .scroll-blogs-item {
    display: none;
  }

  .cta-main-3.outlined-light.mobile, .cta-main-3.outlined-light.desktop {
    display: none;
  }

  .cta-main-3.blured.bottom-menu {
    min-width: 100%;
    min-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-main-3.blured.bottom-menu.mobile {
    display: none;
  }

  .cta-main-3.outlined-light {
    background-color: #ffffff29;
    border-style: none;
  }

  .cta-main-3.outlined-light.mobile, .cta-main-3.outlined-light.desktop, .cta-main-3.outlined-light.mobile, .cta-main-3.outlined-light.desktop {
    display: none;
  }

  .text-h1-2 {
    font-size: 56px;
  }

  .section-10.project-details {
    padding-bottom: 0;
    display: block;
  }

  .section-10.project-details.quote {
    padding-top: 0;
  }

  .div-block-25 {
    display: none;
  }

  .label-5 {
    font-family: Europa, Impact, sans-serif;
    font-weight: 700;
  }

  .right-contact-details.quote-summary {
    width: 85vw;
    margin-top: 40px;
  }

  .h1-heading {
    font-size: 50px;
    line-height: 115%;
  }

  .paragraph-mega {
    font-size: 24px;
  }

  .text-h1-3 {
    font-size: 56px;
  }

  .headlinec-about-b-video {
    grid-template-columns: 1fr;
  }

  .text-h2-2 {
    font-size: 40px;
  }

  .h2-heading-2 {
    font-size: 38px;
    line-height: 122%;
  }

  .icon-wrap-contact {
    width: 48px;
    height: 48px;
  }

  .contact-c-halves {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

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

  .contact-card-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .contact-card.contact-c-card {
    max-width: 220px;
  }

  .contact-c-image {
    height: 300px;
  }

  .cta-top-tile {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-button-wrap {
    justify-content: center;
    align-items: center;
  }

  .main-container-13 {
    justify-content: center;
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .text-h1-4 {
    font-size: 56px;
  }

  .cta-master {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    min-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  li {
    color: #424635;
  }

  .utility-page_component {
    justify-content: center;
    align-items: center;
  }

  .utility-page_component.password {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .utility-page_component._404 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .utility-page_wrapper {
    justify-content: center;
    align-items: stretch;
    margin-top: 531px;
  }

  .utility-page_wrapper._404 {
    margin-top: 40px;
    display: flex;
  }

  .padding-large.form-2.long {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

  .margin-bottom.margin-large {
    margin-top: 0;
  }

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

  .padding-vertical {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.landing-mobile {
    padding-top: 35px;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-horizontal.padding-xlarge {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

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

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

  .text-color-grey {
    display: none;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1.text-align-right {
    max-width: 18rem;
    font-size: 2.3rem;
    font-weight: 400;
  }

  .padding-global {
    border: 1px #000;
    display: block;
  }

  .padding-global.project {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-small {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .padding-section-small.quote {
    width: 85%;
    padding-top: 0;
  }

  .padding-section-small.quote.home {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
  }

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

  .padding-section-large {
    width: 100%;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .heading-style-h2.text-color-white {
    overflow-wrap: break-word;
  }

  .heading-style-h2.text-color-white.has-shadow {
    text-shadow: 1px 0 3px #00000080;
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .heading-style-h2.text-color-white.has-shadow.form-inquirty {
    width: 90vw;
    font-size: 2.2rem;
  }

  .heading-style-h2.text-align-right {
    font-family: Recklessneue, Palatino Linotype, sans-serif;
    font-weight: 400;
  }

  .heading-style-h2.text-align-left {
    color: var(--secondary-color);
    font-family: Recklessneue, Palatino Linotype, sans-serif;
    font-weight: 400;
  }

  .heading-style-h2.text-align-left.concept-reality {
    font-size: 2.3rem;
  }

  .form_message-error {
    align-self: center;
    min-width: 100vw;
    margin-top: 3.35rem;
  }

  .spacer-medium {
    display: block;
  }

  .spacer-xlarge {
    display: none;
  }

  .section_hero {
    background-image: none;
    height: 100vh;
    max-height: 100vh;
  }

  .section_hero.overflow-hidden.project-form {
    height: 350%;
    max-height: 350vh;
  }

  .hero_bg-image {
    object-position: 29% 50%;
    display: none;
  }

  .section_story {
    background-size: cover;
    min-height: 100vh;
  }

  .section_story.overflow-hidden {
    height: 100vh;
    min-height: auto;
  }

  .section_story.overflow-hidden.studio {
    height: 160vh;
  }

  .section_story.overflow-hidden.career {
    flex-flow: row;
    min-height: 70rem;
  }

  .hero_content-wrapper.hero-gap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .hero_paragraph {
    width: auto;
    min-width: 30ch;
    max-width: 100%;
  }

  .hero_logo.is-absolute {
    display: none;
    top: 35%;
    bottom: auto;
  }

  .navbar_logo-wrapper.landing-page {
    max-width: 8.5rem;
  }

  .image {
    padding-right: 0;
  }

  .navbar_menu-wrapper {
    border-radius: var(--corner-radius);
    color: #fff;
    mix-blend-mode: normal;
  }

  .navbar_menu-wrapper.desktop {
    display: none;
  }

  .navbar_button {
    color: var(--white);
    mix-blend-mode: normal;
    background-color: #00000057;
    border-style: solid;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .navbar_button.no-border.contact {
    background-color: #0000;
    flex-flow: row;
    align-self: center;
    align-items: flex-start;
  }

  .navbar_button.no-border.contact:active {
    border-width: 0;
    border-radius: 0;
  }

  .navbar_button.apply-button {
    border-color: #000;
    align-self: center;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .navbar_button.apply-button.w--current {
    border-color: #000;
  }

  .navbar_button.dark {
    background-color: #0000;
  }

  .secondary-button_text {
    color: #fff;
    mix-blend-mode: normal;
    font-size: .8rem;
  }

  .secondary-button_text.apply-button {
    color: #fff;
    -webkit-text-stroke-color: #000;
    font-weight: 400;
  }

  .secondary-button_text.nav-landing {
    font-size: .7rem;
  }

  .story_title {
    font-size: 2.2rem;
  }

  .story_title.text-weight-semibold {
    align-self: auto;
    min-width: 100%;
    font-size: 9vw;
  }

  .story_title.text-weight-semibold.studio {
    font-size: 2.5rem;
  }

  .story_title.text-weight-semibold.career, .story_title.text-weight-semibold.studio {
    font-size: 2.5rem;
  }

  .story_title.text-weight-semibold.home {
    order: 0;
    padding-top: 25%;
  }

  .story_title.text-weight-semibold.career {
    font-size: 2.5rem;
  }

  .global_bg-circle-interaction {
    display: none;
  }

  .story_content-wrapper {
    max-width: 10ch;
  }

  .story_content-wrapper.capabilities {
    max-width: 12ch;
  }

  .section_storytelling {
    min-height: 120vh;
  }

  .storytelling_content-wrapper-2grid {
    grid-column-gap: 16px;
    grid-row-gap: 5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    max-width: 100%;
    display: flex;
  }

  .storytelling_headline {
    max-width: 100%;
  }

  .storytelling_subtext-wrapper {
    align-self: flex-end;
    width: 100%;
    max-width: 100%;
  }

  .storytelling_subtext.text-color-white.text-align-right, .storytelling_subtext.text-color-white.text-align-right.text-weight-bold, .storytelling_subtext.text-color-white.text-align-right, .storytelling_subtext.text-color-white.text-align-right.text-weight-bold, .storytelling_subtext.text-color-white.text-align-right, .storytelling_subtext.text-color-white.text-align-right.text-weight-bold, .storytelling_subtext.text-color-white.text-align-right.text-weight-bold {
    max-width: 30ch;
  }

  .section_expertise {
    min-height: auto;
  }

  .expertise_grid-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    flex: 0 auto;
  }

  .expertise_list-wrapper {
    grid-row-gap: 5rem;
    flex-direction: column;
  }

  .expertise_left-col-wrapper {
    order: 0;
    align-self: center;
    display: flex;
  }

  .expertise_list-item, .expertise_list-item.is-alternate, .expertise_list-item.is-alternate {
    flex-direction: column-reverse;
  }

  .expertise_list-item-text.is-alternate {
    align-self: flex-start;
  }

  .expertise_list-item-image {
    max-width: 100%;
  }

  .expertise_list-item-image.logo-center {
    display: none;
  }

  .section_showcase {
    height: 100vw;
    min-height: 100vh;
  }

  .showcase_image_container {
    filter: none;
    flex-basis: 100%;
  }

  .showcase_image_container.is-1 {
    background-image: linear-gradient(0deg, #000c, #0000 41%), url("https://cdn.prod.website-files.com/6837648edc5100b37fbc7673/683a5d55a802d799cfd7c569_Exclusive-Discounts.avif");
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

  .showcase_image_container.is-1.home {
    background-position: 0 0, 50% 100%;
  }

  .showcase_image_container.is-2 {
    background-image: linear-gradient(0deg, #000c, #0000 41%), url("https://cdn.prod.website-files.com/6837648edc5100b37fbc7673/683a5d741b0de7dd824b015e_Priority-Production.avif");
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .showcase_image_container.is-2.home {
    background-position: 0 0, 50% 100%;
  }

  .showcase_image_container.is-3 {
    background-image: linear-gradient(0deg, #000c, #0000 41%), url("https://cdn.prod.website-files.com/6837648edc5100b37fbc7673/683a5d8ac0ff2b611c34f868_Material%20Swatches.avif");
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .showcase_image_container.is-3.home {
    background-position: 0 0, 50% 100%;
  }

  .showcase_image_container.is-4 {
    background-image: linear-gradient(0deg, #000c, #0000 41%), url("https://cdn.prod.website-files.com/6837648edc5100b37fbc7673/683a3403c9f8113fcdb7d5a6_Shohaus%20Moodboard.avif");
    background-position: 0 0, 100%;
    background-size: auto, cover;
    transform: rotate(0);
  }

  .showcase_image_container.is-4.home {
    background-position: 0 0, 100% 100%;
  }

  .showcase_info-underline {
    background-color: #ffffff7a;
    margin-top: 9px;
    display: none;
  }

  .section_reimagine {
    background-size: cover;
    min-height: 120vh;
  }

  .inspiration_bg-image {
    object-position: 32% 50%;
    position: relative;
  }

  .inspiration_image-wrapper {
    overflow: hidden;
  }

  .inspiration_content-wrapper {
    width: 100vw;
    height: 100vh;
  }

  .inspiration_content-wrapper.overflow-hidden {
    align-items: flex-end;
  }

  .inspiration_bg-image-overlay {
    background-image: linear-gradient(to right, #000000e6, #0000 53%);
    width: 100%;
    height: 100%;
    inset: 0%;
  }

  .co-create_content-wrapper {
    width: 100vw;
    height: 100vh;
  }

  .co-create_text-wrapper {
    align-self: flex-end;
  }

  .co-create_headline-wrapper {
    max-width: 10ch;
  }

  .co-create_image-wrapper {
    overflow: hidden;
  }

  .co-create_image-wrapper.overflow-hidden.home {
    width: 100vw;
    min-width: 0;
  }

  .co-create_bg-image {
    object-position: 48% 50%;
    width: 100rem;
    max-width: 170%;
    position: relative;
  }

  .co-create_bg-image.home {
    min-width: 50rem;
    max-width: 170rem;
  }

  .co-create_bg-image-overlay {
    background-image: linear-gradient(to right, #000000e6, #0000 53%);
    width: 100%;
    height: 100%;
    inset: 0%;
  }

  .reimagine_bg-image {
    object-fit: cover;
  }

  .expertise_bg-image-overlay {
    background-color: #ffffff7d;
    display: block;
  }

  .story_bg-image-wrapper.overflow-hidden {
    height: 100vh;
  }

  .story_bg-image-wrapper.overflow-hidden.studio {
    height: 160vh;
  }

  .story_bg-image {
    object-fit: cover;
    height: 100vh;
  }

  .story_bg-image.studio {
    height: 160vh;
  }

  .story_bg-image-overlay {
    height: 100vh;
  }

  .story_bg-image-overlay.studio {
    height: 160vh;
  }

  .formula_content-grid {
    grid-template-rows: .25fr;
    grid-template-columns: auto;
    align-content: start;
    align-items: center;
  }

  .formula_headline-wrapper {
    align-items: flex-start;
    width: 100%;
  }

  .formula_subtext-wrapper {
    text-align: left;
    max-width: 30ch;
  }

  .formula_subtext, .formula_subtext.text-weight-bold, .formula_subtext.text-weight-bold {
    text-align: left;
  }

  .formula_image-wrapper {
    width: 100%;
    margin-top: 70%;
    padding: 1rem;
  }

  .footer_wrapper {
    align-items: flex-end;
    max-height: 100vh;
  }

  .footer_spacer {
    background-color: #000;
    max-height: 100vh;
  }

  .footer_content-wrapper {
    justify-content: flex-end;
  }

  .footer_content-wrapper.landing-page {
    align-self: center;
  }

  .footer-content-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer_logo {
    opacity: 1;
    display: none;
  }

  .footer_left-grid-container.contact-details-left.ty-page {
    display: none;
  }

  .footer_left-grid-container.landing {
    text-align: center;
    align-self: center;
  }

  .footer_subtext.text-color-white {
    flex-flow: column;
    flex: 1;
    align-items: flex-start;
    font-size: .85rem;
  }

  .footer_subtext.text-color-white.landing, .footer_subtext.text-color-white.location.contact.utility-page_wrapper {
    align-self: center;
  }

  .footer_subtext.text-color-white.location.contact.utility-page_wrapper {
    align-self: center;
  }

  .footer_subtext.text-color-white.location.landing {
    align-items: center;
  }

  .footer_subtext.text-color-white.landing {
    align-self: center;
  }

  .expertise_wrapper.overflow-hidden {
    height: auto;
  }

  .footer_contact-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

  .footer_contact-link-wrapper {
    color: var(--secondary-color);
  }

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

  .footer_credits-wrapper.links-footer {
    text-align: center;
    align-self: center;
    width: 100%;
  }

  .footer_credits-wrapper.links-footer.nav {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .footer_credits-wrapper.links-footer.nav.chat-box {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer_credits-wrapper.links-footer.nav.main {
    text-align: left;
  }

  .footer_credits-wrapper.links-footer.nav.nav2 {
    align-self: flex-start;
  }

  .footer_credits-wrapper.links-footer.landing {
    flex-flow: column;
    justify-content: center;
  }

  .footer_credits-wrapper.fine-print {
    flex-flow: column;
    align-items: center;
  }

  .footer_text {
    text-align: center;
    order: 1;
    width: 100%;
    margin-top: 10px;
  }

  .footer-link {
    outline-offset: 0px;
    outline: 3px #fff;
    transition: opacity .7s cubic-bezier(.455, .03, .515, .955);
  }

  .footer-link:active {
    transform: none;
  }

  .footer-link.w--current {
    opacity: 81;
    pointer-events: auto;
    padding-left: 0;
    font-weight: 700;
    transition-property: none;
  }

  .footer-link.nav {
    text-align: left;
    text-align: left;
  }

  .hero_container {
    padding: 1.5rem 1.5rem 24%;
  }

  .expertise_bg-image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .full-width-container {
    flex-flow: row;
  }

  .full-width-container.careers {
    padding-top: 2rem;
  }

  .expertise_list-item-text-wrapper {
    align-items: flex-start;
  }

  .footer_headline {
    font-size: 3rem;
  }

  .footer_headline.landing {
    font-size: 2rem;
    line-height: 2.3rem;
  }

  .section_terms-and-conditions {
    background-color: #fff;
  }

  .hero_bg-image-mobile {
    object-position: 29% 50%;
    display: block;
  }

  .image-5 {
    align-self: flex-start;
    margin-left: 0;
  }

  .code-embed {
    width: 95%;
    height: 100%;
  }

  .code-embed.meeting-page {
    width: auto;
    min-width: 100px;
    height: auto;
  }

  .paragraph-2 {
    width: 85%;
  }

  .italic-text.form-page {
    flex-flow: row;
    justify-content: center;
    font-size: 100%;
    display: flex;
  }

  .text-size-medium-2 {
    font-size: .9rem;
    font-weight: 400;
  }

  .legal2-content_link-content {
    display: none;
  }

  .legal2-content_sidebar {
    display: block;
  }

  .legal2-content_sidebar.material-left-column.contact.long-form {
    margin-right: 0;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
    font-weight: 600;
  }

  .legal2-content_sidebar-heading-text {
    align-self: auto;
  }

  .legal2-content_h-trigger {
    display: none;
  }

  .legal2-content_accordion-icon {
    display: block;
  }

  .legal2-content_link-wrapper {
    display: none;
  }

  .legal2-content_sidebar-heading {
    align-self: auto;
    padding-left: 0;
    display: block;
    overflow: visible;
  }

  .legal2-content_sidebar-heading.contact.long-form {
    align-items: center;
    display: flex;
  }

  .heading-5 {
    letter-spacing: 2px;
    text-transform: none;
    margin-bottom: 2rem;
    font-family: Recklessneue, Palatino Linotype, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
  }

  .heading-5.tos-header {
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
  }

  .heading-5.faq {
    font-size: 1.65rem;
  }

  .code-embed-2 {
    margin-bottom: 2rem;
    padding-bottom: 0;
  }

  .text-size-medium-3 {
    font-size: .9rem;
    font-weight: 400;
  }

  .heading-style-h5-3 {
    font-weight: 400;
  }

  .legal2-content_sidebar-heading-text-2 {
    align-self: auto;
  }

  .text-size-medium-4 {
    font-size: .9rem;
    font-weight: 400;
  }

  .heading-style-h5-4 {
    font-weight: 400;
  }

  .heading-style-h5-4.faq-q {
    letter-spacing: 0;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    letter-spacing: 0;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    font-family: Akkurat, Palatino Linotype, sans-serif;
    font-size: .9rem;
    font-weight: 400;
  }

  .faq2_question {
    text-align: left;
  }

  .faq-arrow {
    flex: 0 auto;
    width: 1.2rem;
    min-width: 1.2rem;
    height: 1.2rem;
    min-height: 1.2px;
    max-height: 100px;
    display: block;
    overflow: visible;
  }

  .text-block-3.studio {
    width: 80vw;
  }

  .text-block-3.position {
    margin-top: 20px;
  }

  .text-block-3.apply-button {
    margin-top: 0;
  }

  .capabilities-header {
    max-width: 90%;
    font-size: 1.1rem;
  }

  .conceptualization-paragraph {
    max-width: 90%;
    padding-top: 10px;
    font-size: .8rem;
    display: block;
  }

  .conceptualization-paragraph.teams {
    align-self: flex-start;
    max-width: 90%;
    font-size: 1rem;
    display: block;
  }

  .capabilities {
    margin-bottom: .7rem;
    font-size: 2.5rem;
  }

  .capabilities.teams {
    font-size: 3rem;
  }

  .position-title {
    border-bottom-style: none;
    min-width: 100%;
    padding-bottom: 0;
    font-weight: 500;
  }

  .position-title.apply-button {
    text-align: right;
    text-align: right;
    font-family: Akkurat, Palatino Linotype, sans-serif;
    font-size: 1rem;
    font-weight: 700;
  }

  .c-section {
    padding-bottom: 32px;
  }

  .c-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-block {
    width: 100%;
  }

  .title-bg {
    background-color: #0000;
  }

  .title-logo {
    grid-column-gap: 26px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-self: center;
    display: block;
    overflow: visible;
  }

  .image-7 {
    margin-bottom: 10px;
    display: none;
  }

  .logo-block {
    flex-flow: row;
    justify-content: center;
    display: flex;
  }

  .wrapper.is-wood-image {
    min-height: 18vh;
  }

  .image-wood {
    max-width: 90vw;
  }

  .divider-line.vertical {
    display: none;
  }

  .wood-component-title {
    margin-top: 1.5rem;
    font-size: 1rem;
  }

  .wood-component-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .grid-3.is-wood {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .grid-3.is-wood.contact {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .grid-3.is-credit {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: .7rem;
    display: flex;
  }

  .grid-3.is-credit.title {
    justify-content: center;
    align-items: center;
  }

  .grid-3.is-credit.title.commission-title {
    text-align: center;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .grid-3.custom-project {
    grid-auto-flow: column;
  }

  .grid-3.landing-page {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    grid-auto-flow: column;
  }

  .grid-3.landing-page.comarison {
    justify-content: start;
  }

  .column.wood-left {
    padding-bottom: 0;
    padding-right: 0;
  }

  .column.wood-right {
    padding-top: 0;
  }

  .column.wood-right.contact.ty-page {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .image-wrapper.wood {
    max-width: 100vw;
  }

  .heading-6.material-titles {
    font-weight: 500;
  }

  .heading-6.landing-hero-title {
    text-align: center;
    font-size: 1.9rem;
  }

  .heading-6.landing-hero-title.comparison {
    max-width: 85vw;
    font-size: 2.3rem;
  }

  .heading-6.landing-hero-title.comparison.process {
    max-width: 100vw;
    font-size: 1.6rem;
  }

  .heading-6.landing-hero-title.dark {
    text-align: left;
  }

  .heading-6.landing-hero-title.timeline {
    color: #424635;
    min-width: 100vw;
  }

  .heading-6.landing-hero-title.login {
    font-size: 2.1rem;
  }

  .heading-6.cta-price-comparison {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
    font-size: 2.3rem;
  }

  .heading-6.success-header {
    text-align: center;
  }

  .material-titles {
    font-size: 1.5rem;
  }

  .credit-component-icon_arrow, .text-block-11 {
    display: none;
  }

  .text-block-12 {
    overflow: visible;
  }

  .heading-8 {
    font-size: 2.55rem;
  }

  .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17 {
    display: none;
  }

  .job-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90vw;
    margin-top: 20px;
    display: block;
  }

  .position-details {
    letter-spacing: 1px;
    padding-top: 10px;
    font-family: Akkurat, Palatino Linotype, sans-serif;
    font-size: .85rem;
  }

  .link-2 {
    display: block;
  }

  .job-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .masonry-columns {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    column-count: 1;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: static;
    overflow: visible;
  }

  .masonry-thumbnail {
    margin: 2.5px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .m-overlay {
    opacity: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .m-button {
    flex-flow: wrap;
    align-items: stretch;
  }

  .m-text-wrapper {
    flex-flow: column;
    flex: 0 auto;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .heading-masonry.masonry-link {
    flex: 0 auto;
    order: 0;
  }

  .heading-masonry.masonry-link:hover {
    font-weight: 700;
  }

  .paragraph-masonry.line-2 {
    color: #eee;
    text-align: right;
    text-align: right;
    padding-bottom: 0;
    font-family: Akkurat, Palatino Linotype, sans-serif;
    font-size: .85rem;
    font-weight: 300;
  }

  .heading-masonry-new {
    text-align: right;
    margin-bottom: 30px;
    line-height: 1.1;
  }

  .ms-chat-header {
    display: none;
  }

  .ms-chat-wrapper {
    bottom: 12px;
    right: 10px;
  }

  .ms-chat-profile-img-wrap {
    display: none;
  }

  .ms-chat-profile {
    box-shadow: none;
    overflow: visible;
  }

  .ms-chat-channel-wrap {
    margin-top: -52px;
  }

  .ms-chat-channel-btn.top-cta {
    background-color: #000;
    transition: box-shadow .2s, border-color .2s;
  }

  .ms-chat-box {
    width: 80vw;
    max-width: 100vw;
    height: 900%;
    bottom: 17px;
    right: -11px;
  }

  .ms-chat-bg {
    background-color: #000;
    background-image: url("https://cdn.prod.website-files.com/6837648edc5100b37fbc7673/683e611d5e45355062179e20_Chat.avif");
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    max-width: 99.9999%;
  }

  .link-5, .link-6 {
    font-family: Akkurat, Palatino Linotype, sans-serif;
  }

  .contact-email {
    flex-direction: column;
    flex: 1;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .contact-social-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .contact-form-wrapper {
    display: flex;
  }

  .form {
    width: 100%;
  }

  .contact-inner-wrapper {
    margin-top: 20px;
  }

  .contact-paragraph {
    margin-top: 20px;
    margin-left: 0;
    font-size: 12px;
    display: block;
  }

  .close-div {
    top: 30px;
    right: 30px;
  }

  .contact-form {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .contact-heading {
    font-size: 25px;
    line-height: 30px;
    display: block;
  }

  .social-links {
    text-align: right;
    width: auto;
    margin-top: 30px;
  }

  .contact-hero.long-form {
    margin-top: 10px;
  }

  .contact-component-item {
    min-width: 90vw;
  }

  .contact-component-text-right {
    flex-flow: row;
    align-self: center;
    display: block;
  }

  .contact-text-right {
    display: none;
  }

  .collection-breadcrumb-item {
    font-size: .75rem;
  }

  .add-to-cart-button {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: .875rem;
  }

  .single-product-col-left {
    flex-flow: wrap;
    padding-top: 4.2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .custom-btn-wraper {
    width: 100%;
    margin-top: 1rem;
    padding-left: 0;
  }

  .size-collection-item {
    min-width: 5rem;
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .single-product-col-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .best-seller-wrap {
    top: 10px;
    right: 10px;
  }

  .single-product-row {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .product-related-outer-wrap {
    flex-flow: column;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
  }

  .product-related-row {
    flex-flow: column;
  }

  .product-related-col {
    flex-flow: column;
    display: flex;
  }

  .product-related-img.img {
    width: 108vw;
    max-width: 103vw;
    min-height: 150%;
    margin-left: 0;
    display: block;
    overflow: clip;
  }

  .paragraph-3 {
    min-width: auto;
    max-width: 100%;
  }

  .product-faq-title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .text-options.product {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center start;
    display: grid;
  }

  .landing-page-hero {
    padding-top: 0;
  }

  .social-proof-text {
    color: #fff;
    margin-top: 0;
    font-size: 1rem;
  }

  .social-proof-text.urgency {
    color: #424635;
    max-width: 60vw;
    margin-top: .6rem;
    font-size: .9rem;
    line-height: 1.1rem;
  }

  .social-proof-text.urgency.yellow {
    width: 100%;
    max-width: 100vw;
    padding-right: 1rem;
    font-size: .852rem;
  }

  .social-proof-text.rating {
    margin-top: 0;
  }

  .social-proof-text.rating.password.label.small {
    font-size: .6rem;
  }

  .landing-social-proof-block {
    background-color: #fff0;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 100%;
    margin-left: 0;
    padding: .5rem .5rem 0 0;
  }

  .landing-social-proof-block.hero {
    background-color: #fff;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .landing-social-proof-block.hero.urgent {
    background-color: #fff0;
    align-items: center;
    width: 100vw;
  }

  .landing-button-wrapper {
    max-width: 100%;
    display: flex;
  }

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

  .landing-button-wrapper.success {
    justify-content: center;
  }

  .landing-page-left-sidebar {
    max-width: none;
    display: flex;
  }

  .landing-page-left-sidebar.hero {
    text-align: left;
    text-align: left;
    max-width: 80vw;
  }

  .splide__slide {
    align-items: stretch;
    display: flex;
  }

  .splide__slide.testimonials {
    flex-flow: row;
  }

  .splide__slide.mobile-product {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    min-height: auto;
    margin-top: 0;
    display: inline-flex;
    overflow: hidden;
  }

  .splide__track.mobile-product {
    min-height: auto;
    display: inline-flex;
    overflow: hidden;
  }

  .card.testimonial-card {
    grid-column-gap: 16px;
    min-width: 75vw;
    max-width: none;
    max-height: 81vh;
  }

  .card.mobile-product {
    width: 10rem;
    height: 10rem;
    max-height: none;
    margin-top: 0;
    display: inline;
    overflow: hidden;
  }

  .splide__list.mobile-product {
    min-height: auto;
    max-height: none;
    display: inline-flex;
    overflow: hidden;
  }

  .project-sliders-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(0, 1fr);
    max-height: none;
    display: inline-flex;
    overflow: clip;
  }

  .project-sliders-wrapper.testimonials {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    max-width: 100vw;
    min-height: 100vw;
    max-height: none;
    margin-left: 0;
    display: inline-flex;
    overflow: hidden;
  }

  .splide, .splide.tinyflow-slider.scroll-up {
    display: none;
  }

  .splide.scroll-down, .splide.tinyflow-slider.scroll-up {
    display: none;
  }

  .splide.tinyflow-slider.scroll-up {
    display: none;
  }

  .splide.tinyflow-slider.scroll-left {
    min-height: auto;
    max-height: none;
    display: inline-flex;
    overflow: visible;
  }

  .splide.tinyflow-slider.scroll-left.testimonials {
    max-height: 100vw;
    display: none;
  }

  .splide.tinyflow-slider.put-scroll-here {
    max-height: 35rem;
  }

  .splide.tinyflow-slider.put-scroll-here.scroll-right {
    display: block;
  }

  .splide.scroll-down, .landing-page-splide.mobile-top, .landing-page-splide.mobile-top {
    display: none;
  }

  .landing-section-2-header {
    text-align: center;
    font-size: 2.3rem;
  }

  .landing-section-2-header.centered {
    min-width: 100px;
    font-size: 2.2rem;
  }

  .landing-section-2-header.price-comparison {
    text-align: center;
    max-width: 100%;
    font-size: 1.9rem;
  }

  .display-s {
    color: #424635;
  }

  .body-2 {
    color: #5e5d5d;
    text-align: left;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(.5rem, 1fr);
    grid-auto-flow: column;
  }

  .star-rating.last-star {
    padding-right: 0;
  }

  .hero-paragraph-landing {
    text-align: center;
    font-size: .85rem;
  }

  .hero-paragraph-landing.comparison {
    min-width: 80vw;
    max-width: 85vw;
    font-size: .85rem;
  }

  .hero-paragraph-landing.timeline {
    max-width: 100vw;
  }

  .hero-paragraph-landing.price-comparison {
    text-align: center;
    max-width: 90vw;
  }

  .comparison-text.dark {
    color: #424635;
    min-width: 100px;
    max-width: 100%;
    font-size: .9rem;
  }

  .table-sc-v1 {
    display: none;
  }

  .table-sc-v1.mobile {
    display: block;
  }

  .table-sc-v1-wrapper.mobile {
    min-width: 100vw;
    margin-left: -20px;
  }

  .table-head.mobile {
    text-align: center;
    text-align: center;
    font-size: .9rem;
  }

  .fa-icon {
    font-size: 20px;
  }

  .row-tr, .row-tr.bg-gray, .row-tr.bg-white, .row-tr.bg-gray, .row-tr.bg-white {
    grid-template-columns: .75fr 1fr 1fr;
  }

  .table-feature {
    font-size: .85rem;
  }

  .feature-shohaus.dark.credit-component, .feature-shohaus.dark.red, .feature-shohaus.dark.credit-component, .feature-shohaus.dark.red, .feature-shohaus.dark.credit-component, .feature-shohaus.dark.red {
    color: #de0000;
  }

  .image-11 {
    filter: none;
  }

  .price-comparision {
    flex-flow: column;
    display: flex;
  }

  .comparison-product-name {
    font-size: 1rem;
  }

  .comparison-product-name.commission-title {
    text-align: center;
  }

  .comparison-product-name.commission-title.light {
    align-self: center;
  }

  .shohaus-price {
    font-size: .85rem;
    display: none;
  }

  .shohaus-price.mobile {
    display: block;
  }

  .shohaus-price.mobile.footnote {
    display: none;
  }

  .price-comparison-standar {
    text-align: right;
  }

  .price-comparison-standar._2-line {
    min-width: auto;
  }

  .price-comparison-standar.savings-price {
    padding-left: .25rem;
    padding-right: .5rem;
  }

  .price-comparison-standar.savings-price.savings-amount {
    padding-right: .25rem;
  }

  .price-comparison-standar.desktop {
    display: none;
  }

  .product-name-comparison {
    text-align: left;
  }

  .product-name-comparison.indent {
    padding-left: 0;
  }

  .landing-faq-answer {
    text-align: left;
  }

  .landing-footer.heading-footer {
    font-size: 2.3rem;
    line-height: 1.5;
  }

  .landing-benefit-text {
    text-align: left;
  }

  .social-proof-numbers {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-22 {
    font-size: .85rem;
  }

  .text-block-22.mobile {
    display: none;
  }

  .number-symbol-container {
    justify-content: center;
    align-items: center;
  }

  .hero-timeline-text {
    margin-top: 8px;
  }

  .designer-social-proof {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: block;
  }

  .slider-mobile-image {
    aspect-ratio: auto;
    object-fit: cover;
    align-items: center;
    min-height: auto;
    max-height: none;
    padding-right: 0;
    display: inline-flex;
    overflow: hidden;
  }

  .star-div {
    max-width: 49%;
    padding-left: 0;
    display: flex;
  }

  .star-div.hero-star {
    align-self: center;
    padding-bottom: 5px;
  }

  .star-div.hero-star.quote-hero {
    padding-bottom: 8px;
  }

  .gif-image {
    height: 80%;
  }

  .timeline-text {
    font-size: 1.2em;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.flex-verticle {
    justify-content: flex-end;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.flex-left {
    flex-direction: column;
    align-items: center;
  }

  .timeline-item {
    height: 220px;
  }

  .timeline-month {
    font-size: 1.7em;
  }

  .new-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .timeline-track {
    width: 7px;
  }

  .text-link {
    margin-top: 29px;
    margin-left: 20px;
  }

  .timeline-content-wrapper {
    grid-row-gap: 24vh;
  }

  .text-6em {
    font-size: 3.7em;
  }

  .timeline-wrapper {
    width: 93%;
  }

  .max-width-600px {
    width: 100%;
    max-width: none;
  }

  .head-explode-lottie {
    width: 78%;
  }

  .text-3em {
    font-size: 2.3em;
  }

  .text-3em.larger {
    font-size: 6em;
  }

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

  .new-section-2.lighter {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .circle-button-wrapper {
    margin-bottom: 59px;
    padding: 16px 82px;
    font-size: 11vw;
  }

  .circle-button-wrapper.smaller {
    letter-spacing: 1px;
    letter-spacing: 1px;
    margin-top: 13px;
    font-size: 18px;
  }

  .div-block-13 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    display: flex;
  }

  .shohaus-price-mobile {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex: 0 auto;
    order: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-content: stretch space-between;
    align-self: auto;
    place-items: center baseline;
    width: 90vw;
    font-size: .85rem;
    display: flex;
    overflow: visible;
  }

  .mobile-price-image {
    max-width: 90vw;
    padding-right: 0;
    display: inline-flex;
    overflow: visible;
  }

  .list-item {
    color: #424635;
    text-align: left;
    font-size: .8rem;
  }

  .image-18 {
    padding-right: 0;
  }

  .list-item-2, .list-item-3 {
    text-align: left;
  }

  .star-rating-block {
    flex-flow: column;
  }

  .urgency-icon {
    padding-top: 0;
    padding-left: 0;
  }

  .designer-images {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 9px;
    display: block;
  }

  .image-paragraph {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .review-image {
    object-fit: contain;
    overflow: hidden;
  }

  .review-image-card {
    min-width: 5rem;
    min-height: 25vh;
  }

  .review-image-card.r1, .review-image-card.r2, .review-image-card.r3, .review-image-card.r1, .review-image-card.r2, .review-image-card.r3 {
    min-height: 25vh;
  }

  .div-block-14 {
    align-self: center;
  }

  .calculateddate {
    font-size: 1rem;
  }

  .hero-date-block {
    flex-flow: column;
    align-items: center;
    min-width: 100%;
  }

  .date-text {
    padding-left: 0;
  }

  .div-block-15 {
    align-self: center;
  }

  .div-block-15.designer {
    flex-flow: column;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .text-span-7, .italic-text-4 {
    color: #f90;
  }

  .quote-cta {
    order: 1;
    justify-content: center;
    display: flex;
  }

  .savings-div.percent-div {
    padding-left: .25rem;
    padding-right: 0;
  }

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

  .section-3 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sticky-wrapper {
    height: 75vh;
  }

  .horizontal-scroll-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .horizontal-scroll-container {
    max-width: 90vw;
  }

  .no-margin {
    font-size: 2rem;
  }

  .paragraph-4 {
    font-size: .85rem;
  }

  .process-image-block {
    min-height: 65%;
    max-height: 20%;
  }

  .icon-logo {
    width: 10rem;
    display: none;
  }

  .button-primary {
    text-align: center;
    width: 100%;
  }

  .nav-menu {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0;
  }

  .navbar-container {
    justify-content: center;
    display: none;
  }

  .menu-button {
    border-color: #42463599;
    min-width: 100%;
    padding: .7rem;
    position: relative;
  }

  .link-block-4 {
    display: none;
  }

  .text-block-23 {
    color: #424635;
    text-align: center;
    font-family: Akkurat, Palatino Linotype, sans-serif;
    font-size: .85rem;
  }

  .process-paragraph-white {
    font-size: .85rem;
  }

  .image-21 {
    max-width: 50%;
  }

  .close-btn-w {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .close-btn-w.for-scroll {
    background-color: #f5efef00;
  }

  .modal-3-popup {
    padding-left: 0;
    padding-right: 0;
  }

  .close-btn-line.is--2nd, .close-btn-line.is--1st, .close-btn-line.is--2nd, .close-btn-line.is--1st {
    background-color: #000;
    width: 1.4rem;
  }

  .modal-content-w {
    padding: 1.5rem;
  }

  .modal {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .btn-w {
    font-size: .9375rem;
  }

  .modal-2-popup {
    padding-left: 0;
    padding-right: 0;
  }

  .modal-scroll-content-w {
    padding: 1.5rem;
  }

  .modal-scroll {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .modal-w-scroll {
    padding: 0;
  }

  .form-heading, .success-page-paragraph {
    text-align: center;
  }

  .hubspot-script-short {
    margin-bottom: 0;
    padding-bottom: 15%;
    display: block;
  }

  .div-block-17 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .italic-text-7 {
    font-size: 1.6rem;
  }

  .div-block-20 {
    display: none;
  }

  .button-block {
    width: 100%;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .pricing {
    font-size: 55px;
  }

  .feature-block {
    margin-top: 0;
    margin-bottom: 0;
    padding: 7px 8px;
  }

  .content-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .price-block {
    width: 100%;
    padding: 16px 0;
  }

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

  .product-base {
    min-height: 190px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .feature-column {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .master-text-with-line {
    flex-flow: row;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-text-with-line {
    text-align: left;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    font-size: 11px;
    display: flex;
  }

  .text-text-with-line.title {
    font-weight: 700;
    display: block;
  }

  .brand-big-hero-home-2 {
    vertical-align: baseline;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-container.pricing-mobile {
    min-width: 90vw;
  }

  .flex-top-hero-2 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 32px;
  }

  .line-text-with-line.dark-line {
    order: 0;
    display: block;
  }

  .main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .label {
    font-size: 10px;
    line-height: 12px;
  }

  .label.large {
    font-size: 12px;
  }

  .label.center {
    display: none;
  }

  .label.light.medium {
    font-size: 11px;
  }

  .text-h1 {
    font-size: 13vw;
  }

  .section-divider.product {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .section-divider.product.top-line {
    margin-top: -6px;
  }

  .section-5 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta-main {
    padding: 10px 24px;
    font-size: 12px;
  }

  .button-arrow {
    display: none;
  }

  .text-body {
    font-size: 12px;
    line-height: 166%;
  }

  .text-body.light {
    font-size: 12px;
  }

  .text-body.material-disclaimer.light.f-name, .text-body.light-text, .text-body.light {
    font-size: 12px;
  }

  .text-body.light.mobile {
    color: #16231b;
  }

  .text-body.material-disclaimer.cc-fee {
    margin-top: 0;
  }

  .text-body.material-disclaimer.light.f-name, .text-body.light-text {
    font-size: 12px;
  }

  .headline-product {
    flex-flow: column;
  }

  .headline-product.client-name {
    padding-top: 60px;
  }

  .headline-product.client-name.tablet-mobile.header {
    padding-top: 16px;
  }

  .headline-product.brand-proposal.dark {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .hide-3 {
    display: flex;
  }

  .section-6 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-6.paddings-120 {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .headline-home-c-expand {
    max-width: 360px;
    margin-bottom: 32px;
  }

  .text-h2 {
    font-size: 36px;
  }

  .button-animation-hide {
    height: auto;
  }

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

  .growth-card-image-wrap {
    height: 300px;
  }

  .text-body-2 {
    font-size: 14px;
  }

  .cta-main-2 {
    padding: 8px 20px;
    font-size: 14px;
  }

  .text-h6 {
    font-size: 18px;
  }

  .button-animation-wrap {
    height: 20px;
  }

  .button-arrow-2 {
    display: none;
  }

  .dt---grid-hero-1 {
    display: block;
  }

  .dt---grid-hero-1.password {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .dt-wrap-images-hero-1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    width: 80%;
    max-width: 80%;
    margin-top: 74px;
  }

  .dt-h1 {
    font-size: 44px;
  }

  .dt-main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dt-subtitle {
    font-size: 22px;
  }

  .dt-items-wrap-hero-1, .dt-item-hero-one {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .dt-column-hero-1 {
    width: 48%;
  }

  .dt-column-hero-1.dt-column-two {
    flex: none;
    display: none;
  }

  .dt-column-hero-1.dt-column-one {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: none;
    width: 100%;
  }

  .dt-gradient-hero-1 {
    background-image: linear-gradient(#16231b, #0c0c0c80 60%, #0c0c0c00);
    top: -1px;
  }

  .dt-gradient-hero-1.dt-gradient-bottom {
    background-image: linear-gradient(0deg, #16231b, #0b0b0b80 48%, #0b0b0b00);
    bottom: -1px;
  }

  .dt-left-hero-1 {
    max-width: 80%;
    padding-left: 0;
    display: block;
  }

  .dt-image-wrap-hero-1 {
    height: 260px;
  }

  .main-container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .marquee-hero-5 {
    margin-top: -161px;
  }

  .marquee-inner-images, .single-marquee-images {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .label-2 {
    font-size: 10px;
    line-height: 12px;
  }

  .marquee-image-item {
    width: 200px;
    height: 240px;
  }

  .marquee-image-item.big-item {
    width: 260px;
  }

  .marquee-image-item.small-item {
    width: 160px;
  }

  .section-7 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-7.hero-service-c {
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .text-h0 {
    font-size: 14vw;
  }

  .headline-about-b {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .label-master.light {
    padding-left: 0;
  }

  .label-master.light-outline {
    display: flex;
  }

  .mobile {
    padding-bottom: 35px;
  }

  .div-block-24 {
    flex-flow: column;
    display: flex;
  }

  .body-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .text-block-26 {
    font-size: .9rem;
  }

  .text-h3 {
    font-size: 32px;
  }

  .about-c-about-halves {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .label-3 {
    font-size: 10px;
    line-height: 12px;
  }

  .section-8 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .master-text-with-line-2 {
    width: 100%;
  }

  .main-container-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-arrow-scroll.hide-mobile {
    display: none;
  }

  .expanded-text {
    font-size: 16px;
    line-height: 24px;
  }

  .section-9 {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .service-expandable-left {
    flex-direction: column;
    flex: 1;
    margin-right: 16px;
  }

  .main-container-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .expand-icon-wrap {
    flex: none;
  }

  .expandable-content-wrap {
    flex: 0 auto;
    max-width: none;
  }

  .master-divided-halves-image {
    max-height: 80vw;
  }

  .h2-heading {
    font-size: 28px;
    line-height: 115%;
  }

  .grid-divided-halves {
    grid-row-gap: 48px;
  }

  .section-subnav {
    height: 8vh;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .container-sub-nav {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .header-title {
    text-align: center;
    font-size: 2.3em;
  }

  .scroll-blogs-item.hide {
    display: none;
  }

  .cta-main-3 {
    padding: 8px 20px;
    font-size: 14px;
  }

  .cta-main-3.outlined-light.mobile, .cta-main-3.outlined-light.desktop {
    display: none;
  }

  .cta-main-3.blured.bottom-menu {
    min-width: 100%;
    min-height: 100%;
  }

  .cta-main-3.blured.bottom-menu.mobile {
    display: none;
  }

  .cta-main-3.outlined-light {
    background-color: #ffffff29;
    border-style: none;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
  }

  .cta-main-3.outlined-light.mobile, .cta-main-3.outlined-light.desktop, .cta-main-3.outlined-light.mobile, .cta-main-3.outlined-light.desktop {
    display: none;
  }

  .main-container-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-h1-2 {
    font-size: 13vw;
  }

  .text-h1-2.left {
    text-align: left;
    text-align: left;
    padding-top: 0;
    padding-bottom: 25px;
  }

  .label-4 {
    font-size: 10px;
    line-height: 12px;
  }

  .section-10 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-10.scroll-blogs-section {
    background-color: #16231b;
    padding-top: 48px;
    padding-bottom: 48px;
    display: none;
  }

  .section-10.project-details.quote, .section-10.lead-time {
    padding-top: 0;
  }

  .section-10.scroll-blogs-section {
    background-color: #16231b;
    padding-top: 48px;
    padding-bottom: 48px;
    display: none;
  }

  .section-10.project-details {
    padding-bottom: 0;
    display: block;
  }

  .section-10.project-details.quote, .section-10.lead-time {
    padding-top: 0;
  }

  .scroll-blog-content-master {
    min-width: 100px;
    max-width: none;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .scroll-blog-content-master.hide, .div-block-25 {
    display: none;
  }

  .main-container-9 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-container-9.static-container {
    background-color: #16231b;
  }

  .label-5 {
    font-size: 10px;
    line-height: 12px;
  }

  .scroll-blog-content-master-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .right-contact-details.quote-summary {
    margin-top: 28px;
  }

  .section-11 {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .h1-heading {
    font-size: 10vw;
    line-height: 115%;
  }

  .single-contact-detail {
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .single-contact-detail.no-top.title-padding {
    max-width: 100vw;
  }

  .paragraph-big.right-contact-detail {
    text-align: left;
    text-align: left;
  }

  .grid-divided-halves-2 {
    grid-row-gap: 48px;
  }

  .paragraph-mega {
    font-size: 22px;
  }

  .main-container-10 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-h1-3 {
    font-size: 13vw;
  }

  .label-6 {
    font-size: 10px;
    line-height: 12px;
  }

  .button-content-tile-2.bottom-tile {
    display: none;
  }

  .scroll-blog-content-master-3 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .main-container-11 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-h2-2 {
    font-size: 36px;
  }

  .text-big {
    font-size: 16px;
  }

  .single-process {
    grid-column-gap: 16px;
  }

  .line-process {
    width: 3px;
  }

  .master-process {
    width: 100%;
  }

  .left-process {
    width: 28px;
  }

  .process-circle {
    width: 25px;
    height: 25px;
  }

  .paragraph-big-2 {
    font-size: 22px;
  }

  .h2-heading-2 {
    font-size: 36px;
    line-height: 122%;
  }

  .section-12 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-12.dark.process-section {
    background-size: 250px;
  }

  .contact-card.contact-c-card {
    max-width: 180px;
  }

  .section-13.paddings-big {
    padding-top: 60px;
  }

  .contact-c-image {
    height: 250px;
    padding: 12px;
  }

  .cta-top-tile {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .main-container-13 {
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .text-h1-4 {
    font-size: 13vw;
  }

  .heading-cta {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .label-7 {
    font-size: 10px;
    line-height: 12px;
  }

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

  .client-details-header {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    margin-top: -28px;
    display: flex;
  }

  .body-4 {
    background-color: #16231b;
    flex-flow: column;
    display: flex;
  }
}

#w-node-_77e8720c-8d2c-38cb-ddbb-7bdc8de7cff4-8de7cfec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77e8720c-8d2c-38cb-ddbb-7bdc8de7cff6-8de7cfec {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: auto end;
}

#w-node-_77e8720c-8d2c-38cb-ddbb-7bdc8de7cff7-8de7cfec, #w-node-_77e8720c-8d2c-38cb-ddbb-7bdc8de7cff8-8de7cfec, #w-node-_37eef2e2-7a38-88dc-22c1-b8229da38e87-8de7cfec, #w-node-_37eef2e2-7a38-88dc-22c1-b8229da38e88-8de7cfec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77e8720c-8d2c-38cb-ddbb-7bdc8de7d000-8de7cfec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-_049b32a1-3446-14e2-8ab7-042f7299eb31-a6759cb7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_68705925-a063-df2d-e6b3-a0efad2d4a74-a6759cb7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_96d50aba-79ed-1881-25cb-4a32a50ea2fa-a6759cb7 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center start;
  }

  #w-node-c8f2de6a-e621-5ed2-d145-951facd898f4-a6759cb7, #w-node-f1d1e021-ed17-319e-a7fb-d8e9aee2c39f-a6759cb7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3161bb99-f1d5-cbc3-2271-65f69124ea5d-a6759cb7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3161bb99-f1d5-cbc3-2271-65f69124ea5f-a6759cb7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3161bb99-f1d5-cbc3-2271-65f69124ea61-a6759cb7 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center start;
  }

  #w-node-_3161bb99-f1d5-cbc3-2271-65f69124ea65-a6759cb7, #w-node-_3161bb99-f1d5-cbc3-2271-65f69124ea6a-a6759cb7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9fa79820-4e13-e6a7-6db5-1ffe83048dc2-a6759cb7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9fa79820-4e13-e6a7-6db5-1ffe83048dc4-a6759cb7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9fa79820-4e13-e6a7-6db5-1ffe83048dc6-a6759cb7 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center start;
  }

  #w-node-_9fa79820-4e13-e6a7-6db5-1ffe83048dca-a6759cb7, #w-node-_9fa79820-4e13-e6a7-6db5-1ffe83048dcf-a6759cb7, #w-node-c7195066-e28b-212c-d972-a5405e512c05-a6759cb7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_77e8720c-8d2c-38cb-ddbb-7bdc8de7d000-8de7cfec {
    justify-self: start;
  }
}
