:root {
  --light: white;
  --primary: #00ffef;
  --dark: #0d0d0d;
  --font: Montserrat, sans-serif;
  --gray: #3a3b3c;
  --icons-sharp: "Material Symbols Sharp", sans-serif;
  --accent: #dc00ff;
  --icons-outlines: "Material Symbols Outlined", sans-serif;
  --transparent: transparent;
  --secondary: #ffae00;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-header-light {
  color: var(--light);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  min-height: 70px;
  font-size: 9vh;
  font-weight: 100;
  line-height: 9vh;
  display: flex;
}

.container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  width: 50%;
  min-height: 100%;
  margin-top: 1%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.hero-header-bold {
  color: var(--light);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  min-height: 70px;
  font-size: 9vh;
  font-weight: 700;
  line-height: 9vh;
  display: flex;
}

.hero-button-primary {
  background-color: var(--primary);
  color: var(--dark);
  text-align: center;
  object-fit: fill;
  border-radius: 69px;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-top: 3%;
  padding: 16px 15px 16px 16px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.body {
  background-color: var(--dark);
  font-family: var(--font);
  background-image: url('../images/hero-main.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0%;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 17px;
  display: flex;
}

.navbar {
  justify-content: space-between;
  width: 100%;
  min-height: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: static;
}

.hero {
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 960px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.hero-subheader {
  color: var(--light);
  width: 80%;
  font-family: Montserrat, sans-serif;
  font-size: 2vh;
  font-weight: 300;
  line-height: 37px;
}

.text-block-3 {
  font-family: var(--icons-sharp);
  color: var(--light);
  font-size: 34px;
  font-weight: 300;
}

.link-block {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hero-header {
  flex-flow: column;
  display: flex;
}

.section-company {
  background-color: var(--dark);
  width: 100%;
  min-height: 320px;
  padding-left: 0%;
  padding-right: 0%;
}

.section-about {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--light);
  background-image: linear-gradient(to bottom, var(--dark), var(--dark));
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 10% 5%;
  display: flex;
}

.footer {
  background-color: #00ced1;
  background-image: linear-gradient(85deg, var(--primary), var(--accent));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 320px;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
}

.text-block-4 {
  color: var(--light);
}

.text-block-5 {
  color: var(--light);
  font-size: 34px;
  line-height: 34px;
}

.about-tagline {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.button-banner {
  background-color: var(--dark);
  color: var(--light);
  text-align: center;
  object-fit: fill;
  border-radius: 69px;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin-top: 0%;
  padding: 16px 15px 16px 16px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.section-industries {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--light);
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  min-height: 200px;
  padding: 3% 1%;
  display: flex;
}

.section-industries-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
}

.industries-caption {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.section-industries-icon {
  font-family: var(--icons-outlines);
  padding-left: 0%;
  padding-right: 10%;
  font-size: 24px;
  font-weight: 400;
}

.heading-about {
  color: var(--light);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 42px;
  font-weight: 400;
  line-height: 69px;
  display: flex;
}

.container-2-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 60%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.section-caption-light {
  color: var(--light);
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  width: 100%;
  font-size: 12px;
  font-weight: 900;
  line-height: 51px;
}

.section-heading-llight {
  color: var(--light);
  text-align: left;
  width: 100%;
  font-size: 42px;
  font-weight: 400;
  line-height: 55px;
}

.section-body-light {
  color: var(--light);
  text-align: center;
  width: 55%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
}

.caption-company {
  color: var(--light);
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  width: 100%;
  font-size: 16px;
  font-weight: 900;
  line-height: 51px;
}

.heading-company {
  color: var(--light);
  text-align: center;
  width: 55%;
  font-size: 42px;
  font-weight: 400;
  line-height: 69px;
}

.image {
  object-fit: cover;
  background-image: linear-gradient(rgba(0, 0, 0, .82), rgba(0, 0, 0, .82)), url('../images/company-thumb-1.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
  max-width: none;
  max-height: 512px;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  max-height: 512px;
}

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

.container-3 {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.section-company-consulting {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--light);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0%;
  display: flex;
}

.div-block-4 {
  perspective: 991px;
  perspective-origin: 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 500px;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
  transform: perspective(991px);
}

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

.div-block-4-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 500px;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
}

.company-groups-header-1 {
  color: var(--dark);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding-top: 5%;
  font-size: 34px;
  font-weight: 600;
  line-height: 42px;
}

.div-block-6 {
  clear: none;
  background-color: var(--light);
  border-radius: 10px;
  order: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 10%;
  margin-left: 0;
  margin-right: 0;
  padding: 1%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-4 {
  width: 55px;
}

.subheading-company {
  color: var(--dark);
  width: 55%;
  font-size: 42px;
  font-weight: 400;
  line-height: 55px;
}

.section-about-approach {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
}

.body-company {
  color: var(--dark);
  width: 55%;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.consulting-content-graphic {
  background-image: url('../images/consulting-thumb.png');
  background-position: 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 700px;
}

.container-4 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.consulting-content-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 3% 5%;
  display: flex;
}

.section-company-consulting-content {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.section-company-consulting-content-clients {
  background-color: var(--light);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 5% 1% 10%;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  padding-top: 1%;
  padding-bottom: 1%;
  display: grid;
}

.div-block-7-copy {
  background-image: url('../images/consulting-thumb-2.png');
  background-position: 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 700px;
}

.div-block-8 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2%;
  display: flex;
}

.flex-block-copy {
  background-color: var(--dark);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.body-company-copy {
  color: var(--light);
  width: 55%;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.subheading-company-copy {
  color: var(--light);
  width: 55%;
  font-size: 42px;
  font-weight: 400;
  line-height: 55px;
}

.section-industries-collection {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  min-height: 100px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.about-featured {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.section-about-intro {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-about-featured {
  color: var(--light);
  justify-content: center;
  align-items: center;
  width: 55%;
  font-size: 42px;
  font-weight: 400;
  line-height: 69px;
  display: flex;
}

.container-3-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.featured {
  perspective: 991px;
  perspective-origin: 0 0;
  background-image: linear-gradient(338deg, rgba(0, 255, 239, .13), rgba(0, 0, 0, 0) 56%), linear-gradient(rgba(0, 0, 0, .21), rgba(0, 0, 0, .21)), url('../images/banner-1.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 500px;
  margin-top: 0%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  transform: perspective(991px);
}

.heading-company-copy-copy {
  color: var(--light);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-size: 55px;
  font-weight: 700;
  line-height: 69px;
}

.text-block-2-copy-copy {
  color: var(--light);
  width: 50%;
  padding-right: 5%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.subheading-company-copy-copy {
  color: var(--light);
  width: 50%;
  font-size: 42px;
  font-weight: 400;
  line-height: 55px;
}

.caption-company-copy {
  color: var(--light);
  text-align: left;
  letter-spacing: 7px;
  text-transform: uppercase;
  width: 50%;
  font-size: 16px;
  font-weight: 900;
  line-height: 51px;
}

.section-caption-dark {
  color: var(--dark);
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  width: 100%;
  font-size: 12px;
  font-weight: 900;
  line-height: 51px;
}

.caption-company-featured {
  color: var(--light);
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  width: 50%;
  font-size: 12px;
  font-weight: 900;
  line-height: 51px;
}

.container-company-consulting-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--light);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

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

.button-dark {
  background-color: var(--dark);
  color: var(--light);
  text-align: center;
  object-fit: fill;
  border-radius: 69px;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 5%;
  padding: 16px 15px 16px 16px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.container-5-copy-copy {
  background-color: var(--dark);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10% 0%;
  display: flex;
}

.flex-block-2-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--light);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.business-vertical-graphic-1 {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  background-color: var(--accent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .13), rgba(255, 255, 255, 0)), url('../images/inn-vert-1.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 13px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 42vh;
  padding-bottom: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.featured-copy {
  perspective: 991px;
  perspective-origin: 0 0;
  background-image: linear-gradient(rgba(0, 0, 0, .21), rgba(0, 0, 0, .21)), url('../images/banner-2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 500px;
  margin-top: 0%;
  padding: 3% 10%;
  display: flex;
  transform: perspective(991px);
}

.div-block-10 {
  background-color: var(--light);
  border-radius: 20px;
}

.caption-company-featured-copy {
  color: var(--dark);
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  width: 100%;
  font-size: 12px;
  font-weight: 900;
  line-height: 51px;
}

.subheading-company-copy-copy-copy {
  color: var(--dark);
  width: 100%;
  font-size: 42px;
  font-weight: 400;
  line-height: 55px;
}

.text-block-2-copy-copy-copy {
  color: var(--dark);
  width: 100%;
  padding-right: 5%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.flex-block-3 {
  background-color: var(--light);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  width: 50%;
  padding: 3%;
}

.div-block-11 {
  width: 100%;
  margin-top: 0%;
}

.button-banner-copy {
  color: var(--dark);
  text-align: center;
  object-fit: fill;
  background-color: rgba(255, 255, 255, 0);
  border: 4px solid #000;
  border-radius: 69px;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-top: 0%;
  padding: 16px 15px 16px 16px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.container-5-copy-copy-partners {
  background-color: var(--dark);
  color: var(--light);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 5% 1% 10%;
  display: flex;
}

.flex-block-2-copy---partners {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10%;
  padding-bottom: 1%;
  display: flex;
}

.partners-thumb-graphic-1 {
  border: 0px solid var(--transparent);
  background-image: url('../images/part-logo-1.png');
  background-position: 50%;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.resources {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--primary);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.resources-content {
  background-color: var(--dark);
  color: var(--light);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 3% 1%;
  display: none;
}

.button-cart {
  background-color: var(--primary);
  color: var(--dark);
  text-align: center;
  object-fit: fill;
  border-radius: 69px;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-top: 3%;
  padding: 16px 15px 16px 16px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.section-industries-icon-nav {
  font-family: var(--icons-outlines);
  font-size: 24px;
  font-weight: 400;
  display: none;
}

.section-industries-item-list-content {
  object-fit: contain;
  justify-content: space-around;
}

.graphic-icon-secondary {
  font-family: var(--icons-outlines);
  color: var(--dark);
  font-size: 34px;
  font-weight: 600;
}

.section-about-company-groups {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-about-company-groups-1 {
  background-color: var(--primary);
  background-image: url('../images/company-group-1.png');
  background-position: 49% 65%;
  background-size: 120%;
  border-radius: 55px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.section-about-company-groups-2 {
  background-color: var(--secondary);
  background-image: url('../images/company-group-2.png');
  background-position: 157% 60%;
  background-size: 120%;
  border-radius: 55px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.graphic-icon-primary {
  font-family: var(--icons-outlines);
  color: var(--dark);
  font-size: 34px;
  font-weight: 400;
}

.company-groups-header-2 {
  color: var(--light);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-size: 55px;
  font-weight: 700;
  line-height: 69px;
}

.section-body-light-small {
  color: var(--light);
  width: 100%;
  padding-right: 0%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.section-caption-light-banner {
  color: var(--light);
  text-align: left;
  letter-spacing: 7px;
  text-transform: uppercase;
  width: 50%;
  font-size: 12px;
  font-weight: 900;
  line-height: 51px;
}

.section-heading-dark {
  color: var(--dark);
  text-align: left;
  width: 100%;
  font-size: 42px;
  font-weight: 400;
  line-height: 55px;
}

.section-body-dark {
  color: var(--gray);
  text-align: left;
  width: 55%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
}

.section-clients-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
}

.section-body-dark-small {
  color: var(--dark);
  width: 100%;
  margin-top: 1%;
  padding-right: 5%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.section-company-innovation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dark);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.section-resources-pub-thumb {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
}

.section-resources-pub-thumb-caption {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.button-primary {
  background-color: var(--primary);
  color: var(--dark);
  text-align: center;
  object-fit: fill;
  border-radius: 69px;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-top: 3%;
  padding: 16px 15px 16px 16px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.business-vertical-graphic-2 {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  background-color: var(--accent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .13), rgba(255, 255, 255, 0)), url('../images/inn-vert-2.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 13px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 42vh;
  padding-bottom: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.business-vertical-graphic-3 {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  background-color: var(--accent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .13), rgba(255, 255, 255, 0)), url('../images/inn-vert-3.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 13px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 42vh;
  padding-bottom: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.business-vertical-graphic-4 {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  background-color: var(--accent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .13), rgba(255, 255, 255, 0)), url('../images/inn-vert-4.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 13px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 42vh;
  padding-bottom: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.verticals-caption {
  background-color: var(--gray);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8vh;
  padding-top: 5%;
  padding-bottom: 5%;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.clients-thumb-graphic-1 {
  border: 1px solid var(--light);
  background-image: url('../images/client-logo-1.png');
  background-position: 0 0;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.partners-thumb-graphic-2 {
  border: 0px solid var(--transparent);
  background-image: url('../images/part-logo-2.png');
  background-position: 50%;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.partners-thumb-graphic-3 {
  border: 0px solid var(--transparent);
  background-image: url('../images/part-logo-3.png');
  background-position: 50%;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.partners-thumb-graphic-4 {
  border: 0px solid var(--transparent);
  background-image: url('../images/part-logo-4.png');
  background-position: 50%;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.partners-thumb-graphic-5 {
  border: 0px solid var(--transparent);
  background-image: url('../images/part-logo-5.png');
  background-position: 50%;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.partners-thumb-graphic-6 {
  border: 0px solid var(--transparent);
  background-image: url('../images/part-logo-6.png');
  background-position: 50%;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.resources-thumb-graphic-1 {
  border: 1px solid var(--light);
  width: 60px;
  height: 60px;
}

.section-heading-dark-small {
  color: var(--dark);
  text-align: left;
  width: 100%;
  font-size: 42px;
  font-weight: 400;
  line-height: 69px;
}

.section-body-dark-small-banner {
  color: var(--dark);
  width: 100%;
  padding-right: 5%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.section-body-light-small-banner {
  color: var(--light);
  width: 50%;
  padding-right: 5%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.section-heading-light-small {
  color: var(--dark);
  text-align: left;
  width: 55%;
  font-size: 42px;
  font-weight: 400;
  line-height: 69px;
}

.hero-art {
  display: none;
}

.clients-thumb-graphic-2 {
  border: 1px solid var(--light);
  background-image: url('../images/client-logo-2.png');
  background-position: 0 0;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.clients-thumb-graphic-3 {
  border: 1px solid var(--light);
  background-image: url('../images/client-logo-3.png');
  background-position: 0 0;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.clients-thumb-graphic-4 {
  border: 1px solid var(--light);
  background-image: url('../images/client-logo-4.png');
  background-position: 0 0;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.clients-thumb-graphic-5 {
  border: 1px solid var(--light);
  background-image: url('../images/client-logo-5.png');
  background-position: 0 0;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.clients-thumb-graphic-6 {
  border: 1px solid var(--light);
  background-image: url('../images/client-logo-6.png');
  background-position: 0 0;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.clients-thumb-graphic-7 {
  border: 1px solid var(--light);
  background-image: url('../images/client-logo-7.png');
  background-position: 0 0;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.clients-thumb-graphic-8 {
  border: 1px solid var(--light);
  background-image: url('../images/client-logo-8.png');
  background-position: 0 0;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.clients-thumb-graphic-9 {
  border: 1px solid var(--light);
  background-image: url('../images/client-logo-9.png');
  background-position: 0 0;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.clients-thumb-graphic-10 {
  border: 1px solid var(--light);
  background-image: url('../images/client-logo-10.png');
  background-position: 0 0;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.clients-thumb-graphic-11 {
  border: 1px solid var(--light);
  background-image: url('../images/client-logo-11.png');
  background-position: 0 0;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.clients-thumb-graphic-12 {
  border: 1px solid var(--light);
  background-image: url('../images/client-logo-12.png');
  background-position: 0 0;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.clients-thumb-graphic-13 {
  border: 1px solid var(--light);
  background-image: url('../images/client-logo-13.png');
  background-position: 0 0;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.clients-caption, .partners-caption {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: none;
}

.section-about-heading-llight {
  color: var(--light);
  text-align: center;
  width: 50%;
  margin-top: 10%;
  font-size: 42px;
  font-weight: 400;
  line-height: 69px;
}

.link-block-2 {
  text-decoration: none;
}

.icon-button {
  background-color: var(--light);
  font-family: var(--icons-outlines);
  color: var(--dark);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  padding: 2%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .13);
}

.section-company-consulting-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--light);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.section-banner-heading-llight {
  color: var(--light);
  text-align: left;
  width: 50%;
  font-size: 42px;
  font-weight: 400;
  line-height: 55px;
}

.section-caption-light-banner-alt {
  color: var(--light);
  text-align: left;
  letter-spacing: 7px;
  text-transform: uppercase;
  width: 50%;
  padding-left: 3%;
  font-size: 12px;
  font-weight: 900;
  line-height: 51px;
}

.section-about-body-light-small {
  color: var(--light);
  text-align: center;
  width: 50%;
  padding-right: 0%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.flex-block-4 {
  flex-flow: row;
  width: 100%;
}

.flex-block-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 39svh;
}

.text-block-6 {
  font-family: var(--icons-outlines);
  font-size: 34px;
  font-weight: 200;
}

.div-block-12 {
  justify-content: flex-end;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.flex-block-6 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 3%;
}

.social-icon {
  width: 10%;
}

.button-dark-banner {
  background-color: var(--dark);
  color: var(--light);
  text-align: center;
  object-fit: fill;
  border-radius: 69px;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 0%;
  padding: 16px 15px 16px 16px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.section-footer-heading-llight {
  color: var(--light);
  text-align: center;
  width: 50%;
  font-size: 42px;
  font-weight: 400;
  line-height: 55px;
}

@media screen and (min-width: 1920px) {
  .body {
    background-image: url('../images/hero-main.png'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 64% 85%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 1920px, auto;
    background-attachment: fixed, scroll;
    margin-left: 0%;
    margin-right: 0%;
  }

  .navbar, .hero, .section-about {
    padding-left: 10%;
    padding-right: 10%;
  }

  .footer {
    min-height: 500px;
  }

  .section-industries {
    padding-left: 10%;
    padding-right: 10%;
  }

  .caption-company {
    margin-top: 2%;
  }

  .container-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-4, .div-block-4-copy {
    padding-left: 0%;
    padding-right: 0%;
  }

  .subheading-company {
    width: 100%;
  }

  .section-about-approach {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .body-company {
    width: 100%;
  }

  .consulting-content-graphic {
    width: 50%;
  }

  .consulting-content-copy {
    width: 50%;
    max-width: none;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .section-company-consulting-content {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-company-consulting-content-clients {
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-7-copy {
    width: 50%;
  }

  .div-block-8, .body-company-copy, .subheading-company-copy {
    width: 100%;
  }

  .container-3-copy {
    flex-flow: column;
  }

  .featured {
    text-align: left;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-company-copy-copy {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .text-block-2-copy-copy, .subheading-company-copy-copy {
    width: 50%;
  }

  .caption-company-copy, .caption-company-featured {
    margin-top: 2%;
  }

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

  .container-5-copy-copy {
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .featured-copy {
    text-align: left;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .caption-company-featured-copy {
    margin-top: 2%;
  }

  .subheading-company-copy-copy-copy, .text-block-2-copy-copy-copy {
    width: 50%;
  }

  .container-5-copy-copy-partners {
    padding: 10%;
  }

  .resources-content {
    padding-left: 10%;
    padding-right: 10%;
  }

  .section-body-light-small, .section-body-dark-small {
    width: 100%;
  }

  .section-body-dark-small-banner, .section-body-light-small-banner, .section-about-body-light-small {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .hero-header-light {
    text-align: center;
    height: auto;
    min-height: 0;
    font-size: 42px;
    line-height: 100%;
  }

  .container {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-header-bold {
    text-align: center;
    height: auto;
    min-height: 0;
    font-size: 42px;
    line-height: 100%;
  }

  .hero-button-primary {
    width: 100%;
  }

  .body {
    background-image: none;
    margin-right: 0%;
  }

  .navbar {
    border-bottom: .2px solid var(--gray);
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 80vh;
    min-height: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-subheader {
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
  }

  .text-block-3 {
    display: none;
  }

  .hero-header {
    width: 100vw;
    height: 50%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 0;
    line-height: 0;
  }

  .section-about {
    padding: 10% 5% 3%;
  }

  .footer {
    background-image: linear-gradient(130deg, var(--primary), var(--accent));
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-industries {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-industries-item {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .industries-caption {
    font-size: 16px;
    font-weight: 400;
    display: flex;
  }

  .section-industries-icon {
    object-fit: fill;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 37px;
    font-weight: 300;
    display: block;
  }

  .container-2-copy {
    flex-flow: column;
    width: 100%;
  }

  .section-heading-llight {
    text-align: center;
    width: 100%;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
  }

  .section-body-light {
    text-align: center;
    width: 100%;
  }

  .container-3 {
    flex-flow: wrap;
  }

  .image-3 {
    max-width: 40%;
  }

  .section-company-consulting {
    flex-flow: column;
    padding-top: 0%;
  }

  .company-groups-header-1 {
    color: var(--dark);
    font-size: 21px;
    line-height: 34px;
  }

  .div-block-6 {
    width: 30%;
  }

  .image-4 {
    width: 100px;
  }

  .section-about-approach {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .consulting-content-graphic {
    color: var(--primary);
    background-position: 96%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50%;
    min-height: 393px;
  }

  .consulting-content-copy {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-company-consulting-content {
    flex-flow: wrap-reverse;
  }

  .flex-block-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    display: flex;
  }

  .div-block-7-copy {
    height: 50%;
    min-height: 393px;
  }

  .div-block-8 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0%;
    display: flex;
  }

  .flex-block-copy {
    flex-flow: column;
  }

  .section-industries-collection {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
    justify-items: stretch;
    display: flex;
  }

  .section-about-intro {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .container-3-copy {
    flex-flow: wrap;
  }

  .featured {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    background-image: linear-gradient(rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('../images/banner-1.png');
    background-position: 0 0, 17%;
    background-size: auto, auto;
    padding: 10px 5% 10%;
  }

  .text-block-2-copy-copy {
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }

  .subheading-company-copy-copy {
    text-align: center;
    width: 100%;
  }

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

  .button-dark {
    width: 100%;
    padding-right: 16px;
  }

  .flex-block-2-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 3%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .business-vertical-graphic-1 {
    background-image: linear-gradient(rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('../images/inn-vert-1.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 23vh;
  }

  .featured-copy {
    background-image: linear-gradient(rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('../images/banner-2.png');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 100%;
    padding: 5% 2% 10%;
  }

  .flex-block-3 {
    background-color: var(--light);
    border-radius: 21px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 3%;
  }

  .flex-block-2-copy---partners {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  .partners-thumb-graphic-1 {
    background-image: url('../images/part-logo-1.png');
    background-position: 0 0;
    background-size: cover;
    border-width: 0;
    width: 100px;
    height: 100px;
  }

  .resources {
    background-color: var(--light);
    display: none;
  }

  .resources-content {
    background-color: rgba(13, 13, 13, 0);
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-industries-icon-nav {
    color: var(--gray);
    font-size: 21px;
    font-weight: 300;
    display: none;
  }

  .section-industries-item-list-content {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .graphic-icon-secondary {
    font-family: var(--icons-outlines);
    color: var(--dark);
    font-size: 21px;
    font-weight: 400;
  }

  .section-about-company-groups {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    display: flex;
  }

  .section-about-company-groups-1 {
    background-color: var(--primary);
    background-image: url('../images/company-group-1.png');
    background-position: 0%;
    background-size: auto;
    border-radius: 21px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 240px;
    min-height: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .section-about-company-groups-2 {
    background-color: var(--secondary);
    background-image: url('../images/company-group-2.png');
    background-position: 79% 42%;
    background-size: auto;
    border-radius: 21px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 240px;
    min-height: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .graphic-icon-primary {
    font-family: var(--icons-outlines);
    color: var(--dark);
    font-size: 21px;
    font-weight: 400;
  }

  .company-groups-header-2 {
    color: var(--dark);
    height: 240px;
    min-height: 100%;
    font-size: 21px;
    line-height: 34px;
  }

  .section-body-light-small {
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }

  .section-caption-light-banner {
    text-align: center;
    width: 100%;
  }

  .section-heading-dark {
    color: var(--dark);
    text-align: center;
    width: 100%;
    font-weight: 400;
    line-height: 50px;
  }

  .section-body-dark {
    color: var(--gray);
    text-align: center;
    width: 100%;
  }

  .section-clients-item {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .section-body-dark-small {
    color: var(--gray);
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }

  .slide {
    text-align: center;
    position: static;
  }

  .section-resources-pub-thumb {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    color: var(--dark);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 8% 5%;
  }

  .section-resources-pub-thumb-caption {
    font-size: 16px;
    font-weight: 400;
  }

  .button-primary {
    width: 100%;
  }

  .button-outline-dark {
    border: 3px solid var(--dark);
    background-color: var(--light);
    color: var(--dark);
    text-align: center;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 3%;
    padding: 16px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
  }

  .business-vertical-graphic-2 {
    background-image: linear-gradient(rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('../images/inn-vert-2.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 23vh;
  }

  .business-vertical-graphic-3 {
    background-image: linear-gradient(rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('../images/inn-vert-3.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 23vh;
  }

  .business-vertical-graphic-4 {
    background-image: linear-gradient(rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('../images/inn-vert-4.png');
    background-position: 0 0, 100% 100%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 23vh;
  }

  .verticals-caption {
    background-color: var(--transparent);
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: 14px;
    font-weight: 600;
  }

  .clients-thumb-graphic-1 {
    background-image: url('../images/client-logo-1.png');
    background-position: 0 0;
    background-size: cover;
    width: 100px;
    height: 100px;
  }

  .partners-thumb-graphic-2 {
    background-image: url('../images/part-logo-2.png');
    background-position: 0 0;
    background-size: cover;
    border-width: 0;
    width: 100px;
    height: 100px;
  }

  .partners-thumb-graphic-3 {
    background-image: url('../images/part-logo-3.png');
    background-position: 0 0;
    background-size: cover;
    border-width: 0;
    width: 100px;
    height: 100px;
  }

  .partners-thumb-graphic-4 {
    background-image: url('../images/part-logo-4.png');
    background-position: 0 0;
    background-size: cover;
    border-width: 0;
    width: 100px;
    height: 100px;
  }

  .partners-thumb-graphic-5 {
    background-image: url('../images/part-logo-5.png');
    background-position: 0 0;
    background-size: cover;
    border-width: 0;
    width: 100px;
    height: 100px;
  }

  .partners-thumb-graphic-6 {
    background-image: url('../images/part-logo-6.png');
    background-position: 0 0;
    background-size: cover;
    border-width: 0;
    width: 100px;
    height: 100px;
  }

  .resources-thumb-graphic-1 {
    background-image: url('../images/part-logo-1.png');
    background-position: 0 0;
    background-size: cover;
    border-width: 0;
    width: 100px;
    height: 100px;
  }

  .section-heading-dark-small {
    color: var(--dark);
    text-align: center;
    width: 60%;
    font-size: 21px;
    font-weight: 700;
    line-height: 34px;
  }

  .section-body-dark-small-banner {
    color: var(--gray);
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
  }

  .section-body-light-small-banner {
    text-align: center;
    width: 100%;
    padding-top: 5%;
    padding-right: 0%;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }

  .section-heading-light-small {
    color: var(--light);
    text-align: center;
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    line-height: 34px;
  }

  .hero-art {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    background-image: url('../images/hero-main.png');
    background-position: 69%;
    background-repeat: no-repeat;
    background-size: 150%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 50%;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .hero-button {
    width: 100vw;
    padding-left: 5%;
    padding-right: 5%;
  }

  .clients-thumb-graphic-2 {
    background-image: url('../images/client-logo-2.png');
    background-position: 0 0;
    background-size: cover;
    width: 100px;
    height: 100px;
  }

  .clients-thumb-graphic-3 {
    background-image: url('../images/client-logo-3.png');
    background-position: 0 0;
    background-size: cover;
    width: 100px;
    height: 100px;
  }

  .clients-thumb-graphic-4 {
    background-image: url('../images/client-logo-4.png');
    background-position: 0 0;
    background-size: cover;
    width: 100px;
    height: 100px;
  }

  .clients-thumb-graphic-5 {
    background-image: url('../images/client-logo-5.png');
    background-position: 0 0;
    background-size: cover;
    width: 100px;
    height: 100px;
  }

  .clients-thumb-graphic-6 {
    background-image: url('../images/client-logo-6.png');
    background-position: 0 0;
    background-size: cover;
    width: 100px;
    height: 100px;
  }

  .clients-thumb-graphic-7 {
    background-image: url('../images/client-logo-7.png');
    background-position: 0 0;
    background-size: cover;
    width: 100px;
    height: 100px;
  }

  .clients-thumb-graphic-8 {
    background-image: url('../images/client-logo-8.png');
    background-position: 0 0;
    background-size: cover;
    width: 100px;
    height: 100px;
  }

  .clients-thumb-graphic-9 {
    background-image: url('../images/client-logo-9.png');
    background-position: 0 0;
    background-size: cover;
    width: 100px;
    height: 100px;
  }

  .clients-thumb-graphic-10 {
    background-image: url('../images/client-logo-10.png');
    background-position: 0 0;
    background-size: cover;
    width: 100px;
    height: 100px;
  }

  .clients-thumb-graphic-11 {
    background-image: url('../images/client-logo-11.png');
    background-position: 0 0;
    background-size: cover;
    width: 100px;
    height: 100px;
  }

  .clients-thumb-graphic-12 {
    background-image: url('../images/client-logo-12.png');
    background-position: 0 0;
    background-size: cover;
    width: 100px;
    height: 100px;
  }

  .clients-thumb-graphic-13 {
    background-image: url('../images/client-logo-13.png');
    background-position: 0 0;
    background-size: cover;
    width: 100px;
    height: 100px;
  }

  .clients-caption, .partners-caption {
    font-size: 16px;
    font-weight: 400;
    display: none;
  }

  .section-about-heading-llight {
    text-align: center;
    width: 100%;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
  }

  .icon-button {
    mix-blend-mode: normal;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .13);
  }

  .section-company-consulting-copy {
    flex-flow: column;
    padding-top: 0%;
  }

  .section-banner-heading-llight {
    text-align: center;
    width: 100%;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
  }

  .section-caption-light-banner-alt {
    text-align: center;
    width: 100%;
  }

  .section-about-body-light-small {
    text-align: center;
    width: 100%;
    margin-top: 0%;
    font-size: 14px;
    line-height: 21px;
  }

  .flex-block-5 {
    height: 23vh;
    padding-top: 10px;
  }

  .flex-block-6 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10%;
  }

  .image-5 {
    width: auto;
    height: auto;
  }

  .social-icon {
    width: 20%;
    height: 100%;
  }

  .button-dark-banner {
    width: 100%;
    margin-top: 0%;
    padding-right: 16px;
  }

  .section-footer-heading-llight {
    text-align: center;
    width: 100%;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
  }
}

#w-node-cc241f43-87ef-eac0-c0f9-9495a7138466-ec64a600 {
  align-self: end;
}


