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

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

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

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

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

:root {
  --primary-blue: #001043;
  --secondary-green: #03ffa6;
  --text-black: #111113;
  --signal-blue: #001a70;
  --secondary-fuchsia: #e93ab0;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

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

p {
  letter-spacing: -.02em;
  color: #fff;
  margin-bottom: 10px;
  font-family: Mont, Impact, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.c-hero {
  z-index: 3;
  background-color: var(--primary-blue);
  background-image: url('../images/04-1.png');
  background-position: 50%;
  background-size: cover;
  height: 90vh;
  max-height: 900px;
  position: relative;
}

.c-hero.cc-careers {
  z-index: 1;
  background-image: url('../images/Hero-BG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 900px;
  max-height: none;
  position: sticky;
  top: 0;
}

.c-container {
  width: 90vw;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.c-container.cc-white {
  background-color: #fff;
}

.c-container.cc-white.cc-fullwidth {
  width: 100%;
}

.c-container.cc-fullwidth {
  width: 100%;
  max-width: none;
}

.c-container.cc-flex {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.c-container.cc-flexcenter {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
  width: 100%;
  height: auto;
  position: relative;
  top: auto;
}

.container {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #ffffff1c;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  display: flex;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.logo, .logo.w--current {
  width: 140px;
  height: 24.42px;
}

.nav-link {
  color: #818ec6;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Geist Mono, sans-serif;
}

.nav-link.w--current {
  color: #fff;
  font-family: Geist Mono, sans-serif;
}

.nav-link.w--current:hover {
  color: var(--secondary-green);
}

.nav-link.cc-hide {
  display: none;
}

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

.cta-button {
  background-color: #0000;
  font-family: Geist Mono, sans-serif;
}

.cta-button.inverse-button {
  border: 1px solid var(--secondary-green);
  color: var(--secondary-green);
  padding: 10px 16px;
  font-family: Geist Mono, sans-serif;
}

.cta-button.inverse-button:hover {
  border-top-color: var(--secondary-green);
  border-right-color: var(--secondary-green);
  border-bottom-color: var(--secondary-green);
  border-left-color: var(--secondary-green);
  color: var(--primary-blue);
  background-color: var(--secondary-green);
}

.cta-button.cc-margin {
  margin-right: 20px;
}

.cta-button.cc-margin:hover {
  color: var(--secondary-green);
}

.c-hero_text {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.c-hero_lottie {
  width: 40%;
  height: 361.851px;
}

.c-hero_lottie.cc-hide {
  display: none;
}

.uc-h1 {
  color: #fff;
  text-align: left;
  letter-spacing: -.03em;
  margin-top: 0;
  font-family: Mont, Impact, sans-serif;
  font-size: 64px;
  line-height: 72px;
}

.uc-h1.hero-heading {
  text-wrap: balance;
  font-size: 84px;
  line-height: 96px;
}

.uc-h1.cc-pretty {
  text-align: center;
  text-wrap: pretty;
}

.uc-h1.cc-balance {
  text-wrap: balance;
  max-width: 400px;
}

.hero-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.hero-inner.cc-careers {
  height: 50%;
  padding-left: 40px;
  padding-right: 40px;
}

.c-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: none;
}

.c-img.wc-img {
  z-index: 2;
  position: absolute;
}

.c-img.wc-img2 {
  z-index: 1;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}

.c-img.testimonial-logo_image {
  mix-blend-mode: normal;
  display: block;
  position: absolute;
}

.c-img.testimonial-logo_image.cc-hide {
  display: none;
}

.c-img.testimonial-logo_image.cc-mixdiff {
  mix-blend-mode: difference;
}

.c-img.feature-img-behind {
  position: absolute;
  bottom: -60px;
  right: -60px;
}

.c-img.cc-objectcover {
  object-fit: cover;
}

.c-img.cc-zoom {
  transform-style: preserve-3d;
  transition: transform .2s;
}

.c-img.cc-zoom:hover {
  transform: scale3d(1.2, 1.2, 1.2);
}

.c-img.cc-zoom.cc-cover {
  object-fit: cover;
}

.c-img.cc-hide {
  display: none;
}

.c-img.cc-scale-anim {
  z-index: 2;
  object-fit: cover;
  object-position: 50% 90%;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-buttons {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-button {
  background-color: #0000;
  padding: 15px 44.5px;
  font-family: Geist Mono, sans-serif;
  font-size: 14px;
}

.hero-button.c-green-btn {
  background-color: var(--secondary-green);
  color: var(--text-black);
}

.hero-button.c-green-btn:hover {
  color: var(--text-black);
  background-color: #00db8d;
}

.hero-button.cc-blur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.hero-button.cc-blur:hover {
  background-color: var(--signal-blue);
}

.hero-button.c-green-btn2 {
  background-color: var(--secondary-green);
  color: var(--text-black);
}

.hero-button.c-green-btn2:hover {
  color: var(--text-black);
  background-color: #00db8d;
}

.body {
  font-family: Mont, Impact, sans-serif;
  font-size: 16px;
}

.c-about {
  background-image: linear-gradient(#00000080, #00000080), url('../images/solar-panel-blur.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  display: block;
  position: relative;
}

.c-about.cc-hide {
  display: none;
}

.c-stats-section {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 10% 0% auto;
}

.stat {
  width: 25%;
}

.stat-value {
  color: #fff;
  letter-spacing: -.03em;
  border: 0 solid #e4e1e4;
  border-bottom-width: 1px;
  padding-bottom: 30px;
  font-size: 72px;
}

.stat-caption {
  color: #fff;
  letter-spacing: -.02em;
}

.stat-unit {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Geist Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.c-whoweare {
  background-image: url('../images/solar-panel-image.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.c-whoweare.cc-hide {
  background-image: linear-gradient(#000c387a, #000c387a), url('../images/solar-panel-image.jpg');
  background-position: 0 0, 50%;
  height: 100vh;
  display: block;
}

.whoweare-heading {
  z-index: 1;
  background-color: var(--secondary-fuchsia);
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  display: flex;
  position: relative;
  transform: translate(0);
}

.whoweare-heading.cc-hide {
  display: none;
}

.text-block-2 {
  background-color: var(--secondary-fuchsia);
  color: var(--text-black);
  padding: 10px 20px;
  font-family: Geist Mono, sans-serif;
  font-size: 14px;
}

.about-inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-around;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.about-inner.cc-hide {
  display: none;
}

.c-insights {
  background-color: #0000;
  background-image: url('../images/solar-panel-image.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.insights-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: grid;
}

.insights-left {
  background-color: var(--primary-blue);
  width: 45%;
  height: auto;
  padding-top: 0;
  position: absolute;
  bottom: 0;
}

.insights-left.cc-hide {
  z-index: 2;
  background-color: #0000;
  flex-flow: column;
  width: 45%;
  height: 100%;
  margin-right: 0;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: translate(0, 100%);
}

.insights-description {
  border-bottom: 1px solid #ffffff24;
  margin: 30px 40px 60px;
  padding-top: 5px;
  padding-bottom: 20px;
}

.insights-description.cc-border-hide {
  z-index: 3;
  background-color: var(--primary-blue);
  z-index: 3;
  background-color: #001043;
  border-bottom-width: 0;
  height: auto;
  margin: 0;
  padding: 35px 40px 30px;
  position: relative;
}

.uc-h2 {
  letter-spacing: -.03em;
  color: #fff;
  max-width: none;
  font-family: Mont, Impact, sans-serif;
  font-size: 56px;
  line-height: 56px;
}

.uc-h2.cc-padded {
  color: var(--secondary-fuchsia);
  border-top: 1px solid #ffffff24;
  margin: 0 20px 40px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.uc-h2.feature-h2 {
  letter-spacing: -3px;
  color: var(--text-black);
}

.uc-h2.cc-black {
  color: var(--text-black);
  margin-bottom: 20px;
  line-height: 56px;
}

.uc-h2.cc-maxw {
  letter-spacing: -.03em;
  max-width: 50%;
}

.uc-h2.cc-padded {
  margin-left: 40px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 40px;
}

.uc-h2.cc-nomargin {
  margin-top: 0;
  margin-bottom: 0;
}

.uc-h2.cc-nomargin.cc-hide {
  display: none;
}

.uc-h2.cc-pink.cc-nomargin {
  margin-bottom: 0;
}

.uc-h2.cc-padded2 {
  margin-left: 40px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 40px;
}

.uc-h2.cc-pretty {
  text-align: center;
  text-wrap: pretty;
}

.uc-h2.cc-darkblack {
  color: #111113;
}

.uc-h3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  letter-spacing: -.04em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 36px;
  display: flex;
}

.uc-h3.cc-black {
  font-weight: 700;
  line-height: 48px;
}

.uc-h3.cc-black.cc-bold {
  color: #101828;
  margin-bottom: 24px;
  font-weight: 700;
}

.uc-h3.cc-lineheight {
  margin-right: 237px;
  font-size: 56px;
  line-height: 64px;
}

.uc-h3.cc-roles {
  color: #111113;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.cc-pink {
  color: var(--secondary-fuchsia);
}

.insights-right {
  border-left: 0 solid #e7e7e780;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 55%;
  height: 100%;
  margin-left: 0;
  padding-top: 80px;
  padding-bottom: 0;
  padding-left: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.insight-subtext {
  border-left: 4px solid var(--secondary-fuchsia);
  color: #fff;
  padding-left: 20px;
  font-size: 20px;
  line-height: 32px;
}

.insight-cards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 0;
  display: flex;
}

.insight-card {
  background-color: #fff;
  border: 0 solid #fff;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 100%;
  display: block;
}

.insight-card.cc-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.insight-card.cc-mobile {
  width: 323px;
  height: 260px;
}

.insight-card_inner {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  left: 0;
}

.insight-card_inner.cc-donut-card {
  text-align: center;
  background-color: #0000;
  background-image: url('../images/blue-donut-bg.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 172px;
  height: 172px;
}

.heading-2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.text-block-3 {
  font-size: 15.81px;
  line-height: 20px;
}

.i-24 {
  width: 50px;
  height: 24px;
  position: relative;
}

.i-24.cc-topright {
  position: absolute;
  inset: 10% 10% auto auto;
}

.insight-card_inverse {
  background-color: #fff;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 100%;
}

.insight-card_inverse.cc-flexgap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex-flow: column;
  grid-template-rows: 1.5fr .5fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.insight-card_inverse.cc-mobile {
  width: 323px;
  height: 260px;
}

.insights-cta {
  background-color: var(--primary-blue);
  height: 100%;
  position: relative;
}

.c-overlay {
  z-index: 0;
  background-color: #000a28d4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.i-32 {
  width: 32px;
  height: 32px;
}

.findmore-btn {
  background-color: var(--secondary-green);
  color: var(--text-black);
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  font-family: Geist Mono, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.i-40 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.global-embed {
  display: block;
}

.c-whychoose {
  z-index: 3;
  background-color: var(--primary-blue);
  height: auto;
  margin-top: -100vh;
  padding-top: 140px;
  padding-bottom: 40px;
  position: relative;
}

.whychoose-heading {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  display: flex;
}

.c-button {
  background-color: var(--secondary-green);
  color: var(--text-black);
  text-transform: uppercase;
  padding: 16px 32px;
  font-family: Geist Mono, sans-serif;
  font-size: 14px;
}

.c-button:hover {
  background-color: var(--primary-blue);
  color: #fff;
}

.c-button.cc-monotone {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--text-black);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--text-black);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--text-black);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--text-black);
  text-align: center;
  background-color: #fff;
}

.c-button.cc-monotone:hover {
  background-color: var(--primary-blue);
}

.c-button.cc-absolute-btn {
  position: absolute;
  inset: auto 0% 15% auto;
}

.whychoose-grids {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.whychoose-grid1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 364px;
  grid-template-columns: .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.whychoose-grid_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: 284px;
  grid-template-columns: 350px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: end center;
  width: 100%;
  padding: 40px;
  display: grid;
  position: relative;
}

.whychoose-grid_item.is-second_item {
  background-color: #40eef5;
  display: flex;
}

.whychoose-grid_item.is-third_item {
  background-image: url('../images/whychoose-bg-image.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.whychoose-grid_item.is-fourth_item {
  background-color: var(--secondary-green);
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
}

.whychoose-grid_item.is-fifth_item {
  flex-flow: column;
  display: flex;
}

.text-span-2 {
  color: var(--secondary-fuchsia);
}

.whychoose-grid-text {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.whychoose-grid_image {
  align-self: flex-end;
  width: 245px;
  height: 200px;
  position: relative;
}

.whychoose-grid_image.cc-hide {
  width: 245px;
  display: block;
}

.whychoose-arrow {
  z-index: 2;
  background-color: var(--signal-blue);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.whychoose-grid2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #1f2d5f;
  grid-template-rows: 364px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 60px;
  display: grid;
}

.whychoose-card {
  background-color: #fff;
  border: 0 solid #fff;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 196px;
  display: block;
}

.whychoose-card_inner {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  left: 0;
}

.automate-tile {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #5a5a5a6b;
  border: .61px solid #999;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.automate-icon {
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 10px 5px;
}

.uc-h4 {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 40px;
  line-height: 48px;
}

.uc-h4.cc-signal-blue {
  color: var(--signal-blue);
}

.uc-h4.cc-black {
  color: var(--text-black);
  line-height: 40px;
}

.uc-h4.cc-balance {
  text-wrap: balance;
}

.uc-h4.cc-smaller {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.uc-h4.cc-smaller.cc-third {
  color: #fff;
}

.uc-h4.cc-darkblack {
  color: #1a1a1a;
}

.text-span-3 {
  color: var(--secondary-fuchsia);
}

.text-span-4 {
  color: var(--secondary-green);
}

.c-testimonials {
  background-color: var(--primary-blue);
  height: auto;
  padding-top: 40px;
  padding-bottom: 60px;
}

.testimonials-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 40% 25% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-wrapper {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  display: flex;
  position: relative;
}

.testimonial-header {
  border-bottom: 1px solid #e4e1e4;
  margin-left: 24px;
  margin-right: 24px;
  padding: 15px 0;
}

.testimonial-content {
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
  height: 500px;
  min-height: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.testimonial-quote {
  color: var(--text-black);
  letter-spacing: -.02em;
  max-width: none;
  line-height: 30px;
}

.testimonial-author {
  text-transform: uppercase;
  font-weight: 700;
}

.testimonial-excerpt {
  color: var(--text-black);
  padding-top: 0;
}

.tab-item {
  background-color: var(--signal-blue);
  border-top: 1px solid #2b386a;
  justify-content: space-between;
  align-items: center;
  height: 69.22px;
  display: flex;
}

.tab-item:hover {
  background-color: #001a80;
}

.tab-item.active {
  color: var(--text-black);
  background-color: @var_variable-96ee3ffc-41d7-edc4-ca5e-2625a316d652;
  border-top: 1px solid #2b386a;
}

.tab-icon {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  display: flex;
}

.tab-text {
  color: #fff;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.tab-arrow {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  display: flex;
}

.testimonial-item {
  opacity: 0;
  pointer-events: none;
  flex-flow: column;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 32px 0 20px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-item.active {
  opacity: 1;
  pointer-events: auto;
  flex-flow: column;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 32px 0 20px;
  display: flex;
  inset: 0% 0% auto;
}

.testimonial-item.active.cc-hide {
  display: none;
}

.quote-icon {
  width: -moz-fit-content;
  width: fit-content;
}

.bold-text {
  font-weight: 600;
}

.testimonial-logo {
  width: 268px;
  height: 50px;
  position: relative;
}

.testimonial-illustration {
  background-image: url('../images/testimonial-illustration.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 600px;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.testimonial-blur-tile {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #5a5a5a6b;
  border: .61px solid #999;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: absolute;
}

.testimonial-blur-icon {
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 10px 5px;
}

.text-block-4 {
  color: #c8c6c8;
  font-family: Mont Book, Impact, sans-serif;
  font-size: 10px;
}

.text-block-5 {
  color: #fff;
  font-size: 14.35px;
}

.testimonial-blur-container {
  width: 90%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-site_logo {
  background-color: #40eef5;
  border-radius: 73px;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 73px;
  display: flex;
}

.testimonial-marquee {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: block;
}

.marquee-header {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.marquee-section {
  mix-blend-mode: luminosity;
  height: auto;
  margin-left: -5vw;
  padding-left: 5vw;
}

.marquee-item {
  mix-blend-mode: normal;
  object-fit: cover;
  border: 1px solid #ffffff14;
  width: 160px;
  height: 60px;
  padding: 10px;
}

.c-features {
  border-top: 1px solid #e4e1e4;
  border-bottom: 1px solid #e4e1e4;
  height: auto;
  margin-top: 60px;
  position: relative;
}

.features-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: auto;
  display: grid;
  position: relative;
}

.features-image-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.features-text-container {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 32px;
  display: flex;
}

.feature-image {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  height: 500px;
  margin-right: 0;
  display: flex;
  position: absolute;
}

.feature-image.cc-hide {
  display: none;
}

.feature-image-bg {
  background-color: #f3f0f3;
  width: 398px;
  height: 396px;
  position: absolute;
  overflow: hidden;
}

.feature-image-label {
  z-index: 3;
  width: 260px;
  position: absolute;
  top: -60px;
  left: -5%;
}

.feature-image-label.cc-bottom {
  z-index: 3;
  inset: auto auto -15% -5%;
}

.features-content-container {
  border-left: 1px solid #e4e1e4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 0;
  padding-left: 40px;
  display: flex;
}

.feature-paragraph {
  color: var(--text-black);
  margin-bottom: 40px;
}

.snap-spacer {
  flex: none;
  height: 100%;
  display: none;
}

.c-blog {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.blog-heading {
  padding-bottom: 40px;
}

.text-span-5 {
  color: var(--text-black);
}

.blog-header-p {
  color: #474649;
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 28px;
}

.blog-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 60% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-spolight {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 56px;
  display: flex;
  position: relative;
}

.blog-spolight.cc-hide {
  display: none;
}

.blog-spotlight-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog-spotlight-header {
  background-color: var(--signal-blue);
  width: 90%;
  padding-left: 40px;
  position: absolute;
  inset: auto auto -.5%;
}

.blog-spotlight-excerpt {
  border-top: 1px solid #e4e1e480;
  justify-content: space-between;
  align-items: center;
  height: auto;
  font-family: Geist Mono, sans-serif;
  display: flex;
}

.spotlight-topic {
  color: var(--secondary-fuchsia);
  letter-spacing: -.02em;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-post-date {
  color: var(--text-black);
  letter-spacing: -.02em;
  white-space: nowrap;
  word-break: keep-all;
  padding-top: 15px;
  padding-bottom: 15px;
}

.spotlight-arrow {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center end;
  height: 100%;
  display: grid;
}

.spotlight-arrow-icon {
  z-index: 0;
  background-color: var(--signal-blue);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  bottom: 0;
  right: 0;
}

.spotlight-arrow-icon.cc-green {
  background-color: var(--secondary-green);
  width: 64px;
  height: 100%;
}

.cc-grey {
  color: #c8c6c8;
  margin-top: 10px;
}

.uc-h5 {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 18px;
}

.uc-h5.cc-black {
  color: var(--text-black);
  font-family: Mont, Impact, sans-serif;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.uc-h5.cc-black.cc-nomargin {
  margin-top: 0;
  margin-bottom: 0;
}

.uc-h5.cc-darkblue {
  color: #001a70;
  font-size: 14px;
  font-weight: 600;
}

.uc-h5.cc-white {
  color: #fff;
  font-family: Mont, Impact, sans-serif;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.blog-posts {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.blog-posts.cc-hide {
  display: none;
}

.blog-post {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 200px 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.blog-post.cc-grid {
  grid-template-columns: 1fr;
  width: 100%;
}

.blog-post-image {
  width: 200px;
  max-width: 200px;
  height: 100%;
  overflow: hidden;
}

.blog-post-image.cc-grid {
  width: auto;
  max-width: 436px;
  height: 248px;
  max-height: 327px;
}

.blog-post-image.cc-fullwidth {
  width: 100%;
  max-width: none;
  height: 250px;
  max-height: none;
}

.blog-post-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.blog-post-content.cc-grid {
  width: 100%;
}

.blog-post-excerpt {
  border-top: 1px solid #e4e1e4;
  justify-content: space-between;
  align-items: center;
  height: auto;
  font-family: Geist Mono, sans-serif;
  display: flex;
}

.blog-post-topic {
  color: var(--secondary-fuchsia);
  letter-spacing: -.02em;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
}

.blog-post-arrow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  height: 100%;
  display: flex;
}

.blog-arrow-icon {
  z-index: 0;
  background-color: var(--signal-blue);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  bottom: 0;
  right: 0;
}

.blog-arrow-icon.cc-green {
  background-color: var(--secondary-green);
  width: 50px;
  height: 100%;
}

.blog-arrow-icon.cc-green:hover {
  color: #00db8d;
}

.spotlight-date {
  color: var(--text-black);
  letter-spacing: -.02em;
  white-space: nowrap;
  word-break: keep-all;
  padding-top: 20px;
  padding-bottom: 20px;
}

.spotlight-date.cc-grey {
  color: #c8c6c8;
}

.footer {
  background-image: url('../images/footer-bg.png');
  background-position: 50%;
  background-size: cover;
  height: auto;
  padding: 40px 40px 100px;
  position: relative;
  overflow: hidden;
}

.footer-inner {
  width: 100%;
  padding: 60px 60px 100px;
}

.footer-header {
  margin-bottom: 0;
}

.cc-darkgrey {
  color: #474649;
  margin-top: 10px;
}

.cc-darkgrey.truncate-2 {
  margin-top: 0;
}

.footer-input {
  color: var(--text-black);
  -webkit-text-stroke-color: var(--text-black);
  border-bottom: 1px solid #acaaad4d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 28px;
  position: absolute;
}

.footer-form {
  justify-content: flex-start;
  align-items: flex-end;
  height: 40px;
  display: flex;
  position: relative;
}

.footer-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start end;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.footer-logo {
  width: 286px;
}

.footer-menu-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.footer-menu-label {
  color: var(--text-black);
  letter-spacing: -.02em;
  padding-bottom: 10px;
  font-family: Mont, Impact, sans-serif;
  font-weight: 600;
  line-height: 24px;
}

.footer-menu-link {
  color: #474649;
  letter-spacing: -.02em;
  font-family: Mont, Impact, sans-serif;
  line-height: 24px;
  text-decoration: none;
}

.footer-menu-link:hover {
  color: var(--signal-blue);
}

.footer-menu-link.cc-hide, .footer-sm-links.cc-mobile {
  display: none;
}

.copyright {
  border-top: 1px solid #e4e1e4;
  justify-content: space-between;
  margin-top: 0;
  padding: 40px;
  display: flex;
}

.copyright-text {
  color: #474649;
  letter-spacing: -.02em;
  font-family: Mont, Impact, sans-serif;
  line-height: 24px;
}

.copyright-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.copyright-inner {
  justify-content: space-between;
  display: flex;
}

.form-block {
  margin-top: 60px;
  margin-bottom: 60px;
}

.footer-bg {
  z-index: auto;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 220px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
}

.footer-site_logo {
  background-color: #40eef5;
  border-radius: 73px;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 115px;
  display: flex;
  position: absolute;
  inset: auto auto -5%;
}

.uc-h6 {
  color: #fff;
  font-size: 28px;
  line-height: 28px;
}

.uc-h6.cc-padded-y {
  padding-top: 32px;
  padding-bottom: 20px;
  padding-right: 40px;
  font-family: Mont, Impact, sans-serif;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
  display: block;
}

.animated-overlay {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.insights-left2 {
  background-color: var(--primary-blue);
  width: 45%;
  height: auto;
  padding-top: 0;
  position: absolute;
  bottom: 0;
}

.insights-left2.i-left-copy {
  width: 100%;
  height: 45%;
  margin: 80px auto 80px 0;
  position: relative;
  bottom: auto;
}

.cc-white {
  color: #fff;
}

.insights-right2 {
  border-left: 1px solid #e7e7e780;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 30px;
  display: flex;
  position: relative;
  inset: auto;
}

.animated-text-container {
  height: 120px;
  position: relative;
  overflow: hidden;
}

.insights-cta-text {
  border-top: 1px solid #ffffff24;
  flex-flow: column;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.text-wheel-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.insight-cards-animated {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  width: 100%;
  min-width: 0;
  height: 100%;
  display: flex;
  position: absolute;
}

.insight-cards-animated.cc-hide {
  display: none;
}

.animated-cards-container {
  opacity: 1;
  height: 350px;
  padding-left: 24px;
  position: relative;
}

.marquee-track {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  opacity: .6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.marquee-track.cc-noopacity {
  opacity: 1;
  display: flex;
}

.testimonial-pagination {
  background-color: #eff0ff;
  justify-content: space-between;
  align-items: center;
  height: 69px;
  padding-left: 20px;
  display: flex;
}

.testimonial-number {
  color: var(--text-black);
  letter-spacing: -.03em;
  font-weight: 400;
  line-height: 24px;
}

.testimonial-nav {
  width: 40%;
  height: 100%;
  display: flex;
}

.testimonial-nav_arrow {
  z-index: 2;
  background-color: var(--signal-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  bottom: 0;
  right: 0;
}

.testimonial-nav_arrow.cc-borderblue {
  border-right: 2px solid #ffffff1a;
}

.bold-text-2 {
  font-weight: 600;
}

.frequency-viz {
  width: 100%;
  height: 48px;
  position: relative;
  inset: auto 0% 0%;
}

.frequency-viz-container {
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.bold-text-3 {
  font-weight: 600;
}

.insights-cta2 {
  background-color: var(--primary-blue);
  height: 100%;
  position: relative;
}

.insights-pagination {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: 0;
  flex-flow: column;
  height: 100px;
  display: flex;
  position: fixed;
  inset: 50% 20px auto auto;
  transform: translate(0, -50%);
}

.insights-dash {
  background-color: #fff6;
  width: 3px;
  height: 31.75px;
}

.features-pagination {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: 0;
  flex-flow: column;
  height: 100px;
  display: flex;
  position: fixed;
  inset: 50% 20px auto auto;
  transform: translate(0, -50%);
}

.features-dash {
  background-color: #fff6;
  width: 3px;
  height: 31.75px;
}

.feature-images {
  position: absolute;
  inset: 0%;
}

.feature-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.features-mobile-inner {
  display: none;
}

.features-container-mobile {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 32px;
  display: flex;
}

.features-container-mobile.cc-border-top {
  display: flex;
}

.features-content-mobile {
  border-left: 1px solid #e4e1e4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 0;
  padding-left: 40px;
  display: flex;
}

.insight-card_top {
  height: 100%;
}

.insight-card_bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--secondary-green);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 0 solid #999;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  display: flex;
}

.insight-card_icon {
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 10px 5px;
}

.paragraph {
  font-weight: 400;
}

.insight-subtext-mobile {
  border-left: 4px solid var(--secondary-fuchsia);
  color: #fff;
  padding-left: 20px;
  font-size: 20px;
  line-height: 32px;
}

.cc-green {
  color: var(--secondary-green);
}

.hero-paragraph {
  max-width: 1200px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.hero-paragraph.cc-palewhite {
  color: #ffffffb2;
  margin-bottom: 20px;
  font-size: 18px;
}

.check-logo {
  color: #fff;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-top: 20px;
}

.c-img-2 {
  max-width: 100%;
  height: 100%;
  display: block;
  position: static;
}

.footer-bg-layer {
  background-image: url('../images/gem-footer-bg.png');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  inset: 40px 40px 100px;
}

.code-embed {
  object-fit: fill;
}

.i-20 {
  width: 100%;
  height: 100%;
  position: relative;
}

.i-20.cc-topright {
  position: absolute;
  inset: 10% 10% auto auto;
}

.i-20.cc-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.insights-left-2 {
  background-color: #001043;
  height: auto;
}

.insight-cards-animated-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: calc(100% - 20px);
  height: 100%;
  display: grid;
  position: absolute;
}

.c-about-2 {
  background-image: none;
  background-position: 0 0;
  display: block;
  position: relative;
}

.whoweare-heading-2 {
  z-index: 1;
  background-color: #e93ab0;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  display: flex;
  position: relative;
  transform: translate(0);
}

.animate-inner {
  height: 100%;
}

.c-whoweare_img {
  background-image: url('../images/solar-panel-image.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.c-whoweare_img.cc-overlay {
  background-image: linear-gradient(#000c387a, #000c387a), url('../images/solar-panel-image.jpg');
  background-position: 0 0, 50%;
  height: 100%;
  display: block;
}

.insight-card_inverse-v2 {
  background-color: #fff;
  position: relative;
}

.insight-card_inverse-v2.cc-flexgap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex-flow: column;
  grid-template-rows: 1.5fr .5fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-6 {
  font-size: 15.81px;
  line-height: 20px;
}

.text-block-7 {
  color: #111113;
  background-color: #e93ab0;
  padding: 10px 20px;
  font-family: Geist Mono, sans-serif;
  font-size: 14px;
}

.insight-card-2 {
  background-color: #fff;
  border: 0 solid #fff;
  justify-content: space-between;
  align-items: flex-start;
}

.insight-card-2.cc-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-whoweare-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  max-height: 902px;
  display: grid;
  position: sticky;
  top: 0;
}

.animate-wrapper {
  height: 100%;
}

.c-about_bg {
  background-image: linear-gradient(#00000080, #00000080), url('../images/solar-panel-blur.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 350vh;
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.insight-subtext-2 {
  color: #fff;
  border-left: 4px solid #e93ab0;
  padding-left: 20px;
  font-size: 20px;
  line-height: 32px;
}

.insight-card_img {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.about-inner-2 {
  height: 400vh;
  position: relative;
}

.insight-card_bottom-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #03ffa6;
  border: 0 solid #999;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  display: flex;
}

.animated-overlay-2 {
  transform-style: preserve-3d;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  overflow: hidden;
  transform: scale3d(.9, .9, .9);
}

.c-stats-section-2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 96px;
  display: flex;
}

.c-img-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-img-3.cc-objectcover {
  object-fit: cover;
}

.c-img-3.cc-contain {
  object-fit: contain;
  height: auto;
}

.insights-right-2 {
  border-left: 0 solid #e7e7e780;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.insights-cta-v2 {
  background-color: #001043;
  height: 100%;
  position: relative;
}

.insights-left_wrapper {
  height: 100%;
  max-height: none;
  padding-right: 64px;
}

.c-anim-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.findmore-btn-2 {
  color: #111113;
  text-transform: uppercase;
  background-color: #03ffa6;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  font-family: Geist Mono, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.insights-left-v2 {
  background-color: #001043;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.insight-cards-animated-v2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: calc(100% - 20px);
  height: 100%;
  display: grid;
  position: absolute;
}

.whoweare-heading-v2 {
  z-index: 1;
  background-color: #e93ab0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: -48px;
}

.c-img-v2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.c-img-v2.cc-objectcover {
  object-fit: cover;
}

.c-img-v2.cc-contain {
  object-fit: contain;
  height: auto;
}

.c-img-v2.cc-hide {
  display: none;
}

.insights-right-v2 {
  border-left: 0 solid #e7e7e780;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-8 {
  font-size: 15.81px;
  line-height: 20px;
}

.text-block-9 {
  color: #111113;
  background-color: #e93ab0;
  padding: 10px 20px;
  font-family: Geist Mono, sans-serif;
  font-size: 14px;
}

.c-about-v2 {
  background-image: none;
  background-position: 0 0;
  display: block;
  position: relative;
}

.insight-card-v2 {
  background-color: #fff;
  border: 0 solid #fff;
  justify-content: space-between;
  align-items: flex-start;
}

.insight-card-v2.cc-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-inner-v2 {
  height: 300vh;
  position: relative;
}

.c-whoweare-v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  max-height: none;
  display: grid;
  position: sticky;
  top: 0;
}

.insight-subtext-v2 {
  color: #fff;
  border-left: 4px solid #e93ab0;
  padding-left: 20px;
  font-size: 20px;
  line-height: 32px;
}

.animated-overlay-v2 {
  transform-style: preserve-3d;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 85vh;
  min-height: 600px;
  display: grid;
  overflow: hidden;
  transform: scale3d(.9, .9, .9);
}

.insight-card_bottom-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #03ffa6;
  border: 0 solid #999;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  display: flex;
}

.c-stats-section-v2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 96px;
  display: flex;
}

.findmore-btn-3 {
  color: #111113;
  text-transform: uppercase;
  background-color: #03ffa6;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  font-family: Geist Mono, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.center-line {
  width: 1px;
}

.insights-pagination-v2 {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: 0;
  flex-flow: column;
  height: 100px;
  display: flex;
  position: fixed;
  inset: 50% 20px auto auto;
  transform: translate(0, -50%);
}

.c-blogs-hero {
  z-index: auto;
  background-color: var(--primary-blue);
  background-image: url('../images/Hero-BG.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-height: none;
  padding-top: 180px;
  padding-bottom: 140px;
  position: relative;
}

.blogs-hero-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.page-label-text {
  color: #fff;
  text-transform: uppercase;
  padding: 8px;
  font-family: Geist Mono, sans-serif;
  line-height: 24px;
}

.page-label-text.cc-category {
  background-color: var(--secondary-fuchsia);
}

.page-label {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #1f2d5f;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding: 8px 16px;
  display: flex;
}

.page-label.cc-blogpage {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-color: #e93ab04d;
  padding: 4px;
}

.page-label.cc-borderless {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding: 0 16px;
}

.page-label-dot {
  background-color: var(--secondary-fuchsia);
  border-radius: 20px;
  width: 6px;
  height: 6px;
}

.bh-paragraph {
  color: #ffffffb2;
  font-size: 18px;
  line-height: 36px;
}

.featured-blog-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 60% 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-top: 72px;
  display: grid;
}

.c-blogposts {
  padding-top: 0;
  padding-bottom: 60px;
}

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

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.c-blog-hero {
  z-index: auto;
  background-color: var(--primary-blue);
  height: 100vh;
  max-height: none;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.blog-hero-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.blog-banner {
  height: 700px;
  position: relative;
}

.banner-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 40%;
  grid-auto-columns: 1fr;
  width: 90%;
  height: 671px;
  display: grid;
  position: absolute;
  top: -140px;
  left: auto;
  right: auto;
}

.banner-image {
  height: 100%;
}

.banner-content {
  background-color: #eff0ff;
  flex-flow: column;
  justify-content: space-between;
  padding: 48px;
  display: flex;
}

.credit-label {
  color: #e93ab0;
  text-transform: uppercase;
  font-family: Geist Mono, sans-serif;
  font-size: 12px;
}

.credit-value {
  font-family: Mont, Impact, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.banner-socials {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  display: flex;
}

.banner-social {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #dfe4ff;
  border: 1px solid #b7c4ff;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
}

.banner-social:hover {
  background-color: #b7c4ff;
}

.cc-black {
  color: var(--text-black);
  line-height: 30px;
}

.author-credit-wrapper {
  justify-content: space-between;
  margin-bottom: 28px;
  display: flex;
}

.social-label {
  color: #262528;
  text-transform: uppercase;
  font-family: Geist Mono, sans-serif;
  font-size: 12px;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.blog-body-content {
  color: #474649;
  font-family: Mont, Impact, sans-serif;
}

.featured-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.featured-collection-list-wrapper {
  width: 100%;
}

.spotlight-collection-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.spotlight-collection-list {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.spotlight-collection-item {
  width: 100%;
  height: 100%;
}

.pagination {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.custom-pagination {
  justify-content: center;
  align-items: center;
  height: 40px;
  display: none;
}

.page-arrow {
  border: 1px solid var(--primary-blue);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.page-arrow.is-list-pagination-disabled {
  opacity: .5;
}

.page-number {
  color: #919097;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Mont, Impact, sans-serif;
  text-decoration: none;
  display: flex;
}

.page-number:hover {
  color: #262528;
  background-color: #333;
}

.page-number:lang(en) {
  color: #919097;
  background-color: #fff;
}

.page-num-text {
  font-family: Mont, Impact, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.page-numbers {
  display: flex;
}

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

.page-count {
  display: none;
}

.text-field {
  color: var(--text-black);
  border-bottom: 1px solid #e8e8e8;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 100px;
  font-family: Geist Mono, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.search-icon {
  position: absolute;
  inset: 14px auto auto 60px;
}

.form {
  position: relative;
}

.blogs-empty {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.search-field {
  color: var(--text-black);
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 60px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 100px;
  font-family: Geist Mono, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.search-field:hover {
  background-color: #eff0ff;
}

.search-field:active {
  color: var(--text-black);
  background-color: #eff0ff;
}

.search-field:focus {
  background-color: #eff0ff;
}

.blog-count-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  position: absolute;
  inset: 14px 80px 0% auto;
}

.blog-count-wrapper.cc-filtered {
  display: none;
}

.blog-count-wrapper.cc-total {
  display: flex;
  top: 16px;
  bottom: auto;
}

.count-total-label, .count-total, .count-filtered {
  color: #919097;
  font-family: Geist Mono, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.read-progress-container {
  z-index: 999;
  background-color: #1d2a58;
  width: 100%;
  height: 6px;
  position: fixed;
  top: 0;
  left: 0;
}

.read-progress {
  background-color: var(--secondary-green);
  width: 0%;
  height: 100%;
}

.related-posts {
  background-color: #faf8ff;
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.related-posts-inner {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.related-collection-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;
}

.empty-state {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.empty-state.cc-gray {
  background-color: #ddd;
  padding: 40px;
}

.empty-text {
  font-family: Mont, Impact, sans-serif;
  font-weight: 600;
}

.collection-item-2, .collection-list-2 {
  height: 100%;
}

.c-blogs-hero-copy {
  z-index: auto;
  background-color: var(--primary-blue);
  background-image: url('../images/04-1.png');
  background-position: 50%;
  background-size: cover;
  height: auto;
  max-height: none;
  padding-top: 180px;
  padding-bottom: 140px;
  position: relative;
}

.c-hero_content {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.c-hero_label {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.marquee-wrapper {
  width: calc(100vw - 15px);
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  left: auto;
  right: auto;
  overflow: hidden;
}

.text-highlight {
  justify-content: space-between;
  align-items: center;
  height: 60%;
  display: flex;
  position: relative;
}

.c-highlight {
  z-index: 2;
  background-color: #001a70;
  height: 100vh;
  position: relative;
}

.cc-highlight {
  text-align: center;
  letter-spacing: -.03em;
  text-wrap: balance;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  font-weight: 600;
  line-height: 51px;
}

.highlight-image {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: url('../images/highlight-image-blurred.png');
  background-position: 50% 90%;
  background-size: cover;
  height: 40%;
  position: relative;
}

.c-values {
  z-index: 2;
  background-color: var(--primary-blue);
  height: 100vh;
  max-height: 800px;
  position: relative;
}

.c-values-inner {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.value-card {
  background-color: var(--secondary-green);
  background-image: url('../images/value-icon.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-end;
  width: 437px;
  height: 547px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
}

.value-card.cc-fourth {
  z-index: 1;
  background-color: #fff;
  width: 437px;
  height: 547px;
  display: flex;
}

.value-card.cc-third {
  background-color: #e93ab0;
  background-image: url('../images/value-icon2.png');
  display: flex;
}

.value-card.cc-second {
  background-color: #40eef5;
  background-image: url('../images/value-icon3.png');
  display: flex;
}

.value-card.cc-first {
  background-image: url('../images/value-icon4.png');
  display: flex;
}

.value-content {
  height: 200px;
}

.value-number {
  z-index: 2;
  background-color: var(--signal-blue);
  color: #fff;
  padding: 24px;
  font-family: Geist Mono, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.value-paragraph {
  color: #1a1a1a;
  margin-top: 15px;
}

.value-paragraph.cc-third {
  color: #fff;
}

.value-cards {
  width: 100%;
  height: 547px;
  margin-right: -100px;
  padding-right: 100px;
  position: relative;
  overflow: hidden;
}

.c-roles {
  z-index: 2;
  background-color: #40eef5;
  height: 640px;
  position: relative;
  overflow: hidden;
}

.c-roles_content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.roles-paragraph {
  text-align: center;
  color: #474649;
  max-width: 1200px;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.roles-paragraph.cc-palewhite {
  color: #ffffffb2;
  margin-bottom: 20px;
}

.roles-button {
  background-color: var(--signal-blue);
  padding: 15px 44.5px;
  font-family: Geist Mono, sans-serif;
  font-size: 14px;
}

.roles-button:hover {
  background-color: var(--secondary-green);
  color: #111113;
}

.roles-button.c-green-btn {
  background-color: var(--secondary-green);
  color: var(--text-black);
}

.roles-button.c-green-btn:hover {
  background-color: var(--signal-blue);
  color: #fff;
}

.roles-button.cc-blur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.roles-button.cc-blur:hover {
  background-color: var(--signal-blue);
}

.roles-radial-bg {
  background-image: url('../images/radial-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.blur-overlay {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.value-card-wrapper {
  width: 437px;
  height: 547px;
  position: absolute;
}

.value-card-wrapper.cc-hide {
  display: none;
}

.text-span-5-copy {
  color: var(--text-black);
}

.rounded-site_logo {
  z-index: 3;
  background-color: #40eef5;
  border-radius: 73px;
  justify-content: center;
  align-items: center;
  width: 106px;
  height: 106px;
  display: flex;
  position: absolute;
  inset: auto auto -12% 50%;
  transform: translate(-50%);
}

.content-container {
  width: 70vw;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.content-container.cc-white {
  background-color: #fff;
}

.content-container.cc-white.cc-fullwidth {
  width: 100%;
}

.content-container.cc-fullwidth {
  width: 100%;
  max-width: none;
}

.content-container.cc-flex {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.content-container.cc-flexcenter {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.count-filtered-label {
  color: #919097;
  font-family: Geist Mono, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.collection-list-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.inner-blog-post {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 200px 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
}

.inner-blog-post.cc-grid {
  grid-template-columns: 1fr;
  width: 100%;
}

@media screen and (min-width: 1280px) {
  p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
  }

  .c-img.feature-img-behind {
    position: absolute;
    bottom: -60px;
    right: -60px;
  }

  .hero-button, .hero-button.cc-blur {
    filter: blur();
  }

  .c-about, .c-whoweare.cc-hide {
    height: 100vh;
  }

  .uc-h2.feature-h2 {
    color: var(--text-black);
  }

  .insight-card, .insight-card_inverse {
    max-width: none;
    height: 100%;
  }

  .insight-card_inverse.cc-flexgap {
    max-width: none;
    height: auto;
  }

  .global-embed {
    display: block;
  }

  .tab-item, .tab-item.active {
    border-top: 1px solid #2b386a;
  }

  .c-features {
    border-top: 1px solid #e4e1e4;
    height: auto;
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .features-inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    display: grid;
  }

  .features-image-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    display: flex;
  }

  .feature-image {
    flex: 0 auto;
    align-self: auto;
    width: 95%;
    height: 500px;
    position: absolute;
  }

  .feature-image-bg {
    background-color: #f3f0f3;
    width: 498px;
    height: 496px;
    position: absolute;
    overflow: hidden;
  }

  .feature-image-label {
    width: 260px;
    position: absolute;
    top: -100px;
    left: -100px;
  }

  .features-content-container {
    border-left: 1px solid #e4e1e4;
    width: 100%;
    height: 100%;
    padding-left: 60px;
  }

  .cc-darkgrey.truncate-2 {
    font-size: 16px;
  }

  .features-content-mobile {
    border-left: 1px solid #e4e1e4;
    width: 100%;
    height: 100%;
    padding-left: 60px;
  }

  .hero-paragraph {
    text-wrap: balance;
    max-width: 960px;
  }

  .hero-paragraph.cc-palewhite {
    text-wrap: stable;
  }

  .insight-card_inverse-v2 {
    max-width: none;
    height: 100%;
  }

  .insight-card_inverse-v2.cc-flexgap {
    max-width: none;
    height: auto;
  }

  .insight-card-2, .insight-card-v2 {
    max-width: none;
    height: 100%;
  }

  .roles-paragraph {
    text-wrap: balance;
    max-width: 960px;
  }

  .roles-button, .roles-button.cc-blur {
    filter: blur();
  }
}

@media screen and (max-width: 991px) {
  .c-action {
    display: none;
  }

  .c-hero_text {
    width: 100%;
  }

  .c-hero_lottie.cc-hide {
    display: none;
  }

  .uc-h1.hero-heading {
    font-size: 64px;
    line-height: 72px;
  }

  .c-stats-section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .stat {
    width: 35%;
  }

  .stat-unit {
    letter-spacing: -.01em;
  }

  .whoweare-heading {
    justify-content: space-between;
    align-items: center;
  }

  .insights-inner {
    grid-template-columns: 1fr;
  }

  .insights-left {
    width: 100%;
  }

  .insights-description.cc-border-hide {
    width: auto;
  }

  .uc-h3.cc-lineheight {
    margin-right: 100px;
  }

  .insights-right {
    border-top: 1px solid #e7e7e780;
    border-left-width: 0;
  }

  .insight-cards {
    flex-flow: wrap;
  }

  .insight-card.cc-mobile, .insight-card_inverse.cc-mobile {
    width: 323px;
    height: 260px;
  }

  .i-40 {
    height: 15px;
  }

  .whychoose-grid1 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .whychoose-grid2 {
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-inner {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 50% 50%;
  }

  .features-inner {
    grid-template-columns: 1fr;
  }

  .features-inner.cc-hide {
    display: none;
    overflow: visible;
  }

  .features-image-container {
    display: none;
  }

  .feature-image {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .features-content-container {
    border-top: 0 solid #e4e1e4;
    border-left-width: 0;
    padding-left: 0;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-spolight {
    margin-bottom: 0;
  }

  .blog-spotlight-image {
    height: 400px;
  }

  .blog-posts {
    margin-top: 40px;
  }

  .footer-input {
    font-family: Mont, Impact, sans-serif;
  }

  .footer-menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    place-items: start;
  }

  .footer-sm-links.cc-mobile {
    display: none;
  }

  .copyright {
    flex-flow: row;
  }

  .copyright-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .icon {
    color: #fff;
  }

  .insights-left2 {
    width: 100%;
  }

  .insights-left2.i-left-copy {
    flex-flow: column;
    height: 100%;
    display: flex;
  }

  .insights-right2 {
    border-top: 1px solid #e7e7e780;
    border-left-width: 0;
  }

  .animated-cards-container {
    padding-left: 0;
  }

  .features-container-mobile.cc-border-top {
    border-top: 1px solid #e4e1e4;
  }

  .features-content-mobile {
    border-top: 0 solid #e4e1e4;
    border-left-width: 0;
    padding-left: 0;
  }

  .insights-left-2 {
    width: 100%;
  }

  .whoweare-heading-2 {
    justify-content: space-between;
    align-items: center;
  }

  .c-about_bg {
    height: 400vh;
  }

  .c-stats-section-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .insights-right-2 {
    border-top: 1px solid #e7e7e780;
    border-left-width: 0;
  }

  .insights-left_wrapper {
    padding-right: 0;
  }

  .insights-left-v2 {
    width: 100%;
  }

  .insight-cards-animated-v2 {
    grid-template-rows: 250px;
    width: calc(100% - 20px);
  }

  .insight-cards-animated-v2.cc-hide {
    display: none;
  }

  .whoweare-heading-v2 {
    z-index: 1;
    opacity: 1;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: -49px;
  }

  .c-img-v2.cc-objectcover {
    object-fit: cover;
  }

  .insights-right-v2 {
    border-top: 0 solid #e7e7e780;
    border-left-width: 0;
    margin-top: 0;
    display: none;
  }

  .about-inner-v2 {
    height: 300vh;
  }

  .insight-subtext-v2 {
    font-size: 18px;
    line-height: 28px;
  }

  .animated-overlay-v2 {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .c-stats-section-v2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .featured-blog-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .related-posts-inner {
    width: 80%;
  }

  .c-hero_content, .c-hero_label, .cc-highlight, .c-roles_content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }

  .uc-h1 {
    font-size: 56px;
    line-height: 64px;
  }

  .uc-h1.hero-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .uc-h1.cc-balance {
    font-size: 48px;
    line-height: 56px;
  }

  .hero-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .c-stats-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .stat {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .stat-value {
    font-size: 64px;
  }

  .uc-h2 {
    font-size: 48px;
    line-height: 48px;
  }

  .uc-h2.cc-black {
    text-align: center;
    letter-spacing: -.03em;
    font-size: 32px;
    line-height: 36px;
  }

  .uc-h2.cc-maxw {
    max-width: none;
    margin-bottom: 20px;
  }

  .uc-h3 {
    font-size: 32px;
    line-height: 28px;
  }

  .uc-h3.cc-black {
    font-weight: 700;
  }

  .uc-h3.cc-lineheight {
    font-size: 40px;
    line-height: 48px;
  }

  .whychoose-heading {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .c-button.cc-absolute-btn {
    width: 100%;
    padding: 12px 24px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .whychoose-grid1, .whychoose-grid_item {
    grid-template-columns: 1fr;
  }

  .whychoose-grid_item.is-second_item.cc-minheight, .whychoose-grid_item.is-fifth_item.cc-minheight {
    min-height: 250px;
  }

  .whychoose-grid_image.cc-hide {
    display: none;
  }

  .whychoose-grid2 {
    grid-template-columns: 1fr;
  }

  .uc-h4.cc-black {
    font-size: 28px;
    line-height: 28px;
  }

  .uc-h4.cc-balance {
    margin-top: 20px;
    font-size: 28px;
    line-height: 28px;
  }

  .uc-h4.cc-smaller {
    font-size: 28px;
    line-height: 32px;
  }

  .testimonials-inner {
    grid-template-columns: 100%;
  }

  .feature-image-bg {
    width: 298px;
    height: 296px;
  }

  .blog-post {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .blog-post-image {
    width: auto;
    max-width: none;
  }

  .blog-post-image.cc-grid {
    max-width: none;
  }

  .blog-post-content {
    width: auto;
  }

  .footer-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .cc-darkgrey.truncate-2 {
    text-align: left;
  }

  .footer-input {
    position: relative;
  }

  .footer-form {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

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

  .footer-logo {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .footer-sm-links {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-sm-links.cc-desktop {
    display: none;
  }

  .footer-sm-links.cc-mobile {
    display: flex;
  }

  .copyright-text {
    color: #919097;
  }

  .copyright-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .copyright-inner {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .features-container-mobile {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .insight-subtext-mobile, .hero-paragraph {
    font-size: 16px;
    line-height: 28px;
  }

  .check-logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .animate-wrapper {
    display: none;
  }

  .c-stats-section-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .insights-left_wrapper {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: auto;
    display: block;
  }

  .c-anim-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .insight-cards-animated-v2 {
    grid-template-rows: 250px auto;
  }

  .whoweare-heading-v2 {
    z-index: 1;
  }

  .insights-right-v2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-whoweare-v2 {
    height: 100vh;
  }

  .insight-subtext-v2 {
    font-size: 16px;
    line-height: 24px;
  }

  .animated-overlay-v2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    place-items: center stretch;
    margin-top: 0;
    display: grid;
    overflow: visible;
  }

  .c-stats-section-v2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .collection-list, .banner-inner {
    grid-template-columns: 1fr;
  }

  .featured-collection-list {
    flex-flow: row;
    overflow: auto;
  }

  .featured-collection-list.cc-scrollbar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .featured-collection-list-wrapper {
    overflow: hidden;
  }

  .related-posts-inner {
    width: 100%;
  }

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

  .cc-highlight {
    font-size: 28px;
    line-height: 42px;
  }

  .c-values-inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .value-card.cc-fourth, .value-card.cc-third, .value-card.cc-second, .value-card.cc-first {
    width: 100%;
    height: 100%;
  }

  .roles-paragraph {
    font-size: 16px;
    line-height: 28px;
  }

  .value-card-wrapper {
    width: 100%;
  }

  .footer-logo-wrapper {
    width: 50%;
  }

  .content-container {
    width: 80vw;
  }

  .inner-blog-post {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .c-hero.cc-careers {
    background-image: url('../images/Hero-BG---Mobile.png');
    background-position: 50% 0;
    background-size: contain;
    height: auto;
    max-height: none;
  }

  .uc-h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .uc-h1.hero-heading {
    font-size: 36px;
    line-height: 42px;
  }

  .uc-h1.cc-center {
    text-align: center;
  }

  .uc-h1.cc-balance {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
  }

  .hero-inner.cc-careers {
    flex-flow: column;
    margin-top: 140px;
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-img.cc-scale-anim {
    object-fit: cover;
    object-position: 50% 50%;
    transform: scale(1.5);
  }

  .hero-buttons {
    flex-flow: row;
    width: 100%;
    display: flex;
  }

  .hero-button {
    text-align: center;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-button.c-green-btn {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
  }

  .hero-button.c-green-btn2 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
  }

  .c-stats-section {
    justify-content: center;
    align-items: center;
  }

  .stat {
    width: 80%;
  }

  .stat-value {
    font-size: 56px;
    line-height: 28px;
  }

  .stat-caption {
    width: auto;
  }

  .c-whoweare.cc-hide {
    display: none;
  }

  .insights-description {
    margin-left: 20px;
  }

  .uc-h2, .uc-h2.cc-maxw {
    font-size: 36px;
    line-height: 36px;
  }

  .uc-h2.cc-padded, .uc-h2.cc-padded2 {
    margin-left: 20px;
    padding-right: 0;
  }

  .uc-h2.cc-pretty {
    line-height: 40px;
  }

  .uc-h2.cc-darkblack {
    text-align: center;
  }

  .insights-right {
    padding-left: 0;
  }

  .c-button.cc-absolute-btn {
    position: relative;
    bottom: auto;
    right: auto;
  }

  .whychoose-grid_item {
    grid-template-rows: 300px;
    padding: 20px;
  }

  .whychoose-grid_item.is-second_item, .whychoose-grid_item.is-third_item {
    padding: 20px;
  }

  .whychoose-grid_item.is-fifth_item {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .uc-h4 {
    font-size: 30px;
    line-height: 30px;
  }

  .uc-h4.cc-mb {
    margin-bottom: 10px;
  }

  .testimonial-content {
    height: 520px;
    min-height: 0;
  }

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

  .features-image-container {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .features-text-container {
    height: 500px;
  }

  .feature-image {
    height: auto;
  }

  .blog-spotlight-header {
    padding-left: 10px;
  }

  .blog-post {
    grid-template-columns: 1fr;
  }

  .blog-post-image {
    width: 100%;
    max-width: none;
  }

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

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

  .footer-input {
    position: relative;
  }

  .footer-form {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

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

  .copyright-menu {
    flex-flow: column;
  }

  .footer-bg {
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .uc-h6.cc-padded-y {
    font-size: 18px;
    line-height: 28px;
  }

  .insights-right2 {
    padding-left: 0;
  }

  .features-container-mobile {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-paragraph.cc-palewhite {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }

  .footer-bg-layer {
    top: 40px;
    left: 10px;
    right: 10px;
  }

  .c-whoweare_img.cc-overlay {
    display: block;
  }

  .c-about_bg {
    height: 300vh;
  }

  .c-stats-section-2 {
    justify-content: center;
    align-items: center;
  }

  .insights-right-2 {
    padding-left: 0;
  }

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

  .insights-right-v2 {
    padding-left: 0;
    display: none;
  }

  .about-inner-v2 {
    height: 300vh;
  }

  .c-whoweare-v2 {
    height: 100vh;
  }

  .animated-overlay-v2 {
    height: auto;
    margin-top: 0;
  }

  .c-stats-section-v2 {
    justify-content: center;
    align-items: center;
  }

  .c-blogs-hero {
    background-image: url('../images/Hero-BG---Mobile.png');
  }

  .page-label-text {
    font-size: 12px;
    line-height: 18px;
  }

  .banner-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .search-icon {
    top: 16px;
    left: 10px;
  }

  .search-field {
    padding-left: 50px;
  }

  .blog-count-wrapper.cc-filtered, .blog-count-wrapper.cc-total {
    font-size: 14px;
    right: 10px;
  }

  .count-total-label, .count-total, .count-filtered {
    font-size: 14px;
  }

  .related-collection-list {
    grid-template-columns: 1fr;
  }

  .c-hero_content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .c-hero_label {
    justify-content: center;
    align-items: center;
  }

  .text-highlight {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-highlight {
    flex-flow: column;
    justify-content: space-between;
    height: auto;
    max-height: 800px;
    display: flex;
  }

  .cc-highlight {
    font-size: 20px;
    line-height: 36px;
  }

  .highlight-image {
    height: auto;
    overflow: hidden;
  }

  .c-values-inner {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .value-card {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .value-card.cc-fourth, .value-card.cc-third, .value-card.cc-second, .value-card.cc-first {
    width: 100%;
    height: 100%;
  }

  .roles-paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .roles-button {
    text-align: center;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .roles-button.c-green-btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .roles-heading {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
  }

  .roles-radial-bg {
    display: block;
  }

  .value-card-wrapper {
    width: 100%;
  }

  .count-filtered-label {
    font-size: 14px;
  }

  .inner-blog-post {
    grid-template-columns: 1fr;
  }
}

#w-node-_25665d2c-8999-9c69-0e8e-6d5f4a4768f3-d1cb855b, #w-node-_25665d2c-8999-9c69-0e8e-6d5f4a4768f4-d1cb855b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_25665d2c-8999-9c69-0e8e-6d5f4a4768f6-d1cb855b {
  align-self: end;
}

#w-node-_2052b4aa-8364-72c2-93f0-4228aec8ab10-d1cb855b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start end;
}

@media screen and (min-width: 1280px) {
  #w-node-_0aafb778-2957-3b63-8d30-d15d3aa9641e-d1cb855b {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_25665d2c-8999-9c69-0e8e-6d5f4a4768f6-d1cb855b {
    align-self: center;
  }

  #w-node-_2052b4aa-8364-72c2-93f0-4228aec8ab10-d1cb855b {
    grid-column: span 1 / span 1;
  }

  #w-node-_13ef9494-5508-6ff4-d7f4-abe1dabf3936-dabf391f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_25665d2c-8999-9c69-0e8e-6d5f4a4768f4-d1cb855b {
    place-self: center;
  }
}


@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont Book';
  src: url('../fonts/Mont-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}