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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

body {
  color: #000;
  background-color: #ebebeb;
  font-family: Sora, sans-serif;
  font-size: 18px;
  line-height: 1.75;
}

.nav-links-divider {
  width: 40px;
  height: 1px;
  background-color: #b2b2b2;
  margin-left: 1em;
  margin-right: 1em;
}

.nav-menu {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.nav {
  background-color: #ebebeb;
  border-bottom: 1px solid #b2b2b2;
  padding: 1.5em 3em;
  line-height: 1;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand-link {
  padding-left: 0;
}

.logo {
  height: 1.5em;
}

.nav-link {
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 0 0;
  font-size: .8em;
  font-weight: 700;
}

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

.nav-container {
  width: 100%;
  max-width: 1600px;
  align-items: center;
  display: flex;
}

.hero-top {
  min-height: 65vh;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3em;
  display: flex;
  position: relative;
}

.hero-container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-heading {
  max-width: 20ch;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: .75em;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.5;
}

.highlight-outline {
  border: 1px solid #000;
  border-radius: 200px;
  padding-left: .3em;
  padding-right: .3em;
  display: inline-block;
}

.paragraph-l {
  color: #000;
  margin-bottom: 1.5em;
  font-size: 1.4em;
}

.paragraph-l.gray {
  color: #7f7f7f;
}

.paragraph-l.nm {
  max-width: 30ch;
}

.paragraph-l.limit {
  max-width: 60ch;
}

.hero-cta-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-cta-wrapper.margin {
  margin-top: 1em;
}

.standard-button-w {
  color: #000;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ff502e;
  background-image: url('../images/decor3.svg');
  background-position: 102% -2%;
  background-repeat: no-repeat;
  background-size: auto 1.5em;
  justify-content: flex-start;
  align-items: center;
  padding: 1.3em 2em;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
}

.div-block-10 {
  align-items: center;
  display: flex;
}

.button-text {
  line-height: 1;
}

.button-arrow {
  height: 1.25em;
  margin-left: 1em;
}

.hero-cta-info {
  color: #7f7f7f;
  text-transform: uppercase;
  margin-left: 3em;
  font-size: .8em;
  font-weight: 500;
  line-height: 1;
}

.hero-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  left: 4em;
}

.hero-heading-decor {
  height: 2.5em;
  position: absolute;
  top: 1em;
  bottom: auto;
  left: -4em;
  right: auto;
}

.hero-bottom {
  min-height: 35vh;
  background-color: #ff502e;
  background-image: url('../images/decor3.svg');
  background-position: 102% -2%;
  background-repeat: no-repeat;
  background-size: auto 5em;
  justify-content: center;
  align-items: center;
  padding: 3em 3em 2em;
  display: flex;
  position: relative;
}

.hero-grid-bottom {
  width: 100%;
  max-width: 1600px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.hero-bottom-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
}

.hero-image-wrapper {
  width: 50%;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero-text-wrapper {
  position: relative;
}

.hero-text-wrapper.limit {
  max-width: 60ch;
}

.lng-wrapper {
  margin-left: 8em;
  display: flex;
}

.lng {
  color: #7f7f7f;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 400;
  text-decoration: none;
}

.lng.w--current {
  color: #000;
}

.gry {
  color: #acacac;
}

.lng-divider {
  color: #000;
  text-transform: uppercase;
  margin-left: .6em;
  margin-right: .6em;
  font-size: .8em;
  font-weight: 400;
  text-decoration: none;
}

.highlight-black {
  color: #000;
}

.section {
  min-height: 100vh;
  justify-content: center;
  align-items: flex-start;
  padding: 5em 2em;
  display: flex;
}

.section.dark {
  color: #ebebeb;
  background-color: #000;
  align-items: flex-start;
}

.section.abput {
  color: #ebebeb;
  background-color: #000;
  align-items: flex-start;
  padding-bottom: 4em;
}

.section.offset {
  margin-top: 82px;
}

.container {
  max-width: 1600px;
  flex: 1;
}

.container.styleguide {
  margin-left: 8em;
}

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

.grid.m-bottom-2 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  margin-bottom: 2em;
}

.right-wrapper {
  z-index: 2;
  position: relative;
}

.h1-headings {
  max-width: 25ch;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1.5;
}

.h1-headings.white {
  color: #fff;
}

.h1-headings.cta {
  color: #7f7f7f;
  margin-bottom: 0;
}

.accordion {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.accordion-trigger-top {
  width: 100%;
  height: 60%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.accordion-title {
  max-width: 40ch;
  min-height: 65px;
  color: #ebebeb;
  font-size: 1em;
}

.accordion-title.short {
  max-width: 30ch;
}

.accordion-title.very-short {
  max-width: 20ch;
}

.accordion-trigger-bottom {
  width: 100%;
  height: 60%;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.accordion-highlight-top {
  z-index: -1;
  width: 100%;
  height: 150%;
  transform-origin: 50% 0;
  background-color: #2c3eff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.accordion-item {
  cursor: pointer;
  background-color: #000;
  border-top: 1px solid #7f7f7f;
  position: relative;
  overflow: hidden;
}

.accordion-item-top-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: .75em;
  padding-bottom: .75em;
  display: grid;
}

.accordion-arrow {
  width: 1em;
  max-width: none;
  margin-top: 7px;
  margin-left: auto;
}

.accordion-item-bottom-wrapper {
  color: #b2b2b2;
  overflow: hidden;
}

.accordion-highlight-bottom {
  z-index: -1;
  width: 100%;
  height: 150%;
  transform-origin: 50% 100%;
  background-color: #2c3eff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.number {
  color: #7f7f7f;
  align-items: flex-start;
  font-size: 2em;
  line-height: 1.25;
}

.white {
  color: #ebebeb;
}

.heading-decor {
  height: 2.5em;
  position: absolute;
  top: .7em;
  bottom: auto;
  left: -4em;
  right: auto;
}

.heading-wrapper {
  position: relative;
}

.heading-wrapper.offset {
  margin-left: 4em;
}

.hero-img-on-top {
  width: 100%;
  height: 65vh;
  background-image: url('../images/hero-002.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 800px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-img-below {
  height: 100%;
  min-height: 35px;
  opacity: 1;
  background-image: url('../images/hero-0011111.webp'), linear-gradient(#494949, #494949);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 800px, auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.grid-3 {
  grid-column-gap: 4em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 5em;
}

.team-mate-wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.work-image {
  min-height: 14em;
  margin-left: 2em;
  position: relative;
}

.work-image.img-1 {
  background-image: url('../images/a2.webp');
  background-position: 50%;
  background-size: cover;
}

.work-image.img-2 {
  background-image: url('../images/a1.webp');
  background-position: 50%;
  background-size: cover;
}

.work-image.img-3 {
  background-image: url('../images/z9.webp');
  background-position: 50%;
  background-size: cover;
}

.work-image.img-4 {
  background-image: url('../images/1-3_1.webp');
  background-position: 50%;
  background-size: cover;
}

.work-image.img-5 {
  background-image: url('../images/2-1.webp');
  background-position: 50%;
  background-size: cover;
}

.work-image.img-6 {
  background-image: url('../images/3-2.webp');
  background-position: 50%;
  background-size: cover;
}

.work-image.img-7 {
  background-image: url('../images/4-1_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.work-image.img-8 {
  background-image: url('../images/5-1.webp');
  background-position: 50%;
  background-size: cover;
}

.work-image.img-9 {
  background-image: url('../images/6-2.webp');
  background-position: 50%;
  background-size: cover;
}

.image-decor-5 {
  width: 2em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-decor-6 {
  width: 4em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotate(180deg);
}

.div-block-24 {
  height: 100%;
  flex-direction: column;
  margin-top: 1em;
  display: flex;
}

.h3-headings {
  max-width: 25ch;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.5;
}

.h3-headings.limit, .h3-headings.is-case-study, .h3-headings.limit-copy {
  max-width: 15ch;
}

.h3-headings.limit-big {
  max-width: 10ch;
}

.h3-headings.limit-copy {
  max-width: 15ch;
}

.case-study-date {
  text-transform: uppercase;
  justify-content: space-between;
}

.case-study-date.hide {
  display: block;
}

.case-study-details-wrapper {
  border-top: 1px solid #b2b2b2;
  justify-content: space-between;
  margin-top: auto;
  padding-top: .75em;
  padding-bottom: .5px;
  display: flex;
}

.paragraph-s {
  max-width: 75ch;
  margin-bottom: 1em;
  font-size: .75em;
}

.paragraph-s.limit {
  max-width: 60ch;
}

.image-decor-4 {
  width: 2em;
  height: 2em;
  background-color: #ff502e;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.team-wrapper {
  margin-top: 4em;
}

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

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

.work-image-copy {
  width: 8em;
  margin-right: auto;
  position: relative;
}

.image-decor-1 {
  width: 1em;
  height: 1em;
  background-color: #ff502e;
  margin-right: -1em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.team-mate-name {
  font-size: .8em;
}

.team-mate-info {
  text-transform: uppercase;
  justify-content: space-between;
  font-size: .8em;
  line-height: 1;
}

.team-mate-details {
  border-top: 1px dotted #7f7f7f;
  justify-content: space-between;
  align-items: center;
  margin-top: .75em;
  padding-top: .5em;
  padding-bottom: 0;
  font-size: .8em;
  font-weight: 700;
  display: flex;
}

.image-decor-3 {
  width: 1em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotate(180deg);
}

.image-decor-2 {
  width: 1.5em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.team-mate-link {
  color: #7f7f7f;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
}

.team-mate-link.right {
  margin-right: 1em;
  font-family: "Fa solid 900", sans-serif;
}

.highlight-white {
  color: #ebebeb;
}

.map-image {
  position: relative;
  transform: translate(0);
}

.right-wrapper-copy-copy {
  justify-content: center;
  align-items: center;
  margin-right: -30vh;
  display: flex;
  position: relative;
}

.map-gradient {
  background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, 0) 75%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-section {
  background-color: #000;
  border-top: 1px solid #494949;
  justify-content: center;
  align-items: flex-start;
  padding: 3em 2em;
  display: flex;
}

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

.div-block-28 {
  align-items: center;
  display: flex;
}

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

.footer-section {
  border-top: 1px solid #acacac;
  justify-content: center;
  align-items: flex-start;
  padding: 3em 2em;
  display: flex;
}

.footer-logo {
  height: 1em;
  margin-bottom: 1.25em;
}

.footer-text {
  max-width: 40ch;
  color: #000;
  margin-bottom: 0;
  font-size: 1em;
}

.footer-text.ddd {
  margin-bottom: 1em;
}

.sm {
  margin-top: 1em;
}

.link-2, .sm-icon-link {
  color: #b2b2b2;
  margin-right: 1em;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
}

.bold-text {
  font-family: "Fa solid 900", sans-serif;
}

.footer-title {
  color: #7f7f7f;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: .8em;
  font-weight: 500;
}

.copyrights-section {
  border-top: 1px solid #b2b2b2;
  justify-content: center;
  align-items: flex-start;
  padding: 1.25em 2em;
  display: flex;
}

.footer-paragraph {
  margin-bottom: 0;
  line-height: 1;
}

.footer-wrapper {
  color: #7f7f7f;
  justify-content: space-between;
  font-size: .8em;
  display: flex;
}

.footer-link {
  color: #000;
}

.div-block-31 {
  flex-direction: column;
  display: flex;
}

.grid-4-standard {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 6em;
}

.image-8 {
  margin-right: auto;
}

.h2-headings {
  max-width: 25ch;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.5;
}

.h2-headings.margins {
  margin-top: 2.5em;
  margin-bottom: 1em;
}

.h4-headings {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
}

.h4-headings.limit-20 {
  max-width: 20ch;
}

.h4-headings.limit-10 {
  max-width: 10ch;
}

.paragraph-m {
  margin-bottom: 1em;
  font-size: 1em;
}

.paragraph-m.gray {
  color: #7f7f7f;
}

.paragraph-m.limit {
  max-width: 60ch;
}

.paragraph-m.no-margin {
  margin-bottom: 0;
}

.standard-button-b {
  color: #000;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ff502e;
  background-image: url('../images/decor4.svg');
  background-position: 102% -2%;
  background-repeat: no-repeat;
  background-size: auto 1.5em;
  justify-content: flex-start;
  align-items: center;
  padding: 1.3em 2em;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
}

.big-number {
  align-items: flex-start;
  font-size: 3em;
  line-height: 1.25;
}

.big-number.orange {
  color: #ff502e;
}

.highlight-outline-gray {
  border: 1px solid #7f7f7f;
  border-radius: 200px;
  padding-left: .3em;
  padding-right: .3em;
  display: inline-block;
}

.case-study-link {
  color: #ff502e;
  text-transform: uppercase;
  justify-content: space-between;
  text-decoration: none;
}

.div-block-32 {
  border-top: 1px dotted #b2b2b2;
  margin-top: 2em;
  margin-bottom: 2em;
}

.styleguide-badge {
  width: 9em;
  color: #ff502e;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(255, 80, 46, .3);
  border-radius: 20px;
  margin-bottom: 1em;
  padding: .3em 1em;
  font-size: .6em;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: -12em;
  right: auto;
}

.div-block-33 {
  border-top: 1px dotted #b2b2b2;
  padding-top: 1em;
  padding-bottom: 2em;
  position: relative;
}

.styleguide-buttons-wrapper {
  border-top: 1px dotted #b2b2b2;
  margin-top: 2em;
  padding-top: 3em;
}

.standard-button-gray-w {
  color: #000;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #b2b2b2;
  background-image: url('../images/decor3.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 1.25em;
  justify-content: flex-start;
  align-items: center;
  padding: 1.3em 2em;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
}

.standard-button-gray-w.right {
  margin-left: 2em;
}

.styleguide-title {
  color: #ff502e;
  text-transform: uppercase;
  margin-bottom: 3em;
  font-size: 1.75em;
}

.text-span {
  font-weight: 700;
}

.image-10 {
  display: none;
}

.map-pin-icon {
  margin-right: .5em;
  font-family: "Fa solid 900", sans-serif;
}

.phone-number {
  max-width: 40ch;
  color: #ff502e;
  margin-top: 1.25em;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 700;
}

.case-study-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.work-image-case-study {
  min-height: 24em;
  margin-top: 3em;
  margin-bottom: 3em;
  position: relative;
}

.work-image-case-study.img-3 {
  background-image: url('../images/a3.webp');
  background-position: 50%;
  background-size: cover;
}

.image-decor-7 {
  width: 6em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotate(180deg);
}

.image-decor-8 {
  width: 4em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.highlight-orange {
  color: #ff502e;
}

.list-item {
  padding: 1em;
  line-height: 1;
}

.case-study-list {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-left: 1em;
}

.list-paragraph {
  color: #7f7f7f;
  margin-bottom: 0;
  font-size: 1.5em;
}

.lightbox-link {
  text-decoration: none;
}

.mobile-img {
  display: none;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  width: 100%;
  max-width: 1400px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: 1.25rem;
  right: auto;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_close-icon {
  width: 1em;
  height: 1em;
  line-height: 1vh;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  top: -.75rem;
  bottom: auto;
  left: auto;
  right: -.75rem;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 1em;
  padding-bottom: 1em;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_text {
  font-size: .75rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5em;
}

.fs-cc-prefs_label {
  color: #ff502e;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2em;
  font-size: 1rem;
  font-weight: 700;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  z-index: 1000;
  display: block;
  position: relative;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2em;
  overflow: auto;
}

.fs-cc-prefs_form {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 36rem;
  background-color: #ebebeb;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: 1.5em;
  padding: .5em;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-prefs_overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 5, 36, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_text {
  max-width: 80ch;
  margin-right: 1.5rem;
  font-size: .8em;
}

.fs-cc-banner_text-link {
  color: #000;
  border-bottom: 2px solid #000;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_text-link.big {
  margin-right: 2em;
  font-size: .75em;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 997;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #ebebeb;
  border-top: 1px solid #b2b2b2;
  padding: 1.5em 2em;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.small-button-w-copy {
  min-width: 100px;
  color: #000;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ff502e;
  background-image: url('../images/decor3.svg');
  background-position: 102% -2%;
  background-repeat: no-repeat;
  background-size: auto 1.5em;
  justify-content: flex-start;
  align-items: center;
  padding: 1.3em 2em;
  font-size: .65em;
  font-weight: 700;
  text-decoration: none;
}

.small-button-w-copy.right {
  background-position: 102% -2%;
  background-size: auto 1.5em;
  margin-left: 1.5em;
}

.small-button-gray-w-copy {
  min-width: 100px;
  color: #000;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #b2b2b2;
  background-image: url('../images/decor3.svg');
  background-position: 102% -2%;
  background-repeat: no-repeat;
  background-size: auto 1.5em;
  justify-content: flex-start;
  align-items: center;
  padding: 1.3em 2em;
  font-size: .65em;
  font-weight: 700;
  text-decoration: none;
}

.small-button-gray-w-copy.right {
  margin-left: 1em;
}

.bold-text-2 {
  color: #494949;
}

.fs-cc-prefs_checkbox-field {
  width: 2.75rem;
  height: 1.5rem;
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_toggle {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border-radius: 999px;
}

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

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

  .nav-links-divider {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
    padding: 2em 2em 2em 3em;
  }

  .nav {
    padding: .5em 2em;
    position: -webkit-sticky;
    position: sticky;
  }

  .menu-button {
    color: #000;
    margin-left: auto;
    padding: .5em;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #ff502e;
  }

  .logo {
    height: 1.25em;
  }

  .nav-link {
    margin-bottom: 1.25em;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.25em;
  }

  .hero-top {
    min-height: auto;
    padding-bottom: 3em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .hero-heading {
    font-size: 2.5em;
  }

  .paragraph-l.nm {
    margin-bottom: 0;
  }

  .hero-cta-info {
    margin-left: 2em;
  }

  .hero-content {
    left: 3em;
  }

  .hero-heading-decor {
    height: 2em;
    top: .8em;
    left: -3em;
  }

  .hero-bottom {
    height: auto;
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .hero-bottom-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-image-wrapper {
    width: 50%;
    background-color: #494949;
  }

  .lng-wrapper {
    margin-top: 3em;
    margin-left: 0;
  }

  .section {
    min-height: auto;
    position: relative;
  }

  .section.offset {
    margin-top: 0;
  }

  .grid {
    display: block;
  }

  .h1-headings {
    font-size: 2.5em;
  }

  .accordion-title, .accordion-title.short {
    max-width: 40ch;
  }

  .accordion-item-top-wrapper {
    grid-template-columns: .5fr 2fr .25fr;
  }

  .hero-img-on-top {
    z-index: 1;
    height: 35vh;
    background-position: 50%;
    background-size: 125%;
    display: none;
  }

  .hero-img-below {
    background-image: url('../images/hero-0011111.webp'), linear-gradient(#494949, #494949);
    background-position: 100%, 0 0;
    background-size: 200%, auto;
  }

  .grid-3 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
    margin-top: 4em;
  }

  .work-image {
    min-height: 175px;
    margin-left: 0;
  }

  .h3-headings {
    font-size: 1.5em;
  }

  .case-study-details-wrapper {
    font-size: .75em;
  }

  .paragraph-s {
    font-size: 1em;
  }

  .team-wrapper {
    margin-top: 4em;
  }

  .work-image-copy {
    margin-left: 0;
  }

  .right-wrapper-copy-copy {
    margin-right: 0;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .map-gradient {
    background-image: linear-gradient(#000, rgba(0, 0, 0, 0) 45%);
  }

  .cta-section {
    min-height: auto;
  }

  .grid-4 {
    display: block;
  }

  .div-block-28 {
    margin-top: 2em;
  }

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

  .footer-section, .copyrights-section {
    min-height: auto;
  }

  .grid-4-standard {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
    margin-top: 4em;
  }

  .image-8 {
    max-height: 200px;
    margin-top: 3em;
  }

  .h2-headings {
    font-size: 2em;
  }

  .h4-headings {
    font-size: 1em;
  }

  .image-10 {
    display: none;
  }

  .case-study-grid {
    grid-template-columns: 2fr;
  }

  .work-image-case-study {
    min-height: 14em;
    margin-left: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }
}

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

  .nav-links-divider {
    display: none;
  }

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

  .menu-button {
    background-image: url('../images/decor3.svg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto .5em;
  }

  .hero-top {
    padding-left: 2em;
    padding-right: 2em;
  }

  .hero-heading {
    max-width: 15ch;
  }

  .hero-cta-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .hero-cta-info {
    margin-top: 2em;
  }

  .hero-content {
    padding-right: 2em;
  }

  .hero-heading-decor {
    top: .9em;
    left: -3em;
  }

  .h1-headings {
    max-width: 15ch;
  }

  .grid-3 {
    display: block;
  }

  .team-mate-wrapper {
    margin-bottom: 2.5em;
  }

  .h3-headings {
    max-width: 15ch;
  }

  .team-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .map-gradient {
    background-image: linear-gradient(#000, rgba(0, 0, 0, 0) 75%);
  }

  .footer-section {
    position: relative;
  }

  .grid-4-standard {
    display: block;
  }

  .image-8 {
    width: 100%;
  }

  .h2-headings {
    max-width: 15ch;
  }

  .image-10 {
    width: 50%;
    opacity: .3;
    filter: grayscale();
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    position: fixed;
  }

  .logo {
    height: 1.25em;
  }

  .hero-top {
    min-height: 65vh;
    justify-content: flex-end;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .hero-heading {
    max-width: 12ch;
    margin-bottom: .5em;
    font-size: 2.25em;
  }

  .hero-cta-wrapper {
    flex-direction: column;
  }

  .hero-cta-info {
    margin-top: 1.25em;
    margin-left: 0;
  }

  .hero-content {
    padding-right: 0;
    left: 0;
  }

  .hero-heading-decor {
    display: none;
  }

  .hero-bottom {
    min-height: auto;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    padding-bottom: 3em;
  }

  .hero-bottom-grid {
    grid-template-columns: 1fr;
  }

  .hero-image-wrapper {
    height: auto;
    display: none;
    position: relative;
  }

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

  .section {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .h1-headings {
    font-size: 2.25em;
  }

  .h1-headings.top-1em {
    margin-top: 1em;
  }

  .accordion-title {
    margin-left: auto;
  }

  .accordion-item-top-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: .25fr 1fr .25fr;
  }

  .heading-decor {
    top: .3em;
    left: -3em;
  }

  .heading-wrapper.offset {
    margin-left: 2em;
  }

  .team-mate-wrapper {
    margin-bottom: 1.5em;
  }

  .team-mate-wrapper.last {
    margin-bottom: 0;
  }

  .case-study-details-wrapper {
    margin-top: 0;
  }

  .team-wrapper {
    margin-top: 5em;
  }

  .team-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
    margin-top: -2em;
    display: block;
  }

  .work-image-copy {
    width: 8em;
    margin-right: 2em;
  }

  .team-mate-details {
    max-width: 10em;
  }

  .map-gradient {
    background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, 0) 75%);
  }

  .cta-section {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .grid-4-copy {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .sm {
    margin-top: 1em;
  }

  .image-10 {
    width: 50%;
    bottom: 2em;
  }

  .mobile-img {
    min-height: 35vh;
    background-color: #494949;
    background-image: url('../images/hero-0011111.webp');
    background-position: 80% 40%;
    background-size: auto 550px;
    display: block;
  }

  .image-11 {
    height: 4em;
    transform: rotate(-90deg);
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -1em;
    bottom: auto;
    left: auto;
    right: 1em;
  }

  .fs-cc-banner_text {
    max-width: 29ch;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .small-button-w-copy.right {
    margin-left: 0;
  }

  .small-button-gray-w-copy.right {
    margin-left: 2em;
  }

  .buttons-wrapper-cookies {
    width: 100%;
    margin-bottom: 1em;
    display: flex;
  }
}

#w-node-a4381d95-c774-db8e-ab62-6e3835372998-6ead0cad, #w-node-_6efb164c-c188-5f5c-e5af-d7a0ac8b1942-6ead0cad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03fbb080-715a-6cf0-1039-1cdef05c4e5f-6ead0cad {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8f80b65f-a3bc-73c4-a5dd-e0f176c04801-6ead0cad, #w-node-_8f80b65f-a3bc-73c4-a5dd-e0f176c04805-6ead0cad, #w-node-_8f80b65f-a3bc-73c4-a5dd-e0f176c04813-6ead0cad, #w-node-_8f80b65f-a3bc-73c4-a5dd-e0f176c04821-6ead0cad, #w-node-_8f80b65f-a3bc-73c4-a5dd-e0f176c0482d-6ead0cad, #w-node-_8f80b65f-a3bc-73c4-a5dd-e0f176c04831-6ead0cad, #w-node-_8f80b65f-a3bc-73c4-a5dd-e0f176c0483f-6ead0cad, #w-node-_8f80b65f-a3bc-73c4-a5dd-e0f176c0484d-6ead0cad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87415d11-c370-a6f4-8cc0-c0c80cda29fd-6ead0cad {
  align-self: center;
}

#w-node-ce19a24c-d129-9b27-c9d2-c09ee45abb32-6ead0cad, #w-node-e1518406-7576-1fcc-352e-6780e28a045d-6ead0cad, #w-node-b71530bd-8199-4ace-b030-84dba57b9591-6ead0cad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9873448-6b1c-8d5f-b1c2-7a7ba2faa578-6ead0cad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b9873448-6b1c-8d5f-b1c2-7a7ba2faa57c-6ead0cad, #w-node-_6ef726a1-d679-53e8-1768-e8c2e7503f68-6ead0cad, #w-node-_6ef726a1-d679-53e8-1768-e8c2e7503f6e-6ead0cad, #w-node-_6ef726a1-d679-53e8-1768-e8c2e7503f83-6ead0cad, #w-node-_6ef726a1-d679-53e8-1768-e8c2e7503f98-6ead0cad, #w-node-_6ef726a1-d679-53e8-1768-e8c2e7503fad-6ead0cad, #w-node-_6ef726a1-d679-53e8-1768-e8c2e7503fc2-6ead0cad, #w-node-_6ef726a1-d679-53e8-1768-e8c2e7503fd7-6ead0cad, #w-node-_6ef726a1-d679-53e8-1768-e8c2e7503fec-6ead0cad, #w-node-_6ef726a1-d679-53e8-1768-e8c2e7504000-6ead0cad, #w-node-_6ef726a1-d679-53e8-1768-e8c2e7504014-6ead0cad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f4034bb-ca11-7ba2-1535-a79776ad7894-6ead0cad {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-feeb5447-7cab-d02e-5482-14e222793849-6ead0cad, #w-node-ec892ac9-8d55-fb80-71ee-42d3b070665b-6ead0cad, #w-node-_6f4034bb-ca11-7ba2-1535-a79776ad78c0-6ead0cad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4aaf3b45-194d-8dce-4fcf-17f8857bc1e9-6ead0cad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4aaf3b45-194d-8dce-4fcf-17f8857bc1f6-6ead0cad, #w-node-_4aaf3b45-194d-8dce-4fcf-17f8857bc201-6ead0cad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f7ae3b0-bb42-a153-3c53-2ae7a623b435-a623b432 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7f7ae3b0-bb42-a153-3c53-2ae7a623b442-a623b432, #w-node-_7f7ae3b0-bb42-a153-3c53-2ae7a623b44d-a623b432, #w-node-a4381d95-c774-db8e-ab62-6e3835372998-cfea7612, #w-node-_6efb164c-c188-5f5c-e5af-d7a0ac8b1942-cfea7612 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03fbb080-715a-6cf0-1039-1cdef05c4e5f-cfea7612 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8f80b65f-a3bc-73c4-a5dd-e0f176c04801-cfea7612, #w-node-_8f80b65f-a3bc-73c4-a5dd-e0f176c04805-cfea7612, #w-node-_8f80b65f-a3bc-73c4-a5dd-e0f176c04813-cfea7612, #w-node-_8f80b65f-a3bc-73c4-a5dd-e0f176c04821-cfea7612, #w-node-_8f80b65f-a3bc-73c4-a5dd-e0f176c0482d-cfea7612, #w-node-_8f80b65f-a3bc-73c4-a5dd-e0f176c04831-cfea7612, #w-node-_8f80b65f-a3bc-73c4-a5dd-e0f176c0483f-cfea7612, #w-node-_8f80b65f-a3bc-73c4-a5dd-e0f176c0484d-cfea7612 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87415d11-c370-a6f4-8cc0-c0c80cda29fd-cfea7612 {
  align-self: center;
}

#w-node-ce19a24c-d129-9b27-c9d2-c09ee45abb32-cfea7612, #w-node-e1518406-7576-1fcc-352e-6780e28a045d-cfea7612, #w-node-b71530bd-8199-4ace-b030-84dba57b9591-cfea7612 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10251770-81bd-b392-7d32-89ed58100a53-cfea7612 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_10251770-81bd-b392-7d32-89ed58100a57-cfea7612, #w-node-_168cdf10-b2b7-1c68-d2df-5712e0abd761-cfea7612, #w-node-_168cdf10-b2b7-1c68-d2df-5712e0abd767-cfea7612, #w-node-_168cdf10-b2b7-1c68-d2df-5712e0abd77c-cfea7612, #w-node-_168cdf10-b2b7-1c68-d2df-5712e0abd791-cfea7612, #w-node-_168cdf10-b2b7-1c68-d2df-5712e0abd7a6-cfea7612, #w-node-_168cdf10-b2b7-1c68-d2df-5712e0abd7bb-cfea7612, #w-node-_168cdf10-b2b7-1c68-d2df-5712e0abd7d0-cfea7612, #w-node-_168cdf10-b2b7-1c68-d2df-5712e0abd7e5-cfea7612, #w-node-_168cdf10-b2b7-1c68-d2df-5712e0abd7f9-cfea7612, #w-node-_168cdf10-b2b7-1c68-d2df-5712e0abd80d-cfea7612 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f4034bb-ca11-7ba2-1535-a79776ad7894-cfea7612 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-feeb5447-7cab-d02e-5482-14e222793849-cfea7612, #w-node-ec892ac9-8d55-fb80-71ee-42d3b070665b-cfea7612, #w-node-_6f4034bb-ca11-7ba2-1535-a79776ad78c0-cfea7612 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efaf0466-b7e9-51df-0314-74d65ea6580b-cfea7612 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-efaf0466-b7e9-51df-0314-74d65ea65818-cfea7612, #w-node-efaf0466-b7e9-51df-0314-74d65ea65823-cfea7612 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_4aaf3b45-194d-8dce-4fcf-17f8857bc208-6ead0cad, #w-node-_7f7ae3b0-bb42-a153-3c53-2ae7a623b456-a623b432, #w-node-efaf0466-b7e9-51df-0314-74d65ea6582c-cfea7612 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4aaf3b45-194d-8dce-4fcf-17f8857bc1e9-6ead0cad, #w-node-_7f7ae3b0-bb42-a153-3c53-2ae7a623b435-a623b432, #w-node-efaf0466-b7e9-51df-0314-74d65ea6580b-cfea7612 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}