:root {
  --_navbar---nav-link-static: #c4c7d8;
  --_navbar---nav-link-active: white;
}

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

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

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Fustat, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

h1 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 4rem;
}

h2 {
  color: #0e1d68;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.85rem;
  font-weight: 400;
  line-height: 2.85rem;
}

h3 {
  color: #0e1d68;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.25rem;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: square;
}

.body {
  font-family: Fustat, sans-serif;
  font-size: 1rem;
}

.section {
  cursor: default;
  overflow: hidden;
}

.section.dark {
  background-image: linear-gradient(198deg, #0b1548, #091033);
  margin-bottom: 0;
}

.section.overflow {
  overflow: visible;
}

.section.footer {
  background-image: url('../images/footer-bg.webp');
  background-position: 0 0;
  background-size: cover;
}

.nav-container {
  object-fit: fill;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4rem;
  overflow: visible;
}

.hero-content-wrapper {
  z-index: 2;
  grid-column-gap: 15vh;
  grid-row-gap: 15vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  margin-top: 25vh;
  display: flex;
  position: relative;
}

.hero-content-wrapper.about {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  margin-top: 25vh;
}

.hero-content-wrapper.case {
  margin-top: 25vh;
}

.hero-content-wrapper.case-studies {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
}

.hero-content-wrapper.center {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30vh;
}

.hero-background-wrapper {
  object-fit: fill;
  background-image: linear-gradient(#0e152e33, #0e152e33), url('../images/fluid_waves_dark_blue.jpg');
  background-position: 0 0, center center;
  background-repeat: repeat, no-repeat;
  background-size: auto, 180%;
  border-radius: 0;
  flex-flow: column;
  height: 100vh;
  display: block;
  position: relative;
}

.hero-background-wrapper.hero-about {
  background-image: linear-gradient(#0e152e33, #0e152e33), url('../images/fluid_waves_dark_blue.jpg');
  background-position: 0 0, center center;
  background-size: auto, 180%;
  width: 100%;
  height: 80vh;
}

.hero-background-wrapper.hero-service {
  background-image: linear-gradient(#0e152e33, #0e152e33), url('../images/fluid_waves_dark_blue.jpg');
  background-position: 0 0, center center;
  background-size: auto, 180%;
  width: 100%;
  height: 80vh;
}

.hero-background-wrapper.hero-service-page {
  background-image: linear-gradient(#0e152e33, #0e152e33), url('../images/fluid_waves_dark_blue.jpg');
  background-position: 0 0, center center;
  background-size: auto, 180%;
  width: 100%;
  height: 80vh;
}

.hero-background-wrapper.hero-industries {
  background-image: linear-gradient(#0e152e33, #0e152e33), url('../images/fluid_waves_dark_blue.jpg');
  background-position: 0 0, center center;
  background-size: auto, 180%;
  width: 100%;
  height: 80vh;
}

.hero-background-wrapper.hero-team {
  background-image: linear-gradient(#0e152e33, #0e152e33), url('../images/fluid_waves_dark_blue.jpg');
  background-position: 0 0, center center;
  background-size: auto, 180%;
  height: 80vh;
}

.hero-background-wrapper.hero-case-page {
  z-index: 1;
  background-color: #0b1548d9;
  background-image: none;
  height: 100vh;
}

.hero-background-wrapper.hero-case-studies {
  background-image: linear-gradient(#0e152e33, #0e152e33), url('../images/fluid_waves_dark_blue.jpg');
  background-position: 0 0, center center;
  background-size: auto, 180%;
  height: 80vh;
}

.hero-title-wrapper {
  z-index: 3;
  color: #fff;
  max-width: 78vw;
}

.heading-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fustat, sans-serif;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 4rem;
}

.heading-1.dark {
  color: #0e1d68;
}

.heading-1.dark.size {
  font-size: 5rem;
  line-height: 5rem;
}

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

.hero-button {
  color: #0c1132;
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 50px;
  padding: 15px 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.hero-button:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #7581bd66;
  font-weight: 500;
}

.avatar {
  z-index: 1;
  width: 60px;
  position: relative;
}

.avatar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
  overflow: visible;
}

.hero-consult-cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 100px;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.hero-consult-cta.background {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000026;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px 10px 10px;
}

.text-main {
  color: #fff;
  width: 28rem;
  font-family: Fustat, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.85rem;
}

.text-main.dark {
  color: #080f30;
}

.text-main.width {
  color: #fff;
  width: auto;
}

.review-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-text-cta {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Fustat, sans-serif;
  font-weight: 300;
}

.hero-content-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

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

.hero-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

.text-span {
  color: #E07A5F;
}

.text-span.primary {
  color: #E07A5F;
}

.hero-indent {
  display: inline-block;
  margin-left: 55%;
  white-space: nowrap;
}

.metrics-content-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.metrics-content-flex.about {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.metrics-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.metrics-text {
  color: #0e1d68;
  font-size: 4rem;
  line-height: 4rem;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.container.width {
  padding-left: 14rem;
  padding-right: 14rem;
}

.container.width.height {
  margin-top: 15vh;
}

.text-large {
  color: #0e1d68;
  font-family: Fustat, sans-serif;
  font-size: 1.75rem;
  line-height: 2.125rem;
}

.text-large.quote {
  color: #080f30;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.15rem;
}

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

.intro-text-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.intro-text-content {
  width: 60%;
}

.title-text {
  color: #f2f3f7;
  justify-content: center;
  align-items: flex-start;
  font-size: 16rem;
  font-weight: 600;
  line-height: 15rem;
  display: flex;
}

.title-text-span {
  color: #8c93b9;
  font-size: 2.85rem;
  font-weight: 400;
  line-height: 2.85rem;
}

.title-text-span.dark {
  color: #E07A5F;
}

.heading-2 {
  color: #0e1d68;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.85rem;
  font-weight: 400;
  line-height: 2.85rem;
}

.heading-2.dark {
  color: #fff;
  line-height: 2.85rem;
}

.heading-2.dark.center {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2.dark.footer-cta {
  line-height: 3.5rem;
}

.heading-2.center {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.text-medium {
  color: #080f30;
  letter-spacing: -.3px;
  -webkit-text-stroke-color: #0f1017;
  overflow-wrap: normal;
  font-family: Fustat, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.85rem;
}

.text-medium.light {
  color: #c4c7d8;
  width: auto;
  font-weight: 300;
}

.text-medium.light.capital {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-medium.light.center, .text-medium.center {
  text-align: center;
  width: 100%;
}

.text-medium.bold {
  -webkit-text-stroke-color: #0f1017;
  font-weight: 500;
}

.section-title {
  color: #080f30;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: .85rem;
  display: inline-block;
  box-shadow: 0 2px 5px #0003;
}

.section-title.dark {
  color: #fff;
  background-color: #ffffff1a;
}

.button {
  color: #fff;
  background-color: #0e1d68;
  border-radius: 50px;
  padding: 15px 30px;
  transition: all .25s;
}

.button:hover {
  background-color: #283ca0;
}

.button.light {
  color: #0c1132;
  background-color: #fff;
}

.button.light:hover {
  color: #fff;
  background-color: #283ca0;
}

.container-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  overflow: visible;
}

.container-wrapper.height {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  overflow: visible;
}

.background-video {
  border-radius: 1rem;
  width: 100%;
  max-height: 100%;
}

.container-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.container-flex.center {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}

.container-flex.horizontal {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.container-flex.right {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.content-flex {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.industries-list-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.devider {
  z-index: 2;
  background-color: #fff3;
  width: 100%;
  height: 1px;
  position: relative;
}

.industries-description {
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
}

.section-description {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.link-text {
  color: #fff;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Fustat, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.link-text:hover {
  padding-right: 20px;
  font-weight: 600;
}

.link-text.dark {
  color: #0e1d68;
  letter-spacing: 0;
  font-weight: 400;
}

.link-text.dark:hover {
  padding-right: 12px;
  font-weight: 600;
}

.link-text.static {
  opacity: 1;
  color: #fff;
  width: 12%;
  font-weight: 400;
}

.link-text.static:hover {
  padding-right: 0;
}

.image-width {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.image-wrapper {
  border-radius: 1rem;
  width: 50%;
  max-width: 50%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.title-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.title-content-wrapper.width-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
}

.title-content-wrapper.center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 55%;
}

.title-content-wrapper.alighn-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.service-flex {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 3rem;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
  position: relative;
}

.heading-4 {
  color: #080f30;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.heading-4.light {
  color: #b8bbcc;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.85rem;
}

.heading-4.blue {
  color: #0e1d68;
}

.service-description {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 40%;
  height: 90px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  overflow: hidden;
}

.service-number {
  color: #b8bbcc;
  width: 5%;
  margin-top: .4rem;
}

.service-number.dark {
  opacity: .6;
  color: #080f30;
}

.service-title {
  width: 30%;
}

.service-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grow {
  z-index: 0;
  opacity: 0;
  background-color: #fff;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.service-flex-list {
  flex-flow: column;
  display: flex;
}

/* CSS-based hover effects for service tiles */
.service-link-block .service-wrapper .grow {
  transition: height 0.3s ease, opacity 0.3s ease;
}

.service-link-block .service-wrapper .service-number,
.service-link-block .service-wrapper .heading-4,
.service-link-block .service-wrapper .text-medium {
  transition: color 0.3s ease;
}

.service-link-block .service-wrapper .link-text.static {
  transition: opacity 0.3s ease;
}

.service-link-block:hover .service-wrapper .grow {
  height: 100% !important;
  opacity: 1 !important;
}

.service-link-block:hover .service-wrapper .service-number,
.service-link-block:hover .service-wrapper .heading-4,
.service-link-block:hover .service-wrapper .text-medium {
  color: #1a1a2e !important;
}

.service-link-block:hover .service-wrapper .link-text.static {
  opacity: 1 !important;
  color: #1a1a2e;
}

.team-flex-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: clip;
}

.team-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.team-image {
  border-radius: 1rem;
  width: 260px;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.team-image.static {
  width: auto;
  height: auto;
}

.shadow {
  z-index: 1;
  background-color: #1f2e7a80;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.team-content-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.team-content-flex.width {
  padding-left: 0;
  padding-right: 0;
}

.expert-avatar {
  z-index: 0;
  filter: grayscale();
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  position: relative;
  overflow: visible;
}

.team-content {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  display: flex;
}

/* Team Grid - Standardized Layout */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  width: 100%;
}

.team-card-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.team-image-container {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}

.team-headshot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.team-card-grid:hover .team-headshot {
  filter: grayscale(0%);
}

.team-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0 0.5rem;
}

.logo-marquee-wrapper {
  z-index: 0;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.logo-marquee-wrapper.light {
  opacity: .2;
}

.logo-link {
  flex: none;
  width: 160px;
}

.logo-wrapper {
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.logo-wrapper.space {
  margin-top: 50px;
  margin-bottom: 50px;
}

.shadow-left {
  z-index: 2;
  background-image: linear-gradient(90deg, #091035 14%, #09103600);
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.shadow-left.light {
  background-image: linear-gradient(90deg, #fff 14%, #fff0);
}

.shadow-right {
  z-index: 2;
  background-image: linear-gradient(90deg, #09103500, #091035 76%);
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.shadow-right.light {
  background-image: linear-gradient(90deg, #fff0, #fff);
}

.partner-image-wrapper {
  width: 70px;
  position: absolute;
  inset: -10% auto 0% 10%;
}

.partner-image-wrapper.partner-3 {
  top: 50%;
  left: 5%;
}

.partner-image-wrapper.partner-4 {
  inset: -10% 10% 0% auto;
}

.partner-image-wrapper.partner-2 {
  inset: 50% 5% 0% auto;
}

.tabs {
  display: flex;
}

.tab-flex {
  width: 100%;
  display: flex;
}

.tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% auto auto 40%;
}

.tab-review-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  width: 70%;
  display: flex;
}

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

.tab-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  height: 280px;
  margin-left: 2rem;
  padding-top: 0;
  display: flex;
  position: relative;
}

.tab-link {
  background-color: #c8c8c814;
  background-image: linear-gradient(#1f2e7a80, #1f2e7a80), url('../images/Review-1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: .5rem;
  width: 60px;
  height: 60px;
  padding: 0;
  transition: all .3s;
  overflow: hidden;
}

.tab-link:hover, .tab-link:active {
  background-image: url('../images/Review-1.webp');
  background-position: 0 0;
  background-size: cover;
}

.tab-link.w--current {
  background-color: #fff0;
  background-image: url('../images/Review-1.webp');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #0e1d68;
  border-radius: .5rem;
  padding: 0;
  overflow: hidden;
}

.tab-link.tab-1 {
  background-image: linear-gradient(#1f2e7a80, #1f2e7a80), url('../images/Review-1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  transition-property: none;
}

.tab-link.tab-1.w--current {
  background-image: url('../images/Review-1.webp');
  background-position: 0 0;
  background-size: cover;
}

.tab-link.tab-2 {
  background-image: linear-gradient(#1f2e7a80, #1f2e7a80), url('../images/Review-2.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.tab-link.tab-2.w--current {
  background-image: url('../images/Review-2.webp');
  background-position: 0 0;
  background-size: cover;
}

.tab-link.tab-3 {
  background-image: linear-gradient(#1f2e7a80, #1f2e7a80), url('../images/Review-3.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.tab-link.tab-3.w--current {
  background-image: url('../images/Review-3.webp');
  background-position: 0 0;
  background-size: cover;
}

.tab-link.tab-4 {
  background-image: linear-gradient(#1f2e7a80, #1f2e7a80), url('../images/Review-5.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.tab-link.tab-4.w--current {
  background-image: url('../images/Review-5.webp');
  background-position: 0 0;
  background-size: cover;
}

.tab-link.tab-5 {
  background-image: linear-gradient(#1f2e7a80, #1f2e7a80), url('../images/Review-4.webp');
}

.tab-link.tab-5.w--current {
  background-image: url('../images/Review-4.webp');
}

.tab-image-wrapper {
  border-radius: 1rem;
  width: 40%;
  position: relative;
  overflow: hidden;
}

.tab-wrapper {
  position: relative;
}

.faq-circle {
  background-color: #0e1d68;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.faq-question-bar {
  color: #1a1e27;
  border: .5px solid #d1d6ed;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq-content {
  overflow: hidden;
  transition: height 0.3s ease;
}

.plus-icon {
  filter: invert();
  transition: transform 0.3s ease;
}

.faq-question-wrap {
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}

.question-title {
  color: #0c1132;
  letter-spacing: -.03em;
  margin-right: 10px;
  font-family: Fustat, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
}

.faq-text {
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 60px 1rem 40px;
}

.faq-text .text-small {
  font-size: 1.1rem;
  line-height: 1.75rem;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  color: #fff;
  text-transform: none;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #c4c7d8;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-divider {
  background-color: #ffffff26;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #c4c7d8;
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 16px;
}

.email-link {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2rem;
}

.footer-flex {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}

.youtube-icon, .linkedin-icon, .instagram-icon, .twitter-icon {
  border-radius: 0;
  width: 2rem;
  padding: 5px;
}

.footer-social-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.footer-social-link {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff1f;
  border-radius: .6rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: 0;
  padding: 0;
  transition: opacity .4s;
  display: flex;
}

.footer-social-link:hover {
  background-color: #ffffff45;
}

.facebook-icon {
  border-radius: 0;
  width: auto;
  padding: 0;
}

.contact-footer-flex {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.navbar-menu-dropdown {
  flex: 1;
}

.navbar-menu-dropdown:hover {
  color: #fff;
}

.nav-name-item {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.nav-dropdown-link {
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 0;
  font-weight: 300;
}

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

.nav-link {
  color: var(--_navbar---nav-link-static);
  --_navbar---nav-link-static: #c4c7d8;
  --_navbar---nav-link-active: white;
  padding: .5rem;
  font-size: 1rem;
  font-weight: 500;
}

.nav-link:hover {
  color: var(--_navbar---nav-link-active);
  --_navbar---nav-link-static: #c4c7d8;
  --_navbar---nav-link-active: white;
}

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

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

.nav-link.caps.w--current {
  color: var(--_navbar---nav-link-static);
  --_navbar---nav-link-static: #c4c7d8;
  --_navbar---nav-link-active: white;
}

.nav-link.caps.w--current:hover {
  color: var(--_navbar---nav-link-active);
  --_navbar---nav-link-static: #c4c7d8;
  --_navbar---nav-link-active: white;
}

.nav-link.dark {
  --_navbar---nav-link-static: #080f30;
  --_navbar---nav-link-active: #0e1d68;
}

.nav-link.dark.w--current {
  color: var(--_navbar---nav-link-static);
  --_navbar---nav-link-static: #080f30;
  --_navbar---nav-link-active: #0e1d68;
}

.nav-link.dark.w--current:hover {
  color: var(--_navbar---nav-link-active);
}

.navbar-logo-link {
  width: auto;
  padding-left: 0;
  display: flex;
}

.logo-text {
  font-family: Fustat, sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0;
  color: #fff;
  display: flex;
  align-items: baseline;
  text-decoration: none;
}

.logo-text-initial {
  background-color: #E07A5F;
  color: #fff;
  width: 0.8em;
  height: 0.8em;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 0.02em 0.1em 0;
  margin-right: 0.01em;
  font-weight: 500;
  border-radius: 0;
}

.logo-text.dark {
  color: #0e152e;
}

.logo-text.dark .logo-text-initial {
  background-color: #E07A5F;
  color: #fff;
}

.logo-brc {
  color: #E07A5F;
  position: relative;
  top: -0.15em;
  font-size: 0.85em;
}

.logo-text.dark .logo-brc {
  color: #E07A5F;
}

.logo-text-inline {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  white-space: nowrap;
}

.logo-text-inline .logo-text-initial {
  font-size: 0.9em;
  width: 0.85em;
  height: 0.85em;
  padding: 0 0 0 0.15em;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  margin-right: 0.02em;
  margin-bottom: 0.15em;
  font-weight: 500;
}

.navbar-menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar-menu.height-tablet {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.navbar-container {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  display: grid;
}

.nav-dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--_navbar---nav-link-static);
  --_navbar---nav-link-static: #c4c7d8;
  --_navbar---nav-link-active: white;
  align-items: center;
  padding: .5rem;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
}

.nav-dropdown-toggle:hover, .nav-dropdown-toggle.w--open {
  color: var(--_navbar---nav-link-active);
  --_navbar---nav-link-static: #c4c7d8;
  --_navbar---nav-link-active: white;
}

.nav-dropdown-toggle.nav-link {
  --_navbar---nav-link-static: #080f30;
  --_navbar---nav-link-active: #0e1d68;
}

.nav-dropdown-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0b154800;
  border-radius: .5rem;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem;
  display: flex;
}

.nav-dropdown-item:hover {
  background-color: #ffffff0d;
}

.nav-dropdown-list.w--open {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0e1431e6;
  border-radius: .5rem;
  min-width: 14rem;
  padding: .5rem;
  position: absolute;
  inset: auto;
}

.navbar {
  --_navbar---nav-link-static: #c4c7d8;
  --_navbar---nav-link-active: white;
  background-color: #ddd0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: auto;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 4rem 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.dark-mode {
  --_navbar---nav-link-static: #c4c7d8;
  --_navbar---nav-link-active: white;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.benefit-grid {
  grid-template: "Area . Area-4"
                 "Area Area-2 Area-4"
                 "Area Area-2 Area-4"
                 "Area Area-3 Area-3"
                 / 1fr 1fr 1fr;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-text-fill-color: inherit;
  background-color: #ffffff0d;
  background-clip: border-box;
  border: 1px solid #465391;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.heading-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.heading-6.dark {
  color: #080f30;
  font-weight: 600;
  line-height: 1.125rem;
}

.heading-6.dark.blue {
  color: #0e1d68;
  font-weight: 500;
}

.large-text {
  color: #fff;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 3rem;
}

.large-text.larger {
  font-size: 5rem;
  line-height: 5rem;
}

.benefit-tag {
  color: #a3a6b7;
  background-color: #ffffff1a;
  border-radius: .2rem;
  padding: .25rem .5rem;
  font-size: .85rem;
}

.grid-tag {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-span-grid {
  color: #fff;
  font-weight: 400;
}

.benefit-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.title-wrapper.width-left {
  width: 60%;
}

.title-wrapper.center {
  width: 70%;
}

.description-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-top: 60px;
  display: flex;
}

.title-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.card-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f2f3f7;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.card-image-wrapper {
  object-fit: cover;
  border-radius: 1rem 0 0 1rem;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.card-content-flex {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 2rem;
  display: flex;
}

.card-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  padding-bottom: 0;
  display: flex;
}

.case-tag {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff3;
  border-radius: 2rem;
  padding: 8px 16px;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1rem;
}

.case-tag.dark {
  background-color: #0e1d68;
}

.case-tag-wrapper {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-large-span {
  color: #8c93b9;
}

.nav-text-link {
  font-size: 1rem;
  font-weight: 500;
}

.heading-3 {
  color: #0e1d68;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.25rem;
}

.cards-wrapper {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 1px;
  overflow: visible;
}

.case-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.case-card._2 {
  max-width: none;
  position: sticky;
  top: 100px;
}

.case-card._1 {
  max-width: none;
  position: fixed;
}

.case-card._3 {
  max-width: none;
  position: sticky;
  top: 180px;
}

.case-card._2 {
  position: sticky;
  top: 100px;
}

.case-card._1 {
  position: sticky;
  top: 20px;
}

.case-card._3 {
  position: sticky;
  top: 180px;
}

.text-small {
  opacity: 1;
  color: #080f30;
  border: 0 #fff;
  font-family: Fustat, sans-serif;
  font-weight: 300;
  line-height: 1.5rem;
}

.text-small.light {
  color: #c4c7d8;
  border-style: none;
  border-width: 0;
  font-weight: 300;
}

.text-small.opacity {
  opacity: .6;
  font-weight: 400;
  position: relative;
}

.text-small.bold {
  font-weight: 500;
}

.expert-contact-link {
  border: 1px solid #e5e5e5;
  border-radius: 5rem;
  padding: 10px;
}

.expert-name {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-metric {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-metric.flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.office-image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
  position: sticky;
  top: 0;
}

.office-image {
  border-radius: .5rem;
  width: 400px;
  height: 300px;
  overflow: hidden;
}

.all-feature-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.feature-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f6f6f8;
  border-radius: .5rem;
  flex-flow: column;
  width: 33%;
  padding: 20px;
  display: flex;
}

.feature-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature-icon {
  width: 40px;
}

.feature-title {
  color: #0e1d68;
  font-size: 1.225rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}

.feature-title.scroll {
  text-transform: capitalize;
}

.recognitions-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.logo-line {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.award-logo {
  background-color: #f6f6f8;
  border-radius: .5rem;
  width: 240px;
  padding: 40px 60px;
}

.award-image {
  height: 80px;
  margin: auto;
  display: block;
}

.values-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.values-image {
  border-radius: .5rem;
  width: 45%;
  height: 80%;
  overflow: hidden;
}

.values-flex-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 50%;
  display: flex;
  position: relative;
}

.flex-image {
  width: 100%;
  height: 100%;
}

.diversity-feature {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #e2e2e2;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.diversity-content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.value-feature-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f6f6f8;
  border-bottom: 1px solid #f1f1f1;
  border-radius: .5rem;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.value-feature-name {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.diversity-feature-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.related-cases-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.navbar-menu-button {
  padding: 0;
}

.navbar-button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.buttin-link {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  align-items: center;
  transition: all .2s;
  display: flex;
  overflow: visible;
}

.arrow-dark {
  max-width: 20px;
  max-height: 20px;
}

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

.footer-cta-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
}

.team-marquee {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.case-image {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.case-image.size {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  height: 100%;
}

.service-list-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.service-image {
  border-radius: 1rem;
  width: 50%;
  overflow: hidden;
}

.service-tag {
  color: #0e1d68;
  background-color: #e4e7f8;
  border-radius: 2rem;
  padding: 10px 20px;
}

.service-list-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
}

.service-title-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.service-text-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.service-text-container.sticky {
  position: sticky;
  top: 10px;
}

.service-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.service-content-wrapper.top-left {
  justify-content: flex-start;
  align-items: flex-start;
  position: static;
}

.service-content-wrapper.top-right {
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row-reverse;
  position: static;
}

.container-flex.left {
  justify-content: flex-start;
}

.container-flex.left .title-content-wrapper {
  align-items: flex-start;
  text-align: left;
}

.case-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.case-content-wrapper, .case-card-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.process-flex-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.scroll-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 440px;
  margin-bottom: 0;
  padding-left: 3rem;
  display: flex;
  position: relative;
}

.fill-line {
  background-color: #6c5afb;
  border-radius: 3px;
  width: 3.5px;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto -2px;
}

.fill-line.v2 {
  background-color: #0e1d68;
  width: 3px;
  left: 0;
}

.circle {
  box-shadow: none;
  background-color: #ffffff80;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 2px auto auto 0;
}

.fill-box {
  border: 2px dashed #eee;
  width: 1.8px;
  position: absolute;
  inset: 5% auto 0% 0%;
}

.fill-box.v2 {
  background-color: #fff;
  border-style: none;
  width: 3px;
  top: 3%;
  left: 1.5%;
}

.process-scroll-animation {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.process-scroll-animation.scroll {
  width: 100%;
}

.scroll-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.scroll-content-2 {
  width: 440px;
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
}

.scroll-container {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.diversity-content-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subservice-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f6f6f8;
  border-radius: .5rem;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.subservices-flex-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.heading-5 {
  color: #080f30;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.225rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.heading-5.blue {
  color: #0e1d68;
}

.small-flex {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.small-flex.spacing {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.tabs-menu-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  padding-right: 2rem;
  display: flex;
  position: static;
}

.tabs-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.industry-tab-name {
  color: #080f30;
  background-color: #fff0;
  padding: 16px 20px;
}

.industry-tab-name.w--current {
  color: #0e1d68;
  background-color: #e4e7f8;
  border-radius: .5rem;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 400;
}

.tab-name {
  color: #0e1d68;
}

.industry-content {
  width: 100%;
  height: 100%;
}

.tabs-content {
  width: 70%;
}

.plain-text-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.industry-content-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 75%;
  display: flex;
}

.tab-pane-tab-4 {
  position: static;
}

.contact-page-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  height: 100%;
  margin-top: 15vh;
  display: flex;
}

.contact-title-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.contact-page-title {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 45%;
  display: flex;
}

.contact-info-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f6f6f8;
  border-radius: .5rem;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.contact-phone-link, .contact-email-link, .contact-location-link {
  text-decoration: none;
}

.contact-form-wrapper {
  width: 55%;
}

.text-field {
  color: #0e1d68;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 0;
  padding: 1.5em 0;
}

.text-field:active {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
  transform: translate(0);
}

.text-field:focus {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.text-field::placeholder {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
}

.form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: static;
}

.form {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.contact-values-flex {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 2.75fr;
  width: 100%;
  display: flex;
}

.contact-input {
  margin-top: 1em;
}

.text-input {
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom: 1.5px solid #d2d2d2;
  margin-bottom: 0;
  padding: .5em 1em .5em 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  overflow: hidden;
}

select.text-input {
  overflow: visible;
  height: auto;
  min-height: 2.5rem;
  line-height: 1.25;
}

.success-message {
  background-color: #f6f6f8;
  border-radius: .5rem;
  height: 100%;
}

.form-checkbox {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.checkbox-input {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.team-flex-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.team-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  display: flex;
}

.team-content-quote {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.team-name-flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-block {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: 4rem;
  margin-right: 4rem;
}

.webflow-link {
  color: #c4c7d8;
  text-decoration: none;
}

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

.utility-page-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  display: flex;
}

.large-size-text {
  color: #0b1548;
  font-size: 8rem;
  font-weight: 600;
  line-height: 7rem;
}

.rich-text-link {
  color: #283ca0;
  font-weight: 400;
  text-decoration: underline;
}

.color-sample {
  background-color: #080f30;
  border-radius: .5rem;
  width: 100px;
  height: 100px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.color-sample._2 {
  background-color: #0e1d68;
}

.color-sample._3 {
  background-color: #7581bd;
}

.color-sample._4 {
  background-color: #8c93b9;
}

.color-sample._5 {
  background-color: #c4c7d8;
}

.color-sample._6 {
  background-color: #e4e7f8;
}

.color-sample._7 {
  background-color: #f6f6f8;
}

.color-sample._9 {
  background-color: #283ca0;
}

.color-sample._10 {
  background-color: #080f3000;
  background-image: linear-gradient(#0b1548, #091033);
}

.color-sample._11 {
  background-color: #fff;
  border: 1px solid #c4c7d8;
}

.color-swatches, .collection-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.case-image-collection {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.case-cover-image {
  z-index: 0;
  object-fit: cover;
  width: auto;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.rich-text-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #080f30;
  flex-flow: column;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.85rem;
  display: flex;
}

.rich-text-block h3 {
  color: #0e1d68;
  letter-spacing: -2px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.25rem;
}

.rich-text-block h4 {
  letter-spacing: -2px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.rich-text-block h5 {
  letter-spacing: -1px;
  font-size: 1.225rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.rich-text-block h6 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.rich-text-block h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.case-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.case-content-image {
  width: 100%;
  height: 100%;
}

.image-column-1 {
  border-radius: 1rem;
  width: 40%;
  overflow: hidden;
}

.image-column-2 {
  border-radius: 1rem;
  width: 60%;
  overflow: hidden;
}

.review-collection {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #f6f6f8;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4rem;
  display: flex;
}

.review-width-wrapper {
  width: 65%;
}

.review-name-collection {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.avatar-collection {
  object-fit: contain;
  border-radius: .5rem;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.collection-list-all-posts {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-review-avatar {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.collection-list-related {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

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

.lottie-animation {
  margin-bottom: 1rem;
}

.error-message {
  width: 100%;
}

.circle-center {
  background-color: #fff;
  border-radius: 100px;
  width: 10px;
  height: 10px;
}

.circle-indicator {
  background-color: #ffffff26;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .title-text {
    font-size: 18rem;
    line-height: 18rem;
  }

  .process-scroll-animation {
    width: 90%;
  }
}

@media screen and (max-width: 991px) {
  .nav-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-content-wrapper {
    grid-column-gap: 10vh;
    grid-row-gap: 10vh;
  }

  .hero-content-wrapper.about {
    grid-column-gap: 10vh;
    grid-row-gap: 10vh;
    margin-top: 15vh;
  }

  .hero-content-wrapper.center {
    margin-top: 22vh;
  }

  .text-main {
    order: -1;
  }

  .text-main.dark {
    width: auto;
  }

  .text-main.width {
    order: 1;
  }

  .hero-content-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .metrics-content-flex {
    grid-template-columns: 1fr 1fr;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.width {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .title-text {
    font-size: 11rem;
    line-height: 11rem;
  }

  .hero-indent {
    margin-left: 45%;
  }

  .link-text:hover, .link-text.dark:hover {
    font-weight: 600;
  }

  .link-text.static {
    width: 20%;
  }

  .title-content-wrapper.width-left {
    width: 80%;
  }

  .title-content-wrapper.center {
    width: 70%;
  }

  .title-content-wrapper.alighn-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .service-flex {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tabs-menu {
    left: 41%;
  }

  .current-review-image {
    object-fit: cover;
  }

  .tab-content {
    max-width: 728px;
  }

  .testimonial-right {
    height: 300px;
    margin-top: 80px;
  }

  .tab-image-wrapper {
    object-fit: cover;
    width: 270px;
    height: 270px;
  }

  .faq-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-social-block-2 {
    margin-top: 0;
  }

  .navbar-menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    font-size: 1.125rem;
    display: flex;
  }

  .nav-dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .nav-link {
    text-align: center;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 2rem 0;
    font-size: 2rem;
    display: flex;
  }

  .nav-link.dark {
    --_navbar---nav-link-static: #c4c7d8;
    --_navbar---nav-link-active: white;
  }

  .navbar-menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar-menu.height-tablet {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0b1548cc;
    border-radius: 1rem;
    width: auto;
    height: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 2rem 3rem;
    transition: height .5s;
    overflow: visible;
  }

  .navbar-container {
    grid-template-columns: .25fr 1fr;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .nav-dropdown-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 0;
    display: flex;
  }

  .nav-dropdown-toggle.nav-link {
    --_navbar---nav-link-static: #c4c7d8;
    --_navbar---nav-link-active: white;
  }

  .nav-dropdown-item {
    justify-content: flex-end;
    align-items: center;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .nav-dropdown-list {
    position: static;
    overflow: hidden;
  }

  .nav-dropdown-list.w--open {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff0;
    border-style: none;
    padding: 0;
    position: static;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: flex-start;
    padding: 1.5rem;
  }

  .grid-tag {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .title-wrapper.width-left {
    width: 80%;
  }

  .card-image-wrapper {
    height: 580px;
  }

  .card-content-flex {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav-text-link {
    font-size: 2rem;
    line-height: 2rem;
  }

  .grid-metric {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-metric.flex {
    flex-flow: column;
  }

  .award-logo {
    padding: 20px;
  }

  .values-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .diversity-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .related-cases-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .navbar-menu-button {
    padding: 0;
  }

  .navbar-menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-top {
    background-color: var(--_navbar---nav-link-active);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-top.dark {
    --_navbar---nav-link-static: #080f30;
    --_navbar---nav-link-active: #0e1d68;
  }

  .menu-icon-line-middle {
    background-color: var(--_navbar---nav-link-active);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-middle.dark {
    --_navbar---nav-link-static: #080f30;
    --_navbar---nav-link-active: #0e1d68;
  }

  .menu-icon-inner-line {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-bottom {
    background-color: var(--_navbar---nav-link-active);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-bottom.dark {
    --_navbar---nav-link-static: #080f30;
    --_navbar---nav-link-active: #0e1d68;
  }

  .navbar-button-wrapper {
    align-items: center;
  }

  .footer-cta-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .case-image {
    width: 100%;
    height: 100%;
  }

  .case-image.size {
    object-fit: cover;
  }

  .service-image {
    order: -1;
    width: 100%;
  }

  .service-text-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .service-text-container.full-width {
    width: 100%;
  }

  .service-content-wrapper {
    flex-flow: column;
  }

  .service-content-wrapper.top-left {
    flex-flow: row;
  }

  .scroll-content {
    width: auto;
  }

  .process-scroll-animation {
    width: 90%;
  }

  .scroll-box {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .scroll-content-2 {
    width: auto;
  }

  .scroll-container {
    width: 100%;
    font-size: 15px;
  }

  .subservice-card {
    background-color: #f6f6f8;
  }

  .industry-content-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .industry-link-list {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    display: flex;
  }

  .contact-page-wrapper {
    flex-flow: row;
  }

  .contact-page-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .contact-form-wrapper {
    width: 100%;
  }

  .form-block {
    justify-content: flex-start;
    align-items: center;
  }

  .form {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .success-message {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-content-quote {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h1, .heading-1 {
    font-size: 3rem;
    line-height: 3rem;
  }

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

  .container.width {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .intro-text-content {
    width: 100%;
  }

  .title-text {
    font-size: 8.5rem;
    line-height: 8.5rem;
  }

  .hero-indent {
    margin-left: 40%;
  }

  .title-text-span, .heading-2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .tab-flex {
    flex-flow: column;
  }

  .tabs-menu {
    inset: 0% auto auto 0%;
  }

  .tab-review-wrapper {
    width: 100%;
  }

  .testimonial-right {
    height: 260px;
    margin-top: 1rem;
    margin-left: 0;
  }

  .tab-image-wrapper {
    width: 330px;
    height: 100%;
    margin-top: 5rem;
  }

  .faq-wrapper {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .footer-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #fff;
  }

  .footer-divider {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: center;
  }

  .footer-social-block-2 {
    margin-top: 10px;
  }

  .navbar-menu.height-tablet {
    padding-bottom: 6rem;
  }

  .navbar {
    min-height: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar.dark-mode {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .benefit-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .card-flex {
    flex-flow: column;
  }

  .card-image-wrapper {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 400px;
  }

  .card-content-flex, .card-content-wrapper {
    width: 100%;
  }

  .case-tag-wrapper {
    flex-flow: row;
    width: auto;
  }

  .grid-metric.flex {
    flex-flow: row;
  }

  .footer-cta-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .case-image.size {
    border-radius: 0;
  }

  .service-text-container.sticky {
    width: 50%;
  }

  .scroll-box {
    margin-top: 60px;
  }

  .scroll-container {
    width: 100%;
  }

  .flex-block {
    margin-top: 1rem;
  }

  .review-width-wrapper {
    width: 100%;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-background-wrapper,
  .hero-background-wrapper.hero-about,
  .hero-background-wrapper.hero-service,
  .hero-background-wrapper.hero-service-page,
  .hero-background-wrapper.hero-industries,
  .hero-background-wrapper.hero-team,
  .hero-background-wrapper.hero-case-studies {
    background-size: auto, auto 140%;
  }

  .team-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .team-image-container {
    aspect-ratio: 4 / 3;
  }

  h1 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .section.footer {
    background-size: cover;
  }

  .nav-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-content-wrapper {
    grid-column-gap: 10vh;
    grid-row-gap: 10vh;
    margin-top: 20vh;
  }

  .hero-content-wrapper.about {
    grid-column-gap: 10vh;
    grid-row-gap: 10vh;
    margin-top: 15vh;
  }

  .hero-content-wrapper.case {
    grid-column-gap: 6vh;
    grid-row-gap: 6vh;
    margin-top: 25vh;
  }

  .hero-content-wrapper.case-studies {
    grid-column-gap: 10vh;
    grid-row-gap: 10vh;
  }

  .hero-content-wrapper.center {
    margin-top: 20vh;
  }

  .hero-background-wrapper.hero-service-page {
    background-position: 50%;
  }

  .hero-background-wrapper.hero-industries {
    background-position: 0 0;
  }

  .hero-background-wrapper.hero-team, .hero-background-wrapper.hero-case-studies {
    background-position: 50% 0;
  }

  .hero-title-wrapper {
    max-width: 100vw;
  }

  .heading-1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .heading-1.dark.size {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .hero-indent {
    margin-left: 20%;
  }

  .avatar {
    width: 50px;
  }

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

  .hero-consult-cta {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-consult-cta.background {
    flex-flow: row;
  }

  .text-main {
    order: -1;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .text-main.width {
    color: #fff;
  }

  .hero-text-cta {
    font-size: .85rem;
  }

  .hero-content-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .metrics-content-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-top: 4rem;
    margin-bottom: 4rem;
    display: grid;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.width {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.width.height {
    margin-top: 15vh;
  }

  .text-large {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .text-large.quote {
    font-size: 1.85rem;
    line-height: 2rem;
  }

  .intro-text-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-bottom: 0;
  }

  .intro-text-content {
    width: 100%;
  }

  .title-text {
    margin-top: 4rem;
    padding-bottom: 2rem;
    font-size: 4.5rem;
    line-height: 4.5rem;
  }

  .title-text-span {
    font-size: 2rem;
    line-height: 2rem;
  }

  .title-text-span.dark, .heading-2, .heading-2.dark {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .heading-2.dark.footer-cta {
    line-height: 2rem;
  }

  .text-medium {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .section-title {
    order: -1;
  }

  .container-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .container-wrapper.height {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

  .background-video {
    height: 200px;
  }

  .container-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .container-flex.horizontal {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-flex.right, .content-flex {
    flex-flow: column;
  }

  .industries-list-wrapper {
    width: 100%;
  }

  .industries-description {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .link-text.static {
    width: 50%;
  }

  .image-width {
    display: block;
  }

  .image-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .title-content-wrapper.width-left, .title-content-wrapper.center {
    width: 100%;
  }

  .service-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-top: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .service-description {
    width: 100%;
    height: 100%;
  }

  .service-title {
    width: 100%;
  }

  .team-image {
    width: 170px;
    height: 200px;
  }

  .team-content-flex {
    padding-left: 0;
    padding-right: 0;
  }

  .team-content-flex.width {
    width: 60%;
  }

  .logo-marquee-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .logo-link {
    width: 100px;
  }

  .logo-wrapper {
    margin-bottom: 4rem;
  }

  .logo-wrapper.space {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .shadow-left, .shadow-right {
    width: 50px;
    height: 50px;
  }

  .partner-image-wrapper {
    width: 40px;
    top: -5%;
  }

  .partner-image-wrapper.partner-3 {
    top: 52%;
    left: -2%;
  }

  .partner-image-wrapper.partner-4 {
    top: -5%;
  }

  .partner-image-wrapper.partner-2 {
    top: 52%;
    right: -2%;
  }

  .tab-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    height: 100%;
    margin-top: 0;
  }

  .tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: flex-start;
    inset: 0% auto auto 0%;
  }

  .tab-review-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .tab-content {
    max-width: none;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-right {
    height: 300px;
    margin-top: 0;
    margin-left: 0;
  }

  .tab-link {
    width: 60px;
    height: 60px;
  }

  .tab-image-wrapper {
    width: 100%;
    height: 100%;
  }

  .faq-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-question-bar {
    padding: 10px 10px 10px 30px;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .question-title {
    flex: 1;
    font-size: 1.125rem;
  }

  .faq-text {
    padding-left: 30px;
    padding-right: 20px;
  }

  .footer-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .footer-brand {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .footer-content {
    grid-column-gap: .5rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1.5fr;
    width: 100%;
    margin-top: 2rem;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-link:hover {
    color: #fff;
  }

  .footer-divider {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-copyright-center {
    padding-top: 20px;
  }

  .email-link {
    font-weight: 300;
  }

  .footer-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-social-block-2 {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .footer-social-link {
    width: 2.5rem;
    height: 2.5rem;
  }

  .contact-footer-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .nav-link {
    color: #c4c7d8;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
  }

  .navbar-menu.height-tablet {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0b1548cc;
    width: auto;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-dropdown-toggle {
    color: #0e1d68;
    padding-right: 0;
  }

  .nav-dropdown-item {
    background-color: #0b154800;
    justify-content: flex-end;
    align-items: center;
    padding-top: .125rem;
    padding-bottom: .125rem;
  }

  .nav-dropdown-list.w--open {
    background-color: #0e143100;
  }

  .navbar {
    padding: 1rem;
  }

  .dropdown-chevron {
    color: #c4c7d8;
  }

  .benefit-grid {
    grid-template-rows: auto auto auto auto;
    grid-auto-flow: column;
    display: block;
  }

  .grid {
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 1rem;
    display: flex;
  }

  .benefit-content {
    order: -1;
  }

  .title-wrapper.width-left, .title-wrapper.center {
    width: 100%;
  }

  .description-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .title-flex {
    width: 100%;
  }

  .card-flex {
    flex-flow: column;
  }

  .card-image-wrapper {
    border-radius: 1rem 1rem 0 0;
    width: 100%;
    height: 300px;
  }

  .card-content-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .case-tag-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: wrap;
  }

  .nav-text-link {
    color: #c4c7d8;
    font-size: 1.25rem;
    font-weight: 500;
  }

  .heading-3 {
    font-size: 1.5rem;
    line-height: 1.85rem;
  }

  .case-card._2 {
    top: 80px;
  }

  .case-card._3 {
    top: 140px;
  }

  .text-small {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .text-small.light {
    width: 100%;
    font-weight: 400;
  }

  .text-small.opacity {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .expert-name {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
  }

  .grid-metric, .grid-metric.flex {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .office-image {
    width: 200px;
    height: 130px;
  }

  .all-feature-flex {
    flex-flow: column;
  }

  .feature-flex {
    width: 100%;
  }

  .feature-icon {
    width: 32px;
  }

  .feature-title {
    font-size: 1.125rem;
  }

  .logo-line {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
  }

  .award-logo {
    width: 160px;
    padding: 10px 20px;
  }

  .values-wrapper {
    flex-flow: column;
  }

  .values-image {
    order: -1;
    width: 100%;
  }

  .values-flex-list {
    width: 100%;
  }

  .diversity-feature {
    padding-bottom: 1.5rem;
  }

  .diversity-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .diversity-feature-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .related-cases-wrapper {
    flex-flow: column;
  }

  .footer-cta-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .case-image {
    border-radius: 1rem;
  }

  .case-image.size {
    object-fit: cover;
    border-top-right-radius: 1px;
    border-bottom-left-radius: 0;
  }

  .service-image {
    order: -1;
    width: 100%;
  }

  .service-tag {
    font-size: .85rem;
  }

  .service-list-flex {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .service-text-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .service-text-container.sticky {
    position: static;
  }

  .service-content-wrapper, .service-content-wrapper.top-left {
    flex-flow: column;
  }

  .case-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .process-flex-list {
    width: 100%;
  }

  .fill-box.v2 {
    top: 2%;
    left: 3%;
  }

  .scroll-box {
    margin-top: 1rem;
  }

  .diversity-content-flex {
    flex-flow: column;
  }

  .subservices-flex-list {
    width: 100%;
  }

  .small-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tabs-menu-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: inline-flex;
    overflow: hidden;
  }

  .tabs-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .industry-tab-name {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .tabs-content {
    width: 100%;
  }

  .plain-text-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .industry-content-flex {
    width: 100%;
  }

  .contact-page-wrapper {
    flex-flow: column;
    margin-top: 15vh;
  }

  .contact-page-title {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .contact-info-wrapper {
    padding: 20px;
  }

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

  .team-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .team-content-wrapper {
    flex-flow: column;
  }

  .team-content-quote {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .team-name-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-block {
    flex-flow: row;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .color-swatches {
    flex-flow: wrap;
  }

  .case-image-collection {
    flex-flow: column;
  }

  .case-cover-image {
    object-fit: cover;
  }

  .rich-text-block h2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .rich-text-block h3 {
    font-size: 1.5rem;
    line-height: 1.85rem;
  }

  .image-column-1, .image-column-2 {
    width: 100%;
  }

  .review-collection {
    padding: 2rem;
  }

  .review-width-wrapper {
    width: 100%;
  }

  .review-name-collection {
    justify-content: center;
    align-items: center;
  }

  .avatar-collection {
    width: 40%;
    height: auto;
  }

  .collection-list-all-posts {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .case-review-avatar {
    width: 100%;
    height: 100%;
  }

  .collection-list-related {
    flex-flow: column;
  }
}

#w-node-fc0b21c1-9699-51fc-f069-ec0865cd5463-9952e52f {
  grid-area: Area-2;
}

#w-node-f0d42c8f-1a71-0eb3-0911-7d76c4d7be52-9952e52f {
  grid-area: Area-3;
}

#w-node-_1dfe29df-f6df-dda5-875e-9777486725bd-9952e52f {
  grid-area: Area-4;
}

#w-node-_86398c1c-a6ac-b6a2-4516-5560c6a32784-9952e52f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec9bf233-14a5-298e-ba8c-1bd8e9fc60da-9952e52f {
  grid-area: Area;
}

#w-node-_9f12ddaf-d459-3efb-c60b-ac831ab77add-1ab77abd, #w-node-_9f12ddaf-d459-3efb-c60b-ac831ab77aee-1ab77abd, #w-node-_9f12ddaf-d459-3efb-c60b-ac831ab77af7-1ab77abd, #w-node-e01753c3-6418-8fc5-afd3-0a88e1cde9bf-e1cde9bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e01753c3-6418-8fc5-afd3-0a88e1cde9ea-e1cde9bd {
  justify-self: end;
}

#w-node-_336a8b94-622d-a03b-3b48-7d2bac42cf54-9952e57a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336a8b94-622d-a03b-3b48-7d2bac42cf5a-9952e57a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#E-mail.w-node-_336a8b94-622d-a03b-3b48-7d2bac42cf5b-9952e57a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a2630f4-ff76-a479-0f07-080c32384199-9952e57a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Service.w-node-_5b0f8dc7-df55-5fe8-f490-38e46b216c12-9952e57a, #Message.w-node-_634a4cf6-afc2-24cb-19f0-85b34c2eab4b-9952e57a, #w-node-_0ef60594-6f2f-271f-9b68-a5e61f26ecfe-1f26ece7, #w-node-_0ef60594-6f2f-271f-9b68-a5e61f26ed0f-1f26ece7, #w-node-_0ef60594-6f2f-271f-9b68-a5e61f26ed18-1f26ece7, #w-node-_3459cb6c-73e7-5dc7-4992-1f98c55ae9d9-c55ae9d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3459cb6c-73e7-5dc7-4992-1f98c55aea04-c55ae9d7 {
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-e749927c-aa43-adbc-57aa-9a72b55bb1a1-9952e52f {
    order: 9999;
  }

  #w-node-_9f12ddaf-d459-3efb-c60b-ac831ab77add-1ab77abd, #w-node-_0ef60594-6f2f-271f-9b68-a5e61f26ecfe-1f26ece7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_90640c09-6cec-fb5a-032f-f0352a90180b-9952e599 {
    order: 9999;
  }
}

/* Industry link styling for homepage Who We Serve section */
.industry-link {
  text-decoration: none;
  transition: opacity 0.2s ease;
  display: block;
}

.industry-link:hover {
  opacity: 0.7;
}

/* Powered by Spring Labs tagline */
.powered-by {
  font-size: 0.75rem;
  color: #fff;
  margin-top: 0.25rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

/* Header logo wrapper for stacking */
.logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Header version - below logo */
.powered-by-header {
  font-size: 0.65rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 0.15rem;
}

.powered-by-header.dark {
  color: #1a1a2e;
}

/* Lifecycle intro on services page */
.lifecycle-intro {
  max-width: 800px;
  margin: 0 auto 3rem;
  text-align: center;
}

/* Logo Divider - Light version for parallax section */
.logo-parallax-section {
  overflow: hidden;
}

.logo-divider-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.5);
  transform-origin: center center;
  will-change: transform;
  transition: transform 0.05s linear;
}

.logo-text-divider {
  font-family: 'Space Grotesk', Fustat, sans-serif;
  font-size: 16rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #e8eaf0;
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  line-height: 1;
}

.logo-text-initial-divider {
  background-color: rgba(224, 122, 95, 0.15);
  color: #e8eaf0;
  width: 0.75em;
  height: 0.75em;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 0.02em 0.02em 0;
  margin-right: 0.02em;
  font-weight: 500;
  border-radius: 0;
  line-height: 0.7;
  vertical-align: baseline;
}

.logo-brc-divider {
  color: rgba(224, 122, 95, 0.25);
  position: relative;
  top: -0.15em;
  font-size: 0.85em;
}

@media screen and (min-width: 1440px) {
  .logo-text-divider {
    font-size: 18rem;
  }
}

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

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

@media screen and (max-width: 479px) {
  .logo-text-divider {
    font-size: 4.5rem;
  }
  
  .logo-divider-wrapper {
    margin-top: 4rem;
    padding-bottom: 2rem;
  }
}


