@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;
  --secondary-fuchsia: #e93ab0;
  --signal-blue: #001a70;
}

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 {
  background-color: var(--primary-blue);
  height: 100vh;
  position: relative;
}

.c-container {
  width: 90%;
  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%;
}

.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: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

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

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

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

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

.cta-button.inverse-button {
  border: 1px solid #fff6;
  font-family: Geist Mono, sans-serif;
}

.c-hero_text {
  width: 50%;
}

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

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

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

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

.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: difference;
}

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

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

.hero-button {
  background-color: #0000;
  padding: 15px 40px;
  font-size: 14px;
}

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

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

.c-about {
  background-image: url('../images/solar-panel-blur.png');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.c-stats-section {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.whoweare-heading {
  background-color: var(--secondary-fuchsia);
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.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: 60px;
  padding-bottom: 60px;
  display: flex;
}

.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;
  position: relative;
}

.insights-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 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.i-left-copy {
  width: 100%;
  margin: 80px auto 80px 0;
  position: relative;
}

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

.insights-description.cc-border-hide {
  border-bottom-width: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
}

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

.uc-h2.insights-h2 {
  color: var(--secondary-fuchsia);
  border-top: 1px solid #ffffff24;
  margin: 40px 20px;
  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);
}

.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-h3 {
  color: #fff;
  letter-spacing: -.04em;
  font-size: 40px;
  font-weight: 600;
  line-height: 36px;
}

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

.button {
  background-color: var(--secondary-green);
  color: var(--text-black);
  width: 100%;
  padding: 15px 20px;
  font-family: Geist Mono, sans-serif;
  font-size: 14px;
}

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

.insight-subtext {
  color: #fff;
}

.insight-cards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  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: 283px;
  height: 240px;
  display: block;
}

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

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

.text-block-3 {
  font-size: 14px;
}

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

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

.insights-cta.cc-hide {
  display: none;
}

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

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

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

.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.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-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-padded-y {
  border-bottom: 1px solid #e4e1e421;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
}

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

.uc-h4.cc-black {
  color: var(--text-black);
}

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

.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: 15px;
  margin-right: 15px;
  padding: 15px 0;
}

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

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

.testimonial-author {
  font-weight: 700;
}

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

.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;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 20px;
  transition: opacity .4s;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

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

.testimonial-logo {
  width: 268px;
}

.testimonial-illustration {
  background-image: url('../images/testimonial-illustration.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 617px;
  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 {
  height: auto;
}

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

.marquee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

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

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

.features-image-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: sticky;
}

.features-text-container {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 32px;
}

.feature-image {
  align-self: flex-end;
  width: 90%;
  height: 400px;
  position: relative;
}

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

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

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

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

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

.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: 1fr 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-spotlight-image {
  background-image: url('../images/panel-image.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

.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-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;
  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%;
}

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

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

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

.cc-darkgrey {
  color: #474649;
}

.footer-input {
  color: #c8c6c8;
  border-bottom: 1px solid #acaaad4d;
  margin-top: 0;
  margin-bottom: 0;
  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-weight: 600;
  line-height: 24px;
}

.footer-menu-link {
  color: #474649;
  letter-spacing: -.02em;
  line-height: 24px;
  text-decoration: none;
}

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

.copyright-text {
  color: #474649;
  letter-spacing: -.02em;
  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 {
  background-image: url('../images/footer-second-bg.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 220px;
  display: flex;
  position: relative;
}

.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%;
}

.text-span-6 {
  color: @var_variable-4ac2aa97-9415-b697-c355-e895c25b4978;
  font-weight: 700;
}

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

.uc-h6.cc-padded-y {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
}

@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;
  }

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

  .insight-card, .insight-card_inverse {
    max-width: 283px;
    height: 240px;
  }

  .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: 100vh;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    display: grid;
  }

  .features-image-container {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-top: 0;
    display: flex;
  }

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

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

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

  .c-hero_text {
    width: 100%;
  }

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

  .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-right {
    border-top: 1px solid #e7e7e780;
    border-left-width: 0;
  }

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

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

  .features-content-container {
    border-top: 1px 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-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;
  }

  .copyright {
    flex-flow: row;
  }

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

  .icon {
    color: #fff;
  }
}

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

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

  .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-maxw {
    max-width: none;
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .footer-logo {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .uc-h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .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 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .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 {
    margin-left: 20px;
    padding-right: 0;
  }

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

  .testimonial-content {
    min-height: 480px;
  }

  .features-inner {
    grid-template-rows: 350px auto;
  }

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

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

  .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-menu {
    flex-flow: column;
  }

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

#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-_2052b4aa-8364-72c2-93f0-4228aec8ab10-d1cb855b {
    grid-column: span 1 / span 1;
  }
}


@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;
}