.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

body {
  color: #032246;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1vw;
  line-height: 1em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2em;
}

a {
  color: #5f453e;
  text-decoration: none;
}

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

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

.rich-text {
  line-height: 1.7em;
}

.rich-text p {
  margin-bottom: .8em;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.7em;
}

.rich-text a {
  color: #916c63;
  text-decoration: underline;
}

.rich-text a:hover {
  color: #070504;
}

.rich-text li {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1.3em;
  line-height: 1.5em;
}

.rich-text ul, .rich-text ol {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-left: 3em;
}

.rich-text h2 {
  margin-top: 1em;
  margin-bottom: .9em;
  font-family: Caudex, sans-serif;
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text h3 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-family: Caudex, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text h4 {
  margin-top: 2em;
  margin-bottom: 1.5em;
  font-family: Caudex, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text blockquote {
  color: #5f453e;
  border-left-color: #916c63;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1em;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.7em;
}

.rich-text h5 {
  margin-top: 1.5em;
  margin-bottom: 2em;
  font-family: Caudex, sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text h6 {
  margin-top: 1.5em;
  margin-bottom: 2em;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text h1 {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Caudex, sans-serif;
  font-size: 3.4em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text.in-services {
  margin-bottom: 8em;
}

.colors {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-inner {
  text-align: left;
  padding: 10em 0;
}

.padding-inner.pb-2em {
  padding-bottom: 2em;
}

.padding-inner.pb-0em {
  padding-bottom: 0;
}

.padding-inner.pt-6em {
  padding-top: 6em;
}

.padding-inner.pb-6em {
  padding-bottom: 6em;
}

.color-define-3 {
  width: 100%;
  height: 5em;
  background-color: #e4c6be;
}

.color-define-3.is-4th {
  opacity: .7;
}

.color-define-3.is-2nd {
  opacity: .3;
}

.color-define-3.is-5th {
  opacity: .9;
}

.color-define-3.is-3rd {
  opacity: .5;
}

.color-define-3.is-1st {
  opacity: .1;
}

.color-define-2 {
  width: 100%;
  height: 5em;
  background-color: #5f453e;
}

.color-define-2.is-5th {
  opacity: .9;
}

.color-define-2.is-1st {
  opacity: .1;
}

.color-define-2.is-2nd {
  opacity: .3;
}

.color-define-2.is-3rd {
  opacity: .5;
}

.color-define-2.is-4th {
  opacity: .7;
}

.style-guide-block {
  width: 100%;
  max-width: 59em;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.style-guide-block.is-flex {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
}

.section {
  z-index: 10;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.section.with-hero-styles {
  background-color: #070504;
  overflow: visible;
}

.section.with-bg-light-brown {
  background-color: #f5ecea;
  border-top: 1px solid #e4c6be;
  border-bottom: 1px #e4c6be;
}

.section.is-about-sec {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.overflow-visible {
  overflow: visible;
}

.section.is-team-sec-1 {
  background-image: linear-gradient(#f5ecea, #fff 35%);
  border: 10px solid #fff;
  border-top-width: 0;
}

.section.with-bg-black {
  color: #e4c6be;
  background-color: #070504;
}

.section.is-hero-6 {
  color: #fff;
  border: 10px solid #fff;
}

.section.is-service-3-sec {
  color: #fff;
  border: 0 solid #fff;
  border-width: 0 10px;
}

.section.is-service-sec {
  background-color: rgba(0, 0, 0, 0);
  overflow: visible;
}

.section.is-service-sec-1 {
  background-color: rgba(0, 0, 0, 0);
}

.section.is-form-sec-2 {
  background-color: #f5ecea;
  border: 10px solid #fff;
}

.section.is-hero-2 {
  z-index: 5;
  background-color: #070504;
  overflow: visible;
}

.section.with-bg-brown-and-borders {
  background-color: #f5ecea;
  border: 10px solid #fff;
}

.section.with-bg-brown-and-borders.no-top-border {
  border-top-width: 0;
}

.section.with-bg-brown-and-borders.no-border-bottom {
  border-bottom-width: 0;
}

.section.with-bg-brown-and-borders.no-border-top {
  border-top-width: 0;
}

.section.with-bg-brown-and-borders.no-border-top-bottom {
  border-top-width: 0;
  border-bottom-width: 0;
}

.section.is-team-sec-2 {
  background-image: linear-gradient(#f5ecea, #fff 35%);
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}

.section.is-parallax-sec {
  min-height: 100vh;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.is-case-sec-2 {
  background-color: #f5ecea;
  border: 10px solid #fff;
  overflow: visible;
}

.section.is-case-in-service {
  color: #f5ecea;
  background-color: #070504;
  border: 10px solid #fff;
  border-bottom-width: 0;
}

.section.with-bg-black-and-borders {
  color: #e4c6be;
  background-color: #070504;
  border: 10px solid #fff;
}

.section.is-hero-8 {
  color: #fff;
  background-color: #032246;
  border: 10px solid #fff;
}

.color-define {
  width: 100%;
  height: 5em;
  background-color: #070504;
}

.color-define.is-4th {
  opacity: .7;
}

.color-define.is-1st {
  opacity: .1;
}

.color-define.is-3rd {
  opacity: .5;
}

.color-define.is-2nd {
  opacity: .3;
}

.color-define.is-5th {
  opacity: .9;
}

.container {
  z-index: 10;
  width: 100%;
  max-width: 1600px;
  flex: 0 auto;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6em;
  padding-right: 6em;
  text-decoration: none;
  position: relative;
}

.container.in-consultancy {
  max-width: 2000px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.global-styles {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.fullscreen-hero {
  z-index: 10;
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 12em;
  padding-bottom: 12em;
  display: flex;
  position: relative;
}

.absolute-block-200vh {
  z-index: 1;
  width: 100%;
  height: 200vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sticky-100vh {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.hero-bg-color {
  z-index: 6;
  mix-blend-mode: multiply;
  background-color: rgba(17, 12, 11, .87);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cover-image {
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cover-image.is-team-member-1 {
  object-position: 50% 0%;
}

.cover-image.in-hero-4 {
  width: 140%;
  max-width: none;
  left: auto;
  right: auto;
}

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

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caudex, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.heading.is-hero-1-title {
  max-width: 9.5em;
  color: #fff;
  margin-bottom: .9em;
  font-size: 6.3em;
  font-weight: 400;
  line-height: 1.2em;
}

.heading.is-content-title-1 {
  margin-bottom: 1em;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.4em;
}

.heading.is-grid-title-1 {
  max-width: 13em;
  margin-bottom: .5em;
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-grid-title-1.is-2nd {
  margin-bottom: 0;
}

.heading.is-service-title {
  margin-bottom: .5em;
  margin-right: 1em;
  font-size: 2.1em;
  font-weight: 400;
}

.heading.is-team-name {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .4em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.7em;
  font-weight: 400;
}

.heading.is-hero-4-title {
  color: #fff;
  text-align: center;
  margin-bottom: .6em;
  font-size: 8em;
  font-weight: 400;
}

.heading.is-hero-2-title {
  color: #fff;
  margin-bottom: .2em;
  font-size: 10em;
  font-weight: 400;
  line-height: .9em;
}

.heading.is-contact-form-title {
  width: 100%;
  margin-bottom: .6em;
  font-size: 2.4em;
}

.heading.is-content-title-3 {
  color: #c99b8f;
  margin-bottom: 1.6em;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.4em;
}

.heading.is-service-2-title {
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 3.7em;
  font-weight: 400;
}

.heading.in-hero-5 {
  max-width: 9.5em;
  color: #f8ddd6;
  margin-bottom: 1.7em;
  font-size: 6.3em;
  font-weight: 400;
  line-height: 1.2em;
}

.heading.is-service-1-title {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 2.2em;
  font-weight: 400;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
}

.heading.is-service-1-title:hover {
  letter-spacing: .15em;
}

.heading.is-team-title-1 {
  margin-bottom: 1em;
  font-size: 5em;
  line-height: 1em;
}

.heading.is-service-cms-title {
  color: #fff;
  text-align: center;
  font-size: 6em;
  line-height: 1em;
}

.heading.is-service-title-1 {
  font-size: 4.7em;
  font-weight: 400;
  line-height: 1.3em;
}

.heading.is-featured-blog-title {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.2em;
}

.heading.in-hero-6 {
  max-width: 13em;
  color: #f8ddd6;
  margin-left: auto;
  margin-right: auto;
  font-size: 6.3em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-blog-title-2 {
  margin-bottom: 1em;
  font-size: 2.4em;
  line-height: 1em;
}

.heading.is-title-1 {
  margin-bottom: 1em;
  font-size: 4em;
  line-height: 1em;
}

.heading.is-case-title-1 {
  z-index: 5;
  color: rgba(255, 255, 255, .84);
  text-align: center;
  margin-top: .5em;
  margin-bottom: .7em;
  font-size: 5em;
  font-weight: 400;
}

.heading.is-article-title {
  max-width: 11em;
  color: #fff;
  font-size: 4.7em;
  font-weight: 400;
  line-height: 1.1em;
}

.heading.is-about-title-1 {
  max-width: 14em;
  margin-bottom: 1.1em;
  font-size: 5em;
  line-height: 1.3em;
}

.heading.is-service-1-title-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 2.2em;
  font-weight: 400;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
}

.heading.is-service-1-title-2:hover {
  letter-spacing: .15em;
}

.heading.is-hero-5-title {
  max-width: 5em;
  color: #fff;
  margin-right: .8em;
  font-size: 9em;
  line-height: .8em;
}

.heading.is-hero-6-title {
  color: #fff;
  text-align: center;
  font-size: 8.2em;
  line-height: .8em;
}

.heading.is-contact-form-title-2 {
  width: 100%;
  margin-bottom: .6em;
  font-size: 1.6em;
}

.heading.is-grid-title-2 {
  text-align: center;
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-grid-title-2.is-blog {
  text-align: left;
  margin-bottom: .8em;
}

.heading.is-hero-4-title-2 {
  color: #fff;
  text-align: center;
  margin-bottom: .6em;
  font-size: 6em;
  font-weight: 400;
}

.heading.is-case-title-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.6em;
  font-size: 2.7em;
  font-weight: 400;
  line-height: 1.5em;
}

.heading.is-person-title-1 {
  max-width: 13em;
  color: #f8ddd6;
  margin-left: auto;
  margin-right: auto;
  font-size: 5.3em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-person-title-2 {
  width: 100%;
  max-width: 16em;
  text-align: center;
  margin-bottom: 2.3em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.9em;
  font-weight: 400;
  line-height: 1.4em;
}

.heading.is-client-title {
  width: 100%;
  max-width: 12em;
  text-align: center;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  font-size: 5em;
  line-height: .9em;
}

.heading.is-social-title {
  color: #fff;
  text-align: center;
  margin-top: .2em;
  margin-bottom: .2em;
  font-size: 8.2em;
  line-height: .8em;
}

.heading.is-form-title-2 {
  margin-bottom: 1em;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.4em;
}

.heading.is-consultation-title {
  color: #fff;
  text-align: center;
  font-size: 8.2em;
  line-height: .8em;
}

.heading.is-company-title-1 {
  max-width: 11em;
  color: #fff;
  margin-bottom: .9em;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.1em;
}

.heading.is-content-title-2 {
  margin-bottom: 1em;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1.4em;
}

.heading.is-blog-title-3 {
  margin-bottom: 1em;
  font-size: 2.4em;
  line-height: 1em;
}

.heading.is-about-title-2 {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.4em;
}

.heading.is-about-title-3 {
  text-align: center;
  margin-bottom: .2em;
  font-size: 6em;
  font-weight: 400;
  line-height: 1em;
}

.hero-1-title-block {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-bg-gradient-1 {
  z-index: 6;
  mix-blend-mode: multiply;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(7, 5, 4, 0) 15%), linear-gradient(45deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .95) 20%, rgba(0, 0, 0, .01) 69%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button {
  min-width: 15em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #916c63;
  border: 1px solid #5f453e;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 1.4em 2.7em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 2em;
  padding-bottom: 2em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-inner {
  z-index: 20;
  width: 100%;
  max-width: 2000px;
  min-height: 5em;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  position: relative;
}

.logo-image {
  width: 1.7em;
  object-fit: contain;
  margin-right: .8em;
  display: none;
}

.brand {
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding: .5em 1.7em .5em 2em;
  transition: border-color .2s;
  display: flex;
  left: -1px;
}

.brand:hover {
  border-color: rgba(201, 155, 143, .3) rgba(201, 155, 143, .3) rgba(201, 155, 143, .3) rgba(0, 0, 0, 0);
}

.brand.w--current {
  flex: 0 auto;
  padding: 0;
}

.brand-name {
  letter-spacing: .7em;
  text-indent: .7em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1em;
}

.brand-name.is-reverse {
  color: #032246;
}

.brand-slogan {
  color: #c99b8f;
  letter-spacing: .4em;
  text-transform: uppercase;
  margin-left: 2em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: .85em;
  font-weight: 500;
  line-height: 1em;
}

.brand-slogan.in-light-nav {
  color: #916c63;
}

.nav-menu {
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.nav-link-block {
  color: #fff;
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: .8em;
  padding-right: .8em;
  font-family: Big Shoulders Text, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  overflow: hidden;
}

.nav-link-block:hover {
  letter-spacing: .3em;
  text-indent: .3em;
}

.nav-link-block.in-light-nav {
  color: #fff;
}

.nav-link-block.in-light-nav.w--current {
  align-self: stretch;
  padding-left: 2em;
}

.nav-menu-links {
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  padding-right: 2em;
  display: flex;
}

.hero-content-block-1 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.list-content {
  padding-top: .15em;
}

.custom-list-icon {
  z-index: 10;
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1.4em;
  position: absolute;
}

.custom-list-block {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 4.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.custom-list-block.is-last {
  padding-bottom: 0;
}

.circle-background {
  z-index: 2;
  background-color: #c99b8f;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.circle-in-list {
  width: 2.2em;
  height: 2.2em;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 2.5em;
  display: flex;
  position: relative;
}

.list-paragraph {
  opacity: .8;
  color: #f1ddd8;
  font-size: 1.1em;
  line-height: 1.5em;
}

.list-paragraph.is-dark-color {
  color: #916c63;
}

.list-line {
  width: 2px;
  height: 100%;
  background-color: #5d453f;
  position: absolute;
  top: .1em;
  left: 1em;
}

.list-line.is-2nd {
  background-color: #e4c6be;
}

.list-title {
  color: #d3ada4;
  margin-bottom: .7em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.list-title.is-dark-color {
  color: #5f453e;
}

.slider-inner {
  width: 100vw;
  height: 100%;
  overflow: hidden;
}

.slider-image {
  width: 100vw;
  height: 100%;
  max-width: 100vw;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.custom-slider {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slider-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-backgrounds {
  z-index: 1;
  width: 100vw;
  height: 100%;
  position: relative;
}

.slider-image-last {
  width: 100vw;
  height: 100%;
  max-width: 100vw;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-image-block-1 {
  z-index: 3;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slider-image-block-2 {
  z-index: 2;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-animation-trigger {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-animation-trigger.in-hero-4 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-animation-trigger.is-parallax {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-for-animation {
  z-index: 20;
  background-color: #916c63;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-for-animation.is-light-brown {
  background-color: #e5d8d4;
}

.bg-for-animation.is-dark-brown {
  background-color: #5f453e;
}

.bg-for-animation.is-light-black {
  background-color: #161312;
}

.content-image-1 {
  height: 100%;
  min-height: 38em;
}

.content-grid-3 {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  align-items: center;
}

.content-block-2 {
  max-width: 28.2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-grid-1 {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  justify-items: stretch;
  display: grid;
}

.content-grid-1.with-margin-bottom {
  grid-template-columns: .75fr;
  margin-bottom: 6em;
}

.uppercase-text-1 {
  color: #916c63;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 4em;
  margin-right: 1em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
}

.uppercase-text-1.no-margin-bottom {
  margin-bottom: 0;
}

.uppercase-text-1.is-2nd {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.hero-case {
  z-index: 10;
  width: 20em;
  min-height: 20em;
  min-width: 20em;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  transition: min-width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-case:hover {
  width: 23em;
  min-width: 23em;
}

.hero-case-image {
  z-index: 1;
  padding: 1px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-case-circle {
  z-index: 10;
  width: 5em;
  height: 5em;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(201, 155, 143, .45);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.hero-case-text {
  color: #dfb2a7;
  font-size: 1.3em;
}

.hero-case-gradient {
  z-index: 3;
  height: 50%;
  text-align: center;
  background-image: linear-gradient(rgba(34, 24, 22, 0), rgba(17, 12, 11, .94));
  margin: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-case-icon {
  width: 1em;
  height: 1em;
  font-size: 1.4em;
}

.hero-case-title-1 {
  color: #f0dfda;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: .85em;
  font-weight: 600;
}

.top-background {
  z-index: 98;
  height: 13em;
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .5) 50%, rgba(34, 24, 22, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.simple-button-title {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: .9em;
  font-weight: 600;
}

.simple-button-icon {
  width: 1em;
  height: 1em;
  margin-left: .3em;
  font-size: 1.2em;
  display: block;
  position: relative;
}

.service-image-size {
  z-index: 10;
  width: 100%;
  height: 30em;
  margin-bottom: 2.5em;
  position: relative;
}

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

.simple-button-line {
  height: 2px;
  background-color: #032246;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-link {
  width: 100%;
  color: #032246;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 4em;
  transition: border-color .2s;
  position: relative;
  overflow: hidden;
}

.service-link:hover {
  border-color: #221816;
}

.service-background {
  z-index: 1;
  background-color: #f5ecea;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-background.is-2nd {
  background-color: #fff;
}

.service-content-block {
  z-index: 10;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.simple-button {
  z-index: 20;
  color: #032246;
  text-align: center;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
  position: relative;
}

.service-title-line {
  z-index: 1;
  height: 2px;
  background-color: rgba(34, 24, 22, .15);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-3-wrap {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5em;
  padding-right: .5em;
}

.grid-block-1.with-padding-top {
  padding-top: 2.2em;
}

.team-list-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-list-5.with-3-cols {
  grid-template-columns: 1fr 1fr 1fr;
}

.team-item {
  display: flex;
}

.team-link-block {
  height: 33em;
  flex: 1;
  position: relative;
}

.team-link-block.is-higher {
  height: 50em;
}

.service-1-content {
  z-index: 10;
  text-align: center;
  background-image: linear-gradient(to top, #1a1210, rgba(34, 24, 22, 0));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em 2.5em 4em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.team-role-text {
  color: #c99b8f;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
}

.content-text-2 {
  opacity: .8;
  font-size: 1.2vw;
  line-height: 1.7em;
}

.button-background-1 {
  z-index: 2;
  width: 105%;
  background-color: #5f453e;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.button-text {
  z-index: 10;
  letter-spacing: .2em;
  text-indent: .2em;
  white-space: nowrap;
  font-family: Big Shoulders Text, sans-serif;
  font-weight: 700;
  position: relative;
}

.button-background-2 {
  z-index: 1;
  width: 105%;
  background-color: #032246;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.number-text-1 {
  color: #fff;
  font-family: Caudex, sans-serif;
  font-size: 5em;
  line-height: .9em;
}

.content-text-4 {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1em;
}

.background-gradient-1 {
  z-index: 7;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .7) 15%, rgba(0, 0, 0, 0) 55%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.number-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-bottom: 1px solid rgba(245, 236, 234, .25);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
  align-items: center;
  padding-top: 2.3em;
  padding-bottom: 2.3em;
}

.number-grid.is-last {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.team-wrap {
  width: 100%;
  max-width: 2000px;
  border: 5px solid #fff;
  margin-left: auto;
  margin-right: auto;
}

.parallax-trigger {
  z-index: 1;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.parallax-background {
  z-index: 1;
  width: 100%;
  height: 130%;
  opacity: 1;
  object-fit: cover;
  position: absolute;
  left: 0%;
  right: 0%;
}

.form-error-link {
  color: #0a223f;
  text-decoration: underline;
}

.form-error-message {
  background-color: #ffccd5;
  border: 1px solid #c9184a;
  padding: 2em;
}

.checkbox-label {
  color: #221816;
  text-transform: uppercase;
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1.1em;
  line-height: 1.3em;
}

.checkbox {
  width: 1.4em;
  height: 1.4em;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-width: .2em;
  border-color: #221816;
  border-radius: 50%;
  flex: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 1em;
  transition: background-color .3s;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0);
}

.checkbox:active {
  box-shadow: none;
}

.checkbox.w--redirected-checked {
  box-shadow: none;
  background-color: #5f453e;
  background-image: url('../images/done_white_24dp.svg');
  background-size: 1em;
  border-width: .25em;
  border-color: #5f453e;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #916c63;
}

.form-error-text {
  color: #191c1f;
  font-size: 1.2em;
  line-height: 1.6;
}

.form-success-message {
  width: 100%;
  color: #fff;
  background-color: #63918e;
  border: 1px solid #f1fff8;
  padding: 24em 3em 4em;
}

.form-success-title {
  max-width: 12.5em;
  text-align: left;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1.5em;
}

.form {
  z-index: 10;
  width: 100%;
  max-width: 30em;
  flex: none;
  margin-bottom: 0;
  position: relative;
}

.form-field {
  z-index: 5;
  width: 100%;
  min-height: 3.6em;
  color: #221816;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  align-self: stretch;
  margin-bottom: 0;
  padding: .5em 0;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.1em;
  transition: border-color .5s;
  position: relative;
}

.form-field:hover {
  border-bottom-color: #101118;
}

.form-field:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #101118;
}

.form-field::-ms-input-placeholder {
  color: rgba(34, 24, 22, .57);
  font-size: .8em;
}

.form-field::placeholder {
  color: rgba(34, 24, 22, .57);
  font-size: .8em;
}

.form-field.text-area {
  min-height: 7em;
  padding-top: 1.5em;
}

.form-field.in-consultancy {
  height: 100%;
  flex: 1;
  align-self: stretch;
}

.form-field.in-password {
  text-align: center;
}

.checkbox-field {
  width: 100%;
  align-items: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 0;
  display: flex;
}

.form-inner {
  width: 100%;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.form-content-column-2 {
  width: 100%;
  background-color: #f5ecea;
  border: 10px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4em 10em;
  display: flex;
  overflow: hidden;
}

.form-content-column-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10em 6em;
  display: flex;
}

.contact-grid-1 {
  grid-column-gap: 0em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer {
  z-index: 500;
  color: #fff;
  background-color: #070504;
  border: 10px solid #fff;
  border-top-width: 0;
  position: relative;
}

.footer-row-1 {
  z-index: 1;
  padding-top: 12em;
  padding-bottom: 12em;
  position: relative;
  overflow: hidden;
}

.footer-background-1 {
  z-index: 6;
  background-image: linear-gradient(rgba(7, 5, 4, .8), #070504);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-contact-link-block {
  color: #e4c6be;
  padding-top: .3em;
  padding-bottom: .3em;
  font-family: Caudex, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.1em;
  transition: color .2s;
  overflow: hidden;
}

.footer-contact-link-block:hover {
  color: #fff;
}

.nav-text {
  white-space: nowrap;
  margin-left: 1em;
  margin-right: 1em;
  font-size: 1.1em;
  line-height: 1.1em;
}

.footer-link-1 {
  min-height: 8em;
  color: #e4c6be;
  text-align: center;
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  border-right: 1px solid rgba(245, 236, 234, .15);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 2em 1em;
  font-family: Big Shoulders Text, sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  transition: color .2s;
  display: flex;
}

.footer-link-1:hover {
  color: #fff;
}

.footer-block-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-top: 1px solid rgba(245, 236, 234, .15);
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.footer-column-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2em;
  display: flex;
}

.footer-block-3 {
  grid-row-gap: 2em;
  border-top: 1px solid rgba(245, 236, 234, .15);
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 5em;
  display: flex;
}

.footer-block-3.is-2nd {
  z-index: 10;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3.8em;
  padding-bottom: 3.8em;
  position: relative;
}

.footer-link-2 {
  color: #e4c6be;
  text-align: center;
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2em;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1), color .2s;
}

.footer-link-2:hover {
  color: #fff;
  letter-spacing: .4em;
  text-indent: .4em;
}

.footer-link-2.is-2nd {
  z-index: 10;
  padding-left: 1.2em;
  padding-right: 1.2em;
  font-size: 1.1em;
  position: relative;
}

.empty-state-hidden {
  display: none;
}

.footer-social-list {
  grid-column-gap: 1.25em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-social-link {
  opacity: .7;
  color: #fff;
  text-align: center;
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
  transition: color .2s;
  display: flex;
  overflow: hidden;
}

.footer-social-link:hover {
  color: #fff;
}

.footer-made-logo {
  width: 4em;
  object-fit: contain;
  font-size: 1.3em;
}

.footer-made-logo.is-icon {
  width: 1.3em;
}

.footer-contact-title {
  line-height: 1em;
  display: none;
  position: absolute;
}

.nav-brand {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav-brand.in-light-nav {
  border-color: rgba(145, 108, 99, .2);
}

.nav-menu-button {
  z-index: 10;
  width: 8em;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-right-color: rgba(201, 155, 143, .3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  transition: background-color .2s;
  display: none;
  position: relative;
}

.nav-menu-button:hover {
  background-color: rgba(95, 69, 62, .2);
  border-color: rgba(201, 155, 143, .5);
}

.nav-burger-menu {
  z-index: 10;
  width: 1.7em;
  height: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.burger-line {
  width: 100%;
  height: 2px;
  background-color: #c99b8f;
}

.burger-line.in-light-nav {
  background-color: #916c63;
}

.menu-column-2-inner {
  z-index: 30;
  min-width: 22em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  background-color: rgba(21, 23, 32, .55);
  border-left: 1px solid rgba(245, 236, 234, .15);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.menu-column-1 {
  z-index: 10;
  width: 35%;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 10em 3.3em;
  display: flex;
  position: relative;
  overflow: auto;
}

.fullscreen-menu {
  z-index: 999;
  justify-content: space-between;
  align-items: stretch;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.menu-social-link {
  z-index: 10;
  color: rgba(245, 236, 234, .7);
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: Big Shoulders Text, sans-serif;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.menu-social-link:hover {
  color: #fff;
}

.menu-bg-1 {
  background-color: #070504;
  border-right: 1px solid rgba(201, 155, 143, .5);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-social-text {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
}

.menu-contact-link {
  width: 100%;
  color: rgba(255, 255, 255, .8);
  letter-spacing: .2em;
  border: 1px solid rgba(245, 236, 234, .15);
  border-color: rgba(245, 236, 234, .15) rgba(0, 0, 0, 0);
  margin-top: -1px;
  padding: 2.5em;
  font-family: Big Shoulders Text, sans-serif;
  transition: letter-spacing .6s cubic-bezier(.785, .135, .15, .86), background-color .2s, color .2s;
  position: relative;
}

.menu-contact-link:hover {
  color: #fff;
  letter-spacing: .3em;
  background-color: rgba(245, 236, 234, .07);
}

.menu-contact-link.in-middle {
  border-top-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
}

.menu-contact-link.is-featured {
  background-color: rgba(245, 236, 234, .09);
}

.menu-contact-link.is-featured:hover {
  background-color: rgba(245, 236, 234, .2);
}

.menu-delay-for-animations {
  z-index: 100;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-button-icon {
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1.5em;
}

.fullscreen-inner {
  z-index: 10;
  width: 100%;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  position: relative;
}

.close-button {
  z-index: 999;
  width: 5em;
  height: 5em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.1em;
  display: flex;
  position: absolute;
  top: 4em;
  bottom: auto;
  left: auto;
  right: 9em;
}

.close-button:hover {
  opacity: 1;
}

.menu-column-2 {
  z-index: 9;
  width: 65%;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.menu-social-line {
  height: 2px;
  background-color: rgba(245, 236, 234, .35);
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-social-line.is-2nd {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-contact-link-text {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
}

.menu-main-links {
  z-index: 10;
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.menu-link {
  color: rgba(245, 236, 234, .6);
  text-align: center;
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 4vh;
  font-weight: 200;
  line-height: 1.1em;
  transition: color .2s, letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  overflow: hidden;
}

.menu-link:hover {
  color: #fff;
  letter-spacing: .2em;
}

.menu-link.w--current {
  color: #f5ecea;
  border-bottom-color: rgba(228, 198, 190, .39);
}

.menu-column-1-bg {
  background-color: rgba(7, 5, 4, .9);
  border-right: 1px solid rgba(245, 236, 234, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-logo {
  z-index: 10;
  position: absolute;
  top: 5em;
}

.fullscreen-image-1 {
  width: 3em;
  object-fit: contain;
}

.menu-social-wrap {
  z-index: 20;
  position: absolute;
  top: auto;
  bottom: 5em;
  left: 0%;
  right: 0%;
}

.menu-social-list {
  grid-column-gap: 2.25em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 3.5em;
  padding-right: 3.5em;
  display: flex;
}

.menu-border {
  z-index: 99;
  width: 15px;
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.menu-border.is-2nd {
  width: auto;
  height: 15px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-border.is-3rd {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.menu-border.is-4th {
  width: auto;
  height: 15px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-button {
  z-index: 10;
  min-height: 5em;
  min-width: 15em;
  opacity: .8;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #d1ada3;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid rgba(245, 236, 234, .35);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: .5em 2em;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button:hover {
  opacity: 1;
  color: #f8cabf;
  background-color: rgba(245, 236, 234, .07);
  border-color: rgba(245, 236, 234, .5);
}

.main-button.is-explore {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-color: rgba(0, 0, 0, 0);
}

.main-button.is-explore:hover {
  background-color: rgba(245, 236, 234, 0);
  border-color: rgba(201, 155, 143, .4);
}

.main-button.in-menu {
  background-color: rgba(145, 108, 99, .25);
  font-size: .9em;
}

.main-button.in-menu.in-light-nav {
  opacity: 1;
  color: #ebd3cd;
  background-color: #032246;
  border-color: rgba(0, 0, 0, 0);
}

.main-button.in-menu.in-light-nav:hover {
  color: #fff;
  background-color: #070504;
}

.main-button.in-services {
  min-height: auto;
  min-width: auto;
  color: #5f453e;
  border-color: rgba(0, 0, 0, 0);
  margin-left: 2em;
  padding: 1em 2em;
}

.main-button.in-services:hover {
  background-color: rgba(245, 236, 234, .59);
  border-color: #c99b8f;
}

.main-button.in-projects-2 {
  min-width: auto;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-color: rgba(245, 236, 234, 0);
}

.main-button.in-projects-2:hover {
  background-color: rgba(245, 236, 234, .15);
  border-color: rgba(245, 236, 234, .45);
}

.main-button.in-article {
  width: 100%;
  min-height: 3em;
  min-width: auto;
  color: #916c63;
  border-width: 0;
  border-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  padding: 1em 2em;
}

.main-button.in-article:hover {
  color: #221816;
  border-width: 0;
  border-color: rgba(0, 0, 0, 0);
}

.main-button.is-quote-button {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(201, 155, 143, .55);
  border-radius: 0;
}

.main-button.is-dark {
  opacity: 1;
  color: #c99b8f;
  background-color: #070504;
  border-color: rgba(228, 198, 190, .5);
}

.main-button.is-dark:hover {
  color: #e4c6be;
  background-color: #5f453e;
  border-color: rgba(228, 198, 190, .8);
}

.footer-text-1 {
  color: #aa8c84;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 2.5em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
}

.buttons-flex-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-case-content {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 2.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-bg-animation-for-image {
  z-index: 5;
  background-color: #070504;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-image {
  z-index: 2;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-cover-image {
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-case-border {
  border: 1px solid rgba(201, 155, 143, .35);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-grid-1 {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: 2fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.hero-2-title-block {
  max-width: 80em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.fullscreen-hero-2 {
  z-index: 10;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12em;
  padding-bottom: 6em;
  display: flex;
  position: relative;
}

.hero-bg-gradient-2 {
  z-index: 6;
  mix-blend-mode: multiply;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .93), rgba(0, 0, 0, .6) 52%, rgba(0, 0, 0, .01));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-header-1 {
  z-index: 10;
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 12em;
  padding-bottom: 6em;
  display: flex;
  position: relative;
}

.buttons-flex-2 {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-1-text-1 {
  max-width: 27em;
  color: #e4c6be;
  margin-bottom: 2.5em;
  font-size: 1.4em;
  line-height: 1.5em;
}

.section-background {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-bg-color-2 {
  z-index: 7;
  background-image: linear-gradient(rgba(3, 34, 70, .35), rgba(3, 34, 70, .3) 75%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-bg-color-1 {
  z-index: 6;
  mix-blend-mode: multiply;
  background-color: #032246;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-4 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 26em;
  padding-bottom: 16em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-4-inner {
  z-index: 10;
  max-width: 60em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-image-size-1 {
  z-index: 1;
  width: 50vw;
  height: 100%;
  position: relative;
}

.hero-4-images {
  z-index: 1;
  height: 33em;
  grid-column-gap: 5vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.hero-4-images.is-fullscreen-images {
  min-height: 70vh;
}

.title-anim-trigger-1 {
  z-index: 10;
  margin-top: 2em;
  margin-bottom: 2em;
  position: relative;
}

.contact-link-block-large {
  color: #032246;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .4em;
  padding-top: .2em;
  padding-bottom: .2em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.1em;
}

.content-column-5 {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4em 6em;
  display: flex;
}

.contact-link-block-small {
  color: #c99b8f;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.2em;
  line-height: 1.1em;
}

.contact-link-block-small.is-dark {
  color: #916c63;
  font-weight: 600;
}

.team-1-item {
  width: 100%;
  border-left: 4px solid #c99b8f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .3em;
  padding-left: 3.3em;
  padding-right: 1.5em;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.team-1-item:hover {
  border-left-color: rgba(201, 155, 143, .66);
}

.team-1-list {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-1 {
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2.1em;
  display: flex;
}

.team-member-1.no-margin-bottom {
  margin-bottom: 0;
}

.team-text-2 {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.1em;
}

.team-text-2.is-dark {
  color: #070504;
}

.team-1-wrap {
  width: 100%;
}

.office-text {
  margin-bottom: .9em;
  font-size: 1.5em;
  line-height: 1.9em;
}

.image-hero-size-1 {
  z-index: 2;
  mix-blend-mode: multiply;
  background-color: rgba(3, 34, 70, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title-anim-trigger-2 {
  z-index: 10;
  padding: .3em;
  position: relative;
  overflow: hidden;
}

.logo-hexagon {
  width: 19em;
  max-width: 100%;
}

.button-hexagon {
  width: 2.2em;
  object-fit: contain;
}

.button-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
  display: flex;
  overflow: hidden;
}

.button-arrow {
  width: 1.1em;
  object-fit: contain;
  position: absolute;
}

.button-arrow.is-arrow-2 {
  width: 2em;
  margin-left: .1em;
}

.close-hexagon {
  width: 100%;
  max-width: none;
  opacity: .2;
  object-fit: contain;
  transition: opacity .2s;
  position: absolute;
}

.close-hexagon:hover {
  opacity: .5;
}

.content-block-7 {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.team-text-3 {
  color: rgba(255, 255, 255, .5);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: 600;
  line-height: 1.1em;
}

.team-text-3.is-dark {
  color: #916c63;
}

.submit-button {
  width: 100%;
  color: #5f453e;
  text-align: left;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: rgba(95, 69, 62, .07);
  background-image: url('../images/arrow_right_FILL0_wght200_GRAD0_opsz48.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 2.1em;
  border: 1px solid #5f453e;
  padding: 1.3em 2em 1.3em 1.4em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  transition: background-color .2s, color .2s;
}

.submit-button:hover {
  width: 100%;
  color: #f5ecea;
  background-color: #5f453e;
  background-image: url('../images/arrow-right-2.svg');
}

.submit-button.is-password-button {
  width: auto;
  min-width: 12em;
}

.map-link {
  color: #032246;
  border-bottom: 1px solid #032246;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.2em;
  line-height: 1.1em;
}

.form-block {
  z-index: 10;
  width: 100%;
  position: relative;
  overflow: visible;
}

.form-block.in-consultancy {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
  overflow: visible;
}

.form-block.text-area-grow {
  flex: 1;
}

.form-block.in-password {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.form-field-line {
  width: 200vw;
  height: 1px;
  background-color: rgba(145, 108, 99, .3);
  position: absolute;
  bottom: 0;
  left: -100vw;
}

.gradient-bg-2 {
  z-index: 7;
  background-image: linear-gradient(rgba(3, 34, 70, .35), rgba(0, 21, 46, .95) 68%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.empty-state-default {
  background-color: #5f453e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5em;
  font-size: 2em;
  line-height: 1.1em;
  display: flex;
}

.project-item {
  z-index: 10;
  min-height: 30em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-image {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-bg-gradient-1 {
  z-index: 2;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 20%, rgba(7, 5, 4, .95) 85%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-title {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.1em;
  position: relative;
}

.project-description-text {
  color: rgba(245, 236, 234, .8);
  margin-top: .4em;
  font-size: 1.2em;
  line-height: 1.3em;
}

.project-column-1 {
  z-index: 10;
  color: #f5ecea;
  padding-top: .5em;
  padding-bottom: .3em;
  padding-left: 2em;
  position: relative;
  overflow: hidden;
}

.project-column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .2em 4em;
  display: flex;
}

.content-grid-4 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.service-2-wrap {
  border-top: 1px solid #c99b8f;
}

.service-2-grid {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-2-item {
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid #c99b8f;
  margin-top: -1px;
}

.service-2-item:last-child {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.service-2-item:hover {
  background-color: #f5ecea;
  border-top-color: #070504;
  border-bottom-color: #070504;
}

.service-2-link {
  width: 100%;
  min-height: 20em;
  color: #032246;
  letter-spacing: .05em;
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-2-link:hover {
  color: #5f453e;
  letter-spacing: .2em;
}

.service-2-image-size {
  z-index: 10;
  width: 25em;
  height: 14em;
  margin-left: 5em;
  position: relative;
}

.service-2-text-1 {
  max-width: 17.5em;
  letter-spacing: 0;
  margin-left: 1.7em;
  margin-right: auto;
}

.service-2-minimum-width-1 {
  min-width: 23em;
}

.service-2-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.consultancy {
  min-height: 100vh;
  background-color: #f5ecea;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 13em;
  padding-bottom: 6em;
  display: flex;
}

.form-grid {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.form-consultancy {
  z-index: 10;
  width: 100%;
  border: 1px solid #e4c6be;
  border-radius: 3px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.consultancy-column-1 {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 10vh 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-button-block-1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 4em;
  display: flex;
}

.consultancy-column-2 {
  z-index: 10;
  border-left: 1px solid #e4c6be;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 10vh 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-text-6 {
  margin-bottom: 1.8em;
  font-family: Caudex, sans-serif;
  font-size: 2em;
  line-height: 1.7em;
}

.content-text-6.is-last {
  margin-bottom: 0;
}

.content-text-7 {
  text-align: left;
  margin-bottom: 1.2em;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.7em;
}

.content-title-1 {
  color: #916c63;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: .8em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
}

.content-title-1.is-light-brown {
  color: #c99b8f;
}

.content-block-8 {
  max-width: 30em;
}

.hero-5 {
  padding: 24em 0 12em;
}

.hero-text-1 {
  color: #c99b8f;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 1.3em;
  margin-bottom: 6em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1em;
}

.content-grid-5 {
  grid-column-gap: 15em;
  grid-row-gap: 15em;
  grid-template-rows: auto;
}

.hero-5-image {
  min-height: 20em;
}

.custom-list-gallery-2 {
  max-width: 28em;
}

.services-1 {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.service-1-list {
  max-width: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.service-1-item {
  display: flex;
}

.service-1-text-1 {
  color: #c99b8f;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 2.8em;
  font-size: .9em;
  font-weight: 600;
  line-height: 1.6em;
}

.service-1-link {
  height: 50em;
  flex: 1;
  position: relative;
}

.services-1-page {
  width: 100%;
  min-height: 100vh;
  border: 10px solid #fff;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.service-1-list-page {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.service-1-item-page {
  width: 100%;
  align-self: stretch;
  transition: width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.service-1-item-page:hover {
  width: 120%;
}

.service-1-link-page {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  padding-top: 20em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.service-1-content-1 {
  z-index: 20;
  width: 87%;
  max-width: 20em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.service-1-background-1 {
  z-index: 5;
  background-color: rgba(7, 5, 4, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-1-image-1 {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-text-8 {
  opacity: .8;
  font-size: 1.1em;
  line-height: 1.7em;
}

.service-1-content-block {
  width: 100%;
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
}

.button-symbol {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.project-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-2-content {
  z-index: 10;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: .2em;
  padding-bottom: .2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-column-4 {
  padding-right: 2em;
}

.project-column-3 {
  color: #f5ecea;
  padding: .5em 2em .3em 3em;
  overflow: hidden;
}

.team-grid-1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  align-items: start;
}

.team-2-list {
  width: 100%;
  grid-row-gap: 4em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.team-2-item {
  width: 100%;
  border-left: 4px solid #c99b8f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 3.3em;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.team-2-item:hover {
  border-left-color: #916c63;
}

.team-2-wrap {
  width: 100%;
}

.team-member-name {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.1em;
}

.team-member-role {
  color: rgba(145, 108, 99, .7);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: 600;
  line-height: 1.1em;
}

.team-member-contact {
  z-index: 10;
  color: #5f453e;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.2em;
  line-height: 1.1em;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.team-member-contact:hover {
  color: #070504;
  font-weight: 600;
}

.team-member-2 {
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.5em;
  transition: color .2s;
  display: flex;
}

.team-member-2:hover {
  color: #070504;
}

.team-column-2 {
  min-height: 80vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.blog-featured-item {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.blog-featured {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.team-link-block-2 {
  flex: 1;
  align-self: stretch;
  position: relative;
}

.team-text-1 {
  z-index: 10;
  max-width: 25em;
  color: rgba(228, 198, 190, .94);
  margin-top: 1.7em;
  font-size: 1.1em;
  line-height: 1.7em;
  position: relative;
}

.about-team-text-1 {
  max-width: 26em;
  color: rgba(3, 34, 70, .8);
  margin-bottom: 3.5em;
  font-size: 1.3em;
  line-height: 1.8em;
}

.content-line-1 {
  width: 100%;
  height: 1px;
  background-color: #916c63;
  margin-bottom: 4em;
}

.article-padding {
  padding-top: 20em;
  padding-bottom: 7em;
}

.service-grid {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-content {
  background-color: #fff;
}

.fixed-background {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sidebar {
  height: 100vh;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.hero-service {
  min-height: 88vh;
  flex-direction: column;
  justify-content: center;
  padding-top: 21em;
  padding-bottom: 10em;
  display: flex;
  position: relative;
}

.hero-6-bg-color {
  z-index: 6;
  mix-blend-mode: multiply;
  background-color: rgba(17, 12, 11, .87);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-grid-1 {
  width: 100%;
  max-width: 60em;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  align-items: flex-start;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.sidebar-wrap {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.sidebar-list {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.sidebar-item {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.service-block-2 {
  width: 100%;
  max-width: 43em;
}

.sidebar-link {
  color: rgba(201, 155, 143, .65);
  letter-spacing: .2em;
  text-transform: uppercase;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-left: .7em solid rgba(0, 0, 0, 0);
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 4em 4em 4em 5em;
  font-family: Big Shoulders Text, sans-serif;
  transition: color .2s, background-color .2s;
  display: flex;
}

.sidebar-link:hover {
  color: #fff;
  background-color: rgba(201, 155, 143, .08);
  border-top-color: rgba(201, 155, 143, .5);
  border-bottom-color: rgba(201, 155, 143, .5);
}

.sidebar-link.w--current {
  color: #c99b8f;
  border-left-color: #c99b8f;
}

.sidebar-text {
  font-size: 2em;
}

.sidebar-icon {
  width: 1em;
  height: 1em;
  opacity: .5;
  object-fit: contain;
  font-size: 3.4em;
}

.grid-content-3 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-box-1 {
  min-height: 20em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  padding: 5em 2.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-box-1.is-middle {
  border: 1px solid #e4c6be;
}

.grid-box-1.is-2nd {
  flex-direction: row;
  justify-content: space-around;
}

.about-icon-1 {
  width: 1em;
  height: 1em;
  object-fit: contain;
  margin-bottom: .7em;
  font-size: 2.9em;
}

.about-small-title-1 {
  z-index: 10;
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  position: relative;
}

.about-text-1 {
  text-align: center;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.3em;
}

.project-title-link {
  color: #fff;
  transition: color .2s;
  overflow: hidden;
}

.project-title-link:hover {
  color: rgba(255, 255, 255, .8);
}

.project-title-link.is-darker {
  color: #070504;
}

.project-line {
  width: .5em;
  height: 100%;
  background-color: #916c63;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.project-item-2 {
  z-index: 10;
  min-height: 30em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-grid-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item {
  z-index: 10;
  min-height: 20em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-title {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.blog-description-text {
  color: rgba(228, 198, 190, .8);
  margin-top: .4em;
  font-size: 1em;
  line-height: 1.3em;
}

.blog-description-text.is-darker {
  color: rgba(7, 5, 4, .81);
}

.blog-content-block {
  z-index: 20;
  width: 100%;
  max-width: 28em;
  color: #f5ecea;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5em 2em 1.5em 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-featured-content {
  width: 100%;
  max-width: 30em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-line-2 {
  width: 100%;
  height: .5em;
  background-color: rgba(255, 255, 255, .5);
  margin-bottom: 3em;
}

.blog-author-name {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
}

.blog-author-link-featured {
  color: #e4c6be;
  margin-bottom: 1.5em;
}

.blog-short-description-1 {
  z-index: 10;
  max-width: 25em;
  color: rgba(228, 198, 190, .94);
  margin-top: 1.7em;
  font-size: 1.1em;
  line-height: 1.4em;
  position: relative;
}

.blog-grid-1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  align-items: start;
}

.blog-main-image {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-line-1 {
  width: .5em;
  height: 100%;
  background-color: #916c63;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.blog-column-2 {
  min-height: 90vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 5vh;
}

.blog-featured-block {
  flex: 1;
  position: relative;
}

.blog-featured-content-wrap {
  z-index: 10;
  text-align: center;
  background-image: linear-gradient(to top, #1a1210, rgba(30, 21, 19, .76) 60%, rgba(34, 24, 22, 0));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10em 2.5em 4em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.footer-menu-button {
  z-index: 10;
  width: 8em;
  height: 5em;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-right-color: rgba(201, 155, 143, .3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.footer-menu-button:hover {
  background-color: rgba(95, 69, 62, .2);
  border-color: rgba(201, 155, 143, .5);
}

.hero-6 {
  text-align: center;
  padding: 16em 0 4em;
}

.section-bg-color-3 {
  z-index: 7;
  background-image: linear-gradient(rgba(3, 34, 70, .35) 35%, rgba(3, 34, 70, .95));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-padding-inner {
  padding: 4em 0;
}

.blog-grid-3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-author-link-1 {
  color: #e4c6be;
  margin-top: .5em;
  margin-bottom: .5em;
}

.blog-author-link-2 {
  color: #e4c6be;
  margin-bottom: .7em;
  padding-top: .2em;
  padding-bottom: .2em;
  overflow: hidden;
}

.blog-author-link-2.is-darker {
  color: #916c63;
}

.image-bg-gradient-2 {
  z-index: 2;
  background-image: linear-gradient(48deg, rgba(7, 5, 4, .8), rgba(4, 3, 3, .7) 15%, rgba(0, 0, 0, 0) 85%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-grid-1 {
  width: 100%;
  grid-column-gap: 4em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
}

.form-column-1 {
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4em .1em;
  transition: border-color .2s;
  display: flex;
  overflow: hidden;
}

.form-column-1:hover {
  border-color: rgba(145, 108, 99, .3);
}

.hero-6-text-1 {
  width: 100%;
  max-width: 33em;
  color: rgba(252, 234, 229, .95);
  margin-top: 1.8em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
}

.blog-main-image-2 {
  z-index: 1;
  width: 100%;
  height: 10em;
  margin-bottom: 2em;
  position: relative;
}

.blog-content-block-2 {
  z-index: 20;
  width: 100%;
  color: #f5ecea;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .8em 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-item-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-item-2:hover {
  background-color: #f5ecea;
}

.blog-grid-4 {
  grid-column-gap: 3.5em;
  grid-row-gap: 3.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-bg-color-2 {
  z-index: 6;
  mix-blend-mode: multiply;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .95), rgba(0, 0, 0, .73) 30%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .9) 104%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.explore-button {
  min-height: 5em;
  min-width: 15em;
  opacity: .8;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #d1ada3;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid rgba(245, 236, 234, .35);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: .5em 2em;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.explore-button:hover {
  opacity: 1;
  color: #f8cabf;
  background-color: rgba(245, 236, 234, .07);
  border-color: rgba(245, 236, 234, .5);
}

.explore-icon {
  width: 1em;
  height: 1em;
  margin-left: .5em;
  font-size: 1.4em;
}

._3d-block {
  width: 100%;
  max-width: 40em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.background-gradient-2 {
  z-index: 7;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6) 35%, rgba(0, 0, 0, .6) 70%, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.quote-icon {
  z-index: 1;
  width: 4em;
  opacity: .65;
  object-fit: contain;
  position: relative;
}

.name-text-1 {
  color: #fff;
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-bottom: .4em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
}

.role-text-1 {
  color: #e4c6be;
  font-size: 1em;
  font-weight: 400;
}

.footer-column-2 {
  padding-top: 2em;
}

.footer-image-1 {
  width: 1em;
  height: 1em;
  opacity: .7;
  object-fit: contain;
  flex: none;
  margin-left: 1.6em;
  font-size: 1.1em;
}

.article-short-description {
  max-width: 27em;
  color: #e4c6be;
  border-left: .2em solid #916c63;
  margin-top: .5em;
  margin-right: 5em;
  padding-left: 3em;
  font-size: 1.3em;
  line-height: 1.6em;
}

.background-block-1 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.article-content {
  width: 100%;
  max-width: 55em;
  margin-right: auto;
}

.article-image-1 {
  z-index: 10;
  width: 100%;
  height: 100%;
  max-width: 20em;
  min-height: 18em;
  border: 1px solid rgba(228, 198, 190, .15);
  position: relative;
}

.article-text-2 {
  color: rgba(255, 255, 255, .85);
  margin-top: .8em;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.7em;
}

.article-title-block {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.article-author-text-1 {
  font-family: Caudex, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.7em;
}

.article-padding-inner-1 {
  padding: 5em 0;
}

.article-author-block {
  color: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-bottom: 3em;
}

.article-author-block:hover {
  border-bottom-color: #fff;
}

.page-details-block {
  z-index: 20;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: rgba(228, 198, 190, .07);
  border-top: 1px solid rgba(228, 198, 190, .2);
  position: relative;
}

.article-author-block-2 {
  color: #fff;
  margin-bottom: 3em;
}

.article-text-3 {
  margin-top: 1em;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.7em;
}

.timeline-1 {
  width: 1px;
  height: 80vh;
  background-color: rgba(39, 43, 61, .2);
  margin-left: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.article-sidebar {
  height: 80vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.hero-1-social-item {
  flex: none;
}

.article-content-2 {
  max-width: 53em;
}

.article-timeline-bg {
  background-color: #272b3d;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-1-social-list {
  grid-column-gap: 1.5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-1-social-list.in-article {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
}

.grid-article-content {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.25fr .75fr;
}

.social-icon {
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1.3em;
}

.service-title-block {
  width: 100%;
  max-width: 67em;
  margin-bottom: 6em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 2.2em;
  overflow: hidden;
}

.form-image-size-1 {
  position: relative;
}

.hero-title-block-2 {
  width: 100%;
  align-items: center;
  margin-bottom: 3.5em;
  padding-bottom: 3.5em;
  display: flex;
  position: relative;
}

.hero-1-text-2 {
  max-width: 19em;
  color: #e4c6be;
  margin-top: 1em;
  font-size: 1.2em;
  line-height: 1.5em;
}

.hero-bottom-line {
  height: 1px;
  background-color: rgba(228, 198, 190, .3);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-5 {
  width: 100%;
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  align-items: center;
  margin-bottom: 5em;
}

.content-text-9 {
  color: rgba(3, 34, 70, .9);
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.2em;
}

.content-text-10 {
  color: rgba(3, 34, 70, .75);
  text-align: center;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.6em;
}

.content-flex-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.title-block-1 {
  width: 100%;
  max-width: 33em;
}

.clients {
  width: 100%;
}

.clients.with-margin-bottom {
  border-top: 1px solid #e4c6be;
  border-bottom: 1px solid #e4c6be;
  margin-bottom: 6.5em;
  padding-top: 5em;
  padding-bottom: 5em;
}

.clients.in-home-1 {
  border-top: 1px solid #e4c6be;
  margin-top: 4em;
  padding-top: 5em;
}

.clients-list {
  grid-column-gap: 1em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.client-item {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
}

.client-logo {
  width: 7em;
  height: 1.8em;
  transform: scale3d(1none, 1none, 1none);
  object-fit: contain;
  transform-style: preserve-3d;
  transition: transform .4s cubic-bezier(.075, .82, .165, 1);
}

.client-logo:hover {
  transform: scale(1.1);
}

.project-grid-1 {
  z-index: 10;
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.project-content {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.grid-block-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.grid-block-2.is-2nd {
  align-items: center;
}

.grid-content-2 {
  justify-content: flex-end;
  align-items: center;
  margin-left: 4em;
  display: flex;
}

.grid-text-1 {
  max-width: 24em;
  opacity: .85;
  margin-bottom: 3em;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}

.form-column-2 {
  z-index: 10;
  background-color: #f5ecea;
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}

.hero-grid-1 {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  justify-items: stretch;
  display: grid;
}

.grid-icon-1 {
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1.5em;
  position: relative;
  top: -.2em;
}

.form-title-block-1 {
  width: 100%;
  max-width: 30em;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.service-1-text-2 {
  color: #c99b8f;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 2.8em;
  font-size: .9em;
  font-weight: 600;
  line-height: 1.6em;
}

.content-padding-1 {
  padding: 12em 0;
}

.title-block-2 {
  max-width: 34em;
}

.hero-6-title-block {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.team-grid-2 {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  justify-items: stretch;
  display: grid;
}

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

.service-title-block-2 {
  width: 100%;
  margin-top: 5em;
  margin-bottom: 5em;
  overflow: hidden;
}

.breadcrumbs-3 {
  z-index: 20;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 4em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.breadcrumb-link {
  min-width: 11em;
  color: #e4c6be;
  text-align: center;
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  white-space: nowrap;
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.2em;
  transition: min-width .5s cubic-bezier(.075, .82, .165, 1), letter-spacing .6s cubic-bezier(.075, .82, .165, 1), color .2s;
  overflow: hidden;
}

.breadcrumb-link:hover {
  min-width: 12.5em;
  color: #fff;
  letter-spacing: .4em;
  text-indent: .4em;
}

.breadcrumb-text {
  font-size: .8em;
}

.title-block-3 {
  max-width: 43em;
}

.opacity-80 {
  opacity: .8;
}

.large-text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 1em;
  display: flex;
}

.large-text-1 {
  text-indent: 1.5vw;
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 16vw;
  font-weight: 400;
  line-height: .9em;
}

.large-text-1.is-2nd {
  color: #916c63;
}

.large-text-1.is-1st, .large-text-1.is-3rd {
  letter-spacing: 1.5vw;
}

.button-with-margin {
  margin-top: 8em;
}

.large-icon-1 {
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 13vw;
}

.service-large-link {
  letter-spacing: 1.5vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: letter-spacing 1.2s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.service-large-link:hover {
  letter-spacing: 2.5vw;
  text-indent: 2.5vw;
}

.team-image-size {
  width: 100%;
  height: 25em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.gradient-bg-3 {
  z-index: 7;
  mix-blend-mode: hard-light;
  background-image: linear-gradient(rgba(245, 236, 234, .8), #f5ecea 40%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-3-list {
  width: 100%;
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-title-1 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.flex-title-1.is-2nd {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 2em;
}

.content-block-1 {
  width: 100%;
  max-width: 60em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-text-2 {
  max-width: 24em;
  opacity: .85;
  text-align: center;
  margin-bottom: 2em;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}

.bg-animation-1 {
  z-index: 1;
  background-color: #032246;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-bg-gradient-3 {
  z-index: 6;
  mix-blend-mode: multiply;
  background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, 0) 50%), linear-gradient(to top, rgba(0, 0, 0, .3), rgba(0, 0, 0, .81) 50%, rgba(0, 0, 0, .2));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-text-2 {
  color: #5f453e;
  margin-top: auto;
  margin-bottom: 1.1em;
  font-size: 1.1em;
}

.form-content-column-3 {
  width: 100%;
  border-left: 1px solid rgba(145, 108, 99, .3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10em;
  display: flex;
  overflow: hidden;
}

.content-flex-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4em;
  display: flex;
}

.team-3-item {
  width: 100%;
  border-left: 4px solid #c99b8f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .3em;
  padding-left: 3.3em;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.team-3-item:hover {
  border-left-color: rgba(201, 155, 143, .66);
}

.team-4-list {
  width: 100%;
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-grid-2 {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  justify-items: stretch;
  display: grid;
}

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

.team-list-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-block-4 {
  max-width: 28.2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-image-2 {
  height: 100%;
  min-height: 50em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.content-grid-6 {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr 1fr;
  align-items: start;
  justify-items: center;
}

.project-content-1 {
  max-width: 50em;
}

.case-flex-block-1 {
  width: 100%;
  max-width: 65em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sidebar-in-case {
  min-height: 84vh;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 8vh;
}

.content-text-11 {
  color: #221816;
  font-size: 1.4em;
  line-height: 1.7em;
}

.content-text-11.is-last {
  margin-bottom: 0;
}

.project-title-text-1 {
  max-width: 12em;
  opacity: .8;
  text-align: center;
  margin-left: 1.8em;
  margin-right: 1.8em;
  font-size: 2.1em;
  font-weight: 300;
}

.quote-image-1 {
  width: 1em;
  height: 1em;
  opacity: .6;
  object-fit: contain;
  font-size: 4em;
}

.project-title-block-1 {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5em;
  display: flex;
}

.timeline-2 {
  width: 1px;
  height: 80vh;
  background-color: rgba(39, 43, 61, .2);
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.case-sidebar-block-1 {
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.case-sidebar-block-2 {
  height: 20em;
  min-height: 33vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 2.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sidebar-image-size {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sidebar-image-bg {
  z-index: 3;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.animation-for-button {
  z-index: 10;
  position: relative;
}

.content-title-2 {
  color: #916c63;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .8em;
  font-size: .8em;
  font-weight: 600;
  line-height: 1em;
}

.hero-5-inner {
  z-index: 10;
  width: 100%;
  max-width: 80em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.margin-bottom-4em {
  margin-bottom: 4em;
}

.case-bg-image-block {
  z-index: 1;
  height: 80%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-bg-color-1 {
  z-index: 20;
  background-image: linear-gradient(#070504, rgba(7, 5, 4, .8));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.borders-1 {
  z-index: 20;
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  position: relative;
}

.consultancy-1 {
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.hero-4-header-fullscreen {
  z-index: 10;
  min-height: 100vh;
  background-color: #070504;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 26em;
  padding-bottom: 18em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-box-image {
  width: 70%;
  height: 10em;
  margin-top: 3em;
  margin-bottom: 3em;
  position: relative;
}

.about-text-3 {
  z-index: 10;
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 9em;
  font-weight: 100;
  position: relative;
}

.grid-bg-brown {
  z-index: 1;
  background-color: #f5ecea;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-content-block-1 {
  z-index: 10;
  padding-bottom: .5em;
  padding-left: .5em;
  padding-right: .5em;
  position: relative;
  overflow: hidden;
}

.about-icon-3 {
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 7em;
}

.team-wrap-2 {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.borders-full {
  z-index: 20;
  border: 10px solid #fff;
  position: relative;
}

.uppercase-text-2 {
  color: #e4c6be;
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1em;
}

.breadcrumbs-2 {
  z-index: 10;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  padding: .3em;
  font-size: .85em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.breadcrumbs-1 {
  z-index: 10;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: .3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.other-pages-plus {
  margin-right: 1.5em;
}

.footer-other-links {
  grid-row-gap: 1.5em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.alternative-pages {
  z-index: 20;
  color: #e4c6be;
  text-align: center;
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.2em;
  display: none;
  position: absolute;
}

.person-grid {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.person-contacts {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.person-content-column-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.client-image-1 {
  height: 100%;
  min-height: 20em;
}

.terms-text-2 {
  font-size: 1.6em;
  line-height: 1em;
}

.terms-padding-1 {
  padding: 5em 0;
}

.terms-grid-1 {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  justify-items: start;
}

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

.hiring-text-1 {
  max-width: 21em;
  color: rgba(3, 34, 70, .8);
  font-size: 1.2em;
  line-height: 1.5em;
}

.button-in-hero {
  max-width: 15vw;
  object-fit: fill;
}

.collection-list {
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.flex-title-2 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.about-author-block {
  max-width: 17em;
}

.hero-case-text-2 {
  color: #dfb2a7;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.3em;
}

.form-success-message-3 {
  width: 100%;
  color: #fff;
  background-color: #19a756;
  border: 1px solid #f1fff8;
  padding: 7em;
}

.form-success-title-3 {
  z-index: 10;
  max-width: 13em;
  text-align: left;
  text-transform: uppercase;
  font-size: 2.3em;
  line-height: 1.5em;
  position: relative;
}

.form-success-image-bg {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-success-bg-color {
  z-index: 20;
  background-color: rgba(99, 145, 142, .9);
  background-image: linear-gradient(135deg, #63918e 10%, rgba(99, 145, 142, 0) 63%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-error-message-2 {
  width: 100%;
  background-color: #ffccd5;
  border: 1px solid #c9184a;
  margin-top: 0;
  padding: 2em;
}

.form-success-text-3 {
  z-index: 10;
  text-align: left;
  letter-spacing: .4em;
  text-transform: uppercase;
  margin-bottom: 1.6em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.1em;
  position: relative;
}

.team-button-bg {
  z-index: 1;
  background-color: #e4c6be;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-text-4 {
  z-index: 5;
  position: relative;
}

.hero-case-content-2 {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-case-2 {
  z-index: 10;
  width: 20em;
  min-height: 20em;
  min-width: 20em;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-case-gradient-2 {
  z-index: 3;
  text-align: center;
  background-image: linear-gradient(225deg, rgba(34, 24, 22, 0), rgba(17, 12, 11, .94));
  margin: 1px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.utility-page-content {
  width: 33em;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  padding: 5em;
  display: flex;
}

.is-404-header {
  z-index: 10;
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 12em;
  padding-bottom: 6em;
  display: flex;
  position: relative;
}

.utility-page-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.password-icon {
  width: 1em;
  height: 1em;
  margin-right: .6em;
  font-size: 2em;
}

.password-field {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2em;
}

.password-title-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.team-member-list {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.team-member-item {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.about-text-2 {
  max-width: 26em;
  color: rgba(3, 34, 70, .8);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
  line-height: 1.6em;
}

.about-block-2 {
  text-align: center;
  border-left: 1px solid #c99b8f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.about-block-1 {
  max-width: 42em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.about-grid-1 {
  grid-column-gap: 0em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  align-items: center;
}

.about-text-4 {
  max-width: 24em;
  opacity: .85;
  text-align: center;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}

.about-block-3 {
  width: 100%;
  max-width: 60em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-box-image-2 {
  width: 70%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.team-wrap-3 {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
}

.team-list-7 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services {
  width: 100%;
  max-width: 2000px;
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 15px;
  }

  .heading.is-hero-1-title {
    max-width: 9.5em;
    font-size: 6em;
  }

  .nav-menu {
    font-size: 14px;
  }

  .logo-hexagon {
    width: 18em;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 16px;
  }

  .container {
    padding-left: 4em;
    padding-right: 4em;
  }

  .heading.is-hero-1-title {
    font-size: 6.5em;
  }

  .nav-menu {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .padding-inner {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .color-define-3, .color-define-2 {
    height: 4em;
  }

  .section.is-about-sec {
    min-height: auto;
  }

  .section.is-parallax-sec {
    min-height: 80vh;
  }

  .color-define {
    height: 4em;
  }

  .container {
    padding-left: 4em;
    padding-right: 4em;
  }

  .fullscreen-hero {
    min-height: 80vh;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .heading.is-hero-1-title {
    font-size: 3.9em;
  }

  .heading.is-content-title-1 {
    font-size: 1.8em;
  }

  .heading.is-grid-title-1 {
    font-size: 3em;
  }

  .heading.is-hero-4-title, .heading.is-hero-2-title {
    font-size: 6em;
  }

  .heading.is-service-2-title {
    margin-bottom: .1em;
  }

  .heading.in-hero-5 {
    margin-bottom: .8em;
    font-size: 4em;
  }

  .heading.is-service-1-title {
    margin-bottom: .8em;
    font-size: 2.8em;
  }

  .heading.is-team-title-1 {
    margin-bottom: .5em;
  }

  .heading.is-service-cms-title {
    font-size: 5em;
  }

  .heading.is-service-title-1 {
    font-size: 2.8em;
  }

  .heading.is-featured-blog-title {
    font-size: 1.9em;
  }

  .heading.in-hero-6 {
    font-size: 4em;
  }

  .heading.is-blog-title-2 {
    font-size: 2em;
  }

  .heading.is-title-1 {
    font-size: 3.5em;
  }

  .heading.is-case-title-1 {
    font-size: 3.7em;
  }

  .heading.is-article-title {
    font-size: 4em;
  }

  .heading.is-about-title-1 {
    margin-bottom: 1.5em;
    font-size: 3.3em;
  }

  .heading.is-hero-5-title {
    margin-right: .6em;
    font-size: 7em;
  }

  .heading.is-hero-6-title {
    font-size: 5em;
  }

  .heading.is-grid-title-2 {
    font-size: 3em;
  }

  .heading.is-hero-4-title-2 {
    font-size: 5em;
  }

  .heading.is-case-title-2 {
    font-size: 2em;
    line-height: 1.7em;
  }

  .heading.is-person-title-1 {
    font-size: 4em;
  }

  .heading.is-client-title {
    font-size: 3.5em;
  }

  .heading.is-social-title {
    font-size: 5em;
  }

  .heading.is-form-title-2 {
    font-size: 1.8em;
  }

  .heading.is-consultation-title {
    font-size: 5em;
  }

  .heading.is-company-title-1 {
    font-size: 3.9em;
  }

  .heading.is-content-title-2 {
    font-size: 1.8em;
  }

  .heading.is-blog-title-3 {
    font-size: 2em;
  }

  .heading.is-about-title-2 {
    font-size: 1.8em;
  }

  .heading.is-about-title-3 {
    font-size: 5em;
  }

  .navbar {
    padding-top: 2em;
    padding-bottom: 1em;
    position: fixed;
  }

  .nav-inner {
    min-height: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .brand {
    padding-left: 2em;
    padding-right: 2em;
  }

  .brand:hover {
    border-color: rgba(0, 0, 0, 0);
  }

  .brand-name {
    font-size: 1.3em;
  }

  .brand-slogan, .nav-menu {
    display: none;
  }

  .list-paragraph {
    font-size: 1.1em;
  }

  .list-title {
    font-size: 1.4em;
  }

  .content-image-1 {
    min-height: 30em;
  }

  .content-grid-3 {
    grid-column-gap: 2.75em;
    grid-row-gap: 6em;
  }

  .content-grid-1 {
    margin-bottom: 2em;
  }

  .content-grid-1.with-margin-bottom {
    margin-bottom: 4em;
  }

  .hero-case, .hero-case:hover {
    width: 18em;
    min-width: 18em;
  }

  .top-background {
    display: none;
  }

  .simple-button-title {
    font-size: .9em;
  }

  .service-image-size {
    height: 20em;
  }

  .service-3-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .service-link {
    padding: 2em;
  }

  .service-link:hover {
    border-color: rgba(0, 0, 0, 0);
  }

  .service-content-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .simple-button {
    flex-direction: row;
    font-size: .9em;
  }

  .grid-block-1.is-2nd {
    padding-top: 1em;
  }

  .team-list-5, .team-list-5.with-3-cols {
    grid-template-columns: 1fr 1fr;
  }

  .team-link-block.is-higher {
    height: 40em;
  }

  .grid-content-1 {
    width: 100%;
  }

  .grid-content-1.is-2nd {
    margin-bottom: 2em;
  }

  .content-text-2 {
    font-size: 1.2em;
  }

  .number-text-1 {
    font-size: 4em;
  }

  .number-grid {
    grid-template-columns: .5fr 1.75fr;
  }

  .form-field {
    font-size: 1.3em;
  }

  .form-field.text-area.in-consultancy {
    min-height: 15em;
  }

  .form-content-column-2 {
    padding: 6em 3.5em;
  }

  .form-content-column-1 {
    padding: 8em 3em 0;
  }

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

  .footer-row-1 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .footer-contact-link-block {
    font-size: 2.1em;
  }

  .footer-link-2 {
    padding-left: .7em;
    padding-right: .7em;
  }

  .footer-link-2:hover {
    letter-spacing: .3em;
    text-indent: .3em;
  }

  .footer-social-list {
    grid-row-gap: 1.5em;
    align-items: flex-start;
  }

  .footer-social-link {
    text-align: left;
    flex-direction: row-reverse;
    justify-content: flex-start;
    font-size: .9em;
  }

  .footer-made-logo {
    margin-bottom: 1em;
    font-size: 1.1em;
  }

  .footer-contact-title {
    opacity: .6;
    letter-spacing: .2em;
    text-indent: .2em;
    font-size: .8em;
    font-weight: 600;
    display: block;
    position: relative;
  }

  .nav-menu-button {
    display: flex;
  }

  .nav-menu-button:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0) rgba(201, 155, 143, .3) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  }

  .burger-line {
    background-color: #c99b8f;
  }

  .menu-column-2-inner {
    min-width: 15em;
  }

  .menu-social-text {
    font-size: .85em;
    font-weight: 600;
  }

  .close-button {
    opacity: 1;
    font-size: .9em;
    right: 7em;
  }

  .menu-link {
    font-size: 3vh;
  }

  .main-button {
    min-height: 4em;
  }

  .main-button.in-menu {
    font-size: .8em;
  }

  .main-button.in-services {
    margin-left: 0;
    padding: .5em 0;
  }

  .main-button.in-services:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
  }

  .footer-grid-1 {
    grid-column-gap: 5em;
    grid-row-gap: 2.5em;
    grid-template-columns: .5fr 2fr;
  }

  .fullscreen-hero-2 {
    min-height: 80vh;
    padding-top: 12em;
    padding-bottom: 0;
  }

  .hero-header-1 {
    padding-bottom: 4em;
  }

  .hero-4 {
    padding-top: 20.5em;
    padding-bottom: 15em;
  }

  .hero-image-size-1 {
    width: 63vw;
  }

  .hero-4-images.is-fullscreen-images {
    min-height: 75vh;
  }

  .content-column-5 {
    padding: 4em 3em 2em;
  }

  .team-1-item {
    padding-left: 2em;
  }

  .team-1-list {
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
  }

  .logo-hexagon {
    display: none;
  }

  .project-title {
    font-size: 2em;
  }

  .project-column-1 {
    width: 100%;
    margin-bottom: 2.2em;
    padding-left: 3.5em;
    padding-right: 3.5em;
  }

  .project-column-2 {
    width: 100%;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .content-grid-4 {
    grid-column-gap: 2.75em;
    grid-row-gap: 2.75em;
    grid-template-columns: 1fr 1fr;
  }

  .service-2-item:hover {
    background-color: rgba(0, 0, 0, 0);
    border-top-color: #c99b8f;
    border-bottom-color: #c99b8f;
  }

  .service-2-link {
    min-height: auto;
  }

  .service-2-link:hover {
    letter-spacing: .05em;
  }

  .service-2-image-size {
    width: 100%;
    height: 16em;
    margin-top: .5em;
    margin-left: auto;
  }

  .service-2-text-1 {
    margin: 1em 1.5em 1em 0;
  }

  .service-2-minimum-width-1 {
    width: 100%;
    min-width: auto;
  }

  .service-2-flex {
    flex-wrap: wrap;
  }

  .consultancy {
    padding-top: 8.5em;
  }

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

  .consultancy-column-1 {
    padding-top: 4em;
    padding-bottom: 0;
  }

  .consultancy-column-2 {
    border-top: 1px solid rgba(144, 108, 99, .3);
    border-left-width: 0;
    border-left-color: rgba(0, 0, 0, 0);
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .content-text-7 {
    font-size: 1.2em;
  }

  .content-block-8 {
    max-width: none;
  }

  .hero-5 {
    padding-top: 15em;
    padding-bottom: 6em;
  }

  .hero-text-1 {
    margin-top: 0;
    margin-bottom: 2em;
  }

  .content-grid-5 {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .hero-5-image {
    width: 100%;
  }

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

  .service-1-link {
    height: 40em;
  }

  .services-1-page {
    min-height: auto;
  }

  .service-1-list-page {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .service-1-link-page {
    padding-top: 14em;
    padding-bottom: 3.5em;
  }

  .service-1-content-1 {
    max-width: 23em;
  }

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

  .team-2-item {
    padding-left: 2em;
  }

  .about-team-text-1 {
    font-size: 1.2em;
  }

  .article-padding {
    padding-top: 15em;
  }

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

  .hero-service {
    padding-top: 12em;
    padding-bottom: 7em;
  }

  .sidebar-link {
    padding-left: 2em;
    padding-right: 2em;
  }

  .sidebar-text {
    font-size: 1.5em;
  }

  .sidebar-icon {
    font-size: 2.8em;
  }

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

  .blog-grid-2 {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .blog-content-block {
    padding-left: 1.5em;
  }

  .blog-grid-1 {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .footer-menu-button:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0) rgba(201, 155, 143, .3) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  }

  .hero-6 {
    padding-top: 12em;
    padding-bottom: 2em;
  }

  .blog-grid-3 {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .form-column-1 {
    border-color: rgba(0, 0, 0, 0);
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-column-1:hover {
    border-color: rgba(0, 0, 0, 0);
  }

  .blog-content-block-2 {
    padding-left: 1.5em;
  }

  .blog-grid-4 {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    grid-template-columns: 1fr 1fr;
  }

  .explore-button {
    min-height: 4em;
  }

  .footer-image-1 {
    margin-left: 0;
    margin-right: 1.5em;
  }

  .article-short-description {
    margin-top: 0;
    margin-bottom: 1.7em;
  }

  .article-image-1 {
    display: none;
  }

  .article-title-block {
    flex-direction: column;
  }

  .article-padding-inner-1 {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .article-text-3 {
    font-size: 2em;
  }

  .timeline-1 {
    margin-left: 0;
  }

  .grid-article-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: .25fr 2.5fr .25fr;
  }

  .hero-1-text-2 {
    font-size: 1.1em;
  }

  .grid-5 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .content-text-9 {
    font-size: 2.1em;
  }

  .content-text-10 {
    font-size: 1.1em;
  }

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

  .client-logo:hover {
    transform: scale(1);
  }

  .project-grid-1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: .25fr 1.5fr;
  }

  .project-content {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .grid-block-2 {
    flex-wrap: wrap;
  }

  .grid-content-2 {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 2em;
    margin-left: 0;
  }

  .grid-content-2.is-2nd {
    margin-bottom: 0;
  }

  .grid-text-1 {
    margin-bottom: 2em;
  }

  .form-column-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-grid-1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
    margin-bottom: 2em;
  }

  .form-title-block-1 {
    justify-content: flex-start;
  }

  .team-grid-2 {
    margin-bottom: 2em;
  }

  .breadcrumb-link {
    min-width: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  .breadcrumb-link:hover {
    min-width: auto;
    letter-spacing: .3em;
    text-indent: .3em;
  }

  .title-block-3 {
    max-width: 27em;
  }

  .large-text-1 {
    font-size: 20vw;
  }

  .team-image-size {
    height: 15em;
  }

  .team-3-list {
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
  }

  .grid-text-2 {
    margin-bottom: 2em;
  }

  .form-content-column-3 {
    padding: 6em 3.5em;
  }

  .team-3-item {
    padding-left: 2em;
  }

  .team-4-list {
    grid-column-gap: 1.5em;
    grid-row-gap: 3.5em;
  }

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

  .content-image-2 {
    min-height: 35em;
  }

  .content-grid-6 {
    grid-column-gap: .5em;
    grid-row-gap: 2.5em;
    grid-template-columns: .25fr 1.5fr;
  }

  .project-content-1 {
    max-width: none;
  }

  .sidebar-in-case {
    width: 100%;
    min-height: auto;
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 5em;
    position: relative;
    top: 0;
  }

  .content-text-11 {
    color: #f5ecea;
  }

  .project-title-text-1 {
    font-size: 1.6em;
  }

  .quote-image-1 {
    font-size: 3.4em;
  }

  .case-sidebar-block-1 {
    z-index: 10;
    width: 100%;
    color: #fff;
    padding: 5em;
    position: relative;
  }

  .case-sidebar-block-2 {
    z-index: 1;
    height: auto;
    min-height: auto;
    align-items: center;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .sidebar-image-bg {
    background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .8));
  }

  .content-title-2 {
    color: #e4c6be;
  }

  .consultancy-1 {
    padding-top: 5.9em;
    padding-bottom: 5.9em;
  }

  .hero-4-header-fullscreen {
    padding-top: 21.5em;
  }

  .about-text-3 {
    font-size: 6em;
  }

  .uppercase-text-2 {
    font-size: 1.2em;
  }

  .alternative-pages {
    padding-left: .7em;
    padding-right: .7em;
  }

  .person-grid {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    grid-template-columns: 1fr;
  }

  .person-image-size {
    height: 50em;
  }

  .client-image-1 {
    min-height: 30em;
  }

  .terms-text-2 {
    font-size: 1.4em;
  }

  .terms-padding-1 {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .terms-grid-1 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

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

  .about-author-block {
    max-width: none;
  }

  .hero-case-2 {
    width: 18em;
    min-width: 18em;
  }

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

  .about-block-2 {
    border-left-color: rgba(0, 0, 0, 0);
  }

  .about-grid-1 {
    grid-column-gap: 2.75em;
    grid-row-gap: 6em;
  }

  .about-block-3 {
    margin-bottom: 0;
  }

  .grid-box-image-2 {
    width: 90%;
  }

  .team-list-7 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }

  .padding-inner {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container.is-article-con {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .fullscreen-hero {
    min-height: 70vh;
    padding-top: 8em;
    padding-bottom: 4em;
  }

  .heading.is-hero-1-title {
    font-size: 3.9em;
  }

  .heading.is-hero-4-title, .heading.is-hero-2-title {
    font-size: 5em;
  }

  .heading.is-contact-form-title {
    font-size: 2em;
  }

  .heading.is-content-title-3 {
    margin-bottom: 1em;
  }

  .heading.in-hero-5 {
    font-size: 3em;
  }

  .heading.is-team-title-1 {
    margin-bottom: .7em;
    font-size: 4em;
  }

  .heading.is-service-cms-title {
    font-size: 4.6em;
  }

  .heading.in-hero-6 {
    margin-bottom: 0;
    font-size: 3em;
  }

  .heading.is-blog-title-2 {
    font-size: 1.6em;
  }

  .heading.is-title-1 {
    font-size: 3em;
  }

  .heading.is-title-1.with-button {
    margin-bottom: .5em;
  }

  .heading.is-case-title-1 {
    font-size: 3.4em;
  }

  .heading.is-article-title {
    font-size: 3em;
    line-height: 1.2em;
  }

  .heading.is-about-title-1 {
    margin-bottom: .7em;
  }

  .heading.is-hero-5-title {
    margin-bottom: .3em;
    margin-right: 0;
  }

  .heading.is-hero-4-title-2 {
    font-size: 4em;
  }

  .heading.is-person-title-1 {
    margin-bottom: 0;
    font-size: 3em;
  }

  .heading.is-client-title {
    font-size: 3em;
  }

  .heading.is-consultation-title {
    font-size: 9vw;
  }

  .heading.is-company-title-1 {
    font-size: 4.2em;
  }

  .heading.is-blog-title-3 {
    font-size: 1.6em;
  }

  .heading.is-about-title-2 {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .heading.is-about-title-3 {
    font-size: 4em;
  }

  .hero-1-title-block {
    margin-bottom: 2.5em;
  }

  .navbar {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .nav-inner {
    min-height: 3.5em;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .brand {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .hero-content-block-1 {
    flex-wrap: wrap;
  }

  .circle-in-list {
    width: 2.6em;
    height: 2.6em;
    margin-right: 2em;
  }

  .list-paragraph {
    font-size: 1.2em;
  }

  .list-line {
    left: 1.2em;
  }

  .list-title {
    font-size: 1.6em;
  }

  .content-image-1 {
    min-height: 25em;
  }

  .content-grid-3 {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .hero-case {
    width: 100%;
    min-height: 10em;
    min-width: auto;
    align-items: flex-start;
    padding-right: 7.6em;
  }

  .hero-case:hover {
    width: 100%;
    min-width: auto;
  }

  .hero-case-circle {
    width: 4em;
    height: 4em;
    position: absolute;
    right: 2em;
  }

  .hero-case-gradient {
    width: 50%;
    height: auto;
    background-image: linear-gradient(270deg, rgba(34, 24, 22, 0), rgba(17, 12, 11, .94));
    align-items: flex-start;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .simple-button-title {
    font-size: 1em;
  }

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

  .team-link-block.is-higher {
    height: 30em;
  }

  .content-text-2 {
    font-size: 1.2em;
  }

  .number-text-1 {
    font-size: 4em;
  }

  .checkbox-label {
    font-size: .9em;
  }

  .form {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .form-field::-ms-input-placeholder {
    font-size: .9em;
  }

  .form-field::placeholder {
    font-size: .9em;
  }

  .checkbox-field {
    font-size: 1.2em;
  }

  .form-content-column-2, .form-content-column-1 {
    width: 100%;
    padding-left: 5em;
    padding-right: 5em;
  }

  .contact-grid-1 {
    flex-wrap: wrap;
  }

  .footer-row-1 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .footer-link-1 {
    width: 50%;
    border-bottom: 1px solid rgba(245, 236, 234, .15);
    flex: 0 auto;
    align-self: auto;
  }

  .footer-block-2 {
    flex-wrap: wrap;
  }

  .footer-block-3 {
    grid-row-gap: 1.5em;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .footer-social-wrap {
    width: 100%;
  }

  .footer-social-link {
    font-size: 1em;
  }

  .nav-menu-button {
    width: 6em;
  }

  .menu-column-2-inner {
    border: 1px solid rgba(245, 236, 234, .35);
    position: relative;
  }

  .menu-column-1 {
    width: 100%;
    align-self: auto;
    padding-top: 8em;
    padding-bottom: 4em;
    overflow: visible;
  }

  .menu-social-text {
    font-size: 1em;
  }

  .menu-contact-link {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }

  .fullscreen-inner {
    flex-flow: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
    overflow: auto;
  }

  .close-button {
    right: 4em;
  }

  .menu-column-2 {
    width: 100%;
    height: auto;
    padding: 3.5em 2.5em 4.5em;
    position: relative;
  }

  .menu-contact-link-text {
    font-size: 1em;
  }

  .menu-main-links {
    flex: 0 auto;
  }

  .menu-logo {
    position: relative;
    top: auto;
  }

  .menu-social-wrap {
    position: relative;
    bottom: auto;
  }

  .main-button.in-menu {
    min-height: 3em;
  }

  .main-button.in-projects-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-case-content {
    text-align: left;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 2.5em;
  }

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

  .fullscreen-hero-2 {
    min-height: 70vh;
    padding-top: 10em;
  }

  .hero-header-1 {
    min-height: 88vh;
    padding-top: 15em;
  }

  .hero-1-text-1 {
    font-size: 1.3em;
  }

  .hero-4 {
    padding-top: 19em;
    padding-bottom: 12em;
  }

  .hero-4-inner {
    margin-bottom: 2.5em;
  }

  .hero-4-images.is-fullscreen-images {
    height: 40em;
    min-height: auto;
  }

  .content-column-5 {
    width: 100%;
    padding-left: 5em;
    padding-right: 5em;
  }

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

  .project-column-2 {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }

  .content-grid-4 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

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

  .service-2-link {
    padding-top: 0;
  }

  .service-2-text-1 {
    font-size: 1.1em;
  }

  .consultancy {
    padding-top: 6.5em;
  }

  .form-consultancy {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .content-text-6 {
    font-size: 1.6em;
  }

  .service-1-link {
    height: 35em;
  }

  .project-2-content {
    flex-wrap: wrap;
  }

  .project-column-4 {
    padding-left: 3em;
  }

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

  .team-column-2 {
    min-height: 35em;
    position: relative;
    top: 0;
  }

  .content-line-1 {
    display: none;
  }

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

  .sidebar {
    height: auto;
    position: relative;
  }

  .hero-service {
    min-height: auto;
    padding-top: 16em;
    padding-bottom: 10em;
  }

  .sidebar-link {
    border-bottom-color: rgba(201, 155, 143, .3);
    padding-left: 3.2em;
    padding-right: 3.2em;
  }

  .sidebar-link:hover {
    border-bottom-color: rgba(201, 155, 143, .3);
  }

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

  .grid-box-1 {
    padding-top: 3.3em;
    padding-bottom: 3.3em;
  }

  .grid-box-1.is-middle {
    margin-left: 0;
  }

  .blog-content-block {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 3em;
  }

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

  .blog-column-2 {
    min-height: 40em;
    position: relative;
    top: auto;
  }

  .blog-featured-content-wrap {
    padding-top: 6em;
  }

  .footer-menu-button {
    width: 6em;
    border-color: rgba(201, 155, 143, .3);
  }

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

  .blog-content-block-2 {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 3em;
  }

  .blog-grid-4 {
    grid-template-columns: 1fr;
  }

  .article-image-1 {
    min-height: 25em;
  }

  .article-author-text-1 {
    font-size: 1.6em;
  }

  .article-text-3 {
    font-size: 1.8em;
  }

  .timeline-1 {
    margin-left: auto;
  }

  .grid-article-content {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .form-image-size-1 {
    height: 18em;
  }

  .hero-title-block-2 {
    flex-wrap: wrap;
  }

  .hero-1-text-2 {
    margin-top: 0;
    font-size: 1.2em;
  }

  .grid-5 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr;
  }

  .content-text-10 {
    font-size: 1.2em;
  }

  .clients.with-margin-bottom {
    margin-bottom: 3em;
  }

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

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

  .form-title-block-1 {
    max-width: none;
  }

  .hero-6-title-block {
    margin-bottom: 2.5em;
  }

  .team-column-1 {
    padding-top: 2em;
  }

  .large-text-wrap {
    padding-top: 4em;
    padding-bottom: 0;
  }

  .team-image-size {
    height: 28em;
  }

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

  .form-content-column-3 {
    width: 100%;
    padding-left: 5em;
    padding-right: 5em;
  }

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

  .content-image-2 {
    min-height: 25em;
  }

  .content-text-11 {
    font-size: 1.6em;
  }

  .consultancy-1 {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .hero-4-header-fullscreen {
    min-height: auto;
    padding-top: 21em;
    padding-bottom: 17em;
  }

  .grid-box-image {
    width: 100%;
  }

  .about-text-3 {
    font-size: 6em;
  }

  .client-image-1 {
    min-height: 25em;
  }

  .terms-grid-1 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .form-grid-2 {
    flex-wrap: wrap;
  }

  .hero-case-content-2 {
    text-align: left;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: auto;
  }

  .hero-case-2 {
    width: 100%;
    min-height: 10em;
    align-items: flex-start;
    padding-right: 7.6em;
  }

  .hero-case-gradient-2 {
    width: 50%;
    height: auto;
    background-image: linear-gradient(270deg, rgba(34, 24, 22, 0), rgba(17, 12, 11, .94));
    align-items: flex-start;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .is-404-header {
    padding-top: 15em;
  }

  .about-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .about-block-1 {
    max-width: 30em;
    padding-left: 0;
    padding-right: 0;
  }

  .about-grid-1 {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .grid-box-image-2 {
    width: 100%;
  }

  .team-list-7 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  .rich-text.in-services {
    margin-bottom: 4em;
  }

  .padding-inner {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .color-define-3, .color-define-2 {
    height: 3em;
  }

  .section.is-hero-6 {
    border-width: 5px;
  }

  .section.is-service-3-sec {
    border-left-width: 5px;
    border-right-width: 5px;
  }

  .section.is-form-sec-2, .section.with-bg-brown-and-borders {
    border-width: 5px;
  }

  .section.is-case-sec-2 {
    border-left-width: 0;
    border-right-width: 0;
  }

  .section.is-case-in-service {
    border-top-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
  }

  .section.with-bg-black-and-borders, .section.is-hero-8 {
    border-width: 5px;
  }

  .color-define {
    height: 3em;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .fullscreen-hero {
    min-height: 65vh;
    padding-bottom: 4em;
  }

  .heading.is-hero-1-title {
    font-size: 3.4em;
  }

  .heading.is-content-title-1 {
    font-size: 1.9em;
    line-height: 1.3em;
  }

  .heading.is-grid-title-1 {
    font-size: 2.5em;
  }

  .heading.is-team-name {
    font-size: 1.3em;
  }

  .heading.is-hero-4-title {
    font-size: 4.5em;
  }

  .heading.is-hero-2-title {
    font-size: 4.2em;
  }

  .heading.is-contact-form-title {
    font-size: 1.7em;
  }

  .heading.is-content-title-3 {
    font-size: 2.5em;
  }

  .heading.is-service-2-title {
    font-size: 3em;
  }

  .heading.is-service-1-title {
    margin-bottom: .6em;
    font-size: 2.5em;
  }

  .heading.is-team-title-1 {
    font-size: 3em;
  }

  .heading.is-service-cms-title {
    font-size: 3.4em;
  }

  .heading.is-service-title-1 {
    font-size: 2em;
  }

  .heading.in-hero-6, .heading.is-title-1 {
    font-size: 2.5em;
  }

  .heading.is-case-title-1 {
    font-size: 3em;
  }

  .heading.is-article-title {
    font-size: 2.5em;
  }

  .heading.is-about-title-1 {
    font-size: 2.7em;
  }

  .heading.is-service-1-title-2 {
    margin-bottom: .5em;
  }

  .heading.is-hero-5-title {
    margin-bottom: .4em;
    font-size: 4.3em;
  }

  .heading.is-hero-6-title {
    font-size: 4em;
  }

  .heading.is-contact-form-title-2 {
    font-size: 1.3em;
  }

  .heading.is-grid-title-2 {
    font-size: 2.5em;
  }

  .heading.is-hero-4-title-2 {
    margin-bottom: 1em;
    font-size: 3em;
  }

  .heading.is-case-title-2 {
    font-size: 1.5em;
  }

  .heading.is-person-title-1 {
    font-size: 2.5em;
  }

  .heading.is-person-title-2 {
    font-size: 1.5em;
  }

  .heading.is-client-title {
    font-size: 2.5em;
  }

  .heading.is-social-title {
    font-size: 4em;
  }

  .heading.is-form-title-2 {
    font-size: 1.8em;
  }

  .heading.is-consultation-title {
    font-size: 11vw;
  }

  .heading.is-company-title-1 {
    font-size: 3.4em;
  }

  .heading.is-content-title-2, .heading.is-about-title-2 {
    font-size: 1.8em;
  }

  .heading.is-about-title-3 {
    font-size: 3.2em;
  }

  .hero-1-title-block {
    margin-bottom: 1em;
  }

  .button {
    padding-left: 2em;
    padding-right: 2em;
  }

  .navbar {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .logo-image {
    width: 1.5em;
    margin-right: .5em;
  }

  .brand {
    padding-left: .5em;
    padding-right: .5em;
  }

  .brand-name {
    font-size: 1.1em;
  }

  .custom-list-block {
    padding-bottom: 3.5em;
  }

  .circle-in-list {
    width: 2.3em;
    height: 2.3em;
    margin-right: 1.5em;
  }

  .list-line {
    left: 1.1em;
  }

  .content-image-1 {
    min-height: 20em;
  }

  .content-grid-1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .hero-case {
    padding-right: 5.8em;
  }

  .hero-case-circle {
    font-size: .7em;
  }

  .hero-case-gradient {
    width: 80%;
  }

  .service-content-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .simple-button {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }

  .grid-block-1.with-padding-top {
    padding-top: .8em;
  }

  .grid-block-1.is-2nd {
    padding-top: .7em;
  }

  .team-list-5.with-3-cols {
    grid-template-columns: 1fr;
  }

  .team-link-block {
    height: 21em;
  }

  .service-1-content {
    padding: 1.5em 1.5em 2.3em;
  }

  .content-text-2 {
    align-self: auto;
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .number-text-1 {
    text-align: right;
    font-size: 3em;
  }

  .content-text-4 {
    font-size: 1em;
  }

  .background-gradient-1 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 101%);
  }

  .form-error-message {
    padding: 1.7em;
  }

  .form-error-text {
    font-size: 1em;
  }

  .form-success-title {
    font-size: 1.2em;
  }

  .form-field {
    font-size: 1.1em;
  }

  .form-content-column-2 {
    padding: 3em 2em;
  }

  .form-content-column-1 {
    padding-bottom: 0;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .footer {
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
  }

  .footer-row-1 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .footer-contact-link-block {
    font-size: 1.5em;
  }

  .footer-block-3, .footer-block-3.is-2nd {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .footer-link-2.is-2nd {
    letter-spacing: .2em;
    text-indent: .2em;
    margin-right: 1em;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-social-list {
    flex-wrap: wrap;
  }

  .footer-contact-title {
    font-size: .9em;
  }

  .nav-menu-button {
    width: 4em;
  }

  .nav-burger-menu {
    width: 1.3em;
    height: 9px;
  }

  .burger-line {
    height: 1px;
  }

  .close-button {
    font-size: .7em;
  }

  .menu-main-links {
    padding-top: 2em;
    padding-bottom: 3em;
  }

  .menu-border {
    width: 10px;
  }

  .menu-border.is-2nd, .menu-border.is-4th {
    height: 10px;
  }

  .main-button {
    min-height: 4em;
    justify-content: space-between;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .main-button.in-menu {
    width: auto;
    min-width: auto;
  }

  .main-button.in-services {
    width: auto;
    justify-content: flex-start;
    margin-left: 0;
    padding-left: 0;
  }

  .main-button.in-projects-1 {
    width: 100%;
  }

  .buttons-flex-1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .hero-case-content {
    margin-left: 1.7em;
  }

  .fullscreen-hero-2 {
    min-height: 60vh;
    padding-top: 10em;
    padding-bottom: 4em;
  }

  .hero-header-1 {
    padding-bottom: 3em;
  }

  .hero-1-text-1 {
    font-size: 1.2em;
  }

  .hero-4 {
    padding-top: 18.5em;
  }

  .hero-image-size-1 {
    width: 75vw;
  }

  .contact-link-block-large {
    font-size: 1.4em;
  }

  .content-column-5 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .office-text {
    font-size: 1.2em;
  }

  .button-icon {
    margin-left: .7em;
  }

  .button-hero-animation-1, .button-hero-animation-2, .submit-button {
    width: 100%;
  }

  .project-title {
    font-size: 1.7em;
  }

  .project-column-1, .project-column-2 {
    padding-left: 2.2em;
    padding-right: 2.2em;
  }

  .content-grid-4 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .consultancy-column-1, .consultancy-column-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .content-text-7 {
    font-size: 1.1em;
  }

  .hero-text-1 {
    margin-bottom: 1.5em;
  }

  .custom-list-gallery-2 {
    max-width: 22em;
  }

  .service-1-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .service-1-text-1 {
    margin-bottom: 2em;
  }

  .service-1-link {
    height: 24em;
  }

  .services-1-page {
    border-width: 5px;
  }

  .service-1-list-page {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .button-symbol {
    margin-left: .7em;
  }

  .team-column-2 {
    min-height: 29em;
  }

  .team-text-1 {
    margin-top: .9em;
    font-size: .95em;
  }

  .article-padding {
    padding-top: 10em;
    padding-bottom: 3em;
  }

  .hero-service {
    padding-top: 12em;
    padding-bottom: 6em;
  }

  .service-grid-1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .grid-box-1 {
    padding: 2.5em;
  }

  .project-item-2 {
    padding-bottom: 2.5em;
  }

  .blog-title {
    font-size: 1.3em;
  }

  .blog-content-block {
    max-width: none;
    padding-left: 2em;
  }

  .footer-menu-button {
    width: 100%;
    border-color: rgba(228, 198, 190, .35);
  }

  .footer-menu-button:hover {
    border-color: rgba(228, 198, 190, .35);
  }

  .hero-6 {
    padding-top: 8em;
  }

  .hero-6-text-1 {
    margin-top: 1em;
    font-size: 1.1em;
  }

  .blog-content-block-2 {
    max-width: none;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
  }

  .explore-button {
    justify-content: space-between;
    padding-left: 1.5em;
    padding-right: 1.9em;
  }

  .article-short-description {
    padding-left: 2em;
  }

  .article-image-1 {
    min-height: 20em;
  }

  .article-author-text-1 {
    font-size: 1.3em;
  }

  .article-padding-inner-1 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .article-author-block, .article-author-block-2 {
    margin-bottom: 2em;
  }

  .article-text-3 {
    font-size: 1.4em;
  }

  .timeline-1 {
    display: none;
  }

  .article-sidebar {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e4c6be;
    padding-top: 0;
    padding-bottom: 2em;
    position: relative;
    top: 0;
  }

  .hero-1-social-list.in-article {
    grid-column-gap: 3.25em;
    grid-row-gap: 3.25em;
    flex-direction: row;
  }

  .grid-article-content {
    grid-template-columns: 1fr;
  }

  .hero-title-block-2 {
    padding-bottom: 0;
  }

  .hero-bottom-line {
    display: none;
  }

  .content-text-9 {
    font-size: 1.7em;
  }

  .content-text-10 {
    font-size: 1.1em;
  }

  .content-flex-1 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .clients.with-margin-bottom {
    margin-bottom: 3em;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .clients.in-home-1 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

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

  .client-logo {
    font-size: .8em;
  }

  .project-grid-1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .grid-content-2 {
    width: 100%;
  }

  .hero-grid-1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
  }

  .service-1-text-2 {
    margin-bottom: 1.4em;
  }

  .team-grid-2 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
  }

  .service-title-block-2 {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .breadcrumb-link {
    padding-left: 1em;
    padding-right: 1em;
    font-size: .9em;
  }

  .team-image-size {
    height: 18em;
  }

  .flex-title-1 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .form-content-column-3 {
    padding: 3em 2em;
  }

  .content-grid-2 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

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

  .content-image-2 {
    min-height: 20em;
  }

  .content-grid-6 {
    grid-column-gap: 0em;
    grid-template-columns: .25fr 3fr;
  }

  .project-title-text-1 {
    margin-left: .7em;
    margin-right: .7em;
  }

  .borders-1 {
    border-top-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
  }

  .consultancy-1 {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .grid-box-image {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .about-icon-3 {
    font-size: 5em;
  }

  .borders-full {
    border-width: 5px;
  }

  .footer-other-links {
    justify-content: flex-start;
  }

  .person-image-size {
    height: 32em;
  }

  .client-image-1 {
    min-height: 20em;
  }

  .terms-padding-1 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

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

  .collection-list {
    justify-content: flex-start;
  }

  .flex-title-2 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .form-success-title-3 {
    font-size: 1.2em;
  }

  .form-error-message-2 {
    padding: 1.7em;
  }

  .hero-case-2 {
    padding-right: 5.8em;
  }

  .hero-case-gradient-2 {
    width: 80%;
  }

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

#w-node-_6ce67f54-efcc-4bfd-409a-b5f8360ec486-1c4b0f77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54404b4a-d419-dfe6-aed2-ea43ab9f4bdc-1c4b0f77 {
  justify-self: auto;
}

#w-node-_54404b4a-d419-dfe6-aed2-ea43ab9f4be0-1c4b0f77, #w-node-_8065d959-f059-bdc5-9df6-c2c6a531c2c0-1c4b0f77, #w-node-_8065d959-f059-bdc5-9df6-c2c6a531c2d0-1c4b0f77, #w-node-_8065d959-f059-bdc5-9df6-c2c6a531c2e0-1c4b0f77, #w-node-_8065d959-f059-bdc5-9df6-c2c6a531c2f0-1c4b0f77, #w-node-_8065d959-f059-bdc5-9df6-c2c6a531c300-1c4b0f77, #w-node-_8065d959-f059-bdc5-9df6-c2c6a531c310-1c4b0f77, #w-node-_8065d959-f059-bdc5-9df6-c2c6a531c320-1c4b0f77, #w-node-_8065d959-f059-bdc5-9df6-c2c6a531c330-1c4b0f77, #w-node-_8065d959-f059-bdc5-9df6-c2c6a531c340-1c4b0f77, #w-node-_8065d959-f059-bdc5-9df6-c2c6a531c350-1c4b0f77, #w-node-_8065d959-f059-bdc5-9df6-c2c6a531c360-1c4b0f77, #w-node-_8065d959-f059-bdc5-9df6-c2c6a531c370-1c4b0f77, #w-node-_5c94c95c-27d7-a15f-b574-45fe32274260-1c4b0f77, #w-node-_5c94c95c-27d7-a15f-b574-45fe3227426e-1c4b0f77, #w-node-b805c6a7-2e25-391b-5d30-1818cdf922cd-cdf922c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b805c6a7-2e25-391b-5d30-1818cdf922d6-cdf922c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3c7831cc-7551-0aa0-a395-c85cf4feee65-1c4b0f7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b4b770fc-6748-349e-b16c-391817ce5887-1c4b0f7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4b770fc-6748-349e-b16c-391817ce588b-1c4b0f7d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b4b770fc-6748-349e-b16c-391817ce588d-1c4b0f7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_412a66a8-f91d-e5b6-90ea-a53f1c82443c-1c4b0f7d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_412a66a8-f91d-e5b6-90ea-a53f1c824440-1c4b0f7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce219202-6361-7289-53db-63dcfdadf8cc-1c4b0f7d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ce219202-6361-7289-53db-63dcfdadf8ce-1c4b0f7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a8415a0-5e66-7159-5e08-c45bcc140033-1c4b0f7d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6a8415a0-5e66-7159-5e08-c45bcc140037-1c4b0f7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_507b5063-7962-027a-efd3-f720c40ed8e6-1c4b0f7e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_507b5063-7962-027a-efd3-f720c40ed8e7-1c4b0f7e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_507b5063-7962-027a-efd3-f720c40ed8e9-1c4b0f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_507b5063-7962-027a-efd3-f720c40ed8ec-1c4b0f7e {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-ba1bce23-383f-00ab-580a-b066350f0cdc-1c4b0f7e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba1bce23-383f-00ab-580a-b066350f0cde-1c4b0f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba1bce23-383f-00ab-580a-b066350f0ce1-1c4b0f7e {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-_3e24cd2f-3d83-78d3-b7bd-f5cc507b7ae2-1c4b0f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a71b412f-14ff-ce15-8920-f752f9f49b56-f9f49b51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b13b9892-4442-901f-8e6b-1dafa0fecf64-1c4b0f7f, #w-node-_239f9734-7e7f-0b3e-cd65-fe197e457730-1c4b0f7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d90e1abf-2052-1fbf-a492-d79291a19751-1c4b0f7f, #w-node-_8dde602b-a74c-1ac2-5f98-caa5b5807ad4-1c4b0f7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4efa6a95-3fb1-81df-988b-dbcd0243beca-1c4b0f7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4c3ac2be-371d-63f0-c158-cacffd529889-1c4b0f7f, #w-node-_8203300b-ba23-a81c-d0d4-c8bf3f955d4c-1c4b0f7f, #w-node-_8203300b-ba23-a81c-d0d4-c8bf3f955d52-1c4b0f7f, #w-node-ebb742c7-a9ce-dbf4-51c1-bd163aa34da5-1c4b0f7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e1d17b6-107a-a760-dbfa-a228eb65d4f4-1c4b0f7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5841b448-f61c-c6ad-14b4-91c65196e263-1c4b0f7f, #w-node-_91e3870f-8ab7-3e77-2039-76f2d1e891cc-1c4b0f7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8561a5b-4416-33c3-8c22-2db1f7789aef-1c4b0f7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_351aab64-2ee8-4e8d-9d87-676c5d65e800-1c4b0f80, #w-node-_0436d8f4-00e8-cb61-70ed-f9508e8a31d0-1c4b0f80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_351aab64-2ee8-4e8d-9d87-676c5d65e80b-1c4b0f80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_351aab64-2ee8-4e8d-9d87-676c5d65e813-1c4b0f80, #w-node-d3a36886-870e-cb10-3c5d-ac2da2eaf3b4-1c4b0f80, #w-node-ce4c4586-8047-28a9-c479-6cc130cff397-1c4b0f80, #w-node-ce4c4586-8047-28a9-c479-6cc130cff399-1c4b0f80, #w-node-ce4c4586-8047-28a9-c479-6cc130cff3a1-1c4b0f80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ed24a0b-cda2-dd0d-7a6a-7215b6ec0dd2-1c4b0f81, #w-node-_3ed24a0b-cda2-dd0d-7a6a-7215b6ec0dd5-1c4b0f81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3ed24a0b-cda2-dd0d-7a6a-7215b6ec0dd8-1c4b0f81, #w-node-_5fe965ed-dcf6-1beb-f1aa-a52be4761dfa-1c4b0f81, #w-node-_5fe965ed-dcf6-1beb-f1aa-a52be4761e0d-1c4b0f81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ed24a0b-cda2-dd0d-7a6a-7215b6ec0e57-1c4b0f81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_24890f32-836b-1f0a-8b2e-1eb2f0ea1705-1c4b0f82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24890f32-836b-1f0a-8b2e-1eb2f0ea1710-1c4b0f82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_24890f32-836b-1f0a-8b2e-1eb2f0ea1718-1c4b0f82, #w-node-_14461b06-061f-c879-b939-3c47568da708-1c4b0f83, #w-node-_0b2911ac-7b98-42a9-ddc4-5564702fd95c-1c4b0f83, #w-node-_14461b06-061f-c879-b939-3c47568da70e-1c4b0f83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b2a45b2-664c-8069-170c-3cfff2ce3a0c-1c4b0f83 {
  align-self: start;
}

#w-node-_8b2a45b2-664c-8069-170c-3cfff2ce3a10-1c4b0f83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0441a5f4-6880-f309-da9e-9c69f319238a-1c4b0f84 {
  align-self: start;
  justify-self: end;
}

#w-node-_623c2e83-a747-64d6-0746-44a5fdebfdfc-1c4b0f84, #w-node-_623c2e83-a747-64d6-0746-44a5fdebfdef-1c4b0f84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_623c2e83-a747-64d6-0746-44a5fdebfdeb-1c4b0f84 {
  justify-self: center;
}

#w-node-_8306d212-2634-a5ac-6648-61a71197e669-1c4b0f84 {
  justify-self: start;
}

#w-node-_8306d212-2634-a5ac-6648-61a71197e65b-1c4b0f84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8306d212-2634-a5ac-6648-61a71197e659-1c4b0f84 {
  justify-self: center;
}

#w-node-_4360ec69-f559-eb39-02e7-085a08059771-1c4b0f84 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4360ec69-f559-eb39-02e7-085a08059775-1c4b0f84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c100ce04-179a-0ea7-aedf-2c2f77502a04-1c4b0f84 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c100ce04-179a-0ea7-aedf-2c2f77502a08-1c4b0f84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af2e76f5-9f5d-41ab-df8c-bc964e117870-1c4b0f85 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-af2e76f5-9f5d-41ab-df8c-bc964e117871-1c4b0f85 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-af2e76f5-9f5d-41ab-df8c-bc964e117873-1c4b0f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af2e76f5-9f5d-41ab-df8c-bc964e117876-1c4b0f85 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-f917cf44-cb3f-b95e-dc12-c4a8acf76f5b-1c4b0f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_22a4fa90-440e-c530-6b15-69623bb63eda-3bb63ed9 {
  align-self: center;
}

#w-node-_22a4fa90-440e-c530-6b15-69623bb63ede-3bb63ed9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22a4fa90-440e-c530-6b15-69623bb63ee1-3bb63ed9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fc34ee63-92c5-a38a-3e06-32cc31631fe9-1c4b0f86 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fc34ee63-92c5-a38a-3e06-32cc31631fed-1c4b0f86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc34ee63-92c5-a38a-3e06-32cc31632001-1c4b0f86 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fc34ee63-92c5-a38a-3e06-32cc31632005-1c4b0f86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_135e97a1-9019-1630-df72-5673678b7a29-1c4b0f87, #w-node-_135e97a1-9019-1630-df72-5673678b7a36-1c4b0f87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7305b8f8-6778-4f97-e772-23e6d82270e4-1c4b0f87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7305b8f8-6778-4f97-e772-23e6d82270ef-1c4b0f87 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7305b8f8-6778-4f97-e772-23e6d82270f7-1c4b0f87, #w-node-ed1f67c4-6d5e-212a-4a17-417258b8d648-1c4b0f87, #w-node-ed1f67c4-6d5e-212a-4a17-417258b8d650-1c4b0f87, #w-node-a74acaf4-7a28-50e4-b7cd-f76571d7d82b-1c4b0f88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6c77448-25a5-c00a-7576-67e417e5e5c6-1c4b0f88 {
  justify-self: start;
}

#w-node-f6c77448-25a5-c00a-7576-67e417e5e5c9-1c4b0f88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09074b3d-6e63-9a35-80d0-73e03548862d-1c4b0f88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28087f50-b64a-40aa-ab17-c9da9916bbc5-1c4b0f88 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_984dbe85-ca35-570c-6b27-3b2b60799c68-1c4b0f88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22b5453a-8287-6e4e-f3bb-b6c1f0e74ba9-1c4b0f88 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_22b5453a-8287-6e4e-f3bb-b6c1f0e74bab-1c4b0f88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22b5453a-8287-6e4e-f3bb-b6c1f0e74bae-1c4b0f88 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-ba2dae27-0fd8-4dc6-3d85-539f55555273-1c4b0f88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18133fb9-33ce-7369-b81d-b9464190f322-1c4b0f8a {
  align-self: stretch;
}

#w-node-_893fcc42-a683-9366-3be5-442a4f66e8ca-1c4b0f8a, #w-node-_893fcc42-a683-9366-3be5-442a4f66e8d4-1c4b0f8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71d66877-d0bf-86bf-67f3-f0d4b91f4015-1c4b0f8b {
  justify-self: start;
}

#w-node-_71d66877-d0bf-86bf-67f3-f0d4b91f401e-1c4b0f8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_71d66877-d0bf-86bf-67f3-f0d4b91f402c-1c4b0f8b {
  justify-self: center;
}

#w-node-_4c2937ea-3ad6-aa1c-c411-3e2898673bbd-1c4b0f8d, #w-node-c7e7795f-43b8-dd48-0eab-113d96830746-1c4b0f8d, #w-node-_02262709-bba0-b117-3699-1d1da95b218e-1c4b0f8d, #w-node-b3dbcb25-732d-af0f-ea8c-480f747be278-1c4b0f8d, #w-node-_777951e0-e8a7-088e-5e9f-bc211bfe8fdd-1c4b0f8d, #w-node-be0ec18a-7e63-5bc9-5f8d-186b5ca16173-1c4b0f8d, #w-node-b8e6c1fc-a6e5-3024-2968-42e99a2e9331-1c4b0f8d, #w-node-dce54da2-61ac-3e98-c1d1-e0f930ff759f-1c4b0f8d, #w-node-_0c1f19d7-2925-171c-c802-a6627ec3ee95-1c4b0f8d, #w-node-_6d851580-9a67-72b0-1e71-de5abc9c9b40-1c4b0f8d, #w-node-c2044011-0f82-15f0-c8c4-3a3e4a98284b-1c4b0f8d, #w-node-_30abb9a7-e117-4b5f-b025-ff7744c170c8-1c4b0f8d, #w-node-c0758760-bf09-1f03-56c9-3f076aa65ded-1c4b0f8d, #w-node-eb83a015-7ea4-87a1-f683-ae2e05b3e5a3-1c4b0f8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426a5348-e9d3-17e8-5efd-f7c1c3fbd183-1c4b0f8d, #w-node-_426a5348-e9d3-17e8-5efd-f7c1c3fbd190-1c4b0f8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ee3c4bef-7e56-e07e-4b31-aa7aba07f5f0-1c4b0f8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_374aeac5-593a-052d-81b5-08fcb9071461-1c4b0f8d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_374aeac5-593a-052d-81b5-08fcb9071462-1c4b0f8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_374aeac5-593a-052d-81b5-08fcb9071464-1c4b0f8d {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-_94f505d8-2bc8-cbde-183f-2dadcba14104-1c4b0f8d, #w-node-ce0fa11d-cbb0-adbc-4a67-641c895daf67-1c4b0f8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc80b4bd-dd4f-1ae1-2222-2df6ba657f41-1c4b0f8d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cc80b4bd-dd4f-1ae1-2222-2df6ba657f43-1c4b0f8d, #w-node-f730ff45-ce5d-233e-f7b1-149962d5705f-1c4b0f8d, #w-node-_10d1592e-bd39-f42e-d581-18e5fef9966a-1c4b0f8d, #w-node-_9d76acbe-ab68-1d2a-dc94-58974d9cb295-1c4b0f8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_520bbee9-7378-f020-1e5d-d9dcf6250545-1c4b0f8e, #w-node-_79638f19-ce03-bb5e-f4e5-bba7754cb36e-1c4b0f8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e5603c3a-4c8b-8bbc-cfea-1fcdb39d62c7-1c4b0f8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cda4018-6aa1-ed85-9b70-53a2c579517c-1c4b0f8e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5cda4018-6aa1-ed85-9b70-53a2c579517e-1c4b0f8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cda4018-6aa1-ed85-9b70-53a2c5795181-1c4b0f8e {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-_1fa30735-1099-4183-2fc2-34b31f0d347b-1c4b0f8e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1fa30735-1099-4183-2fc2-34b31f0d347f-1c4b0f8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98df3894-dea7-3cbb-3302-9ef064cbb3a4-1c4b0f8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c4c74563-0afe-512c-650c-86477c342b5d-1c4b0f92, #w-node-c4c74563-0afe-512c-650c-86477c342b65-1c4b0f92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2ec17b0-febe-16d0-6547-b9dcbdbf013a-1c4b0f93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_77ac15ea-1155-cb07-3aed-d8ce8a412524-1c4b0f94, #w-node-_77ac15ea-1155-cb07-3aed-d8ce8a41252b-1c4b0f94, #w-node-_77ac15ea-1155-cb07-3aed-d8ce8a412532-1c4b0f94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c993c567-4327-7469-3086-451e0ed03858-1c4b0f95, #w-node-c993c567-4327-7469-3086-451e0ed03865-1c4b0f95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_65cb8d0a-41d2-c2e8-a0ca-c3539b705d30-1c4b0f95, #w-node-_65cb8d0a-41d2-c2e8-a0ca-c3539b705d38-1c4b0f95, #w-node-a9fcf883-a402-9caf-0e31-bff4ee5f9d74-1c4b0f96, #w-node-a9fcf883-a402-9caf-0e31-bff4ee5f9d7e-1c4b0f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26b6dc9c-6334-9140-30c9-dd6e865177db-7f471c15, #w-node-_320d6608-8076-e425-5453-28fb58f1c1bb-a3e393eb, #w-node-de5640a8-5510-866f-ac60-a36dac797c39-0dad265d, #w-node-_478102e9-5887-9610-035d-98854cd1156d-b1ce854e, #w-node-f232b0ea-fd71-d353-f6ab-65919342c9d2-6e4c0dbf, #w-node-_338cc9f5-cc69-e2e1-23de-96188c624d99-696c174e, #w-node-_4b5121c9-753d-3332-273b-566c903849e4-abe391ee, #w-node-eb70ade6-650c-9b27-b9ed-09390b50673e-7c347a6a, #w-node-_76d80acc-422d-99f6-f109-9cfdee3b0b9e-4b620ebd, #w-node-_2f1cf066-80c1-d859-3fe1-86837dc18652-b1cf14ad, #w-node-e05162a9-ef37-7497-f815-e974341ad813-5416f639 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1c2aa016-199d-618a-e03d-6e1616f024a5-ce615492, #w-node-_1c2aa016-199d-618a-e03d-6e1616f024b5-ce615492, #w-node-_1c2aa016-199d-618a-e03d-6e1616f024c5-ce615492, #w-node-_1c2aa016-199d-618a-e03d-6e1616f024d5-ce615492, #w-node-_1c2aa016-199d-618a-e03d-6e1616f024e5-ce615492, #w-node-_1c2aa016-199d-618a-e03d-6e1616f024f5-ce615492, #w-node-_1c2aa016-199d-618a-e03d-6e1616f02505-ce615492, #w-node-_1c2aa016-199d-618a-e03d-6e1616f02515-ce615492, #w-node-_1c2aa016-199d-618a-e03d-6e1616f02525-ce615492, #w-node-_1c2aa016-199d-618a-e03d-6e1616f02535-ce615492, #w-node-_1c2aa016-199d-618a-e03d-6e1616f02545-ce615492, #w-node-_1c2aa016-199d-618a-e03d-6e1616f02555-ce615492 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b805c6a7-2e25-391b-5d30-1818cdf922d6-cdf922c7 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-_239f9734-7e7f-0b3e-cd65-fe197e457730-1c4b0f7f {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_4e1d17b6-107a-a760-dbfa-a228eb65d4f4-1c4b0f7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5841b448-f61c-c6ad-14b4-91c65196e263-1c4b0f7f, #w-node-_351aab64-2ee8-4e8d-9d87-676c5d65e800-1c4b0f80, #w-node-_0436d8f4-00e8-cb61-70ed-f9508e8a31d0-1c4b0f80 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8306d212-2634-a5ac-6648-61a71197e65b-1c4b0f84 {
    justify-self: start;
  }

  #w-node-_8306d212-2634-a5ac-6648-61a71197e659-1c4b0f84 {
    justify-self: center;
  }

  #w-node-_0d90286a-44c7-392f-9f1f-96d2d0c3775e-1c4b0f85 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_22a4fa90-440e-c530-6b15-69623bb63eda-3bb63ed9 {
    align-self: start;
  }

  #w-node-_135e97a1-9019-1630-df72-5673678b7a36-1c4b0f87 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_18133fb9-33ce-7369-b81d-b9464190f322-1c4b0f8a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_426a5348-e9d3-17e8-5efd-f7c1c3fbd190-1c4b0f8d, #w-node-c993c567-4327-7469-3086-451e0ed03865-1c4b0f95 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_26b6dc9c-6334-9140-30c9-dd6e865177ca-7f471c15 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_26b6dc9c-6334-9140-30c9-dd6e865177db-7f471c15 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_320d6608-8076-e425-5453-28fb58f1c1b7-a3e393eb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_320d6608-8076-e425-5453-28fb58f1c1bb-a3e393eb {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-de5640a8-5510-866f-ac60-a36dac797c35-0dad265d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-de5640a8-5510-866f-ac60-a36dac797c39-0dad265d {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_478102e9-5887-9610-035d-98854cd11569-b1ce854e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_478102e9-5887-9610-035d-98854cd1156d-b1ce854e {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-f232b0ea-fd71-d353-f6ab-65919342c9ce-6e4c0dbf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f232b0ea-fd71-d353-f6ab-65919342c9d2-6e4c0dbf {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_338cc9f5-cc69-e2e1-23de-96188c624d95-696c174e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_338cc9f5-cc69-e2e1-23de-96188c624d99-696c174e {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_4b5121c9-753d-3332-273b-566c903849e0-abe391ee {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4b5121c9-753d-3332-273b-566c903849e4-abe391ee {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-eb70ade6-650c-9b27-b9ed-09390b50673a-7c347a6a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eb70ade6-650c-9b27-b9ed-09390b50673e-7c347a6a {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_76d80acc-422d-99f6-f109-9cfdee3b0b9a-4b620ebd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76d80acc-422d-99f6-f109-9cfdee3b0b9e-4b620ebd {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_2f1cf066-80c1-d859-3fe1-86837dc1864e-b1cf14ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2f1cf066-80c1-d859-3fe1-86837dc18652-b1cf14ad {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-e05162a9-ef37-7497-f815-e974341ad80f-5416f639 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e05162a9-ef37-7497-f815-e974341ad813-5416f639 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_54404b4a-d419-dfe6-aed2-ea43ab9f4bdc-1c4b0f77 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b805c6a7-2e25-391b-5d30-1818cdf922d6-cdf922c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_3c7831cc-7551-0aa0-a395-c85cf4feee62-1c4b0f7c {
    justify-self: start;
  }

  #w-node-_3c7831cc-7551-0aa0-a395-c85cf4feee65-1c4b0f7c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b4b770fc-6748-349e-b16c-391817ce588a-1c4b0f7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b4b770fc-6748-349e-b16c-391817ce589a-1c4b0f7d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_412a66a8-f91d-e5b6-90ea-a53f1c82443b-1c4b0f7d, #w-node-ce219202-6361-7289-53db-63dcfdadf8cb-1c4b0f7d, #w-node-_6a8415a0-5e66-7159-5e08-c45bcc140032-1c4b0f7d, #w-node-_507b5063-7962-027a-efd3-f720c40ed8e6-1c4b0f7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e24cd2f-3d83-78d3-b7bd-f5cc507b7adf-1c4b0f7e {
    justify-self: start;
  }

  #w-node-_3e24cd2f-3d83-78d3-b7bd-f5cc507b7ae2-1c4b0f7e, #w-node-_4efa6a95-3fb1-81df-988b-dbcd0243bec6-1c4b0f7f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4efa6a95-3fb1-81df-988b-dbcd0243beca-1c4b0f7f {
    grid-column: span 1 / span 1;
  }

  #w-node-cf67ca59-6056-6c58-6ba4-cd695c548019-1c4b0f7f {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_91e3870f-8ab7-3e77-2039-76f2d1e891dd-1c4b0f7f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f8561a5b-4416-33c3-8c22-2db1f7789aec-1c4b0f7f {
    justify-self: start;
  }

  #w-node-f8561a5b-4416-33c3-8c22-2db1f7789aef-1c4b0f7f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_351aab64-2ee8-4e8d-9d87-676c5d65e800-1c4b0f80, #w-node-_0436d8f4-00e8-cb61-70ed-f9508e8a31d0-1c4b0f80, #w-node-_351aab64-2ee8-4e8d-9d87-676c5d65e80b-1c4b0f80 {
    grid-column: span 1 / span 1;
  }

  #w-node-_351aab64-2ee8-4e8d-9d87-676c5d65e80f-1c4b0f80 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_5fe965ed-dcf6-1beb-f1aa-a52be4761e01-1c4b0f81 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5fe965ed-dcf6-1beb-f1aa-a52be4761e05-1c4b0f81 {
    grid-column: span 1 / span 1;
  }

  #w-node-_41a8f6dc-b04c-914f-7935-c0abad973fbb-1c4b0f81 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5fe965ed-dcf6-1beb-f1aa-a52be4761e09-1c4b0f81 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_3ed24a0b-cda2-dd0d-7a6a-7215b6ec0e54-1c4b0f81 {
    justify-self: start;
  }

  #w-node-_3ed24a0b-cda2-dd0d-7a6a-7215b6ec0e57-1c4b0f81, #w-node-_24890f32-836b-1f0a-8b2e-1eb2f0ea170c-1c4b0f82 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_24890f32-836b-1f0a-8b2e-1eb2f0ea1710-1c4b0f82 {
    grid-column: span 1 / span 1;
  }

  #w-node-_24890f32-836b-1f0a-8b2e-1eb2f0ea1714-1c4b0f82 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_8306d212-2634-a5ac-6648-61a71197e659-1c4b0f84 {
    justify-self: end;
  }

  #w-node-_4360ec69-f559-eb39-02e7-085a08059770-1c4b0f84, #w-node-c100ce04-179a-0ea7-aedf-2c2f775029fd-1c4b0f84, #w-node-af2e76f5-9f5d-41ab-df8c-bc964e117870-1c4b0f85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f917cf44-cb3f-b95e-dc12-c4a8acf76f58-1c4b0f85 {
    justify-self: start;
  }

  #w-node-f917cf44-cb3f-b95e-dc12-c4a8acf76f5b-1c4b0f85 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_22a4fa90-440e-c530-6b15-69623bb63ee1-3bb63ed9 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-fc34ee63-92c5-a38a-3e06-32cc31631fe4-1c4b0f86, #w-node-fc34ee63-92c5-a38a-3e06-32cc31632000-1c4b0f86 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7305b8f8-6778-4f97-e772-23e6d82270eb-1c4b0f87 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7305b8f8-6778-4f97-e772-23e6d82270ef-1c4b0f87 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7305b8f8-6778-4f97-e772-23e6d82270f3-1c4b0f87 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_71d66877-d0bf-86bf-67f3-f0d4b91f402c-1c4b0f8b {
    justify-self: end;
  }

  #w-node-_71d66877-d0bf-86bf-67f3-f0d4b91f4035-1c4b0f8b, #w-node-cc80b4bd-dd4f-1ae1-2222-2df6ba657f3f-1c4b0f8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc138d41-a423-74b3-de64-b529bb6fdde1-1c4b0f8d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_1fa30735-1099-4183-2fc2-34b31f0d3474-1c4b0f8e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98df3894-dea7-3cbb-3302-9ef064cbb3a1-1c4b0f8e {
    justify-self: start;
  }

  #w-node-_98df3894-dea7-3cbb-3302-9ef064cbb3a4-1c4b0f8e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c2ec17b0-febe-16d0-6547-b9dcbdbf0137-1c4b0f93 {
    justify-self: start;
  }

  #w-node-c2ec17b0-febe-16d0-6547-b9dcbdbf013a-1c4b0f93 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b805c6a7-2e25-391b-5d30-1818cdf922d6-cdf922c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b13b9892-4442-901f-8e6b-1dafa0fecf64-1c4b0f7f {
    justify-self: start;
  }

  #w-node-_239f9734-7e7f-0b3e-cd65-fe197e457730-1c4b0f7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8203300b-ba23-a81c-d0d4-c8bf3f955d52-1c4b0f7f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4e1d17b6-107a-a760-dbfa-a228eb65d4f4-1c4b0f7f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5841b448-f61c-c6ad-14b4-91c65196e263-1c4b0f7f {
    grid-column: span 1 / span 1;
  }

  #w-node-_623c2e83-a747-64d6-0746-44a5fdebfdfc-1c4b0f84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_623c2e83-a747-64d6-0746-44a5fdebfdef-1c4b0f84 {
    justify-self: start;
  }

  #w-node-_8306d212-2634-a5ac-6648-61a71197e669-1c4b0f84 {
    justify-self: stretch;
  }

  #w-node-_0d90286a-44c7-392f-9f1f-96d2d0c3775c-1c4b0f85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0d90286a-44c7-392f-9f1f-96d2d0c3775e-1c4b0f85, #w-node-_135e97a1-9019-1630-df72-5673678b7a29-1c4b0f87 {
    justify-self: start;
  }

  #w-node-_135e97a1-9019-1630-df72-5673678b7a36-1c4b0f87 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_28087f50-b64a-40aa-ab17-c9da9916bbc5-1c4b0f88 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_18133fb9-33ce-7369-b81d-b9464190f326-1c4b0f8a, #w-node-_71d66877-d0bf-86bf-67f3-f0d4b91f3fef-1c4b0f8b, #w-node-_37eab79d-5640-e350-50ff-d5528bc64d9f-1c4b0f8b, #w-node-_2e5b6522-64b2-b145-f440-7c93484ca9bf-1c4b0f8b {
    justify-self: start;
  }

  #w-node-_71d66877-d0bf-86bf-67f3-f0d4b91f4015-1c4b0f8b {
    justify-self: stretch;
  }

  #w-node-_426a5348-e9d3-17e8-5efd-f7c1c3fbd183-1c4b0f8d {
    justify-self: start;
  }

  #w-node-_426a5348-e9d3-17e8-5efd-f7c1c3fbd190-1c4b0f8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c993c567-4327-7469-3086-451e0ed03858-1c4b0f95 {
    justify-self: start;
  }

  #w-node-c993c567-4327-7469-3086-451e0ed03865-1c4b0f95 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_26b6dc9c-6334-9140-30c9-dd6e865177ca-7f471c15 {
    grid-column: span 1 / span 1;
  }

  #w-node-_26b6dc9c-6334-9140-30c9-dd6e865177db-7f471c15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_320d6608-8076-e425-5453-28fb58f1c1bb-a3e393eb, #w-node-de5640a8-5510-866f-ac60-a36dac797c39-0dad265d, #w-node-_478102e9-5887-9610-035d-98854cd1156d-b1ce854e, #w-node-f232b0ea-fd71-d353-f6ab-65919342c9d2-6e4c0dbf, #w-node-_338cc9f5-cc69-e2e1-23de-96188c624d99-696c174e, #w-node-_4b5121c9-753d-3332-273b-566c903849e4-abe391ee, #w-node-eb70ade6-650c-9b27-b9ed-09390b50673e-7c347a6a, #w-node-_76d80acc-422d-99f6-f109-9cfdee3b0b9e-4b620ebd, #w-node-_2f1cf066-80c1-d859-3fe1-86837dc18652-b1cf14ad, #w-node-e05162a9-ef37-7497-f815-e974341ad813-5416f639 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


