/** Shopify CDN: Minification failed

Line 6:0 Unexpected "$"

**/
$body-font: ;
$body-weight: ;
$header-font: ;
$header-weight: ;
$button-font: ;
$button-weight: ;

$background-light: #fafafa;
$grey-rule: #979797;
$grey: #f3f5f8;
$ekm-green: #c3d939;
$light-green: #def072;
$error-color: #e13333;
$success-color: #5bef6b;
$black: #000;
$white: #fff;
$light-grey: #eeeeee;
$very-light-grey: #fafafa;
$dark-color: #4c4c4c;
$blue: #178cf9;
$dark-blue: #182231;

.BulletPointSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 83px;
}

.BulletPointSection__bullet-point-container {
  display: flex;
  flex-direction: column;
  width: 225px;

  @media screen and (min-width: 1000px) {
    flex-direction: row;
    width: 858px;
  }
}

.BulletPointSection__green-line {
  background-color: $light-green;
  width: 98px;
  height: 3px;

  @media screen and (min-width: 1000px) {
    display: none;
  }
}

.BulletPointSection__bullet-point-snipper-container {
  margin-left: 4%;
  margin-bottom: 64px;

  @media screen and (min-width: 1000px) {
    margin-right: 64px;
    margin-left: 0;
    margin-bottom: 0;
    width: 323px;
  }
}

.OptimizeSection {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
}

.IndustryB-BulletPointSection {
  display: flex;
  justify-content: center;
}

.CustomEmbeddedMeters {
  display: flex;
  justify-content: center;

  @media screen and (min-width: 1220px) {
    justify-content: flex-start
  }
}

.OverlappingCardSection {
  display: flex;
  justify-content: center;
}

.CenteredSection {
  display: flex;
  justify-content: center;
}