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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: Spartan, sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 1.5em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 1.3em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1.5em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-weight: 500;
}

li {
  padding-left: 20px;
  font-size: 14px;
  font-weight: 700;
}

.breadcrumb {
  margin-bottom: 10px;
  font-size: 14px;
}

.breadcrumb.smoke {
  color: #e6e6e6;
}

.sectionone {
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 16px;
}

.sectionone.charcoal {
  background-color: #1c1c1c;
}

.container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.headercase-study {
  margin-bottom: 60px;
}

.paragraph {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 16px;
  text-decoration: none;
}

.paragraph.smoke {
  padding-bottom: 10px;
  padding-left: 40px;
  color: #e6e6e6;
}

.author {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.author.smoke {
  color: #e6e6e6;
}

.heading {
  font-size: 17px;
  line-height: 1.5em;
}

.heading.smoke {
  color: #e6e6e6;
  font-weight: 600;
}

.max-300px {
  max-width: 300px;
}

.max-600px {
  max-width: 600px;
}

.max-400px {
  max-width: 400px;
}

.max-one {
  max-width: 1200px;
}

.body {
  background-color: transparent;
}

.section-line {
  height: 5px;
  max-width: 10%;
  margin-top: 40px;
  background-color: #d5d1d0;
}

.section-line-cohgl {
  height: 5px;
  max-width: 10%;
  margin-top: 40px;
  background-color: #199117;
}

.section-line-cohgl._80perc {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 2px;
  max-width: 25vw;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-line-cohbl {
  height: 5px;
  max-width: 10%;
  margin-top: 40px;
  background-color: #00737d;
}

.section-line-coht_l {
  height: 5px;
  max-width: 10%;
  margin-top: 40px;
  background-color: #f7390a;
}

.section-line-cohm_l {
  height: 5px;
  max-width: 10%;
  margin-top: 40px;
  background-color: #ff5a7a;
}

.section-line-cohm_l._80perc {
  height: 3px;
  max-width: 25vw;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.section-line-cohy_l {
  height: 5px;
  max-width: 10%;
  margin-top: 40px;
  background-color: #cee002;
}

.circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #d5d1d0;
}

.circle.charcoal {
  margin-right: 20px;
  background-color: #2c2c30;
}

.number {
  color: #fff;
  font-weight: 700;
}

.circle-cohy_l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #cee002;
}

.circle-cohm_l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ff5a7a;
}

.circle-coht_l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f7390a;
}

.circle-cohyb_l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #00737d;
}

.circle-cohg_l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #199117;
}

.div-block-2 {
  width: 40vw;
  height: 100vh;
  background-color: #00737d;
  color: transparent;
}

.section {
  padding-top: 100px;
  background-color: #efe70f;
}

.services-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.max-250px {
  max-width: 250px;
  padding-bottom: 20px;
}

.max-250px.prac {
  height: 280px;
  margin-bottom: 40px;
}

._2-col-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2-col-flex-parent.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.width-60 {
  width: 60px;
}

.max-width-50 {
  max-width: 50%;
}

