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

.button-nav {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 10px;
  border-right: 1px solid #62bbff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
}

.button-nav:hover {
  border-bottom: 0px none #000;
  border-right-style: solid;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
  color: #62bbff;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.button-nav.w--current {
  color: #62bbff;
}

.button-nav.fore {
  color: #fff;
}

.button-nav.introduction:hover {
  color: #62bbff;
}

.button-nav.introduction.w--current {
  color: #62bbff;
}

.button-nav.progress:hover {
  color: #62bbff;
}

.button-nav.stories:hover {
  color: #62bbff;
}

.button-nav.notes:hover {
  color: #62bbff;
}

.button-nav.forew:hover {
  color: #62bbff;
}

.button-nav.forew.w--current {
  color: #62bbff;
}

.brand {
  min-width: 150px;
  margin-top: 12px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #0771b8;
}

.div-block {
  min-height: 100px;
  background-image: url('../images/SDGs.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat-x;
}

.section {
  min-height: 300px;
  background-image: url('../images/background_SDGs2.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.section.bis {
  background-image: url('../images/fond2.jpg');
  opacity: 1;
  mix-blend-mode: normal;
}

.section-2 {
  height: 623px;
  margin-top: 80px;
  padding-top: 29px;
  background-image: -webkit-gradient(linear, left top, right top, from(#194969), to(#0771b8));
  background-image: linear-gradient(90deg, #194969, #0771b8);
}

.section-2.foreword {
  margin-bottom: 0px;
}

.section-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 33px;
  padding-left: 0px;
  border-left: 2px none #fff;
  background-color: #f8f8f8;
}

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

.heading {
  color: #fff;
}

.heading.white {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #3087ca;
  font-weight: 300;
}

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

.container.foreword {
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 40px;
}

.container.intro {
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#0771b8), to(transparent));
  background-image: linear-gradient(90deg, #0771b8, transparent);
}

.container.progress {
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 40px;
}

.container.stories {
  padding-right: 40px;
  padding-bottom: 48px;
  padding-left: 40px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#0771b8), to(transparent));
  background-image: linear-gradient(90deg, #0771b8, transparent);
}

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

.body-intro {
  font-family: Montserrat, sans-serif;
  color: #2e2e2e;
  font-size: 17px;
  line-height: 150%;
  font-weight: 400;
}

.body-intro.white {
  color: #fff;
}

.body-intro.ewo {
  color: #2e2e2e;
  font-weight: 400;
}

.body-intro.ewo.indent {
  padding-left: 40px;
}

.body-intro.intro {
  color: #fff;
}

.body-intro.progress.indent {
  padding-left: 0px;
}

.button {
  margin-top: 15px;
  padding-top: 9px;
  border-radius: 20px;
  background-color: #d1d1d1;
  color: #6d6d6d;
}

.div-block-2 {
  min-height: 15px;
  margin-top: 44px;
  margin-bottom: 0px;
  background-color: #cfcfcf;
  color: #1768c5;
}

.div-block-2.foreword {
  margin-top: 25px;
  margin-bottom: 47px;
  background-color: #e7e7e7;
}

.div-block-2.intro {
  background-color: #075b92;
}

.div-block-2.stories {
  margin-top: 21px;
  background-color: #e7e7e7;
}

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

.div-block-2.long {
  margin-top: 71px;
  background-color: #e7e7e7;
}

.card_base {
  position: relative;
  width: 100%;
  min-height: 270px;
  margin-bottom: 35px;
  padding: 27px 25px 25px;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/story_01_UN-Women_image_02.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat-x;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #44465f;
  text-decoration: none;
}

.card_base:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.icon_wrap {
  overflow: hidden;
}

.h1_features {
  padding: 3px;
  background-color: #fff;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: -0.3px;
  text-indent: 0px;
}

.text_features {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.3px;
}

.grid {
  margin-top: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.button-toch7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 45px;
  margin-top: 39px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #83dc52;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-wrapper-b9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-button-b9 {
  position: relative;
  z-index: 1;
  font-family: Lato, sans-serif;
  color: #006eb8;
}

.line-b9 {
  width: 0px;
  height: 2px;
  background-color: #358b09;
}

.border-left-b9 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 2px;
  height: 45px;
  background-color: #006eb8;
}

.border-right-b9 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 2px;
  height: 45px;
  background-color: #006eb8;
}

.border-top-b9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 220px;
  height: 2px;
  background-color: #006eb8;
}

.border-bottom-b9 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 220px;
  height: 2px;
  background-color: #006eb8;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
}

.link-block {
  max-width: 250px;
  padding: 6px;
  border-style: none;
  border-width: 1px;
  border-color: #006eb8;
  background-color: transparent;
  text-decoration: none;
}

.heading-2 {
  font-family: Lato, sans-serif;
  color: #006eb8;
  text-decoration: none;
}

.story {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
  background-color: #006eb8;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 130%;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

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

.link-ch3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 130px;
  margin-top: 41px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #333;
  font-size: 20px;
  text-decoration: none;
}

.text-link-l5 {
  font-family: Lato, sans-serif;
  color: #006eb8;
  font-size: 21px;
}

.small-plus-l5 {
  position: absolute;
  left: auto;
  top: -5px;
  right: 0%;
  bottom: auto;
  font-size: 18px;
}

._1st-underline-l5 {
  width: 100%;
  height: 1px;
  margin-top: 4px;
  background-color: #333;
}

._2nd-underline-l5 {
  width: 100%;
  height: 1px;
  margin-top: 2px;
  background-color: #333;
}

.image-city-c3 {
  width: 210px;
  max-width: none;
}

.card-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1000px;
  min-width: 750px;
  margin: 20px 20px 20px 0px;
  padding-top: 40px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 8px;
}

.text-card-c3 {
  font-family: Varela, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-card-c3:hover {
  text-decoration: underline;
}

.text-wrapper-c3 {
  position: absolute;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
  display: block;
}

.overlay-2-c3 {
  position: absolute;
  left: -100%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 210px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#006eb8), color-stop(75%, rgba(0, 21, 255, 0.4)));
  background-image: linear-gradient(180deg, #006eb8, rgba(0, 21, 255, 0.4) 75%);
}

.overlay-1-c3 {
  position: absolute;
  left: -100%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 210px;
  background-image: linear-gradient(315deg, #006eb8, rgba(131, 205, 255, 0.65));
}

.card-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.title-card-c3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Varela, sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 1px;
}

.card-c3 {
  position: relative;
  overflow: hidden;
  width: 210px;
  height: 300px;
  margin: 15px 10px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

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

.image {
  max-width: 20%;
}

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

.section-title {
  margin-top: 60px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 2px;
}

.med-divider {
  display: block;
  width: 20%;
  height: 1px;
  margin: 16px auto;
  background-color: #dedede;
  list-style-type: lower-alpha;
}

.blog-thumbnail {
  margin-bottom: 13px;
  padding: 6px 12px;
}

.main-section {
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #f7f7f7;
}

.main-section.bottom-padding {
  padding-top: 0px;
  padding-bottom: 89px;
  background-color: #f7f7f7;
}

.featuredthumbnail {
  padding-top: 7px;
  padding-bottom: 7px;
}

.intro-box {
  width: 30%;
  margin-right: 3%;
  margin-bottom: 30px;
  margin-left: 0%;
  border-style: none;
  border-width: 2px;
  border-color: #dbdbdb;
  border-bottom-right-radius: 0px;
  background-color: #0771b8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.intro-box.no-border {
  margin-right: 3%;
  margin-left: 0%;
  border-bottom-right-radius: 0px;
}

.mini-title {
  margin-bottom: 10px;
  color: #b99bb6;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.top-border._5 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 110%;
}

.top-border._50 {
  margin-top: 50px;
}

.top-border._20 {
  min-height: 70px;
  margin-top: 20px;
}

.top-border.n2 {
  margin-top: 26px;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-wrapper {
  position: relative;
  width: 100%;
  max-width: 1265px;
  padding-right: 25px;
  padding-left: 25px;
}

.image-hover {
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  mix-blend-mode: normal;
}

.image-hover:hover {
  background-color: #3087ca;
  opacity: 0.3;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
}

.title-link {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  text-decoration: none;
}

.title-link:hover {
  opacity: 0.8;
  color: #ecedee;
}

.button-2 {
  height: 45px;
  min-width: 110px;
  margin-top: 43px;
  padding-top: 15px;
  padding-right: 28px;
  padding-left: 28px;
  border-style: solid;
  border-width: 1px;
  border-color: #006eb8;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #006eb8;
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #006eb8;
  color: #fff;
}

.intro-text-box {
  display: block;
  padding: 12px 17px 13px 13px;
  border-bottom-right-radius: 0px;
  background-color: transparent;
}

.relative {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-link {
  font-family: Montserrat, sans-serif;
  color: #5eb5f0;
  font-size: 12px;
  line-height: 100%;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
}

.center-box {
  display: block;
  width: 65%;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  color: #b99bb6;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.intro-paragraph {
  color: #5f4d5d;
  font-size: 26px;
  line-height: 38px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.image-2 {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 23px;
  border-style: none none solid;
  border-width: 1px 1px 1px 2px;
  border-color: transparent transparent transparent #fff;
  border-radius: 0px 0px 22px;
  background-color: transparent;
  text-align: center;
}

.body {
  background-color: #f8f8f8;
}

.button-stories {
  display: inline-block;
  height: 24px;
  min-width: 110px;
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 25px;
  background-color: #194969;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.button-stories:hover {
  background-color: #4ea1e0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #fff;
}

.button-stories.viewmore {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0px;
  background-color: #3087ca;
}

.button-stories.viewmore:hover {
  background-color: #4ea1e0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.button-stories.focus {
  background-color: #dd4343;
}

.button-stories.focus:hover {
  background-color: #f5a700;
}

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

.lightbox-link {
  min-width: 120px;
  margin-top: 55px;
}

.divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  background-color: #fff;
}

.divider.grey {
  margin-bottom: 43px;
  background-color: rgba(0, 0, 0, 0.09);
}

.project-wrapper {
  position: relative;
  bottom: 0px;
  display: block;
  -webkit-transition: bottom 300ms ease;
  transition: bottom 300ms ease;
  color: #333;
  text-decoration: none;
}

.project-wrapper:hover {
  bottom: 8px;
}

.project-info {
  margin-top: -76px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #fff;
  text-align: center;
}

.project-title {
  margin-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 130%;
  font-weight: 500;
}

.image-3 {
  display: block;
  text-align: center;
}

.text-block {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #aaa;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
}

.heading-3 {
  font-family: Lato, sans-serif;
  color: #0771b8;
}

.section-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #ecedee;
}

.section-4.foreword {
  margin-bottom: 0px;
  background-color: #f8f8f8;
}

.section-4.progress {
  margin-top: 0px;
  background-color: #f8f8f8;
}

.section-4.introduction {
  background-color: #f8f8f8;
}

.section-4.stor1 {
  position: static;
  background-color: #f8f8f8;
}

.section-4.stories {
  margin-bottom: 34px;
  background-color: #f8f8f8;
}

.section-5 {
  margin-bottom: 0px;
  background-color: #0771b8;
  background-image: url('../images/background_SDGs4.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
  opacity: 1;
}

.image-4 {
  display: block;
  margin-top: 20px;
}

.lightbox-link-2 {
  display: block;
  min-height: auto;
  min-width: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.section-6 {
  margin-top: 0px;
  background-color: #ecedee;
}

.image-5 {
  display: block;
  width: 430px;
  max-width: none;
  min-width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #b6b6b6;
}

.title-white {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 68px;
  line-height: 120%;
  font-weight: 300;
  text-align: center;
}

.title-white.bold {
  margin-top: 0px;
  font-weight: 600;
  text-align: center;
}

.subtitle {
  margin-top: 57px;
  margin-bottom: -32px;
  padding: 0px 10px 0px 5px;
  border-bottom: 1px none #0771b8;
  border-radius: 20px;
  background-color: #0771b8;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 39px;
  line-height: 112%;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
}

.subtitle.foreword {
  margin-top: 33px;
  margin-bottom: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: #3087ca;
  font-size: 45px;
  line-height: 120%;
  font-weight: 400;
  text-align: left;
}

.subtitle.stories {
  margin-top: 18px;
  margin-bottom: 0px;
  background-color: transparent;
  color: #3087ca;
  font-weight: 400;
  text-align: left;
}

.foreword {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #3087ca;
  font-weight: 400;
}

.foreword.intro {
  color: #fff;
}

.foreword.stories {
  color: #fff;
}

.text-block-2 {
  margin-bottom: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  border-radius: 20px;
  background-color: #e95858;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
}

.div-block-3 {
  height: 2px;
  margin-bottom: 70px;
  background-color: #0771b8;
}

.simple-white-footer {
  display: block;
  margin-top: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-top: 1px solid #eee;
  background-color: #fff;
  text-align: left;
}

.container-5 {
  position: relative;
}

.bottom-footer-paragraph {
  margin-bottom: 0px;
  float: left;
  font-size: 12px;
}

.bottom-footer-paragraph.dark {
  color: #94979e;
}

.bottom-footer-paragraph.right {
  float: right;
}

.bottom-footer-link {
  color: #91959c;
}

.bottom-footer-link:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.bottom-footer-link.color {
  color: #babdc2;
  text-decoration: none;
}

.bottom-footer-link.color:hover {
  color: #1f6fff;
}

.link {
  font-family: Montserrat, sans-serif;
  color: #0771b8;
  text-decoration: none;
}

.link.terms {
  display: block;
  padding-top: 10px;
}

.brand-2 {
  min-width: 150px;
  padding-top: 6px;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.navbar-2 {
  display: block;
}

.link-2 {
  color: #0771b8;
  text-decoration: none;
}

.link-terms {
  margin-left: 45px;
  color: #0771b8;
  text-decoration: none;
}

.container-7 {
  display: block;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-bottom: 30px;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: transparent;
}

.lottie-animation {
  width: 50px;
  min-width: auto;
  background-color: transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation-3 {
  width: 40px;
  height: 40px;
  opacity: 0.28;
  color: #404047;
}

.footer {
  margin-top: -3px;
  padding: 50px 30px 65px;
  background-color: #194969;
  color: #194969;
}

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

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

.link-3 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.link-3:hover {
  color: #62bbff;
}

.copyright {
  margin-bottom: 0px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.copyright.unece {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 700;
}

.stripe-image {
  display: inline-block;
  width: 80px;
  height: 35px;
  border-radius: 30px;
  background-color: #7a7a7a;
  background-image: url('../images/white.png');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  opacity: 1;
}

.footer-left-part {
  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;
}

.footer-left-part.right-now {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-text {
  margin-bottom: 0px;
  margin-left: 10px;
}

.top-text.white-text {
  margin-right: 10px;
  margin-left: 0px;
  color: #fff;
  font-size: 15px;
  font-style: italic;
}

.nav-link {
  display: inline-block;
  padding-right: 20px;
  color: #818187;
  font-weight: 600;
}

.nav-link:hover {
  color: #212127;
}

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

.nav-link.in-footer {
  color: #fff;
  text-decoration: none;
}

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

.top-icon-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-icon-flex.no-space {
  margin-left: 0px;
}

.social-icon {
  margin-right: 12px;
}

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

.flex-row.make-vertical {
  display: block;
}

.link-4 {
  display: block;
  padding-right: 0px;
  padding-bottom: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.link-4:hover {
  color: #62bbff;
}

.paragraph {
  margin-bottom: 0px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.div-block-9 {
  margin-top: 43px;
}

.container-9 {
  margin-top: 25px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 100px;
  background-color: #0771b8;
  color: transparent;
}

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

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-3 {
  max-width: 30%;
  margin-top: -21px;
  margin-bottom: 51px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  background-color: #e0e0e0;
  font-family: Montserrat, sans-serif;
  color: #a0a0a0;
  text-decoration: none;
}

.grid-3 {
  margin-top: -12px;
  margin-bottom: 40px;
  justify-items: end;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.image-148 {
  margin-top: 31px;
  margin-left: 0px;
}

.signature {
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
  text-align: right;
}

.section-7 {
  height: 300px;
  background-image: url('../images/header3.jpg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-7.intro {
  background-image: url('../images/header3.jpg');
  background-position: 0% 0%;
}

.section-7.story-1 {
  background-image: url('../images/story_01_UN-Women_image_01.jpg');
  background-position: 100% 200%;
  background-size: cover;
}

.section-7.progress {
  background-image: url('../images/header3.jpg');
  background-position: 0% 0%;
}

.section-7.stories {
  background-image: url('../images/header3.jpg');
  background-position: 0% 0%;
  background-size: contain;
}

.section-7.technical {
  background-image: url('../images/header3.jpg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-8 {
  height: 25px;
  margin-top: 80px;
  background-color: #0771b8;
  opacity: 1;
}

.container-12 {
  display: block;
  min-height: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0771b8;
  text-align: center;
}

.section-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #0771b8;
}

.body-2 {
  background-color: #f8f8f8;
}

.image-149 {
  position: relative;
  z-index: 99;
  display: block;
  width: 81px;
  margin-top: -70px;
  margin-bottom: 20px;
  border-bottom-right-radius: 24px;
}

.image-149.x2 {
  display: inline-block;
}

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

.lightbox-link-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lightbox-link-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lightbox-link-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lightbox-link-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lightbox-link-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lightbox-link-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lightbox-link-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lightbox-link-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lightbox-link-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lightbox-link-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 77px;
  margin-left: -4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.lottie-animation-4 {
  width: 50px;
  height: 50px;
  opacity: 0.2;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #404047;
  text-align: center;
  mix-blend-mode: normal;
}

.title-progress {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #3087ca;
  font-size: 23px;
  line-height: 130%;
  font-weight: 500;
}

.footnotes {
  margin-bottom: 20px;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Lato, sans-serif;
  color: #9c9c9c;
  font-size: 15px;
  line-height: 130%;
  font-weight: 400;
}

.footnotes.indent {
  margin-left: 0px;
}

.footnotes.short {
  margin-bottom: 10px;
}

.footnotes-sup {
  display: inline-block;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  font-family: Lato, sans-serif;
  color: #3087ca;
  font-size: 13px;
  font-weight: 700;
}

.body-3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #2e2e2e;
  font-size: 17px;
  line-height: 160%;
  font-weight: 400;
  list-style-type: none;
}

.text-span {
  color: #74ad4d;
  font-weight: 700;
}

.text-span-2 {
  color: #fbbf30;
  font-weight: 700;
}

.text-span-3 {
  color: #e2282b;
  font-weight: 700;
}

.text-span-4 {
  color: #b9b8b9;
  font-weight: 700;
}

.image-150 {
  width: 350px;
  max-width: none;
}

.progress-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.progress-div.goal17 {
  margin-top: -27px;
  margin-left: 338px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-10 {
  display: block;
  width: auto;
  margin-bottom: 37px;
  margin-left: 0px;
  padding-right: 500px;
  padding-left: 500px;
  -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;
  background-color: #f8f8f8;
  text-align: center;
}

.image-151 {
  display: block;
  width: 300px;
  max-width: none;
  margin-top: 0px;
}

.figure-2030 {
  margin-top: 80px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 17px;
  border-bottom: 1px none #2e2e2e;
  border-radius: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #2e2e2e;
  font-size: 33px;
  line-height: 120%;
  font-weight: 400;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.section-11 {
  margin-bottom: 0px;
}

.list {
  margin-top: 20px;
}

.list-2 {
  margin-top: 20px;
}

.list-3 {
  margin-top: 20px;
}

.list-4 {
  margin-top: 20px;
}

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

.list-5.story12 {
  margin-bottom: 30px;
}

.link-block-2 {
  background-image: url('../images/SDG5.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.infocus {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 16px;
  border-style: none;
  border-width: 1px;
  border-color: #e95858;
  border-radius: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #e95858;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
}

.provided {
  margin-top: 23px;
  font-family: Montserrat, sans-serif;
  color: #0771b8;
  font-style: italic;
  font-weight: 500;
}

.block-quote {
  padding-top: 2px;
  padding-bottom: 2px;
  border-left-color: #3087ca;
  font-family: Montserrat, sans-serif;
  color: #0771b8;
  line-height: 130%;
}

.figure-number {
  margin-top: 35px;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
  font-family: Montserrat, sans-serif;
  color: #3087ca;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}

.figure-title {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 130%;
  font-weight: 700;
}

.source {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #979797;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
}

.source.short {
  margin-top: -26px;
}

.source.short2 {
  margin-top: 0px;
}

.image-152 {
  margin-top: -56px;
  padding-bottom: 0px;
}

.div-block-13 {
  height: auto;
  margin-bottom: 54px;
}

.list-story {
  padding-bottom: 11px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}

.list-6 {
  margin-top: 46px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 10px;
  background-color: #3087ca;
}

.section-12 {
  background-color: #0771b8;
  background-image: url('../images/fond4.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.image-153 {
  max-width: none;
  text-align: left;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 4px solid #e95858;
  border-bottom: 1px solid #e95858;
}

.links-stories-list {
  display: block;
  margin-bottom: 11px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  border-left: 3px none #3087ca;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #3087ca;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
}

.links-stories-list:hover {
  background-color: #3087ca;
  color: #fff;
}

.contents {
  margin-bottom: 22px;
  border-bottom: 1px solid #3087ca;
  font-family: Montserrat, sans-serif;
  color: #3087ca;
  font-size: 25px;
  font-weight: 600;
}

.div-block-15 {
  margin: 44px 0px 31px;
  padding: 0px 0px 25px;
}

.text-span-5 {
  margin-left: 11px;
  padding-right: 9px;
  padding-left: 9px;
  border-radius: 20px;
  background-color: #e95858;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.div-block-16 {
  margin-top: 30px;
  text-align: center;
}

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

.div-block-17 {
  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;
}

.image-155 {
  position: relative;
  width: 120px;
  max-width: none;
  border-bottom-right-radius: 33px;
}

.figure-16 {
  margin-top: 0px;
  margin-bottom: 30px;
}

.figure-16._17 {
  margin-top: 24px;
}

.italic-text {
  font-style: italic;
}

.image-156 {
  display: inline-block;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.image-157 {
  display: inline-block;
  margin-top: -35px;
  margin-left: 13px;
}

.image-158 {
  margin-top: -17px;
  margin-bottom: 23px;
}

.text-span-6 {
  color: #3087ca;
}

.text-span-7 {
  color: #3087ca;
}

.text-span-8 {
  color: #3087ca;
}

.image-159 {
  margin-top: 21px;
  margin-bottom: 40px;
}

.text-span-9 {
  color: #3087ca;
}

.image-160 {
  margin-top: 23px;
  margin-bottom: 32px;
}

.link-text {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3087ca;
  text-decoration: none;
}

.link-text:hover {
  color: #62bbff;
}

.link-footnotes {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3087ca;
  text-decoration: none;
}

.link-footnotes:hover {
  color: #62bbff;
}

.link-5 {
  color: #62bbff;
  text-decoration: none;
}

.link-5.blue {
  color: #84c3f3;
}

.link-5.blue:hover {
  color: #194969;
}

.text-span-10 {
  font-weight: 500;
  text-decoration: underline;
}

.bold-text {
  color: #2e2e2e;
}

.bold-text-2 {
  color: #2e2e2e;
}

.bold-text-3 {
  color: #2e2e2e;
}

.bold-text-4 {
  color: #2e2e2e;
}

.image-161 {
  margin-top: 20px;
}

.image-162 {
  margin-right: 22px;
}

.image-163 {
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 10px;
  padding-right: 0px;
}

.image-164 {
  margin-top: 0px;
  margin-bottom: 10px;
}

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

.image-165 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-166 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.image-167 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.image-168 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.image-169 {
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 40px;
}

.image-170 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.quote-icon {
  margin-right: 19px;
  margin-bottom: 0px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: -9px;
  margin-bottom: -48px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.copy {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #acacac;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}

.copy.long {
  margin-bottom: 26px;
}

.copy.left {
  margin-bottom: 28px;
  text-align: left;
}

.text-block-4 {
  margin-top: 33px;
  font-family: Montserrat, sans-serif;
  color: #62bbff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
}

.button-stories-2 {
  display: inline-block;
  height: 24px;
  min-width: 110px;
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 25px;
  background-color: #194969;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.button-stories-2:hover {
  background-color: #4ea1e0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #fff;
}

.button-stories-2.viewmore {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0px;
  background-color: #3087ca;
}

.button-stories-2.viewmore:hover {
  background-color: #4ea1e0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.container-14 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
  background-color: #f8f8f8;
}

.div-block-20 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 34px;
  padding-top: 81px;
  padding-bottom: 14px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px none #2e2e2e;
  background-color: #f8f8f8;
  background-image: radial-gradient(circle closest-corner at 50% 100%, #e7e7e7, transparent);
}

.image-171 {
  width: 300px;
  max-width: none;
}

.image-172 {
  width: 257px;
  max-width: none;
}

.image-173 {
  width: 149px;
  max-width: none;
}

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

.provided-by {
  color: #5eb5f0;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
}

.progress-highlight {
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  color: #3087ca;
  font-size: 19px;
  line-height: 150%;
}

.bold-text-10 {
  font-family: Montserrat, sans-serif;
  color: #3087ca;
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
}

.links-ref {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  text-decoration: underline;
}

.links-ref:hover {
  color: #f8bb40;
}

.faq-wrap {
  display: inline-block;
}

.faq-q-text {
  font-family: Montserrat, sans-serif;
  color: #3087ca;
  font-size: 15px;
  font-weight: 500;
}

.faq-plus-l {
  position: absolute;
  width: 5px;
  height: 100%;
  border-radius: 3px;
  background-color: #3087ca;
}

.body-4 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #333;
  font-size: 17px;
  line-height: 160%;
}

.body-4.ref {
  margin-bottom: 10px;
  padding-left: 0px;
  border: 1px none #000;
  font-size: 15px;
  line-height: 130%;
}

.faq-plus-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -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;
}

.faq-answer {
  overflow: hidden;
  margin-bottom: 31px;
  padding-left: 0px;
  border-bottom: 1px none rgba(45, 62, 80, 0.12);
}

.faq-plus {
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background-color: #3087ca;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
}

.faq-question.ref {
  margin-top: 10px;
}

.text-span-11 {
  color: #62bbff;
}

.bold-text-11 {
  font-size: 23px;
}

@media screen and (max-width: 991px) {
  .button-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-right-style: none;
    border-right-width: 2px;
    font-family: Montserrat, sans-serif;
    color: #0771b8;
    line-height: 100%;
    font-weight: 500;
  }

  .button-nav:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-weight: 500;
  }

  .section-2 {
    height: 300px;
    margin-top: 67px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .container {
    margin-top: -19px;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .container.intro {
    padding-top: 0px;
  }

  .container.stories {
    padding-top: 24px;
  }

  .container.story1 {
    margin-top: 39px;
  }

  .body-intro {
    font-size: 16px;
  }

  .body-intro.ewo {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .div-block-2 {
    min-height: 10px;
    margin-top: 25px;
    margin-bottom: 0px;
  }

  .div-block-2.foreword {
    min-height: 10px;
    margin-top: 7px;
    margin-bottom: 33px;
  }

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

  .div-block-2.long {
    margin-top: 34px;
  }

  .card-2 {
    width: auto;
    min-width: 400px;
    margin-top: 0px;
  }

  .card-3 {
    max-width: 750px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card-c3 {
    max-width: 220px;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .section-heading {
    display: block;
    text-align: center;
  }

  .blog-thumbnail {
    width: 33.33%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .main-section {
    padding: 40px 10px;
  }

  .featuredthumbnail {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .center-box {
    width: 80%;
  }

  .project-wrapper:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

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

  .section-4.stor1 {
    position: relative;
  }

  .section-4.stories {
    margin-top: -20px;
  }

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

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

  .image-5 {
    min-width: auto;
  }

  .title-white {
    margin-top: 0px;
    font-size: 34px;
  }

  .subtitle {
    margin-top: 30px;
    font-size: 22px;
  }

  .subtitle.foreword {
    margin-top: 29px;
    margin-bottom: 26px;
  }

  .subtitle.stories {
    font-size: 30px;
    line-height: 130%;
  }

  .foreword {
    margin-top: 0px;
    font-size: 30px;
    line-height: 120%;
    font-weight: 400;
  }

  .foreword.intro {
    margin-top: 14px;
  }

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

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

  .copyright {
    margin-bottom: 0px;
  }

  .copyright.unece {
    margin-bottom: 0px;
  }

  .footer-left-part.right-now {
    margin-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-link {
    display: block;
  }

  .nav-link.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.in-footer {
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
  }

  .top-icon-flex.no-left {
    margin-left: 0px;
  }

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

  .link-4 {
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 120%;
  }

  .container-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-7 {
    height: 285px;
  }

  .section-7.intro {
    background-position: 0% 7%;
    background-size: contain;
  }

  .section-7.stories {
    overflow: visible;
    background-position: 0% 0%;
    background-size: contain;
  }

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

  .div-block-10 {
    margin-top: 63px;
  }

  .lottie-animation-4 {
    width: 40px;
    height: 40px;
  }

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

  .image-150.g17bis {
    margin-top: 0px;
  }

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

  .image-151 {
    display: inline-block;
    width: 292px;
    margin-top: 10px;
    text-align: center;
  }

  .figure-2030 {
    margin-top: 18px;
    padding-bottom: 24px;
    font-size: 30px;
  }

  .figure-number {
    font-size: 19px;
  }

  .figure-title {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .section-12 {
    padding-top: 30px;
    padding-right: 154px;
    padding-left: 154px;
  }

  .icon-2 {
    color: #fff;
  }

  .nav-menu {
    display: block;
    margin-left: 0px;
    padding: 9px 25px 13px 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-right: 3px none #0771b8;
    background-color: #fff;
  }

  .menu-button {
    background-color: transparent;
  }

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

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

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

  .image-155 {
    width: 100px;
  }

  .figure-16 {
    text-align: left;
  }

  .image-156 {
    margin-top: 0px;
    margin-left: 32px;
  }

  .image-157 {
    margin-left: -17px;
  }

  .image-158 {
    margin-top: -17px;
    margin-bottom: 25px;
  }

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

  .image-169 {
    margin-bottom: 0px;
  }

  .text-block-4 {
    font-size: 11px;
  }

  .div-block-20 {
    display: inline-block;
    padding-top: 57px;
    padding-bottom: 0px;
    padding-left: 38px;
    text-align: left;
  }

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

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

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

  .container-15 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    z-index: 99;
  }

  .section-2 {
    height: 340px;
  }

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

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

  .body-intro.progress.indent {
    padding-left: 0px;
  }

  .card-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-c3 {
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog-thumbnail {
    width: 50%;
  }

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

  .featuredthumbnail {
    padding: 10px 0px;
  }

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

  .section-4.foreword {
    padding-top: 0px;
  }

  .section-4.stories {
    margin-top: -94px;
    margin-bottom: 14px;
  }

  .image-5 {
    width: 400px;
    min-width: 60vw;
  }

  .subtitle.foreword {
    font-size: 40px;
  }

  .simple-white-footer {
    padding-right: 25px;
    padding-left: 25px;
    background-color: #194969;
    text-align: center;
  }

  .bottom-footer-paragraph {
    margin-bottom: 7px;
    float: none;
  }

  .bottom-footer-paragraph.dark {
    float: none;
  }

  .bottom-footer-paragraph.right {
    float: none;
  }

  .div-block-8 {
    margin-bottom: 8px;
    padding-left: 10px;
  }

  .section-7 {
    height: 226px;
  }

  .section-7.intro {
    background-position: 0% 0%;
  }

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

  .image-150.g17bis {
    margin-top: -21px;
  }

  .image-151 {
    display: inline-block;
    width: 275px;
    margin-right: -5px;
  }

  .figure-2030 {
    font-size: 25px;
  }

  .provided {
    margin-top: 12px;
    margin-bottom: 8px;
  }

  .image-152 {
    margin-top: -45px;
  }

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

  .links-stories-list {
    padding-right: 6px;
    font-size: 15px;
  }

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

  .image-155 {
    width: 70px;
    border-bottom-right-radius: 28px;
  }

  .image-158 {
    margin-bottom: 31px;
  }

  .image-159 {
    margin-top: 6px;
  }

  .div-block-20 {
    z-index: 90;
    display: block;
    padding-top: 60px;
    padding-left: 15px;
  }

  .image-171 {
    display: inline-block;
    width: 281px;
  }

  .image-172 {
    display: inline-block;
    width: 246px;
    margin-top: -10px;
  }

  .image-173 {
    display: inline-block;
    width: 146px;
    margin-top: -10px;
    margin-left: -5px;
  }

  .progress-highlight {
    line-height: 130%;
  }

  .faq-question.ref {
    margin-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    z-index: 99;
  }

  .section {
    min-height: 200px;
  }

  .section-2 {
    height: 302px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-3 {
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
  }

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

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

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

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

  .container.stories {
    margin-top: 0px;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.story1 {
    margin-top: 44px;
  }

  .container.cell-progress {
    margin-top: 40px;
  }

  .body-intro {
    font-size: 15px;
    line-height: 140%;
  }

  .body-intro.progress {
    font-size: 16px;
  }

  .body-intro.progress.indent {
    padding-left: 0px;
  }

  .div-block-2.stories {
    margin-top: 13px;
    margin-bottom: 0px;
    background-color: #e7e7e7;
  }

  .card-2 {
    min-width: 300px;
    margin: 0px 5px;
    padding-top: 20px;
  }

  .card-c3 {
    margin: 15px 12px;
  }

  .section-heading {
    display: block;
  }

  .med-divider {
    width: 60%;
  }

  .blog-thumbnail {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

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

  .featuredthumbnail {
    padding: 5px 0px;
  }

  .intro-box {
    width: auto;
    margin-right: 0%;
    margin-bottom: 9%;
  }

  .flex-center {
    background-color: #f8f8f8;
  }

  .body {
    padding: 0px;
  }

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

  .section-4.foreword {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-4.progress {
    padding-top: 0px;
    background-color: #f8f8f8;
  }

  .section-4.introduction {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-4.stor1 {
    width: auto;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
  }

  .section-4.stories {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    background-color: #f8f8f8;
  }

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

  .image-5 {
    width: 280px;
    min-width: auto;
    margin-top: 20px;
  }

  .title-white {
    font-size: 27px;
    line-height: 130%;
  }

  .subtitle {
    margin-top: 13px;
    margin-bottom: 15px;
    padding: 3px 0px;
    font-size: 14px;
    font-weight: 500;
  }

  .subtitle.foreword {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #3087ca;
    font-size: 28px;
    line-height: 120%;
  }

  .subtitle.stories {
    margin-top: 28px;
    border-radius: 0px;
    background-color: transparent;
    color: #3087ca;
    font-size: 28px;
    line-height: 125%;
    font-weight: 400;
    text-align: left;
  }

  .foreword {
    margin-bottom: 10px;
    color: #3087ca;
    font-size: 24px;
    font-weight: 500;
  }

  .simple-white-footer {
    margin-top: 3px;
    padding: 35px 15px;
  }

  .bottom-footer-paragraph.right.dark {
    margin-top: 10px;
  }

  .div-block-8 {
    margin-top: 4px;
    margin-left: 0px;
    padding-left: 1px;
  }

  .footer {
    padding-top: 16px;
    padding-bottom: 9px;
  }

  .link-4 {
    font-size: 13px;
  }

  .container-9 {
    border-radius: 19px;
  }

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

  .text-block-3 {
    max-width: 90%;
    margin-bottom: 34px;
  }

  .signature {
    font-size: 13px;
  }

  .section-7 {
    display: block;
    height: 142px;
    background-position: 0% 0%;
    background-size: contain;
  }

  .section-7.progress {
    display: block;
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section-7.stories {
    background-position: 0% 0%;
  }

  .container-12.foreword {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .big-title {
    font-size: 14px;
  }

  .div-block-10 {
    margin-top: 4px;
    margin-left: -3px;
  }

  .lottie-animation-4 {
    width: 30px;
    height: 30px;
  }

  .title-progress {
    margin-top: 20px;
    color: #3087ca;
    font-size: 18px;
    line-height: 130%;
    font-weight: 600;
  }

  .footnotes {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 120%;
  }

  .footnotes-sup {
    font-size: 10px;
  }

  .body-3 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 140%;
    list-style-type: none;
  }

  .image-150 {
    width: auto;
  }

  .image-150.g17bis {
    margin-top: -18px;
  }

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

  .image-151 {
    width: 267px;
    margin-top: 5px;
  }

  .figure-2030 {
    margin-top: 6px;
    padding-bottom: 14px;
  }

  .list-5.story12 {
    padding-left: 16px;
  }

  .provided {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 13px;
  }

  .block-quote {
    padding-left: 10px;
    color: #3087ca;
    font-size: 16px;
    line-height: 120%;
    font-style: italic;
    font-weight: 500;
  }

  .figure-number {
    color: #3087ca;
    font-size: 17px;
  }

  .figure-title {
    font-size: 14px;
  }

  .source {
    line-height: 130%;
  }

  .source.short {
    margin-bottom: 33px;
  }

  .image-152 {
    display: block;
    max-width: 100%;
    margin-top: -39px;
  }

  .list-story {
    font-size: 15px;
    line-height: 120%;
  }

  .list-6 {
    margin-top: 28px;
    margin-bottom: 20px;
  }

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

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

  .links-stories-list {
    padding-right: 4px;
    font-size: 14px;
  }

  .contents {
    font-size: 18px;
    line-height: 120%;
  }

  .div-block-15 {
    margin-bottom: 7px;
  }

  .text-span-5 {
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
  }

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

  .image-155 {
    width: 55px;
    border-bottom-right-radius: 23px;
  }

  .image-156 {
    margin-left: 4px;
  }

  .image-157 {
    margin-bottom: 24px;
    margin-left: -8px;
  }

  .image-158 {
    margin-top: -17px;
    margin-bottom: 23px;
  }

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

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

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

  .image-170 {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .copy {
    font-size: 10px;
  }

  .text-block-4 {
    margin-top: 19px;
    font-size: 10px;
    letter-spacing: 0px;
  }

  .div-block-20 {
    z-index: 90;
    padding-bottom: 7px;
    padding-left: 10px;
  }

  .image-171 {
    width: 285px;
    margin-top: -10px;
  }

  .image-172 {
    width: 235px;
  }

  .image-173 {
    width: 136px;
    margin-left: 0px;
  }

  .progress-highlight {
    font-size: 16.5px;
    line-height: 130%;
    font-weight: 500;
  }

  .bold-text-10 {
    font-size: 17px;
  }

  .faq-q-text {
    font-size: 14px;
  }

  .body-4 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 140%;
  }

  .body-4.ref {
    font-size: 13px;
    line-height: 140%;
  }

  .faq-answer {
    margin-bottom: 15px;
  }

  .faq-question {
    margin-top: -20px;
  }

  .faq-question.ref {
    height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

