a {
  color: #7b99a3;
  text-decoration: underline;
}

a:hover {
  color: #002e53;
}

a:active {
  color: #7b99a3;
}

a:focus {
  color: #7b99a3;
}

.sticky-nav {
  position: static;
  top: 0px;
  z-index: 1;
  padding: 15px 20px 0px;
  float: none;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(32%, hsla(0, 0%, 100%, 0.8)), color-stop(51%, hsla(0, 0%, 100%, 0))), url('../images/hero-image-fin.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.8) 32%, hsla(0, 0%, 100%, 0) 51%), url('../images/hero-image-fin.jpg');
  background-position: 0px 0px, 110% 0%;
  background-size: auto, 1000px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  box-shadow: 1px 1px 2px 0 rgba(51, 51, 51, 0.35);
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 344px;
  grid-template-columns: 344px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

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

.body {
  border-radius: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  -o-object-fit: fill;
  object-fit: fill;
}

.dropdown-toggle {
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
  clear: none;
  border-radius: 8px;
  background-color: transparent;
  color: #fff;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.text-block {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  font-weight: 400;
  text-align: center;
}

.image {
  padding-top: 16px;
  padding-left: 6px;
  float: right;
}

.div-block {
  display: block;
  max-height: 600vh;
  min-height: auto;
  background-color: transparent;
}

.heading {
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  text-align: left;
}

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

.facebook {
  float: left;
}

.twitter {
  float: left;
}

.column-2 {
  display: block;
}

.section {
  padding-top: 84px;
  background-color: #0e5952;
}

.image-2 {
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
}

.container {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.text-block-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
}

.text-span {
  text-decoration: underline;
}

.link {
  color: #b2ac3d;
}

.link.tablink {
  color: #0e5952;
}

.container-2 {
  position: static;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-3 {
  color: #002e53;
}

.paragraph {
  color: #333;
  font-weight: 400;
}

.heading-4 {
  color: #002e53;
}

.container-3 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.paragraph-2 {
  color: #333;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
}

.paragraph-3 {
  color: #333;
  font-weight: 400;
}

.heading-5 {
  color: #002e53;
}

.section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #e0e0e0;
}

.section-3 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #e0e0e0;
}

.section-4 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #e0e0e0;
}

.heading-6 {
  color: #002e53;
}

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

.paragraph-4 {
  color: #333;
  font-weight: 400;
}

.heading-7 {
  color: #002e53;
}

.section-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.paragraph-5 {
  color: #333;
  font-weight: 400;
}

.columns {
  overflow: visible;
  height: auto;
  padding-top: 140px;
}

.block-quote {
  margin-top: 20px;
  color: #7b99a3;
}

.video {
  padding-bottom: 40px;
}

.dropdown-link {
  background-color: transparent;
}

.dropdown-link:hover {
  background-color: #e2e2e2;
}

.dropdown-link:focus {
  color: #7b99a3;
}

.dropdown-link:visited {
  color: #333;
}

.dropdown-link.w--current {
  background-color: transparent;
}

.dropdown-list {
  background-color: #b99d9d;
}

.dropdown-list.w--open {
  background-color: #eee;
  box-shadow: 1px 1px 3px 0 rgba(51, 51, 51, 0.28);
}

