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

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

@font-face {
  font-family: Inter Display;
  src: url('../fonts/Inter-DisplaySemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Display;
  src: url('../fonts/Inter-DisplaySemiBoldItalic.woff2') format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Azeretmono;
  src: url('../fonts/AZERETMONO-EXTRABOLDITALIC.TTF') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Azeretmono;
  src: url('../fonts/AZERETMONO-EXTRABOLD.TTF') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey: #201c1c;
  --white: white;
  --orange: #ff9b37;
  --light-grey: #e6e6e6;
  --green: #a0bf38;
  --dark-grey: #b2b2b2;
  --planers-dark-grey: #3e3e3e;
  --placeholder: #0006;
  --dark-slate-grey-hover: #3e3e3e;
}

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

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

body {
  background-color: var(--grey);
  color: var(--white);
  font-family: Azeret Mono, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  color: var(--white);
  text-align: center;
  letter-spacing: -.9vw;
  text-transform: none;
  margin: 0 auto;
  font-size: 21vw;
  font-weight: 500;
  line-height: .8;
  display: block;
}

h2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 110%;
}

h3 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 100%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 110%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 130%;
}

p {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 150%;
}

a {
  color: var(--white);
  text-decoration: none;
  transition: opacity .2s;
}

a:hover {
  opacity: .6;
  color: var(--orange);
}

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

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

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

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.nav-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.section {
  background-color: #0000;
  min-height: 32px;
  padding: 6rem 0;
  position: relative;
}

.section.hero-section, .section.subpage-hero-section {
  padding-top: 10rem;
  padding-bottom: 2rem;
}

.section.hidden {
  display: block;
}

.section.contact-section {
  padding-bottom: 2rem;
}

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

.section.projects-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}

.section.service-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.team {
  display: block;
}

.section.subpage-hero-section-about {
  padding-top: 10rem;
  padding-bottom: 2rem;
}

.section.thankssection {
  align-items: center;
  height: 80vh;
  display: flex;
}

.container {
  grid-row-gap: 4rem;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4rem 4rem;
  display: flex;
  position: relative;
}

.container.row-gap-2 {
  align-items: stretch;
}

.container.row-gap-1 {
  grid-row-gap: 1rem;
}

.container.no-row-gap {
  grid-row-gap: 0rem;
  align-items: center;
}

.container.row-gap-4-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
}

.container.hidden {
  display: none;
}

.divider {
  z-index: -4;
  background-color: var(--light-grey);
  width: 100%;
  height: 1px;
  position: relative;
}

.divider.styleguide-bottom-divider {
  margin-top: 80px;
}

.text-large {
  text-align: left;
  letter-spacing: -1.5px;
  margin-left: 0;
  font-size: 2vw;
  font-weight: 400;
  line-height: 120%;
}

.text-large.margin-bottom-8 {
  color: var(--white);
}

.text-large.preloade-text-black {
  color: var(--white);
  letter-spacing: 0;
  font-weight: 600;
  display: none;
}

.text-large.service-text-large {
  font-size: 2.5vw;
}

.footer {
  width: 100%;
  max-width: 100%;
  margin-top: 2rem;
  padding-top: 0;
  padding-bottom: 4rem;
  position: relative;
}

.text-extra-small {
  font-size: 1rem;
  line-height: 140%;
}

.rich-text-block {
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.rich-text-block h2 {
  letter-spacing: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Inter Display, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 110%;
}

.rich-text-block h3 {
  letter-spacing: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Inter Display, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 110%;
}

.rich-text-block p {
  margin-bottom: 3rem;
  font-size: 1.125rem;
}

.rich-text-block h4 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 16px;
  font-family: Inter Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 125%;
}

.rich-text-block blockquote {
  border-left-color: var(--white);
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.rich-text-block h1 {
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: Inter Display, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 116%;
}

.rich-text-block h5 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: .75rem;
  font-family: Inter Display, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.rich-text-block h6 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: .75rem;
  font-family: Inter Display, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.rich-text-block figcaption {
  color: #898989;
  text-align: left;
  font-size: 16px;
}

.rich-text-block figure {
  margin-top: 40px;
  margin-bottom: 64px;
}

.rich-text-block ul {
  margin-bottom: 40px;
  font-size: 18px;
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--light-grey);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 48px;
  padding-top: 12px;
  padding-bottom: 32px;
  padding-left: 0;
  font-size: 1.25rem;
  line-height: 150%;
}

.text-field:active {
  border-bottom-color: var(--light-grey);
  color: var(--white);
  font-size: 1.25rem;
  line-height: 150%;
}

.text-field:focus {
  border-bottom-color: var(--white);
  color: var(--white);
  font-size: 1.25rem;
  line-height: 150%;
}

.text-field::placeholder {
  color: var(--green);
  -webkit-text-stroke-color: var(--orange);
  font-size: 1.25rem;
  line-height: 150%;
}

.submit-button {
  color: var(--white);
  background-color: #0000;
  border: 0 solid #000;
  padding: 0 0 .5rem;
  transition: all .2s;
}

.submit-button:hover {
  border-bottom-width: 0;
  border-bottom-color: #898989;
}

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

.utility-page-content {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 800px;
  display: flex;
}

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

.utility-form-text {
  margin-bottom: 64px;
  font-size: 1.23rem;
}

.styleguide-heading-wrapper {
  margin-bottom: 48px;
}

.light-grey-text {
  color: #898989;
}

.swatch {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  width: 100%;
  height: 200px;
}

.swatch.black {
  background-color: var(--white);
}

.swatch.light {
  background-color: #d9d9d9;
  background-color: var(--light-grey);
  border-color: #c9c7c3;
}

.swatch.white {
  background-color: var(--grey);
}

.swatch.dark-grey {
  background-color: var(--dark-grey);
}

.styleguide-heading {
  letter-spacing: -2px;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 10vw;
}

