:root {
  --dark-blue: #0c143b;
  --light-violet: #faa0ad;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: var(--dark-blue);
  color: var(--dark-blue);
  font-family: Circularstd, sans-serif;
  overflow-x: hidden;
}

.section-title-left {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  display: block;
}

.section-title-left.center {
  flex-flow: row;
  align-items: center;
  display: flex;
}

.section-title-left.center.me-100 {
  margin-right: 100px;
}

.section-title-left.center.me-100.text-60 {
  font-size: 60px;
}

.section-title-left-wrapper {
  background-color: var(--light-violet);
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  padding: 16px 40px 16px 80px;
  display: inline-flex;
}

.section-title-left-wrapper.white {
  background-color: var(--white);
  padding-right: 0;
  position: relative;
}

.section-title-left-wrapper.p-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.section-title-right-wrapper {
  z-index: 3;
  justify-content: flex-end;
  align-items: center;
  min-height: 133px;
  display: flex;
  position: relative;
}

.section-title-right {
  background-color: var(--light-violet);
  color: var(--dark-blue);
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 64px 16px 40px;
  font-size: 45px;
  line-height: 51px;
}

.section-title-right.align-right {
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 133px;
  line-height: 51px;
  display: flex;
}

.card-horizontal {
  background-color: var(--light-violet);
  border-radius: 16px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.card-horizontal-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.card-horizontal-title.align-left {
  color: var(--dark-blue);
  text-align: left;
}

.section {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  overflow: visible;
}

.section.cicle-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
  overflow: visible;
}

.section.cicle-section.pb-0 {
  padding-bottom: 0;
}

.section.h-700 {
  margin-top: 60px;
}

.section.mt-120 {
  padding-top: 120px;
}

.section.mt-120.mb-32 {
  padding-bottom: 32px;
}

.section.top {
  padding-top: 120px;
}

.section.top.top-30 {
  margin-top: 30px;
}

.section.d-none {
  display: none;
}

.section.h-900 {
  min-height: 850px;
  margin-top: 0;
}

.section.h-900.flex-center {
  justify-content: flex-start;
  align-items: center;
  min-height: 700px;
  display: flex;
}

.section.h-900.flex-center.h-md-600 {
  min-height: 600px;
}

.section.h-400 {
  height: 500px;
}

.section.mb-0 {
  padding-bottom: 0;
}

.section.mb-0.mt-112 {
  padding-top: 112px;
}

.section.h-700-flex {
  margin-top: 60px;
}

.section.mb-32 {
  padding-bottom: 32px;
}

.section.mt-32 {
  padding-top: 32px;
}

.section.h-700-time-line {
  margin-top: 60px;
}

.text-white {
  color: var(--white);
  text-align: center;
}

.quote-icon {
  width: 86px;
}

.quote-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 32px;
  display: flex;
}

.full-circle-wrapper {
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 64px;
  display: flex;
  position: relative;
}

.social-share {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer {
  border-bottom: 16px solid var(--light-violet);
  min-height: 700px;
  margin-top: 0;
  padding-top: 112px;
  position: relative;
  overflow: hidden;
}

.footer-circle-left {
  z-index: -1;
  background-color: #d9d9d90f;
  border-radius: 100%;
  width: 1200px;
  height: 1200px;
  position: absolute;
  bottom: -100%;
  left: -20%;
}

.footer-heading {
  color: var(--light-violet);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 100%;
}

.footer-column-heading {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.footer-column-text {
  color: var(--white);
  font-weight: 300;
}

.footer-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.footer-columns {
  padding-top: 64px;
  padding-bottom: 64px;
}

.footer-references {
  color: var(--light-violet);
  margin-top: 64px;
  padding-top: 0;
  font-size: 18px;
}

.footer-references-text {
  color: var(--light-violet);
  font-size: 10px;
  font-weight: 300;
  line-height: 140%;
}

.footer-refernces-circle {
  background-color: var(--light-violet);
  border-radius: 30px;
  flex: none;
  width: 30px;
  height: 30px;
}

.footer-references-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 0;
  display: flex;
}

.hero-logo {
  max-width: 180px;
}

.hero-logo.d-md-none {
  display: none;
}

.hero-nutrition-logo {
  max-width: 370px;
  margin-top: 64px;
}

.hero-nutrition-logo.top {
  margin-top: 100px;
}

.container {
  z-index: 2;
  position: relative;
}

.map-img {
  width: 100%;
  height: 500px;
  margin-top: 0;
}

.foot-note-list {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.div-block-6 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  padding-right: 50px;
  display: flex;
}

.heading-63 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
}

.heading-64 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 77px;
  line-height: 100%;
}

.h2 {
  color: var(--light-violet);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 100%;
}

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

.swiper-slide {
  flex: none;
}

.swiper-wrapper {
  height: 100%;
  display: block;
}

.swiper {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.swiper.mt-60 {
  margin-top: 60px;
}

.swiper-pagination {
  margin-top: 45px;
}

.text-block-32 {
  color: var(--white);
  text-align: center;
  padding-top: 32px;
  font-size: 32px;
  font-weight: 900;
  line-height: 130%;
}

.heading-68 {
  color: var(--light-violet);
  text-align: center;
  font-size: 70px;
  line-height: 100%;
}

.div-block-39 {
  padding-bottom: 60px;
}

.logo-redirect._200px.w--current {
  margin-top: -210px;
}

.fs-20 {
  font-size: 20px;
  font-weight: 300;
}

.fs-20.text-white.fh-28 {
  line-height: 28px;
}

.fs-20.text-white.fh-28.align-left {
  text-align: left;
}

.fs-20.text-white.fh-28.text-center {
  text-align: center;
}

.fs-20.text-white.align-left {
  text-align: left;
}

.fs-20._w-60 {
  width: 60%;
}

.fs-20._w-60.text-center.lh-31 {
  line-height: 31px;
}

.fs-20._w-60.text-center.lh-31.fw-400 {
  font-weight: 400;
}

.fs-20._w-60.text-center.lh-31.fw-400.mt-60 {
  margin-top: 60px;
}

.fs-20.fw-28 {
  line-height: 28px;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.text-country {
  color: var(--white);
  font-size: 40px;
  font-weight: 700;
  line-height: 32px;
}

.flex-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.text-violet {
  color: var(--dark-blue);
  padding-right: 10px;
  line-height: 100%;
}

.fs-32 {
  color: var(--white);
  font-size: 32px;
  font-weight: 300;
  line-height: 45px;
}

.fs-32.text-white.fw-light {
  font-weight: 300;
}

.fs-32.text-white.fw-light.fh-40 {
  line-height: 40px;
}

.fs-32.text-white.fw-light.fh-40.align-left {
  text-align: left;
}

.fs-32.text-white.fw-light.fh-40.align-left._w-90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.fs-32.fw-300.text-white.text-left {
  text-align: left;
}

.section-key-factors-circle {
  z-index: -1;
  filter: blur(100px);
  background-color: #ffffff0f;
  border-radius: 100%;
  width: 1100px;
  height: 1100px;
  position: absolute;
  inset: -44% auto 0% 32%;
  transform: translate(-50%);
}

.text-key-factors {
  color: var(--white);
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}

.flex-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.flex-block-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: baseline;
  width: 100%;
}

.flex-block-5-copy {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-around;
  align-items: baseline;
}

.div-block-53 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.div-block-54 {
  justify-content: flex-end;
  display: flex;
}

.foot-note-link-2 {
  color: var(--light-violet);
  text-align: left;
  width: 100%;
  font-size: 10px;
  font-weight: 300;
  text-decoration: none;
}

.foot-note-link-2:hover {
  font-weight: 500;
}

.text-center-case-study {
  color: var(--white);
  text-align: center;
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: 700;
  line-height: 57px;
}

.fs-45 {
  color: var(--dark-blue);
  font-size: 45px;
  line-height: 51px;
}

.fs-61 {
  font-size: 61px;
  font-weight: 900;
  line-height: 51px;
}

.fs-61.text-white.text-right {
  text-align: right;
}

.fs-61.text-white.text-right.lh-74 {
  font-size: 60px;
  line-height: 74px;
}

.div-block-55 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.text-collective-strength {
  color: var(--white);
  text-align: center;
  margin-top: 60px;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.text-collective-strength.mt-0 {
  margin-top: 0;
}

.text-collective-strength.mt-0.lh-45 {
  line-height: 45px;
}

.column-5 {
  grid-column-gap: 77px;
  grid-row-gap: 77px;
  flex-flow: column;
  align-self: center;
  display: flex;
}

.column-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  height: 560px;
  display: flex;
  position: relative;
}

.image-33 {
  width: 100%;
  display: block;
}

.image-34 {
  width: 120px;
}

.flex-block-9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 101%;
}

.div-block-59 {
  z-index: 3;
  width: 90%;
  margin: 0 auto;
  padding-top: 0;
  position: relative;
}

.div-block-60 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-61 {
  width: 35%;
}

.div-block-61._w-60 {
  width: 50%;
}

.div-block-62 {
  flex: 1;
  width: 75%;
}

.div-block-62._w-60 {
  width: 80%;
}

.quote-text-2 {
  color: #fff;
  margin-top: 32px;
  font-family: Circularstd, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 140%;
}

.quote-text-2.lh-35 {
  font-size: 28px;
  font-style: italic;
  line-height: 44px;
}

.quote-author-2 {
  color: var(--light-violet);
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-63 {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-flow: column;
  margin-top: 120px;
  display: flex;
}

.div-block-63.top {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  margin-top: 60px;
}

.quote-author-description-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.columns-12-reverse {
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.columns-12-reverse._w-70 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  width: 70%;
}

.image-35-copy {
  height: 450px;
  position: absolute;
  left: -25%;
}

.image-35-copy.top {
  z-index: -1;
  height: 550px;
  top: 10%;
  left: -28%;
}

.image-35-copy.top-copy {
  z-index: -1;
  height: 700px;
  top: 10%;
  left: -28%;
}

.image-35-copy.d-sm {
  flex: 0 auto;
  display: none;
}

.div-block-65 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-65-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 64px;
  display: flex;
}

.full-circle-title-2 {
  color: #0c143b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 105px;
  line-height: 60px;
}

.full-circle-2 {
  aspect-ratio: 1;
  background-color: var(--light-violet);
  border-radius: 100%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  overflow: hidden;
}

.image-40 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%);
}

.image-40.position-absolute {
  z-index: -1;
  width: 60%;
  top: -17%;
}

.image-41 {
  width: 300px;
  margin-top: 32px;
}

.div-block-71 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 96px;
  display: flex;
}

.text-block-40 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
}

.image-42 {
  height: 90%;
  position: absolute;
  inset: 10% 0% 0% auto;
}

.column-7 {
  position: relative;
}

.card-horizontal-content-improving {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-height: 320px;
  padding: 60px 40px;
  display: flex;
}

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

.fw-light {
  font-weight: 300;
}

.link-block {
  text-decoration-color: #fff;
}

.flex-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.foot-note-bullet-2 {
  background-color: var(--light-violet);
  border-radius: 32px;
  width: 32px;
  height: 32px;
}

