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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.body {
  background-color: #767676;
  max-width: 1025px;
  margin-top: 0;
}

.text-block {
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}

.columns {
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 50px;
  font-family: PT Serif, serif;
}

.section {
  color: #000;
  background-color: #000;
  margin-top: 25px;
  margin-bottom: 23px;
  padding-top: 0;
  padding-bottom: 61px;
  font-family: PT Serif, serif;
}

.column, .section-2 {
  background-color: #26457a;
}

.paragraph {
  color: #fff;
  padding-top: 10px;
  font-weight: 400;
  text-decoration: none;
}

.flex-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.image {
  margin-top: 30px;
}

.flex-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.heading {
  text-align: center;
  font-family: PT Serif, serif;
  font-size: 26px;
  font-weight: 400;
}

.columns-2 {
  text-align: center;
}

.text-block-3 {
  text-align: center;
  margin-top: 20px;
}

.text-block-4 {
  text-align: center;
  margin-top: 20px;
  padding-left: 10px;
}

.text-block-5 {
  text-align: center;
  margin-top: 20px;
}

.text-block-6 {
  text-align: center;
  margin-top: 20px;
  padding-left: 20px;
}

.text-block-7 {
  text-align: center;
  margin-top: 10px;
}

.text-block-8 {
  text-align: center;
  margin-top: 20px;
  margin-left: 7px;
  padding-left: 5px;
}

.text-block-9 {
  text-align: left;
  margin-top: 20px;
}

.columns-3 {
  margin-top: 0;
}

.text-block-10 {
  margin-top: 20px;
}

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

.button {
  color: #2c457c;
  background-color: #f3f3f3;
  border-radius: 20px;
  margin-left: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.columns-4 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 20px;
  font-family: PT Serif, serif;
}

.image-3 {
  margin-top: -1px;
  margin-bottom: 6px;
}

.image-4 {
  margin-top: 1px;
  margin-left: 1px;
}

.link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8 {
  color: #000;
  text-decoration: none;
}

.link-block-9, .link-block-10, .link-block-11 {
  text-decoration: none;
}

.columns-6 {
  margin-bottom: 20px;
}

.text-block-11 {
  color: #767676;
  background-color: #767676;
  padding-bottom: 0;
}

.button-2 {
  text-align: center;
  margin-top: 17px;
  margin-left: 475px;
  text-decoration: none;
}

.image-5 {
  margin-top: 10px;
}

.products {
  background-color: #c9c9c9;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.image-6, .image-7 {
  margin-top: 7px;
}

.image-8 {
  margin-top: 6px;
}

.image-9 {
  margin-top: 0;
  padding-bottom: 14px;
}

.image-10, .image-11 {
  padding-top: 3px;
}

.image-12 {
  margin-top: 2px;
}

.image-13 {
  background-color: #c9c9c9;
  padding-top: 19px;
}

.link {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .text-block-2 {
    font-size: 24px;
    font-weight: 400;
  }

  .columns {
    margin-top: 0;
    font-family: PT Serif, serif;
  }

  .heading {
    color: #e67e22;
    font-family: PT Serif, serif;
    font-size: 24px;
  }

  .text-block-3 {
    padding-right: 5px;
  }

  .text-block-4 {
    padding-left: 4px;
  }

  .text-block-8 {
    padding-left: 13px;
    padding-right: 10px;
  }

  .text-block-10 {
    padding-left: 20px;
    font-family: PT Serif, serif;
  }

  .button {
    color: #2c457c;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    margin-left: 28px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-4 {
    font-family: PT Serif, serif;
    font-size: 12px;
    text-decoration: underline;
  }

  .bold-text, .columns-5 {
    font-family: PT Serif, serif;
  }

  .image-3 {
    margin-top: 0;
    margin-bottom: 6px;
    padding-right: 0;
  }

  .image-4 {
    margin-left: 1px;
  }

  .link-block {
    color: #000;
    text-decoration: none;
  }

  .link-block-2 {
    color: #000;
    font-weight: 400;
    text-decoration: none;
  }

  .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8 {
    color: #000;
    text-decoration: none;
  }

  .link-block-9, .link-block-10, .link-block-11 {
    text-decoration: none;
  }
}

#w-node-_24bd7450-4791-8126-6daa-fc2d8d3b5abb-83b00629, #w-node-_677403df-1702-0c59-c048-c8831c42f3e6-83b00629, #w-node-_96a4b548-ef3c-bba1-bb43-ef211b4491b8-83b00629, #w-node-d8fee61e-7dfe-2023-9213-5eebe26b1060-83b00629, #w-node-ec902726-4eaf-6610-20ed-1ff515db6f60-83b00629, #w-node-_317f3330-77dc-871d-819f-d936b8c253d1-83b00629 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


