.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.body {
  margin-right: auto;
  margin-left: auto;
  font-family: Urwgeometric, sans-serif;
  color: #0a5126;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.container {
  max-width: 1340px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.pop_up {
  position: relative;
  z-index: 9999;
  max-width: 540px;
}

.section {
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(22%, #f5fafd), color-stop(49%, rgba(245, 250, 253, 0.95)), color-stop(71%, rgba(245, 250, 253, 0))), url('../images/bg_1.jpg');
  background-image: linear-gradient(90deg, #f5fafd 22%, rgba(245, 250, 253, 0.95) 49%, rgba(245, 250, 253, 0) 71%), url('../images/bg_1.jpg');
  background-position: 0px 0px, 70% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.paragraph {
  width: 100%;
  max-width: 550px;
  margin-bottom: 60px;
}

.paragraph.no_margin {
  max-width: 600px;
  margin-bottom: 0px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 360px;
  min-height: 60px;
  -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;
  border-radius: 5px;
  background-color: #ebb53c;
  -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  color: #0a5126;
  font-weight: 700;
}

.button:hover {
  background-color: #0a5126;
  color: #ebb53c;
}

.button.w2 {
  border-style: solid;
  border-width: 1px;
  border-color: #ebb53c;
}

.image {
  display: none;
}

.section-2 {
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f5fafd;
}

.heading {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
}

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

.paragraph-2 {
  width: 100%;
  max-width: 610px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph-2.m_40 {
  margin-bottom: 40px;
}

.div-block {
  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-block {
  margin-bottom: 40px;
  font-weight: 700;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 23%;
  min-height: 270px;
  margin-top: 80px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  line-height: 28px;
  text-align: center;
}

.text-block-2 {
  font-weight: 700;
}

.text-block-3 {
  margin-bottom: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #ebb53c;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 160px;
  max-height: 160px;
  max-width: 160px;
  min-height: 160px;
  min-width: 160px;
  margin-top: -80px;
  margin-bottom: 20px;
  -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;
  border-radius: 100000000px;
  background-color: #f5fafd;
}

.image-2 {
  max-height: 60px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 2600px;
  min-height: 750px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(22%, #000), color-stop(79%, transparent)), url('../images/bg_3.jpg');
  background-image: linear-gradient(90deg, #000 22%, transparent 79%), url('../images/bg_2.jpg');
  background-position: 0px 0px, 50% 20%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

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

.section-4 {
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url('../images/serce.svg');
  background-position: 50% 50%;
  background-size: 550px;
  background-repeat: no-repeat;
}

.section-5 {
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url('../images/box.svg');
  background-position: 100% 50%;
  background-size: 36.8%;
  background-repeat: repeat-y;
}

.list {
  max-width: 550px;
  margin-bottom: 50px;
  padding-left: 0px;
  list-style-type: none;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  width: 100%;
  max-width: 17px;
  margin-right: 10px;
}

.div-block-6 {
  width: 100%;
  max-width: 55%;
  padding-right: 5%;
}

.image-4 {
  width: 100%;
  max-height: 530px;
  max-width: 45%;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 2600px;
  min-height: 240px;
  margin-right: auto;
  margin-left: auto;
  -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;
  background-color: #0a5126;
  color: #fff;
}

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

.div-block-9 {
  text-align: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.button_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 360px;
  min-height: 60px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #ebb53c;
  border-radius: 5px;
  background-color: #0a5126;
  -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  color: #ebb53c;
  font-weight: 700;
}

.button_2:hover {
  background-color: #ebb53c;
  color: #0a5126;
}

.div-block-11 {
  width: 20px;
  height: 20px;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box {
  width: 100%;
  max-width: 50%;
}

.box.right {
  background-image: url('../images/bg_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box.left {
  padding-top: 120px;
  padding-bottom: 120px;
}

.div-block-13 {
  width: 100%;
  max-width: 670px;
  min-height: 150px;
  padding-right: 20px;
  padding-left: 40px;
}

.text-block-4 {
  color: #ebb53c;
  font-size: 45px;
  line-height: 60px;
  font-weight: 700;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 40px;
  -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;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block-5 {
  font-weight: 700;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
}

.section-8 {
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f5fafd;
}

.image-5 {
  max-height: 60px;
  margin-bottom: 30px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 30%;
  -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;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-19 {
  width: 100%;
  height: 2px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #dae8ef;
}

.div-block-20 {
  text-align: center;
}

.text-block-7 {
  margin-bottom: 10px;
  color: #ebb53c;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}

.div-block-21 {
  width: 100%;
  max-width: 24%;
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-9 {
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 170px;
  padding-bottom: 100px;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  padding-right: 40px;
  -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;
}

.div-block-25 {
  width: 100%;
  max-width: 50%;
}

.image-6 {
  width: 100%;
  max-width: 610px;
}

.html-embed {
  overflow: hidden;
  background-color: transparent;
}

.box_video {
  display: none;
  margin-top: 100px;
}

.section-10 {
  position: relative;
  max-width: 2600px;
  min-height: 850px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 200px;
  padding-bottom: 180px;
  background-image: linear-gradient(180deg, rgba(245, 250, 253, 0.75) 4%, rgba(245, 250, 253, 0) 18%), linear-gradient(100deg, #f5fafd 31%, rgba(245, 250, 253, 0.75) 50%, rgba(245, 250, 253, 0.05) 65%, rgba(245, 250, 253, 0)), url('../images/bg_4.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.text-span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
}

.heading-2 {
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 58px;
}

.section-11 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-bottom: 10px;
}

.navbar {
  background-color: transparent;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  overflow: hidden;
  width: 100%;
  max-height: 100px;
  max-width: 120px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #0a5126;
}

.nav-link {
  padding: 12px 15px;
  font-weight: 600;
}

.nav-link.w--current {
  color: #0a5126;
}

.nav-link.w2 {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 5px;
  background-color: #ebb53c;
}

.nav-link.w2:hover {
  background-color: #0a5126;
  color: #ebb53c;
}

.link-block {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: -70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  min-height: 140px;
  min-width: 140px;
  margin-left: -70px;
  -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;
  border-radius: 10000px;
  background-color: #fff;
  -webkit-transition: box-shadow 250ms ease-in-out;
  transition: box-shadow 250ms ease-in-out;
}

.link-block:hover {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.07);
}

.image-7 {
  max-width: 6px;
}

.pop_up_form {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  background-color: rgba(10, 81, 38, 0.95);
}

.div-block-27 {
  width: 100%;
  max-width: 540px;
  min-height: 100px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15);
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 540px;
  margin-top: 40px;
  margin-bottom: 40px;
  -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-block-8 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
}

.text-field {
  min-height: 50px;
  border: 1px solid #e9edf2;
  border-radius: 5px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.text-field::-webkit-input-placeholder {
  color: #0a5126;
  font-weight: 500;
}

.text-field:-ms-input-placeholder {
  color: #0a5126;
  font-weight: 500;
}

.text-field::-ms-input-placeholder {
  color: #0a5126;
  font-weight: 500;
}

.text-field::placeholder {
  color: #0a5126;
  font-weight: 500;
}

.text-field.big {
  min-height: 90px;
}

.checkbox-label {
  font-size: 10px;
  line-height: 16px;
}

.checkbox-field {
  margin-top: 20px;
  margin-bottom: 20px;
}

.brand-copy {
  position: static;
  overflow: hidden;
  width: 100%;
  max-height: 100px;
  max-width: 120px;
  min-height: 100px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #0a5126;
}

.image-8 {
  max-height: 100px;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  max-height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-9 {
  width: 100%;
  height: 27px;
  max-width: 27px;
}

.div-block-30 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.link-block-2 {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #fff;
}

.image-29 {
  width: 100%;
  max-width: 200px;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-span-2 {
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .section {
    background-image: -webkit-gradient(linear, left top, right top, from(#f5fafd), to(rgba(245, 250, 253, 0.75)));
    background-image: linear-gradient(90deg, #f5fafd, rgba(245, 250, 253, 0.75));
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .paragraph {
    max-width: 100%;
  }

  .paragraph.no_margin {
    max-width: 100%;
  }

  .image {
    display: block;
    width: 100%;
    max-height: 400px;
    margin-bottom: 40px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .heading.left {
    max-width: 550px;
  }

  .div-block-2 {
    max-width: 48%;
  }

  .div-block-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-3 {
    background-color: #000;
    background-image: none;
    background-position: 0px 0px;
  }

  .section-5 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .div-block-6 {
    max-width: 100%;
    padding-right: 0%;
  }

  .image-4 {
    max-width: 60%;
    margin-bottom: 40px;
  }

  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .box.right {
    max-width: 100%;
    min-height: 450px;
  }

  .box.left {
    max-width: 100%;
  }

  .div-block-13 {
    max-width: 100%;
    padding-left: 20px;
  }

  .div-block-17 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block-18 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-19 {
    margin-top: 20px;
  }

  .text-block-6 {
    max-width: 400px;
  }

  .div-block-21 {
    max-width: 48%;
    margin-bottom: 40px;
  }

  .div-block-22 {
    margin-bottom: 20px;
  }

  .section-10 {
    padding-top: 120px;
    background-color: #f5fafd;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-26 {
    margin-bottom: 10px;
  }

  .nav-link {
    background-color: #fff;
    text-align: center;
  }

  .menu-button {
    border-radius: 10000px;
    background-color: #ebb53c;
  }

  .menu-button.w--open {
    background-color: #0a5126;
    color: #ebb53c;
  }

  .nav-menu {
    text-align: center;
  }

  .nav-menu.w--open {
    margin-top: 10px;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-9 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-10 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .div-block-22 {
    margin-bottom: 20px;
  }

  .div-block-23 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-24 {
    max-width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-25 {
    max-width: 100%;
  }

  .image-6 {
    max-width: 70%;
  }

  .section-10 {
    padding-top: 140px;
  }

  .heading-2 {
    font-size: 35px;
    line-height: 45px;
  }

  .brand.w--current {
    max-width: 100px;
    padding-left: 0px;
  }

  .div-block-27 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .div-block-28 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .brand-copy {
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .paragraph {
    margin-bottom: 40px;
  }

  .heading.left {
    font-size: 30px;
    line-height: 44px;
  }

  .div-block {
    text-align: center;
  }

  .div-block-2 {
    max-width: 100%;
    min-height: 250px;
  }

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

  .div-block-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-16 {
    max-width: 100%;
    -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;
  }

  .div-block-21 {
    max-width: 100%;
  }

  .div-block-22 {
    margin-bottom: 20px;
  }

  .div-block-24 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-span {
    display: inline;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .pop_up_form {
    overflow: auto;
  }

  .div-block-27 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .text-block-8 {
    font-size: 22px;
    line-height: 28px;
  }

  .brand-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 90px;
    max-width: 100px;
    min-height: 90px;
    padding-left: 0px;
    -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;
  }

  .div-block-29 {
    height: 90px;
    max-height: 90px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-ExtraBold.ttf') format('truetype'), url('../fonts/URWGeometric-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-Heavy.ttf') format('truetype'), url('../fonts/URWGeometric-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}