.body {
  background-color: #282828;
  border: 4px solid #000;
  font-family: Montserrat, sans-serif;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  flex-direction: row;
  justify-content: center;
  display: block;
}

.nav-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.nav-link:hover, .nav-link.w--current {
  color: #f7e45d;
}

.heading {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 5rem;
  line-height: 1.1em;
}

.heading.h1 {
  text-align: center;
  margin-bottom: 95px;
  padding-left: 52px;
  font-size: 4.4rem;
}

.heading.h3 {
  font-size: 2rem;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.image {
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
}

.columns {
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.brand {
  width: auto;
  flex-direction: row;
  order: -1;
  justify-content: space-around;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.container {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.nav-menu {
  flex: 0 auto;
  order: 1;
  align-self: stretch;
  margin-top: 6px;
}

.image-2 {
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.button {
  color: #000;
  text-align: left;
  background-color: #f7e45d;
  margin-top: 60px;
  margin-bottom: 100px;
  padding: 18px 40px;
  font-size: 16px;
}

.column-2 {
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  display: flex;
}

.section {
  background-color: #177e07;
  margin-top: 0;
  padding-top: 86px;
  padding-bottom: 60px;
}

.h2 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 2.8rem;
  line-height: 1.17em;
}

.column-3 {
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.column-4 {
  color: #fff;
  text-align: left;
  background-color: #6fc1c5;
  padding: 40px 40px 50px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  font-size: 30px;
}

.div-block {
  color: #52c1c7;
  background-color: #6fc1c5;
}

.home-p {
  color: #282828;
  text-align: center;
  margin-bottom: 46px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 33px;
}

.home-p._2 {
  margin-bottom: 92px;
}

.paragraph {
  font-weight: 700;
}

.div-block-2 {
  width: 10%;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #50174c;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 23px;
}

.div-block-2.white {
  border-color: #b7e0e2;
  margin-top: 17px;
}

.bold-text {
  font-weight: 400;
}

.heading-3 {
  color: #000;
  text-align: left;
  margin-bottom: 44px;
  padding-left: 0;
  padding-right: 0;
  font-size: 2.8rem;
}

.heading-3.title {
  color: #351f14;
  text-align: center;
}

.section-2 {
  color: #333;
  background-color: #50174c;
  margin-bottom: 0;
}

.div-block-3 {
  max-height: none;
  border-bottom: 1px solid #dbdbdb;
  border-radius: 2px;
  align-self: stretch;
  margin: 55px -40px 68px;
}

.heading-4 {
  color: #fff;
}

.heading-5 {
  color: #351f14;
  font-size: 2rem;
}

.paragraph-2 {
  color: #000;
  padding-right: 74px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-2.p3 {
  padding-right: 108px;
  line-height: 24px;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-2 {
  align-items: center;
  display: flex;
}

.section-3 {
  background-color: #f7e45d;
  margin-bottom: 0;
  padding-bottom: 115px;
}

.section-3.about {
  padding-top: 74px;
  padding-bottom: 65px;
}

.section-3.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 41px;
  padding-bottom: 270px;
}

.paragraph-3 {
  font-size: 16px;
}

.heading-6 {
  text-align: center;
  margin-top: 55px;
  margin-bottom: 46px;
  font-size: 21px;
}

.paragraph-4 {
  text-align: center;
  font-size: 16px;
}

.paragraph-5 {
  font-size: 16px;
}

.bold-text-2 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 39px;
}

.column-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.columns-3 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 65px;
  display: block;
}

.column-6, .column-7, .column-8 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-2 {
  background-color: #6fc1c5;
}

.section-4 {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.bold-text-3 {
  color: #000;
  font-weight: 400;
}

.container-3 {
  background-color: rgba(247, 228, 93, 0);
}

.column-9 {
  background-color: #f7e45d;
  margin-top: 1px;
  padding-top: 36px;
  padding-left: 60px;
  padding-right: 111px;
}

.image-3 {
  width: 8%;
  color: #3e3c3c;
  margin-bottom: 30px;
}

.heading-7 {
  margin-bottom: 46px;
}

.heading-8 {
  color: #323538;
}

.paragraph-6 {
  margin-bottom: 32px;
  font-size: 16px;
}

.section-5 {
  margin-bottom: 39px;
}

.section-6 {
  -webkit-text-fill-color: inherit;
  background-color: #177e07;
  background-clip: border-box;
}

.section-7 {
  background-color: #ff8c00;
  padding-top: 65px;
}

.link {
  text-decoration: none;
}

.paragraph-7 {
  color: #fff;
  text-align: center;
  padding-top: 10px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .columns {
    flex-direction: column-reverse;
    align-items: center;
  }

  .columns-2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .heading.h1 {
    text-align: center;
    padding-left: 0;
  }

  .image {
    max-width: 50%;
  }

  .columns {
    flex-direction: column-reverse;
  }

  .heading-3 {
    text-align: center;
  }

  .paragraph-3, .paragraph-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .heading.h1 {
    text-align: center;
    padding-left: 0;
    font-size: 2.4rem;
  }

  .image {
    max-width: 50%;
  }

  .columns {
    flex-direction: column-reverse;
  }

  .column-2 {
    justify-content: center;
    align-items: center;
  }

  .heading-3 {
    font-size: 2.3rem;
  }

  .heading-3.title {
    font-size: 1.5rem;
  }

  .heading-5 {
    font-size: 1.8rem;
  }

  .paragraph-3 {
    text-align: center;
  }

  .heading-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-5 {
    text-align: center;
  }
}
