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

.navbar {
  margin-top: 0px;
  padding: 20px 25px 5px;
  background-color: #222;
}

.nav-link {
  background-color: #222;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #fff;
  color: #000;
}

.hero {
  padding: 100px 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(59, 118, 186, 0.4)), to(rgba(59, 118, 186, 0.4))), url('../images/cement-factory.jpg');
  background-image: linear-gradient(180deg, rgba(59, 118, 186, 0.4), rgba(59, 118, 186, 0.4)), url('../images/cement-factory.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 25px;
  line-height: 36px;
}

.hero-heading {
  font-size: 60px;
  line-height: 75px;
  font-weight: 900;
}

.hero-cta-1 {
  margin-right: 10px;
  padding: 15px 20px;
  background-color: #fff;
  font-family: 'Droid Sans', sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 35px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-cta-1:hover {
  background-color: #fedead;
}

.v-space-15px {
  padding-top: 7px;
  padding-bottom: 8px;
}

.section {
  margin-bottom: 0px;
  padding: 50px 20px 60px;
  background-color: transparent;
  font-family: Bitter, serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
}

.section.seccolor1 {
  background-color: #fefefe;
}

.section.seccolor-2 {
  background-color: #3b76ba;
  color: #fff;
}

.section.section-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/trse.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/trse.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.centered-content-max-padding {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 5px;
  float: none;
  text-align: center;
}

.section-heading {
  font-family: Bitter, serif;
  font-size: 45px;
  line-height: 50px;
}

.h-flex-vstretched {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.third {
  width: 30%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
}

.centered-content-min-padding {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  font-style: normal;
  text-align: center;
}

.img-frame {
  border-style: solid;
  border-width: 10px 10px 1px;
  border-color: #000 #000 #000 #192c3a;
}

.half {
  position: static;
  overflow: hidden;
  width: 45%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
}

.half.bgswatch {
  background-color: #fff;
  color: #000;
}

.feature-description-left-align {
  margin-top: 5px;
  clear: both;
  font-size: 18px;
  line-height: 23px;
  text-align: left;
}

.section-narrow {
  padding: 10px 20px;
}

.section-narrow.seccolor-3 {
  background-color: #192c3a;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.h-flex-vstretched-nowrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.color-strip-gold {
  height: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e0bd73;
}

.body-cta {
  background-color: #000;
  font-family: 'Droid Sans', sans-serif;
  font-size: 25px;
  line-height: 35px;
  text-decoration: none;
  text-transform: uppercase;
}

.body-cta:hover {
  background-color: #fff;
  color: #000;
}

.body-cta-2 {
  padding: 5px 12px;
  border: 2px solid #000;
  background-color: transparent;
  font-family: 'Droid Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.body-cta-2:hover {
  background-color: #000;
  color: #fff;
}

.grid {
  overflow: hidden;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.grid-lable {
  position: relative;
  display: block;
  width: 100%;
  padding: 5px;
  background-color: #f0b9b9;
  text-align: left;
}

.table-field {
  text-align: left;
}

.fourth {
  width: 24%;
}

.close-link {
  display: block;
  padding: 2px 6px;
  float: right;
  border-style: none;
  background-color: #f7931e;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.h-space-15px {
  padding-top: 7px;
  padding-bottom: 8px;
}

.unformat-link {
  text-decoration: none;
}

.footer-link {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  color: #ff0;
  text-decoration: none;
}

.footer-link.w--current {
  text-decoration: none;
}

.div-block-2 {
  display: block;
}

.cta-fixed {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7931e;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}

.credits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 8px;
  background-color: #192c3a;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  text-align: right;
}

.brand-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand-2.w--current {
  width: 150px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.slider {
  height: 100%;
}

.hero--2 {
  position: relative;
  overflow: visible;
  padding: 100px 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(59, 118, 186, 0.4)), to(rgba(59, 118, 186, 0.4))), url('../images/filter-bag-hero.jpg');
  background-image: linear-gradient(180deg, rgba(59, 118, 186, 0.4), rgba(59, 118, 186, 0.4)), url('../images/filter-bag-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 25px;
  line-height: 36px;
}

.hide-element {
  display: none;
}

.image {
  width: 150px;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: auto;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: 'Droid Serif', serif;
  font-weight: 700;
  text-align: center;
}

.popup-form-wrapper {
  position: static;
  overflow: visible;
  width: 450px;
  max-width: 100%;
  margin: auto;
  padding: 20px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.h-space-30px {
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-field {
  height: 50px;
  border: 2px solid #4aaec2;
  border-radius: 2px;
  background-color: #fff;
  color: #333;
  line-height: 22px;
  text-align: left;
}

.cta-button-blue {
  position: static;
  margin-top: 5px;
  padding: 12px 17px;
  background-color: #13a89e;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  line-height: 22px;
  text-align: left;
  text-transform: uppercase;
}

.hero-3 {
  padding: 100px 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(59, 118, 186, 0.4)), to(rgba(59, 118, 186, 0.4))), url('../images/conveyor-belt.jpg');
  background-image: linear-gradient(180deg, rgba(59, 118, 186, 0.4), rgba(59, 118, 186, 0.4)), url('../images/conveyor-belt.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 25px;
  line-height: 36px;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-right: 25px;
    padding-left: 25px;
  }

  .hero {
    padding-right: 20px;
    padding-left: 20px;
  }

  .third {
    width: 30%;
  }

  .centered-content-min-padding {
    display: block;
    margin-top: 5px;
    text-align: center;
  }

  .half {
    width: 48%;
  }

  .grid-lable {
    position: static;
    padding: 5px;
    background-color: #f0b9b9;
  }

  .table-field {
    width: 100%;
  }

  .close-link {
    display: block;
  }

  .h-space-15px {
    display: block;
  }

  .nav-menu {
    background-color: #222;
  }

  .hero--2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

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

  .section-heading {
    font-size: 38px;
    line-height: 44px;
  }

  .third {
    width: 40%;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-left: 5px;
  }

  .centered-content-min-padding {
    display: block;
    text-align: center;
  }

  .img-frame {
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
  }

  .half {
    width: 95%;
  }

  .fourth {
    width: 45%;
  }

  .modal-wrapper {
    overflow: auto;
  }
}

@media screen and (max-width: 479px) {
  .section.seccolor1 {
    font-size: 17px;
    line-height: 26px;
  }

  .section-heading {
    font-size: 30px;
    line-height: 37px;
  }

  .third {
    width: 95%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .img-frame {
    border-top-width: 3px;
    border-right-width: 3px;
    border-left-width: 3px;
  }

  .grid {
    justify-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .table-field {
    position: relative;
  }

  .bold-text {
    display: block;
  }

  .bold-text-2 {
    position: relative;
  }

  .fourth {
    width: 95%;
  }

  .cta-fixed {
    position: fixed;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 26px;
  }

  .modal-wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }
}

#w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb67c-79309f23 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb680-79309f23 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb683-79309f23 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb687-79309f23 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb68e-79309f23 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb692-79309f23 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb695-79309f23 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb699-79309f23 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb6a1-79309f23 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb6a5-79309f23 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb6ac-79309f23 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb6b0-79309f23 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
}

#w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb6b3-79309f23 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb6b7-79309f23 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
  -ms-grid-row: 7;
  grid-row-start: 7;
}

@media screen and (max-width: 991px) {
  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb67c-79309f23 {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb680-79309f23 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    align-self: baseline;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb683-79309f23 {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb687-79309f23 {
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb68e-79309f23 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb692-79309f23 {
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb695-79309f23 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb699-79309f23 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb6a1-79309f23 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb6a5-79309f23 {
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb6ac-79309f23 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb6b0-79309f23 {
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb6b3-79309f23 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 7;
    -ms-grid-row: 7;
    grid-row-start: 7;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb6b7-79309f23 {
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb67c-79309f23 {
    justify-self: baseline;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb680-79309f23 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb683-79309f23 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb687-79309f23 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb68e-79309f23 {
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb692-79309f23 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb695-79309f23 {
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb699-79309f23 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb6a1-79309f23 {
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb6a5-79309f23 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb6ac-79309f23 {
    -ms-grid-row: 11;
    grid-row-start: 11;
    -ms-grid-row-span: 1;
    grid-row-end: 12;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb6b0-79309f23 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 12;
    grid-row-start: 12;
    -ms-grid-row-span: 1;
    grid-row-end: 13;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb6b3-79309f23 {
    -ms-grid-row: 13;
    grid-row-start: 13;
    -ms-grid-row-span: 1;
    grid-row-end: 14;
  }

  #w-node-d2ce12a1-8dce-6c08-f295-6a80a80fb6b7-79309f23 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 14;
    grid-row-start: 14;
    -ms-grid-row-span: 1;
    grid-row-end: 15;
  }
}

