body {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: #156c5c;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.6;
}

a {
  color: #000;
  text-decoration: underline;
}

.nav-link {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
}

.header-background {
  height: auto;
  min-height: 500px;
  color: #000;
  background-color: #fff;
  flex-direction: column;
  margin-bottom: 50px;
  padding-bottom: 70px;
  display: flex;
}

.headline-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.button {
  color: #fff;
  background-color: #000;
  border-radius: 3px;
  align-self: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.subhead {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.brand-link {
  max-height: 80px;
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
}

.site-title {
  color: #000;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.body-container {
  padding-top: 0;
}

.menu-button {
  color: #000;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

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

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

.hero {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.hero-overlay {
  height: 90vh;
  max-height: 780px;
  color: #fff;
  background-image: linear-gradient(#142634, #142634), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

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

.site-navigation {
  padding-top: 20px;
}

.heading {
  color: #000;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

.navbar-container {
  margin-left: auto;
  margin-right: auto;
}

.sticky-nav {
  z-index: 1;
  outline-offset: 0px;
  background-color: #fff;
  background-image: url('../images/Barra-menu.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 66%;
  outline: 3px #000;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 18px;
  grid-row-gap: 20px;
  grid-template: "." minmax(0, 1fr)
  / 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link-2 {
  color: #156c5c;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

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

.heading-2 {
  color: #d4be8c;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.container, .navbar-2 {
  background-color: rgba(0, 0, 0, 0);
}

.brand {
  width: 281px;
  background-image: url('../images/GFA_logo.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 57px;
  display: block;
}

.nav-link-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.nav-link-3:hover, .nav-link-3:active, .nav-link-3:focus, .nav-link-3.w--current {
  color: #d4be8c;
}

.nav-link-4 {
  color: #156c5c;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.nav-link-5 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.nav-link-5:hover {
  color: #d4be8c;
}

.body {
  background-color: #142634;
}

.heading-3 {
  color: #d4be8c;
  text-align: center;
  margin-top: 179px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section {
  height: 219px;
  background-color: #156c5c;
  background-image: url('../images/home_lines.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 195px;
}

.paragraph {
  color: #fff;
  margin-left: 569px;
  margin-right: 440px;
  padding-top: 52px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.image {
  margin-top: 1px;
}

.image-2 {
  max-width: 32%;
  margin-top: -169px;
  margin-left: 302px;
}

.image-3 {
  margin-top: -170px;
  margin-left: 350px;
  position: relative;
}

.heading-5, .image-4 {
  display: none;
}

.section-3 {
  height: 682px;
  color: #fff8f5;
  background-color: #fff;
}

.column {
  height: 650px;
  background-image: url('../images/Section_2_image.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 0;
}

.column-2 {
  height: 650px;
  margin-top: 71px;
  padding-left: 57px;
}

.container-2 {
  height: 3px;
  background-color: #156c5c;
}

.paragraph-2 {
  width: 369px;
  color: #156c5c;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.paragraph-3 {
  width: 366px;
  text-align: justify;
  margin-top: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.container-3 {
  height: 100px;
  background-image: url('../images/Section_2_image_profil.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 22px;
}

.section-4 {
  height: 275px;
  background-color: #142634;
}

.div-block {
  width: 530px;
  height: 100%;
  background-image: url('../images/home_symbol.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: -169px;
}

.section-5 {
  height: 523px;
  background-color: #fff;
}

.columns {
  height: 75px;
}

.column-3 {
  height: 462px;
  margin-top: 60px;
}

.column-4 {
  height: 523px;
  background-image: url('../images/Section_3_image_1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-4 {
  background-image: url('../images/Section_3_title.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.div-block-2 {
  background-image: url('../images/Section_3_title.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 114px;
}

.paragraph-4 {
  color: #000;
  padding-top: 31px;
  padding-left: 149px;
  padding-right: 71px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.div-block-3 {
  width: 271px;
  height: 88px;
  background-image: url('../images/Section_3_title_1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0;
}

.div-block-4 {
  width: 271px;
  height: 4px;
  background-color: #d4be8c;
  margin-left: 0;
}

.div-block-5 {
  width: 312px;
  height: 88px;
  margin-left: 154px;
}

.div-block-6 {
  width: 272px;
  height: 88px;
  background-image: url('../images/Section_3_icons.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 20px;
  margin-left: 0;
}

.paragraph-5 {
  color: #000;
  text-align: justify;
  margin-top: 19px;
  margin-right: 40%;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.section-6 {
  height: 379px;
  background-color: #d4be8c;
  background-image: url('../images/Section_3_title_1.png');
  background-position: 0 0;
  background-size: auto;
}

.section-7 {
  height: 550px;
  background-color: #fff8f5;
}

.container-5 {
  height: 189px;
}

.container-6 {
  height: 362px;
}

.column-5 {
  height: 189px;
  padding-top: 62px;
}

.column-6 {
  height: 189px;
  padding-top: 92px;
}

.paragraph-6 {
  width: 343px;
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.text-block {
  color: #156c5c;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 800;
}

.div-block-7 {
  height: 2px;
  background-color: #156c5c;
  margin-top: 49px;
}

.column-7 {
  height: 362px;
}

.column-8 {
  height: 325px;
  margin-top: 0;
}

.div-block-8 {
  height: 362px;
  background-image: url('../images/Section_4_image.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.paragraph-7 {
  text-align: justify;
  padding-top: 51px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.section-8 {
  height: 126px;
  background-image: url('../images/Section_4_final.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.section-9 {
  height: 436px;
  background-color: #fff;
  background-image: url('../images/Section_5_imagen.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 45%;
}

.container-7 {
  height: 436px;
}

.column-9 {
  height: 436px;
  padding-top: 77px;
}

.text-block-2 {
  color: #156c5c;
  text-align: justify;
  padding-top: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.text-block-3 {
  color: #d4be8c;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.div-block-9 {
  height: 3px;
  background-color: #156c5c;
  margin-top: 9px;
  padding-top: 0;
}

.section-10, .container-8 {
  height: 550px;
}

.column-10 {
  height: 550px;
  padding-top: 123px;
  padding-right: 58px;
}

.column-11 {
  height: 550px;
  background-image: url('../images/Section_6_image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-block-4 {
  color: #fff;
  text-align: justify;
  margin-top: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.div-block-10 {
  height: 134px;
  background-image: url('../images/Section_6_CTA.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-block-5 {
  color: #d4be8c;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-11 {
  width: 462px;
  height: 3px;
  background-color: #d4be8c;
  margin-top: 25px;
}

.section-11 {
  height: 435px;
  background-color: #fff8f5;
}

.container-9 {
  height: 435px;
}

.column-12 {
  height: 435px;
  padding-right: 35px;
}

.column-13 {
  height: 435px;
  padding-top: 105px;
}

.div-block-12 {
  height: 435px;
  background-image: url('../images/Section_6_image_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-block-6 {
  color: #156c5c;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.div-block-13 {
  height: 3px;
  background-color: #156c5c;
  margin-top: 22px;
}

.text-block-7 {
  color: #156c5c;
  text-align: justify;
  margin-top: 15px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.section-12 {
  height: 435px;
  background-color: #fff;
}

.container-10 {
  height: 435px;
}

.column-14 {
  height: 435px;
  margin-top: 0;
  padding-top: 105px;
}

.column-15 {
  height: 435px;
  padding-left: 53px;
}

.div-block-14 {
  height: 435px;
  background-image: url('../images/Section_6_image_3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-block-8 {
  color: #156c5c;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.div-block-15 {
  height: 3px;
  background-color: #156c5c;
  margin-top: 31px;
}

.text-block-9 {
  color: #156c5c;
  text-align: justify;
  margin-top: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.section-13 {
  height: 379px;
  background-color: #d4be8c;
}

.container-11 {
  height: 379px;
  background-image: url('../images/Section_7_image.png');
  background-position: 50% 63%;
  background-repeat: no-repeat;
  background-size: contain;
}

.columns-2, .column-16 {
  height: 379px;
}

.column-17 {
  height: 379px;
  padding-top: 80px;
  padding-left: 61px;
}

.text-block-10 {
  color: #fff;
  margin-top: 29px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.div-block-16 {
  height: 1px;
  background-color: #fff;
}

.text-block-11 {
  color: #156c5c;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
}

.section-14 {
  height: 220px;
  background-color: #156c5c;
  background-image: url('../images/Section_8_bg.png');
  background-position: 112%;
  background-repeat: no-repeat;
  background-size: contain;
}

.container-12 {
  height: 220px;
  padding-left: 0%;
  padding-right: 22px;
}

.div-block-17 {
  height: 220px;
  background-image: url('../images/Section_8_cn.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-15 {
  height: 520px;
  background-color: #fff;
}

.container-13 {
  height: 520px;
}

.div-block-18 {
  height: 510px;
  background-image: url('../images/Section_9_cn.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-16 {
  height: 160px;
  background-color: #d4be8c;
  background-image: url('../images/Section_10_title.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-17 {
  height: 530px;
  background-color: #fff;
  background-image: url('../images/Section_11_image.png');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: contain;
}

.container-14 {
  height: 530px;
}

.column-18 {
  height: 530px;
  padding-top: 112px;
  padding-right: 45px;
}

.column-19 {
  height: 530px;
}

.text-block-12 {
  color: #d4be8c;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-13 {
  color: #156c5c;
  text-align: justify;
  margin-top: 19px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.section-18 {
  height: 220px;
}

.column-20 {
  height: 220px;
  background-image: url('../images/footer1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.column-21, .column-22, .column-23 {
  height: 220px;
}

.div-block-19 {
  height: 220px;
  color: #fff;
  padding-top: 76px;
  padding-left: 62px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.div-block-20 {
  height: 220px;
  color: #fff;
  padding-top: 76px;
  padding-left: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.section-19, .container-16 {
  height: 460px;
}

.section-20 {
  height: 210px;
  background-color: #156c5c;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.container-17 {
  height: 219px;
  line-height: 219px;
}

.column-24 {
  height: 219px;
}

.column-25 {
  height: 219px;
  background-image: url('../images/home_symbol.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.div-block-21 {
  height: 0;
  color: #fff;
  margin-top: 41px;
  margin-left: 16px;
  margin-right: 33%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.div-block-22 {
  height: 275px;
  background-image: url('../images/Section_2_final.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-21 {
  height: 523px;
  background-color: #fff;
}

.container-18 {
  height: 503px;
}

.column-26 {
  height: 31px;
  margin-top: 87px;
}

.column-27, .column-28 {
  height: 523px;
}

.container-19 {
  height: 523px;
  background-image: url('../images/Section_3_image_1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-29 {
  height: 523px;
  margin-top: 0;
  padding-top: 95px;
}

.div-block-23 {
  height: 4px;
  background-color: #d4be8c;
  margin-right: 15%;
}

.div-block-24 {
  background-image: url('../images/Section_3_title_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15%;
}

.text-block-14 {
  text-align: justify;
  margin-top: 17px;
  margin-right: 15%;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.div-block-25 {
  height: 87px;
  background-image: url('../images/Section_3_icons.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 27px;
  margin-right: 15%;
}

.div-block-26 {
  background-image: url('../images/Section_5_imagen.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-27 {
  width: auto;
  height: auto;
  margin-bottom: 14px;
}

.image-5 {
  padding-right: 15%;
}

.container-20 {
  height: 379px;
  background-image: url('../images/Section_3_final1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.column-31 {
  height: 219px;
}

.column-32 {
  height: 210px;
  background-image: url('../images/home_lines.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 0;
}

.column-33 {
  height: 210px;
  background-image: url('../images/home_symbol.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.column-34 {
  height: 219px;
  padding-right: 0;
}

.container-21 {
  height: 219px;
}

.div-block-28 {
  height: 210px;
  color: #fff;
  margin-left: 33px;
  margin-right: -8px;
  padding-top: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: #fff;
  }

  .navbar {
    padding-top: 0;
  }

  .header-background {
    height: auto;
    min-height: 400px;
    padding-bottom: 50px;
  }

  .brand-link {
    padding-left: 10px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

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

  .navbar-container {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .nav-link-3, .nav-link-5 {
    background-color: #156c5c;
  }

  .body {
    background-color: #142634;
  }

  .heading-3 {
    font-size: 47px;
  }

  .section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .paragraph {
    width: auto;
    margin-left: 349px;
    margin-right: 124px;
    padding-top: 55px;
    padding-left: 0;
  }

  .image {
    padding-right: 5%;
  }

  .column {
    height: 550px;
    background-position: 50%;
    margin-top: 110px;
  }

  .column-2 {
    margin-top: 98px;
    padding-left: 0;
  }

  .paragraph-2 {
    padding-right: 61px;
  }

  .paragraph-3 {
    padding-right: 48px;
    font-size: 10px;
  }

  .section-4 {
    background-image: none;
  }

  .div-block {
    margin-top: -185px;
    margin-left: -236px;
    padding-bottom: 0;
  }

  .column-3 {
    padding-left: 0;
  }

  .div-block-3 {
    width: 253px;
    margin-left: 12px;
  }

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

  .div-block-6 {
    width: 232px;
    margin-top: 113px;
    margin-left: 49px;
  }

  .paragraph-5 {
    margin-left: -116px;
    margin-right: 183px;
    padding-left: 6px;
  }

  .section-6 {
    background-image: none;
    border-radius: 3px;
    margin-left: 0%;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph-6 {
    width: 341px;
    margin-top: 50px;
    margin-left: 24px;
    margin-right: 13px;
  }

  .text-block {
    margin-top: 23px;
    margin-left: 91px;
    font-size: 21px;
    line-height: 25px;
  }

  .div-block-7 {
    margin-top: 14px;
    margin-left: 93px;
  }

  .column-8 {
    margin-top: -112px;
  }

  .div-block-8 {
    width: 392px;
    height: 140px;
    background-position: 0%;
    margin-top: 95px;
  }

  .paragraph-7 {
    margin-top: 67px;
    margin-left: -95px;
    margin-right: 21px;
    padding-left: 0;
  }

  .section-8 {
    height: 87px;
    background-size: cover, auto;
  }

  .column-9 {
    padding-top: 39px;
    padding-left: 35px;
  }

  .section-10 {
    padding-right: 32px;
  }

  .column-10 {
    padding-top: 67px;
    padding-left: 46px;
  }

  .column-11 {
    background-position: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-4 {
    margin-top: 19px;
  }

  .div-block-10 {
    height: 65px;
    margin-top: 11px;
  }

  .text-block-5 {
    font-size: 30px;
    line-height: 37px;
  }

  .div-block-11 {
    width: 343px;
    margin-top: 16px;
  }

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

  .section-14 {
    height: 130px;
  }

  .div-block-17 {
    height: 130px;
    margin-left: 36px;
  }

  .section-16 {
    background-size: contain;
  }

  .section-18 {
    background-color: #142634;
  }

  .menu-button-3.w--open {
    background-color: #156c5c;
  }

  .container-15 {
    padding-left: 0;
  }

  .section-19 {
    background-color: #142634;
  }

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

  .div-block-21 {
    margin-right: 44px;
  }

  .container-20 {
    padding-right: 0;
  }

  .div-block-28 {
    padding-top: 35px;
    padding-left: 0;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 1.2;
  }

  h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  h3 {
    font-size: 24px;
    line-height: 1.4;
  }

  h4 {
    font-size: 20px;
    line-height: 1.4;
  }

  h5 {
    font-size: 16px;
    line-height: 1.4;
  }

  h6 {
    font-size: 14px;
    line-height: 1.4;
  }

  p {
    font-size: 16px;
  }

  .navbar {
    padding-top: 0;
  }

  .header-background {
    height: auto;
    padding-bottom: 40px;
  }

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

  .button {
    padding: 15px 20px;
    font-size: 18px;
  }

  .subhead {
    font-size: 24px;
    line-height: 1.2;
  }

  .body-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .heading {
    font-size: 40px;
  }

  .sticky-nav {
    position: relative;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  h2 {
    line-height: 1.2;
  }

  h3 {
    line-height: 1.3;
  }

  h4, h5 {
    line-height: 1.4;
  }

  .nav-link {
    color: #fff;
    background-color: #000;
  }

  .header-background {
    height: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .headline-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-link {
    padding-left: 10px;
  }

  .site-title {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .icon {
    color: #000;
  }

  .menu-button-2 {
    background-color: #000;
  }

  .menu-button-2.w--open {
    color: #fff;
  }

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

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

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

  .heading {
    font-size: 36px;
  }

  .sticky-nav {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-2 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-2 {
    padding-right: 0;
    display: none;
  }

  .container {
    position: -webkit-sticky;
    position: sticky;
  }

  .brand {
    width: 212px;
    object-fit: fill;
    background-size: contain;
    margin-top: 6px;
    margin-left: 15px;
    padding-left: 0;
    position: relative;
    overflow: visible;
  }

  .nav-link-3, .nav-link-5 {
    background-color: #156c5c;
  }

  .icon-2 {
    color: #fff;
  }

  .heading-3 {
    text-align: center;
    white-space: normal;
    flex-direction: column;
    align-items: center;
    margin-top: 155px;
    padding-left: 0;
    font-size: 38px;
    display: flex;
  }

  .section {
    height: 298px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 128px;
  }

  .paragraph {
    text-align: justify;
    margin-left: 25px;
    margin-right: 20px;
    padding-top: 146px;
    font-size: 12px;
  }

  .image {
    max-width: 61%;
    margin-top: 3px;
    margin-left: 12px;
    padding-top: 0;
  }

  .image-3 {
    display: none;
  }

  .section-2 {
    margin-top: 141px;
  }

  .heading-4 {
    color: #cbb788;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .image-4 {
    width: 46%;
    height: 84px;
    max-width: 88%;
    text-align: left;
    margin-top: 16px;
    margin-left: 50px;
    padding-left: 107px;
    display: inline-block;
  }

  .section-3 {
    height: 958px;
  }

  .column {
    height: 427px;
    background-position: 50%;
    margin-top: -1px;
  }

  .column-2 {
    height: 584px;
    margin-top: -49px;
    padding-left: 0;
  }

  .container-2 {
    height: 3px;
    max-width: 338px;
    object-fit: fill;
    padding-left: 0;
    padding-right: 18px;
  }

  .paragraph-2 {
    width: 100%;
    margin-left: 0;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 12px;
  }

  .paragraph-3 {
    width: 100%;
    margin-top: 21px;
    margin-left: 0;
    padding-left: 10%;
    padding-right: 24px;
    font-size: 10px;
  }

  .container-3 {
    height: 100px;
    max-width: 519px;
    background-position: 18%;
    padding-left: 94%;
  }

  .section-4 {
    background-image: url('../images/Section_2_final_mobile.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block {
    width: 100%;
    height: 30%;
    background-image: url('../images/home_symbol_alone.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -245px;
    margin-left: 0;
  }

  .section-5 {
    height: 560px;
  }

  .column-3 {
    margin-top: 31px;
    padding-left: 0;
  }

  .column-4 {
    height: 142px;
    background-image: url('../images/Section_3_image.png');
    background-size: cover;
    margin-top: -96px;
  }

  .div-block-3 {
    width: 259px;
    background-position: 50% 71%;
    margin-left: 10%;
  }

  .div-block-4 {
    margin-left: 0;
  }

  .div-block-5 {
    width: 100%;
    margin-left: 122px;
  }

  .div-block-6 {
    width: 83%;
    height: 13vh;
    background-position: 50%;
    margin-top: 47px;
    margin-left: 10%;
    padding-left: 0%;
  }

  .paragraph-5 {
    flex-direction: column;
    align-items: stretch;
    margin-top: 21px;
    margin-left: -110px;
    margin-right: 131px;
    padding-left: 10%;
    padding-right: 6%;
    font-size: 10px;
    display: block;
  }

  .section-6 {
    height: 767px;
    background-image: url('../images/Section_3_final_mobile.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .section-7 {
    height: 870px;
  }

  .column-5 {
    height: 187px;
    padding-top: 181px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .column-6 {
    padding-top: 23px;
    padding-left: 0%;
    padding-right: 10%;
    position: absolute;
  }

  .paragraph-6 {
    width: 259px;
    text-align: right;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 12px;
    text-decoration: none;
    display: inline;
  }

  .text-block {
    margin-left: 41px;
    font-size: 29px;
    line-height: 36px;
  }

  .div-block-7 {
    margin-top: 22px;
    margin-left: 39px;
  }

  .column-7 {
    height: 177px;
    text-align: right;
    padding-left: 10%;
    padding-right: 10%;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
  }

  .column-8 {
    height: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-8 {
    width: 336px;
    height: 115px;
    margin-top: 132px;
  }

  .paragraph-7 {
    text-align: justify;
    margin-top: 221px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    font-size: 12px;
  }

  .section-8 {
    height: 267px;
    background-color: #156c5c;
    background-image: url('../images/Section_4_final_mobile_update.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 44px;
  }

  .section-9 {
    height: 649px;
    background-position: 50% 100%;
    background-size: contain;
  }

  .column-9 {
    padding-top: 51px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .text-block-2 {
    text-align: justify;
  }

  .section-10 {
    height: 512px;
    padding-right: 0;
  }

  .container-8 {
    height: 881px;
  }

  .column-10 {
    padding-top: 52px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .column-11 {
    height: 286px;
    background-image: url('../images/Section_6_image_mobile.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-5 {
    font-size: 35px;
    line-height: 38px;
  }

  .div-block-11 {
    width: 332px;
  }

  .section-11 {
    height: 620px;
    margin-top: 418px;
    padding-top: 26px;
  }

  .column-12 {
    height: 250px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .column-13 {
    height: 342px;
    padding-top: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-12 {
    height: 242px;
  }

  .section-12 {
    height: 640px;
    padding-top: 0;
  }

  .column-14 {
    height: 380px;
    padding-top: 67px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .column-15 {
    height: 240px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-14 {
    height: 230px;
    background-image: url('../images/Section_6_image_3.png');
  }

  .section-13 {
    height: 570px;
  }

  .container-11 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .column-16 {
    height: 265px;
    background-image: url('../images/Section_7_image_mobile.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .column-17 {
    height: 300px;
    padding-top: 9px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .section-14 {
    height: 596px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    line-height: 20px;
  }

  .container-12 {
    height: 480px;
    padding-left: 15%;
    padding-right: 15%;
  }

  .div-block-17 {
    height: 597px;
    background-image: url('../images/Section_8_cn_mobile.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0;
  }

  .section-15 {
    height: 570px;
  }

  .container-13 {
    height: 570px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-18 {
    height: 580px;
    background-image: url('../images/Section_9_cn_mobile.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .section-16 {
    height: 350px;
    background-image: url('../images/Section_10_title_mobile.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .section-17 {
    height: 550px;
    background-image: url('../images/Section_11_image_final.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .container-14 {
    height: 520px;
  }

  .column-18 {
    padding-top: 222px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .column-19 {
    height: 0;
  }

  .section-18 {
    height: 430px;
  }

  .column-20 {
    height: 190px;
  }

  .column-21 {
    height: 80px;
  }

  .column-22 {
    height: 60px;
  }

  .column-23 {
    height: 50px;
    background-size: contain;
    margin-top: 33px;
  }

  .div-block-19 {
    height: 90px;
    text-align: center;
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-20 {
    height: 70px;
    text-align: center;
    padding-top: 0;
    padding-left: 0;
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: #156c5c;
  }

  .section-19 {
    height: 440px;
  }

  .container-16 {
    height: 437px;
  }

  .section-20 {
    height: 520px;
    padding-top: 28px;
  }

  .column-25 {
    background-image: url('../images/home_symbol_alone.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .div-block-21 {
    text-align: center;
    margin-right: 11px;
  }

  .div-block-22 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section-21 {
    height: 730px;
  }

  .container-19 {
    height: 350px;
    margin-top: -143px;
  }

  .column-29 {
    height: 370px;
    padding-top: 0;
  }

  .div-block-23 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .text-block-14, .div-block-25 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .image-5 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .column-30 {
    height: 54px;
  }

  .container-20, .column-32 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .column-33 {
    height: 140px;
    background-image: url('../images/home_symbol_alone.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 46px;
  }

  .div-block-28 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .div-block-29 {
    height: 18px;
  }

  .div-block-30 {
    height: 9px;
  }

  .div-block-31 {
    height: 2px;
    background-color: #d4be8c;
    margin-top: 166px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .div-block-32 {
    height: 3px;
    background-color: #d4be8c;
    margin-top: 34px;
    padding-top: 0;
    padding-bottom: 0;
  }
}


