:root {
  --body-display: #a0a1af;
  --light-outline: #ffffff1a;
  --dark: #161a20;
  --extra-dark: #12151a;
  --gold: #f2c431;
  --background: #fafbfc;
  --outline: #eff3f8;
  --dark-outlune: #e8edf3;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.25em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  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 {
  color: var(--body-display);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65em;
}

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

blockquote {
  border-left: 1px solid var(--light-outline);
  background-color: #ffffff08;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65em;
}

.hero-section {
  z-index: 20;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.small {
  background-image: url('../images/aa.jpg');
  background-position: 0 0;
  background-size: auto;
  min-height: auto;
  padding-top: 140px;
  padding-bottom: 20px;
}

.hero-section.small.blog {
  background-color: #e4e4e4;
  background-image: none;
  border-bottom: 6px solid #c49c0d;
  flex-direction: column;
}

.hero-section.no-clip {
  overflow: visible;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background {
  background-image: url('../images/ourworktnm.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -5px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background.two {
  background-image: url('../images/Image033.jpeg');
  background-position: 50% 0;
}

.background.testimonial-background {
  background-image: url('../images/bg1.jpg');
}

.background.founder-quote-background {
  background-image: url('../images/Comp014.jpg');
}

.overlay {
  z-index: 3;
  background-color: #03060c80;
  position: absolute;
  inset: 0%;
}

.overlay.light {
  background-color: #060b184d;
}

.overlay.dark {
  background-color: #03060cb3;
}

.navbar {
  z-index: 300;
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  max-height: 0;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-wrapper {
  z-index: 35;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border: 1px none var(--light-outline);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.nav-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-menu {
  display: none;
}

.reel-link {
  z-index: 25;
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  border-right: 1px none var(--light-outline);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.dot {
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.dot.large {
  background-color: #0000;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  margin-left: 18px;
  margin-right: 18px;
}

.dot.large.solid {
  background-color: #fff;
}

.brand {
  z-index: 25;
  border-right: 1px none var(--light-outline);
  border-left: 1px none var(--light-outline);
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  margin-right: -1px;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.brand.w--current {
  border-left-style: none;
  border-right-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.body {
  background-color: var(--dark);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.nav-right {
  z-index: 25;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.light-separator {
  background-color: var(--light-outline);
  width: 1px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.light-separator.dot {
  width: 36px;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.nav-text {
  color: var(--dark);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.menu-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 100%;
  display: flex;
}

.lottie-animation {
  filter: none;
  color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
}

.page-title {
  cursor: default;
  justify-content: center;
  align-items: center;
  padding-right: 32px;
  display: flex;
}

.hero-content {
  z-index: 35;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: flex-end end;
  width: 100vw;
  max-width: 100vw;
  padding-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.hero-content.mid-tall {
  min-height: 20vh;
}

.rotate-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  display: grid;
}

.rotate-text-wrapper.bottom-text {
  align-items: center;
}

.rotate-text-wrapper.top-text {
  z-index: 20;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.rotate-heading {
  letter-spacing: -.025em;
  white-space: nowrap;
  font-size: 1.5vw;
  line-height: 1.6em;
}

.rotating-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  justify-items: center;
  display: grid;
  position: relative;
  inset: 0% auto 0% 0%;
}

.rotating-text-wrapper.bottom-text {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  display: grid;
  left: auto;
  right: 0;
}

.hero-wrapper {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 48px;
  display: grid;
  position: relative;
}

.scroll-link {
  z-index: 200;
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: 36px 150px 150px 36px;
  display: flex;
  position: absolute;
  inset: auto -150px -150px auto;
}

.hero-links {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.underline-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--light-outline);
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px 4px;
  font-size: 11px;
  text-decoration: none;
  position: relative;
}

.underline-link.dark {
  border-bottom-color: var(--light-outline);
  color: #fff;
  position: relative;
}

.section {
  z-index: 20;
  justify-content: center;
  padding-top: 170px;
  padding-bottom: 170px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section.verticle-border {
  border-top: 1px solid var(--light-outline);
  border-bottom: 1px solid var(--light-outline);
}

.section.verticle-border.no-padding.hide {
  display: none;
}

.section.no-clip {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: visible;
}

.section.no-clip.no-bottom-padding {
  padding-bottom: 0;
}

.section.no-clip.hide {
  display: none;
}

.section.top-border {
  border-top: 1px solid var(--light-outline);
}

.section.large {
  padding-top: 270px;
  padding-bottom: 270px;
}

.section.large.hide {
  display: none;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section.small-top-padding {
  padding-top: 85px;
}

.section.small-top-padding.no-clip.hide {
  display: none;
}

.grid-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.grid-wrapper.indicator-grid-wrapper {
  z-index: 10;
  align-content: end;
  height: 0;
}

.grid-wrapper.zero-height {
  height: 0;
}

.grid-wrapper.hide {
  display: none;
}

.grain {
  z-index: 1;
  opacity: .02;
  background-image: url('../images/noise.gif');
  background-position: 50%;
  background-size: auto;
  position: fixed;
  inset: 0%;
}

.grain.in-element {
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  position: absolute;
  inset: auto;
}

.grain.in-nav {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.subtitle {
  z-index: 10;
  color: #fffc;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
}

.subtitle.small {
  font-size: 10px;
}

.subtitle.dark {
  color: #000c;
}

.subtitle.dark-bold {
  color: var(--extra-dark);
  font-weight: 600;
}

.stacked-content {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-content.large {
  grid-row-gap: 80px;
}

.horizontal-line {
  background-color: var(--light-outline);
  height: 1px;
}

.three-card-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--light-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  min-height: 350px;
  padding: 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.video-cover {
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  height: 100%;
  min-height: 80vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.video-clip {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.background-video {
  width: 100%;
  height: 100%;
}

.play-video {
  z-index: 50;
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.left-intro {
  grid-column-gap: 16px;
  grid-row-gap: 180px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  max-width: 450px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 60px;
  display: grid;
}

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

.stacked-title.centered {
  text-align: center;
}

.card-link {
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 15px;
  display: flex;
}

.service-card-top {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-right: -36px;
  display: grid;
}

.body-display {
  color: var(--body-display);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65em;
}

.body-display.small {
  font-size: 14px;
}

.body-display.dual-paragraph {
  column-count: 2;
  column-gap: 60px;
}

.stacked-description {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.medium-width {
  max-width: 80%;
}

.full-screen-menu {
  background-color: var(--extra-dark);
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.menu-content {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  min-height: 100vh;
  padding-top: 200px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.menu-center {
  background-color: #05070a21;
  border-radius: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 55vw;
  height: 53vw;
  margin-bottom: -45vw;
  display: flex;
  position: relative;
}

.menu-pin {
  background-color: #fff;
  width: 1px;
  height: 80px;
  margin-top: -40px;
}

.menu-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  width: 200vw;
  margin-bottom: 80px;
  display: flex;
}

.menu-link {
  color: #fff;
  letter-spacing: -.025em;
  justify-content: center;
  align-items: flex-end;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  font-size: 6vw;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: none;
}

.title {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.menu-items {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  display: flex;
  overflow: hidden;
}

.heading {
  line-height: 1.3em;
}

.heading.large {
  font-size: 40px;
}

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

.heading.dark-mid {
  z-index: 20;
  color: var(--extra-dark);
  font-size: 2.2vw;
  font-weight: 600;
  position: relative;
}

.heading.hero-white {
  z-index: 20;
  text-align: center;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.1em;
  position: relative;
}

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

.background-cover.body {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grain-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.project-item {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.project-item:nth-child(2n) {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: -9px;
}

.project-image {
  z-index: 25;
  flex: 0 auto;
  width: 66.66%;
  min-height: 475px;
  padding-left: 0;
  padding-right: 9px;
  position: relative;
  overflow: visible;
}

.sticky-circle {
  border: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 355px;
  padding-left: 4px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: sticky;
  bottom: 80px;
}

.sticky-circle.no-top {
  z-index: 50;
  margin-top: 0;
}

.left-sidebar {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.outline-circle-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 120px;
  height: 120px;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.outline-clip {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.outline-clip.bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.outline-clip.top {
  width: 50%;
  display: flex;
}

.outline-circle {
  border: 1px solid var(--gold);
  border-radius: 100%;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
}

.circle-link-text {
  z-index: 20;
  text-align: center;
  position: relative;
}

.project-card-info {
  flex-direction: column;
  flex: 0 auto;
  width: 28%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.testimonial-items {
  background-color: var(--dark);
  min-height: 300px;
  margin-left: -79px;
  position: relative;
  overflow: hidden;
}

.dark-fill {
  background-color: var(--dark);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.testimonial-slider {
  z-index: 500;
  background-color: #fff0;
  height: 100%;
  padding-left: 80px;
  position: relative;
}

.left-arrow {
  border-right: 1px solid var(--light-outline);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 50%;
  display: flex;
  inset: 0% auto auto 0%;
}

.left-arrow.bottom {
  border-top: 1px solid var(--light-outline);
  inset: auto auto 0% 0%;
}

.slide-nav {
  display: none;
}

.four-column {
  z-index: 25;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.testimonial-card {
  z-index: 20;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 80px 0;
  display: grid;
  position: relative;
}

.testimonial-image {
  min-height: 300px;
  margin-left: -24px;
  position: relative;
  overflow: hidden;
}

.testimonial-quote {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 0 80px;
  display: grid;
}

.testimonial-credit {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.avatar {
  background-image: url('../images/031.jpeg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.avatar.one {
  background-image: url('../images/Avatar003.jpeg');
}

.avatar.founder-avatar {
  background-image: url('../images/Portrait002.jpeg');
}

.avatar.two {
  background-image: url('../images/Avatar004.jpeg');
  background-position: 50% 40%;
}

.avatar.three {
  background-image: url('../images/Avatar005.jpeg');
}

.avatar.four {
  background-image: url('../images/Avatar006.jpeg');
}

.avatar.five {
  background-image: url('../images/Avatar007.jpeg');
}

.testimonial-name {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-name {
  font-size: 14px;
}

.news-top {
  z-index: 25;
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-left: -84px;
  display: grid;
  position: relative;
}

.verticle-icons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 137px;
}

.blog-title {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -9px;
  display: grid;
}

.journal-banner {
  min-height: 350px;
}

.project-hero {
  z-index: 20;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-list {
  border-top: 1px solid var(--light-outline);
}

.news-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--light-outline);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: grid;
  position: relative;
}

.news-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  place-items: end start;
  height: 48px;
  margin-top: -3px;
  display: grid;
}

.news-title-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 180px;
  display: flex;
  overflow: hidden;
}

.fixed-hover-image {
  z-index: 200;
  border-radius: 100%;
  width: 260px;
  height: 260px;
  display: none;
  position: fixed;
  inset: auto auto 36px 36px;
  overflow: hidden;
}

.news-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  margin-top: 8px;
}

.clip-heading {
  letter-spacing: .02em;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
}

.news-line {
  background-color: var(--light-outline);
  width: 60px;
  height: 1px;
}

.centered-intro {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.centered-intro.small-font {
  font-size: 36px;
}

.arrow-base {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  min-width: 200px;
  margin-bottom: -60px;
  margin-left: -200px;
  margin-right: -200px;
  display: grid;
  transform: rotate(-25deg);
}

.arrow-base.right {
  grid-template-columns: auto 1fr;
  transform: rotate(25deg);
}

.arrow-line {
  background-color: var(--light-outline);
  width: 100%;
  height: 1px;
}

.arrow-corner {
  border-style: solid solid none none;
  border-width: 1px;
  border-color: var(--light-outline);
  width: 24px;
  height: 24px;
  margin-left: -12px;
  transform: rotate(45deg);
}

.arrow-corner.right {
  border-style: solid none none solid;
  margin-left: 0;
  margin-right: -12px;
  transform: rotate(-45deg);
}

.button-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  margin-left: -100px;
  margin-right: -100px;
  display: grid;
}

.button {
  z-index: 25;
  border: 1px solid var(--light-outline);
  background-color: var(--dark);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 24px 60px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-outline {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-radius: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-outline-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.button-outline-wrapper.left {
  width: 50%;
}

.button-outline-wrapper.right {
  justify-content: flex-end;
  width: 50%;
}

.button-outline-fill {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 200%;
  min-width: 300px;
  height: 100%;
}

.footer-menu-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--light-outline);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: flex-start center;
  padding: 65px 0;
  text-decoration: none;
  display: grid;
}

.project-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 80vw;
  min-height: 700px;
  display: grid;
  position: relative;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.project-banner.hide {
  display: none;
}

.scrol-indicator-wrapper {
  z-index: 20;
  align-items: flex-end;
  width: 0;
  height: 0;
  max-height: 0;
  margin-bottom: 90px;
  padding-bottom: 80px;
  display: flex;
  position: sticky;
  bottom: 0;
}

.page-wrapper {
  flex-direction: column;
  display: flex;
}

.project-description {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 340px;
  padding-top: 20px;
  padding-bottom: 80px;
  padding-right: 60px;
  display: grid;
}

.stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-intro.centered {
  text-align: center;
}

.rotating-circles {
  border-left: 1px solid var(--light-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  min-height: 400px;
  padding-top: 170px;
  padding-bottom: 170px;
  display: flex;
}

.circle {
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 475px;
  height: 225px;
  margin-left: 0;
  margin-right: -60px;
  display: flex;
}

.circle-items {
  display: flex;
}

.circles-rotating-wrapper {
  display: flex;
  position: absolute;
  overflow: hidden;
}

.project-details {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.gallery-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 50px;
  display: flex;
}

.gallery-arrow {
  z-index: 25;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 12px;
  display: flex;
  inset: 0% auto 0% -75%;
}

.gallery-arrow.right {
  margin-right: 12px;
  inset: 0% -75% 0% auto;
}

.item-slide-nav {
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  max-width: 700px;
  height: 50px;
  padding-top: 0;
  display: flex;
  top: auto;
  left: auto;
  right: auto;
}

.gallery-mask {
  width: 50%;
  max-width: 700px;
  padding-left: 6px;
  padding-right: 6px;
  overflow: visible;
}

.gallery-image {
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-slide {
  height: 80vh;
  overflow: hidden;
}

.view-link {
  z-index: 20;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 18px 32px;
  display: none;
  position: fixed;
  inset: -42px auto auto -55px;
}

.gallery-image-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.gallery-background {
  background-image: url('../images/Portrait23.jpeg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  position: absolute;
  inset: auto 0% 0%;
}

.gallery-background.one {
  background-image: url('../images/Portrait001.jpeg');
  background-position: 50% 40%;
}

.gallery-background.three {
  background-image: url('../images/Portrait004.jpeg');
  background-position: 50% 10%;
}

.gallery-background.two {
  background-image: url('../images/Portrait002.jpeg');
}

.gallery-background.four {
  background-image: url('../images/Portrait06.jpeg');
  background-position: 50% 30%;
}

.gallery-background.five {
  background-image: url('../images/Portrait07.jpeg');
  background-position: 100% 40%;
}

.about-hero {
  z-index: 25;
  justify-content: center;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-hero.small {
  flex-direction: column;
  min-height: auto;
  padding-top: 30px;
}

.project-image-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.card-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  height: 100%;
  display: grid;
}

.showcase-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -24px;
  padding-top: 6px;
  padding-bottom: 0;
  display: grid;
}

.showcase-image {
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 101px;
  overflow: hidden;
}

.showcase-wrapper {
  margin: -1px -2px -2px -1px;
  position: relative;
  overflow: hidden;
}

.showcase-wrapper.two {
  flex-direction: column;
  display: flex;
}

.project-arrow-link {
  z-index: 25;
  width: 25%;
  min-width: 60vw;
  margin-right: 75%;
  inset: 0% 0% 0% auto;
}

.hero-image {
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-image.circle-masking {
  justify-content: center;
  width: 120vw;
  min-width: 120vw;
  height: 130vh;
  display: flex;
  inset: auto;
}

.hero-image.full {
  width: 120vw;
  height: 130vh;
  min-height: 110%;
  inset: auto;
}

.hover-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 15vw;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.hover-circle-wrapper {
  z-index: 30;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-image-wrapper {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image-wrapper.left {
  z-index: 20;
  width: 100vw;
}

.full-hero {
  justify-content: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.full-hero.about, .full-hero.small {
  min-height: 50vh;
}

.full-hero.career-page {
  min-height: 30vh;
}

.service-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px none var(--light-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--light-outline);
  border-bottom: 1px none var(--light-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 275px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 0;
  display: grid;
  position: relative;
}

.service-list-item.bottom {
  padding-bottom: 0;
}

.service-icon {
  border: 1px solid var(--light-outline);
  background-color: var(--dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 18px;
  display: flex;
  position: absolute;
  inset: -30px auto auto 0%;
  overflow: hidden;
}

.service-icon.small {
  width: 48px;
  height: 48px;
  padding: 16px;
  top: -24px;
}

.service-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-right: 1px solid var(--light-outline);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 60px;
  padding-right: 72px;
  display: grid;
}

.service-description {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 36px;
  display: grid;
}

.core-value-grid {
  grid-column-gap: 48px;
  grid-row-gap: 80px;
  border-top: 1px none var(--light-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.core-value {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border-top: 1px solid var(--light-outline);
  border-bottom: 1px none var(--light-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  min-height: 150px;
  padding: 48px 0 0 48px;
  display: grid;
  position: relative;
}

.client-quote {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
  position: relative;
}

.contact-wrapper {
  z-index: 35;
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.form-block {
  z-index: 50;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  padding-top: 80px;
  display: grid;
}

.field-block {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  border: 1px solid var(--light-outline);
  color: #fff;
  background-color: #fff0;
  border-radius: 2px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 18px 22px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  background-color: #12151a4d;
  border-color: #ffffff40;
  padding-left: 26px;
}

.text-field::placeholder {
  color: #ffffff7a;
  font-weight: 300;
}

.text-field.large {
  min-height: 160px;
}

.feild-block-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.submit-button {
  border: 1px solid var(--light-outline);
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #161a2000;
  border-radius: 100%;
  padding: 26px 18px;
  font-size: 14px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  border-color: #fff;
}

.social-block {
  z-index: 25;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: relative;
}

.social-icon-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.social-icon {
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 14px;
  display: flex;
}

.social-icon.small {
  width: 36px;
  height: 36px;
  padding: 9px;
}

.preloader {
  z-index: 500;
  background-color: var(--extra-dark);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-content {
  z-index: 100;
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
}

.preloader-outline-circle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: -1px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.preloader-outline-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader-outline {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 200px;
  min-width: 200px;
  height: 200px;
  min-height: 200px;
  position: absolute;
  inset: 0% 0% auto;
}

.preloader-outline.bottom {
  inset: auto 0% 0% auto;
}

.gallery-content {
  z-index: 50;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#12151a1a, #12151acc);
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: end space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  padding: 120px 0 48px;
  display: grid;
  position: absolute;
  overflow: hidden;
}

.rotating-card-text {
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.social-icon-image {
  z-index: 20;
  width: 18px;
  position: relative;
}

.call-to-action-intro {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-text {
  font-size: 16px;
}

.testimonial-text.large {
  font-size: 38px;
  line-height: 1.25em;
}

.play-icon-image {
  z-index: 24;
  width: 18px;
  margin-left: 2px;
  position: relative;
}

.rotate-text {
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 11px;
  transform: rotate(-90deg);
}

.success-message {
  background-color: #0000;
  height: 100%;
  padding: 80px 0 0;
}

.success-content {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  border: 1px solid var(--light-outline);
  background-color: var(--extra-dark);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  display: grid;
}

.error-message {
  background-color: var(--extra-dark);
  border: 1px #963030;
  border-left-style: solid;
  margin-top: 36px;
  padding: 12px;
}

.form-wrapper {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  width: 100%;
  height: 100%;
  padding: 93px 60px 60px;
  display: grid;
  position: relative;
}

.form-wrapper.careers {
  background-color: var(--extra-dark);
  width: 100%;
  min-width: auto;
  height: auto;
  padding-top: 60px;
}

.showcase-gallery-image {
  width: 100%;
  margin: -1px;
}

.rich-text {
  margin-top: -36px;
  margin-bottom: -18px;
}

.rich-text h2 {
  margin-top: 36px;
  margin-bottom: 12px;
}

.rich-text p {
  margin-bottom: 18px;
}

.rich-text h4 {
  margin-top: 24px;
  margin-bottom: 9px;
}

.rich-text h3 {
  margin-top: 36px;
  margin-bottom: 12px;
}

.rich-text h5, .rich-text h6 {
  margin-top: 24px;
  margin-bottom: 9px;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.hover-line-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.view-link-cover {
  z-index: 25;
  position: absolute;
  inset: 0%;
}

.logo-image {
  opacity: .5;
  width: 150px;
}

.list-item {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--light-outline);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
  position: relative;
}

.pagination {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center;
  width: 66.66%;
  margin-top: 80px;
  padding-top: 0;
  padding-right: 9px;
  display: grid;
}

.page-count {
  border-right: 1px none var(--light-outline);
  border-left: 1px none var(--light-outline);
  letter-spacing: 4px;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  font-weight: 300;
  display: flex;
}

.pagination-link {
  border-right: 1px solid var(--light-outline);
  color: #fff;
  background-color: #0000;
  border-top-style: none;
  margin-left: 0;
  margin-right: 36px;
  padding-left: 0;
  padding-right: 36px;
}

.pagination-link.right {
  border-left: 1px solid var(--light-outline);
  border-right-style: none;
  margin-left: 36px;
  margin-right: 0;
  padding-left: 36px;
  padding-right: 0;
}

.pagination-link-wrapper {
  background-color: #0000;
  border-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.hero-background {
  background-image: url('../images/Comp024.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-background.news-background {
  background-image: url('../images/Comp025.jpg');
}

.hero-background.about-background {
  background-image: url('../images/aa.jpg');
}

.hero-background.services-background {
  background-image: url('../images/aa.jpg');
  background-position: 100%;
}

.hero-background.contact-background {
  background-image: url('../images/contact.jpg');
}

.hero-background.home-background {
  background-image: url('../images/home.jpg');
  inset: 0%;
}

.hero-background.projects-background {
  background-image: url('../images/cc2.jpg');
  background-position: 50% 35%;
}

.testimonial-feature {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin: -5px;
  position: absolute;
  inset: 0%;
}

.testimonial-feature.two {
  background-image: url('../images/yx.png');
}

.testimonial-feature.mid {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-feature.four {
  background-image: url('../images/Comp023.jpg');
}

.testimonial-feature.five {
  background-image: url('../images/Comp035.jpg');
}

.button-text {
  z-index: 25;
  position: relative;
}

.footer-section {
  z-index: 25;
  background-color: var(--extra-dark);
  padding-top: 120px;
  padding-bottom: 0;
  position: relative;
}

.service-icon-image {
  z-index: 25;
  position: relative;
}

.scroll-arrow-icon {
  width: 24px;
}

.footer-links-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  align-items: stretch;
  display: grid;
}

.footer-link {
  border-bottom: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 24px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-credit-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--light-outline);
  color: var(--body-display);
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 8px;
  display: grid;
}

.legal-credits {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  display: block;
}

.legal-link {
  opacity: 1;
  color: var(--body-display);
  text-decoration: none;
  transition: all .6s cubic-bezier(.25, .46, .45, .94);
}

.legal-link:hover {
  color: #fff;
}

.home-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-circle-wrap {
  display: none;
}

.logo-mob {
  flex: 0 auto;
  max-width: 150px;
  display: none;
}

.yellow {
  color: var(--gold);
}

.logos-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 60px;
  display: grid;
}

.partners-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.wide-container {
  width: 100%;
  max-width: 1276px;
  padding-left: 30px;
  padding-right: 30px;
}

.section-name-x {
  color: #797979;
  letter-spacing: .04em;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.section-name-x.top-padding {
  padding-top: 7px;
}

.section-x {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
}

.section-x.light-background {
  z-index: 5;
  background-color: #f5f5ec;
  position: relative;
}

.partners-content {
  max-width: 70%;
  padding-left: 10px;
}

.mea-img, .logo-bw, .client-logo {
  mix-blend-mode: luminosity;
}

.hero-title-wrap {
  width: 60vw;
  padding-top: 25vh;
}

.link-box {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.link-box.small {
  justify-content: flex-start;
  display: flex;
}

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

.wrap90p {
  width: 90%;
}

.div-block {
  padding-left: 10%;
  padding-right: 10%;
}

.para-wrap {
  margin-left: auto;
  margin-right: auto;
}

.grid-contact {
  grid-row-gap: 6px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.address-full {
  flex-direction: column;
  display: flex;
}

.para-small {
  font-size: 13px;
}

.spacer {
  height: 2vh;
}

.spacer.small {
  height: 10px;
}

.careers-hero {
  background-image: url('../images/contact.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.career-title-wrap {
  justify-content: center;
  padding: 20vh 20vw 10vh;
  display: flex;
}

.sec-about {
  margin-top: 60px;
  margin-bottom: 100px;
}

.flexvert-1170 {
  flex-direction: column;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flexvert-1170.center {
  align-items: center;
}

.flexvert-1170.career {
  color: #0a0a0a;
  min-width: 500px;
  padding: 7px 11px;
  text-decoration: none;
}

.para {
  padding-right: 2px;
  font-weight: 400;
}

.para.italic {
  color: #f06b23;
}

.para.link {
  width: auto;
  padding-right: 0;
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
}

.wrap-page-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrap-page-title.careers {
  height: auto;
  padding-top: 25vh;
}

.para-small-2 {
  color: #0a0a0a;
  text-transform: none;
  white-space: normal;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}

.para-small-2.subhead {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.wrap-1170 {
  z-index: 90;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.job-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
}

.sec-colour {
  background-color: #0a0a0a;
}

.image-15 {
  z-index: 1;
  opacity: .43;
  position: absolute;
  inset: auto;
}

.flex-vert {
  color: #0a0a0a;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.flex-vert.subhead {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
}

.button-2 {
  color: #0a0a0a;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #f06b23;
  border-radius: 10px;
  margin: 15px 10px;
  padding: 5px 25px;
  transition: all .15s, opacity .2s;
}

.button-2:hover {
  color: #fff;
  background-color: #f06b23;
  background-image: linear-gradient(270deg, #f06b23, #f58422);
  border: 1px solid #f06b23;
  transform: translate(0);
}

.button-2.form {
  color: #fff;
  background-color: #f06b23;
  background-image: linear-gradient(270deg, #f06b23, #f58422);
  justify-items: center;
  padding: 6px 38px;
  position: relative;
  left: auto;
  right: auto;
}

.para-inline {
  color: var(--body-display);
  text-align: left;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.wrap-link {
  color: #f06b23;
}

.heading-4 {
  text-align: center;
  margin-bottom: 3px;
}

.cf-field {
  color: #0a0a0a;
}

.cf-form {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.line {
  background-color: var(--body-display);
  max-width: 1360px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.line.orange {
  background-color: #f06b23;
  background-image: linear-gradient(270deg, #f06b23, #f58422);
  width: 85px;
  height: 4px;
  margin-top: auto;
  margin-bottom: 10px;
}

.line.vertical {
  width: 1px;
  max-width: none;
  height: auto;
  min-height: 31px;
  margin-left: 15px;
  margin-right: 15px;
}

.cf-block {
  background-color: #f3f3f3;
  width: 350px;
  padding: 20px 40px;
  position: relative;
  box-shadow: 1px 1px 3px #00000024;
}

.cf-block.careers {
  align-self: flex-start;
  margin-top: 60px;
  margin-right: 40px;
}

.wrapflex-1170 {
  flex-direction: column;
  justify-content: center;
  max-width: 1170px;
  margin: 10px auto 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.job-details {
  text-align: left;
  width: auto;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
}

.job-details.new {
  color: var(--background);
}

.wrap-small {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 30px;
  position: relative;
  overflow: visible;
}

.white {
  color: var(--outline);
}

.career-list-section {
  justify-content: center;
  display: flex;
}

.div-block-2 {
  min-width: 40%;
}

.heading-5 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rte {
  text-align: left;
}

.rte p {
  color: var(--outline);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
}

.career-list-form {
  min-width: 50%;
  padding-bottom: 20px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
}

.flex-container.left-mid {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.flex-container.right {
  justify-content: flex-end;
}

.flex-container.career-main {
  border: 1px solid #363636;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}

.loc-cms {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.image-22 {
  order: 0;
  align-self: flex-start;
  margin-right: 3px;
  display: block;
}

.line-cms {
  height: 1px;
  margin-bottom: 10px;
  padding-right: 0;
}

.cardflex-careers {
  background-color: var(--dark);
  border-radius: 15px;
  min-width: auto;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 10px 5px;
  text-decoration: none;
  box-shadow: 1px 1px 3px #00000024;
}

.div-block-3 {
  border: 1px none var(--body-display);
  background-color: var(--dark);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 10px 16px 0 0;
  display: flex;
}

.small-text {
  font-size: 10px;
}

.small-text.white {
  color: var(--dark);
  text-align: center;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link-2 {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.div-block-4, .div-block-5, .div-block-6 {
  display: flex;
}

.ifa-div {
  justify-content: center;
}

.section-2 {
  background-color: #000;
  margin-bottom: 17px;
}

.section-3 {
  display: block;
}

.div-block-7 {
  justify-content: center;
  display: flex;
}

.blog-header {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-8 {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.blog-socials {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-heading {
  color: var(--dark);
  text-align: center;
}

.blog-body {
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.blog-featured-image {
  width: 100%;
  min-height: 300px;
}

._20vh-spacer {
  height: 30vh;
}

@media screen and (min-width: 1280px) {
  .core-value-grid {
    grid-column-gap: 80px;
  }

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

  .yellow {
    color: #f2c32a;
  }
}

@media screen and (min-width: 1440px) {
  .medium-width {
    max-width: none;
  }

  .heading.dark-mid {
    font-size: 1.8vw;
  }
}

@media screen and (min-width: 1920px) {
  .brand {
    border-left-style: none;
    border-right-style: none;
  }

  .rotate-heading {
    font-size: 1.5vw;
  }

  .medium-width {
    max-width: none;
  }

  .heading.dark-mid {
    font-size: 1.5vw;
  }

  .project-description {
    min-width: auto;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    min-height: 100vh;
  }

  .hero-section.small {
    padding-top: 160px;
    padding-bottom: 100px;
  }

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

  .reel-link {
    display: none;
  }

  .brand {
    border-left-style: none;
    padding-left: 36px;
    padding-right: 36px;
  }

  .brand.w--current {
    max-width: none;
  }

  .rotate-text-wrapper.top-text {
    grid-column-gap: 12px;
  }

  .rotate-heading {
    font-size: 3vw;
  }

  .rotate-heading.wrap-text {
    text-align: center;
    white-space: normal;
    margin-bottom: 12px;
    line-height: 1.3em;
  }

  .scroll-link {
    display: none;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.large {
    padding-top: 180px;
  }

  .three-card-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .video-cover {
    justify-content: center;
    width: auto;
    min-height: 500px;
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .video-clip {
    justify-content: center;
  }

  .play-video {
    margin-left: 0;
  }

  .left-intro {
    grid-row-gap: 36px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 80px;
  }

  .stacked-title {
    grid-row-gap: 18px;
  }

  .body-display.dual-paragraph {
    column-count: 1;
  }

  .medium-width {
    max-width: none;
  }

  .full-screen-menu {
    display: none;
  }

  .menu-center {
    width: 70vw;
    height: 55vw;
    display: none;
  }

  .menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch center;
    align-items: end;
    width: auto;
    display: grid;
  }

  .menu-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: end;
    align-items: end;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    font-size: 48px;
    display: grid;
  }

  .menu-link.w--current {
    grid-auto-columns: 1fr;
  }

  .title {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: auto;
  }

  .title.right {
    display: none;
  }

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

  .heading {
    font-size: 24px;
  }

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

  .heading.dark-mid {
    font-size: 2.5vw;
  }

  .heading.hero-white {
    font-size: 9vw;
  }

  .project-grid {
    grid-row-gap: 80px;
  }

  .project-item {
    flex-direction: column;
  }

  .project-item:nth-child(odd) {
    margin-right: 0;
  }

  .project-item:nth-child(2n) {
    flex-direction: column;
    margin-right: 0;
  }

  .project-image {
    flex-direction: column;
    width: 100%;
    min-height: 300px;
    display: flex;
  }

  .sticky-circle, .outline-circle-wrapper {
    width: 90px;
    height: 90px;
  }

  .outline-circle {
    width: 90px;
    min-width: 90px;
    height: 90px;
    min-height: 90px;
  }

  .circle-link-text {
    text-align: center;
    font-size: 7.5px;
  }

  .project-card-info {
    width: 100%;
    padding-top: 36px;
  }

  .testimonial-items {
    margin-left: 0;
  }

  .dark-fill.hide-on-tablet-mobile {
    display: none;
  }

  .four-column {
    grid-row-gap: 48px;
  }

  .testimonial-card {
    grid-row-gap: 0px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-image {
    min-height: 300px;
    margin-left: 0;
  }

  .testimonial-quote {
    padding: 60px 0 60px 60px;
  }

  .news-top {
    margin-left: 0;
  }

  .news-list-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .news-title {
    white-space: normal;
    grid-template-columns: 1fr;
    height: auto;
  }

  .news-title-wrapper {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .news-dot {
    display: none;
  }

  .clip-heading {
    font-size: 32px;
    line-height: 1.35em;
  }

  .arrow-base.right {
    margin-bottom: -100px;
    margin-left: -70px;
  }

  .arrow-base.left {
    margin-bottom: -100px;
    margin-right: -70px;
  }

  .project-banner {
    min-height: 500px;
  }

  .project-description {
    padding-bottom: 0;
  }

  .rotating-circles {
    min-height: 300px;
  }

  .circle {
    width: 400px;
    height: 200px;
    margin-right: -48px;
  }

  .gallery-arrow {
    width: 0%;
    display: none;
    inset: auto auto 0% 0%;
  }

  .item-slide-nav, .gallery-mask {
    width: 66.66%;
  }

  .about-hero.small {
    min-height: auto;
  }

  .project-image-wrapper {
    width: 100%;
    position: absolute;
  }

  .card-info {
    grid-row-gap: 18px;
  }

  .hero-image.full {
    width: 100vw;
    height: 100%;
  }

  .hover-circle-wrapper {
    display: none;
  }

  .full-hero {
    min-height: 90vh;
  }

  .service-list-item {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding-left: 60px;
  }

  .service-title {
    border-right-style: none;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .service-description {
    grid-row-gap: 12px;
    padding-left: 0;
  }

  .form-block {
    padding-bottom: 60px;
  }

  .form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
  }

  .gallery-content {
    padding-bottom: 36px;
  }

  .call-to-action-intro {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .testimonial-text {
    font-size: 14px;
  }

  .testimonial-text.large {
    font-size: 32px;
  }

  .logo-image {
    width: 140px;
  }

  .list-item {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .logo-mob {
    min-width: 150px;
    max-width: 150px;
    display: block;
  }

  .logos-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 50px;
  }

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

  .partners-content {
    padding-left: 80px;
  }

  .paragraph-x {
    font-size: 22px;
  }

  .client-logo {
    max-width: 50%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-title-wrap {
    width: 90vw;
    padding-top: 30%;
  }

  .sec-about {
    margin-bottom: 40px;
  }

  .flexvert-1170.career {
    min-width: auto;
  }

  .wrap-1170 {
    padding-left: 17px;
  }

  .button-2 {
    text-align: left;
    background-color: #0000;
    border-style: none;
    padding-left: 10px;
    transition: none;
    display: block;
  }

  .button-2:hover {
    color: #fff;
    border-style: none;
    padding-left: 10px;
    transform: none;
  }

  .line.vertical {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .cf-block.careers {
    align-self: center;
    margin-right: 0;
  }

  .wrapflex-1170 {
    flex-direction: column;
  }

  .job-details {
    width: auto;
    padding-right: 0;
  }

  .wrap-small {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-container.career-main {
    justify-content: flex-start;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    margin-top: 36px;
    margin-bottom: 36px;
    padding: 18px;
  }

  .hero-section {
    min-height: 600px;
  }

  .hero-section.small {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .navbar-wrapper {
    grid-column-gap: 18px;
  }

  .dot.large {
    border-width: 1px;
  }

  .brand {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .menu-button {
    width: 84px;
  }

  .page-title {
    padding-right: 18px;
  }

  .rotate-text-wrapper.top-text {
    grid-column-gap: 9px;
  }

  .rotate-heading {
    font-size: 4vw;
  }

  .hero-wrapper {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    padding-top: 40px;
  }

  .hero-links {
    grid-column-gap: 24px;
  }

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

  .section.large {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .video-cover {
    width: auto;
    margin-top: 0;
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .medium-width {
    max-width: 90%;
  }

  .menu-center {
    width: 100vw;
    height: 60vw;
  }

  .menu-link {
    font-size: 36px;
  }

  .heading {
    font-size: 20px;
  }

  .heading.large {
    font-size: 36px;
  }

  .heading.dark-mid {
    font-size: 17px;
  }

  .heading.hero-white {
    font-size: 12vw;
  }

  .sticky-circle {
    z-index: 50;
    background-color: var(--dark);
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    top: 101px;
    bottom: auto;
  }

  .sticky-circle.no-top {
    top: auto;
    bottom: 36px;
  }

  .left-sidebar {
    flex-direction: row;
    align-items: flex-start;
  }

  .outline-circle-wrapper {
    width: 80px;
    height: 80px;
  }

  .outline-circle {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
  }

  .circle-link-text {
    text-align: center;
    font-size: 9px;
    line-height: 1.3em;
  }

  .testimonial-items {
    margin-left: 5vw;
  }

  .testimonial-slider {
    padding-top: 60px;
    padding-left: 0;
  }

  .left-arrow {
    border-bottom: 1px solid var(--light-outline);
    width: 50%;
    height: 60px;
  }

  .left-arrow.bottom {
    border-top-style: none;
    inset: 0% 0% auto auto;
  }

  .four-column {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .testimonial-card {
    grid-template-rows: 1fr;
  }

  .testimonial-quote {
    grid-row-gap: 60px;
    padding: 48px;
  }

  .news-top {
    grid-column-gap: 24px;
    margin-bottom: 36px;
  }

  .news-title {
    height: auto;
  }

  .clip-heading {
    font-size: 32px;
    line-height: 1.35em;
  }

  .arrow-base.right, .arrow-base.left {
    margin-bottom: -80px;
  }

  .project-banner {
    min-height: 350px;
    margin-bottom: 40px;
  }

  .scrol-indicator-wrapper {
    z-index: 30;
    padding-bottom: 36px;
  }

  .project-description {
    min-width: 90%;
  }

  .rotating-circles {
    border-left-style: none;
    min-height: 240px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .circle {
    width: 300px;
    height: 150px;
    margin-right: -36px;
  }

  .item-slide-nav, .gallery-mask {
    width: 90%;
  }

  .gallery-image, .gallery-slide, .gallery-background {
    max-height: 700px;
  }

  .about-hero.small {
    min-height: auto;
  }

  .service-list {
    padding-bottom: 160px;
  }

  .core-value-grid {
    grid-template-columns: 1fr;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-wrapper {
    margin-top: 48px;
    margin-bottom: 80px;
  }

  .call-to-action-intro {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .rotate-text {
    transform: none;
  }

  .form-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .logo-image {
    width: 110px;
  }

  .pagination {
    margin-top: 120px;
  }

  .footer-section {
    padding-top: 80px;
  }

  .footer-links-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .footer-credit-wrapper {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-top: 24px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .footer-column.right {
    margin-bottom: 48px;
  }

  .home-hero {
    height: 100vh;
  }

  .logo-mob {
    min-width: auto;
  }

  .logos-container {
    margin-top: 30px;
  }

  .partners-container {
    flex-direction: column;
    justify-content: flex-start;
  }

  .wide-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-name-x.top-padding {
    padding-top: 0;
  }

  .section-x {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .partners-content {
    max-width: 90%;
    padding-left: 0;
  }

  .partners-title {
    margin-bottom: 15px;
  }

  .client-logo {
    max-width: 25%;
  }

  .hero-title-wrap {
    width: 90vw;
    padding-top: 50%;
  }

  .flexvert-1170.career {
    align-items: flex-start;
  }

  .wrap-1170 {
    flex-direction: column-reverse;
  }

  .line.vertical {
    display: none;
  }

  .cf-block {
    width: 280px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapflex-1170 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-container {
    flex-direction: column;
    align-items: center;
  }

  .flex-container.left-mid {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-container.career-main {
    align-items: flex-start;
  }

  .cardflex-careers {
    width: 80vw;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    min-height: 93vh;
  }

  .hero-section.small {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .navbar-wrapper {
    height: auto;
  }

  .dot.large {
    border-width: 1px;
    width: 9px;
    height: 9px;
    margin-left: 9px;
    margin-right: 9px;
  }

  .light-separator.dot, .page-title {
    display: none;
  }

  .hero-content {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .rotate-text-wrapper.bottom-text {
    grid-column-gap: 12px;
  }

  .rotate-heading.wrap-text {
    text-align: center;
    white-space: normal;
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.2em;
  }

  .hero-wrapper {
    grid-row-gap: 20px;
  }

  .scroll-link {
    display: none;
  }

  .hero-links {
    grid-column-gap: 12px;
  }

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

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

  .video-cover {
    min-height: 350px;
  }

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

  .full-screen-menu {
    display: none;
  }

  .menu-content {
    padding-top: 80px;
  }

  .menu-center {
    width: 100vw;
    height: 75vw;
  }

  .menu-wrapper {
    padding-bottom: 0;
  }

  .menu-link {
    font-size: 36px;
  }

  .heading.large {
    font-size: 32px;
  }

  .grain-wrapper {
    min-height: 100px;
  }

  .sticky-circle {
    width: 72px;
    height: 72px;
    margin-bottom: 0;
    padding-left: 2px;
  }

  .outline-circle-wrapper {
    width: 72px;
    height: 72px;
    margin-top: -1px;
    margin-left: -1px;
  }

  .outline-circle {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
  }

  .circle-link-text {
    letter-spacing: 2px;
    font-size: 7px;
    line-height: 1.4em;
  }

  .testimonial-image {
    min-height: 225px;
  }

  .testimonial-quote {
    padding: 36px 28px;
  }

  .news-top {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .verticle-icons {
    grid-template-rows: auto;
    grid-auto-flow: column;
    position: relative;
    top: 0;
  }

  .blog-title {
    grid-row-gap: 18px;
  }

  .news-title {
    height: auto;
  }

  .clip-heading {
    font-size: 28px;
    line-height: 1.3em;
  }

  .arrow-base {
    margin-bottom: -80px;
  }

  .arrow-base.right {
    margin-bottom: -120px;
    margin-left: -70px;
    transform: rotate(45deg);
  }

  .arrow-base.left {
    margin-bottom: -120px;
    margin-right: -70px;
    transform: rotate(-45deg);
  }

  .button-wrapper {
    grid-column-gap: 0px;
  }

  .project-banner {
    min-height: 300px;
  }

  .page-wrapper {
    margin-bottom: -80px;
  }

  .project-description {
    padding-right: 0;
  }

  .item-slide-nav {
    width: 100%;
  }

  .gallery-mask {
    width: 100%;
    max-width: 100vw;
  }

  .gallery-image, .gallery-slide, .gallery-background {
    max-height: 500px;
  }

  .showcase-image-wrapper {
    margin-bottom: 24px;
  }

  .showcase-wrapper.two {
    margin-top: 12px;
    margin-left: 12px;
  }

  .showcase-wrapper.three {
    margin-top: 24px;
    margin-left: 24px;
  }

  .showcase-wrapper.four {
    margin-top: 36px;
    margin-left: 36px;
  }

  .showcase-wrapper.five {
    flex-direction: column;
    margin-top: 48px;
    margin-left: 48px;
    display: flex;
  }

  .hero-image.full {
    width: 100%;
  }

  .full-hero {
    min-height: 550px;
  }

  .service-list {
    flex-direction: column;
    padding-bottom: 140px;
  }

  .service-list-item {
    flex-direction: column;
    padding: 48px 0 48px 48px;
  }

  .service-icon {
    width: 48px;
    height: 48px;
    top: -24px;
  }

  .core-value-grid {
    grid-row-gap: 60px;
  }

  .form-block {
    grid-row-gap: 80px;
  }

  .form {
    padding-top: 60px;
  }

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

  .call-to-action-intro {
    padding-top: 0;
    padding-bottom: 36px;
  }

  .pagination {
    justify-content: start;
    width: 100%;
    margin-top: 100px;
  }

  .pagination-link {
    margin-right: 24px;
    padding-right: 24px;
  }

  .pagination-link.right {
    margin-left: 24px;
    padding-left: 24px;
  }

  .footer-section {
    padding-top: 48px;
  }

  .legal-credits {
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
  }

  .home-hero {
    height: 93vh;
  }

  .logos-container {
    grid-template-columns: 1fr 1fr;
  }

  .wide-container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .paragraph-x {
    font-size: 20px;
  }

  .client-logo {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .flexvert-1170.center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrap-page-title.careers {
    width: auto;
  }

  .wrap-1170 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .line.vertical {
    margin-top: 0;
    margin-bottom: 0;
  }

  .wrapflex-1170 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-small {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-2 {
    min-width: auto;
  }

  .flex-container.career-main {
    align-items: flex-start;
  }

  .cardflex-careers {
    min-width: 300px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

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

#w-node-_2a8ca09f-4f9b-09e5-fdff-74b5da8da592-3dae688c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_8a8b0b16-81c6-9194-e04b-2e6630cd3864-3dae688c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ac52f625-95fd-a3ca-54b0-92197cb53a2d-3dae688c {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-b0e20393-bfd0-6e5a-6e5f-26d485d1419a-3dae688c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5830d63b-46c8-5b51-3d99-9b9070e150c0-3dae688c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0a2fb6ef-4137-36dc-2525-8e14eced6b7a-3dae688c {
  place-self: start;
}

#w-node-f04b657a-8d31-e85d-ba72-ca58dfb348c3-3dae688c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e2b8e9aa-936c-a01d-c6ee-8737e0cfb8f1-3dae688c, #w-node-_19ba0351-149c-49c7-9258-8fafe5071dc4-3dae688c, #w-node-_2a857918-8baf-f4d7-16a6-fe0eced176e0-3dae688c {
  align-self: center;
}

#w-node-_21ad1e52-1598-df48-2fd0-3d847b66a496-3dae688c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c754577e-89fa-a05c-354d-6d47247e3961-3dae688c {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: start;
}

#w-node-_36d22a74-5d68-105d-52bb-05b893d84ee0-3dae688c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-cf668bd9-79bc-8b9d-875f-18e2e51c3313-3dae688c {
  place-self: start;
}

#w-node-ce4ec62b-1373-2967-b41b-8ba08cdddd42-3dae688c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73f25a0e-b0e9-b27a-0f5d-b599a14474cc-3dae688c {
  place-self: end start;
}

#w-node-_466f1517-9970-0056-02e3-2c6e76aaf15d-3dae688c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9ad63a0a-ba32-7e48-144a-66bbf0bcb90c-3dae688c {
  align-self: stretch;
}

#w-node-b5f91b28-5a0c-7f66-d2b4-127b80225c4b-3dae688c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_19d851e4-2066-f592-c608-0b627fa868f3-3dae688c {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_2e00f5cc-d222-8bc7-2e87-eaa7e4cd9c79-3dae688c {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_2e00f5cc-d222-8bc7-2e87-eaa7e4cd9c86-3dae688c {
  justify-self: start;
}

#w-node-_877fbf84-535a-c637-1ecb-4a06f76bad23-3dae688c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_877fbf84-535a-c637-1ecb-4a06f76bad24-3dae688c {
  align-self: stretch;
}

#w-node-_877fbf84-535a-c637-1ecb-4a06f76bad2c-3dae688c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_877fbf84-535a-c637-1ecb-4a06f76bad2e-3dae688c {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_5ccf5cf6-ce94-edd9-8f43-c3d71e3f2ba1-3dae688c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5ccf5cf6-ce94-edd9-8f43-c3d71e3f2ba5-3dae688c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_5ccf5cf6-ce94-edd9-8f43-c3d71e3f2ba6-3dae688c, #w-node-_5ccf5cf6-ce94-edd9-8f43-c3d71e3f2bae-3dae688c {
  align-self: center;
}

#w-node-_5ccf5cf6-ce94-edd9-8f43-c3d71e3f2baf-3dae688c {
  align-self: end;
}

#w-node-_059053f2-7e12-d605-40ed-f89887a3772c-87a3772a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bae95818-dd8f-81a5-a478-fe2cf81a0e74-87a3772a {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-ae65f1f4-3160-c660-cf7f-c1c6fb7f14de-87a3772a {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: end center;
}

#w-node-_48348eaa-4ce0-72f6-5e9a-2f0bebf9a958-87a3772a {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_431a92ba-7d9c-8dd5-6286-89ed3a99580f-87a3772a {
  justify-self: end;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a916-74e8a914 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a917-74e8a914 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_46bd5263-c747-7018-d10b-ecb6298796da-298796d8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_46bd5263-c747-7018-d10b-ecb6298796db-298796d8 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: stretch;
}

#w-node-_46bd5263-c747-7018-d10b-ecb6298796e2-298796d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_46bd5263-c747-7018-d10b-ecb6298796e7-298796d8 {
  align-self: center;
}

#w-node-_46bd5263-c747-7018-d10b-ecb6298796ee-298796d8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1f4ba397-2fe6-0b23-454e-f07ba76d3fe0-298796d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1f4ba397-2fe6-0b23-454e-f07ba76d3fe5-298796d8 {
  align-self: center;
}

#w-node-_1f4ba397-2fe6-0b23-454e-f07ba76d3fec-298796d8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_89ee30a4-b4f7-a3ad-9682-4625c7081bec-298796d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_89ee30a4-b4f7-a3ad-9682-4625c7081bf1-298796d8 {
  align-self: center;
}

#w-node-_89ee30a4-b4f7-a3ad-9682-4625c7081bf8-298796d8, #w-node-_46bd5263-c747-7018-d10b-ecb6298796f6-298796d8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_844a7c99-96fc-6ab0-1c5a-4534068a4357-ef7244d9, #w-node-_1d95eafb-e2b5-55bf-db4c-7ebbff76c137-ef7244d9, #w-node-f386b94a-e8a9-410b-cf26-3aca4fc473e3-ef7244d9, #w-node-_36c1fa0b-81ea-f87d-ba14-aa8c21de7156-fd813ec8, #w-node-_50e99ecd-60a3-ad22-36ea-263a4ea4c43a-fd813ec8, #w-node-_70ef2986-807b-ce5f-7a5e-3fd3fc8bb3ca-fd813ec8, #w-node-fef1458c-f440-e152-6189-32f50a9d5087-fd813ec8 {
  place-self: center;
}

#w-node-_57398322-eccc-1d76-2424-c47721b10d51-21b10d4f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_57398322-eccc-1d76-2424-c47721b10d58-21b10d4f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-_57398322-eccc-1d76-2424-c47721b10d63-21b10d4f {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: stretch;
}

#w-node-_74cc01b5-0937-d3a4-c5e1-1b59c8b714d3-c8b714cc {
  align-self: start;
}

#w-node-_74cc01b5-0937-d3a4-c5e1-1b59c8b714d5-c8b714cc {
  place-self: start end;
}

#w-node-_4736be50-a474-0a93-ab0b-aefe69042bb7-12ae688e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6111e4787a31d355cc31ef6600000000000c-12ae688e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2bb4dd89-52c0-9935-0c80-7d4e3f566d87-12ae688e {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3d03c3ac-b4e2-5cee-f071-8f6cb465d64d-12ae688e {
  align-self: center;
}

#w-node-_6111e4787a31d355cc31ef6600000000000e-12ae688e {
  justify-self: center;
}

#w-node-_34736873-62d9-9d9b-a697-42516143767c-12ae688e {
  justify-self: start;
}

#pass.w-node-_6111e4787a31d355cc31ef66000000000012-12ae688e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f3b2983-f46b-fd7f-2ca9-de87cc894e86-12ae688e, #w-node-_2f3b2983-f46b-fd7f-2ca9-de87cc894e88-12ae688e {
  justify-self: center;
}

#w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f3-35ae688f {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f4-35ae688f {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_6111e4915a3e617d56ff3c2b00000000000b-35ae688f {
  align-self: center;
}

#w-node-e3d2ee2e-c577-601e-f0e4-57f1cfb713f1-35ae688f {
  justify-self: center;
}

#w-node-e3d2ee2e-c577-601e-f0e4-57f1cfb713f6-35ae688f {
  justify-self: start;
}

#w-node-e3d2ee2e-c577-601e-f0e4-57f1cfb713f8-35ae688f {
  justify-self: end;
}

#w-node-d641c5b5-d71d-0237-f86b-fdd9a68b8311-35ae688f, #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b8313-35ae688f {
  justify-self: center;
}

#w-node-d641c5b5-d71d-0237-f86b-fdd9a68b831c-35ae688f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6dd8-cdae6890 {
  align-self: center;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6dd9-cdae6890 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6dda-cdae6890 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6df7-cdae6890 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6df8-cdae6890 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e04-cdae6890 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e05-cdae6890 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e10-cdae6890 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e11-cdae6890 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-ca6d5abd-490b-4028-c3a3-eb0d48ed59e4-cdae6890 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a79bcdb4-fad7-b99f-db03-051acb77e926-cdae6890 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8dbceced-3973-b7e2-d1ab-def5deb17450-cdae6890 {
  align-self: center;
}

#w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42d7-cdae6890 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42d8-cdae6890 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: start;
}

#w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42e0-cdae6890 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42e1-cdae6890 {
  place-self: start;
}

#w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42e3-cdae6890 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42e6-cdae6890 {
  place-self: end start;
}

#w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd18-cdae6890 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd19-cdae6890 {
  align-self: stretch;
}

#w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd21-cdae6890 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd23-cdae6890 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd25-cdae6890 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd29-cdae6890 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd2a-cdae6890, #w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd31-cdae6890 {
  align-self: center;
}

#w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd32-cdae6890 {
  align-self: end;
}

#w-node-_2887da82-e397-c950-7053-a0e916567d2f-43ae6891 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-_263d571f-a4f7-2f64-25d8-3fe705068035-43ae6891 {
  grid-area: 1 / 2 / 2 / 4;
}

#Email-Form.w-node-_421cd79e-5a95-f07b-ab29-633bd5eeeb48-43ae6891 {
  place-self: start center;
}

#w-node-a2d0d4e2-50a8-f3df-0c85-ac9074d4bcc6-43ae6891 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#name.w-node-_421cd79e-5a95-f07b-ab29-633bd5eeeb4b-43ae6891, #name-2.w-node-_18daaa77-051c-fe4a-6662-4a8f2b3dea83-43ae6891 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_589269d2-3f89-1c76-1e4e-d113da5b2878-43ae6891, #email.w-node-_589269d2-3f89-1c76-1e4e-d113da5b287a-43ae6891, #w-node-_37ce0b4f-fdda-ad8c-a7e9-efbbacfee910-43ae6891, #phone.w-node-_37ce0b4f-fdda-ad8c-a7e9-efbbacfee912-43ae6891, #w-node-cb1c5440-3bc9-6795-7e69-53320a9be143-43ae6891, #field.w-node-_212bf294-8524-1a00-1901-561264fe8759-43ae6891 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_093313f8-552b-e9a7-5372-2ac4839e5d86-43ae6891 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b635996a-7f0a-cccd-a1fd-db469392a70e-43ae6891, #w-node-c2cccb29-9e2e-cf2c-9c3d-7a400ea0e01e-43ae6891 {
  justify-self: center;
}

#w-node-e299c25f-61ba-5210-41e3-a50085ca45d6-43ae6891, #w-node-b62dfef1-25ad-8314-5d9a-7bf0877a4b69-43ae6891, #w-node-_5f07e05e-875a-01c6-96fe-d5f3d6f8e19d-43ae6891, #w-node-_9d1f5cc3-c44c-7c2e-a376-3cc37947984e-43ae6891, #w-node-_3a047617-b8be-4b70-4bdf-d40e6ff28118-43ae6891 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_542b4c2b-d3bb-902e-c321-fa4fda6094d2-43ae6891 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1d33b27b-b839-7b38-8b9d-99158ed15e74-2dae6894 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d33b27b-b839-7b38-8b9d-99158ed15e6c-2dae6894 {
  align-self: start;
}

#w-node-b1a2cbed-1d74-dc31-9807-bce9d24f5298-2dae6894 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc64a78f-6d12-9e6b-ba2c-f1645b2365b1-2dae6894 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bc64a78f-6d12-9e6b-ba2c-f1645b2365b2-2dae6894 {
  align-self: stretch;
}

#w-node-bc64a78f-6d12-9e6b-ba2c-f1645b2365ba-2dae6894 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc64a78f-6d12-9e6b-ba2c-f1645b2365bc-2dae6894 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589a1-2dae6894 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589a5-2dae6894 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589a6-2dae6894, #w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589ad-2dae6894 {
  align-self: center;
}

#w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589ae-2dae6894 {
  align-self: end;
}

#w-node-_804e5336-562a-6083-63ff-dffa1c5268f0-a9ae6895 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_852e1cd2-aa30-e688-a892-fb3a804bb554-a9ae6895 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_30cb8071-9fb9-4074-b27f-e298d8c74b38-a9ae6895 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_13ad958f-40a3-22b1-e362-2440eb2e735d-a9ae6895 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86ec894d-c4c3-90fb-aa24-88e0f7b8e868-a9ae6895 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_26668d10-773a-dee6-c744-661548d5e335-a9ae6895 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7c121ddf-3934-7605-8bef-494472b90817-a9ae6895 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_18748863-ee3d-c58a-1754-099938abaaab-a9ae6895 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_311961b5-b8f4-1aea-9bbd-d36ff7ec2bf8-a9ae6895 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_664d41d2-422b-6f96-695b-0ea2ab91a729-a9ae6895 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_2fc02d90-dabf-ab14-da17-d946829d8779-a9ae6895 {
  align-self: center;
}

#w-node-_988e94cc-6f55-58ec-93da-a39a363b606e-a9ae6895 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_988e94cc-6f55-58ec-93da-a39a363b6072-a9ae6895 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_988e94cc-6f55-58ec-93da-a39a363b6074-a9ae6895 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-bd829449-2622-c375-7b02-5dc7300d3878-a9ae6895 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bd829449-2622-c375-7b02-5dc7300d3879-a9ae6895 {
  align-self: stretch;
}

#w-node-bd829449-2622-c375-7b02-5dc7300d3881-a9ae6895 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bd829449-2622-c375-7b02-5dc7300d3883-a9ae6895 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-bd829449-2622-c375-7b02-5dc7300d3885-a9ae6895 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-bd829449-2622-c375-7b02-5dc7300d3894-a9ae6895 {
  justify-self: start;
}

#w-node-_5935417d-fa46-e13f-d35c-acfcaf56f15e-a0ae6897 {
  place-self: center;
}

#w-node-_5935417d-fa46-e13f-d35c-acfcaf56f162-a0ae6897 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5935417d-fa46-e13f-d35c-acfcaf56f165-a0ae6897 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_5935417d-fa46-e13f-d35c-acfcaf56f166-a0ae6897 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5935417d-fa46-e13f-d35c-acfcaf56f167-a0ae6897 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_9cb9737c-cdc7-9575-d0a4-a3cd6d075a0d-a0ae6897 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9cb9737c-cdc7-9575-d0a4-a3cd6d075a0e-a0ae6897 {
  align-self: stretch;
}

#w-node-_9cb9737c-cdc7-9575-d0a4-a3cd6d075a16-a0ae6897 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9cb9737c-cdc7-9575-d0a4-a3cd6d075a18-a0ae6897 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_9cb9737c-cdc7-9575-d0a4-a3cd6d075a1a-a0ae6897 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9cb9737c-cdc7-9575-d0a4-a3cd6d075a1e-a0ae6897 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9cb9737c-cdc7-9575-d0a4-a3cd6d075a1f-a0ae6897, #w-node-_9cb9737c-cdc7-9575-d0a4-a3cd6d075a26-a0ae6897 {
  align-self: center;
}

#w-node-_9cb9737c-cdc7-9575-d0a4-a3cd6d075a27-a0ae6897 {
  align-self: end;
}

#w-node-_75f0111e-64f5-f20a-2ad7-dd12db54a7e1-db54a7de, #w-node-_75f0111e-64f5-f20a-2ad7-dd12db54a7e4-db54a7de, #w-node-_75f0111e-64f5-f20a-2ad7-dd12db54a7e7-db54a7de, #w-node-_75f0111e-64f5-f20a-2ad7-dd12db54a7ea-db54a7de {
  place-self: center;
}

#w-node-d42e3c69-143d-b17b-5fe1-b83ff564a066-50ae6898 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center;
}

#w-node-_11139d76-f7d3-1080-8392-8ce0cf232602-50ae6898 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-ed092fd6-be92-49d2-94ff-7f6d5a8ce841-50ae6898 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-ed092fd6-be92-49d2-94ff-7f6d5a8ce842-50ae6898 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ed092fd6-be92-49d2-94ff-7f6d5a8ce843-50ae6898 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-ed092fd6-be92-49d2-94ff-7f6d5a8ce849-50ae6898, #w-node-ed092fd6-be92-49d2-94ff-7f6d5a8ce84c-50ae6898, #w-node-ed092fd6-be92-49d2-94ff-7f6d5a8ce84f-50ae6898, #w-node-ed092fd6-be92-49d2-94ff-7f6d5a8ce852-50ae6898, #w-node-_9d092ed7-5b17-0953-be5b-24e5db6c7a79-50ae6898, #w-node-b218ff2f-dd17-bf57-9091-38fb9bdcfa2e-50ae6898, #w-node-_31194600-7512-8b01-ee80-cdb3184f6700-50ae6898, #w-node-b218ff2f-dd17-bf57-9091-38fb9bdcfa31-50ae6898, #w-node-b218ff2f-dd17-bf57-9091-38fb9bdcfa34-50ae6898, #w-node-b218ff2f-dd17-bf57-9091-38fb9bdcfa37-50ae6898, #w-node-b218ff2f-dd17-bf57-9091-38fb9bdcfa3a-50ae6898 {
  place-self: center;
}

#w-node-_028f2e29-521e-02a4-7b86-b81782a9b356-50ae6898 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_35fb2d2c-fad5-d215-bb09-0c039c6095da-50ae6898 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_35fb2d2c-fad5-d215-bb09-0c039c6095db-50ae6898 {
  align-self: stretch;
}

#w-node-_35fb2d2c-fad5-d215-bb09-0c039c6095e3-50ae6898 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_35fb2d2c-fad5-d215-bb09-0c039c6095e5-50ae6898 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_35fb2d2c-fad5-d215-bb09-0c039c6095e7-50ae6898 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_35fb2d2c-fad5-d215-bb09-0c039c6095f6-50ae6898 {
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-feae689a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-feae689a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-feae689a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-feae689a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-feae689a {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-feae689a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-feae689a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-feae689a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-feae689a {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-feae689a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-feae689a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-feae689a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-feae689a {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acc6-feae689a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acc7-feae689a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63e6501b-8afc-c58d-95ac-a1eedd3dfcf1-feae689a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349accb-feae689a {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-feae689a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-feae689a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-feae689a {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_4bcf98c3-e14a-922a-f030-92b3e19a4783-e19a4780, #w-node-_4bcf98c3-e14a-922a-f030-92b3e19a4786-e19a4780, #w-node-_4bcf98c3-e14a-922a-f030-92b3e19a4789-e19a4780, #w-node-de3c3595-4ff4-59d8-5cb7-d21281be3986-e19a4780 {
  place-self: center;
}

#w-node-_877fbf84-535a-c637-1ecb-4a06f76bad23-3b3f924f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_877fbf84-535a-c637-1ecb-4a06f76bad24-3b3f924f {
  align-self: stretch;
}

#w-node-_877fbf84-535a-c637-1ecb-4a06f76bad2c-3b3f924f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_877fbf84-535a-c637-1ecb-4a06f76bad2e-3b3f924f {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_5ccf5cf6-ce94-edd9-8f43-c3d71e3f2ba1-3b3f924f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5ccf5cf6-ce94-edd9-8f43-c3d71e3f2ba5-3b3f924f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_5ccf5cf6-ce94-edd9-8f43-c3d71e3f2ba6-3b3f924f, #w-node-_5ccf5cf6-ce94-edd9-8f43-c3d71e3f2bae-3b3f924f {
  align-self: center;
}

#w-node-_5ccf5cf6-ce94-edd9-8f43-c3d71e3f2baf-3b3f924f {
  align-self: end;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e04-82da1ca1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e05-82da1ca1 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-ca6d5abd-490b-4028-c3a3-eb0d48ed59e4-82da1ca1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a79bcdb4-fad7-b99f-db03-051acb77e926-82da1ca1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8dbceced-3973-b7e2-d1ab-def5deb17450-82da1ca1 {
  align-self: center;
}

#w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42d7-82da1ca1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42d8-82da1ca1 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: start;
}

#w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42e0-82da1ca1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42e1-82da1ca1 {
  place-self: start;
}

#w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42e3-82da1ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42e6-82da1ca1 {
  place-self: end start;
}

#w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd18-82da1ca1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd19-82da1ca1 {
  align-self: stretch;
}

#w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd21-82da1ca1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd23-82da1ca1 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd25-82da1ca1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd29-82da1ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd2a-82da1ca1, #w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd31-82da1ca1 {
  align-self: center;
}

#w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd32-82da1ca1 {
  align-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-fef1458c-f440-e152-6189-32f50a9d5087-fd813ec8 {
    place-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f3-35ae688f, #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6df7-cdae6890, #w-node-_2887da82-e397-c950-7053-a0e916567d2f-43ae6891 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_6c11994e-4400-0358-4390-2423f349acad-feae689a, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-feae689a, #w-node-_63e6501b-8afc-c58d-95ac-a1eedd3dfcf1-feae689a {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c754577e-89fa-a05c-354d-6d47247e3961-3dae688c {
    grid-column-start: 1;
    justify-self: stretch;
  }

  #w-node-_36d22a74-5d68-105d-52bb-05b893d84ee0-3dae688c {
    grid-column: span 4 / span 4;
  }

  #w-node-_5ccf5cf6-ce94-edd9-8f43-c3d71e3f2ba5-3dae688c {
    justify-self: start;
  }

  #w-node-bae95818-dd8f-81a5-a478-fe2cf81a0e74-87a3772a {
    grid-column: 1 / 5;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a917-74e8a914 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-_46bd5263-c747-7018-d10b-ecb6298796db-298796d8 {
    grid-column-start: 1;
  }

  #w-node-_46bd5263-c747-7018-d10b-ecb6298796e2-298796d8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_46bd5263-c747-7018-d10b-ecb6298796ee-298796d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f4ba397-2fe6-0b23-454e-f07ba76d3fe0-298796d8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1f4ba397-2fe6-0b23-454e-f07ba76d3fec-298796d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_89ee30a4-b4f7-a3ad-9682-4625c7081bec-298796d8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_89ee30a4-b4f7-a3ad-9682-4625c7081bf8-298796d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #out.w-node-d6eaa62a-c375-7ed9-28ed-7d9126981c64-21b10d4f {
    align-self: end;
  }

  #w-node-_57398322-eccc-1d76-2424-c47721b10d58-21b10d4f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f3-35ae688f {
    grid-column: 1 / 4;
  }

  #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f4-35ae688f {
    grid-column: 1 / 5;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6dd8-cdae6890 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6df7-cdae6890 {
    grid-column: 1 / 4;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6df8-cdae6890 {
    grid-column: 1 / 5;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e11-cdae6890 {
    grid-column-end: 5;
  }

  #w-node-a79bcdb4-fad7-b99f-db03-051acb77e926-cdae6890 {
    grid-column: span 3 / span 3;
  }

  #w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42d8-cdae6890 {
    grid-column-start: 1;
    justify-self: stretch;
  }

  #w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42e0-cdae6890 {
    grid-column: span 4 / span 4;
  }

  #w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd29-cdae6890 {
    justify-self: start;
  }

  #w-node-_2887da82-e397-c950-7053-a0e916567d2f-43ae6891 {
    grid-column: 1 / 4;
  }

  #w-node-_263d571f-a4f7-2f64-25d8-3fe705068035-43ae6891 {
    grid-column: 1 / 5;
  }

  #w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589a5-2dae6894 {
    justify-self: start;
  }

  #w-node-_852e1cd2-aa30-e688-a892-fb3a804bb554-a9ae6895 {
    grid-row: 2 / 3;
  }

  #w-node-_30cb8071-9fb9-4074-b27f-e298d8c74b38-a9ae6895 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_664d41d2-422b-6f96-695b-0ea2ab91a729-a9ae6895 {
    grid-column-end: 5;
  }

  #w-node-_9cb9737c-cdc7-9575-d0a4-a3cd6d075a1e-a0ae6897, #w-node-_11139d76-f7d3-1080-8392-8ce0cf232602-50ae6898 {
    justify-self: start;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-feae689a {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-feae689a {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-feae689a {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-feae689a {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acc6-feae689a {
    grid-column: span 1 / span 1;
  }

  #w-node-_63e6501b-8afc-c58d-95ac-a1eedd3dfcf1-feae689a {
    grid-column: 1 / 2;
  }

  #w-node-_5ccf5cf6-ce94-edd9-8f43-c3d71e3f2ba5-3b3f924f {
    justify-self: start;
  }

  #w-node-a79bcdb4-fad7-b99f-db03-051acb77e926-82da1ca1 {
    grid-column: span 3 / span 3;
  }

  #w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42d8-82da1ca1 {
    grid-column-start: 1;
    justify-self: stretch;
  }

  #w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42e0-82da1ca1 {
    grid-column: span 4 / span 4;
  }

  #w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd29-82da1ca1 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f04b657a-8d31-e85d-ba72-ca58dfb348c3-3dae688c {
    grid-column: span 1 / span 1;
  }

  #w-node-c754577e-89fa-a05c-354d-6d47247e3961-3dae688c {
    justify-self: stretch;
  }

  #w-node-_9ad63a0a-ba32-7e48-144a-66bbf0bcb90c-3dae688c {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_2e00f5cc-d222-8bc7-2e87-eaa7e4cd9c79-3dae688c {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_877fbf84-535a-c637-1ecb-4a06f76bad24-3dae688c {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_5ccf5cf6-ce94-edd9-8f43-c3d71e3f2ba1-3dae688c {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5ccf5cf6-ce94-edd9-8f43-c3d71e3f2ba5-3dae688c {
    justify-self: start;
  }

  #w-node-bae95818-dd8f-81a5-a478-fe2cf81a0e74-87a3772a {
    grid-column-end: 2;
  }

  #w-node-ae65f1f4-3160-c660-cf7f-c1c6fb7f14de-87a3772a {
    grid-column: span 1 / span 1;
  }

  #w-node-_48348eaa-4ce0-72f6-5e9a-2f0bebf9a958-87a3772a {
    grid-column-end: 2;
  }

  #w-node-_431a92ba-7d9c-8dd5-6286-89ed3a99580f-87a3772a {
    justify-self: center;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a917-74e8a914 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_46bd5263-c747-7018-d10b-ecb6298796da-298796d8 {
    grid-column: 1 / 4;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6df8-cdae6890 {
    grid-column-end: 2;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e05-cdae6890, #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e11-cdae6890 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a79bcdb4-fad7-b99f-db03-051acb77e926-cdae6890 {
    grid-column: span 1 / span 1;
  }

  #w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42d8-cdae6890 {
    justify-self: stretch;
  }

  #w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd19-cdae6890 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd25-cdae6890 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd29-cdae6890 {
    justify-self: start;
  }

  #w-node-bc64a78f-6d12-9e6b-ba2c-f1645b2365b2-2dae6894 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589a1-2dae6894 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589a5-2dae6894 {
    justify-self: start;
  }

  #w-node-_852e1cd2-aa30-e688-a892-fb3a804bb554-a9ae6895, #w-node-_30cb8071-9fb9-4074-b27f-e298d8c74b38-a9ae6895, #w-node-_86ec894d-c4c3-90fb-aa24-88e0f7b8e868-a9ae6895 {
    grid-column: 1 / 2;
  }

  #w-node-_18748863-ee3d-c58a-1754-099938abaaab-a9ae6895, #w-node-_664d41d2-422b-6f96-695b-0ea2ab91a729-a9ae6895 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bd829449-2622-c375-7b02-5dc7300d3879-a9ae6895 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-bd829449-2622-c375-7b02-5dc7300d3885-a9ae6895 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9cb9737c-cdc7-9575-d0a4-a3cd6d075a0e-a0ae6897 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_9cb9737c-cdc7-9575-d0a4-a3cd6d075a1a-a0ae6897 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9cb9737c-cdc7-9575-d0a4-a3cd6d075a1e-a0ae6897 {
    justify-self: start;
  }

  #w-node-_35fb2d2c-fad5-d215-bb09-0c039c6095db-50ae6898 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_35fb2d2c-fad5-d215-bb09-0c039c6095e7-50ae6898 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-feae689a {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-feae689a {
    grid-row-end: 2;
  }

  #w-node-_877fbf84-535a-c637-1ecb-4a06f76bad24-3b3f924f {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_5ccf5cf6-ce94-edd9-8f43-c3d71e3f2ba1-3b3f924f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5ccf5cf6-ce94-edd9-8f43-c3d71e3f2ba5-3b3f924f {
    justify-self: start;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e05-82da1ca1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a79bcdb4-fad7-b99f-db03-051acb77e926-82da1ca1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42d8-82da1ca1 {
    justify-self: stretch;
  }

  #w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd19-82da1ca1 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd25-82da1ca1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_48374cc4-637e-9a3d-02c2-0b2aee1fbd29-82da1ca1 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c754577e-89fa-a05c-354d-6d47247e3961-3dae688c {
    grid-column-end: 2;
  }

  #w-node-_36d22a74-5d68-105d-52bb-05b893d84ee0-3dae688c {
    grid-column: span 1 / span 1;
  }

  #w-node-_46bd5263-c747-7018-d10b-ecb6298796db-298796d8 {
    grid-column-end: 2;
  }

  #w-node-fc881fd5-67a7-613d-9e4f-502f79f3247a-21b10d4f {
    place-self: center;
  }

  #w-node-_57398322-eccc-1d76-2424-c47721b10d58-21b10d4f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }

  #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f4-35ae688f {
    grid-column-end: 2;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6df7-cdae6890 {
    grid-column: 1 / 4;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6df8-cdae6890 {
    grid-column-end: 2;
    place-self: stretch stretch;
  }

  #w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42d8-cdae6890 {
    grid-column-end: 2;
  }

  #w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42e0-cdae6890 {
    grid-column: span 1 / span 1;
  }

  #w-node-_263d571f-a4f7-2f64-25d8-3fe705068035-43ae6891 {
    grid-column-end: 2;
  }

  #w-node-_1d33b27b-b839-7b38-8b9d-99158ed15e6c-2dae6894 {
    justify-self: start;
  }

  #w-node-_664d41d2-422b-6f96-695b-0ea2ab91a729-a9ae6895 {
    grid-column-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-feae689a {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-feae689a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42d8-82da1ca1 {
    grid-column-end: 2;
  }

  #w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42e0-82da1ca1 {
    grid-column: span 1 / span 1;
  }
}


