body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #2196f3;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, 0.56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #1565c0;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  background-color: #fff;
  color: #333;
}

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

.button.black {
  background-color: #333;
}

.button.black:hover {
  background-color: #000;
}

.button.black.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.button.full-width {
  display: block;
  width: 100%;
}

.button.small {
  padding: 7px 12px;
  background-color: #2196f3;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

.button.small:hover {
  background-color: #1565c0;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #a8a8a8;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: #2196f3;
}

.button.tab.w--current:hover {
  background-color: #1565c0;
}

.button.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link:hover {
  color: #2196f3;
}

.navigation-link.white {
  color: #fff;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  background-color: #5d5d5d;
}

.navigation-bar.top {
  margin-top: 58px;
  margin-bottom: 124px;
  border-radius: 5px;
  background-color: #fff;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  margin-top: 16px;
  margin-bottom: 0px;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
}

.brand-link {
  height: 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-link:hover {
  opacity: 0.66;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  display: block;
  float: none;
  text-align: center;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  margin-left: 15px;
  color: #fff;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.section.centered {
  text-align: center;
}

.section.accent {
  background-color: #f3f3f3;
}

.section.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.hero-slider {
  height: 455px;
  background-color: transparent;
}

.slide {
  padding-top: 82px;
  padding-right: 85px;
  padding-left: 85px;
  background-color: #dbdbdb;
}

.slide.two {
  background-color: #dbdbdb;
}

.header-section {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #5d5d5d;
  color: #fff;
  text-align: center;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 11px;
}

.cta-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #dbdbdb;
}

.cta-section.centered {
  text-align: center;
}

.cta-section.centered-accented {
  background-color: #2196f3;
  color: #fff;
  text-align: center;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.cta-heading.inline-block {
  display: inline-block;
  margin-top: 0px;
  margin-right: 13px;
}

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

.white-box {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.fixed-image-section {
  padding: 117px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 125px;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
}

.hero-section {
  height: 100vh;
  padding-top: 250px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  font-size: 11px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 9px 20px;
  border: 2px solid #2196f3;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #2196f3;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #1565c0;
  color: #1565c0;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: hsla(0, 0%, 100%, 0.64);
  color: hsla(0, 0%, 100%, 0.72);
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading.centered {
  text-align: center;
}

.main-container {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.form-label {
  margin-bottom: 6px;
  font-size: 13px;
  text-transform: uppercase;
}

.section-subheading.center {
  font-size: 20px;
  text-align: center;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  min-height: 41px;
  margin-right: 1px;
  margin-bottom: 17px;
  border-style: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.form-field:focus {
  box-shadow: 0 0 0 2px #2196f3;
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  width: 75%;
  margin-bottom: 0px;
  float: left;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.round-image {
  margin-bottom: 13px;
  border-radius: 100px;
}

.social-button {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.social-button:hover {
  background-color: #1565c0;
  opacity: 1;
}

.social-button.border {
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.36);
  background-color: transparent;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  padding: 3px;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.social-icon-link:hover {
  opacity: 0.5;
}

.profile-image {
  margin-bottom: 15px;
  border-radius: 100px;
}

.hero-with-nav {
  background-color: #dbdbdb;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer.center {
  text-align: center;
}

.footer.centered-smaller {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer.accent {
  background-color: #f1f1f1;
}

.footer.centered-accented {
  background-color: #f1f1f1;
  text-align: center;
}

.float-right {
  float: right;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #2196f3;
  text-decoration: none;
}

.link:hover {
  color: #1565c0;
}

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #8f8f8f;
  text-decoration: none;
}

.sidemenu-link:hover {
  color: #333;
}

.grid-image {
  margin-bottom: 20px;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  color: rgba(0, 0, 0, 0.74);
  text-decoration: none;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  padding: 6px;
  float: left;
  color: #919191;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  width: 20%;
  height: 100vh;
  float: left;
  background-color: #dbdbdb;
}

.nav-link {
  display: block;
  padding: 7px 0px;
  text-align: center;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.content {
  overflow: hidden;
  width: 80%;
  float: left;
}

.social-footer {
  margin-top: 56px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.flushed-grid {
  width: 25%;
  float: left;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.success-wrapper {
  padding: 31px;
  border-radius: 5px;
  background-color: #4caf50;
  color: #fff;
}

.success-message {
  margin-bottom: 0px;
}

.error-wrapper {
  border-radius: 5px;
  background-color: #d32f2f;
  color: #fff;
}

.error-message {
  margin-bottom: 0px;
}

.social-link-wrapper {
  text-align: center;
}

.background {
  background-color: #dbdbdb;
}

.custom-container {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.rich-text h1 {
  margin-top: 30px;
}

.rich-text h3 {
  margin-top: 30px;
}

.rich-text h5 {
  margin-top: 30px;
}

.rich-text h4 {
  margin-top: 30px;
}

.rich-text h6 {
  margin-top: 30px;
}

.image-column {
  text-align: center;
}

.content-column {
  padding-top: 42px;
}

.feature-column {
  text-align: center;
}

.waterfall-image-column {
  text-align: center;
}

.section-2 {
  margin-top: 1px;
  padding-top: 174px;
  background-image: url('../images/top-banner1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-2 {
  margin-top: -177px;
}

.image {
  display: block;
  margin-top: 3px;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  border-bottom: 2px solid #d6b786;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#14110f), to(#14110f));
  background-image: linear-gradient(180deg, #14110f, #14110f);
}

.nav-link-2 {
  padding-right: 29px;
  padding-left: 29px;
  color: #fff;
  font-size: 14px;
}

.nav-link-2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d6b786), to(#d6b786));
  background-image: linear-gradient(180deg, #d6b786, #d6b786);
}

.text-block {
  color: #fff;
  font-size: 14px;
}

.icon {
  color: #fff;
}

.dropdown-link {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d6b786), to(#d6b786));
  background-image: linear-gradient(180deg, #d6b786, #d6b786);
}

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

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

.container-3 {
  margin-top: -741px;
}

.container-4 {
  margin-top: -701px;
}

.heading {
  cursor: pointer;
}

.paragraph {
  overflow: hidden;
}

.container-5 {
  margin-top: -709px;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.call-to-action {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.section-4 {
  padding-top: 207px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 1200px;
  margin-top: -167px;
  margin-right: 112px;
  margin-left: 112px;
  padding-top: 116px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.container-6 {
  margin-top: -154px;
  padding-right: 6px;
  padding-left: 6px;
}

.rich-text-block {
  line-height: 16px;
}

.heading-4 {
  font-size: 25px;
  text-align: center;
}

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

.button-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  margin-right: 16px;
  margin-bottom: 9px;
  margin-left: 0px;
  padding: 17px 19px;
  border: 5px solid #000;
  border-radius: 9px;
  background-color: #000;
  background-image: url('../images/social-34-white.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.button-2:hover {
  background-color: #333;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 69px;
  padding-bottom: 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-6 {
  padding-left: 11px;
  border-radius: 5px;
}

.section-7 {
  padding-top: 276px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1412px;
  perspective: 1412px;
  -webkit-transform: perspective(1490px) translate(0px, 0px);
  transform: perspective(1490px) translate(0px, 0px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.section-7:hover {
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
}

.container-7 {
  margin-top: -191px;
}

.imagehover {
  mix-blend-mode: normal;
}

.imagehover:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.column {
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #000;
}

.c2:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image-2 {
  outline-color: #333;
  outline-offset: 0px;
  outline-style: dotted;
  outline-width: 3px;
}

.image-3 {
  outline-color: #333;
  outline-offset: 0px;
  outline-style: dotted;
  outline-width: 3px;
}

.section-8 {
  padding-top: 300px;
  background-color: #5d5d5d;
  color: #fff;
}

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

.grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-9 {
  padding-top: 347px;
  background-color: #a8a8a8;
}

.columns {
  margin-top: -170px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-8 {
  margin-top: -229px;
}

.grid-3 {
  width: 100%;
  height: 100%;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.image-4 {
  width: 100px;
  height: 100px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-5 {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-4 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-6 {
  width: 100%;
  height: 100%;
}

.section-10 {
  padding-top: 215px;
  background-image: url('../images/Top-banner-2022-light-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-11 {
  padding-top: 0px;
}

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  border-bottom: 1px solid #dbdbdb;
  background-color: #fff;
}

.nav-link-3 {
  margin-top: 13px;
  padding: 20px 7px 5px;
  border-bottom: 3px solid transparent;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link-3:hover {
  border-bottom-color: #964c2f;
  -webkit-transform: skew(1deg, 0deg);
  -ms-transform: skew(1deg, 0deg);
  transform: skew(1deg, 0deg);
  color: #527e1d;
}

.nav-link-3.w--current {
  border-bottom-color: #964c2f;
  color: #527e1d;
}

.section-12 {
  padding-top: 450px;
}

.container-10 {
  margin-top: -317px;
}

.slider {
  height: 500px;
  margin-top: -454px;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33))), url('../images/Depositphotos_24646653_l-2015.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url('../images/Depositphotos_24646653_l-2015.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/Depositphotos_25045833_xl-2015.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/Depositphotos_25045833_xl-2015.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33))), url('../images/Depositphotos_23072226_xl-2015.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url('../images/Depositphotos_23072226_xl-2015.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.container-11 {
  margin-top: 213px;
}

.heading-5 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 48px;
  text-align: center;
}

.container-12 {
  margin-top: 213px;
}

.heading-6 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 48px;
  text-align: center;
}

.container-13 {
  margin-top: 213px;
}

.heading-7 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
}

.section-13 {
  padding-top: 149px;
  padding-bottom: 29px;
}

.image-7 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.image-8 {
  display: none;
}

.container-14 {
  margin-top: -124px;
}

.div-block-3 {
  height: 2px;
  background-color: #71c675;
}

.container-15 {
  margin-top: 22px;
}

.green {
  color: #098b0e;
}

.section-14 {
  padding-top: 583px;
  background-image: url('../images/ezgif.com-gif-maker-94.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.section-15 {
  padding-top: 238px;
  padding-bottom: 62px;
}

.section-16 {
  padding-top: 200px;
  padding-bottom: 37px;
  background-color: #6b2a16;
}

.container-16 {
  margin-top: -172px;
  padding-top: 0px;
}

.heading-8 {
  color: #000;
  font-size: 40px;
}

.div-block-4 {
  width: 220px;
  height: 3px;
  background-color: #ffc410;
}

.text-block-2 {
  margin-top: 17px;
}

.column-4 {
  text-align: center;
}

.container-17 {
  margin-top: 72px;
}

.div-block-5 {
  height: 1px;
  margin-top: 36px;
  background-color: #098b0e;
}

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

.bold-text {
  color: #000;
  font-size: 40px;
}

.div-block-6 {
  height: 3px;
  margin-right: 65px;
  padding-right: 0px;
  background-color: #ffc410;
}

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

.container-18 {
  margin-top: -166px;
}

.heading-10 {
  color: #fff;
  font-size: 30px;
}

.column-6 {
  text-align: center;
}

.text-block-4 {
  color: #fff;
}

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

.text-block-5 {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.link-2 {
  color: #ffc410;
}

.link-block {
  padding-right: 9px;
  padding-left: 9px;
}

.link-block-2 {
  padding-right: 9px;
  padding-left: 9px;
}

.link-block-3 {
  padding-right: 9px;
  padding-left: 9px;
}

.column-7 {
  text-align: center;
}

.section-17 {
  padding-top: 498px;
  background-image: url('../images/Depositphotos_73212449_xl-2015.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

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

.container-19 {
  margin-top: -99px;
}

.heading-12 {
  color: #ca9800;
  font-weight: 300;
}

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

.heading-13 {
  margin-top: 36px;
  color: #ca9800;
  font-weight: 400;
}

.section-19 {
  padding-top: 48px;
  background-color: #098b0e;
}

.container-20 {
  margin-top: -25px;
}

.heading-14 {
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  text-align: center;
}

.section-20 {
  padding-top: 197px;
  padding-bottom: 35px;
}

.container-21 {
  margin-top: -152px;
}

.column-9 {
  padding-top: 655px;
  background-image: url('../images/Depositphotos_9999589_xl-2015.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.section-21 {
  padding-top: 436px;
  background-image: url('../images/Depositphotos_73071599_l-2015.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-22 {
  padding-top: 111px;
  padding-bottom: 43px;
}

.container-22 {
  margin-top: -85px;
}

.heading-15 {
  color: #ca9800;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}

.text-block-6 {
  color: #000;
  font-size: 16px;
}

.container-23 {
  margin-top: 23px;
}

.section-23 {
  padding-top: 436px;
  background-image: url('../images/ezgif.com-gif-maker-95.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.section-24 {
  padding-top: 277px;
  padding-bottom: 37px;
}

.container-24 {
  margin-top: -229px;
}

.heading-16 {
  color: #ca9800;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}

.container-25 {
  margin-top: 20px;
}

.heading-17 {
  color: #000;
  font-size: 30px;
  font-weight: 500;
}

.text-block-7 {
  color: #000;
  line-height: 28px;
}

.div-block-7 {
  height: 2px;
  margin-top: 22px;
  background-color: #ca9800;
}

.italic-text {
  color: #ca9800;
}

.container-26 {
  margin-top: 40px;
  line-height: 28px;
}

.heading-18 {
  color: #000;
  font-size: 30px;
}

.heading-19 {
  color: #000;
  font-size: 30px;
}

.text-block-8 {
  color: #000;
  line-height: 26px;
}

.italic-text-2 {
  color: #ca9800;
}

.div-block-8 {
  height: 2px;
  margin-top: 21px;
  background-color: #ca9800;
}

.container-27 {
  margin-top: 35px;
}

.heading-20 {
  color: #000;
  font-size: 30px;
}

.text-block-9 {
  color: #000;
  line-height: 28px;
}

.italic-text-3 {
  color: #ca9800;
}

.div-block-9 {
  height: 2px;
  margin-top: 26px;
  background-color: #ca9800;
}

.container-28 {
  margin-top: 31px;
}

.heading-21 {
  color: #000;
  font-size: 30px;
}

.text-block-10 {
  padding-top: 0px;
  color: #000;
  line-height: 28px;
}

.italic-text-4 {
  color: #ca9800;
}

.div-block-10 {
  height: 2px;
  margin-top: 21px;
  background-color: #ca9800;
}

.container-29 {
  margin-top: 30px;
}

.heading-22 {
  color: #000;
  font-size: 30px;
}

.text-block-11 {
  color: #000;
  line-height: 26px;
}

.italic-text-5 {
  color: #ca9800;
}

.text-block-12 {
  color: #000;
  line-height: 28px;
}

.section-25 {
  padding-top: 102px;
  background-color: #00457b;
}

.container-30 {
  margin-top: -73px;
}

.heading-23 {
  color: #fff;
  text-align: center;
}

.section-26 {
  padding-top: 166px;
  padding-bottom: 41px;
}

.container-31 {
  margin-top: -131px;
}

.text-block-13 {
  margin-top: 30px;
}

.heading-24 {
  margin-top: 18px;
  color: #000;
  font-size: 25px;
}

.bold-text-3 {
  color: #000;
  font-size: 25px;
}

.heading-25 {
  margin-top: 16px;
}

.text-block-14 {
  padding-bottom: 18px;
}

.text-block-15 {
  color: #000;
}

.bold-text-4 {
  color: #000;
}

.bold-text-5 {
  color: #000;
}

.list-item {
  color: #000;
}

.list-item-2 {
  color: #000;
}

.list-item-3 {
  color: #000;
}

.image-9 {
  margin-top: 23px;
}

.section-27 {
  padding-top: 106px;
  padding-bottom: 35px;
  border-radius: 10px;
}

.container-32 {
  margin-top: -77px;
}

.heading-26 {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.text-block-16 {
  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;
  color: #000;
  font-size: 20px;
}

.list {
  margin-top: 28px;
  color: #000;
}

.button-3 {
  border-radius: 9px;
  background-color: #ca9800;
}

.button-3:hover {
  background-color: #ffc410;
}

.container-33 {
  margin-top: 26px;
}

.container-34 {
  margin-top: 37px;
}

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

.section-28 {
  padding-top: 138px;
  padding-bottom: 48px;
}

.container-35 {
  margin-top: -103px;
}

.section-29 {
  padding-top: 355px;
  background-image: url('../images/Depositphotos_24646653_l-2015.jpg');
  background-position: 50% 25%;
  background-size: cover;
  background-attachment: fixed;
}

.section-30 {
  padding-top: 200px;
  padding-bottom: 32px;
}

.container-36 {
  margin-top: -183px;
}

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

.text-block-18 {
  margin-top: 12px;
  color: #000;
  text-align: center;
}

.link-3 {
  color: #ca9800;
}

.link-3:hover {
  color: #ffc410;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000003, 0.6000000000000003);
  -ms-transform: scale(0.6000000000000003, 0.6000000000000003);
  transform: scale(0.6000000000000003, 0.6000000000000003);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (min-width: 1280px) {
  .nav-link-3 {
    margin-top: 17px;
    padding-right: 14px;
    padding-left: 14px;
    border-bottom-width: 2px;
    font-size: 14px;
    font-weight: 400;
  }

  .container-9 {
    max-width: 1150px;
  }

  .container-14 {
    max-width: 1150px;
  }

  .container-15 {
    max-width: 1150px;
  }

  .container-16 {
    max-width: 1150px;
    margin-top: -218px;
  }

  .container-17 {
    max-width: 1150px;
    margin-top: 47px;
  }

  .container-18 {
    max-width: 1150px;
  }

  .container-19 {
    max-width: 1150px;
  }

  .container-21 {
    max-width: 1150px;
  }

  .column-9 {
    padding-top: 572px;
  }

  .container-23 {
    max-width: 1150px;
    margin-top: 14px;
  }

  .container-25 {
    max-width: 1150px;
  }

  .container-26 {
    max-width: 1150px;
  }

  .container-27 {
    max-width: 1150px;
  }

  .container-28 {
    max-width: 1150px;
  }

  .container-29 {
    max-width: 1150px;
  }

  .container-31 {
    max-width: 1150px;
  }

  .container-32 {
    max-width: 1150px;
  }

  .container-34 {
    max-width: 1150px;
  }

  .container-36 {
    max-width: 1150px;
  }
}

@media screen and (max-width: 991px) {
  .hamburger-button:hover {
    color: #2196f3;
  }

  .hamburger-button.w--open {
    background-color: #333;
  }

  .hamburger-button.left {
    float: left;
  }

  .hamburger-button.white {
    color: #fff;
  }

  .hero-slider {
    height: 400px;
  }

  .form-wrapper.squeezed {
    padding-right: 10%;
    padding-left: 10%;
  }

  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
  }

  .nav-menu {
    padding: 17px;
    background-color: #333;
  }

  .logo-link {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }

  .content {
    width: 100%;
    height: auto;
  }

  .social-footer {
    margin-top: 0px;
  }

  .content-column {
    padding-top: 0px;
  }

  .section-2 {
    padding-top: 153px;
  }

  .image {
    display: block;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .navbar {
    position: relative;
  }

  .menu-button {
    color: #fff;
    font-size: 30px;
  }

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

  .grid-2 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .nav-link-3 {
    margin-top: 0px;
    padding: 16px 19px;
    border-bottom-style: none;
    font-size: 15px;
  }

  .menu-button-2 {
    color: #964c2f;
    font-size: 36px;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .icon-2 {
    color: #753218;
  }

  .slider {
    height: 400px;
  }

  .heading-5 {
    font-size: 35px;
  }

  .section-13 {
    margin-top: -39px;
  }

  .image-8 {
    display: none;
  }

  .section-14 {
    padding-top: 380px;
    background-attachment: scroll;
  }

  .column-9 {
    padding-top: 673px;
  }

  .section-21 {
    background-position: 50% 0%;
    background-attachment: scroll;
  }

  .section-23 {
    background-attachment: scroll;
  }

  .section-29 {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 767px) {
  .brand-link.on-top {
    float: left;
  }

  .brand-link.left-spacing {
    padding-left: 0px;
  }

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

  .hero-slider {
    height: 528px;
  }

  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .cta-heading {
    margin-bottom: 10px;
  }

  .form-wrapper.squeezed {
    padding-right: 9px;
    padding-left: 0px;
  }

  .picture-border {
    margin-bottom: 13px;
  }

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

  .grid-fours {
    width: 33.33%;
  }

  .image-column {
    margin-bottom: 10px;
  }

  .content-column {
    margin-bottom: 13px;
    text-align: center;
  }

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

  .image {
    display: block;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .main-content {
    padding: 40px 20px;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .grid {
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-flow: row;
    grid-template-areas: "Area";
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .section-12 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-11 {
    margin-top: 181px;
  }

  .heading-5 {
    font-size: 25px;
  }

  .container-12 {
    margin-top: 182px;
  }

  .heading-6 {
    font-size: 35px;
  }

  .container-13 {
    margin-top: 182px;
  }

  .section-13 {
    margin-top: -29px;
    margin-right: 12px;
    margin-left: 12px;
  }

  .image-7 {
    display: none;
  }

  .image-8 {
    display: block;
    margin-top: 13px;
  }

  .heading-9 {
    margin-top: 42px;
  }

  .heading-11 {
    margin-top: 31px;
  }

  .text-block-5 {
    margin-top: 36px;
  }

  .column-8 {
    padding-bottom: 26px;
    text-align: center;
  }

  .section-17 {
    padding-top: 420px;
  }

  .section-18 {
    padding-right: 17px;
    padding-left: 17px;
  }

  .column-9 {
    padding-top: 452px;
  }

  .section-21 {
    padding-top: 333px;
  }

  .section-22 {
    padding-right: 19px;
    padding-left: 19px;
  }

  .section-23 {
    padding-top: 353px;
  }

  .section-24 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .container-32 {
    text-align: center;
  }

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

@media screen and (max-width: 479px) {
  .button.tab {
    margin-bottom: 9px;
  }

  .hero-slider {
    height: 550px;
  }

  .slide {
    padding-right: 53px;
    padding-left: 53px;
  }

  .grid-fours {
    width: 50%;
  }

  .section-2 {
    padding-top: 98px;
  }

  .container-2 {
    margin-top: -231px;
  }

  .image {
    display: block;
    margin-top: 137px;
    margin-right: auto;
    margin-left: auto;
  }

  .centered-container {
    text-align: left;
  }

  .heading-2 {
    margin-bottom: 0px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-4 {
    -ms-grid-columns: 2fr 1fr 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }

  .slider {
    height: 300px;
  }

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

  .heading-6 {
    font-size: 25px;
  }

  .heading-7 {
    font-size: 25px;
  }

  .section-13 {
    margin-top: -139px;
  }

  .image-7 {
    display: none;
  }

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

  .section-14 {
    padding-top: 231px;
  }

  .section-17 {
    padding-top: 256px;
    background-attachment: scroll;
  }

  .heading-14 {
    font-size: 25px;
  }

  .column-9 {
    padding-top: 235px;
  }

  .section-21 {
    padding-top: 219px;
  }

  .heading-15 {
    font-size: 30px;
  }

  .section-23 {
    padding-top: 215px;
  }

  .heading-16 {
    font-size: 30px;
  }

  .heading-17 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }

  .heading-19 {
    font-size: 20px;
    line-height: 30px;
  }

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

  .heading-21 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-22 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-23 {
    font-size: 18px;
    line-height: 30px;
  }

  .section-27 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-26 {
    font-size: 25px;
  }

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

  .section-29 {
    padding-top: 218px;
  }

  .section-30 {
    padding-right: 13px;
    padding-left: 13px;
  }
}

