:root {
  --light-slate: #b0d6e6;
  --white-smoke: #eef0f2;
  --dark-moss-green: #004346;
  --white: white;
  --slate-grey: #587291;
  --medium-blue: #0d21a1;
  --electric-green: #18f2b2;
}

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

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

.brei-body {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.brei-body.coming-soon {
  background-image: url('../images/bg-img-space.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

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

.section.coming-soon {
  margin-left: auto;
  margin-right: auto;
}

.section.hero {
  background-image: url('../images/bg-img-space.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.mission {
  background-color: var(--light-slate);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.strategy {
  background-color: var(--white-smoke);
}

.section.partner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.footer {
  background-color: var(--dark-moss-green);
  background-image: url('../images/bg-pattern.png');
  background-position: 100% 100%;
  background-size: cover;
}

.section.strategy {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading {
  text-align: center;
  font-weight: 400;
}

.heading.display-1 {
  color: var(--white);
  font-size: 64px;
  font-weight: 300;
}

.grid {
  grid-template-rows: auto auto auto;
}

.grid.hero {
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1fr;
  margin-top: 80px;
  padding: 0;
}

.grid.coming-soon {
  grid-template-rows: auto auto 250px;
}

.paragraph {
  color: var(--white);
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 300;
}

.paragraph.small {
  color: #333;
  text-align: left;
  font-weight: 400;
}

.contact {
  grid-column-gap: 24px;
  background-color: #fff9;
  border-radius: 8px;
  grid-template-columns: .25fr 1fr;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.details {
  margin-top: 60px;
  margin-bottom: 44px;
  padding-left: 0;
  padding-right: 0;
}

.label {
  color: var(--slate-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.image {
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.info {
  color: var(--dark-moss-green);
  font-weight: 400;
}

.brand {
  align-self: center;
  height: 100%;
}

.container {
  flex-direction: row;
  display: flex;
}

.nav-menu {
  color: var(--white);
  text-align: right;
  flex: 1;
  align-self: center;
}

.brei-nav {
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
}

.nav-link {
  color: var(--white);
  font-weight: 400;
}

.display-1 {
  color: var(--white);
  font-size: 48px;
  font-weight: 300;
  line-height: 120%;
}

.button {
  background-color: var(--slate-grey);
  border-radius: 4px;
  margin-top: 20px;
}

.button.ghost.white {
  border: 1px solid var(--white);
  background-color: #0000;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  display: block;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.feature-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 140px;
  display: grid;
}

.feature-grid.right-left {
  grid-template-columns: 1fr 1.5fr;
}

.feature-image-mask {
  background-image: url('../images/Limestone-web.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
  margin-right: 40px;
}

.feature-image-mask.feature-1 {
  background-image: url('../images/Green-City-web.jpg');
}

.feature-image-mask.feature-2 {
  background-image: url('../images/Power-web.jpg');
}

.feature-image-mask.feature-3 {
  background-image: url('../images/Limestone-web.jpg');
}

._3x3-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 39px;
}

.small {
  font-size: 14px;
  line-height: 20px;
}

.heading-3 {
  color: #000;
  text-align: left;
  font-weight: 400;
}

.heading-3.mission {
  color: var(--dark-moss-green);
  text-align: center;
}

.heading-4 {
  color: var(--dark-moss-green);
}

.heading-4.steps {
  height: 48px;
}

.heading-2 {
  color: var(--dark-moss-green);
  font-weight: 400;
}

.strategy-icon {
  height: 30px;
}

.paragraph-2 {
  color: var(--white);
}

.grid-2 {
  grid-template-rows: auto auto auto;
}

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

.footer-bottom {
  background-color: var(--light-slate);
}

.copyright-container {
  padding-top: 8px;
  display: flex;
}

.copyright-text {
  color: var(--dark-moss-green);
  align-self: center;
  font-size: 12px;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .brei-body.coming-soon {
    background-attachment: fixed;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid.hero {
    grid-template-rows: auto auto;
    padding-left: 0;
  }

  .contact {
    width: 50%;
  }

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

  .icon {
    justify-content: flex-end;
    display: flex;
  }

  .feature-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .feature-grid.left-right {
    margin-bottom: 100px;
  }

  .footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 60px 16px;
  }

  .section.hero {
    height: auto;
    padding-bottom: 100px;
  }

  .section.mission {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.partner, .section.strategy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid.hero {
    grid-template-rows: auto auto;
    margin-top: 48px;
  }

  .contact {
    width: 69%;
  }

  .display-1 {
    font-size: 40px;
  }

  .feature-section {
    padding: 60px 16px;
  }

  .feature-grid {
    flex-direction: column;
  }

  .feature-grid.left-right, .feature-grid.right-left {
    margin-bottom: 80px;
  }

  .feature-image-mask {
    margin-right: 0;
  }

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

  .heading-3.mission {
    text-align: left;
    font-size: 20px;
    line-height: 150%;
  }

  .heading-4.steps {
    height: auto;
  }

  .footer-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .brei-body.coming-soon {
    background-position: 50%;
    background-attachment: fixed;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.coming-soon {
    padding-right: 20px;
  }

  .section.strategy, .section.partner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading.display-1 {
    font-size: 40px;
  }

  .grid {
    grid-template-rows: auto auto 104px;
  }

  .grid.hero {
    grid-template-rows: auto auto;
  }

  .grid.coming-soon {
    grid-template-rows: auto auto 153px;
  }

  .paragraph {
    font-size: 18px;
  }

  .contact {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 90%;
  }

  .details {
    margin-top: 24px;
  }

  .label {
    line-height: 14px;
  }

  .image {
    height: 50px;
  }

  .feature-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .feature-grid.left-right {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .feature-grid.right-left {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  ._3x3-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
  }

  .heading-3.mission {
    text-align: left;
  }

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

#w-node-_0cd05117-ab68-a728-e35a-7a7b46e91698-70304f40 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_75eab262-4200-1c38-fbbc-c9d436b10fe2-70304f40 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center start;
}

#w-node-_1e88fb66-1835-f193-7c67-331bac34839b-70304f40 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_1f0e3fab-e330-e6d0-c01e-0cbbb37e6fb7-70304f40 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_750764b4-82a9-1b5c-fe3c-5c1ff17f48d3-70304f40 {
  align-self: start;
}

#w-node-_7fb5c5de-f8f3-f95c-8e53-f52ccb1d440f-70304f40 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_8a896ee8-236e-406f-c8a5-311883301d9a-70304f40 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a4bd1ecf-c58b-4245-0b42-6cf73f7fd33d-70304f40 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_133d3b98-21cd-65bf-c076-0ec0bae568e4-70304f40 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_2fc8c700-a891-c9de-2fcb-8a7ce7ef18bd-70304f40 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_990ce67b-9052-990e-739b-eb0aeaa107ec-70304f40 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_2f0235b7-2011-9099-9178-2cb434b8345d-70304f40 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_721c946d-fc52-18a8-bd80-66403ac4e496-e42a853c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c6ee941e-18da-56ff-6af0-85c48effe5ae-e42a853c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-ff5c1047-3213-3355-81eb-3b63fadfe3f3-e42a853c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-fe3d065c-b0f7-6946-150b-26cd2c756cdb-e42a853c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_0cd05117-ab68-a728-e35a-7a7b46e91698-70304f40 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_75eab262-4200-1c38-fbbc-c9d436b10fe2-70304f40 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a4bd1ecf-c58b-4245-0b42-6cf73f7fd33d-70304f40 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_133d3b98-21cd-65bf-c076-0ec0bae568e4-70304f40 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1e88fb66-1835-f193-7c67-331bac348399-70304f40 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1e88fb66-1835-f193-7c67-331bac34839b-70304f40 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_1f0e3fab-e330-e6d0-c01e-0cbbb37e6fb7-70304f40 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_750764b4-82a9-1b5c-fe3c-5c1ff17f48d3-70304f40 {
    align-self: start;
  }

  #w-node-a4bd1ecf-c58b-4245-0b42-6cf73f7fd33d-70304f40 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_133d3b98-21cd-65bf-c076-0ec0bae568e4-70304f40 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_45b4105e-eb31-290e-e22e-c4a22e93cfcd-e42a853c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bd4e519c-7f92-3f53-a836-0fea1eea7713-e42a853c {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_05eda039-a4e7-43c4-9719-cfafdb4c6d00-e42a853c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ba626e27-7b53-3b1c-27e2-9122e8c0aef0-e42a853c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0ad8be70-182b-284d-02e1-76549ecdf8c5-e42a853c {
    grid-area: 6 / 1 / 7 / 2;
  }
}


