:root {
  --light-gray: #d1d1d1;
  --highlight-red: #eb3643;
  --white-smoke: #f7f7f7;
  --background-black: #121212;
  --dark-slate-gray: #4d4d4d;
  --dark-slate-gray-2: #323232;
  --tan: #c7aa8b;
}

body {
  color: #333;
  padding-top: 60px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #c7aa8b;
  margin: 0 0 10px;
  font-size: 47px;
  font-weight: 500;
  line-height: 55px;
}

h2 {
  color: #4d4d4d;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 27px;
}

h3 {
  margin: 10px 0;
  font-size: 31px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.button {
  border: 2px none var(--light-gray);
  background-color: var(--highlight-red);
  color: var(--white-smoke);
  text-align: center;
  text-transform: none;
  padding: 8px 15px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

.button:hover {
  color: #323232;
  background-color: #fff;
}

.button.beige {
  color: #c7aa8b;
  border-color: #c7aa8b;
}

.button.beige:hover {
  color: #323232;
  background-color: #c7aa8b;
}

.button.beige.footer {
  border-color: var(--highlight-red);
  background-color: var(--white-smoke);
  color: var(--highlight-red);
  margin-top: -8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.beige.footer:hover {
  background-color: var(--highlight-red);
  color: var(--white-smoke);
}

.button.form {
  color: #c7aa8b;
  background-color: #323232;
  border-color: #323232;
  margin-top: 22px;
  margin-bottom: 23px;
}

.button.form:hover {
  color: #323232;
  background-color: rgba(0, 0, 0, 0);
}

.button.solid {
  background-color: #c7aa8b;
  border-color: #c7aa8b;
}

.button.solid:hover {
  color: #c7aa8b;
  background-color: rgba(0, 0, 0, 0);
}

.button.secondary {
  border-style: solid;
  border-color: var(--highlight-red);
  background-color: var(--white-smoke);
  color: var(--highlight-red);
}

.navbar {
  text-align: left;
  background-color: #323232;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px rgba(255, 255, 255, .13);
}

.nav-link {
  color: #ededed;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-right: 1px solid #4d4d4d;
  padding: 20px 30px;
  font-family: Space Mono, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .1s, margin .5s;
}

.nav-link:hover {
  color: #fff;
  background-color: #000;
}

.nav-link.w--current {
  box-shadow: none;
  color: var(--highlight-red);
  background-color: #000;
  font-family: Space Mono, sans-serif;
  font-size: .9rem;
}

.nav-link.w--current:hover {
  color: var(--highlight-red);
}

.nav-link.social-icons {
  float: right;
  opacity: .8;
  border-left: 1px solid #4d4d4d;
  padding: 18px 22px 22px;
}

.nav-link.social-icons:hover {
  opacity: 1;
}

.nav-link.social-icons.last {
  border-left-style: none;
}

.logo-text {
  float: left;
  color: #ededed;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 31px;
  font-family: Work Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 140%;
}

.nav-menu {
  float: left;
  border-left: 1px solid #4d4d4d;
}

.stone-logo {
  float: left;
  opacity: .9;
  margin-right: 16px;
}

.stone-logo.footer {
  opacity: .4;
}

.brand {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.brand.w--current {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.section {
  background-color: var(--background-black);
  color: #4d4d4d;
  object-fit: contain;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.grey {
  background-color: var(--white-smoke);
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.grey.small-margins {
  padding: 80px 40px 40px;
}

.section.beige {
  background-color: #121212;
}

.section.image {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/pexels-phung-touch-675001486-17843099-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 1px solid rgba(0, 0, 0, 0);
  padding-top: 127px;
  padding-bottom: 127px;
}

.section.lightgrey {
  background-color: #f7f7f7;
}

.section.footer {
  background-color: #323232;
  padding-top: 65px;
  padding-bottom: 53px;
}

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

.main-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 79px;
  font-style: normal;
  font-weight: 300;
  line-height: 66px;
}

.main-heading.bold {
  font-weight: 700;
  position: relative;
}

.slider-nav {
  font-size: 9px;
  line-height: 10px;
}

.main-subheading {
  color: var(--white-smoke);
  margin-top: 18px;
  margin-bottom: 44px;
  font-family: Space Mono, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}

.horizontal-bar {
  background-color: #fff;
  width: 60px;
  height: 2px;
  display: inline-block;
}

.horizontal-bar.beige {
  background-color: var(--highlight-red);
  display: inline-block;
}

.horizontal-bar.lightgrey {
  background-color: rgba(50, 50, 50, .18);
}

.horizontal-bar.margin {
  margin-top: 24px;
  margin-bottom: 24px;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.slide {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/voters-in-line.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 160px;
  padding-bottom: 80px;
}

.slide._2 {
  background-image: url('../images/city.jpg');
}

.slide._3 {
  background-image: url('../images/town.jpg');
}

.process-titles {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid rgba(50, 50, 50, .13);
  margin-bottom: 23px;
  padding-top: 23px;
  font-size: 21px;
}

.icon-wrapper {
  text-align: center;
  height: 109px;
  margin-bottom: 24px;
}

.number {
  color: rgba(50, 50, 50, .09);
  text-transform: uppercase;
  margin-top: -22px;
  margin-bottom: 2px;
  padding-top: 0;
  font-size: 16px;
}

.testimonials-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  padding-left: 47px;
  padding-right: 47px;
}

.testimonial-slide {
  text-align: center;
  width: 50%;
  padding: 24px 30px;
}

.left-arrow {
  color: #d1d1d1;
  width: 45px;
}

.left-arrow:hover {
  color: #c7aa8b;
}

.right-arrow {
  color: #d1d1d1;
  width: 45px;
  transition: all .2s;
}

.right-arrow:hover {
  color: #c7aa8b;
}

.testimonial {
  margin-bottom: 18px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.small-title {
  color: rgba(50, 50, 50, .36);
  text-transform: uppercase;
  font-size: 16px;
}

.small-title-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.author {
  color: #c7aa8b;
  text-transform: uppercase;
}

.footer-text {
  color: #858585;
  margin-top: 3px;
  font-family: Space Mono, sans-serif;
}

.footer-text.address {
  text-align: right;
}

.subheading {
  color: #a6a6a6;
  margin-top: 19px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.contact-form-column {
  background-color: #c7aa8b;
  padding: 74px 33px;
}

.contact-info-column {
  padding-top: 72px;
}

.field {
  color: #323232;
  text-transform: uppercase;
  border: 0 solid #000;
  height: 52px;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
}

.field:hover {
  background-color: rgba(255, 255, 255, .8);
}

.field:focus {
  box-shadow: inset 0 0 rgba(0, 0, 0, 0);
}

.success {
  color: #323232;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #323232;
  padding-top: 35px;
  padding-bottom: 43px;
  font-size: 23px;
  font-weight: 500;
}

.success-message {
  margin-bottom: 73px;
}

.contact-icon {
  margin-top: 31px;
  margin-bottom: 10px;
}

.project-description {
  margin-bottom: 11px;
}

.project-title {
  margin-bottom: 20px;
}

.tag-wrapper {
  margin-bottom: 19px;
}

.tag-icon {
  float: left;
  opacity: .19;
  margin-top: 4px;
  margin-right: 5px;
}

.tag-title {
  float: left;
  color: #b8b8b8;
  margin-right: 16px;
  font-size: 14px;
}

.back-to-work-column {
  text-align: right;
  padding-top: 32px;
}

.prev-project-wrapper {
  text-align: right;
  border-right: 3px solid #4d4d4d;
  padding-right: 30px;
}

.nex-project-wrapper {
  padding-left: 30px;
}

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

.project-link:hover {
  color: #323232;
  text-decoration: underline;
}

.name {
  text-align: center;
  margin-top: 11px;
  margin-bottom: 16px;
  font-size: 16px;
}

.social-icon {
  opacity: .26;
  padding-right: 10px;
  transition: all .2s;
}

.social-icon:hover {
  opacity: 1;
}

.position {
  margin-bottom: 8px;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.icons-wrapper {
  margin-bottom: 11px;
}

.container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: var(--white-smoke);
  font-size: 47px;
  font-weight: 500;
}

.heading.quote-sayer {
  color: var(--highlight-red);
  font-family: Space Mono, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
}

.heading.smaller {
  font-family: Work Sans, sans-serif;
  font-size: 32px;
  font-style: italic;
  line-height: 140%;
}

.paragraph {
  color: var(--light-gray);
  text-align: center;
}

.paragraph-2 {
  color: var(--light-gray);
}

.heading-2 {
  color: var(--background-black);
  max-width: 90%;
  font-family: Work Sans, sans-serif;
  font-weight: 600;
  line-height: 140%;
}

.container-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.container-2.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block {
  background-image: url('../images/Problem-reframing-journey.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.heading-3 {
  color: var(--background-black);
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Work Sans, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 160%;
  transition: all .2s;
}

.heading-3.highlight-blue {
  color: var(--highlight-red);
}

.heading-3.highlight-blue.margin {
  max-width: none;
  margin-bottom: 48px;
  font-family: Work Sans, sans-serif;
  line-height: 140%;
}

.heading-3.highlight-blue.center {
  text-align: center;
  font-family: Work Sans, sans-serif;
}

.heading-3.hmw {
  color: var(--white-smoke);
  text-align: center;
  max-width: 90%;
  font-family: Work Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 140%;
}

.heading-3.hmw.wide {
  color: var(--highlight-red);
}

.heading-3.hmw.wide.left, .heading-3.hmw.left {
  text-align: left;
}

.heading-3.hmw.left._24px-margin {
  color: var(--background-black);
  margin-bottom: 24px;
  margin-left: 0;
  font-weight: 600;
}

.heading-3.hmw.black {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  font-weight: 400;
}

.heading-3.wide {
  max-width: 100%;
  font-size: 2.5rem;
  font-weight: 600;
}

.heading-3.big-text {
  color: var(--background-black);
  font-family: Work Sans, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
}

.heading-3.big-text.margin {
  margin-top: 64px;
}

.heading-3.big-text.margin.highlight-blue {
  width: 80%;
  font-weight: 400;
}

.heading-3.black {
  color: var(--background-black);
  max-width: 85%;
  font-family: Work Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 140%;
}

.body-2 {
  background-color: var(--white-smoke);
}

.columns {
  margin-left: auto;
  margin-right: auto;
}

.image-2, .image-3, .image-4, .image-5 {
  object-fit: contain;
}

.text-span, .text-span-2 {
  color: var(--highlight-red);
}

.hero-heading-right {
  background-color: var(--white-smoke);
  border: 1px #000;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-right.small-margin {
  padding-top: 0;
  padding-bottom: 24px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container-3.left {
  text-align: left;
}

.container-3.learning-experience {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-3.learning-experience.no-margin {
  margin-top: 0;
}

.container-3.learning-experience.last {
  margin-bottom: 60px;
  padding-bottom: 0;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-wrapper.center {
  justify-content: center;
  align-items: center;
}

.hero-wrapper.vertical {
  flex-flow: column;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-split.text-only {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  overflow: visible;
}

.hero-split.column {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 85%;
  margin-top: 60px;
}

.hero-split.column.padding {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 99px;
  padding-right: 99px;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px {
  color: var(--highlight-red);
  margin-bottom: 24px;
  font-family: Space Mono, sans-serif;
  font-size: .9rem;
}

.margin-bottom-24px.left {
  text-align: left;
}

.margin-bottom-24px.left.small-bottom-margin {
  margin-bottom: 12px;
}

.margin-bottom-24px.left.small-bottom-margin.top-margin {
  margin-top: 32px;
}

.margin-bottom-24px.large-font {
  font-size: 2rem;
}

.button-primary {
  background-color: var(--highlight-red);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading-4 {
  color: var(--highlight-red);
  margin-left: auto;
  margin-right: auto;
  font-family: Work Sans, sans-serif;
  font-size: 2rem;
  line-height: 160%;
}

.heading-4.center {
  color: var(--light-gray);
  text-align: center;
  max-width: 95%;
}

.heading-4.white {
  color: var(--background-black);
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.research-text {
  color: var(--background-black);
  font-family: Work Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 160%;
}

.research-text.large-margin {
  margin-top: 48px;
}

.research-text.small-margin {
  margin-top: 24px;
}

.research-text.small-margin._90 {
  max-width: 80%;
  margin-top: 48px;
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
}

.research-text.center {
  color: var(--background-black);
  text-align: center;
  font-family: Work Sans, sans-serif;
}

.research-text.center.gray {
  color: var(--light-gray);
}

.hero-heading-left {
  background-color: var(--white-smoke);
  border: 1px #000;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.hero-without-image {
  background-color: var(--white-smoke);
  border-bottom: 1px #e4ebf3;
  margin: 0 auto;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.hero-without-image.custom-margin-1 {
  background-color: var(--white-smoke);
  margin-top: 60px;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two.small-width {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two.large-width {
  max-width: 900px;
}

.hero-wrapper-two.image {
  max-width: 650px;
}

.hero-wrapper-two.left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.hero-wrapper-two.left.large-gap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.hero-stack {
  background-color: var(--white-smoke);
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 0;
  position: relative;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  box-shadow: none;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 50px;
}

.container-4 {
  padding-left: 40px;
  padding-right: 40px;
}

.hero-without-image-2 {
  background-color: var(--white-smoke);
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link {
  color: var(--highlight-red);
  transition: opacity .4s;
}

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

.hero-heading-center {
  background-color: #121212;
  border: 1px #000;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-center.custom-margin-2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.hero-heading-center.custom-margin-3 {
  background-color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.design-text {
  color: var(--dark-slate-gray);
  text-align: left;
  min-width: 40%;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Work Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 160%;
}

.design-text.column {
  color: var(--white-smoke);
  text-align: left;
  max-width: 33%;
  font-size: 1.1rem;
}

.design-text.column._100 {
  width: 100%;
  max-width: 100%;
}

.design-text.column._100.center {
  color: var(--background-black);
  text-align: center;
  font-family: Work Sans, sans-serif;
}

.design-text.left {
  text-align: left;
  font-weight: 300;
}

.design-text.left.small-margin {
  color: var(--background-black);
  max-width: 75%;
  margin-top: 0;
  font-size: 1rem;
}

.design-text.left.small-margin._100 {
  max-width: 100%;
}

.design-text.left.small-margin._100.gray {
  color: var(--background-black);
  font-size: 1rem;
  font-weight: 300;
}

.design-text.left.small-margin._100.gray.small-text {
  font-size: 1.2rem;
}

.design-text.left.small-margin._100.gray.small-text.small-bottom-margin {
  color: var(--background-black);
  margin-bottom: 24px;
  font-size: 1rem;
}

.design-text.left.small-margin.top-margin {
  margin-top: 100px;
}

.image-6 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.text-span-3, .text-span-4, .text-span-5 {
  color: var(--highlight-red);
}

.figma-prototype {
  margin-top: 32px;
  margin-bottom: 32px;
}

.div-block-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  margin-top: 48px;
  display: flex;
}

.team-slider {
  background-color: var(--white-smoke);
  border: 1px #000;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 23%;
  margin-right: 2.5%;
}

.team-block {
  background-color: rgba(255, 255, 255, .1);
  padding-bottom: 24px;
}

.team-member-image-two {
  object-fit: contain;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: var(--background-black);
  margin-bottom: 12px;
  font-family: Work Sans, sans-serif;
  font-weight: 600;
  line-height: 120%;
}

.team-member-name-two.small-text {
  font-size: 24px;
}

.team-member-text {
  color: var(--dark-slate-gray-2);
  margin-bottom: 20px;
  font-family: Work Sans, sans-serif;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.div-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-3.center {
  justify-content: center;
  align-items: center;
}

.heading-1 {
  color: var(--highlight-red);
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 140%;
}

.heading-1.gray {
  color: var(--highlight-red);
  font-family: Work Sans, sans-serif;
}

.heading-1.white {
  color: var(--white-smoke);
  font-size: 3rem;
}

.heading-1.white._90 {
  text-transform: none;
  max-width: 90%;
  font-family: Work Sans, sans-serif;
}

.icons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.icons.custom-margin-monica {
  margin-top: 40px;
}

.icons.custom-margin-lisa {
  margin-top: 97px;
}

.icons.custom-margin-laura {
  margin-top: 76.5px;
}

.icons.custom-margin-laura-2 {
  margin-top: 37px;
}

.text-span-6 {
  color: var(--highlight-red);
}

.div-block-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 72px 30px;
  position: relative;
}

.features-metrics.dark {
  background-color: rgba(18, 18, 18, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.features-block.padding {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.hero-stack-2 {
  background-color: rgba(18, 18, 18, 0);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: static;
}

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.form-2 {
  background-color: rgba(18, 18, 18, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 120px 20px;
}

.body-3 {
  background-color: var(--white-smoke);
}

.container-7 {
  max-width: 940px;
  padding-left: 40px;
  padding-right: 40px;
}

.field-label {
  color: var(--background-black);
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: Work Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
}

.field-label._2 {
  margin-top: 48px;
  line-height: 140%;
}

.radio-button-label {
  color: var(--dark-slate-gray);
  font-family: Work Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

.radio-button-field {
  color: var(--background-black);
  margin-top: 16px;
  margin-bottom: 16px;
}

.submit-button {
  background-color: var(--highlight-red);
  margin-top: 32px;
  margin-bottom: 24px;
  font-family: Work Sans, sans-serif;
  font-size: 1.1rem;
}

.collection-item {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.div-block-5, .div-block-6 {
  flex-flow: column;
  width: 50%;
  max-width: 50%;
  display: flex;
}

.text-block {
  color: #818181;
  margin-top: 16px;
  font-family: Space Mono, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.text-block-2 {
  color: var(--light-gray);
  font-style: italic;
  font-weight: 300;
}

.container-8, .form-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-span-7, .text-span-8, .text-span-9, .text-span-10 {
  color: var(--highlight-red);
}

.text-span-11 {
  color: var(--highlight-red);
  text-decoration: none;
}

.image-7 {
  opacity: .6;
  mix-blend-mode: difference;
}

.image-8, .image-9, .image-10, .image-11, .image-12, .image-13, .image-14, .image-15 {
  mix-blend-mode: difference;
}

.text-span-12, .text-span-13 {
  color: var(--highlight-red);
}

.empty-tabs {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 30vh;
  padding: 7.1rem 3% 4%;
  display: flex;
  overflow: hidden;
}

.page-header {
  opacity: .76;
  color: var(--background-black);
  flex: none;
  margin-top: 3.3rem;
  margin-bottom: 3.3rem;
  font-size: 12vw;
  font-weight: 400;
  line-height: 1em;
}

.page-header.outline {
  opacity: 1;
  color: var(--highlight-red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  padding-left: 10rem;
  padding-right: 10rem;
  display: flex;
}

.tab-link {
  color: var(--background-black);
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: center;
  align-items: center;
  width: 20rem;
  margin-right: 2rem;
  padding: 24px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.tab-link.w--current {
  color: var(--highlight-red);
  background-color: rgba(0, 0, 0, 0);
}

.hover-line {
  height: 1px;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hover-line-fill {
  background-color: var(--background-black);
  width: 100%;
  height: 100%;
}

.div-block-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-7.small-gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
}

.tab-text {
  font-family: Space Mono, sans-serif;
  font-size: 1rem;
}

.design-header {
  color: var(--highlight-red);
  text-align: center;
  font-family: Work Sans, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 140%;
}

.stat-description {
  color: var(--dark-slate-gray);
  font-family: Space Mono, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 25%;
  display: flex;
}

.div-block-8.left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.tab-pane-tab-1 {
  margin-top: 40px;
  padding-top: 40px;
}

.paragraph-text {
  min-width: 40%;
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

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

.text-span-14, .text-span-15, .text-span-16 {
  font-weight: 600;
}

.image-16 {
  aspect-ratio: auto;
  width: 50%;
  height: 100%;
  margin-top: 0;
  overflow: visible;
}

.image-16.full-size {
  width: 100%;
}

.image-mask {
  box-sizing: content-box;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-mask.full-size {
  aspect-ratio: auto;
  width: 100%;
  height: auto;
}

.image-mask.full-size.double-image {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.ia-semibold {
  font-weight: 600;
}

.bold-text {
  color: var(--highlight-red);
  font-weight: 600;
}

.column-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 57px;
  }

  .nav-link {
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-link.social-icons {
    border-right-color: #4d4d4d;
    padding-left: 21px;
    padding-right: 21px;
  }

  .nav-menu {
    background-color: #323232;
    box-shadow: inset 0 -1px rgba(255, 255, 255, .13), 0 7px 13px -4px rgba(0, 0, 0, .45);
  }

  .menu-icon {
    color: #fff;
    line-height: 21px;
  }

  .menu-button {
    opacity: .8;
  }

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

  .main-heading {
    margin-bottom: 4px;
    font-size: 68px;
  }

  .slider {
    height: 469px;
  }

  .testimonial-slide {
    width: 100%;
    padding-left: 92px;
    padding-right: 92px;
  }

  .left-arrow {
    margin-left: 0;
  }

  .right-arrow {
    margin-right: 0;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-5 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-6 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .empty-tabs {
    align-items: center;
    min-height: 100%;
    padding-bottom: 5%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .page-header {
    margin-top: 4rem;
    margin-bottom: 1.5rem;
    font-size: 16vw;
  }

  .page-header.outline {
    font-size: 14vw;
  }

  .tabs-menu {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }

  .button.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }

  .navbar {
    position: relative;
  }

  .stone-logo.footer {
    float: none;
  }

  .section {
    padding: 34px 10px;
  }

  .section.grey {
    padding: 35px 10px;
  }

  .section.image {
    background-attachment: scroll;
    padding: 61px 10px;
  }

  .section.footer {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .main-heading {
    font-size: 50px;
    line-height: 44px;
  }

  .slider {
    height: 392px;
  }

  .slide {
    padding: 50px 10px;
  }

  .icon-wrapper {
    height: 102px;
  }

  .number {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .testimonials-slider {
    padding-left: 19px;
    padding-right: 19px;
  }

  .testimonial-slide {
    padding-left: 34px;
    padding-right: 34px;
  }

  .footer-text.address {
    text-align: center;
  }

  .contact-form-column {
    margin-top: 35px;
    padding: 43px 10px;
  }

  .contact-info-column {
    padding-top: 42px;
  }

  .back-to-work-column {
    text-align: left;
    padding-top: 12px;
  }

  .icons-wrapper {
    margin-bottom: 23px;
  }

  .project-column {
    padding-top: 23px;
  }

  .hero-heading-right, .hero-heading-left, .hero-without-image, .hero-stack, .hero-without-image-2, .hero-heading-center, .team-slider, .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .hero-stack-2 {
    padding: 60px 15px;
  }

  .empty-tabs {
    padding-left: 0%;
    padding-right: 0%;
  }

  .page-header {
    margin-top: 4.8rem;
    margin-bottom: 1.7rem;
    font-size: 16vw;
  }

  .page-header.outline {
    font-size: 14vw;
  }
}

@media screen and (max-width: 479px) {
  .logo-text {
    font-size: .8rem;
  }

  .section.grey {
    padding-bottom: 20px;
  }

  .section.image {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .main-heading {
    width: 100%;
    font-size: 48px;
  }

  .main-subheading {
    font-size: .8rem;
    line-height: 140%;
  }

  .slider {
    height: 476px;
  }

  .slide {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .footer-text.address {
    font-size: .8rem;
  }

  .contact-form-column, .contact-info-column {
    text-align: center;
  }

  .heading.quote-sayer {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 140%;
  }

  .heading.smaller {
    font-size: 1.3rem;
  }

  .heading-3 {
    font-size: 1rem;
  }

  .heading-3.hmw.left._24px-margin {
    max-width: 100%;
    font-size: 1.5rem;
  }

  .heading-3.hmw.black {
    font-size: 1rem;
  }

  .heading-3.big-text {
    max-width: 100%;
    font-size: 1rem;
  }

  .heading-3.big-text.margin.highlight-blue {
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .heading-3.black {
    max-width: 100%;
    font-size: 1.5rem;
  }

  .hero-heading-right {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-3 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container-3.learning-experience {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container-3.learning-experience.no-margin {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-wrapper {
    justify-content: center;
    align-items: center;
  }

  .hero-split {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero-split.text-only {
    flex-flow: column;
  }

  .heading-4 {
    color: var(--background-black);
    font-size: 1rem;
  }

  .research-text.small-margin._90 {
    max-width: 100%;
  }

  .hero-without-image {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-wrapper-two.left {
    margin: 20px 0;
  }

  .hero-stack, .hero-without-image-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-wrapper-two-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .design-text.left.small-margin {
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 64px;
  }

  .team-slider {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-5 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-block-info {
    padding-left: 0;
  }

  .team-member-name-two {
    width: 100%;
    font-size: 24px;
  }

  .heading-1.white._90 {
    font-size: 1.5rem;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .features-metrics {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .features-metrics.dark {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-6 {
    max-width: none;
  }

  .features-block {
    width: 100%;
  }

  .features-block.padding {
    margin-bottom: 60px;
  }

  .text-block {
    color: var(--light-gray);
    font-size: .5rem;
  }

  .text-block.dark-gray {
    color: var(--dark-slate-gray);
    font-size: .7rem;
  }

  .image-8 {
    mix-blend-mode: difference;
  }

  .empty-tabs {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    padding: 4.8rem .5rem 4%;
  }

  .page-header {
    text-align: center;
    width: 100%;
    font-size: 60px;
  }

  .page-header.outline {
    text-align: center;
    width: auto;
  }

  .tabs-menu {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 1.1rem;
  }

  .tab-link {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-right: .8rem;
  }

  .tab-link.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-7.small-gap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .design-header {
    font-size: 1.5rem;
  }

  .div-block-8 {
    width: 100%;
  }

  .div-block-8.left {
    text-align: left;
    width: 100%;
  }

  .image-16 {
    width: 100%;
  }

  .image-mask.full-size {
    margin-top: 20px;
  }

  .image-mask.full-size.double-image {
    flex-flow: column;
  }

  .tabs {
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .text-span-17, .bold-text {
    color: var(--highlight-red);
  }

  .column-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .icon {
    mix-blend-mode: normal;
  }
}


