@font-face {
  font-family: Tiempostextweb;
  src: url('../fonts/TiemposTextWeb-Regular.woff2') format("woff2"), url('../fonts/TiemposTextWeb-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tiemposheadlineweb;
  src: url('../fonts/TiemposHeadlineWeb-Medium.woff2') format("woff2"), url('../fonts/TiemposHeadlineWeb-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tiemposheadlineweb;
  src: url('../fonts/TiemposHeadlineWeb-Light.woff2') format("woff2"), url('../fonts/TiemposHeadlineWeb-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tiemposheadlineweb;
  src: url('../fonts/TiemposHeadlineWeb-Bold.woff2') format("woff2"), url('../fonts/TiemposHeadlineWeb-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphit;
  src: url('../fonts/Graphit-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphit;
  src: url('../fonts/Graphit-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphit;
  src: url('../fonts/Graphit-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Graphit;
  src: url('../fonts/Graphit-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphit;
  src: url('../fonts/HVD-Fonts---Graphit-Bold-Italic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --dark-gray: #333;
  --orange-red: #ff4d26;
  --white-smoke: #f1f1f1;
  --lavender: #dddcff;
  --dim-grey: #666;
  --primary: #3246fa;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Tiempostextweb, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Graphit, sans-serif;
  font-size: 84px;
  font-weight: 500;
  line-height: 1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Graphit, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Graphit, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 10px;
  line-height: 1.5;
}

a {
  color: var(--black);
  font-family: Graphit, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

ul {
  margin-top: 0;
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
  line-height: 1.5;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

.section {
  justify-content: flex-start;
  display: block;
  position: static;
}

.section.dark {
  background-color: #1b1c1e;
  display: block;
}

.section.large-quote {
  background-image: url('../images/wedge-down.png'), url('../images/wedge-down.png');
  background-position: 50% 57%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  margin-top: 100px;
}

.section.haze {
  background-color: var(--white);
  background-image: url('../images/Subtle-Grunge-Texture-4-1.png');
  background-position: 0 0;
  background-size: auto;
}

.section.case-study-home {
  background-image: linear-gradient(#3246faa6, #3246faa6), url('../images/Hero_BG.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: auto;
  display: block;
  position: relative;
}

.section.media-preview {
  opacity: 1;
  display: block;
}

.section.getstarted {
  width: auto;
  max-width: 100%;
}

.section.podcasts-2 {
  opacity: 1;
  display: block;
}

.content {
  opacity: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 10%;
  display: block;
  position: relative;
}

.content.max, .content.max-w {
  max-width: 100%;
}

.content.max-h {
  height: 100%;
}

.content.hero-content {
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 0;
  padding-right: 0%;
}

.content.hero-content.blog-post {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content.no-pad-top {
  padding-top: 0;
  padding-bottom: 166px;
}

.content.no-pad-top.nun-punch {
  margin-top: -200px;
}

.content.no-pad-top.circle-back {
  background-image: url('../images/arc_1.svg');
  background-position: 90% 100%;
  background-repeat: no-repeat;
  background-size: auto 196px;
}

.content.ample-space {
  padding-top: 220px;
  padding-bottom: 400px;
}

.content.pb-200 {
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 200px;
}

.content.nopad {
  padding-bottom: 0;
  padding-left: 0%;
}

.content.nopad-r {
  padding-right: 0%;
}

.content.pt-200 {
  width: auto;
  max-width: 1500px;
  padding-top: 140px;
}

.content.center-h {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.content.boxed {
  max-width: 1000px;
  padding-left: 8%;
  padding-right: 8%;
}

.content.case-study-home {
  height: auto;
  padding: 0 0%;
  position: relative;
}

.content.case-study {
  width: auto;
  max-width: 1500px;
  margin-top: 220px;
  display: none;
}

.content.services {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.content.media {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  padding-top: 20px;
  padding-left: 15%;
  padding-right: 15%;
}

.content.case-studies-header {
  width: auto;
  max-width: 1500px;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.content.title-categories {
  flex-direction: row;
  align-items: flex-start;
  padding: 0 0% 100px;
  display: block;
}

.centered {
  text-align: center;
  position: relative;
}

.centered.mb-60 {
  margin-bottom: 60px;
}

.caption {
  color: #767778;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  font-family: Graphit, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.caption.smaller {
  align-items: flex-start;
  font-size: 12px;
}

.caption.smaller.mt-20 {
  letter-spacing: 2px;
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 700;
}

.caption.smaller.inline {
  margin-bottom: 0;
  display: inline-block;
}

.caption.white {
  margin-bottom: 0;
}

.caption.white:hover {
  color: #fff;
}

.caption.leadership {
  align-items: center;
  margin-top: 100px;
}

.hero {
  flex-flow: column;
  justify-content: flex-start;
  max-width: 1500px;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 100px;
  padding: 160px 10% 0;
  display: flex;
  overflow: visible;
}

.hero.services {
  background-image: url('../images/Subtract-1.png');
  background-position: -33%;
}

.hero.generic {
  background-image: none;
  max-width: 100%;
}

.hero.about-us {
  background-image: none;
  height: auto;
}

.hero.blog-single {
  background-image: none;
  margin-bottom: 20px;
}

.hero.case-study {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: cover;
  background-attachment: scroll;
  height: 75vh;
  max-height: 100%;
}

.hero.media {
  background-image: none;
}

.hero.home {
  background-image: none;
  height: auto;
  margin-bottom: 40px;
}

.hero.home.start-convo {
  max-width: 100%;
}

.grid-row-left {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.grid-row-left.max-h {
  grid-column-gap: 0px;
}

.grid-row-left.max-h.boxed {
  grid-template-rows: minmax(0, 1fr);
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  align-items: stretch;
  padding-top: 0;
}

.grid-row-left.max-h.boxed.about-us {
  grid-template-columns: 1fr;
}

.case-stidues-button {
  color: var(--black);
  text-align: center;
  text-transform: none;
  background-color: #0000;
  border: 3px solid #000;
  justify-content: center;
  width: 300px;
  max-width: 400px;
  margin-top: 40px;
  padding: 10px 40px;
  font-family: Graphit, sans-serif;
  font-weight: 500;
  display: flex;
}

.case-stidues-button.center-mobile {
  border-width: 3px;
  border-color: var(--dark-gray);
  color: var(--dark-gray);
  flex-direction: row;
  max-width: 300px;
  margin-top: 0;
  display: none;
  position: relative;
}

.case-stidues-button.center-mobile:hover {
  border-color: var(--orange-red);
  color: var(--orange-red);
}

.case-stidues-button.search-btn {
  border-style: none;
  padding: 0 10px;
  font-size: 29px;
  position: absolute;
  inset: -93% 0% auto auto;
}

.case-stidues-button.contact-form {
  width: 200px;
}

.case-stidues-button.get-started {
  width: 200px;
  margin-top: 0;
}

.case-stidues-button.get-started:hover {
  border-color: var(--orange-red);
  color: var(--orange-red);
}

.case-stidues-button.cta-form-button {
  align-items: center;
  width: 200px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.case-stidues-button.cta-form-button.exp-cta-form-btn {
  border-color: var(--white);
  color: #fff;
  margin-top: 24px;
}

.max-h {
  height: 100%;
}

.max-w {
  width: 100%;
  max-width: 800px;
  font-weight: 700;
}

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

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

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

.hero-img.arrow {
  background-image: url('../images/Vector-8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.arrows.mt-100 {
  margin-top: 100px;
}

.boxed {
  max-width: 1400px;
}

.handshake {
  padding-bottom: 20px;
  position: relative;
}

.hero-left {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 1500px;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  position: relative;
}

.hero-left.max-w {
  max-width: 75%;
}

.hero-ellipse {
  height: 100%;
  transition: all .2s;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

.hero-heading {
  z-index: 1;
  width: 145%;
  position: relative;
}

.hero-heading.regular {
  color: var(--dark-gray);
  width: auto;
  font-size: 72px;
  font-weight: 700;
}

.hero-heading.regular.services {
  max-width: 1024px;
  font-size: 72px;
  line-height: 1.1;
}

.hero-heading.blog-post {
  width: 100%;
  margin-top: 10px;
}

.see-more-block {
  color: var(--black);
  text-align: center;
  background-image: url('../images/eye_close.svg'), url('../images/Triangle_texture.svg');
  background-position: 50% 43%, 55% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: all 50ms linear;
  display: flex;
}

.see-more-block:hover {
  background-image: url('../images/eye_open.svg'), url('../images/Triangle_texture.svg');
  background-position: 50% 35%, 55% 100%;
  background-size: 47px, contain;
}

.arc {
  width: 100%;
  height: 69%;
  position: absolute;
  inset: 0% auto auto -38%;
  transform: rotate(90deg);
}

.text-block {
  margin-top: 40px;
}

.case-studies-collection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study-thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.case-study-preview-text {
  padding-top: 20px;
}

.bold {
  font-size: 36px;
  font-weight: 700;
}

.box-title {
  color: var(--dark-gray);
  white-space: normal;
  margin-top: 10px;
  font-weight: 700;
}

.text-link {
  color: var(--black);
  object-fit: fill;
  margin-top: 10px;
  font-family: Graphit, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

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

.text-link.ml-20 {
  margin-left: 20px;
}

.text-link.ml-20:hover {
  color: var(--orange-red);
}

.mt-20 {
  margin-top: 20px;
  font-size: 16px;
}

.mt-40 {
  margin-top: 40px;
  display: block;
}

.mt-40.centered.bold {
  object-fit: fill;
  font-size: 16px;
}

.mt-40.centered.bold:hover {
  color: var(--orange-red);
}

.mt-40.centered.bold.see-all-link {
  font-size: 16px;
  display: none;
}

.mt-40.white {
  margin-top: 0;
}

.mt-40.white:hover {
  color: var(--orange-red);
}

.mt-60 {
  margin-top: 60px;
}

.mt-100 {
  margin-top: 100px;
}

.wedge-background {
  z-index: -1;
  position: absolute;
  inset: 30% auto auto 0%;
}

.line-background {
  z-index: -2;
  position: absolute;
  top: 62%;
}

.grid-row {
  grid-column-gap: 60px;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 2fr 2fr;
}

.grid-row._2-row {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 2.75fr 2.5fr;
  padding-left: 0%;
  padding-right: 0%;
}

.grid-row.narrow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.nun-wrap {
  width: 100%;
  display: flex;
  position: relative;
}

.punch {
  position: relative;
  top: -28px;
  left: -45px;
}

.image-caption {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: 60px;
  display: flex;
}

.line-divider {
  border: 1px solid #000;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
}

.image-caption-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Graphit, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.image-caption-subtext {
  font-size: 10px;
  font-style: italic;
}

.tabs-menu {
  text-align: center;
  display: none;
}

.tab-link {
  background-color: #0000;
  border-bottom: 4px solid #0000;
  font-family: Graphit, sans-serif;
  font-weight: 500;
}

.tab-link.w--current {
  border-bottom-color: var(--black);
  background-color: #0000;
  font-weight: 700;
}

.tabs-content {
  background-color: #0000;
}

.tabs-content.no-bacj {
  background-image: none;
}

.media-collection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(200px, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.collection-item-box {
  background-color: #fff;
  border-radius: 0;
  flex-direction: row;
  padding: 20px;
  font-family: Tiempostextweb, sans-serif;
  font-weight: 400;
  display: flex;
  box-shadow: 0 4px 9px #00000038;
}

.collection-item-box.mb-20 {
  margin-bottom: 20px;
}

.blog-post-thumbnail {
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-10.bold {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.mt-0 {
  margin-top: 0;
}

.mt-0.bold {
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 1.3;
}

.mt-0.bold.tile-header {
  font-size: 18px;
  font-weight: 700;
}

.footer-grid {
  grid-column-gap: 0px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
}

.footer-left {
  display: flex;
}

.footer-logo {
  margin-top: -5px;
  padding-top: 0;
  padding-right: 0;
}

.footer-contact-link {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  text-decoration: underline;
}

.footer-contact-link:hover, .white {
  color: var(--white);
}

.white:hover {
  color: var(--orange-red);
}

.footer-social {
  margin-top: 20px;
  display: flex;
}

.social-link {
  margin-right: 10px;
}

.footer-menu {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-menu-link {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}

.footer-menu-link:hover {
  color: var(--orange-red);
}

.footer-menu-link.footer-contact-link.bold:hover {
  text-decoration: none;
}

.footer-back-to-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.navbar {
  opacity: 1;
  background-color: #fffffffa;
  border: 1px #000;
  max-width: 100vw;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 16px #0000000f;
}

.nav-logo {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.nav-link {
  color: var(--dark-gray);
  margin-top: 10px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
}

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

.nav-link.w--current {
  color: var(--black);
  text-decoration: underline;
}

.nav-link.w--current:visited {
  text-decoration: none;
}

.bold-link {
  font-weight: 700;
  text-decoration: underline;
}

.large-text {
  text-align: center;
  font-family: Tiemposheadlineweb, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.large-text.align-left {
  text-align: left;
  width: auto;
  max-width: 1500px;
  font-family: Graphit, sans-serif;
  font-size: 72px;
  font-weight: 700;
}

.text-box-grid {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: stretch;
  align-items: stretch;
}

.text-box-grid._2-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  display: block;
}

.quote-text {
  font-weight: 400;
}

.quote-img {
  width: 80px;
  position: absolute;
  inset: -6% auto auto 6%;
}

.logo-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
}

.logo-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.case-studies-main-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.case-studies-subgrid-left {
  grid-template-columns: 1fr;
}

.case-study-preview-large {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  margin-bottom: 20px;
  display: block;
  position: relative;
  box-shadow: 0 1px 10px 4px #0000001a;
}

.case-study-overlay {
  background-color: #ffffffb3;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.case-study-name {
  margin-bottom: 0;
  font-weight: 700;
}

.right-side {
  margin-top: -60px;
}

.simple-slider {
  background-color: #0000;
  height: auto;
}

.carousel-slide {
  width: 55%;
  margin-right: 20px;
}

.playbook-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  position: relative;
}

.side-nav {
  height: auto;
  padding-top: 20px;
  position: sticky;
  top: 100px;
}

.side-nav-row {
  opacity: .22;
  border-left: 6px solid #000;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  transition: opacity .2s;
}

.side-nav-row:hover, .side-nav-row.w--current {
  opacity: 1;
}

.connect-grid {
  grid-template-rows: auto;
}

.input {
  background-color: var(--white-smoke);
  border: 0 #000;
  margin-bottom: 40px;
  font-weight: 700;
}

.input:hover {
  border-style: none;
  border-width: 1px;
}

.input:focus {
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
}

.input.area {
  height: 150px;
}

.input.mb-10 {
  margin-bottom: 10px;
}

.mt-b20 {
  margin-bottom: 20px;
}

.radio {
  background-color: var(--white-smoke);
  width: 26px;
  height: 26px;
  margin-right: 20px;
}

.radio.w--redirected-checked {
  border-width: 4px;
  border-color: var(--white-smoke);
  background-color: var(--dark-gray);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.radio-field {
  align-items: center;
  margin-bottom: 20px;
  font-family: Graphit, sans-serif;
  font-weight: 500;
  display: flex;
}

.blog-post-grid {
  grid-column-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.blog-post-sdebar {
  padding-left: 25%;
}

.blog-category-link {
  background-color: var(--lavender);
  width: auto;
  margin-bottom: 20px;
  padding: 10px;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.podcast-single-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  width: 100%;
}

.podcast-download-link {
  margin-left: 20px;
  margin-right: 10px;
  display: inline-block;
}

.inline {
  display: inline-block;
}

.inline.bold.ml-10 {
  margin-left: 10px;
}

.inline.hide {
  display: none;
}

.ml-10 {
  margin-left: 10px;
}

.podcast-copy {
  padding-right: 10%;
}

.mr-20 {
  margin-right: 20px;
}

.btn-icon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 20px;
}

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

.mb-100 {
  margin-top: 0;
  margin-bottom: 100px;
  font-family: Tiempostextweb, sans-serif;
  font-weight: 400;
}

.gallery-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.grid-row-right {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.paginate-next {
  background-color: #0000;
  border-style: none;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 700;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-input {
  border: 1px #000;
  border-bottom: 2px solid #000;
  min-width: 250px;
}

.hero-text {
  color: var(--dark-gray);
  max-width: 700px;
  margin-bottom: 40px;
  font-family: Tiempostextweb, sans-serif;
  font-weight: 400;
}

.main-logo:hover {
  color: red;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: padding-box;
  flex: 0 auto;
}

.case-study-block-home {
  background-image: linear-gradient(#3246fab5, #3246fab5), url('../images/adam-whitlock-270558-unsplash-2.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  min-height: 600px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
}

.case-study-home-img-1 {
  width: 60%;
  position: relative;
  top: -42px;
}

.case-study-home-img-2 {
  width: 60%;
  position: absolute;
  top: -95px;
  left: 294px;
}

.case-study-home-img-wrap {
  position: relative;
}

.case-study-home-right {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.arch {
  position: relative;
}

.arc-img {
  text-transform: uppercase;
  height: 242px;
  position: absolute;
  top: -124px;
  left: 99px;
}

.vertical-txt {
  text-align: right;
  text-transform: uppercase;
  width: auto;
  font-family: Graphit, sans-serif;
  font-size: 10px;
  display: inline-block;
  position: relative;
  left: 243px;
  transform: rotate(90deg);
}

.case-study-home-img-3 {
  width: 65%;
  position: absolute;
  inset: auto auto 0 -47%;
}

.image {
  display: inline-block;
  position: relative;
  top: 98px;
  left: 40px;
}

.search-heading {
  text-align: center;
  justify-content: center;
  display: block;
  position: relative;
}

.search {
  align-items: flex-start;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.search-result-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block, .text-block-3 {
  font-weight: 300;
}

.light {
  max-height: 68px;
  font-family: Tiempostextweb, sans-serif;
  font-size: 16px;
  font-weight: 300;
  overflow: hidden;
}

.collection-list-wrapper {
  opacity: 1;
}

.text-block-4 {
  color: var(--dim-grey);
  max-height: 68px;
  font-family: Tiempostextweb, sans-serif;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
}

.heading-3 {
  margin-top: 10px;
  margin-bottom: 24px;
}

.home-hero-h1 {
  z-index: 1;
  color: #fff;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border: 1px #ff0606;
  width: 200%;
  margin-bottom: 20px;
  font-size: 84px;
  font-weight: 700;
  line-height: .9;
  position: relative;
}

.home-hero-h1.regular {
  width: auto;
}

.home-hero-h1.blog-post {
  width: 100%;
}

.image-2 {
  max-width: 75%;
}

.link {
  font-size: 16px;
}

.link-2 {
  color: var(--dark-gray);
  font-size: 16px;
}

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

.p {
  color: var(--dark-gray);
  margin-bottom: 20px;
  line-height: 1.5;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  color: var(--dark-gray);
}

.text-block-5 {
  margin-bottom: 10px;
}

.image-3 {
  z-index: 0;
  float: right;
  object-fit: contain;
  width: 90%;
  min-width: 90%;
  max-width: 500px;
  margin-top: 100px;
  margin-left: 0;
  display: inline-block;
  position: relative;
  inset: 0% 0% 0% auto;
  overflow: visible;
  box-shadow: 0 20px 60px -20px #00000021;
}

.section-2 {
  z-index: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-right: 60px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.text-block-6, .text-block-7 {
  font-family: Tiempostextweb, sans-serif;
  font-weight: 400;
}

.button-3 {
  border: 3px solid var(--dark-gray);
  color: var(--dark-gray);
  background-color: #0000;
  margin-top: 20px;
  margin-left: 20px;
  padding: 6px 20px;
  font-size: 16px;
  display: inline-block;
  position: relative;
}

.button-3:hover {
  border-color: var(--orange-red);
  color: var(--orange-red);
  background-color: #0000;
}

.div-block {
  padding: 60px 140px;
}

.div-block-2 {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 200px;
  display: flex;
}

.grid-3, .grid-4 {
  display: block;
}

.div-block-3 {
  text-align: left;
  object-fit: fill;
  justify-content: center;
  max-width: 600px;
  padding-bottom: 40px;
  display: block;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.heading-4 {
  color: var(--dark-gray);
  font-weight: 700;
}

.lottie-animation {
  justify-content: center;
  max-width: 30px;
  display: flex;
}

.container {
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: relative;
}

.bold-text {
  color: var(--dark-gray);
}

.div-block-4 {
  color: var(--dark-gray);
  padding: 100px 40px 100px 5%;
}

.humans-caption-centered {
  color: #767778;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  font-family: Graphit, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.humans-caption-centered.smaller {
  font-size: 12px;
}

.humans-caption-centered.smaller.mt-20 {
  letter-spacing: 3px;
  font-size: 10px;
}

.humans-caption-centered.smaller.inline {
  display: inline-block;
}

.grid-5 {
  grid-template-rows: 300px;
  grid-template-columns: minmax(260px, 1fr);
  grid-auto-rows: minmax(auto, .25fr);
  grid-auto-flow: row;
  padding: 40px 0% 100px;
}

.section-3 {
  padding: 60px 10%;
}

.humans-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.about-content-class {
  opacity: 1;
  justify-content: center;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 220px 10%;
  display: block;
  position: relative;
}

.about-content-class.max, .about-content-class.max-w {
  max-width: 100%;
}

.about-content-class.max-h {
  height: 100%;
}

.about-content-class.hero-content {
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 0;
  padding-right: 0%;
}

.about-content-class.hero-content.blog-post {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-content-class.no-pad-top {
  padding-top: 0;
  padding-bottom: 166px;
}

.about-content-class.no-pad-top.nun-punch {
  margin-top: -200px;
}

.about-content-class.no-pad-top.circle-back {
  background-image: url('../images/arc_1.svg');
  background-position: 90% 100%;
  background-repeat: no-repeat;
  background-size: auto 196px;
}

.about-content-class.ample-space {
  padding-top: 220px;
  padding-bottom: 400px;
}

.about-content-class.pb-200 {
  padding-top: 0;
  padding-bottom: 200px;
}

.about-content-class.nopad {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0%;
  display: flex;
}

.about-content-class.nopad-r {
  padding-right: 0%;
}

.about-content-class.pt-200 {
  padding-top: 200px;
}

.about-content-class.pt-200.connect {
  background-image: url('../images/Phone.png'), url('../images/Group-68.png');
  background-position: 700px 122px, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, auto;
}

.about-content-class.boxed {
  max-width: 1000px;
  padding-left: 8%;
  padding-right: 8%;
}

.about-content-class.case-study-home {
  height: auto;
  padding: 0 0%;
}

.div-block-5 {
  justify-content: center;
  padding-bottom: 0;
  padding-left: 0;
  display: inline-block;
}

.div-block-6 {
  justify-content: center;
  padding-bottom: 140px;
  display: flex;
}

.heading-5 {
  color: var(--dark-gray);
  text-transform: none;
  max-width: 1100px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 84px;
  font-weight: 700;
}

.container-2 {
  display: block;
}

.scroll-icon {
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.div-block-7 {
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  margin-top: 100px;
  margin-bottom: 50px;
  display: flex;
}

.container-3 {
  max-width: 600px;
  margin-top: 120px;
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container-3.about-us {
  display: none;
}

.div-block-8 {
  max-height: none;
  margin-top: 0;
  margin-bottom: 100px;
}

.div-block-9 {
  padding-bottom: 20px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  display: flex;
}

.container-4 {
  justify-content: center;
  min-height: auto;
  margin-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.div-block-10 {
  display: block;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.div-block-11 {
  background-image: url('../images/Screen-Shot-2021-03-28-at-1.56.50-PM.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 250px;
  min-width: 200px;
  height: 250px;
  min-height: 200px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.div-block-12, .div-block-13 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 250px;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-14 {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.leadership-label {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.heading-6 {
  display: block;
}

.text-block-8 {
  font-family: Graphit, sans-serif;
  font-weight: 300;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 20px;
}

.text-block-9 {
  margin-left: 0;
  font-family: Graphit, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.leadership-section {
  flex-flow: wrap;
  justify-content: center;
  max-width: 1440px;
  margin-bottom: 140px;
  padding-left: 10%;
  padding-right: 10%;
  display: none;
  position: relative;
}

.body {
  flex-direction: column;
  justify-content: flex-start;
  display: block;
}

.grid-8 {
  grid-template-rows: minmax(200px, 1fr);
  grid-template-columns: 1fr 1fr minmax(200px, 1fr);
}

.text-block-10 {
  width: 200px;
  font-family: Graphit, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.text-block-11 {
  width: 200px;
  margin-top: 10px;
  font-family: Graphit, sans-serif;
  font-weight: 500;
}

.div-block-15, .div-block-16, .div-block-17 {
  padding-left: 10px;
  padding-right: 10px;
}

.image-4 {
  object-fit: cover;
  background-image: url('../images/Screen-Shot-2021-03-28-at-1.56.50-PM.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  font-family: Graphit, sans-serif;
  font-weight: 500;
}

.heading-8 {
  margin-bottom: 20px;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  margin-bottom: 0;
}

.rich-text-block-2, .rich-text-block-3, .rich-text-block-4 {
  color: var(--dim-grey);
}

.field-label {
  color: var(--dim-grey);
  margin-top: 40px;
  font-family: Graphit, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.radio-button-label {
  font-weight: 300;
}

.div-block-18 {
  flex: 0 auto;
  align-self: center;
  max-width: 700px;
  height: 75vh;
  position: absolute;
  top: 90px;
}

.heading-9, .heading-10 {
  font-weight: 700;
}

.section-5 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.container-6 {
  justify-content: center;
  display: block;
}

.div-block-19 {
  background-image: url('../images/Thomas.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  width: 250px;
  max-width: 250px;
  height: 250px;
  max-height: 250px;
}

.div-block-19.div-karly {
  background-image: url('../images/Karly.png');
  background-position: 50%;
}

.div-mark {
  background-image: url('../images/Mark.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 250px;
  max-width: 250px;
  height: 250px;
  max-height: 250px;
}

.div-thomas, .div-karly {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-19-copy {
  background-image: url('../images/Thomas.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  width: 250px;
  max-width: 250px;
  height: 250px;
  max-height: 250px;
}

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

.container-8 {
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: none;
}

.text-block-12 {
  max-height: 68px;
  font-family: Tiempostextweb, sans-serif;
  font-size: 16px;
  overflow: hidden;
}

.text-block-13, .text-block-13:hover, .text-block-14 {
  color: var(--dark-gray);
}

.hero-2 {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

.hero-case-study {
  background-image: url('../images/Portal---Tagalong-Family.jpeg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  width: auto;
  min-width: auto;
  max-width: 1500px;
  height: 700px;
  min-height: auto;
  max-height: 100%;
  margin-bottom: 100px;
  padding-top: 0;
  display: flex;
}

.hero-case-study.aerospace {
  background-image: linear-gradient(#2f9ad7b3, #2f9ad7b3), url('../images/Aerospace_BG_header.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.hero-case-study.experiences {
  background-image: url('../images/Eltec_Hero.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.text-block-15 {
  font-size: 24px;
}

.container-9 {
  flex-direction: column;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 42px;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.heading-12 {
  font-size: 18px;
  font-weight: 500;
}

.heading-13 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.text-block-16 {
  color: var(--dim-grey);
}

.heading-14, .heading-15, .heading-16, .heading-17 {
  font-size: 36px;
}

.heading-18 {
  font-weight: 500;
}

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

.paragraph-5 {
  font-size: 18px;
  line-height: 1.5;
}

.dying-retail {
  max-width: 100%;
  margin-bottom: 40px;
}

.dying-retail.carnival {
  margin-bottom: 100px;
}

.div-block-20 {
  justify-content: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.image-6 {
  max-width: none;
  position: absolute;
}

.section-7 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
}

.image-7 {
  position: absolute;
}

.image-8 {
  position: absolute;
  top: 16px;
  left: 123.5px;
}

.image-9 {
  z-index: 1;
  position: absolute;
  top: 39px;
}

.image-10 {
  position: absolute;
  right: 145px;
}

.image-11 {
  width: 45%;
  max-width: 100%;
  position: absolute;
  inset: 0% 0% 0% 27%;
}

.div-block-21 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  top: -113px;
}

.section-8 {
  padding-top: 60px;
  display: block;
}

.section-8.gray-bg {
  padding-bottom: 80px;
}

.container-11 {
  justify-content: center;
  display: block;
}

.section-9 {
  background-color: #ffe3db;
  height: 460px;
  margin-top: 100px;
  margin-bottom: 120px;
}

.gordon-quote {
  color: #da5d39;
  text-align: center;
  max-width: 940px;
  margin-bottom: 30px;
  font-family: Graphit, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.container-13 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.text-block-18 {
  color: #da5d39;
  text-align: center;
  justify-content: center;
  margin-top: 14px;
  font-family: Graphit, sans-serif;
  font-size: 16px;
  display: block;
}

.div-block-22 {
  flex-direction: row;
  justify-content: flex-start;
  display: block;
  position: relative;
  top: 140px;
}

.heading-20 {
  font-weight: 700;
}

.heading-21 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
}

.div-block-23 {
  background-image: url('../images/Group-128.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.copy-right {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: auto;
  min-width: 450px;
  max-width: 450px;
  padding-top: 0;
  display: block;
  position: relative;
  inset: 0% auto 0% -138px;
}

.container-14 {
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: static;
}

.div-block-25 {
  background-image: linear-gradient(#ffffffa6, #ffffffa6), url('../images/Group-128.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  width: auto;
  min-width: auto;
  height: auto;
  max-height: 100%;
  position: static;
  bottom: -67px;
  left: 158px;
}

.div-block-26 {
  background-image: url('../images/Phone_1.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 487px 832px;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  position: relative;
  top: 72px;
  left: -274px;
}

.image-12 {
  align-self: auto;
  width: auto;
  max-width: none;
  height: auto;
  max-height: 100%;
  position: relative;
  top: 77px;
  left: -284px;
}

.container-15 {
  opacity: 1;
  flex: 0 auto;
  align-items: center;
  max-width: 40%;
  max-height: none;
  margin-top: 140px;
  margin-bottom: 0;
  display: block;
  position: static;
  top: 79px;
}

.image-13 {
  overflow: visible;
}

.section-10 {
  margin-top: 140px;
  margin-bottom: 120px;
}

.image-grid {
  opacity: 1;
  width: 30%;
  min-width: auto;
  height: 100%;
  min-height: auto;
  max-height: 100%;
  position: relative;
  left: -290px;
}

.phone {
  z-index: 1;
  width: 30%;
  min-width: auto;
  height: 55%;
  min-height: auto;
  max-height: 100%;
  position: relative;
  top: 18px;
  left: 133px;
}

.div-block-28 {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: 700px;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-right: 0;
  display: flex;
}

.div-block-28.v3 {
  align-items: flex-start;
  max-width: 700px;
}

.container-16 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.container-16.suite {
  justify-content: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.container-16.v1 {
  flex-wrap: nowrap;
  justify-content: center;
  padding-left: 10%;
  padding-right: 0%;
  display: flex;
}

.logos {
  width: 40%;
  min-width: auto;
  height: 100%;
  min-height: auto;
  max-height: 100%;
  padding-left: 0;
  position: relative;
  left: 44px;
}

.logos.code {
  flex: 0 auto;
  align-self: auto;
  width: 80%;
  max-width: 80%;
  height: auto;
  max-height: none;
  position: relative;
  top: 200px;
  left: auto;
  box-shadow: 1px 1px 30px #08091b26;
}

.section-101 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: auto 0% 100px;
  display: flex;
}

.section-101.v2 {
  margin-top: 0;
  margin-bottom: 80px;
}

.section-101.v1 {
  justify-content: center;
  max-width: 100%;
  display: flex;
}

.container-17 {
  flex-direction: row;
  justify-content: space-between;
  max-width: 100%;
  display: block;
}

.section-12 {
  margin-top: 140px;
  margin-bottom: 100px;
}

.container-18 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.image-14 {
  opacity: .5;
  width: 58%;
  height: auto;
  position: relative;
  right: -25%;
}

.div-block-29 {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 500px;
  max-width: 700px;
  margin-left: 40px;
  padding-right: 10%;
  display: block;
}

.paragraph-6 {
  margin-bottom: 0;
}

.section-13 {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 140px;
  display: block;
}

.image-15 {
  width: 47%;
  position: absolute;
  right: -26.821px;
}

.div-block-30 {
  background-image: url('../images/Experiences-admins.png');
  background-position: 0 0;
  background-size: auto;
}

.image-16 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}

.text-block-19 {
  color: var(--dim-grey);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: 0;
  padding-left: 4%;
  padding-right: 0%;
  font-family: Graphit, sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: flex;
  position: relative;
  top: auto;
  bottom: 56px;
}

.section-14 {
  margin-bottom: 40px;
}

.next-case-study {
  background-image: linear-gradient(#51abff, #51abff);
  max-height: 500px;
}

.next-case-study.carnival {
  background-image: linear-gradient(#f20018, #f20018);
}

.next-case-study.experiences {
  background-image: linear-gradient(#edfa9f, #edfa9f);
}

.text-block-20 {
  color: var(--white);
  text-align: center;
  font-family: Graphit, sans-serif;
  font-size: 72px;
  font-weight: 500;
}

.text-block-20.experiences {
  color: var(--dark-gray);
}

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

.text-block-21 {
  text-transform: uppercase;
  font-size: 16px;
}

.text-block-22 {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 16px;
  font-size: 12px;
  position: relative;
  top: 10px;
}

.text-block-22:hover {
  color: var(--dim-grey);
}

.text-block-22.experiences {
  color: var(--dark-gray);
}

.container-20 {
  justify-content: center;
  align-items: center;
  max-width: 73%;
  margin-top: 40px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.image-17 {
  width: 59%;
  min-width: auto;
  max-width: 100%;
  height: 100%;
  min-height: auto;
  max-height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  box-shadow: 1px 1px 30px #0a0f1d26;
}

.image-18 {
  width: 45%;
  max-width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  right: 60px;
  box-shadow: 1px 1px 30px #00000026;
}

.image-19 {
  width: 59%;
  max-width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 43px;
  right: 79px;
  box-shadow: 1px 1px 30px #00000026;
}

.image-20 {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.image-21 {
  width: 636px;
}

.image-22 {
  width: 400px;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: 100%;
  position: relative;
  left: 140px;
  box-shadow: 1px 1px 35px #08222a26;
}

.image-23 {
  z-index: 1;
  width: 500px;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: 100%;
  position: relative;
  box-shadow: 1px 1px 45px #08222a40;
}

.image-24 {
  width: 400px;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: 100%;
  position: relative;
  right: 140px;
  box-shadow: 1px 1px 35px #08222a26;
}

.container-22 {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 200px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.image-25 {
  width: 40%;
  min-width: auto;
  height: 100%;
  min-height: auto;
  max-height: 100%;
  position: relative;
  top: 63px;
  left: 25px;
  right: auto;
}

.image-26 {
  width: 30%;
  min-width: auto;
  height: 100%;
  min-height: auto;
  max-height: 100%;
  position: relative;
  top: 116px;
  right: 242px;
}

.container-23 {
  flex-direction: row;
  display: flex;
}

.div-block-32 {
  flex-direction: row;
  width: auto;
  min-width: 450px;
  max-width: 450px;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-right: auto;
  display: block;
}

.image-27 {
  width: 30%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  position: absolute;
  top: 1938.78px;
  left: 802px;
}

.image-28 {
  width: 30%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  position: relative;
  top: 75px;
  left: auto;
  right: auto;
}

.image-29 {
  width: 36%;
  height: auto;
  max-height: none;
  position: absolute;
  top: auto;
  left: 761px;
  box-shadow: 1px 1px 30px #08091b26;
}

.image-30 {
  z-index: 1;
  width: 30%;
  height: auto;
  position: absolute;
  inset: auto auto auto 813px;
  box-shadow: 1px 1px 30px #08091b26;
}

.image-31 {
  width: 80%;
  min-width: auto;
  max-width: 80%;
  height: auto;
  min-height: auto;
  max-height: none;
  position: relative;
  top: 17px;
  bottom: auto;
  left: 61px;
}

.image-32 {
  width: 65%;
  min-width: auto;
  max-width: 80%;
  height: auto;
  min-height: auto;
  max-height: none;
  position: relative;
  bottom: 141px;
  left: 119px;
}

.container-24 {
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  max-width: 45.9981%;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0%;
  display: flex;
}

.image-33 {
  max-width: 35%;
}

.image-34 {
  max-width: 35%;
  position: absolute;
  top: 1937.75px;
  left: 644.594px;
  right: auto;
}

.image-35 {
  max-width: 30%;
  position: relative;
  top: 206px;
  right: 262px;
}

.paragraph-7 {
  font-family: Graphit, sans-serif;
  font-size: 24px;
  position: static;
}

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

.cta-bottom-of-page {
  background-color: #0000;
  margin-bottom: 100px;
  display: block;
}

.cta-bottom-of-page.old {
  display: none;
}

.cta-bottom-of-page.exp-landing {
  background-image: url('../images/Get-started-BG.png');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 100px;
}

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

.text-block-23 {
  margin-bottom: 10px;
  font-family: Graphit, sans-serif;
  font-size: 24px;
}

.radio-button-label-2, .radio-button-label-3, .radio-button-label-4 {
  font-weight: 300;
}

.collection-list-wrapper-2, .collection-list-3 {
  flex-direction: column;
  display: flex;
}

.div-block-33 {
  background-image: url('../images/Experiences_BG_collage.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
  max-width: none;
  height: 400px;
  max-height: none;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  display: flex;
  box-shadow: 1px 1px 40px #00000021;
}

.text-block-24 {
  font-family: Graphit, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-25 {
  max-width: 700px;
  margin-bottom: 10px;
  font-family: Tiempostextweb, sans-serif;
  font-weight: 400;
}

.heading-22 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.link-block-2 {
  background-image: url("https://cdn.prod.website-files.com/6036a858eff6dd0e0891eac0/606f69670a9f8be2b94d68f7_I'mOnABoat_hero_color.jpg");
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
  max-width: 100%;
  height: 400px;
  max-height: none;
  padding: 24px;
  display: flex;
}

.link-block-2.carnival {
  background-image: url('../images/Portal---Tagalong-Family.jpeg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  max-width: 1500px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.link-block-2.exp {
  background-image: url('../images/Experiences_BG_collage.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  justify-content: center;
  align-items: flex-start;
  max-width: 1500px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.link-block-2.aero {
  background-image: linear-gradient(#328ffa8c, #328ffa8c), url('../images/Aerospace_BG_header.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  max-width: 1500px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-26 {
  text-align: left;
  font-family: Graphit, sans-serif;
  font-size: 24px;
}

.success-message {
  background-color: #0000;
  padding-left: 0;
}

.image-36 {
  display: block;
}

.text-block-27 {
  color: var(--orange-red);
  font-family: Graphit, sans-serif;
}

.error-message {
  background-color: #0000;
  padding-left: 0;
}

.container-27 {
  max-width: 1500px;
  padding-left: 10%;
  padding-right: 10%;
}

.div-block-34 {
  margin-bottom: 60px;
}

.image-37 {
  align-self: center;
  width: auto;
  max-width: 43%;
}

.link-3 {
  color: var(--dark-gray);
  font-size: 16px;
}

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

.image-38 {
  align-self: center;
  width: 56%;
}

.image-39 {
  align-self: center;
  width: 35%;
  max-width: none;
}

.paragraph-8 {
  text-align: left;
  line-height: 1.6;
}

.paragraph-9, .paragraph-10 {
  font-family: Graphit, sans-serif;
  font-weight: 700;
}

.superscript {
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  bottom: 4px;
  left: 0;
}

.image-40 {
  width: 500px;
  max-width: 700px;
}

.image-41 {
  position: relative;
  top: 105px;
  right: 538px;
}

.section-102 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  margin-bottom: 100px;
  margin-right: 0%;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
}

.paragraph-11 {
  max-width: 700px;
}

.heading-23 {
  max-width: 700px;
  margin-top: 0;
}

.container-28 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1500px;
  display: block;
}

.image-42 {
  display: block;
}

.container-29 {
  max-width: 1500px;
}

.section-103 {
  max-width: 100%;
}

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

.div-block-36 {
  padding-left: 10%;
  position: relative;
}

.form-block {
  display: block;
}

.div-block-37 {
  margin-bottom: 100px;
  padding-left: 10%;
  padding-right: 25%;
}

.bold-text-5 {
  font-family: Graphit, sans-serif;
}

.brands-2 {
  justify-content: flex-start;
  display: none;
  position: static;
}

.brands-2.dark {
  background-color: #1b1c1e;
  display: block;
}

.brands-2.large-quote {
  background-image: url('../images/wedge-down.png'), url('../images/wedge-down.png');
  background-position: 50% 57%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  margin-top: 100px;
}

.brands-2.haze {
  background-color: var(--white);
  background-image: url('../images/Subtle-Grunge-Texture-4-1.png');
  background-position: 0 0;
  background-size: auto;
}

.brands-2.case-study-home {
  background-image: linear-gradient(#3246faa6, #3246faa6), url('../images/Hero_BG.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: auto;
  display: block;
  position: relative;
}

.brands-2.media-preview {
  opacity: 1;
  display: block;
}

.brands-2.getstarted {
  width: auto;
  max-width: 100%;
}

.cta-form-label {
  margin-top: 10px;
  font-family: Graphit, sans-serif;
  font-size: 16px;
}

.cta-form-label.exp-cta-form-label {
  display: none;
}

.cta-form {
  width: 50%;
  min-width: 300px;
  margin-top: 0;
}

.cta-form.exp-cta-form {
  margin-top: 0;
}

.cta-text-field {
  border: 2px solid #000;
  min-height: 45px;
  margin-bottom: 4px;
}

.cta-text-field.exp-cta-text-field {
  border-width: 1px;
  border-color: #ebebeb;
  margin-bottom: 10px;
  font-family: Graphit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.cta-text-field.exp-cta-text-field::placeholder {
  color: #2d343961;
  font-family: Graphit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.cta-text-field.exp-cta-text-field.message {
  text-align: left;
  height: 110px;
  margin-bottom: 0;
  display: block;
}

.cta-success {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.cta-success-text {
  font-family: Graphit, sans-serif;
}

.cta-success-text.exp-cta-success {
  color: var(--white);
}

.cta-error-text {
  text-align: center;
  font-family: Graphit, sans-serif;
}

.cta-error {
  margin-top: 20px;
}

.experiences-splash {
  background-color: #f7fafc;
  background-image: url('../images/Group-257-1.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 802px 677px;
  justify-content: center;
  align-items: center;
  min-height: 810px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-30 {
  flex: 1;
}

.text-blue {
  color: #2053d9;
}

.experiences-splash-heading {
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
}

.experiences-splash-subheading {
  color: #5c6973;
  max-width: 360px;
  line-height: 30px;
}

.experiences-splash-button {
  background-color: #2053d9;
  flex: 0 auto;
  justify-content: center;
  max-width: 215px;
  margin-top: 25px;
  display: flex;
}

.experiences-splash-button.ready-button {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.experiences-splash-container {
  justify-content: space-between;
  width: 100%;
  max-width: 1040px;
  display: flex;
}

.experiences-splash-col-left {
  flex-direction: column;
  justify-content: center;
  max-width: 425px;
  display: flex;
}

.experiences-splash-col-right {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.exp-icon-grid {
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
  display: flex;
}

.exp-icon-grid.gray-bg {
  flex-direction: column;
}

.exp-icon-row {
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
  min-height: 50px;
  display: flex;
}

.exp-icon-cell {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 200px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.exp-icon-cell._3 {
  justify-content: center;
  max-width: 215px;
  padding-left: 5px;
  padding-right: 5px;
}

.exp-icon-heading {
  color: #2d3439;
  text-align: center;
  margin-bottom: 0;
  font-family: Graphit, sans-serif;
  font-size: 18px;
  line-height: 42px;
}

.exp-icon-subheading {
  color: #5c6973;
  text-align: center;
  margin-bottom: 0;
  line-height: 30px;
}

.exp-happy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
  display: flex;
}

.exp-happy-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  min-height: 50px;
  display: flex;
}

.exp-happy-container.reverse {
  flex-direction: row-reverse;
}

.exp-happy-col {
  max-width: 57%;
  padding-left: 10px;
  padding-right: 10px;
}

.exp-happy-col.text {
  width: 100%;
  max-width: 460px;
  padding-left: 0;
  padding-right: 0;
}

.exp-happy-col.text.alt-width {
  max-width: 475px;
}

.exp-happy-heading {
  color: #2d3439;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 42px;
}

.exp-happy-heading.preordained {
  color: #2d3439;
  max-width: 375px;
}

.exp-happy-text {
  color: #5c6973;
  max-width: 400px;
  margin-top: 15px;
  line-height: 30px;
}

.exp-happy-text.alt-width {
  max-width: 396px;
}

.exp-happy-subheading {
  color: #2d3439;
  border: 1px #2d3439;
  margin-top: 20px;
  font-family: Graphit, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.exp-happy-li {
  color: #5c6973;
  max-width: 390px;
  line-height: 30px;
}

.exp-happy-ul {
  padding-left: 0;
}

.text-block-28 {
  font-size: 27px;
}

.leadin-section {
  background-color: #f7fafc;
  justify-content: center;
  align-items: flex-start;
  min-height: 365px;
  display: flex;
}

.leadin-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 740px;
  min-height: 50px;
  display: flex;
}

.leadin-heading {
  color: #5c6973;
  text-align: center;
  max-width: 440px;
  margin-bottom: 45px;
  font-size: 21px;
  line-height: 27px;
}

.intro-text-section {
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 0;
  display: flex;
}

.intro-text {
  color: #2d3439;
  text-align: center;
  max-width: 750px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 42px;
}

.vert-line {
  background-color: #5c6973;
  border-left: 0 #5c6973;
  border-radius: 8px;
  width: 2px;
  max-width: 2px;
  height: 160px;
  position: absolute;
  top: 210px;
}

.intro-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.exp-happy-preheading {
  color: #2053d9;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Graphit, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.pq-section {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.pq-container {
  width: 100%;
  max-width: 765px;
  min-height: 50px;
  display: flex;
}

.pq-icon {
  color: #2053d9;
  margin-bottom: 0;
  font-family: Tiemposheadlineweb, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 65px;
}

.pq-icon.above {
  line-height: 60px;
}

.pq-text-wrap {
  width: 100%;
  padding-left: 7px;
}

.pq-quote {
  color: #2f3135;
  font-family: Graphit, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 46px;
}

.pq-quote.narrow {
  max-width: 715px;
}

.pq-attribution {
  font-family: Graphit, sans-serif;
  font-weight: 700;
}

.pq-italic {
  font-weight: 700;
}

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

.quotes-container {
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  min-height: 50px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quote-wrap {
  width: 100%;
  max-width: 33%;
  min-height: 50px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 14px;
}

.quote-body {
  color: #5c6973;
  margin-top: -32px;
  margin-bottom: 7px;
  font-weight: 400;
  line-height: 30px;
}

.quote-name {
  color: #5c6973;
  font-family: Graphit, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

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

.ready-container {
  width: 100%;
  max-width: 535px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.ready-heading {
  color: #2d3439;
  text-align: center;
  margin-top: 0;
  font-size: 27px;
  line-height: 35px;
}

.gray-bg {
  background-color: #f7fafc;
}

.exp-icon-row-text-wrap {
  width: 100%;
  max-width: 500px;
  min-height: 50px;
  margin-bottom: 75px;
}

.exp-icon-row-heading {
  color: #2d3439;
  text-align: center;
  margin-top: 0;
  margin-bottom: 7px;
}

.exp-icon-wrap {
  flex: 1;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
}

.phones-section.gray-bg {
  margin-top: -60px;
  margin-bottom: -20px;
}

.phones-container {
  width: 100%;
  max-width: 1106px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.grid-row-copy {
  grid-column-gap: 60px;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 2fr 2fr;
}

.grid-row-copy._2-row {
  grid-column-gap: 149px;
  grid-template-rows: auto auto;
  padding-left: 0%;
  padding-right: 0%;
}

.grid-row-copy.narrow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

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

.every-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1235px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.every-img {
  width: 50%;
}

.image-43 {
  mix-blend-mode: multiply;
}

.every-text-wrap {
  flex: 1;
  max-width: 470px;
  margin-left: 25px;
}

.every-heading {
  color: #2d3439;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 42px;
}

.every-text {
  color: #5c6973;
  max-width: 452px;
  line-height: 30px;
}

.every-text-p {
  color: #5c6973;
}

.engineered-section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 100px;
  padding-bottom: 200px;
  display: flex;
}

.engineered-section.v2 {
  margin-top: 0;
  margin-bottom: 80px;
}

.engineered-section.v1 {
  justify-content: center;
  max-width: 100%;
  display: flex;
}

.engineered-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1085px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.engineered-container.suite {
  justify-content: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.engineered-container.v1 {
  flex-wrap: nowrap;
  justify-content: center;
  padding-left: 10%;
  padding-right: 0%;
  display: flex;
}

.engineered-logos {
  width: 50%;
  max-height: 100%;
  margin-left: 80px;
  padding-left: 0;
  position: relative;
}

.engineered-logos.code {
  flex: 0 auto;
  align-self: auto;
  width: 80%;
  max-width: 80%;
  height: auto;
  max-height: none;
  position: relative;
  top: 200px;
  left: auto;
  box-shadow: 1px 1px 30px #08091b26;
}

.engineered-heading {
  color: #2d3439;
  max-width: 425px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 42px;
}

.engineered-text {
  color: #5c6973;
  max-width: 388px;
  margin-bottom: 20px;
  line-height: 30px;
}

.bottom-cta-heading {
  color: var(--white);
  margin-bottom: 5px;
  font-family: Graphit, sans-serif;
  font-size: 24px;
  position: static;
}

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

.bottom-cta-text {
  color: #fff;
  text-align: center;
  max-width: 455px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
}

.bottom-cta-form {
  max-width: 455px;
  margin-left: auto;
  margin-right: auto;
}

.heading-24 {
  font-size: 21px;
}

.see-more-reviews {
  display: none;
}

.exp-first-p {
  color: var(--dark-gray);
  margin-bottom: 20px;
  line-height: 1.5;
}

.exp-first-li {
  color: var(--dark-gray);
}

.exp-first-arch {
  position: relative;
}

.engineered-text-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: 700px;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-right: 0;
  display: flex;
}

.engineered-text-wrap.v3 {
  align-items: flex-start;
  max-width: 700px;
}

.cta-text-field.exp-cta-text-field.message {
  font-family: Graphit, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.exp-splash-img.mobile {
  display: none;
}

.grid-row-overhaul {
  grid-column-gap: 60px;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 2fr 2fr;
}

.grid-row-overhaul._2-row {
  grid-column-gap: 70px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 2.75fr 2.5fr;
  max-width: 1100px;
  padding-left: 0%;
  padding-right: 0%;
}

.grid-row-overhaul.narrow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.overhaul-container {
  max-width: 1100px;
  padding-left: 40px;
  padding-right: 40px;
}

.quote-container {
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.nochoice-text {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 500px;
  max-width: 700px;
  margin-left: 40px;
  padding-right: 10%;
  display: block;
}

.nochoice-grid {
  grid-column-gap: 60px;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 2fr 2fr;
}

.nochoice-grid._2-row {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 2.75fr 2.5fr;
  padding-left: 0%;
  padding-right: 0%;
}

.nochoice-grid.narrow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.logos-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.logos-container.suite {
  justify-content: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.logos-container.v1 {
  flex-wrap: nowrap;
  justify-content: center;
  padding-left: 10%;
  padding-right: 0%;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .content.center-h {
    display: block;
  }

  .content.case-study-home {
    max-height: none;
  }

  .content.case-study {
    display: none;
  }

  .content.services {
    max-width: 100%;
    padding-top: 0;
    display: flex;
  }

  .content.title-categories {
    margin-top: 60px;
    padding-bottom: 100px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero {
    justify-content: flex-start;
    height: auto;
    margin-bottom: 100px;
    padding-top: 160px;
  }

  .hero.home {
    height: auto;
    margin-bottom: 100px;
  }

  .hero.home.start-convo {
    width: auto;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .case-stidues-button.get-started {
    width: 200px;
  }

  .handshake {
    display: block;
    position: relative;
  }

  .hero-left {
    max-width: 1500px;
    padding-top: 0;
  }

  .case-study-home-right {
    padding-right: 40px;
  }

  .image {
    top: 112px;
  }

  .image-3 {
    margin-top: 0;
    margin-left: 0;
  }

  .lottie-animation {
    justify-content: center;
    display: flex;
  }

  .div-block-7 {
    flex-direction: row;
    align-items: stretch;
    margin-bottom: 60px;
    display: flex;
  }

  .container-3 {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .container-3.about-us {
    margin-top: 120px;
  }

  .heading-8 {
    display: block;
  }

  .field-label {
    font-size: 16px;
  }

  .image-5 {
    max-width: 60%;
    display: inline-block;
  }

  .div-block-18 {
    flex-direction: column;
    align-self: auto;
    align-items: center;
    display: flex;
  }

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

  .dying-retail.carnival {
    margin-bottom: 100px;
  }

  .div-block-20 {
    flex-flow: row;
    justify-content: center;
    width: auto;
    height: auto;
    display: flex;
    position: relative;
  }

  .image-6 {
    min-width: auto;
    max-width: none;
    min-height: auto;
    position: static;
    inset: 0% auto auto 0%;
    box-shadow: 5px 5px 36px #09122521;
  }

  .section-7 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-9 {
    height: 460px;
  }

  .div-block-22 {
    top: 140px;
  }

  .container-15 {
    max-width: 40%;
    margin-top: 140px;
    margin-bottom: auto;
    top: 33px;
  }

  .logos.code {
    top: 200px;
  }

  .section-101 {
    justify-content: center;
  }

  .image-15 {
    left: 338px;
  }

  .text-block-19 {
    padding-left: 4%;
    padding-right: 0%;
    position: relative;
    bottom: 56px;
  }

  .next-case-study {
    background-image: linear-gradient(#51abff, #51abff);
  }

  .div-block-32 {
    margin-right: auto;
  }

  .collection-list-wrapper-2 {
    margin-bottom: 0;
  }

  .link-block-2.carnival {
    background-position: 50% 25%;
    background-attachment: scroll;
  }

  .link-block-2.exp {
    background-position: 50%;
    background-attachment: scroll;
    max-height: 100%;
  }

  .link-block-2.aero {
    background-image: linear-gradient(#2095e485, #2095e485), url('../images/Aerospace_BG_header.jpg');
    background-position: 0 0, 50%;
    background-attachment: scroll, scroll;
  }

  .container-27 {
    max-width: 1500px;
  }

  .section-102 {
    flex-direction: row;
    width: auto;
    display: block;
  }

  .heading-23 {
    margin-top: 0;
  }

  .container-28 {
    align-self: flex-start;
  }

  .engineered-section {
    justify-content: center;
  }

  .engineered-logos.code {
    top: 200px;
  }

  .overhaul-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nochoice-text {
    max-width: none;
  }
}

@media screen and (min-width: 1440px) {
  .section.dark {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section.case-study-home {
    display: block;
    position: static;
  }

  .content {
    min-height: auto;
  }

  .content.pb-200 {
    margin-top: 60px;
  }

  .content.pt-200.connect {
    background-position: 750px 122px, 100% 0;
  }

  .content.boxed {
    min-height: auto;
  }

  .content.case-study-home {
    min-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .content.services {
    max-width: 100%;
    display: flex;
  }

  .content.media {
    padding-left: 0%;
    padding-right: 0%;
  }

  .content.title-categories {
    margin-top: 140px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero {
    height: auto;
    padding-left: 10%;
    padding-right: 10%;
  }

  .hero.home {
    margin-bottom: 60px;
  }

  .hero.home.start-convo {
    width: auto;
    max-width: 100%;
  }

  .grid-row-left.max-h.boxed {
    grid-template-rows: minmax(0, 1.5fr);
  }

  .case-stidues-button.contact-form {
    width: 200px;
  }

  .case-stidues-button.get-started {
    margin-top: 0;
  }

  .case-stidues-button.get-started:hover {
    border-color: var(--orange-red);
    color: var(--orange-red);
  }

  .handshake {
    padding-bottom: 20px;
  }

  .hero-left {
    width: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .media-collection {
    grid-template-columns: .75fr .75fr .75fr;
    justify-items: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-item-box {
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar {
    max-width: 100vw;
    padding-left: 9%;
    padding-right: 9%;
  }

  .large-text.align-left {
    max-width: 1152px;
  }

  .logo-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    display: grid;
  }

  .radio {
    width: 24px;
    height: 24px;
  }

  .image {
    top: 127px;
  }

  .div-block-3 {
    width: 700px;
    max-width: 700px;
  }

  .lottie-animation {
    justify-content: center;
    display: flex;
  }

  .div-block-4 {
    padding-left: 9%;
    padding-right: 6%;
  }

  .about-content-class.pt-200.connect {
    background-position: 750px 122px, 100% 0;
  }

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

  .container-3 {
    margin-bottom: 100px;
  }

  .container-3.about-us {
    margin-top: 0;
  }

  .leadership-section {
    align-self: center;
    padding-left: 15%;
    padding-right: 15%;
  }

  .body {
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }

  .heading-8 {
    margin-top: 0;
  }

  .radio-button-label {
    font-weight: 300;
  }

  .hero-case-study {
    object-fit: fill;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 100%;
    display: flex;
  }

  .dying-retail.carnival {
    margin-bottom: 100px;
  }

  .section-9 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .gordon-quote {
    text-align: center;
    font-size: 42px;
    display: block;
  }

  .container-13 {
    flex-direction: row;
    display: block;
  }

  .text-block-18 {
    justify-content: center;
    margin-top: 14px;
    font-family: Graphit, sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: flex;
  }

  .div-block-22 {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    display: flex;
    position: relative;
    top: 144px;
  }

  .container-15 {
    max-width: 40%;
    margin-top: 120px;
  }

  .phone {
    left: 247px;
  }

  .container-16 {
    justify-content: space-around;
  }

  .logos {
    width: 38%;
    padding-left: 0;
  }

  .logos.code {
    top: 220px;
  }

  .section-101 {
    justify-content: center;
  }

  .container-17 {
    max-width: 90%;
  }

  .image-15 {
    left: 365px;
  }

  .text-block-19 {
    margin-left: 0;
    padding-left: 4%;
    padding-right: 0%;
    top: auto;
    bottom: 62px;
  }

  .container-20 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .div-block-31 {
    width: auto;
  }

  .div-block-32 {
    margin-right: auto;
  }

  .image-29 {
    left: 802px;
  }

  .image-30 {
    left: 863px;
  }

  .paragraph-7 {
    text-align: center;
    font-family: Graphit, sans-serif;
    font-size: 24px;
    font-weight: 500;
  }

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

  .cta-bottom-of-page {
    margin-bottom: 100px;
  }

  .radio-button-label-2, .radio-button-label-3, .radio-button-label-4 {
    font-weight: 300;
  }

  .div-block-33 {
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    display: flex;
  }

  .link-block-2.carnival {
    margin-bottom: 10px;
  }

  .link-block-2.exp {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .link-block-2.aero {
    background-image: linear-gradient(#1f84db8c, #1f84db8c), url('../images/Aerospace_BG_header.jpg');
    background-position: 0 0, 50%;
    background-attachment: scroll, scroll;
  }

  .container-27 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .section-102 {
    align-self: auto;
    width: auto;
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    display: block;
  }

  .heading-23 {
    margin-top: 0;
  }

  .container-28 {
    max-width: 700px;
  }

  .brands-2.dark {
    padding-left: 0%;
    padding-right: 0%;
  }

  .brands-2.case-study-home {
    display: block;
    position: static;
  }

  .experiences-splash-container {
    justify-content: space-between;
    width: 100%;
    max-width: 1040px;
    display: flex;
  }

  .engineered-section {
    justify-content: center;
  }

  .engineered-container {
    justify-content: space-around;
  }

  .engineered-logos {
    width: 38%;
    padding-left: 0;
  }

  .engineered-logos.code {
    top: 220px;
  }

  .bottom-cta-heading {
    text-align: center;
    font-family: Graphit, sans-serif;
    font-size: 24px;
    font-weight: 500;
  }

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

  .quote-container {
    flex-direction: row;
    display: block;
  }

  .nochoice-text {
    padding-right: 20px;
  }

  .logos-container {
    justify-content: space-around;
  }
}

@media screen and (min-width: 1920px) {
  .section.case-study-home {
    background-image: linear-gradient(#3246faa6, #3246faa6), url('../images/Hero_BG.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

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

  .content.pt-200.connect {
    background-position: 900px 122px, 100% 0;
  }

  .content.case-study {
    max-width: 1500px;
  }

  .content.services {
    max-width: 100%;
    padding-top: 0;
    padding-left: 20%;
    padding-right: 20%;
    display: flex;
  }

  .content.case-studies-header {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    max-width: 1500px;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
  }

  .caption.white:hover {
    color: #fff;
  }

  .hero {
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20%;
    padding-right: 20%;
    display: block;
    position: relative;
  }

  .hero.generic {
    width: auto;
    max-width: 100%;
    padding-left: 20%;
    padding-right: 20%;
  }

  .hero.home {
    margin-bottom: 40px;
  }

  .hero.home.start-convo {
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    max-width: 100%;
    padding-left: 20%;
    padding-right: 20%;
    display: block;
  }

  .hero.about {
    align-self: auto;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20%;
    padding-right: 20%;
  }

  .case-stidues-button.center-mobile.connect {
    align-self: flex-start;
  }

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

  .hero-left {
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: static;
  }

  .hero-heading.regular {
    max-width: 1375px;
  }

  .grid-row._2-row {
    place-content: stretch center;
    justify-items: center;
    max-width: 1500px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .nun-wrap {
    width: 100%;
    display: flex;
  }

  .navbar {
    max-width: 100vw;
    padding-left: 20%;
    padding-right: 20%;
  }

  .large-text.align-left {
    align-self: flex-start;
  }

  .logo-grid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 10%;
  }

  .podcast-single-grid {
    grid-column-gap: 95px;
  }

  .image {
    top: 127px;
    left: auto;
  }

  .div-block-3 {
    width: 700px;
    max-width: 700px;
  }

  .lottie-animation {
    justify-content: center;
    display: flex;
  }

  .div-block-4 {
    padding-left: 20%;
    padding-right: 16%;
    display: block;
  }

  .about-content-class.pt-200.connect {
    background-position: 900px 122px, 100% 0;
  }

  .heading-5 {
    max-width: 1500px;
  }

  .container-3 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .leadership-section {
    justify-content: center;
    align-self: center;
  }

  .body {
    max-width: none;
  }

  .section-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .container-6 {
    display: block;
  }

  .hero-case-study {
    background-size: cover;
    background-attachment: scroll;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    max-width: 100%;
    display: flex;
  }

  .hero-case-study.aerospace {
    background-image: linear-gradient(#2f9ad7cc, #2f9ad7cc), url('../images/Aerospace_BG_header.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .container-9 {
    max-width: 65%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-10 {
    max-width: 955px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .dying-retail {
    margin-bottom: 20px;
  }

  .dying-retail.carnival {
    margin-bottom: 100px;
  }

  .heading-19 {
    font-weight: 500;
  }

  .section-9 {
    background-position: 100%;
  }

  .container-13 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-15 {
    max-width: 32%;
    margin-top: 100px;
    top: 35px;
  }

  .image-grid {
    width: 30%;
  }

  .phone {
    width: 30%;
    left: 412px;
  }

  .div-block-28.v3 {
    flex-direction: column;
    align-items: flex-start;
    width: 700px;
  }

  .div-block-28.tools {
    width: auto;
  }

  .container-16 {
    justify-content: space-around;
    max-width: 1500px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-16.suite {
    padding-left: 0%;
  }

  .logos {
    width: auto;
    min-width: auto;
    max-width: 50%;
    max-height: 75%;
    padding-left: 0;
  }

  .logos.code {
    width: 60%;
    top: 220px;
    left: auto;
  }

  .section-101 {
    justify-content: center;
    margin-top: 60px;
  }

  .section-101.v2 {
    margin-top: 60px;
  }

  .container-17 {
    max-width: 70%;
  }

  .container-18 {
    justify-content: space-around;
  }

  .image-14 {
    opacity: .5;
  }

  .div-block-29 {
    width: auto;
  }

  .image-15 {
    left: 444px;
  }

  .text-block-19 {
    justify-content: flex-start;
    margin-left: 0;
    padding-left: 4%;
    padding-right: 0%;
    position: relative;
    right: auto;
  }

  .section-14 {
    max-width: 100%;
  }

  .container-22 {
    margin-top: 60px;
  }

  .div-block-32 {
    margin-right: auto;
  }

  .image-29 {
    width: 30%;
    left: 1049px;
  }

  .image-30 {
    width: 25%;
    left: 1104px;
  }

  .image-31 {
    width: 60%;
  }

  .image-32 {
    width: 50%;
    bottom: 244px;
  }

  .link-block-2.carnival {
    background-image: url('../images/Portal---Tagalong-Family.jpeg');
    background-position: 50% 25%;
    width: auto;
  }

  .link-block-2.exp {
    align-items: center;
    width: auto;
  }

  .link-block-2.aero {
    justify-content: center;
  }

  .container-27 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-37 {
    max-width: 30%;
  }

  .image-38 {
    align-self: center;
    width: 50%;
  }

  .section-102 {
    flex-direction: row;
    justify-content: flex-start;
    align-self: auto;
    width: auto;
    max-width: 100%;
    margin-right: 0%;
    padding-left: 20%;
    padding-right: 20%;
    display: block;
  }

  .heading-23 {
    margin-top: 0;
  }

  .container-28 {
    flex-direction: column;
    display: block;
  }

  .div-block-35 {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    max-width: 1500px;
    display: block;
  }

  .section-103 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .div-block-37 {
    max-width: 100%;
    padding-left: 20%;
    padding-right: 30%;
  }

  .brands-2.case-study-home {
    background-image: linear-gradient(#3246faa6, #3246faa6), url('../images/Hero_BG.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .grid-row-copy._2-row {
    place-content: stretch center;
    justify-items: center;
    max-width: 1500px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .engineered-section {
    justify-content: center;
    margin-top: 60px;
  }

  .engineered-section.v2 {
    margin-top: 60px;
  }

  .engineered-container {
    justify-content: space-around;
    max-width: 1500px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .engineered-container.suite {
    padding-left: 0%;
  }

  .engineered-logos {
    width: auto;
    min-width: auto;
    max-width: 100%;
    max-height: 75%;
    padding-left: 0;
  }

  .engineered-logos.code {
    width: 60%;
    top: 220px;
    left: auto;
  }

  .engineered-text-wrap.v3 {
    flex-direction: column;
    align-items: flex-start;
    width: 700px;
  }

  .engineered-text-wrap.tools {
    width: auto;
  }

  .grid-row-overhaul._2-row {
    place-content: stretch center;
    justify-items: center;
    max-width: 1500px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .quote-container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .nochoice-text {
    width: auto;
  }

  .nochoice-grid._2-row {
    place-content: stretch center;
    justify-items: center;
    max-width: 1500px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .nochoice-grid.narrow {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logos-container {
    justify-content: space-around;
    max-width: 1100px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .logos-container.suite {
    padding-left: 0%;
  }
}

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

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  p, ul {
    font-size: 16px;
  }

  .heading {
    font-size: 64px;
  }

  .heading-2 {
    font-size: 22px;
  }

  .section {
    min-height: auto;
    margin-top: 0;
  }

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

  .content {
    align-items: center;
    min-height: auto;
    margin-top: 0;
    padding-top: 60px;
    display: block;
  }

  .content.no-pad-top {
    min-height: auto;
  }

  .content.ample-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content.pt-200 {
    padding-top: 140px;
  }

  .content.pt-200.connect {
    background-position: 600px 122px;
    background-size: 200px;
    padding-top: 140px;
  }

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

  .content.services {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 0;
  }

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

  .content.case-studies-header {
    padding-top: 0;
  }

  .content.title-categories {
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .caption {
    font-size: 14px;
  }

  .caption.smaller {
    align-items: flex-start;
  }

  .caption.white {
    font-size: 12px;
  }

  .hero {
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 120px;
    display: flex;
  }

  .hero.blog-single {
    padding-bottom: 0;
  }

  .hero.home {
    margin-bottom: 60px;
  }

  .handshake {
    padding-bottom: 20px;
  }

  .hero-left {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-heading {
    width: 100%;
  }

  .hero-heading.regular.services {
    font-size: 53px;
  }

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

  .mt-40.white {
    font-size: 16px;
  }

  .grid-row._2-row {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .nun {
    height: auto;
  }

  .media-collection {
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-thumbnail {
    height: 140px;
  }

  .mt-0.bold.tile-header {
    font-size: 18px;
  }

  .footer-logo {
    margin-top: -5px;
  }

  .nav-logo {
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    inset: auto 0% 0%;
  }

  .large-text {
    font-size: 50px;
  }

  .large-text.align-left {
    width: auto;
    font-size: 64px;
  }

  .text-box-grid {
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    min-height: 0;
    margin-top: auto;
  }

  .quote-text {
    font-family: Graphit, sans-serif;
    font-weight: 300;
  }

  .logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .radio {
    width: 15px;
    height: 15px;
  }

  .radio-field {
    font-size: 14px;
  }

  .podcast-single-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero-text {
    max-width: 550px;
    font-size: 18px;
  }

  .main-logo {
    width: 160px;
    padding-top: 5px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .case-study-home-right {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
  }

  .image {
    top: 40px;
    left: auto;
  }

  .light {
    font-family: Tiempostextweb, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .heading-3 {
    width: 375px;
    margin-top: 10px;
  }

  .home-hero-h1 {
    width: 165%;
    font-size: 100px;
  }

  .image-2 {
    max-width: 65%;
  }

  .p {
    font-size: 18px;
  }

  .image-3 {
    width: 100%;
    min-width: 50%;
    max-width: 55%;
    right: 0%;
    overflow: visible;
  }

  .div-block-2 {
    justify-content: center;
  }

  .lottie-animation {
    max-width: 26px;
  }

  .container {
    padding-top: 40px;
  }

  .div-block-4 {
    padding-right: 60px;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    display: block;
  }

  .humans-caption-centered {
    font-size: 14px;
  }

  .grid-5 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .about-content-class.ample-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-content-class.pt-200.connect {
    background-position: 600px 122px, 100% 0;
    background-size: 200px, auto;
  }

  .heading-5 {
    font-size: 72px;
  }

  .scroll-icon {
    padding-top: 40px;
  }

  .div-block-7 {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .container-3.about-us {
    margin-bottom: 40px;
  }

  .div-block-8 {
    margin-top: 220px;
  }

  .container-4 {
    margin-top: 40px;
    padding-bottom: 0;
  }

  .div-block-11 {
    height: 200px;
  }

  .container-5 {
    margin-bottom: 100px;
  }

  .leadership-section {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 100px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-block-10 {
    margin-bottom: 20px;
  }

  .image-4 {
    min-width: auto;
  }

  .heading-8 {
    margin-bottom: 10px;
  }

  .container-6 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-19.div-karly {
    width: 200px;
    height: 200px;
  }

  .div-mark {
    width: 200px;
    min-width: 150px;
    height: 200px;
    min-height: 150px;
  }

  .div-block-19-copy.div-thomas {
    width: 200px;
    height: 200px;
  }

  .hero-case-study {
    height: 75vw;
    min-height: auto;
    max-height: 100%;
    margin-top: 0;
    margin-bottom: 60px;
    padding-top: 120px;
  }

  .container-9, .container-10 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .dying-retail, .div-block-20 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-8 {
    left: 75.5px;
  }

  .image-10 {
    right: 74px;
  }

  .image-11 {
    width: 75%;
    max-width: 100%;
    left: 11%;
  }

  .div-block-21 {
    flex-direction: row;
    margin-top: 0;
    display: block;
    top: -60px;
  }

  .section-8 {
    padding-top: 40px;
  }

  .container-12 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .section-9 {
    background-position: 50%;
    height: 300px;
  }

  .gordon-quote {
    font-size: 30px;
  }

  .container-13 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-18 {
    font-size: 14px;
  }

  .div-block-22 {
    top: 78px;
  }

  .copy-right {
    min-width: 300px;
    left: -97px;
  }

  .container-15 {
    max-width: 68%;
    margin-top: -43px;
    margin-bottom: auto;
    position: static;
    top: auto;
    bottom: 40px;
  }

  .image-13 {
    padding-bottom: 0;
  }

  .section-10 {
    margin-bottom: 100px;
  }

  .image-grid {
    width: 42%;
    min-width: auto;
    max-width: 100%;
    height: 100%;
    min-height: auto;
    max-height: 100%;
    left: -184px;
  }

  .phone {
    min-width: auto;
    min-height: auto;
    top: 44px;
    left: 193px;
  }

  .container-16 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-16.suite {
    padding-right: 10%;
  }

  .container-16.v1 {
    padding-right: 0%;
  }

  .logos {
    width: 46%;
    padding-left: 0;
    left: 25px;
  }

  .logos.code {
    width: auto;
    max-width: 85%;
    height: auto;
    padding-left: 0;
    position: static;
    left: 143px;
  }

  .section-101 {
    flex-wrap: nowrap;
    margin-bottom: 60px;
  }

  .image-14 {
    width: 84%;
    right: -5%;
  }

  .div-block-29 {
    width: 300px;
    min-width: 300px;
    margin-left: 40px;
  }

  .paragraph-6 {
    font-size: 18px;
  }

  .image-15 {
    width: 69%;
    left: 163px;
  }

  .text-block-19 {
    margin-left: 0;
    padding-left: 4%;
    padding-right: 0%;
    position: relative;
    top: auto;
    bottom: 30px;
  }

  .next-case-study {
    background-image: linear-gradient(#51abff, #51abff);
  }

  .text-block-20 {
    line-height: 1.2;
  }

  .container-19 {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .container-20 {
    justify-content: center;
    margin-top: 36px;
    margin-bottom: 36px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-22 {
    width: 275px;
  }

  .image-23 {
    width: 375px;
  }

  .image-24 {
    width: 275px;
  }

  .container-22 {
    max-width: 100%;
    margin-top: 60px;
    padding-right: 10%;
  }

  .div-block-32 {
    width: 300px;
    min-width: 300px;
    margin-right: 40px;
  }

  .image-29 {
    width: 28%;
    min-width: auto;
    height: auto;
    min-height: auto;
    max-height: 100%;
    left: 499px;
  }

  .image-30 {
    position: relative;
    left: auto;
  }

  .image-31 {
    width: auto;
    top: auto;
    bottom: 98px;
    left: 40px;
  }

  .image-32 {
    width: auto;
    max-width: 64%;
    bottom: 199px;
    left: 78px;
  }

  .container-24 {
    flex-wrap: nowrap;
    flex: 0 auto;
    max-width: none;
  }

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

  .text-block-23 {
    font-size: 20px;
  }

  .image-37 {
    width: auto;
    max-width: 60%;
  }

  .image-38 {
    width: 75%;
  }

  .image-40 {
    width: 250px;
  }

  .section-102 {
    margin-right: 0%;
    padding-top: 60px;
    padding-right: 10%;
  }

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

  .brands-2 {
    min-height: auto;
    margin-top: 0;
  }

  .brands-2.dark {
    margin-top: 0;
  }

  .exp-icon-grid.gray-bg {
    padding-bottom: 110px;
  }

  .exp-happy-ul {
    padding-left: 20px;
  }

  .grid-row-copy._2-row {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 60px;
  }

  .every-section.gray-bg {
    padding-left: 16px;
    padding-right: 16px;
  }

  .engineered-section {
    flex-wrap: nowrap;
    margin-bottom: 60px;
  }

  .engineered-container {
    padding-left: 10%;
    padding-right: 10%;
  }

  .engineered-container.suite {
    padding-right: 10%;
  }

  .engineered-container.v1 {
    padding-right: 0%;
  }

  .engineered-logos {
    width: 46%;
    padding-left: 0;
    left: 25px;
  }

  .engineered-logos.code {
    width: auto;
    max-width: 85%;
    height: auto;
    padding-left: 0;
    position: static;
    left: 143px;
  }

  .engineered-text {
    font-size: 18px;
  }

  .bottom-cta-heading {
    text-align: center;
  }

  .see-more-reviews {
    display: none;
  }

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

  .exp-first-p {
    font-size: 18px;
  }

  .exp-first-arch {
    display: none;
  }

  .grid-row-overhaul._2-row {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .overhaul-container {
    padding-left: 10%;
    padding-right: 10%;
  }

  .quote-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nochoice-text {
    width: 300px;
    min-width: 300px;
    margin-left: 40px;
  }

  .nochoice-grid._2-row {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .logos-container {
    padding-left: 10%;
    padding-right: 10%;
  }

  .logos-container.suite {
    padding-right: 10%;
  }

  .logos-container.v1 {
    padding-right: 0%;
  }
}

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

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  p, ul {
    font-size: 14px;
  }

  li {
    font-size: 16px;
  }

  .heading-2 {
    font-size: 18px;
  }

  .section {
    margin-top: 0;
  }

  .content {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 40px;
  }

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

  .content.hero-content.blog-post {
    margin-bottom: -100px;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .content.no-pad-top {
    padding-top: 40px;
  }

  .content.ample-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content.pt-200 {
    padding-top: 100px;
  }

  .content.pt-200.connect {
    background-position: 446px 122px, 100% 0;
    background-size: 200px, 400px;
  }

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

  .content.services {
    padding-top: 100px;
  }

  .content.media {
    flex-direction: row;
    margin-top: 0;
    padding-top: 20px;
  }

  .caption {
    font-size: 12px;
  }

  .caption.smaller.mt-20 {
    margin-top: 0;
    font-size: 7px;
  }

  .caption.smaller.inline {
    margin-bottom: 0;
  }

  .hero {
    height: auto;
    min-height: auto;
    margin-top: 100px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .hero.blog-single {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hero.case-study {
    height: 50vh;
    margin-top: 60px;
  }

  .grid-row-left.max-h.boxed {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-row-left.max-h.boxed.about-us {
    grid-template-columns: .25fr 1.5fr;
  }

  .case-stidues-button {
    font-size: 14px;
  }

  .case-stidues-button.center-mobile {
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
    margin-right: auto;
    display: none;
  }

  .hero-img {
    padding-top: 140px;
  }

  .hero-img.podcast, .hero-img.blog-post {
    padding-top: 0;
  }

  .arrows {
    text-align: left;
  }

  .handshake {
    padding-bottom: 20px;
  }

  .hero-left {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-left.podcast {
    text-align: center;
  }

  .case-studies-collection {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .mt-40.white {
    font-size: 16px;
  }

  .grid-row._2-row {
    padding-bottom: 0;
  }

  .grid-row.narrow {
    grid-template-columns: 2fr;
  }

  .nun {
    width: 300px;
  }

  .nun-wrap {
    padding-bottom: 100px;
    top: 64px;
  }

  .media-collection {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .collection-item-box {
    height: 100px;
    padding: 14px;
  }

  .blog-post-thumbnail {
    flex: none;
    width: 50px;
    height: 50px;
    margin-right: 14px;
  }

  .mt-0.bold.tile-header {
    margin-bottom: 3px;
    font-size: 16px;
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-template-columns: .25fr 1fr 1fr .25fr;
  }

  .footer-logo {
    margin-top: -5px;
  }

  .footer-contacts, .footer-contact-link {
    font-size: 14px;
  }

  .white {
    font-size: 22px;
  }

  .footer-menu-link {
    font-size: 14px;
  }

  .navbar {
    max-height: none;
  }

  .nav-logo.w--current {
    flex-direction: column;
    justify-content: flex-start;
  }

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

  .large-text.align-left {
    width: auto;
    font-size: 54px;
  }

  .text-box-grid {
    grid-row-gap: 39px;
    grid-template-columns: 1fr;
  }

  .logo-grid {
    grid-template-columns: 1fr;
  }

  .case-studies-main-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .right-side {
    margin-top: 0;
  }

  .connect-grid, .blog-post-grid {
    grid-template-columns: 1fr;
  }

  .blog-post-sdebar {
    padding-left: 0%;
  }

  .mb-100 {
    margin-bottom: 60px;
  }

  .hero-text {
    text-align: left;
  }

  .main-logo {
    flex: 0 auto;
    width: 130px;
    padding-top: 0;
  }

  .image {
    left: auto;
    right: auto;
  }

  .link-block {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-4 {
    font-size: 12px;
    overflow: visible;
  }

  .home-hero-h1 {
    text-align: left;
    width: 100%;
    font-size: 76px;
  }

  .p, .list-item, .list-item-2 {
    font-size: 18px;
  }

  .list-item-3 {
    font-size: 16px;
  }

  .list-item-4, .list-item-5 {
    font-size: 18px;
  }

  .div-block-2 {
    flex-wrap: nowrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0% 60px 10%;
    display: block;
    position: static;
  }

  .div-block-3 {
    padding-bottom: 40px;
  }

  .container {
    padding-top: 60px;
  }

  .div-block-4 {
    padding-right: 60px;
  }

  .humans-caption-centered {
    font-size: 12px;
  }

  .about-content-class {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-content-class.hero-content {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .about-content-class.hero-content.blog-post {
    margin-bottom: -100px;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .about-content-class.no-pad-top {
    padding-top: 40px;
  }

  .about-content-class.ample-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-content-class.pt-200.connect {
    background-position: 446px 122px, 100% 0;
    background-size: 200px, 400px;
  }

  .scroll-icon {
    padding-top: 60px;
  }

  .div-block-7 {
    margin-top: 80px;
    margin-bottom: 0;
  }

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

  .div-block-8 {
    margin-top: 100px;
  }

  .container-4 {
    margin-top: 40px;
    padding-bottom: 0;
  }

  .div-block-11 {
    height: 250px;
    margin-bottom: 20px;
  }

  .container-5 {
    flex-wrap: wrap;
    display: flex;
  }

  .div-block-15 {
    margin-bottom: 32px;
  }

  .container-6 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .hero-2 {
    padding: 40px 20px;
  }

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

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-case-study {
    height: 50vw;
    margin-top: 60px;
  }

  .text-block-15 {
    font-size: 18px;
  }

  .container-9 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-18 {
    font-size: 24px;
  }

  .paragraph-5 {
    margin-bottom: 0;
  }

  .dying-retail.carnival {
    margin-bottom: 60px;
  }

  .image-11 {
    width: 54%;
    left: 22%;
  }

  .div-block-21 {
    top: -120px;
  }

  .section-8.gray-bg {
    padding-bottom: 0;
  }

  .container-12 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-22 {
    top: 60px;
  }

  .heading-20 {
    color: #2d3439;
    margin-bottom: 0;
    font-size: 27px;
    line-height: 36px;
  }

  .heading-21 {
    font-size: 24px;
  }

  .copy-right {
    flex: 0 auto;
    justify-content: flex-start;
    display: block;
    position: relative;
    top: auto;
    bottom: 567px;
    left: auto;
  }

  .container-14 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: stretch;
    max-height: none;
    display: flex;
    position: static;
  }

  .container-15 {
    max-width: 52%;
    margin-top: 0;
    position: relative;
    top: auto;
    bottom: 115px;
  }

  .section-10 {
    margin-bottom: 0;
  }

  .image-grid {
    width: 68%;
    top: -639px;
    left: 34px;
  }

  .phone {
    width: 68%;
    top: 0;
    left: 176px;
  }

  .container-16 {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .container-16.suite {
    padding-left: 10%;
  }

  .container-16.v1 {
    padding-right: 10%;
  }

  .logos {
    width: 82%;
    padding-left: 0;
    position: static;
    top: 21px;
    left: auto;
  }

  .logos.code {
    max-width: 90%;
    position: relative;
    top: 291px;
    left: auto;
  }

  .section-101 {
    flex-flow: column;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .image-14 {
    align-self: flex-start;
    width: 65%;
    margin-left: 0%;
  }

  .div-block-29 {
    width: auto;
    margin-top: 60px;
    margin-left: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .paragraph-6 {
    font-size: 18px;
  }

  .section-13 {
    margin-bottom: 60px;
  }

  .image-15 {
    width: 60%;
    inset: auto 46px auto auto;
  }

  .text-block-19 {
    padding-left: 4%;
    padding-right: 0%;
    font-size: 10px;
    top: auto;
    bottom: 23px;
  }

  .next-case-study {
    background-image: linear-gradient(#51abff, #51abff);
  }

  .text-block-20 {
    font-size: 64px;
  }

  .container-19 {
    padding-bottom: 90px;
  }

  .container-20 {
    margin-bottom: 32px;
    padding-left: 0%;
  }

  .image-22 {
    width: 200px;
  }

  .image-23 {
    width: 275px;
  }

  .image-24 {
    width: 200px;
  }

  .container-22 {
    justify-content: center;
    margin-top: -80px;
    margin-bottom: auto;
    padding-top: 0;
  }

  .div-block-32 {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-right: 0;
  }

  .image-31 {
    max-width: 90%;
    height: auto;
    top: 129px;
    bottom: auto;
  }

  .image-32 {
    max-width: 75%;
    height: auto;
    bottom: 38px;
    left: 91px;
  }

  .container-24 {
    object-fit: fill;
    flex-wrap: nowrap;
    justify-content: flex-end;
    max-width: 100%;
    height: 400px;
    max-height: none;
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .container-25 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cta-bottom-of-page.exp-landing {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .image-37 {
    width: auto;
    max-width: 90%;
  }

  .image-38 {
    width: 90%;
  }

  .superscript {
    font-size: 10px;
  }

  .image-40 {
    align-self: center;
    width: 460px;
    max-width: 700px;
  }

  .section-102 {
    margin-right: 0%;
    padding-right: 10%;
  }

  .paragraph-11 {
    font-size: 16px;
  }

  .lottie-animation-3 {
    width: 32px;
    height: 32px;
  }

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

  .text-wrap {
    height: 72px;
    max-height: 72px;
    overflow: hidden;
  }

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

  .brands-2 {
    margin-top: 0;
  }

  .experiences-splash {
    background-image: none;
    flex-direction: row;
    padding-top: 90px;
    padding-left: 0;
    padding-right: 0;
  }

  .experiences-splash-heading {
    font-size: 42px;
    line-height: 46px;
  }

  .experiences-splash-subheading {
    font-size: 16px;
    line-height: 24px;
  }

  .experiences-splash-button.ready-button {
    margin-top: 5px;
    font-size: 14px;
    line-height: 27px;
  }

  .experiences-splash-container {
    flex-direction: column;
  }

  .experiences-splash-col-left {
    padding-left: 18px;
    padding-right: 18px;
  }

  .experiences-splash-col-right {
    justify-content: center;
    margin-top: 10px;
  }

  .exp-icon-grid.gray-bg {
    padding-bottom: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .exp-icon-row {
    flex-direction: column;
    align-items: center;
  }

  .exp-icon-cell {
    max-width: 350px;
    margin-bottom: 60px;
  }

  .exp-icon-cell._3 {
    max-width: 350px;
  }

  .exp-icon-heading {
    margin-bottom: 0;
    line-height: 30px;
  }

  .exp-icon-subheading {
    font-size: 18px;
    line-height: 30px;
  }

  .exp-icon-subheading.top {
    font-size: 16px;
    line-height: 24px;
  }

  .exp-happy {
    padding: 80px 16px 0;
  }

  .exp-happy-container {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .exp-happy-container.reverse {
    flex-direction: column-reverse;
  }

  .exp-happy-col {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .exp-happy-col.text {
    max-width: none;
    padding-bottom: 40px;
  }

  .exp-happy-heading, .exp-happy-heading.preordained {
    font-size: 27px;
    line-height: 36px;
  }

  .exp-happy-text {
    font-size: 16px;
    line-height: 24px;
  }

  .exp-happy-subheading {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .exp-happy-li {
    line-height: 24px;
  }

  .leadin-section {
    min-height: 315px;
  }

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

  .leadin-heading {
    margin-top: 60px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 24px;
  }

  .intro-text-section {
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro-text {
    font-size: 21px;
    line-height: 27px;
  }

  .vert-line {
    top: 150px;
  }

  .exp-happy-preheading {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .pq-section {
    padding: 80px 16px 20px;
  }

  .pq-section.gray-bg {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .pq-quote {
    font-size: 21px;
    line-height: 27px;
  }

  .pq-attribution {
    line-height: 30px;
  }

  .quotes-section {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    max-width: 100%;
  }

  .quote-wrap.initially-hidden-mobile {
    display: none;
  }

  .quote-body {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .quote-name {
    margin-bottom: 30px;
  }

  .ready-section {
    padding-top: 50px;
    padding-bottom: 130px;
  }

  .ready-heading {
    font-size: 18px;
    line-height: 27px;
  }

  .exp-icon-row-text-wrap {
    margin-bottom: 55px;
  }

  .exp-icon-row-heading {
    line-height: 27px;
  }

  .exp-icon-wrap {
    min-height: auto;
    max-height: none;
  }

  .grid-row-copy.narrow {
    grid-template-columns: 2fr;
  }

  .every-section.gray-bg {
    padding-bottom: 50px;
  }

  .every-container {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-left: 0;
  }

  .every-img {
    width: 100%;
    margin-top: 40px;
  }

  .every-text-wrap {
    max-width: none;
    margin-left: 0;
  }

  .every-heading {
    margin-bottom: 16px;
    font-size: 27px;
    line-height: 36px;
  }

  .every-text {
    max-width: none;
    font-size: 16px;
    line-height: 24px;
  }

  .engineered-section {
    flex-flow: column;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .engineered-section.gray-bg {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .engineered-container {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .engineered-logos {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    top: 21px;
    left: auto;
  }

  .engineered-logos.code {
    max-width: 90%;
    position: relative;
    top: 291px;
    left: auto;
  }

  .engineered-heading {
    max-width: none;
    margin-bottom: 16px;
    font-size: 27px;
    line-height: 36px;
  }

  .engineered-text {
    max-width: none;
    font-size: 16px;
    line-height: 24px;
  }

  .bottom-cta-heading {
    text-align: center;
    font-size: 27px;
    line-height: 28px;
  }

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

  .see-more-reviews {
    color: #2053d9;
    text-align: center;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    font-family: Graphit, sans-serif;
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

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

  .exp-first-p {
    color: #5c6973;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .exp-first-li {
    color: #5c6973;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 36px;
  }

  .engineered-text-wrap.tools {
    max-width: none;
  }

  .exp-splash-img {
    border-radius: 0;
  }

  .exp-splash-img.desktop {
    display: none;
  }

  .exp-splash-img.mobile {
    width: 100%;
    display: block;
  }

  .grid-row-overhaul._2-row {
    padding-bottom: 0;
  }

  .grid-row-overhaul.narrow {
    grid-template-columns: 2fr;
  }

  .overhaul-container {
    padding-left: 10%;
    padding-right: 10%;
  }

  .nochoice-text {
    width: auto;
    margin-top: 60px;
    margin-left: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .nochoice-grid._2-row {
    padding-bottom: 0;
  }

  .nochoice-grid.narrow {
    grid-template-columns: 2fr;
  }

  .logos-container {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .logos-container.suite {
    padding-left: 10%;
  }

  .logos-container.v1 {
    padding-right: 10%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 18px;
  }

  h3, p {
    font-size: 16px;
  }

  ul {
    font-size: 13px;
  }

  li, .heading-2 {
    font-size: 16px;
  }

  .section {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin-top: 0;
  }

  .section.large-quote {
    margin-top: 0;
  }

  .section.case-study-home {
    background-image: linear-gradient(#3246faa6, #3246faa6), url('../images/Hero_BG.jpg');
    background-position: 0 0, 50% 100%;
  }

  .section.media-preview {
    display: none;
  }

  .section.podcasts-2 {
    display: block;
  }

  .content {
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
  }

  .content.hero-content {
    padding-bottom: 0;
  }

  .content.no-pad-top {
    flex-flow: column wrap;
    align-content: stretch;
    width: auto;
    min-width: auto;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 100px;
    padding-left: 5%;
    display: block;
    position: static;
  }

  .content.pb-200 {
    padding-bottom: 100px;
  }

  .content.pt-200 {
    padding-top: 100px;
  }

  .content.pt-200.connect {
    background-color: var(--white);
    background-image: url('../images/Phone.png'), linear-gradient(#0000, #0000);
    background-position: 196px 122px, 0 0;
    padding-top: 100px;
    display: block;
  }

  .content.center-h {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .content.boxed {
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .content.case-study {
    margin-top: 0;
  }

  .content.services {
    padding-top: 100px;
  }

  .content.media {
    flex-direction: row;
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .content.case-studies-header {
    padding-top: 0;
    display: block;
  }

  .content.title-categories {
    padding-left: 5%;
    padding-right: 5%;
  }

  .centered.mb-60 {
    font-size: 16px;
  }

  .caption {
    font-size: 9px;
  }

  .caption.smaller {
    font-size: 8px;
  }

  .caption.smaller.mt-20 {
    font-size: 7px;
  }

  .caption.white {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .hero {
    height: auto;
    min-height: auto;
    margin-top: 100px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero.generic {
    padding-top: 0;
  }

  .hero.blog-single {
    margin-bottom: 0;
  }

  .hero.home {
    margin-bottom: 40px;
  }

  .grid-row-left {
    grid-template-columns: 1fr;
  }

  .grid-row-left.max-h.boxed {
    grid-template-rows: minmax(auto, .5fr) minmax(auto, .25fr);
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-flow: column;
    place-content: stretch;
    align-items: stretch;
    height: auto;
  }

  .case-stidues-button {
    border-width: 3px;
    width: auto;
    display: block;
  }

  .case-stidues-button.center-mobile {
    text-align: center;
    justify-content: center;
    max-width: none;
    margin-right: 0;
    display: none;
    position: static;
  }

  .case-stidues-button.contact-form {
    object-fit: fill;
    width: auto;
    min-width: auto;
    max-width: none;
    display: block;
    position: static;
  }

  .max-w {
    margin-bottom: 0;
  }

  .hero-img.podcast {
    align-items: center;
  }

  .handshake {
    padding-bottom: 0;
  }

  .hero-left {
    margin-top: 0;
    padding: 0 0%;
  }

  .hero-left.podcast {
    padding-top: 0;
  }

  .hero-heading.regular {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
  }

  .hero-heading.regular.services {
    font-size: 34px;
  }

  .hero-heading.blog-post {
    margin-top: 10px;
  }

  .see-more-block {
    font-size: 12px;
  }

  .box-title {
    font-size: 18px;
  }

  .tabs-menu {
    justify-content: center;
    display: flex;
  }

  .tab-link {
    text-align: center;
    font-size: 14px;
    display: none;
  }

  .tab-link.w--current {
    display: none;
  }

  .media-collection {
    grid-auto-flow: row;
  }

  .collection-item-box {
    flex-flow: row;
    display: flex;
  }

  .mt-0.bold {
    margin-bottom: 6px;
    font-size: 20px;
  }

  .mt-0.bold.tile-header {
    font-size: 16px;
  }

  .footer-grid {
    grid-template-columns: 1fr .25fr;
    padding-top: 40px;
  }

  .footer-logo {
    margin-top: 0;
  }

  .footer-contact-link {
    font-size: 12px;
  }

  .white {
    font-size: 22px;
  }

  .footer-menu {
    align-items: flex-start;
    margin-top: 10px;
    padding-left: 50px;
  }

  .footer-menu-link {
    font-size: 16px;
  }

  .nav-logo {
    align-items: center;
    padding-left: 0;
  }

  .nav-logo.w--current {
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 36px;
    font-weight: 300;
  }

  .nav-link.w--current {
    font-size: 36px;
    font-weight: 300;
  }

  .large-text {
    font-size: 25px;
  }

  .large-text.align-left {
    width: auto;
    font-size: 34px;
    line-height: 1.2;
  }

  .large-text.mobile-left {
    text-align: left;
  }

  .text-box-grid {
    grid-row-gap: 39px;
  }

  .text-box-grid._2-col {
    grid-template-columns: 1fr;
  }

  .quote-img {
    top: -8%;
  }

  .input.mb-10 {
    width: 100%;
    max-width: 90%;
    display: block;
  }

  .podcast-single-grid {
    grid-template-rows: auto minmax(100px, 1fr);
    width: auto;
    max-width: 100%;
  }

  .podcast-copy {
    justify-content: flex-start;
    width: 280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0%;
    display: block;
  }

  .podcast-right {
    flex-direction: column;
    display: block;
  }

  .grid {
    position: static;
    overflow: visible;
  }

  .mb-100 {
    font-size: 18px;
  }

  .grid-row-right {
    grid-template-columns: 1.5fr;
  }

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

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

  .main-logo {
    align-self: auto;
    width: 130px;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .case-study-home-right {
    padding-left: 5%;
    padding-right: 5%;
    position: static;
  }

  .text-block-4 {
    white-space: pre-wrap;
    width: 100%;
    font-size: 12px;
    display: block;
  }

  .heading-3 {
    width: 300px;
    max-width: 275px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 24px;
  }

  .home-hero-h1 {
    letter-spacing: 1px;
    font-size: 52px;
  }

  .image-2 {
    max-width: 60%;
  }

  .p {
    margin-bottom: 0;
    font-size: 16px;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .text-block-5 {
    font-size: 16px;
  }

  .image-3 {
    margin-top: 0;
  }

  .button-3 {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .div-block-2 {
    flex-direction: row;
    padding: 60px 5% 100px;
    display: block;
    position: relative;
    inset: 0% 0% auto;
  }

  .heading-4 {
    font-size: 24px;
  }

  .lottie-animation {
    max-width: 24px;
  }

  .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bold-text {
    font-size: 24px;
  }

  .div-block-4 {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .rich-text-block {
    font-size: 16px;
  }

  .nav-menu {
    background-color: #fff;
    padding-bottom: 40px;
    display: flex;
    box-shadow: 0 6px 20px -14px #000;
  }

  .humans-caption-centered {
    font-size: 12px;
  }

  .humans-caption-centered.smaller {
    font-size: 8px;
  }

  .humans-caption-centered.white {
    font-size: 12px;
  }

  .about-content-class {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
  }

  .about-content-class.hero-content {
    padding-bottom: 0;
  }

  .about-content-class.pb-200 {
    padding-bottom: 100px;
  }

  .about-content-class.pt-200.connect {
    background-position: 196px 122px, 100% 0;
  }

  .heading-5 {
    font-size: 34px;
  }

  .scroll-icon {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-7 {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .container-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-8 {
    margin-top: 100px;
  }

  .container-4 {
    justify-content: center;
    margin-top: 40px;
    padding-bottom: 0;
  }

  .div-block-11 {
    height: 250px;
    margin-bottom: 10px;
  }

  .container-5 {
    flex-wrap: wrap;
    margin-bottom: 40px;
    display: flex;
    position: relative;
  }

  .heading-7 {
    margin-top: 0;
  }

  .leadership-section {
    object-fit: fill;
    flex-direction: row;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-11 {
    margin-top: 0;
  }

  .div-block-15 {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-16 {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-17 {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
  }

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

  .rich-text-block-2, .rich-text-block-3, .rich-text-block-4 {
    margin-top: 0;
  }

  .rich-text-block-5 {
    font-size: 16px;
  }

  .container-6 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-19.div-karly, .div-mark {
    background-position: 50% 0;
    width: 200px;
    max-width: 100vw;
    margin-bottom: 10px;
  }

  .div-thomas {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    max-width: none;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-karly {
    flex: 0 auto;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-19-copy.div-thomas {
    background-position: 50% 0;
    flex: 0 auto;
    width: 200px;
    max-width: 100vw;
    margin-bottom: 10px;
    display: block;
  }

  .menu-button {
    padding: 16px;
  }

  .menu-button.w--open {
    background-color: #f1f1f1;
    padding-right: 16px;
  }

  .hero-case-study {
    height: 75vw;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-15 {
    font-size: 18px;
  }

  .container-9 {
    padding-top: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-13 {
    font-size: 16px;
  }

  .heading-18 {
    font-size: 24px;
  }

  .container-10 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .dying-retail {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-20 {
    flex-direction: column;
  }

  .image-8 {
    top: 162px;
    left: -.5px;
  }

  .image-9 {
    top: 440px;
  }

  .image-10 {
    top: 14.5px;
  }

  .image-11 {
    width: 75%;
    padding-top: 48px;
    padding-bottom: 48px;
    left: 16%;
  }

  .div-block-21 {
    top: -24px;
  }

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

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

  .section-9 {
    background-position: 45% 0;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .gordon-quote {
    font-size: 24px;
  }

  .text-block-18 {
    font-size: 12px;
  }

  .div-block-22 {
    top: 60px;
  }

  .heading-20 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
  }

  .heading-21 {
    font-size: 24px;
    line-height: 1.3;
  }

  .copy-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    padding-bottom: 0;
    padding-right: 6px;
    display: flex;
    position: static;
    bottom: auto;
  }

  .container-14 {
    margin-top: 0;
    padding-top: 142px;
  }

  .container-15 {
    max-width: 84%;
    margin-top: auto;
    margin-bottom: auto;
    position: static;
    top: 10px;
    bottom: auto;
  }

  .section-10 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-grid {
    top: -441px;
    left: 17px;
  }

  .phone {
    top: -78px;
    left: 97px;
  }

  .container-16 {
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .container-16.suite, .container-16.v1 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .logos {
    width: 107%;
    padding-top: 20px;
    padding-left: 0;
    left: auto;
  }

  .logos.code {
    z-index: 0;
    width: auto;
    max-width: 75%;
    padding-top: 0;
    top: auto;
    left: 9px;
    box-shadow: 1px 1px 25px #060e1926;
  }

  .section-101 {
    flex-wrap: wrap;
    max-height: 26%;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .container-17 {
    flex-direction: column;
    padding-left: 5%;
    padding-right: 2%;
  }

  .section-12 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .container-18 {
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .image-14 {
    padding-left: 10px;
  }

  .div-block-29 {
    min-width: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .section-13 {
    margin-bottom: 60px;
  }

  .image-15 {
    top: auto;
    bottom: auto;
    left: 114px;
  }

  .text-block-19 {
    color: var(--dim-grey);
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-left: 4%;
    padding-right: 0%;
    font-family: Graphit, sans-serif;
    font-size: 10px;
    font-weight: 300;
    top: auto;
    bottom: 8px;
  }

  .section-14 {
    margin-bottom: 100px;
  }

  .next-case-study {
    background-image: linear-gradient(#51abff, #51abff);
  }

  .text-block-20 {
    font-size: 40px;
  }

  .container-19 {
    padding: 40px 5% 60px;
  }

  .text-block-22 {
    font-size: 10px;
    top: 5px;
  }

  .container-20 {
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0%;
  }

  .image-17 {
    align-self: auto;
    width: 100%;
    right: 61px;
  }

  .image-18 {
    width: 85%;
    top: auto;
    bottom: 46px;
    right: 33px;
  }

  .image-19 {
    width: 90%;
    inset: auto auto 68px 34px;
  }

  .container-21 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-22 {
    width: 130px;
    left: 80px;
  }

  .image-23 {
    width: 170px;
  }

  .image-24 {
    width: 130px;
    right: 80px;
  }

  .container-22 {
    margin-top: auto;
  }

  .div-block-32 {
    flex-direction: column;
    align-items: center;
    min-width: auto;
    margin-right: 0;
    display: flex;
  }

  .image-29 {
    z-index: 1;
    width: 80%;
    position: relative;
    top: auto;
    bottom: 96px;
    left: 39px;
  }

  .image-30 {
    z-index: 2;
    width: 65%;
    position: relative;
    bottom: 177px;
    left: 71px;
  }

  .image-31 {
    width: auto;
    max-width: 80%;
    height: auto;
    top: auto;
    bottom: 80px;
    left: 36px;
    box-shadow: 1px 1px 25px #060e1926;
  }

  .image-32 {
    width: auto;
    max-width: 70%;
    height: auto;
    bottom: 165px;
    left: 56px;
    box-shadow: 1px 1px 25px #060e1926;
  }

  .container-24 {
    justify-content: flex-start;
    align-self: auto;
    max-width: 100%;
    height: 260px;
    max-height: none;
    margin-top: 20px;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 0%;
    overflow: visible;
  }

  .paragraph-7 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
  }

  .container-26 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-23 {
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
  }

  .text-block-25 {
    font-size: 16px;
  }

  .link-block-2.carnival, .link-block-2.exp, .link-block-2.aero {
    height: 300px;
  }

  .container-27 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-37 {
    width: auto;
    max-width: 100%;
  }

  .image-38 {
    width: 100%;
    max-width: 90%;
  }

  .image-40 {
    width: 292px;
  }

  .section-102 {
    align-items: flex-start;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-23 {
    font-size: 18px;
    line-height: 1.2;
  }

  .lottie-animation-2 {
    width: 30px;
    max-width: 100%;
  }

  .lottie-animation-3 {
    border-radius: 0;
    width: 32px;
    height: 32px;
  }

  .div-block-36 {
    padding-left: 5%;
  }

  .html-embed {
    flex-wrap: nowrap;
    padding-right: 0;
    display: block;
  }

  .form {
    flex-direction: column;
    display: block;
  }

  .collection-list-wrapper-3 {
    flex-direction: row;
    display: block;
  }

  .text-wrap {
    height: 75px;
    max-height: 75px;
  }

  .div-block-37 {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 16px;
  }

  .brands-2 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin-top: 0;
  }

  .brands-2.large-quote {
    margin-top: 0;
  }

  .brands-2.case-study-home {
    background-image: linear-gradient(#3246faa6, #3246faa6), url('../images/Hero_BG.jpg');
    background-position: 0 0, 50% 100%;
  }

  .brands-2.media-preview {
    display: none;
  }

  .exp-icon-grid.gray-bg {
    padding-bottom: 80px;
  }

  .leadin-section {
    min-height: 300px;
  }

  .every-heading {
    font-size: 24px;
    line-height: 1.3;
  }

  .engineered-section {
    flex-wrap: wrap;
    max-height: 26%;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .engineered-section.gray-bg {
    margin-bottom: 0;
  }

  .engineered-container {
    flex-wrap: nowrap;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .engineered-container.v1 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .engineered-logos {
    width: 107%;
    padding-top: 20px;
    padding-left: 0;
    left: auto;
  }

  .engineered-logos.code {
    z-index: 0;
    width: auto;
    max-width: 75%;
    padding-top: 0;
    top: auto;
    left: 9px;
    box-shadow: 1px 1px 25px #060e1926;
  }

  .engineered-heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
  }

  .engineered-text {
    margin-bottom: 0;
    font-size: 16px;
  }

  .bottom-cta-heading {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
  }

  .exp-first-container {
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .exp-first-p {
    margin-bottom: 0;
    font-size: 16px;
  }

  .exp-first-li {
    font-size: 16px;
  }

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

  .nochoice-text {
    min-width: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .logos-container {
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .logos-container.suite, .logos-container.v1 {
    padding-left: 5%;
    padding-right: 5%;
  }
}

#w-node-ae4dae8e-a7ff-c3ce-e39d-00aae4bfd46a-7413cbf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef1705bb-bc34-8b51-0e3d-53f0791d5b18-7413cbf1 {
  justify-self: start;
}

#w-node-_8f972a32-c567-8b86-8967-2f40893a39e4-893a39e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f972a32-c567-8b86-8967-2f40893a39f5-893a39e1, #w-node-_2eeac1a5-d66a-a8d1-f170-da745e9a4d1c-bd2758a2, #w-node-e3fa8ec3-f538-b7e5-a2bb-f8d06f20cbdb-bd2758a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c23120fc-04cd-a141-00df-0e109eeba54b-de733ad3 {
  justify-self: center;
}

#w-node-_9c542cf0-efa1-6058-86b2-a06afc6624a7-d30f81ee {
  align-self: start;
}

#w-node-_0cac26c5-f323-0983-e894-cbba538ad374-f7f3ea26, #w-node-_0cac26c5-f323-0983-e894-cbba538ad374-56694977, #w-node-_0cac26c5-f323-0983-e894-cbba538ad374-c721dd10 {
  place-self: stretch stretch;
}

#w-node-_5540d0a9-9fc4-e6e6-2dab-b033ff69d6be-c721dd10 {
  align-self: center;
}

#w-node-_9c542cf0-efa1-6058-86b2-a06afc6624a7-9b7a4486 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_07667f37-98f7-b364-93e4-ad5711bf0a67-7413cbf1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_136e7e00-3878-4d70-31ae-1ecb65aff25e-7413cbf1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_8cea2ff3-56f8-f790-ee65-871e65881d4a-bd2758a2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8cea2ff3-56f8-f790-ee65-871e65881d51-bd2758a2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_90960881-9296-49d6-19dd-e17a527af77a-f7f3ea26 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_90960881-9296-49d6-19dd-e17a527af781-f7f3ea26 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_90960881-9296-49d6-19dd-e17a527af77a-1068efc4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_90960881-9296-49d6-19dd-e17a527af781-1068efc4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_90960881-9296-49d6-19dd-e17a527af77a-56694977 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_90960881-9296-49d6-19dd-e17a527af781-56694977 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_90960881-9296-49d6-19dd-e17a527af77a-cb8f5a21 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_90960881-9296-49d6-19dd-e17a527af781-cb8f5a21 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_90960881-9296-49d6-19dd-e17a527af77a-6b87e957 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_90960881-9296-49d6-19dd-e17a527af781-6b87e957 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_90960881-9296-49d6-19dd-e17a527af77a-c721dd10 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_90960881-9296-49d6-19dd-e17a527af781-c721dd10 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c23120fc-04cd-a141-00df-0e109eeba54f-de733ad3 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2eeac1a5-d66a-a8d1-f170-da745e9a4d1c-bd2758a2 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Tiempostextweb';
  src: url('../fonts/TiemposTextWeb-Regular.woff2') format('woff2'), url('../fonts/TiemposTextWeb-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tiemposheadlineweb';
  src: url('../fonts/TiemposHeadlineWeb-Medium.woff2') format('woff2'), url('../fonts/TiemposHeadlineWeb-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tiemposheadlineweb';
  src: url('../fonts/TiemposHeadlineWeb-Light.woff2') format('woff2'), url('../fonts/TiemposHeadlineWeb-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tiemposheadlineweb';
  src: url('../fonts/TiemposHeadlineWeb-Bold.woff2') format('woff2'), url('../fonts/TiemposHeadlineWeb-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphit';
  src: url('../fonts/Graphit-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphit';
  src: url('../fonts/Graphit-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphit';
  src: url('../fonts/Graphit-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphit';
  src: url('../fonts/Graphit-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphit';
  src: url('../fonts/HVD-Fonts---Graphit-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}