:root {
  --midnight-blue: #032246;
  --dim-grey: #5f453e;
  --sienna: #906c63;
  --footer-black: #070504;
  --misty-rose: #e4c6be;
  --white: white;
  --seashell: #f5ecea;
  --alice-blue-2: #ecf5ff;
  --dark-slate-blue-2: #094b97;
  --rosy-brown: #c99b8f;
  --light-steel-blue: #c0ddff;
  --main-black: #221816;
  --seashell-2: #f5eeea;
  --cadet-blue: #63908e;
  --dark-slate-blue: #4c4f6a;
  --dark-slate-blue-3: #094b971c;
  --light-steel-blue-2: #c0ddff91;
  --dodger-blue: #449aff;
  --sienna-2: #906c634d;
  --alice-blue: #eaeef5;
  --midnight-blue-2: #032246cc;
  --floral-white: #f5f1ea;
  --white-2: #ffffff26;
  --black: #0b0f14;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: var(--midnight-blue);
  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: var(--dim-grey);
  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: var(--sienna);
  text-decoration: underline;
}

.rich-text a:hover {
  color: var(--footer-black);
}

.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 {
  border-left-color: var(--sienna);
  color: var(--dim-grey);
  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 {
  width: 100%;
  padding: 10em 0;
}

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

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

.padding-inner.pt-6em {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  display: flex;
}

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

.color-define-3 {
  background-color: var(--misty-rose);
  width: 100%;
  height: 5em;
}

.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 {
  background-color: var(--dim-grey);
  width: 100%;
  height: 5em;
}

.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 {
  flex-direction: column;
  width: 100%;
  max-width: 59em;
  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;
}

.main {
  flex-direction: column;
  display: flex;
}

.section {
  z-index: 10;
  border: 20px solid var(--white);
  background-color: var(--white);
  flex-direction: column;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.with-hero-styles {
  background-color: var(--footer-black);
  overflow: visible;
}

.section.with-hero-styles.shorter-main-image {
  height: 70vh;
}

.section.with-hero-styles.shorter-main-image.less-height {
  height: 50vh;
}

.section.with-bg-light-brown {
  border-top: 1px none var(--midnight-blue);
  border-bottom: 1px none var(--midnight-blue);
  background-color: #eaeef5;
  height: auto;
}

.section.is-about-sec {
  border-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  min-height: auto;
  display: flex;
}

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

.section.is-team-sec-1 {
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: var(--white);
  background-image: linear-gradient(to bottom, var(--seashell), white 35%);
}

.section.with-bg-black {
  background-color: var(--footer-black);
  color: var(--misty-rose);
}

.section.is-hero-6 {
  border: 20px solid var(--white);
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 60vh;
}

.section.is-service-3-sec {
  border-style: solid;
  border-width: 0 10px;
  border-color: var(--white);
  color: var(--white);
}

.section.is-service-sec {
  background-color: #0000;
  border-top-width: 0;
  border-bottom-width: 0;
  overflow: visible;
}

.section.is-service-sec-1 {
  background-color: #0000;
  border-bottom-width: 0;
}

.section.is-form-sec-2 {
  border: 20px solid var(--white);
  background-color: var(--alice-blue-2);
  height: auto;
}

.section.is-hero-2 {
  z-index: 5;
  background-color: var(--footer-black);
  overflow: visible;
}

.section.with-bg-brown-and-borders {
  border: 20px solid var(--white);
  background-color: #ecf5ff9c;
  height: auto;
}

.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.sec-with-large-link {
  background-image: linear-gradient(#ffffffba, #ffffffba), url('../images/apply.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
}

.section.is-team-sec-2 {
  border-top: 10px solid var(--white);
  border-right: 10px solid var(--white);
  border-left: 10px solid var(--white);
  background-image: linear-gradient(to bottom, var(--seashell), white 35%);
}

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

.section.is-case-sec-2 {
  border: 10px solid var(--white);
  background-color: var(--seashell);
  overflow: visible;
}

.section.is-case-in-service {
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: var(--white);
  background-color: var(--footer-black);
  color: var(--seashell);
}

.section.with-bg-black-and-borders {
  border: 10px solid var(--white);
  background-color: var(--footer-black);
  color: var(--misty-rose);
}

.section.with-bg-black-and-borders.consultation-section {
  background-color: var(--white);
  height: 70vh;
  padding-bottom: 0;
}

.section.is-hero-8 {
  border: 10px solid var(--white);
  background-color: var(--midnight-blue);
  color: var(--white);
}

.section.hidden {
  display: none;
}

.section.space-up-down {
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.color-define {
  background-color: var(--footer-black);
  width: 100%;
  height: 5em;
}

.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;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4.2em;
  display: flex;
  position: relative;
}

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

.container.more-space-up-down {
  padding: 50px 0;
}

.container.inside {
  max-width: none;
  padding-left: 6.4em;
  padding-right: 6.4em;
}

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

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

.fullscreen-hero.thank-you-page {
  justify-content: center;
  align-items: center;
}

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

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

.hero-bg-color {
  z-index: 6;
  background-color: var(--dark-slate-blue-2);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.cover-image {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 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 {
  color: var(--white);
  max-width: 9.2em;
  margin-bottom: .9em;
  font-size: 4.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-content-title-1.hidden {
  display: none;
}

.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: var(--white);
  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: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 8vw;
  font-weight: 400;
}

.heading.is-hero-2-title {
  color: var(--white);
  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: var(--rosy-brown);
  margin-bottom: 1.6em;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.4em;
}

.heading.is-service-2-title {
  color: var(--midnight-blue);
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 3em;
  font-weight: 400;
}

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

.heading.is-service-1-title {
  color: var(--white);
  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: var(--white);
  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: var(--white);
  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 {
  color: var(--alice-blue-2);
  max-width: none;
  height: 100px;
  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: #ffffffd6;
  text-align: center;
  margin-top: .5em;
  margin-bottom: .7em;
  font-size: 5em;
  font-weight: 400;
}

.heading.is-article-title {
  color: var(--white);
  max-width: 11em;
  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: var(--white);
  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 {
  color: var(--white);
  max-width: 5em;
  margin-right: .8em;
  font-size: 9em;
  line-height: .8em;
}

.heading.is-hero-6-title {
  color: var(--white);
  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: var(--white);
  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 {
  color: #f8ddd6;
  max-width: 13em;
  margin-left: auto;
  margin-right: auto;
  font-size: 5.3em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-person-title-2 {
  text-align: center;
  width: 100%;
  max-width: 16em;
  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 {
  text-align: center;
  width: 100%;
  max-width: 12em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  font-size: 5em;
  line-height: .9em;
}

.heading.is-social-title {
  color: var(--white);
  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: var(--white);
  text-align: center;
  font-size: 7.8em;
  line-height: .8em;
}

.heading.is-company-title-1 {
  color: var(--white);
  max-width: 11em;
  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 {
  text-align: left;
  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 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55em;
  display: flex;
}

.hero-bg-gradient-1 {
  z-index: 6;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#0006, #07050400 15%), linear-gradient(45deg, #000000e6, #000000f2 20%, #00000003 69%);
  position: absolute;
  inset: 0%;
}

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

.navbar {
  z-index: 999;
  background-color: #094b9700;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.xxxx {
  margin-top: 144px;
}

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

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

.brand {
  color: var(--white);
  border: 1px #0000;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  padding: .5em 0;
  transition: border-color .2s;
  display: flex;
  left: -1px;
}

.brand:hover {
  border-color: #c99b8f4d #c99b8f4d #c99b8f4d #0000;
}

.brand.w--current {
  justify-content: flex-start;
  width: 300px;
  padding-left: 0;
  padding-right: 0;
  position: static;
  left: 0;
}

.brand.w--current:hover {
  border-style: none;
}

.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: var(--midnight-blue);
}

.brand-slogan {
  color: var(--rosy-brown);
  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: var(--sienna);
}

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

.nav-link-block {
  color: var(--white);
  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: var(--midnight-blue);
  padding-left: 0;
  padding-right: 0;
}

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

.hero-content-block-1 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

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

.custom-list-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  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: var(--dark-slate-blue-2);
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.circle-in-list {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  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: var(--midnight-blue);
}

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

.list-line.is-2nd {
  background-color: var(--midnight-blue);
}

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

.list-title.is-dark-color {
  color: var(--midnight-blue);
}

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

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

.custom-slider {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 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 {
  object-fit: cover;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.image-animation-trigger {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  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;
}

.image-animation-trigger.other-size {
  height: 280px;
}

.image-animation-trigger.big-block {
  height: 600px;
}

.bg-for-animation {
  z-index: 20;
  background-color: var(--dark-slate-blue-2);
  display: none;
  position: absolute;
  inset: 0%;
}

.bg-for-animation.is-light-brown {
  background-color: var(--light-steel-blue);
}

.bg-for-animation.is-dark-brown {
  background-color: var(--dark-slate-blue-2);
}

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

.content-image-1 {
  align-items: flex-end;
  height: 100%;
  min-height: 38em;
  display: flex;
}

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

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

.content-grid-1 {
  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;
  place-items: flex-start stretch;
  width: 100%;
  display: grid;
}

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

.uppercase-text-1 {
  color: var(--dark-slate-blue-2);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 2.5em;
  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;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 35em;
  min-width: 20em;
  min-height: auto;
  margin-bottom: 17px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.hero-case.background {
  background-color: #ffffffe3;
  border-radius: 7px;
  padding: 20px;
}

.hero-case-image {
  z-index: 1;
  padding: 1px;
  position: absolute;
  inset: 0%;
}

.hero-case-circle {
  z-index: 10;
  border: 1px solid var(--white);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  display: flex;
  position: absolute;
}

.hero-case-text {
  color: var(--light-steel-blue);
  font-size: 1.3em;
}

.hero-case-gradient {
  z-index: 3;
  text-align: center;
  background-image: none;
  justify-content: center;
  align-items: center;
  height: 50%;
  margin: 0 1px 1px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.hero-case-title-1 {
  color: var(--alice-blue-2);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: .85em;
  font-weight: 600;
}

.top-background {
  z-index: 98;
  background-image: linear-gradient(#000000bf, #00000080 50%, #22181600);
  height: 13em;
  position: absolute;
  inset: 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 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.simple-button-line {
  background-color: var(--midnight-blue);
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.service-link {
  color: var(--midnight-blue);
  border: 1px solid #0000;
  width: 100%;
  padding: 4em;
  transition: border-color .2s;
  position: relative;
  overflow: hidden;
}

.service-link:hover {
  border-color: var(--main-black);
}

.service-link.no-outline-on-hover {
  background-color: #ecf5ff00;
  border-style: none;
}

.service-link.no-outline-on-hover:hover {
  background-color: #ecf5ffb3;
  border-style: none;
}

.service-background {
  z-index: 1;
  background-color: var(--seashell);
  display: none;
  position: absolute;
  inset: 0%;
}

.service-background.is-2nd {
  background-color: var(--white);
}

.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: var(--midnight-blue);
  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;
  background-color: #22181626;
  height: 2px;
  position: absolute;
  inset: auto 0% 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 {
  flex: 1;
  height: 33em;
  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, #22181600);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em 2.5em 4em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.team-role-text {
  color: var(--rosy-brown);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
}

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

.button-background-1 {
  z-index: 2;
  background-color: var(--dim-grey);
  width: 105%;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.button-text {
  z-index: 10;
  color: var(--seashell-2);
  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;
  background-color: var(--midnight-blue);
  width: 105%;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

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

.content-text-4 {
  color: var(--white);
  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, #000000b3 15%, #0000 55%);
  position: absolute;
  inset: 0%;
}

.number-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-bottom: 1px solid #f5ecea40;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
  align-items: center;
  padding-top: 2.3em;
  padding-bottom: 2.3em;
  display: flex;
}

.number-grid.is-last {
  border-bottom-color: #0000;
}

.team-wrap {
  border: 5px solid var(--white);
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

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

.parallax-background {
  z-index: 1;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 130%;
  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: var(--main-black);
  text-transform: uppercase;
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1.1em;
  line-height: 1.3em;
}

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

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

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

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--sienna);
}

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

.form-success-message {
  background-color: var(--cadet-blue);
  color: #fff;
  border: 1px solid #f1fff8;
  width: 100%;
  padding: 24em 3em 4em;
}

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

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

.form-field {
  z-index: 5;
  color: var(--main-black);
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  align-self: stretch;
  width: 100%;
  min-height: 3.6em;
  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: #0000;
  border-color: #0000 #0000 #101118;
}

.form-field::placeholder {
  color: #22181691;
  font-size: .8em;
}

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

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

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

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

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

.form-content-column-2 {
  border: 10px solid var(--white);
  background-color: var(--alice-blue-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 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;
  border-style: none solid solid;
  border-width: 0 20px 20px;
  border-color: var(--white);
  background-color: var(--footer-black);
  color: var(--white);
  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(#07050442, #070504);
  position: absolute;
  inset: 0%;
}

.footer-contact-link-block {
  color: var(--misty-rose);
  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: var(--white);
}

.nav-text {
  white-space: nowrap;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.1em;
  line-height: 1.1em;
}

.nav-text.white-text {
  color: #fff;
  margin-right: 12px;
}

.nav-text.black-text {
  color: var(--footer-black);
}

.footer-link-1 {
  color: var(--light-steel-blue);
  text-align: center;
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  border-right: 1px solid #f5ecea26;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-height: 8em;
  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: var(--white);
}

.footer-block-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-top: 1px solid #f5ecea26;
  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 #f5ecea26;
  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: var(--misty-rose);
  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: var(--white);
  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: var(--white);
  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: var(--white);
}

.footer-2-contact {
  color: #fff;
  letter-spacing: .2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 12.5em;
  min-height: 6em;
  padding: 1em;
  font-size: 1.2em;
  transition: background-color .3s;
  display: flex;
}

.footer-2-contact:hover {
  background-color: #2b2f3a;
}

.footer-made-logo {
  color: var(--light-steel-blue);
  object-fit: contain;
  width: auto;
  margin-top: 0;
  font-size: 1em;
}

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

.footer-contact-title {
  color: var(--light-steel-blue);
  margin-top: 0;
  line-height: 1em;
  display: flex;
  position: absolute;
}

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

.nav-brand.in-light-nav {
  border-color: #916c6333;
}

.nav-menu-button {
  z-index: 10;
  border-style: solid;
  border-width: 1px;
  border-color: transparent var(--seashell-2) transparent transparent;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8em;
  padding: .5em 1em;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.nav-menu-button:hover {
  border-style: solid;
  border-color: black var(--seashell-2) black black;
  background-color: #5f453e00;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}

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

.burger-line {
  background-color: var(--alice-blue-2);
  width: 100%;
  height: 2px;
}

.burger-line.in-light-nav {
  background-color: var(--midnight-blue);
  color: var(--midnight-blue);
}

.menu-column-2-inner {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  background-color: #1517208c;
  border-left: 1px solid #f5ecea26;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 22em;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.fullscreen-menu {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.menu-social-link {
  z-index: 10;
  color: #f5eceab3;
  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: var(--white);
}

.menu-2-main-link {
  color: #fff;
  text-align: left;
  border-bottom: 1px solid #ffffff1a;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: 100%;
  padding: 1.2em 3em;
  font-weight: 300;
  line-height: 1em;
  transition: height .6s cubic-bezier(.075, .82, .165, 1), border-color .2s;
  display: flex;
  overflow: hidden;
}

.menu-2-main-link:hover {
  border-bottom-color: #fff9;
  height: 130%;
}

.menu-2-main-link.w--current {
  border-bottom-color: #ffffff80;
  font-weight: 600;
}

.menu-bg-1 {
  z-index: 9;
  background-color: var(--footer-black);
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/Morgage-6.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-right: 1px solid #c99b8f80;
  position: fixed;
  inset: 0%;
}

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

.menu-contact-link {
  color: #fffc;
  letter-spacing: .2em;
  border: 1px solid #f5ecea26;
  border-color: #f5ecea26 #0000;
  width: 100%;
  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;
}

.menu-contact-link:hover {
  color: #fff;
  letter-spacing: .3em;
  background-color: #f5ecea12;
}

.menu-contact-link.in-middle {
  border-top-color: #0000;
  border-bottom-color: #0000;
}

.menu-delay-for-animations {
  z-index: 100;
  display: none;
  position: absolute;
  inset: 0%;
}

.close-button-icon {
  z-index: 99;
  opacity: .77;
  object-fit: contain;
  width: 45px;
  max-width: none;
  height: 45px;
  font-size: 1.5em;
  position: absolute;
}

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

.close-button {
  z-index: 2147483647;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  line-height: 1.1em;
  display: flex;
  position: absolute;
  inset: 8.8em 9em auto auto;
}

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

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

.menu-social-line {
  background-color: #f5ecea59;
  height: 2px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.menu-social-line.is-2nd {
  inset: 0% 0% auto;
}

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

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

.menu-link {
  color: #f5ecea99;
  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: var(--white);
  letter-spacing: .2em;
}

.menu-link.w--current {
  color: #f5ecea;
  border-bottom-color: #e4c6be63;
}

.menu-link.smaller {
  margin-bottom: 10px;
  font-size: 3vh;
}

.menu-link.smaller:hover {
  letter-spacing: .15em;
}

.menu-column-1-bg {
  background-color: #070504e6;
  border-right: 1px solid #f5ecea66;
  position: absolute;
  inset: 0%;
}

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

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

.menu-social-wrap {
  z-index: 20;
  position: absolute;
  inset: auto 0% 3em;
}

.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;
  background-color: var(--white);
  width: 15px;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.menu-border.is-2nd {
  width: auto;
  height: 15px;
  inset: 0% 0% auto;
}

.menu-border.is-3rd {
  inset: 0% 0% 0% auto;
}

.menu-border.is-4th {
  width: auto;
  height: 15px;
  inset: auto 0% 0%;
}

.main-button {
  z-index: 10;
  background-color: var(--dark-slate-blue-2);
  opacity: .8;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--light-steel-blue);
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #f5ecea59;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-width: 15em;
  min-height: 5em;
  padding: .5em 2em;
  font-weight: 400;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button:hover {
  opacity: 1;
  color: #f8cabf;
  background-color: #f5ecea12;
  border-color: #f5ecea80;
}

.main-button.is-explore {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-color: #0000;
}

.main-button.is-explore:hover {
  background-color: #f5ecea00;
  border-color: #c99b8f66;
}

.main-button.in-menu {
  border-style: none;
  border-color: var(--white);
  background-color: var(--dark-slate-blue-2);
  min-width: 10em;
  height: 40px;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .9em;
}

.main-button.in-menu.in-light-nav {
  background-color: var(--dark-slate-blue-2);
  opacity: 1;
  color: #ebd3cd;
  border-color: #0000;
}

.main-button.in-menu.in-light-nav:hover {
  background-color: var(--footer-black);
  color: var(--white);
}

.main-button.in-menu.hidden {
  display: none;
}

.main-button.in-services {
  color: var(--dim-grey);
  border-color: #0000;
  min-width: auto;
  min-height: auto;
  margin-left: 1em;
  padding: 1em 2em;
}

.main-button.in-services:hover {
  border-color: var(--dark-slate-blue-2);
  background-color: var(--dark-slate-blue-2);
}

.main-button.in-projects-2 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-color: #f5ecea00;
  min-width: auto;
}

.main-button.in-projects-2:hover {
  background-color: #f5ecea26;
  border-color: #f5ecea73;
}

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

.main-button.in-article:hover {
  color: var(--main-black);
  border-width: 0;
  border-color: #0000;
}

.main-button.is-quote-button {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-color: #0000 #0000 #c99b8f8c;
  border-radius: 0;
}

.main-button.is-dark {
  background-color: var(--midnight-blue);
  opacity: 1;
  color: var(--rosy-brown);
  border-style: none;
  border-color: #e4c6be00;
}

.main-button.is-dark:hover {
  background-color: var(--footer-black);
  color: var(--misty-rose);
  border-style: none;
  border-color: #e4c6becc;
}

.footer-text-1 {
  color: var(--light-steel-blue);
  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: flex-start;
  align-items: center;
  width: 100%;
  height: 130px;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-contact-link-text {
  color: var(--light-steel-blue);
}

.menu-link-text {
  letter-spacing: .07em;
}

.menu-link-text:hover {
  letter-spacing: .12em;
}

.menu-bg-animation-for-image {
  z-index: 5;
  background-color: var(--footer-black);
  display: none;
  position: absolute;
  inset: 0%;
}

.menu-image {
  z-index: 2;
  position: fixed;
  inset: 0%;
}

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

.hero-case-border {
  border: 1px #c99b8f59;
  position: absolute;
  inset: 0%;
}

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

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

.fullscreen-hero-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: auto;
  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, #000000ed, #0009 52%, #00000003), url('../images/pay-off-faster.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.hero-bg-gradient-2.agetns {
  background-image: linear-gradient(to top, #000000ed, #0009 52%, #00000003), url('../images/Morgage-6.jpeg');
}

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

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

.hero-1-text-1 {
  color: var(--light-steel-blue);
  max-width: 27em;
  margin-bottom: 2.5em;
  font-size: 1.4em;
  line-height: 1.5em;
}

.section-background {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.section-bg-color-2 {
  z-index: 7;
  background-image: linear-gradient(#03224659, #032246f2 68%);
  position: absolute;
  inset: 0%;
}

.section-bg-color-1 {
  z-index: 6;
  background-color: var(--midnight-blue);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

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

.hero-4-inner {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 60em;
  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;
  grid-column-gap: 5vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 33em;
  display: flex;
  position: absolute;
}

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

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

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

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

.contact-link-block-small {
  color: var(--rosy-brown);
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.2em;
  line-height: 1.1em;
}

.contact-link-block-small.is-dark {
  color: var(--sienna);
  font-weight: 600;
}

.team-1-item {
  border-left: 4px solid var(--rosy-brown);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  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: #c99b8fa8;
}

.team-1-list {
  grid-column-gap: 1.5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  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: var(--white);
  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: var(--footer-black);
}

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

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

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

.image-hero-size-1 {
  z-index: 2;
  mix-blend-mode: multiply;
  background-color: #03224699;
  position: absolute;
  inset: 0%;
}

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

.logo-hexagon {
  object-fit: contain;
  width: 200px;
  max-width: none;
  margin-left: .2em;
  font-size: 111px;
  display: block;
  position: absolute;
}

.logo-hexagon.black {
  width: 14%;
}

.logo-hexagon.other-logo {
  display: block;
}

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

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

.button-arrow {
  color: var(--alice-blue-2);
  object-fit: contain;
  width: 1.1em;
  position: absolute;
}

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

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

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

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

.team-text-3 {
  color: #ffffff80;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: 600;
  line-height: 1.1em;
}

.team-text-3.is-dark {
  color: var(--sienna);
}

.submit-button {
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  text-align: left;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #5f453e12;
  background-image: url('../images/Arrow-Solid-Blue.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: .6em;
  width: 100%;
  margin-top: 24px;
  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 {
  background-color: var(--midnight-blue);
  color: var(--seashell);
  background-image: url('../images/Arrow-Solid-Beige.svg');
  background-size: .6em;
  width: 100%;
}

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

.submit-button.is-password-button.other-colours {
  border-color: var(--white);
  color: var(--white);
  background-image: url('../images/Arrow-Solid-Beige.svg');
  background-position: 90%;
  min-width: 10em;
  margin-top: 25px;
  padding-top: 1em;
  padding-bottom: 1em;
}

.submit-button.is-password-button.other-colours:hover {
  border-color: var(--midnight-blue);
}

.map-link {
  border-bottom: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  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 {
  background-color: #03224694;
  width: 200vw;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -100vw;
}

.gradient-bg-2 {
  z-index: 7;
  background-image: linear-gradient(#03224659, #00152ef2 68%);
  position: absolute;
  inset: 0%;
}

.empty-state-default {
  background-color: var(--dim-grey);
  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;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 30em;
  padding-bottom: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-image {
  z-index: 1;
  position: absolute;
  inset: 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(#0000 20%, #070504f2 85%);
  position: absolute;
  inset: 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: #f5eceacc;
  margin-top: .4em;
  font-size: 1.2em;
  line-height: 1.3em;
}

.project-column-1 {
  z-index: 10;
  color: var(--seashell);
  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: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.service-2-wrap {
  border-top: 1px none var(--dark-slate-blue-2);
}

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

.service-2-item {
  border-top: 1px solid var(--footer-black);
  border-bottom: 1px solid var(--footer-black);
  margin-top: 0;
  transition: background-color .2s, border-color .2s;
}

.service-2-item:last-child {
  border-bottom-color: #0000;
}

.service-2-item:hover {
  border-top-color: var(--footer-black);
  border-bottom-color: var(--footer-black);
  background-color: var(--midnight-blue);
}

.service-2-link {
  border-bottom: 1px solid var(--dark-slate-blue);
  background-color: var(--white);
  color: var(--midnight-blue);
  letter-spacing: .05em;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20em;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .6s, letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-2-link:hover {
  background-color: var(--alice-blue-2);
  color: var(--midnight-blue);
  letter-spacing: .2em;
}

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

.service-2-text-1 {
  color: var(--midnight-blue);
  letter-spacing: 0;
  max-width: 17.5em;
  margin-left: 1.7em;
  margin-right: auto;
  display: flex;
}

.service-2-minimum-width-1 {
  min-width: 20em;
  margin-right: 4px;
}

.service-2-minimum-width-1:hover {
  color: var(--footer-black);
  letter-spacing: .1em;
}

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

.consultancy {
  background-color: var(--alice-blue-2);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 13em;
  padding-bottom: 6em;
  display: flex;
}

.form-grid {
  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;
  width: 100%;
  display: grid;
}

.form-consultancy {
  z-index: 10;
  border: 1px solid var(--midnight-blue);
  border-radius: 3px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  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 var(--dark-slate-blue-2);
  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 {
  margin-bottom: 1.2em;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.7em;
}

.content-title-1 {
  color: var(--dark-slate-blue-2);
  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: var(--rosy-brown);
}

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

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

.hero-text-1 {
  color: var(--rosy-brown);
  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 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.service-1-text-1 {
  color: var(--light-steel-blue);
  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 {
  flex: 1;
  height: 50em;
  position: relative;
}

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

.service-1-list-page {
  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;
  width: 100%;
  display: flex;
}

.service-1-item-page {
  align-self: stretch;
  width: 100%;
  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;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 87%;
  max-width: 20em;
  display: flex;
  position: relative;
}

.service-1-background-1 {
  z-index: 5;
  background-color: #070504a6;
  position: absolute;
  inset: 0%;
}

.service-1-image-1 {
  z-index: 1;
  position: absolute;
  inset: 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;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: .2em;
  padding-bottom: .2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.project-column-3 {
  color: var(--seashell);
  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 {
  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;
  width: 100%;
  display: flex;
}

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

.team-2-item:hover {
  border-left-color: var(--sienna);
}

.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: #916c63b3;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: 600;
  line-height: 1.1em;
}

.team-member-contact {
  z-index: 10;
  color: var(--dim-grey);
  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: var(--footer-black);
  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: var(--footer-black);
}

.team-column-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 80vh;
  display: flex;
  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;
  color: #e4c6bef0;
  max-width: 25em;
  margin-top: 1.7em;
  font-size: 1.1em;
  line-height: 1.7em;
  position: relative;
}

.about-team-text-1 {
  color: #032246cc;
  max-width: 26em;
  margin-bottom: 3.5em;
  font-size: 1.3em;
  line-height: 1.8em;
}

.content-line-1 {
  background-color: var(--sienna);
  width: 100%;
  height: 1px;
  margin-bottom: 4em;
}

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

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

.service-content {
  background-color: var(--white);
}

.fixed-background {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

.hero-6-bg-color {
  z-index: 6;
  mix-blend-mode: multiply;
  background-color: #110c0b96;
  position: absolute;
  inset: 0%;
}

.service-grid-1 {
  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;
  place-items: flex-start center;
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.sidebar-list {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  height: 100%;
  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: var(--dark-slate-blue-3);
  letter-spacing: .2em;
  text-transform: uppercase;
  border-top: 1px solid #0000;
  border-bottom: 1px solid #0000;
  border-left: .7em solid #0000;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 1em 4em 1em 5em;
  font-family: Big Shoulders Text, sans-serif;
  transition: color .2s, background-color .2s;
  display: flex;
}

.sidebar-link:hover {
  border-top-color: var(--light-steel-blue-2);
  border-bottom-color: var(--light-steel-blue-2);
  color: var(--white);
  background-color: #094b973d;
}

.sidebar-link.w--current {
  color: #c99b8f;
  border-left-color: #449aff99;
  padding-top: 1em;
  padding-bottom: 1em;
}

.sidebar-text {
  color: var(--light-steel-blue);
  font-size: 2em;
}

.sidebar-icon {
  opacity: .5;
  color: var(--dodger-blue);
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
}

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

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

.grid-box-1.is-middle {
  border: 1px solid var(--misty-rose);
}

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

.about-icon-1 {
  object-fit: contain;
  width: 1em;
  height: 1em;
  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: var(--white);
  transition: color .2s;
  overflow: hidden;
}

.project-title-link:hover {
  color: #fffc;
}

.project-title-link.is-darker {
  color: var(--footer-black);
}

.project-line {
  background-color: var(--sienna);
  width: .5em;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

.blogs {
  height: 100%;
}

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

.blog-item {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 20em;
  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: #e4c6becc;
  margin-top: .4em;
  font-size: 1em;
  line-height: 1.3em;
}

.blog-description-text.is-darker {
  color: #070504cf;
}

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

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

.blog-line-2 {
  background-color: #c0ddff8f;
  width: 100%;
  height: .5em;
  margin-bottom: 3em;
}

.blog-author-name {
  color: var(--dodger-blue);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
}

.blog-author-link-featured {
  color: var(--misty-rose);
  margin-bottom: 1.5em;
}

.blog-short-description-1 {
  z-index: 10;
  color: var(--light-steel-blue);
  max-width: 25em;
  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-content: stretch;
  align-items: start;
}

.blog-main-image {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.blog-line-1 {
  background-color: var(--dark-slate-blue-2);
  width: .5em;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.blog-column-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 90vh;
  display: flex;
  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, #1e1513c2 60%, #22181600);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10em 2.5em 4em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.footer-menu-button {
  z-index: 10;
  border-style: solid;
  border-width: 1px;
  border-color: transparent var(--light-steel-blue) transparent transparent;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 5em;
  padding: .5em 1em;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.footer-menu-button:hover {
  border-color: var(--dark-slate-blue-3) var(--white) var(--dark-slate-blue-3) var(--dark-slate-blue-3);
  background-color: var(--dark-slate-blue-3);
}

.hero-6 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.section-bg-color-3 {
  z-index: 7;
  background-image: linear-gradient(#03224659 35%, #032246f2);
  position: absolute;
  inset: 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: var(--misty-rose);
  margin-top: .5em;
  margin-bottom: .5em;
}

.blog-author-link-2 {
  color: var(--misty-rose);
  margin-bottom: .7em;
  padding-top: .2em;
  padding-bottom: .2em;
  overflow: hidden;
}

.blog-author-link-2.is-darker {
  color: var(--sienna);
}

.image-bg-gradient-2 {
  z-index: 2;
  background-image: linear-gradient(48deg, #070504cc, #040303b3 15%, #0000 85%);
  position: absolute;
  inset: 0%;
}

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

.form-column-1 {
  border: 1px none var(--dark-slate-blue-2);
  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: var(--sienna-2);
}

.hero-6-text-1 {
  color: var(--alice-blue-2);
  width: 100%;
  max-width: 33em;
  height: auto;
  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;
  color: var(--seashell);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  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: var(--alice-blue-2);
}

.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, #000000f2, #000000ba 30%, #0000 60%, #000000e6 104%);
  position: absolute;
  inset: 0%;
}

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

.explore-button:hover {
  background-color: var(--dark-slate-blue-3);
  opacity: 1;
  color: #f8cabf;
  border-color: #f5ecea80;
}

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

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

.background-gradient-2 {
  z-index: 7;
  background-image: linear-gradient(to right, #0000, #0009 35% 70%, #0000);
  position: absolute;
  inset: 0%;
}

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

.name-text-1 {
  color: var(--white);
  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: var(--light-steel-blue);
  font-size: 1em;
  font-weight: 400;
}

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

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

.article-short-description {
  border-left: .2em solid var(--dodger-blue);
  color: var(--alice-blue);
  max-width: 27em;
  margin-top: .5em;
  margin-right: 5em;
  padding-left: 3em;
  font-size: 1.3em;
  line-height: 1.6em;
}

.background-block-1 {
  position: absolute;
  inset: 0%;
}

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

.article-image-1 {
  z-index: 10;
  border: 1px solid #e4c6be26;
  width: 100%;
  max-width: 20em;
  height: 100%;
  min-height: 18em;
  position: relative;
}

.article-text-2 {
  color: #ffffffd9;
  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: var(--white);
  border-bottom: 2px solid #0000;
  margin-bottom: 3em;
}

.article-author-block:hover {
  border-bottom-color: var(--white);
}

.page-details-block {
  z-index: 20;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  background-color: #e4c6be12;
  border-top: 1px solid #e4c6be33;
  position: relative;
}

.article-author-block-2 {
  color: var(--white);
  margin-bottom: 3em;
}

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

.timeline-1 {
  background-color: #272b3d33;
  width: 1px;
  height: 80vh;
  margin-left: auto;
  position: sticky;
  top: 10vh;
}

.article-sidebar {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  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;
  inset: 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 {
  object-fit: contain;
  width: 1em;
  height: 1em;
  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 {
  align-items: center;
  width: 100%;
  margin-bottom: 3.5em;
  padding-bottom: 3.5em;
  display: flex;
  position: relative;
}

.hero-1-text-2 {
  color: var(--misty-rose);
  max-width: 19em;
  margin-top: 1em;
  font-size: 1.2em;
  line-height: 1.5em;
}

.hero-bottom-line {
  background-color: #e4c6be4d;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.content-text-9 {
  color: #032246e6;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.2em;
}

.content-text-10 {
  color: #032246bf;
  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 var(--misty-rose);
  border-bottom: 1px solid var(--misty-rose);
  margin-bottom: 6.5em;
  padding-top: 5em;
  padding-bottom: 5em;
}

.clients.in-home-1 {
  border-top: 1px solid var(--dark-slate-blue-2);
  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;
  place-items: center;
  display: grid;
}

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

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

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

.project-grid-1 {
  z-index: 10;
  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;
  width: 100%;
  display: grid;
  position: relative;
}

.project-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  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 {
  opacity: .85;
  max-width: 24em;
  margin-bottom: 3em;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}

.form-column-2 {
  z-index: 10;
  background-color: var(--alice-blue-2);
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}

.hero-grid-1 {
  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;
  place-items: flex-start stretch;
  width: 100%;
  display: grid;
}

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

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

.service-1-text-2 {
  color: var(--rosy-brown);
  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 {
  justify-content: space-between;
  width: 100%;
  padding: 0;
  display: flex;
}

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

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

.team-grid-2 {
  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;
  place-items: flex-start stretch;
  width: 100%;
  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;
  inset: auto 0% 0%;
}

.breadcrumb-link {
  color: var(--misty-rose);
  text-align: center;
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: 11em;
  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 {
  color: var(--white);
  letter-spacing: .4em;
  text-indent: .4em;
  min-width: 12.5em;
}

.breadcrumb-text {
  color: var(--light-steel-blue);
  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;
  width: 100%;
  padding-top: 8em;
  padding-bottom: 8em;
  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: var(--sienna);
  font-size: 10vw;
}

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

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

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

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

.service-large-link:hover {
  letter-spacing: 2vw;
  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(#f5eceacc, #f5ecea 40%);
  position: absolute;
  inset: 0%;
}

.team-3-list {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  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 {
  margin-bottom: 8em;
}

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

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

.bg-animation-1 {
  z-index: 1;
  background-color: var(--midnight-blue);
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-bg-gradient-3 {
  z-index: 6;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#0000008c, #0000 50%), linear-gradient(to top, #0000004d, #000000cf 50%, #0003);
  position: absolute;
  inset: 0%;
}

.form-text-2 {
  color: var(--midnight-blue);
  margin-top: auto;
  margin-bottom: 1.1em;
  font-size: 1.1em;
}

.form-content-column-3 {
  border-left: 1px none var(--light-steel-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10em 6.2em;
  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 {
  border-left: 4px solid var(--rosy-brown);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: .3em;
  padding-left: 3.3em;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.team-3-item:hover {
  border-left-color: #c99b8fa8;
}

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

.content-grid-2 {
  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;
  place-items: flex-start stretch;
  width: 100%;
  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 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 28.2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-image-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  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;
  place-items: start center;
}

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

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

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

.content-text-11 {
  color: var(--main-black);
  font-size: 1.4em;
  line-height: 1.7em;
}

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

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

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

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

.timeline-2 {
  background-color: #272b3d33;
  width: 1px;
  height: 80vh;
  margin-right: auto;
  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 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 20em;
  min-height: 33vh;
  padding: 2.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sidebar-image-size {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.sidebar-image-bg {
  z-index: 3;
  background-image: linear-gradient(#0000, #000000b3);
  position: absolute;
  inset: 0%;
}

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

.content-title-2 {
  color: var(--sienna);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .8em;
  font-size: .8em;
  font-weight: 600;
  line-height: 1em;
}

.hero-5-inner {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80em;
  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;
  inset: auto 0% 0%;
}

.project-bg-color-1 {
  z-index: 20;
  background-image: linear-gradient(#070504, #070504cc);
  position: absolute;
  inset: 0%;
}

.borders-1 {
  z-index: 20;
  border-top: 10px solid var(--white);
  border-right: 10px solid var(--white);
  border-left: 10px solid var(--white);
  position: relative;
}

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

.hero-4-header-fullscreen {
  z-index: 10;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  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: var(--seashell);
  position: absolute;
  inset: 0%;
}

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

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

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

.borders-full {
  z-index: 20;
  border: 20px solid var(--white);
  position: relative;
}

.uppercase-text-2 {
  color: var(--light-steel-blue);
  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: var(--misty-rose);
  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;
  place-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 {
  color: #032246cc;
  max-width: 21em;
  font-size: 1.2em;
  line-height: 1.5em;
}

.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 {
  color: #fff;
  background-color: #19a756;
  border: 1px solid #f1fff8;
  width: 100%;
  padding: 7em;
}

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

.form-success-image-bg {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.form-success-bg-color {
  z-index: 20;
  background-color: #63918ee6;
  background-image: linear-gradient(135deg, var(--cadet-blue) 10%, #63918e00 63%);
  position: absolute;
  inset: 0%;
}

.form-error-message-2 {
  background-color: #ffccd5;
  border: 1px solid #c9184a;
  width: 100%;
  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: var(--misty-rose);
  display: none;
  position: absolute;
  inset: 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;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 20em;
  min-width: 20em;
  min-height: 20em;
  padding: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-case-gradient-2 {
  z-index: 3;
  text-align: center;
  background-image: linear-gradient(225deg, #22181600, #110c0bf0);
  margin: 1px;
  position: absolute;
  inset: 0%;
}

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

.utility-page-content {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  width: 33em;
  padding: 5em;
  display: flex;
}

.is-404-header {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100vh;
  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 {
  color: var(--midnight-blue-2);
  text-align: left;
  width: 100%;
  max-width: 26em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3em;
  line-height: 1.6em;
}

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

.about-block-1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 42em;
  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 auto auto;
  align-items: center;
}

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

.about-block-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60em;
  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;
}

.dropdown-link-3 {
  text-transform: uppercase;
  background-image: none;
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: 28px;
  align-items: center;
  margin-left: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 35px;
  transition: all .45s;
  display: flex;
}

.dropdown-link-3:hover {
  letter-spacing: .5px;
}

.dropdown-link-5 {
  text-transform: uppercase;
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-left: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 35px;
  transition: all .45s;
}

.dropdown-link-5:hover {
  letter-spacing: .5px;
}

.dropdown-link-4 {
  text-transform: uppercase;
  background-image: none;
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-left: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 35px;
  transition: all .2s;
}

.dropdown-link-4:hover {
  letter-spacing: .5px;
}

.dropdown-link-2 {
  text-transform: uppercase;
  background-image: none;
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: 25px;
  align-items: center;
  margin-left: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 35px;
  transition: all .4s;
  display: flex;
}

.dropdown-link-2:hover {
  letter-spacing: .5px;
}

.dropdown-list.w--open {
  background-color: #070504a6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 14vw;
  display: flex;
}

.nav-link-block-2 {
  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-2:hover {
  letter-spacing: .3em;
  text-indent: .3em;
}

.nav-link-block-2.in-light-nav {
  color: #032246;
  padding-right: 2.4em;
}

.nav-link-block-2.in-light-nav.w--open {
  padding-right: 2.8em;
}

.dropdown-link-6 {
  text-transform: uppercase;
  background-image: none;
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-left: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 36px;
  transition: all .45s;
}

.dropdown-link-6:hover {
  letter-spacing: .5px;
  background-image: none;
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-left: 5px;
}

.brand-2 {
  color: #fff;
  border: 1px #0000;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  padding: .5em 0;
  transition: border-color .2s;
  display: flex;
  left: 0;
}

.brand-2:hover {
  border-color: #c99b8f4d #c99b8f4d #c99b8f4d #0000;
}

.brand-2.w--current {
  justify-content: flex-start;
  width: 300px;
  padding-left: 0;
  padding-right: 0;
  position: static;
  left: 0;
}

.brand-2.w--current:hover {
  border-style: none;
}

.burger-line-2 {
  background-color: var(--seashell-2);
  width: 100%;
  height: 2px;
}

.icon {
  color: #fff;
  right: -9px;
}

.icon.black-icon {
  color: var(--footer-black);
  margin-right: 11px;
}

.dropdown {
  align-self: center;
  height: 100%;
}

.dropdown-link {
  text-transform: uppercase;
  background-image: none;
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-left: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 35px;
  transition: all .45s;
}

.dropdown-link:hover {
  letter-spacing: .5px;
}

.dropdown-link-7 {
  color: var(--white);
  text-transform: uppercase;
  background-image: url('../images/Icon-Investment.png');
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-left: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 36px;
  transition: all .45s;
}

.dropdown-link-7:hover {
  letter-spacing: .5px;
  background-image: url('../images/Icon-Investment.png');
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-left: 5px;
}

.dropdown-link-8 {
  color: var(--white);
  text-transform: uppercase;
  background-image: url('../images/Icon-Commercial.png');
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-left: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 35px;
  transition: all .2s;
}

.dropdown-link-8:hover {
  letter-spacing: .5px;
}

.dropdown-link-9 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-left: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  transition: all .45s;
}

.dropdown-link-9:hover {
  letter-spacing: .5px;
}

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

.nav-link-block-3 {
  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-weight: 400;
  text-decoration: none;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  overflow: hidden;
}

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

.nav-link-block-3.in-light-nav {
  color: #032246;
  height: 100%;
  margin-right: 0;
  padding-bottom: 20px;
  padding-right: .9em;
}

.nav-link-block-3.in-light-nav:hover {
  padding-left: .9em;
  padding-right: .9em;
}

.nav-link-block-3.in-light-nav.w--open {
  padding-right: 2.8em;
}

.dropdown-link-10 {
  color: var(--white);
  text-transform: uppercase;
  background-image: url('../images/Icon-Home-Equity-Loan.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-left: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 35px;
  transition: all .45s;
}

.dropdown-link-10:hover {
  letter-spacing: .5px;
}

.dropdown-link-11 {
  color: var(--white);
  text-transform: uppercase;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  align-items: center;
  margin-left: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  transition: all .45s;
  display: flex;
}

.dropdown-link-11:hover {
  letter-spacing: .5px;
}

.dropdown-link-12 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  transition: all .4s;
  display: flex;
}

.dropdown-link-12:hover {
  letter-spacing: .5px;
}

.dropdown-link-12.w--current {
  padding-left: 0;
}

.div-block {
  border-top: 1px solid #000;
  height: 1px;
}

.div-block-2 {
  align-items: center;
  height: 100%;
  padding-top: 26em;
  padding-bottom: 18em;
  display: flex;
}

.main-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.paragraph {
  padding-left: 5em;
  padding-right: 5em;
  font-size: 1.3em;
  line-height: 1.6em;
}

.image {
  margin-top: 25px;
  margin-bottom: 42px;
}

.background-video {
  z-index: 6;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.play-pause-button {
  display: none;
}

.nav-menu-button-2 {
  z-index: 10;
  cursor: pointer;
  border: 1px solid #0000;
  border-right-color: #f5eeea;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8em;
  padding: .5em 1em;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.nav-menu-button-2:hover {
  background-color: #5f453e00;
  border-style: solid;
  border-color: #000 #f5eeea #000 #000;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}

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

.dropdown-link-13 {
  color: #fff;
  text-transform: uppercase;
  background-image: url('../images/Icon-Refinance.png');
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: 25px;
  align-items: center;
  margin-left: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 35px;
  transition: all .4s;
  display: flex;
}

.dropdown-link-13:hover {
  letter-spacing: .5px;
}

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

.dropdown-link-14 {
  color: #fff;
  text-transform: uppercase;
  background-image: url('../images/Icon-Home-Equity-Loan.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-left: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 35px;
  transition: all .45s;
}

.dropdown-link-14:hover {
  letter-spacing: .5px;
}

.dropdown-link-15 {
  color: #fff;
  text-transform: uppercase;
  background-image: url('../images/Icon-SelfEmployed.png');
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-left: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 35px;
  transition: all .45s;
}

.dropdown-link-15:hover {
  letter-spacing: .5px;
}

.dropdown-link-16 {
  color: #fff;
  text-transform: uppercase;
  background-image: url('../images/Icon-Commercial.png');
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-left: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 35px;
  transition: all .2s;
}

.dropdown-link-16:hover {
  letter-spacing: .5px;
}

.dropdown-link-17 {
  color: #fff;
  text-transform: uppercase;
  background-image: url('../images/Icon-Private-Mortgage.png');
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: 28px;
  align-items: center;
  margin-left: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 35px;
  transition: all .45s;
  display: flex;
}

.dropdown-link-17:hover {
  letter-spacing: .5px;
}

.dropdown-link-18 {
  color: #fff;
  text-transform: uppercase;
  background-image: url('../images/Icon-Investment.png');
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-left: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 36px;
  transition: all .45s;
}

.dropdown-link-18:hover {
  letter-spacing: .5px;
  background-image: url('../images/Icon-Investment.png');
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-left: 5px;
}

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

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

.main-button-2:hover {
  opacity: 1;
  color: #f8cabf;
  background-color: #f5ecea12;
  border-color: #f5ecea80;
}

.main-button-2.in-menu {
  background-color: #094b97;
  border-style: none;
  border-color: #fff;
  height: 60px;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .9em;
}

.collection-list-wrapper-3 {
  border-top: 1px solid var(--light-steel-blue);
  margin-top: 16px;
  padding-top: 40px;
}

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

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

.collection-list-2 {
  text-align: center;
  width: 200px;
}

.collection-list-3 {
  width: 200px;
}

.collection-list-4 {
  text-align: center;
}

.collection-item-2 {
  margin-top: 11px;
  margin-bottom: 11px;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  inset: 11% 11% auto auto;
}

.image-3 {
  z-index: 99;
  opacity: 1;
  position: absolute;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  line-height: 3em;
  display: flex;
}

.link {
  color: var(--dark-slate-blue-2);
  text-align: center;
  margin-top: 0;
  font-size: 2vw;
  line-height: 1em;
}

.div-block-5 {
  z-index: 999;
  position: relative;
  top: 0;
  left: 0;
}

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

.title-heading-wrapper {
  overflow: hidden;
}

.title-heading-wrapper.title-home-1 {
  z-index: 2;
  width: auto;
  margin-top: 35px;
  margin-bottom: 35px;
  position: relative;
}

.email-text {
  background-color: #0ea126;
  padding: 18px;
}

.italic-text-27 {
  font-size: 18px;
  font-weight: 400;
  line-height: .8em;
}

.italic-text-28 {
  font-size: 1.4vw;
}

.bold-text {
  font-size: 2.6vw;
}

.recaptcha {
  margin-top: 12px;
}

.recaptcha-2 {
  margin-top: 24px;
}

.link-4 {
  color: #2e2e99;
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 1.5vw;
  line-height: 2em;
}

.link-4:hover {
  color: #626975;
}

.section-white {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px 80px;
  display: flex;
}

.section-white.space-up {
  padding-top: 80px;
}

.grid-photography-license {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  width: 80%;
}

.link-5 {
  color: #4242b1;
  font-size: 24px;
  line-height: 24px;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-8 {
  outline-offset: 0px;
  outline: 1px solid #626975;
  width: 100%;
  height: 200px;
}

.bold-text-2 {
  font-size: 2em;
  font-weight: 500;
}

.text-block-2 {
  margin-bottom: 11px;
  font-size: 2em;
  line-height: 24px;
}

.text-block-3 {
  font-size: 1.3vw;
  line-height: 1.5em;
}

.text-block-4 {
  margin-bottom: 13px;
}

.paragraph-hero-white {
  color: #fff;
  text-align: center;
  max-width: 590px;
  margin-bottom: 17px;
  font-size: 20px;
  line-height: 1.6em;
}

.div-block-9 {
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .fullscreen-hero.thank-you-page {
    justify-content: center;
    align-items: center;
  }

  .title-heading-wrapper {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .title-heading-wrapper.title-home-1 {
    overflow: visible;
  }

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

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

  .nav-text.white-text {
    color: #fff;
  }

  .hero-case-content {
    height: 150px;
  }

  .title-anim-trigger-2 {
    font-size: 1vw;
  }

  .uppercase-text-2 {
    line-height: 2em;
  }

  .dropdown-link-3 {
    background-image: none;
    background-position: 0 30%;
    background-repeat: no-repeat;
    background-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 46px;
    transition: all .45s;
  }

  .dropdown-link-3:hover {
    letter-spacing: .5px;
  }

  .dropdown-link-5 {
    background-image: none;
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 46px;
    transition: all .45s;
  }

  .dropdown-link-5:hover {
    letter-spacing: .5px;
  }

  .dropdown-link-4 {
    background-image: none;
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 46px;
    transition: all .45s;
  }

  .dropdown-link-4:hover {
    letter-spacing: .5px;
    font-family: Source Sans Pro, sans-serif;
  }

  .dropdown-link-2 {
    background-image: none;
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 32px;
    margin-left: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 41px;
    transition: all .45s;
  }

  .dropdown-link-2:hover {
    letter-spacing: .5px;
  }

  .dropdown-list, .dropdown-list.w--open {
    background-color: #070504a6;
  }

  .nav-link-block-2.in-light-nav {
    padding-left: .7em;
    padding-right: 2.4em;
  }

  .dropdown-link-6 {
    background-image: none;
    background-position: 0 30%;
    background-repeat: no-repeat;
    background-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 46px;
    transition: all .45s;
  }

  .dropdown-link-6:hover {
    letter-spacing: .5px;
    background-size: 40px;
  }

  .burger-line-2 {
    background-color: #fff;
  }

  .icon {
    color: #fff;
  }

  .dropdown-link {
    text-transform: uppercase;
    background-image: none;
    background-position: 0 30%;
    background-repeat: no-repeat;
    background-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 46px;
    transition: all .45s;
  }

  .dropdown-link:hover {
    letter-spacing: .5px;
  }

  .dropdown-link-7 {
    background-image: url('../images/Icon-Investment.png');
    background-position: 0 30%;
    background-repeat: no-repeat;
    background-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 46px;
    transition: all .45s;
  }

  .dropdown-link-7:hover {
    letter-spacing: .5px;
    background-size: 40px;
  }

  .dropdown-link-8 {
    background-image: url('../images/Icon-Commercial.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 46px;
    transition: all .45s;
  }

  .dropdown-link-8:hover {
    letter-spacing: .5px;
  }

  .dropdown-link-9 {
    text-transform: uppercase;
    background-image: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    transition: all .45s;
  }

  .dropdown-link-9:hover {
    letter-spacing: .5px;
  }

  .nav-link-block-3.in-light-nav {
    padding-left: .7em;
    padding-right: 1.3em;
  }

  .dropdown-link-10 {
    background-image: url('../images/Icon-Home-Equity-Loan.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 46px;
    transition: all .45s;
  }

  .dropdown-link-10:hover {
    letter-spacing: .5px;
  }

  .dropdown-link-11 {
    background-image: url('../images/Icon-Private-Mortgage.png');
    background-position: 0 30%;
    background-repeat: no-repeat;
    background-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 46px;
    transition: all .45s;
  }

  .dropdown-link-11:hover {
    letter-spacing: .5px;
  }

  .dropdown-link-12 {
    background-image: none;
    width: 200px;
    margin-left: 0;
    padding: 20px 0;
    transition: all .45s;
  }

  .dropdown-link-12:hover {
    letter-spacing: .5px;
  }

  .dropdown-link-13 {
    background-image: url('../images/Icon-Refinance.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 32px;
    margin-left: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 41px;
    transition: all .45s;
  }

  .dropdown-link-13:hover {
    letter-spacing: .5px;
  }

  .dropdown-link-14 {
    background-image: url('../images/Icon-Home-Equity-Loan.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 46px;
    transition: all .45s;
  }

  .dropdown-link-14:hover {
    letter-spacing: .5px;
  }

  .dropdown-link-15 {
    text-transform: uppercase;
    background-image: url('../images/Icon-SelfEmployed.png');
    background-position: 0 30%;
    background-repeat: no-repeat;
    background-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 46px;
    transition: all .45s;
  }

  .dropdown-link-15:hover {
    letter-spacing: .5px;
  }

  .dropdown-link-16 {
    background-image: url('../images/Icon-Commercial.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 46px;
    transition: all .45s;
  }

  .dropdown-link-16:hover {
    letter-spacing: .5px;
  }

  .dropdown-link-17 {
    background-image: url('../images/Icon-Private-Mortgage.png');
    background-position: 0 30%;
    background-repeat: no-repeat;
    background-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 46px;
    transition: all .45s;
  }

  .dropdown-link-17:hover {
    letter-spacing: .5px;
  }

  .dropdown-link-18 {
    background-image: url('../images/Icon-Investment.png');
    background-position: 0 30%;
    background-repeat: no-repeat;
    background-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 46px;
    transition: all .45s;
  }

  .dropdown-link-18:hover {
    letter-spacing: .5px;
    background-size: 40px;
  }

  .burger-line-3 {
    background-color: #fff;
  }
}

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

  .hero-case-content {
    height: 170px;
  }

  .nav-link-block-3.in-light-nav:hover {
    padding-left: 0;
    padding-right: 1.3em;
  }
}

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

  .rich-text.in-services {
    font-size: 12px;
  }

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

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

  .main {
    padding-top: 0;
  }

  .section.with-hero-styles.shorter-main-image {
    height: 50vh;
  }

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

  .section.is-hero-6 {
    height: 40vh;
  }

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

  .section.with-bg-black-and-borders.consultation-section {
    height: 400px;
  }

  .color-define {
    height: 4em;
  }

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

  .fullscreen-hero {
    padding-bottom: 4em;
  }

  .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: 3em;
  }

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

  .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: 2.8em;
  }

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

  .hero-1-title-block {
    width: 85%;
  }

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

  .navbar.is-light-nav {
    padding-bottom: 2.7em;
  }

  .nav-inner {
    max-width: none;
    min-height: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .brand:hover {
    border-color: #0000;
  }

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

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

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

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

  .image-animation-trigger.other-size {
    height: 250px;
    top: -65px;
  }

  .image-animation-trigger.big-block {
    height: 400px;
  }

  .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 {
    width: 15em;
    min-width: 15em;
  }

  .hero-case:hover {
    width: 15em;
    min-width: 15em;
    height: auto;
  }

  .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: #0000;
  }

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

  .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-2-contact {
    flex: 1;
    min-width: auto;
    min-height: 9em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .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 {
    padding-left: .2em;
    padding-right: .2em;
  }

  .nav-menu-button:hover {
    background-color: #0000;
    border-color: #0000 #c99b8f4d #0000 #0000;
  }

  .nav-burger-menu {
    color: var(--white);
  }

  .burger-line {
    background-color: var(--white);
  }

  .menu-column-2-inner {
    min-width: 15em;
  }

  .fullscreen-menu {
    display: none;
  }

  .menu-2-main-link {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .menu-2-main-link:hover {
    border-bottom-color: #ffffff1a;
    height: 100%;
  }

  .menu-social-text {
    font-size: .85em;
    font-weight: 600;
  }

  .close-button {
    opacity: 1;
    font-size: .9em;
    right: 7em;
  }

  .menu-link {
    font-size: 3vh;
  }

  .menu-link.smaller {
    font-size: 2vh;
  }

  .main-button {
    min-height: 4em;
  }

  .main-button.in-menu {
    font-size: .8em;
    left: 0;
  }

  .main-button.in-menu.in-light-nav {
    background-color: var(--dark-slate-blue-2);
  }

  .main-button.in-services {
    margin-left: 0;
    padding: .5em 1em;
  }

  .main-button.in-services:hover {
    background-color: var(--dark-slate-blue-2);
    border-color: #0000;
  }

  .footer-grid-1 {
    grid-column-gap: 5em;
    grid-row-gap: 2.5em;
    grid-template-columns: .5fr 2fr;
  }

  .fullscreen-hero-2 {
    padding-top: 12em;
    padding-bottom: 12em;
  }

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

  .title-anim-trigger-1 {
    margin-bottom: .4em;
  }

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

  .hero-4-header {
    min-height: auto;
  }

  .title-anim-trigger-2 {
    padding-bottom: 0;
  }

  .logo-hexagon {
    width: 170px;
    display: block;
  }

  .logo-hexagon.black {
    width: 24%;
    display: block;
  }

  .logo-hexagon.other-logo {
    display: block;
  }

  .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 {
    align-items: flex-start;
    width: 100%;
    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 {
    border-top-color: var(--rosy-brown);
    border-bottom-color: var(--rosy-brown);
    background-color: #0000;
  }

  .service-2-link {
    min-height: auto;
    padding-top: 3.7em;
    padding-bottom: 3.7em;
  }

  .service-2-link:hover {
    letter-spacing: .05em;
    padding-top: 3.7em;
    padding-bottom: 3.7em;
  }

  .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 #906c634d;
    border-left-width: 0;
    border-left-color: #0000;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .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 {
    min-height: 50vh;
    padding-top: 12em;
    padding-bottom: 7em;
  }

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

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

  .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: #0000;
    border-color: #0000 #c99b8f4d #0000 #0000;
  }

  .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: #0000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-column-1:hover {
    border-color: #0000;
  }

  .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 {
    justify-content: flex-start;
    width: 100%;
    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 {
    letter-spacing: .3em;
    text-indent: .3em;
    min-width: auto;
  }

  .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 {
    border-left-style: none;
    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 {
    flex-direction: row;
    width: 100%;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 5em;
    position: relative;
    top: 0;
  }

  .content-text-11 {
    color: var(--seashell);
  }

  .project-title-text-1 {
    font-size: 1.6em;
  }

  .quote-image-1 {
    font-size: 3.4em;
  }

  .case-sidebar-block-1 {
    z-index: 10;
    color: var(--white);
    width: 100%;
    padding: 5em;
    position: relative;
  }

  .case-sidebar-block-2 {
    z-index: 1;
    align-items: center;
    height: auto;
    min-height: auto;
    position: absolute;
    inset: 0%;
  }

  .sidebar-image-bg {
    background-image: linear-gradient(#00000073, #000c);
  }

  .content-title-2 {
    color: var(--misty-rose);
  }

  .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 {
    margin-bottom: 0;
    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;
    padding-left: 48px;
    padding-right: 48px;
  }

  .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: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .about-block-1 {
    padding-left: 0;
    padding-right: 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;
  }

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

  .brand-2:hover {
    border-color: #0000;
  }

  .burger-line-2 {
    background-color: var(--white);
  }

  .div-block-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .nav-menu-button-2:hover {
    background-color: #0000;
    border-color: #0000 #c99b8f4d #0000 #0000;
  }

  .burger-line-3 {
    background-color: #c99b8f;
  }

  .main-button-2 {
    min-height: 4em;
  }

  .main-button-2.in-menu {
    font-size: .8em;
  }

  .div-block-4 {
    align-items: flex-end;
    width: 200px;
  }

  .link {
    width: 100%;
    font-size: 3vw;
  }

  .title-heading-wrapper {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .title-heading-wrapper.title-home-1 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .italic-text-28 {
    font-size: 2vw;
  }

  .bold-text {
    font-size: 4vw;
  }

  .section-white {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .section-white.space-up {
    padding: 57px 0;
  }
}

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

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

  .section {
    height: auto;
  }

  .section.with-hero-styles.shorter-main-image {
    height: 40vh;
  }

  .section.is-hero-6 {
    height: 35vh;
  }

  .section.is-service-sec-1 {
    border-top-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
  }

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

  .section.with-bg-black-and-borders.consultation-section {
    height: 300px;
  }

  .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container.is-article-con {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .container.more-space-up-down {
    padding: 0 0;
  }

  .fullscreen-hero {
    min-height: 88vh;
    padding-top: 15em;
  }

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

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

  .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: 3em;
  }

  .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: 2em;
  }

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

  .image-animation-trigger.big-block {
    height: 300px;
  }

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

  .content-grid-3 {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .hero-case {
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    min-height: 10em;
    padding-right: 7.6em;
  }

  .hero-case:hover {
    width: 100%;
    min-width: auto;
  }

  .hero-case-circle {
    width: 4em;
    height: 4em;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .hero-case-gradient {
    background-image: linear-gradient(270deg, #22181600, #110c0bf0);
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    inset: 0% auto 0% 0%;
  }

  .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: 3vw;
  }

  .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::placeholder {
    font-size: .9em;
  }

  .checkbox-field {
    font-size: 1.2em;
  }

  .form-content-column-2 {
    width: 100%;
    padding-left: 5em;
    padding-right: 5em;
  }

  .form-content-column-1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-grid-1 {
    flex-wrap: wrap;
  }

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

  .footer-link-1 {
    border-bottom: 1px solid #f5ecea26;
    flex: 0 auto;
    align-self: auto;
    width: 50%;
  }

  .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 {
    position: relative;
  }

  .menu-column-1 {
    align-self: auto;
    width: 100%;
    padding-top: 7.7em;
    padding-bottom: 4em;
    overflow: visible;
  }

  .menu-2-main-link {
    min-height: 6.2em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .menu-social-text {
    font-size: 1em;
  }

  .menu-contact-link {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }

  .fullscreen-inner {
    flex-flow: wrap;
    place-content: flex-start space-between;
    align-items: stretch;
    overflow: auto;
  }

  .close-button {
    top: 2.6em;
    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;
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .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: 13px;
    margin-left: 0;
  }

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

  .fullscreen-hero-2 {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-header-1 {
    min-height: 88vh;
    padding-top: 15em;
  }

  .hero-1-text-1 {
    font-size: 1.3em;
  }

  .hero-4 {
    padding-top: 9.7em;
    padding-bottom: 12em;
  }

  .hero-4-inner {
    margin-bottom: 2.5em;
  }

  .hero-4-images.is-fullscreen-images {
    height: 40em;
    min-height: auto;
  }

  .hero-4-images.smaller-height {
    height: 25em;
  }

  .content-column-5 {
    width: 100%;
    padding-left: 5em;
    padding-right: 5em;
  }

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

  .hero-4-header {
    padding-top: 21em;
    padding-bottom: 14em;
  }

  .logo-hexagon {
    width: 150px;
  }

  .logo-hexagon.black {
    width: 28%;
  }

  .logo-hexagon.other-logo {
    width: 150px;
  }

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

  .content-grid-4 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

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

  .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: 9.7em;
    padding-bottom: 9.7em;
  }

  .sidebar-link {
    border-bottom-color: #c99b8f4d;
    padding-left: 3.2em;
    padding-right: 3.2em;
  }

  .sidebar-link:hover {
    border-bottom-color: #c99b8f4d;
  }

  .sidebar-link.w--current {
    padding-top: 2.3em;
    padding-bottom: 2.3em;
  }

  .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 {
    border-color: var(--white);
    width: 6em;
  }

  .hero-6 {
    height: 100%;
    padding-top: 9.8em;
  }

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

  .hero-6-text-1 {
    height: auto;
  }

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

  .service-title-block {
    padding-bottom: .8em;
  }

  .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: 8em;
    padding-bottom: 8em;
  }

  .team-image-size {
    height: 28em;
  }

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

  .form-content-column-3 {
    border-left-style: none;
    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 {
    align-items: flex-start;
    width: 100%;
    min-height: 10em;
    padding-right: 7.6em;
  }

  .hero-case-gradient-2 {
    background-image: linear-gradient(270deg, #22181600, #110c0bf0);
    align-items: flex-start;
    width: 50%;
    height: auto;
    inset: 0% auto 0% 0%;
  }

  .is-404-header {
    padding-top: 15em;
  }

  .about-text-2 {
    font-size: 1.1em;
  }

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

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

  .brand-2.w--current {
    width: 200px;
  }

  .paragraph {
    font-size: 1.1em;
  }

  .nav-menu-button-2 {
    width: 6em;
  }

  .main-button-2.in-menu {
    min-height: 3em;
  }

  .section-2 {
    height: 400px;
    padding-top: 100px;
  }

  .link {
    font-size: 4vw;
  }

  .title-heading-wrapper.title-home-1 {
    width: auto;
    margin-bottom: 29px;
  }

  .italic-text-28 {
    font-size: 3vw;
  }

  .bold-text {
    font-size: 5vw;
  }

  .section-white {
    padding: 0 15px 55px;
  }

  .section-white.space-up {
    padding-top: 54px;
  }

  .grid-photography-license {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-hero-white {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  .rich-text.in-services {
    margin-top: 19px;
    margin-bottom: 4em;
  }

  .padding-inner {
    padding: 0;
  }

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

  .section.with-hero-styles.shorter-main-image {
    height: 30vh;
    padding-bottom: 68px;
  }

  .section.is-hero-6 {
    border-width: 5px;
    height: 300px;
    padding-top: 46px;
  }

  .section.is-service-3-sec {
    border-left-width: 5px;
    border-right-width: 5px;
  }

  .section.is-form-sec-2 {
    border-width: 5px;
    padding: 34px 26px;
  }

  .section.with-bg-brown-and-borders {
    border-width: 5px;
  }

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

  .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 {
    border-width: 5px;
  }

  .section.with-bg-black-and-borders.consultation-section {
    height: 200px;
  }

  .section.is-hero-8 {
    border-width: 5px;
  }

  .color-define {
    height: 3em;
  }

  .container {
    height: 100%;
    padding: 0 0;
  }

  .container.inside {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .fullscreen-hero {
    padding-bottom: 3em;
  }

  .absolute-block-200vh {
    height: 100%;
  }

  .heading.is-hero-1-title {
    font-size: 2.5em;
    line-height: 1em;
  }

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

  .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: 2em;
  }

  .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 {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 3em;
  }

  .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: 2em;
  }

  .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 {
    margin-bottom: 1.3em;
    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 {
    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 {
    font-size: 1.8em;
  }

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

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

  .hero-1-title-block {
    width: auto;
    margin-bottom: 1em;
  }

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

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

  .nav-inner {
    padding-left: 0;
    padding-right: 0;
  }

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

  .custom-slider {
    height: auto;
  }

  .image-animation-trigger.other-size {
    height: 170px;
  }

  .image-animation-trigger.big-block {
    height: 150px;
  }

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

  .content-grid-1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    padding-left: 12px;
    padding-right: 12px;
  }

  .content-grid-1.with-margin-bottom {
    display: block;
  }

  .hero-case {
    padding-right: 5.8em;
  }

  .hero-case.background {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-case-circle {
    font-size: .7em;
  }

  .hero-case-gradient {
    width: auto;
  }

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

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

  .simple-button {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }

  .service-3-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .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 {
    font-size: 4vw;
  }

  .number-text-1 {
    text-align: right;
    font-size: 3em;
  }

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

  .background-gradient-1 {
    background-image: linear-gradient(to right, #000000b3, #0000004d 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: 0;
    padding-right: 0;
  }

  .contact-grid-1 {
    display: block;
  }

  .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-link-1 {
    width: 100%;
  }

  .footer-block-2 {
    flex-direction: column;
    align-items: center;
  }

  .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-2-contact {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .footer-contact-title {
    font-size: .9em;
  }

  .nav-menu-button {
    width: 4em;
    padding-right: .5em;
  }

  .nav-burger-menu {
    width: 1.3em;
    height: 9px;
  }

  .burger-line {
    height: 1px;
  }

  .fullscreen-menu {
    display: none;
  }

  .menu-2-main-link {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .close-button {
    font-size: .7em;
  }

  .menu-main-links {
    padding-top: 2em;
    padding-bottom: 0;
  }

  .menu-border {
    width: 10px;
  }

  .menu-border.is-2nd, .menu-border.is-4th {
    height: 10px;
  }

  .main-button {
    justify-content: space-between;
    min-height: 4em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .main-button.in-menu {
    width: 100px;
    min-width: auto;
    height: 40px;
    position: relative;
    inset: 0 0% 0% auto;
  }

  .main-button.in-menu.in-light-nav {
    top: 80px;
    bottom: 0%;
    right: 0%;
  }

  .main-button.in-services {
    justify-content: flex-start;
    width: auto;
    margin-top: 11px;
    margin-bottom: 11px;
    margin-left: 0;
    padding-left: .8em;
    padding-right: .8em;
  }

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

  .footer-contact-link-text {
    font-size: .8em;
  }

  .footer-grid-1 {
    width: auto;
  }

  .fullscreen-hero-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-header-1 {
    padding-bottom: 3em;
  }

  .hero-1-text-1 {
    font-size: 1.2em;
  }

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

  .hero-4-inner {
    padding-top: 21px;
  }

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

  .logo-hexagon {
    width: 130px;
    margin-left: .075em;
  }

  .logo-hexagon.black {
    width: 50%;
  }

  .logo-hexagon.other-logo {
    width: 130px;
  }

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

  .service-2-image-size {
    height: 12em;
  }

  .consultancy-column-1, .consultancy-column-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .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 {
    border-color: var(--white);
    width: 100%;
  }

  .footer-menu-button:hover {
    border-color: #e4c6be59;
  }

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

  .name-text-1 {
    font-size: 1em;
  }

  .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 {
    border-bottom: 1px solid var(--misty-rose);
    width: 100%;
    height: auto;
    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;
  }

  .content-padding-1 {
    flex-direction: column;
  }

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

  .large-text-wrap {
    padding-top: 2.7em;
    padding-bottom: 2.7em;
  }

  .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: 6vw 17px;
  }

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

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

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

  .is-404-header {
    padding-left: 21px;
    padding-right: 21px;
  }

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

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

  .burger-line-2 {
    height: 1px;
  }

  .nav-menu-button-2 {
    width: 4em;
  }

  .burger-line-3 {
    height: 1px;
  }

  .main-button-2 {
    justify-content: space-between;
    min-height: 4em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .main-button-2.in-menu {
    width: auto;
    min-width: auto;
  }

  .section-2 {
    height: 350px;
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .text-block {
    font-size: 70%;
  }

  .div-block-3 {
    top: 6%;
  }

  .div-block-4 {
    flex-direction: column;
    width: auto;
    position: absolute;
    inset: 3px 7% 0% auto;
  }

  .link {
    margin-top: 0;
    font-size: 5.5vw;
  }

  .title-heading-wrapper {
    margin-bottom: 0;
  }

  .section-white {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-white.space-up {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .grid-photography-license {
    grid-template-columns: 1fr;
  }
}

#w-node-_6ce67f54-efcc-4bfd-409a-b5f8360ec486-79e79d53, #w-node-_54404b4a-d419-dfe6-aed2-ea43ab9f4be0-79e79d53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45197fca-59aa-be0b-0195-ac498ae86e17-79e79d53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c620f0cd-ccc6-8fb7-792a-f49bdf0cbb0b-cdf922c7, #w-node-_351aab64-2ee8-4e8d-9d87-676c5d65e800-61e79db7, #w-node-_0436d8f4-00e8-cb61-70ed-f9508e8a31d0-61e79db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_351aab64-2ee8-4e8d-9d87-676c5d65e80b-61e79db7, #w-node-_09f95549-7b22-ebc7-84a3-7ea0cc70896b-61e79db7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ce4c4586-8047-28a9-c479-6cc130cff397-61e79db7, #w-node-ce4c4586-8047-28a9-c479-6cc130cff399-61e79db7, #w-node-ce4c4586-8047-28a9-c479-6cc130cff3a1-61e79db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c7831cc-7551-0aa0-a395-c85cf4feee65-65e79dba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_24890f32-836b-1f0a-8b2e-1eb2f0ea1705-48e79dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24890f32-836b-1f0a-8b2e-1eb2f0ea1710-48e79dbf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_24890f32-836b-1f0a-8b2e-1eb2f0ea1718-48e79dbf, #w-node-_14461b06-061f-c879-b939-3c47568da708-7fe79dc0, #w-node-_0b2911ac-7b98-42a9-ddc4-5564702fd95c-7fe79dc0, #w-node-_14461b06-061f-c879-b939-3c47568da70e-7fe79dc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2ec17b0-febe-16d0-6547-b9dcbdbf013a-77e79e1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4eef79eb-eb4d-0530-6bb9-c69eaf1f39b2-9e7e51ed {
  place-self: center;
}

#w-node-_4eef79eb-eb4d-0530-6bb9-c69eaf1f39b3-9e7e51ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4eef79eb-eb4d-0530-6bb9-c69eaf1f39bb-9e7e51ed {
  place-self: center;
}

#w-node-_4eef79eb-eb4d-0530-6bb9-c69eaf1f39bc-9e7e51ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4eef79eb-eb4d-0530-6bb9-c69eaf1f39c4-9e7e51ed {
  place-self: center;
}

#w-node-_4eef79eb-eb4d-0530-6bb9-c69eaf1f39c5-9e7e51ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4eef79eb-eb4d-0530-6bb9-c69eaf1f39cd-9e7e51ed, #w-node-_8ecb586a-8097-0706-3a0b-9fab664c604c-9e7e51ed {
  place-self: center;
}

#w-node-f1d043c3-603a-06f3-2810-d6cee07cda2c-dacbec71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1d043c3-603a-06f3-2810-d6cee07cda62-dacbec71 {
  justify-self: start;
}

#w-node-f1d043c3-603a-06f3-2810-d6cee07cda65-dacbec71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1d043c3-603a-06f3-2810-d6cee07cda68-dacbec71 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f1d043c3-603a-06f3-2810-d6cee07cda6b-dacbec71 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_631375fe-fe7c-b628-eef4-6e1abdb6f199-dacbec71, #w-node-_51e40fac-09e1-8875-7452-7f74ddbd0804-dacbec71, #w-node-f1d043c3-603a-06f3-2810-d6cee07cda2c-1ec9bb1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1d043c3-603a-06f3-2810-d6cee07cda62-1ec9bb1f {
  justify-self: start;
}

#w-node-f1d043c3-603a-06f3-2810-d6cee07cda65-1ec9bb1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1d043c3-603a-06f3-2810-d6cee07cda68-1ec9bb1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f1d043c3-603a-06f3-2810-d6cee07cda6b-1ec9bb1f {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_7e0aa8f7-b09b-6555-12f4-8d09e9f0539d-1ec9bb1f, #w-node-_51e40fac-09e1-8875-7452-7f74ddbd0804-1ec9bb1f, #w-node-f1d043c3-603a-06f3-2810-d6cee07cda2c-c9e256f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1d043c3-603a-06f3-2810-d6cee07cda62-c9e256f5 {
  justify-self: start;
}

#w-node-f1d043c3-603a-06f3-2810-d6cee07cda65-c9e256f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1d043c3-603a-06f3-2810-d6cee07cda68-c9e256f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f1d043c3-603a-06f3-2810-d6cee07cda6b-c9e256f5 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_03a4570f-6213-bdd8-9018-d149c9451fb3-c9e256f5, #w-node-_51e40fac-09e1-8875-7452-7f74ddbd0804-c9e256f5, #w-node-f1d043c3-603a-06f3-2810-d6cee07cda2c-b85b5f12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1d043c3-603a-06f3-2810-d6cee07cda62-b85b5f12 {
  justify-self: start;
}

#w-node-f1d043c3-603a-06f3-2810-d6cee07cda65-b85b5f12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1d043c3-603a-06f3-2810-d6cee07cda68-b85b5f12 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f1d043c3-603a-06f3-2810-d6cee07cda6b-b85b5f12 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_6ac57e38-53d7-18d6-deaa-0c8718e2df55-b85b5f12, #w-node-_51e40fac-09e1-8875-7452-7f74ddbd0804-b85b5f12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_351aab64-2ee8-4e8d-9d87-676c5d65e800-61e79db7, #w-node-_0436d8f4-00e8-cb61-70ed-f9508e8a31d0-61e79db7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_54404b4a-d419-dfe6-aed2-ea43ab9f4bdc-79e79d53 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_45197fca-59aa-be0b-0195-ac498ae86e15-79e79d53 {
    justify-self: start;
  }

  #w-node-_45197fca-59aa-be0b-0195-ac498ae86e17-79e79d53 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_351aab64-2ee8-4e8d-9d87-676c5d65e800-61e79db7, #w-node-_0436d8f4-00e8-cb61-70ed-f9508e8a31d0-61e79db7, #w-node-_351aab64-2ee8-4e8d-9d87-676c5d65e80b-61e79db7, #w-node-_09f95549-7b22-ebc7-84a3-7ea0cc70896b-61e79db7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3c7831cc-7551-0aa0-a395-c85cf4feee62-65e79dba {
    justify-self: start;
  }

  #w-node-_3c7831cc-7551-0aa0-a395-c85cf4feee65-65e79dba, #w-node-_24890f32-836b-1f0a-8b2e-1eb2f0ea170c-48e79dbf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_24890f32-836b-1f0a-8b2e-1eb2f0ea1710-48e79dbf {
    grid-column: span 1 / span 1;
  }

  #w-node-_24890f32-836b-1f0a-8b2e-1eb2f0ea1714-48e79dbf {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c2ec17b0-febe-16d0-6547-b9dcbdbf0137-77e79e1b {
    justify-self: start;
  }

  #w-node-c2ec17b0-febe-16d0-6547-b9dcbdbf013a-77e79e1b {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f1d043c3-603a-06f3-2810-d6cee07cda6b-dacbec71, #w-node-f1d043c3-603a-06f3-2810-d6cee07cda6b-1ec9bb1f, #w-node-f1d043c3-603a-06f3-2810-d6cee07cda6b-c9e256f5, #w-node-f1d043c3-603a-06f3-2810-d6cee07cda6b-b85b5f12 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


