.topsection {
  display: block;
  width: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  text-align: center;
}

.heading {
  font-family: Lato, sans-serif;
  text-align: center;
}

.button {
  width: 250px;
  height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-color: #f66;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.button:hover {
  background-color: hsla(0, 100%, 70%, 0.8);
}

.button.small {
  display: inline-block;
  width: 200px;
  height: 50px;
  margin-top: 20px;
  margin-right: 109px;
  margin-left: 109px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 18px;
}

.title {
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 70px;
  font-weight: 900;
  text-align: center;
}

.title.page {
  margin-top: 50px;
}

.div-block {
  width: 100%;
  height: 100%;
  background-color: #a79595;
}

.text-block {
  color: #fff;
}

.text {
  margin-top: 70px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.subtitle {
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.navbar {
  background-color: transparent;
}

.navlink {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
}

.navlink:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: underline;
}

.navlink:active {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.navlink:focus {
  color: #fff;
  font-weight: 400;
}

.navlink:focus-visible {
  font-weight: 400;
}

.navlink[data-wf-focus-visible] {
  font-weight: 400;
}

.navlink:visited {
  color: #fff;
}

.navlink.w--current {
  color: #fff;
}

.section {
  height: 100vh;
  background-image: url('../images/BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.section-2 {
  padding-top: 120px;
  padding-bottom: 150px;
  background-color: #f5faff;
}

.grid {
  grid-template-areas: "Area";
}

.div-block-2 {
  margin-right: 45px;
  margin-left: 45px;
}

.sectiontitle {
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}

.sectiontitle.white {
  color: #fff;
}

.sectiontitle.white.space {
  margin-bottom: 70px;
}

.smalltitle {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.smalltitle.left {
  text-align: left;
}

.smalltitle.privacy {
  margin-top: 40px;
  line-height: 30px;
}

.p {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  white-space: normal;
}

.p.left {
  margin-bottom: 20px;
  text-align: left;
}

.p.letf {
  text-align: center;
}

.p.letf.quote {
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 45px;
}

.p.middle {
  margin-bottom: 40px;
  text-align: center;
}

.p.nextform {
  text-align: left;
}

.column {
  padding-right: 30px;
  padding-left: 30px;
}

.div-block-3 {
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 1px;
}

.columns {
  margin-top: 100px;
}

.div-block-4 {
  margin-right: 70px;
  margin-left: 70px;
}

.div-block-4.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

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

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3381d9;
  text-align: center;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-3 {
  width: 600px;
  margin-bottom: 50px;
}

.column-4 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.image {
  margin-top: 25px;
}

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

.image-3 {
  margin-top: 25px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.form-block {
  margin-top: 40px;
  margin-right: 20px;
}

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

.form {
  padding: 40px 50px 30px;
  background-color: #f7f7f7;
  text-align: left;
}

.text-field {
  height: 50px;
  margin-bottom: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 4px;
}

.text-field.message {
  height: 150px;
}

.section-6 {
  display: block;
  height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #133964;
  color: #333;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 85px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  margin-right: 26px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.column-5 {
  text-align: right;
}

.logo {
  font-family: Lato, sans-serif;
  color: #483fa2;
  font-size: 25px;
  font-weight: 700;
}

.text-span {
  color: #f66567;
}

.brand {
  width: auto;
  padding-top: 11px;
  padding-bottom: 11px;
}

.image-4 {
  height: 300px;
  margin-top: 39px;
}

.divform {
  margin-bottom: 40px;
  padding: 16px;
  border-bottom: 1px solid #f0f0f0;
  background-color: transparent;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
}

.section-7 {
  height: 250px;
  background-color: #b6cae0;
}

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

.image-7 {
  width: 200px;
}

@media screen and (max-width: 991px) {
  .button.small {
    margin-right: 212px;
    margin-left: 212px;
  }

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

  .div-block-2 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .column {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-4 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .section-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-block {
    margin-right: 0px;
  }

  .section-5 {
    padding-bottom: 100px;
  }

  .columns-5 {
    display: block;
  }

  .section-7 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .button.small {
    margin-right: 124px;
    margin-left: 124px;
  }

  .title {
    font-size: 40px;
    line-height: 55px;
  }

  .text {
    margin-top: 45px;
  }

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

  .sectiontitle {
    font-size: 35px;
    line-height: 50px;
  }

  .smalltitle.left {
    text-align: center;
  }

  .p.left {
    text-align: center;
  }

  .p.nextform {
    text-align: center;
  }

  .columns {
    margin-top: 40px;
  }

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

  .column-2 {
    display: block;
    margin-bottom: 70px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }

  .columns-2 {
    display: block;
  }

  .form-block {
    margin-top: 0px;
  }

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

  .section-6 {
    height: auto;
  }

  .columns-4 {
    display: block;
    margin-top: 40px;
    text-align: center;
  }

  .link.w--current {
    margin-right: 20px;
    margin-left: 20px;
  }

  .column-5 {
    margin-top: 25px;
    text-align: center;
  }

  .image-5 {
    height: 200px;
  }

  .image-6 {
    height: 200px;
  }

  .column-7 {
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 479px) {
  .button.small {
    margin-right: 28px;
    margin-left: 28px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .title.page {
    margin-top: 30px;
    font-size: 35px;
  }

  .sectiontitle {
    margin-bottom: 20px;
  }

  .p.letf.quote {
    font-size: 22px;
    line-height: 35px;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-3 {
    padding-top: 30px;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .form {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link {
    margin-right: 0px;
    padding-bottom: 30px;
  }

  .link.w--current {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-4 {
    height: auto;
  }

  .section-7 {
    height: 200px;
  }

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

  .column-7 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }
}