.div-block-74 {
  background-color: var(--light-violet);
  border-radius: 100%;
  width: 70px;
  height: 70px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section-collective-strength {
  z-index: -1;
  filter: blur(100px);
  background-color: #7890f529;
  border-radius: 100%;
  width: 1100px;
  height: 1100px;
  position: absolute;
  inset: -15% -20% 0% auto;
}

.section-collective-strength.white {
  background-color: #ffffff0f;
}

.section-collective-strength.white.blur-0 {
  filter: none;
}

.section-goals {
  z-index: -2;
  filter: blur(90px);
  background-color: #e8ca375c;
  border-radius: 100%;
  width: 1200px;
  height: 1200px;
  position: absolute;
  inset: 60% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.image-48 {
  width: 100%;
}

.div-block-76 {
  flex-flow: column;
  display: flex;
}

.button {
  border: 1px solid var(--dark-blue);
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 150px;
  justify-content: flex-start;
  margin-top: 20px;
  margin-right: auto;
  font-size: 10px;
  line-height: 100%;
  display: inline-flex;
  position: relative;
  overflow: visible;
}

.text-span-22 {
  color: var(--light-violet);
}

.hero-right-2 {
  flex-flow: column;
  display: flex;
}

.columns-3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.column-18 {
  display: block;
  position: static;
}

.hero-left-2 {
  flex-flow: column;
  width: 520px;
  display: flex;
  position: absolute;
  inset: -5% auto auto 0%;
}

.hero-text-2 {
  color: #fff;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.hero-left-img-2 {
  z-index: 1;
}

.container-2 {
  z-index: 2;
  position: relative;
}

.link-text {
  color: var(--light-violet);
  text-decoration: underline;
}

.link-text.text-black {
  color: var(--dark-blue);
}

.section-title-left-2 {
  color: #0c143b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 51px;
  display: block;
}

.section-title-left-2.fs-60 {
  font-size: 60px;
}

.foot-note-bullet {
  background-color: #fe754a;
  border-radius: 32px;
  flex: none;
  width: 32px;
  height: 32px;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.foot-note-list-2 {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.foot-note-link {
  color: #fe754a;
  text-align: right;
  font-size: 10px;
  font-weight: 300;
  text-decoration: none;
}

.foot-note-link:hover {
  font-weight: 700;
}

.div-block-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 90%;
  display: flex;
}

.columns-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100%;
  display: flex;
}

.text-block-43 {
  color: var(--light-violet);
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

.text-block-43.mb-40 {
  margin-bottom: 40px;
}

.text-block-44 {
  color: var(--white);
  font-size: 24px;
  line-height: 33px;
}

.fw-bold-yellow {
  color: var(--light-violet);
  font-weight: 900;
}

.fw-bold-yellow.fs-28 {
  font-size: 28px;
}

.fw-bold-yellow.fs-32.fh-40 {
  line-height: 40px;
}

.text-block-45 {
  color: var(--light-violet);
  text-align: center;
  width: 50%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.fs-28 {
  font-size: 28px;
}

._w-80 {
  width: 80%;
}

._w-80.m-50 {
  width: 65%;
  margin-top: -50px;
  margin-left: auto;
}

.image-75 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-78 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-collective-strength-copy {
  color: var(--white);
  text-align: left;
  width: 50%;
  margin-top: 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
}

.image-76 {
  width: 500px;
  position: absolute;
  inset: 60% -23% 0% auto;
}

.column-19 {
  position: relative;
}

.timeline {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.point {
  background-color: var(--light-violet);
  flex: none;
  width: 30px;
  height: 30px;
}

.line {
  width: 2px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-79 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-79.top {
  margin-top: 0;
}

.div-block-79.top-bottom {
  margin-bottom: -100px;
}

.column-20 {
  display: flex;
}

.text-timeline {
  color: var(--white);
  width: 380px;
  font-size: 28px;
  font-weight: 900;
  line-height: 40px;
}

.text-timeline.mt {
  margin-top: 60px;
}

.text-timeline.mt-copy {
  margin-top: 35px;
}

.div-block-80 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.div-block-81 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 450px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 80px 1fr;
  place-items: center stretch;
  height: 100%;
  max-height: none;
}

.image-77 {
  z-index: -1;
  position: absolute;
  top: -6%;
  left: -11%;
}

.image-78 {
  width: 60%;
  position: absolute;
  inset: -30% auto auto -25%;
}

.image-78.img-background {
  width: 40%;
  top: 0%;
  left: -10%;
}

.fs-26 {
  color: var(--white);
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
}

.fs-26.me-auto {
  margin-left: auto;
}

.fs-26.me-auto._w-50 {
  width: 50%;
}

.fs-26.me-auto._w-50.text-right {
  text-align: right;
}

.fs-26.me-auto._w-50.text-right.mt-60 {
  margin-top: 60px;
}

.fs-26.text-center.mt-40 {
  margin-top: 40px;
}

.fs-26.mt-60 {
  margin-top: 60px;
}

.fs-26.mt-60._w-50 {
  width: 50%;
}

.image-79 {
  width: 60%;
}

.title-pink-42 {
  color: var(--light-violet);
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  line-height: 62px;
}

.title-pink-42.mb-60 {
  margin-bottom: 60px;
}

.title-pink-42.mb-60._w-90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.title-pink-42.text-left {
  text-align: left;
}

.div-block-33v-5-3, .div-block-33-v1-2 {
  background-color: #fff;
  border: 1px dashed #000;
  width: 1px;
  height: 30px;
}

.text-block-35-v1-3 {
  color: #fff;
  text-align: center;
  width: 140px;
  position: absolute;
  inset: 200% 0% auto 50%;
  transform: translate(-50%);
}

.text-block-35-v1-3.text-yellow {
  color: var(--light-violet);
  width: 250px;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  top: 150%;
}

.text-block-35-v1-3.text-yellow.big {
  color: var(--white);
  font-size: 45px;
  top: -243%;
}

.text-block-35-v1-3.text-yellow.big.v3.d-sm-none {
  display: none;
}

.text-block-35-v1-3.text-white {
  width: 200px;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  top: 131%;
}

.time-line {
  border: 1px #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-18 {
  width: 70%;
  height: 200px;
  margin: 150px auto 100px;
}

.div-block-18.mb-0.v-mobile {
  display: none;
}

.time-line-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.time-line-item.tim-line-item-2 {
  left: 50%;
}

.time-line-item.time-line-item-3 {
  left: 100%;
}

.time-line-item.time-line-item-3.v-2 {
  width: 0;
  left: 100%;
}

.time-line-item.tim-line-item-2--v2 {
  left: 30%;
}

.time-line-item.tim-line-item-2--v2.v2 {
  width: 60px;
  left: 27.5%;
}

.time-line-item.tim-line-item-2--v3 {
  left: 70%;
}

.time-line-item.tim-line-item-2--v3.v2 {
  width: 60px;
  left: 67.5%;
}

.time-line-item.v3 {
  width: 0;
  left: 0%;
}

.div-block-36 {
  border: 1px dashed var(--white);
  width: 100%;
  height: 1px;
}

.div-block-33-v3-3 {
  background-color: #fff;
  border: 1px dashed #000;
  width: 1px;
  height: 30px;
}

.div-block-33-v3-3.big {
  height: 30px;
  position: relative;
  top: -29px;
}

.div-block-34 {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}

.image-80 {
  margin-top: 40px;
  position: relative;
}

.div-block-82 {
  width: 60px;
}

.image-81 {
  width: 500px;
  position: absolute;
  top: -59px;
  right: -28%;
}

.text-block-46 {
  color: var(--white);
  font-size: 32px;
  font-weight: 300;
  line-height: 45px;
}

.text-block-47 {
  color: var(--white);
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

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

.flipcard-wrapper {
  position: relative;
}

.flipcard-front {
  backface-visibility: hidden;
  color: #fff;
  border-radius: 30px;
  height: 600px;
  padding: 20px;
  position: relative;
  box-shadow: 7px 7px 40px 6px #00000017;
}

.flipcard-front.card-1 {
  background-color: #e2071f;
  justify-content: flex-start;
  align-items: center;
  height: 650px;
  padding-top: 20px;
  display: flex;
}

.flipcard-front.card-2 {
  background-color: #d6a102;
  justify-content: flex-start;
  align-items: center;
  height: 650px;
  padding-top: 20px;
  display: flex;
}

.flipcard-front.card-3 {
  background-color: #289438;
  justify-content: flex-start;
  align-items: center;
  height: 650px;
  padding-top: 20px;
  display: flex;
}

.flipcard-front.card-4 {
  background-color: #c11728;
  justify-content: flex-start;
  align-items: center;
  height: 650px;
  padding-top: 20px;
  display: flex;
}

.flipcard-front.card-5 {
  background-color: #e6331d;
  justify-content: flex-start;
  align-items: center;
  height: 650px;
  padding-top: 20px;
  display: flex;
}

.flipcard-front.card-6 {
  background-color: #00a7d7;
  justify-content: flex-start;
  align-items: center;
  height: 650px;
  padding-top: 20px;
  display: flex;
}

.flipcard-front.card-8 {
  background-color: #931831;
  justify-content: flex-start;
  align-items: center;
  height: 650px;
  padding-top: 20px;
  display: flex;
}

.flipcard-front.card-10 {
  background-color: #dd0979;
  justify-content: flex-start;
  align-items: center;
  height: 650px;
  padding-top: 20px;
  display: flex;
}

.flipcard-front.card-11 {
  background-color: #f59d08;
  justify-content: flex-start;
  align-items: center;
  height: 650px;
  padding-top: 20px;
  display: flex;
}

.flipcard-front.card-12 {
  background-color: #d28d0e;
  justify-content: flex-start;
  align-items: center;
  height: 650px;
  padding-top: 20px;
  display: flex;
}

.flipcard-front.card-16 {
  background-color: #004c84;
  justify-content: flex-start;
  align-items: center;
  height: 650px;
  padding-top: 20px;
  display: flex;
}

.flipcard-front.card-17 {
  background-color: #1f3262;
  justify-content: flex-start;
  align-items: center;
  height: 650px;
  padding-top: 20px;
  display: flex;
}

.flipcard-more {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.flipcard-back {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  height: 650px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 7px 7px 40px 6px #00000017;
}

.flipcard-back.card-1 {
  background-color: #e2071f;
}

.flipcard-back.card-2 {
  background-color: #d6a102;
}

.flipcard-back.card-3 {
  background-color: #289438;
}

.flipcard-back.card-4 {
  background-color: #c11728;
}

.flipcard-back.card-5 {
  background-color: #e6331d;
}

.flipcard-back.card-6 {
  background-color: #00a7d7;
}

.flipcard-back.card-8 {
  background-color: #931831;
}

.flipcard-back.card-10 {
  background-color: #dd0979;
}

.flipcard-back.card-11 {
  background-color: #f59d08;
}

.flipcard-back.card-12 {
  background-color: #d28d0e;
}

.flipcard-back.card-16 {
  background-color: #004c84;
}

.flipcard-back.card-17 {
  background-color: #1f3262;
}

.flipcard-less {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.image-82 {
  width: 150px;
}

.list {
  padding-left: 20px;
}

.fw-300-section-title {
  font-size: 44px;
  font-weight: 300;
}

.list-card-flip {
  color: var(--white);
  font-size: 18px;
  line-height: 28px;
}

.image-83 {
  width: 120px;
}

.image-two-columns {
  margin-top: 30px;
}

.fs-18 {
  color: var(--white);
  font-size: 18px;
  line-height: 25px;
}

.flex-block-18 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.flex-block-19, .flex-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
}

.flex-block-21 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.image-84 {
  width: 100px;
}

.grid-6 {
  grid-template-rows: auto;
}

.fw-bold {
  font-weight: 700;
}

.image-85 {
  width: 90%;
}

.card-law-number-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: -48px;
  left: 0;
  right: 0;
}

.card-law-text {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
}

.card-law-heading {
  color: #0c143b;
  margin-top: 40px;
  font-size: 30px;
}

.card-law-top {
  aspect-ratio: auto;
  background-color: var(--light-violet);
  object-fit: fill;
  border-radius: 0 0 16px 16px;
  padding: 40px 20px;
}

.columns-copy {
  margin-top: 96px;
  display: flex;
}

.card-law-bottom {
  padding: 30px 20px;
}

.columns-5 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-law {
  border: 1px solid var(--light-violet);
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
}

.div-block-83 {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-flow: column;
  display: flex;
}

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

.link-footer {
  color: var(--light-violet);
}

.link-3 {
  color: var(--light-violet);
  text-decoration: none;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div-block-84 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.elipse-background {
  z-index: -1;
  filter: blur(150px);
  background-color: #ffffff0f;
  border-radius: 100%;
  width: 1200px;
  height: 1200px;
  position: absolute;
  inset: auto -18% -25% auto;
}

.elipse-background.position-left {
  left: -33%;
}

.elipse-background.position-left.opacity-10 {
  opacity: .1;
}

.elipse-background.big {
  width: 1200px;
  height: 1200px;
  inset: -13% auto auto -27%;
}

.elipse-background.big.left {
  top: 45%;
  left: -34%;
}

.elipse-background.top {
  top: 24%;
}

.video {
  display: block;
}

.text-span-23 {
  font-size: 20px;
  font-weight: 300;
  line-height: 110%;
}

.fs-32-fw-900 {
  color: var(--white);
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  line-height: 130%;
}

.fs-32-fw-900.mt-32 {
  margin-top: 60px;
}

.fs-20-fw-300 {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 28.22px;
}

.fs-20-fw-300.text-left {
  text-align: left;
}

.fs-20-fw-300.text-left.mt-20 {
  margin-top: 20px;
}

.fs-20-fw-300.text-left.mt-60 {
  margin-top: 60px;
}

.fs-20-fw-300.text-left.mt-60._w-50 {
  width: 50%;
}

.fs-20-fw-300.text-left.mt-60._w-50-text {
  width: 50%;
  margin-top: 30px;
}

.fs-20-fw-300.text-left._w-50 {
  width: 85%;
  font-size: 30px;
  line-height: 100%;
}

.fs-20-fw-300.text-left._w-50.me-auto {
  margin-left: auto;
}

.fs-20-fw-300.text-left._w-50.me-auto.pt-64 {
  padding-top: 64px;
}

.fs-20-fw-300.text-left._w-50.me-auto.pt-64.lh-140 {
  line-height: 140%;
}

.fs-20-fw-300.text-left.ms-auto {
  margin-left: auto;
}

.fs-20-fw-300.text-left.ms-auto._w-85 {
  width: 81%;
}

.fs-20-fw-300.text-right {
  text-align: right;
}

.fs-20-fw-300.mt-32 {
  margin-top: 32px;
}

.fs-20-fw-300._w-90 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.columns-15 {
  flex-flow: row;
  width: 70%;
  height: 100%;
  display: flex;
}

.fs-30-fw-700 {
  color: var(--white);
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

.fs-30-fw-700.mt-32 {
  margin-top: 32px;
}

.fs-30-fw-700.text-left {
  text-align: left;
}

.fs-30-fw-700.text-left.color-pink {
  color: var(--light-violet);
}

.fs-30-fw-700.text-left.color-pink._w-60 {
  width: 70%;
}

.text-italic-fs-22 {
  color: var(--white);
  font-size: 22px;
  font-style: italic;
  line-height: 31px;
}

.text-italic-fs-22.mb-64 {
  margin-bottom: 64px;
}

.div-block-86 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.fs-20-fw-900-pink {
  color: var(--light-violet);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  line-height: 28px;
}

.fs-20-fw-900-pink.h-60 {
  height: 60px;
}

.column-24 {
  border-right: 1px dashed var(--white);
  padding-right: 60px;
}

.column-25 {
  padding-left: 60px;
}

.flex-block-22 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  align-items: stretch;
  width: 70%;
}

.flex-block-23 {
  justify-content: space-around;
  align-items: flex-start;
  width: 1px;
  height: 100%;
}

.div-block-87 {
  border-right: 1px dashed var(--white);
  width: 1px;
}

.color-white {
  color: var(--white);
}

.color-white.fw-300-2 {
  font-weight: 300;
}

.grid-8 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr;
  place-items: stretch stretch;
  margin-top: 113px;
}

.flex-block-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.text-country-2 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
}

.fw-bold-yellow-2 {
  color: #e8ca37;
  font-weight: 900;
}

.fw-bold-yellow-2.fs-28 {
  font-size: 28px;
}

.color-pink {
  color: var(--light-violet);
}

.color-pink.fw-900 {
  font-weight: 900;
}

.fw-700 {
  font-weight: 700;
}

.position-absolute-center-titile {
  z-index: -1;
  height: 550px;
  position: absolute;
  inset: 50% -6% 0% auto;
  transform: translate(0%, -50%);
}

.fs-30-fw-300 {
  color: var(--white);
  font-size: 30px;
  font-weight: 300;
  line-height: 44px;
}

.fs-30-fw-300.ms-10 {
  padding-left: 20px;
}

.fs-30-fw-300._w-70 {
  width: 60%;
}

.columns-16 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-40 {
  font-size: 40px;
  line-height: 56px;
}

.fs-40.fw-300.text-white.text-left {
  text-align: left;
}

.fs-40.fw-300.text-white.text-left._w-50 {
  width: 50%;
}

.fs-40.fw-300.text-white.text-left._w-50.mt-60 {
  margin-top: 60px;
}

.fs-40.fw-300.text-pink._w-50, .fs-40.fw-700.text-white._w-50 {
  width: 50%;
}

.fs-40.fw-700.text-white.text-left {
  text-align: left;
}

.fs-40.fw-700.text-pink._w-55 {
  width: 55%;
}

.fs-40.fw-700.text-pink.text-right {
  text-align: right;
}

.image-87 {
  height: 600px;
  position: absolute;
  inset: auto -7% -19% auto;
}

.country-initiatives {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
}

.text-link {
  color: var(--light-violet);
}

.text-link.text-white {
  color: var(--white);
}

.list-2 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  margin-top: 32px;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.list-item {
  color: var(--white);
  width: 33.3%;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.text-span-24 {
  font-size: 27px;
  font-style: italic;
}

.point-copy {
  background-color: var(--light-violet);
  flex: none;
  width: 30px;
  height: 30px;
}

.div-block-88 {
  width: 70%;
  margin-top: 60px;
  margin-left: auto;
}

.div-block-88.center {
  justify-content: center;
  align-items: stretch;
  margin-top: 80px;
  display: flex;
}

.text-pink {
  color: var(--light-violet);
}

.text-white-2 {
  color: #fff;
  text-align: center;
}

.text-white-2.fs-18 {
  font-size: 18px;
  line-height: 25px;
}

.text-white-2.fs-18.text-center {
  text-align: center;
}

.text-white-2.fs-18.text-center.italic {
  font-style: italic;
}

.text-white-2.fs-18.text-center.italic.fw-300 {
  font-weight: 300;
}

.h2-2 {
  color: #7890f5;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 100%;
}

.h2-2.text-center {
  text-align: center;
}

.image-44 {
  width: 70%;
}

.text-collective-strength-2 {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.text-collective-strength-2.mt-0 {
  margin-top: 0;
}

.div-block-66 {
  width: 50%;
}

._w-55 {
  width: 55%;
}

._w-55.me-auto {
  width: 55%;
  margin-left: auto;
}

.image-87-copy {
  height: 620px;
  position: absolute;
  inset: auto -7% -11% auto;
}

.div-block-89 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.text-block-48 {
  font-size: 15px;
  font-weight: 400;
}

.div-block-19 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-19.flex-reverse {
  flex-flow: row;
}

.div-block-20 {
  flex: 1;
}

.quote-text {
  color: #fff;
  margin-top: 16px;
  font-family: Circularstd, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

.quote-text.color-blue {
  color: var(--dark-blue);
  text-align: right;
  font-size: 22px;
  font-weight: 400;
}

.quote-author {
  color: var(--light-violet);
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-21 {
  flex: 1;
}

.swiper2 {
  width: 73%;
  margin-top: 77px;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-25 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.card-horizontal-2 {
  border: 1px solid var(--light-violet);
  background-color: var(--dark-blue);
  border-radius: 16px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.card-horizontal-title-2 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.card-horizontal-title-2.align-left {
  color: var(--light-violet);
  text-align: left;
  font-size: 40px;
  line-height: 110%;
}

.text-block-2 {
  color: var(--white);
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

.fs-72 {
  font-size: 72px;
}

.fs-72.text-white.fw-700.lh-74 {
  line-height: 74px;
}

.fs-72.text-white.fw-700.lh-74.text-right {
  text-align: right;
}

.image-88 {
  width: 273px;
  position: absolute;
  inset: auto 20% -20% auto;
}

.div-block-90 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-90.flex-reverse {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: row;
}

.div-block-90.flex-reverse.top {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 240px;
}

.div-block-90.flex-reverse.top.text-bottom {
  align-items: flex-end;
  margin-top: 120px;
}

.div-block-90.flex-reverse.top.text-bottom.top-md {
  margin-top: 0;
}

.quote-author-3 {
  color: var(--light-violet);
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.quote-text-3 {
  color: #fff;
  margin-top: 16px;
  font-family: Circularstd, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 130%;
}

.div-block-91 {
  flex: 1;
}

.div-block-92 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  margin-top: 64px;
  display: flex;
}

.div-block-93 {
  z-index: 3;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.image-50 {
  width: 430px;
}

.image-50._w-30 {
  width: 355px;
}

.div-block-94 {
  width: 35%;
}

.div-block-95 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-95.top {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
}

.quote-author-4 {
  color: var(--light-violet);
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.quote-author-4.text-white {
  color: var(--white);
  text-align: left;
}

.quote-text-4 {
  color: #fff;
  margin-top: 16px;
  font-family: Circularstd, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 130%;
}

.quote-text-4.text-blue {
  color: var(--dark-blue);
}

.div-block-96 {
  flex: 1;
}

.div-block-97 {
  width: 35%;
}

.image-51._w-250 {
  width: 250px;
}

.image-1 {
  width: 34%;
  position: absolute;
  inset: 7% auto auto 10%;
}

.image-89 {
  margin-left: auto;
}

.div-block-21-copy {
  flex: 0 auto;
}

.div-block-98 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-90 {
  width: 170px;
}

.image-42-copy {
  position: absolute;
  inset: 10% 0% 0% auto;
}

.fs-53 {
  font-size: 53px;
  font-weight: 400;
}

.fs-53.lh {
  line-height: 20px;
}

.flex-card-circle {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 60px;
  display: flex;
}

.image-92 {
  width: 320px;
  margin-left: 60px;
  padding-left: 0;
}

.div-block-99 {
  padding-left: 150px;
  padding-right: 200px;
}

.div-block-100 {
  width: 25%;
  height: 700px;
}

.text-block-49 {
  color: var(--white);
  text-align: center;
  width: 40%;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  inset: auto auto -60% -15%;
}

.text-block-49._w-30 {
  width: 30%;
  font-size: 18px;
  font-weight: 400;
  bottom: 8%;
  left: 4%;
}

.link-white {
  color: var(--white);
  font-weight: 300;
  text-decoration: underline;
}

.div-block-101 {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-flow: column;
  display: flex;
}

.image-50-copy {
  width: 517px;
}

.div-block-102 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-50 {
  color: var(--white);
  text-align: center;
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 500;
}

.text-block-50._w-70 {
  width: 70%;
}

.div-block-102-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-103 {
  width: 50%;
}

.div-block-104 {
  width: 50%;
  margin-top: 20px;
}

.text-block-51 {
  color: var(--white);
  text-align: right;
  font-size: 42px;
  font-weight: 300;
  line-height: 100%;
}

.text-block-51._w-90 {
  width: 92%;
}

.div-block-105 {
  width: 355px;
  margin-left: auto;
}

.div-block-105._w-400 {
  width: 400px;
}

.div-block-105.mt-15 {
  margin-top: 15px;
}

.image-93 {
  width: 650px;
  position: absolute;
  inset: 0% -12% auto auto;
}

.div-block-106 {
  width: 50%;
  margin-top: 60px;
}

.image-absolute {
  width: 550px;
  position: absolute;
  inset: 4% 0% auto auto;
}

.div-block-107 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.fs-24 {
  color: var(--light-violet);
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
}

.fs-24._w-50 {
  width: 50%;
}

.fs-24._w-50.fw-700 {
  font-weight: 700;
}

.fs-24._w-50.fw-700.lh-130 {
  line-height: 130%;
}

.collaboration-between {
  height: 600px;
  position: absolute;
  inset: auto -7% 0% auto;
}

.supportive-policies {
  height: 620px;
  position: absolute;
  inset: auto -7% 0% auto;
}

.video-3 {
  display: block;
}

.section-title-left-bog {
  color: #0c143b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  display: block;
}

.section-title-left-bog.fs-60 {
  font-size: 60px;
}

.circle-blur {
  z-index: 15;
  background-color: #f10000;
  width: 1200px;
  height: 1200px;
  position: absolute;
  inset: 0% -55% auto auto;
}

.div-block-109.d-sm {
  display: none;
}

@media screen and (min-width: 1280px) {
  .section.h-700, .section.h-900 {
    height: 750px;
  }

  .section.h-700-flex {
    justify-content: flex-start;
    align-items: center;
    height: 600px;
    display: flex;
  }

  .section.h-700-time-line {
    height: 750px;
  }

  .full-circle-wrapper {
    width: 1300px;
    height: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-logo.d-sm-none._w-350 {
    width: 250px;
    max-width: none;
  }

  .container {
    max-width: 1200px;
  }

  .fs-20._w-60.text-center.lh-31.fw-400.mt-60 {
    margin-top: 30px;
  }

  .flex-block-5 {
    grid-column-gap: 105px;
    grid-row-gap: 105px;
  }

  .flex-block-9 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .image-35-copy {
    left: -10%;
  }

  .image-42 {
    height: auto;
  }

  .flex-block-15 {
    width: 52%;
  }

  .div-block-76 {
    flex-flow: column;
    display: flex;
  }

  .hero-left-2 {
    left: 5%;
  }

  .container-2 {
    max-width: 1200px;
  }

  .flex-block {
    width: 52%;
  }

  .div-block-4 {
    width: 80%;
  }

  .columns-4 {
    top: 21%;
  }

  .image-76 {
    right: -10%;
  }

  .div-block-79 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-79.top-md {
    margin-top: 27px;
  }

  .div-block-79.top {
    margin-top: -35px;
  }

  .div-block-79.top-bottom {
    margin-bottom: -72px;
  }

  .div-block-80 {
    height: 450px;
  }

  .grid-4 {
    max-height: 400px;
  }

  .image-78 {
    width: 45%;
    top: -45%;
    left: -14%;
  }

  .image-78.img-background {
    width: 36%;
    top: 0%;
  }

  .image-79 {
    width: 55%;
  }

  .title-pink-42.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-33v-5-3 {
    border: 1px dashed #000;
    height: 30px;
  }

  .div-block-33-v1-2 {
    border: 1px dashed #000;
  }

  .text-block-35-v1-3 {
    color: var(--light-violet);
    width: 300px;
    font-size: 28px;
    line-height: 40px;
  }

  .text-block-35-v1-3.text-white {
    color: var(--white);
  }

  .div-block-18.mt-0 {
    margin-top: 0;
  }

  .div-block-18.mb-0 {
    margin-bottom: 0;
  }

  .time-line-item.time-line-item-3.v-2 {
    left: 100%;
  }

  .time-line-item.v3 {
    left: 0%;
  }

  .div-block-33-v3-3 {
    border: 1px dashed #000;
    height: 30px;
  }

  .image-two-columns {
    left: -10%;
  }

  .grid-6 {
    grid-column-gap: 160px;
  }

  .fs-20-fw-300.text-left._w-50 {
    width: 75%;
  }

  .fs-20-fw-300.text-left.ms-auto._w-85 {
    width: 96%;
  }

  .fs-30-fw-700.text-left.color-pink._w-60 {
    width: 53%;
  }

  .fs-30-fw-300.ms-10 {
    padding-left: 90px;
  }

  .country-initiatives {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .quote-text.color-blue {
    font-weight: 400;
  }

  .quote-text.color-blue.lh-100 {
    line-height: 100%;
  }

  .swiper2 {
    width: 94%;
  }

  .div-block-90.flex-reverse.top.text-bottom {
    margin-top: 250px;
  }

  .image-50 {
    width: 530px;
  }

  .div-block-95.top-circle {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 25px;
  }

  .quote-text-4.text-blue {
    font-weight: 300;
  }

  .div-block-97.flex {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .image-42-copy {
    width: 1000px;
    height: auto;
    margin-top: -75px;
    right: 15%;
  }

  .flex-card-circle.top-circlr {
    margin-top: 30px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-99 {
    padding-left: 200px;
  }

  .text-block-49 {
    bottom: -70%;
    left: -3%;
  }

  .text-block-49._w-30 {
    bottom: 19%;
    left: 0%;
  }

  .text-block-50 {
    width: 100%;
  }

  .div-block-103 {
    width: 50%;
  }

  .div-block-105._w-400 {
    margin-right: auto;
  }

  .div-block-106 {
    width: 57%;
  }

  .image-absolute {
    width: 650px;
    top: -19%;
    right: 2%;
  }

  .collaboration-between {
    height: 750px;
    bottom: auto;
    right: -15%;
  }

  .supportive-policies {
    top: -5%;
  }
}

@media screen and (min-width: 1440px) {
  .section {
    top: 9%;
  }

  .section.h-700 {
    justify-content: flex-start;
    align-items: center;
    display: block;
    top: auto;
    bottom: auto;
  }

  .section.h-900 {
    height: 900px;
    min-height: 900px;
  }

  .section.h-700-flex {
    justify-content: flex-start;
    align-items: center;
    height: 600px;
    display: flex;
    top: 0;
    bottom: auto;
  }

  .section.h-700-time-line {
    justify-content: flex-start;
    align-items: center;
    display: block;
    top: auto;
    bottom: auto;
  }

  .full-circle-wrapper {
    width: 1400px;
    height: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    max-width: 1200px;
  }

  .fs-20._w-60.text-center.lh-31.fw-400.mt-60 {
    margin-top: 30px;
  }

  .fs-32.fw-300.text-white.text-left {
    line-height: 45px;
  }

  .section-key-factors-circle {
    width: 1200px;
    height: 1200px;
  }

  .flex-block-5 {
    grid-column-gap: 105px;
    grid-row-gap: 105px;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .flex-block-9 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-35-copy {
    left: -14%;
  }

  .image-35-copy.top-copy {
    top: -12%;
    left: -20%;
  }

  .div-block-65-copy {
    width: 55%;
  }

  .image-42 {
    height: auto;
  }

  .flex-block-15 {
    justify-content: center;
    align-items: center;
    width: 52%;
  }

  .section-collective-strength.white.blur-0 {
    width: 1200px;
    height: 1200px;
  }

  .container-2 {
    max-width: 1200px;
  }

  .flex-block {
    width: 52%;
  }

  .div-block-4 {
    width: 80%;
  }

  .columns-4 {
    top: -20%;
  }

  .image-76 {
    right: -20%;
  }

  .image-78 {
    width: 55%;
    left: -15%;
  }

  .image-78.img-background {
    top: 0%;
  }

  .image-79 {
    width: 50%;
  }

  .text-block-35-v1-3.text-white {
    color: var(--white);
  }

  .time-line-item.time-line-item-3.v-2 {
    left: 100%;
  }

  .time-line-item.v3 {
    left: 0%;
  }

  .image-two-columns {
    left: -14%;
  }

  .card-law-heading {
    margin-top: 40px;
  }

  .fs-30-fw-300.ms-10 {
    padding-left: 90px;
  }

  .country-initiatives {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-link.text-white {
    color: var(--white);
  }

  .list-2 {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .swiper2 {
    width: 82%;
  }

  .image-88 {
    width: 200px;
  }

  .image-42-copy {
    height: auto;
  }

  .flex-card-circle.top-circlr {
    margin-top: 30px;
  }

  .text-block-49 {
    bottom: 4%;
    left: 2%;
  }

  .text-block-49._w-30 {
    width: 30%;
    bottom: 10%;
    left: 12%;
  }

  .image-93 {
    width: 750px;
  }

  .div-block-106 {
    width: 56%;
  }

  .image-absolute {
    width: 550px;
    top: -5%;
    right: 5%;
  }

  .collaboration-between {
    height: 700px;
    top: -10%;
    bottom: auto;
    right: -10%;
  }

  .supportive-policies {
    height: 700px;
    top: 0;
    bottom: 0%;
  }
}

@media screen and (min-width: 1920px) {
  .section.h-700 {
    justify-content: flex-start;
    align-items: center;
    display: block;
    top: auto;
  }

  .section.h-900 {
    top: -37%;
  }

  .section.h-900.flex-center {
    height: auto;
    min-height: 900px;
  }

  .section.h-400 {
    right: 0%;
  }

  .section.h-700-flex {
    justify-content: flex-start;
    align-items: center;
    height: 600px;
    display: flex;
    top: -37%;
  }

  .section.h-700-time-line {
    justify-content: flex-start;
    align-items: center;
    display: block;
    top: auto;
  }

  .full-circle-wrapper {
    width: 1400px;
    height: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-logo.d-sm-none._w-350 {
    width: 300px;
    max-width: none;
  }

  .logo-redirect._200px.w--current {
    margin-top: -265px;
  }

  .fs-20._w-60.text-center.lh-31.fw-400.mt-60 {
    margin-top: 30px;
  }

  .section-key-factors-circle {
    width: 1400px;
    height: 1400px;
  }

  .div-block-55 {
    height: auto;
  }

  .image-34 {
    width: 212px;
  }

  .div-block-60 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-60.flex-reverse {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-62._w-60 {
    width: 60%;
  }

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

  .image-35-copy {
    left: -33%;
  }

  .image-35-copy.top-copy {
    top: -22%;
    left: -40%;
  }

  .div-block-65-copy {
    width: 43%;
  }

  .image-42 {
    height: auto;
    right: 0%;
  }

  .section-collective-strength {
    width: 1500px;
    height: 1500px;
    right: -10%;
  }

  .section-collective-strength.white.blur-0 {
    filter: none;
    width: 1800px;
    height: 1800px;
  }

  .image-48 {
    width: 100%;
  }

  .div-block-76 {
    flex-flow: column;
    display: flex;
  }

  .hero-left-2 {
    left: 5%;
  }

  .div-block-4 {
    width: 76%;
  }

  .image-76 {
    width: 750px;
    top: 40%;
    right: -40%;
  }

  .div-block-79.top-md {
    margin-top: 50px;
  }

  .div-block-79.top {
    margin-top: -5px;
  }

  .div-block-79.top-bottom {
    margin-top: 0;
    margin-bottom: -101px;
  }

  .div-block-81 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .grid-4 {
    max-height: none;
  }

  .image-77 {
    left: -8%;
  }

  .image-78 {
    width: 60%;
    left: -34%;
  }

  .image-78.img-background {
    width: 32%;
    top: 0%;
  }

  .image-79 {
    width: 50%;
  }

  .text-block-35-v1-3.text-white {
    color: var(--white);
    text-align: center;
  }

  .time-line-item.time-line-item-3.v-2 {
    left: 100%;
  }

  .time-line-item.v3 {
    left: 0%;
  }

  .div-block-33-v3-3 {
    height: 30px;
    position: static;
  }

  .image-two-columns {
    left: -33%;
  }

  .grid-6 {
    grid-column-gap: 170px;
  }

  .fs-20-fw-300.text-left.ms-auto._w-85 {
    width: 95%;
  }

  .fs-30-fw-300.ms-10 {
    padding-left: 92px;
  }

  .fs-40.fw-300.text-white.text-left._w-50 {
    width: 61%;
  }

  .image-87 {
    bottom: -15%;
    right: -2%;
  }

  .country-initiatives {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .list-2 {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .div-block-88.right {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .div-block-19.flex-reverse._w-90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper2 {
    width: 64%;
  }

  .div-block-90.flex-reverse.top.text-bottom {
    align-items: flex-end;
    margin-top: 250px;
  }

  .div-block-91 {
    max-width: none;
  }

  .image-50._w-30 {
    width: 500px;
  }

  .div-block-95.top-circle {
    margin-top: 70px;
  }

  .div-block-97 {
    width: 35%;
  }

  .image-1 {
    width: 30%;
  }

  .image-42-copy {
    width: 1000px;
    margin-top: -80px;
    inset: 0%;
  }

  .flex-card-circle.top-circlr {
    margin-top: 30px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .text-block-49 {
    bottom: -70%;
    left: -23%;
  }

  .text-block-49._w-30 {
    width: 25%;
    bottom: 5%;
    left: 3%;
  }

  .text-block-50 {
    width: 76%;
  }

  .div-block-103, .div-block-104 {
    width: 50%;
  }

  .text-block-51._w-90 {
    width: 80%;
  }

  .text-block-51._w-90.lh-14 {
    width: 97%;
    line-height: 140%;
  }

  .div-block-105._w-400 {
    width: 500px;
  }

  .div-block-105.mt-15 {
    width: 550px;
  }

  .image-93 {
    width: 850px;
  }

  .div-block-106 {
    width: 56%;
  }

  .image-absolute {
    width: 670px;
    top: -12%;
    right: 6%;
  }

  .fs-24._w-50.fw-700.lh-130 {
    line-height: 130%;
  }

  .collaboration-between {
    height: 800px;
    top: -5%;
    bottom: 0%;
    right: -9%;
  }

  .supportive-policies {
    top: -5%;
  }
}

@media screen and (max-width: 991px) {
  .section-title-left {
    font-size: 25px;
  }

  .section-title-left-wrapper {
    padding-left: 40px;
  }

  .section-title-left-wrapper.p-32 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .section-title-right {
    padding-right: 40px;
    font-size: 25px;
    line-height: 100%;
  }

  .section-title-right.align-right {
    min-height: 0;
  }

  .card-horizontal-title {
    font-size: 20px;
  }

  .section {
    z-index: 3;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: visible;
  }

  .section.h-700 {
    margin-top: 0;
  }

  .section.mt-120 {
    padding-top: 50px;
  }

  .section.mt-120.mb-32 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.top {
    padding-top: 50px;
  }

  .section.h-900 {
    min-height: 0;
  }

  .section.h-900.flex-center.mb-0 {
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.h-400 {
    height: 400px;
  }

  .section.h-700-flex {
    margin-top: 0;
  }

  .section.mb-32 {
    padding-bottom: 50px;
  }

  .section.mt-32 {
    padding-top: 50px;
  }

  .section.h-700-time-line {
    height: 650px;
    margin-top: 0;
  }

  .section.pb-0 {
    padding-bottom: 0;
  }

  .quote-icon {
    width: 45px;
  }

  .quote-footer {
    margin-top: 14px;
  }

  .full-circle-wrapper {
    padding: 34px;
  }

  .footer {
    min-height: 800px;
    padding-top: 50px;
  }

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

  .footer-refernces-circle {
    width: 20px;
    height: 20px;
  }

  .hero-nutrition-logo.top {
    width: 280px;
    margin-top: 50px;
  }

  .map-img {
    height: 400px;
  }

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

  .heading-64 {
    font-size: 65px;
  }

  .h2 {
    font-size: 45px;
  }

  .swiper {
    width: 65%;
  }

  .text-block-32 {
    font-size: 20px;
  }

  .heading-68 {
    font-size: 45px;
  }

  .heading-68.lh-64 {
    font-size: 55px;
    line-height: 62px;
  }

  .share-link-img {
    width: 40px;
  }

  .logo-redirect._200px.w--current {
    margin-top: -100px;
  }

  .fs-20 {
    font-size: 16px;
  }

  .fs-20._w-60.text-center.lh-31.fw-400.mt-60 {
    margin-top: 0;
  }

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

  .fs-32 {
    font-size: 28px;
    line-height: 40px;
  }

  .fs-32.text-white.fw-light.fh-40.align-left {
    font-size: 25px;
  }

  .text-key-factors {
    text-align: center;
    font-size: 20px;
  }

  .flex-block-4 {
    align-items: center;
  }

  .flex-block-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
  }

  .flex-block-5-copy {
    justify-content: center;
  }

  .div-block-53 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-center-case-study {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  .fs-61.text-white.text-right.lh-74 {
    font-size: 46px;
    line-height: 60px;
  }

  .text-collective-strength {
    font-size: 24px;
  }

  .text-collective-strength.mt-0 {
    font-size: 20px;
  }

  .column-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .column-6 {
    height: 360px;
  }

  .image-34 {
    width: 100px;
  }

  .flex-block-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-60 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-60.flex-reverse {
    flex-flow: row;
  }

  .quote-text-2 {
    margin-top: 16px;
    font-size: 16px;
  }

  .quote-text-2.lh-35 {
    font-size: 22px;
    line-height: 40px;
  }

  .quote-author-2 {
    font-size: 25px;
  }

  .div-block-63 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .div-block-63.top {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .quote-author-description-2 {
    font-size: 14px;
  }

  .image-35-copy {
    height: 300px;
    left: -11%;
  }

  .image-35-copy.top {
    height: 450px;
    top: -10%;
  }

  .image-35-copy.top-copy {
    height: 550px;
  }

  .div-block-65-copy {
    width: 90%;
  }

  .full-circle-title-2 {
    margin-top: 10px;
    font-size: 35px;
    line-height: 100%;
  }

  .full-circle-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 50px;
  }

  .image-40 {
    width: 80px;
    top: 0%;
  }

  .image-40.position-absolute {
    z-index: -1;
    width: 50%;
  }

  .text-block-40 {
    font-size: 20px;
  }

  .card-horizontal-content-improving {
    padding: 40px;
  }

  .foot-note-bullet-2 {
    width: 30px;
    height: 30px;
  }

  .div-block-74 {
    width: 70px;
    height: 70px;
  }

  .section-goals {
    z-index: -2;
  }

  .columns-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .hero-left-2 {
    position: relative;
  }

  .hero-text-2 {
    font-size: 16px;
  }

  .hero-left-img-2 {
    width: 75%;
  }

  .section-title-left-2 {
    font-size: 25px;
    line-height: 100%;
  }

  .foot-note-bullet {
    width: 30px;
    height: 30px;
  }

  .flex-block {
    width: 65%;
  }

  .div-block-4 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .text-collective-strength-copy {
    font-size: 24px;
  }

  .image-76 {
    width: 300px;
    margin-left: auto;
    top: 70%;
    right: -12%;
  }

  .point {
    width: 20px;
    height: 20px;
  }

  .div-block-79.top-md {
    margin-top: 30px;
  }

  .text-timeline {
    font-size: 26px;
  }

  .div-block-80 {
    height: 400px;
  }

  .div-block-81 {
    height: 420px;
  }

  .grid-4 {
    grid-template-columns: 30px 1fr;
    max-height: none;
  }

  .image-78 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    display: block;
    position: static;
  }

  .image-78.img-background {
    width: 30%;
    position: absolute;
    left: -5%;
  }

  .fs-26.me-auto._w-50.text-right.mt-60 {
    width: 70%;
  }

  .fs-26.text-center {
    font-size: 20px;
  }

  .image-79 {
    width: 50%;
    bottom: -15%;
  }

  .title-pink-42.text-left {
    font-size: 37px;
    line-height: 45px;
  }

  .text-block-35-v1-3.text-yellow {
    width: 200px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-35-v1-3.text-white {
    width: 150px;
    font-size: 16px;
  }

  .div-block-18.mt-0 {
    margin-top: 0;
  }

  .div-block-18.mb-0 {
    margin-bottom: 0;
  }

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

  .fw-300-section-title {
    font-size: 25px;
  }

  .image-83 {
    width: 100px;
  }

  .image-two-columns {
    height: 300px;
    left: -6%;
  }

  .card-law-text {
    font-size: 16px;
  }

  .card-law-heading {
    margin-top: 20px;
    font-size: 20px;
  }

  .columns-5 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

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

  .elipse-background {
    width: 600px;
    height: 600px;
    bottom: 7%;
  }

  .elipse-background.position-left {
    z-index: -2;
  }

  .elipse-background.big {
    z-index: -7;
  }

  .fs-32-fw-900 {
    font-size: 20px;
  }

  .fs-20-fw-300.text-left {
    text-align: left;
    font-size: 18px;
  }

  .fs-20-fw-300.text-left.mt-60._w-50-text {
    width: 56%;
  }

  .fs-20-fw-300.text-left._w-50.me-auto.pt-64.lh-140 {
    width: 100%;
    padding-top: 0;
    font-size: 25px;
    line-height: 130%;
  }

  .fs-20-fw-300.text-left.ms-auto._w-85 {
    width: 90%;
  }

  .fs-20-fw-300.text-left.text-right-md {
    text-align: right;
  }

  .fs-20-fw-300.text-right, .fs-20-fw-300.text-right.mt-60 {
    font-size: 18px;
  }

  .fs-30-fw-700 {
    font-size: 20px;
  }

  .div-block-86 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .flex-block-22 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 100%;
  }

  .grid-8 {
    grid-template-columns: 1fr 1fr;
    margin-top: 62px;
  }

  .text-country-2 {
    font-size: 20px;
  }

  .position-absolute-center-titile {
    height: 400px;
    right: -13%;
  }

  .fs-30-fw-300 {
    font-size: 22px;
    line-height: 40px;
  }

  .fs-30-fw-300.ms-10 {
    padding-left: 10px;
    font-size: 25px;
    line-height: 40px;
  }

  .fs-30-fw-300.text-center {
    line-height: 35px;
  }

  .fs-40.fw-300.text-white.text-left._w-50 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }

  .fs-40.fw-700.text-white.text-left {
    text-align: right;
    line-height: 38px;
  }

  .fs-40.fw-700.text-pink {
    line-height: 38px;
  }

  .fs-40.fw-700.text-pink.text-center {
    line-height: 56px;
  }

  .fs-40.fw-700.text-pink.text-right {
    font-size: 30px;
    line-height: 38px;
  }

  .image-87 {
    height: 340px;
    bottom: 20%;
    right: -15%;
  }

  .country-initiatives {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .list-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-right: 20px;
  }

  .list-item {
    font-size: 16px;
  }

  .text-span-24 {
    font-size: 25px;
  }

  .point-copy {
    width: 20px;
    height: 20px;
  }

  .div-block-88 {
    width: 80%;
  }

  .div-block-88.right {
    width: 100%;
    margin-top: 50px;
  }

  .text-pink {
    font-size: 35px;
  }

  .h2-2 {
    font-size: 45px;
  }

  .text-collective-strength-2 {
    font-size: 24px;
  }

  .text-collective-strength-2.mt-0 {
    font-size: 20px;
  }

  .div-block-19 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .div-block-19.flex-reverse {
    flex-flow: row;
  }

  .quote-text {
    font-size: 16px;
  }

  .quote-text.color-blue {
    margin-bottom: 16px;
    font-size: 15px;
  }

  .quote-author {
    font-size: 25px;
  }

  .swiper2 {
    width: 65%;
  }

  .card-horizontal-title-2 {
    font-size: 20px;
  }

  .card-horizontal-title-2.align-left {
    font-size: 30px;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .fs-72.text-white.fw-700.lh-74.text-right {
    font-size: 55px;
    line-height: 56px;
  }

  .image-88 {
    width: 200px;
    bottom: -3%;
    right: 6%;
  }

  .div-block-90 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-90.flex-reverse {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
  }

  .div-block-90.flex-reverse.top.text-bottom {
    margin-top: 0;
  }

  .div-block-90.flex-reverse.top.text-bottom.card-law-bottom {
    padding-right: 0;
  }

  .quote-author-3 {
    font-size: 25px;
  }

  .quote-text-3 {
    font-size: 16px;
  }

  .div-block-92 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 0;
  }

  .image-50 {
    width: 300px;
  }

  .image-50._w-30 {
    width: 250px;
  }

  .div-block-95 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-95.top-circle {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
  }

  .quote-author-4 {
    font-size: 25px;
  }

  .quote-author-4.text-white.fw-300 {
    font-size: 20px;
  }

  .quote-text-4 {
    font-size: 16px;
  }

  .quote-text-4.text-blue {
    margin-top: 14px;
    font-size: 15px;
  }

  .div-block-97.flex {
    width: auto;
  }

  .image-51._w-250 {
    width: 140px;
  }

  .div-block-21-copy {
    width: 35%;
  }

  .fs-53.lh {
    font-size: 40px;
  }

  .flex-card-circle.top-circlr {
    padding: 20px 30px 0 80px;
  }

  .image-92 {
    width: 200px;
    margin-left: 30px;
  }

  .div-block-99 {
    padding-left: 80px;
    padding-right: 100px;
  }

  .text-block-49._w-30 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    font-size: 14px;
    position: relative;
    left: 0%;
  }

  .div-block-101 {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .text-block-50, .text-block-50._w-70 {
    width: 100%;
    font-size: 14px;
  }

  .text-block-51._w-90.lh-14 {
    font-size: 30px;
  }

  .div-block-105._w-400 {
    width: 100%;
  }

  .div-block-105.mt-15 {
    width: 250px;
  }

  .image-93 {
    width: 450px;
    top: 26%;
  }

  .image-absolute {
    width: 350px;
    top: -2%;
  }

  .fs-24._w-50.fw-700.lh-130 {
    width: 56%;
  }

  .collaboration-between {
    height: 450px;
    bottom: 4%;
    right: -12%;
  }

  .supportive-policies {
    height: 400px;
    position: absolute;
    bottom: 14%;
    right: -10%;
  }

  .section-title-left-bog {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.cicle-section {
    overflow: visible;
  }

  .section.h-900.flex-center.mb-0 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.h-400, .section.h-700-time-line {
    height: auto;
  }

  .section.pb-0 {
    padding-bottom: 25px;
  }

  .footer {
    padding-top: 25px;
  }

  .footer-columns {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer-references {
    margin-top: 32px;
  }

  .hero-logo.d-sm-none {
    display: none;
  }

  .hero-logo.d-md-none, .hero-logo.d-sm-none._w-350.d-block {
    display: block;
  }

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

  .map-img {
    height: 200px;
    margin-top: 0;
  }

  .heading-64 {
    font-size: 50px;
  }

  .swiper {
    width: 100%;
  }

  .heading-68 {
    font-size: 41px;
  }

  .div-block-39 {
    padding-bottom: 32px;
  }

  .logo-redirect._200px.w--current {
    margin-top: -50px;
  }

  .fs-20._w-60.text-center.lh-31.fw-400.mt-60 {
    width: 90%;
  }

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

  .text-violet {
    font-size: 50px;
  }

  .fs-32 {
    font-size: 23px;
  }

  .fs-32.text-white.fw-light.fh-40.align-left {
    font-size: 26px;
    line-height: 36px;
  }

  .flex-block-4 {
    width: 32%;
  }

  .flex-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-center-case-study {
    width: 100%;
    font-size: 30px;
    line-height: 30px;
  }

  .fs-45 {
    font-size: 30px;
  }

  .fs-61 {
    font-size: 40px;
  }

  .text-collective-strength {
    font-size: 20px;
  }

  .column-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flex-block-9 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-59 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-60 {
    flex-flow: column;
  }

  .div-block-61._w-60, .div-block-62, .div-block-62._w-60 {
    width: 100%;
  }

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

  .image-35-copy {
    height: 250px;
    position: static;
    top: -53px;
  }

  .image-35-copy.top {
    height: 300px;
    margin-bottom: 60px;
    padding-bottom: 0;
  }

  .image-35-copy.top-copy {
    height: 250px;
    margin-bottom: 25px;
    padding-bottom: 0;
  }

  .image-35-copy.d-sm {
    width: 300px;
    height: 300px;
    display: none;
  }

  .full-circle-2 {
    aspect-ratio: auto;
    border-radius: 0%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-40.position-absolute {
    top: -11%;
  }

  .div-block-71 {
    margin-top: 32px;
  }

  .image-42 {
    height: 180px;
    top: 11%;
  }

  .fw-light {
    font-size: 35px;
  }

  .flex-block-15 {
    width: 100%;
  }

  .div-block-74 {
    width: 70px;
    height: 70px;
  }

  .div-block-76 {
    flex-flow: column;
    display: flex;
  }

  .columns-3 {
    flex-flow: column;
  }

  .hero-left-2 {
    margin-top: 40px;
  }

  .d-none {
    display: none;
  }

  .columns-4 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-flow: column;
  }

  .text-collective-strength-copy {
    font-size: 20px;
  }

  .image-76 {
    top: 81%;
  }

  .column-19 {
    position: static;
  }

  .div-block-79.top-md, .div-block-79.top {
    justify-content: flex-start;
    align-items: center;
  }

  .column-20 {
    position: static;
  }

  .text-timeline {
    width: 100%;
  }

  .div-block-80 {
    height: 319px;
  }

  .div-block-81 {
    justify-content: space-between;
    align-items: stretch;
    height: 300px;
    position: static;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 30px 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    height: 400px;
    display: grid;
  }

  .image-78.img-background {
    top: -2%;
  }

  .title-pink-42.py-60 {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .title-pink-42.text-left {
    font-size: 38px;
    line-height: 50px;
  }

  .div-block-33v-5-3.v-mobile {
    width: 40px;
    height: 1px;
  }

  .div-block-33-v1-2.v-mobile {
    width: 45px;
    height: 1px;
  }

  .text-block-35-v1-3.text-yellow.big.v3 {
    margin-top: 60px;
    margin-left: 60px;
    line-height: 40px;
    position: static;
    transform: none;
  }

  .text-block-35-v1-3.text-yellow.big.v3.d-sm-none {
    display: block;
  }

  .text-block-35-v1-3.text-yellow.v-mobile {
    text-align: left;
    width: 300px;
    height: 90px;
    margin-top: -51px;
    position: relative;
    top: 0%;
    left: -80%;
    transform: translate(100%);
  }

  .text-block-35-v1-3.text-white {
    text-align: left;
    width: auto;
    position: static;
    inset: 0% 0% auto auto;
    transform: none;
  }

  .time-line.v-mobile {
    justify-content: flex-start;
    align-items: flex-start;
    height: 580px;
    margin-top: 50px;
  }

  .div-block-18.mb-0.v-mobile {
    width: 90%;
    height: 800px;
    margin-top: 0;
    padding-top: 50px;
    display: block;
  }

  .time-line-item.tim-line-item-2.v-mobile.section-2 {
    top: 25%;
    left: 0%;
  }

  .time-line-item.tim-line-item-2.v-mobile.section-3 {
    top: 50%;
    left: 0%;
  }

  .time-line-item.tim-line-item-2.v-mobile.section-4 {
    top: 75%;
    left: 0%;
  }

  .time-line-item.time-line-item-3.v-mobile {
    top: 100%;
    left: 0%;
  }

  .time-line-item.v-mobile {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-36.v-mobile {
    width: 1px;
    height: 700px;
  }

  .div-block-33-v3-3.v-mobile {
    width: 40px;
    height: 1px;
  }

  .image-80.v2 {
    width: 50px;
    margin-top: -20px;
  }

  .image-81 {
    margin-top: 65px;
    position: static;
  }

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

  .image-two-columns {
    height: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-21 {
    flex-flow: wrap;
  }

  .image-84 {
    width: 76px;
  }

  .div-block-85 {
    flex-flow: column;
    width: 200px;
    height: 100px;
    display: flex;
    position: absolute;
    top: -11px;
    left: 53px;
  }

  .column-22, .column-23 {
    flex-flow: column;
    display: flex;
  }

  .fs-32-fw-900.mt-32 {
    font-size: 19px;
  }

  .fs-20-fw-300 {
    font-size: 16px;
  }

  .fs-20-fw-300.text-left.mt-60 {
    margin-top: 25px;
  }

  .fs-20-fw-300.text-left.mt-60._w-50-text {
    width: 100%;
    margin-top: 25px;
  }

  .fs-20-fw-300.text-left.ms-auto._w-85, .fs-20-fw-300._w-90 {
    width: 100%;
  }

  .grid-8 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .text-country-2 {
    font-size: 16px;
  }

  .position-absolute-center-titile {
    height: 230px;
    position: absolute;
    top: 106%;
  }

  .fs-30-fw-300._w-70 {
    width: 100%;
  }

  .fs-30-fw-300.text-center {
    font-size: 24px;
    line-height: 27px;
  }

  .columns-16 {
    flex-flow: column;
  }

  .fs-40.fw-300.text-white.text-left._w-50 {
    width: 100%;
    font-size: 25px;
    line-height: 130%;
  }

  .fs-40.fw-700.text-pink {
    margin-top: 25px;
  }

  .fs-40.fw-700.text-pink.text-center {
    margin-top: 0;
    font-size: 28px;
    line-height: 40px;
  }

  .image-87 {
    height: 240px;
    position: static;
  }

  .country-initiatives {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .list-2 {
    flex-flow: column;
  }

  .list-item {
    width: 100%;
  }

  .text-span-24 {
    font-size: 23px;
  }

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

  .text-collective-strength-2 {
    font-size: 20px;
  }

  ._w-55, ._w-55.me-auto {
    width: 100%;
  }

  .div-block-19.flex-reverse {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .div-block-19.flex-reverse._w-90.top {
    flex-flow: column;
  }

  .quote-text.color-blue {
    text-align: left;
  }

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

  .swiper2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .fs-72.text-white.fw-700.lh-74.text-right {
    font-size: 40px;
    line-height: 50px;
  }

  .image-88 {
    z-index: -2;
    width: 200px;
    bottom: -12%;
    right: 0%;
  }

  .div-block-90.flex-reverse {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .div-block-90.flex-reverse.top.text-bottom.card-law-bottom {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }

  .div-block-92 {
    margin-top: 32px;
  }

  .div-block-93 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-50._w-30 {
    width: 100%;
  }

  .div-block-95 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .image-1 {
    width: 40%;
    padding-left: 16px;
    position: static;
  }

  .image-42-copy {
    position: static;
  }

  .flex-card-circle.top-circlr {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-92 {
    width: 200px;
    margin-left: 0;
  }

  .div-block-99 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-101 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

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

  .div-block-105._w-400 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-105.mt-15 {
    width: 100%;
  }

  .image-93 {
    z-index: -2;
    width: 250px;
    top: -4%;
    right: -17%;
  }

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

  .image-absolute {
    display: none;
    position: static;
  }

  .image-absolute.d-sm {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-107, .fs-24._w-50.fw-700.lh-130 {
    width: 100%;
  }

  .collaboration-between {
    height: 240px;
    padding-bottom: 25px;
    padding-left: 16px;
    position: static;
  }

  .supportive-policies {
    height: 250px;
    padding-left: 16px;
    position: static;
  }

  .image-94 {
    width: 250px;
  }

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

  .div-block-109 {
    display: none;
  }

  .div-block-109.d-sm {
    margin-top: 20px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .section-title-left {
    font-size: 18px;
    line-height: 25px;
  }

  .section-title-left-wrapper {
    padding-left: 16px;
    padding-right: 24px;
  }

  .section-title-right {
    text-align: right;
    padding-left: 24px;
    padding-right: 16px;
    line-height: 25px;
  }

  .section-title-right.align-right {
    min-height: 0;
    padding-left: 16px;
    font-size: 25px;
    line-height: 30px;
  }

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

  .section.h-700 {
    margin-top: 0;
  }

  .section.mt-120 {
    padding-top: 20px;
  }

  .section.mt-120.mb-32 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.top.top-30 {
    margin-top: 30px;
  }

  .section.h-900 {
    margin-top: 0;
  }

  .section.h-900.flex-center.mb-0 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.h-700-flex {
    margin-top: 30px;
  }

  .section.mt-32.mb-32 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.h-700-time-line {
    margin-top: 0;
  }

  .quote-icon {
    width: 40px;
  }

  .full-circle-wrapper {
    margin-top: 40px;
    padding: 0;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-heading {
    font-size: 20px;
  }

  .footer-columns {
    flex-flow: column;
    padding-top: 34px;
    padding-bottom: 34px;
    display: flex;
  }

  .footer-references {
    margin-top: 34px;
  }

  .footer-references-text {
    width: 100%;
  }

  .footer-references-wrapper {
    flex-flow: column;
  }

  .hero-logo.d-sm-none {
    display: none;
  }

  .hero-logo.d-md-none {
    padding-bottom: 25px;
    display: block;
  }

  .hero-nutrition-logo {
    margin-top: 0;
  }

  .hero-nutrition-logo.top {
    width: auto;
    margin-top: 40px;
  }

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

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

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

  .heading-64 {
    font-size: 55px;
  }

  .h2 {
    font-size: 40px;
  }

  .h2.text-center {
    font-size: 30px;
  }

  .swiper.mt-60, .swiper-pagination {
    margin-top: 20px;
  }

  .text-block-32 {
    font-size: 18px;
  }

  .heading-68 {
    font-size: 48px;
  }

  .heading-68.lh-64 {
    margin-top: 0;
    font-size: 48px;
    line-height: 100%;
  }

  .div-block-39 {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-redirect._200px.w--current {
    margin-top: -55px;
  }

  .fs-20._w-60.text-center.lh-31.fw-400.mt-60 {
    width: 100%;
    line-height: 25px;
  }

  .text-country {
    font-size: 30px;
  }

  .flex-block-3 {
    flex-flow: column;
  }

  .text-violet {
    overflow-wrap: anywhere;
  }

  .fs-32 {
    font-size: 20px;
    line-height: 130%;
  }

  .fs-32.text-white.fw-light.fh-40.align-left {
    font-size: 20px;
    line-height: 36px;
  }

  .text-key-factors {
    text-align: left;
    font-size: 18px;
  }

  .flex-block-4 {
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
  }

  .flex-block-5, .flex-block-5-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-53 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .foot-note-link-2 {
    text-align: left;
  }

  .fs-45 {
    font-size: 20px;
    line-height: 25px;
  }

  .fs-61 {
    font-size: 30px;
    line-height: 25px;
  }

  .fs-61.text-white.text-right.lh-74 {
    text-align: left;
    font-size: 40px;
    line-height: 110%;
  }

  .text-collective-strength.mt-0 {
    line-height: 30px;
  }

  .text-collective-strength.mt-0.lh-45 {
    font-size: 26px;
    line-height: 36px;
  }

  .column-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-34 {
    width: 30%;
  }

  .flex-block-9 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-59 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-59.p-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-60 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-60.flex-reverse {
    flex-flow: column-reverse;
  }

  .div-block-61 {
    width: 50%;
  }

  .div-block-61._w-60 {
    width: 100%;
  }

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

  .quote-text-2.lh-35 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 130%;
  }

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

  .columns-12-reverse {
    flex-flow: column;
  }

  .image-35-copy {
    width: 60%;
    height: auto;
    padding-bottom: 20px;
    position: relative;
    left: 0%;
  }

  .image-35-copy.top {
    width: auto;
    height: auto;
    margin-bottom: 30px;
    display: none;
    position: static;
    top: 0;
  }

  .image-35-copy.top-copy {
    width: 80%;
    height: auto;
    margin-bottom: 20px;
    position: static;
    top: 0;
  }

  .image-35-copy.d-sm {
    width: 80%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .div-block-65-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 32px;
  }

  .full-circle-title-2 {
    font-size: 50px;
    line-height: 100%;
  }

  .full-circle-2 {
    aspect-ratio: auto;
    border-radius: 0%;
    padding: 34px 16px;
  }

  .image-40 {
    top: -3%;
  }

  .image-40.position-absolute {
    width: 90%;
    top: -20%;
  }

  .image-41, .div-block-71 {
    margin-top: 60px;
  }

  .image-42 {
    width: auto;
    height: auto;
    position: relative;
  }

  .flex-block-15 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 34px;
  }

  .foot-note-bullet-2 {
    width: 20px;
    height: 19px;
  }

  .div-block-74 {
    width: 60px;
    height: 60px;
    right: -1%;
  }

  .image-59, .image-60, .image-61, .image-62, .image-63 {
    width: 50px;
  }

  .image-71 {
    width: 60px;
  }

  .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-13, .column-14, .column-15 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-16, .column-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-14 {
    flex-flow: column;
    display: flex;
  }

  .text-span-22 {
    font-size: 48px;
  }

  .hero-right-2 {
    margin-top: 0;
  }

  .columns-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .hero-left-2 {
    width: auto;
  }

  .hero-left-img-2 {
    width: 100%;
  }

  .container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-title-left-2 {
    width: 255px;
    font-size: 25px;
    line-height: 25px;
  }

  .section-title-left-2.fs-60 {
    font-size: 40px;
    line-height: 30px;
  }

  .foot-note-bullet {
    width: 20px;
    height: 19px;
  }

  .flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 34px;
  }

  .d-none {
    display: none;
  }

  .foot-note-link {
    text-align: left;
  }

  .div-block-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .columns-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .text-block-43.mb-40 {
    font-size: 35px;
  }

  .fw-bold-yellow.fs-28 {
    font-size: 22px;
  }

  .fs-28.fw-light {
    font-size: 20px;
  }

  ._w-80.m-50 {
    margin-top: -1px;
  }

  .image-75 {
    width: 70%;
  }

  .text-collective-strength-copy {
    width: 100%;
  }

  .image-76 {
    width: 80%;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .div-block-79.top-md {
    margin-top: 0;
  }

  .column-20 {
    flex-flow: row;
  }

  .text-timeline {
    font-size: 18px;
    line-height: 130%;
  }

  .div-block-80 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 300px;
  }

  .div-block-81 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 223px;
  }

  .grid-4 {
    height: 300px;
  }

  .image-77 {
    width: 150px;
    height: 150px;
    inset: 0% auto auto -23%;
  }

  .image-78 {
    width: 80%;
    margin-top: 20px;
    padding-bottom: 10px;
    position: static;
    top: -7%;
  }

  .image-78.img-background {
    width: 60%;
    margin-bottom: 0;
    padding-bottom: 20px;
    display: none;
    position: static;
    top: -25%;
  }

  .fs-26.me-auto._w-50.text-right.mt-60 {
    width: 100%;
    font-size: 26px;
  }

  .fs-26.text-center {
    font-size: 18px;
    line-height: 130%;
  }

  .image-79 {
    width: 90%;
  }

  .title-pink-42.py-60 {
    margin-top: 40px;
    font-size: 35px;
    line-height: 40px;
  }

  .title-pink-42.mb-60._w-90 {
    width: 100%;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 50px;
  }

  .title-pink-42.text-left {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-33v-5-3 {
    width: 40px;
    height: 0;
  }

  .div-block-33-v1-2 {
    width: 45px;
    height: 1px;
  }

  .text-block-35-v1-3 {
    width: 55px;
  }

  .text-block-35-v1-3.text-yellow {
    text-align: left;
    width: 170px;
    top: -688%;
    left: -279%;
    transform: translate(100%);
  }

  .text-block-35-v1-3.text-yellow.big {
    position: static;
    top: -231%;
  }

  .text-block-35-v1-3.text-yellow.big.v3 {
    text-align: left;
    width: auto;
    margin-top: 60px;
    margin-left: 65px;
    line-height: 40px;
    transform: none;
  }

  .text-block-35-v1-3.text-yellow.v2 {
    top: -902%;
    left: -318%;
  }

  .text-block-35-v1-3.text-yellow.v-mobile {
    width: 170px;
    height: 113px;
    margin-top: -62px;
    position: relative;
    top: 0%;
    left: -70%;
  }

  .text-block-35-v1-3.text-white {
    text-align: left;
    position: static;
    top: -80%;
    left: 76%;
    transform: translate(0);
  }

  .text-block-35-v1-3.text-white.v2 {
    top: -343%;
    left: 208%;
  }

  .time-line {
    justify-content: flex-start;
    align-items: flex-start;
    height: 250px;
    margin-top: 50px;
    padding-top: 0;
  }

  .time-line.v2 {
    height: 450px;
  }

  .time-line.v-mobile {
    height: 580px;
  }

  .div-block-18 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-18.mb-0 {
    height: 250px;
  }

  .div-block-18.mb-0.v-mobile {
    height: 800px;
    margin-top: 0;
    padding-top: 50px;
    position: relative;
  }

  .time-line-item {
    justify-content: flex-start;
    align-items: flex-start;
    left: 0%;
  }

  .time-line-item.tim-line-item-2 {
    top: 50%;
    left: 0%;
  }

  .time-line-item.tim-line-item-2.d-none {
    display: block;
  }

  .time-line-item.tim-line-item-2.v-mobile.section-2 {
    top: 30%;
  }

  .time-line-item.tim-line-item-2.v-mobile.section-3 {
    top: 55%;
  }

  .time-line-item.tim-line-item-2.v-mobile.section-4 {
    top: 75%;
  }

  .time-line-item.time-line-item-3 {
    top: 100%;
    left: 0%;
  }

  .time-line-item.tim-line-item-2--v2, .time-line-item.tim-line-item-2--v3 {
    left: 45%;
  }

  .time-line-item.tim-line-item-2--v3.v2 {
    top: 25%;
    left: 0%;
  }

  .time-line-item.v3 {
    flex-flow: row;
    width: 250px;
  }

  .div-block-36 {
    width: 1px;
    height: 250px;
  }

  .div-block-36.v-mobile {
    height: 700px;
  }

  .div-block-33-v3-3 {
    width: 40px;
    height: 1px;
  }

  .div-block-33-v3-3.big {
    height: 1px;
    top: 0;
  }

  .image-80 {
    width: 50px;
    margin-top: 0;
  }

  .image-80.v2 {
    margin-top: -20px;
    margin-left: 0;
  }

  .div-block-82 {
    width: 50px;
    margin-top: -20px;
    margin-left: 18px;
    position: static;
  }

  .image-81 {
    position: static;
  }

  .text-block-46 {
    font-size: 21px;
    line-height: 30px;
  }

  .text-block-47 {
    font-size: 18px;
  }

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

  .flipcard-back.card-1.position-relative {
    box-shadow: none;
    padding: 16px;
    position: relative;
    transform: none;
  }

  .flipcard-back.card-2.position-relative {
    position: relative;
    transform: none;
  }

  .flipcard-back.card-4.position-relative {
    box-shadow: none;
    transform: none;
  }

  .image-82 {
    width: 150px;
  }

  .list-card-flip {
    font-size: 15px;
    line-height: 25px;
  }

  .image-83 {
    width: 50px;
  }

  .image-two-columns {
    width: 60%;
    height: auto;
    padding-bottom: 20px;
    position: relative;
    left: 0%;
  }

  .flex-block-18 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-block-21 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

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

  .image-85 {
    width: 100%;
  }

  .card-law-heading {
    line-height: 26px;
  }

  .card-law-top {
    aspect-ratio: auto;
    height: auto;
  }

  .column-4 {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-copy {
    flex-flow: column;
    margin-top: 70px;
  }

  .card-law-bottom {
    padding-bottom: 16px;
  }

  .columns-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .column-3 {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .card-law {
    height: auto;
  }

  .div-block-83 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .image-86 {
    width: 200px;
  }

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

  .column-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-85 {
    flex-flow: column;
    width: 200px;
    height: 100px;
    display: flex;
    position: absolute;
    top: -11px;
    left: 53px;
  }

  .fs-32-fw-900 {
    font-size: 18px;
  }

  .fs-32-fw-900.mt-32 {
    margin-top: 32px;
    font-size: 20px;
  }

  .fs-20-fw-300 {
    font-size: 18px;
    line-height: 130%;
  }

  .fs-20-fw-300.text-left._w-50.me-auto.pt-64.lh-140 {
    padding-top: 20px;
    font-size: 18px;
  }

  .fs-20-fw-300.text-left.text-right-md {
    text-align: left;
  }

  .fs-20-fw-300.text-left.mt-sm-20 {
    margin-top: 20px;
  }

  .fs-20-fw-300.text-right.mt-60 {
    text-align: left;
    margin-top: 20px;
  }

  .fs-30-fw-700 {
    font-size: 18px;
  }

  .fs-30-fw-700.text-left {
    font-size: 20px;
  }

  .fs-30-fw-700.text-left.color-pink._w-60 {
    width: 100%;
  }

  .text-italic-fs-22.mb-64 {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .fs-20-fw-900-pink.h-60 {
    height: auto;
    font-size: 18px;
  }

  .flex-block-22 {
    flex-flow: column;
  }

  .flex-block-24 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-country-2 {
    font-size: 18px;
    line-height: 30px;
  }

  .fw-bold-yellow-2.fs-28 {
    font-size: 22px;
  }

  .position-absolute-center-titile {
    width: 80%;
    height: auto;
    margin-top: 40px;
    padding-left: 16px;
    display: block;
    position: static;
    transform: translate(0);
  }

  .position-absolute-center-titile.d-sm {
    margin-top: 0;
    display: block;
    transform: translate(0);
  }

  .fs-30-fw-300 {
    font-size: 20px;
    line-height: 130%;
  }

  .fs-30-fw-300.ms-10 {
    padding-left: 0;
    font-size: 20px;
    line-height: 130%;
  }

  .fs-30-fw-300._w-70, .fs-30-fw-300.text-center {
    font-size: 20px;
    line-height: 130%;
  }

  .fs-40.fw-300.text-white.text-left._w-50 {
    font-size: 30px;
    line-height: 130%;
  }

  .fs-40.fw-700.text-white.text-left {
    text-align: left;
    font-size: 30px;
    line-height: 130%;
  }

  .fs-40.fw-700.text-pink, .fs-40.fw-700.text-pink.text-center {
    font-size: 30px;
    line-height: 130%;
  }

  .fs-40.fw-700.text-pink.text-right {
    text-align: left;
    margin-top: 20px;
    font-size: 30px;
    line-height: 130%;
  }

  .image-87 {
    height: auto;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .country-initiatives {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .list-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .list-item {
    line-height: 130%;
  }

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

  .div-block-88 {
    margin-top: 40px;
  }

  .h2-2 {
    font-size: 40px;
  }

  .h2-2.text-center {
    font-size: 30px;
  }

  .text-collective-strength-2.mt-0 {
    line-height: 30px;
  }

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

  .div-block-89 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .quote-text.color-blue {
    font-size: 16px;
  }

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

  .swiper2 {
    margin-top: 20px;
  }

  .card-horizontal-title-2.align-left {
    font-size: 20px;
  }

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

  .image-88 {
    width: 150px;
    margin-top: 40px;
    padding-left: 16px;
    position: static;
  }

  .div-block-90 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-90.flex-reverse {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .div-block-90.flex-reverse.top.text-bottom.card-law-bottom {
    width: 100%;
  }

  .div-block-92 {
    margin-top: 0;
  }

  .div-block-93 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-93.p-0 {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-50 {
    width: 60%;
  }

  .image-50._w-30 {
    width: 80%;
  }

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

  .div-block-95 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-95.top-circle {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .quote-text-4.text-blue {
    font-size: 16px;
  }

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

  .image-51 {
    width: 60%;
  }

  .image-1 {
    width: 80%;
    padding-right: 16px;
  }

  .image-89 {
    width: 60%;
  }

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

  .div-block-98 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .image-90 {
    width: 150px;
  }

  .image-42-copy {
    width: auto;
    height: auto;
    position: relative;
  }

  .fs-53.lh {
    font-size: 30px;
    line-height: 100%;
  }

  .flex-card-circle.top-circlr {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-49._w-30 {
    width: 100%;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 110%;
  }

  .div-block-101 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-50-copy {
    width: 80%;
  }

  .text-block-50._w-70 {
    line-height: 110%;
  }

  .div-block-103, .div-block-104 {
    width: 100%;
    margin-top: 10px;
  }

  .text-block-51._w-90.lh-14 {
    text-align: left;
  }

  .div-block-105.mt-15 {
    margin-top: 10px;
  }

  .image-93 {
    width: 80%;
    margin-top: 20px;
    position: static;
  }

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

  .image-absolute.d-sm {
    margin-bottom: -20px;
  }

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

  .fs-24._w-50.fw-700.lh-130 {
    font-size: 20px;
  }

  .collaboration-between {
    width: 80%;
    height: auto;
    padding-bottom: 20px;
  }

  .supportive-policies {
    width: 80%;
    height: auto;
  }

  .section-title-left-bog {
    width: 255px;
    font-size: 25px;
    line-height: 25px;
  }

  .section-title-left-bog.fs-60 {
    font-size: 40px;
    line-height: 30px;
  }

  .image-94 {
    width: 80%;
  }

  .column-26 {
    margin-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .flag-85 {
    width: 85px;
  }
}

#w-node-_27f92964-34c7-0acb-62b1-8c05ae55f706-1c580176 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_27f92964-34c7-0acb-62b1-8c05ae55f70c-1c580176 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

@media screen and (min-width: 1920px) {
  #w-node-_27f92964-34c7-0acb-62b1-8c05ae55f706-1c580176 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_27f92964-34c7-0acb-62b1-8c05ae55f70c-1c580176 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_27f92964-34c7-0acb-62b1-8c05ae55f70c-1c580176 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: stretch;
  }
}


@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BookItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd Book';
  src: url('../fonts/CircularStd-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}