.heading-8 {
  color: #002e53;
  font-weight: 600;
  text-align: left;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 40px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  background-image: url('../images/1--PAKISTAN--ifc-pic-48977461407_7c7bca36ec_k.jpg'), linear-gradient(145deg, #fff 21%, hsla(0, 0%, 100%, 0.24) 69%);
  background-position: 0px -15vw, 0px 0px;
  background-size: 100vw, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.text-span-2 {
  color: #002e53;
}

.paragraph-6 {
  color: #333;
  font-weight: 400;
}

.text-span-3 {
  color: #002e53;
}

.heading-9 {
  color: #002e53;
}

.text-span-4 {
  color: #002e53;
}

.text-span-5 {
  color: #002e53;
}

.heading-10 {
  color: #002e53;
}

.heading-11 {
  color: #002e53;
}

.heading-12 {
  color: #002e53;
}

.heading-13 {
  color: #002e53;
}

.heading-14 {
  color: #002e53;
}

.heading-15 {
  color: #002e53;
}

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

.paragraph-7 {
  color: #333;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
}

.image-3 {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hero {
  display: block;
  padding-top: 40px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.flex-container {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-16 {
  color: #002e53;
  font-size: 32px;
}

.paragraph-8 {
  color: #333;
}

.paragraph-9 {
  color: #333;
}

.list-item {
  color: #333;
}

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

.text-block-3 {
  color: #333;
}

.quote {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  background-image: url('../images/Asset-1.svg');
  background-position: 70vw 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.quote.quote2 {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.hero-container {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  clear: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-container.bgimage {
  margin-top: 0px;
  padding: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-image: none;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  padding-top: 60%;
  border-radius: 0%;
  -o-object-fit: fill;
  object-fit: fill;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: none;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cards-image.illustrations {
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-17 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.paragraph-10 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-11 {
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-12 {
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.image-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.paragraph-13 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
}

.bold-text {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bold-text-2 {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 780px;
  padding-top: 0px;
  padding-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;
  color: #fff;
}

.paragraph-14 {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 26px;
  font-weight: 200;
}

.button {
  border-radius: 8px;
  background-color: #bb4037;
  color: #7b99a3;
  font-size: 16px;
}

.button-2 {
  background-color: #7b99a3;
}

.bold-text-3 {
  display: block;
  margin-bottom: auto;
  text-align: left;
}

.section-8 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: linear-gradient(149deg, #e2e2e2, #fff);
}

.heading-18 {
  margin-top: 0px;
  color: #002e53;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.paragraph-15 {
  display: block;
  padding-right: 100px;
  padding-left: 100px;
  color: #002e53;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
}

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

.text-block-4 {
  color: #002e53;
  font-size: 40px;
  line-height: 40px;
}

.text-block-5 {
  color: #002e53;
  font-size: 40px;
  line-height: 40px;
}

.text-block-6 {
  color: #002e53;
  font-size: 40px;
  line-height: 40px;
}

.bold-text-4 {
  display: inline-block;
}

.bold-text-4.centered-container {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 60px;
  padding-left: 60px;
  color: #002e53;
  font-size: 28px;
  line-height: 32px;
}

.heading-19 {
  color: #002e53;
}

.paragraph-16 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.heading-20 {
  color: #002e53;
}

.paragraph-17 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.heading-21 {
  color: #002e53;
}

.heading-22 {
  color: #002e53;
}

.paragraph-18 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.grid-3 {
  margin-top: 20px;
  margin-right: 100px;
  margin-left: 100px;
  padding: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 8px;
  background-color: #fff;
  background-image: none;
  box-shadow: 1px 1px 9px 2px #e2e2e2;
}

.paragraph-19 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.heading-23 {
  margin-top: 0px;
  color: #002e53;
  font-size: 28px;
}

.heading-24 {
  color: #002e53;
  font-size: 28px;
}

.heading-25 {
  color: #002e53;
  font-size: 28px;
}

.heading-26 {
  margin-top: 0px;
  color: #002e53;
  font-size: 28px;
}

.paragraph-20 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.heading-27 {
  margin-top: 0px;
  color: #002e53;
  font-size: 28px;
  line-height: 32px;
}

.paragraph-21 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.section-9 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 80vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.image-5 {
  display: block;
  width: 80%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -o-object-fit: fill;
  object-fit: fill;
}

.cards-section-2 {
  padding-top: 40px;
  padding-bottom: 80px;
  background-image: linear-gradient(135deg, #e2e2e2, #fff 64%);
}

.cards-grid-container-2 {
  display: -ms-grid;
  display: grid;
  padding-top: 10px;
  grid-auto-flow: row;
  grid-auto-columns: 3.5fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-grid-container-2.cards-grid3 {
  padding-top: 20px;
  padding-right: 140px;
  padding-left: 140px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.heading-28 {
  padding-right: 20px;
  padding-left: 20px;
  color: #002e53;
  font-weight: 600;
}

.paragraph-22 {
  padding-right: 20px;
  padding-left: 20px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.heading-29 {
  padding-right: 20px;
  padding-left: 20px;
  color: #002e53;
  font-weight: 600;
}

.paragraph-23 {
  padding-right: 20px;
  padding-left: 20px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-24 {
  padding-right: 20px;
  padding-left: 20px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.heading-30 {
  padding-right: 20px;
  padding-left: 20px;
  color: #002e53;
  font-weight: 600;
}

.image-6 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-2 {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 2px 2px 9px 2px #e2e2e2;
}

.heading-31 {
  padding-right: 20px;
  padding-left: 20px;
  color: #002e53;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-25 {
  padding-right: 20px;
  padding-left: 20px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.heading-32 {
  padding-right: 20px;
  padding-left: 20px;
  color: #002e53;
  font-weight: 600;
}

.heading-33 {
  padding-right: 20px;
  padding-left: 20px;
  color: #002e53;
  font-weight: 600;
}

.paragraph-26 {
  padding-right: 20px;
  padding-left: 20px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-27 {
  padding-right: 20px;
  padding-left: 20px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.heading-34 {
  margin-bottom: 40px;
  padding-right: 100px;
  padding-left: 100px;
  color: #002e53;
  font-size: 18px;
  line-height: 22px;
}

.paragraph-28 {
  color: #333;
  font-weight: 400;
  text-align: center;
}

.text-span-6 {
  color: #7b99a3;
}

.text-span-7 {
  color: #7b99a3;
}

.paragraph-29 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

.text-span-8 {
  font-size: 14px;
}

.text-span-9 {
  display: inline;
  text-shadow: 1px 1px 6px #000;
}

.heading-35 {
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
  font-style: normal;
  font-weight: 700;
  text-shadow: 1px 1px 6px #000;
}

.text-span-10 {
  display: inline-block;
  -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-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;
  font-size: 14px;
  line-height: 14px;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-7 {
  display: inline-block;
  padding-left: 20px;
  font-weight: 400;
  text-align: left;
  text-shadow: 1px 1px 6px #000;
}

.image-8 {
  display: inline-block;
  float: none;
  clear: none;
  border: 2px solid #7b99a3;
  border-radius: 50%;
}

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

.div-block-3.centered-container {
  margin-top: 20px;
  padding-top: 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;
  background-image: none;
  background-size: auto;
}

.div-block-4 {
  padding-top: 100%;
}

.button-3 {
  display: inline-block;
  overflow: visible;
  margin-left: 20px;
  background-color: #7b99a3;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-span-11 {
  font-weight: 700;
}

.div-block-5 {
  overflow: hidden;
  border-style: solid;
  border-width: 0px;
  border-color: #e2e2e2;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 9px 2px rgba(126, 126, 126, 0.21);
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-6 {
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 9px 2px #e2e2e2;
}

.div-block-7 {
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 9px 2px #e2e2e2;
  -o-object-fit: fill;
  object-fit: fill;
}

.bold-text-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-8 {
  overflow: hidden;
  padding-bottom: 10px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 2px 2px 9px 2px #e2e2e2;
}

.div-block-9 {
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 2px 2px 9px 2px #e2e2e2;
}

.heading-36 {
  font-size: 24px;
  text-align: center;
}

.button-4 {
  position: static;
  overflow: visible;
  text-align: center;
}

.button-4.centered-container {
  background-color: #7b99a3;
}

.div-block-10 {
  overflow: hidden;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 2px 2px 9px 2px rgba(51, 51, 51, 0.31);
}

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

.heading-37 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0e5952;
  font-size: 30px;
  line-height: 34px;
}

.paragraph-30 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-31 {
  display: block;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-weight: 400;
  text-align: left;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -100px;
  padding: 20px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 50px;
  background-color: #d7d97b;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.07);
}

.column-4 {
  padding-top: 10px;
}

.text-span-12 {
  color: #fff;
  font-size: 26px;
}

.image-9 {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  text-align: center;
}

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

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

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

.image-10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.bold-text-6 {
  line-height: 32px;
}

.heading-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.button-5 {
  display: inline-block;
  border-radius: 8px;
  background-color: #bb4037;
  font-size: 16px;
  text-align: center;
}

.button-6 {
  margin-left: 20px;
  border-radius: 8px;
  background-color: #bb4037;
  font-size: 16px;
}

.bold-text-7 {
  color: #fff;
}

.bold-text-8 {
  color: #fff;
}

.text-block-8 {
  font-family: Poppins, sans-serif;
  color: #333;
  font-weight: 600;
}

.icon {
  color: #333;
}

.dropdown-toggle-2 {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 50px;
  background-color: #b2ac3d;
}

.dropdown-toggle-2:focus {
  color: #fff;
}

.text-block-9 {
  color: #0e5952;
  text-transform: uppercase;
}

.icon-2 {
  color: #0e5952;
}

.dropdown-toggle-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-toggle-3.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-link-2 {
  color: #002e53;
}

.dropdown-link-2.w--current {
  color: #333;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  width: 300px;
  background-color: transparent;
  background-image: url('../images/GFF-White-w-wbg2x.svg');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.navbar {
  background-color: transparent;
}

.dropdown-link-3 {
  color: #333;
}

.dropdown-link-3.w--current {
  color: #002e53;
}

.dropdown-link-4 {
  color: #002e53;
}

.dropdown-link-5 {
  font-family: Poppins, sans-serif;
  color: #333;
  font-weight: 600;
}

.dropdown-link-5.w--current {
  color: #333;
}

.dropdown-link-6 {
  font-family: Poppins, sans-serif;
  color: #333;
  font-weight: 600;
}

.dropdown-link-7 {
  color: #002e53;
}

.text-span-13 {
  color: #fff;
}

.text-span-14 {
  color: #fff;
}

.bold-text-9 {
  font-size: 20px;
  line-height: 24px;
}

.bold-text-10 {
  font-size: 30px;
  line-height: 30px;
}

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

.text-block-10 {
  color: #bb4037;
  font-size: 12px;
}

.bold-text-11 {
  color: #fff;
}

.body-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  text-align: left;
}

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

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

.text-span-16 {
  text-shadow: none;
}

.text-block-12 {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  text-align: left;
}

.text-block-13 {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  text-align: left;
}

.image-11 {
  overflow: visible;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  border-radius: 17px;
  -o-object-fit: cover;
  object-fit: cover;
}

.column-6 {
  display: inline-block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-12 {
  margin-top: -120px;
}

.section-13 {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #fff;
}

.section-14 {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #fff;
  background-image: url('../images/Asset-1.svg');
  background-position: -650px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

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

.section-16 {
  padding-top: 0px;
  padding-bottom: 80px;
  background-color: transparent;
  background-image: url('../images/concentric-opacity.svg');
  background-position: 100% 100%;
  background-size: 200% 200%;
  color: #fff;
}

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

.background-video {
  position: relative;
  bottom: 0px;
  display: block;
  overflow: hidden;
  height: auto;
  min-height: 740px;
  margin-bottom: 0px;
  padding-top: 220px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-14 {
  font-size: 12px;
}

.text-block-15 {
  margin-top: 0px;
  padding-right: 0px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.italic-text {
  font-family: Poppins, sans-serif;
  font-size: 40px;
  line-height: 43px;
  font-style: normal;
  font-weight: 800;
}

.bold-text-12 {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 40px;
  border-radius: 20px;
  background-color: #0f716a;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}

.text-block-16 {
  margin-top: 20px;
  color: #095450;
  text-align: left;
}

.h1-heading {
  color: #19191b;
  font-size: 34px;
  text-align: center;
  text-transform: none;
}

.h1-b-heading.h1-heading {
  color: #fff;
}

.quote-text {
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.div-block-15 {
  position: static;
  width: 50px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border-top: 5px solid #b2ac3d;
}

.div-block-16 {
  position: static;
  padding: 100px 0px 140px;
  background-image: url('../images/concentric-opacity2.svg'), linear-gradient(84deg, #fff 41%, hsla(0, 0%, 100%, 0) 70%), url('../images/cover-alt.jpg'), url('../images/cover-photo.jpg');
  background-position: 25% 60%, 0px 0px, 130% 30%, 100% 50%;
  background-size: 250% 250%, auto, 1200px, 1200px;
  background-repeat: repeat, repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, scroll, scroll;
}

.image-13 {
  padding-top: 40px;
}

.showslides33 {
  width: 31.99%;
  margin-right: 2%;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  border-radius: 0px;
  background-color: #fff;
  background-image: none;
  background-size: auto;
}

.paragraph-32 {
  color: #19191b;
  font-weight: 400;
}

.heading-39 {
  color: #0e5952;
}

.slider {
  z-index: 0;
  padding-right: 0px;
  background-color: transparent;
}

.icon-3 {
  color: #0e5952;
}

.icon-4 {
  color: #0e5952;
}

.heading-40 {
  color: #0e5952;
}

.paragraph-33 {
  color: #19191b;
  font-weight: 400;
}

.right-arrow {
  left: auto;
  right: -60px;
}

.left-arrow {
  left: -60px;
}

.heading-41 {
  color: #0e5952;
}

.paragraph-34 {
  color: #19191b;
  font-weight: 400;
}

.heading-42 {
  color: #0e5952;
}

.paragraph-35 {
  color: #19191b;
  font-weight: 400;
}

.slide {
  width: 31.99%;
  margin-right: 2%;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
}

.slide-2 {
  width: 31.99%;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
}

.heading-43 {
  color: #0e5952;
}

.heading-44 {
  color: #0e5952;
}

.paragraph-36 {
  font-family: 'Open Sans', sans-serif;
  color: #19191b;
  font-weight: 400;
}

.paragraph-37 {
  color: #19191b;
  font-weight: 400;
}

.mask {
  padding: 0px;
}

.container-4 {
  margin-top: -85px;
  padding: 60px;
  border-radius: 0px 100px;
  background-color: #095450;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d7d97b), to(#d7d97b));
  background-image: linear-gradient(180deg, #d7d97b, #d7d97b);
  box-shadow: 1px 1px 12px -5px #000;
}

.div-block-17 {
  margin-bottom: -40px;
  padding-bottom: 0px;
  background-color: transparent;
}

.text-block-17 {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  clear: none;
  border-right: 0px solid #b2ac3d;
  font-family: Poppins, sans-serif;
  color: #19191b;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.text-block-17.headshot2 {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 10px;
  line-height: 14px;
  text-align: left;
}

.image-14 {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  padding-top: 0px;
  border-radius: 10000px;
  text-align: center;
}

.image-14.headshotpush {
  margin-top: 10px;
}

.image-14.bw {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

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

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

.heading-45 {
  margin-bottom: 40px;
  color: #095450;
  text-align: center;
}

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

.flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

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

.heading-46 {
  color: #333;
}

.paragraph-38 {
  color: #333;
}

.text-span-17 {
  color: #333;
}

.text-block-18 {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.text-block-19 {
  padding-top: 60px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #0f716a;
  font-size: 40px;
  font-weight: 200;
}

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

.section-18 {
  padding-top: 100px;
  padding-bottom: 80px;
}

.section-18.bw {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.container-6 {
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.nav-link-2 {
  color: #333;
}

.nav-link-2:hover {
  color: #f26b6a;
}

.nav-link-2:focus {
  color: #333;
}

.navbar-2 {
  background-color: transparent;
}

.text-span-18 {
  font-weight: 500;
}

.paragraph-39 {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 23px;
  font-weight: 200;
  text-align: center;
}

.paragraph-40 {
  color: #333;
  font-weight: 400;
}

.paragraph39 {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 23px;
  font-weight: 200;
  text-align: center;
}

.paragraph-41 {
  font-size: 18px;
}

.paragraph-42 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}

.paragraph-43 {
  font-size: 18px;
  font-weight: 400;
}

.paragraph-44 {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 23px;
  font-weight: 200;
  text-align: center;
}

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

.text-span-19 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}

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

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

.button-7 {
  margin-top: 10px;
  margin-left: 15px;
  border-radius: 8px;
  background-color: #f26b6a;
  text-align: center;
  text-transform: uppercase;
}

.button-7:focus {
  color: #fff;
}

.heading-47 {
  margin: 0px 0px 20px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 28px;
  line-height: 32px;
  text-align: left;
  text-transform: none;
}

.paragraph-45 {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-weight: 300;
}

.image-15 {
  background-color: #e2e2e2;
}

.div-block-18 {
  height: auto;
  max-height: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  background-color: transparent;
  text-align: center;
}

.heading-48 {
  margin-top: 0px;
  color: #0e5952;
  text-align: left;
  text-transform: none;
}

.paragraph-46 {
  font-size: 18px;
  font-weight: 300;
}

.paragraph-47 {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 23px;
  font-weight: 200;
}

.columns-5 {
  margin-top: 40px;
}

.paragraph-48 {
  font-family: Poppins, sans-serif;
  color: #333;
  font-weight: 300;
}

.paragraph-49 {
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
}

.tab-link-tab-1 {
  margin-right: -2px;
  padding-left: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: rgba(215, 217, 123, 0.56);
  color: #333;
}

.tab-link-tab-1.w--current {
  margin-right: -2px;
  padding-right: 30px;
  padding-left: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #d7d97b;
}

.tab-link-tab-2 {
  margin-right: -2px;
  padding-right: 30px;
  padding-left: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: rgba(215, 217, 123, 0.56);
  color: #333;
}

.tab-link-tab-2.w--current {
  background-color: #d7d97b;
}

.tab-link-tab-3 {
  margin-right: 0px;
  padding-right: 30px;
  padding-left: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: rgba(215, 217, 123, 0.56);
}

.tab-link-tab-3.w--current {
  background-color: #d7d97b;
  color: #333;
}

.text-block-20 {
  text-align: left;
}

.text-block-21 {
  text-align: left;
}

.text-block-22 {
  text-align: left;
}

.bold-text-13 {
  color: #333;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-50 {
  padding: 40px 40px 0px;
  border-style: solid;
  border-width: 0px;
  border-color: #e2e2e2;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 200;
}

.tabs-content {
  padding-bottom: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 0px;
  background-color: #fff;
}

.tab-pane-tab-1 {
  border-bottom-right-radius: 0px;
}

.list-item-3 {
  list-style-type: disc;
}

.paragraph-51 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.list {
  padding-right: 80px;
  padding-left: 80px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 200;
  list-style-type: square;
}

.list-item-4 {
  list-style-type: disc;
}

.list-item-5 {
  list-style-type: disc;
}

.list-item-6 {
  list-style-type: disc;
}

.bold-text-14 {
  position: static;
  font-family: Poppins, sans-serif;
  color: #333;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.container-7 {
  display: block;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.bold-text-15 {
  color: #25a79d;
  text-transform: uppercase;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-11 {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: Poppins, sans-serif;
}

.bold-text-16 {
  font-family: Poppins, sans-serif;
  color: #f26b6a;
  font-size: 28px;
  line-height: 32px;
  text-align: right;
  text-transform: none;
}

.bold-text-16.goodnews {
  font-size: 36px;
}

.text-span-20 {
  color: #f26a6a;
  font-size: 28px;
  font-weight: 700;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: scroll;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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;
  background-image: linear-gradient(45deg, rgba(14, 89, 82, 0.81), rgba(178, 172, 61, 0.59));
}

.modal-wrapper.letter {
  display: none;
}

.container-8 {
  display: block;
  overflow: scroll;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 50px 0 rgba(0, 0, 0, 0.27);
  -o-object-fit: fill;
  object-fit: fill;
}

.container-8.letter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.modal-row {
  overflow: scroll;
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px 60px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.modal-hero {
  margin-bottom: 20px;
  padding: 10px 40px 20px;
  background-color: #0e5952;
  background-image: -webkit-gradient(linear, left top, right top, from(#b2ac3d), to(#d8d882));
  background-image: linear-gradient(90deg, #b2ac3d, #d8d882);
  box-shadow: inset 8px 8px 20px -8px rgba(0, 0, 0, 0.31);
}

.close-modal-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 30px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 5px;
}

.image-16 {
  border-style: solid;
  border-width: 0px;
  border-color: #e2e2e2;
  border-radius: 0px;
  background-color: transparent;
  cursor: pointer;
}

.div-block-21 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9997;
  display: none;
  margin-right: 10px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  background-color: #fff;
  cursor: pointer;
}

.text-block-23 {
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-weight: 300;
}

.paragraph-52 {
  color: #333;
}

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

.modal-wrapper-muhammad {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: scroll;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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;
  background-image: linear-gradient(45deg, rgba(14, 89, 82, 0.81), rgba(178, 172, 61, 0.59));
}

.modal-wrapper-muhammad.letter {
  display: none;
  overflow: scroll;
  margin-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal-wrapper-b {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: scroll;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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;
  background-image: linear-gradient(45deg, rgba(14, 89, 82, 0.81), rgba(178, 172, 61, 0.59));
}

.modal-wrapper-b.letter {
  display: none;
  overflow: scroll;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal-wrapper-c {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: scroll;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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;
  background-image: linear-gradient(45deg, rgba(14, 89, 82, 0.81), rgba(178, 172, 61, 0.59));
}

.modal-wrapper-c.letter {
  display: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-17 {
  overflow: visible;
  margin-top: 0px;
  padding-left: 20px;
  border-radius: 20px;
}

.column-12 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-18 {
  margin-top: 140px;
  background-color: transparent;
}

.paragraph-53 {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-54 {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.column-13 {
  margin-top: 0px;
  text-align: center;
}

.columns-6 {
  margin-top: 140px;
}

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

.tabs {
  margin-top: 20px;
}

.nav-link-3:hover {
  color: #f26b6a;
}

.nav-link-3:focus {
  color: #333;
}

.nav-link-4:hover {
  color: #f26b6a;
}

.nav-link-4:focus {
  color: #333;
}

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

.bold-text-17 {
  font-weight: 300;
}

.bold-text-18 {
  font-weight: 300;
}

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

.heading-49 {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 28px;
  line-height: 32px;
}

.tabs-menu {
  margin-top: 40px;
}

.container-9 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-span-22 {
  line-height: 38px;
}

.dropdown-list-2 {
  background-color: #b1a7a7;
}

.dropdown-list-2.w--open {
  background-color: hsla(0, 0%, 100%, 0.71);
}

.dropdown-list-3 {
  background-color: #1b0d0d;
}

.dropdown-list-3.w--open {
  background-color: hsla(0, 0%, 100%, 0.81);
}

@media screen and (max-width: 991px) {
  .sticky-nav {
    background-position: 0px 0px, 30% 0%;
    background-size: auto, 1100px;
  }

  .dropdown-toggle {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .heading-16 {
    padding-right: 20px;
  }

  .quote {
    padding-top: 0px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .cards-image.illustrations.centered-container {
    padding-top: 0px;
  }

  .bold-text-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero-overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), linear-gradient(180deg, transparent, transparent);
  }

  .grid-3 {
    margin-right: 60px;
    margin-left: 60px;
  }

  .heading-23 {
    line-height: 32px;
    text-align: center;
  }

  .heading-26 {
    line-height: 32px;
    text-align: center;
  }

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

  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .cards-grid-container-2.cards-grid3 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .heading-34 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .body-text {
    font-size: 16px;
    line-height: 20px;
  }

  .image-12 {
    margin-top: 0px;
  }

  .section-14 {
    padding-top: 0px;
    background-position: -450px 50%;
  }

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

  .div-block-16 {
    padding-top: 0px;
  }

  .heading-47 {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-48 {
    line-height: 42px;
  }

  .paragraph-47 {
    font-size: 16px;
    line-height: 20px;
  }

  .bold-text-16 {
    line-height: 0px;
  }

  .image-18 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, #fff), color-stop(98%, hsla(0, 0%, 100%, 0))), url('../images/hero-image-fin.jpg');
    background-image: linear-gradient(90deg, #fff 5%, hsla(0, 0%, 100%, 0) 98%), url('../images/hero-image-fin.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, 1000px;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

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

  .dropdown-toggle {
    padding: 10px 40px 10px 20px;
  }

  .text-block {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .section-7 {
    padding-top: 220px;
    padding-right: 20px;
    padding-left: 20px;
    background-position: 50% 100%, 0px 0px;
  }

  .hero {
    padding: 40px 20px;
  }

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

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .quote {
    padding: 0px 20px 40px;
  }

  .hero-container {
    display: block;
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero-container.bgimage {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-image-mask {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cards-image-mask.centered-container {
    display: block;
    overflow: visible;
    width: auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .cards-image.illustrations {
    display: inline-block;
    max-width: none;
    text-align: left;
  }

  .cards-image.illustrations.centered-container {
    display: block;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-overlay {
    padding: 40px 20px 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), linear-gradient(180deg, transparent, transparent);
  }

  .paragraph-14 {
    margin-top: 20px;
  }

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

  .paragraph-15 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bold-text-4.centered-container {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-3 {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .cards-section-2 {
    padding: 40px 20px;
  }

  .cards-grid-container-2 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-grid-container-2.cards-grid3 {
    display: inline-block;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .div-block-2 {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }

  .heading-34 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-35 {
    font-size: 24px;
    line-height: 28px;
  }

  .columns-2 {
    margin-bottom: -140px;
  }

  .div-block-14 {
    padding-left: 0px;
  }

  .button-6 {
    margin-top: 10px;
    margin-left: 0px;
  }

  .dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-12 {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

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

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

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

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

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

  .div-block-16 {
    background-position: 0px 0px, 0% 0%, 70% 50%;
  }

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

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .column-9 {
    margin-top: 40px;
  }

  .column-10 {
    margin-top: 40px;
  }

  .tab-link-tab-1.w--current {
    width: 100%;
  }

  .tab-link-tab-2 {
    width: 100%;
  }

  .tab-link-tab-3 {
    width: 100%;
  }

  .tabs-content {
    border-top-right-radius: 0px;
  }

  .container-7 {
    margin-top: 0px;
    padding-bottom: 0px;
  }

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

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

  .image-17 {
    margin-top: 40px;
  }

  .image-18 {
    position: static;
    display: block;
    margin-top: 200px;
    padding-top: 113px;
    float: none;
    clear: both;
  }

  .column-13 {
    margin-top: 40px;
  }

  .columns-6 {
    margin-top: 40px;
  }

  .column-15 {
    margin-top: 40px;
  }

  .column-16 {
    clear: both;
  }

  .container-9 {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
    background-image: linear-gradient(47deg, #fff 32%, hsla(0, 0%, 100%, 0)), url('../images/concentric-opacity2.svg'), url('../images/cover-alt.jpg');
    background-position: 0px 0px, 20% 50%, 60% 0%;
    background-size: auto, 1500px, cover;
    background-repeat: repeat, no-repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
  }

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

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

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

  .dropdown-toggle {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
  }

  .column {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .text-block {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .image-2 {
    margin-right: 0px;
  }

  .section-7 {
    padding-top: 0px;
    padding-bottom: 40px;
    background-image: linear-gradient(145deg, #fff 21%, hsla(0, 0%, 100%, 0.24) 69%), url('../images/Mozambique_GFF_Final_Edit_0015.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .column-3 {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .quote {
    overflow: visible;
    padding-top: 0px;
  }

  .hero-container {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .hero-container.bgimage {
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/GFF-Cover-Option02-1001-1.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/GFF-Cover-Option02-1001-1.jpg');
    background-size: auto, cover;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-image-mask.centered-container {
    overflow: hidden;
    width: auto;
    height: 100%;
    padding-top: 100px;
  }

  .cards-image.illustrations {
    margin-top: 0px;
    padding-top: 0px;
  }

  .hero-overlay {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), linear-gradient(180deg, transparent, transparent);
  }

  .paragraph-14 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .button {
    text-align: center;
  }

  .bold-text-3 {
    font-size: 22px;
    line-height: 26px;
  }

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

  .paragraph-15 {
    font-size: 18px;
    line-height: 26px;
  }

  .grid-2 {
    display: inline-block;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    grid-auto-flow: row;
  }

  .bold-text-4.centered-container {
    text-align: center;
  }

  .grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

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

  .section-9 {
    height: 60vh;
  }

  .cards-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-grid-container-2.cards-grid3 {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .paragraph-29 {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .text-span-9 {
    text-align: center;
  }

  .heading-35 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }

  .text-block-7 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .div-block-3.centered-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .paragraph-30 {
    font-size: 18px;
  }

  .columns-2 {
    padding-right: 10px;
    padding-left: 10px;
    clear: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column-4 {
    clear: left;
  }

  .column-5 {
    clear: none;
  }

  .text-span-12 {
    font-size: 18px;
  }

  .button-5 {
    margin-top: 20px;
  }

  .dropdown-toggle-2 {
    display: block;
    margin-bottom: 15px;
    padding: 10px;
  }

  .icon-2 {
    display: none;
  }

  .dropdown-toggle-3 {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown {
    display: block;
  }

  .dropdown-2 {
    display: block;
  }

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

  .bold-text-11 {
    font-size: 14px;
    text-align: center;
  }

  .text-block-11 {
    font-size: 12px;
    text-align: center;
  }

  .body-text {
    font-size: 16px;
    line-height: 20px;
  }

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

  .image-12 {
    margin-top: 10px;
  }

  .section-14 {
    padding-bottom: 0px;
  }

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

  .text-block-15 {
    padding-right: 50px;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
  }

  .bold-text-12 {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .div-block-16 {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    background-image: linear-gradient(131deg, #fff 2%, hsla(0, 0%, 100%, 0) 64%), url('../images/concentric-opacity.svg'), url('../images/cover-photo.jpg');
    background-position: 0px 0px, 0% 0%, 80% 50%;
    background-size: auto, 200% 200%, cover;
    background-repeat: repeat, no-repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
  }

  .container-4 {
    margin-top: 0px;
    padding: 20px 10px 20px 20px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }

  .text-block-18 {
    margin-bottom: 0px;
  }

  .text-block-19 {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    color: #095450;
    font-size: 20px;
  }

  .nav-link-2 {
    color: #fff;
  }

  .navbar-2 {
    display: block;
    text-align: right;
  }

  .column-8 {
    padding-bottom: 20px;
  }

  .column-9 {
    margin-top: 40px;
    padding-bottom: 20px;
  }

  .column-10 {
    margin-top: 40px;
  }

  .heading-47 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-48 {
    line-height: 0px;
  }

  .paragraph-47 {
    margin-top: 20px;
  }

  .paragraph-49 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-link-tab-2 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .tab-link-tab-3 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .paragraph-50 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tabs-content {
    border-top-right-radius: 0px;
  }

  .list {
    padding-right: 20px;
    padding-left: 40px;
  }

  .bold-text-16 {
    font-size: 26px;
    line-height: 30px;
  }

  .text-span-20 {
    font-size: 18px;
  }

  .modal-row {
    padding-right: 20px;
    padding-left: 20px;
  }

  .close-modal-button {
    margin-top: 40px;
  }

  .modal-wrapper-muhammad.letter {
    display: none;
  }

  .modal-wrapper-b.letter {
    display: none;
  }

  .modal-wrapper-c.letter {
    display: none;
  }

  .image-17 {
    display: inline-block;
    width: auto;
    max-width: none;
    margin-top: 0px;
    padding-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-18 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .column-13 {
    margin-top: 40px;
  }

  .columns-6 {
    margin-top: 40px;
  }

  .icon-5 {
    color: #333;
  }

  .column-15 {
    margin-top: 20px;
  }

  .column-16 {
    position: relative;
    display: block;
  }

  .column-17 {
    display: none;
    overflow: visible;
  }

  .nav-menu {
    position: fixed;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: block;
    overflow: auto;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 89, 82, 0.81)), to(rgba(14, 89, 82, 0.81)));
    background-image: linear-gradient(180deg, rgba(14, 89, 82, 0.81), rgba(14, 89, 82, 0.81));
    -o-object-fit: contain;
    object-fit: contain;
  }

  .nav-link-3 {
    color: #fff;
  }

  .nav-link-4 {
    color: #fff;
  }

  .column-18 {
    padding-top: 40px;
  }

  .container-9 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .column-19 {
    padding-top: 80px;
  }

  .columns-7 {
    padding-left: 10px;
  }
}