.margin-bottom-80 {
  margin-bottom: 80px;
  font-size: 2.8rem;
}

.margin-bottom-8 {
  margin-bottom: 8px;
}

._4-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.navbar {
  color: var(--white);
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

._12-column-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: end;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

._12-column-grid.footer-grid {
  grid-row-gap: 8rem;
  grid-auto-flow: row;
}

._12-column-grid.cases-grid {
  grid-row-gap: 0rem;
}

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

._12-column-grid.subpage-hero-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 10rem;
}

._12-column-grid.row-gap-7-5 {
  grid-row-gap: 4rem;
}

._12-column-grid.row-gap-7-5.hidden {
  display: none;
}

.typography-container {
  margin-bottom: 48px;
}

.footer-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.text-small {
  font-size: 1rem;
  line-height: 135%;
  display: none;
}

.text-small.secondary-info {
  color: var(--orange);
  display: block;
}

.text-xl {
  text-align: left;
  letter-spacing: -.015em;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 106%;
}

.text-medium {
  color: var(--orange);
  text-align: justify;
  font-size: 1rem;
}

.text-medium.footer-text {
  color: var(--white);
  max-width: 350px;
  font-size: 1.4rem;
  line-height: 170%;
}

.text-medium.service-detail {
  color: var(--white);
  font-size: 1.2rem;
}

.button-underline {
  background-color: var(--light-grey);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
}

