:root {
  --medium-sea-green: #5ab963;
  --white: white;
  --electric-blue: #09a9c8;
  --electric-gray: #536878;
  --bg-grey: #fafafa;
  --light-blue-background: #f7f7f7;
  --walsh--black: #2c2c2c;
  --walsh--light-goldenrod-yellow: #d3f6c1;
  --flowstica-webflow-library--black: #010b15;
  --flowstica-webflow-library--white: white;
  --flowstica-webflow-library--black-2: #333;
  --black: black;
  --dark-grey: #b3b3b3;
  --dark-grey-2: #999;
  --sea-green: #48944f;
}

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

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

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

p {
  margin-bottom: 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-color: var(--medium-sea-green) var(--medium-sea-green) var(--medium-sea-green) #e6e6e6;
  color: #000;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.navigation {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.navigation.navbar-about-us {
  background-color: var(--white);
}

.navigation.nav-dark-bg {
  z-index: 2000;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(83, 104, 120, .87);
  width: 100%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.navigation.nav-light-bg {
  z-index: 20000;
  background-color: #fff;
  width: 100%;
  position: fixed;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 64px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.header {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/charging-station-house.png');
  background-position: 0 0, 50% 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: -90px;
  padding: 210px 30px 120px;
  display: flex;
  position: relative;
}

.header.home {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/IMG_1462.JPG');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 0;
}

.header.emmc {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/business-men-sitting-around-a-table.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  margin-top: 0;
}

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

.navigation-link {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.bullet {
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 15px;
  margin-right: 15px;
}

.navigation-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 4px;
  margin-left: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s, color .2s;
}

.navigation-button:hover {
  color: #000;
  background-color: #fff;
}

.header-content {
  perspective: 2000px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 1000px;
  margin-top: -100px;
  display: flex;
}

.h1 {
  box-sizing: border-box;
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 78px;
  position: static;
}

.h1.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.h1.load-reveal {
  text-align: center;
  max-width: 1000px;
  font-family: Verdana, Geneva, sans-serif;
}

.h1.consulting-page {
  color: var(--white);
  font-size: 90px;
  line-height: 90px;
  position: static;
  top: 25px;
}

.paragraph {
  color: var(--white);
  text-align: left;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.cc-gray {
  color: #333;
  text-align: left;
  width: 106%;
}

.paragraph.load-reveal.home-section-description {
  text-align: center;
  max-width: 1000px;
}

.paragraph.load-reveal.emmc-main-section-description {
  text-align: center;
  align-self: auto;
}

.paragraph.consulting-main-section {
  opacity: 1;
  color: var(--white);
  max-width: 30vw;
}

.paragraph.consulting-main-section.consulting-main-section-p2 {
  color: var(--white);
  margin-top: -100px;
}

.button {
  background-color: var(--electric-blue);
  color: #fff;
  border-radius: 4px;
  margin-top: 50px;
  padding: 15px 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
}

.button:hover {
  background-color: var(--electric-gray);
}

.button.cc-cta {
  margin-top: 0;
}

.button.cc-banner {
  color: #000;
  background-color: #fff;
}

.button.cc-banner:hover {
  background-color: #e6e6e6;
}

.container {
  z-index: 1;
  flex: 1;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

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

.container.cc-cta {
  display: flex;
}

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

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

.container.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container.cc-contact {
  display: flex;
}

.container.consulting-main-section {
  pointer-events: auto;
  align-items: center;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.features {
  justify-content: center;
  align-items: center;
  padding: 120px 30px 100px;
  display: flex;
}

.h2 {
  color: var(--white);
  text-align: left;
  margin-top: -30px;
  margin-bottom: 18px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
}

.h2.cc-center {
  margin-bottom: 40px;
}

.h2.cc-2-rows {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 44px;
}

.h2.cc-white-text {
  color: #fff;
}

.h2.text-span.cc-post-text {
  margin-bottom: 15px;
}

.h2-container {
  width: 50%;
  margin-bottom: 90px;
}

.h2-container.cc-center {
  text-align: center;
  width: 65%;
  margin-bottom: 0;
}

.h2-container.cc-questions {
  margin-bottom: 60px;
}

.text-span {
  color: var(--electric-gray);
  text-align: left;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.text-span.cc-white-text {
  color: #fff;
}

.feature-item-container {
  border: 1px solid #f7f7f7;
  height: 330px;
  padding: 50px 40px;
  transition: box-shadow .2s;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.collection-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.collection-list.cc-feature-row {
  margin-bottom: -20px;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.h3.cc-cta {
  color: var(--medium-sea-green);
  margin-bottom: 0;
}

.h3.cc-header {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.h3.cc-pricing {
  width: 100%;
}

.h3.cc-team-title {
  width: 100%;
  margin-bottom: 0;
}

.h3.cc-latest-posts {
  margin-bottom: 40px;
}

.h3.mission-title {
  text-align: center;
  flex-flow: column;
  align-self: center;
  align-items: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 32px;
  line-height: 40px;
  display: block;
}

.h3.mission-title.values-title {
  margin-bottom: 40px;
}

.h3.mission-title.offerings-title {
  margin-top: 60px;
  margin-bottom: 60px;
}

.slider-section {
  background-color: #fafafa;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-top: 360px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.slider {
  flex: 1;
  max-width: 1440px;
  height: 720px;
  margin-top: -360px;
}

.slide {
  background-image: url('../images/image-slider-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  font-size: 6px;
}

.icon {
  width: 30px;
  height: 30px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-2 {
  background-image: url('../images/image-slider-02.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/image-slider-03.jpg');
  background-position: 50%;
  background-size: cover;
}

.about {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 115px 30px;
  display: flex;
}

.link {
  color: var(--electric-blue);
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: var(--electric-gray);
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.separator.cc-background-grey {
  background-color: var(--bg-grey);
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.premium {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium.cc-background {
  background-color: rgba(0, 0, 0, 0);
}

._2-row-image.cc-bottom {
  margin-right: 0;
}

._2-row-image.cc-row-spacing {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(255, 255, 255, 0)), url('../images/businessme_2.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50vw;
  max-width: 600px;
  height: 100%;
  max-height: 400px;
  margin-right: 60px;
  position: relative;
}

._2-row-image.cc-row-spacing.home-consulting-image {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(255, 255, 255, 0)), url('../images/futuristic-car-dashboard.jpeg');
  width: 55vw;
}

._2-row-image.cc-row-spacing.home-energy-image {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(255, 255, 255, 0)), url('../images/IMG_1462.JPG');
  width: 55vw;
  max-width: 600px;
  margin-right: 0;
}

._2-row-text {
  max-width: 500px;
  margin-right: 20px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

._2-row-text.cc-bottom.cc-reverse {
  margin-left: 100px;
  margin-right: 0;
}

.row {
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.row.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row.cc-reverse {
  flex-direction: row-reverse;
}

._2-row-action-text {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
}

.cta {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 150px 30px;
  display: flex;
}

.cta-line {
  background-color: var(--medium-sea-green);
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.cta-line.cc-header {
  background-color: #fff;
}

.cta-column {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.cta-left-top {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px 20px;
  display: flex;
}

.footer-column {
  width: 50%;
  display: flex;
}

.footer-column.cc-footer {
  flex-direction: column;
}

.text-footer-credits {
  color: #666;
  margin-top: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.footer-links-list {
  flex-direction: column;
  padding-right: 50px;
  display: flex;
}

.link-footer {
  color: #fff;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link-footer:hover {
  color: rgba(255, 255, 255, .7);
}

.link-social {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  display: flex;
}

.footer-social {
  justify-content: flex-start;
  width: 25%;
  display: flex;
}

.collection-item {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.collection-item.cc-feature-row {
  width: 25%;
  margin-bottom: 20px;
}

.feature-icon {
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  display: flex;
}

.nav-button {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
}

.nav-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.nav-icon-piece {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-icon-piece.top {
  position: absolute;
  transform: translate(0, -8px);
}

.nav-icon-piece.bottom {
  position: absolute;
  transform: translate(0, 8px);
}

.header-inner {
  background-color: var(--medium-sea-green);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/industry.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.header-inner.cc-header-extra {
  padding-bottom: 0;
}

.header-inner.consulting-page {
  background-color: var(--electric-gray);
  background-image: none;
  height: 200vh;
  padding: 0;
  display: block;
  position: relative;
}

.header-inner-content {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.inner-category {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.premium-banner {
  background-image: url('../images/image-premium-banner.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-height: 720px;
  padding: 120px 30px;
  display: flex;
}

.premium-banner-inner {
  background-color: var(--medium-sea-green);
  max-width: 370px;
  padding: 60px 50px;
}

.premium-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium-image-banner {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  max-height: 720px;
  display: flex;
  overflow: hidden;
}

.premium-image-container {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-top: -60px;
  margin-bottom: 120px;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.image-banner {
  margin-right: 60px;
}

.container-quote {
  text-align: center;
  width: 70%;
}

.block-quote {
  color: var(--medium-sea-green);
  border-left: 0 rgba(0, 0, 0, 0);
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

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

.image {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.text-block {
  color: #000;
  margin-left: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.container-pricing {
  justify-content: center;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.pricing-block {
  border: 1px solid #f7f7f7;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.pricing-block:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, .14);
}

.price {
  color: #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.price-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.currency {
  color: #999;
  margin-top: 40px;
  margin-left: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.small-text {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text.cc-light {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-block-separator {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-info {
  padding: 50px 40px 40px;
}

.button-pricing {
  background-color: var(--medium-sea-green);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-pricing:hover {
  background-color: #48944f;
}

.container-facts {
  justify-content: center;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.container-facts.energy-values-old {
  display: none;
}

.facts {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.fact-block {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 32px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.image-2 {
  margin-bottom: 20px;
}

.facts-gray-background {
  background-color: #fafafa;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.faq {
  background-color: #fafafa;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.container-questions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  margin: 40px auto 0;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.question-block {
  width: 90%;
  margin: 30px 50px 30px 10px;
}

.container-facts-inner {
  width: 25%;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.header-banner {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.about-intro {
  justify-content: center;
  align-items: center;
  padding: 115px 30px 75px;
  display: flex;
}

.goals-container {
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.goals-container-inner {
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
}

.team {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.collection-list-2 {
  margin: -10px;
}

.team-member {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-inner-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.team-avatar {
  width: 100%;
  height: 100%;
}

.team-member-info {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px 10px;
  display: flex;
}

.our-goals {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.blog-posts {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-posts-item {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  width: 33.3333%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.post-list {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  margin: -10px;
  display: flex;
}

.blog-posts-item-container {
  background-color: #fff;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.post-info {
  padding: 30px;
}

.post-date {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.header-blog {
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.header-image {
  z-index: 1;
  max-width: 1440px;
  max-height: 750px;
  position: relative;
}

.header-color {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.content {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.contact-intro {
  flex-flow: column wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.contact-info {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contact-info-row {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.contact-info-text {
  color: #999;
  width: 25%;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.contact-info-text.cc-text-black {
  color: #000;
  width: auto;
}

.form-input {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-field {
  color: #b3b3b3;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  border-bottom-color: #000;
}

.text-field:active {
  color: #000;
}

.text-field:focus {
  color: #000;
  border-bottom-color: #000;
}

.text-field::placeholder {
  color: #b3b3b3;
}

.rich-text {
  color: #000;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.rich-text h2 {
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.rich-text p {
  color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  color: #777;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.nav-link {
  color: var(--electric-gray);
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.nav-link:hover {
  color: var(--electric-blue);
}

.nav-link.w--current {
  border-bottom: 8px solid var(--electric-blue);
  background-color: var(--bg-grey);
  color: var(--electric-blue);
}

.nav-link.w--current:hover {
  color: var(--electric-blue);
}

.nav-link.dark-nav-link {
  color: var(--white);
  padding-right: 10px;
}

.nav-link.dark-nav-link:hover {
  color: var(--electric-blue);
}

.nav-link.dark-nav-link.w--current {
  background-color: rgba(41, 41, 41, .3);
}

.nav-link.white-bg {
  color: var(--electric-gray);
}

.nav-link.white-bg:hover {
  color: var(--electric-blue);
}

.nav-link.white-bg.w--current {
  border-bottom: 5px solid var(--electric-blue);
  background-color: var(--bg-grey);
  color: var(--electric-blue);
}

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 15px;
  line-height: 24px;
}

.image-3 {
  width: 160px;
  height: 50px;
}

.button-2 {
  border: 2px solid var(--electric-gray);
  color: var(--electric-gray);
  background-color: rgba(56, 152, 236, 0);
  border-radius: 4px;
  flex: none;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
}

.button-2:hover {
  background-color: var(--electric-gray);
  color: var(--white);
}

.button-2.about-us {
  border-color: var(--electric-gray);
  color: var(--electric-gray);
}

.button-2.about-us:hover {
  border-color: var(--white);
  background-color: var(--electric-gray);
  color: var(--white);
}

.button-2.white-bg {
  border-color: var(--electric-gray);
  color: var(--electric-gray);
  font-weight: 700;
}

.button-2.white-bg:hover {
  color: var(--white);
}

.button-2.dark-nav-bg, .button-2.home-emmc-section {
  border-color: var(--white);
  color: var(--white);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-block-2 {
  color: var(--electric-gray);
  text-align: center;
  object-position: 50% 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 40px;
  margin-right: 12px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  display: flex;
}

.text-block-2.nav-point {
  color: var(--white);
  height: 66px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.slider-2 {
  height: 90vh;
}

.image-4 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

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

.slide-4 {
  background-image: url('../images/charging-station-house.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/businessme_2.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-6 {
  width: 300px;
}

.paragraph-2 {
  box-sizing: border-box;
  background-color: var(--electric-blue);
  color: var(--white);
  object-fit: fill;
  border-radius: 4px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 10px;
  font-size: 18px;
  display: inline-block;
}

.paragraph-2.load-reveal {
  width: 230px;
  font-family: Verdana, Geneva, sans-serif;
  display: block;
}

.paragraph-2.load-reveal.company-moving-title {
  text-align: left;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  margin: 0 0 10px;
  display: flex;
}

.paragraph-3 {
  color: var(--white);
  padding-right: 10px;
  font-size: 18px;
  display: inline-block;
}

.paragraph-3.load-reveal {
  font-family: Verdana, Geneva, sans-serif;
}

.paragraph-3.load-reveal.emmc-page {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.simple-text {
  color: #fff;
  text-align: center;
  flex: none;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: static;
  top: auto;
  bottom: 5%;
  left: auto;
  right: auto;
}

.simple-text.cc-gray {
  color: #999;
}

.div-block {
  flex-flow: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-7 {
  color: #fff;
  -webkit-text-stroke-width: 0px;
}

.lottie-animation {
  width: 60px;
  height: 50px;
  margin-top: -16px;
}

.description-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.description-section.h2 {
  color: var(--electric-gray);
  text-align: center;
  height: auto;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.paragraph-4 {
  text-align: center;
  margin-bottom: 24px;
  font-family: Verdana, Geneva, sans-serif;
}

.heading {
  margin-bottom: -16px;
}

.image-8 {
  width: 600px;
  max-width: 600px;
  height: 400px;
}

.image-9 {
  max-width: 600px;
}

.blue-tag-title {
  background-color: var(--electric-blue);
  color: var(--white);
  border-radius: 4px;
  padding: 8px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.efi-paragraph {
  font-family: Verdana, Geneva, sans-serif;
}

.image-10 {
  object-fit: cover;
  width: 400px;
  max-height: 80vh;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-08-icon {
  background-color: var(--electric-gray);
  border-radius: 20px;
  width: 75px;
  height: 75px;
  margin-bottom: 12px;
  padding: 20px;
}

.efi-ft-08-cell {
  grid-column-gap: 50px;
  grid-row-gap: 75px;
  grid-template-columns: 1fr 1fr 1fr;
}

.efi-ft-08-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-08 {
  padding: 100px 2% 75px;
}

.efi-ft-08-cell-copy {
  grid-column-gap: 50px;
  grid-row-gap: 75px;
  grid-template-columns: 1fr 1fr;
}

.efi-hr-03-image {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.efi-button {
  background-color: #000;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 400;
  transition: all .7s;
}

.efi-button:hover {
  transform: translate(0, -7px);
}

.efi-button.invert {
  filter: invert();
}

.efi-hr-03-button-wrapper {
  margin-top: 30px;
}

.efi-small-paragraph {
  font-weight: 400;
}

.efi-big-paragraph {
  color: var(--white);
  text-align: center;
  max-width: 1000px;
  margin-bottom: 40px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.efi-hr-03-right-content {
  color: #fff;
  padding-top: 0;
  font-family: Verdana, Geneva, sans-serif;
}

.efi-jumbo {
  font-size: 5.5vh;
  line-height: 1.1em;
}

.efi-jumbo.white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto 40px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 44px;
}

.efi-hr-03-title-wrapper {
  width: 80%;
  margin-bottom: 50px;
}

.efi-hr-03-left-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.efi-hr-03-grid {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.efi-hr-03-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.efi-hr-03-top {
  background-color: rgba(224, 248, 255, 0);
  padding: 6% 5% 4%;
}

.efi-hr-03 {
  background-color: var(--electric-gray);
  background-image: linear-gradient(rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/business-men-sitting-around-a-table.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  margin-bottom: 0%;
  padding: 100px 40px;
  display: flex;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
}

.image-11 {
  width: 100px;
}

.container-4 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/industry.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-5 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  width: 100%;
  height: auto;
  margin-left: 40px;
  margin-right: 0;
  padding-left: 31px;
  display: flex;
}

.text-block-3 {
  border-top: 4px solid var(--electric-blue);
  border-left: 0px none var(--electric-blue);
  color: var(--white);
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0 12px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}

.image-12 {
  width: 70px;
  height: 70px;
  margin-bottom: 22px;
}

.button-3 {
  border: 2px solid var(--white);
  background-color: rgba(56, 152, 236, 0);
  border-radius: 4px;
  margin-top: 40px;
}

.button-3:hover {
  background-color: var(--electric-gray);
}

.container-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  width: 100%;
  min-height: 100px;
  display: flex;
}

.text-block-4 {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 4px;
  width: auto;
  min-width: auto;
  max-width: 300px;
  padding: 12px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.efi-tsm-02-title {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.efi-tsm-02-testimonial-title {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-direction: column;
  display: flex;
}

.efi-tsm-02-icon {
  width: 20%;
}

.efi-tsm-02-testimonial-top {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  align-items: center;
  display: flex;
}

.efi-tsm-02-testimonial {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fff;
  border-radius: 1.1em;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
}

.efi-tsm-02-div-3 {
  width: 33%;
  padding-left: 10px;
}

.efi-tsm-02-div-2 {
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
}

.efi-tsm-02-div-1 {
  width: 33%;
  padding-right: 10px;
}

.efi-tsm-02-testimonials {
  flex-wrap: nowrap;
  display: flex;
}

.efi-tsm-02-title-wrapper {
  color: #fff;
}

.efi-tsm-02-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  margin-bottom: 100px;
}

.efi-tsm-02-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-tsm-02 {
  background-color: #000;
  padding: 10% 5%;
}

.container-7 {
  max-width: none;
}

.logos-quote-block {
  background-color: var(--light-blue-background);
  border-bottom: 1px #e4ebf3;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 60px 30px 0;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card {
  background-color: #f5f7fa;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: flex;
}

.clients-quote {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper {
  color: rgba(0, 0, 0, .85);
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: rgba(87, 85, 85, .85);
  padding-right: 0;
}

.walsh-heading-medium {
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-icon-small {
  height: 32px;
}

.walsh-icon-wrapper-circle-large {
  background-color: var(--walsh--light-goldenrod-yellow);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.walsh-rounded-box-large {
  grid-row-gap: 2em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 2em 40px 3em;
  display: flex;
}

.walsh-rounded-box-large.assad {
  position: relative;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.walsh-container {
  z-index: 2;
  background-color: var(--light-blue-background);
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
}

.heading-2 {
  color: var(--electric-gray);
  text-align: center;
  margin-bottom: 60px;
  font-size: 44px;
}

.bold-text {
  margin-top: -12px;
  font-family: Verdana, Geneva, sans-serif;
  display: block;
}

.walsh-footer-link-center {
  color: rgba(0, 0, 0, .54);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.walsh-footer-link-center:hover {
  color: #000;
}

.walsh-footer-inner-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.walsh-icon-social {
  max-height: 32px;
}

.walsh-footer-link-social {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.walsh-footer-grid-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  justify-items: start;
  width: 100%;
}

.walsh-footer-inner {
  grid-column-gap: 20px;
  width: 80%;
  display: flex;
}

.walsh-footer-legal-link {
  color: #a5a5a5;
  text-decoration: none;
}

.walsh-footer-legal-link:hover {
  color: #000;
}

.walsh-footer-legal-text {
  clear: none;
  color: #6e6e6e;
  flex: 1;
  order: 0;
  width: 100%;
  margin-top: 40px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  display: block;
}

.walsh-logo-footer {
  cursor: pointer;
  width: 300px;
  max-width: none;
  height: 100px;
  max-height: none;
  margin-bottom: 0;
  display: block;
}

.walsh-center-h-wrapper {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
}

.walsh-main-grid-2 {
  grid-column-gap: 1.1em;
  grid-row-gap: 1.1em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 300px;
  display: flex;
  position: relative;
}

.walsh-container-2 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-content-wrapper-white {
  background-color: #fff;
  padding-top: 4.5em;
  padding-bottom: 0;
  position: relative;
}

.efi-form-button {
  color: #fff;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 0;
  width: 100%;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: all .7s ease-in-out;
}

.efi-form-button:hover {
  color: #fff;
  background-color: #636363;
  transform: translate(0, -7px);
}

.efi-form-button:active {
  color: #fff;
}

.input {
  color: #727272;
  letter-spacing: -.8px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #6b6b6b;
  height: 55px;
  margin-bottom: 10px;
  padding: 12px 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .04);
}

.input:focus {
  border: 1px #cecece;
  border-bottom-style: solid;
}

.efi-h3 {
  font-family: Verdana, Geneva, sans-serif;
}

.efi-frm-05-form-block {
  background-color: #f3f3f3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
}

.efi-frm-05-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
}

.efi-frm-05 {
  padding: 75px 2%;
}

.image-14 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.submit-button {
  width: 100%;
}

.submit-button.contact-us-btn {
  margin-top: 20px;
}

.image-15 {
  align-self: auto;
  width: 60px;
  margin-right: 20px;
}

.paragraph-5, .paragraph-6, .paragraph-7 {
  font-family: Verdana, Geneva, sans-serif;
}

.bold-text-2, .bold-text-3 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: .9em;
}

.bold-text-4 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: .9em;
  display: block;
}

.wbs-button-black {
  background-color: var(--flowstica-webflow-library--black);
  color: var(--flowstica-webflow-library--white);
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.wbs-button-black:hover {
  background-color: var(--flowstica-webflow-library--black-2);
  color: var(--flowstica-webflow-library--white);
}

.wbs-spacing-30 {
  height: 1.875rem;
}

.wbs-feature-list-item {
  grid-column-gap: 10px;
  display: flex;
}

.wbs-feature-list-items {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.wbs-feature-split-3-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px rgba(1, 11, 21, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.wbs-lead-text {
  color: var(--flowstica-webflow-library--black);
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.wbs-spacing-20 {
  height: 1.25rem;
}

.wbs-heading-h4 {
  color: var(--electric-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-feature-image {
  opacity: 1;
  border-radius: 10px;
  width: 300px;
  height: 100px;
}

.wbs-feature-image.battery-img {
  opacity: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.wbs-feature-split-3 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.wbs-container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.wbs-section {
  padding: 4rem 5%;
}

.image-16, .image-17 {
  width: 60px;
  height: 60px;
}

.div-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-5 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.div-block-3 {
  margin-bottom: 0;
  position: relative;
}

.div-block-4 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-18 {
  width: 60px;
  height: 100px;
  transform: rotate(90deg);
}

.div-block-5 {
  background-color: var(--light-blue-background);
  margin-top: 0;
  margin-left: 60px;
  padding: 40px;
}

.wbs-team-social-icon {
  height: 32px;
}

.wbs-team-social {
  float: right;
  margin-right: 10px;
}

.wbs-team-title {
  color: var(--electric-gray);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
}

.wbs-team-title-link {
  text-decoration: none;
}

.wbs-team-info {
  padding-top: 15px;
}

.wbs-team-image {
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 10px;
  width: 100%;
  max-width: 330px;
  height: 330px;
}

.wbs-team-image.ridha {
  object-position: 60% 50%;
  width: 100%;
  max-width: 330px;
  height: 500px;
}

.wbs-team-image.nabil {
  object-position: 50% 70%;
}

.wbs-team-image.issam {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: 330px;
  height: 330px;
  display: block;
}

.wbs-team-image-wrap {
  aspect-ratio: 1;
  object-position: 50% 50%;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 330px;
  height: auto;
  max-height: 330px;
  display: flex;
  overflow: hidden;
}

.wbs-team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.wbs-section-2 {
  padding: 3rem 5% 6.25rem;
}

.meet-the-team {
  color: var(--electric-gray);
  text-align: center;
  margin-bottom: 60px;
  font-size: 44px;
}

.team-description {
  margin-top: 20px;
  font-family: Verdana, Geneva, sans-serif;
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.efi-button-2 {
  background-color: #000;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 400;
  transition: all .7s;
}

.efi-button-2:hover {
  transform: translate(0, -7px);
}

.efi-big-paragraph-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.efi-label {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}

.efi-label.big {
  color: var(--electric-blue);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8em;
}

.efi-hr-04-title-wrapper {
  margin-bottom: 25px;
}

.efi-hr-04-right-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-19 {
  object-fit: contain;
  max-width: 100%;
  height: auto;
  max-height: 110vh;
  line-height: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 25vh;
}

.efi-hr-04-left-content {
  border-radius: 30px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 200vh;
  display: flex;
  position: static;
  top: 0;
}

.efi-hr-04-grid {
  grid-column-gap: 40px;
  flex: 0 auto;
  grid-template-rows: auto;
  justify-items: stretch;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.efi-hr-04-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-hr-04 {
  justify-content: center;
  height: auto;
  min-height: 200vh;
  padding: 0% 5% 0% 0%;
  display: flex;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 90vh;
  display: flex;
}

.heading-3 {
  font-family: Verdana, Geneva, sans-serif;
}

.heading-3.commitment-title {
  text-align: center;
  margin-bottom: 60px;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-20 {
  margin-right: 8px;
}

.section {
  background-color: var(--light-blue-background);
  margin-top: 100px;
  margin-bottom: 60px;
}

.wbs-feature-title {
  color: var(--electric-gray);
  margin-top: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.1rem;
  line-height: 1.2em;
}

.wbs-feature-icon {
  flex: none;
  height: 40px;
}

.wbs-feature-icon-simple {
  margin-bottom: 20px;
}

.wbs-feature-5-item {
  background-color: var(--white);
  border: 1px solid rgba(1, 11, 21, .1);
  border-radius: 10px;
  padding: 30px;
}

.wbs-feature-5-items {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 24% 24% 24% 24%;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.wbs-container-2 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.wbs-section-3 {
  padding: 60px 5% 6.25rem;
}

.wbs-section-3.basic-cards {
  display: none;
}

.paragraph-8 {
  font-family: Verdana, Geneva, sans-serif;
}

.div-block-8 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-9 {
  background-color: var(--light-blue-background);
  padding: 10px 30px;
}

.home-image-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 5%;
  right: auto;
}

.div-block-10 {
  clear: none;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: none;
  align-self: center;
  width: 100%;
  display: flex;
}

.image-21 {
  background-color: rgba(255, 255, 255, 0);
  max-height: 22px;
  margin-left: 0;
  margin-right: 0;
}

.link-block {
  margin-left: 8px;
  margin-right: 12px;
  padding: 8px;
}

.image-22 {
  float: right;
  object-fit: cover;
  width: 65%;
  height: 100vh;
  max-height: 100vh;
  position: static;
}

.div-block-11 {
  pointer-events: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
}

.div-block-12 {
  float: right;
  background-color: var(--black);
  opacity: .35;
  width: 65%;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-13 {
  background-color: var(--electric-blue);
  border-radius: 2px;
  width: 140px;
  height: 26px;
}

.section-mission-vision {
  align-items: center;
  height: 80vh;
  display: none;
}

.mission-icon {
  width: 60px;
}

.section-core-values {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1170px;
  height: auto;
  min-height: 80vh;
  margin: 140px auto 0;
  padding: 0 40px;
  display: flex;
}

.image-23 {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}

.walsh-paragraph-small {
  color: rgba(22, 22, 22, .68);
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.08em;
  line-height: 1.6;
}

.walsh-heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-inner-wrap {
  grid-row-gap: .35em;
  flex-direction: column;
  display: flex;
}

.walsh-stats-number-medium {
  color: var(--walsh--black);
  font-size: 5.2em;
  font-weight: 700;
  line-height: 1;
}

.walsh-grid-stats {
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  width: 100%;
}

.walsh-inner-padding-list {
  grid-row-gap: 2em;
  flex-direction: column;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.walsh-cover-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-image-content {
  background-color: #d0f6f6;
  border-radius: 24px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 44em;
  display: flex;
  overflow: hidden;
}

.walsh-flex-horizontal-gap {
  grid-column-gap: 4em;
  flex-wrap: nowrap;
  justify-content: center;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.walsh-rounded-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.walsh-rounded-block {
  background-color: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.walsh-rounded-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.walsh-container-3 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.paragraph-9.value-proposition-subtitle {
  text-align: center;
  max-width: 800px;
}

.bold-text-5.service-title {
  color: var(--electric-gray);
  font-family: Verdana, Geneva, sans-serif;
}

.bold-text-6.service-title, .service-title {
  color: var(--electric-gray);
}

.div-block-14 {
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-15 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-2 {
  height: auto;
  min-height: 100vh;
  margin-top: 10px;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 60px;
}

.div-block-16 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.walsh-paragraph-small-2 {
  color: rgba(22, 22, 22, .68);
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.08em;
  line-height: 1.6;
}

.walsh-heading-small-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-inner-wrap-2 {
  grid-row-gap: .35em;
  flex-direction: column;
  display: flex;
}

.walsh-stats-number-medium-2 {
  color: var(--walsh--black);
  font-size: 5.2em;
  font-weight: 700;
  line-height: 1;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-main-grid-3 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  display: block;
  position: relative;
}

.walsh-container-4 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.div-block-17 {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.div-block-18 {
  justify-content: space-around;
  align-items: stretch;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-19 {
  width: 40%;
  margin: 20px;
}

.div-block-19.key-offering-block {
  background-color: var(--light-blue-background);
  padding: 40px;
}

.offering-title {
  margin-bottom: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.bold-text-7 {
  color: var(--electric-gray);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.div-block-20 {
  flex-flow: column;
  display: inline-flex;
}

.image-24 {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  font-size: 20px;
  display: inline-flex;
}

.image-24.approach-list-check {
  margin-top: 4px;
  padding-top: 0;
}

.div-block-21 {
  margin-top: 24px;
  display: flex;
}

.sub-list-item {
  padding-left: 20px;
}

.list-item {
  color: #333;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 20px;
}

.text-block-6, .text-block-7 {
  font-family: Verdana, Geneva, sans-serif;
}

.walsh-icon-small-2 {
  height: 60px;
}

.walsh-icon-wrapper-circle {
  background-color: rgba(211, 246, 193, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.walsh-rounded-box-center {
  grid-row-gap: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 40px 12px;
  display: flex;
}

.walsh-main-grid-4 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

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

.text-block-8, .text-block-9, .text-block-10 {
  font-family: Verdana, Geneva, sans-serif;
}

.image-26.assad {
  width: 150px;
}

.div-block-23 {
  width: 230px;
  height: auto;
  display: inline-block;
  overflow: visible;
}

.div-block-24 {
  align-items: flex-end;
  display: flex;
}

.div-block-25 {
  height: 40px;
  overflow: hidden;
}

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

.text-block-11 {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.section-5 {
  margin-top: 140px;
}

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

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

.walsh-paragraph-small-3 {
  color: rgba(22, 22, 22, .68);
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.08em;
  line-height: 1.6;
}

.walsh-heading-small-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-heading-small-3.track-record-line {
  font-weight: 400;
}

.walsh-inner-wrap-3 {
  grid-row-gap: .35em;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.walsh-stats-number-medium-3 {
  color: var(--walsh--black);
  font-size: 5.2em;
  font-weight: 700;
  line-height: 1;
}

.walsh-grid-stats-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 160px 1fr;
  width: 100%;
}

.walsh-inner-padding-list-2 {
  grid-row-gap: 2em;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-self: auto;
  min-height: 80vh;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-right: 40px;
  display: flex;
}

.walsh-cover-image-2 {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.walsh-image-content-2 {
  background-color: rgba(208, 246, 246, 0);
  border-radius: 24px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 36em;
  height: 80vh;
  max-height: 80vh;
  margin-top: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0;
  overflow: visible;
}

.walsh-flex-horizontal-gap-2 {
  grid-column-gap: 4em;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1170px;
  min-height: 200vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 6em;
  display: flex;
  position: relative;
}

.walsh-rounded-container-2 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.walsh-rounded-block-2 {
  background-color: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.walsh-rounded-wrapper-2 {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.walsh-container-5 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  height: 200vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.heading-4 {
  font-size: 60px;
  line-height: 50px;
  position: static;
}

.heading-4.founder-name {
  text-align: center;
  white-space: nowrap;
  font-size: 80px;
}

.heading-4.about-the-founder {
  color: var(--black);
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
}

.div-block-26 {
  z-index: -1;
  color: var(--electric-gray);
  position: absolute;
  top: -10px;
  left: 0;
}

.image-28 {
  object-fit: contain;
  width: 200px;
  max-height: 100px;
}

.div-block-27 {
  display: flex;
}

.div-block-28 {
  width: 200px;
  max-width: 200px;
  max-height: 100px;
  margin-right: 24px;
  display: flex;
}

.div-block-29 {
  align-self: auto;
  display: flex;
}

.image-29 {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.div-block-30 {
  display: flex;
}

.heading-5 {
  font-family: Verdana, Geneva, sans-serif;
}

@media screen and (min-width: 1280px) {
  .navigation-container {
    max-width: none;
    height: 74px;
  }

  .header.home {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/IMG_1462.JPG');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .header.emmc {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/business-men-sitting-around-a-table.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .header-content {
    max-width: 1000px;
  }

  .h1.consulting-page {
    margin-bottom: 0;
    line-height: 100px;
  }

  .paragraph.load-reveal.emmc-main-section-description {
    max-width: 1000px;
  }

  .paragraph.consulting-main-section {
    max-width: 28vw;
  }

  .paragraph.consulting-main-section.consulting-main-section-p2 {
    margin-top: -200px;
  }

  .h3.mission-title {
    font-family: Verdana, Geneva, sans-serif;
  }

  .body {
    overflow: auto;
  }

  ._2-row-image.cc-row-spacing.home-energy-image {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(255, 255, 255, 0)), url('../images/IMG_1462.JPG');
  }

  .footer {
    padding-bottom: 20px;
  }

  .header-inner {
    background-color: rgba(255, 255, 255, 0);
  }

  .header-inner.consulting-page {
    height: 200vh;
    padding-bottom: 0;
  }

  .header-inner.energy-solutions-page {
    background-image: none;
  }

  .container-facts {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-questions {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 1170px;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .question-block {
    width: 80%;
  }

  .image-3.nav-light-bg, .image-3.nav-dark-bg {
    height: 64px;
  }

  .button-2.home-emmc-section {
    border-color: var(--white);
    color: var(--white);
  }

  .text-block-2.nav-point {
    color: var(--white);
  }

  .paragraph-2.load-reveal {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-3.load-reveal {
    display: inline-block;
  }

  .walsh-footer-inner-menu {
    width: 80%;
  }

  .walsh-main-grid-2 {
    align-items: center;
    margin-top: 4em;
    margin-bottom: 0;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .walsh-content-wrapper-white {
    padding-top: 0;
    padding-bottom: 3em;
  }

  .efi-h3 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 40px;
    line-height: 40px;
  }

  .efi-frm-05-form {
    padding: 20px 30px 30px;
  }

  .efi-frm-05-form-block {
    background-color: #f3f3f3;
  }

  .efi-frm-05-grid {
    grid-column-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    max-width: 1000px;
    margin-left: auto;
  }

  .submit-button {
    background-color: var(--electric-blue);
    width: 100%;
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .submit-button:hover {
    background-color: var(--electric-gray);
  }

  .wbs-team-item {
    max-width: 330px;
  }

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

  .div-block-10 {
    justify-content: space-between;
    align-items: flex-end;
  }

  .image-22 {
    object-fit: cover;
    width: 65%;
  }

  .div-block-11 {
    pointer-events: auto;
  }

  .section-mission-vision {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .walsh-image-content {
    max-width: 40em;
  }

  .walsh-rounded-container {
    max-width: 1170px;
  }

  .paragraph-9 {
    text-align: center;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana, Geneva, sans-serif;
  }

  .paragraph-9.value-proposition-subtitle {
    max-width: 900px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .bold-text-5.service-title {
    color: var(--electric-gray);
  }

  .bold-text-6 {
    font-family: Verdana, Geneva, sans-serif;
  }

  .bold-text-6.service-title, .service-title {
    color: var(--electric-gray);
  }

  .text-block-8, .text-block-9, .text-block-10 {
    font-size: 18px;
  }

  .div-block-23 {
    vertical-align: baseline;
    width: auto;
    height: 40px;
    display: inline-block;
  }

  .div-block-24 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: 80vw;
    display: flex;
  }

  .walsh-stats-number-medium-3 {
    color: var(--black);
  }

  .walsh-inner-padding-list-2 {
    margin-left: 40px;
  }

  .div-block-27, .div-block-29 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-5 {
    color: var(--black);
    font-size: 50px;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

  .header {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bullet {
    display: none;
  }

  .navigation-button {
    width: 75%;
    margin: 20px 30px;
  }

  .h1.load-reveal {
    font-size: 50px;
    line-height: 60px;
  }

  .h1.consulting-page {
    font-size: 60px;
    line-height: 60px;
  }

  .paragraph.consulting-main-section {
    max-width: 50vw;
  }

  .container {
    max-width: 650px;
  }

  .container.cc-contact {
    flex-wrap: wrap;
  }

  .h2-container, .h2-container.cc-center {
    width: 80%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }

  .slider-section {
    margin-top: 240px;
  }

  .slider {
    height: 480px;
    margin-top: -240px;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  ._2-row-image.cc-row-spacing.home-consulting-image {
    width: 80vw;
    margin-bottom: 40px;
    margin-right: 0;
  }

  ._2-row-image.cc-row-spacing.home-energy-image {
    width: 80vw;
    margin-bottom: 40px;
  }

  ._2-row-image.cc-row-reverse {
    margin-right: 0;
  }

  ._2-row-text {
    max-width: 600px;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 50px;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 50px;
  }

  .row, .row.cc-bottom {
    flex-flow: column;
  }

  .collection-item {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-item.cc-feature-row {
    width: 50%;
    display: flex;
  }

  .header-inner-content {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .premium-image-container {
    margin-top: 0;
  }

  .container-quote {
    width: 100%;
  }

  .container-pricing {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .pricing-block {
    align-content: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-facts {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    margin: -10px;
  }

  .facts {
    margin-bottom: 60px;
  }

  .fact-block {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .container-facts-inner {
    width: 44%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .collection-list-2 {
    flex-wrap: wrap;
    display: flex;
  }

  .team-member {
    width: 33.3333%;
  }

  .blog-posts-item {
    width: 50%;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    flex-flow: wrap;
    padding-bottom: 110px;
  }

  .contact-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .nav-menu {
    background-color: rgba(83, 104, 120, .95);
    width: auto;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
  }

  .nav-menu.light-bg {
    background-color: rgba(238, 238, 238, .95);
  }

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

  .icon-2 {
    color: #536878;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: rgba(83, 104, 120, 0);
    font-size: 32px;
  }

  .icon-2.dark-bg {
    color: #fff;
  }

  .menu-button:active {
    background-color: rgba(83, 104, 120, .3);
  }

  .menu-button.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .button-2.dark-nav-bg {
    margin-top: 12px;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .paragraph-3.load-reveal.emmc-page {
    font-size: 34px;
  }

  .efi-ft-08-cell {
    grid-template-columns: 1fr 1fr;
  }

  .efi-ft-08 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .efi-ft-08-cell-copy {
    grid-template-columns: 1fr 1fr;
  }

  .efi-hr-03-right-content {
    padding-top: 0;
  }

  .efi-jumbo {
    font-size: 65px;
  }

  .efi-hr-03-title-wrapper {
    width: 100%;
  }

  .efi-hr-03-grid {
    grid-template-columns: 1fr;
  }

  .efi-hr-03-top {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .efi-tsm-02-icon {
    width: 5.2em;
  }

  .efi-tsm-02-div-3 {
    width: 100%;
    padding-left: 0;
  }

  .efi-tsm-02-div-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .efi-tsm-02-div-1 {
    width: 100%;
    padding-right: 0;
  }

  .efi-tsm-02-testimonials {
    flex-direction: column;
  }

  .efi-tsm-02-grid {
    grid-template-columns: 1fr;
  }

  .container-8 {
    max-width: 728px;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-footer-link-center {
    text-align: center;
  }

  .walsh-footer-inner-menu {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-flow: column wrap;
    align-items: center;
    width: 100%;
  }

  .walsh-footer-grid-social {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .walsh-main-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-content-wrapper-white {
    padding-top: 0;
  }

  .wbs-heading-h4 {
    text-align: center;
    margin-top: 1rem;
  }

  .wbs-feature-image {
    width: 100%;
  }

  .wbs-feature-split-3 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .wbs-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .div-block-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-5 {
    margin-left: 0;
  }

  .wbs-team-image {
    order: 0;
    align-self: auto;
  }

  .wbs-team-image.ridha, .wbs-team-image.nabil {
    height: 220px;
  }

  .wbs-team-image.issam {
    object-position: 50% 0%;
    height: 220px;
  }

  .wbs-team-grid {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wbs-section-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container-9 {
    max-width: 728px;
  }

  .efi-big-paragraph-2, .efi-big-paragraph-2.main-section {
    text-align: left;
  }

  .efi-hr-04-right-content {
    text-align: center;
    align-items: center;
  }

  .image-19 {
    width: 200px;
    height: 200px;
    top: 30vh;
  }

  .efi-hr-04-left-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    height: 200px;
    min-height: auto;
    margin-top: 0;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
  }

  .efi-hr-04-grid {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .efi-hr-04 {
    padding: 7% 5% 10%;
  }

  .div-block-6 {
    min-height: 80vh;
  }

  .div-block-6.about-page-main-section {
    min-height: 100vh;
  }

  .wbs-feature-5-items {
    grid-template-columns: 1fr 1fr;
  }

  .wbs-section-3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .div-block-10 {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .link-block {
    display: block;
  }

  .walsh-image-content {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .walsh-flex-horizontal-gap {
    flex-flow: column wrap;
  }

  .walsh-rounded-container {
    flex: 0 auto;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: auto;
  }

  .paragraph-9.value-proposition-subtitle {
    max-width: 500px;
  }

  .section-2 {
    margin-bottom: 60px;
  }

  .walsh-main-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-4 {
    flex: 0 auto;
    width: auto;
  }

  .div-block-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-19.key-offering-block {
    width: 45%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .walsh-main-grid-4 {
    grid-column-gap: 2.2em;
    grid-row-gap: 2.2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-25 {
    width: auto;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-26 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-27 {
    margin-left: auto;
    margin-right: auto;
  }

  .walsh-stats-number-medium-3 {
    font-size: 50px;
  }

  .walsh-grid-stats-2 {
    grid-template-columns: 120px 1fr;
  }

  .walsh-inner-padding-list-2 {
    max-width: 600px;
    min-height: 80vh;
  }

  .walsh-cover-image-2 {
    flex: 0 auto;
    width: 100%;
    height: 100%;
  }

  .walsh-image-content-2 {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .walsh-image-content-2.founder-image-container {
    width: 50%;
    margin-top: auto;
  }

  .walsh-flex-horizontal-gap-2 {
    flex-flow: column wrap;
  }

  .walsh-flex-horizontal-gap-2.founder-container {
    flex-flow: row;
    padding-top: 4em;
    padding-left: 0;
    padding-right: 40px;
  }

  .walsh-rounded-container-2 {
    flex: 0 auto;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .walsh-container-5 {
    flex: 0 auto;
    width: auto;
  }

  .heading-4.founder-name {
    margin-top: 0;
    font-size: 60px;
  }

  .heading-4.about-the-founder {
    margin-bottom: 0;
    font-size: 40px;
  }

  .div-block-26 {
    top: 10px;
    left: 0;
  }

  .div-block-31 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-links {
    display: none;
  }

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

  .h1.cc-black {
    margin-bottom: 50px;
  }

  .paragraph.cc-gray {
    font-size: 14px;
    line-height: 20px;
  }

  .container.cc-cta, .container.cc-footer {
    flex-wrap: wrap;
  }

  .features {
    padding-top: 60px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .h2-container.cc-center {
    width: 100%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    flex-direction: column;
    margin: -10px 0;
  }

  .h3 {
    margin-bottom: 4px;
    font-size: 20px;
  }

  .slider-section {
    margin-top: 150px;
  }

  .slider {
    height: 300px;
    margin-top: -150px;
  }

  .about {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  ._2-row-image {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image.cc-row-spacing, ._2-row-text, ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 0;
  }

  .row {
    flex-wrap: wrap;
    justify-content: center;
  }

  ._2-row-action-text {
    margin-top: 50px;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-column {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item.cc-feature-row {
    flex: 1;
    width: 100%;
  }

  .nav-button {
    display: flex;
  }

  .nav-icon-piece, .nav-icon-piece.top {
    background-color: #fff;
  }

  .collection-list-wrapper.cc-feature-row {
    margin-bottom: -60px;
  }

  .header-inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner-content {
    width: 100%;
    padding-left: 40px;
  }

  .premium-intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .premium-image-container {
    margin-bottom: 90px;
  }

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

  .fact-block {
    max-width: 100%;
    padding: 24px;
  }

  .image-2 {
    margin-bottom: 10px;
  }

  .about-intro {
    padding-top: 85px;
    padding-bottom: 45px;
  }

  .goals-container {
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -25px;
  }

  .goals-container-inner {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .team-member {
    width: 50%;
  }

  .our-goals {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blog-posts-item {
    width: 100%;
  }

  .header-color {
    height: 85%;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-intro {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .contact-info-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .contact-info-text {
    width: 100%;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .features-list {
    padding: 60px 15px;
  }

  .efi-jumbo {
    font-size: 50px;
  }

  .logos-quote-block {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .walsh-heading-medium {
    font-size: 2.4em;
  }

  .walsh-rounded-box-large {
    grid-row-gap: 1.5em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-logo-footer {
    height: 100px;
    max-height: 100px;
    line-height: 20px;
  }

  .walsh-center-h-wrapper {
    height: 100px;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .efi-frm-05-grid {
    grid-template-columns: 1fr;
  }

  .wbs-section {
    padding: 2rem 2%;
  }

  .wbs-team-image.ridha, .wbs-team-image.nabil, .wbs-team-image.issam {
    height: 330px;
  }

  .wbs-team-item {
    width: 330px;
  }

  .wbs-team-grid {
    justify-content: center;
    display: flex;
  }

  .wbs-section-2 {
    padding: 2rem 2%;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .image-19 {
    width: 140px;
  }

  .wbs-section-3 {
    padding: 2rem 2%;
  }

  .div-block-10 {
    flex-flow: wrap-reverse;
    justify-content: center;
  }

  .walsh-paragraph-small {
    font-size: 1.4em;
  }

  .walsh-grid-stats {
    grid-row-gap: 0px;
  }

  .walsh-rounded-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-rounded-block {
    border-radius: 20px;
  }

  .walsh-paragraph-small-2 {
    font-size: 1.4em;
  }

  .walsh-main-grid-3 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .div-block-18 {
    flex-flow: column;
  }

  .div-block-19.key-offering-block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text-7 {
    font-size: 18px;
    line-height: 20px;
  }

  .image-24.approach-list-check {
    align-items: flex-start;
    display: block;
  }

  .walsh-rounded-box-center {
    grid-row-gap: 1.5em;
  }

  .walsh-main-grid-4 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-paragraph-small-3 {
    font-size: 14px;
  }

  .walsh-heading-small-3 {
    font-size: 18px;
    display: block;
  }

  .walsh-stats-number-medium-3 {
    align-self: flex-start;
    margin-right: 16px;
  }

  .walsh-grid-stats-2 {
    grid-row-gap: 0px;
    grid-template-columns: 90px 1fr;
    align-items: flex-start;
    display: flex;
  }

  .walsh-inner-padding-list-2 {
    min-height: 60vh;
    padding-right: 0;
  }

  .walsh-cover-image-2 {
    max-width: 450px;
  }

  .walsh-image-content-2.founder-image-container {
    width: 100%;
    height: 70vh;
    max-height: 70vh;
  }

  .walsh-flex-horizontal-gap-2.founder-container {
    flex-flow: column wrap;
    padding-left: 40px;
  }

  .walsh-rounded-container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-rounded-block-2 {
    border-radius: 20px;
  }

  .div-block-26 {
    top: -10px;
    left: auto;
  }

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

  .bold-text-8 {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .navigation.nav-dark-bg, .navigation.nav-light-bg {
    padding-left: 10px;
  }

  .navigation-container {
    height: 60px;
  }

  .header {
    height: 100vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header.home, .header.emmc {
    margin-top: 0;
  }

  .h1 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .h1.load-reveal {
    font-size: 32px;
    line-height: 36px;
  }

  .h1.consulting-page {
    font-size: 40px;
    line-height: 48px;
  }

  .paragraph.cc-gray, .paragraph.load-reveal.emmc-main-section-description {
    font-size: 14px;
  }

  .paragraph.consulting-main-section {
    font-size: 14px;
    line-height: 22px;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-span {
    font-size: 26px;
    line-height: 32px;
    display: block;
  }

  .h3.mission-title.values-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .h3.mission-title.offerings-title {
    margin-bottom: 40px;
  }

  .slider-section {
    margin-top: 75px;
  }

  .slider {
    height: 150px;
    margin-top: -75px;
  }

  ._2-row-image {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  ._2-row-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

  .footer-column {
    flex-wrap: wrap;
  }

  .footer-links-list, .footer-social {
    width: 50%;
  }

  .header-inner {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 150px;
  }

  .header-inner-content {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 20px;
  }

  .premium-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .premium-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-image-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-banner {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .facts {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-2 {
    width: 30px;
    height: 30px;
  }

  .faq {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .container-questions {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .question-block {
    width: 100%;
    margin: 15px 0;
  }

  .container-facts-inner, .team-member {
    width: 100%;
  }

  .blog-posts {
    margin-top: -90px;
    margin-bottom: 90px;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    padding-bottom: 80px;
  }

  .nav-link.nav-light-bg, .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .paragraph-3.load-reveal.emmc-page {
    font-size: 32px;
  }

  .description-section.h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .efi-h4 {
    font-size: 16px;
    line-height: 20px;
  }

  .efi-ft-08-icon {
    margin-bottom: 16px;
  }

  .efi-ft-08-cell {
    grid-column-gap: 32px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .efi-ft-08 {
    margin-top: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .efi-ft-08-cell-copy {
    grid-template-columns: 1fr 1fr;
  }

  .efi-big-paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .efi-jumbo {
    font-size: 45px;
  }

  .efi-jumbo.white {
    font-size: 26px;
    line-height: 32px;
  }

  .efi-tsm-02-testimonial-top {
    text-align: left;
    justify-content: center;
  }

  .container-8 {
    max-width: none;
  }

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-heading-medium {
    font-size: 1.8em;
  }

  .walsh-rounded-box-large {
    padding-bottom: 3em;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-footer-grid-social {
    justify-content: center;
    width: 100%;
  }

  .walsh-footer-inner {
    width: 100%;
  }

  .walsh-footer-legal-text {
    font-size: 11px;
  }

  .walsh-logo-footer {
    width: 300px;
    height: 100px;
    max-height: 100px;
  }

  .walsh-center-h-wrapper {
    font-size: 18px;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-content-wrapper-white {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .efi-frm-05-grid {
    grid-template-columns: 1fr;
  }

  .wbs-feature-split-3-list {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    padding-top: 30px;
  }

  .wbs-heading-h4 {
    font-size: 26px;
    line-height: 32px;
  }

  .wbs-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-17 {
    width: 40px;
  }

  .div-block-2 {
    width: 200px;
  }

  .text-block-5 {
    font-size: 40px;
  }

  .div-block-3 {
    width: 200px;
  }

  .image-18 {
    width: 40px;
    height: 50px;
  }

  .wbs-team-image {
    max-width: 100%;
    height: 330px;
  }

  .wbs-team-image.ridha, .wbs-team-image.nabil, .wbs-team-image.issam {
    height: 300px;
  }

  .wbs-team-image-wrap {
    max-width: 100%;
  }

  .wbs-team-item {
    margin-bottom: 60px;
  }

  .wbs-team-grid {
    grid-template-columns: 1fr;
  }

  .meet-the-team {
    font-size: 26px;
    line-height: 32px;
  }

  .container-9 {
    max-width: none;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .efi-big-paragraph-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .efi-big-paragraph-2.main-section {
    font-size: 14px;
  }

  .image-19 {
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: 6vh;
  }

  .efi-hr-04-grid {
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 60px;
  }

  .div-block-6.about-page-main-section {
    min-height: 50vh;
  }

  .heading-3 {
    font-size: 26px;
    line-height: 34px;
  }

  .wbs-feature-5-items {
    grid-template-columns: 1fr;
  }

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

  .div-block-10 {
    flex-flow: wrap-reverse;
    justify-content: center;
  }

  .image-22, .div-block-12 {
    width: 100%;
  }

  .section-core-values {
    padding-left: 0;
    padding-right: 0;
  }

  .image-23 {
    width: 40px;
  }

  .walsh-paragraph-small, .walsh-heading-small {
    font-size: 1em;
  }

  .walsh-stats-number-medium {
    font-size: 38px;
  }

  .walsh-grid-stats {
    grid-row-gap: 16px;
  }

  .walsh-image-content {
    border-radius: 12px;
    max-width: none;
    margin-bottom: 0;
  }

  .walsh-flex-horizontal-gap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .walsh-rounded-container {
    flex: 0 auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-paragraph-small-2 {
    font-size: 14px;
  }

  .walsh-heading-small-2 {
    font-size: 1em;
  }

  .walsh-stats-number-medium-2 {
    font-size: 38px;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-container-4 {
    flex: 0 auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-18 {
    flex-flow: wrap;
  }

  .div-block-19.key-offering-block {
    width: 100%;
    padding: 10px;
  }

  .bold-text-7 {
    font-size: 14px;
    line-height: 14px;
  }

  .list-item, .text-block-6, .text-block-7 {
    font-size: 12px;
  }

  .div-block-22 {
    flex-flow: column;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .check-list-icon {
    width: 30px;
  }

  .section-4 {
    margin-top: 100px;
  }

  .walsh-paragraph-small-3 {
    font-size: 12px;
  }

  .walsh-heading-small-3 {
    font-size: 1em;
  }

  .walsh-heading-small-3.track-record-line {
    font-size: 14px;
    line-height: 20px;
  }

  .walsh-stats-number-medium-3 {
    font-size: 38px;
  }

  .walsh-grid-stats-2 {
    grid-row-gap: 16px;
  }

  .walsh-inner-padding-list-2 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-cover-image-2 {
    height: 65vh;
  }

  .walsh-image-content-2 {
    border-radius: 12px;
    max-width: none;
    margin-bottom: 0;
  }

  .walsh-image-content-2.founder-image-container {
    height: auto;
  }

  .walsh-flex-horizontal-gap-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .walsh-flex-horizontal-gap-2.founder-container {
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-rounded-container-2 {
    flex: 0 auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .walsh-container-5 {
    flex: 0 auto;
    width: 100%;
  }

  .heading-4.founder-name {
    font-size: 40px;
  }

  .heading-4.about-the-founder {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-26 {
    top: -25px;
  }

  .image-28 {
    width: 160px;
    max-width: 100%;
    max-height: none;
    margin-bottom: 10px;
  }

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

  .div-block-28 {
    width: 200px;
    max-height: none;
  }

  .div-block-29 {
    flex-flow: wrap;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-5 {
    font-size: 30px;
  }

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

  .bold-text-9 {
    font-size: 22px;
    line-height: 20px;
  }
}

#w-node-_0cd817db-87e8-3bac-04cc-efc8244853ab-21c97967, #w-node-_0cd817db-87e8-3bac-04cc-efc8244853b3-21c97967, #w-node-_0cd817db-87e8-3bac-04cc-efc8244853bb-21c97967, #w-node-_0cd817db-87e8-3bac-04cc-efc8244853c3-21c97967, #w-node-_0cd817db-87e8-3bac-04cc-efc8244853cb-21c97967, #w-node-_0cd817db-87e8-3bac-04cc-efc8244853d3-21c97967, #w-node-_9a74e3a7-5cc5-5098-4768-c580de992e3b-21c97967, #w-node-_9a74e3a7-5cc5-5098-4768-c580de992e43-21c97967, #w-node-_9a74e3a7-5cc5-5098-4768-c580de992e5b-21c97967, #w-node-_9a74e3a7-5cc5-5098-4768-c580de992e63-21c97967, #w-node-_580d2751-31d5-c7a1-3c3b-4e11a8b8ce0d-21c97967, #w-node-_580d2751-31d5-c7a1-3c3b-4e11a8b8ce1b-21c97967, #w-node-_580d2751-31d5-c7a1-3c3b-4e11a8b8ce2a-21c97967 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71ce2c64-50d5-6026-14f4-ce552c8720ac-21c97967 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_71ce2c64-50d5-6026-14f4-ce552c8720b5-21c97967, #w-node-_71ce2c64-50d5-6026-14f4-ce552c8720be-21c97967 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_63ba32a9-3818-6dab-1bdb-86ef0fdc18e4-18814c11 {
  grid-area: 1 / 5 / 2 / 9;
  align-self: center;
}

#w-node-_63ba32a9-3818-6dab-1bdb-86ef0fdc18e9-18814c11 {
  grid-area: 4 / 5 / 5 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-_63ba32a9-3818-6dab-1bdb-86ef0fdc18f3-18814c11 {
  grid-area: 2 / 4 / 3 / 10;
  align-self: center;
}

#w-node-_8c1b88fa-5238-2090-b59a-da11c72202a2-18814c11 {
  align-self: center;
  justify-self: auto;
}

#w-node-fd1ec4c5-f6d8-e737-2f3e-c74fda64d3d3-21c9797b, #w-node-_94c6c29c-1af7-611c-05f6-042f337c52b0-21c9797b, #w-node-_94c6c29c-1af7-611c-05f6-042f337c52b7-21c9797b, #w-node-_94c6c29c-1af7-611c-05f6-042f337c52be-21c9797b, #w-node-_94c6c29c-1af7-611c-05f6-042f337c52c5-21c9797b, #w-node-f66dc190-7ae6-02c7-5a79-7373e61d4f6c-21c9797b, #w-node-_01f0df90-7101-c018-f414-83af89b76de6-21c9797b, #w-node-aef26ed7-a8b9-4681-ef82-5c534ba83bc5-21c9797b, #w-node-_942c88ee-6cb8-620f-4d26-d4c52682dc6d-21c9797b, #w-node-_24bb392f-67de-85d9-0c77-e86c428a0366-21c9797b, #w-node-f66dc190-7ae6-02c7-5a79-7373e61d4f73-21c9797b, #w-node-f66dc190-7ae6-02c7-5a79-7373e61d4f7a-21c9797b, #w-node-f66dc190-7ae6-02c7-5a79-7373e61d4f81-21c9797b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aec6fcae-17ea-7ebc-8c55-bd9db9d43f90-21c9797b, #w-node-aec6fcae-17ea-7ebc-8c55-bd9db9d43f98-21c9797b, #w-node-aec6fcae-17ea-7ebc-8c55-bd9db9d43fa0-21c9797b, #w-node-aec6fcae-17ea-7ebc-8c55-bd9db9d43fa8-21c9797b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-b5a48301-e350-8382-e73f-16f6cbc65cfd-21c97984, #w-node-b5a48301-e350-8382-e73f-16f6cbc65cff-21c97984, #w-node-b5a48301-e350-8382-e73f-16f6cbc65d07-21c97984, #w-node-b5a48301-e350-8382-e73f-16f6cbc65d08-21c97984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83704bd1-a8e6-73aa-14e3-a53b931303a2-21c97988 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_23dfe07f-bd58-296f-07fd-3c469c9d7ae4-21c97988, #w-node-_23dfe07f-bd58-296f-07fd-3c469c9d7aec-21c97988, #w-node-_23dfe07f-bd58-296f-07fd-3c469c9d7af4-21c97988, #w-node-e2c580c3-1eef-3d2b-ac43-6fc8e0ccd500-21c97988, #w-node-ff803d73-236d-72ed-7ea6-a637a515e8a8-21c97988 {
  align-self: center;
}

#w-node-b1fd5e60-1df7-a88d-c2ad-121cd8a97f3c-4173e995, #w-node-b1fd5e60-1df7-a88d-c2ad-121cd8a97f44-4173e995, #w-node-b1fd5e60-1df7-a88d-c2ad-121cd8a97f4c-4173e995, #w-node-b1fd5e60-1df7-a88d-c2ad-121cd8a97f54-4173e995 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-fd1ec4c5-f6d8-e737-2f3e-c74fda64d3d3-21c9797b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_580d2751-31d5-c7a1-3c3b-4e11a8b8ce0d-21c97967, #w-node-_580d2751-31d5-c7a1-3c3b-4e11a8b8ce1b-21c97967, #w-node-_580d2751-31d5-c7a1-3c3b-4e11a8b8ce2a-21c97967 {
    justify-self: center;
  }

  #w-node-_8c1b88fa-5238-2090-b59a-da11c72202b0-18814c11 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_63ba32a9-3818-6dab-1bdb-86ef0fdc18e4-18814c11 {
    grid-column: 1 / 3;
  }

  #w-node-_63ba32a9-3818-6dab-1bdb-86ef0fdc18e9-18814c11 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_63ba32a9-3818-6dab-1bdb-86ef0fdc18f3-18814c11 {
    grid-column: 1 / 3;
    justify-self: center;
  }

  #w-node-aec6fcae-17ea-7ebc-8c55-bd9db9d43f90-21c9797b, #w-node-aec6fcae-17ea-7ebc-8c55-bd9db9d43f98-21c9797b, #w-node-aec6fcae-17ea-7ebc-8c55-bd9db9d43fa0-21c9797b, #w-node-aec6fcae-17ea-7ebc-8c55-bd9db9d43fa8-21c9797b {
    grid-column: span 1 / span 1;
  }

  #w-node-_83704bd1-a8e6-73aa-14e3-a53b931303a2-21c97988 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_23dfe07f-bd58-296f-07fd-3c469c9d7ae4-21c97988, #w-node-_23dfe07f-bd58-296f-07fd-3c469c9d7aec-21c97988, #w-node-_23dfe07f-bd58-296f-07fd-3c469c9d7af4-21c97988, #w-node-e2c580c3-1eef-3d2b-ac43-6fc8e0ccd500-21c97988, #w-node-ff803d73-236d-72ed-7ea6-a637a515e8a8-21c97988 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_63ba32a9-3818-6dab-1bdb-86ef0fdc18e4-18814c11 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_83704bd1-a8e6-73aa-14e3-a53b931303a2-21c97988 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }
}