._50-content {
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

.image {
  max-width: 100%;
}

.image.x {
  max-height: 100%;
}

.paragragh-max492 {
  max-width: 492px;
  font-size: 16px;
}

.paragragh-max492.smoke {
  color: #e6e6e6;
}

.one-respond {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #e6e6e6;
  font-size: 5vw;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0px;
}

.div-block-3 {
  margin-right: auto;
  margin-left: auto;
}

.paragragh-max800 {
  max-width: 800px;
  font-size: 16px;
}

.paragragh-max800.split {
  margin-bottom: 20px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 5%;
  column-gap: 5%;
}

.paragragh-max800.smoke {
  color: #e6e6e6;
  font-weight: 400;
}

.nav-link {
  padding: 20px 10px;
  font-family: Spartan, sans-serif;
  color: #e6e6e6;
  text-decoration: none;
  white-space: normal;
}

.nav-link.w--current {
  font-family: Spartan, sans-serif;
  color: #9b9b9b;
}

.navi-link-wrappper {
  position: relative;
}

.nav-underline {
  height: 1.5px;
  background-color: #9b9b9b;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.wrapper-hero {
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px;
}

.section-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/spacex-Ptd-iTdrCJM-unsplash.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.section-hero.compact {
  height: 400px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/jonathan-chng-J5en3TVTOdo-unsplash.jpg');
}

.section-hero.compact.connect {
  background-color: #0ac847;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 200, 71, 0.7)), to(rgba(25, 145, 23, 0.8))), url('../images/CO2Hero.jpg');
  background-image: linear-gradient(180deg, rgba(10, 200, 71, 0.7), rgba(25, 145, 23, 0.8)), url('../images/CO2Hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-hero.compact.careers {
  background-color: #cee002;
  background-image: none;
}

.section-hero.compact.provocations-articles {
  background-color: #ff3181;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 49, 129, 0.6)), to(rgba(255, 49, 129, 0.6))), url('../images/CO6Hero.jpg');
  background-image: linear-gradient(180deg, rgba(255, 49, 129, 0.6), rgba(255, 49, 129, 0.6)), url('../images/CO6Hero.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.section-hero.provocations {
  height: 100vh;
  background-color: #ff5a7a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 49, 129, 0.6)), to(rgba(247, 57, 10, 0.5))), url('../images/CO4Hero.jpg');
  background-image: linear-gradient(180deg, rgba(255, 49, 129, 0.6), rgba(247, 57, 10, 0.5)), url('../images/CO4Hero.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section-hero.about {
  height: 100vh;
  background-color: #0479bf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 121, 191, 0.7)), to(rgba(0, 115, 125, 0.8))), url('../images/CO3Hero.jpg');
  background-image: linear-gradient(180deg, rgba(4, 121, 191, 0.7), rgba(0, 115, 125, 0.8)), url('../images/CO3Hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-hero.capabilities {
  background-color: #fe591d;
  background-image: linear-gradient(162deg, rgba(247, 57, 10, 0.5), #fe591d 33%, rgba(206, 224, 2, 0.7)), url('../images/COHero.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-text {
  margin-top: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #e6e6e6;
  font-size: 5em;
  line-height: 1em;
}

.hero-text.compact {
  font-size: 5em;
}

.hero-text.compact.dark {
  color: #e6e6e6;
}

.list-grid {
  margin-top: 30px;
  margin-bottom: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-thumbnails {
  padding-bottom: 20px;
}

.masonry-grid {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}

.masonry-child {
  display: inline-block;
}

.masonry-image {
  margin-top: 10px;
}

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

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

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

.button-text {
  margin-left: 15px;
  padding-top: 5px;
  color: #9b9b9b;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.button-text.t {
  padding-top: 0px;
  color: #fe591d;
}

.button-text.t.read-more {
  color: #ff3181;
}

.form-block {
  border: 0px none #000;
  -o-object-fit: contain;
  object-fit: contain;
}

.fine-print {
  font-family: Spartan, sans-serif;
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.button-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  max-height: 0%;
  max-width: 200px;
  min-width: 10%;
  margin-top: 20px;
  margin-right: 5px;
  margin-left: 10px;
  padding: 15px 10px 20px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
  line-height: 1.5;
  letter-spacing: 1.1px;
  text-decoration: none;
}

.button-main.readmore {
  max-width: 240px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  max-width: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.text-field-input {
  margin-bottom: 40px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #9b9b9b;
  border-radius: 1px;
  background-color: #1c1c1c;
  color: #e6e6e6;
}

.text-field-input.message {
  min-height: 210px;
}

.brand {
  margin-top: 0px;
}

.brand.w--current {
  margin-top: 10px;
}

.logo-navi {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navi-menu {
  position: -webkit-sticky;
  position: sticky;
  white-space: normal;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  border-bottom: 3px solid #2c2c30;
  background-color: rgba(28, 28, 28, 0.97);
}

.navi-link {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: none;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(28, 28, 28, 0.97);
  text-align: center;
}

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

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-link-2 {
  display: block;
  color: #d5d1d0;
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.footer-link-2.navigation {
  color: #9b9b9b;
}

.fineprint-paragragh {
  display: block;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 11px;
  line-height: 14px;
  text-align: left;
}

.fineprint-paragragh.footer {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  color: hsla(0, 0%, 60.8%, 0.3);
  font-size: 10px;
  letter-spacing: 1px;
}

.image-4 {
  margin-top: 0px;
}

.line-insection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1px;
  max-width: 98%;
  margin: 10px auto;
  padding-right: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #d5d1d0;
}

.container-7 {
  max-width: 1200px;
  padding-left: 20px;
}

.max-1200px {
  height: 500px;
  max-width: 1200px;
  margin-bottom: 100px;
}

.foooter-grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-fineprint-wrapper {
  padding-top: 15px;
  padding-bottom: 10px;
}

.footer-grid-col {
  padding-right: 10px;
  padding-left: 10px;
}

.articles_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.articles-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.articles-header {
  max-width: 250px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.h3articles-header {
  height: 250px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
}

.h3articles-header.smoke {
  color: #e6e6e6;
}

.article-read-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.careers_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.careers-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.links_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.links-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin: 10px 20px;
  padding: 20px 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 0vh solid #000;
  box-shadow: 1px 0 2px 0 #e6e6e6;
}

.links-child.coloura {
  background-color: #0479bf;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.links-child.colourb {
  background-color: #0ac847;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.links-child.colourc {
  background-color: #ff5a7a;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.links-child.colourd {
  background-color: #cee002;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.links-heading {
  color: #2c2c30;
}

.article-list {
  max-width: 700px;
  padding-top: 20px;
  font-weight: 600;
}

.list {
  list-style-type: disc;
}

.wrapper-about-hero {
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px;
}

.hero-h3 {
  color: #e6e6e6;
  font-size: 1.4em;
  font-weight: 500;
}

.text-span {
  font-style: italic;
  font-weight: 600;
}

.text-span-2 {
  font-style: italic;
  font-weight: 600;
}

.text-span-3 {
  font-style: italic;
  font-weight: 600;
}

.thought-leader-photo-copy {
  position: relative;
  z-index: 1;
  margin-right: 8.68%;
  margin-left: 15px;
}

.thought-leader {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.thought-leader-info {
  width: 58.33%;
  padding-right: 15px;
  padding-left: 15px;
}

.paragraph-2 {
  -webkit-column-count: 2;
  column-count: 2;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  direction: ltr;
}

.section-2.article {
  position: relative;
  padding: 120px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2.no-padding {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  width: 70px;
  height: 3px;
  margin-bottom: 24px;
  background-color: #ff6868;
}

.subscribe {
  width: 100%;
  padding: 72px 8.33% 64px;
}

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

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subcribe-button {
  height: 48px;
  margin-right: 12px;
  margin-left: 12px;
  padding: 12px 28px;
  background-color: #ff5a7a;
}

.wrapper2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1230px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input {
  height: 48px;
  margin-right: 12px;
  margin-bottom: 0px;
  margin-left: 12px;
  padding: 12px 20px;
}

.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  margin-top: 40px;
  color: #e6e6e6;
}

.testimonial-2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 72px 40px 64px;
}

.name-and-title {
  font-size: 0.8em;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.name-and-title.smoke {
  color: #e6e6e6;
  font-weight: 500;
}

.client-quote {
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.client-quote.smoke {
  color: #e6e6e6;
  font-weight: 400;
}

.quote-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 8.33%;
  border-top: 1px solid #d5d1d0;
  border-bottom: 0px none #d5d1d0;
}

.section-charcoal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-charcoal.no-padding {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2c2c30;
}

.super-p {
  color: #2c2c30;
  font-size: 1.1em;
  line-height: 1.3em;
  letter-spacing: 0.1em;
}

.super-p.smoke {
  color: #e6e6e6;
  font-weight: 400;
}

.h1-testimonials {
  color: #e6e6e6;
}

.testimonials-header {
  margin-bottom: 40px;
}

.title {
  font-size: 0.8em;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.title.smoke {
  color: #e6e6e6;
  font-weight: 500;
}

.article-header {
  width: 100%;
}

.in-article-read-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.h2-smoke {
  color: #e6e6e6;
}

.header-case-study {
  margin-bottom: 0px;
}

.quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.client-quote-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 16px 8% 16px 14%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4f4f4f;
}

.client-quote-block.lab {
  background-color: #cee002;
}

.client-quote-block.colab {
  background-color: #199117;
}

.client-quote-block.advisory {
  background-color: #f7390a;
}

.client-quote-block.research {
  background-color: #00737d;
}

.client-quote-2 {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.client-feedback-icon {
  position: absolute;
  left: -25%;
  top: 0px;
}

.client-feedback {
  position: relative;
  max-width: 470px;
}

.gallery-lightbox-link {
  position: relative;
  display: block;
  width: 100%;
  background-color: #be4e4e;
}

.sectiononetwo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.authour-title {
  color: #fff;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.gallery-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  width: 40px;
  height: 40px;
}

.client-review-author {
  padding-bottom: 5px;
  color: #fff;
  font-size: 17px;
}

.galleryblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.practices {
  padding-top: 20px;
  color: #e6e6e6;
}

.image-5 {
  max-width: 50%;
}

.div-block-8 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.contact {
  color: #9b9b9b;
}

.faq {
  max-width: 800px;
}

@media screen and (max-width: 991px) {
  .services-child {
    margin-top: 20px;
  }
  ._2-col-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._2-col-flex-parent.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .max-width-50 {
    max-width: 100%;
  }
  .image.x {
    max-height: 50%;
  }
  .one-respond {
    font-size: 10vw;
  }
  .nav-link {
    position: relative;
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgba(28, 28, 28, 0.97);
  }
  .hero-text {
    font-size: 7vw;
  }
  .list-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .icon {
    background-color: #d5d1d0;
  }
  .navi-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .container-7 {
    max-width: 100vw;
    padding-left: 20px;
  }
  .articles-child {
    margin-top: 20px;
  }
  .careers-child {
    margin-top: 20px;
  }
  .links-child {
    margin-top: 20px;
  }
  .links-heading {
    font-size: 36px;
  }
  .client-quote-block {
    width: 100%;
  }
  .galleryblock {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .hero-text {
    font-size: 8vw;
  }
  .hero-text.compact {
    font-size: 6vw;
  }
  .list-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .masonry-grid {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .container-7 {
    padding-left: 10px;
  }
  .links_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .links-child {
    width: 80%;
  }
  .links-heading {
    font-size: 36px;
  }
}

@media screen and (max-width: 479px) {
  .one-respond {
    width: 300px;
  }
  .hero-text {
    font-size: 10vw;
  }
  .hero-text.compact {
    font-size: 8vw;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-grid {
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .fineprint-paragragh {
    color: hsla(0, 0%, 60.8%, 0.9);
  }
  .container-7 {
    padding-left: 5px;
  }
  .footer-logo-wrapper {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .links-heading {
    font-size: 26px;
  }
  .hero-h3 {
    font-size: 1em;
  }
  .galleryblock {
    width: 100%;
  }
}