.cases-collection-list {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.cases-collection-list:hover {
  color: var(--white);
}

.case-title-container {
  z-index: -17;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-bottom: -1.5vw;
  padding-right: .2vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.case-info-container {
  z-index: -50;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 1.5vw;
  display: flex;
  position: relative;
}

.nav-link-block {
  color: var(--grey);
  padding: 1rem 0 0;
  font-size: 1.375rem;
  position: relative;
  overflow: hidden;
}

.nav-link-block:hover {
  color: var(--grey);
}

.nav-link-block.w--current {
  color: #a6a6a6;
}

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

.second-nav-link-text {
  color: var(--white);
  position: absolute;
}

.nav-link-text-container {
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
  overflow: hidden;
}

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

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

.form-block {
  width: 100%;
}

.parallax-image-container {
  position: relative;
  overflow: hidden;
}

.dark-nav-link-block {
  padding: 1rem 0 0;
  font-size: 1.25rem;
  position: relative;
  overflow: hidden;
}

.dark-nav-link-block:hover {
  color: var(--white);
}

.dark-nav-link-block.w--current {
  color: #0009;
}

.success-message {
  background-color: var(--grey);
  color: var(--white);
}

.error-message {
  background-color: var(--orange);
}

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

.brand {
  z-index: 2;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.brand.w--current {
  margin-right: auto;
  position: relative;
}

.menu-button-wrapper {
  display: none;
}

.nav-menu {
  justify-content: space-between;
  display: flex;
  position: absolute;
  left: 2.5rem;
  right: 2.5rem;
}

.hero-image-container {
  width: 100%;
  margin-top: -6vw;
  position: relative;
  overflow: hidden;
}

.hero-image {
  text-align: left;
  width: 100%;
  margin-top: 0;
  display: none;
  transform: scale(1.1);
}

.hero-heading {
  z-index: 1;
  font-size: 15vw;
  line-height: .9;
  display: block;
  position: relative;
}

.hero-image-scrolling-mask-container {
  justify-content: space-between;
  width: 100%;
  height: 101%;
  margin-top: -.5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mask {
  background-color: var(--grey);
  width: 0%;
  height: 100%;
  min-height: 100%;
}

.footer-links-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.html-embed {
  opacity: .2;
}

.button-hover-underline-2 {
  z-index: auto;
  background-color: var(--green);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
}

.image {
  width: auto;
}

.small-heading {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  font-size: 1.25rem;
  font-weight: 600;
}

.small-heading.small-list-heading {
  margin-top: 2.5rem;
}

.small-heading.margin-top-0-5 {
  margin-top: .5rem;
}

.case-container {
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.case-category {
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  line-height: 1;
}

.case-category:hover {
  color: var(--white);
}

.case-title {
  z-index: -3;
  letter-spacing: -.25vw;
  font-size: 7.5vw;
  font-weight: 600;
  line-height: 115%;
  position: relative;
}

.case-title-hover {
  z-index: -2;
  color: var(--dark-grey);
  letter-spacing: -.25vw;
  font-size: 7.5vw;
  font-weight: 600;
  line-height: 115%;
  position: absolute;
}

.cta-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-link-container {
  grid-column-gap: 1rem;
  border-bottom: 0 solid #d9d9d9;
  align-items: center;
  margin-top: 3rem;
  padding-bottom: .5rem;
  font-size: 1.375rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-link-container:hover {
  opacity: 1;
  color: var(--white);
}

.case-image-wrapper {
  z-index: 1;
  width: 45%;
  position: absolute;
  bottom: 1.7vw;
  right: 3vw;
  overflow: hidden;
}

.small-list-container {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.small-list-item-container {
  grid-row-gap: .75rem;
  flex-direction: column;
  width: 100%;
  padding-top: 2.5rem;
  transition: color .2s, opacity .2s;
  display: flex;
}

.small-list-item-container:hover {
  opacity: .6;
  color: var(--orange);
}

.case-thumbnail {
  z-index: -14;
  position: relative;
}

.preloader {
  z-index: 2;
  grid-column-gap: .35rem;
  background-color: var(--grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.hero-heading-container {
  z-index: 2;
  position: relative;
  overflow: visible;
}

.subpage-heading {
  direction: ltr;
  text-align: left;
  letter-spacing: -.9vw;
  margin-left: 0;
  font-size: 19vw;
  font-weight: 500;
  line-height: .75;
}

.subpage-hero-info-container {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 286px;
  padding-top: 0;
  display: flex;
}

.text-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph {
  max-width: 600px;
  display: block;
}

.paragraph.hidden {
  display: none;
}

.small-heading-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.small-heading-container.sticky-heading-container {
  max-width: 232px;
  position: sticky;
  top: 3rem;
}

.split-image-wrapper {
  width: 100%;
  max-width: 90%;
  overflow: hidden;
}

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

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

.team-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-container.hidden-member {
  display: none;
}

.team-member-image-wrapper {
  background-color: #9ea1a3;
  width: 100%;
  min-height: 200px;
  margin-bottom: 1rem;
}

.link {
  cursor: pointer;
  display: block;
}

.link:hover {
  color: var(--orange);
}

.some-link {
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 2.5rem;
  display: flex;
}

.contact-info-container {
  flex-direction: column;
  margin-top: 2rem;
  font-size: 1.125rem;
  display: flex;
}

.fullwidth-image-wrapper {
  width: 100%;
  padding-top: 0%;
  overflow: hidden;
}

.fullwith-image {
  display: block;
  overflow: visible;
}

.numbers-container {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 100%;
  max-width: 375px;
  display: flex;
}

.numbers-text-container {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.services-container {
  grid-row-gap: 7.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-container {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 101%;
  display: flex;
}

.service-text-container {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 570px;
  display: flex;
}

._2-column-grid {
  grid-column-gap: 9rem;
  grid-row-gap: 7.5rem;
  grid-template-rows: auto;
}

.accordion-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.split-section-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-item-container {
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 2.5rem;
  display: flex;
}

.accordion-content-container {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.accordion-title-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.split-text-container {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 540px;
  display: flex;
}

.accordion-text-wrapper {
  width: 100%;
  overflow: hidden;
}

.awards-item-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.projects-heading {
  text-align: left;
  margin-left: 0;
  font-size: 15vw;
  font-weight: 600;
  line-height: .75;
}

.projects-heading.burdych-projekt-heading {
  font-size: 13vw;
  line-height: 1;
}

.project-images-list {
  grid-row-gap: 4rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.team-member-heading {
  text-align: left;
  letter-spacing: -.1vw;
  margin-bottom: 1rem;
  margin-left: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: .75;
}

.team-member-hero-info-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 286px;
  display: flex;
}

.case-link-block {
  padding-top: 4rem;
}

.case-link-block:hover {
  opacity: 1;
}

.case-categroy-wrapper {
  color: var(--white);
}

.case-categroy-wrapper:hover, .intro_anim-orange-text {
  color: var(--orange);
}

.image-2 {
  width: 25%;
  max-height: none;
  display: inline-block;
}

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

.slider {
  flex-direction: row;
  display: inline;
}

.slide {
  opacity: 0;
  text-align: center;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.slide.active {
  z-index: 2;
  opacity: 100;
  pointer-events: auto;
}

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

.slider-2 {
  display: inline;
  overflow: hidden;
}

.slide-2 {
  overflow: hidden;
}

.text-span {
  margin-top: 20px;
  display: block;
}

.text-span-2 {
  color: var(--orange);
}

.logo-action-menu-closed {
  display: inline;
}

.logo-action-menu-open {
  display: none;
}

.text-span-3, .text-span-4 {
  color: var(--orange);
}

.paragraph-2 {
  text-align: justify;
}

.paragraph-3 {
  text-align: justify;
  letter-spacing: 0;
}

.paragraph-4 {
  text-align: justify;
}

.text-block-2 {
  color: var(--white);
}

.link-2 {
  transition: opacity .2s;
}

.link-2:hover {
  color: var(--orange);
}

.link-2.w--current {
  transition: color .2s;
}

.paragraph-5 {
  overflow-wrap: break-word;
  font-size: 1rem;
}

.hidden {
  display: none;
}

.service-subtitle {
  text-align: left;
  font-size: 1.5rem;
}

.service-subtitle.footer-text {
  max-width: 310px;
  font-size: 1.4rem;
  line-height: 170%;
}

.text-span-5 {
  text-align: left;
  margin-top: 20px;
  display: inline-block;
}

.text-span-6, .text-span-7 {
  color: var(--orange);
}

.link-3, .link-4, .link-5 {
  font-size: 2.5vw;
}

.paragraph-6 {
  padding-bottom: .5rem;
  font-size: 1.375rem;
}

.text-span-8 {
  color: var(--orange);
  margin-left: -10px;
  padding-left: 0;
}

.text-block-3 {
  flex-direction: row;
  font-size: 3.75rem;
  font-weight: 500;
  display: inline;
}

.text-block-4 {
  color: var(--planers-dark-grey);
  text-align: center;
  letter-spacing: -.75px;
  font-size: 1.6rem;
  font-weight: 600;
}

.text-block-4:hover {
  color: var(--white);
}

.text-span-9 {
  color: var(--orange);
  margin-left: -3px;
}

.text-block-5 {
  color: var(--white);
  text-align: center;
  letter-spacing: -.75px;
  font-size: 1.6rem;
  font-weight: 500;
}

.text-block-5:hover {
  color: var(--dark-grey);
}

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

.paragraph-7 {
  transition: opacity .2s;
}

.paragraph-7:hover {
  color: var(--orange);
}

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

.burger-button-wrapper-open {
  cursor: pointer;
  padding: 10px;
}

.burger-line-top, .burger-line-middle {
  background-color: #fff;
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.burger-line-bottom {
  background-color: #fff;
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
}

.burger-button-wrapper-closed {
  cursor: pointer;
  padding: 10px;
}

.burger-line-top-closed, .burger-line-middle-closed {
  background-color: #fff;
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.burger-line-bottom-closed {
  background-color: #fff;
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
}

.body-2 {
  overflow: visible;
}

.slide-nav-2 {
  display: none;
}

.slider-3 {
  z-index: -5;
  object-fit: cover;
  background-color: #0000;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.hero-image1 {
  text-align: left;
  width: 100%;
  margin-top: 0;
  display: block;
  transform: scale(1.1);
}

.mask-2 {
  object-fit: cover;
}

.slide-3 {
  object-fit: cover;
  position: static;
  overflow: hidden;
}

.slider-4 {
  z-index: -5;
  object-fit: cover;
  background-color: #d4cfc9;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.left-arrow-2, .right-arrow-2, .slide-nav-3 {
  display: none;
}

.all-slides {
  object-fit: cover;
  width: 100%;
  position: static;
  overflow: hidden;
}

.mask-3 {
  width: 100%;
  overflow: hidden;
}

.all-slides-copy {
  object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: static;
  overflow: hidden;
}

.slide1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.all-slides-copy-copy, .slide2, .slide3, .slide4, .slide5 {
  object-fit: cover;
  width: 100%;
  position: static;
  overflow: hidden;
}

.text-span-10, .text-span-11 {
  color: var(--orange);
}

.thankyou-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 700px;
  display: flex;
}

.margin-bottom-80-copy {
  margin-bottom: 80px;
  font-size: 2.8rem;
}

.list-item {
  -webkit-text-stroke-color: var(--white);
}

.list {
  color: var(--orange);
}

.list-text, .text-span-12, .text-span-13 {
  color: var(--white);
}

.image-5 {
  width: 100%;
}

.flex-block {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.link-block {
  object-fit: scale-down;
  flex: 0 2rem;
  order: 1;
}

.text-span-14 {
  color: var(--orange);
}

.role {
  font-size: 1rem;
}

.link-6 {
  display: inline;
}

.link-6.footer-email-link {
  display: flex;
}

.code-embed {
  clear: none;
  aspect-ratio: auto;
  object-fit: fill;
  margin-left: 0;
  margin-right: 0;
  line-height: 150%;
  position: static;
}

.konzultacebutton {
  z-index: 999;
  float: right;
  clear: none;
  aspect-ratio: auto;
  text-align: left;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  cursor: pointer;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #a0bf38;
  background-clip: border-box;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  font-family: Azeret Mono, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 45px;
  transition: opacity .2s;
  display: block;
  position: sticky;
  inset: auto 20px 15px auto;
  box-shadow: 2px 5px 5px #00000040;
}

.konzultacebutton:hover {
  z-index: 999;
  opacity: 1;
  color: var(--white);
}

.text-block-7 {
  flex: 0 auto;
}

.image-6 {
  display: inline-block;
}

.image-6.test {
  width: 65%;
  margin: auto;
}

.image-7 {
  display: none;
}

.center {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.slider-5 {
  width: 100%;
  height: 100%;
}

.slide-nav-4 {
  display: none;
}

.slider-6 {
  overflow: hidden;
}

.slide-4 {
  width: 100%;
  height: 100%;
  position: static;
  inset: 0% auto auto 0%;
}

.slider-container {
  z-index: -10;
  background-color: #dfd7cf;
  position: relative;
  overflow: hidden;
}

.placeholder {
  opacity: 0;
  display: block;
}

.button {
  color: var(--grey);
  background-color: #fff;
  margin-top: 1rem;
}

.kontakt-heading {
  align-self: flex-start;
  margin-top: 3rem;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -.5vw;
    font-size: 21vw;
  }

  h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 100%;
  }

  .nav-container {
    z-index: 1;
    flex-direction: row;
    grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr);
    align-items: center;
    margin-top: 0;
    padding: 0 3rem 0;
    display: flex;
    position: static;
    top: 0;
  }

  .section.subpage-hero-section, .section.subpage-hero-section-about {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }

  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .footer {
    padding-bottom: 48px;
  }

  .utility-page-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .margin-bottom-80 {
    font-size: 2.3rem;
  }

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

  .navbar {
    margin-top: 0;
    padding-top: 4rem;
    position: relative;
    top: auto;
  }

  ._12-column-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: minmax(16px, 1fr);
  }

  ._12-column-grid.footer-grid {
    grid-row-gap: 5rem;
  }

  ._12-column-grid.cases-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._12-column-grid.intro-grid {
    grid-column-gap: 40px;
    grid-row-gap: 4rem;
  }

  ._12-column-grid.subpage-hero-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  ._12-column-grid.row-gap-7-5 {
    grid-row-gap: 4rem;
    text-align: left;
    place-items: start;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 2.5rem;
    grid-template-columns: minmax(16px, 1fr) 1fr;
  }

  .parallax-image {
    object-fit: fill;
  }

  .text-xl {
    font-size: 3rem;
  }

  .text-medium.footer-text {
    color: var(--white);
    text-align: left;
  }

  .cases-collection-list {
    grid-row-gap: 5rem;
    margin-top: 2rem;
  }

  .case-title-container {
    width: auto;
  }

  .case-info-container {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-link-block {
    color: var(--white);
    display: block;
  }

  .nav-link-block:hover {
    color: #a6a6a6;
  }

  .nav-link-text {
    color: var(--grey);
  }

  .second-nav-link-text {
    color: var(--grey);
    display: none;
  }

  .nav-link-text-container {
    color: var(--grey);
    margin-left: 0;
    margin-right: 0;
    font-size: 4rem;
    line-height: 160%;
  }

  .row-gap-2 {
    margin-bottom: 1.5rem;
  }

  .parallax-image-container {
    width: 100%;
  }

  .dark-nav-link-block {
    z-index: 2;
    color: var(--white);
    display: block;
  }

  .brand, .brand.w--current {
    margin-left: 0;
  }

  .menu-button-wrapper {
    z-index: 1;
    grid-column-gap: .25rem;
    align-items: center;
    display: flex;
    position: static;
    right: 2.5rem;
  }

  .nav-menu {
    background-color: var(--white);
    color: var(--grey);
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100vh;
    padding-top: 11rem;
    padding-left: 3rem;
    padding-right: 3rem;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .menu-button-action-container {
    background-color: #0000;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1rem;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .menu-action-open {
    overflow: hidden;
  }

  .menu-action-close {
    position: absolute;
    top: -100%;
    overflow: hidden;
  }

  .hero-image-container {
    margin-top: -7vw;
  }

  .hero-image-scrolling-mask-container {
    display: none;
  }

  .footer-column {
    margin-bottom: 2rem;
  }

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

  .case-container {
    padding-top: 0;
  }

  .case-category {
    color: var(--orange);
  }

  .case-title {
    font-size: 5rem;
  }

  .case-title-hover {
    font-size: 5rem;
    display: none;
  }

  .case-image-wrapper {
    width: 100%;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .subpage-hero-info-container {
    width: 100%;
    max-width: none;
    display: none;
  }

  .text-container.team-member-name-container {
    margin-top: 4rem;
  }

  .small-heading-container {
    max-width: 286px;
  }

  .small-heading-container.sticky-heading-container {
    position: relative;
    top: auto;
  }

  .split-image-wrapper {
    max-width: 100%;
  }

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

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

  .projects-heading {
    font-size: 12vw;
    line-height: 1;
  }

  .projects-heading.burdych-projekt-heading {
    font-size: 11vw;
  }

  .team-member-hero-info-container {
    width: 100%;
    max-width: none;
  }

  .case-link-block {
    padding-top: 0;
  }

  .case-link-block:hover {
    color: var(--white);
  }

  .logo-action-menu-open {
    display: none;
  }

  .link-2.footer-link, .link-2.footer-link.w--current {
    color: var(--orange);
  }

  .paragraph-5 {
    white-space: normal;
    word-break: normal;
  }

  .text-block-4 {
    color: var(--planers-dark-grey);
    font-weight: 500;
    display: block;
  }

  .text-block-4:hover {
    color: #5c5c5c;
  }

  .text-block-5 {
    font-weight: 500;
  }

  .footer-heading {
    margin-top: 10px;
  }

  .burger-button-wrapper-open {
    position: absolute;
    top: -100%;
  }

  .burger-line-top {
    background-color: var(--grey);
    transform: translate(0, 7px)rotate(45deg);
  }

  .burger-line-middle {
    background-color: var(--grey);
    width: 0;
  }

  .burger-line-bottom {
    background-color: var(--grey);
    margin-left: 0;
    transform: translate(0, -9px)rotate(-45deg);
  }

  .thankyou-wrapper {
    width: 580px;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-80-copy {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -.5vw;
    font-size: 21vw;
  }

  h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 100%;
  }

  .nav-container {
    align-items: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .section.contact-section {
    padding-top: 2rem;
  }

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

  .section.subpage-hero-section-about {
    padding-bottom: 0;
  }

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

  .divider.detail-divider {
    background-color: var(--orange);
    color: var(--orange);
  }

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

  .text-large.service-text-large {
    font-size: 4vw;
  }

  .styleguide-heading {
    letter-spacing: -1px;
  }

  .margin-bottom-80 {
    font-size: 1.8rem;
  }

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

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

  ._12-column-grid.footer-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 5rem;
  }

  ._12-column-grid.subpage-hero-grid, ._12-column-grid.row-gap-7-5 {
    grid-row-gap: 3rem;
  }

  .footer-grid {
    grid-row-gap: 48px;
  }

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

  .case-info-container {
    padding-bottom: 0;
  }

  .nav-link-text, .second-nav-link-text, .dark-nav-link-block, .dark-nav-link-block.w--current {
    color: var(--grey);
  }

  .nav-menu {
    display: none;
  }

  .hero-image-container {
    margin-top: 3vw;
  }

  .case-title, .case-title-hover {
    font-size: 3.5rem;
  }

  .small-heading-container {
    display: none;
  }

  .split-image-wrapper {
    max-width: 100%;
  }

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

  .numbers-container {
    grid-row-gap: 2rem;
  }

  .numbers-text-container {
    grid-row-gap: 1rem;
  }

  .projects-heading {
    font-size: 16vw;
  }

  .projects-heading.project-small {
    font-size: 14vw;
  }

  .image-2 {
    width: 70%;
  }

  .paragraph-5 {
    font-size: 1rem;
  }

  .link-5.service-title-link {
    font-size: 3.5vw;
  }

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

  .body-3 {
    overflow: hidden;
  }

  .thankyou-wrapper {
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .margin-bottom-80-copy {
    margin-bottom: 45px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -.5vw;
    font-size: 21vw;
  }

  h2 {
    letter-spacing: 0;
    font-size: 1.75rem;
  }

  h3 {
    letter-spacing: -.05rem;
    font-size: 1.5rem;
  }

  .nav-container {
    z-index: 1;
    margin-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: static;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .section.subpage-hero-section {
    padding-top: 5rem;
  }

  .section.welcome-section, .section.service-section {
    padding-top: 0;
  }

  .section.subpage-hero-section-about {
    padding-top: 5rem;
  }

  .container {
    grid-row-gap: 2rem;
    flex-direction: column;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-large {
    text-align: left;
    letter-spacing: 0;
    font-size: 1.25rem;
  }

  .text-large.service-detail-title {
    font-size: 2.25rem;
    font-weight: 500;
  }

  .text-large.service-text-large {
    font-size: 1.2rem;
  }

  .footer {
    margin-top: 0;
    padding-bottom: 1.5rem;
  }

  .text-extra-small {
    text-align: left;
  }

  .text-field {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .text-field::placeholder {
    font-size: 20px;
  }

  .submit-button {
    margin-top: 48px;
    padding-top: 0;
    font-size: 20px;
  }

  .utility-form-text {
    font-size: 1rem;
  }

  .styleguide-heading {
    letter-spacing: 0;
  }

  .navbar {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

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

  ._12-column-grid.footer-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto auto auto;
  }

  ._12-column-grid.cases-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1.75rem;
    grid-template-columns: 1fr;
  }

  ._12-column-grid.intro-grid, ._12-column-grid.subpage-hero-grid {
    grid-row-gap: 3rem;
  }

  .body {
    font-size: 1.25rem;
  }

  .footer-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 48px;
  }

  .text-small {
    text-align: left;
  }

  .text-small.secondary-info {
    display: none;
  }

  .text-xl {
    letter-spacing: 0;
    font-size: 1.5rem;
    line-height: 120%;
  }

  .text-medium.footer-text {
    display: block;
  }

  .case-title-container {
    width: auto;
  }

  .case-info-container {
    height: auto;
  }

  .nav-link-text, .second-nav-link-text {
    color: var(--grey);
  }

  .nav-link-text-container {
    font-size: 3rem;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .nav-menu {
    display: none;
  }

  .menu-button-action-container {
    padding-left: 0;
  }

  .menu-action-open {
    font-size: 1rem;
  }

  .menu-action-close {
    font-size: 1rem;
    display: block;
  }

  .hero-image-container {
    margin-top: 3vw;
  }

  .hero-image {
    margin-top: 1rem;
  }

  .case-title, .case-title-hover {
    letter-spacing: -.05rem;
    font-size: 2.3rem;
  }

  .text-link-container {
    margin-top: 0;
    padding-bottom: .5rem;
  }

  .preloader {
    display: none;
  }

  .text-container.team-member-name-container {
    margin-top: 2rem;
  }

  .team-grid {
    grid-row-gap: 6rem;
  }

  .team-member-container.hidden-mobile {
    display: none;
  }

  .projects-heading {
    letter-spacing: -.25vw;
    font-size: 15vw;
  }

  .projects-heading.project-small {
    font-size: 14vw;
  }

  .team-member-heading {
    font-size: 2rem;
  }

  .image-2 {
    text-align: left;
  }

  .text-span {
    letter-spacing: 0;
    font-size: 1.25rem;
  }

  .logo-action-menu-closed {
    height: 100%;
    position: static;
  }

  .logo-action-menu-open {
    height: 100%;
    position: static;
    top: auto;
  }

  .paragraph-2, .paragraph-3, .paragraph-4 {
    text-align: justify;
    font-size: 1rem;
  }

  .paragraph-5 {
    letter-spacing: -.08em;
    font-size: .79rem;
  }

  .service-subtitle.footer-text {
    display: block;
  }

  .link-5.service-title-link {
    font-size: 8vw;
    font-weight: 500;
  }

  .text-logo-wrapper {
    object-fit: fill;
    font-size: 1rem;
  }

  .text-block-3 {
    font-size: 3.25rem;
  }

  .text-block-4, .text-block-5, .text-block-5.header-logo {
    text-align: left;
  }

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

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

  .line-1 {
    background-color: var(--white);
    width: 30px;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    inset: 18px auto auto;
  }

  .div-block-2 {
    padding: 10px;
  }

  .line-3 {
    background-color: var(--white);
    width: 30px;
    height: 3px;
    margin: 5px 0;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    inset: 38px 0 0;
  }

  .line-2 {
    background-color: var(--white);
    width: 30px;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    inset: 28px 0 0;
  }

  .burger-line-top {
    transform: translate(0, 7px)rotate(45deg);
  }

  .burger-line-middle {
    width: 0;
  }

  .burger-line-bottom {
    transform: translate(0, -9px)rotate(-45deg);
  }

  .burger-button-wrapper-closed {
    padding-right: 10px;
    position: static;
    top: 0%;
    right: 100%;
  }

  .burger-line-top-closed, .burger-line-middle-closed, .burger-line-bottom-closed {
    background-color: var(--white);
  }

  .hero-image1 {
    margin-top: 1rem;
  }

  .body-3 {
    overflow: visible;
  }

  .thankyou-wrapper {
    width: auto;
    max-width: 350px;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-80-copy {
    font-size: 1.24rem;
  }

  .code-embed {
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
  }

  .konzultacebutton {
    box-sizing: border-box;
    text-align: center;
    top: auto;
    left: auto;
  }
}

#w-node-_84b77b10-f99b-dcc5-e7aa-65ddccc292f4-da6da29b {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-f0153f07-72c2-0e7f-430a-f7e5a09a0e2f-da6da29b {
  grid-area: 1 / 1 / 2 / 8;
  place-self: start;
}

#w-node-c4350771-f197-0388-5b77-94823ab4058d-da6da29b {
  grid-area: 1 / 9 / 2 / 13;
  place-self: start;
}

#w-node-b25fbe00-ca43-99fa-e09c-0061bee7f363-da6da29b {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_7f84e26c-1252-ac14-a2b4-06375770c57a-da6da29b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b5bedfe-9881-86ea-8059-26c534fc213e-ae2af369 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  place-self: center;
}

#w-node-f33302d1-93c4-7e7f-673e-e6e4792c63fd-ae2af369 {
  grid-area: 2 / 1 / 3 / 6;
  place-self: start;
}

#w-node-b62112fd-f9fc-e681-f7f1-9c7ca93077e9-ae2af369 {
  grid-area: 2 / 6 / 3 / 9;
  place-self: start;
}

#w-node-_3c5d0c41-2e02-0f9a-5fef-320b2b781750-ae2af369 {
  grid-area: 2 / 9 / 3 / 12;
  place-self: start;
}

#w-node-dc139b0c-fde7-83c0-835e-1aa353139202-ae2af369 {
  grid-area: 3 / 1 / 4 / 13;
  place-self: end start;
}

#w-node-_456b8655-5921-3237-3bfa-fe8c83433dfa-83433df6 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: start;
}

#w-node-_456b8655-5921-3237-3bfa-fe8c83433dfc-83433df6 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_456b8655-5921-3237-3bfa-fe8c83433dfd-83433df6 {
  grid-area: 1 / 5 / 2 / 11;
}

#w-node-c0d6aab4-ad49-9cc7-ddde-62abe77715fd-e77715fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0d6aab4-ad49-9cc7-ddde-62abe77715ff-e77715fb {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-c0d6aab4-ad49-9cc7-ddde-62abe7771607-e77715fb {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-c0d6aab4-ad49-9cc7-ddde-62abe777160f-e77715fb {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_275a925e-b9ac-ee4f-48b8-fd8378eb0fed-da6da2aa {
  place-self: end start;
}

#w-node-_275a925e-b9ac-ee4f-48b8-fd8378eb0fdd-da6da2aa {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_275a925e-b9ac-ee4f-48b8-fd8378eb0fde-da6da2aa {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: start;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177acc-da6da2ab {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177acd-da6da2ab {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: start;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177acf-da6da2ab {
  grid-area: 2 / 6 / 2 / 12;
  justify-self: start;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177ad0-da6da2ab {
  grid-area: 2 / 6 / 3 / 12;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177ad4-da6da2ab {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177acc-da6da2ac {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177acd-da6da2ac {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: start;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177acf-da6da2ac {
  grid-area: 2 / 6 / 2 / 12;
  justify-self: start;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177ad0-da6da2ac {
  grid-area: 2 / 6 / 3 / 12;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177acc-da6da2ad {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177acd-da6da2ad {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: start;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177acf-da6da2ad {
  grid-area: 2 / 6 / 2 / 12;
  justify-self: start;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177ad0-da6da2ad {
  grid-area: 2 / 6 / 3 / 12;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177acc-da6da2ae {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177acd-da6da2ae {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: start;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177acf-da6da2ae {
  grid-area: 2 / 6 / 2 / 12;
  justify-self: start;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177acc-da6da2af {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177acd-da6da2af {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: start;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177acf-da6da2af {
  grid-area: 2 / 6 / 2 / 12;
  justify-self: start;
}

#w-node-_7bd344a8-d4c9-789c-9f32-a049bf58ac4c-da6da2b2 {
  place-self: end start;
}

#w-node-ba973c6b-42b8-292a-7809-6b4e6ad50b73-da6da2b2 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_4172f9db-fdf9-65c0-ffa5-b3ef875d5b84-da6da2b2 {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: start;
}

#w-node-_2f191433-31a8-b4a1-b89b-61c478994e11-da6da2b2 {
  grid-area: 2 / 6 / 2 / 12;
  justify-self: start;
}

#w-node-_60f63886-286f-247c-3e01-0ead081ff057-da6da2b2 {
  grid-area: 2 / 6 / 3 / 12;
}

#w-node-b3eda41f-b6d6-8b4b-7323-1ccff5d3afc7-da6da2b2 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_40d61bb3-cf05-519a-a19d-38555d4ed843-da6da2b2 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-f0bee56f-e2f2-3d0a-e952-e711dd74d8ff-da6da2b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-db4967cf-acdb-cb52-2687-a4228f169c15-da6da2b2 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_57940429-0b5c-05b6-96cc-1da04308a123-da6da2b2 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-_878f2cbe-760c-b8de-cc41-41ccb0813e60-da6da2b2 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_6533177b-526f-8284-9be2-7959c322a963-da6da2b2 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_3e676132-6b07-ab3e-78e2-9fd324542ed1-da6da2b2 {
  grid-area: 3 / 5 / 4 / 9;
}

#w-node-_639c49a9-f107-6642-de93-e79247ecfbc0-da6da2b2 {
  grid-area: 3 / 9 / 4 / 13;
}

#w-node-ef201a23-909c-74fe-0681-80aacc970e48-da6da2b2 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a51a6ced-9b78-c08a-4e5c-6664531a48cc-da6da2b2 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177acc-98f55377 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177acd-98f55377 {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: start;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177acf-98f55377 {
  grid-area: 2 / 6 / 2 / 12;
  justify-self: start;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177ad0-98f55377 {
  grid-area: 2 / 6 / 3 / 12;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177ad4-98f55377 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177acc-9d728c09 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177acd-9d728c09 {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: start;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177acf-9d728c09 {
  grid-area: 2 / 6 / 2 / 12;
  justify-self: start;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177acc-fcfafc6d {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177acd-fcfafc6d {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: start;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177acf-fcfafc6d {
  grid-area: 2 / 6 / 2 / 12;
  justify-self: start;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177ad0-fcfafc6d {
  grid-area: 2 / 6 / 3 / 12;
}

#w-node-e21602e8-41dd-7a34-60e9-64b7fe177ad4-fcfafc6d {
  grid-area: 2 / 2 / 3 / 5;
}

@media screen and (max-width: 991px) {
  #w-node-_84b77b10-f99b-dcc5-e7aa-65ddccc292f4-da6da29b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0153f07-72c2-0e7f-430a-f7e5a09a0e2f-da6da29b {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: start;
  }

  #w-node-c4350771-f197-0388-5b77-94823ab4058d-da6da29b {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: start;
  }

  #w-node-b25fbe00-ca43-99fa-e09c-0061bee7f363-da6da29b {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-f33302d1-93c4-7e7f-673e-e6e4792c63fd-ae2af369 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-b62112fd-f9fc-e681-f7f1-9c7ca93077e9-ae2af369 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: start;
  }

  #w-node-_3c5d0c41-2e02-0f9a-5fef-320b2b781750-ae2af369 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-dc139b0c-fde7-83c0-835e-1aa353139202-ae2af369 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: end start;
  }

  #w-node-_456b8655-5921-3237-3bfa-fe8c83433dfa-83433df6, #w-node-_456b8655-5921-3237-3bfa-fe8c83433dfc-83433df6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c0d6aab4-ad49-9cc7-ddde-62abe77715fd-e77715fb {
    grid-column: span 1 / span 1;
  }

  #w-node-c0d6aab4-ad49-9cc7-ddde-62abe77715ff-e77715fb, #w-node-c0d6aab4-ad49-9cc7-ddde-62abe7771607-e77715fb, #w-node-c0d6aab4-ad49-9cc7-ddde-62abe777160f-e77715fb, #w-node-_275a925e-b9ac-ee4f-48b8-fd8378eb0fdd-da6da2aa, #w-node-e21602e8-41dd-7a34-60e9-64b7fe177acc-da6da2ab, #w-node-e21602e8-41dd-7a34-60e9-64b7fe177acf-da6da2ab, #w-node-e21602e8-41dd-7a34-60e9-64b7fe177ad0-da6da2ab, #w-node-e21602e8-41dd-7a34-60e9-64b7fe177ad4-da6da2ab, #w-node-e21602e8-41dd-7a34-60e9-64b7fe177acc-da6da2ac, #w-node-e21602e8-41dd-7a34-60e9-64b7fe177acf-da6da2ac, #w-node-e21602e8-41dd-7a34-60e9-64b7fe177ad0-da6da2ac, #w-node-e21602e8-41dd-7a34-60e9-64b7fe177acc-da6da2ad, #w-node-e21602e8-41dd-7a34-60e9-64b7fe177acf-da6da2ad, #w-node-e21602e8-41dd-7a34-60e9-64b7fe177ad0-da6da2ad, #w-node-e21602e8-41dd-7a34-60e9-64b7fe177acc-da6da2ae, #w-node-e21602e8-41dd-7a34-60e9-64b7fe177acf-da6da2ae, #w-node-e21602e8-41dd-7a34-60e9-64b7fe177acc-da6da2af, #w-node-e21602e8-41dd-7a34-60e9-64b7fe177acf-da6da2af, #w-node-ba973c6b-42b8-292a-7809-6b4e6ad50b73-da6da2b2, #w-node-_2f191433-31a8-b4a1-b89b-61c478994e11-da6da2b2, #w-node-_60f63886-286f-247c-3e01-0ead081ff057-da6da2b2, #w-node-b3eda41f-b6d6-8b4b-7323-1ccff5d3afc7-da6da2b2, #w-node-_40d61bb3-cf05-519a-a19d-38555d4ed843-da6da2b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0bee56f-e2f2-3d0a-e952-e711dd74d8ff-da6da2b2 {
    grid-column: span 1 / span 1;
  }

  #w-node-db4967cf-acdb-cb52-2687-a4228f169c15-da6da2b2, #w-node-_57940429-0b5c-05b6-96cc-1da04308a123-da6da2b2, #w-node-_878f2cbe-760c-b8de-cc41-41ccb0813e60-da6da2b2, #w-node-_6533177b-526f-8284-9be2-7959c322a963-da6da2b2, #w-node-_3e676132-6b07-ab3e-78e2-9fd324542ed1-da6da2b2, #w-node-_639c49a9-f107-6642-de93-e79247ecfbc0-da6da2b2, #w-node-ef201a23-909c-74fe-0681-80aacc970e48-da6da2b2, #w-node-a51a6ced-9b78-c08a-4e5c-6664531a48cc-da6da2b2, #w-node-e21602e8-41dd-7a34-60e9-64b7fe177acc-98f55377, #w-node-e21602e8-41dd-7a34-60e9-64b7fe177acf-98f55377, #w-node-e21602e8-41dd-7a34-60e9-64b7fe177ad0-98f55377, #w-node-e21602e8-41dd-7a34-60e9-64b7fe177ad4-98f55377, #w-node-e21602e8-41dd-7a34-60e9-64b7fe177acc-9d728c09, #w-node-e21602e8-41dd-7a34-60e9-64b7fe177acf-9d728c09, #w-node-e21602e8-41dd-7a34-60e9-64b7fe177acc-fcfafc6d, #w-node-e21602e8-41dd-7a34-60e9-64b7fe177acf-fcfafc6d, #w-node-e21602e8-41dd-7a34-60e9-64b7fe177ad0-fcfafc6d, #w-node-e21602e8-41dd-7a34-60e9-64b7fe177ad4-fcfafc6d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f0153f07-72c2-0e7f-430a-f7e5a09a0e2f-da6da29b {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-b25fbe00-ca43-99fa-e09c-0061bee7f363-da6da29b {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-f33302d1-93c4-7e7f-673e-e6e4792c63fd-ae2af369 {
    grid-area: span 1 / span 11 / span 1 / span 11;
    place-self: start;
  }

  #w-node-b62112fd-f9fc-e681-f7f1-9c7ca93077e9-ae2af369 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_3c5d0c41-2e02-0f9a-5fef-320b2b781750-ae2af369 {
    grid-area: span 1 / span 7 / span 1 / span 7;
    place-self: start;
  }

  #w-node-dc139b0c-fde7-83c0-835e-1aa353139202-ae2af369 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: end start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f0153f07-72c2-0e7f-430a-f7e5a09a0e2f-da6da29b {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-c4350771-f197-0388-5b77-94823ab4058d-da6da29b {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: start;
  }

  #w-node-b25fbe00-ca43-99fa-e09c-0061bee7f363-da6da29b {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-f33302d1-93c4-7e7f-673e-e6e4792c63fd-ae2af369, #w-node-b62112fd-f9fc-e681-f7f1-9c7ca93077e9-ae2af369, #w-node-_3c5d0c41-2e02-0f9a-5fef-320b2b781750-ae2af369 {
    grid-area: span 1 / span 12 / span 1 / span 12;
    place-self: start;
  }

  #w-node-dc139b0c-fde7-83c0-835e-1aa353139202-ae2af369 {
    grid-area: span 1 / span 7 / span 1 / span 7;
    place-self: end start;
  }
}


@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Regular.woff2') format('woff2'), url('../fonts/InterDisplay-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Medium.woff2') format('woff2'), url('../fonts/InterDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/Inter-DisplaySemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/Inter-DisplaySemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Azeretmono';
  src: url('../fonts/AZERETMONO-EXTRABOLDITALIC.TTF') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Azeretmono';
  src: url('../fonts/AZERETMONO-EXTRABOLD.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}