:root {
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container {
  height: 100%;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 220px;
  display: flex;
}

.image {
  width: 260px;
}

.image-2 {
  width: 320px;
  margin-bottom: 60px;
}

.button {
  background-color: #388e00;
  border-radius: 13px;
  justify-content: center;
  margin-bottom: 55px;
  padding: 15px 42px 14px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.button:hover {
  color: #388e00;
  background-color: #fff;
}

.image-3 {
  width: 350px;
  margin-bottom: 50px;
}

.link {
  color: #fff;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 59px;
  text-decoration: underline;
}

.facebook {
  color: #fff;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 77px;
  text-decoration: underline;
}

.facebook-icon {
  color: #6bd32b;
  flex-direction: column;
  align-items: center;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 64px;
  display: block;
}

.link-2 {
  height: 100%;
  color: #388e00;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-2:hover {
  color: #fff;
}

.body {
  background-color: #004838;
}

.div-block {
  width: 100%;
  justify-content: center;
  padding-top: 60px;
  display: flex;
}

.section-2 {
  background-color: #004838;
}

.body-2 {
  background-color: #8b0000;
}

.section-3 {
  background-color: #004838;
}

.container-2 {
  height: 400px;
  background-color: #1400a8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quick-stack {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #3d00cc;
  padding: 0;
}

.container-3 {
  background-color: #2200ca;
}

.div-block-2 {
  width: 100%;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.body-3 {
  background-color: #004838;
}

.cell {
  align-items: center;
  padding-top: 50px;
}

.cell-2, .cell-3 {
  align-items: center;
}

.cell-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  width: 100%;
  height: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 479px) {
  .image {
    width: 75vw;
  }

  .image-2 {
    width: 85vw;
  }

  .image-3 {
    width: 80vw;
    margin-bottom: 50px;
  }

  .div-block {
    padding-top: 50px;
  }

  .cell-3 {
    justify-content: center;
  }
}

#w-node-bfb79e10-2df3-3df2-4979-fdfda47f782f-25e43020 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}